Title: [88700] trunk/Source/WebKit/efl
- Revision
- 88700
- Author
- [email protected]
- Date
- 2011-06-13 14:44:48 -0700 (Mon, 13 Jun 2011)
Log Message
2011-06-13 Raphael Kubo da Costa <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
[efl] Disable tiled backing store debug messages by default.
https://bugs.webkit.org/show_bug.cgi?id=61745
These messages pollute the output and are only useful to people
working on TBS itself. It makes more sense to have them disabled by
default.
* ewk/ewk_tiled_backing_store.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/efl/ChangeLog (88699 => 88700)
--- trunk/Source/WebKit/efl/ChangeLog 2011-06-13 21:36:59 UTC (rev 88699)
+++ trunk/Source/WebKit/efl/ChangeLog 2011-06-13 21:44:48 UTC (rev 88700)
@@ -1,3 +1,16 @@
+2011-06-13 Raphael Kubo da Costa <[email protected]>
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ [efl] Disable tiled backing store debug messages by default.
+ https://bugs.webkit.org/show_bug.cgi?id=61745
+
+ These messages pollute the output and are only useful to people
+ working on TBS itself. It makes more sense to have them disabled by
+ default.
+
+ * ewk/ewk_tiled_backing_store.h:
+
2011-06-13 KwangHyuk Kim <[email protected]>
Reviewed by Kenneth Rohde Christiansen.
Modified: trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.h (88699 => 88700)
--- trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.h 2011-06-13 21:36:59 UTC (rev 88699)
+++ trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.h 2011-06-13 21:44:48 UTC (rev 88700)
@@ -31,7 +31,7 @@
* try "kill -USR1 $PID" to get instantaneous debug
* try "kill -USR2 $PID" to get instantaneous debug and force flush of cache
*/
-#define DEBUG_MEM_LEAKS 1
+#undef DEBUG_MEM_LEAKS
#define TILE_W (256)
#define TILE_H (256)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes