Bug 196925 - Web Inspector: REGRESSION(r244172): crash when trying to add extra domain while inspecting JSContext
Summary: Web Inspector: REGRESSION(r244172): crash when trying to add extra domain whi...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Devin Rousso
URL:
Keywords: InRadar
Depends on: 195971
Blocks:
  Show dependency treegraph
 
Reported: 2019-04-15 12:06 PDT by Devin Rousso
Modified: 2019-04-16 10:52 PDT (History)
11 users (show)

See Also:


Attachments
Patch (5.87 KB, patch)
2019-04-15 12:10 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Devin Rousso 2019-04-15 12:06:17 PDT
.
Comment 1 Devin Rousso 2019-04-15 12:06:36 PDT
<rdar://problem/49873994>
Comment 2 Devin Rousso 2019-04-15 12:10:16 PDT
Created attachment 367439 [details]
Patch
Comment 3 Joseph Pecoraro 2019-04-15 12:12:20 PDT
Comment on attachment 367439 [details]
Patch

r=me
Comment 4 WebKit Commit Bot 2019-04-15 13:29:36 PDT
Comment on attachment 367439 [details]
Patch

Clearing flags on attachment: 367439

Committed r244285: <https://trac.webkit.org/changeset/244285>
Comment 5 WebKit Commit Bot 2019-04-15 13:29:37 PDT
All reviewed patches have been landed.  Closing bug.
Comment 6 Shawn Roberts 2019-04-16 10:45:22 PDT
After changes in https://trac.webkit.org/changeset/244285 

http/tests/inspector/network/har/har-page.html is failing on WK2 Release and Debug builds.

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=http%2Ftests%2Finspector%2Fnetwork%2Fhar%2Fhar-page.html

Was a flaky timeout/failure in previous revisions. 

Diff:

--- /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-expected.txt
+++ /Volumes/Data/slave/mojave-release-tests-wk2/build/layout-test-results/http/tests/inspector/network/har/har-page-actual.txt
@@ -588,8 +588,7 @@
               "path": "/",
               "expires": "",
               "httpOnly": false,
-              "secure": false,
-              "sameSite": "Strict"
+              "secure": false
             }
           ],
           "headers": "<filtered>",
@@ -661,8 +660,7 @@
               "path": "/",
               "expires": "",
               "httpOnly": false,
-              "secure": false,
-              "sameSite": "Strict"
+              "secure": false
             }
           ],
           "headers": "<filtered>",
Comment 7 Shawn Roberts 2019-04-16 10:52:38 PDT
Disregard last comment. I blamed the wrong revision.