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

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (Closed)

Created:
5 years, 8 months ago by tasak
Modified:
5 years, 8 months ago
Reviewers:
haraken
CC:
blink-reviews, ed+blinkwatch_opera.com, shans, rjwright, blink-reviews-style_chromium.org, Mike Lawther (Google), webcomponents-bugzilla_chromium.org, blink-reviews-animation_chromium.org, blink-reviews-css, sof, rwlbuis, dglazkov+blink, dcheng, dstockwell, Timothy Loh, blink-reviews-dom_chromium.org, apavlov+blink_chromium.org, darktears, eae+blinkwatch, Steve Block, blink-reviews-html_chromium.org, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. https://docs.google.com/spreadsheets/d/1UYY-GIIMhsP9r2EZRAyo2NVKxftdoJsnPxiZL6nbnE8/edit?usp=sharing BUG=358074 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=193874

Patch Set 1 : WIP #

Total comments: 4

Patch Set 2 : WIP #

Total comments: 2

Patch Set 3 : #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -29 lines) Patch
M Source/core/animation/AnimationTranslationUtil.h View 2 chunks +4 lines, -2 lines 0 comments Download
M Source/core/animation/InterpolableValue.h View 1 2 3 4 5 chunks +13 lines, -4 lines 0 comments Download
M Source/core/animation/Keyframe.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/animation/KeyframeEffectModel.h View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableClipPathOperation.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableDouble.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableDoubleAndBool.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableShapeValue.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableValueKeyframe.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/animation/animatable/AnimatableVisibility.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/clipboard/DataObject.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSComputedStyleDeclaration.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSStyleDeclaration.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/css/CSSValuePool.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M Source/core/css/Rect.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/css/StylePropertySet.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/dom/ClientRect.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/dom/NodeList.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/dom/NthIndexCache.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/dom/shadow/ElementShadow.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/dom/shadow/InsertionPoint.h View 1 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/editing/PositionWithAffinity.h View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/frame/DOMTimer.h View 2 chunks +2 lines, -1 line 0 comments Download
M Source/core/html/HTMLContentElement.h View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (3 generated)
tasak
https://codereview.chromium.org/1082293003/diff/1/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/1082293003/diff/1/Source/core/animation/InterpolableValue.h#newcode94 Source/core/animation/InterpolableValue.h:94: class CORE_EXPORT InterpolableList : public InterpolableValue { Need to ...
5 years, 8 months ago (2015-04-15 06:08:15 UTC) #1
tasak
PTAL?
5 years, 8 months ago (2015-04-15 09:31:11 UTC) #3
haraken
https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h#newcode96 Source/core/animation/InterpolableValue.h:96: InterpolableList& operator=(const InterpolableList&) = delete; Why do we need ...
5 years, 8 months ago (2015-04-15 09:35:19 UTC) #4
tasak
Thank you for review. https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h#newcode96 Source/core/animation/InterpolableValue.h:96: InterpolableList& operator=(const InterpolableList&) = delete; ...
5 years, 8 months ago (2015-04-16 01:28:42 UTC) #5
haraken
https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h#newcode96 Source/core/animation/InterpolableValue.h:96: InterpolableList& operator=(const InterpolableList&) = delete; On 2015/04/16 01:28:42, tasak ...
5 years, 8 months ago (2015-04-16 03:35:11 UTC) #6
tasak
https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h File Source/core/animation/InterpolableValue.h (right): https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h#newcode96 Source/core/animation/InterpolableValue.h:96: InterpolableList& operator=(const InterpolableList&) = delete; On 2015/04/16 03:35:10, haraken ...
5 years, 8 months ago (2015-04-16 05:39:07 UTC) #7
haraken
On 2015/04/16 05:39:07, tasak wrote: > https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h > File Source/core/animation/InterpolableValue.h (right): > > https://codereview.chromium.org/1082293003/diff/40001/Source/core/animation/InterpolableValue.h#newcode96 > ...
5 years, 8 months ago (2015-04-16 07:37:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1082293003/80001
5 years, 8 months ago (2015-04-16 08:53:16 UTC) #11
commit-bot: I haz the power
5 years, 8 months ago (2015-04-16 15:03:03 UTC) #12
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=193874

Powered by Google App Engine
This is Rietveld 408576698