Closed
Bug 569204
Opened 15 years ago
Closed 15 years ago
Port Bug 504804 [prefs cleanup and smarter integration with win policy settings]
Categories
(SeaMonkey :: Download & File Handling, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: philip.chee, Assigned: philip.chee)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.58 KB,
patch
|
neil
:
review+
kairo
:
feedback+
|
Details | Diff | Splinter Review |
We should respect "browser.download.manager.scanWhenDone" when on Vista or Win7
| Assignee | ||
Comment 1•15 years ago
|
||
Attachment #448368 -
Flags: review?(neil)
Attachment #448368 -
Flags: feedback?(kairo)
Updated•15 years ago
|
Attachment #448368 -
Flags: review?(neil) → review-
Comment 2•15 years ago
|
||
Comment on attachment 448368 [details] [diff] [review]
Patch v1.0 Check for scanWhenDone
>+Components.utils.import("resource://gre/modules/Services.jsm");
...
>-var gPrefService = Components.classes["@mozilla.org/preferences-service;1"]
>- .getService(Components.interfaces.nsIPrefBranch);
>+var gPrefService = Services.prefs;
Sorry, either do it properly or don't do it at all.
The rest of the patch looks reasonable but I don't actually have a Vista/7 build environment to try it on...
| Assignee | ||
Comment 3•15 years ago
|
||
>>+var gPrefService = Services.prefs;
> Sorry, either do it properly or don't do it at all.
Fixed.
Attachment #448368 -
Attachment is obsolete: true
Attachment #448453 -
Flags: review?(neil)
Attachment #448453 -
Flags: feedback?(kairo)
Attachment #448368 -
Flags: feedback?(kairo)
| Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 448453 [details] [diff] [review]
Patch v1.1 less is more.
> The rest of the patch looks reasonable but I don't actually have a Vista/7
> build environment to try it on...
Anybody else? mcsmurf?
Attachment #448453 -
Flags: feedback?(bugzilla)
Comment 5•15 years ago
|
||
Now that I look more closely, I see that you didn't add a default pref value.
Comment 6•15 years ago
|
||
Ignore that, I was MXRing the wrong tree.
Comment 7•15 years ago
|
||
Comment on attachment 448453 [details] [diff] [review]
Patch v1.1 less is more.
All I can give feedback on is that it does the same as the toolkit patch. I have no way to test it or know how it works anyway.
Attachment #448453 -
Flags: feedback?(kairo) → feedback+
| Assignee | ||
Updated•15 years ago
|
Status: NEW → ASSIGNED
Updated•15 years ago
|
Attachment #448453 -
Flags: review?(neil) → review+
| Assignee | ||
Comment 8•15 years ago
|
||
Forgot to say:
Pushed to comm-central on Sun Jun 06 23:42:22 2010 +0800
http://hg.mozilla.org/comm-central/rev/ac0969f73fc8
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•14 years ago
|
Attachment #448453 -
Flags: feedback?(bugzilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•