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

Issue 173466: Relanding with v8 fix.... (Closed)

Created:
11 years, 4 months ago by Mike Belshe
Modified:
9 years, 5 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com, darin (slow to review), brettw, jam
Visibility:
Public.

Description

Relanding with v8 fix. Modify the RenderThread to track the number of widgets and "hidden widgets" which are running through that thread. By knowing the if the widgets are all hidden, the thread can accurately inform V8 when it is idle so that V8 can better cleanup unused memory when idle. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=24448

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+119 lines, -13 lines) Patch
M chrome/renderer/mock_render_thread.h View 1 chunk +7 lines, -4 lines 0 comments Download
M chrome/renderer/render_thread.h View 4 chunks +25 lines, -1 line 0 comments Download
M chrome/renderer/render_thread.cc View 6 chunks +64 lines, -4 lines 0 comments Download
M chrome/renderer/render_widget.h View 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/renderer/render_widget.cc View 5 chunks +18 lines, -4 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698