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

Issue 1151203002: Make CharacterData.substringData() and ProcessingInstruction.target not nullable (Closed)

Created:
5 years, 7 months ago by philipj_slow
Modified:
5 years, 7 months ago
Reviewers:
vivekg, Jens Widell
CC:
blink-reviews, blink-reviews-dom_chromium.org, arv+blink, vivekg_samsung, sof, eae+blinkwatch, dglazkov+blink, Inactive, rwlbuis
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Make CharacterData.substringData() and ProcessingInstruction.target not nullable This changes the generated code from v8SetReturnValueStringOrNull(...) to v8SetReturnValueString(...), but none of these can return a null string internally, so the difference should never be observable. BUG=460722 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=195802

Patch Set 1 #

Patch Set 2 : drop Document changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -4 lines) Patch
M Source/core/dom/CharacterData.idl View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/dom/ProcessingInstruction.idl View 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
philipj_slow
drop Document changes
5 years, 7 months ago (2015-05-22 15:10:01 UTC) #1
philipj_slow
PTAL
5 years, 7 months ago (2015-05-22 15:12:07 UTC) #3
vivekg
LGTM
5 years, 7 months ago (2015-05-22 15:19:34 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1151203002/20001
5 years, 7 months ago (2015-05-22 15:50:09 UTC) #6
commit-bot: I haz the power
5 years, 7 months ago (2015-05-22 18:35:36 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=195802

Powered by Google App Engine
This is Rietveld 408576698