Changeset 88700 in webkit


Ignore:
Timestamp:
Jun 13, 2011 2:44:48 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-13 Raphael Kubo da Costa <kubo@profusion.mobi>

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:
Location:
trunk/Source/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/efl/ChangeLog

    r88639 r88700  
     12011-06-13  Raphael Kubo da Costa  <kubo@profusion.mobi>
     2
     3        Reviewed by Kenneth Rohde Christiansen.
     4
     5        [efl] Disable tiled backing store debug messages by default.
     6        https://bugs.webkit.org/show_bug.cgi?id=61745
     7
     8        These messages pollute the output and are only useful to people
     9        working on TBS itself. It makes more sense to have them disabled by
     10        default.
     11
     12        * ewk/ewk_tiled_backing_store.h:
     13
    1142011-06-13  KwangHyuk Kim  <hyuki.kim@samsung.com>
    215
  • trunk/Source/WebKit/efl/ewk/ewk_tiled_backing_store.h

    r79838 r88700  
    3232 * try "kill -USR2 $PID" to get instantaneous debug and force flush of cache
    3333 */
    34 #define DEBUG_MEM_LEAKS 1
     34#undef DEBUG_MEM_LEAKS
    3535
    3636#define TILE_W (256)
Note: See TracChangeset for help on using the changeset viewer.