Title: [137536] trunk
- Revision
- 137536
- Author
- mrobin...@webkit.org
- Date
- 2012-12-12 16:40:47 -0800 (Wed, 12 Dec 2012)
Log Message
Source/WebCore: Try to fix the GTK+ debug bulid
Logging.h is no longer included in headers, so we need to include it manually in
files that require logging macros.
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: Include Logging.h.
Source/WebKit/gtk: [Coverity] [GTK] Remove some redundant null checks in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=104570
Reviewed by Daniel Bates.
* WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
(DumpRenderTreeSupportGtk::elementDoesAutoCompleteForElementWithId): Remove a redundant null check.
Tools: [Coverity] [GTK] Remove some redundant null checks in DumpRenderTree
https://bugs.webkit.org/show_bug.cgi?id=104570
Reviewed by Daniel Bates.
* DumpRenderTree/gtk/DumpRenderTree.cpp:
(descriptionSuitableForTestResult): Remove a redundant null check.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (137535 => 137536)
--- trunk/Source/WebCore/ChangeLog 2012-12-13 00:32:18 UTC (rev 137535)
+++ trunk/Source/WebCore/ChangeLog 2012-12-13 00:40:47 UTC (rev 137536)
@@ -1,3 +1,12 @@
+2012-12-12 Martin Robinson <mrobin...@igalia.com>
+
+ Try to fix the GTK+ debug bulid
+
+ Logging.h is no longer included in headers, so we need to include it manually in
+ files that require logging macros.
+
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: Include Logging.h.
+
2012-12-12 Sheriff Bot <webkit.review....@gmail.com>
Unreviewed, rolling out r137524.
Modified: trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp (137535 => 137536)
--- trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2012-12-13 00:32:18 UTC (rev 137535)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp 2012-12-13 00:40:47 UTC (rev 137536)
@@ -39,6 +39,7 @@
#include "ImageOrientation.h"
#include "IntRect.h"
#include "KURL.h"
+#include "Logging.h"
#include "MIMETypeRegistry.h"
#include "MediaPlayer.h"
#include "NotImplemented.h"
Modified: trunk/Source/WebKit/gtk/ChangeLog (137535 => 137536)
--- trunk/Source/WebKit/gtk/ChangeLog 2012-12-13 00:32:18 UTC (rev 137535)
+++ trunk/Source/WebKit/gtk/ChangeLog 2012-12-13 00:40:47 UTC (rev 137536)
@@ -1,3 +1,13 @@
+2012-12-10 Martin Robinson <mrobin...@igalia.com>
+
+ [Coverity] [GTK] Remove some redundant null checks in DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=104570
+
+ Reviewed by Daniel Bates.
+
+ * WebCoreSupport/DumpRenderTreeSupportGtk.cpp:
+ (DumpRenderTreeSupportGtk::elementDoesAutoCompleteForElementWithId): Remove a redundant null check.
+
2012-12-12 Mark Lam <mark....@apple.com>
Encapsulate externally used webdatabase APIs in DatabaseManager.
Modified: trunk/Tools/ChangeLog (137535 => 137536)
--- trunk/Tools/ChangeLog 2012-12-13 00:32:18 UTC (rev 137535)
+++ trunk/Tools/ChangeLog 2012-12-13 00:40:47 UTC (rev 137536)
@@ -1,3 +1,13 @@
+2012-12-10 Martin Robinson <mrobin...@igalia.com>
+
+ [Coverity] [GTK] Remove some redundant null checks in DumpRenderTree
+ https://bugs.webkit.org/show_bug.cgi?id=104570
+
+ Reviewed by Daniel Bates.
+
+ * DumpRenderTree/gtk/DumpRenderTree.cpp:
+ (descriptionSuitableForTestResult): Remove a redundant null check.
+
2012-12-12 Eric Seidel <e...@webkit.org>
Add support for run-perf-tests --chromium-android --profile
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes