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

Issue 203723007: Store marker identifiers as AtomicString (Closed)

Created:
6 years, 9 months ago by rwlbuis
Modified:
6 years, 9 months ago
Reviewers:
pdr., abarth-chromium
CC:
blink-reviews, krit, bemjb+rendering_chromium.org, dsinclair, zoltan1, eae+blinkwatch, leviw+renderwatch, fs, ed+blinkwatch_opera.com, f(malita), gyuyoung.kim_webkit.org, jchaffraix+rendering, kouhei+svg_chromium.org, Stephen Chennney
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Store marker identifiers as AtomicString Marker identifiers can be better stored as AtomicString (like for instance clip-path identifiers) since they wil llikely share the same value as an id attribute. Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=169556

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M Source/core/rendering/style/SVGRenderStyle.h View 3 chunks +9 lines, -9 lines 0 comments Download
M Source/core/rendering/style/SVGRenderStyleDefs.h View 1 chunk +3 lines, -3 lines 0 comments Download
M Source/core/rendering/svg/SVGResources.cpp View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
rwlbuis
6 years, 9 months ago (2014-03-19 02:42:33 UTC) #1
pdr.
On 2014/03/19 02:42:33, rwlbuis wrote: I think this is reasonable and verified that it works. ...
6 years, 9 months ago (2014-03-19 03:07:35 UTC) #2
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-19 03:07:39 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/203723007/1
6 years, 9 months ago (2014-03-19 03:07:49 UTC) #4
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 04:14:43 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-19 04:14:44 UTC) #6
pdr.
The CQ bit was checked by pdr@chromium.org
6 years, 9 months ago (2014-03-19 04:55:01 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/203723007/1
6 years, 9 months ago (2014-03-19 04:55:12 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 06:04:40 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-19 06:04:40 UTC) #10
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-19 10:18:32 UTC) #11
rwlbuis
The CQ bit was unchecked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-19 10:18:33 UTC) #12
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-19 11:44:52 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/203723007/1
6 years, 9 months ago (2014-03-19 11:44:57 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 12:54:24 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on linux_blink_dbg
6 years, 9 months ago (2014-03-19 12:54:25 UTC) #16
rwlbuis
The CQ bit was checked by rob.buis@samsung.com
6 years, 9 months ago (2014-03-19 12:56:59 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rob.buis@samsung.com/203723007/1
6 years, 9 months ago (2014-03-19 12:57:04 UTC) #18
commit-bot: I haz the power
Change committed as 169556
6 years, 9 months ago (2014-03-19 15:40:29 UTC) #19
rwlbuis
On 2014/03/19 03:07:35, pdr wrote: > On 2014/03/19 02:42:33, rwlbuis wrote: > > I think ...
6 years, 9 months ago (2014-03-20 01:50:34 UTC) #20
pdr.
On 2014/03/20 01:50:34, rwlbuis wrote: > On 2014/03/19 03:07:35, pdr wrote: > > On 2014/03/19 ...
6 years, 9 months ago (2014-03-20 18:32:30 UTC) #21
rwlbuis
6 years, 9 months ago (2014-03-21 16:10:43 UTC) #22
Message was sent while issue was closed.
On 2014/03/20 18:32:30, pdr wrote:
> On 2014/03/20 01:50:34, rwlbuis wrote:
> > On 2014/03/19 03:07:35, pdr wrote:
> > > On 2014/03/19 02:42:33, rwlbuis wrote:
> > > 
> > > I think this is reasonable and verified that it works. LGTM
> > > 
> > > If you plan on doing the rest, could we do them in one followup instead of
> > > several small patches?
> > 
> > Which one are you referring to? All I can think of atm are clipper, mask and
> > filter which are already using AtomicString. But if you know more to convert
> let
> > me know!
> 
> What about visitedLinkFillPaintUri, visitedLinkStrokePaintUri, strokePaintUri,
> and friends?

Unfortunately that kind of Uri (IIRC) can be either #foo or
http://www.foo.com/#foo.
Either way chances of a shared string are low with that :(

Powered by Google App Engine
This is Rietveld 408576698