New issue
Advanced search Search tips

Issue 591031 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Chrome Apps do not correctly send Foreground/Background notifications to V8

Project Member Reported by u...@chromium.org, Mar 1 2016

Issue description

Steps:

1. Install inbox app.
2. Trace GC in V8: --js-flags="--trace-gc --trace-gc-verbose"
3. Open the inbox app.
4. V8 trace will contain memory reducer "background" messages even though the app is in foreground.

 
Project Member

Comment 1 by bugdroid1@chromium.org, Mar 1 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/432cd6e477aa68037aa0f836b96fcc194ec2bd31

commit 432cd6e477aa68037aa0f836b96fcc194ec2bd31
Author: ulan <ulan@chromium.org>
Date: Tue Mar 01 15:59:14 2016

Send foreground/backgroudn notifications to V8 independent from RunIdleHandlerWhenWidgetsHidden.

BUG= 591031 

Review URL: https://codereview.chromium.org/1755623002

Cr-Commit-Position: refs/heads/master@{#378439}

[modify] https://crrev.com/432cd6e477aa68037aa0f836b96fcc194ec2bd31/content/renderer/render_thread_impl.cc

Comment 2 by u...@chromium.org, Mar 2 2016

Status: Fixed (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Mar 2 2016

Labels: Merge-Merged-master1
The following revision refers to this bug:
  https://chrome-internal.googlesource.com/bling/chromium.git/+/432cd6e477aa68037aa0f836b96fcc194ec2bd31

commit 432cd6e477aa68037aa0f836b96fcc194ec2bd31
Author: ulan <ulan@chromium.org>
Date: Tue Mar 01 15:59:14 2016

Sign in to add a comment