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

Unified Diff: safari/content.js

Issue 6369485355220992: Fixed reload issue in Chrome (Closed)
Patch Set: Created Nov. 15, 2013, 1:08 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
« safari/background.js ('K') | « safari/background.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: safari/content.js
===================================================================
--- a/safari/content.js
+++ b/safari/content.js
@@ -15,6 +15,8 @@
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>.
*/
+safari.self.tab.dispatchMessage("loading", document.location.href);
Felix Dahlke 2013/11/15 13:28:38 Why not move this into the IIFE?
Sebastian Noack 2013/11/15 13:45:29 As you wish. I didn't put it into the IIFE in the
Felix Dahlke 2013/11/15 13:48:49 Oh, I actually meant "under" the IIFE (whether it'
+
(function()
{
/* Background page proxy */
« safari/background.js ('K') | « safari/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld