Closed
Bug 311466
Opened 20 years ago
Closed 20 years ago
[mac] Open app in safe-mode if the option key is pressed during startup
Categories
(Toolkit :: Startup and Profile System, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: asaf, Assigned: asaf)
References
Details
Attachments
(1 file)
2.10 KB,
patch
|
benjamin
:
first-review+
asa
:
approval1.8rc1-
benjamin
:
approval-branch-1.8.1+
|
Details | Diff | Splinter Review |
Except of using |firefox-bin -safe-mode| from the CL, we don't provide any easy
way to start the application in Safe Mode on OS X.
In SeaMonkey, pressing the option key during startup opens the Profile Manager,
it would be nice to morph the same gesture to safe-mode in Toolkit apps.
Assignee | ||
Comment 1•20 years ago
|
||
Nominating for 1.8, now that Safe Mode does something useful (bug 304403).
Status: NEW → ASSIGNED
Flags: blocking1.8rc1?
Priority: -- → P2
Target Milestone: --- → mozilla1.8beta5
Assignee | ||
Comment 2•20 years ago
|
||
Attachment #198784 -
Flags: first-review?(benjamin)
Updated•20 years ago
|
Attachment #198784 -
Flags: first-review?(benjamin) → first-review+
Comment 3•20 years ago
|
||
*** Bug 291223 has been marked as a duplicate of this bug. ***
Assignee | ||
Comment 4•20 years ago
|
||
trunk:
Checking in nsAppRunner.cpp;
/cvsroot/mozilla/toolkit/xre/nsAppRunner.cpp,v <-- nsAppRunner.cpp
new revision: 1.120; previous revision: 1.119
done
Checking in nsCommandLineServiceMac.cpp;
/cvsroot/mozilla/toolkit/xre/nsCommandLineServiceMac.cpp,v <--
nsCommandLineServiceMac.cpp
new revision: 1.4; previous revision: 1.3
don
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•20 years ago
|
Attachment #198784 -
Flags: approval1.8rc1?
Comment 5•20 years ago
|
||
Why don't we support this modifier key cross-platform? It'd be nice if there
were a design doc on this safe mode UI.
Comment 6•20 years ago
|
||
I don't think that an option key is expected or useful to win/linux users, who
have start menu shortcuts and easy access to commandline flags.
Comment 7•20 years ago
|
||
While an option key modifier doesn't make sense, adding a "Open in Safe Mode" to
the context menu of the Firefox shortcut does. I think that's possible to do
when the shortcut is a system shortcut or somesuch, like the "Internet" one that
we overlay in the Start Menu.
Updated•20 years ago
|
Attachment #198784 -
Flags: approval1.8rc1? → approval1.8rc1-
Updated•20 years ago
|
Flags: blocking1.8rc1? → blocking1.8rc1-
Comment 8•20 years ago
|
||
The option/alt key might not make sense, but shift is the de facto universal
"c'mon, gimme a break" key.
Updated•20 years ago
|
Target Milestone: mozilla1.8beta5 → mozilla1.9alpha1
Comment 9•20 years ago
|
||
(In reply to comment #5)
> Why don't we support this modifier key cross-platform?
+1
Though win/linux users have other (relatively easy) ways to get into safe-mode I
don't see how adding this to other platforms would hurt. User support would be
easier - explaining how to get into this "safe-mode" is often hard enough.
Comment 10•20 years ago
|
||
According to http://developer.apple.com/documentation/Carbon/Conceptual/Carbon_Event_Manager/
Tasks/chapter_3_section_7.html GetCurrentKeyModifiers() will read modifier keys even if the application is
in the background. This means a user switching to another app during launch may inadvertently trigger
safe mode. Apple recommends calling GetCurrentEventKeyModifiers() instead.
Assignee | ||
Updated•19 years ago
|
Attachment #198784 -
Flags: approval-branch-1.8.1?(benjamin)
Updated•19 years ago
|
Attachment #198784 -
Flags: approval-branch-1.8.1?(benjamin) → approval-branch-1.8.1+
Updated•17 years ago
|
Flags: in-litmus?
Comment 11•17 years ago
|
||
https://litmus.mozilla.org/show_test.cgi?id=5394 added to Litmus.
Flags: in-litmus? → in-litmus+
Component: XRE Startup → Startup and Profile System
QA Contact: nobody → startup
You need to log in
before you can comment on or make changes to this bug.
Description
•