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

Issue 110663003: Remove uses of deprecated toWebCoreStringWithUndefinedOrNullCheck(v8::Handle<v8::Value>) (Closed)

Created:
7 years ago by Inactive
Modified:
7 years ago
Reviewers:
haraken, yurys
CC:
blink-reviews, apavlov+blink_chromium.org, adamk+blink_chromium.org, aandrey+blink_chromium.org, Nils Barth (inactive), caseq+blink_chromium.org, Nate Chapin, arv+blink, yurys+blink_chromium.org, abarth-chromium, marja+watch_chromium.org, devtools-reviews_chromium.org, loislo+blink_chromium.org, lushnikov+blink_chromium.org, eustas+blink_chromium.org, paulirish+reviews_chromium.org, kojih, jsbell+bindings_chromium.org, alph+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Remove uses of deprecated toWebCoreStringWithUndefinedOrNullCheck(v8::Handle<v8::Value>) Remove uses of deprecated toWebCoreStringWithUndefinedOrNullCheck(v8::Handle<v8::Value>) and use V8TRYCATCH_FOR_V8STRINGRESOURCE*() macros instead so that we return early if an exception is thrown by v8::String::ToString(). R=haraken Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163492

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+68 lines, -27 lines) Patch
A LayoutTests/fast/dom/Window/showModalDialog-invalid-arguments.html View 1 chunk +20 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/Window/showModalDialog-invalid-arguments-expected.txt View 1 chunk +13 lines, -0 lines 0 comments Download
M Source/bindings/v8/PageScriptDebugServer.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/bindings/v8/ScriptDebugServer.cpp View 3 chunks +23 lines, -8 lines 0 comments Download
M Source/bindings/v8/V8Binding.h View 1 chunk +0 lines, -9 lines 0 comments Download
M Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M Source/bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/bindings/v8/custom/V8WindowCustom.cpp View 1 chunk +2 lines, -3 lines 0 comments Download
M Source/core/inspector/JavaScriptCallFrame.cpp View 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Inactive
7 years ago (2013-12-09 21:00:21 UTC) #1
haraken
LGTM
7 years ago (2013-12-10 00:27:32 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/110663003/1
7 years ago (2013-12-10 02:26:07 UTC) #3
commit-bot: I haz the power
Change committed as 163492
7 years ago (2013-12-10 04:03:13 UTC) #4
pfeldman
Hey guys, I don't really like the change - it makes code less readable, bloats ...
7 years ago (2013-12-10 06:33:41 UTC) #5
haraken
On 2013/12/10 06:33:41, pfeldman wrote: > Hey guys, I don't really like the change - ...
7 years ago (2013-12-10 06:56:38 UTC) #6
pfeldman
A revert of this CL has been created in https://codereview.chromium.org/98853012/ by pfeldman@chromium.org. The reason for ...
7 years ago (2013-12-10 07:49:34 UTC) #7
haraken
On 2013/12/10 07:49:34, pfeldman wrote: > A revert of this CL has been created in ...
7 years ago (2013-12-10 07:52:12 UTC) #8
pfeldman
Could you instead start with filing a bug and explaining the rationale? I'll be happy ...
7 years ago (2013-12-10 09:37:05 UTC) #9
haraken
7 years ago (2013-12-10 09:45:51 UTC) #10
Message was sent while issue was closed.
On 2013/12/10 09:37:05, pfeldman wrote:
> Could you instead start with filing a bug and explaining the rationale? I'll
be
> happy to review the patch then.

christophie: Would you mind filing a bug with some spec link? (Probably this
one: http://www.w3.org/TR/WebIDL/#dfn-overload-resolution-algorithm)

Powered by Google App Engine
This is Rietveld 408576698