RESOLVED FIXED 24590
Refactor InspectorDOMStorageResource to use ScriptFunctionCall
https://bugs.webkit.org/show_bug.cgi?id=24590
Summary Refactor InspectorDOMStorageResource to use ScriptFunctionCall
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.