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

Delta Between Two Patch Sets: metadata.common

Issue 16067002: Added Safari Support (Closed)
Left Patch Set: Converted new calls to chrome.* to ext.* and fixed issue with background page proxy about added/rem… Created Nov. 9, 2013, 6:38 p.m.
Right Patch Set: Bugfixes Created Nov. 15, 2013, 8:58 a.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 | « metadata.chrome ('k') | metadata.safari » ('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 [general] 1 [general]
2 backgroundScripts = ext/common.js 2 backgroundScripts = ext/common.js
3 ext/background.js 3 ext/background.js
4 lib/compat.js 4 lib/compat.js
5 lib/info.js 5 lib/info.js
6 lib/io.js 6 lib/io.js
7 lib/adblockplus.js 7 lib/adblockplus.js
8 lib/punycode.js 8 lib/punycode.js
9 lib/publicSuffixList.js 9 lib/publicSuffixList.js
10 lib/basedomain.js 10 lib/basedomain.js
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 adblockplus/lib/downloader.js 62 adblockplus/lib/downloader.js
63 adblockplus/lib/filterNotifier.js 63 adblockplus/lib/filterNotifier.js
64 adblockplus/lib/filterClasses.js 64 adblockplus/lib/filterClasses.js
65 adblockplus/lib/subscriptionClasses.js 65 adblockplus/lib/subscriptionClasses.js
66 adblockplus/lib/filterStorage.js 66 adblockplus/lib/filterStorage.js
67 adblockplus/lib/elemHide.js 67 adblockplus/lib/elemHide.js
68 adblockplus/lib/matcher.js 68 adblockplus/lib/matcher.js
69 adblockplus/lib/filterListener.js 69 adblockplus/lib/filterListener.js
70 adblockplus/lib/synchronizer.js 70 adblockplus/lib/synchronizer.js
71 adblockplus/lib/notification.js 71 adblockplus/lib/notification.js
72 lib/stats.js
72 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
73 74
74 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
75 adblockplustests/chrome/content/tests/filterClasses.js 76 adblockplustests/chrome/content/tests/filterClasses.js
76 adblockplustests/chrome/content/tests/filterNotifier.js 77 adblockplustests/chrome/content/tests/filterNotifier.js
77 adblockplustests/chrome/content/tests/filterStorage.js 78 adblockplustests/chrome/content/tests/filterStorage.js
78 adblockplustests/chrome/content/tests/matcher.js 79 adblockplustests/chrome/content/tests/matcher.js
79 adblockplustests/chrome/content/tests/prefs.js 80 adblockplustests/chrome/content/tests/prefs.js
80 adblockplustests/chrome/content/tests/regexpFilters_matching.js 81 adblockplustests/chrome/content/tests/regexpFilters_matching.js
81 adblockplustests/chrome/content/tests/subscriptionClasses.js 82 adblockplustests/chrome/content/tests/subscriptionClasses.js
(...skipping 13 matching lines...) Expand all
95 addSubscription.label 96 addSubscription.label
96 addSubscriptionAdd.label 97 addSubscriptionAdd.label
97 addSubscriptionOther.label 98 addSubscriptionOther.label
98 acceptableAds2.label 99 acceptableAds2.label
99 viewList.label 100 viewList.label
100 readMore.label 101 readMore.label
101 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
102 title.label 103 title.label
103 adblockplus/chrome/locale/*/meta.properties = =name 104 adblockplus/chrome/locale/*/meta.properties = =name
104 adblockplus/chrome/locale/*/firstRun.properties = =* 105 adblockplus/chrome/locale/*/firstRun.properties = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld