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

Issue 98543011: Improve Document exception messages. (Closed)

Created:
7 years ago by Mike West
Modified:
6 years, 11 months ago
CC:
blink-reviews, dglazkov+blink, eae+blinkwatch, adamk+blink_chromium.org
Visibility:
Public.

Description

Improve Document exception messages. BUG=270033 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=164574

Patch Set 1 #

Total comments: 5

Patch Set 2 : Test. #

Patch Set 3 : Rebase. #

Patch Set 4 : Node. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -30 lines) Patch
M LayoutTests/fast/dom/document-body-getter-setter.html View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/document-body-getter-setter-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/importNode-null-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/setter-type-enforcement-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/dom/shadow/adopt-node-with-shadow-root-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/frames/adopt-iframe-into-itself-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/fast/frames/adopt-object-into-itself-expected.txt View 1 chunk +1 line, -1 line 0 comments Download
M LayoutTests/storage/indexeddb/removed-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 17 chunks +27 lines, -22 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Mike West
Sigbjørn, Jochen, would you mind taking a look? -mike
7 years ago (2013-12-20 10:54:35 UTC) #1
sof
Looks fine really. https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp#newcode702 Source/core/dom/Document.cpp:702: exceptionState.throwDOMException(InvalidCharacterError, "'" + localName + "' ...
7 years ago (2013-12-20 11:10:53 UTC) #2
Mike West
Thanks for taking a look! https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp#newcode702 Source/core/dom/Document.cpp:702: exceptionState.throwDOMException(InvalidCharacterError, "'" + localName ...
7 years ago (2013-12-20 11:38:48 UTC) #3
Mike West
> StringBuilder has an explicit 'append(UChar32)' method that handles random > encoding weirdness. I don't ...
7 years ago (2013-12-20 12:00:29 UTC) #4
sof
On 2013/12/20 12:00:29, Mike West wrote: > > StringBuilder has an explicit 'append(UChar32)' method that ...
7 years ago (2013-12-20 12:21:01 UTC) #5
sof
https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp File Source/core/dom/Document.cpp (right): https://codereview.chromium.org/98543011/diff/1/Source/core/dom/Document.cpp#newcode702 Source/core/dom/Document.cpp:702: exceptionState.throwDOMException(InvalidCharacterError, "'" + localName + "' is not a ...
7 years ago (2013-12-20 12:21:11 UTC) #6
Mike West
Ok, latest patch looks good on the bots. Jochen, WDYT? > > Good eye. Would ...
7 years ago (2013-12-20 14:07:29 UTC) #7
jochen (gone - plz use gerrit)
lgtm
7 years ago (2013-12-20 14:09:48 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/98543011/20001
7 years ago (2013-12-20 14:14:54 UTC) #9
commit-bot: I haz the power
Retried try job too often on linux_blink for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_blink&number=5942
7 years ago (2013-12-20 16:50:49 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mkwst@chromium.org/98543011/150001
6 years, 11 months ago (2014-01-07 11:29:15 UTC) #11
commit-bot: I haz the power
6 years, 11 months ago (2014-01-07 13:01:50 UTC) #12
Message was sent while issue was closed.
Change committed as 164574

Powered by Google App Engine
This is Rietveld 408576698