Closed
Bug 978127
Opened 11 years ago
Closed 11 years ago
Update various win8 specific australis customized ui tests to use new Services.metro.supported prop
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 30
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file, 1 obsolete file)
|
813 bytes,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
Comment 1•11 years ago
|
||
And while we're here... I'm guessing this is related to bug 977954? Is Services.metro.supported true only on non-enable-metro builds?
| Assignee | ||
Comment 2•11 years ago
|
||
easier than I expected. will push to try first.
| Assignee | ||
Comment 3•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&showall=0&rev=1d404e015db3
(In reply to :Gijs Kruitbosch from comment #1)
> And while we're here... I'm guessing this is related to bug 977954? Is
> Services.metro.supported true only on non-enable-metro builds?
Yeah I can fix that too.
Blocks: 977954
| Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8383761 -
Attachment is obsolete: true
| Assignee | ||
Comment 6•11 years ago
|
||
That added ifdef isn't needed.
| Assignee | ||
Updated•11 years ago
|
Attachment #8383766 -
Attachment is obsolete: true
| Assignee | ||
Updated•11 years ago
|
Attachment #8383761 -
Attachment is obsolete: false
| Assignee | ||
Comment 7•11 years ago
|
||
Comment on attachment 8383761 [details] [diff] [review]
patch
I'll land as soon as that try build comes back green.
Attachment #8383761 -
Flags: review?(gijskruitbosch+bugs)
Comment 8•11 years ago
|
||
Comment on attachment 8383761 [details] [diff] [review]
patch
Review of attachment 8383761 [details] [diff] [review]:
-----------------------------------------------------------------
Sweet, thanks!
Attachment #8383761 -
Flags: review?(gijskruitbosch+bugs) → review+
| Assignee | ||
Comment 9•11 years ago
|
||
hmm, I got a failed test on linux browser-chrome -
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/components/customizableui/test/browser_890140_orphaned_placeholders.js | Should only be in default state if on Win8 - Got false, expected undefined
| Assignee | ||
Comment 10•11 years ago
|
||
https://tbpl.mozilla.org/?tree=Try&showall=0&rev=ed2ad9708129
return Services.metro on linux resolved to 'undefined' in an is() test, but we compared it to false. Hopefully this comes up green.
| Assignee | ||
Comment 11•11 years ago
|
||
Comment 12•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 30
| Assignee | ||
Updated•11 years ago
|
Comment 13•11 years ago
|
||
Comment on attachment 8383761 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): Disabling metro
User impact if declined: mochitest browser chrome perm orange failure will persist on mozilla-beta (See bug 990261)
Testing completed (on m-c, etc.): This is on m-c and aurora already which do not have a perm orange failure righ tnow.
Risk to taking this patch (and alternatives if risky): As close to none as possible the change is in a test.
String or IDL/UUID changes made by this patch: none
Attachment #8383761 -
Flags: approval-mozilla-beta?
Comment 15•11 years ago
|
||
Approval isn't needed for this. You can land this with a=tests
Comment 16•11 years ago
|
||
I'll get this in the morning if Brian doesn't beat me to it.
Updated•11 years ago
|
Attachment #8383761 -
Flags: approval-mozilla-beta?
Comment 17•11 years ago
|
||
Updated•11 years ago
|
Whiteboard: [checkin-needed-beta]
Updated•11 years ago
|
QA Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•