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

Issue 294903005: Add browser test for timezone resolve. (Closed)

Created:
6 years, 7 months ago by Alexander Alekseev
Modified:
6 years, 7 months ago
Reviewers:
Nikita (slow), mmenke
CC:
chromium-reviews, cbentzel+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org, cpu_(ooo_6.6-7.5), mmenke
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add browser test for timezone resolve. Also add regular expressions support to net::FakeURLFetcherFactory. BUG=245075 TEST=none Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272664

Patch Set 1 #

Patch Set 2 : Drop incorrect comment. #

Patch Set 3 : Remove RE2 dependency. #

Total comments: 8

Patch Set 4 : Update after review. #

Total comments: 5

Patch Set 5 : Remove CreateDefaultFakeURLFetcherCreator. #

Total comments: 8

Patch Set 6 : Update after review. #

Patch Set 7 : Fix tests. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+160 lines, -2 lines) Patch
M chrome/browser/chromeos/login/wizard_controller.h View 1 2 3 4 5 2 chunks +10 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller.cc View 1 2 3 4 5 4 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/wizard_controller_browsertest.cc View 1 2 3 4 5 6 9 chunks +135 lines, -0 lines 0 comments Download

Messages

Total messages: 35 (0 generated)
Alexander Alekseev
TimeZone API and Geolocation API create dynamic request URL, so I've added support for regular ...
6 years, 7 months ago (2014-05-20 22:10:18 UTC) #1
willchan no longer on Chromium
I need to shed load. Dropping myself from reviewers. Please find another net/ reviewer.
6 years, 7 months ago (2014-05-20 22:49:15 UTC) #2
Alexander Alekseev
-willchan +mmenke mmenke@ : Please review net/*
6 years, 7 months ago (2014-05-20 23:39:39 UTC) #3
Nikita (slow)
On 2014/05/20 22:10:18, alemate wrote: > TimeZone API and Geolocation API create dynamic request URL, ...
6 years, 7 months ago (2014-05-21 10:15:51 UTC) #4
Alexander Alekseev
On 2014/05/21 10:15:51, Nikita Kostylev wrote: > On 2014/05/20 22:10:18, alemate wrote: > > TimeZone ...
6 years, 7 months ago (2014-05-21 11:12:03 UTC) #5
Nikita (slow)
On 2014/05/21 11:12:03, alemate wrote: > On 2014/05/21 10:15:51, Nikita Kostylev wrote: > > On ...
6 years, 7 months ago (2014-05-21 11:32:39 UTC) #6
mmenke
On 2014/05/21 11:32:39, Nikita Kostylev wrote: > On 2014/05/21 11:12:03, alemate wrote: > > On ...
6 years, 7 months ago (2014-05-21 13:31:49 UTC) #7
Alexander Alekseev
On 2014/05/21 13:31:49, mmenke wrote: > On 2014/05/21 11:32:39, Nikita Kostylev wrote: > > On ...
6 years, 7 months ago (2014-05-21 13:48:03 UTC) #8
mmenke
On 2014/05/21 13:48:03, alemate wrote: > On 2014/05/21 13:31:49, mmenke wrote: > > On 2014/05/21 ...
6 years, 7 months ago (2014-05-21 14:45:04 UTC) #9
Alexander Alekseev
-cpu@ as no more DEPS modified (added to CC) On 2014/05/21 14:45:04, mmenke wrote: > ...
6 years, 7 months ago (2014-05-21 18:06:03 UTC) #10
mmenke
https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode353 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:353: net::URLRequestStatus::SUCCESS).release(); And reason to not just use "return new ...
6 years, 7 months ago (2014-05-21 18:14:10 UTC) #11
mmenke
https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode353 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:353: net::URLRequestStatus::SUCCESS).release(); On 2014/05/21 18:14:10, mmenke wrote: > And reason ...
6 years, 7 months ago (2014-05-21 18:33:19 UTC) #12
Alexander Alekseev
https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode353 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:353: net::URLRequestStatus::SUCCESS).release(); On 2014/05/21 18:14:10, mmenke wrote: > And reason ...
6 years, 7 months ago (2014-05-21 19:02:04 UTC) #13
mmenke
https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode353 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:353: net::URLRequestStatus::SUCCESS).release(); On 2014/05/21 19:02:04, alemate wrote: > On 2014/05/21 ...
6 years, 7 months ago (2014-05-21 19:07:48 UTC) #14
Alexander Alekseev
https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/40001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode353 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:353: net::URLRequestStatus::SUCCESS).release(); On 2014/05/21 19:07:49, mmenke wrote: > On 2014/05/21 ...
6 years, 7 months ago (2014-05-21 19:23:52 UTC) #15
mmenke
https://codereview.chromium.org/294903005/diff/60001/net/url_request/test_url_fetcher_factory.h File net/url_request/test_url_fetcher_factory.h (right): https://codereview.chromium.org/294903005/diff/60001/net/url_request/test_url_fetcher_factory.h#newcode426 net/url_request/test_url_fetcher_factory.h:426: static FakeURLFetcherCreator CreateDefaultFakeURLFetcherCreator(); I don't think we need this ...
6 years, 7 months ago (2014-05-21 19:26:49 UTC) #16
Alexander Alekseev
https://codereview.chromium.org/294903005/diff/60001/net/url_request/test_url_fetcher_factory.h File net/url_request/test_url_fetcher_factory.h (right): https://codereview.chromium.org/294903005/diff/60001/net/url_request/test_url_fetcher_factory.h#newcode426 net/url_request/test_url_fetcher_factory.h:426: static FakeURLFetcherCreator CreateDefaultFakeURLFetcherCreator(); On 2014/05/21 19:26:50, mmenke wrote: > ...
6 years, 7 months ago (2014-05-21 19:37:10 UTC) #17
mmenke
https://codereview.chromium.org/294903005/diff/60001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/60001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode387 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:387: net::FakeURLFetcherFactory::CreateDefaultFakeURLFetcherCreator())); This is the same as FakeURLFetcherFactory(fallback_fetcher_factory_.get()), isn't it?
6 years, 7 months ago (2014-05-21 19:40:15 UTC) #18
Alexander Alekseev
I've removed all modifications of net/ . Moved mmenke@ to CC list now. https://codereview.chromium.org/294903005/diff/60001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File ...
6 years, 7 months ago (2014-05-21 20:26:04 UTC) #19
mmenke
Thanks for making those changes! https://codereview.chromium.org/294903005/diff/60001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc File chrome/browser/chromeos/login/wizard_controller_browsertest.cc (right): https://codereview.chromium.org/294903005/diff/60001/chrome/browser/chromeos/login/wizard_controller_browsertest.cc#newcode387 chrome/browser/chromeos/login/wizard_controller_browsertest.cc:387: net::FakeURLFetcherFactory::CreateDefaultFakeURLFetcherCreator())); On 2014/05/21 20:26:04, ...
6 years, 7 months ago (2014-05-21 20:31:10 UTC) #20
Nikita (slow)
lgtm https://codereview.chromium.org/294903005/diff/70001/chrome/browser/chromeos/login/wizard_controller.h File chrome/browser/chromeos/login/wizard_controller.h (right): https://codereview.chromium.org/294903005/diff/70001/chrome/browser/chromeos/login/wizard_controller.h#newcode290 chrome/browser/chromeos/login/wizard_controller.h:290: // Otherwize sets callback and returns false. nit: ...
6 years, 7 months ago (2014-05-22 16:30:43 UTC) #21
Alexander Alekseev
I'll commit this. https://codereview.chromium.org/294903005/diff/70001/chrome/browser/chromeos/login/wizard_controller.h File chrome/browser/chromeos/login/wizard_controller.h (right): https://codereview.chromium.org/294903005/diff/70001/chrome/browser/chromeos/login/wizard_controller.h#newcode290 chrome/browser/chromeos/login/wizard_controller.h:290: // Otherwize sets callback and returns ...
6 years, 7 months ago (2014-05-22 19:13:31 UTC) #22
Alexander Alekseev
The CQ bit was checked by alemate@chromium.org
6 years, 7 months ago (2014-05-22 19:14:14 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alemate@chromium.org/294903005/90001
6 years, 7 months ago (2014-05-22 19:16:32 UTC) #24
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-22 22:56:17 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-23 00:15:44 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/30285)
6 years, 7 months ago (2014-05-23 00:15:44 UTC) #27
Alexander Alekseev
The CQ bit was checked by alemate@chromium.org
6 years, 7 months ago (2014-05-23 15:13:19 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alemate@chromium.org/294903005/90001
6 years, 7 months ago (2014-05-23 15:14:08 UTC) #29
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). Please consider checking whether the failures are ...
6 years, 7 months ago (2014-05-23 16:51:40 UTC) #30
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-05-23 18:01:18 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium (http://build.chromium.org/p/tryserver.chromium/builders/linux_chromium_chromeos_rel/builds/30570)
6 years, 7 months ago (2014-05-23 18:01:19 UTC) #32
Alexander Alekseev
The CQ bit was checked by alemate@chromium.org
6 years, 7 months ago (2014-05-23 21:34:10 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/alemate@chromium.org/294903005/100001
6 years, 7 months ago (2014-05-23 21:35:50 UTC) #34
commit-bot: I haz the power
6 years, 7 months ago (2014-05-24 01:07:00 UTC) #35
Message was sent while issue was closed.
Change committed as 272664

Powered by Google App Engine
This is Rietveld 408576698