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

Issue 2530503002: [wasm][asm.js] Routing asm.js warnings to the dev console. (Closed)

Created:
4 years ago by bradnelson
Modified:
4 years ago
CC:
blink-reviews, blink-reviews-bindings_chromium.org, Benedikt Meurer, chromium-reviews, danno
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[wasm][asm.js] Routing asm.js warnings to the dev console. Route asm.js warnings from V8 to the developer console. Depends on: https://codereview.chromium.org/2526703002/ BUG=v8:4203, chromium:660016 R=dgozman@chromium.org,jochen@chromium.org CC=danno@chromium.org,bmeurer@chromium.org Committed: https://crrev.com/07d5887d7471da0cf7bacb87d9742927f83f0c6d Cr-Commit-Position: refs/heads/master@{#438511}

Patch Set 1 #

Patch Set 2 : fix #

Total comments: 2

Patch Set 3 : add tests #

Patch Set 4 : worker #

Patch Set 5 : merge #

Patch Set 6 : merge #

Patch Set 7 : deps #

Total comments: 4

Patch Set 8 : fix #

Patch Set 9 : merge #

Messages

Total messages: 49 (27 generated)
bradn
4 years ago (2016-11-23 08:36:29 UTC) #2
bradnelson
Ping?
4 years ago (2016-11-29 06:39:27 UTC) #3
jochen (gone - plz use gerrit)
was it possible to use the regular message handler?
4 years ago (2016-11-29 15:45:11 UTC) #4
dgozman
On 2016/11/29 15:45:11, jochen wrote: > was it possible to use the regular message handler? ...
4 years ago (2016-11-29 18:53:39 UTC) #5
blink-reviews
Dimitry and I talked. I'm going to change these two round so that jsmessage is ...
4 years ago (2016-11-30 09:24:25 UTC) #6
chromium-reviews
Dimitry and I talked. I'm going to change these two round so that jsmessage is ...
4 years ago (2016-11-30 09:24:25 UTC) #7
jochen (gone - plz use gerrit)
that sounds already better. I wonder, however, have we considered adding the message directly from ...
4 years ago (2016-11-30 19:02:49 UTC) #8
jochen (gone - plz use gerrit)
(sorry for my delayed responses, somehow this CL never shows up as pending feedback from ...
4 years ago (2016-11-30 19:03:27 UTC) #9
dgozman
On 2016/11/30 19:02:49, jochen wrote: > that sounds already better. > > I wonder, however, ...
4 years ago (2016-11-30 19:10:33 UTC) #10
bradnelson
PTAL at this and the V8 side change.
4 years ago (2016-12-01 09:33:07 UTC) #11
dgozman
Is it possible to produce wasm warning in a test? https://codereview.chromium.org/2530503002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/2530503002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode167 ...
4 years ago (2016-12-01 18:38:34 UTC) #12
jochen (gone - plz use gerrit)
also, where will warnings from workers go?
4 years ago (2016-12-05 15:42:41 UTC) #13
bradn
PTAL Added tests, added worker support.
4 years ago (2016-12-12 23:13:20 UTC) #21
bradnelson
https://codereview.chromium.org/2530503002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/2530503002/diff/20001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode167 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:167: frame->document()->addConsoleMessage(ConsoleMessage::create( On 2016/12/01 18:38:33, dgozman wrote: > ExecutionContext has ...
4 years ago (2016-12-14 08:26:39 UTC) #33
bradnelson
Ping?
4 years ago (2016-12-14 08:26:50 UTC) #34
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/2530503002/diff/120001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/2530503002/diff/120001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode142 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:142: DCHECK(false); NOTREACHED(); https://codereview.chromium.org/2530503002/diff/120001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode146 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:146: }; no ; at ...
4 years ago (2016-12-14 11:42:43 UTC) #35
bradn
https://codereview.chromium.org/2530503002/diff/120001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp File third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp (right): https://codereview.chromium.org/2530503002/diff/120001/third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp#newcode142 third_party/WebKit/Source/bindings/core/v8/V8Initializer.cpp:142: DCHECK(false); On 2016/12/14 11:42:43, jochen wrote: > NOTREACHED(); Done. ...
4 years ago (2016-12-14 12:18:14 UTC) #36
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/2530503002/140001
4 years ago (2016-12-14 12:18:34 UTC) #39
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/123914)
4 years ago (2016-12-14 12:20:08 UTC) #41
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/2530503002/160001
4 years ago (2016-12-14 12:26:35 UTC) #44
commit-bot: I haz the power
Committed patchset #9 (id:160001)
4 years ago (2016-12-14 14:22:04 UTC) #47
commit-bot: I haz the power
4 years ago (2016-12-14 14:24:25 UTC) #49
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/07d5887d7471da0cf7bacb87d9742927f83f0c6d
Cr-Commit-Position: refs/heads/master@{#438511}

Powered by Google App Engine
This is Rietveld 408576698