Bug 200549

Summary: Web Inspector: remove WI.DeprecatedRemoteObjectProperty
Product: WebKit Reporter: Devin Rousso <hi>
Component: Web InspectorAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, hi, inspector-bugzilla-changes, joepeck, magidx69, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 143589    
Attachments:
Description Flags
Patch none

Description Devin Rousso 2019-08-08 15:22:12 PDT
These objects are used by the `WI.DOMNodeDetailsSidebarPanel` (fetch the prototype chain of the selected `Node`) and `WI.JavaScriptRuntimeCompletionProvider` via `WI.CallFrame` (get the list of properties for the selected call frame).
Comment 1 Devin Rousso 2019-08-08 17:22:39 PDT
Created attachment 375866 [details]
Patch
Comment 2 Joseph Pecoraro 2019-08-12 20:45:04 PDT
Comment on attachment 375866 [details]
Patch

Very nice!! r=me
Comment 3 WebKit Commit Bot 2019-08-12 20:54:44 PDT
Comment on attachment 375866 [details]
Patch

Clearing flags on attachment: 375866

Committed r248589: <https://trac.webkit.org/changeset/248589>
Comment 4 WebKit Commit Bot 2019-08-12 20:54:45 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2019-08-12 20:55:17 PDT
<rdar://problem/54240481>