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

Unified Diff: metadata.safari

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.common ('k') | notification.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.safari
===================================================================
--- a/metadata.safari
+++ b/metadata.safari
@@ -10,8 +10,6 @@
document_start = ext/common.js ext/content.js include.preload.js include.youtube.js
[mapping]
-ext/common.js = safari/ext/common.js
-ext/background.js = safari/ext/background.js
ext/content.js = safari/ext/content.js
ext/popup.js = safari/ext/popup.js
include.youtube.js = safari/include.youtube.js
@@ -20,6 +18,8 @@
[convert_js]
lib/io.js = lib/storage/io.js
--arg module=true
+ext/common.js = ext/common.js safari/ext/common.js
+ext/background.js = ext/background.js safari/ext/background.js --arg brace_style=expand
[popovers]
popup_filename = popup.html
« no previous file with comments | « metadata.common ('k') | notification.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld