Closed
Bug 363512
Opened 18 years ago
Closed 18 years ago
remove base-64 encoding functions in favor of built-ins
Categories
(Firefox :: Search, defect, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
Firefox 3 alpha2
People
(Reporter: Gavin, Assigned: asaf)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Bug 326854 is adding the DOM-standard btoa/atob functions to JS components' global objects, so we can just use those directly instead of our (slower) JS implementation.
Reporter | ||
Comment 1•18 years ago
|
||
*** Bug 364514 has been marked as a duplicate of this bug. ***
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → mano
Target Milestone: --- → Firefox 3 alpha2
Assignee | ||
Comment 2•18 years ago
|
||
Attachment #249280 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 249280 [details] [diff] [review]
patch
bah
Attachment #249280 -
Attachment is obsolete: true
Attachment #249280 -
Flags: review?(gavin.sharp)
Assignee | ||
Comment 4•18 years ago
|
||
Attachment #249281 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P3
Reporter | ||
Updated•18 years ago
|
Attachment #249281 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•18 years ago
|
||
mozilla/browser/components/feeds/src/FeedWriter.js 1.32
mozilla/browser/components/search/nsSearchService.js 1.93
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•