Closed
Bug 125652
Opened 23 years ago
Closed 22 years ago
Webclient doesn't build with mozilla trunk
Categories
(Core Graveyard :: Java APIs to WebShell, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: marcus, Assigned: edburns)
References
Details
Attachments
(1 file)
23.83 KB,
patch
|
Details | Diff | Splinter Review |
Due to changes in Mozilla, Webclient currently doesn't build with the trunk.
These changes include:
1. Removal of memset, memset from nsCRT (Bug #118135)
2. xxx.ToNewUnicode() changed to ToNewUnicode(xxx) (Bug #100476)
3. GetProtocolHandler removed from nsIURIContentListener (Bug #99627)
4. GetNewWindow removed from nsIDocShellTreeOwner
5. FocusAvailable removed from nsIBaseWindow
6. CreateBrowserWindow dropped from nsIWebBrowserChrome
7. Specification for DoContent, IsPreferred, CanHandleContent changed in
nsIURIContentListener (Bug #99627)
5. Use of NS_LossyConvertUCS2ToASCII instead of nsAutoCString
6. NS_IMPL_QUERY_INTERFACE replaced by NS_IMPL_QUERY_INTERFACE[0-9]
7. Use of REQUIRES in Makefile.in's
8. Use nsIComponentRegistrar instead of nsIComponentManager
9. Specification for LoadURI changed
Reporter | ||
Comment 1•23 years ago
|
||
The attached patch fixes these problems. Could someone please review it?
Reporter | ||
Updated•23 years ago
|
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Reporter | ||
Comment 2•23 years ago
|
||
Hi Ed,
After reading in n.p.m.java that you got webclient to build with the 0.9.9
branch, I decided to cc you to these bugs, because they are affected by your
changes.
Now webclient can build with mozilla1.3 source tree, and we are not going to
track mozilla trunk, but only milestone releases.
=> wontfix
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WONTFIX
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•