Closed
Bug 1406231
Opened 8 years ago
Closed 8 years ago
Remove TextLayer class (and associated code)
Categories
(Core :: Graphics: Layers, enhancement, P1)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: Gankra, Assigned: Gankra)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
Everyone seems to be in agreement this is incomplete dead code that won't be finished.
Updated•8 years ago
|
status-firefox56:
--- → wontfix
status-firefox57:
--- → wontfix
status-firefox-esr52:
--- → wontfix
Priority: -- → P3
Whiteboard: [gfx-noted]
Comment 1•8 years ago
|
||
Alexis, are you interested in finishing the removal of TextLayer code?
Flags: needinfo?(a.beingessner)
| Assignee | ||
Comment 2•8 years ago
|
||
I am, uh, neutral? I am willing to finish the removal, but am currently focused on improving webrender for the all-hands.
Flags: needinfo?(a.beingessner)
| Assignee | ||
Comment 4•8 years ago
|
||
Err whoops.
Since this code is a security hazard (see above issue), I'm prioritizing removing it.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 6•8 years ago
|
||
Never modified ipdl stuff before, so not sure if I need to regen anything explicitly. This patch builds and seems to work fine locally, at least?
Comment 7•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8935540 [details]
Bug 1406231 - remove the TextLayer class, and all remaining traces of it.
https://reviewboard.mozilla.org/r/206418/#review212082
Attachment #8935540 -
Flags: review?(matt.woodrow) → review+
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Pushed by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/497efe3a096b
remove the TextLayer class, and all remaining traces of it. r=mattwoodrow
Keywords: checkin-needed
Backout by csabou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1f8dab2a495e
Backed out changeset 497efe3a096b for windows build bustages on build\build\src\obj-firefox\dist\include\mozilla/layers/ScrollingLayersHelper.h(48) r=backout on a CLOSED TREE
Comment 10•8 years ago
|
||
Backed out for windows build bustages on build\build\src\obj-firefox\dist\include\mozilla/layers/ScrollingLayersHelper.h(48)
https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=497efe3a096ba86ed1d373e5ebf19383511117e1&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception&filter-resultStatus=runnable
https://treeherder.mozilla.org/logviewer.html#?job_id=150746311&repo=autoland
https://hg.mozilla.org/integration/autoland/rev/1f8dab2a495e6df770c0d3fe1be8eab84c449a4d
Flags: needinfo?(a.beingessner)
| Assignee | ||
Comment 11•8 years ago
|
||
Ah dang, looks like this shifted the build system's file concatenation around a bit to reveal some missing imports on windows.
Flags: needinfo?(a.beingessner)
| Assignee | ||
Comment 12•8 years ago
|
||
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 14•8 years ago
|
||
Added new imports to ScrollingLayersHelper.h to fix the unified build.
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=3355e98fc86be74a7d9dc3bba9ef37cf5b110573
| Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 15•8 years ago
|
||
(kinda crossing my fingers that this merges cleanly)
Comment 16•8 years ago
|
||
Needs a rebased patch. Also, please be sure to reopen the review request so Autoland can push it.
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 18•8 years ago
|
||
Changes were made to the file I deleted; should be good now. Going off the previous try results, hoping this hasn't bitrotted in a non-trivial way.
Flags: needinfo?(a.beingessner)
Keywords: checkin-needed
Comment 19•8 years ago
|
||
Pushed by ryanvm@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/3572bba4d1ae
remove the TextLayer class, and all remaining traces of it. r=mattwoodrow
Keywords: checkin-needed
Comment 20•8 years ago
|
||
Pushed by apavel@mozilla.com:
https://hg.mozilla.org/mozilla-central/rev/f515861a05f4
remove the TextLayer class, and all remaining traces of it. r=mattwoodrow
Comment 21•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 22•8 years ago
|
||
| bugherder | ||
You need to log in
before you can comment on or make changes to this bug.
Description
•