Title: [126875] trunk/Source
- Revision
- 126875
- Author
- commit-qu...@webkit.org
- Date
- 2012-08-28 07:41:34 -0700 (Tue, 28 Aug 2012)
Log Message
[BlackBerry] Removing unnecessary include of Class BlackBerryPlatformClient
https://bugs.webkit.org/show_bug.cgi?id=95113
Patch by Parth Patel <parpa...@rim.com> on 2012-08-28
Reviewed by Kentaro Hara.
Refactoring has lead to relocation of many or all methods from Class
BlackBerryPlatformClient to other classes. Some files include
BlackBerryPlatformClient but does not use its instance thus these
includes has to be removed.
Source/WebCore:
No new tests as there are no logical modifications done.
* platform/network/blackberry/NetworkManager.cpp:
Source/WebKit/blackberry:
* Api/BackingStore.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (126874 => 126875)
--- trunk/Source/WebCore/ChangeLog 2012-08-28 14:18:27 UTC (rev 126874)
+++ trunk/Source/WebCore/ChangeLog 2012-08-28 14:41:34 UTC (rev 126875)
@@ -1,3 +1,19 @@
+2012-08-28 Parth Patel <parpa...@rim.com>
+
+ [BlackBerry] Removing unnecessary include of Class BlackBerryPlatformClient
+ https://bugs.webkit.org/show_bug.cgi?id=95113
+
+ Reviewed by Kentaro Hara.
+
+ Refactoring has lead to relocation of many or all methods from Class
+ BlackBerryPlatformClient to other classes. Some files include
+ BlackBerryPlatformClient but does not use its instance thus these
+ includes has to be removed.
+
+ No new tests as there are no logical modifications done.
+
+ * platform/network/blackberry/NetworkManager.cpp:
+
2012-08-28 Hugo Parente Lima <hugo.l...@openbossa.org>
[WK2] Send click events to WebCore when the user clicked on a non-special node with TOUCH_ADJUSTMENT enabled.
Modified: trunk/Source/WebCore/platform/network/blackberry/NetworkManager.cpp (126874 => 126875)
--- trunk/Source/WebCore/platform/network/blackberry/NetworkManager.cpp 2012-08-28 14:18:27 UTC (rev 126874)
+++ trunk/Source/WebCore/platform/network/blackberry/NetworkManager.cpp 2012-08-28 14:41:34 UTC (rev 126875)
@@ -28,7 +28,6 @@
#include "ResourceHandleInternal.h"
#include "ResourceRequest.h"
-#include <BlackBerryPlatformClient.h>
#include <BlackBerryPlatformLog.h>
#include <BuildInformation.h>
#include <network/FilterStream.h>
Modified: trunk/Source/WebKit/blackberry/Api/BackingStore.cpp (126874 => 126875)
--- trunk/Source/WebKit/blackberry/Api/BackingStore.cpp 2012-08-28 14:18:27 UTC (rev 126874)
+++ trunk/Source/WebKit/blackberry/Api/BackingStore.cpp 2012-08-28 14:41:34 UTC (rev 126875)
@@ -37,7 +37,6 @@
#include "WebPage_p.h"
#include "WebSettings.h"
-#include <BlackBerryPlatformClient.h>
#include <BlackBerryPlatformExecutableMessage.h>
#include <BlackBerryPlatformGraphics.h>
#include <BlackBerryPlatformIntRectRegion.h>
Modified: trunk/Source/WebKit/blackberry/ChangeLog (126874 => 126875)
--- trunk/Source/WebKit/blackberry/ChangeLog 2012-08-28 14:18:27 UTC (rev 126874)
+++ trunk/Source/WebKit/blackberry/ChangeLog 2012-08-28 14:41:34 UTC (rev 126875)
@@ -1,3 +1,17 @@
+2012-08-28 Parth Patel <parpa...@rim.com>
+
+ [BlackBerry] Removing unnecessary include of Class BlackBerryPlatformClient
+ https://bugs.webkit.org/show_bug.cgi?id=95113
+
+ Reviewed by Kentaro Hara.
+
+ Refactoring has lead to relocation of many or all methods from Class
+ BlackBerryPlatformClient to other classes. Some files include
+ BlackBerryPlatformClient but does not use its instance thus these
+ includes has to be removed.
+
+ * Api/BackingStore.cpp:
+
2012-08-28 Andy Chen <andc...@rim.com>
[BlackBerry] UpdateViewport uses wrong size for frameView
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes