Closed
Bug 302847
Opened 19 years ago
Closed 19 years ago
Remove lookupMethod code from toolkit/
Categories
(Toolkit :: UI Widgets, defect)
Toolkit
UI Widgets
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: mcsmurf, Assigned: mcsmurf)
Details
Attachments
(1 file)
|
4.78 KB,
patch
|
mconnor
:
first-review+
neil
:
second-review+
benjamin
:
approval1.8b4+
|
Details | Diff | Splinter Review |
Now that we have xpcnativewrappers which can be enabled outside of the code (via jar.mn or manifest.rdf), the lookupMethod code in toolkit/ can be removed/changed at all. Normally it would be replaced with xpcnativewrapper code, but since we have these global wrappers now... :)
Updated•19 years ago
|
Attachment #191124 -
Flags: first-review?(mconnor) → first-review+
| Assignee | ||
Updated•19 years ago
|
Attachment #191124 -
Flags: second-review?(neil.parkwaycc.co.uk)
Updated•19 years ago
|
Attachment #191124 -
Flags: second-review?(neil.parkwaycc.co.uk) → second-review+
| Assignee | ||
Updated•19 years ago
|
Attachment #191124 -
Flags: approval1.8b4?
Updated•19 years ago
|
Attachment #191124 -
Flags: approval1.8b4? → approval1.8b4+
Updated•19 years ago
|
Assignee: nobody → bugzilla
Target Milestone: --- → mozilla1.8beta4
Comment 2•19 years ago
|
||
Checking in contentAreaUtils.js; /cvsroot/mozilla/toolkit/content/contentAreaUtils.js,v <-- contentAreaUtils.js new revision: 1.74; previous revision: 1.73 done Checking in widgets/browser.xml; /cvsroot/mozilla/toolkit/content/widgets/browser.xml,v <-- browser.xml new revision: 1.69; previous revision: 1.68 done Checking in widgets/tabbrowser.xml; /cvsroot/mozilla/toolkit/content/widgets/tabbrowser.xml,v <-- tabbrowser.xml new revision: 1.96; previous revision: 1.95 done
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•