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

Issue 826363002: Webgl Info should have vendorid and deviceid of gpu. (Closed)

Created:
5 years, 11 months ago by sivag
Modified:
5 years, 9 months ago
CC:
blink-reviews, aandrey+blink_chromium.org, blink-reviews-html_chromium.org, dglazkov+blink, Rik
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Webgl Info should have vendorid and deviceid of gpu. Append vendorid and deviceid to the weblgcontentcreation error. We do not collect GPU info that requires a context to be created because of the cost at GPU process startup. Mac fails to display the vendor, driver and renderer info. R:kbr@chromium.org BUG=412440 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=191822

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Patch Set 5 : Add period at end of string. #

Total comments: 4

Patch Set 6 : Optimize test code using split. #

Patch Set 7 : Correct indentation #

Patch Set 8 : Rebasing TOT! #

Patch Set 9 : Rebasing TOT! #

Patch Set 10 : Code rework. #

Total comments: 4

Patch Set 11 : Addressed review comments. #

Patch Set 12 : Fixed unittest issue. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -16 lines) Patch
M LayoutTests/fast/canvas/webgl/webgl-error-response.html View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +10 lines, -13 lines 0 comments Download
M Source/core/html/canvas/WebGLRenderingContextBase.cpp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +13 lines, -3 lines 0 comments Download

Messages

Total messages: 37 (13 generated)
sivag
ptal..
5 years, 11 months ago (2014-12-30 14:31:17 UTC) #2
philipj_slow
Sorry this has been sitting around. Does it depend on a Chromium-side CL? https://codereview.chromium.org/826363002/diff/30003/Source/core/html/canvas/WebGLRenderingContext.cpp File ...
5 years, 11 months ago (2015-01-15 09:55:00 UTC) #3
sivag
This patch is dependent on below two cl's. https://codereview.chromium.org/813563004/ https://codereview.chromium.org/800483002/ https://codereview.chromium.org/826363002/diff/30003/Source/core/html/canvas/WebGLRenderingContext.cpp File Source/core/html/canvas/WebGLRenderingContext.cpp (right): https://codereview.chromium.org/826363002/diff/30003/Source/core/html/canvas/WebGLRenderingContext.cpp#newcode95 ...
5 years, 11 months ago (2015-01-15 14:50:59 UTC) #4
philipj_slow
It looks like kbr@ should be back soon, he's probably more a better reviewer for ...
5 years, 11 months ago (2015-01-15 14:55:31 UTC) #5
Ken Russell (switch to Gerrit)
https://codereview.chromium.org/826363002/diff/70001/LayoutTests/fast/canvas/webgl/webgl-error-response.html File LayoutTests/fast/canvas/webgl/webgl-error-response.html (right): https://codereview.chromium.org/826363002/diff/70001/LayoutTests/fast/canvas/webgl/webgl-error-response.html#newcode30 LayoutTests/fast/canvas/webgl/webgl-error-response.html:30: var vendoridInfo = e.statusMessage.substring(stringIndex, e.statusMessage.search(deviceidStr) - 2); All of ...
5 years, 11 months ago (2015-01-15 19:30:40 UTC) #6
sivag
@kbr, Ptal.. https://codereview.chromium.org/826363002/diff/70001/LayoutTests/fast/canvas/webgl/webgl-error-response.html File LayoutTests/fast/canvas/webgl/webgl-error-response.html (right): https://codereview.chromium.org/826363002/diff/70001/LayoutTests/fast/canvas/webgl/webgl-error-response.html#newcode30 LayoutTests/fast/canvas/webgl/webgl-error-response.html:30: var vendoridInfo = e.statusMessage.substring(stringIndex, e.statusMessage.search(deviceidStr) - 2); ...
5 years, 10 months ago (2015-01-29 05:49:36 UTC) #7
Ken Russell (switch to Gerrit)
LGTM
5 years, 10 months ago (2015-01-30 20:17:13 UTC) #8
sivag
On 2015/01/30 20:17:13, Ken Russell wrote: > LGTM @kbr, As per zmo's last comment https://codereview.chromium.org/800483002/#msg26 ...
5 years, 10 months ago (2015-02-02 13:49:59 UTC) #11
Ken Russell (switch to Gerrit)
On 2015/02/02 13:49:59, sikugu wrote: > On 2015/01/30 20:17:13, Ken Russell wrote: > > LGTM ...
5 years, 10 months ago (2015-02-02 18:55:42 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/826363002/110001
5 years, 10 months ago (2015-02-10 06:32:37 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/34591)
5 years, 10 months ago (2015-02-10 06:35:03 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/826363002/130001
5 years, 10 months ago (2015-02-10 16:02:09 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/mac_blink_rel/builds/42303)
5 years, 10 months ago (2015-02-10 16:04:49 UTC) #20
sivag
There is a update in the code and this patch needs to be updated accordingly.
5 years, 10 months ago (2015-02-12 14:29:49 UTC) #23
sivag
@kbr, ptal..
5 years, 10 months ago (2015-02-13 17:13:38 UTC) #24
Ken Russell (switch to Gerrit)
LGTM with nits https://codereview.chromium.org/826363002/diff/170001/LayoutTests/fast/canvas/webgl/webgl-error-response.html File LayoutTests/fast/canvas/webgl/webgl-error-response.html (right): https://codereview.chromium.org/826363002/diff/170001/LayoutTests/fast/canvas/webgl/webgl-error-response.html#newcode29 LayoutTests/fast/canvas/webgl/webgl-error-response.html:29: if (gpuInfoStr[stringLocator].length > 0) Looking at ...
5 years, 10 months ago (2015-02-13 17:32:58 UTC) #25
sivag
https://codereview.chromium.org/826363002/diff/170001/LayoutTests/fast/canvas/webgl/webgl-error-response.html File LayoutTests/fast/canvas/webgl/webgl-error-response.html (right): https://codereview.chromium.org/826363002/diff/170001/LayoutTests/fast/canvas/webgl/webgl-error-response.html#newcode29 LayoutTests/fast/canvas/webgl/webgl-error-response.html:29: if (gpuInfoStr[stringLocator].length > 0) On 2015/02/13 17:32:58, Ken Russell ...
5 years, 10 months ago (2015-02-16 15:00:18 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/826363002/190001
5 years, 10 months ago (2015-02-16 15:01:16 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/47187)
5 years, 10 months ago (2015-02-16 16:41:20 UTC) #31
Ken Russell (switch to Gerrit)
On 2015/02/16 16:41:20, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
5 years, 10 months ago (2015-02-16 17:13:49 UTC) #32
sivag
On 2015/02/16 17:13:49, Ken Russell wrote: > On 2015/02/16 16:41:20, I haz the power (commit-bot) ...
5 years, 9 months ago (2015-03-12 10:49:10 UTC) #33
Ken Russell (switch to Gerrit)
LGTM again.
5 years, 9 months ago (2015-03-12 21:05:25 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/826363002/210001
5 years, 9 months ago (2015-03-13 05:39:20 UTC) #36
commit-bot: I haz the power
5 years, 9 months ago (2015-03-13 08:27:55 UTC) #37
Message was sent while issue was closed.
Committed patchset #12 (id:210001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=191822

Powered by Google App Engine
This is Rietveld 408576698