Bug 200549 - Web Inspector: remove WI.DeprecatedRemoteObjectProperty
Summary: Web Inspector: remove WI.DeprecatedRemoteObjectProperty
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: Devin Rousso
URL:
Keywords: InRadar
Depends on:
Blocks: 143589
  Show dependency treegraph
 
Reported: 2019-08-08 15:22 PDT by Devin Rousso
Modified: 2019-08-15 00:25 PDT (History)
6 users (show)

See Also:


Attachments
Patch (8.50 KB, patch)
2019-08-08 17:22 PDT, Devin Rousso
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>