Title: [245486] trunk/Source/WebInspectorUI
- Revision
- 245486
- Author
- [email protected]
- Date
- 2019-05-17 16:11:02 -0700 (Fri, 17 May 2019)
Log Message
REGRESSION(r244350): Web Inspector: Storage tab data grids aren't editable.
https://bugs.webkit.org/show_bug.cgi?id=198003
Reviewed by Devin Rousso.
* UserInterface/Views/DOMStorageContentView.js:
(WI.DOMStorageContentView):
Fix typo.
Modified Paths
Diff
Modified: trunk/Source/WebInspectorUI/ChangeLog (245485 => 245486)
--- trunk/Source/WebInspectorUI/ChangeLog 2019-05-17 23:09:35 UTC (rev 245485)
+++ trunk/Source/WebInspectorUI/ChangeLog 2019-05-17 23:11:02 UTC (rev 245486)
@@ -1,3 +1,14 @@
+2019-05-17 Ross Kirsling <[email protected]>
+
+ REGRESSION(r244350): Web Inspector: Storage tab data grids aren't editable.
+ https://bugs.webkit.org/show_bug.cgi?id=198003
+
+ Reviewed by Devin Rousso.
+
+ * UserInterface/Views/DOMStorageContentView.js:
+ (WI.DOMStorageContentView):
+ Fix typo.
+
2019-05-17 Jamal Nasser <[email protected]>
Web Inspector: Dark Mode: Fix colors in network table waterfall container
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js (245485 => 245486)
--- trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js 2019-05-17 23:09:35 UTC (rev 245485)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/DOMStorageContentView.js 2019-05-17 23:11:02 UTC (rev 245486)
@@ -42,7 +42,7 @@
columns.value = {title: WI.UIString("Value"), sortable: true};
this._dataGrid = new WI.DataGrid(columns, {
- editingCallback: this._editingCallback.bind(this),
+ editCallback: this._editingCallback.bind(this),
copyCallback: this._dataGridCopy.bind(this),
deleteCallback: this._deleteCallback.bind(this),
});
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes