Closed
Bug 575431
Opened 13 years ago
Closed 13 years ago
deAgnostify nsGlobalWindow some
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: mrbkap)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
34.49 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
In particular, this lets us get rid of a couple of arrays and the double storing of the JS-specific objects (context and global object).
Assignee | ||
Comment 1•13 years ago
|
||
This isn't quite as deep as it could be: I didn't change any interfaces, but I do assert that nobody tries to do anything on any language that isn't JS.
Assignee | ||
Comment 2•13 years ago
|
||
Sorry for the spam, forgot to qrefresh... a diff -w doesn't look much better, so I won't bother attaching one.
Attachment #454681 -
Attachment is obsolete: true
Attachment #454683 -
Flags: review?(jst)
Attachment #454681 -
Flags: review?(jst)
Updated•13 years ago
|
Attachment #454683 -
Flags: review?(jst) → review+
Comment 3•13 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/b76830e74ac4
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 4•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/84ae4f1df36a
Flags: in-testsuite-
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•