Closed
Bug 668157
Opened 14 years ago
Closed 13 years ago
dom should use mozilla::Preferences
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla14
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
Attachments
(2 files, 2 obsolete files)
3.51 KB,
patch
|
Details | Diff | Splinter Review | |
35.71 KB,
patch
|
jst
:
review+
|
Details | Diff | Splinter Review |
dom needs nsIPrefServiceInsernal interface and GetType().
Attachment #542742 -
Flags: review?(roc)
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #542743 -
Flags: review?(jst)
Assignee | ||
Comment 2•14 years ago
|
||
Note that I don't change nsPluginsDirUnix.cpp.
http://mxr.mozilla.org/mozilla-central/source/dom/plugins/base/nsPluginsDirUnix.cpp#150
If I changed it, it would need more changes in the method because it's using the result buffer in low-level.
Comment on attachment 542742 [details] [diff] [review]
Part.1 Add new APIs to mozilla::Preferences
Review of attachment 542742 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #542742 -
Flags: review?(roc) → review+
Comment 4•13 years ago
|
||
Comment on attachment 542743 [details] [diff] [review]
Part.2 dom should use mozilla::Preferences
Sigh, this *completely* fell through the cracks and got lost in my review queue, sorry! :(
r=jst, but this doesn't so much apply any more. I'll gladly review updated versions if needed (in no time this time, promise!)
Attachment #542743 -
Flags: review?(jst) → review+
Assignee | ||
Comment 5•13 years ago
|
||
Attachment #542742 -
Attachment is obsolete: true
Assignee | ||
Comment 6•13 years ago
|
||
some pref names have been changed, I checked them again very carefully, but I'd like you to check them too.
Attachment #542743 -
Attachment is obsolete: true
Attachment #611776 -
Flags: review?(jst)
Comment 7•13 years ago
|
||
Comment on attachment 611776 [details] [diff] [review]
part.2 mozilla/dom should use mozilla::Preferences
Looks good, I checked all the pref names as well and didn't see anything wrong there.
r=jst!
Attachment #611776 -
Flags: review?(jst) → review+
Assignee | ||
Comment 8•13 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/0396f74d112b
https://hg.mozilla.org/integration/mozilla-inbound/rev/cb3b3070ceff
Target Milestone: --- → mozilla14
Comment 9•13 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/0396f74d112b
https://hg.mozilla.org/mozilla-central/rev/cb3b3070ceff
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
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
•