Bug 143107

Summary: Web Inspector: Convert some View classes to ES6 classes
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web InspectorAssignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 142891    
Attachments:
Description Flags
Patch
none
Patch
none
Patch joepeck: review+

Timothy Hatcher
Reported 2015-03-26 11:05:59 PDT
Some of the simple View classes can be converted now. The rest are harder.
Attachments
Patch (81.17 KB, patch)
2015-03-26 11:11 PDT, Timothy Hatcher
no flags
Patch (175.47 KB, patch)
2015-03-26 11:11 PDT, Timothy Hatcher
no flags
Patch (175.46 KB, patch)
2015-03-26 11:19 PDT, Timothy Hatcher
joepeck: review+
Radar WebKit Bug Importer
Comment 1 2015-03-26 11:06:40 PDT
Timothy Hatcher
Comment 2 2015-03-26 11:11:29 PDT
Timothy Hatcher
Comment 3 2015-03-26 11:11:53 PDT
Timothy Hatcher
Comment 4 2015-03-26 11:19:07 PDT
Joseph Pecoraro
Comment 5 2015-03-26 11:49:44 PDT
Comment on attachment 249501 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=249501&action=review r=me > Source/WebInspectorUI/ChangeLog:41 > + Converted to ES6 ckasses. Typo: "ckasses" => "classes" > Source/WebInspectorUI/UserInterface/Views/ContextMenu.js:150 > + constructor(event) { Nit: Style, brace should be on newline. > Source/WebInspectorUI/UserInterface/Views/EditingSupport.js:81 > + this.commitHandler = commitHandler; Could make these _foo. > Source/WebInspectorUI/UserInterface/Views/GoToLineDialog.js:122 > + event.preventDefault(); Is this fixing a bug? > Source/WebInspectorUI/UserInterface/Views/SearchBar.js:47 > + this._searchInput.addEventListener("search", this._handleSearchEvent.bind(this), false); > + this._searchInput.addEventListener("keydown", this._handleKeydownEvent.bind(this), false); Style: I think we have been dropping the false for useCapture for addEventListener. We can update that here.
Timothy Hatcher
Comment 6 2015-03-26 16:40:07 PDT
Note You need to log in before you can comment on or make changes to this bug.