Make browser_inspector_highlighter-xbl.js use a test binding instead of a xul:tree
Categories
(DevTools :: Inspector, enhancement)
Tracking
(firefox67 fixed)
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: bgrins, Assigned: bgrins)
References
Details
Attachments
(1 file, 1 obsolete file)
I attached https://phabricator.services.mozilla.com/D19087 to Bug 1523957 originally, but going to spin it off into a blocking bug to land separately.
Assignee | ||
Comment 1•6 years ago
|
||
This will unblock removing XBL for tree.
Assignee | ||
Updated•6 years ago
|
Comment 3•6 years ago
|
||
Backed out changeset c6d1ab19c941 (bug 1526320) for devtools failures on browser_inspector_highlighter-eyedropper-xul.js CLOSED TREE
Backout revision https://hg.mozilla.org/integration/autoland/rev/a91f286b5b1f4df1f49254d6dd0e02d100139bc9
Log failure first the failures started on Test verify https://treeherder.mozilla.org/logviewer.html#?job_id=227205187&repo=autoland
And then migrated to tier 1 https://treeherder.mozilla.org/logviewer.html#?job_id=227205564&repo=autoland
:bgrins could you please take a look?
Assignee | ||
Comment 4•6 years ago
|
||
This will unblock removing XBL for tree.
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Arthur Iakab [arthur_iakab] from comment #3)
Backed out changeset c6d1ab19c941 (bug 1526320) for devtools failures on browser_inspector_highlighter-eyedropper-xul.js CLOSED TREE
Backout revision https://hg.mozilla.org/integration/autoland/rev/a91f286b5b1f4df1f49254d6dd0e02d100139bc9
Log failure first the failures started on Test verify https://treeherder.mozilla.org/logviewer.html#?job_id=227205187&repo=autoland
And then migrated to tier 1 https://treeherder.mozilla.org/logviewer.html#?job_id=227205564&repo=autoland
:bgrins could you please take a look?
Yep, sorry about that. Missed that another test used this helper file. Already pushed up a fix to phab.
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Hm, there's a leak in debug builds: https://treeherder.mozilla.org/#/jobs?repo=try&revision=33da341f1ec46a285663e39c1bc3f96f5d8f90db&selectedJob=227213600. Need to look into it.
Assignee | ||
Comment 7•6 years ago
|
||
I think because the <xbl:bindings> are visible it ends up realigning the host element and confusing windows debug builds. Switching the order of the tags seems to fix it. I also made a couple minor cleanups to the doc file.
Assignee | ||
Comment 8•6 years ago
|
||
Comment 10•6 years ago
|
||
bugherder |
Description
•