Closed
Bug 989883
Opened 11 years ago
Closed 11 years ago
Remove deprecated compositables
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(2 files)
45.76 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
55.11 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
Deprecated textures are not off by default on all platform. Time to nuke that code.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8399249 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8399249 -
Flags: review?(matt.woodrow) → review+
Comment 2•11 years ago
|
||
\o/
I suspect we can also get rid of some of the ipc messages/structs/unions etc.
Assignee | ||
Comment 3•11 years ago
|
||
Had to keep DeprecatedContentHostBase because ContentHostIncremental inherits from it.
Attachment #8399253 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Matt Woodrow (:mattwoodrow) from comment #2)
> \o/
>
> I suspect we can also get rid of some of the ipc messages/structs/unions etc.
Yeah I'll clean those up afterwards.
Assignee | ||
Comment 5•11 years ago
|
||
Updated•11 years ago
|
Attachment #8399253 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/71789ed795c6
https://hg.mozilla.org/mozilla-central/rev/88b79c3c7d47
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Comment 8•11 years ago
|
||
The following changesets are now in Firefox Nightly:
> 71789ed795c6 Bug 989883 - Remove deprecated ImageClient/Host. r=mattwoodrow
> 88b79c3c7d47 Bug 989883 - Remove deprecated ContentClient/Host. r=mattwoodrow
Nightly Build Information:
ID: 20140402030201
Changeset: 4941a2ac0786109b08856738019b016a6c5a66a6
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=4941a2ac0786
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central
Download Links:
> Linux x86: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-i686.tar.bz2
> Linux x86_64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64.tar.bz2
> Linux x86_64 ASAN: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.linux-x86_64-asan.tar.bz2
> Mac: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.mac.dmg
> Win32: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win32.installer.exe
> Win64: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-02-03-02-01-mozilla-central/firefox-31.0a1.en-US.win64-x86_64.installer.exe
Previous Nightly Build Information:
ID: 20140401030203
Changeset: 1417d180a1d8665b1a91b897d1cc4cc31e7980d4
Version: 31.0a1
TBPL: https://tbpl.mozilla.org/?rev=1417d180a1d8
URL: https://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2014/04/2014-04-01-03-02-03-mozilla-central
You need to log in
before you can comment on or make changes to this bug.
Description
•