Bug 24590

Summary: Refactor InspectorDOMStorageResource to use ScriptFunctionCall
Product: WebKit Reporter: Dimitri Glazkov (Google) <dglazkov>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 24524    
Bug Blocks: 25063    
Attachments:
Description Flags
Use ScriptFunctionCall on InspectorDOMStorageResource, v1 timothy: review+

Dimitri Glazkov (Google)
Reported 2009-03-13 15:25:08 PDT
Following up on bug 24524, do the same thing for InspectorDOMStorageResource.
Attachments
Use ScriptFunctionCall on InspectorDOMStorageResource, v1 (14.75 KB, patch)
2009-03-13 15:30 PDT, Dimitri Glazkov (Google)
timothy: review+
Dimitri Glazkov (Google)
Comment 1 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(-)
Dimitri Glazkov (Google)
Comment 2 2009-03-16 09:49:47 PDT
Note You need to log in before you can comment on or make changes to this bug.