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

Issue 1844363003: Move WebGraphicsContext3D::Attributes to Platform::ContextAttributes. (Closed)

Created:
4 years, 8 months ago by danakj
Modified:
4 years, 8 months ago
CC:
chrishtr, blink-reviews, blink-reviews-api_chromium.org, chromium-reviews, darin-cc_chromium.org, dcheng, dglazkov+blink, jam, jochen+watch_chromium.org, Ken Russell (switch to Gerrit), mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, piman
Base URL:
https://chromium.googlesource.com/chromium/src.git@rm-alphadepthetc
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move WebGraphicsContext3D::Attributes to Platform::ContextAttributes. Also moves the url to be a parameter of the create method instead of being an attribute, which lets us pass it by reference, which lets us use a WebURL instead of doing conversions to/from WebStrings. R=chrishtr@chromium.org, kbr@chromium.org, piman, pfeldman TBR=pfeldman BUG=584497 CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel Committed: https://crrev.com/6ee20a04d40a4fa2ca9930325fa3173a0247817a Cr-Commit-Position: refs/heads/master@{#384766}

Patch Set 1 #

Patch Set 2 : move-attributes: oops #

Patch Set 3 : move-attributes: andacommenttoo #

Patch Set 4 : move-attributes: no-null-urls #

Patch Set 5 : move-attributes: webstring #

Total comments: 3

Patch Set 6 : move-attributes: fixes #

Patch Set 7 : move-attributes: trydchecks #

Patch Set 8 : move-attributes: compilingishard #

Patch Set 9 : move-attributes: include #

Patch Set 10 : move-attributes: rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -42 lines) Patch
M components/test_runner/test_plugin.h View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M components/test_runner/test_plugin.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -2 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h View 1 2 3 4 5 2 chunks +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.cpp View 1 2 3 4 5 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/WebKit/public/platform/Platform.h View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebGraphicsContext3D.h View 1 2 3 4 2 chunks +1 line, -23 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 38 (17 generated)
danakj
kbr: webgl piman: content chrishtr: public pfeldman: TBR for test_runner
4 years, 8 months ago (2016-03-31 23:23:47 UTC) #5
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/1
4 years, 8 months ago (2016-03-31 23:24:21 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/40001
4 years, 8 months ago (2016-03-31 23:27:28 UTC) #9
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/80001
4 years, 8 months ago (2016-03-31 23:44:03 UTC) #11
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/43782) android_compile_dbg on ...
4 years, 8 months ago (2016-03-31 23:55:54 UTC) #13
chrishtr
lgtm
4 years, 8 months ago (2016-04-01 00:30:50 UTC) #14
Ken Russell (switch to Gerrit)
lgtm
4 years, 8 months ago (2016-04-01 00:43:54 UTC) #15
piman
lgtm https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc File components/test_runner/test_plugin.cc (right): https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc#newcode178 components/test_runner/test_plugin.cc:178: blink::WebURL url("chrome://TestPlugin::initialize"); nit: How about container->element().document().url()? (just note, ...
4 years, 8 months ago (2016-04-01 00:44:09 UTC) #16
danakj
https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc File components/test_runner/test_plugin.cc (right): https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc#newcode178 components/test_runner/test_plugin.cc:178: blink::WebURL url("chrome://TestPlugin::initialize"); On 2016/04/01 00:44:09, piman wrote: > nit: ...
4 years, 8 months ago (2016-04-01 00:45:23 UTC) #17
piman
On Thu, Mar 31, 2016 at 5:45 PM, <danakj@chromium.org> wrote: > > > https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc > ...
4 years, 8 months ago (2016-04-01 00:49:37 UTC) #18
piman
On Thu, Mar 31, 2016 at 5:45 PM, <danakj@chromium.org> wrote: > > > https://codereview.chromium.org/1844363003/diff/80001/components/test_runner/test_plugin.cc > ...
4 years, 8 months ago (2016-04-01 00:49:37 UTC) #19
danakj
Woops, left behind references to WGC3D::Attributes, fixed them to all be Platform::ContextAttributes. Also: https://codereview.chromium.org/1844363003/diff/80001/third_party/WebKit/Source/modules/webgl/WebGLContextAttributeHelpers.h File ...
4 years, 8 months ago (2016-04-01 00:50:00 UTC) #20
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/140001
4 years, 8 months ago (2016-04-01 01:10:48 UTC) #22
haraken
modules LGTM
4 years, 8 months ago (2016-04-01 01:11:09 UTC) #23
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/160001
4 years, 8 months ago (2016-04-01 01:15:06 UTC) #25
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_clang_dbg_recipe on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/43730)
4 years, 8 months ago (2016-04-01 02:15:42 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/180001
4 years, 8 months ago (2016-04-01 22:39:49 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 8 months ago (2016-04-01 23:52:06 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1844363003/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1844363003/180001
4 years, 8 months ago (2016-04-02 01:03:07 UTC) #34
commit-bot: I haz the power
Committed patchset #10 (id:180001)
4 years, 8 months ago (2016-04-02 01:08:55 UTC) #36
commit-bot: I haz the power
4 years, 8 months ago (2016-04-02 01:10:47 UTC) #38
Message was sent while issue was closed.
Patchset 10 (id:??) landed as
https://crrev.com/6ee20a04d40a4fa2ca9930325fa3173a0247817a
Cr-Commit-Position: refs/heads/master@{#384766}

Powered by Google App Engine
This is Rietveld 408576698