Bug 200104 - Web Inspector: allow comments in protocol JSON
Summary: Web Inspector: allow comments in protocol JSON
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:
Blocks:
 
Reported: 2019-07-24 18:59 PDT by Devin Rousso
Modified: 2019-08-07 10:26 PDT (History)
12 users (show)

See Also:


Attachments
Patch (54.89 KB, patch)
2019-07-24 19:00 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff
Patch (39.51 KB, patch)
2019-08-06 13:49 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-07-24 18:59:13 PDT
.
Comment 1 Devin Rousso 2019-07-24 19:00:50 PDT
Created attachment 374844 [details]
Patch
Comment 2 EWS Watchlist 2019-07-24 19:02:52 PDT Comment hidden (obsolete)
Comment 3 BJ Burg 2019-08-06 10:25:41 PDT
Comment on attachment 374844 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=374844&action=review

> Source/JavaScriptCore/inspector/scripts/tests/all/expected/definitions-with-mac-platform.json-result:471
> +            Ref<JSON::Object> jsonResult = m_result.releaseNonNull();

Please rebaseline stale results in a separate commit. It doesn't need to be reviewed.
Comment 4 BJ Burg 2019-08-06 10:25:55 PDT
r=me
Comment 5 Devin Rousso 2019-08-06 13:49:39 PDT
Created attachment 375650 [details]
Patch
Comment 6 EWS Watchlist 2019-08-06 13:51:36 PDT Comment hidden (obsolete)
Comment 7 WebKit Commit Bot 2019-08-06 15:20:37 PDT
Comment on attachment 375650 [details]
Patch

Clearing flags on attachment: 375650

Committed r248320: <https://trac.webkit.org/changeset/248320>
Comment 8 WebKit Commit Bot 2019-08-06 15:20:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Radar WebKit Bug Importer 2019-08-06 15:21:23 PDT
<rdar://problem/54006498>
Comment 10 Devin Rousso 2019-08-07 10:26:04 PDT
Rebased inspector generator tests in r248374 <https://trac.webkit.org/r248374>.