Title: [184364] trunk/Source/WebInspectorUI
Revision
184364
Author
commit-qu...@webkit.org
Date
2015-05-14 17:25:07 -0700 (Thu, 14 May 2015)

Log Message

Web Inspector: Update the New Tab button disabled state after extra domains are activated
https://bugs.webkit.org/show_bug.cgi?id=145028

Patch by Joseph Pecoraro <pecor...@apple.com> on 2015-05-14
Reviewed by Timothy Hatcher.

* UserInterface/Base/Main.js:
(WebInspector.activateExtraDomains):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (184363 => 184364)


--- trunk/Source/WebInspectorUI/ChangeLog	2015-05-15 00:08:51 UTC (rev 184363)
+++ trunk/Source/WebInspectorUI/ChangeLog	2015-05-15 00:25:07 UTC (rev 184364)
@@ -1,3 +1,13 @@
+2015-05-14  Joseph Pecoraro  <pecor...@apple.com>
+
+        Web Inspector: Update the New Tab button disabled state after extra domains are activated
+        https://bugs.webkit.org/show_bug.cgi?id=145028
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Base/Main.js:
+        (WebInspector.activateExtraDomains):
+
 2015-05-14  Matt Baker  <mattba...@apple.com>
 
         Web Inspector: Current time marker is always at zero in Rendering Frames ruler

Modified: trunk/Source/WebInspectorUI/UserInterface/Base/Main.js (184363 => 184364)


--- trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2015-05-15 00:08:51 UTC (rev 184363)
+++ trunk/Source/WebInspectorUI/UserInterface/Base/Main.js	2015-05-15 00:25:07 UTC (rev 184364)
@@ -512,6 +512,8 @@
     }
 
     this._pendingOpenTabTypes = stillPendingOpenTabTypes;
+
+    this._updateNewTabButtonState();
 };
 
 WebInspector.contentBrowserTreeElementForRepresentedObject = function(contentBrowser, representedObject)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to