Title: [109959] trunk/Source/WebKit/blackberry
- Revision
- 109959
- Author
- [email protected]
- Date
- 2012-03-06 14:16:32 -0800 (Tue, 06 Mar 2012)
Log Message
[BlackBerry] Remove unused and unneeded WebPageClient::downloadRequested(NetworkRequest&)
https://bugs.webkit.org/show_bug.cgi?id=80438
Patch by Lianghui Chen <[email protected]> on 2012-03-06
Reviewed by Antonio Gomes.
* Api/WebPageClient.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/blackberry/Api/WebPageClient.h (109958 => 109959)
--- trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-03-06 21:59:57 UTC (rev 109958)
+++ trunk/Source/WebKit/blackberry/Api/WebPageClient.h 2012-03-06 22:16:32 UTC (rev 109959)
@@ -224,7 +224,6 @@
virtual void touchEventModeChanged(Platform::TouchEventMode) = 0;
virtual bool downloadAllowed(const char* url) = 0;
- virtual void downloadRequested(const Platform::NetworkRequest&) = 0;
virtual void downloadRequested(Platform::FilterStream*, const WebString& suggestedFilename) = 0;
virtual int fullscreenStart(const char* contextName, Platform::Graphics::Window*, unsigned x, unsigned y, unsigned width, unsigned height) = 0;
Modified: trunk/Source/WebKit/blackberry/ChangeLog (109958 => 109959)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-03-06 21:59:57 UTC (rev 109958)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-03-06 22:16:32 UTC (rev 109959)
@@ -1,3 +1,12 @@
+2012-03-06 Lianghui Chen <[email protected]>
+
+ [BlackBerry] Remove unused and unneeded WebPageClient::downloadRequested(NetworkRequest&)
+ https://bugs.webkit.org/show_bug.cgi?id=80438
+
+ Reviewed by Antonio Gomes.
+
+ * Api/WebPageClient.h:
+
2012-03-06 Jakob Petsovits <[email protected]>
[BlackBerry] Don't suspend accel comp when backgrounding a page.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes