Bug 179543 - Web Inspector: Make http status codes be "integer" instead of "number" in protocol
Summary: Web Inspector: Make http status codes be "integer" instead of "number" in pro...
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: Joseph Pecoraro
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-11-10 13:31 PST by Joseph Pecoraro
Modified: 2017-11-15 09:35 PST (History)
10 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (4.35 KB, patch)
2017-11-10 13:33 PST, Joseph Pecoraro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-11-10 13:31:44 PST
Make http status codes be "integer" instead of "number" in protocol

This matches a CDP change:
https://github.com/ChromeDevTools/devtools-protocol/issues/58

Should not affect any code generation or clients either, just a better type, so lets do it.
Comment 1 Joseph Pecoraro 2017-11-10 13:33:02 PST
Created attachment 326622 [details]
[PATCH] Proposed Fix
Comment 2 WebKit Commit Bot 2017-11-10 14:10:08 PST
Comment on attachment 326622 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 326622

Committed r224704: <https://trac.webkit.org/changeset/224704>
Comment 3 WebKit Commit Bot 2017-11-10 14:10:10 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Radar WebKit Bug Importer 2017-11-15 09:35:59 PST
<rdar://problem/35562037>