Closed
Bug 797363
Opened 12 years ago
Closed 12 years ago
Remove aol.com user agent override since mail.aol.com is fixed
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 19
People
(Reporter: dao, Assigned: dao)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Felipe
:
review+
akeybl
:
approval-mozilla-aurora+
akeybl
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Comment on attachment 667962 [details] [diff] [review]
patch
Can you make the initialization of UserAgentOverrides conditional on the presence of general.useragent.override.* prefs, rather than commenting them out like that?
How did you determine that this was fixed?
Attachment #667962 -
Flags: review?(felipc)
Comment 3•12 years ago
|
||
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #2)
> How did you determine that this was fixed?
Look here
https://bugzilla.mozilla.org/show_bug.cgi?id=778408#c16
Assignee | ||
Comment 4•12 years ago
|
||
(In reply to :Gavin Sharp (use gavin@gavinsharp.com for email) from comment #2)
> Comment on attachment 667962 [details] [diff] [review]
> patch
>
> Can you make the initialization of UserAgentOverrides conditional on the
> presence of general.useragent.override.* prefs, rather than commenting them
> out like that?
Where? In nsBrowserGlue? In the jsm? Initializing the module without any prefs set is a reasonable thing to do, since the module will monitor the pref branch for live modifications. I just thought we'd rather avoid the tiny overhead, but other consumers might decide differently.
> How did you determine that this was fixed?
I logged in with a dummy AOL mail account.
Comment 5•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #4)
> Where? In nsBrowserGlue? In the jsm? Initializing the module without any
> prefs set is a reasonable thing to do, since the module will monitor the
> pref branch for live modifications. I just thought we'd rather avoid the
> tiny overhead, but other consumers might decide differently.
I meant in nsBrowserGlue. I don't think we need to support live modifications to these prefs at all, really.
Assignee | ||
Comment 6•12 years ago
|
||
This override isn't the last one anymore, so I'm simply removing the pref and leaving the initialization alone.
Attachment #667962 -
Attachment is obsolete: true
Attachment #669936 -
Flags: review?(felipc)
Updated•12 years ago
|
Attachment #669936 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 7•12 years ago
|
||
Comment 8•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 19
Assignee | ||
Comment 9•12 years ago
|
||
Comment on attachment 669936 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 778408 (tech evangelism made this override unnecessary)
User impact if declined: we expect AOL mail to work either way
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): low risk
String or UUID changes made by this patch: none
Attachment #669936 -
Flags: approval-mozilla-beta?
Attachment #669936 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #669936 -
Flags: approval-mozilla-beta?
Attachment #669936 -
Flags: approval-mozilla-beta+
Attachment #669936 -
Flags: approval-mozilla-aurora?
Attachment #669936 -
Flags: approval-mozilla-aurora+
Assignee | ||
Comment 10•12 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/6c938992407a
https://hg.mozilla.org/releases/mozilla-beta/rev/608df791629c
status-firefox17:
--- → fixed
status-firefox18:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•