Title: [163643] trunk/Source/WebKit2
Revision
163643
Author
barraclo...@apple.com
Date
2014-02-07 13:39:16 -0800 (Fri, 07 Feb 2014)

Log Message

Reenable AppNap
https://bugs.webkit.org/show_bug.cgi?id=128394

Reviewed by Tim Horton.

* Shared/WebPreferencesStore.h:
    - pageVisibilityBasedProcessSuppressionEnabled shoud default to true.

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (163642 => 163643)


--- trunk/Source/WebKit2/ChangeLog	2014-02-07 21:23:58 UTC (rev 163642)
+++ trunk/Source/WebKit2/ChangeLog	2014-02-07 21:39:16 UTC (rev 163643)
@@ -1,3 +1,13 @@
+2014-02-07  Gavin Barraclough  <barraclo...@apple.com>
+
+        Reenable AppNap
+        https://bugs.webkit.org/show_bug.cgi?id=128394
+
+        Reviewed by Tim Horton.
+
+        * Shared/WebPreferencesStore.h:
+            - pageVisibilityBasedProcessSuppressionEnabled shoud default to true.
+
 2014-02-07  Tim Horton  <timothy_hor...@apple.com>
 
         Rename ViewGestureController.mm to ViewGestureControllerMac.mm

Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (163642 => 163643)


--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h	2014-02-07 21:23:58 UTC (rev 163642)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h	2014-02-07 21:39:16 UTC (rev 163643)
@@ -173,7 +173,7 @@
     macro(AggressiveTileRetentionEnabled, aggressiveTileRetentionEnabled, Bool, bool, false) \
     macro(QTKitEnabled, isQTKitEnabled, Bool, bool, true) \
     macro(LogsPageMessagesToSystemConsoleEnabled, logsPageMessagesToSystemConsoleEnabled, Bool, bool, false) \
-    macro(PageVisibilityBasedProcessSuppressionEnabled, pageVisibilityBasedProcessSuppressionEnabled, Bool, bool, false) \
+    macro(PageVisibilityBasedProcessSuppressionEnabled, pageVisibilityBasedProcessSuppressionEnabled, Bool, bool, true) \
     macro(SmartInsertDeleteEnabled, smartInsertDeleteEnabled, Bool, bool, true) \
     macro(SelectTrailingWhitespaceEnabled, selectTrailingWhitespaceEnabled, Bool, bool, false) \
     macro(ShowsURLsInToolTipsEnabled, showsURLsInToolTipsEnabled, Bool, bool, false) \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to