Bug 156394
| Summary: | Web Inspector: result type of InspectorValue::getBoolean should be Optional<bool> | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Blaze Burg <bburg> |
| Component: | Web Inspector | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | graouts, inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| Bug Depends on: | |||
| Bug Blocks: | 146127 | ||
Blaze Burg
Step 1 of n towards teaching the inspector and protocol about Optional<T>. I am trying to split this into lots of smaller patches that can be written for fun at night and reviewed quickly.
Eventually I want to move to using Optional<T> for the backend command handler interfaces (bug 146127). Moving InspectorValue to use Optionals is a prerequisite since that's how all the in-params are plucked out of the payload.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/25619730>