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

Side by Side Diff: metadata.chrome

Issue 29410607: Issue 5090 - Use user stylesheets for element hiding if possible (Closed)
Patch Set: Update message and file names Created July 9, 2017, 12:07 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/cssInjection.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.13.2 3 version = 1.13.2
4 author = eyeo GmbH 4 author = eyeo GmbH
5 permissions = tabs 5 permissions = tabs
6 http://*/* 6 http://*/*
7 https://*/* 7 https://*/*
8 ws://*/* 8 ws://*/*
9 wss://*/* 9 wss://*/*
10 contextMenus 10 contextMenus
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
69 skin/social/renren.png = adblockplusui/skin/social/renren.png 69 skin/social/renren.png = adblockplusui/skin/social/renren.png
70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
72 devtools-panel.html = adblockplusui/devtools-panel.html 72 devtools-panel.html = adblockplusui/devtools-panel.html
73 devtools-panel.js = adblockplusui/devtools-panel.js 73 devtools-panel.js = adblockplusui/devtools-panel.js
74 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 74 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
75 75
76 [convert_js] 76 [convert_js]
77 lib/adblockplus.js = 77 lib/adblockplus.js =
78 lib/cssInjection.js
78 lib/filterComposer.js 79 lib/filterComposer.js
79 lib/filterValidation.js 80 lib/filterValidation.js
80 lib/icon.js 81 lib/icon.js
81 lib/io.js 82 lib/io.js
82 lib/messaging.js 83 lib/messaging.js
83 lib/notificationHelper.js 84 lib/notificationHelper.js
84 lib/prefs.js 85 lib/prefs.js
85 lib/punycode.js 86 lib/punycode.js
86 lib/requestBlocker.js 87 lib/requestBlocker.js
87 lib/stats.js 88 lib/stats.js
(...skipping 19 matching lines...) Expand all
107 adblockpluscore/lib/jsbn.js 108 adblockpluscore/lib/jsbn.js
108 adblockpluscore/lib/matcher.js 109 adblockpluscore/lib/matcher.js
109 adblockpluscore/lib/notification.js 110 adblockpluscore/lib/notification.js
110 adblockpluscore/lib/rsa.js 111 adblockpluscore/lib/rsa.js
111 adblockpluscore/lib/rusha.js 112 adblockpluscore/lib/rusha.js
112 adblockpluscore/lib/subscriptionClasses.js 113 adblockpluscore/lib/subscriptionClasses.js
113 adblockpluscore/lib/synchronizer.js 114 adblockpluscore/lib/synchronizer.js
114 adblockplusui/lib/antiadblockInit.js 115 adblockplusui/lib/antiadblockInit.js
115 lib/adblockplus.js[module] = true 116 lib/adblockplus.js[module] = true
116 lib/adblockplus.js[injectinfomodule] = true 117 lib/adblockplus.js[injectinfomodule] = true
117 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp 118 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection
118 include.postload.js = subscriptionLink.postload.js composer.postload.js 119 include.postload.js = subscriptionLink.postload.js composer.postload.js
119 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js 120 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js
120 121
121 [import_locales] 122 [import_locales]
122 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 123 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
123 remove_subscription_warning 124 remove_subscription_warning
124 =notification_antiadblock_title 125 =notification_antiadblock_title
125 =notification_antiadblock_message 126 =notification_antiadblock_message
126 filter_unknown_option 127 filter_unknown_option
127 filter_invalid_regexp 128 filter_invalid_regexp
(...skipping 16 matching lines...) Expand all
144 addSubscription.label 145 addSubscription.label
145 addSubscriptionAdd.label 146 addSubscriptionAdd.label
146 addSubscriptionOther.label 147 addSubscriptionOther.label
147 acceptableAds2.label 148 acceptableAds2.label
148 viewList.label 149 viewList.label
149 readMore.label 150 readMore.label
150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
151 title.label 152 title.label
152 adblockplus/chrome/locale/*/meta.properties = =name 153 adblockplus/chrome/locale/*/meta.properties = =name
153 adblockplusui/locale/*/firstRun.json = =* 154 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/cssInjection.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld