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

Issue 108683002: Use xmlAtom / starAtom when possible instead of string literals (Closed)

Created:
7 years ago by Inactive
Modified:
7 years ago
Reviewers:
eseidel
CC:
blink-reviews, pdr, Stephen Chennney, krit, f(malita), rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Use xmlAtom / starAtom when possible instead of string literals Use xmlAtom / starAtom when possible instead of string literals. When comparing to another AtomicString, this avoids doing a character by character comparison, as we can do a faster pointer comparison instead. This also gets rid of a redundant static variable. R=eseidel Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=163359

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -7 lines) Patch
M Source/core/fetch/CrossOriginAccessControl.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/svg/SVGLangSpace.cpp View 1 chunk +2 lines, -4 lines 0 comments Download
M Source/core/timing/Performance.cpp View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Inactive
7 years ago (2013-12-06 18:09:34 UTC) #1
eseidel
lgtm On Fri, Dec 6, 2013 at 10:09 AM, <ch.dumez@samsung.com> wrote: > Reviewers: eseidel, > ...
7 years ago (2013-12-06 18:32:42 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/108683002/1
7 years ago (2013-12-06 18:35:26 UTC) #3
commit-bot: I haz the power
7 years ago (2013-12-06 19:33:41 UTC) #4
Message was sent while issue was closed.
Change committed as 163359

Powered by Google App Engine
This is Rietveld 408576698