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

Issue 2190543004: [Typed-OM] Add CSSResourceValue (Closed)

Created:
4 years, 4 months ago by anthonyhkf
Modified:
4 years, 4 months ago
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, ikilpatrick, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Typed-OM] Add CSSResourceValue Spec: https://drafts.css-houdini.org/css-typed-om/#resourcevalue-objects BUG=545318 Committed: https://crrev.com/f438b039b4f3d4f8875e71e8387ac3ddcbc2fb7e Cr-Commit-Position: refs/heads/master@{#411020}

Patch Set 1 #

Patch Set 2 : Removed unused header files #

Patch Set 3 : Add to global interface listing #

Total comments: 2

Patch Set 4 : Remove FakeResource, modify FakeCSSResourceValue to have only a Status #

Total comments: 2

Patch Set 5 : Add header license #

Patch Set 6 : Rename ResourceState to Resource #

Total comments: 2

Patch Set 7 : Add default return value #

Total comments: 2

Messages

Total messages: 33 (16 generated)
anthonyhkf
4 years, 4 months ago (2016-08-01 02:53:58 UTC) #2
anthonyhkf
4 years, 4 months ago (2016-08-01 23:47:56 UTC) #4
meade_UTC10
lgtm after addressing test comments. +doug for OWNERS review https://codereview.chromium.org/2190543004/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp File third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp (right): https://codereview.chromium.org/2190543004/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp#newcode17 third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp:17: ...
4 years, 4 months ago (2016-08-02 00:58:14 UTC) #6
anthonyhkf
https://codereview.chromium.org/2190543004/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp File third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp (right): https://codereview.chromium.org/2190543004/diff/40001/third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp#newcode17 third_party/WebKit/Source/core/css/cssom/CSSResourceValueTest.cpp:17: FakeCSSResourceValue(Resource* resource) On 2016/08/02 00:58:14, Eddy wrote: > Since ...
4 years, 4 months ago (2016-08-02 01:16:16 UTC) #7
meade_UTC10
https://codereview.chromium.org/2190543004/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h (right): https://codereview.chromium.org/2190543004/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h#newcode30 third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h:30: ResourceStateType, This should just be ResourceType.
4 years, 4 months ago (2016-08-04 06:55:13 UTC) #8
anthonyhkf
https://codereview.chromium.org/2190543004/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h File third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h (right): https://codereview.chromium.org/2190543004/diff/60001/third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h#newcode30 third_party/WebKit/Source/core/css/cssom/CSSStyleValue.h:30: ResourceStateType, On 2016/08/04 06:55:13, Eddy wrote: > This should ...
4 years, 4 months ago (2016-08-04 07:25:35 UTC) #9
meade_UTC10
Ping Doug? :)
4 years, 4 months ago (2016-08-08 02:48:58 UTC) #10
anthonyhkf
https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h File third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h (right): https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h#newcode22 third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h:22: const String state() const Anyone know what I should ...
4 years, 4 months ago (2016-08-08 07:13:52 UTC) #15
Timothy Loh
https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h File third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h (right): https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h#newcode22 third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h:22: const String state() const On 2016/08/08 07:13:52, anthonyhkf wrote: ...
4 years, 4 months ago (2016-08-08 07:17:57 UTC) #16
anthonyhkf
On 2016/08/08 07:17:57, Timothy Loh wrote: > https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h > File third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h (right): > > https://codereview.chromium.org/2190543004/diff/100001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.h#newcode22 ...
4 years, 4 months ago (2016-08-08 07:42:52 UTC) #19
dstockwell
lgtm https://codereview.chromium.org/2190543004/diff/120001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl File third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl (right): https://codereview.chromium.org/2190543004/diff/120001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl#newcode6 third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl:6: "unloaded", "loading", "loaded", "error" Does this not generate ...
4 years, 4 months ago (2016-08-10 03:55:17 UTC) #22
meade_UTC10
https://codereview.chromium.org/2190543004/diff/120001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl File third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl (right): https://codereview.chromium.org/2190543004/diff/120001/third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl#newcode6 third_party/WebKit/Source/core/css/cssom/CSSResourceValue.idl:6: "unloaded", "loading", "loaded", "error" On 2016/08/10 03:55:17, dstockwell wrote: ...
4 years, 4 months ago (2016-08-10 05:00:40 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2190543004/120001
4 years, 4 months ago (2016-08-10 05:02:38 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/119552)
4 years, 4 months ago (2016-08-10 06:30:47 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2190543004/120001
4 years, 4 months ago (2016-08-10 06:57:00 UTC) #30
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 4 months ago (2016-08-10 10:34:45 UTC) #31
commit-bot: I haz the power
4 years, 4 months ago (2016-08-10 10:36:04 UTC) #33
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/f438b039b4f3d4f8875e71e8387ac3ddcbc2fb7e
Cr-Commit-Position: refs/heads/master@{#411020}

Powered by Google App Engine
This is Rietveld 408576698