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

Unified Diff: chrome/content/watcher.xul

Issue 8396008: Fixed: Don't access string bundle using a constant URL to avoid hitting bug 719376 (Closed)
Patch Set: Created Sept. 20, 2012, 11:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/content/watcher.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/watcher.xul
===================================================================
--- a/chrome/content/watcher.xul
+++ b/chrome/content/watcher.xul
@@ -22,20 +22,16 @@
buttonaccesskeyextra2="&clear.accesskey;"
width="600px"
height="400px"
persist="screenX screenY width height sizemode advancedMode"
windowtype="abpwatcher:watch">
<script type="application/x-javascript;version=1.7" src="watcher.js"/>
- <stringbundleset id="stringbundles">
- <stringbundle id="stringbundle-global" src="chrome://abpwatcher/locale/global.properties"/>
- </stringbundleset>
-
<commandset id="watcherCommands">
<command id="command-copylocation" oncommand="copyLocation();"/>
<command id="command-copyfilters" oncommand="copyFilters();"/>
</commandset>
<keyset id="watcherKeys">
<key id="key-copylocation" modifiers="accel" key="c" command="command-copylocation"/>
</keyset>
« no previous file with comments | « chrome/content/watcher.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld