[Webkit-unassigned] [Bug 137636] New: Web Inspector: move unchecked InspectorValues into Protocol namespace
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Oct 11 10:00:05 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=137636
Summary: Web Inspector: move unchecked InspectorValues into
Protocol namespace
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: burg at cs.washington.edu
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com,
graouts at webkit.org
In efforts to use unchecked inspector objects less, these are moved into the Protocol namespace. Subsequent patches will start converting agents to use Protocol::Domain::Object instances instead of unchecked objects.
Renamings:
Inspector{Object, Value, Array} -> Protocol::Unchecked{Object, Value, Array}
InspectorString, InspectorBasicValue -> Protocol::ScalarValue
Refactor:
* Remove ArrayItemHelper
* Combine InspectorValues.h and InspectorProtocolTypes.h
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list