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

Issue 462623002: Add a missing check for exceptions thrown in methods implemented in private scripts (Closed)

Created:
6 years, 4 months ago by haraken
Modified:
6 years, 4 months ago
Reviewers:
vivekg, Jens Widell
CC:
blink-reviews, blink-reviews-bindings_chromium.org, arv+blink, abarth-chromium
Project:
blink
Visibility:
Public.

Description

Add a missing check for exceptions thrown in methods implemented in private scripts method.cpp misses a check for a returned value of a method implemented in a private script. This CL adds the check. Other places already have the check. (This call path is not yet used in production.) BUG=341031 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179943

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+29 lines, -23 lines) Patch
M Source/bindings/templates/attributes.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M Source/bindings/templates/methods.cpp View 1 2 1 chunk +5 lines, -2 lines 0 comments Download
M Source/bindings/tests/results/V8TestInterface.cpp View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/bindings/tests/results/V8TestObject.cpp View 1 2 16 chunks +19 lines, -16 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
haraken
PTAL
6 years, 4 months ago (2014-08-11 11:32:29 UTC) #1
Jens Widell
https://codereview.chromium.org/462623002/diff/1/Source/bindings/templates/methods.cpp File Source/bindings/templates/methods.cpp (right): https://codereview.chromium.org/462623002/diff/1/Source/bindings/templates/methods.cpp#newcode535 Source/bindings/templates/methods.cpp:535: return false; This line should be outside/below this if-statement.
6 years, 4 months ago (2014-08-11 11:35:34 UTC) #2
haraken
On 2014/08/11 11:35:34, Jens Lindström wrote: > https://codereview.chromium.org/462623002/diff/1/Source/bindings/templates/methods.cpp > File Source/bindings/templates/methods.cpp (right): > > https://codereview.chromium.org/462623002/diff/1/Source/bindings/templates/methods.cpp#newcode535 ...
6 years, 4 months ago (2014-08-11 11:36:00 UTC) #3
Jens Widell
On 2014/08/11 11:36:00, haraken wrote: > On 2014/08/11 11:35:34, Jens Lindström wrote: > > > ...
6 years, 4 months ago (2014-08-11 11:39:07 UTC) #4
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-11 11:40:06 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/462623002/20001
6 years, 4 months ago (2014-08-11 11:40:24 UTC) #6
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 4 months ago (2014-08-11 11:46:47 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/462623002/60001
6 years, 4 months ago (2014-08-11 11:46:58 UTC) #8
haraken
6 years, 4 months ago (2014-08-11 11:47:00 UTC) #9
commit-bot: I haz the power
6 years, 4 months ago (2014-08-11 12:47:41 UTC) #10
Message was sent while issue was closed.
Change committed as 179943

Powered by Google App Engine
This is Rietveld 408576698