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

Delta Between Two Patch Sets: metadata.safari

Issue 29345109: Issue 4059 - Adapt the manifest for Edge (2) (Closed)
Left Patch Set: Created May 28, 2016, 8:06 a.m.
Right Patch Set: Fix the diff not to be incremental Created May 28, 2016, 10:59 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « metadata.common ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 [default] 1 [default]
2 inherit = metadata.common 2 inherit = metadata.common
3 3
4 [general] 4 [general]
5 basename = adblockplussafari 5 basename = adblockplussafari
6 author = Eyeo GmbH
6 homepage = https://adblockplus.org/ 7 homepage = https://adblockplus.org/
7 updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist 8 updateURL = https://update.adblockplus.org/adblockplussafari/updates.plist
8 9
9 [contentScripts] 10 [contentScripts]
10 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s include.youtube.js 11 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s include.youtube.js
11 12
12 [mapping] 13 [mapping]
13 ext/content.js = safari/ext/content.js 14 ext/content.js = safari/ext/content.js
14 ext/popup.js = safari/ext/popup.js 15 ext/popup.js = safari/ext/popup.js
15 include.youtube.js = safari/include.youtube.js 16 include.youtube.js = safari/include.youtube.js
(...skipping 10 matching lines...) Expand all
26 ext/common.js = ext/common.js safari/ext/common.js 27 ext/common.js = ext/common.js safari/ext/common.js
27 ext/background.js = ext/background.js safari/ext/background.js --arg brace_style =expand 28 ext/background.js = ext/background.js safari/ext/background.js --arg brace_style =expand
28 lib/adblockplus.js -= lib/devtools.js lib/popupBlocker.js lib/uninstall.js 29 lib/adblockplus.js -= lib/devtools.js lib/popupBlocker.js lib/uninstall.js
29 30
30 [popovers] 31 [popovers]
31 popup_filename = popup.html 32 popup_filename = popup.html
32 33
33 [toolbar_items] 34 [toolbar_items]
34 item_image = icons/abp-16.png 35 item_image = icons/abp-16.png
35 item_popover = popup 36 item_popover = popup
LEFTRIGHT

Powered by Google App Engine
This is Rietveld