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

Unified Diff: chrome/content/ui/sidebar.xul

Issue 29329779: Issue 3258 - Blockable items: restore item flashing functionality (Closed)
Patch Set: Addressed comments Created Nov. 25, 2015, 7:05 p.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/ui/sidebar.js ('k') | lib/child/flasher.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/sidebar.xul
===================================================================
--- a/chrome/content/ui/sidebar.xul
+++ b/chrome/content/ui/sidebar.xul
@@ -27,17 +27,16 @@
id="abp-sidebar"
onload="init()"
onunload="cleanUp()"
docDomainThirdParty="&docDomain.thirdParty;"
docDomainFirstParty="&docDomain.firstParty;">
<script type="application/x-javascript;version=1.7" src="utils.js"/>
<script type="application/x-javascript;version=1.7" src="sidebar.js"/>
- <script type="application/x-javascript;version=1.7" src="flasher.js"/>
<keyset id="sidebarKeys">
<key id="block-key" keycode="VK_ENTER"/>
<key id="copy-key" modifiers="accel" key="C" command="copy-command"/>
<key id="selectAll-key" modifiers="accel" key="A" command="selectAll-command"/>
</keyset>
<commandset id="sidebarCommands">
« no previous file with comments | « chrome/content/ui/sidebar.js ('k') | lib/child/flasher.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld