summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_constants.h
Commit message (Collapse)AuthorAgeFilesLines
* Increased the minimum timer interval for background tabs to 1000kbr@google.com2011-02-241-1/+1
| | | | | | | | | | | | | | | milliseconds again. With a recent Chromium side bug fix and http://trac.webkit.org/changeset/79455 integrated, we're ready to try increasing this interval again. BUG=66078 TEST=none (layout tests, manual tests, trybots) Review URL: http://codereview.chromium.org/6577021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75973 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75430 because it's causing failures in dom_checker_tests.sadrul@chromium.org2011-02-191-1/+1
| | | | | | | | | | | | | | | | | | | : Increase the minimum interval for timers on background tabs to reduce their CPU consumption. The new interval is 1000 ms, or once per second. We can easily adjust this value up or down, but this seems like a reasonable value to judge the compatibility impact of this change. BUG=66078 TEST=none (tested manually with minimal test case) Review URL: http://codereview.chromium.org/6546021 TBR=kbr@google.com Review URL: http://codereview.chromium.org/6538073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75490 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the minimum interval for timers on background tabs to reducekbr@google.com2011-02-181-1/+1
| | | | | | | | | | | | | | | their CPU consumption. The new interval is 1000 ms, or once per second. We can easily adjust this value up or down, but this seems like a reasonable value to judge the compatibility impact of this change. BUG=66078 TEST=none (tested manually with minimal test case) Review URL: http://codereview.chromium.org/6546021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75430 0039d316-1c4b-4281-b951-d872f2087c98
* Set the minimum timer interval on a per-page basis, and adjust it whenkbr@google.com2011-02-181-0/+22
tabs are brought to the foreground and sent to the background. This CL does not actually increase the background timer interval. That will be done separately, so that it can easily be reverted without removing all of the associated code. BUG=66078 TEST=none (tested manually with minimal test case) Review URL: http://codereview.chromium.org/6532012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75404 0039d316-1c4b-4281-b951-d872f2087c98