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

Issue 955413002: Log in Binding code for invalid enum type. (Closed)

Created:
5 years, 10 months ago by Paritosh Kumar
Modified:
5 years, 9 months ago
CC:
blink-reviews, Savago
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Log in Binding code for invalid enum type. As per discussion on https://codereview.chromium.org/871013007/ logging the message for invalid enum type in binding code. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192603

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Total comments: 3

Patch Set 3 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -17 lines) Patch
M LayoutTests/fast/xmlhttprequest/xmlhttprequest-set-responsetype-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/http/tests/inspector/console-xhr-logging-async-expected.txt View 1 2 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt View 1 2 1 chunk +9 lines, -9 lines 0 comments Download
M LayoutTests/http/tests/inspector/network-test.js View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M LayoutTests/http/tests/media/media-source/mediasource-sourcebuffer-mode-expected.txt View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M LayoutTests/media/track/track-cue-mutable-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/media/track/track-mode-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/webaudio/biquadfilternode-basic-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/dom-exceptions-expected.txt View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M LayoutTests/webaudio/oscillator-basic-expected.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M LayoutTests/webaudio/pannernode-basic-expected.txt View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M Source/bindings/scripts/v8_attributes.py View 1 2 1 chunk +2 lines, -0 lines 1 comment Download
M Source/bindings/templates/attributes.cpp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M Source/bindings/tests/results/core/V8TestInterface.cpp View 1 2 3 chunks +7 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/core/V8TestObject.cpp View 1 2 4 chunks +10 lines, -3 lines 0 comments Download

Messages

Total messages: 26 (7 generated)
Paritosh Kumar
Please have a look.
5 years, 10 months ago (2015-02-26 11:33:45 UTC) #2
haraken
LGTM, but devtool people should confirm this.
5 years, 10 months ago (2015-02-26 11:39:27 UTC) #4
yurys
https://codereview.chromium.org/955413002/diff/1/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt File LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt (right): https://codereview.chromium.org/955413002/diff/1/LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt#newcode6 LayoutTests/http/tests/inspector/console-xhr-logging-expected.txt:6: CONSOLE ERROR: The provided value 'undefined' is not a ...
5 years, 10 months ago (2015-02-26 14:07:43 UTC) #5
Nils Barth (inactive)
Thanks Paritosh! I checked the non-inspector changes. All but one of them are expected (intentional ...
5 years, 10 months ago (2015-02-26 17:21:54 UTC) #6
Paritosh Kumar
Thanks Nils, haraken and yurys for reviewing this. @Nils: Uploaded a new cl for fix ...
5 years, 9 months ago (2015-02-27 07:00:26 UTC) #7
Paritosh Kumar
On 2015/02/27 07:00:26, Paritosh Kumar wrote: > Thanks Nils, haraken and yurys for reviewing this. ...
5 years, 9 months ago (2015-03-02 12:12:14 UTC) #8
yurys
inspector changes - lgtm
5 years, 9 months ago (2015-03-02 13:09:46 UTC) #9
pfeldman
We are currently in the opposite process of removing the console spam. How much spam ...
5 years, 9 months ago (2015-03-02 13:33:25 UTC) #10
pfeldman
I'm overriding yurys's comment with not lgtm while we are settling on this.
5 years, 9 months ago (2015-03-02 13:34:34 UTC) #11
Nils Barth (inactive)
On 2015/03/02 13:33:25, pfeldman wrote: > We are currently in the opposite process of removing ...
5 years, 9 months ago (2015-03-02 13:49:56 UTC) #13
pfeldman
> In bindings we consider these valuable warnings, since they almost certainly > indicate a ...
5 years, 9 months ago (2015-03-02 16:07:38 UTC) #14
Nils Barth (inactive)
Thanks Pavel! (Good catch about Warning, not Error.) Paritosh, could you: 1. Submit http://crrev.com/965683002 "Fix ...
5 years, 9 months ago (2015-03-02 16:23:48 UTC) #15
Nils Barth (inactive)
https://codereview.chromium.org/955413002/diff/20001/Source/bindings/templates/attributes.cpp File Source/bindings/templates/attributes.cpp (right): https://codereview.chromium.org/955413002/diff/20001/Source/bindings/templates/attributes.cpp#newcode266 Source/bindings/templates/attributes.cpp:266: currentExecutionContext(info.GetIsolate())->addConsoleMessage(ConsoleMessage::create(JSMessageSource, ErrorMessageLevel, "The provided value '" + string + ...
5 years, 9 months ago (2015-03-02 16:24:00 UTC) #16
Paritosh Kumar
Thanks all Apologize, for delay in update, actually I was OOO. Updated the cl after ...
5 years, 9 months ago (2015-03-24 12:20:11 UTC) #19
jsbell
lgtm
5 years, 9 months ago (2015-03-24 16:49:17 UTC) #20
Paritosh Kumar
Modified code in "Source/bindings/scripts/v8_attributes.py" also. PTAL. https://codereview.chromium.org/955413002/diff/60001/Source/bindings/scripts/v8_attributes.py File Source/bindings/scripts/v8_attributes.py (right): https://codereview.chromium.org/955413002/diff/60001/Source/bindings/scripts/v8_attributes.py#newcode54 Source/bindings/scripts/v8_attributes.py:54: includes.add('core/inspector/ConsoleMessage.h') Adding "core/inspector/ConsoleMessage.h" ...
5 years, 9 months ago (2015-03-25 04:28:55 UTC) #21
haraken
LGTM
5 years, 9 months ago (2015-03-25 04:31:31 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/955413002/60001
5 years, 9 months ago (2015-03-26 10:56:37 UTC) #25
commit-bot: I haz the power
5 years, 9 months ago (2015-03-26 13:40:19 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:60001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192603

Powered by Google App Engine
This is Rietveld 408576698