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

Side by Side Diff: metadata.chrome

Issue 11137033: Update info module to return better application/platform information (Closed)
Patch Set: Moved info generation to buildtools Created July 22, 2013, 1:28 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/info.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 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.5 3 version = 1.5
4 backgroundScripts = lib/compat.js 4 backgroundScripts = lib/compat.js
5 lib/info.js
5 lib/io.js 6 lib/io.js
6 lib/adblockplus.js 7 lib/adblockplus.js
7 lib/punycode.js 8 lib/punycode.js
8 lib/publicSuffixList.js 9 lib/publicSuffixList.js
9 lib/basedomain.js 10 lib/basedomain.js
10 lib/sha1.js 11 lib/sha1.js
11 lib/jsbn.js 12 lib/jsbn.js
12 lib/rsa.js 13 lib/rsa.js
13 webrequest.js 14 webrequest.js
14 popupBlocker.js 15 popupBlocker.js
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
47 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png 48 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png
48 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png 49 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png
49 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png 50 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png
50 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png 51 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png
51 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 52 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
52 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 53 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
53 54
54 [convert_js] 55 [convert_js]
55 lib/io.js = lib/filesystem/io.js 56 lib/io.js = lib/filesystem/io.js
56 --arg module=true 57 --arg module=true
57 lib/adblockplus.js = lib/info.js 58 lib/adblockplus.js = lib/prefs.js
58 lib/prefs.js
59 lib/utils.js 59 lib/utils.js
60 lib/elemHideHitRegistration.js 60 lib/elemHideHitRegistration.js
61 adblockplus/lib/downloader.js 61 adblockplus/lib/downloader.js
62 adblockplus/lib/filterNotifier.js 62 adblockplus/lib/filterNotifier.js
63 adblockplus/lib/filterClasses.js 63 adblockplus/lib/filterClasses.js
64 adblockplus/lib/subscriptionClasses.js 64 adblockplus/lib/subscriptionClasses.js
65 adblockplus/lib/filterStorage.js 65 adblockplus/lib/filterStorage.js
66 adblockplus/lib/elemHide.js 66 adblockplus/lib/elemHide.js
67 adblockplus/lib/matcher.js 67 adblockplus/lib/matcher.js
68 adblockplus/lib/filterListener.js 68 adblockplus/lib/filterListener.js
(...skipping 23 matching lines...) Expand all
92 addSubscription.label 92 addSubscription.label
93 addSubscriptionAdd.label 93 addSubscriptionAdd.label
94 addSubscriptionOther.label 94 addSubscriptionOther.label
95 acceptableAds2.label 95 acceptableAds2.label
96 viewList.label 96 viewList.label
97 readMore.label 97 readMore.label
98 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 98 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
99 title.label 99 title.label
100 adblockplus/chrome/locale/*/meta.properties = =name 100 adblockplus/chrome/locale/*/meta.properties = =name
101 adblockplus/chrome/locale/*/firstRun.properties = =* 101 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « lib/info.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld