- 26 Mar, 2020 40 commits
-
-
Samuel Huang authored
For SuperSize in general: * Improve abstraction for Run(), which exists for modes {archive, html_report, start_server, console, diff, save_diff}: Change the |parser| param to a callback |on_config_error()|, since |parser| is used exclusively for |parser.error()|. For archive.py: * _RunInternal(): Move logic to assign |knobs| member variables based on |args| into SectionSizeKnobs.modifyWithArgs(). * Not using __init__() since SectionSizeKnobs is used in test, which does not have |args|. * Inject "deduced arguments" into |args| via setattr(), to reduce function param footprint. List of deduced arguments: * extracted_minimal_apk_path: Was passed as function param. * Cannot just replace |apk_file|: It's written into metadata. * any_path_within_output_directory: Was deduced as |any_path| from {apk_file, minimal_apks_file, elf_file, map_file}. * is_bundle: Was deduced by the presence of |minimal_apks_file|, and passed as function param. * Simplify _DeduceMainPaths() by extracting _DeduceNativeInfo(). * Use |knobs.analyze_native| instead of |args.java_only| as the decision variable, to be more precise. Change-Id: Iffccd6b3072d95372eacb7091fe80cc172495334 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121742 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#753626}
-
Robbie Gibson authored
As Text Zoom uses the URL host as its persistence key, Google AMP urls are all persisted under "www.google.com," which is not ideal. To fix this, if the url is an AMP url, identified using the heuristic that all AMP urls are www.<google domain>.com/amp/, the persistence key is www.google.com/amp. Also, when navigating to an AMP page from Google Search/News, no actual navigation takes place. Instead, the page is presented using Javascript. To make sure that the newly "loaded" page has the correct zoom level, the zoom level is set in DidFinishNavigation if the page navigated to is a Google AMP page. Bug: 1063836 Change-Id: I2282cbacf938eaaf0f7d03925dbe9e60b8fee213 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119541Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#753625}
-
Kevin Ellis authored
calls Various web-animations API calls can trigger changes that would not be experienced during the normal play of a CSS animation. For example, seek operations can trigger a restart on a finished animation. Bug: 1059968 Change-Id: I05bf78a3706aad06c014aa0d1dae03de5f18236a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115880Reviewed-by:
Majid Valipour <majidvp@chromium.org> Commit-Queue: Kevin Ellis <kevers@chromium.org> Cr-Commit-Position: refs/heads/master@{#753624}
-
Friedrich Horschig authored
This CL should have no user-visible changes at all. This CL addresses post-commit comments from https://crrev.com/c/2087679 and applies some further recommended clean-ups recommended in https://crrev.com/c/2087623 in all of password_check{,_test}.js: - drop params from observer functions - drop redundant 'test' prefix from all tests - replace uses of throw with assertNotReached() Bug: 1047726 Change-Id: I93c075a218c6f7c97f4eedc56b39d741e8983b9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093445 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#753623}
-
Patrick Monette authored
This reverts commit 8e70db4d. Reason for revert: Made a test flaky Original change's description: > [PM] Connect dedicated workers to their client frames in the graph. > > Bug: 993029 > Change-Id: Iae20fa0ede4421782fc5fbf2851d21c83cfbf4c8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095452 > Commit-Queue: Patrick Monette <pmonette@chromium.org> > Reviewed-by: Sigurður Ásgeirsson <siggi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753319} TBR=pmonette@chromium.org,siggi@chromium.org Change-Id: Ibb2d0ad5ed6e5d35be052e0324fcbf7954219070 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 993029, 1064772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122248Reviewed-by:
Patrick Monette <pmonette@chromium.org> Commit-Queue: Patrick Monette <pmonette@chromium.org> Cr-Commit-Position: refs/heads/master@{#753622}
-
Xida Chen authored
This reverts commit fd2cb104. Reason for revert: causing crash Original change's description: > [throughput] Track last frame > > It could happen that after a BeginImpl(Main)Frame is reported, a tracker > is scheduled to terminate. In this case, any subsequent handling of > that impl(main)-frame will be lost. In other words, we completely lost > track of the last frame. > > This CL fixes the impl frame, the fix for main frame comes later because > this CL is already big. > > Bug: 1055844 > Change-Id: I1cc65e9a5d973ecb67c83105be03f7bc08139dae > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079134 > Commit-Queue: Xida Chen <xidachen@chromium.org> > Reviewed-by: Robert Flack <flackr@chromium.org> > Cr-Commit-Position: refs/heads/master@{#752529} TBR=flackr@chromium.org,xidachen@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1055844 Change-Id: I5c96139dd4eb8bd38d2133a1b9d8d4d69bacff18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122041Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#753621}
-
Mikhail Khokhlov authored
The builders will build Perfetto binaries (initially, only trace_processor_shell) necessary to process traces and upload them to GC. This CL contains LUCI, MB, and test configuration. The test configuration is a kind of stub, and might change when I figure out how to call the script with the necessary arguments. See crrev.com/c/2041513 for build-side changes. Bug: 1050517 Change-Id: I656094de06cc1ecfbd253080ca6b5567ba6b71d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054231 Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Reviewed-by:
Aaron Gable <agable@chromium.org> Cr-Commit-Position: refs/heads/master@{#753620}
-
W. James MacLean authored
Removing the diagnostic logging, as we've learned what we need to from it. TBR=alexmos@chromium.org Bug: 992419 Change-Id: I03ec823d02a9df0be61144eb942c5781a2ae9136 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122038Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#753619}
-
Colin Blundell authored
This CL adds verification of the behavior of the URL display to the tests of WebLayer's external intent launching: - When a normal navigation occurs, the displayed URL should be updated accordingly. - When an intent is blocked from launching, the displayed URL should remain that of the previous navigation. - When an intent is launched, the displayed URL should remain that of the previous navigation. This CL also changes the tests so that the navigations to intents are not the initial navigations in the Tab. The reason is that intent launching on initial navigations is a special case; we will add specific tests for that case in a followup. As preparation for those tests, this CL also moves the launching of the shell into each test so that the tests explicitly specify whether the shell should be launched with an initial URL (and hence navigation). Bug: 1029710, 1031465 Change-Id: I7a5fe59dd3010f3f1d7eceaa7294e121d88cd99e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120302 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Cr-Commit-Position: refs/heads/master@{#753618}
-
Allen Bauer authored
Bug: 648382 Change-Id: Icfb51ac00ad10173626866058d78f31515ec3b1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119793Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#753617}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 8370b406. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 8370b406 "wpt: remove weird pattern from webrtc simplecall-no-ssrcs" 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 Directory owners for changes in this CL: drott@chromium.org: external/wpt/css/css-text-decor NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I0b2f4e50196e0f87967d59627741d3802ada192c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121316Reviewed-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@{#753616}
-
Javier Ernesto Flores Robles authored
Credential protocol to be used independently of the type of underlying object. This way we can switch them easily to managed objects, if archivable objects are not fast enough for searching / loading. Bug: 1045456 Change-Id: I3e97535b19ba33e2304ec72dee36cd5569b70980 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120581 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#753615}
-
Clemens Arbesser authored
The groundwork for this was already done a while back. This CL splits the creation of interaction events into two independent parts: native -> java, with dynamic resolution of views by identifier java -> native, with static resolution at time of creation This has the advantage that all native->java interactions can be created at any time, in particular, before or during views creation. This is in preparation for implicit view interactions, i.e., interactions that are implicitly defined as part of a view definition and which need to be created during view creation. This is a refactoring only and should not contain user-facing changes. Bug: b/145043394 Change-Id: I19fe9e320e8fd7336102ed017eeb730a24a021f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119860 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Marian Fechete <marianfe@google.com> Cr-Commit-Position: refs/heads/master@{#753614}
-
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: I9c3e1f78cefe198c698a23103d03af644a1571d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2122147Reviewed-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@{#753613}
-
Nico Weber authored
- Suppresses several -Wunreachable-code warnings - Makes it clearer this is a build-time constant - Removes half a use of GOOGLE_CHROME_BUILD in a .h file No intended behavior change. Bug: 346399,961769 Change-Id: Idb574bc2bb8e55e9b060f7fd743242904b291725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120269 Auto-Submit: Nico Weber <thakis@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#753612}
-
Nohemi Fernandez authored
Adds a flag to the upgrade sign-in flow to use the new sign-in architecture and updates the user sign-in coordinator to ensure that the orientation restrictions are applied. Bug: 971989 Change-Id: I9f844029ba81b54c396d72d62e50ea565bf28b24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120501Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Nohemi Fernandez <fernandex@chromium.org> Cr-Commit-Position: refs/heads/master@{#753611}
-
David Benjamin authored
Bug: 1053260 Change-Id: I40970424735ff7af4e8476d037adbf88594042d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120457Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Victor Vasiliev <vasilvv@chromium.org> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#753610}
-
Alice Wang authored
This CL moves the static helper method AccountManagerFacade.canonicalizeName to AccountUtils. This facilitates the extraction of AccountManagerFacade interface for later. Bug: 1057040 Change-Id: I92665e3975d94e36fe05171e77607cf20264e438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115545 Commit-Queue: Alice Wang <aliceywang@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#753609}
-
Peng Huang authored
This is a reland of 105f5197 Original change's description: > Reland "VulkanImage: support create from GpuMemoryBufferHandle on Android" > > This is a reland of 838eb034 > > Original change's description: > > VulkanImage: support create from GpuMemoryBufferHandle on Android > > > > VulkanImage::CreateFromGpuMemoryBufferHandle() is added to replace > > VulkanImplementation::CreateVkImageAndImportAHB(), and will replace > > VulkanImplementation::CreateImageFromGpuMemoryHandle() as well. > > > > Bug: None > > Change-Id: I7c6e3cea685f1ec305790f4a6d7bb66164f26e55 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114587 > > Commit-Queue: Peng Huang <penghuang@chromium.org> > > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > > Reviewed-by: Vasiliy Telezhnikov <vasilyt@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#753394} > > TBR=rjkroege@chromium.org,vasilyt@chromium.org > > Cq-Include-Trybots: luci.chromium.try:android_archive_rel_ng > Bug: None > Change-Id: Ie6132474ef4a386ed661116aa8f580fd8460901d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121442 > Reviewed-by: Peng Huang <penghuang@chromium.org> > Commit-Queue: Peng Huang <penghuang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#753501} TBR=rjkroege@chromium.org,vasilyt@chromium.org Bug: None Change-Id: Ie9c83df2711431373c6eed4794be19640de9702f Cq-Include-Trybots: luci.chromium.try:android_archive_rel_ng Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119888Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#753608}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/12da77257204..95fc5a325168 git log 12da77257204..95fc5a325168 --date=short --first-parent --format='%ad %ae %s' 2020-03-26 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@95fc5a325168 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 robertphillips@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 Bug: None Tbr: robertphillips@google.com Change-Id: If548863428477f4e4a291a2f30cb327dd5d732f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121960Reviewed-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@{#753607}
-
Tim Schumann authored
It's flaky since about March 24. TBR=dtseng@chromium.org BUG: 1064947 Change-Id: I6d725d113dcaa2930953fc54d9a58864cd7cc010 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121379Reviewed-by:
Tim Schumann <tschumann@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Auto-Submit: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#753606}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/7a58e5b713c3..bf6b8d4a16ae git log 7a58e5b713c3..bf6b8d4a16ae --date=short --first-parent --format='%ad %ae %s' 2020-03-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-headers/src fb7f9c9bcd1d..0e78ffd1dcfc (1 commits) 2020-03-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-loader/src ff44f21a0178..acbf316040c3 (1 commits) 2020-03-26 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 540bdf92531d..77090261dabc (10 commits) Created with: gclient setdep -r src/third_party/angle@bf6b8d4a16ae 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 cnorthrop@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: cnorthrop@google.com Change-Id: Ie715b41c9008e31c7da86e4c6b70eca172ec359b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121958Reviewed-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@{#753605}
-
Abhijeet Kandalkar authored
Migrate this test out of third_party/blink/web_tests/css3/flexbox and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749 Change-Id: Ic349ba3da8ad6ad2a3279c7995ced09bbfa30ef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120673 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#753604}
-
Nicolás Peña Moreno authored
Now that FID is fixed in PLM tests, we can successfully add a test where FID is recorded after a click. Change-Id: I31e707afe7cdb8c02ab43f5a781731c9b43ec7d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120747Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#753603}
-
Harald Alvestrand authored
Removes the RTCDtlsTransport and RTCSctpTransport features. These have been "stable" since May 2019. Bug: chromium:944027 Change-Id: I47d5aec2d7551980734fb1f13abd26d41955eeb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120579 Auto-Submit: Harald Alvestrand <hta@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Philip Jägenstedt <foolip@chromium.org> Commit-Queue: Philip Jägenstedt <foolip@chromium.org> Cr-Commit-Position: refs/heads/master@{#753602}
-
Roman Aleksandrov authored
Bug: 1063706 Change-Id: I01bb41f49eb8a20e4ffe9bb77f489920404417dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120294Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#753601}
-
Eric Seckler authored
The system tracing producer doesn't currently support startup tracing in the child processes. If we pass on startup tracing flags, the ProducerClient will enable itself in spawned child processes, and thus prevent the SystemProducer to enable tracing when instructed by the service later. Until the SystemProducer supports startup tracing, we shouldn't try to enable it for the child processes. Change-Id: I6d42b2d705f60d935bd104fe66bb159793bebda2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116054Reviewed-by:
Stephen Nusko <nuskos@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#753600}
-
Sasha McIntosh authored
In the linked bug, we cut a hole in the background that is occluded by the foreground app folder. This hole changes the background blur and we see that around the foreground occluder there is less blur. Bug: 1059734 Test: DisplayTest.DrawOcclusionWithIntersectingBackdropFilter Change-Id: I665b483ed4bede53b9e4640962a3ccf8d16de3fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097512 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#753599}
-
Tim Schumann authored
They are still failing on Linux https://ci.chromium.org/p/chromium/builders/ci/Linux%20Tests?limit=200 TBR=bsheedy@chromium.org BUG: 1056235 Change-Id: I2b1e47411b2fd450f06494dee2c4864c252e9ba0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121260Reviewed-by:
Tim Schumann <tschumann@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Auto-Submit: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#753598}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4f77e105e33d..d3f547209d8b git log 4f77e105e33d..d3f547209d8b --date=short --first-parent --format='%ad %ae %s' 2020-03-26 jacktfranklin@chromium.org Component bridges generation Created with: gclient setdep -r src/third_party/devtools-frontend/src@d3f547209d8b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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 Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I7df0d14aa22567e6210628283acb7b3eefddbc07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121959Reviewed-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@{#753597}
-
Ali Juma authored
This CL makes us use iOS-specific Safe Browsing lists on iOS. Bug: 1028755 Change-Id: I675531f4f2fe155a0480ca31e36d7ceb21122b20 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121048Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#753596}
-
Tim Schumann authored
It's flaky on Mac. TBR=rdevlin.cronin@chromium.org BUG: 1064929 Change-Id: I4e0ffd4da0c154c020882f1d04353005f1cbe5f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121258Reviewed-by:
Tim Schumann <tschumann@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Auto-Submit: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#753595}
-
Tim Schumann authored
It's flaky on Linux CFI. Bug: 1026064,1063844 TBR=dpapad@chromium.org Change-Id: I326ee2e51362605bc284b8e9388548dbc0168196 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121257Reviewed-by:
Tim Schumann <tschumann@chromium.org> Commit-Queue: Tim Schumann <tschumann@chromium.org> Auto-Submit: Tim Schumann <tschumann@chromium.org> Cr-Commit-Position: refs/heads/master@{#753594}
-
Philipp Hancke authored
signal msid and prefer the event.streams[0] in ontrack. The previous behaviour was probably done for backward-compability. Bug: none Change-Id: Ice7b1763fa8443469031c1555e1d51e473eadcd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116220Reviewed-by:
Henrik Boström <hbos@chromium.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#753593}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/21a3f16268e9..658779b63e6b git log 21a3f16268e9..658779b63e6b --date=short --first-parent --format='%ad %ae %s' 2020-03-26 treehugger-gerrit@google.com Merge "tracing_service_impl: Add support for producer name regex filtering" Created with: gclient setdep -r src/third_party/perfetto@658779b63e6b 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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: I5b2020d5b8146e6ede93e89cf50547a8e51485dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121957Reviewed-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@{#753592}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d3c51099. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 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 Directory owners for changes in this CL: bjonesbe@adobe.com: external/wpt/css/css-shapes drott@chromium.org: external/wpt/css/css-text-decor drott@chromium.org, kojii@chromium.org: external/wpt/css/css-fonts kojii@chromium.org: external/wpt/css/css-text/overflow-wrap rego@igalia.com: external/wpt/css/css-ui NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I2451cfb11b9404a54ed7d2c2a974c8501a4dd68e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121282Reviewed-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@{#753591}
-
W. James MacLean authored
It seems like the implementation for PDFiumEngine::RotateInternal() was removed, but not the function declaration. This CL removes the declaration. Bug: n/a Change-Id: I978d2173bc085b752af0710b754393a9b6b14e2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119380Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: James MacLean <wjmaclean@chromium.org> Cr-Commit-Position: refs/heads/master@{#753590}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b1128ddc5b31..7e1439b863bd Created with: gclient setdep -r src-internal@7e1439b863bd 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 Bug: None Tbr: jbudorick@google.com Change-Id: I05add8b578450054149350f9e8c75ed95c7e4132 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121956Reviewed-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@{#753589}
-
Bo Liu authored
Follow up to r654240 Apparently on apps that does not end up resizing the FullScreenView from the WebView, avoiding a resize cause odd problems such as FullScreenView not getting forwarded key events or not being on top of other views as it should be. Instead set the initial height to be arbitrarily 5 pixels less in height. This avoids affecting the compositing pipeline significantly, since height changes generally has small effects on layout. Bug: 1054286 Change-Id: Ia5bbb384a75736784e660567dd7e36bacbc4b5b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119802Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#753588}
-
Alex Ilin authored
Reauth dialog uses SigninViewControllerDelegateViews as a webview container. Relevant navigation events are handled by ReauthTabHelper. SigninViewControllerDelegateViews required a slight change to display a close button in the top right corner. Bug: 1045515 Change-Id: I688b93eef8e8549aaf1c489c73655378e4e858ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111100 Commit-Queue: Alex Ilin <alexilin@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#753587}
-