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

Issue 2272163003: ResizeObserver: Olipan C++ tests (Closed)

Created:
4 years, 3 months ago by atotic1
Modified:
4 years, 3 months ago
Reviewers:
esprehn, eae
CC:
blink-reviews, chromium-reviews, kinuko+watch
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

A new C++ test for ResizeObserver GC. It tests whether ResizeObserver is kept alive by: - direct javascript reference - observing a live element. BUG=612962 Committed: https://crrev.com/01cdf399a2720f0ac49cd3512c0cdfc8b0439f68 Cr-Commit-Position: refs/heads/master@{#415711}

Patch Set 1 : Olipan C++ tests #

Total comments: 4

Patch Set 2 : CR fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -2 lines) Patch
M third_party/WebKit/Source/core/observer/ResizeObserverController.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/web/tests/ResizeObserverTest.cpp View 1 3 chunks +54 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
atotic1
C++ tests for ResizeObserver GC lifetime. They test: - ResizeObserver is kept alive by direct ...
4 years, 3 months ago (2016-08-25 00:21:38 UTC) #4
eae
LGTM Very nice!
4 years, 3 months ago (2016-08-25 18:36:12 UTC) #5
esprehn
lgtm w/ nits https://codereview.chromium.org/2272163003/diff/20001/third_party/WebKit/Source/core/observer/ResizeObserverController.h File third_party/WebKit/Source/core/observer/ResizeObserverController.h (right): https://codereview.chromium.org/2272163003/diff/20001/third_party/WebKit/Source/core/observer/ResizeObserverController.h#newcode42 third_party/WebKit/Source/core/observer/ResizeObserverController.h:42: HeapHashSet<WeakMember<ResizeObserver>>& observers() { return m_observers; } ...
4 years, 3 months ago (2016-08-30 21:25:23 UTC) #6
atotic1
Fixed all issues. Comitted. https://codereview.chromium.org/2272163003/diff/20001/third_party/WebKit/Source/core/observer/ResizeObserverController.h File third_party/WebKit/Source/core/observer/ResizeObserverController.h (right): https://codereview.chromium.org/2272163003/diff/20001/third_party/WebKit/Source/core/observer/ResizeObserverController.h#newcode42 third_party/WebKit/Source/core/observer/ResizeObserverController.h:42: HeapHashSet<WeakMember<ResizeObserver>>& observers() { return m_observers; ...
4 years, 3 months ago (2016-08-31 19:05:15 UTC) #13
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/2272163003/40001
4 years, 3 months ago (2016-08-31 19:05:16 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 3 months ago (2016-08-31 19:10:19 UTC) #15
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 19:12:19 UTC) #17
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/01cdf399a2720f0ac49cd3512c0cdfc8b0439f68
Cr-Commit-Position: refs/heads/master@{#415711}

Powered by Google App Engine
This is Rietveld 408576698