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:44 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 | « 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
@@ -17,6 +17,9 @@
(function()
{
+ safari.self.tab.dispatchMessage("loading", document.location.href);
+
+
/* Background page proxy */
var proxy = {
objects: [],
« no previous file with comments | « safari/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld