- 11 Jul, 2019 40 commits
-
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically the last step folding DeviceO2TSDelegate into DeviceO2TS now that the latter is no longer an O2TS subclass. It moves GetURLLoaderFactory() and CreateAccessTokenFetcher() to DeviceO2TS and eliminating DeviceO2TS inheriting from DeviceOAuth2TokenServiceDelegate::ValidationStatusDelegate since DeviceO2TS can handle ReportServiceError() by itself. With this CL, device_oauth2_token_service_delegate.cc/h are removed from the source tree. Bug: 967598 Change-Id: I5e391cee94a67185c6e83aab8fccb54cf4b215a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697002 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676378}
-
Omer Katz authored
Bug: 981043 Change-Id: I0f72c95ec17110146c7ed7811d8ca4573e8db4b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697604Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#676377}
-
Juan Antonio Navarro Perez authored
With crbug.com/981283 resolved, we can now fetch APK size data from the newer timeseries2 API. Also take the chance to do a bit of cleanup when building timeseries keys from dicts. TBR=benmason@chromium.org Bug: 900218 Change-Id: I060921a01e380693e0633905aa2a3c7c43f73ecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692408Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#676376}
-
Chih-Yu Huang authored
The VP9 show_existing_frame feature allows a decoded frame be outputted multiple times. This CL supports this feature at V4L2SVD implementation. Before sending VideoFrame to the client, we set the correct timestamp corresponding to the bitstream ID. This makes it possible for the same video frame memory to be output several times with different timestamps. BUG=941330 TEST=Play video with show_existing_frame at File app. Change-Id: I2f78f59ff40e49c0c724cf43a54bcb233097cbcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1631230 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Auto-Submit: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#676375}
-
Juan Antonio Navarro Perez authored
These are no longer scheduled to run anywhere. TBR=etienneb@chromium.org Bug: 761014 Change-Id: I46c99e2fc50fc2340401a2db3ff1a93da72edcc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687240Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Hector Dearman <hjd@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#676374}
-
Roman Aleksandrov authored
Add information to Transparency view about Crostini reporting. Bug: 979286 Change-Id: I68ee9835ec92ae435f1f1c7670f3137828864ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1685383Reviewed-by:
Thiemo Nagel <tnagel@chromium.org> Reviewed-by:
Alex Oldemeier <aoldemeier@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#676373}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/80fe6f05f6bd..3bf592f177c2 Created with: gclient setdep -r src-internal@3bf592f177c2 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=wjmaclean@google.com,mpearson@google.com,hayato@google.com,pmarko@google.com Change-Id: I79a08abde7e2e241491947a431495fdad1ac2d68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697925Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676372}
-
Benoît Lizé authored
Bug: 974988, 951773 Change-Id: Ifcd70b11943e5c8014b37072fef40598cf2f6a80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695345Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#676371}
-
Henrique Ferreiro authored
This is an intermediate step in the process of moving all of ProfileOAuth2TokenServiceBuilder code into IdentityManagerBuilder. To do this, the building of PO2TS cannot use Profile not any code from //chrome/browser. In this CL, ProfileOAuth2TokenServiceBuilder is modified to access cookie settings, the web data service and the reauth callback from parameters provided by IdentityManagerFactory. Bug: 974198 Change-Id: I9fe95b2f63859e5bcdd8128b362846ed5b212a50 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690843Reviewed-by:
Colin Blundell <blundell@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#676370}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/0c4feb643b89..5081512502df git log 0c4feb643b89..5081512502df --date=short --no-merges --format='%ad %ae %s' 2019-07-10 52076061+digit-google@users.noreply.github.com BUILD.gn: Add targets to build all command-line tools (#2727) 2019-07-10 stevenperron@google.com Change the order branches are simplified in dead branch elim (#2728) 2019-07-10 troughton@users.noreply.github.com Add —preserve-bindings and —preserve-spec-constants (#2693) 2019-07-10 stevenperron@google.com Handle decorations better in some optimizations (#2716) 2019-07-10 zoddicus@users.noreply.github.com Update memory scope rules for WebGPU (#2725) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@5081512502df The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel;luci.chromium.try:win_angle_deqp_rel_ng TBR=radial-bots+chrome-roll@google.com,cwallez@chromium.org Change-Id: I7df93657793464e0a4a078df5eb6e28d6a2e336b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697178Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676369}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding DeviceO2TSDelegate into DeviceO2TS now that the latter is no longer an O2TS subclass. It moves the code for the token validation including StartValidation() and RequestValidation(). DeviceO2TS inherits from gaia::GaiaOAuthClient::Delegate and implements methods. When StartValidation() is called, it creates |gaia_oauth_client_| with |this| and gets errors or responses. Bug: 967598 Change-Id: I268e1a7f2909f77170279e178c95c354a45ca1a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697126 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676368}
-
Miyoung Shin authored
This CL adds an audit check for the banned std containers to ensure the new usage of std::unordered_set and std::unordered_map doesn't come in, and updates the warning message to clarify to allow the use case at the boundary layer between Blink and Chromium. Bug: 952716 Change-Id: Idca01e5d96a515a9dcff7e8f347248944a540a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1691909 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#676367}
-
Clemens Arbesser authored
This CL adds a new enum histograms for tha autofill assistant payment request. The histogram measures whether the payment request was successful as a function of whether the PR was initially complete autofilled or not. This is a first step towards investigating why many users stop the flow in the payment request. The current hypothesis is that an initially incomplete payment request will result in more users cancelling the flow, compared to initially complete payment requests. Bug: b/133124492 Change-Id: Ibdbd11174a2372011a580244e652505dcc78bc4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1680179 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#676366}
-
Vaclav Brozek authored
As described in the design doc [1], a new class, CSVPassword, is introduced as a wrapper around a single line of a CSV text representing a credential. [1] https://docs.google.com/document/d/1wsZBl93S_WGaXZqrqq5SP08LVZ0zDKf6e9nlptyl9AY/edit?usp=sharing Bug: 934326 Change-Id: I681f95d8b6abbf707cc346e2f83a7fd201924310 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690588Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vaclav Brozek <vabr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676365}
-
Edvard Thörnros authored
The WTF::Vector datatype has not had a way to insert with an iterator, which is the preferred way to iterate through all elements. This new method takes an iterator and saves you the trouble of thinking and making silly iterator-math errors. Bug: 981522 Change-Id: I4850606e4072668406e55b97ee65208aaf35d33d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690961 Auto-Submit: Edvard Thörnros <edvardt@opera.com> Commit-Queue: Edvard Thörnros <edvardt@opera.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#676364}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/b79dda949e88..379aec0e1afe git log b79dda949e88..379aec0e1afe --date=short --no-merges --format='%ad %ae %s' 2019-07-11 perezju@chromium.org [Telemetry] Remove all results.pages_that_* properties Created with: gclient setdep -r src/third_party/catapult@379aec0e1afe The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:973837 TBR=zhanliang@google.com Change-Id: I55716cc8183d6b4dc007ab4c0b4f1d5f8a8f1fef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697923Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676363}
-
Tanmoy Mollik authored
Bug: 872809 Change-Id: I02335d7101535724035c100681080a4992c81d3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689793 Commit-Queue: Tanmoy Mollik <triploblastic@google.com> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#676362}
-
Yuki Shiino authored
Bug: 839389 Change-Id: Ib131f7dcc043af790bd91ec586f52c4849591165 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695748Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#676361}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/16850598db2b..ca160215c9d1 git log 16850598db2b..ca160215c9d1 --date=short --no-merges --format='%ad %ae %s' 2019-07-10 ilnik@webrtc.org Update rtc_tools/rtp_generator to compile Created with: gclient setdep -r src/third_party/webrtc@ca160215c9d1 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: I8cb5a1d451c5238822efbf304002f37fe22041ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697922Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676360}
-
Eldar Rello authored
Spec: https://w3c.github.io/webrtc-pc/#dom-rtcpeerconnection-onicecandidateerror Intent: https://groups.google.com/a/chromium.org/forum/#!topic/blink-dev/fs-Y4awdYj0 Bug: webrtc:3098 Change-Id: I9c4a3ec75050e85f2a13b896f580bc16206ca2c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1607800 Commit-Queue: Eldar Rello <elrello@microsoft.com> Reviewed-by:
Qingsi Wang <qingsi@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Reviewed-by:
Henrik Boström <hbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#676359}
-
Rayan Kanso authored
Update the OfflineContentProviderAggregator with content entries and visuals. TBR=avi@chromium.org Bug: 973844 Change-Id: I059fcf53a2e4a5a9b388dbbfed929f6270bc85de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688788 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676358}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding DeviceO2TSDelegate into DeviceO2TS now that the latter is no longer an O2TS subclass. It moves the refresh token encryption and decryption from DeviceO2TSDelegate to DeviceO2TS. The sequence is that if the system salt is available, it gets the encrypted refresh token from pref and decrypted it using the system salt. Previously DeviceO2TSDelegate had it. It's moved to DeviceO2TS with this CL. Bug: 967598 Change-Id: I668704ce0ac655c64ddfe493c4ee5f0cc6fa1559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695281 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676357}
-
Gyuyoung Kim authored
Some files have been including account_reconcilor.h even though they don't use any AccountReconcilor stuff. This CL removes the unnecessary includes in the files. Bug: 970268 Change-Id: I9e4d62396273c4a52f38d577d5c2405e99ac1add Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697201 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676356}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/198be0a8bff1..67a281286c52 git log 198be0a8bff1..67a281286c52 --date=short --no-merges --format='%ad %ae %s' 2019-07-11 khokhlov@google.com Merge "Remove strings table" Created with: gclient setdep -r src/third_party/perfetto@67a281286c52 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Change-Id: Ib6ca836144e0e71d3673f0c4172386ba5f0ab3d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697921Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#676355}
-
Matt Falkenhagen authored
This adds ServiceWorkerNavigationLoaderInterceptor which lives on the UI thread. Currently it just delegates to the existing interceptor on the IO thread. The goal is to migrate things to the UI thread. There are no new tests added as this is still initial work, but it enables several of the existing browser tests. Change-Id: I69d9b09c308b0e2c711a304390c04574c734a2d9 Bug: 824858 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688592 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#676354}
-
Omer Katz authored
Bug: 981043 Change-Id: Ie5f2181a6503224579b45f03686c6cb6482d19e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697625Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#676353}
-
Omer Katz authored
Existing code executed parent pre-finalizer before subclass pre-finalizer. Corrected the order. Bug: 981043 Change-Id: I4b25cf8c6ee1d8145f77e5ed46e87eeae22357f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696964Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#676352}
-
Rayan Kanso authored
Create a ContentIndexProvider implementation which is a keyed service. Clarify threading expectations, and make sure all tasks are posted to the right thread. Bug: 973844 Change-Id: I85d0a4e339a71b7ec53c9fac0190e5478166dd7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1687257 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#676351}
-
Xianzhu Wang authored
Now support --extra-browser-categories even if the test doesn't specify testRunner.tracingCategories. Bug: 981920 Change-Id: I8d5f990b020e4879d334e435cc6adcffb2893a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1693029 Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#676350}
-
Juan Antonio Navarro Perez authored
These were added long time ago as uploading statistics for all memory metrics in chart json format overwhelmed the dashboard. But these should be a no-op now, as we upload histograms instead. The code shows that as long as any of the stats is uploaded, then the entire histogram is added [1]. [1]: https://cs.chromium.org/chromium/src/third_party/catapult/telemetry/telemetry/internal/results/page_test_results.py?rcl=d2a5fee6e9409c644ea111f2a7d89e03c0ee1c05&l=438 TBR=etienneb@chromium.org Bug: 921000 Change-Id: I8c3c2e1e972966cce3a0f660f87710db1b7d64f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1688935 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Ben Hayden <benjhayden@chromium.org> Reviewed-by:
Mythri Alle <mythria@chromium.org> Reviewed-by:
Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#676349}
-
Yuzu Saijo authored
This CL makes PageMsg IPCs unfreezable (non-stoppable) all the time, regardless of its associated frame's frozen status. Currently, PageMsg IPCs sometimes share the same routing_id with its frame and they get posted to freezable per-frame task runners, which is a bug. This should fix some browser tests that were disabled. So this CL also enables the tests that were disabled because of the bug. Bug: 981886, 978021, 978028 Change-Id: I9761b020b1d569189ff3ddc1524a6bf9fcb43953 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1690052Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#676348}
-
Matt Falkenhagen authored
It wasn't actually waiting for |num_jobs| when NavigationLoaderOnUI is enabled. When that feature is enabled, the function is called directly from the UI thread, and if |ongoing_mock_requests_| doesn't have size |num_jobs| it would return without waiting. This was discovered by https://chromium-review.googlesource.com/c/chromium/src/+/1688592 which will introduce a thread hop in order to perform service worker interception before doing an outgoing network request, so WaitForJobs() will be called before a request is added to ongoing_mock_requests_. Bug: 824858, 978556 Change-Id: I7264f1a4f04e517694417affcd5a8d20d0f4b9b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1689979 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676347}
-
Colin Blundell authored
Per offline discussion Change-Id: Ib48bf55a6fac69c2ede0c1261bc1283feaa4e04a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697184Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676346}
-
Friedrich Horschig authored
With this CL, we will now show the origins as user info titles iff the the credential origin differs from the current site origin. Mock about how this will look like are in the linked bug. The changes only affect the not yet launched accessory V2. Bug: 981928 Change-Id: Id3c26c8d224222f2160965ca43f95cfafcd64767 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695294 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#676345}
-
Leon Han authored
This CL removes all includes of content/common/service_worker/service_worker_types.h from content/renderer/service_worker/, to facilitate merging service_worker_types.h into content/browser/service_worker/ later. BUG=789854 Change-Id: I918070fe6bc21972d32d330a93bdbab117ff37e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695062 Commit-Queue: Leon Han <leon.han@intel.com> Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Cr-Commit-Position: refs/heads/master@{#676344}
-
Staphany Park authored
We expect https://crrev.com/c/1635430 to have fixed the flakiness and manually confirmed that the test now passes across 100 repeated runs. Bug: 827231 Change-Id: I4599671cf6db1192847585ba2789995b377d23aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696449 Commit-Queue: Staphany Park <staphany@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#676343}
-
Julie Jeongeun Kim authored
This CL is a part of moving access token management to OAuth2AccessTokenManager. It is specifically a step toward folding DeviceO2TSDelegate into DeviceO2TS now that the latter is no longer an O2TS subclass. It moves GetRobotAccountId(), CheckRobotAccountId(), OnServiceAccountIdentityChanged(), and |service_account_identity_subscription_| which are related to the robot account ID. Bug: 967598 Change-Id: I63ffc5c9ee6f56bdadfdaf47b5b2eb870c77187f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1694901 Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#676342}
-
Matthias Körber authored
Bug: 881346 Change-Id: I68c6b18bcb21cca20ec194d2d9dcfee17d5cceec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1662411 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#676341}
-
Tsuyoshi Horo authored
So that we can start the OriginTrial experiment in specific milestone's Chrome. Bug: 935267, 980828 Change-Id: Ibb7bf6f071023504adb1d3ddf74921b195a427a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697063Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Tsuyoshi Horo <horo@chromium.org> Cr-Commit-Position: refs/heads/master@{#676340}
-
Michael Lippautz authored
- Remove eager sweeping as the support will be dropped - Extend pre-finalizer examples - Clarify that pre-finalizers are not allowed to resurrect Bug: 982754 Change-Id: Ia3a0a4bfa4c872d1eeacd568920ba5b820703828 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1697603Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#676339}
-