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

Issue 23944012: [SVG] Avoid unnecessarily populating hashmap for repeat(n) event (Closed)

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

Description

[SVG] Avoid unnecessarily populating hashmap for repeat(n) event This is a follow up patch for repeat(n) animation event support. Instead of maintaining each repeat(n) in the atomic string hashmap, we just maintain 'repeatn' in the hashmap and store the repeatCount data with the event. R=pdr@chromium.org, schenney@chromium.org, dschulze@chromium.org, fmalita@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157988

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -6 lines) Patch
M Source/core/svg/animation/SVGSMILElement.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/svg/animation/SVGSMILElement.cpp View 1 2 3 7 chunks +43 lines, -5 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
pavane
WIP but a working patch. I suppose no extra test cases are required. pdr, i ...
7 years, 3 months ago (2013-09-13 17:42:44 UTC) #1
pdr.
On 2013/09/13 17:42:44, pavane wrote: > WIP but a working patch. I suppose no extra ...
7 years, 3 months ago (2013-09-13 17:47:02 UTC) #2
pavane
Please have a look at this patch. I implemented RepeatEvent as a sub class of ...
7 years, 3 months ago (2013-09-17 08:47:49 UTC) #3
pdr.
https://codereview.chromium.org/23944012/diff/10001/Source/core/dom/Event.h File Source/core/dom/Event.h (right): https://codereview.chromium.org/23944012/diff/10001/Source/core/dom/Event.h#newcode182 Source/core/dom/Event.h:182: virtual int repeat() const { return -1; } I ...
7 years, 3 months ago (2013-09-17 22:40:01 UTC) #4
pavane
Changes Done. Please have a look.
7 years, 3 months ago (2013-09-18 07:30:49 UTC) #5
pdr.
On 2013/09/18 07:30:49, pavane wrote: > Changes Done. Please have a look. Great work, I ...
7 years, 3 months ago (2013-09-18 18:03:44 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/23944012/15001
7 years, 3 months ago (2013-09-18 18:40:21 UTC) #7
commit-bot: I haz the power
Retried try job too often on win_blink_rel for step(s) webkit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_blink_rel&number=6251
7 years, 3 months ago (2013-09-18 21:13:11 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/pavan.e@samsung.com/23944012/15001
7 years, 3 months ago (2013-09-18 22:11:24 UTC) #9
commit-bot: I haz the power
7 years, 3 months ago (2013-09-18 23:19:58 UTC) #10
Message was sent while issue was closed.
Change committed as 157988

Powered by Google App Engine
This is Rietveld 408576698