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

Unified Diff: popup.html

Issue 5088751004942336: Issue 370 - Right-clicked element is removed independent of created filter (Closed)
Patch Set: Rebase to rev 3c9cea80c481 Created July 18, 2014, 8:54 a.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 | « options.js ('k') | popup.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -2,7 +2,7 @@
<!--
- This file is part of Adblock Plus <http://adblockplus.org/>,
- - Copyright (C) 2006-2013 Eyeo GmbH
+ - Copyright (C) 2006-2014 Eyeo GmbH
-
- Adblock Plus is free software: you can redistribute it and/or modify
- it under the terms of the GNU General Public License version 3 as
@@ -20,15 +20,15 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="skin/popup.css">
- <script src="ext/common.js"></script>
- <script src="ext/background.js"></script>
+ <script src="ext/popup.js"></script>
<script src="i18n.js"></script>
<script src="popup.js"></script>
<script src="notification.js"></script>
<script src="stats.js"></script>
</head>
<!-- Set tabindex to work around Chromium issue 304532 -->
-<body tabindex="1">
+<!-- Set overflow to hidden in order to prevent Safari showing scrollbars while loading -->
+<body tabindex="1" style="overflow: hidden;">
<header>
<div id="logo"></div>
@@ -65,6 +65,7 @@
<div class="menu-item collapse" data-option="show_statsinpopup" data-collapsable="stats-container" role="button">
<div class="icon"></div>
<span class="i18n_stats_title"></span>
+ <div class="collapse-icon-placeholder safari-inline-block"></div>
<div class="collapse-icon"></div>
</div>
<ul id="stats" class="collapsable">
« no previous file with comments | « options.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld