Closed
Bug 1504343
Opened 3 years ago
Closed 3 years ago
Convert xbl-marquee to UA Widget
Categories
(Toolkit :: XUL Widgets, task, P3)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: timdream, Assigned: timdream)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Updated•3 years ago
|
Blocks: war-on-xbl, war-on-xbl-in-content
Updated•3 years ago
|
Priority: -- → P3
| Assignee | ||
Comment 2•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=14ff2bb74a2383a28b69d47b92dfab02d4ff6143
| Assignee | ||
Comment 3•3 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #2) > https://treeherder.mozilla.org/#/ > jobs?repo=try&revision=14ff2bb74a2383a28b69d47b92dfab02d4ff6143 There are still a few test failures: * dom/base/test/test_bug840098.html is no longer valid I think, so I will remove it in the patch. * layout/reftests/marquee/336736-1a.html, layout/reftests/bugs/407016-1-a.html, layout/reftests/bugs/407016-1-b.html failures means I would need to readjust the style rules I set to replace display: -moz-box.
| Assignee | ||
Comment 4•3 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #3) > * layout/reftests/marquee/336736-1a.html, > layout/reftests/bugs/407016-1-a.html, layout/reftests/bugs/407016-1-b.html > failures means I would need to readjust the style rules I set to replace > display: -moz-box. ... and I realized that I don't really need to fix this because |display: -moz-box| is always available from chrome:// stylesheets. https://searchfox.org/mozilla-central/rev/7f7c353e969e61a6a85201cc8ad3c3de12ac30d8/servo/components/style/parser.rs#151
| Assignee | ||
Comment 5•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=d2a3b0879c03373c4272d08da99d36310fc5cc49
| Assignee | ||
Comment 6•3 years ago
|
||
With the lesson learned from bug 1504418, I was meant to copy some mochitests to ensure xbl-marquee continue to work, but it turned out there wasn't any. (In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #5) > https://treeherder.mozilla.org/#/ > jobs?repo=try&revision=d2a3b0879c03373c4272d08da99d36310fc5cc49 moving back to -moz-box triggers other failures, investigating.
| Assignee | ||
Comment 7•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5ffdde62854f594c9088519356ea9089012d3bb6 The display: table there serve a purpose.
| Assignee | ||
Comment 8•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=970b2b0adf6d1699de54bbe130fec52052ebc670 I turned UA Widget off by accident.
| Assignee | ||
Comment 9•3 years ago
|
||
(In reply to Tim Guan-tin Chien [:timdream] (please needinfo) from comment #8) > https://treeherder.mozilla.org/#/ > jobs?repo=try&revision=970b2b0adf6d1699de54bbe130fec52052ebc670 Patch is ready for review with all test failure fixed!
| Assignee | ||
Comment 10•3 years ago
|
||
One last quick try to the final patch: https://treeherder.mozilla.org/#/jobs?repo=try&revision=284ecaadde6e94f77619e5694047945e94e3ced5
Comment 11•3 years ago
|
||
Pushed by tchien@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/85963f594697 Convert xbl-marquee to UA Widget r=bgrins,bzbarsky
Comment 12•3 years ago
|
||
Backed out changeset 85963f594697 (bug 1504343) for HTMLMarqueeElement.cpp build bustages push that caused the backout: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=212381451&revision=85963f594697920ec6503c63deb45eb41e2b5ec0 failure: https://treeherder.mozilla.org/#/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=212382038&searchStr=linux%2Cx64%2Cdebug%2Cbuild-linux64-base-toolchains%2Fdebug%2C%28bb%29 backout: https://hg.mozilla.org/integration/autoland/rev/efc1da42132b231dbdbfe8b06d19bfee1028dbd7
Flags: needinfo?(timdream)
| Assignee | ||
Comment 13•3 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=db78d0bf1398a2aad52c5afd976aaa97e4d5eab8 I wonder why it was not caught by the previous try runs...
Flags: needinfo?(timdream)
Comment 14•3 years ago
|
||
Pushed by tchien@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b2248edb85bb Convert xbl-marquee to UA Widget r=bgrins,bzbarsky
Comment 15•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/b2248edb85bb
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•2 years ago
|
Type: enhancement → task
You need to log in
before you can comment on or make changes to this bug.
Description
•