BrowserView.js
authorAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 08:07:49 +0000 (16:07 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 14 Apr 2016 08:07:49 +0000 (16:07 +0800)
BrowserView.js

index babe4e1..5a27663 100644 (file)
@@ -465,21 +465,7 @@ BrowserView = new GType({
  
  
  
-        
-        var load_committed = function (web_view, web_frame)
-        {
-            print("load commited");
-            
-            update_url(web_view, web_frame);
-             
-            // call load finished after 20seconds??
-            // so even if it never complets we try and print the thing.
-            GLib.timeout_add(GLib.PRIORITY_LOW, 40000, function() {
-                print("load commited - 3000 ms?");
-                load_finished();
-            });
-            
-        };
+         
 
         var clicked_link = function (web_view, web_frame, request,
                                      action, decision, window)