Closed
Bug 1056170
Opened 10 years ago
Closed 10 years ago
Preferences are considered dirty in some cases where they're not
Categories
(Core :: Preferences: Backend, defect)
Core
Preferences: Backend
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: Irving, Assigned: Irving)
References
Details
Attachments
(1 file, 1 obsolete file)
9.94 KB,
patch
|
Irving
:
review+
|
Details | Diff | Splinter Review |
As part of fixing bug 985998, I wrote a WIP patch (https://bugzilla.mozilla.org/attachment.cgi?id=8405469) that exposes the Preferences 'dirty' flag through XPCOM and tests it from xpcshell. I found a few instances where we were marking the prefs dirty even though they weren't; the WIP includes fixes for those cases.
Assignee | ||
Comment 1•10 years ago
|
||
Dolske gets a revenge r? for teasing on #fx-team.
Assignee: nobody → irving
Status: NEW → ASSIGNED
Attachment #8480306 -
Flags: review?(dolske)
Attachment #8480306 -
Flags: review?(benjamin)
Updated•10 years ago
|
Attachment #8480306 -
Flags: review?(dolske)
Attachment #8480306 -
Flags: review?(benjamin)
Attachment #8480306 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Assignee | ||
Comment 3•10 years ago
|
||
grumble more time wasted than saved grumble mutter mutter https://tbpl.mozilla.org/?tree=Try&rev=481df347eee1 mutter mutter grumble
Keywords: checkin-needed
Comment 4•10 years ago
|
||
Keywords: checkin-needed
Comment 5•10 years ago
|
||
sorry had to back this out for xpcshell test failures like https://tbpl.mozilla.org/php/getParsedLog.php?id=47383087&tree=Mozilla-Inbound - Could you take a look at this thanks!
Flags: needinfo?(irving)
Assignee | ||
Comment 6•10 years ago
|
||
Bah, the first patch updated the CID in the IDL, when it needed to update the UUID, and of course the Try build didn't show errors because it always clobbers so the missing build dependency updates didn't bite.
carrying forward r+ based on conversation with bsmedberg.
Attachment #8480306 -
Attachment is obsolete: true
Attachment #8484223 -
Flags: review+
Flags: needinfo?(irving)
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Flags: in-testsuite+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
You need to log in
before you can comment on or make changes to this bug.
Description
•