Closed
Bug 1037151
Opened 11 years ago
Closed 11 years ago
Merge SharedSurface_GL with SharedSurface
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: jgilbert, Assigned: jgilbert)
Details
Attachments
(2 files, 2 obsolete files)
|
6.79 KB,
patch
|
jgilbert
:
review+
jgilbert
:
checkin+
|
Details | Diff | Splinter Review |
|
118.11 KB,
patch
|
jgilbert
:
review+
|
Details | Diff | Splinter Review |
I believe these two classes have no compelling future where they're useful to keep separate.
| Assignee | ||
Comment 1•11 years ago
|
||
It's a big diff, but very sparse. It's mostly mechanical updates of s/gfx::/gl::/.
Attachment #8454018 -
Flags: review?(matt.woodrow)
| Assignee | ||
Comment 2•11 years ago
|
||
This was written on top of the patch in bug 1037147.
Depends on: 1037147
| Assignee | ||
Comment 3•11 years ago
|
||
No longer depends on the other bug.
Attachment #8454018 -
Attachment is obsolete: true
Attachment #8454018 -
Flags: review?(matt.woodrow)
Attachment #8454071 -
Flags: review?(matt.woodrow)
| Assignee | ||
Comment 4•11 years ago
|
||
It builds locally. Let's see what Try thinks.
https://tbpl.mozilla.org/?tree=Try&rev=d0bdec8d530c
(Mac LLVM warnings-as-errors in 3...2...1...)
| Assignee | ||
Comment 5•11 years ago
|
||
Oh cool, those are actual errors that were hidden behind ifdefs.
Comment 6•11 years ago
|
||
Comment on attachment 8454071 [details] [diff] [review]
shsurf-always-gl
Review of attachment 8454071 [details] [diff] [review]:
-----------------------------------------------------------------
Concept is good, I trust you that all that changes are mechanical and haven't gone through all them individually.
Attachment #8454071 -
Flags: review?(matt.woodrow) → review+
| Assignee | ||
Comment 7•11 years ago
|
||
r=mattwoodrow
Attachment #8454193 -
Flags: review+
Attachment #8454193 -
Flags: checkin?(jgilbert)
| Assignee | ||
Comment 8•11 years ago
|
||
I found the logic piece I missed in the merge, so this should be better:
https://tbpl.mozilla.org/?tree=Try&rev=067eb96534e7
| Assignee | ||
Comment 9•11 years ago
|
||
r=mattwoodrow
Attachment #8454071 -
Attachment is obsolete: true
Attachment #8454199 -
Flags: review+
Comment 10•11 years ago
|
||
seems there are bustages in the try run from comment #8 like https://tbpl.mozilla.org/php/getParsedLog.php?id=43571046&tree=Try is this fixed too ?
Updated•11 years ago
|
Attachment #8454193 -
Flags: checkin?(jgilbert)
| Assignee | ||
Comment 11•11 years ago
|
||
(In reply to Carsten Book [:Tomcat] from comment #10)
> seems there are bustages in the try run from comment #8 like
> https://tbpl.mozilla.org/php/getParsedLog.php?id=43571046&tree=Try is this
> fixed too ?
There shouldn't be bustages from the one patch I checkin?'d. The other patch isn't ready to check in.
| Assignee | ||
Comment 12•11 years ago
|
||
Whiteboard: [leave-open]
| Assignee | ||
Updated•11 years ago
|
Attachment #8454193 -
Flags: checkin+
| Assignee | ||
Comment 13•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Keywords: leave-open
Whiteboard: [leave-open]
| Assignee | ||
Updated•11 years ago
|
Keywords: leave-open
Comment 14•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f71f64ee925b
https://hg.mozilla.org/mozilla-central/rev/855997734816
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•