Closed
Bug 1164226
Opened 10 years ago
Closed 10 years ago
[gcli] Allow the "restart" command to restart into Safe Mode
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(firefox42 fixed)
RESOLVED
FIXED
Firefox 42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: strugee, Assigned: johankj)
Details
Attachments
(1 file)
5.49 KB,
patch
|
jryans
:
review+
|
Details | Diff | Splinter Review |
GCLI's "restart" command should have an additional boolean parameter controlling whether the browser should restart into Safe Mode.
Assignee | ||
Comment 1•10 years ago
|
||
This patch changes the restart-gcli-command from `restart <nocache>` to `restart [--nocache] [--safemode]`.
If the safemode-flag is enabled the command will restart the app into Safe Mode.
Attachment #8632528 -
Flags: review?(jryans)
Comment on attachment 8632528 [details] [diff] [review]
bug1164226_restart_safemode__johankj.patch
Review of attachment 8632528 [details] [diff] [review]:
-----------------------------------------------------------------
Great, looks good to me!
Attachment #8632528 -
Flags: review?(jryans) → review+
Johan, would you like to push this one to Try yourself? You'll need to request access[1] first.
[1]: https://www.mozilla.org/en-US/about/governance/policies/commit/
Assignee: nobody → jj
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Flags: needinfo?(jj)
Assignee | ||
Comment 4•10 years ago
|
||
If the test-suite is correct, everything looks fine:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=964fa5ee2aaf
Flags: needinfo?(jj) → needinfo?(jryans)
Yes, it looks safe to me!
Flags: needinfo?(jryans)
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•