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

Issue 391373009: [oilpan]: Fix webkit unit tests for oilpan. (Closed)

Created:
6 years, 5 months ago by wibling-chromium
Modified:
6 years, 5 months ago
CC:
blink-reviews
Project:
blink
Visibility:
Public.

Description

[oilpan]: Fix webkit unit tests for oilpan. We have to force a GC to ensure the registered event handler are removed. This happens during weak processing with oilpan. R=ager@chromium.org, erik.corry@gmail.com, haraken@chromium.org, jochen@chromium.org, oilpan-reviews@chromium.org, rbyers@chromium.org, skyostil@chromium.org, tkent@chromium.org, vegorov@chromium.org, zerny@chromium.org BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178378

Patch Set 1 #

Total comments: 4

Patch Set 2 : extend comment #

Patch Set 3 : use collectAllGarbage #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M Source/web/tests/WebViewTest.cpp View 1 2 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 13 (0 generated)
wibling-chromium
6 years, 5 months ago (2014-07-17 14:14:41 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp File Source/web/tests/WebViewTest.cpp (right): https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp#newcode1812 Source/web/tests/WebViewTest.cpp:1812: RefPtrWillBePersistent<WebCore::Document> document = webViewImpl->mainFrameImpl()->frame()->document(); why this change?
6 years, 5 months ago (2014-07-17 14:17:24 UTC) #2
wibling-chromium
https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp File Source/web/tests/WebViewTest.cpp (right): https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp#newcode1812 Source/web/tests/WebViewTest.cpp:1812: RefPtrWillBePersistent<WebCore::Document> document = webViewImpl->mainFrameImpl()->frame()->document(); On 2014/07/17 14:17:24, jochen wrote: ...
6 years, 5 months ago (2014-07-17 14:18:51 UTC) #3
jochen (gone - plz use gerrit)
On 2014/07/17 at 14:18:51, wibling wrote: > https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp > File Source/web/tests/WebViewTest.cpp (right): > > https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp#newcode1812 ...
6 years, 5 months ago (2014-07-17 14:22:38 UTC) #4
wibling-chromium
On 2014/07/17 14:22:38, jochen wrote: > On 2014/07/17 at 14:18:51, wibling wrote: > > > ...
6 years, 5 months ago (2014-07-17 14:25:10 UTC) #5
wibling-chromium
On 2014/07/17 14:25:10, wibling-chromium wrote: > On 2014/07/17 14:22:38, jochen wrote: > > On 2014/07/17 ...
6 years, 5 months ago (2014-07-17 14:27:03 UTC) #6
jochen (gone - plz use gerrit)
On 2014/07/17 at 14:27:03, wibling wrote: > On 2014/07/17 14:25:10, wibling-chromium wrote: > > On ...
6 years, 5 months ago (2014-07-17 14:28:58 UTC) #7
wibling-chromium
On 2014/07/17 14:28:58, jochen wrote: > On 2014/07/17 at 14:27:03, wibling wrote: > > On ...
6 years, 5 months ago (2014-07-17 14:30:20 UTC) #8
haraken
LGTM https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp File Source/web/tests/WebViewTest.cpp (right): https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp#newcode1824 Source/web/tests/WebViewTest.cpp:1824: Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); We prefer using Heap::collectAllGarbage() in tests.
6 years, 5 months ago (2014-07-17 14:32:28 UTC) #9
wibling-chromium
Thanks for the reviews! https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp File Source/web/tests/WebViewTest.cpp (right): https://codereview.chromium.org/391373009/diff/1/Source/web/tests/WebViewTest.cpp#newcode1824 Source/web/tests/WebViewTest.cpp:1824: Heap::collectGarbage(ThreadState::NoHeapPointersOnStack); On 2014/07/17 14:32:28, haraken ...
6 years, 5 months ago (2014-07-17 14:37:53 UTC) #10
wibling-chromium
The CQ bit was checked by wibling@chromium.org
6 years, 5 months ago (2014-07-17 14:40:31 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/wibling@chromium.org/391373009/40001
6 years, 5 months ago (2014-07-17 14:40:59 UTC) #12
commit-bot: I haz the power
6 years, 5 months ago (2014-07-17 15:48:35 UTC) #13
Message was sent while issue was closed.
Change committed as 178378

Powered by Google App Engine
This is Rietveld 408576698