On 1/28/09 7:27 AM, Walter Fettich wrote: > 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.
Please file a bug at bugzilla.mozilla.org, product "Core" component "Build Config". It's quite possible we either have a bug in the code which processes the PDB files, or Windows is not preserving the case of these directories correctly. --BDS _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
