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

Issue 183153002: Make shared worker aware kEnableSharedWorkerMemoryInfo switch (Closed)

Created:
6 years, 9 months ago by Pan
Modified:
6 years, 8 months ago
Reviewers:
kinuko, jam, abarth-chromium
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Make shared worker aware kEnableSharedWorkerMemoryInfo switch This CL works for enabling performance.memory in shared worker, it introduce switch kEnableSharedWorkerMemoryInfo to shared worker process,then pass to Blink via Blink's runtime enabled flags. BUG=326370 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=263184

Patch Set 1 #

Total comments: 2

Patch Set 2 : Set shared worker settings through Web API #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 4

Patch Set 6 : #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -1 line) Patch
M content/browser/worker_host/worker_process_host.cc View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 1 chunk +6 lines, -0 lines 0 comments Download
M content/worker/websharedworker_stub.cc View 1 2 3 4 5 3 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
Pan
Hi @kinuko I didn't find a good way to pass chrome only switch "kEnableMemoryInfo" to ...
6 years, 9 months ago (2014-02-27 14:33:18 UTC) #1
kinuko
https://codereview.chromium.org/183153002/diff/1/content/public/common/content_switches.cc File content/public/common/content_switches.cc (right): https://codereview.chromium.org/183153002/diff/1/content/public/common/content_switches.cc#newcode484 content/public/common/content_switches.cc:484: const char kEnableMemoryInfo[] = "enable-memory-info"; If you think kEnableMemoryInfo ...
6 years, 9 months ago (2014-02-28 05:26:11 UTC) #2
Pan
On 2014/02/28 05:26:11, kinuko wrote: > https://codereview.chromium.org/183153002/diff/1/content/public/common/content_switches.cc > File content/public/common/content_switches.cc (right): > > https://codereview.chromium.org/183153002/diff/1/content/public/common/content_switches.cc#newcode484 > ...
6 years, 9 months ago (2014-03-06 09:22:24 UTC) #3
Pan
Hi @jam This CL works for CR issue http://code.google.com/p/chromium/issues/detail?id=326370, to access performance.memory in shared workers. ...
6 years, 8 months ago (2014-04-08 12:48:59 UTC) #4
jam
lgtm with comments https://codereview.chromium.org/183153002/diff/100001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/183153002/diff/100001/content/public/common/content_switches.h#newcode147 content/public/common/content_switches.h:147: CONTENT_EXPORT extern const char kEnableMemoryInfo[]; since ...
6 years, 8 months ago (2014-04-10 14:39:45 UTC) #5
Pan
https://codereview.chromium.org/183153002/diff/100001/content/public/common/content_switches.h File content/public/common/content_switches.h (right): https://codereview.chromium.org/183153002/diff/100001/content/public/common/content_switches.h#newcode147 content/public/common/content_switches.h:147: CONTENT_EXPORT extern const char kEnableMemoryInfo[]; On 2014/04/10 14:39:45, jam ...
6 years, 8 months ago (2014-04-11 01:52:13 UTC) #6
Pan
The CQ bit was checked by pan.deng@intel.com
6 years, 8 months ago (2014-04-11 01:53:19 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/183153002/120001
6 years, 8 months ago (2014-04-11 01:54:39 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-11 01:54:44 UTC) #9
commit-bot: I haz the power
Failed to apply patch for content/public/common/content_switches.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 8 months ago (2014-04-11 01:54:45 UTC) #10
Pan
The CQ bit was checked by pan.deng@intel.com
6 years, 8 months ago (2014-04-11 03:37:11 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pan.deng@intel.com/183153002/140001
6 years, 8 months ago (2014-04-11 03:39:24 UTC) #12
commit-bot: I haz the power
6 years, 8 months ago (2014-04-11 07:55:35 UTC) #13
Message was sent while issue was closed.
Change committed as 263184

Powered by Google App Engine
This is Rietveld 408576698