BrowserView.js
authorChris <chris@roojs.com>
Tue, 17 Sep 2013 05:28:23 +0000 (13:28 +0800)
committerChris <chris@roojs.com>
Tue, 17 Sep 2013 05:28:23 +0000 (13:28 +0800)
BrowserView.js

index b121b02..b698078 100644 (file)
@@ -327,15 +327,11 @@ BrowserView = new GType({
         this.signal.load_progress_changed.connect(update_progress);
        print(WebKit.WebFrame);
        var mv = WebKit.WebView.get_web_view();
-print(mv);
-print("plugins");
-//for(var i = 0 ; i < pg.length; i++) {
+        print(mv);
+        print("plugins");
+
 
-//print(pg[i].get_name());
-//print(pg[i].get_enabled() *1);
-//print(pg[i].get_description() *1);
 
-//}
         // For some reason, this segfaults seed in the instance init closure handler
         // Once that's fixed, uncommenting the next line will give middle-click-open-in-new tab
         //this.signal.navigation_policy_decision_requested.connect(clicked_link);