Bug 181005

Summary: Web Inspector: add TestPage.debug() to inspect evaluations being sent to Inspector page
Product: WebKit Reporter: Blaze Burg <bburg>
Component: Web InspectorAssignee: Blaze Burg <bburg>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, inspector-bugzilla-changes, jlewis3, joepeck, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Blaze Burg
Reported 2017-12-19 15:41:03 PST
I used this once and I liked it.
Attachments
Patch (2.86 KB, patch)
2017-12-19 15:42 PST, Blaze Burg
no flags
Blaze Burg
Comment 1 2017-12-19 15:42:51 PST
Joseph Pecoraro
Comment 2 2017-12-19 15:44:23 PST
Comment on attachment 329842 [details] Patch rs=me
WebKit Commit Bot
Comment 3 2017-12-19 16:06:47 PST
Comment on attachment 329842 [details] Patch Clearing flags on attachment: 329842 Committed r226155: <https://trac.webkit.org/changeset/226155>
WebKit Commit Bot
Comment 4 2017-12-19 16:06:49 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2017-12-19 16:07:20 PST
Matt Lewis
Comment 6 2017-12-20 16:43:47 PST
This patch has caused a layout test to start failing consistently on macOS WK2 Debug testers: Test: http/tests/inspector/network/har/har-page.html https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Finspector%2Fnetwork%2Fhar%2Fhar-page.html build: https://build.webkit.org/results/Apple%20High%20Sierra%20Release%20WK2%20(Tests)/r226199%20(1886)/results.html diff: --- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-expected.txt +++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-actual.txt @@ -87,7 +87,7 @@ "size": 0, "compression": 0, "mimeType": "application/x-javascript", - "text": "<filtered text (6707)>" + "text": "<filtered text (7039)>" }, "redirectURL": "", "headersSize": "<filtered>",
Matt Lewis
Comment 7 2017-12-20 17:49:05 PST
Reverted r226155 for reason: This caused test failures. Committed r226207: <https://trac.webkit.org/changeset/226207>
Joseph Pecoraro
Comment 8 2017-12-20 18:23:11 PST
All that was needed was a rebase...
Blaze Burg
Comment 9 2018-01-04 12:38:11 PST
Note You need to log in before you can comment on or make changes to this bug.