Bug 24590 - Refactor InspectorDOMStorageResource to use ScriptFunctionCall
Summary: Refactor InspectorDOMStorageResource to use ScriptFunctionCall
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 24524
Blocks: 25063
  Show dependency treegraph
 
Reported: 2009-03-13 15:25 PDT by Dimitri Glazkov (Google)
Modified: 2009-03-16 09:49 PDT (History)
1 user (show)

See Also:


Attachments
Use ScriptFunctionCall on InspectorDOMStorageResource, v1 (14.75 KB, patch)
2009-03-13 15:30 PDT, Dimitri Glazkov (Google)
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dimitri Glazkov (Google) 2009-03-13 15:25:08 PDT
Following up on bug 24524, do the same thing for InspectorDOMStorageResource.
Comment 1 Dimitri Glazkov (Google) 2009-03-13 15:30:51 PDT
Created attachment 28606 [details]
Use ScriptFunctionCall on InspectorDOMStorageResource, v1

 WebCore/ChangeLog                                 |   27 ++++++
 WebCore/bindings/js/ScriptFunctionCall.cpp        |    5 +
 WebCore/bindings/js/ScriptFunctionCall.h          |    7 +-
 WebCore/bindings/js/ScriptObjectQuarantine.cpp    |   22 ++++-
 WebCore/bindings/js/ScriptObjectQuarantine.h      |    3 +
 WebCore/inspector/InspectorController.cpp         |   89 ++-------------------
 WebCore/inspector/InspectorController.h           |    5 -
 WebCore/inspector/InspectorDOMStorageResource.cpp |   54 ++++++++++---
 WebCore/inspector/InspectorDOMStorageResource.h   |   22 +++--
 9 files changed, 119 insertions(+), 115 deletions(-)
Comment 2 Dimitri Glazkov (Google) 2009-03-16 09:49:47 PDT
Landed as http://trac.webkit.org/changeset/41734.