- 25 Aug, 2020 40 commits
-
-
Jeffrey Cohen authored
Bug: 1121200 Change-Id: Id33c808f9ec136561be29d44b5b3d726e746347e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2372818Reviewed-by:
Travis Skare <skare@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#801577}
-
David Tseng authored
R=anastasi@google.com, dmazzoni@chromium.org Test: manually verify the virtual keyboard is pruned from the accessibility tree when hidden and attached when shown Change-Id: Idb5a28e7458a18b8284d455976be48bf90ec53da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375941Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#801576}
-
Thomas Lukaszewicz authored
This CL factors out common css styles from Tab Search into mwb_shared_styles and mwb_shared_vars. These are currently being referenced by Tab Search and will be used in the upcomming Read Later feature. Sharing common vars and styles will allow both features to remain visually consistent and enable better co-ordination between the teams wrt style changes. Bug: 1099917 Change-Id: Idee622cb638499269a0bd2ad1135454e2e1aecb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365335 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#801575}
-
Ryan Hansberry authored
This came up as a suggested refactor during crrev.com/c/2358129 review. Change-Id: Id2db265a35259a37dcbbbe12546296e081d46d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365693 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801574}
-
Nate Chapin authored
We typically expect DidStartProvisionaLoad messages to be paired with a DidCommitLoad when the navigation is successful. For pseudo-navigations like XSLT processing and javascript: urls, we skip the DidCommitLoad message. If we do not also skip the DidStartProvisionalLoad message, listeners that expect these notifications to be paired will get confused (e.g., the inspector debugger may leave breakpoints disabled in the new Document). Bug: 1095920 Change-Id: I5bdd18b3f4103d5d2c52fe48060c1114efb21b0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2254818 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801573}
-
Dana Fried authored
This is a start at eliminating redundant layouts and memory allocations during layout in the tabstrip. Instead of a border, we use kInternalPaddingKey with a pre-allocated gfx::Insets. This is the same approach used by ToolbarButton and will also help if tabs are switched to using a layout manager. Ultimately, we want to eliminate both allocation of border objets as well as all layout invalidations during layout. Bug: 1121681 Change-Id: Icf7ac6c93eda5ccf80639ab95b2e0c705c1c5d45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375741 Commit-Queue: Dana Fried <dfried@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#801572}
-
Mike Dougherty authored
This is to prevent a crash due to NSMutableDictionary being modified on multiple threads simultaneously. Per https://developer.apple.com/library/archive/documentation/Cocoa/Conceptual/Multithreading/ThreadSafetySummary/ThreadSafetySummary.html, NSMutableDictionary can be used on multiple threads, but not at the same time. Bug: 1119964, 1121401 Change-Id: If37ea9ebb8d0e4b8276dc69ffd52fad318a181ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367704 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#801571}
-
Robert Ogden authored
Creates a TLS socket connection to probe connectivity to the origin. This probe must also complete a DNS resolution in order to complete successfully, in order to get the IPAddress of the probe url. Bug: 1115731 Change-Id: I862ef52d353c4572e45d8596f5809af1b0b60081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2358490Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#801570}
-
Alex Newcomer authored
We added an api to ClipboardNonBacked, which is used as the CrOS clipboard. This API is used to modify the clipboard in order to enable pasting previously pasted items. We do not want metrics to be recorded when we do admin ops, so we test that in this CL. Bug: 1120775 Change-Id: Ib7d5b64c0128a820a37f058fc26c884fcd8eeedf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373294 Commit-Queue: Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Reviewed-by:
Darwin Huang <huangdarwin@chromium.org> Auto-Submit: Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#801569}
-
Daniel Classon authored
Modified AddSubpageResult to check for identical search tags between subpages and child settings, similar to the existing check between settings and subpages. Helps with deep linking the change account image setting which ran into this behavior. Bug: 1084154 Change-Id: I19ef66dff5279a2804041eaf258a5b59ad687f3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376453Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Daniel Classon <dclasson@google.com> Cr-Commit-Position: refs/heads/master@{#801568}
-
Mike Dougherty authored
web::test::HttpServer usage is suspected of introducing flake into the bot runs. This test has the last usage of web::test::SetUpSimpleHttpServerWithSetCookies, so Convert it to use the new test server in order to reduce test helpers utilizing the old http server. Bug: 891834 Change-Id: Ie1161507fd78e5b0095a17c91456218a0b6f05c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376407 Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#801567}
-
Joe DeBlasio authored
This CL adds a public document explaining the cirumstances under which we downgrade the displayed hostname to just eTLD+1. Bug: 1106962 Change-Id: I565c4575b4537caca15824aa3b765da866f3e6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376372Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#801566}
-
Andrey Kosyakov authored
This reverts commit f985905e. Reason for revert: break headless build. Repro: mkdir ./out/headless && echo 'import("//build/args/headless.gn")' > out/headless/args.gn && gn gen ./out/headless Waiting for editor on "/usr/local/google/home/caseq/cr/src/out/headless/args.gn"... Generating files... ERROR at //ui/events/platform/x11/BUILD.gn:51:5: Assertion failed. assert(ozone_platform_x11) ^----- See //components/viz/demo/BUILD.gn:73:7: which caused the file to be included. "//ui/events/platform/x11", ^------------------------- Original change's description: > X11 and Ozone: enable use_x11 and use_ozone > > This is the final change that enables use_x11 > and use_ozone for Linux builds and (as it was > before) excludes X11 for chromeos, chromecast, > lacros. > > in order to run ozone/X11/wayland, one must pass > —enable-features=UseOzonePlatform > —ozone-platform=x11 or wayland. otherwise, > non-ozone/X11 is used. > > it’s also possible to completely disable X11 > so that clients, who need that kind of build can > continue to have that. > > Bug: 1085700 > Change-Id: I171bcb53c406555a1d4bec3e88d76dc676310d48 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315869 > Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Maksim Sisov (GMT+3) <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#801523} TBR=rjkroege@chromium.org,sky@chromium.org,thomasanderson@chromium.org,msisov@igalia.com Change-Id: Id1f451c6b8a9aeeaa48a8d12da2776b8676aca09 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1085700 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376482Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801565}
-
edchin authored
This CL improves performance of Close All and Undo Close All by processing in batch. Bug: 1092371 Change-Id: I7704a537c4302cb8acc12190d2402aae2ae7c937 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370518 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801564}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/41db2fb64914..ff77947e7ecc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I25ff298ff308c17794a6bd8382425a24d53ad198 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376348Reviewed-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@{#801563}
-
Gang Wu authored
Bug:1119882 Change-Id: If328575a06abb271b9b775007b59cca69b6795fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2366658Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801562}
-
Zentaro Kavanagh authored
- All the instances here were either in the translation description. None were displayed to end users in UI. Bug: None Change-Id: Id1fd682af180a9026161c8ad0444b7613f82aeaf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375734 Commit-Queue: Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#801561}
-
Eric Robinson authored
The current behavior of AdsPageLoadMetricsObserver (APLMO) is to stop observing when chrome is backgrounded and report all histograms because it is unknown if proper reporting will occur. While this behavior is desired, it also means that the observer stops monitoring the page, preventing it from properly triggering when a Heavy Ads intervention occurs. This change finalizes histograms when chrome is backgrounded, but has APLMO continue observing after that time. This also adds testing around FlushMetricsOnAppEntersBackground functionality, as no testing of that existed previously for the APLMO. Bug: 1103699 Change-Id: Ib4f5eeb0b90a30e3189e0490cbb13df5b1e49e43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2305675Reviewed-by:
John Delaney <johnidel@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#801560}
-
Carlos IL authored
URLs where the TLD is separate from the host, which can happen for URLs of the form http://LTR.RTL/RTL, were displayed with a blank spot when elision was enabled. This CL changes this so the in between section, which is not elided in this case, is also not colored transparent. Bug: 1117631 Change-Id: I9bba2d2c0d494a4021b8c8edaacc87084e040964 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368458Reviewed-by:
Tommy Li <tommycli@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#801559}
-
Mike Dougherty authored
Removes usage of web::tests::HttpServer which has been replaced by direct usage of embeddedTestServer through |self.testServer|. Bug: 891834, 1121505 Change-Id: Iebfd9aae926fdc7d48fb3ee52a44ebacc59d0768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376406 Auto-Submit: Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#801558}
-
Noah Rose Ledesma authored
crrev.com/c/2363256 introduced filtering the default device out of the list of audio devices sent to the UI. That change did not update the logic regarding when to hide the UI however. This change adds that missing functionality. Bug: 1118193 Change-Id: I13ef0e3028eabcae621f8149bc7371fc5436420c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2373271 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#801557}
-
Gang Wu authored
This CL add two more variations of action bar items for the app menu. Bug: 1119353 Change-Id: I428985de426acbdf5db53b71f45b2225fe4cf2fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364052Reviewed-by:
Mark Pearson <mpearson@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Gang Wu <gangwu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801556}
-
Tibor Goldschwendt authored
Extend - #ntp-iframe-one-google-bar - #ntp-one-google-bar-modal-overlays - #ntp-webui Features still haven't fully launched yet and flags allow us to more easily test in e.g. Chrome Canary. Fixed: 1121060 Change-Id: I20987e07ff4469bb096db8b6a5d1390b05f99101 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376308Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#801555}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e95b5d6ad52b..b09f2bb2f282 2020-08-25 sokcevic@google.com Revert "Warn when non-inclusive parameters are used" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@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/+doc/master/autoroll/README.md Bug: chromium:1098560 Tbr: ehmaldonado@google.com,sokcevic@google.com,ajp@google.com,apolito@google.com Change-Id: I159cff0b3c8f843e3091ee0b489a782c74975f87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375718Reviewed-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@{#801554}
-
David Bokan authored
This CL adds an interface for the InputHandler implementation to communicate with the compositor. This CL is a start that mostly just imposes an interface on the existing structure of these objects. Future CLs will continue to refine this into an interface that makes sense for the compositor to expose. In particular, there are some cases that definitely shouldn't be part of the compositor interface that require an "escape hatch" where ThreadedInputHandler currently uses a reference to the LayerTreeHostImpl: - cc::Viewport - The compositor Animation system - FrameTrackers and metrics - BrowserControls - Scrollbar Animations - Interaction with the PropertyTrees These will need additional thought and more meaningful changes so will be done separately. Bug: 915926 Change-Id: I4bc79478f387614712c0f74bcb3c1355a917f591 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2359390Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#801553}
-
Yue Zhang authored
This CL reverts the changes in TabListMediator initialization in http://crrev.com/c/2326858 to help identify the cause of a related crash. Bug: 1116985, 1111122 Change-Id: Ib1131418ac0ce6f60a76d3dea23ea80eb5a2ca03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375885 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#801552}
-
Xianzhu Wang authored
When a scrollbar contains composited child, the overlay scrollbars may need to paint above the composited child, which requires the scroller to use composited scrolling. Bug: 1120957 Change-Id: I1d32a68a71ae245e42d6649c93d4351455f026e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370714Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#801551}
-
Xiaocheng Hu authored
Bug: 1121748 Change-Id: I9b36df448e2513a276b2ad4e1a486adfb501626a NoTry: True Tbr: chrisha@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2376370Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#801550}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/41db2fb64914..ff77947e7ecc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I3d430d4d52c66f2de50fc87fa6229d7f08a2e94f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375794Reviewed-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@{#801549}
-
Nohemi Fernandez authored
Currently the button is hidden during sign-in, which causes the left-aligned buttons to become center-aligned. Instead of hiding the button, disable it to ensure there is no user interaction and buttons remain aligned. Bug: 1113687 Change-Id: I71f3d766c27f83d1d9a513f042338ecf81fe6a22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375345 Auto-Submit: Nohemi Fernandez <fernandex@chromium.org> Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/master@{#801548}
-
Sam Maier authored
ParseFromString will fail if given a raw resource since it expects a compiled xml file. Change-Id: I2a92b3cd48e8cfc1eb402106689f3596fe960e73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375901 Auto-Submit: Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#801547}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5660e8b4414b..3cce1125f027 2020-08-25 adlai@google.com Simplify the Metal Compiler wrapper code 2020-08-25 csmartdalton@google.com Remove Sk2f usage from curve rotation calculations 2020-08-25 csmartdalton@google.com Add "radial edges" to tessellated stroking 2020-08-25 johnstiles@google.com Fix cases of variable shadowing in SkSL. 2020-08-25 jlavrova@google.com Reland "ICU: SkShaper (bidi iterator only)" 2020-08-25 egdaniel@google.com Don't used cached memory for buffers in vulkan. 2020-08-25 johnstiles@google.com Filter transformed atlas images correctly on GPU. 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 mtklein@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: mtklein@google.com Change-Id: Ic5ea62201fdff5d000db55089ad398052d4b551a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375719Reviewed-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@{#801546}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7ce9947d8103..d19c08c9ed8d 2020-08-25 courtneygo@google.com Fix ASAN issue with FastIntegerMap.BasicUsage 2020-08-25 syoussefi@chromium.org Fix sub-invalidate of incomplete framebuffers 2020-08-25 ianelliott@google.com Convert the EGL end2end tests to use RAII types/macros 2020-08-25 syoussefi@chromium.org Vulkan: Remove Host->device availability barrier. 2020-08-25 syoussefi@chromium.org Vulkan: Remove BarrierType 2020-08-25 msisov@igalia.com X11 and Ozone: fallback to X11 backend for tests. 2020-08-25 syoussefi@chromium.org Vulkan: Remove the flipViewportY feature 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll SPIRV-Tools from 4dd122392f3a to 12df3cafeee0 (2 revisions) 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-ValidationLayers from 76e8dee41452 to e798df982b1b (20 revisions) 2020-08-25 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Vulkan-Tools from eceb318c06a2 to dda8dabe9eb3 (1 revision) 2020-08-25 syoussefi@chromium.org Vulkan: Simplify image read barrier necessity check 2020-08-25 m.maiya@samsung.com Vulkan: Add FastIntegerSet and FastIntegerMap class 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 courtneygo@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/+doc/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-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1085700,chromium:1119669 Tbr: courtneygo@google.com Test: Test: angle_unittests.exe --gtest_filter=FastInteger* Change-Id: I6c96ef27a45cb7e3324b329b64dea71261dcc0e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375717Reviewed-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@{#801545}
-
Eric Seckler authored
Missed this in crrev.com/c/2359078. Bug: 1081760, 1120331 Change-Id: Ibbda4055961a88beef107ad6cd7cac4df6ef22c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369212 Auto-Submit: Eric Seckler <eseckler@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Cr-Commit-Position: refs/heads/master@{#801544}
-
Morten Stenshorne authored
TBR=ikilpatrick@chromium.org Change-Id: I1764e0047c9113e5f9508ab9fd6117d1f4d43985 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375429Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#801543}
-
Mustaq Ahmed authored
Bug: 826293 Change-Id: I276454b8fbb5b168c84498881e5f2c6223f56426 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375926Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Cr-Commit-Position: refs/heads/master@{#801542}
-
Miriam Zimmerman authored
BUG=None TEST=CQ Change-Id: I4c7435a686e06d971a837f18443c790de3a8ee35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375692Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Ian Barkley-Yeung <iby@chromium.org> Commit-Queue: Miriam Zimmerman <mutexlox@chromium.org> Cr-Commit-Position: refs/heads/master@{#801541}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ff77947e7ecc..7023f47299aa 2020-08-25 lri@google.com Merge "producer: Batch commit requests to service." am: 4b628c424e 2020-08-25 aninditaghosh@google.com tp: Bind httpd to IPv6 address. am: ff77947e7e 2020-08-25 treehugger-gerrit@google.com Merge "Added Flow Events panel for selected slice" am: 41db2fb649 2020-08-25 lalitm@google.com Merge "ui: mark non-IO uninterruptible sleep in a different colour" am: b689b0a3dd 2020-08-25 treehugger-gerrit@google.com Merge "Fix typo in sqlite BUILD define" am: d6482730a5 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5a43d253e0e3794dcf4b0fdab2de9b27be971d4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375793Reviewed-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@{#801540}
-
Haiyang Pan authored
This reverts commit d9c15d99. Reason for revert: Add content_browsertests back to L CQ as the pool capacity looks good in the past 1 month: http://shortn/_fH8EgE863q Original change's description: > android: Temporarily remove content_browsertests from L CQ builder > > Bug: 1102974 > Change-Id: Ic61b2a997ab9c80aa5bf684713625a465a3257ec > No-Try: true > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2285259 > Auto-Submit: Haiyang Pan <hypan@google.com> > Reviewed-by: Stephen Martinis <martiniss@chromium.org> > Commit-Queue: Stephen Martinis <martiniss@chromium.org> > Cr-Commit-Position: refs/heads/master@{#786014} TBR=martiniss@chromium.org,hypan@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1102974, 1116620 Change-Id: I98ad67f5b3cb587fc1e0b9cc1d24450f9d7a9eb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2375696 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#801539}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 102 histograms that show frequent access in the past 90 days. These are the 90% most frequently used histograms over that time that do not already have a date later than or within 60 days of 2020-11-23. TBR=chromium-metrics-reviews@google.com Change-Id: Ib7784db31c75622a48f6365cb8c2f49b1e1ea0c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2374934Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#801538}
-