Title: [90126] trunk/Source/WebCore
- Revision
- 90126
- Author
- [email protected]
- Date
- 2011-06-30 09:39:21 -0700 (Thu, 30 Jun 2011)
Log Message
2011-06-30 Yury Semikhatsky <[email protected]>
Reviewed by Pavel Feldman.
Web Inspector: hide "Enabled background events collection" option in context menu until the setting is persisted
https://bugs.webkit.org/show_bug.cgi?id=63708
The option has no much sense if it is not preserved between browser restarts.
* inspector/front-end/NetworkPanel.js:
(WebInspector.NetworkPanel.prototype._contextMenu):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (90125 => 90126)
--- trunk/Source/WebCore/ChangeLog 2011-06-30 16:28:10 UTC (rev 90125)
+++ trunk/Source/WebCore/ChangeLog 2011-06-30 16:39:21 UTC (rev 90126)
@@ -1,3 +1,15 @@
+2011-06-30 Yury Semikhatsky <[email protected]>
+
+ Reviewed by Pavel Feldman.
+
+ Web Inspector: hide "Enabled background events collection" option in context menu until the setting is persisted
+ https://bugs.webkit.org/show_bug.cgi?id=63708
+
+ The option has no much sense if it is not preserved between browser restarts.
+
+ * inspector/front-end/NetworkPanel.js:
+ (WebInspector.NetworkPanel.prototype._contextMenu):
+
2011-06-30 Patrick Gansterer <[email protected]>
Reviewed by Darin Adler.
Modified: trunk/Source/WebCore/inspector/front-end/NetworkPanel.js (90125 => 90126)
--- trunk/Source/WebCore/inspector/front-end/NetworkPanel.js 2011-06-30 16:28:10 UTC (rev 90125)
+++ trunk/Source/WebCore/inspector/front-end/NetworkPanel.js 2011-06-30 16:39:21 UTC (rev 90126)
@@ -993,9 +993,6 @@
contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Save all as HAR" : "Save All as HAR"), this._exportAll.bind(this));
}
- contextMenu.appendSeparator();
- contextMenu.appendCheckboxItem(WebInspector.UIString("Enabled background events collection"), this._toggleBackgroundEventsCollection.bind(this), this._backgroundCollectionEnabled);
-
contextMenu.show(event);
},
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes