Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 8396008: Fixed: Don't access string bundle using a constant URL to avoid hitting bug 719376 (Closed)

Created:
Sept. 20, 2012, 11:11 a.m. by Wladimir Palant
Modified:
Sept. 25, 2012, 4:49 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

We should not access properties files using a constant URL - the string bundles are cached meaning that an updated Diagnostics version might end up using the string bundle from the previous version if updated without browser restart. Randomizing URLs is ugly when using <stringbundle> tag so I am going to nsIStringBundle directly instead.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -18 lines) Patch
M chrome/content/watcher.js View 2 chunks +14 lines, -14 lines 0 comments Download
M chrome/content/watcher.xul View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 2
Wladimir Palant
Sept. 20, 2012, 11:11 a.m. (2012-09-20 11:11:12 UTC) #1
Thomas Greiner
Sept. 25, 2012, 4:13 p.m. (2012-09-25 16:13:04 UTC) #2
OK

Powered by Google App Engine
This is Rietveld