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

Issue 10911315: Move gpu blacklist data file to content side. (Closed)

Created:
8 years, 3 months ago by Zhenyao Mo
Modified:
8 years, 1 month ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, arv (Not doing code reviews), apatrick_chromium
Visibility:
Public.

Description

Move gpu blacklist data file to content side. This also fixes the bug that GPU histograms are missing. BUG=151057 TEST=tree R=jbauman Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=157851

Patch Set 1 : #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 8

Patch Set 7 : #

Patch Set 8 : #

Total comments: 6

Patch Set 9 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -773 lines) Patch
M build/android/pylib/single_test_runner.py View 1 2 3 4 5 2 chunks +1 line, -1 line 0 comments Download
M chrome/browser/browser_resources.grd View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/chrome_browser_main.cc View 1 2 3 4 5 6 7 3 chunks +0 lines, -5 lines 0 comments Download
M chrome/browser/chrome_gpu_util.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/browser/chrome_gpu_util.cc View 1 2 3 4 5 6 2 chunks +0 lines, -24 lines 0 comments Download
M chrome/browser/extensions/api/webstore_private/webstore_private_apitest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/extension_service_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/extensions/requirements_checker_browsertest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -1 line 0 comments Download
D chrome/browser/resources/software_rendering_list.json View 1 2 3 4 5 6 1 chunk +0 lines, -693 lines 0 comments Download
M chrome/common/chrome_switches.h View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/common/chrome_switches.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/test/gpu/gpu_feature_browsertest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/unit_tests.isolate View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/browser_main_loop.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_blacklist_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.h View 1 2 3 4 5 6 7 8 3 chunks +9 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl.cc View 1 2 3 4 5 6 7 8 6 chunks +47 lines, -9 lines 0 comments Download
M content/browser/gpu/gpu_data_manager_impl_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
A + content/browser/gpu/software_rendering_list.json View 0 chunks +-1 lines, --1 lines 0 comments Download
M content/content.gyp View 1 chunk +1 line, -1 line 0 comments Download
M content/content_resources.grd View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/gpu_data_manager.h View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -10 lines 0 comments Download
M content/public/common/content_switches.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (0 generated)
Zhenyao Mo
jbauman: please review. kbr, jam: owner approval.
8 years, 3 months ago (2012-09-14 16:31:21 UTC) #1
jbauman
lgtm
8 years, 3 months ago (2012-09-14 16:35:41 UTC) #2
jbauman
On 2012/09/14 16:35:41, jbauman wrote: > lgtm Actually, what about chrome/unit_tests.isolate?
8 years, 3 months ago (2012-09-14 16:38:46 UTC) #3
Zhenyao Mo
On 2012/09/14 16:38:46, jbauman wrote: > On 2012/09/14 16:35:41, jbauman wrote: > > lgtm > ...
8 years, 3 months ago (2012-09-14 16:42:13 UTC) #4
jbauman
http://codereview.chromium.org/10911315/diff/3003/chrome/unit_tests.isolate File chrome/unit_tests.isolate (left): http://codereview.chromium.org/10911315/diff/3003/chrome/unit_tests.isolate#oldcode109 chrome/unit_tests.isolate:109: 'browser/resources/software_rendering_list.json', Shouldn't this instead be changed to the new ...
8 years, 3 months ago (2012-09-14 16:49:48 UTC) #5
Zhenyao Mo
I couldn't find .isolate files on the content side. Let me add the expert and ...
8 years, 3 months ago (2012-09-14 16:59:47 UTC) #6
M-A Ruel
On 2012/09/14 16:59:47, Zhenyao Mo wrote: > I couldn't find .isolate files on the content ...
8 years, 3 months ago (2012-09-14 17:15:16 UTC) #7
M-A Ruel
On 2012/09/14 17:15:16, Marc-Antoine Ruel wrote: > lgtm Well, the code in patchset 2 currently ...
8 years, 3 months ago (2012-09-14 17:15:58 UTC) #8
Zhenyao Mo
ilevy: any idea how I can fix the android_dbg_triggered_tests failure due to moving the software_rendering_list.json ...
8 years, 3 months ago (2012-09-14 21:25:36 UTC) #9
Isaac (away)
git grep software_rendering_list.json
8 years, 3 months ago (2012-09-14 21:35:09 UTC) #10
Zhenyao Mo
On 2012/09/14 21:35:09, Isaac wrote: > git grep software_rendering_list.json I don't use git, but from ...
8 years, 3 months ago (2012-09-14 21:37:02 UTC) #11
Isaac (away)
cs.chromium.org is stale. The file to look at is build/android/pylib/single_test_runner.py Cheers, Isaac On Fri, Sep ...
8 years, 3 months ago (2012-09-14 21:58:29 UTC) #12
Zhenyao Mo
On 2012/09/14 21:58:29, Isaac wrote: > http://cs.chromium.org is stale. The file to look at > ...
8 years, 3 months ago (2012-09-14 22:17:01 UTC) #13
Isaac (away)
the android changes lgtm
8 years, 3 months ago (2012-09-14 22:25:07 UTC) #14
Zhenyao Mo
Remove jam@, add joi@, since there is no added API. joi: owner approval
8 years, 3 months ago (2012-09-14 23:01:53 UTC) #15
Ken Russell (switch to Gerrit)
chrome/test/gpu/ and content/browser/gpu/ LGTM http://codereview.chromium.org/10911315/diff/26/content/content.gyp File content/content.gyp (right): http://codereview.chromium.org/10911315/diff/26/content/content.gyp#newcode90 content/content.gyp:90: 'content_common', 'content_resources.gyp:content_resources', Is this change ...
8 years, 3 months ago (2012-09-15 00:30:28 UTC) #16
Zhenyao Mo
http://codereview.chromium.org/10911315/diff/26/content/content.gyp File content/content.gyp (right): http://codereview.chromium.org/10911315/diff/26/content/content.gyp#newcode90 content/content.gyp:90: 'content_common', 'content_resources.gyp:content_resources', On 2012/09/15 00:30:28, kbr wrote: > Is ...
8 years, 3 months ago (2012-09-17 21:03:05 UTC) #17
Jói
LGTM for content/public.
8 years, 3 months ago (2012-09-17 21:24:19 UTC) #18
Zhenyao Mo
asargent: chrome/browser/extensions owner. piman: content/ owner. thestig: chrome/ owner.
8 years, 3 months ago (2012-09-17 21:30:24 UTC) #19
piman
What is driving this change?
8 years, 3 months ago (2012-09-17 21:45:05 UTC) #20
Lei Zhang
chrome/ side LGTM
8 years, 3 months ago (2012-09-17 21:48:39 UTC) #21
Zhenyao Mo
On 2012/09/17 21:45:05, piman wrote: > What is driving this change? The GPU blacklist code ...
8 years, 3 months ago (2012-09-17 21:52:02 UTC) #22
asargent_no_longer_on_chrome
chrome/browser/extensions/ LGTM
8 years, 3 months ago (2012-09-17 22:36:48 UTC) #23
piman
+jam since he originally left it in Chrome, I don't know the rationale. Other than ...
8 years, 3 months ago (2012-09-17 23:06:39 UTC) #24
Zhenyao Mo
On 2012/09/17 23:06:39, piman wrote: > +jam since he originally left it in Chrome, I ...
8 years, 3 months ago (2012-09-17 23:08:21 UTC) #25
Zhenyao Mo
On 2012/09/17 23:08:21, Zhenyao Mo wrote: > On 2012/09/17 23:06:39, piman wrote: > > +jam ...
8 years, 3 months ago (2012-09-19 18:11:49 UTC) #26
jam
https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc File chrome/browser/chrome_gpu_util.cc (right): https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc#newcode125 chrome/browser/chrome_gpu_util.cc:125: void InitializeGpuDataManager(const CommandLine& command_line) { now that the blacklist ...
8 years, 3 months ago (2012-09-19 20:09:57 UTC) #27
jam
On 2012/09/17 23:06:39, piman wrote: > +jam since he originally left it in Chrome, I ...
8 years, 3 months ago (2012-09-19 20:10:24 UTC) #28
Zhenyao Mo
If no other comments, I'd like to land this soon. This CL needs to be ...
8 years, 3 months ago (2012-09-19 22:46:18 UTC) #29
jam
https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc File chrome/browser/chrome_gpu_util.cc (right): https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc#newcode125 chrome/browser/chrome_gpu_util.cc:125: void InitializeGpuDataManager(const CommandLine& command_line) { On 2012/09/19 22:46:19, Zhenyao ...
8 years, 3 months ago (2012-09-20 01:09:09 UTC) #30
Zhenyao Mo
On 2012/09/20 01:09:09, John Abd-El-Malek wrote: > https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc > File chrome/browser/chrome_gpu_util.cc (right): > > https://codereview.chromium.org/10911315/diff/26/chrome/browser/chrome_gpu_util.cc#newcode125 ...
8 years, 3 months ago (2012-09-20 01:19:59 UTC) #31
jam
On Wed, Sep 19, 2012 at 6:19 PM, <zmo@chromium.org> wrote: > On 2012/09/20 01:09:09, John ...
8 years, 3 months ago (2012-09-20 01:29:58 UTC) #32
Zhenyao Mo
On 2012/09/20 01:29:58, John Abd-El-Malek wrote: > to be clear, what I'm saying is that ...
8 years, 3 months ago (2012-09-20 18:08:10 UTC) #33
Zhenyao Mo
Please have a look at the change I made. I'd like to land this soon ...
8 years, 3 months ago (2012-09-20 18:08:53 UTC) #34
jam
On Thu, Sep 20, 2012 at 11:08 AM, <zmo@chromium.org> wrote: > On 2012/09/20 01:29:58, John ...
8 years, 3 months ago (2012-09-20 18:35:32 UTC) #35
Zhenyao Mo
On 2012/09/20 18:35:32, John Abd-El-Malek wrote: > On Thu, Sep 20, 2012 at 11:08 AM, ...
8 years, 3 months ago (2012-09-20 19:12:34 UTC) #36
Zhenyao Mo
GpuDataManager initialization moved to the content side. Please review.
8 years, 3 months ago (2012-09-20 19:17:32 UTC) #37
jam
lgtm with nits re the test, do you have an estimate of when it'll be ...
8 years, 3 months ago (2012-09-20 19:31:54 UTC) #38
Zhenyao Mo
yongsheng is doing the migration, you can keep an eye on the progress at http://code.google.com/p/chromium/issues/detail?id=111506 ...
8 years, 3 months ago (2012-09-20 21:24:03 UTC) #39
jam
On Thu, Sep 20, 2012 at 2:24 PM, <zmo@chromium.org> wrote: > yongsheng is doing the ...
8 years, 3 months ago (2012-09-20 21:52:18 UTC) #40
jam
8 years, 1 month ago (2012-11-15 16:43:43 UTC) #41
On 2012/09/20 21:52:18, John Abd-El-Malek wrote:
> On Thu, Sep 20, 2012 at 2:24 PM, <mailto:zmo@chromium.org> wrote:
> 
> > yongsheng is doing the migration, you can keep an eye on the progress at
> > http://code.google.com/p/**chromium/issues/detail?id=**111506
> > <http://code.google.com/p/chromium/issues/detail?id=111506>
> 
> 
> What is the timeline of that? This needs to be done soon, since the test
> doesn't belong in chrome now.

ping: it's been 7 weeks and this migration hasn't finished yet. This needs to be
prioritized.

Powered by Google App Engine
This is Rietveld 408576698