- 15 Sep, 2020 40 commits
-
-
Emily Stark authored
OmniboxViewViews::DidFinishNavigation calls GetPreviousURL() to determine if the URL has changed besides the fragment, in which case the full URL is re-shown. Calling GetPreviousURL() on non-committed or error page navigations fails a DCHECK. This CL thus adds special checks for whether the navigation has committed or is an error page. Speculative fix for https://crbug.com/1127797. Bug: 1127797 Test: CQ Change-Id: I245440ea082863b1337c104d15f062e4eb69e378 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409968Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#807203}
-
rbpotter authored
Bug: 1128151 Change-Id: I6cc8bdc763ef6190437ef816b60692ed71c706cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410849 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#807202}
-
Yuke Liao authored
This CL does two things: 1. Create a lacros_chrome_browsertests target for tests that live at lacros side and exercises crosapis. 2. Added a sample test that exercises screen manager apis to serve as proof of concept and demonstration. Bug: 1120582 Change-Id: I010cdb786e84d3f4a18c00cb3120f15de2fbc6ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408877 Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Erik Chen <erikchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#807201}
-
Pranav Batra authored
Bug: none Test: xvfb-run ./unit_tests --gtest_filter=PrintingAPIHandlerUnittest.*:PrintingApiUtilsTest.* Test: xvfb-run ./browser_tests --gtest_filter=PrintingApiTest.* Change-Id: I9db22507ec83082536accf12378d849693c7c04c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411565Reviewed-by:
Nikita Podguzov <nikitapodguzov@chromium.org> Commit-Queue: Pranav Batra <batrapranav@chromium.org> Cr-Commit-Position: refs/heads/master@{#807200}
-
rbpotter authored
Bug: 1128583 Change-Id: If798fc3db54305ccbf2c795c0fae6c332ce34bbf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410352 Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#807199}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Idcee85ff821406c2e0062a1cea882f8d92622071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412751Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#807198}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I69fd4010fb9198fa10a937a030015dfc8f566b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412484 Commit-Queue: danakj <danakj@chromium.org> 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@{#807197}
-
danakj authored
The code has moved, so update the includes. R=avi@chromium.org Bug: 1091083 Change-Id: I1f67a938d026aa2f363c2d06f27880d3dd5ffd2c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412556 Auto-Submit: danakj <danakj@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#807196}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f57e64e375ef..dd48130b2905 2020-09-15 gavinmak@google.com update depot_tools_tutorial to include git reset issue 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 ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@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: chromium:997395 Tbr: ajp@google.com,apolito@google.com,ehmaldonado@google.com,sokcevic@google.com Change-Id: I603ac9e173d28dbc0a577e21ffd7c11da973c949 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412788Reviewed-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@{#807195}
-
edchin authored
* ScreenTimeHistoryDeleter observes synced history deletions and makes the corresponding deletions on ScreenTime. Bug: 1123704 Change-Id: I935c2c15e8dc0aa98bc022e81e63e65c2b59d65c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393978 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#807194}
-
Allen Bauer authored
Rename ImageView::set_tooltip_text() to SetTooltipText() and turn into a property with GetTooltipText(). Bug: 938501 Change-Id: Ie886bb3f3acd423009716228b179384d6892e16f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412256Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
Wei Li <weili@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#807193}
-
Jeff Yoon authored
Deprecating unused and broken bot. Change-Id: I63c8fd20189cb53581c4259b5fcf24c247192c83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412815Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807192}
-
Ben Pastene authored
Test fixes have landed in crbug.com/1123300, so should be safe to enable tests again. Bug: 1123300 Change-Id: Iedee3fc7e3436d9198352c428ce40cc8a79c391b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412455Reviewed-by:
Toby Huang <tobyhuang@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#807191}
-
Akihiro Ota authored
This change declares createMockFeedback() in ChromeVoxNextE2ETest to avoid redeclarations in derived classes. This is a pure refactor, so no behavior should change as a result of this patch. Bug: 1127969 Change-Id: I5ad7167b38aeb791a67b258f87a9a4a2494a5895 AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410585 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#807190}
-
Sharon Yang authored
Before using the audio service, check that the AUDIO feature flag is enabled. Test: WebEngineIntegrationTest.PlayAudio* Bug: 1070571 Change-Id: I4f88887e24dd899748fa7959875b5c2b5753eee3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365992Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Commit-Queue: Sharon Yang <yangsharon@chromium.org> Cr-Commit-Position: refs/heads/master@{#807189}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1600127994-c9f9f16ba321eab4723234f8c655960b2fa4cc9b.profdata to chrome-win32-master-1600171148-2256b3d9ffc2b53c8daccc3d78ab79199aeff8aa.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-win32-chromium Please CC sebmarchand+pgo_roller@google.com,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: luci.chrome.try:win-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I30da081c14c803ff741e7c03e5ff30b925913b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412274Reviewed-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@{#807188}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/0f14b7ab7a55..b33e0b36a08c 2020-09-15 natsu@google.com Support Gralloc4 in SwiftShader 2020-09-15 swiftshader.regress@gmail.com Regres: Update test lists @ dc552fce 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: Ie47653da49d29054da7de7fd4b9cb70fd92675ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412599Reviewed-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@{#807187}
-
Ali Juma authored
This histogram is still detecting mismatches, caused by bugs in WebKit. Once mismatches are no longer detected, we can remove workarounds and also remove the histogram. Bug: 1127957 Change-Id: I3ad36c50906b9708d20c9f32ae921850cd72b31a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412617Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#807186}
-
Andrew Grieve authored
Just something that came up when I was trying to use it. Bug: 999351 Change-Id: I31c7c6a3b0ae6baaa7205b59cf1e6fff1bb2a517 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412369 Auto-Submit: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#807185}
-
Tina Wang authored
Previously we use "Google" as the test default search eninge name which could cause confusion by having two "Google" after turning the experimental policy off. Bug: 1126318 Change-Id: I8fbce2aeb6180c0097a7179d3b23ae4be0afa212 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412691Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#807184}
-
Wenyu Fu authored
This change has the side effect of loosing centered-gravity over ToS/UMA component in portrait mode, which is expected. Also fix spinner flying into screen as side effect of animateLayoutChanges. Bug: 1127294, 1126642 Change-Id: I1b76852a751339d77c0429966ad0407fdb645410 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411408 Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#807183}
-
Xiang Ji authored
Validation: https://cr-buildbucket.appspot.com/build/8869120662817115984 Bug: 1124116 Change-Id: I35b781917891e4d6cf1c815d21c2e47430f8c7f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411669Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Xiang Ji <jxiang@google.com> Cr-Commit-Position: refs/heads/master@{#807182}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/bcd69ba12e05..65fccf7b5f04 2020-09-15 lamontjones@chromium.org config: ${RELEASE}-master-release is triggered. 2020-09-15 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-13 michaelirani@chromium.org Implement cros analyze-image 2020-09-12 jkardatzke@google.com chromite: Add cdm-oemcrypto to the video group for test 2020-09-12 vapier@chromium.org cros_build_lib.Open: pass down additional kwargs 2020-09-12 lamontjones@chromium.org enable goma with toolchain_cls. 2020-09-11 chrome-bot@chromium.org Update config settings by config-updater. 2020-09-11 yichengli@chromium.org Upload fingerprint MCU unittests tarball as artifact 2020-09-11 chrome-bot@chromium.org Update config settings by config-updater. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I5af0006cd437dc8fc0999e3f3e254a92b5d0f2cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412590Reviewed-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@{#807181}
-
Yusuf Sengul authored
Bug: 1121891 Change-Id: If542797be3e0fd9c3a8864bcb3de67f7083c7998 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2377228 Commit-Queue: Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#807180}
-
yiyix authored
The ImageData interface has two data entries: data(array of uint8) and data_union(could be array of uint8, float16 or float32). In this cl, I deleted data and rename data_union to data. This cl prepares canvas to work with more data types, which will help us to enable canvas to work with p3 and rec2020. Note that some part of the code works with uint8 only, i have put a TODO for each of the occurrence. I will address them in the next cl. Bug: 1115317 Change-Id: Ia7f203e627547eceb6da479522b3130bc6eaef12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2379653Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Yi Xu <yiyix@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Yi Xu <yiyix@chromium.org> Cr-Commit-Position: refs/heads/master@{#807179}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/06b4fb92c569..377e748714bf 2020-09-15 xinyi.he@arm.com Vulkan: Support array of array image type 2020-09-15 syoussefi@chromium.org Distinguish MSRTT renderbuffers in the front-end 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/+doc/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: jmadill@google.com Change-Id: I0666a386b444e87d813c6426155ef63c454cb61e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411962Reviewed-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@{#807178}
-
Wei Li authored
Change HasCheckBox() function name to HasVisibleCheckBox() as the comment states there has to be a visible checkbox to return true. The last refactoring missed that comment. Also check the checkbox's visibility for the return value. Bug: 1128078 Change-Id: I90a60662ed1e3a7aef61e8042cdc507e4ace2f1a Fixed: 1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411332Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Wei Li <weili@chromium.org> Cr-Commit-Position: refs/heads/master@{#807177}
-
Vadim Shtayura authored
Will be used by chromium-swarm-dev and chromium-swarm-staging Swarming instances. R=iannucci@chromium.org, gbeaty@chromium.org Change-Id: I2e9df66d7acd991ad6b32d7ff672f7ac12b53e01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411400Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Vadim Shtayura <vadimsh@chromium.org> Cr-Commit-Position: refs/heads/master@{#807176}
-
James Vecore authored
This connects the contacts manager to the visibility component via mojo. Two new UI state are introduced on the contact list that are temporary pending final designs (contacts downloading and contacts failed). Strings, a11y, and final specs coming in a follow up CL. New UI States (temporary): Contacts pending: http://screen/7xcjKkEZJiJ325n.png Contacts failed: http://screen/4k4yajgwbMRdBsF.png Fixed: b:166503584 Change-Id: I6aa1cce4829174fb88711c637949cb322ea7ee49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2408241 Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#807175}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/ac2f01f4bd89..9eaa69c21c45 2020-09-15 laddoc@outlook.com Preprocessor related issue fix (#2378) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,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/+doc/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,jmadill@google.com Change-Id: I61e1d051a2e2486ec1d40b1fdba460f24f27337c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411728Reviewed-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@{#807174}
-
Abigail Klein authored
an accessibility action to keyboard. When a user opens a context menu via an accessibility action, such as Ctrl+Option+Shift+M on VoiceOver, the web menu source type should be keyboard. This causes the context menu to be populated with information relevant to the target element of the context menu action, rather than the location of the context menu. For multiline links, or links that are obscured, this ensures that the context menu will be populated with the correct options. However, the context menu may still open in a confusing location because it opens in the center coordinate of the target element. In earlier patchsets, I explored making the context menu open in the center of the first outline rect of the element (outline rects are elsewhere used to show the focus highlight of multiline links). This was abandoned because doing so would affect use cases outside of accessibility, such as touch gestures. AX-Relnotes: Context menus opened via keyboard are populated with the correct options. Bug: 1121180 Change-Id: Id5fdf35d51533fec4c76a65d840c9b36f4a2ca3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2407077Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Abigail Klein <abigailbklein@google.com> Cr-Commit-Position: refs/heads/master@{#807173}
-
Irina Fedorova authored
This CL renames and updates the CompromisedCredential dictionary to InsecureCredential in passwords_private.idl to support both weak and compromised credentials in the future. It also adds CompromisedInfo helper dictionary to passwords_private.idl. Bug: 1119752 Change-Id: I5ceadc4cc50fc423a392f559d4631d6265a17c44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2411931Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Irina Fedorova <irfedorova@google.com> Cr-Commit-Position: refs/heads/master@{#807172}
-
Richard Knoll authored
OnIsCapturingDesktopChanged is called when capturing either a single window or a full screen. This CL splits those two into separate observables. This is done to be used in upcoming CLs to detect when a user is capturing the whole screen instead of just a window. Bug: None Change-Id: If6d078889fd6e0f5b28c1681f9c0c7a084095897 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2392459 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#807171}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c6dbc5ee8027..986e74510613 2020-09-15 shyamsadhwani@fb.com Fix for unbounded increase in audio delay when no audio packets are flowing in 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: I570864bb044c533cdb015cb763ba6c1392f40c51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412593Reviewed-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@{#807170}
-
Jan Wilken Dörrie authored
This change modifies the WellKnownChangePasswordNavigationThrottle to set the request initiator and correct NetworkIsolationKey on the request to the non-existing resource. Bug: 1127520 Change-Id: I3b24611be316a56ea64a5bb2cc4cd23d0b619c6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410869Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#807169}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9d6bf6eee8b5..49bec88c936e 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 collinbaker@google.com,iclelland@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.chrome.try:linux-chromeos-chrome Bug: chromium:1127469 Tbr: collinbaker@google.com,iclelland@google.com Change-Id: Iad421aca691db2201a497bc750c45f8a5d916abd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412358Reviewed-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@{#807168}
-
My Nguyen authored
This adds ability to search by input method names and languages. It's better for C++ side to provide the details for settings page in view of future intention of adding search by countries. Mock: http://go/cros-lang-settings-ux-slide#slide=24 Current view: http://screen/94X7dcUcj5J2zxe Bug: 1113439 Change-Id: Ia76974e6cee4ecec5ce1bab9428b79ca9022df6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2402861 Commit-Queue: My Nguyen <myy@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#807167}
-
Kyle Horimoto authored
This can be used to test functionality implemented in https://chromium-review.googlesource.com/c/chromium/src/+/2410762. Bug: 1106937 Change-Id: I7900440cc56599ae164cc8c318992f19f220017f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412255 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#807166}
-
Tom Anderson authored
BUG=1066670 R=sky Change-Id: I3df7737031e8aecc9463b8f42fb5bcf8b5722693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410841 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#807165}
-
Matt Menke authored
In https://chromium-review.googlesource.com/c/chromium/src/+/2394155, I merged URLRequestJobFactoryImpl info URLRequestJobFactory, but failed to update the fuzzer, which depended on URLRequestJobFactoryImpl. This CL fixes that. It's unclear why none of the bots failed to build the fuzzer. Bug: 354158 Change-Id: Id5607076213af4f9837e2283e439ee490ce47719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412636 Auto-Submit: Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#807164}
-