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

Issue 1025893002: compositor-worker: Add mutable attributes to CompositorProxy. (Closed)

Created:
5 years, 9 months ago by sadrul
Modified:
5 years, 8 months ago
Reviewers:
esprehn
CC:
arv+blink, blink-reviews, blink-reviews-dom_chromium.org, Inactive, dglazkov+blink, eae+blinkwatch, rwlbuis, sof, vivekg_samsung, vivekg
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

compositor-worker: Add mutable attributes to CompositorProxy. Add some mutable attributes to CompositorProxy. These attributes are mutable only in the compositor-worker thread, and only during requestCompositorFrame callbacks (this is currently not-implemented in this CL, and will be added later). Trying to mutate these attributes from the main-thread raises exceptions. BUG=436952 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192768

Patch Set 1 #

Total comments: 1

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Total comments: 10

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+203 lines, -8 lines) Patch
A LayoutTests/fast/compositorworker/compositor-attribute-change.html View 1 2 3 4 5 1 chunk +13 lines, -0 lines 0 comments Download
A LayoutTests/fast/compositorworker/compositor-attribute-change-worker.html View 1 2 3 4 5 1 chunk +23 lines, -0 lines 0 comments Download
A LayoutTests/fast/compositorworker/resources/proxy-mutate.js View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/dom/CompositorProxy.h View 1 2 3 4 5 3 chunks +30 lines, -7 lines 0 comments Download
M Source/core/dom/CompositorProxy.cpp View 1 2 3 4 5 4 chunks +110 lines, -1 line 0 comments Download
M Source/core/dom/CompositorProxy.idl View 1 2 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 8 (3 generated)
sadrul
5 years, 9 months ago (2015-03-28 22:29:22 UTC) #2
esprehn
lgtm w/ nits https://codereview.chromium.org/1025893002/diff/1/Source/core/dom/CompositorProxy.h File Source/core/dom/CompositorProxy.h (right): https://codereview.chromium.org/1025893002/diff/1/Source/core/dom/CompositorProxy.h#newcode60 Source/core/dom/CompositorProxy.h:60: uint32_t m_mutatedAttributes; Maybe use a bit ...
5 years, 9 months ago (2015-03-29 04:44:57 UTC) #3
sadrul
https://codereview.chromium.org/1025893002/diff/80001/LayoutTests/fast/compositorworker/compositor-attribute-change-worker.html File LayoutTests/fast/compositorworker/compositor-attribute-change-worker.html (right): https://codereview.chromium.org/1025893002/diff/80001/LayoutTests/fast/compositorworker/compositor-attribute-change-worker.html#newcode2 LayoutTests/fast/compositorworker/compositor-attribute-change-worker.html:2: <div id='container'></div> On 2015/03/29 04:44:56, esprehn wrote: > double ...
5 years, 8 months ago (2015-03-30 16:07:45 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1025893002/100001
5 years, 8 months ago (2015-03-30 16:08:06 UTC) #7
commit-bot: I haz the power
5 years, 8 months ago (2015-03-30 17:12:32 UTC) #8
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192768

Powered by Google App Engine
This is Rietveld 408576698