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

Issue 1129693004: Disabled extensions in bug list now automatically removes the extension. (Closed)

Created:
5 years, 7 months ago by David Yen
Modified:
4 years, 9 months ago
Reviewers:
Zhenyao Mo, no sievers
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org, vmiura
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disabled extensions in bug list now automatically removes the extension. Bugs which simply require disabling of extensions no longer need any extra work. Simply add the bug description to the GPU Bug list JSON file and list the extension to disable under "disabled_extensions". This CL also disabled GL_EXT_disjoint_timer_query for the Nexus 5 and Nexus 6 under lollypop as a test to be sure it works. Tracing the GPU no longer causes a crash on these devices under lollypop. R=zmo@chromium.org BUG=477514, 482067 Committed: https://crrev.com/4db835b2154821f7beefacf6866841fc52b6322a Cr-Commit-Position: refs/heads/master@{#330446}

Patch Set 1 #

Total comments: 18

Patch Set 2 : Fixed bug ids #

Patch Set 3 : Rebase / Initialize on dynamic bindings #

Patch Set 4 : Added InitializeWithContext() call to unit test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -34 lines) Patch
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list_json.cc View 1 2 chunks +31 lines, -1 line 0 comments Download
M ui/gl/gl_api_unittest.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.h View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M ui/gl/gl_gl_api_implementation.cc View 1 2 3 chunks +40 lines, -33 lines 0 comments Download

Messages

Total messages: 26 (3 generated)
David Yen
Now that the gl extensions could be disabled from the command line, I added the ...
5 years, 7 months ago (2015-05-14 23:07:48 UTC) #2
Zhenyao Mo
LGTM
5 years, 7 months ago (2015-05-15 00:30:16 UTC) #3
no sievers
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1314 gpu/config/gpu_driver_bug_list_json.cc:1314: "id": 108, This collides with the same id defined ...
5 years, 7 months ago (2015-05-15 18:31:51 UTC) #4
David Yen
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1314 gpu/config/gpu_driver_bug_list_json.cc:1314: "id": 108, On 2015/05/15 18:31:51, sievers wrote: > This ...
5 years, 7 months ago (2015-05-15 18:39:04 UTC) #5
David Yen
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1325 gpu/config/gpu_driver_bug_list_json.cc:1325: "gl_renderer": ".*330", On 2015/05/15 18:39:04, David Yen wrote: > ...
5 years, 7 months ago (2015-05-15 18:45:22 UTC) #6
no sievers
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1314 gpu/config/gpu_driver_bug_list_json.cc:1314: "id": 108, On 2015/05/15 18:39:03, David Yen wrote: > ...
5 years, 7 months ago (2015-05-15 19:35:20 UTC) #7
Zhenyao Mo
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1314 gpu/config/gpu_driver_bug_list_json.cc:1314: "id": 108, On 2015/05/15 19:35:20, sievers wrote: > On ...
5 years, 7 months ago (2015-05-15 23:42:54 UTC) #8
David Yen
https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc File gpu/config/gpu_driver_bug_list_json.cc (right): https://codereview.chromium.org/1129693004/diff/1/gpu/config/gpu_driver_bug_list_json.cc#newcode1325 gpu/config/gpu_driver_bug_list_json.cc:1325: "gl_renderer": ".*330", On 2015/05/15 19:35:20, sievers wrote: > On ...
5 years, 7 months ago (2015-05-15 23:44:13 UTC) #9
no sievers
So what about the missing functions. I mean on all the devices you are testing, ...
5 years, 7 months ago (2015-05-15 23:58:56 UTC) #10
David Yen
Ah yes, the functions all exist for all the other devices (Nexus 5, Nexus 6). ...
5 years, 7 months ago (2015-05-16 00:01:31 UTC) #11
no sievers
https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc File ui/gl/gl_gl_api_implementation.cc (right): https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc#newcode424 ui/gl/gl_gl_api_implementation.cc:424: InitializeFilteredExtensions(); On 2015/05/16 00:01:31, David Yen wrote: > On ...
5 years, 7 months ago (2015-05-16 00:17:19 UTC) #12
David Yen
https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc File ui/gl/gl_gl_api_implementation.cc (right): https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc#newcode424 ui/gl/gl_gl_api_implementation.cc:424: InitializeFilteredExtensions(); On 2015/05/16 00:17:19, sievers wrote: > On 2015/05/16 ...
5 years, 7 months ago (2015-05-18 17:08:48 UTC) #13
no sievers
https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc File ui/gl/gl_gl_api_implementation.cc (right): https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc#newcode424 ui/gl/gl_gl_api_implementation.cc:424: InitializeFilteredExtensions(); On 2015/05/18 17:08:48, David Yen wrote: > On ...
5 years, 7 months ago (2015-05-18 18:19:32 UTC) #14
David Yen
https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc File ui/gl/gl_gl_api_implementation.cc (right): https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc#newcode424 ui/gl/gl_gl_api_implementation.cc:424: InitializeFilteredExtensions(); On 2015/05/18 18:19:32, sievers wrote: > On 2015/05/18 ...
5 years, 7 months ago (2015-05-18 18:23:37 UTC) #15
no sievers
On 2015/05/18 18:23:37, David Yen wrote: > https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc > File ui/gl/gl_gl_api_implementation.cc (right): > > https://codereview.chromium.org/1129693004/diff/1/ui/gl/gl_gl_api_implementation.cc#newcode424 ...
5 years, 7 months ago (2015-05-18 19:36:27 UTC) #16
David Yen
On 2015/05/18 19:36:27, sievers wrote: > On 2015/05/18 18:23:37, David Yen wrote: > > > ...
5 years, 7 months ago (2015-05-18 19:41:19 UTC) #17
David Yen
On 2015/05/18 19:41:19, David Yen wrote: > On 2015/05/18 19:36:27, sievers wrote: > > On ...
5 years, 7 months ago (2015-05-18 19:49:34 UTC) #18
David Yen
On 2015/05/18 19:49:34, David Yen wrote: > On 2015/05/18 19:41:19, David Yen wrote: > > ...
5 years, 7 months ago (2015-05-18 19:50:06 UTC) #19
no sievers
lgtm!
5 years, 7 months ago (2015-05-18 20:31:08 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1129693004/60001
5 years, 7 months ago (2015-05-18 22:58:07 UTC) #23
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-18 23:03:50 UTC) #24
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/4db835b2154821f7beefacf6866841fc52b6322a Cr-Commit-Position: refs/heads/master@{#330446}
5 years, 7 months ago (2015-05-18 23:04:34 UTC) #25
Noway
4 years, 9 months ago (2016-03-27 02:04:20 UTC) #26
Message was sent while issue was closed.
On 2015/05/18 23:04:34, commit-bot: I haz the power wrote:
> Patchset 4 (id:??) landed as
> https://crrev.com/4db835b2154821f7beefacf6866841fc52b6322a
> Cr-Commit-Position: refs/heads/master@{#330446}

Yes i have missing functions trying to fix.

Powered by Google App Engine
This is Rietveld 408576698