Title: [113032] trunk/Source/WebKit/chromium
Revision
113032
Author
[email protected]
Date
2012-04-03 07:29:32 -0700 (Tue, 03 Apr 2012)

Log Message

Web Inspector: [chromium] add provisional save method into the frontend client.
https://bugs.webkit.org/show_bug.cgi?id=83022

Reviewed by Yury Semikhatsky.

* public/WebDevToolsFrontendClient.h:
(WebKit::WebDevToolsFrontendClient::save):

Modified Paths

Diff

Modified: trunk/Source/WebKit/chromium/ChangeLog (113031 => 113032)


--- trunk/Source/WebKit/chromium/ChangeLog	2012-04-03 14:18:19 UTC (rev 113031)
+++ trunk/Source/WebKit/chromium/ChangeLog	2012-04-03 14:29:32 UTC (rev 113032)
@@ -1,3 +1,13 @@
+2012-04-03  Pavel Feldman  <[email protected]>
+
+        Web Inspector: [chromium] add provisional save method into the frontend client.
+        https://bugs.webkit.org/show_bug.cgi?id=83022
+
+        Reviewed by Yury Semikhatsky.
+
+        * public/WebDevToolsFrontendClient.h:
+        (WebKit::WebDevToolsFrontendClient::save):
+
 2012-04-03  Bill Budge  <[email protected]>
 
         WebViewImpl doesn't notify the page that the user has canceled fullscreen.

Modified: trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h (113031 => 113032)


--- trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h	2012-04-03 14:18:19 UTC (rev 113031)
+++ trunk/Source/WebKit/chromium/public/WebDevToolsFrontendClient.h	2012-04-03 14:29:32 UTC (rev 113032)
@@ -51,6 +51,7 @@
     virtual void moveWindowBy(const WebFloatPoint&) { }
     virtual void openInNewTab(const WebString& side) { }
     virtual void saveAs(const WebString& fileName, const WebString& content) { }
+    virtual void save(const WebString& url, const WebString& initialPath, const WebString& content, bool saveAs) { }
 
 protected:
     virtual ~WebDevToolsFrontendClient() {}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to