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

Unified Diff: metadata.common

Issue 5464830253203456: Refactored the abstraction layer to address prerendered pages on Safari caused by leaky abstraction (Closed)
Patch Set: Addressed comments Created April 11, 2014, 2:47 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
===================================================================
--- a/metadata.common
+++ b/metadata.common
@@ -23,8 +23,6 @@
document_end = include.postload.js
[mapping]
-ext/common.js = chrome/ext/common.js
-ext/background.js = chrome/ext/background.js
ext/content.js = chrome/ext/content.js
ext/popup.js = chrome/ext/popup.js
notification.html = chrome/notification.html
@@ -73,6 +71,8 @@
lib/stats.js
lib/whitelisting.js
--arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
+ext/common.js = ext/common.js chrome/ext/common.js
+ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style=expand
qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestrictions.js
adblockplustests/chrome/content/tests/filterClasses.js
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld