Closed
Bug 909340
Opened 11 years ago
Closed 11 years ago
Hide XULElement from content
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: emk, Assigned: emk)
Details
(Keywords: dev-doc-complete, site-compat)
Attachments
(4 files)
11.37 KB,
patch
|
Details | Diff | Splinter Review | |
16.20 KB,
patch
|
Details | Diff | Splinter Review | |
5.77 KB,
patch
|
Details | Diff | Splinter Review | |
4.24 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
mDefined will be used in following patches.
Assignee | ||
Comment 2•11 years ago
|
||
Without this patch, aDefineOnGlobal will be effectively ignored if GetProtoObject is called before GetConstructorObject. And it is unpredictable when GetConstructorObject is called because GlobalResolve calls it lazily.
Attachment #795434 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #795435 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•11 years ago
|
Attachment #795433 -
Attachment description: Part 1: Introduce a struct contaning protoIfaceArray → Part 1: Introduce a struct containing protoIfaceArray
Assignee | ||
Comment 4•11 years ago
|
||
![]() |
||
Comment 5•11 years ago
|
||
I'm not sure what I think of the additional complexity.... Peter?
Flags: needinfo?(peterv)
Assignee | ||
Comment 6•11 years ago
|
||
This is a bit more ad hoc, but much simpler.
Attachment #796714 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 7•11 years ago
|
||
![]() |
||
Comment 8•11 years ago
|
||
Comment on attachment 796714 [details] [diff] [review]
Alternative patch
r=me.
If we ever need this for other interfaces, we can worry about it then, but for now this looks good to me.
Attachment #796714 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Flags: in-testsuite+
Assignee | ||
Comment 10•11 years ago
|
||
Comment on attachment 795433 [details] [diff] [review]
Part 1: Introduce a struct containing protoIfaceArray
We'd revisit when other interfaces ever require the similar logic.
Attachment #795433 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•11 years ago
|
Attachment #795434 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•11 years ago
|
Attachment #795435 -
Flags: review?(bzbarsky)
Comment 11•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/5b5f49c7b5ad
https://hg.mozilla.org/mozilla-central/rev/3b5d3af2e221
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
Comment 12•11 years ago
|
||
Keywords: dev-doc-complete,
site-compat
OS: Windows 8 → All
Updated•11 years ago
|
Flags: needinfo?(peterv)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•