Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Web Inspector: determine hasVisibleEffect for each RecordingAction as…
… it's processed https://bugs.webkit.org/show_bug.cgi?id=189860 Reviewed by Joseph Pecoraro. Source/WebInspectorUI: * Localizations/en.lproj/localizedStrings.js: * UserInterface/Base/Setting.js: * UserInterface/Base/Utilities.js: * UserInterface/Models/RecordingAction.js: (WI.RecordingAction.prototype.process.getContent): (WI.RecordingAction.prototype.process): * UserInterface/Views/RecordingActionTreeElement.js: (WI.RecordingActionTreeElement.prototype.onattach): * UserInterface/Views/SettingsTabContentView.js: (WI.SettingsTabContentView.prototype._createExperimentalSettingsView): * UserInterface/Views/RecordingContentView.js: (WI.RecordingContentView.prototype._updateImageGrid): Drive-by: don't attempt to show the image grid if we haven't called initialized yet. * UserInterface/Views/CanvasSidebarPanel.js: (WI.CanvasSidebarPanel.prototype._treeOutlineSelectionDidChange): Drive-by: ensure that the `WI.RecordingContentView` is showing before applying the action. LayoutTests: * inspector/unit-tests/array-utilities-expected.txt: * inspector/unit-tests/array-utilities.html: Canonical link: https://commits.webkit.org/204979@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@236539 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
137 additions
and 17 deletions.
- +10 −0 LayoutTests/ChangeLog
- +25 −0 LayoutTests/inspector/unit-tests/array-utilities-expected.txt
- +39 −0 LayoutTests/inspector/unit-tests/array-utilities.html
- +29 −0 Source/WebInspectorUI/ChangeLog
- +0 −2 Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js
- +0 −1 Source/WebInspectorUI/UserInterface/Base/Setting.js
- +25 −1 Source/WebInspectorUI/UserInterface/Base/Utilities.js
- +5 −8 Source/WebInspectorUI/UserInterface/Models/RecordingAction.js
- +2 −0 Source/WebInspectorUI/UserInterface/Views/CanvasSidebarPanel.js
- +1 −1 Source/WebInspectorUI/UserInterface/Views/RecordingActionTreeElement.js
- +1 −1 Source/WebInspectorUI/UserInterface/Views/RecordingContentView.js
- +0 −3 Source/WebInspectorUI/UserInterface/Views/SettingsTabContentView.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters