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

Side by Side Diff: metadata.gecko

Issue 5056848617013248: Issue 1706 - Move first-run page to adblockplusui repository (Closed)
Patch Set: Export variables differently in common.js Created Jan. 7, 2015, 6:58 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/main.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d} 2 id={d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}
3 basename=adblockplus 3 basename=adblockplus
4 version=2.6.6 4 version=2.6.6
5 author=Wladimir Palant 5 author=Wladimir Palant
6 options=chrome://adblockplus/content/ui/settings.xul 6 options=chrome://adblockplus/content/ui/settings.xul
7 optionsType=2 7 optionsType=2
8 8
9 [contributors] 9 [contributors]
10 1=Claude Lespagnol aka Efdur 10 1=Claude Lespagnol aka Efdur
(...skipping 11 matching lines...) Expand all
22 en=http://adblockplus.org/en/ 22 en=http://adblockplus.org/en/
23 es=http://adblockplus.org/es/ 23 es=http://adblockplus.org/es/
24 fr=http://adblockplus.org/fr/ 24 fr=http://adblockplus.org/fr/
25 he=http://adblockplus.org/he/ 25 he=http://adblockplus.org/he/
26 ko=http://adblockplus.org/ko/ 26 ko=http://adblockplus.org/ko/
27 ru=http://adblockplus.org/ru/ 27 ru=http://adblockplus.org/ru/
28 zh-CN=https://adblockplus.org/zh_CN/ 28 zh-CN=https://adblockplus.org/zh_CN/
29 zh-TW=https://adblockplus.org/zh_TW/ 29 zh-TW=https://adblockplus.org/zh_TW/
30 30
31 [compat] 31 [compat]
32 firefox=22.0/37.0 32 firefox=25.0/37.0
33 fennec2=22.0/37.0 33 fennec2=25.0/37.0
34 thunderbird=22.0/37.0 34 thunderbird=25.0/37.0
35 seamonkey=2.19/2.34 35 seamonkey=2.22/2.34
36 toolkit=22.0/37.0 36 toolkit=25.0/37.0
37 37
38 [preprocess] 38 [mapping]
39 chrome/content/ui/firstRun.html = 39 chrome/content/ui/firstRun.html = adblockplusui/firstRun.html
40 chrome/content/ui/firstRun.js = adblockplusui/firstRun.js
41 chrome/content/ui/i18n.js = adblockplusui/i18n.js
42 chrome/content/ui/skin/firstRun.css = adblockplusui/skin/firstRun.css
43 chrome/content/ui/skin/abp-icon-big.png = adblockplusui/skin/abp-icon-big.png
44 chrome/content/ui/skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
45 chrome/content/ui/skin/background.png = adblockplusui/skin/background.png
46 chrome/content/ui/skin/background-main.png = adblockplusui/skin/background-main. png
47 chrome/content/ui/skin/background-share.png = adblockplusui/skin/background-shar e.png
48 chrome/content/ui/skin/donate.png = adblockplusui/skin/donate.png
49 chrome/content/ui/skin/features/malware.png = adblockplusui/skin/features/malwar e.png
50 chrome/content/ui/skin/features/social.png = adblockplusui/skin/features/social. png
51 chrome/content/ui/skin/features/tracking.png = adblockplusui/skin/features/track ing.png
52 chrome/content/ui/skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/Cr eteRound-Italic.otf
53 chrome/content/ui/skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/C reteRound-Regular.otf
54 chrome/content/ui/skin/social/facebook.png = adblockplusui/skin/social/facebook. png
55 chrome/content/ui/skin/social/googleplus.png = adblockplusui/skin/social/googlep lus.png
56 chrome/content/ui/skin/social/renren.png = adblockplusui/skin/social/renren.png
57 chrome/content/ui/skin/social/twitter.png = adblockplusui/skin/social/twitter.pn g
58 chrome/content/ui/skin/social/weibo.png = adblockplusui/skin/social/weibo.png
59 chrome/content/ui/ext/common.js = ext/common.js
60 chrome/content/ui/ext/content.js = ext/content.js
61 lib/ext_background.js = ext/background.js
62 lib/ext_common.js = ext/common.js
63 lib/messageResponder.js = adblockplusui/messageResponder.js
64
65 [import_locales]
66 adblockplusui/locale/*/firstRun.json = *
OLDNEW
« no previous file with comments | « lib/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld