- 28 Oct, 2019 40 commits
-
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<HTMLStyleElement> and DynamicTo<HTMLStyleElement> as new downcast helper 2. Use IsA<HTMLStyleElement>(element) in place of IsHTMLStyleElement(element) Bug: 891908 Change-Id: I6c41fe0a6b0efd5f00580b154cb740e1070b513b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880997 Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#709964}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/d6f6ff7083d1..d039ea0c1799 git log d6f6ff7083d1..d039ea0c1799 --date=short --no-merges --format='%ad %ae %s' 2019-10-28 khokhlov@google.com [tracing/ui] Truncate long thread names instead of showing ellipsis 2019-10-28 simonhatch@chromium.org Dashboard - Add a cron job to update sheriffs Created with: gclient setdep -r src/third_party/catapult@d039ea0c1799 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC simonhatch@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=simonhatch@google.com Bug: chromium:1014544,chromium:1006252 Change-Id: I6509bdf1aef35ed64adce52d1299ecbccc4b6a60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883779Reviewed-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@{#709963}
-
Anastasia Helfinstein authored
The deps/externs for various files got out of sync with what was actually being used. This brings those back to sync. Bug: None Change-Id: I1c1bf99abf3825e4e2acca7945a482cf98021bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877147Reviewed-by:
Chris Hall <chrishall@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#709962}
-
Peter Kasting authored
Also shortens/cleans up some existing code (no functional change). Bug: 82078 Change-Id: I4d3ee878d6c4f6e301dcaaa19e5fc7877bb1b5e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881696 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#709961}
-
Caroline Rising authored
Bug: 1013958 Change-Id: Ic653e7febf1161b23ed1ccc0e2f2b4fecc1f7817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880584 Commit-Queue: Caroline Rising <corising@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#709960}
-
Changwan Ryu authored
When you click a node, it takes some time before the node can be focused. This was not properly considered and caused the flakiness. Test: tried 100+ times on Pixel 2 XL. 50% flakiness --> 0%. Bug: 990209 Change-Id: I6e209495931b51381c04230cd49ac080674206fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880371Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#709959}
-
Juan Antonio Navarro Perez authored
Had written these, but forgot to upload before landing: https://chromium-review.googlesource.com/c/chromium/src/+/1879207 TBR=crouleau@chromium.org Bug: 1001038 Change-Id: I8794343b81129e18736277bad88c23088e3b18fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883722Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Cr-Commit-Position: refs/heads/master@{#709958}
-
Peter Wen authored
Since //components/sync/driver:resources has been broken out of //components/resources as a separate target and separate pak file, it needs to be added back into the iOS app bundle. This fixes the missing iOS dependencies from: https://crrev.com/c/1864564 Bug: 1016465 Change-Id: I0274f5575fd02e0e344fc48619dd05cfda37e51e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883119Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#709957}
-
Adam Ettenberger authored
AXPlatformNodeBase::UpdateComputedHypertext was using an expensive path to navigate unignored children. Replacing use of |ChildAtIndex| with |GetFirstChild| and |GetNextSibling| when iterating unignored children. Now instead of having to walk over all children up to the Nth unignored child for each iteration, it will find the first unignored child, then chain finding each unignored sibling. For the scenario I was measuring, this CL reduced the overall amount of time spent in AXTree::Unserialize by ~77%, and time spent in AXPlatformNodeBase::UpdateComputedHypertext by ~90%! I crafted a document where loading the document resulted in Unserialize having to process ~40k AXNodeData items in one AXTreeUpdate. I used "UI for ETW" to capture perf traces, and WPA to view the data. Before : * Weight in callstack of AXTree::Unserialize : 6424 * Weight in callstack of UpdateComputedHypertext : 5449 After : * Weight in callstack of AXTree::Unserialize : 1457 * Weight in callstack of UpdateComputedHypertext : 447 Bug: 1017829 Change-Id: I0edd29f4bba4811942a96c4f65fa96401dd10cea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879767Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#709956}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/5cb7807a3692..cff20c2615d8 git log 5cb7807a3692..cff20c2615d8 --date=short --no-merges --format='%ad %ae %s' 2019-10-28 sprang@webrtc.org Adds protected bitrate helper methods to RtpRtcpImpl 2019-10-28 hbos@webrtc.org Reland "[PeerConnection] Use an OperationsChain in PeerConnection for async ops." 2019-10-28 brandtr@webrtc.org Add .clangd to .gitignore Created with: gclient setdep -r src/third_party/webrtc@cff20c2615d8 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/+/master/autoroll/README.md TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: Ia38756d59f194fa460075ec01c534f6bb712f1a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883780Reviewed-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@{#709955}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/225301d6dc53..0964988b77ab git log 225301d6dc53..0964988b77ab --date=short --no-merges --format='%ad %ae %s' 2019-10-28 jmadill@chromium.org Fixups to ANGLE_get_image boilerplate. Created with: gclient setdep -r src/third_party/angle@0964988b77ab 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 ynovikov@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=ynovikov@google.com Bug: None Change-Id: Id68127d55be33b570e48139be1ea903d987ff894 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882813Reviewed-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@{#709954}
-
Aidan Beggs authored
This CL ensures that all safety tip heuristics are always run, in lieu of the previous short-circuiting behavior, in preparation for recording metrics. This CL also refactors the reputation check results out into a wrapper struct, to cut down on the number of variables that need to be passed down the call chain. Finally, this CL fixes a few miscellaneous typos. Bug: 1014598 Change-Id: Ibeda24f817f46d8d36f23fab60f30615821e544f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881126 Commit-Queue: Aidan Beggs <beggs@google.com> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#709953}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/91527d03092e..3c3f17f3c2e1 Created with: gclient setdep -r src-internal@3c3f17f3c2e1 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,chromium:None Change-Id: Ifb6c7cb14773711de118fed190f98c045b095cbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882030Reviewed-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@{#709952}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/428b5de64a08..18f5b1a6dd77 git log 428b5de64a08..18f5b1a6dd77 --date=short --no-merges --format='%ad %ae %s' 2019-10-28 rmistry@google.com [Android compile bots] Add comment to CL when both nopatch and withpatch builds fail Created with: gclient setdep -r src/third_party/skia@18f5b1a6dd77 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 jcgregorio@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=jcgregorio@google.com Bug: None Change-Id: Iac5e0d82476d9d05b74ae08ccf53905ef6d6c6fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883776Reviewed-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@{#709951}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/4517c7b883c5..ec12de913124 git log 4517c7b883c5..ec12de913124 --date=short --no-merges --format='%ad %ae %s' 2019-10-27 afdx@google.com spirv-fuzz: rename class, and fix bug related to dominance (#2990) 2019-10-25 afdx@google.com spirv-fuzz: Rework management of data synonyms (#2989) 2019-10-25 afdx@google.com spirv-fuzz: add class to represent equivalence relation (#2988) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@ec12de913124 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,ynovikov@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 TBR=radial-bots+chrome-roll@google.com,ynovikov@google.com Bug: None Change-Id: Iaf5bf4af6f25f4a25653e81bd823e0a23a3fc00d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883062Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#709950}
-
Anastasiia Nikolaienko authored
After attaching device id for secondary account sign-ins (https://crrev.com/c/1859784), old tokens will be revoked automatically. Revocation of the old tokens for account sign-ins with device id attached would also result in revocation of the new tokens. Bug: 1012723 Change-Id: I282aa2117204138cf8d3e5d68c45aee96d6b9cf9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1859783 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#709949}
-
Leonard Grey authored
Bug: 1018333 Change-Id: I0d185dfa8d39a3c07a9d275b64a4c2f00e4c2620 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883873 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#709948}
-
Tommy Steimel authored
This CL fixes the separator line color on Mac by removing the transparency of the MediaNotificationListView. The 12% opacity lines against the transparent list view was part of the issue. The other part is crbug.com/1012024, and while this change makes the lines work properly on Mac, it does not fix crbug.com/1012024. This change also switches from using a hard-coded SkColor value for the line to using the MenuSeparatorColor from the NativeTheme. Bug: 1016717 Change-Id: I60e132e6019722e59bdc0247fc19eedd9ae3d8d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880570Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#709947}
-
ckitagawa authored
Adds a paint preview compositor service for compositing collections of SkPictures representing frames into bitmaps. This is very similar in principle to the PDF compositor service, but produces tileable bitmaps rather than a PDF. A client to this service should start the compositing collection portion of the service in a utility process. The client can then create and delete dedicated compositor instances for each group of SkPictures. Realistically only one compositor will be actively communicating at a time. However, multiple compositors can be "warm" (data is deserialized and in memory for fast switching). Bug: 1011430 Change-Id: I21cb594cd94982f8d4fc5800d9ae4d74b5d9973b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842273Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#709946}
-
Christoph Schwering authored
Bug: 1007974 Change-Id: Icc17b93647324cc347aae12cb4679461a2922077 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883075 Auto-Submit: Christoph Schwering <schwering@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#709945}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ebba8d75bf65..27eb01c35517 git log ebba8d75bf65..27eb01c35517 --date=short --no-merges --format='%ad %ae %s' 2019-10-28 ehmaldonado@chromium.org Revert "gerrit_util: Refactor ReadHttpResponse and add more tests." Created with: gclient setdep -r src/third_party/depot_tools@27eb01c35517 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/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1016601 Change-Id: I728ab7d58a999296f3135e1223b66eee5783ecd8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883777Reviewed-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@{#709944}
-
Darin Fisher authored
This involved adding a mojom type corresponding to ContentSettingsType. I went with just using '[Native]' after exploring a variety of ways of moving the definition of this enum to mojom. There's a lot of dependencies on the existing c++ header, including an auto-generated java definition. This step seems best left for another CL. My solution is to move the param_traits for this type from //chrome/common to //components/content_settings. As part of this CL, I discovered that we do not use the 'details' parameter sent by the renderer via ChromeViewHostMsg_ContentBlocked, so I removed all of the plumbing for that parameter. Change-Id: I0fc42ca9bfb9ec07805aa728ab929506154134cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879791Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Darin Fisher <darin@chromium.org> Cr-Commit-Position: refs/heads/master@{#709943}
-
Christos Froussios authored
These histograms will be removed. They were introduced to monitor the deprecation of the linux native backends, which is now complete. - PasswordManager.StorePerformance.* This histogram will be maintained, since it monitors health issues. Some of these issues could be ongoing. - PasswordManager.StoreDecryptionResult Bug: 1006986 Change-Id: I21dacd9860ef4a6205fa7f75f0a4ae6e7fb77b9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872104 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Auto-Submit: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#709942}
-
Tricia Crichton authored
Activate the SetLocation command in w3c mode. This is not part of the webdriver spec, but this is a valuable function for testing. Bug: chromedriver:3180 Change-Id: If379b56891f5326b7a6bdf51ec6044d192d485c5 Fixed: 3180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881479Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tricia Crichton <triciac@chromium.org> Cr-Commit-Position: refs/heads/master@{#709941}
-
Etienne Pierre-Doray authored
This CL removes usage of LzmaFileAllocator and tries to write unpack result directly in the output file. When uncompressing a folder that maps directly to a file, this is possible and a memory mapping is used. In practice, this is always the case. Support for folder containing multiple files is kept as fallback and uses a pre-allocated file buffer, which is then copied in individual files. For running full setup install from chrome.packed.7z (Kb) Before: Setup.Install.PeakPagefileUsage 19748 Setup.Install.PeakWorkingSetSize 250528 GetCumulativeDiskUsageInBytes 761134 After: Setup.Install.PeakPagefileUsage 19720 Setup.Install.PeakWorkingSetSize 250512 GetCumulativeDiskUsageInBytes 297818 The difference in memory is not significant, but improvement are expected mostly for disk usage. Bug: 933975 Change-Id: I26c1b118fc512d2caaa8112d3da37e6db460486b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845956 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#709940}
-
Javier Ernesto Flores Robles authored
Remove deprecate test that would require new code to be migrated. Update and enable keyboard disappear test. Create app interface to interact with a shared instance of the observer in the app. Remove OCMock usage in the test. TBR=eugenebut@chromium.org Change-Id: Iaa5384f241e63b95ee516d4666b2e2adf65b7da6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881566 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Cr-Commit-Position: refs/heads/master@{#709939}
-
Tommy Steimel authored
This reverts commit 15cb261d. Reason for revert: causing compile error on linux-archive-rel: https://ci.chromium.org/p/chromium/builders/ci/linux-archive-rel/12634 Original change's description: > media: Add ENABLE_CDM_PROXY BUILDFLAG > > CdmProxy is still under development and will not be enabled on all > platforms. Hence, this CL adds a new buildflag so it's not enabled by > default. > > Tbr: nasko@chromium.org > Bug: 785563 > Change-Id: Id1a1b65032e15f4d31a7755b01912deac0b3766d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869561 > Commit-Queue: Xiaohan Wang <xhwang@chromium.org> > Reviewed-by: John Rummell <jrummell@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709933} TBR=nasko@chromium.org,xhwang@chromium.org,jrummell@chromium.org Change-Id: I09d36127e7b47a390ce19a7ef28e63c2fe9c27e3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 785563 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881637Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#709938}
-
Dave Tapuska authored
CheckCompleted moves to mojo. There already is an implementation on LocalFrame so this uses that same signature for implementation. BUG=1008432 Change-Id: I23381f935f06290cebf0181bc6c6af462323ab28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877130 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#709937}
-
Jacob DeWitt authored
Now that WebVR has been removed from Chrome, we can get rid of the WebVR -specific gamepad code from the OpenVR runtime. WebXR has a different way of sending gamepad data to blink. Bug: 1017851 Change-Id: I46afcb68205a127e1802f374e7e4b2b7dbcb0ea5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1880568 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#709936}
-
Simon Que authored
CI builders: - Android ASAN (dbg) - Android arm Builder (dbg) - Android arm64 Builder (dbg) Try builders: - android_clang_dbg_recipe - android_compile_dbg - android_n5x_swarming_dbg - android_arm64_dbg_recipe - android-oreo-arm64-dbg - android-pie-arm64-dbg Schedule of migration: https://docs.google.com/spreadsheets/d/1TZhpasm6iceYm7zqkyEtZ1wn9ZcpREfH4LV4cusICJA/edit#gid=0 Bug: 950413 Change-Id: Ib7db8b4b6e0712153b05bcc97e7dc82085e44b78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1875857Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#709935}
-
Christian Dullweber authored
Bug: 989067 Change-Id: Id78c1b2fe89373629d74da52fa159b32cc26a4f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883721Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Christian Dullweber <dullweber@chromium.org> Cr-Commit-Position: refs/heads/master@{#709934}
-
Xiaohan Wang authored
CdmProxy is still under development and will not be enabled on all platforms. Hence, this CL adds a new buildflag so it's not enabled by default. Tbr: nasko@chromium.org Bug: 785563 Change-Id: Id1a1b65032e15f4d31a7755b01912deac0b3766d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869561 Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
John Rummell <jrummell@chromium.org> Cr-Commit-Position: refs/heads/master@{#709933}
-
Haiyang Pan authored
This reverts commit 81d68aa6. Reason for revert: Breaks quite a few win CI/CQ builders (crbug.com/1018731, crbug.com/1018749) Original change's description: > Reland: Update disable-blink-features=LayoutNG > > This is a reland of crrev.com/c/1882249 because the path > names of some -expected.png were too long on Windows. > > * 3 crashes in native-file-system. > * Mostly image rebaselines where scrollbar buttons became > grayed when the scroll position is at begin/end. Probably > someone fixed this. > * A few pixel differences in rendering fonts, for vertical > flow and "AM" in the date picker. > > TBR=ikilpatrick@chromium.org > > Change-Id: If1d67fb4a9d496c564bfe6246cc57e46288c565b > Bug: 1018587 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882259 > Commit-Queue: Koji Ishii <kojii@chromium.org> > Reviewed-by: Koji Ishii <kojii@chromium.org> > Cr-Commit-Position: refs/heads/master@{#709800} TBR=yosin@chromium.org,kojii@chromium.org,ikilpatrick@chromium.org,atotic@chromium.org,mstensho@chromium.org Change-Id: I423af933c389570bbc6193fbc251da3d9528205e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1018587 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882758Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#709932}
-
Jacob DeWitt authored
WebVR had a different way of sending gamepad data to blink than WebXR. Remove the code that built + sent the WebVR gamepad data. Bug: 1017852 Change-Id: If4aa86b9a5837c7b6390fdc16404d04c3c34ded8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879991 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#709931}
-
Yang Guo authored
https://chromium.googlesource.com/devtools/devtools-frontend/+log/77f2a9d8d6..37fe72f23b TBR=aerotwist@chromium.org Change-Id: Ifbce02b2d1090127cf7922d989729cc54a4f0dbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883631Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Yang Guo <yangguo@chromium.org> Cr-Commit-Position: refs/heads/master@{#709930}
-
Andy Paicu authored
Bug: 1016730 Change-Id: Ib4ff92de9ee966a1c68d35e32ff368ef6008cbdb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883633 Commit-Queue: Andy Paicu <andypaicu@chromium.org> Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#709929}
-
Arthur Hemery authored
Removed the waiting on the frame deletion since nothing in the test actually relies on the frames being deleted. Bug: 1004786 Change-Id: Ief978db07f964c2837da93c5a9bed1768acc9e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1881237Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#709928}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2b0233b972a6..c2493796361f git log 2b0233b972a6..c2493796361f --date=short --no-merges --format='%ad %ae %s' 2019-10-28 taylori@google.com Merge changes I747c37c5,If56568d7 Created with: gclient setdep -r src/third_party/perfetto@c2493796361f 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: I16cecb073afb5a6df10d6d6e71edbc4850e6edac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1883775Reviewed-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@{#709927}
-
Chromium WPT Sync authored
Using wpt-import in Chromium ad33ba0d. With Chromium commits locally applied on WPT: 1d5b803f "Add WebVTT support for inline styling - Web Platform Tests" 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=raphael.kubo.da.costa No-Export: true Change-Id: Ifba0f99832fe9f0189babe984efa6e06e0450b32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1882940Reviewed-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@{#709926}
-
Tomasz Moniuszko authored
Fixes crash in WebContentsViewAuraTest on Windows. TEST=content_unittests.exe --gtest_filter=WebContentsViewAuraTest.* Bug: 1014395 Change-Id: Ied84d4569ab20ac82da6d082dd1004fb08a43ef7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862459 Commit-Queue: Tomasz Moniuszko <tmoniuszko@opera.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#709925}
-