Bug 148077

Summary: Web Inspector: split TestStub.js into multiple files and modernize it
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: Blaze Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, buildbot, commit-queue, graouts, joepeck, mattbaker, nvasilyev, rniwa, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on: 147955, 148122    
Bug Blocks: 147934    
Attachments:
Description Flags
Proposed Fix
none
Proposed Fix
none
Make sure non-Mac works
none
Proposed Fix (with arrows)
none
Archive of layout-test-results from ews102 for mac-mavericks
none
Archive of layout-test-results from ews104 for mac-mavericks-wk2
none
Proposed Fix (with arrows)
none
Proposed Fix (with arrows) timothy: review+

Blaze Burg
Reported 2015-08-17 08:55:05 PDT
,
Attachments
Proposed Fix (44.94 KB, patch)
2015-08-17 09:05 PDT, Blaze Burg
no flags
Proposed Fix (73.00 KB, patch)
2015-08-17 10:13 PDT, Blaze Burg
no flags
Make sure non-Mac works (84.11 KB, patch)
2015-08-17 14:15 PDT, Blaze Burg
no flags
Proposed Fix (with arrows) (91.11 KB, patch)
2015-08-18 16:03 PDT, Blaze Burg
no flags
Archive of layout-test-results from ews102 for mac-mavericks (544.38 KB, application/zip)
2015-08-18 16:36 PDT, Build Bot
no flags
Archive of layout-test-results from ews104 for mac-mavericks-wk2 (597.36 KB, application/zip)
2015-08-18 16:40 PDT, Build Bot
no flags
Proposed Fix (with arrows) (91.10 KB, patch)
2015-08-18 17:44 PDT, Blaze Burg
no flags
Proposed Fix (with arrows) (91.01 KB, patch)
2015-08-18 21:58 PDT, Blaze Burg
timothy: review+
Radar WebKit Bug Importer
Comment 1 2015-08-17 08:55:27 PDT
Blaze Burg
Comment 2 2015-08-17 09:05:21 PDT
Created attachment 259153 [details] Proposed Fix This patch renames some things that were moved around in the dependent patch, so it won't apply.
Blaze Burg
Comment 3 2015-08-17 10:13:33 PDT
Created attachment 259158 [details] Proposed Fix
Blaze Burg
Comment 4 2015-08-17 14:15:37 PDT
Created attachment 259182 [details] Make sure non-Mac works
Blaze Burg
Comment 5 2015-08-17 14:52:00 PDT
WebKit Commit Bot
Comment 6 2015-08-17 23:29:45 PDT
Re-opened since this is blocked by bug 148122
Alexey Proskuryakov
Comment 7 2015-08-17 23:35:44 PDT
Rolled out because this depended on r188539.
Blaze Burg
Comment 8 2015-08-18 16:03:03 PDT
Created attachment 259307 [details] Proposed Fix (with arrows) Since I have to re-land this patch, I tried adding arrows to the affected code. Please re-review for style, and I'll summarize some things I ran into for the style guide.
Build Bot
Comment 9 2015-08-18 16:36:15 PDT
Comment on attachment 259307 [details] Proposed Fix (with arrows) Attachment 259307 [details] did not pass mac-ews (mac): Output: http://webkit-queues.webkit.org/results/73301 New failing tests: inspector/dom/dom-search.html inspector/dom/dom-search-with-context.html
Build Bot
Comment 10 2015-08-18 16:36:18 PDT
Created attachment 259316 [details] Archive of layout-test-results from ews102 for mac-mavericks The attached test failures were seen while running run-webkit-tests on the mac-ews. Bot: ews102 Port: mac-mavericks Platform: Mac OS X 10.9.5
Build Bot
Comment 11 2015-08-18 16:40:13 PDT
Comment on attachment 259307 [details] Proposed Fix (with arrows) Attachment 259307 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/73306 New failing tests: inspector/dom/dom-search.html inspector/dom/dom-search-with-context.html
Build Bot
Comment 12 2015-08-18 16:40:16 PDT
Created attachment 259318 [details] Archive of layout-test-results from ews104 for mac-mavericks-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews104 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Blaze Burg
Comment 13 2015-08-18 17:44:01 PDT
Created attachment 259333 [details] Proposed Fix (with arrows)
Blaze Burg
Comment 14 2015-08-18 21:58:36 PDT
Created attachment 259352 [details] Proposed Fix (with arrows)
Timothy Hatcher
Comment 15 2015-08-19 01:54:13 PDT
Comment on attachment 259352 [details] Proposed Fix (with arrows) View in context: https://bugs.webkit.org/attachment.cgi?id=259352&action=review > Source/WebInspectorUI/UserInterface/Test/InspectorProtocol.js:139 > + // Otherwise, it is an event. > + } else { I'd flip the order of these lines and indent the comment one more level. > Source/WebInspectorUI/UserInterface/Test/InspectorProtocol.js:150 > + handler.map(function(listener) { > + listener.call(null, messageObject); > + }); Arrow. > Source/WebInspectorUI/UserInterface/Test/Test.js:234 > + .then(function() { Arrow?
Blaze Burg
Comment 16 2015-08-19 08:41:47 PDT
Comment on attachment 259352 [details] Proposed Fix (with arrows) View in context: https://bugs.webkit.org/attachment.cgi?id=259352&action=review >> Source/WebInspectorUI/UserInterface/Test/Test.js:234 >> + .then(function() { > > Arrow? This file gets rewritten in the next patch, so not fixing here.
Blaze Burg
Comment 17 2015-08-19 09:14:32 PDT
Note You need to log in before you can comment on or make changes to this bug.