- 12 Aug, 2020 19 commits
-
-
Ali Juma authored
This CL initializes SafeBrowsingServiceImpl's SharedURLLoaderFactory in Initialize(), rather than two thread hops after Initialize(). This ensures that GetURLLoaderFactory() has a non-null return value when called shortly after Initialize(). This fixes crashes that occur when CreateUrlChecker() is called soon after Initialize(), resulting in the creation of a RealTimeUrlLookupService that has a null URLLoaderFactory and crashes when it tries to use it. Bug: 1114706 Change-Id: I9142c82979954a272f351c14db20246730f720db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346862 Commit-Queue: Ali Juma <ajuma@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#797066}
-
Raymond Toy authored
Move the core routine that handles the complicated case where the play back rate is not 1 or interpolation/extrapolation is needed. Then break out that routine into two new routines for computing the indices and for computing the output so that we can optimize each independently. A slight function difference occurred because we changed the interpolation formula from using (1-f)*x0+f*x1 to x0+f*(x1-x0). This is mathematically equivalent and but not in floating point. This shows up in the one test needing the threshold to be updated slightly. Bug: 1104371 Change-Id: Id299fb9471d01edad8d9c9da73084af9a53533f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342136Reviewed-by:
Hongchan Choi <hongchan@chromium.org> Reviewed-by:
Raymond Toy <rtoy@chromium.org> Commit-Queue: Raymond Toy <rtoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#797065}
-
Marc Treib authored
Bug: 1113713 Change-Id: Ibcaf5cb39b4f7b961847219547e61adc87608083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345310 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#797064}
-
Wenhan (Han) Zhang authored
Second step in migrating to a more flexible histogram naming syntax using tokens and variants and instead of suffixes. Changed another histogram to using token instead of suffixes where the suffixes group is obsolete. Made corresponding changes and tests in the model and extract_histograms.py. Change-Id: I3dfb389633e5d90b79e64a1dfb9d46a8fce88d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2334586 Commit-Queue: Wenhan (Han) Zhang <zwenhan@google.com> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#797063}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/a70445f40898..4ed6947787e7 2020-08-11 johnstiles@google.com Avoid recomputing the input texel colors in Processor tests. 2020-08-11 scroggo@google.com GrVkTypes: Change externalFormat to be uint64_t 2020-08-11 mtklein@google.com add SkRRect::readFromMemory() fuzzer 2020-08-11 mtklein@google.com robustify SkScaleToSides::AdjustRadii() 2020-08-11 johnstiles@google.com Update the inliner's variable mapper to use unordered_map. 2020-08-11 jlavrova@google.com ICU: SkShaper (bidi iterator only) 2020-08-11 elliotevans@google.com Add path rendering performance demo to demos.skia.org 2020-08-11 adlai@google.com Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" 2020-08-11 johnstiles@google.com Add `dumpTreeInfo` debug method to GrFragmentProcessor. 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 fmalita@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: fmalita@google.com Change-Id: Iba5b49a306952acd808053089060004eedbfb186 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2349927Reviewed-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@{#797062}
-
James Hollyer authored
Microsoft Surface Type Cover (https://www.amazon.com/Microsoft-Type-Cover-Surface-Pro/dp/B0163H1HT6) is being registered as a gamepad. This CL blocks that device. Bug: 1114707 Change-Id: Ia249af1b2e310fa45f35a8567a183ede5828473f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350307 Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#797061}
-
Tommy Li authored
This is a trivial CL that just sets oft=2 for on-clobber ZeroSugest requests. I had originally thought that maybe we would want to add a feature flag that makes it still send oft=1, but now I think that would just be confusing, and it would be better to quickly update the server-side to properly handle both oft=1 and oft=2. As a first pass, they could just be treated the same. Bug: 1106096 Change-Id: Idcbfc55e164865d10a000b62a585898bbf9c20d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350308Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#797060}
-
Matt Menke authored
I did this in components/error_page in an earlier CL, but forgot to update this one. Change-Id: I6bfbb0b906e5a1b259ba7644c2e63abf202435e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350801Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#797059}
-
Kenichi Ishibashi authored
Resource purging logic will be moved to the Storage Service. As a preparation, this CL moves PurgeResources() call from ServiceWorkerRegistry::DidDoomUncommittedResourceIds() to ServiceWorkerStorage. This CL also make DoomUncommittedResources() private as it is only used from ServiceWorkerRegistry. Bug: 1055677 Change-Id: If62c038ab4c272d9fa28862285cdf500f7b47ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342529Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#797058}
-
nancylingwang authored
When the system is migrated from the adaptive icon disable to enabled, all ARC apps request the foreground and background icon files, to generate the adaptive icons. And it might take long time to load ARC icons. Modify ArcAppIcon to temporarily load the adaptive icon from the old file path if the foreground file doesn't exist, and still call arc prefs to request the adaptive icon files. Add the test case and the default app(test app3), which has the old icon file only, to verify the icon can be loaded. BUG=1083331 Change-Id: Icb848c53f9ba36d1af62e55cfcb7b1d9565b092b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344437Reviewed-by:
Long Cheng <lgcheng@google.com> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#797057}
-
Carlos IL authored
Enabling kHideSteadyStateUrlPathQueryAndRefOnInteraction caused the URL to be misaligned due to a problem with how the display rectangle was calculated in OmniboxViewViews::ShowFullURLWithoutSchemeAndTrivialSubdomain, this CL fixes that issue Bug: 1114332 Change-Id: Id716ea84248f568c3fe6dc5f007631ac7c64edc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2343872Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#797056}
-
Leonid Baraz authored
Fake implementation and unittests are provided, real implementation will follow. Bug: b:153649905 Change-Id: I00972b8a5e15b98ff21f6cc70ab4a6c31e6d9848 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302881 Commit-Queue: Leonid Baraz <lbaraz@chromium.org> Reviewed-by:
Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#797055}
-
Chris Hamilton authored
This adds a generic variant-based token accessor to the root scope for all workers. This simplifies the downstream code that measures V8 memory usage per worker, allowing it to be agnostic of the worker type. BUG=1085129 Change-Id: Iff7500d69065fe3428acea72b2323f46a785b261 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341148Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#797054}
-
Thomas Guilbert authored
This CL turns on support for AAudio by default, for Q+ Android devices (SDK level 29). The UseAAudioDriver experiment has shown no noticeable differences in stability between the enabled and control groups. There have been positive reports from users experiencing better Bluetooth A/V sync when manually turning on the flag. OpenSLES is being deprecated. It's time to make the switch and give a better experience to users whose phones have stable enough support for AAudio. Bug: 1008642 Change-Id: Ibd3137aaa2b0114cb5e069421a559f3001dbc2db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350306Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Cr-Commit-Position: refs/heads/master@{#797053}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0376edf14e58..f07b5182eeda If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: Id5ca7d0d27ac94dcd16b5d8c094991b0ef577a5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350304Reviewed-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@{#797052}
-
Zach Trudo authored
UploadClient handles uploading records. Bug: chromium:1078512 Change-Id: I76d3d23cabdb14c7a02b666daed094e8b57f1869 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316688 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#797051}
-
Oksana Zhuravlova authored
This change implements RemoteObjectInjector#renderFrameCreated to inject all requested objects into a newly created frame. To get the RenderFrameHost from render process id and frame id, a new WebContents JNI method is exposed. Bug: 1105935,1107555 Change-Id: I3b9119deb64c75550f41a4aeab81ced245613a29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2337498Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#797050}
-
Peter Kasting authored
Also fix more overflow cases so these new tests pass. Also add a bit of coverage in safe_numerics that looked omitted. I think I originally found this while implementing some of the TimeDelta stuff another way but it's been several weeks and I can't recall :/ Bug: none Change-Id: I53beffb241f5f2e122ad777f576ad9f93dc62af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2344816Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#797049}
-
Scott Haseley authored
If a postTask task throws an error, the associated promise is rejected with the error. Previously, the error would also be propagated to the global error handler leading to errors being reported even if the promise rejection was handled. This CL suppresses that propagation, resulting in errors being reported to the global error handler only if the rejected promise is not handled. Bug: 979017 Change-Id: Ibbafaf8bd370b05a10f48cb5a122c8411305aadc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350113Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Scott Haseley <shaseley@chromium.org> Cr-Commit-Position: refs/heads/master@{#797048}
-
- 11 Aug, 2020 21 commits
-
-
Tomasz Wiszkowski authored
This change ensures that the server-supplied default visibility hint for suggestion groups is respected on Android. Suggestion groups will appear collapsed if the server hints their initial state should be hidden. The change also repurposes (and subsequently renames) AutocompleteResult's GroupHeaders as GroupsDetails. Bug: 1113931 Change-Id: Ib9214eecf8f3939bb08098a05180281ecf20f21e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341822 Commit-Queue: Tomasz Wiszkowski <ender@google.com> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#797047}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/72ea2ee4650f..afbc899f2ff2 2020-08-11 capn@google.com Implement VK_EXT_depth_range_unrestricted If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: Ie3bce052897f22bb35ed2cb378f861b573250b18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350012 Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#797046}
-
Sven Zheng authored
For the last 10 jobs, two failed: https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/883? https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/881? Bug: 1111979 Change-Id: Ia061c5d5111f0dd77be5603c9a994f8cb5536cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350487 Auto-Submit: Sven Zheng <svenzheng@chromium.org> Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#797045}
-
Daniel Rubery authored
This CL lands new strings that may be used for Advanced Protection Program users to send their downloads for deep scanning: "file.exe is unknown. Advanced Protection recommends sending this file to Google for scanning." as well as changing the button from "Send" to "Scan" Screenshot: https://screenshot.googleplex.com/Mh8PfqxvHMy.png Bug: 1115142 Change-Id: Ib43a25bd68c51bf86f3a86836c1afc6e31697d2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350383Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#797044}
-
Christian Biesinger authored
Implements the spec change in https://github.com/w3c/csswg-drafts/issues/5257 This allows respecting the aspect-ratio even when we're computing the block size from an aspect ratio with a max-height specified. Bug: 1104360 Change-Id: Ibdff4bf4a67aa0897fd24416fed67bbb2f1ef9ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2308999 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#797043}
-
George Steel authored
Fixes flakiness due to a cause it is not supposed to be testing for. Bug: 1115277 Change-Id: I41d43339913577ef20cabf528d6d1934baab3197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350488 Commit-Queue: George Steel <gtsteel@chromium.org> Commit-Queue: Alex Russell <slightlyoff@chromium.org> Reviewed-by:
Alex Russell <slightlyoff@chromium.org> Cr-Commit-Position: refs/heads/master@{#797042}
-
Merissa Tan authored
- Add method to query device rumble capabilities in EventDeviceInfo. - Add methods to support vibration (PlayVibrationEffect, StopVibration, StoreRumbleEffect, StartOrStopEffect, etc.) in GamepadEventConverterEvdev. - Route methods to control gamepad vibration through InputController to GamepadEventConverterEvdev. BUG=b:158685462 TEST=Add tests to GamepadEventConverterEvdevTest; all tests pass. Change-Id: Ic1a2d1d1965ddd0a9321a93224a59bc9d1b681fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2294560 Commit-Queue: Merissa Tan <liyingtan@google.com> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mitsuru Oshima (OOO) <oshima@chromium.org> Reviewed-by:
Michael Spang <spang@chromium.org> Auto-Submit: Merissa Tan <liyingtan@google.com> Cr-Commit-Position: refs/heads/master@{#797041}
-
Gary Tong authored
This is a reland of 4421e3c9 Original change's description: > Infra: Use Mac 10.15 machines for mac-arm64-rel tryjob > > Bug: 1106950 > Change-Id: I69a3a8df07f40d0cc24de3f85212e51d5945bd46 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350149 > Auto-Submit: Gary Tong <gatong@chromium.org> > Reviewed-by: Erik Staab <estaab@chromium.org> > Commit-Queue: Erik Staab <estaab@chromium.org> > Cr-Commit-Position: refs/heads/master@{#796959} Bug: 1106950 Change-Id: Ia493c546714237deb751676f037224b29f02670f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350393Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Gary Tong <gatong@chromium.org> Cr-Commit-Position: refs/heads/master@{#797040}
-
David Roger authored
Screenshots: https://drive.google.com/file/d/1GHXhrzx8817R9lrl0wbwefvJ1e0Nq2nW/view?usp=sharing https://drive.google.com/file/d/1gqs3fziupgIHcYa73hx1v1sQdkwJCUu1/view?usp=sharing Bug: 1076880 Change-Id: I6ba33abaebbea45c0f5efbc13605ed5b2ec6259b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2341124 Commit-Queue: David Roger <droger@chromium.org> Reviewed-by:
Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#797039}
-
Yue Li authored
For background see go/cros-auto-select Added a new editing behavior type for ChromeOS to support select on contextual menu click. Bug: b/152643590 Test: Manual Test Change-Id: If52a53cce4a7959e5733058421c9d1c0b814540b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2342469Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Yue Li <updowndota@chromium.org> Cr-Commit-Position: refs/heads/master@{#797038}
-
Garrett Beaty authored
Change-Id: I9e3b5d5d30090fbcf3ab40933541ebb81350ce2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350241 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#797037}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0376edf14e58..f07b5182eeda If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I4f49c7b014bed1f78dda57080ca9e88d02d5d129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350154Reviewed-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@{#797036}
-
Arthur Eubanks authored
Bug: 1114873 Change-Id: I42175ba9b236541bb91ea732d731c10ae60fe458 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2349920 Commit-Queue: Arthur Eubanks <aeubanks@google.com> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#797035}
-
Aleks Totic authored
These new faiures will be fixed by TablesNG Bug: 1115204 Change-Id: I4b6babba684bddc13a83ff0e06576aa891da5467 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350484 Commit-Queue: Aleks Totic <atotic@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#797034}
-
Orin Jaworski authored
This CL causes the translation prompt to show when triggered from an omnibox Pedal, even when the page is in user's primary language. The language state logic usually prevents it, but in the case of Pedal activation, the user is explicitly requesting translation. Bug: 893183 Change-Id: Id3e99268a759d97dd148b5ddb2d32f36d5f51a3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350230 Commit-Queue: Orin Jaworski <orinj@chromium.org> Reviewed-by:
manuk hovanesian <manukh@chromium.org> Cr-Commit-Position: refs/heads/master@{#797033}
-
Yicheng Li authored
When the user enters password, authenticate the user by checking the password. PIN auth will be supported in a follow-up change. Also add unittests around this authentication. "testing/xvfb.py out/Default/ash_unittests" build unit_tests and "testing/xvfb.py out/Default/unit_tests" Bug: b:156258540 Test: build ash_unittests and Change-Id: I571f34d1cfc3849729240147635f9b685d68dd0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2340499 Commit-Queue: Yicheng Li <yichengli@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#797032}
-
Josh Nohle authored
Even if a metadata encryption key is decrypted successfully, i.e., bytes are returned, it might not correspond to the intended key. This is expected for Nearby Share because we try to decrypt the metadata encryption keys for all public certificates until we find the right one. Key decryption failures and mismatched key commitments will be common, so do not log errors. Change-Id: Ia916db644dc5e33bb7647a6cd0b3f925b22d3630 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350301 Commit-Queue: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Auto-Submit: Josh Nohle <nohle@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#797031}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/d2454323cb6e..f6ca01b98c51 2020-08-11 jalyn@microsoft.com Infobar: Don't expand without details 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:1115211 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I00b7e4b2c9d2c39c61cb494fd961644576055d07 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350139Reviewed-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@{#797030}
-
Daniel McArdle authored
The constructors for BigEndianReader and BigEndianWriter currently check that |ptr_ <= end_|. Given that |end_| was constructed from |ptr_| plus an unsigned length and that the constructors' inputs must correspond to a valid buffer, CHECK_LE(ptr_, end_) can never fail. Bug: 1114803 Change-Id: I9ae6c454e28967b036a8e1343d8e9a4cba166cdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2350151Reviewed-by:
Mark Mentovai <mark@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#797029}
-
chrome://media-appTrent Apted authored
Over time launchWithFiles() has evolved to support all the use-cases that load*File() needed. launchWithFiles() has better coverage of real code paths; poking around less in the internals of launch.js which makes them hard to maintain. The launchWithFiles() calls also tend to be more succinct. Bug: b/163287386 Change-Id: I58e7aaa455266efd56614e0561493fd7519b8f1e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345938Reviewed-by:
Bugs Nash <bugsnash@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#797028}
-
Nate Fischer authored
No change to logic. This adjusts the following colors: * Brighter red for warning text (dark theme only) * More contrast for text color of flag names (darker in light theme, brighter in dark theme) Fixed: 1111172 Test: Manual - verify colors in screenshot Change-Id: Ib8d1e5a8cbd10c8b7e3483adb31c893d220389f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2347376Reviewed-by:
Hazem Ashmawy <hazems@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#797027}
-