[Webkit-unassigned] [Bug 156394] New: Web Inspector: result type of InspectorValue::getBoolean should be Optional<bool>

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 7 23:23:47 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156394

            Bug ID: 156394
           Summary: Web Inspector: result type of
                    InspectorValue::getBoolean should be Optional<bool>
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: bburg at apple.com
                CC: bburg at apple.com, graouts at webkit.org,
                    joepeck at webkit.org, mattbaker at apple.com,
                    nvasilyev at apple.com, timothy at apple.com,
                    webkit-bug-importer at group.apple.com
            Blocks: 146127

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160408/4039d5e7/attachment.html>


More information about the webkit-unassigned mailing list