Closed
Bug 521956
Opened 14 years ago
Closed 14 years ago
nsUpdateService, nsExtensionManager.js.in and, nsBlocklistService include badCertHandler.js
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta2-fixed |
People
(Reporter: robert.strong.bugs, Assigned: robert.strong.bugs)
References
Details
(Whiteboard: [ts])
Attachments
(2 files)
9.77 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
17.27 KB,
patch
|
robert.strong.bugs
:
review+
beltzner
:
approval1.9.2+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #521452 +++ The file sizes of these three files can be reduced by changing badCertHandler.js into a js module.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Perhaps rename badCertHandler to CertHandlerUtils.jsm or CertUtils.jsm as well?
Assignee: nobody → robert.bugzilla
Status: NEW → ASSIGNED
Attachment #405991 -
Flags: review?(dtownsend)
Comment 2•14 years ago
|
||
Comment on attachment 405991 [details] [diff] [review] patch rev1 Looks good, I think CertUtils.jsm is a better name. I'll file a followup bug to get rid of some of the redundant code that xhr can handle by itself now.
Attachment #405991 -
Flags: review?(dtownsend) → review+
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Pushed to mozilla-central http://hg.mozilla.org/mozilla-central/rev/bcf17cac4398 http://hg.mozilla.org/mozilla-central/rev/861604a73c02
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Whiteboard: [ts]
![]() |
Assignee | |
Comment 4•14 years ago
|
||
Comment on attachment 405991 [details] [diff] [review] patch rev1 Drivers, this code used to be included in three separate components and is now a js module and only loaded when used to lessen file size which should help Fennec / WinCE Firefox.
Attachment #405991 -
Flags: approval1.9.2?
![]() |
Assignee | |
Comment 5•14 years ago
|
||
Updated to use the lazy getters in bug 508850 since that has now landed on 1.9.2
Attachment #406408 -
Flags: review+
Attachment #406408 -
Flags: approval1.9.2?
![]() |
Assignee | |
Updated•14 years ago
|
Attachment #405991 -
Flags: approval1.9.2?
Comment 6•14 years ago
|
||
Comment on attachment 406408 [details] [diff] [review] patch for 1.9.2 a192=beltzner
Attachment #406408 -
Flags: approval1.9.2? → approval1.9.2+
![]() |
Assignee | |
Comment 7•14 years ago
|
||
Pushed to mozilla-1.9.2 http://hg.mozilla.org/releases/mozilla-1.9.2/rev/0db55ef9976f http://hg.mozilla.org/releases/mozilla-1.9.2/rev/c031aff70926
status1.9.2:
--- → final-fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•