Closed
Bug 942432
Opened 12 years ago
Closed 12 years ago
Remove nsIJSEventListener::mContext
Categories
(Core :: DOM: Events, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 3 obsolete files)
26.59 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Passing CxPusher to CompileEventHandlerInternal let's us use RePush effectively, so that
in most cases push isn't actually needed.
https://tbpl.mozilla.org/?tree=Try&rev=4568c2f583f3
Assignee | ||
Comment 1•12 years ago
|
||
Remove unused variable
https://tbpl.mozilla.org/?tree=Try&rev=44a89cac6cd3
Attachment #8337239 -
Attachment is obsolete: true
Assignee | ||
Comment 2•12 years ago
|
||
At some point we should be able to get rid of cxpushing in ELM when handling events,
since it happens in callback level, but just not in this bug.
Assignee | ||
Comment 3•12 years ago
|
||
This should do it, without regressing bug 812744.
https://tbpl.mozilla.org/?tree=Try&rev=87bb7a2a2337
Attachment #8337244 -
Attachment is obsolete: true
Attachment #8337254 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 8337254 [details] [diff] [review]
v3
Er, still some try failures.
Attachment #8337254 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 5•12 years ago
|
||
Ok, that was just a silly mistake to remove initialization of win variable.
Attachment #8337254 -
Attachment is obsolete: true
Attachment #8337392 -
Flags: review?(bzbarsky)
![]() |
||
Comment 6•12 years ago
|
||
Comment on attachment 8337392 [details] [diff] [review]
v4
Hah. The win thing caught me in bug 941876 too.
Speaking of which, this patch will conflict with that bug. I can merge after you land, I think....
r=me
Attachment #8337392 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Backed out because of build bustage:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9849749f3623
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=db836ecd7746
Assignee | ||
Comment 9•12 years ago
|
||
Comment 10•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•