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

Issue 1391583002: Introduce "navigate" mode in Requests (Closed)

Created:
5 years, 2 months ago by shiva.jm
Modified:
5 years, 1 month ago
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Introduce "navigate" mode in Requests. It's a new mode to support navigations. As in Spec link: https://fetch.spec.whatwg.org/#request-class Issue Discussion can be found in link: https://github.com/whatwg/fetch/issues/126 https://github.com/whatwg/fetch/commit/a74b317de6164cc8d599f31a762c11d2e100107c Intent to implement and ship: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/el1cAmGOrvY BUG=537138 Committed: https://crrev.com/75f4ce50721c692f8348e7bfcfba594272e3eb44 Cr-Commit-Position: refs/heads/master@{#360026}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Total comments: 14

Patch Set 6 : #

Patch Set 7 : #

Total comments: 6

Patch Set 8 : #

Patch Set 9 : #

Total comments: 12

Patch Set 10 : #

Patch Set 11 : #

Total comments: 17

Patch Set 12 : #

Total comments: 14

Patch Set 13 : #

Total comments: 6

Patch Set 14 : #

Patch Set 15 : #

Total comments: 2

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -21 lines) Patch
M content/child/web_url_request_util.cc View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/common/service_worker/service_worker_types.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +5 lines, -1 line 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +13 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/fetch-request-fallback.html View 1 2 3 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/request-end-to-end.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +5 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/serviceworker/resources/request-end-to-end-worker.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/FrameLoadRequest.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/FetchManager.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 4 chunks +13 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +24 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/Request.idl View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/RequestInit.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/modules/fetch/RequestInit.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +1 line, -4 lines 0 comments Download
M third_party/WebKit/Source/modules/fetch/RequestTest.cpp View 1 2 3 chunks +4 lines, -0 lines 0 comments Download
M third_party/WebKit/public/platform/WebURLRequest.h View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -1 line 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 107 (27 generated)
shiva.jm
pls have a look.
5 years, 2 months ago (2015-10-08 10:37:11 UTC) #2
shiva.jm
pls have a look.
5 years, 2 months ago (2015-10-08 10:38:52 UTC) #4
hiroshige
FETCH_REQUEST_MODE_NAVIGATE and WebURLRequest::FetchRequestModeNavigate have no actual use cases, because the "navigate" mode is intended to ...
5 years, 2 months ago (2015-10-08 15:28:14 UTC) #5
hiroshige
horo@, I noticed you merged Issue 540967 into this issue. Do you have a plan ...
5 years, 2 months ago (2015-10-09 04:49:46 UTC) #6
horo
shiva.jm@ Thank you very much for taking this! WebURLRequest::FetchRequestModeNavigate must be set in FrameLoadRequest::initializeFetchFlags() And ...
5 years, 2 months ago (2015-10-09 10:47:00 UTC) #7
hiroshige
On 2015/10/09 10:47:00, horo wrote: > shiva.jm@ > Thank you very much for taking this! ...
5 years, 2 months ago (2015-10-09 11:00:18 UTC) #8
shiva.jm
updated the patch with tests, pls have a look.
5 years, 2 months ago (2015-10-12 06:26:38 UTC) #9
horo
https://codereview.chromium.org/1391583002/diff/80001/content/common/service_worker/service_worker_types.h File content/common/service_worker/service_worker_types.h (right): https://codereview.chromium.org/1391583002/diff/80001/content/common/service_worker/service_worker_types.h#newcode81 content/common/service_worker/service_worker_types.h:81: FETCH_REQUEST_MODE_NAVIGATE, Please move FETCH_REQUEST_MODE_NAVIGATE to after FETCH_REQUEST_MODE_CORS_WITH_FORCED_PREFLIGHT. enum FetchRequestMode ...
5 years, 2 months ago (2015-10-14 10:05:32 UTC) #10
shiva.jm
horo@ Thank you very much for inputs. Updated the patch with comments, also reverted FrameLoadRequest ...
5 years, 2 months ago (2015-10-14 10:59:07 UTC) #11
shiva.jm
updated the patch to add enum value in histograms.xml, missed in previous patch. https://codereview.chromium.org/1391583002/diff/80001/content/common/service_worker/service_worker_types.h File ...
5 years, 2 months ago (2015-10-14 11:58:00 UTC) #12
hiroshige
https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode213 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:213: m_request->setResponseTainting(FetchRequestData::OpaqueTainting); > The redirect mode of "navigate" request must ...
5 years, 2 months ago (2015-10-15 06:37:03 UTC) #13
yhirano
https://codereview.chromium.org/1391583002/diff/120001/third_party/WebKit/Source/modules/fetch/Request.cpp File third_party/WebKit/Source/modules/fetch/Request.cpp (right): https://codereview.chromium.org/1391583002/diff/120001/third_party/WebKit/Source/modules/fetch/Request.cpp#newcode125 third_party/WebKit/Source/modules/fetch/Request.cpp:125: // => RequestInit::RequestInit. On 2015/10/15 06:37:03, hiroshige wrote: > ...
5 years, 2 months ago (2015-10-15 07:00:09 UTC) #14
shiva.jm
On 2015/10/15 07:00:09, yhirano wrote: > https://codereview.chromium.org/1391583002/diff/120001/third_party/WebKit/Source/modules/fetch/Request.cpp > File third_party/WebKit/Source/modules/fetch/Request.cpp (right): > > https://codereview.chromium.org/1391583002/diff/120001/third_party/WebKit/Source/modules/fetch/Request.cpp#newcode125 > ...
5 years, 2 months ago (2015-10-15 08:43:00 UTC) #15
horo
https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode213 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:213: m_request->setResponseTainting(FetchRequestData::OpaqueTainting); On 2015/10/15 06:37:03, hiroshige wrote: > > The ...
5 years, 2 months ago (2015-10-15 11:43:05 UTC) #16
shiva.jm
Updated with comments, pls have a look. https://codereview.chromium.org/1391583002/diff/120001/content/common/service_worker/service_worker_types.h File content/common/service_worker/service_worker_types.h (right): https://codereview.chromium.org/1391583002/diff/120001/content/common/service_worker/service_worker_types.h#newcode86 content/common/service_worker/service_worker_types.h:86: FETCH_REQUEST_MODE_LAST = ...
5 years, 2 months ago (2015-10-16 06:30:45 UTC) #18
horo
lgtm
5 years, 2 months ago (2015-10-16 07:42:16 UTC) #19
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/160001
5 years, 2 months ago (2015-10-16 09:49:10 UTC) #21
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-16 10:58:46 UTC) #23
Mark P
histograms.xml with one minor comment https://codereview.chromium.org/1391583002/diff/160001/content/common/service_worker/service_worker_types.h File content/common/service_worker/service_worker_types.h (right): https://codereview.chromium.org/1391583002/diff/160001/content/common/service_worker/service_worker_types.h#newcode80 content/common/service_worker/service_worker_types.h:80: enum FetchRequestMode { Please ...
5 years, 2 months ago (2015-10-16 17:32:24 UTC) #24
yhirano
https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode549 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:549: threadableLoaderOptions.crossOriginRequestPolicy = AllowCrossOriginRequests; On 2015/10/15 11:43:05, horo wrote: > ...
5 years, 2 months ago (2015-10-16 18:15:54 UTC) #25
horo
https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/80001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode549 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:549: threadableLoaderOptions.crossOriginRequestPolicy = AllowCrossOriginRequests; On 2015/10/16 18:15:53, yhirano wrote: > ...
5 years, 2 months ago (2015-10-19 04:08:14 UTC) #26
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/200001
5 years, 2 months ago (2015-10-19 09:03:15 UTC) #28
shiva.jm
Updated with comments, pls have a look. https://codereview.chromium.org/1391583002/diff/160001/content/common/service_worker/service_worker_types.h File content/common/service_worker/service_worker_types.h (right): https://codereview.chromium.org/1391583002/diff/160001/content/common/service_worker/service_worker_types.h#newcode80 content/common/service_worker/service_worker_types.h:80: enum FetchRequestMode ...
5 years, 2 months ago (2015-10-19 09:03:49 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 2 months ago (2015-10-19 10:37:27 UTC) #31
Mark P
histograms.xml lgtm for the record
5 years, 2 months ago (2015-10-19 21:55:20 UTC) #32
shiva.jm
adding more Reviewers for WebURLRequest.h, pls have a look.
5 years, 2 months ago (2015-10-20 03:56:40 UTC) #34
yhirano
modules/fetch lgtm
5 years, 2 months ago (2015-10-20 04:14:48 UTC) #35
Mike West
https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js#newcode307 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js:307: }, 'Request mode throw test'); I'd also like to ...
5 years, 2 months ago (2015-10-20 07:27:05 UTC) #36
philipj_slow
https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/public/platform/WebURLRequest.h File third_party/WebKit/public/platform/WebURLRequest.h (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/public/platform/WebURLRequest.h#newcode118 third_party/WebKit/public/platform/WebURLRequest.h:118: FetchRequestModeNavigate Here and elsewhere, can you use the same ...
5 years, 2 months ago (2015-10-20 08:00:32 UTC) #37
jochen (gone - plz use gerrit)
can you send an intent to ship to blink-dev please and link it from the ...
5 years, 2 months ago (2015-10-20 08:03:47 UTC) #38
jwd
metrics lgtm
5 years, 2 months ago (2015-10-20 15:19:23 UTC) #39
shiva.jm
On 2015/10/20 08:03:47, jochen wrote: > can you send an intent to ship to blink-dev ...
5 years, 2 months ago (2015-10-21 08:29:20 UTC) #40
shiva.jm
updated the patch with comments, no code changes. will add the test as described in ...
5 years, 2 months ago (2015-10-21 08:34:59 UTC) #41
philipj_slow
https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/public/platform/WebURLRequest.h File third_party/WebKit/public/platform/WebURLRequest.h (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/public/platform/WebURLRequest.h#newcode118 third_party/WebKit/public/platform/WebURLRequest.h:118: FetchRequestModeNavigate On 2015/10/21 08:34:59, shiva.jm wrote: > On 2015/10/20 ...
5 years, 2 months ago (2015-10-21 09:10:02 UTC) #42
jochen (gone - plz use gerrit)
On 2015/10/21 at 08:29:20, shiva.jm wrote: > On 2015/10/20 08:03:47, jochen wrote: > > can ...
5 years, 2 months ago (2015-10-21 13:21:08 UTC) #43
shiva.jm
updated the CL with intent link, pls have a look.
5 years, 1 month ago (2015-10-27 04:10:53 UTC) #45
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/200001
5 years, 1 month ago (2015-10-30 09:29:54 UTC) #47
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/50959) chromeos_x86-generic_chromium_compile_only_ng on ...
5 years, 1 month ago (2015-10-30 09:46:46 UTC) #49
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/220001
5 years, 1 month ago (2015-10-30 10:25:22 UTC) #51
shiva.jm
updated the patch to latest code base, also Intent to ship got 3 lgtm now, ...
5 years, 1 month ago (2015-10-30 11:32:55 UTC) #52
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-10-30 11:57:40 UTC) #54
jochen (gone - plz use gerrit)
lgtm
5 years, 1 month ago (2015-10-30 12:14:54 UTC) #55
hiroshige
Mostly nits (except for one for RELEASE_ASSERT_NOT_REACHED()). https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode223 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:223: ASSERT_NOT_REACHED(); On ...
5 years, 1 month ago (2015-10-30 12:31:31 UTC) #56
hiroshige
https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js#newcode307 third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js:307: }, 'Request mode throw test'); On 2015/10/21 08:34:59, shiva.jm ...
5 years, 1 month ago (2015-10-30 12:57:42 UTC) #57
yhirano
https://codereview.chromium.org/1391583002/diff/220001/third_party/WebKit/Source/modules/fetch/Request.cpp File third_party/WebKit/Source/modules/fetch/Request.cpp (right): https://codereview.chromium.org/1391583002/diff/220001/third_party/WebKit/Source/modules/fetch/Request.cpp#newcode137 third_party/WebKit/Source/modules/fetch/Request.cpp:137: // areAnyMembersSet will be True, if any members in ...
5 years, 1 month ago (2015-10-30 13:18:42 UTC) #58
horo
https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp File third_party/WebKit/Source/modules/fetch/FetchManager.cpp (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/Source/modules/fetch/FetchManager.cpp#newcode223 third_party/WebKit/Source/modules/fetch/FetchManager.cpp:223: ASSERT_NOT_REACHED(); On 2015/10/30 12:31:30, hiroshige wrote: > On 2015/10/21 ...
5 years, 1 month ago (2015-11-02 02:19:55 UTC) #59
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/240001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/240001
5 years, 1 month ago (2015-11-02 10:24:08 UTC) #61
shiva.jm
updated the comments, pls have a look. shall we commit? https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js File third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js (right): https://codereview.chromium.org/1391583002/diff/200001/third_party/WebKit/LayoutTests/http/tests/fetch/script-tests/request.js#newcode307 ...
5 years, 1 month ago (2015-11-02 12:06:20 UTC) #62
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-02 12:21:19 UTC) #64
shiva.jm
On 2015/11/02 12:21:19, commit-bot: I haz the power wrote: > Dry run: This issue passed ...
5 years, 1 month ago (2015-11-03 11:18:34 UTC) #65
shiva.jm
CL has passed the CQ dry run, shall we commit now?. considering couple of changes ...
5 years, 1 month ago (2015-11-03 11:25:47 UTC) #66
shiva.jm
On 2015/11/03 11:25:47, shiva.jm wrote: > CL has passed the CQ dry run, shall we ...
5 years, 1 month ago (2015-11-05 17:16:15 UTC) #67
yhirano
On 2015/11/03 11:25:47, shiva.jm wrote: > CL has passed the CQ dry run, shall we ...
5 years, 1 month ago (2015-11-06 03:14:39 UTC) #68
shiva.jm
On 2015/11/06 03:14:39, yhirano wrote: > On 2015/11/03 11:25:47, shiva.jm wrote: > > CL has ...
5 years, 1 month ago (2015-11-06 03:51:20 UTC) #69
hiroshige
lgtm with a nit. However, I'm still not sure about the TypeError messages in Request.cpp. ...
5 years, 1 month ago (2015-11-06 07:43:02 UTC) #70
yhirano
https://codereview.chromium.org/1391583002/diff/240001/third_party/WebKit/Source/modules/fetch/Request.cpp File third_party/WebKit/Source/modules/fetch/Request.cpp (right): https://codereview.chromium.org/1391583002/diff/240001/third_party/WebKit/Source/modules/fetch/Request.cpp#newcode127 third_party/WebKit/Source/modules/fetch/Request.cpp:127: exceptionState.throwTypeError("Cannot construct a Request from a Request having mode ...
5 years, 1 month ago (2015-11-06 07:50:24 UTC) #71
hiroshige
> But for (1), the service worker change made in thess CL was removed from ...
5 years, 1 month ago (2015-11-06 07:58:46 UTC) #72
shiva.jm
On 2015/11/06 07:58:46, hiroshige (slow) wrote: > > But for (1), the service worker change ...
5 years, 1 month ago (2015-11-08 13:49:17 UTC) #73
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/260001
5 years, 1 month ago (2015-11-09 03:19:00 UTC) #75
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-09 04:46:46 UTC) #77
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/280001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/280001
5 years, 1 month ago (2015-11-09 05:47:17 UTC) #79
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-09 07:13:48 UTC) #81
shiva.jm
updated the patch with review comments and added service worker changes as well, pls have ...
5 years, 1 month ago (2015-11-09 07:15:48 UTC) #82
hiroshige
horo@, could you take a look at the change in FrameLoadRequest.h and related? Are the ...
5 years, 1 month ago (2015-11-13 11:45:24 UTC) #83
horo
On 2015/11/13 11:45:24, hiroshige (slow) wrote: > horo@, could you take a look at the ...
5 years, 1 month ago (2015-11-13 21:12:11 UTC) #84
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/300001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/300001
5 years, 1 month ago (2015-11-16 07:15:18 UTC) #86
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-16 08:38:28 UTC) #88
shiva.jm
@horo, @hiroshige, thanks for inputs. Updated the patch for layout test case, Request(req, {...}) where ...
5 years, 1 month ago (2015-11-16 10:08:01 UTC) #89
Mark P
On 2015/11/16 10:08:01, shiva.jm wrote: > @horo, @hiroshige, thanks for inputs. > Updated the patch ...
5 years, 1 month ago (2015-11-16 18:14:31 UTC) #90
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/320001
5 years, 1 month ago (2015-11-17 03:18:34 UTC) #92
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/58171) chromeos_x86-generic_chromium_compile_only_ng on ...
5 years, 1 month ago (2015-11-17 03:34:20 UTC) #94
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/340001
5 years, 1 month ago (2015-11-17 05:07:04 UTC) #96
yhirano
lgtm
5 years, 1 month ago (2015-11-17 05:40:00 UTC) #97
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 1 month ago (2015-11-17 06:25:47 UTC) #99
shiva.jm
rebased the patch to latest, pls have a look. patch18 has all the changes and ...
5 years, 1 month ago (2015-11-17 06:43:59 UTC) #100
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1391583002/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1391583002/340001
5 years, 1 month ago (2015-11-17 06:48:26 UTC) #103
commit-bot: I haz the power
Committed patchset #18 (id:340001)
5 years, 1 month ago (2015-11-17 06:53:34 UTC) #104
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/75f4ce50721c692f8348e7bfcfba594272e3eb44 Cr-Commit-Position: refs/heads/master@{#360026}
5 years, 1 month ago (2015-11-17 06:54:26 UTC) #105
tyoshino (SeeGerritForStatus)
lgtm Made a followup CL to clean up the comments https://codereview.chromium.org/1451333002/
5 years, 1 month ago (2015-11-17 09:16:01 UTC) #106
tyoshino (SeeGerritForStatus)
5 years, 1 month ago (2015-11-17 09:16:02 UTC) #107
Message was sent while issue was closed.
lgtm

Made a followup CL to clean up the comments
https://codereview.chromium.org/1451333002/

Powered by Google App Engine
This is Rietveld 408576698