Changeset 273900 in webkit
- Timestamp:
- Mar 4, 2021 10:19:15 AM (17 months ago)
- Location:
- trunk/Source/WebInspectorUI
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
UserInterface/Views/AuditTestContentView.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebInspectorUI/ChangeLog
r273865 r273900 1 2021-03-04 Razvan Caliman <rcaliman@apple.com> 2 3 Web Inspector: Audits Tab: nothing happens when clicking "Start" button in the content area placeholder text 4 https://bugs.webkit.org/show_bug.cgi?id=222740 5 rdar://75008042 6 7 Reviewed by Devin Rousso. 8 9 * UserInterface/Views/AuditTestContentView.js: 10 (WI.AuditTestContentView.prototype.showNoResultPlaceholder): 11 1 12 2021-03-03 Devin Rousso <drousso@apple.com> 2 13 -
trunk/Source/WebInspectorUI/UserInterface/Views/AuditTestContentView.js
r270134 r273900 347 347 startNavigationItem.addEventListener(WI.ButtonNavigationItem.Event.Clicked, function(event) { 348 348 WI.auditManager.start([this.representedObject]); 349 }, startNavigationItem);349 }, this); 350 350 351 351 let importHelpElement = WI.createNavigationItemHelp(WI.UIString("Press %s to start running the audit."), startNavigationItem);
Note: See TracChangeset
for help on using the changeset viewer.