Closed
Bug 530889
Opened 16 years ago
Closed 16 years ago
Shutdown FastStart service
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
All
Windows Mobile 6 Professional
Tracking
(status1.9.2 beta1-fixed, fennec1.0a4-wm+)
VERIFIED
FIXED
| Tracking | Status | |
|---|---|---|
| status1.9.2 | --- | beta1-fixed |
| fennec | 1.0a4-wm+ | --- |
People
(Reporter: alexp, Assigned: alexp)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.96 KB,
patch
|
crowderbt
:
review+
|
Details | Diff | Splinter Review |
When the FastStart service is enabled, it's always running and there is no way to shut it down.
| Assignee | ||
Updated•16 years ago
|
Assignee: nobody → alexp
| Assignee | ||
Comment 1•16 years ago
|
||
Shut down FastStart service when -shutdown-faststart command line flag is provided.
Attachment #414356 -
Flags: review?(crowder)
Comment 2•16 years ago
|
||
Comment on attachment 414356 [details] [diff] [review]
Patch to handle -shutdown-faststart flag
>+
>+ if (cmdLine.handleFlag("shutdown-faststart", false)) {
>+ // Shutdown this service
>+ let appstartup = Cc["@mozilla.org/toolkit/app-startup;1"].getService(Ci.nsIAppStartup);
>+ appstartup.quit(Ci.nsIAppStartup.eAttemptQuit);
Add a cmdLine.preventDefault = true; here so other commandline handlers are skipped
| Assignee | ||
Comment 3•16 years ago
|
||
Added "cmdLine.preventDefault = true;"
Attachment #414356 -
Attachment is obsolete: true
Attachment #414401 -
Flags: review?(crowder)
Attachment #414356 -
Flags: review?(crowder)
Updated•16 years ago
|
Attachment #414401 -
Flags: review?(crowder) → review+
| Assignee | ||
Updated•16 years ago
|
Keywords: checkin-needed
| Assignee | ||
Updated•16 years ago
|
tracking-fennec: --- → ?
Updated•16 years ago
|
tracking-fennec: ? → 1.0a4-wm+
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 5•16 years ago
|
||
status1.9.2:
--- → beta1-fixed
Comment 6•16 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (Windows; U; Window3sCE 5.2; en-US; rv:1.9.2b5pre) Gecko/20091202 Namoroka/3.6b5pre Fennec/1.0a4pre
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Keywords: checkin-needed
Updated•15 years ago
|
Component: Windows Mobile → General
QA Contact: mobile-windows → general
Hardware: ARM → All
You need to log in
before you can comment on or make changes to this bug.
Description
•