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

Issue 1914383002: Implement CustomElement::isValidName() (Closed)

Created:
4 years, 7 months ago by kojii
Modified:
4 years, 7 months ago
CC:
blink-reviews, blink-reviews-dom_chromium.org, chromium-reviews, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, webcomponents-bugzilla_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@PCENChar
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Implement CustomElement::isValidName() This patch implements CustomElement::IsValidName(). A valid custom element name is PotentialCustomElementName except all hyphen-containing element names from the applicable specifications, according to the spec below: https://html.spec.whatwg.org/multipage/scripting.html#valid-custom-element-name BUG=594918 Committed: https://crrev.com/53c4c0ac74bf3fbe6d1fcda1ee798b5d3817e1f3 Cr-Commit-Position: refs/heads/master@{#390308}

Patch Set 1 #

Total comments: 4

Patch Set 2 : dominicc review #

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -10 lines) Patch
M third_party/WebKit/Source/core/dom/custom/CustomElement.h View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElement.cpp View 1 2 chunks +19 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/dom/custom/CustomElementTest.cpp View 1 2 5 chunks +21 lines, -7 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
kojii
PTAL.
4 years, 7 months ago (2016-04-27 05:11:12 UTC) #3
dominicc (has gone to gerrit)
https://codereview.chromium.org/1914383002/diff/1/third_party/WebKit/Source/core/dom/custom/CustomElement.h File third_party/WebKit/Source/core/dom/custom/CustomElement.h (right): https://codereview.chromium.org/1914383002/diff/1/third_party/WebKit/Source/core/dom/custom/CustomElement.h#newcode17 third_party/WebKit/Source/core/dom/custom/CustomElement.h:17: static bool isValidName(const AtomicString& name); Nit: Make the symbol ...
4 years, 7 months ago (2016-04-27 05:34:23 UTC) #4
kojii
https://codereview.chromium.org/1914383002/diff/1/third_party/WebKit/Source/core/dom/custom/CustomElement.h File third_party/WebKit/Source/core/dom/custom/CustomElement.h (right): https://codereview.chromium.org/1914383002/diff/1/third_party/WebKit/Source/core/dom/custom/CustomElement.h#newcode17 third_party/WebKit/Source/core/dom/custom/CustomElement.h:17: static bool isValidName(const AtomicString& name); On 2016/04/27 at 05:34:23, ...
4 years, 7 months ago (2016-04-27 06:55:43 UTC) #6
dominicc (has gone to gerrit)
lgtm
4 years, 7 months ago (2016-04-28 05:37:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1914383002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1914383002/40001
4 years, 7 months ago (2016-04-28 05:37:25 UTC) #9
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 7 months ago (2016-04-28 05:41:44 UTC) #10
commit-bot: I haz the power
4 years, 7 months ago (2016-04-30 17:16:24 UTC) #11
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/53c4c0ac74bf3fbe6d1fcda1ee798b5d3817e1f3
Cr-Commit-Position: refs/heads/master@{#390308}

Powered by Google App Engine
This is Rietveld 408576698