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

Unified Diff: chrome/content/ui/firstRun.html

Issue 11533106: Prepared adblockplus for Safari (Closed)
Patch Set: Prepared adblockplus for Safari Created Sept. 2, 2013, 6:29 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 | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/content/ui/i18n.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/content/ui/firstRun.html
===================================================================
--- a/chrome/content/ui/firstRun.html
+++ b/chrome/content/ui/firstRun.html
@@ -20,8 +20,16 @@
<head>
<title class="i18n_firstRun_title"></title>
<meta charset="utf-8">
- <link type="text/css" href="/skin/firstRun.css" rel="stylesheet"/>
+ <link type="text/css" href="skin/firstRun.css" rel="stylesheet"/>
+
+ <!-- only required for the ports -->
Felix Dahlke 2013/09/06 08:08:24 As discussed, this is the part I'm not very happy
Sebastian Noack 2013/09/06 09:05:37 I'm neither happy with that. I tried to use an inl
Felix Dahlke 2013/09/06 09:44:41 Oh, wasn't aware of that. If we're not making thin
+ <script type="text/javascript" src="ext.js"></script>
+ <script type="text/javascript" src="lib/compat.js"></script>
+ <script type="text/javascript" src="lib/io.js"></script>
+ <script type="text/javascript" src="lib/info.js"></script>
+ <script type="text/javascript" src="lib/adblockplus.js"></script>
<script type="text/javascript" src="utils.js"></script>
+
<script type="text/javascript" src="i18n.js"></script>
<script type="text/javascript" src="firstRun.js"></script>
</head>
@@ -32,8 +40,8 @@
<h1 id="title-main" class="i18n_firstRun_title"></h1>
</header>
+ <p id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></p>
<p id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning" hidden="true"></p>
-
<p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplanation"></p>
<h2 id="features-title" class="i18n_firstRun_features"></h2>
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/content/ui/i18n.js » ('J')

Powered by Google App Engine
This is Rietveld