- 15 Oct, 2019 40 commits
-
-
Miyoung Shin authored
This CL converts XRRuntimePtr and mojo::Binding<XRRuntime> in chrome and device to the new Mojo type, and use pending_remote<XRRuntime> in isolated_xr_service.mojom. Bug: 955171 Change-Id: I663f37d58678d7175a9ce15a4d5244c7a142ceda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847707Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705809}
-
Miyoung Shin authored
This CL converts TCPServerSocket{Ptr, Request} in chrome, components, content, extensions and services to the new Mojo type, and uses pending_receiver<T> in network_context.mojom and tcp_socket.mojom and pending_remote<T> in viz_main.mojom. Bug: 955171 Change-Id: I5c2fb8e46d35d57a3358c92d132053f71377161b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851884 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#705808}
-
Asanka Herath authored
Currently the HttpAuthHandlerNegotiate::Factory() is responsible for determining the maximum token size on Windows. This is done prior to constructing the HttpNegotiateAuthSystem. Conceptually the maximum token length is a property of the Negotiate auth "system" (really should be called "mechanism"). Someone constructing this should not have to know the token size. That's the kind of thing that this abstraction layer is supposed to enapsulate. Moreover, the "NegotiateLibrary" (i.e. the platform interface) currently needs to be understood at both above and below the HttpNegotiateAuthSystem abstraction layer. In addition, to being an abstraction violation, having the library be known above the HttpNegotiateAuthSystem layer means that the functionality of the library needs to be accessible outside the HttpNegotiateAuthSystem. In order for us to cleanly cleave out privileged token operations out of the network process, we need to make sure such functionality is neatly tucked away on one side of a single abstraction. This is issue 991265. Furthermore, having library access scattered outside HttpNegotiateAuthSystem makes it difficult to move time consuming SSPI operations into a separate thread. This is issue 711186. To address these issues this CL moves the token size determination into HttpNegotiateAuthSystem. Things still aren't quite there yet, but it's a step in the right direction. This change results in a behavior change. Currently the availability of the Negotiate authentication mechanism is determined when constructing the first HttpAuthHandlerNegotiate. With this change, the decision moves to GenerateAuthToken(). Fortunately for us Chromium is not supported on any Windows platform which doesn't have the Negotiate authentication package. Hence there should not be any observable behavior change. Bug: 991265, 711186 Change-Id: I9a30db15c6332a1304bc29112a0c26105a35282f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1814621Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#705807}
-
Maggie Cai authored
This CL adds PWA implementation for |LaunchAppWithIntent|. BUG=853604 Change-Id: I6257f8d473d1368f0e769b1cca332cc72808bf23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851628 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#705806}
-
Maggie Cai authored
Add Intent URL launch source for web apps. BUG=853604 Change-Id: I226c941c9ea2a96be6fed9d4b0598862a750e15b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855541Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#705805}
-
Maggie Cai authored
The intent picker for all desktop platforms is launched in M77, so extend the expiry milestone to M80. BUG=None Change-Id: I6f5c057237273b3415866d3d959e50f1dd571c7c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1858027Reviewed-by:
Melissa Zhang <melzhang@google.com> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#705804}
-
Chris Harrelson authored
Change-Id: Ie3e6f0bb185ed5e2ba8a25bd22e4c537306a1880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860485 Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#705803}
-
James Darpinian authored
Uses the new DisableExtension functionality from https://chromium-review.googlesource.com/c/angle/angle/+/1838418 to prevent ARB_texture_rectangle from being exposed to WebGL shaders. Bug: angleproject:3770 Change-Id: I106785757235f3f1748d74ddf25dac9384caa281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842223Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#705802}
-
Wei Wang authored
In this patch, ServiceWorkerProviderHost::PreCreateFor* functions are renamed due to the face that all provider hosts are precreated after OnProviderCreated is removed. Bug: 932318 Change-Id: I6b7c87c03fac687d4108d09fa95d5fb13ffa69d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856928 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#705801}
-
Yannic Bonenberger authored
This reverts commit 6216be03. Reason for revert: Causes crashes in Canary: https://crbug.com/1014075 Original change's description: > [ServiceWorker] Stop resurrecting uninstalled workers > > Previously, service workers were resurrected when they were updated > or when the same script was registered while the service worker was > still alive. Now, registering a service worker will always create a > new instance, regardless of whether there already is a running > instance or not. > > Chrome status: > https://chromestatus.com/feature/5646687634718720 > > Intent to Implement and Ship: > https://groups.google.com/a/chromium.org/d/msg/blink-dev/r176Lvgxfys/4W4IGM4uAgAJ > > Bug: 971571,988582 > Change-Id: Id7748377af107099d7c10fb2e455f30f7423e5f8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768759 > Commit-Queue: Yannic Bonenberger <yannic.bonenberger@gmail.com> > Reviewed-by: Matt Falkenhagen <falken@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Cr-Commit-Position: refs/heads/master@{#705159} TBR=falken@chromium.org,kinuko@chromium.org,yannic.bonenberger@gmail.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 971571, 988582, 1014075 Change-Id: I070b328a33db63ac3dba128d43d026c86aec1498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860029 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#705800}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e7b5c5e99289..acf66fdd4e87 git log e7b5c5e99289..acf66fdd4e87 --date=short --no-merges --format='%ad %ae %s' 2019-10-15 jdarpinian@chromium.org Fix registry_xml.py dependency Created with: gclient setdep -r src/third_party/angle@acf66fdd4e87 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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 TBR=jmadill@google.com Bug: None Change-Id: I8cf38bff09e90b9b5ad50b0d54d99e7ac1b2f084 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860282Reviewed-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@{#705799}
-
Hiroki Nakagawa authored
This crashes on Linux CFI bot. See https://crbug.com/1014343 for details. Bug: 1012167, 1014343 Change-Id: I3cb444e26225146d2d1540c4320a524aef951c4f Tbr: tangltom@chromium.org Notry: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861314Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#705798}
-
Eric Karl authored
Adds the following for de-jelly: - About:flags entry for enabling the experimental feature. - Support for reading "enable_de_jelly_for_chrome" system var. - A finch kill-switch in case we need to disable this codepath. Bug: 995965 Change-Id: Idbe24a8b3062f7d3dfc36b3f814c37e9f9b6129a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859585 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
Victor Miura <vmiura@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#705797}
-
Rakina Zata Amni authored
The MaxFrameCount UMA records the maximum number of frames in a page, and is triggered by RenderFrameDeleted. Since RenderFrameDeleted is not called on a bfcached frame when we navigate away from it (but will be called when it is evicted from the bfcache/the tab is closed/etc), the |max_frame_count_| is already overwritten and should not be recorded. Bug: 1010870 Change-Id: I669e91aec29af74d3b9e154356b034b50aeaf75a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855543 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#705796}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e18484723e86..f056de19cad1 Created with: gclient setdep -r src-internal@f056de19cad1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I8700202c647b62e93b05a1b93434482fd41c7fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860280Reviewed-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@{#705795}
-
Miyoung Shin authored
This CL converts ResolveHostClient{Ptr, Request} in chrome, components, content, extensions and services to the new Mojo type, and uses pending_remote<ResolveHostClient> in host_resolver.mojom and network_context.mojom. Bug: 955171 Change-Id: Idc0b8a474e884d7d8fef0cf3bcd668c0dfd201b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860024 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#705794}
-
Miyoung Shin authored
This CL converts HostResolver{Ptr, Request} in chrome, extensions and services to the new Mojo type, and uses pending_receiver<HostResolver> in network_context.mojom. Bug: 955171 Change-Id: I99b384615a73b2fdd6fa49ff284aa7962c7ebd99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859778Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705793}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/61d564ff3b00..e2527379a1c2 git log 61d564ff3b00..e2527379a1c2 --date=short --no-merges --format='%ad %ae %s' 2019-10-14 saklein@chromium.org sysroot_lib: Stop adding deprecated chrome binhost. 2019-10-14 saklein@chromium.org goma_util: Bypass path_util.ToChrootPath calls. Created with: gclient setdep -r src/third_party/chromite@e2527379a1c2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I34cae77489b6e71f476179cc243620e1b802b09a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860408Reviewed-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@{#705792}
-
Miyoung Shin authored
This CL converts TCPConnectedSocket{Ptr, Request} in chrome, components, content, extensions and services to the new Mojo type, and uses pending_receiver<T> in network_context.mojom and pending_remote<T>, pending_receiver<T> in tcp_socket.mojom. Bug: 955171 Change-Id: I397ec01420af1c4d6d33061ce814809a36a69bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1851366Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#705791}
-
Dominick Ng authored
BUG=1012164 TBR=jbroman@chromium.org Change-Id: I58df8af772f651520a321c67f90f96f945f721dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1855620 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#705790}
-
Austin Tankiang authored
The new feature is working fine and enabled by default, so the flag is unneeded now. Bug: 1013999 Change-Id: If7a82d3f01b386ce8cd0a5c2d56271e1aa704bec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1858023Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#705789}
-
Andrew Xu authored
Due to my previous CL (crrev.com/c/1849096), |first_tappable_index_| and |last_tappable_index_| are calculated in the wrong way. This CL fixes such an issue. Bug: 1013811 Change-Id: I2723070b8a0ecfef31e82433148d1df84937e23f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1857043 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#705788}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a6ff36bd..40e1e14c Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I75655db73db5a68babb0343897028255fd293d0d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860778Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#705787}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7d7aaf46aeb4..858cf233ef71 git log 7d7aaf46aeb4..858cf233ef71 --date=short --no-merges --format='%ad %ae %s' 2019-10-14 csmartdalton@google.com Call setNeedsStencil() when clearing stencil Created with: gclient setdep -r src/third_party/skia@858cf233ef71 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC csmartdalton@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=csmartdalton@google.com Bug: chromium:10083125 Change-Id: I78a9947a4ed6983cad567c46b19cf37da91032bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860405Reviewed-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@{#705786}
-
Daniel Libby authored
From code inspection and running the referenced test, there is no querying of composition state under FrameSelection::UpdateAppearance. Remove the comment and DisableCompositingQueryAsserts Bug: 1007989 Change-Id: Ibbd66413bc1cdbe897e474b5fd55d515e8822368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856849Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#705785}
-
minch authored
Update the drag distance for max drag progress. Ripple radius and affordance transform should also be updated at the same time. Relationships: drag_distance drag_progress ripple radius transform 0 0 0 0 (80 + 20) 1 32 100 (240 + 20) 2.6 40 116 See recorded video: https://drive.google.com/file/d/0B5I0jFeLxqIiM3JsNE4tdkNxR1VnemZESHdkbm1pVU03T1Jv/view?usp=sharing Bug: 1002733 Change-Id: I98a877d41bced755d144f3583d688ca21fae4c30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856870 Commit-Queue: Min Chen <minch@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#705784}
-
Eric Willigers authored
Update WebAppMetrics histograms when the kDesktopPWAsWithoutExtensions feature is enabled, and a web app launches. Not yet updating: histograms indicating if an app was installed by the user. Bug: 918986 Change-Id: I66b356776b7de5d6c6156517777b92e56dbd92a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1846625 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#705783}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2b47014e. With Chromium commits locally applied on WPT: 2f7c5562 "Fetch Metadata: Split `sec-fetch-dest` out from other headers' tests." d52a9d07 "Port IndexedDB Blob Web Tests to web-platform-tests." 6386d9d8 "Update service_worker_unregister_and_register()" f399b336 "Fetch Metadata: Add a test for `<embed>` navigated after loading." 0583f458 "Fetch Metadata: split up `document` destination." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I99cb790d016d082b82bd807f95ef5cf6bd4c38a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860777Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#705782}
-
Eric Karl authored
Fixes two small issues: - Padding of visible layer region did not consider page scale. - New layers may jitter as we won't de-jelly them for 1 frame. We now use a reasonable default. Bug: 995965 Change-Id: Ib2ad58eab9b393b691e586e8649672c1d4323864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861096Reviewed-by:
enne <enne@chromium.org> Commit-Queue: Eric Karl <ericrk@chromium.org> Cr-Commit-Position: refs/heads/master@{#705781}
-
Will Harris authored
On 64-bit the OOM termination might not always be from the sandbox termination (SBOX_FATAL_MEMORY_EXCEEDED) but might be one of the allocators choosing to OOM. Change the test on 64-bit to handle both exit codes. BUG=916162 Change-Id: I0d70460e6c49e34df90c7dd37e9f362a9472d3c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860977 Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#705780}
-
Daniel Libby authored
We're planning on running an experiment to turn off this codepath. It's unclear how to implement for CAP and could result in GPU memory savings. Spot checked Google Maps mobile site, and it no longer triggers this particular behavior. Bug: 875110 Change-Id: Ie2bb7e03585a87ac07843e08177992a0f3b9c81b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852192Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Daniel Libby <dlibby@microsoft.com> Cr-Commit-Position: refs/heads/master@{#705779}
-
Lei Zhang authored
The PointerLockRequestUnadjustedMovement test case is flaky. TBR=eirage@chromium.org Bug: 1014324 Change-Id: Ib2793d5a76f3d45e7f26df689e938d7d41b5f5b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861015 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705778}
-
Krishna Govind authored
TBR=meacer@chromium.org Change-Id: I707c292f12870ecdf16d2f2b6d9bdb9393796cba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860893 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#705777}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2f960fbb7d1a..e18484723e86 Created with: gclient setdep -r src-internal@e18484723e86 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:1011937),chromium:None,chromium:None,chromium:None,chromium:None Change-Id: I978bac4a2fd34415738ef48051c8bde2ba0d54ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860399Reviewed-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@{#705776}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ic656af0a10621ce997c5160984ec948dfa78f376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860892Reviewed-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@{#705775}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/624e60f81111..407cb5ca3318 git log 624e60f81111..407cb5ca3318 --date=short --no-merges --format='%ad %ae %s' 2019-10-14 fmayer@google.com Merge "Add java hprof CTS." 2019-10-14 treehugger-gerrit@google.com Merge "Properly set field_name in heap_graph_reference." Created with: gclient setdep -r src/third_party/perfetto@407cb5ca3318 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=perfetto-bugs@google.com Bug: None Change-Id: I24db99751b01db453670b2028368687025e64612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860983Reviewed-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@{#705774}
-
Robert Liao authored
BUG=1014283 Change-Id: I819a1aa7bbc8dd29422cb5768571ff4735f79904 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859583 Commit-Queue: Chrome Cunningham <chcunningham@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#705773}
-
Lei Zhang authored
The F4ClosesMenuWhileSelectingHighlightedMenuItem, MenuCanAdaptToContentChange, and UpOrDownKeysMoveInMenu test cases are all failing multiple times a day. TBR=ellyjones@chromium.org Bug: 965601 Change-Id: If2ea292580257ebcdfebef33bbb368aa45911f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860505Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#705772}
-
chrome://safe-browsingXinghui Lu authored
This is the follow up CL for crrev.com/c/1856804. Bug: 1013370 Change-Id: I1170f8875a509e8231761981bb65c6f54bd53fe3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1856908 Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#705771}
-
Luciano Pacheco authored
Remove z-index from list.css because it was causing unnecessary re-painting of breadcrumbs, toolbar buttons, and others. Bug: 992821 Change-Id: I31e021122d74c13978bd1c1bb4603b64f8611d96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859421 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Auto-Submit: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#705770}
-