Closed
Bug 1304862
Opened 8 years ago
Closed 8 years ago
Use mozilla::Base64URLEncode for Places GUIDs
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: lina, Assigned: lina)
Details
Attachments
(1 file)
A small cleanup fix: `mozilla::Base64URLEncode` exists now, so we can avoid rolling our own encoder.
Comment hidden (mozreview-request) |
Comment 2•8 years ago
|
||
mozreview-review |
Comment on attachment 8793928 [details]
Bug 1304862 - Use `mozilla::Base64URLEncode` to generate bookmark GUIDs.
https://reviewboard.mozilla.org/r/80522/#review79394
LGTM, thanks
Attachment #8793928 -
Flags: review?(mak77) → review+
Pushed by kcambridge@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1cfb89d1082a
Use `mozilla::Base64URLEncode` to generate bookmark GUIDs. r=mak
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
You need to log in
before you can comment on or make changes to this bug.
Description
•