Closed
Bug 879724
Opened 12 years ago
Closed 11 years ago
Main thread input in URL classifier
Categories
(Toolkit :: Safe Browsing, defect)
Toolkit
Safe Browsing
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: Yoric, Assigned: sankha)
References
Details
(Keywords: main-thread-io, Whiteboard: [mentor=Yoric][lang=js][Async:P2][qa-])
Attachments
(1 file, 2 obsolete files)
3.05 KB,
patch
|
Details | Diff | Splinter Review |
URL classifier's PROT_UrlCryptoKeyManager.prototype.maybeLoadOldKey loads a file on the main thread.
Profile: http://people.mozilla.com/~bgirard/cleopatra/#report=c934a0182d38178331a2bbce35a62f6a190aad74&search=urlclassifierlib.js
It might be possible to load the file off main thread using OS.File
Reporter | ||
Updated•12 years ago
|
Summary: URL classifier's → Main thread input in URL classifier
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → sankha93
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #758523 -
Flags: review?(dteller)
Reporter | ||
Comment 2•12 years ago
|
||
Comment on attachment 758523 [details] [diff] [review]
patch v1
Let's wait until the blocker is finished.
Attachment #758523 -
Flags: review?(dteller)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #758523 -
Attachment is obsolete: true
Attachment #827879 -
Flags: review?(dteller)
Reporter | ||
Comment 4•11 years ago
|
||
Comment on attachment 827879 [details] [diff] [review]
patch v2
Review of attachment 827879 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good to me.
r=me if it passes tests
::: toolkit/components/url-classifier/content/url-crypto-key-manager.js
@@ +368,3 @@
> }
> +
> + oldKey = (new G_Protocol4Parser).parse(oldKey);
Could you take the opportunity to replace |var| with |let|?
Attachment #827879 -
Flags: review?(dteller) → review+
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #827879 -
Attachment is obsolete: true
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 6•11 years ago
|
||
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
Updated•11 years ago
|
Whiteboard: [mentor=Yoric][lang=js][Async:P2] → [mentor=Yoric][lang=js][Async:P2][qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•