- 19 May, 2020 40 commits
-
-
Liquan (Max) Gu authored
Before: On ExpandablePaymentHandler, long press a text on the WebContents, no selection popup (aka action mode)is shown. After: On ExpandablePaymentHandler, long press a text on the WebContents, selection popup is shown. The selection popup has the basic text processing actions like copy, paste, select all. Change: * Initiate SelectionPopup for the WebContents of PaymentHandlerCoordinator. Bug: 1046952 Change-Id: I19934f04d73bb8337e4f568bdc3b4e00353d6dfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204640 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Cr-Commit-Position: refs/heads/master@{#770305}
-
Caitlin Fischer authored
The motivation for migrating this Java test is that it started flaking on an FYI builder. Bug: 1061212, 1049736 Change-Id: I5d2bea89cc9fbfd361e60cef3c160b20697f07f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2200422 Commit-Queue: Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#770304}
-
Allen Bauer authored
NotificationMenuView Bug: 1044687 Change-Id: Ie7b3c57bef5d55d306e5f083d709cc29a8bb0444 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209493Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#770303}
-
Chris Hamilton authored
This adds a main thread counterpart to the GraphOwned and GraphRegistered concepts. It allows the PM to be used as rendezvous point on the main thread, and enables clean lifetime management. A follow-up CL will rework all existing observers and mechanisms to use these concepts, cleaning up several singletons. Change-Id: I14ba38ca7502c52017a4a84473197b5123bbd93d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203226 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770302}
-
Sergey Poromov authored
As requisition has nothing to do with device cloud policy, it should be extracted to the right place. This change is just a simple no-op refactoring that doesn't change any logic or lifetime of the objects. Follow-up ones will change the logic properly. Bug: 383695 Test: Run tryjobs Change-Id: Ic2f8a526bb5fd81f9abfe576baebcf1303c41ec1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207195Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#770301}
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/7e802793566c..87616f7ce2ea 2020-05-19 dschuff@chromium.org Rename ARM builders If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/nacl-autoroll Please CC mseaborn@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/+doc/master/autoroll/README.md Bug: chromium:1076899 Tbr: mseaborn@chromium.org Change-Id: Ia9404115f1df2b0a06386b73af2abe5bf9a2d046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209477Reviewed-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@{#770300}
-
David Black authored
Non-system notification types are no longer supported and we can easily revert this CL later if need be. Bug: b:153495778 Change-Id: Id900b384e5713e971b0014a33aad0360b58b9e5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204266Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#770299}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1589903980-9824f0da2e5a5b705292a405f6736e894a220581.profdata to chrome-mac-master-1589918391-a0887a91c82b4d67a3cc1bb913e11420854f3688.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com Change-Id: I6df79bef7c5c818520f97bc6aef9b8894065ff16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209485Reviewed-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@{#770298}
-
shrekshao authored
Related flakes: https://ci.chromium.org/p/chromium/builders/try/android-marshmallow-arm64-rel/558210? No-Try: True Tbr: kbr@chromium.org Bug: 1082525 Change-Id: I6a0c4ebef33d9c56d3b98456669ca0b55a6821ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209532Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#770297}
-
Kevin Babbitt authored
Windows Narrator needs a way to determine the boundaries of a "browser tab" in the UIA tree for the purpose of scoping certain commands. In email conversations, we've proposed using "topmost element with a ControlType of Document and an implementation of TextPattern" as that boundary. This CL adds a test as a backstop against changing that element. AX-Relnotes: n/a Bug: 1084249b Change-Id: Icce3d78bc9ab1f0c4a2f4ffaed22635a2a28f3c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207937 Commit-Queue: Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Cr-Commit-Position: refs/heads/master@{#770296}
-
Tomasz Wiszkowski authored
This change allows long text suggestions to reveal their content by wrapping around. Gallery: http://gallery/projects/MCHbtQVoQ2HCZagVm68s-q2A/files/MCH3vYMThUXAZMDbz-OKEqND Bug: 1077360 Change-Id: Ia809b4724d0ca06ca431038a105998af71265b34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207959 Commit-Queue: Ender <ender@google.com> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#770295}
-
Katie D authored
Allows users to focus into and out of the caption bubble using F6, which rotates focus between focusable panes. AX-Relnotes: N/A Bug: 1055150 Change-Id: I82efd54644fbc1cada2cb3e2f5cf4c52da21336a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197255Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Abigail Klein <abigailbklein@google.com> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#770294}
-
Rushan Suleymanov authored
Currently deduplication is made in ModelTypeWorker based on |originator_client_item_id| which may be not equal to GUID for legacy bookmark entities. This implies possibility of duplicates in GUIDs. This patch introduces UMA histograms to log different cases of duplicates and a feature toggle to disable new behaviour if needed. Duplicate entities are thrown away by creation time of the entity: the latest one will remain. Bug: 1081061 Change-Id: If7c9ddb323c85e6bf3cccf45e0e088bcb11f202b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2199290 Commit-Queue: Rushan Suleymanov <rushans@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#770293}
-
Alex Gough authored
Prelude to removal of WithSandboxType API. See linked bug for rationale. Does not change behavior. Bug: 1065087 Change-Id: Ia0ea4ee060941383fdc52274a067fd9ad33f0f1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202960 Commit-Queue: Alex Gough <ajgo@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#770292}
-
Anders Hartvoll Ruud authored
Due to limits in how HashMap works, the full integer range is not usable when using an integer as the key: two values must be chosen to represent the empty value, and the deleted value. For the default hash traits, this is 0 and -1 (0 and ~0 for unsigned). The MatchedPropertiesCache currently excludes 0 from being cached, but neglects ~0. Also, the exclusion is not explained, so it looks like unnecessary magic if the reader is not familiar with the quirks of the default HashTraits. This CL check for hash validity using HashTraits<unsigned>:: EmptyValue() and ::IsDeletedValue, which explains a bit better why certain hash values are excluded. Bug: 1057072 Change-Id: I8b178a3608365660099041c84a1a659e3efb5ffc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2195983Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#770291}
-
Nate Fischer authored
This adds CHECKs to verify the chrome_user_metrics_extension proto is correctly formed for WebView. We see records on the backend which are missing system_profiles (and other fields). This adds CHECKs to catch this scenario and provide more info for why this is happening. Bug: 1081925 Test: None Change-Id: I7a58edfc0679798bd50e1dac6da9defff76a0c93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197481 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#770290}
-
Oriol Brufau authored
The layout changes from r728894 were reverted in r758566. It doesn't seem that we will be able to reland that soon, so this patch reverts the WPT tests. Some modifications are kept as new tentative tests. BUG=1024927 Change-Id: I36e59f192dac713fe1799c14cbd4f8c83ee39bb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207241 Commit-Queue: Oriol Brufau <obrufau@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#770289}
-
danakj authored
If focus was in a child frame, when we navigate to the next test, focus gets lost. For example, without this, running the following tests in order causes a failure: [1/2] paint/selection/text-selection-drag-in-frame-scrolled.html passed [2/2] paint/selection/text-selection-newline.html failed unexpectedly (image diff) R=avi@chromium.org Bug: 1083790, 866140 Change-Id: I7e5962e8e74bdf904e05445cd4d634daf259ca75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209377 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: danakj <danakj@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770288}
-
Timothy Gu authored
Since If6853404f1e87de4f95a24f6231282543814bd63, the "uuid" variable has been referring to the MD5 of a fixed string. Update the comment as such, and remove the now-unneeded .uuid file writing. Also update test_fonts/README.chromium as the manual UUID change is no longer necessary or effective. Bug: 767754 Change-Id: I07a9b10a631e755877cbcb7df40a53359329f8a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209397 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Timothy Gu <timothygu@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#770287}
-
danakj authored
The test is failing because it is performing a compositor frame while hidden. The test uses runAfterLayoutAndPaint() in ways it does not need to, so move it to use requestAnimationFrame() directly to see if that helps. While doing so, I noticed that the triangles drawn while hidden are not lost if a requestAnimationFrame() draws while inside the event listener for page visibility. That is now documented in a comment, with a double call to requestAnimationFrame() to work around it. R=kbr@chromium.org Bug: 1083585 Change-Id: Iefb9a49f7ef337b86f9de898fa71a96cf65d0513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209331Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#770286}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/71e9acb97c77..2671dac29c27 2020-05-19 hbos@webrtc.org Fix all known VideoStreamEncoderTest flakes. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I1ff976fee152a87e82c3bbf70a1b53a77b4a65ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209279Reviewed-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@{#770285}
-
Chong Gu authored
Switch to the updated ViewTokenPair::New() API Replace deprecated PresentView() API call. Behavior should be unchanged. Change-Id: I0db9974424a61b4fa8a39619f218f55e25e7a6eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208178 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#770284}
-
Brian Sheedy authored
Fixes an issue where multiple failures in Skia Gold-backed Android instrumentation pixel tests would result in each triage link getting concatenated to all previous links instead of being reported on its own. Bug: 1084645 Change-Id: I3976d8e7cc10e0f005c06802b1c97239211c2944 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209342 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Auto-Submit: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#770283}
-
David Lechner authored
This removes the BluetoothRemoteGattCharacteristic::WriteWithoutResponse method. There are no longer any users of this method. BluetoothRemoteGattCharacteristic::WriteRemoteCharacteristic can now be used instead since it now takes a |write_type| parameter. This also removes the last use of IsWritableWithoutResponse() so it can be removed as well. Bug: 831524 Change-Id: Ib6c929db61bcee732cf0cd1c5822bde8cfa9a8f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2191234Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Vincent Scheib <scheib@chromium.org> Commit-Queue: David Lechner <david@pybricks.com> Cr-Commit-Position: refs/heads/master@{#770282}
-
Takumi Fujimoto authored
MediaSource shouldn't know whether we're mirroring or remoting. The MRP can switch dynamically between the two modes, and that shouldn't cause the media source ID to change. This CL removes remoting related code in media_soruce*, which is already unused. Bug: 1084155 Change-Id: I83d4327c7906004564663c6a1b983aa4baef7676 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207747 Auto-Submit: Takumi Fujimoto <takumif@chromium.org> Commit-Queue: mark a. foltz <mfoltz@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Cr-Commit-Position: refs/heads/master@{#770281}
-
Austin Eng authored
'release' outputs build products into out/Release, but 64-bit builds are expected in out/Release_x64 on Windows. Bug: dawn:376 Change-Id: I6163eecaa71d1145d4fb23911f1d1494b1c80d97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208969Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#770280}
-
Mike Wittman authored
Bug: 1004855 Change-Id: I27a1f262c470d13aa8b65b3f0df9803685b6e6f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207505Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#770279}
-
John Lee authored
Bug: 1084347 Change-Id: I42f54e5c5c5d9630068fbd41c7f2bc12b3fea3fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208363 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#770278}
-
Marco Paniconi authored
https://chromium.googlesource.com/webm/libvpx.git/+log/1243d2fc27b1..f80e88872394 $ git log 1243d2fc2..f80e88872 --date=short --no-merges --format='%ad %ae %s' 2020-05-15 marpan vp9-svc: Fix key frame update refresh simulcast flexible svc 2020-04-25 neil.birkbeck vp9_firstpass.c: limit mv_limits with MV_MAX in motion_search Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I8448ec3654531a69bb3317839420bf9b63b71496 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209123Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Marco Paniconi <marpan@google.com> Cr-Commit-Position: refs/heads/master@{#770277}
-
Dave Tapuska authored
Get rid of content::InputEvent. Move the mojom traits into blink. No functional changes intended. BUG=1073560 Change-Id: I290da213929167aa431af43565a48f69ff288c3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2197336 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#770276}
-
sebsg authored
This reverts commit 2a23cb68. Reason for revert: Causing compile failure on cast audio Linux https://logs.chromium.org/logs/chromium/buildbucket/cr-buildbucket.appspot.com/8879840634138464160/+/steps/compile/0/stdout Original change's description: > Scale source window during tab drag-and-drop > > This behavior is very similar to tablet mode tab drags from the native > tab strip. Some of this code is copied, and some is shared (through > TabletModeBrowserWindowDragSessionWindowsHider). > > Bug: 1069869 > Change-Id: If5c6f163f7d8af9918be3bc97ca8a91b1df063c1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202507 > Commit-Queue: Collin Baker <collinbaker@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Reviewed-by: Xiaoqian Dai <xdai@chromium.org> > Cr-Commit-Position: refs/heads/master@{#770272} TBR=oshima@chromium.org,xdai@chromium.org,collinbaker@chromium.org Change-Id: I145747ecebeee3e51cc4893dc23b231e4f2a5728 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1069869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209405Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#770275}
-
Clark DuVall authored
This adds a Tab.setData() and Tab.getData() API which allows setting arbitrary embedder specific data on a tab. This data will be saved/restored along with other browser data. Bug: 1079313 Change-Id: Iccc0f17e647c4252768e2b1e69e2c87d9f695de1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2204540Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#770274}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/5a7be3da2119..002f97b35a72 2020-05-19 ehmaldonado@google.com Abort fetch, gclient, gsutil.py when update_depot_tools fails on Windows 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 agable@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/+doc/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I5b5933fb97e6a5413fbd1c595efe11fcb9364660 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209284Reviewed-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@{#770273}
-
Collin Baker authored
This behavior is very similar to tablet mode tab drags from the native tab strip. Some of this code is copied, and some is shared (through TabletModeBrowserWindowDragSessionWindowsHider). Bug: 1069869 Change-Id: If5c6f163f7d8af9918be3bc97ca8a91b1df063c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2202507 Commit-Queue: Collin Baker <collinbaker@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#770272}
-
David Black authored
Bug: b:146669457 Change-Id: Ia8a760cf10902bcac38af7c0b2fae788f0fca627 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208653Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#770271}
-
Zhongyi Shi authored
By stripping out META-INF from the test dist_jar(). Turbine was adding in .class files there, which were confusing proguard. Also R8's stripping caused test failure. Temporarily disable the optimization until the next R8 roll fixes the issue. Bug: 1081443, 1082809 Change-Id: I60676c1f654e8a0d6244493402e51f26ee1de701 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209288Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#770270}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/501473c8d1a3..79b9f51cc09d 2020-05-19 tvanderlippe@chromium.org Let NetworkManager.NetworkDispatcher implements the correct interface 2020-05-19 mathias@chromium.org Consistently format CSS color and opacity values 2020-05-19 sigurds@chromium.org Typescriptify NetworkLog 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/+doc/master/autoroll/README.md Bug: chromium:1011811,chromium:1079233,chromium:1083142 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I5accd675346011e5773175b15f19643710fdac32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209282Reviewed-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@{#770269}
-
Wan-Teh Chang authored
This allows us to display an AVIF image sequence (i.e., animated image) in the browser using the file: URL. This is a follow-up to https://crrev.com/c/2153331. Please see https://aomediacodec.github.io/av1-avif/#avis-mime-definition for the Internet Media Type and file extension for AVIF image sequences. Tested: net_unittests --gtest_filter=MimeUtilTest.* Bug: 1071484 Change-Id: Ia4c3996a0956dc480e697b87da8815fc9ca20f4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2207985Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Commit-Queue: Wan-Teh Chang <wtc@google.com> Cr-Commit-Position: refs/heads/master@{#770268}
-
Henrique Nakashima authored
It is unused. Change-Id: I3ae92bb98164e450e263f269a67e01aa84d94d9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2203022Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#770267}
-
Anastasiia Nikolaienko authored
Bug: 1083147 Change-Id: I369862dbde6d031e39bac5e57be0bbdf53d5c8b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2209057Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#770266}
-