Closed
Bug 1306778
Opened 8 years ago
Closed 8 years ago
Remove DOM/tv and related code
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: mds, Assigned: mds)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•8 years ago
|
No longer depends on: 1306772
Summary: (nukeb2g) Remove DOM/tv and related code → Remove DOM/tv and related code
Assignee | ||
Comment 1•8 years ago
|
||
Comment hidden (mozreview-request) |
Comment 3•8 years ago
|
||
mozreview-review |
Comment on attachment 8799521 [details]
Bug 1306778 - Remove DOM/tv and related code.
https://reviewboard.mozilla.org/r/84666/#review83290
Attachment #8799521 -
Flags: review?(jst) → review+
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 4•8 years ago
|
||
Michelangelo, in the try run is a android bustage like https://treeherder.mozilla.org/logviewer.html#?job_id=28909127&repo=try - is this related to this code changes ?
Flags: needinfo?(michelangelo)
Updated•8 years ago
|
Keywords: checkin-needed
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Assignee | ||
Comment 7•8 years ago
|
||
Assignee | ||
Comment 8•8 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•8 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #4)
> Michelangelo, in the try run is a android bustage like
> https://treeherder.mozilla.org/logviewer.html#?job_id=28909127&repo=try - is
> this related to this code changes ?
Yes, my fault. Apologies. It should be ok now; running a new try job to be sure.
Flags: needinfo?(michelangelo)
Assignee | ||
Updated•8 years ago
|
Component: Build Config → DOM
Assignee | ||
Comment 11•8 years ago
|
||
On IRC :bholley has suggested that the bustage on Android (see: https://mzl.la/2etdlRa) may be due to bug 946906.
An identical bustage is also affecting bug 1309719.
It seems due to some XRay/Expando header (js/xpconnect/wrappers/XrayWrapper.h ???) not being included correctly and/or at the right time.
:bohlley has also added: "the problem is presumably that http://searchfox.org/mozilla-central/source/dom/bindings/Codegen.py#13647 and http://searchfox.org/mozilla-central/source/dom/bindings/Codegen.py#40 are not always generated under the same conditions"
Probably :bz has some insight on this.
Flags: needinfo?(bzbarsky)
See Also: → 946906
Comment 12•8 years ago
|
||
Is that try push on top of the fix for bug 1309239 or not? Without that fix, you can end up with bustage as unified boundaries shift, for sure.
Flags: needinfo?(bzbarsky)
Assignee | ||
Comment 13•8 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 15•8 years ago
|
||
(In reply to Boris Zbarsky [:bz] (still a bit busy) from comment #12)
> Is that try push on top of the fix for bug 1309239 or not? Without that
> fix, you can end up with bustage as unified boundaries shift, for sure.
Looks good now, thanks!
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Comment 16•8 years ago
|
||
Pushed by cbook@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a71215ad8ab8
Remove DOM/tv and related code. r=jst
Keywords: checkin-needed
Comment 17•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Comment 18•8 years ago
|
||
https://hg.mozilla.org/comm-central/rev/8166f30a47b0f4cf32f63ad7d875d638ae2305cc
Update package-manifest after file removal in bug 1306778 and bug 1261019. rs=bustage-fix
Comment 20•7 years ago
|
||
We never documented any of this stuff either.
I've added a note to the Fx52 rel notes:
https://developer.mozilla.org/en-US/Firefox/Releases/52#Changes_and_removals_3
Let me know if you think anything else needs fixing. Thanks!
Keywords: dev-doc-needed → dev-doc-complete
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
•