Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(464)

Issue 6532012: Set the minimum timer interval on a per-page basis, and adjust it when... (Closed)

Created:
9 years, 10 months ago by Ken Russell (switch to Gerrit)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org, DaveMoore
Visibility:
Public.

Description

Set the minimum timer interval on a per-page basis, and adjust it when 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) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=75404

Patch Set 1 #

Total comments: 10

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -4 lines) Patch
M chrome/renderer/render_view.h View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/renderer/render_view.cc View 1 2 chunks +15 lines, -2 lines 0 comments Download
A webkit/glue/webkit_constants.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
M webkit/glue/webkit_glue.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M webkit/glue/webpreferences.cc View 1 2 chunks +4 lines, -0 lines 0 comments Download
M webkit/support/webkit_support.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M webkit/support/webkit_support.cc View 1 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Ken Russell (switch to Gerrit)
Please review. Thanks.
9 years, 10 months ago (2011-02-17 02:05:09 UTC) #1
jamesr
Why do we need to modify the WebPreferences object, IPC format and all that stuff? ...
9 years, 10 months ago (2011-02-17 02:13:32 UTC) #2
Ken Russell (switch to Gerrit)
On 2011/02/17 02:13:32, jamesr wrote: > Why do we need to modify the WebPreferences object, ...
9 years, 10 months ago (2011-02-17 02:22:48 UTC) #3
darin (slow to review)
http://codereview.chromium.org/6532012/diff/1/chrome/renderer/render_view.cc File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/6532012/diff/1/chrome/renderer/render_view.cc#newcode136 chrome/renderer/render_view.cc:136: #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" this include seems unnecessary. it looks like ...
9 years, 10 months ago (2011-02-17 06:42:32 UTC) #4
Ken Russell (switch to Gerrit)
http://codereview.chromium.org/6532012/diff/1/chrome/renderer/render_view.cc File chrome/renderer/render_view.cc (right): http://codereview.chromium.org/6532012/diff/1/chrome/renderer/render_view.cc#newcode136 chrome/renderer/render_view.cc:136: #include "third_party/WebKit/Source/WebKit/chromium/public/WebKit.h" On 2011/02/17 06:42:32, darin wrote: > this ...
9 years, 10 months ago (2011-02-18 01:05:54 UTC) #5
darin (slow to review)
9 years, 10 months ago (2011-02-18 05:15:52 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld 408576698