Closed
Bug 608170
Opened 15 years ago
Closed 15 years ago
ChromeWorkers should have atob, btoa
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla2.0b8
Tracking | Status | |
---|---|---|
blocking2.0 | --- | beta8+ |
People
(Reporter: philikon, Assigned: bent.mozilla)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
23.27 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
In order to be able to implement WeaveCrypto in a ChromeWorker, we need atob and btoa available in ChromeWorkers.
Updated•15 years ago
|
blocking2.0: --- → beta8+
Assignee | ||
Comment 1•15 years ago
|
||
This consolidates our other two uses of atob/btoa and moves everything to nsXPConnect. Has tests too.
Updated•15 years ago
|
Attachment #487479 -
Flags: review?(jst) → review+
Comment 2•15 years ago
|
||
For the record, there's a windows only problem with the patch, Ben is fixing...
Assignee | ||
Comment 3•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•14 years ago
|
Keywords: dev-doc-needed
Target Milestone: --- → mozilla2.0b8
Comment 4•14 years ago
|
||
I've written a new article, "Functions available to workers", that lists these and other functions workers can use. Please take a look:
https://developer.mozilla.org/En/DOM/Worker/Functions_available_to_workers
While I was at it, I cleaned up the main Worker article, updated the ChromeWorker article, and inserted links to the new article throughout the Worker docs.
Keywords: dev-doc-needed → dev-doc-complete
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•