Title: [138690] trunk/Source/WebKit/chromium
- Revision
- 138690
- Author
- [email protected]
- Date
- 2013-01-02 18:05:15 -0800 (Wed, 02 Jan 2013)
Log Message
[chromium] Remove unused transitional #defines from WebKit Client API
https://bugs.webkit.org/show_bug.cgi?id=105974
Patch by James Robinson <[email protected]> on 2013-01-02
Reviewed by Adam Barth.
The transitions these #defines helped with have completed.
* public/WebFileSystemCallbacks.h:
(WebKit):
* public/WebKit.h:
* public/WebRuntimeFeatures.h:
* public/WebSettings.h:
* public/WebWidget.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (138689 => 138690)
--- trunk/Source/WebKit/chromium/ChangeLog 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/ChangeLog 2013-01-03 02:05:15 UTC (rev 138690)
@@ -1,3 +1,19 @@
+2013-01-02 James Robinson <[email protected]>
+
+ [chromium] Remove unused transitional #defines from WebKit Client API
+ https://bugs.webkit.org/show_bug.cgi?id=105974
+
+ Reviewed by Adam Barth.
+
+ The transitions these #defines helped with have completed.
+
+ * public/WebFileSystemCallbacks.h:
+ (WebKit):
+ * public/WebKit.h:
+ * public/WebRuntimeFeatures.h:
+ * public/WebSettings.h:
+ * public/WebWidget.h:
+
2013-01-02 Cris Neckar <[email protected]>
Initialize WebInputEvent to prevent sending uninitialized bytes with IPC messages.
Modified: trunk/Source/WebKit/chromium/public/WebFileSystemCallbacks.h (138689 => 138690)
--- trunk/Source/WebKit/chromium/public/WebFileSystemCallbacks.h 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/public/WebFileSystemCallbacks.h 2013-01-03 02:05:15 UTC (rev 138690)
@@ -41,9 +41,6 @@
class WebURL;
struct WebFileInfo;
-// Temporary hack to ease a 4-phase Chromium/WebKit commit.
-#define WEBFILESYSTEMCALLBACKS_USE_URL_NOT_STRING 1
-
class WebFileSystemCallbacks {
public:
// Callback for WebFileSystem's various operations that don't require
Modified: trunk/Source/WebKit/chromium/public/WebKit.h (138689 => 138690)
--- trunk/Source/WebKit/chromium/public/WebKit.h 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/public/WebKit.h 2013-01-03 02:05:15 UTC (rev 138690)
@@ -33,8 +33,6 @@
#include "platform/WebCommon.h"
-#define HAVE_WEBCOMPOSITOR
-
namespace WebKit {
class WebKitPlatformSupport;
Modified: trunk/Source/WebKit/chromium/public/WebRuntimeFeatures.h (138689 => 138690)
--- trunk/Source/WebKit/chromium/public/WebRuntimeFeatures.h 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/public/WebRuntimeFeatures.h 2013-01-03 02:05:15 UTC (rev 138690)
@@ -31,8 +31,6 @@
#ifndef WebRuntimeFeatures_h
#define WebRuntimeFeatures_h
-#define HAS_WEBAUDIO_RUNTIMEFEATURES 1
-
#include "platform/WebCommon.h"
namespace WebKit {
Modified: trunk/Source/WebKit/chromium/public/WebSettings.h (138689 => 138690)
--- trunk/Source/WebKit/chromium/public/WebSettings.h 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/public/WebSettings.h 2013-01-03 02:05:15 UTC (rev 138690)
@@ -35,8 +35,6 @@
#include "platform/WebSize.h"
#include <unicode/uscript.h>
-#define HAS_WEBAUDIO_FEATURE_ENABLE 1
-
namespace WebKit {
class WebString;
Modified: trunk/Source/WebKit/chromium/public/WebWidget.h (138689 => 138690)
--- trunk/Source/WebKit/chromium/public/WebWidget.h 2013-01-03 02:03:12 UTC (rev 138689)
+++ trunk/Source/WebKit/chromium/public/WebWidget.h 2013-01-03 02:05:15 UTC (rev 138690)
@@ -39,7 +39,6 @@
#include "platform/WebRect.h"
#include "platform/WebSize.h"
-#define WEBKIT_HAS_NEW_FULLSCREEN_API 1
#define WEBWIDGET_HAS_SETCOMPOSITORSURFACEREADY 1
#define WEBWIDGET_HAS_PAINT_OPTIONS 1
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes