Closed
Bug 923607
Opened 12 years ago
Closed 12 years ago
Marionette should suppress safe-mode dialog when starting in safe-mode
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox25 wontfix, firefox26 wontfix, firefox27 fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
mozilla27
People
(Reporter: ttaubert, Assigned: ttaubert)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
2.51 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
For SessionStore, I'd really like to write a test that covers bug 919532. Marionette runs fine in safe-mode but is blocked by a modal dialog shown early at startup. I think it would be good to always take care of that automatically when running Marionette tests.
| Assignee | ||
Comment 1•12 years ago
|
||
Attachment #813685 -
Flags: review?(dburns)
Comment 2•12 years ago
|
||
Comment on attachment 813685 [details] [diff] [review]
Suppress safe-mode dialog when starting in safe-mode
Mind running this through try?
try: -b do -p linux,macosx64,win32,emulator,panda -u marionette, marionette-webapi -t none
| Assignee | ||
Comment 3•12 years ago
|
||
Pushed to try:
https://tbpl.mozilla.org/?tree=Try&rev=c0e170af5d3c
Comment 4•12 years ago
|
||
Means that there is no preference we could set?
| Assignee | ||
Comment 5•12 years ago
|
||
No, there's no such preference:
https://mxr.mozilla.org/mozilla-central/source/browser/components/nsBrowserGlue.js#452
We could of course add one if we think that's the better solution. I personally am not a big fan of sprinkling debug/testing code everywhere but it also seems like it wouldn't hurt that much here.
Comment 6•12 years ago
|
||
Comment on attachment 813685 [details] [diff] [review]
Suppress safe-mode dialog when starting in safe-mode
Review of attachment 813685 [details] [diff] [review]:
-----------------------------------------------------------------
Sorry for the late review, looks good!
Attachment #813685 -
Flags: review?(dburns) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → mozilla27
Comment 9•12 years ago
|
||
status-b2g-v1.2:
--- → fixed
status-firefox27:
--- → fixed
Updated•12 years ago
|
status-firefox25:
--- → wontfix
status-firefox26:
--- → wontfix
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•