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

Issue 251903006: Attempt 2 to enable async data: URL loading. (Closed)

Created:
6 years, 7 months ago by dcheng
Modified:
6 years, 7 months ago
Reviewers:
jam, sky, eseidel
CC:
chromium-reviews, darin-cc_chromium.org, nasko+codewatch_chromium.org, jam, creis+watch_chromium.org, eseidel
Visibility:
Public.

Description

Attempt 2 to enable async data: URL loading. BUG=308321 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267886

Patch Set 1 #

Patch Set 2 : Fix browser plugin tests #

Patch Set 3 : Comments and stuff #

Patch Set 4 : Better fix for BrowserPlugin tests from lazyboy@ #

Total comments: 6

Patch Set 5 : Address comments #

Patch Set 6 : RenderFrameObserver #

Patch Set 7 : Fix translation tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -7 lines) Patch
M content/content_tests.gypi View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/test/render_view_test.cc View 1 2 3 4 5 3 chunks +3 lines, -4 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 1 2 3 4 5 4 chunks +6 lines, -3 lines 0 comments Download
A content/test/frame_load_waiter.h View 1 2 3 4 5 1 chunk +32 lines, -0 lines 0 comments Download
A content/test/frame_load_waiter.cc View 1 2 3 4 5 6 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 27 (0 generated)
dcheng
I took this over from eseidel@ and fixed all the locations in content_browsertests that I ...
6 years, 7 months ago (2014-04-29 21:49:41 UTC) #1
dcheng
+jam as well for content/renderer changes.
6 years, 7 months ago (2014-04-29 21:50:15 UTC) #2
lazyboy
On 2014/04/29 21:49:41, dcheng wrote: > I took this over from eseidel@ and fixed all ...
6 years, 7 months ago (2014-04-29 22:38:39 UTC) #3
dcheng
I've updated the patch per your suggestion. Thanks for the tips!
6 years, 7 months ago (2014-04-29 23:00:32 UTC) #4
sky
https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h File content/public/test/frame_load_waiter.h (right): https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h#newcode11 content/public/test/frame_load_waiter.h:11: class FrameLoadWaiter : public content::RenderViewObserver { Add description. https://codereview.chromium.org/251903006/diff/60001/content/renderer/render_view_browsertest.cc ...
6 years, 7 months ago (2014-04-30 13:30:59 UTC) #5
jam
https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h File content/public/test/frame_load_waiter.h (right): https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h#newcode1 content/public/test/frame_load_waiter.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 7 months ago (2014-04-30 16:08:19 UTC) #6
dcheng
https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h File content/public/test/frame_load_waiter.h (right): https://codereview.chromium.org/251903006/diff/60001/content/public/test/frame_load_waiter.h#newcode1 content/public/test/frame_load_waiter.h:1: // Copyright 2014 The Chromium Authors. All rights reserved. ...
6 years, 7 months ago (2014-04-30 17:56:06 UTC) #7
jam
lgtm I missed that it was used in two test files, sorry. Now that I ...
6 years, 7 months ago (2014-04-30 22:18:35 UTC) #8
dcheng
Good suggestion--I've gone ahead and converted it to use RenderFrameObserver.
6 years, 7 months ago (2014-05-01 23:58:47 UTC) #9
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 7 months ago (2014-05-01 23:58:52 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/251903006/100001
6 years, 7 months ago (2014-05-02 00:03:09 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 00:10:26 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_gn_rel on tryserver.chromium
6 years, 7 months ago (2014-05-02 00:10:27 UTC) #13
eseidel
So when I attempted to fix some of these browser_tests, I had to worry about ...
6 years, 7 months ago (2014-05-02 00:25:04 UTC) #14
dcheng
On 2014/05/02 00:25:04, eseidel wrote: > So when I attempted to fix some of these ...
6 years, 7 months ago (2014-05-02 00:36:02 UTC) #15
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 7 months ago (2014-05-02 00:36:07 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/251903006/100001
6 years, 7 months ago (2014-05-02 00:37:28 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 01:00:10 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-05-02 01:00:11 UTC) #19
dcheng
I ended up reverting this to use the original strategy (PostTask to quit the RunLoop) ...
6 years, 7 months ago (2014-05-02 07:39:24 UTC) #20
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 7 months ago (2014-05-02 07:39:29 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/251903006/120001
6 years, 7 months ago (2014-05-02 07:39:56 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-02 07:59:57 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-05-02 07:59:57 UTC) #24
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 7 months ago (2014-05-02 17:25:29 UTC) #25
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/251903006/120001
6 years, 7 months ago (2014-05-02 17:25:53 UTC) #26
commit-bot: I haz the power
6 years, 7 months ago (2014-05-02 18:48:17 UTC) #27
Message was sent while issue was closed.
Change committed as 267886

Powered by Google App Engine
This is Rietveld 408576698