Closed
Bug 945874
Opened 10 years ago
Closed 10 years ago
InvalidateCaches entry not written correctly to compatibility.ini
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
RESOLVED
FIXED
mozilla28
People
(Reporter: bugzilla, Assigned: bugzilla)
Details
Attachments
(1 file)
968 bytes,
patch
|
bbondy
:
review+
|
Details | Diff | Splinter Review |
The the code that writes InvalidateCaches to compatibility.ini omits a newline, causing InvalidateCaches to be appended to the end of the LastAppDir entry. This causes compatibility checks to fail when they should be succeeding.
Assignee | ||
Comment 1•10 years ago
|
||
This makes InvalidateCache consistent with the way the other entries are written with the line break in front.
Attachment #8341911 -
Flags: review?(netzen)
Updated•10 years ago
|
Attachment #8341911 -
Flags: review?(netzen) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Try: https://tbpl.mozilla.org/?tree=Try&rev=c4fffd189f9f https://hg.mozilla.org/integration/mozilla-inbound/rev/9883b8930f30
![]() |
||
Comment 3•10 years ago
|
||
This was checked in with the wrong bug number in the commit message. https://hg.mozilla.org/mozilla-central/rev/9883b8930f30
Assignee | ||
Updated•10 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla28
You need to log in
before you can comment on or make changes to this bug.
Description
•