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

Issue 108483002: Have Document::parseQualifiedName() deal with AtomicStrings (Closed)

Created:
7 years ago by Inactive
Modified:
7 years ago
CC:
blink-reviews, shans, rjwright, alancutter (OOO until 2018), Mike Lawther (Google), rwlbuis, eae+blinkwatch, Timothy Loh, dstockwell, dglazkov+blink, krit, Steve Block, adamk+blink_chromium.org, darktears, pdr, f(malita), Stephen Chennney, Eric Willigers, dino_apple.com, groby+blinkspell_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Have Document::parseQualifiedName() deal with AtomicStrings Have Document::parseQualifiedName() deal with AtomicStrings instead of Strings as its purpose is to extract a prefix and localName that the caller can use to construct a QualifiedName object. The QualifiedName constructor takes AtomicStrings in argument so it does not make sense for parseQualifiedName() to construct and return Strings. The caller will always need to convert these to AtomicStrings, which has a cost. R=abarth, eseidel BUG=323739 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163355

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -30 lines) Patch
M Source/core/dom/DOMImplementation.h View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/dom/DOMImplementation.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M Source/core/dom/Document.h View 3 chunks +5 lines, -5 lines 0 comments Download
M Source/core/dom/Document.cpp View 6 chunks +14 lines, -13 lines 0 comments Download
M Source/core/dom/Element.cpp View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/editing/EditorCommand.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 2 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
7 years ago (2013-12-06 16:28:05 UTC) #1
eseidel
Lgtm On Dec 6, 2013 8:28 AM, <ch.dumez@samsung.com> wrote: > Reviewers: abarth, eseidel, > > ...
7 years ago (2013-12-06 17:02:19 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/108483002/1
7 years ago (2013-12-06 17:04:40 UTC) #3
commit-bot: I haz the power
7 years ago (2013-12-06 18:01:05 UTC) #4
Message was sent while issue was closed.
Change committed as 163355

Powered by Google App Engine
This is Rietveld 408576698