Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2009-11-19 Alexander Pavlov <apavlov@chromium.org>
Reviewed by Pavel Feldman. Store cookie domains in the WebInspector object The cookie domains have been moved from StoragePanel into WebInspector. Also, the document URLs are now passed inside the WebInspector.addResource() payload rather than pushed directly from InspectorController. https://bugs.webkit.org/show_bug.cgi?id=31627 * inspector/InspectorController.cpp: (WebCore::InspectorController::populateScriptObjects): (WebCore::InspectorController::didFinishLoading): * inspector/InspectorFrontend.cpp: * inspector/InspectorFrontend.h: * inspector/InspectorResource.cpp: (WebCore::InspectorResource::createScriptObject): (WebCore::InspectorResource::updateScriptObject): * inspector/front-end/StoragePanel.js: (WebInspector.StoragePanel.prototype.reset): (WebInspector.StoragePanel.prototype.addCookieDomain): * inspector/front-end/inspector.js: (WebInspector.addResource): (WebInspector.addCookieDomain): (WebInspector.reset): Canonical link: https://commits.webkit.org/42611@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@51182 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
with
42 additions
and 25 deletions.
- +27 −0 WebCore/ChangeLog
- +2 −10 WebCore/inspector/InspectorController.cpp
- +0 −7 WebCore/inspector/InspectorFrontend.cpp
- +0 −2 WebCore/inspector/InspectorFrontend.h
- +2 −0 WebCore/inspector/InspectorResource.cpp
- +0 −6 WebCore/inspector/front-end/StoragePanel.js
- +11 −0 WebCore/inspector/front-end/inspector.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters