summaryrefslogtreecommitdiffstats
path: root/chrome/DEPS
diff options
context:
space:
mode:
authorpliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 14:03:51 +0000
committerpliard@chromium.org <pliard@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-19 14:03:51 +0000
commita1a7ff3c2352dfdd87f2acd3d323dd87eb46ee19 (patch)
treefea20c607be545b9b73d257188fe07987feb41a1 /chrome/DEPS
parent8220e5d17abd0280beccf0faead6a530ff8bb256 (diff)
downloadchromium_src-a1a7ff3c2352dfdd87f2acd3d323dd87eb46ee19.zip
chromium_src-a1a7ff3c2352dfdd87f2acd3d323dd87eb46ee19.tar.gz
chromium_src-a1a7ff3c2352dfdd87f2acd3d323dd87eb46ee19.tar.bz2
Upstream support for WebKit shared timer toggling.
This is part of Chrome for Android upstreaming. These changes are used on the Java app side to suspend webkit timers in all renderers when activity is paused and resume timers when activity is resumed. This reduces javascript execution when the app is in the background, causing lesser CPU and network usage. It doesn't stop javascript altogether because if the page JS is constantly running without relying on timers/events then it continues to run (but that is quite rare). Review URL: https://chromiumcodereview.appspot.com/10690023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147438 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/DEPS')
-rw-r--r--chrome/DEPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/DEPS b/chrome/DEPS
index c94de56..9eb64bf 100644
--- a/chrome/DEPS
+++ b/chrome/DEPS
@@ -2,6 +2,7 @@ include_rules = [
"+ash",
"+crypto",
"+gpu",
+ "+jni",
"+native_client",
"+net",
"+printing",