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

Delta Between Two Patch Sets: chrome/content/typedItOptIn.xul

Issue 8554013: Renamed necessary components for ABP integration (Closed)
Left Patch Set: Created Oct. 10, 2012, 1:08 p.m.
Right Patch Set: Created Oct. 10, 2012, 1:59 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « chrome/content/tests/tests/suffixTreeManipulation.js ('k') | chrome/locale/en-US/locale.dtd » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 2
3 <!-- This Source Code Form is subject to the terms of the Mozilla Public 3 <!-- This Source Code Form is subject to the terms of the Mozilla Public
4 - License, v. 2.0. If a copy of the MPL was not distributed with this file, 4 - License, v. 2.0. If a copy of the MPL was not distributed with this file,
5 - You can obtain one at http://mozilla.org/MPL/2.0/. --> 5 - You can obtain one at http://mozilla.org/MPL/2.0/. -->
6 6
7 <?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?> 7 <?xml-stylesheet type="text/css" href="chrome://global/skin/global.css"?>
8 <?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css" ?> 8 <?xml-stylesheet type="text/css" href="chrome://url-fixer/skin/typedItOptIn.css" ?>
9 <!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/typo.dtd"> 9 <!DOCTYPE overlay SYSTEM "chrome://url-fixer/locale/typedItOptIn.dtd">
Wladimir Palant 2012/10/10 13:17:50 Looks like you forgot to adjust this.
10 <dialog title="&typedIt.optInTitle;" 10 <dialog title="&typedIt.optInTitle;"
11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" 11 xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
12 id="typedit-opt-in-dialog" 12 id="typedit-opt-in-dialog"
13 buttons="accept,cancel,disclosure" 13 buttons="accept,cancel,disclosure"
14 ondialogaccept="onAccept();return true;" 14 ondialogaccept="onAccept();return true;"
15 ondialogcancel="onCancel();return true;" 15 ondialogcancel="onCancel();return true;"
16 ondialogdisclosure="onDisclosure();" 16 ondialogdisclosure="onDisclosure();"
17 buttonlabelaccept="&typedIt.optInAccept;" 17 buttonlabelaccept="&typedIt.optInAccept;"
18 buttonlabelcancel="&typedIt.optInDecline;" 18 buttonlabelcancel="&typedIt.optInDecline;"
19 buttonlabeldisclosure="&typedIt.optInLater;" 19 buttonlabeldisclosure="&typedIt.optInLater;"
20 defaultButton="cancel" 20 defaultButton="cancel"
21 windowtype="urlfixer:typedid:optin"> 21 windowtype="urlfixer:typedid:optin">
22 <script type="text/javascript" src="common.js"/> 22 <script type="text/javascript" src="common.js"/>
23 <script type="text/javascript" src="typedItOptIn.js"/> 23 <script type="text/javascript" src="typedItOptIn.js"/>
24 24
25 <hbox> 25 <hbox>
26 <vbox> 26 <vbox>
27 <image id="icon"/> 27 <image id="icon"/>
28 </vbox> 28 </vbox>
29 <vbox id="description" align="center" pack="center"> 29 <vbox id="description" align="center" pack="center">
30 <description>&typedIt.optInDescription;</description> 30 <description>&typedIt.optInDescription;</description>
31 <description>&typedIt.optInDescription2;</description> 31 <description>&typedIt.optInDescription2;</description>
32 </vbox> 32 </vbox>
33 </hbox> 33 </hbox>
34 </dialog> 34 </dialog>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld