[webkit-reviews] review requested: [Bug 24590] Refactor InspectorDOMStorageResource to use ScriptFunctionCall : [Attachment 28606] Use ScriptFunctionCall on InspectorDOMStorageResource, v1

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 13 15:30:51 PDT 2009


Dimitri Glazkov (Google) <dglazkov at chromium.org> has asked  for review:
Bug 24590: Refactor InspectorDOMStorageResource to use ScriptFunctionCall
https://bugs.webkit.org/show_bug.cgi?id=24590

Attachment 28606: Use ScriptFunctionCall on InspectorDOMStorageResource, v1
https://bugs.webkit.org/attachment.cgi?id=28606&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
 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(-)


More information about the webkit-reviews mailing list