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

Issue 2105713002: Render process changes for ResourceTiming sizes. (Closed)

Created:
4 years, 5 months ago by Adam Rice
Modified:
4 years, 5 months ago
CC:
blink-reviews, blink-reviews-api_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, darin-cc_chromium.org, dglazkov+blink, extensions-reviews_chromium.org, feature-media-reviews_chromium.org, gavinp+loader_chromium.org, jam, Nate Chapin, kinuko+watch, loading-reviews+fetch_chromium.org, loading-reviews_chromium.org, mkwst+moarreviews-renderer_chromium.org, mlamouri+watch-content_chromium.org, Paweł Hajdan Jr., tyoshino+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@resource_timing_sizes_browser_process
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Render process changes for ResourceTiming sizes. This is part of the changes to add the size fields to the PerformanceResourceTiming API. Intent to ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/1bdP80f0GVs/U7qIckr-BQAJ These are the render process changes which take the "encodedBodySize" and "transferSize" fields that were received from the browser and make them available on the PerformanceResourceTiming object. In addition, code is added to track the "decodedBodySize" by summing all the data bytes that are read from the browser process, and this is also made available on the PerformanceResourceTiming object. See the design doc at https://docs.google.com/document/d/1ckL-rKLFRsdI4nn1golvQ6I1zRIvxgFkDXMrZb8KduY/edit for a far more detailed description of the changes. BUG=467945 TBR=liberato Committed: https://crrev.com/d91ea73de426248bf5d8524da38c07c0a6b34b19 Cr-Commit-Position: refs/heads/master@{#406527}

Patch Set 1 #

Total comments: 20

Patch Set 2 : Fixes from kinuko initial comments #

Total comments: 2

Patch Set 3 : Initial pass at ResourceFetcher test #

Patch Set 4 : Fix lint error: ASSERT -> DCHECK #

Total comments: 12

Patch Set 5 : Fixes from ksakamoto review #

Total comments: 14

Patch Set 6 : Comment cleanups #

Patch Set 7 : Switch "redirect" and "original" SecurityOrigin #

Total comments: 10

Patch Set 8 : Merged layout tests. Small cleanups. #

Patch Set 9 : Fix variable name style. #

Total comments: 12

Patch Set 10 : Layout test changes suggested by ksakamoto #

Patch Set 11 : Rebase #

Patch Set 12 : Fix media_blink_unittests #

Patch Set 13 : Fix Windows compile #

Patch Set 14 : Fix android compile errors #

Patch Set 15 : Rebase #

Patch Set 16 : Fix win_clang compile error #

Patch Set 17 : Set encoded_data_length for redirects #

Patch Set 18 : Initialise encoded_body_length for sync XHR to data: URLs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1163 lines, -214 lines) Patch
M chrome/renderer/extensions/extension_localization_peer.cc View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M chrome/renderer/extensions/extension_localization_peer_unittest.cc View 1 2 3 4 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/renderer/security_filter_peer.cc View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M components/nacl/renderer/file_downloader.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M components/nacl/renderer/file_downloader.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M components/nacl/renderer/manifest_downloader.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M components/nacl/renderer/manifest_downloader.cc View 1 2 3 4 1 chunk +5 lines, -5 lines 0 comments Download
M components/nacl/renderer/ppb_nacl_private_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/loader/async_resource_handler.cc 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
M content/child/ftp_directory_listing_response_delegate.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M content/child/resource_dispatcher.h View 1 2 11 12 13 14 1 chunk +3 lines, -3 lines 0 comments Download
M content/child/resource_dispatcher.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 3 chunks +5 lines, -3 lines 0 comments Download
M content/child/resource_dispatcher_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +9 lines, -9 lines 0 comments Download
M content/child/shared_memory_data_consumer_handle.cc View 1 1 chunk +6 lines, -1 line 0 comments Download
M content/child/shared_memory_data_consumer_handle_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -2 lines 0 comments Download
M content/child/shared_memory_received_data_factory.h View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M content/child/shared_memory_received_data_factory.cc View 1 3 chunks +12 lines, -7 lines 0 comments Download
M content/child/shared_memory_received_data_factory_unittest.cc View 1 5 chunks +21 lines, -20 lines 0 comments Download
M content/child/sync_load_response.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M content/child/web_url_loader_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 6 chunks +12 lines, -7 lines 0 comments Download
M content/child/web_url_loader_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 chunks +51 lines, -9 lines 0 comments Download
M content/public/child/fixed_received_data.h View 1 1 chunk +11 lines, -4 lines 0 comments Download
M content/public/child/fixed_received_data.cc View 1 2 chunks +18 lines, -10 lines 0 comments Download
M content/public/child/request_peer.h View 1 2 3 4 5 1 chunk +16 lines, -8 lines 0 comments Download
M content/public/common/resource_response_info.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -4 lines 0 comments Download
M content/renderer/fetchers/web_url_loader_client_impl.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/fetchers/web_url_loader_client_impl.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M content/renderer/media/android/media_info_loader.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +6 lines, -5 lines 0 comments Download
M content/renderer/media/android/media_info_loader.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +9 lines, -9 lines 0 comments Download
M content/renderer/media/android/media_info_loader_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/pepper/pepper_url_loader_host.h View 1 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_url_loader_host.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M content/renderer/pepper/pepper_webplugin_impl.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.h View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M extensions/renderer/guest_view/mime_handler_view/mime_handler_view_container.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M media/blink/buffered_data_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M media/blink/buffered_resource_loader.h View 2 chunks +9 lines, -9 lines 0 comments Download
M media/blink/buffered_resource_loader.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -7 lines 0 comments Download
M media/blink/buffered_resource_loader_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -5 lines 0 comments Download
M media/blink/multibuffer_data_source_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 4 chunks +4 lines, -4 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +6 lines, -5 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 2 chunks +4 lines, -2 lines 0 comments Download
M media/blink/resource_multibuffer_data_provider_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +5 lines, -4 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html View 1 2 3 4 5 6 7 8 9 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-content-encoding.html View 1 2 3 4 5 6 7 8 9 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cors-preflight.html View 1 2 3 4 5 6 7 8 9 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-redirect.html View 1 2 3 4 5 6 7 8 9 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-redirect-img.html View 1 2 3 4 5 6 7 8 9 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-tags.html View 1 2 3 4 5 6 7 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-xhr-fetch.html View 1 2 3 4 5 6 7 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/cors-preflight.php View 1 2 3 4 5 6 7 1 chunk +21 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/gzip-content-encoding.php View 1 2 3 4 5 6 7 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/http/tests/misc/resources/run-async-tasks-promise.js View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 2 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ImageResourceTest.cpp 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/core/fetch/Resource.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +12 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceFetcherTest.cpp View 1 2 3 4 5 6 7 8 9 10 5 chunks +112 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceLoader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/fetch/ResourceLoader.cpp View 1 2 3 4 5 6 7 8 9 10 4 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/loader/BeaconLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/BeaconLoader.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/loader/PingLoader.cpp View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceResourceTiming.h View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceResourceTiming.cpp View 1 3 chunks +30 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLLoaderTestDelegate.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/platform/exported/WebURLResponse.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +20 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceResponse.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 chunks +22 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceTimingInfo.h View 4 chunks +9 lines, -1 line 0 comments Download
M third_party/WebKit/Source/platform/network/ResourceTimingInfo.cpp View 1 2 3 4 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/weburl_loader_mock.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/platform/testing/weburl_loader_mock.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/web/AssociatedURLLoader.cpp View 1 2 3 4 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/AssociatedURLLoaderTest.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimNetwork.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/tests/sim/SimRequest.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebURLLoaderClient.h View 1 2 3 4 5 6 7 2 chunks +14 lines, -3 lines 0 comments Download
M third_party/WebKit/public/platform/WebURLResponse.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +8 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 75 (40 generated)
Adam Rice
PTAL
4 years, 5 months ago (2016-06-28 10:24:39 UTC) #2
kinuko
Hmm, subtle terminology diffs are very confusing :( I will need to take another look ...
4 years, 5 months ago (2016-06-28 15:35:08 UTC) #3
Yoav Weiss
On 2016/06/28 10:24:39, Adam Rice wrote: > PTAL Any particular reason for the layout tests ...
4 years, 5 months ago (2016-06-29 06:59:38 UTC) #4
Adam Rice
I haven't added ResourceFetcher test(s) yet. I will do it tomorrow. https://codereview.chromium.org/2105713002/diff/1/content/public/child/request_peer.h File content/public/child/request_peer.h (right): ...
4 years, 5 months ago (2016-06-29 09:52:15 UTC) #5
Adam Rice
On 2016/06/29 06:59:38, Yoav Weiss wrote: > Any particular reason for the layout tests to ...
4 years, 5 months ago (2016-06-29 09:53:13 UTC) #6
Kunihiko Sakamoto
Drive-by comment. https://codereview.chromium.org/2105713002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl File third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl (right): https://codereview.chromium.org/2105713002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl#newcode49 third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl:49: readonly attribute unsigned short transferSize; The spec ...
4 years, 5 months ago (2016-06-30 10:19:49 UTC) #8
Adam Rice
https://codereview.chromium.org/2105713002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl File third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl (right): https://codereview.chromium.org/2105713002/diff/20001/third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl#newcode49 third_party/WebKit/Source/core/timing/PerformanceResourceTiming.idl:49: readonly attribute unsigned short transferSize; On 2016/06/30 10:19:49, Kunihiko ...
4 years, 5 months ago (2016-06-30 10:29:58 UTC) #9
Adam Rice
kinuko, I've added tests for the redirect cases to ResourceLoader. I found a bug in ...
4 years, 5 months ago (2016-07-01 07:32:04 UTC) #10
kinuko
Thanks, will take a look. (Sakamoto-san, when you have time could you also review the ...
4 years, 5 months ago (2016-07-01 07:38:33 UTC) #11
Kunihiko Sakamoto
https://codereview.chromium.org/2105713002/diff/60001/chrome/renderer/extensions/extension_localization_peer.cc File chrome/renderer/extensions/extension_localization_peer.cc (right): https://codereview.chromium.org/2105713002/diff/60001/chrome/renderer/extensions/extension_localization_peer.cc#newcode30 chrome/renderer/extensions/extension_localization_peer.cc:30: int encoded_length() const override { return -1; } encoded_data_length? ...
4 years, 5 months ago (2016-07-01 10:12:35 UTC) #12
Adam Rice
https://codereview.chromium.org/2105713002/diff/60001/chrome/renderer/extensions/extension_localization_peer.cc File chrome/renderer/extensions/extension_localization_peer.cc (right): https://codereview.chromium.org/2105713002/diff/60001/chrome/renderer/extensions/extension_localization_peer.cc#newcode30 chrome/renderer/extensions/extension_localization_peer.cc:30: int encoded_length() const override { return -1; } On ...
4 years, 5 months ago (2016-07-04 02:44:18 UTC) #13
kinuko
Haven't done thorough review yet, esp. for new tests, but sending out some comments... (also: ...
4 years, 5 months ago (2016-07-04 04:08:12 UTC) #14
Adam Rice
I will need to rebase at some point because the try bots can no longer ...
4 years, 5 months ago (2016-07-04 06:33:43 UTC) #15
Kunihiko Sakamoto
https://codereview.chromium.org/2105713002/diff/80001/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp File third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp (right): https://codereview.chromium.org/2105713002/diff/80001/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp#newcode1066 third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp:1066: RefPtr<SecurityOrigin> originalSecurityOrigin = SecurityOrigin::create(newRequest.url()); Wrong variable names? If I'm ...
4 years, 5 months ago (2016-07-04 06:59:05 UTC) #16
Adam Rice
https://codereview.chromium.org/2105713002/diff/80001/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp File third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp (right): https://codereview.chromium.org/2105713002/diff/80001/third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp#newcode1066 third_party/WebKit/Source/core/fetch/ResourceFetcher.cpp:1066: RefPtr<SecurityOrigin> originalSecurityOrigin = SecurityOrigin::create(newRequest.url()); On 2016/07/04 06:59:04, Kunihiko Sakamoto ...
4 years, 5 months ago (2016-07-04 07:36:45 UTC) #17
kinuko
looking good, the comments made things a lot clearer now. could we maybe start to ...
4 years, 5 months ago (2016-07-07 05:11:40 UTC) #18
Adam Rice
https://codereview.chromium.org/2105713002/diff/120001/content/child/web_url_loader_impl_unittest.cc File content/child/web_url_loader_impl_unittest.cc (right): https://codereview.chromium.org/2105713002/diff/120001/content/child/web_url_loader_impl_unittest.cc#newcode715 content/child/web_url_loader_impl_unittest.cc:715: EXPECT_EQ(17, response.decodedBodyLength()); On 2016/07/07 05:11:40, kinuko wrote: > nit: ...
4 years, 5 months ago (2016-07-07 07:40:01 UTC) #20
Kunihiko Sakamoto
lgtm with comments https://codereview.chromium.org/2105713002/diff/160001/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html File third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html (right): https://codereview.chromium.org/2105713002/diff/160001/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html#newcode45 third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html:45: } Add assertion for seenCount value? ...
4 years, 5 months ago (2016-07-07 09:56:51 UTC) #21
Adam Rice
https://codereview.chromium.org/2105713002/diff/160001/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html File third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html (right): https://codereview.chromium.org/2105713002/diff/160001/third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html#newcode45 third_party/WebKit/LayoutTests/http/tests/misc/resource-timing-sizes-cache.html:45: } On 2016/07/07 09:56:50, Kunihiko Sakamoto wrote: > Add ...
4 years, 5 months ago (2016-07-07 11:21:12 UTC) #22
kinuko
I've been waiting for this CL to be rebased on the browser-side changes, is it ...
4 years, 5 months ago (2016-07-14 02:17:33 UTC) #35
Adam Rice
On 2016/07/14 02:17:33, kinuko wrote: > I've been waiting for this CL to be rebased ...
4 years, 5 months ago (2016-07-14 02:53:45 UTC) #36
kinuko
ok thanks I think this lgtm
4 years, 5 months ago (2016-07-14 05:04:12 UTC) #37
Adam Rice
+jochen for API OWNERS. Feature URL is https://www.chromestatus.com/feature/6549060404117504
4 years, 5 months ago (2016-07-15 05:32:59 UTC) #51
jochen (gone - plz use gerrit)
can you please add the link to the approved intent to ship to the CL ...
4 years, 5 months ago (2016-07-15 14:37:17 UTC) #52
Adam Rice
On 2016/07/15 14:37:17, jochen wrote: > can you please add the link to the approved ...
4 years, 5 months ago (2016-07-19 02:46:20 UTC) #55
jochen (gone - plz use gerrit)
lgtm
4 years, 5 months ago (2016-07-19 12:25:05 UTC) #56
Adam Rice
TBR liberato for //media OWNERS.
4 years, 5 months ago (2016-07-20 05:14:44 UTC) #59
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2105713002/330001
4 years, 5 months ago (2016-07-20 05:15:10 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_gyp_rel on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_gyp_rel/builds/2368)
4 years, 5 months ago (2016-07-20 05:22:25 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2105713002/330001
4 years, 5 months ago (2016-07-20 07:24:42 UTC) #66
commit-bot: I haz the power
Committed patchset #18 (id:330001)
4 years, 5 months ago (2016-07-20 12:53:51 UTC) #68
commit-bot: I haz the power
Patchset 18 (id:??) landed as https://crrev.com/d91ea73de426248bf5d8524da38c07c0a6b34b19 Cr-Commit-Position: refs/heads/master@{#406527}
4 years, 5 months ago (2016-07-20 12:57:03 UTC) #70
liberato (no reviews please)
On 2016/07/20 05:14:44, Adam Rice wrote: > TBR liberato for //media OWNERS. replacing myself with ...
4 years, 5 months ago (2016-07-20 15:40:09 UTC) #73
hubbe
On 2016/07/20 15:40:09, liberato wrote: > On 2016/07/20 05:14:44, Adam Rice wrote: > > TBR ...
4 years, 5 months ago (2016-07-20 17:19:57 UTC) #74
hubbe
4 years, 5 months ago (2016-07-20 17:20:36 UTC) #75
Message was sent while issue was closed.
LGTM for media/*

Powered by Google App Engine
This is Rietveld 408576698