Closed
Bug 338327
Opened 19 years ago
Closed 19 years ago
defer safebrowsing component initialization
Categories
(Toolkit :: Safe Browsing, defect)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
People
(Reporter: tony, Assigned: tony)
References
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
7.24 KB,
patch
|
bryner
:
review+
|
Details | Diff | Splinter Review |
Safe browsing currently initializes during the chrome onload event. We can defer this, but need to be careful that we still check initially loaded pages.
Assignee | ||
Comment 1•19 years ago
|
||
Defer startup of JS components. Once we startup, we go back and check all the tabs for phishiness.
I'm also removing a table for licensing reasons (table names will eventually move out of code anyway).
Attachment #222402 -
Flags: review?(bryner)
Updated•19 years ago
|
Attachment #222402 -
Flags: review?(bryner) → review+
Comment 2•19 years ago
|
||
fixed on SAFEBROWSING_20060516_BRANCH
Assignee | ||
Comment 3•19 years ago
|
||
fixed on trunk and MOZILLA_1_8_BRANCH
Updated•11 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•