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

Issue 2471853002: remove 'unsafe' from ES3 apis in gpu process (Closed)

Created:
4 years, 1 month ago by Kai Ninomiya
Modified:
4 years, 1 month ago
CC:
chromium-reviews, jam, fuzzing_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

remove 'unsafe' from ES3 apis in gpu process BUG=654787 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Committed: https://crrev.com/e20d23ac0473b75c2da272853dd4c7d9da09898f Cr-Commit-Position: refs/heads/master@{#429491}

Patch Set 1 #

Total comments: 13

Patch Set 2 : update #

Total comments: 1

Patch Set 3 : update #

Patch Set 4 : forgot to save file #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -174 lines) Patch
M content/browser/gpu/gpu_data_manager_impl_private.cc View 1 1 chunk +2 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.h View 1 2 3 2 chunks +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 2 3 8 chunks +7 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gl_utils.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 2 chunks +0 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 1 13 chunks +12 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 2 chunks +3 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc View 1 chunk +1 line, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc View 1 chunk +1 line, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc View 1 chunk +1 line, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 3 chunks +0 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 4 chunks +2 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gpu_preferences.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/test_helper.h View 1 chunk +1 line, -2 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 5 chunks +54 lines, -54 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 1 9 chunks +9 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 1 3 chunks +14 lines, -14 lines 0 comments Download
M gpu/command_buffer/tests/es3_misc_functions_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/fuzzer_main.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_map_buffer_range_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/tests/gl_request_extension_unittest.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M ui/gl/gl_switches.cc View 1 chunk +0 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (13 generated)
Kai Ninomiya
zmo, kbr: PTAL (Please make sure I didn't modify too much in this CL)
4 years, 1 month ago (2016-11-02 21:17:56 UTC) #7
Zhenyao Mo
This is a huge clean up in a messy situation. Thanks for working through the ...
4 years, 1 month ago (2016-11-02 21:46:29 UTC) #9
piman
https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc#newcode852 gpu/command_buffer/service/feature_info.cc:852: if (status_rgba == GL_FRAMEBUFFER_COMPLETE && enable_es3) { I think ...
4 years, 1 month ago (2016-11-02 22:05:08 UTC) #10
Zhenyao Mo
https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc File gpu/command_buffer/service/feature_info.cc (right): https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc#newcode852 gpu/command_buffer/service/feature_info.cc:852: if (status_rgba == GL_FRAMEBUFFER_COMPLETE && enable_es3) { On 2016/11/02 ...
4 years, 1 month ago (2016-11-02 22:15:00 UTC) #11
piman
On 2016/11/02 22:15:00, Zhenyao Mo wrote: > https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc > File gpu/command_buffer/service/feature_info.cc (right): > > https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/feature_info.cc#newcode852 ...
4 years, 1 month ago (2016-11-02 22:22:06 UTC) #12
Kai Ninomiya
https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/texture_manager_unittest.cc File gpu/command_buffer/service/texture_manager_unittest.cc (right): https://codereview.chromium.org/2471853002/diff/1/gpu/command_buffer/service/texture_manager_unittest.cc#newcode108 gpu/command_buffer/service/texture_manager_unittest.cc:108: enable_es3 ? CONTEXT_TYPE_OPENGLES3 : CONTEXT_TYPE_OPENGLES2; On 2016/11/02 21:46:28, Zhenyao ...
4 years, 1 month ago (2016-11-02 22:43:21 UTC) #13
Zhenyao Mo
lgtm if the nit is fixed and bots are green https://codereview.chromium.org/2471853002/diff/20001/gpu/command_buffer/service/context_group.cc File gpu/command_buffer/service/context_group.cc (right): https://codereview.chromium.org/2471853002/diff/20001/gpu/command_buffer/service/context_group.cc#newcode123 ...
4 years, 1 month ago (2016-11-02 22:49:58 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2471853002/40001
4 years, 1 month ago (2016-11-02 23:43:32 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2471853002/60001
4 years, 1 month ago (2016-11-02 23:49:53 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 1 month ago (2016-11-03 01:04:11 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-11-03 01:06:27 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e20d23ac0473b75c2da272853dd4c7d9da09898f
Cr-Commit-Position: refs/heads/master@{#429491}

Powered by Google App Engine
This is Rietveld 408576698