- 12 Mar, 2020 40 commits
-
-
Michael Thiessen authored
Adds jni_generator checks to ensure that junit or robolectric features that don't work in native java unittests aren't mistakenly used. Bug: 1056388 Change-Id: Ifb9ce291d0c299c201506efa07990ac61ecd65b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083623 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#749800}
-
Wez authored
base::fuchsia::ServiceDirectory has been replaced with the Fuchsia sys::OutgoingDirectory, so remove the old #includes. Also add some missing //base/bind.h #includes, revealed by this change. Bug: 974072 Change-Id: I757e9980b563dcf991f2c83e67ad33cc3294b906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066974 Commit-Queue: Wez <wez@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#749799}
-
kylechar authored
The tests currently each reimplement the same action. Convert to use the existing RunOnceClosure() action in base since they are all used with WillOnce(). Bug: none Change-Id: I5480374127f10a5593686d71553b0323ca2e75d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098990Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#749798}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/1ee78cdaac80..3c1179495673 git log 1ee78cdaac80..3c1179495673 --date=short --first-parent --format='%ad %ae %s' 2020-03-12 ehmaldonado@google.com gclient_eval: Raise an error on implicitly concatenated strings. Created with: gclient setdep -r src/third_party/depot_tools@3c1179495673 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 Bug: chromium:1060772 Tbr: agable@chromium.org Change-Id: I3804e34ad30281078e6a9490d96944d8f3e32647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101108Reviewed-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@{#749797}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/40c7a20f9bf9..cf80f2524360 git log 40c7a20f9bf9..cf80f2524360 --date=short --first-parent --format='%ad %ae %s' 2020-03-12 geofflang@google.com Remove android:forceQueryable from the ANGLE.apk manifest Created with: gclient setdep -r src/third_party/angle@cf80f2524360 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jmadill@google.com Change-Id: Icecbeeb8033249dda0733c852ab0876feba3d0da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100583Reviewed-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@{#749796}
-
Sujie Zhu authored
Add nickname column with VARCHAR type to masked_credit_card table, so that we later could store synced response to this table and retrieve nickname. Also add migration function and corresponding unittests to migrate older version database to this new schema. The follow up will be: 1. Store the nickname from sync response to masked_credit_card table. 2. PersonalDataManager retrieves the nickname from table. Bug: 1059087 Change-Id: Iaabd50099eb6d6d0af1740f3f5b24b5767b58c69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093011 Commit-Queue: Sujie Zhu <sujiezhu@google.com> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Cait Phillips <caitkp@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#749795}
-
Thomas Lukaszewicz authored
Added a call to SizeToPreferredSize() to the badge view wrapping the vector icon after the icon has been set. This ensures that the encapsulating view is sized correctly. Bug: 1060554 Change-Id: I8863d104ee604b7a013805cc6bff72820e28a04c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099224Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Cr-Commit-Position: refs/heads/master@{#749794}
-
Pâris Meuleman authored
This adds the parsing of the COOP header within the service worker navigation loader and an associated unittest. Bug: 1059295 Change-Id: Ia7ea047ceaa97161ad3263ee6f007362f692a757 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100790 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Cr-Commit-Position: refs/heads/master@{#749793}
-
Andrew Xu authored
Hotseat bounds animation recorder reports the animation smoothness for each hotseat state. However, the hotseat state used by animation recorder is set by HotseatTransitionAnimator which may not run when hotseat state changes. As a result, the animation smoothness may be included by the wrong histogram. In order to access the target hotseat state when starting the hotseat bounds animation, the hotseat state stored in hotseat widget updates before setting bounds. Although the comment in old code explains why it is necessary to update the hotseat state after setting bounds, swapping the order does not bring any visual difference; neither does it break any test case. The test case for hotseat bounds animation recorder will be implemented after https://crbug.com/1044306 is solved which disables the widget animation waiter. Bug: 1059603 Change-Id: I0cea5ae33b9b137b786713691d0d1bac232c652b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095933Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#749792}
-
Rushan Suleymanov authored
In case when cache GUID mismatches the model_type_state must be dropped and created again. In other case ModelTypeProcessor will be in invalid state when it dropped all metadata but initial_sync_done is still true. Bug: 947044 Change-Id: I7ed96cac1e326c3e2568e051576ac3964b659e9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100812Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#749791}
-
Friedrich Horschig authored
This CL doesn't allow sync users to trigger the local leak check if they have too many passwords to complete the check. They can circumvent this restriction by turning off sync temporarily. Screenshot of the new state: https://drive.google.com/a/google.com/file/d/1vwa-7a_pbp-hNbEeFX6K6_ePus4kjzZS/view?usp=sharing Bug: 1047726, 1061109 Change-Id: Ic3de634d767ca11ebd85b6c217ca5d8985da606c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100789 Commit-Queue: Friedrich [CET] <fhorschig@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#749790}
-
Cathy Li authored
Change-Id: I9ed8eb54c6a172e23bfc6b2c4b1e800cad74ae9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099225 Commit-Queue: Cathy Li <chili@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#749789}
-
Tien Mai authored
Change-Id: Idb492e5564d90bce014dc91f35b6eec9c763c2ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100111Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Tien Mai <tienmai@chromium.org> Cr-Commit-Position: refs/heads/master@{#749788}
-
Hazem Ashmawy authored
Use setTextAppearance to set URL text color instead of setTextColor. This defines new style resources used by setTextAppearance. Fixed: 1059458 Test: Run presubmit upload checks, no warnings show up Test: Run the shell and open valid and invalid URLs and notice URL text color Change-Id: I55feb310f3315cdd126a46e6f3bd5802b1e5779e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095550Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Hazem Ashmawy <hazems@chromium.org> Auto-Submit: Hazem Ashmawy <hazems@chromium.org> Cr-Commit-Position: refs/heads/master@{#749787}
-
Huanzhong Huang authored
This change adds HatsHandler, which listens to survey requests from settings page and pass those requests to the HatsService. Bug: 1045348 Change-Id: I83fea64fc83ace1e847b9f7860e3390e5c7f989b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903353Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Cr-Commit-Position: refs/heads/master@{#749786}
-
arthursonzogni authored
Plumb the RenderFrameHostImpl's COEPReporter to its DedicatedWorker. This make DedicatedWorker able to send COEP reports. Bug: 1059727, 1031542, 887967 Change-Id: I85b4e0ff0648c219074e204bad8013c6a236c17d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098703 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#749785}
-
Alex Moshchuk authored
Bug: 1053144 Change-Id: Ie30d7ba277fac9e87d763a0a7ccadeb163453942 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098267 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Auto-Submit: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#749784}
-
Clark DuVall authored
This will be used for implementing permissions in WebLayer, and is the equivalent of the chrome class of the same name. Bug: 1025609 Change-Id: Iff7023262a1593c281ce350ecbd93536ee001db8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098987Reviewed-by:
Andy Paicu <andypaicu@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#749783}
-
Stephen Nusko authored
Currently some events will extend beyond and because of our conditional selecting the Scroll end they'll have different values, but since we're grouping by scrollBeginId we will sum it multiple times when we should only sum it once. Bug: internal bug: b/150867143 Change-Id: I58c4c163e1ce8dc8760973f10e8532bcce2e8bc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100750 Auto-Submit: Stephen Nusko <nuskos@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Mikhail Khokhlov <khokhlov@google.com> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#749782}
-
Clemens Arbesser authored
Bug: b/145043394 Change-Id: Icf1e92c439dc1a8fb502f32f0fff18a325814c3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095727 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#749781}
-
David Roger authored
These histograms are going to be used to improve multiprofile experience in Chrome. Fixed: 1053110 Change-Id: Ic6602920a47f9c0d92bab0c2ed2e5384448abab5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101007Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Auto-Submit: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#749780}
-
Avery Musbach authored
Bug: 961170 Change-Id: Id4c4bc016c0f6c92863af56d9667f8bfc304ba07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101228Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#749779}
-
Oksana Zhuravlova authored
This reverts commit 7909edf0. Reason for revert: the original issue was fixed in https://crrev.com/c/2100931 Original change's description: > Revert "[COEP] Report CacheStorage/CORP violations in service workers" > > This reverts commit c4f44550. > > Reason for revert: this change blocks reverting https://crrev.com/c/2096687 for blink_web_tests failing on Mac10.14 Tests: https://ci.chromium.org/p/chromium/builders/ci/Mac10.14%20Tests/2403 and Win7 Tests (1): https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/100679 > > > Original change's description: > > [COEP] Report CacheStorage/CORP violations in service workers > > > > Do not call BindCacheStorageInternal until we have a COEP reporter to > > pass to RPH::BindCacheStorage. > > > > Change-Id: I25fd317cbcd6fd84d924472ca73facc007b50c71 > > Bug: 1060980 > > Cq-Do-Not-Cancel-Tryjobs: true > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100056 > > Commit-Queue: Yutaka Hirano <yhirano@chromium.org> > > Reviewed-by: Makoto Shimazu <shimazu@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#749644} > > TBR=yhirano@chromium.org,shimazu@chromium.org > > Change-Id: Ife904e199a931e0e19963526d88f7c31578a12bb > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1060980 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100711 > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#749706} TBR=yhirano@chromium.org,shimazu@chromium.org,oksamyt@chromium.org Change-Id: I40bf1e6a59f33b5bee237cb10105b4e2af3704bf No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1060980 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101292Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#749778}
-
Marc Treib authored
Bug: none Change-Id: I6d215536c172038cad55bf5a26f296149efe78f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100929 Commit-Queue: Marc Treib <treib@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#749777}
-
Aya ElAttar authored
Bug: 1044716 Change-Id: Ia3ae4e9b88dd4f2ffcaf75d73d72f98fc2bc9976 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098788Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Aya Elsayed <ayaelattar@google.com> Cr-Commit-Position: refs/heads/master@{#749776}
-
Ian Wells authored
This is a reland of d6d50478 Fixes the original CL's test failures on release builds and updates the protos being used. Original change's description: > Feed refactor: Proto conversion > > Add StreamModelUpdateRequest and functions for converting wire protos into store protos > > Bug: 1044139 > Change-Id: I243ebabc331884500dec480c69d843d38546a34e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020545 > Commit-Queue: Ian Wells <iwells@chromium.org> > Reviewed-by: Dan H <harringtond@chromium.org> > Cr-Commit-Position: refs/heads/master@{#747983} Bug: 1044139 Change-Id: I2b265170886b0a34dcc7b0abfcd563a6648c7593 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095080 Commit-Queue: Ian Wells <iwells@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#749775}
-
edchin authored
TBR=jlebel@chromium.org Bug: 1061085 Change-Id: I0ec1b61971ac6b9723b8f6eab2425b97aa84c5c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100717Reviewed-by:
edchin <edchin@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#749774}
-
Nate Fischer authored
No change to logic, only docs. This adds a pros/cons list for emulators. This moves the note about the Play Store into a con below, and replaces it with a table of contents at the top. Test: Upload to gerrit > open file > click "gitiles" Change-Id: I023924b88f53ac0b6b3c96e16743c12cfcf839f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098994 Commit-Queue: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#749773}
-
Daniel Rubery authored
After consultation with the APP team, we decided on a different set of strings to use for the deep scanning of APP users downloads. Screenshots of new UX: https://screenshot.googleplex.com/tgDGutEfHoz.png https://screenshot.googleplex.com/czzpfZg7uu0.png Bug: 1020418 Change-Id: I0f2f604b60031fac2d1b0fd0a7be64499164f780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099288 Auto-Submit: Daniel Rubery <drubery@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Reviewed-by:
Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#749772}
-
Daniel Rubery authored
Since some features gated by this policy won't be "security" per se (such as forced updates or improved privacy features), rename the policy to AdvancedProtectionAllowed. This is safe because AdvancedProtectionExtraSecurityAllowed was first introduced in M82. Bug: 1056358 Change-Id: I6826e8956e76449dd89a8b649bb23eddb2637113 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2099296 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#749771}
-
Jan Wilken Dörrie authored
This change adds strings and metrics for the case when we request a plaintext password for editing purposes. Bug: 1047726 Change-Id: Iae233c8a3e476ab0105a152f5a6099e9a4585c6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098622 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#749770}
-
Jon Mann authored
Bug: 966270 Change-Id: If3e181f61e0cbf3dd5adb673c182797ee6a42006 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097835Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Jon Mann <jonmann@chromium.org> Cr-Commit-Position: refs/heads/master@{#749769}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 5c243308. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" acf33020 "Add testing for the scrolling attribute" 3254ad50 "[ScrollTimeline] Support composited scroll-linked Web Animation" 8847f636 "MixedContent: Add WPTs for subresource fetching from workers" 51efe83e "InsecureRequestPolicy: Add WPTs for subresource fetching from workers" e423572a "Reveal only the initial frame URL in performance.measureMemory" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Id3a26b60cb1117f8680cdb6248884e77c5646fe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100531Reviewed-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@{#749768}
-
Thomas Lukaszewicz authored
Updated color ids for tab background and foreground colors. New tab ids describe the specific tab state they represent. These ids will help in transitioning over to Color Pipeline in future changes. Bug: 1056916 Change-Id: I098955025bbdd00bb73b4dc9de63b877acfa4880 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092553 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#749767}
-
Ulan Degenbaev authored
Bug: 1049093 Change-Id: I0aff32daa6558e0984c75f93b5de744859e14d01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098786 Commit-Queue: Ulan Degenbaev <ulan@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#749766}
-
Chris Evans authored
Apple filed a bug asking Edge to stop using deprecated CFBundleTypes in the Edge Info.plist. * Added LSItemContentTypes for all types already listed * Created UTImportedTypeDeclarations for ones that aren't already listed in Apple's list of supported types * Removed entries for CFBundleTypeOSTypes, CFBundleTypeExtensions and CFBundleTypeMIMETypes Bug: 1060363 Change-Id: Ib31b33b28c74adb4efc6a1e253ae87cc90439cda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2098569Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#749765}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f092e4d0ff25..b8996ddac0b1 git log f092e4d0ff25..b8996ddac0b1 --date=short --first-parent --format='%ad %ae %s' 2020-03-12 titovartem@webrtc.org Revert "Temporary debug logging for SingleProcessEncodedImageDataInjector" 2020-03-12 jakobi@webrtc.org Clamp stable target bitrate to min/max allocated bitrate. 2020-03-12 peah@webrtc.org ACM: Corrected temporary buffer size 2020-03-12 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 96fc083e..97afa2b0 (749472:749589) 2020-03-12 danilchap@webrtc.org Pass callbacks for RtcpReceiver at construction 2020-03-12 phoglund@webrtc.org Write protos as binary. Created with: gclient setdep -r src/third_party/webrtc@b8996ddac0b1 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 Bug: chromium:1029452 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I8c59d536d109774f30672879bd295c7be30b47c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100298Reviewed-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@{#749764}
-
Shakti Sahu authored
This CL creates the TileService interface, factory in native and connects them to the Java layer. Bug: 1059409 Change-Id: I964eb6d662a86196f6dc764e7de33703765de7e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097304 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#749763}
-
Colin Blundell authored
WebLayer's logic for launching external intents currently resides in a static Java method that is called directly by C++. However, we are in the course of changing WebLayer to share //chrome's ExternalNavigationHandler.java, which will need to be a member of TabImpl.java. To prepare for that change, this CL changes the C++->Java hookup to go via TabImpl. This CL has no behavioral changes. I tested manually that basic intent launching still works in weblayer shell. Bug: 1031465 Change-Id: Iaa8a16838226b70ec865316543fe51d81f95bca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100850 Commit-Queue: Colin Blundell <blundell@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#749762}
-
Rainhard Findling authored
Change-Id: I9d976bd4c1a7af54500afbab57dea102f4301498 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100768 Auto-Submit: Rainhard Findling <rainhard@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#749761}
-