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

Issue 2048123002: Created TestRedirectObserver. (Closed)

Created:
4 years, 6 months ago by kkhorimoto
Modified:
4 years, 6 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@const_navigation_manager_getter
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Created TestRedirectObserver. This class observes redirects using WebStateObserver rather than the net stack, and can be used by both KIF and EG tests. BUG=589968 Committed: https://crrev.com/f34caa12e3b2b955ea7ef930a0f5354eeef13f54 Cr-Commit-Position: refs/heads/master@{#400749}

Patch Set 1 #

Patch Set 2 : Added ivar comments #

Total comments: 26

Patch Set 3 : test_redirect_observer #

Total comments: 2

Patch Set 4 : Added comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -0 lines) Patch
M ios/web/BUILD.gn View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ios/web/ios_web.gyp View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A ios/web/public/test/test_redirect_observer.h View 1 2 3 1 chunk +61 lines, -0 lines 0 comments Download
A ios/web/public/test/test_redirect_observer.mm View 1 2 3 1 chunk +96 lines, -0 lines 0 comments Download

Depends on Patchset:

Messages

Total messages: 21 (8 generated)
kkhorimoto
4 years, 6 months ago (2016-06-08 18:33:16 UTC) #2
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h File ios/web/public/test/test_redirect_observer.h (right): https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h#newcode17 ios/web/public/test/test_redirect_observer.h:17: typedef std::pair<GURL, GURL> URLPair; Do you want to use ...
4 years, 6 months ago (2016-06-08 22:52:08 UTC) #3
kkhorimoto
https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h File ios/web/public/test/test_redirect_observer.h (right): https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h#newcode17 ios/web/public/test/test_redirect_observer.h:17: typedef std::pair<GURL, GURL> URLPair; On 2016/06/08 22:52:07, Eugene But ...
4 years, 6 months ago (2016-06-14 22:54:20 UTC) #4
kkhorimoto
PTAL!
4 years, 6 months ago (2016-06-16 22:49:37 UTC) #5
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h File ios/web/public/test/test_redirect_observer.h (right): https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.h#newcode37 ios/web/public/test/test_redirect_observer.h:37: void ProvisionalNavigationStarted(const GURL& url) override; On 2016/06/14 22:54:19, ...
4 years, 6 months ago (2016-06-16 22:51:14 UTC) #6
kkhorimoto
https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.mm File ios/web/public/test/test_redirect_observer.mm (right): https://codereview.chromium.org/2048123002/diff/20001/ios/web/public/test/test_redirect_observer.mm#newcode72 ios/web/public/test/test_redirect_observer.mm:72: return GURL(); On 2016/06/16 22:51:13, Eugene But wrote: > ...
4 years, 6 months ago (2016-06-16 23:31:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2048123002/60001
4 years, 6 months ago (2016-06-16 23:34:05 UTC) #10
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/154307)
4 years, 6 months ago (2016-06-16 23:51:46 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2048123002/60001
4 years, 6 months ago (2016-06-17 01:38:40 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_daisy_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_daisy_chromium_compile_only_ng/builds/154406)
4 years, 6 months ago (2016-06-17 01:52:30 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2048123002/60001
4 years, 6 months ago (2016-06-20 18:41:02 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 6 months ago (2016-06-20 19:29:28 UTC) #19
commit-bot: I haz the power
4 years, 6 months ago (2016-06-20 19:33:57 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f34caa12e3b2b955ea7ef930a0f5354eeef13f54
Cr-Commit-Position: refs/heads/master@{#400749}

Powered by Google App Engine
This is Rietveld 408576698