Hello everyone

 

I'd like to draw attention on a bug I found when using the source server.

When trying to debug the function nsIWebBrowser::GetContentDOMWindow () the
source server tries to execute the following command:

 

cvs.exe -d :pserver:[email protected]:/cvsroot checkout -r
1.169 -d 1.169 -N mozilla/embedding/browser/webbrowser/nsWebBrowser.cpp

 

This fails because the correct command would be: 

 

cvs.exe -d :pserver:[email protected]:/cvsroot checkout -r
1.169 -d 1.169 -N mozilla/embedding/browser/webBrowser/nsWebBrowser.cpp

 

The difference is in the directory "mozilla/embedding/browser/webBrowser",
webbrowser must be written with a capital B.

 

Please send this to who is resposible for correcting this because I need to
see what is not working in that function so I can fix my program.

 

Thank you very much.  

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to