Closed
Bug 1083635
Opened 10 years ago
Closed 10 years ago
improve layer-tree dumping
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: roc, Assigned: roc)
References
Details
Attachments
(9 files)
2.42 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
6.30 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
3.85 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
8.32 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
1.29 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
1.84 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
5.15 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
1.56 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
3.66 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8505947 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8505948 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 3•10 years ago
|
||
Attachment #8505949 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #8505950 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8505951 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 6•10 years ago
|
||
Attachment #8505952 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8505947 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8505948 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8505949 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8505950 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8505951 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8505952 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8516548 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 8•10 years ago
|
||
Attachment #8516549 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 9•10 years ago
|
||
We're green with this:
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=c45a80b4dd60
Updated•10 years ago
|
Attachment #8516548 -
Flags: review?(matt.woodrow) → review+
Updated•10 years ago
|
Attachment #8516549 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 10•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/d223d7cd7e62
https://hg.mozilla.org/integration/mozilla-inbound/rev/dc63a7b6f073
https://hg.mozilla.org/integration/mozilla-inbound/rev/7e996612b3b1
https://hg.mozilla.org/integration/mozilla-inbound/rev/0af9b31d714c
https://hg.mozilla.org/integration/mozilla-inbound/rev/80142bab0f14
https://hg.mozilla.org/integration/mozilla-inbound/rev/346924e6e44d
https://hg.mozilla.org/integration/mozilla-inbound/rev/518530dc92c7
https://hg.mozilla.org/integration/mozilla-inbound/rev/d84207ef55e8
Comment 11•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d223d7cd7e62
https://hg.mozilla.org/mozilla-central/rev/dc63a7b6f073
https://hg.mozilla.org/mozilla-central/rev/7e996612b3b1
https://hg.mozilla.org/mozilla-central/rev/0af9b31d714c
https://hg.mozilla.org/mozilla-central/rev/80142bab0f14
https://hg.mozilla.org/mozilla-central/rev/346924e6e44d
https://hg.mozilla.org/mozilla-central/rev/518530dc92c7
https://hg.mozilla.org/mozilla-central/rev/d84207ef55e8
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla36
Unfortunately this seems to break e10s plugin reftests. You can reproduce as follows:
mach reftest --e10s dom/plugins/test/reftest/reftest.list
We're currently running e10s reftests on all checkins but they're hidden because of this problem. Rob, if it takes longer than a few hours to fix this, would it be okay if we back this change out?
Flags: needinfo?(roc)
Also, if it helps, this is the bad cset:
The first bad revision is:
changeset: 213937:80142bab0f14
user: Robert O'Callahan <robert@ocallahan.org>
date: Tue Nov 04 17:05:44 2014 +1300
summary: Bug 1083635. Part 4.2: Create nsDOMWindowUtils::UpdateLayerTree and use it to flush layers in reftest content processes instead of doing a DRAW_WIDGET_LAYERS drawWindow. r=mattwoodrow
Blocks: 1094625
Assignee | ||
Comment 14•10 years ago
|
||
(In reply to Bill McCloskey (:billm) from comment #12)
> Unfortunately this seems to break e10s plugin reftests. You can reproduce as
> follows:
> mach reftest --e10s dom/plugins/test/reftest/reftest.list
>
> We're currently running e10s reftests on all checkins but they're hidden
> because of this problem.
If they're hidden because of this problem, why didn't they show up in https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=c45a80b4dd60 ?
> Rob, if it takes longer than a few hours to fix
> this, would it be okay if we back this change out?
OK I guess but let me try to fix it.
Flags: needinfo?(roc)
(In reply to Robert O'Callahan (:roc) (Mozilla Corporation) from comment #14)
> (In reply to Bill McCloskey (:billm) from comment #12)
> If they're hidden because of this problem, why didn't they show up in
> https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=c45a80b4dd60 ?
These tests are new. It takes about a day to get tests running on tbpl once we know they're green. We just got unlucky in that this bug regressed the tests during that short time. There was nothing you could have done to avoid this.
Assignee | ||
Comment 16•10 years ago
|
||
This fixes the e10s plugins issue.
Attachment #8518543 -
Flags: review?(matt.woodrow)
Updated•10 years ago
|
Attachment #8518543 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 17•10 years ago
|
||
Thanks!
Assignee | ||
Comment 19•10 years ago
|
||
Comment 20•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•