- 07 Feb, 2020 40 commits
-
-
Daniel Cheng authored
The goal is to split up modules_idl_files.gni into smaller .gni files that are owned by OWNERS of the corresponding module, so top-level module OWNERS don't need to review every CL that adds a new IDL file. This patch splits out the build files for IDLs in `module_idl_files`. Bug: 1048907 Change-Id: I196a7fefa0841c82df735f5f7c79125436a3a2ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043103 Commit-Queue: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#739310}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 1040828 Change-Id: Ibbeaf3db0c04f791d62136211a0e91a0f45b09f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043254Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#739309}
-
Rachel Sugrono authored
Add a delete-button, implemented with a <cr-button>, in-between the open-button and metadata-info-button. Change tab-index tests to support the delete-button. Bug: 803259 Change-Id: Ifee06c3acdb346c5b54b7a4895926cc2406f44c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043334Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Commit-Queue: Rachel Sugrono <rsugrono@google.com> Cr-Commit-Position: refs/heads/master@{#739308}
-
Jan Wilken Dörrie authored
This change adds a skeleton for the upcoming Password Check page and provides a flag guarded entry point from chrome://settings/passwords. Bug: 1047726 Change-Id: I4f4100d6f1de4021fdf6e9ddaf86bf800949849e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036176Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#739307}
-
Abhijeet Kandalkar authored
This CL has two goals, 1. Use To<XXXXEvent> and DynamicTo<XXXXEvent> as new downcast helper 2. Use IsA<XXXXEvent>(element) in place of IsXXXXEvent(element) Following classes are ported to use new downcasting. - DragEvent - ErrorEvent - FocusEvent - UIEvent Bug: 891908 Change-Id: I46b86859b1468c2d016abc2ce21c38d10b5d5e81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041376Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#739306}
-
Anastasiia Nikolaienko authored
Add EDU account login handler to fetch user's family members and getting ReAuthProof token for parent. Bug: 1043108 Change-Id: Icf4b2782a4e6f114f452468baf09d2478db8d58c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033156 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#739305}
-
Abhijeet Kandalkar authored
Add interface |RenderFrameProxy| to frame_proxy.mojom and have class content::RenderFrameProxy implement it. Also, remove unwanted FrameMsg_EnableAutoResize and FrameMsg_DisableAutoResize. Bug: 1041061 Change-Id: Id71ad8116eec9d2d2c37c88bb5029068e4b408bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032661Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Abhijeet Kandalkar <abhijeet@igalia.com> Cr-Commit-Position: refs/heads/master@{#739304}
-
Daniel Hosseinian authored
Leverage newly defined scope helpers for commonly used Harfbuzz types to remove redundant code. Change-Id: I235f0ff302d748ab5572c1db2bff45146f52dbe0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041876Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#739303}
-
Kent Tamura authored
When size_ or is_multiple_ is changed, we did the following to change menulist/listbox modes: ChangeRendering(); <adjust selection state> UpdateUserAgentShadowTree(); because UpdateFromElement() in UpdateUserAgentShadowTree() depends on the adjusted selection state. However, adjusting selection state also calls UpdateFromElement(), which depends on UA shadow tree structure. This had cycle dependency. This CL moves UpdateFromElement() out from UpdateUserAgentShadowTree(). ChangeRendering(); UpdateUserAgentShadowTree(); <adjust selection state> UpdateFromElement(); is the new pattern to change menulist/listbox modes. This CL has no user-visible behavior changes. Bug: 1040828 Change-Id: Ia3c2f81e3038faaa19b3e1fa6c4c48d212a2e568 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041717 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#739302}
-
Philipp Hancke authored
BUG=1043805 Change-Id: I433b5c67f62f304e71777d33909fd026b8583a82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024847Reviewed-by:
Harald Alvestrand <hta@chromium.org> Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Cr-Commit-Position: refs/heads/master@{#739301}
-
Anastasiia Nikolaienko authored
Add <edu-login-app> component and serve it from chrome://chrome-signin/edu path. Bug: 1043108 Change-Id: Ic1f9c056095fb574520309aecd491f065e6bf2f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2007631 Commit-Queue: Anastasiia Nikolaienko <anastasiian@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#739300}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/fb6c493bb000..6534ac6e3763 Created with: gclient setdep -r src-internal@6534ac6e3763 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 Bug: None Tbr: jbudorick@google.com Change-Id: I3390070cdaa2765a49a81bbc31bf46180b19f64a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042547Reviewed-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@{#739299}
-
Alan Cutter authored
Bug: 910016 Change-Id: I520e44ab252c8afd2523bc96077fe5e8c36efcf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043174 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/master@{#739298}
-
nancy authored
TerminalSystemApp is registered as a crostini app by CrostiniRegistryService. Similar implementation in extension_apps: https://cs.chromium.org/chromium/src/chrome/browser/apps/app_service/extension_apps.cc?l=326 BUG=1029221 Change-Id: I4a234fe3fad49e5c02531a798d55bdd66e62b695 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043180Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#739297}
-
Sigurd Schneider authored
This is a clean reland of 4276111d The original patch was reverted due to an unrelated timeout, see https://bugs.chromium.org/p/chromium/issues/detail?id=1049444 Original change's description: > [devtools] Don't continue execution after reload on breakpoint > > This CL fixes an issue where JavaScript execution would continue > after reloading on a breakpoint. See design doc: > https://docs.google.com/document/d/1aO9v0YhoKNqKleqfACGUpwrBUayLFGqktz9ltdgKHMk > > The CL depens on V8 change in crrev.com/c/1924366 and tests should fail until > that change is landed+rolled to chromium. > > Fixed: 1004038 > Fixed: 1014415 > Change-Id: I182393ebd4c68588163dda7c607be8bb09a3eda3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926502 > Reviewed-by: Yang Guo <yangguo@chromium.org> > Commit-Queue: Sigurd Schneider <sigurds@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738522} Change-Id: Id6ada47ff10df164ca7ead387907a0a2fff03e4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041623Reviewed-by:
Yang Guo <yangguo@chromium.org> Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Cr-Commit-Position: refs/heads/master@{#739296}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/6c23cd33e6fe..8607c59b3c65 git log 6c23cd33e6fe..8607c59b3c65 --date=short --first-parent --format='%ad %ae %s' 2020-02-07 nigi@chromium.org Roll third_party/depot_tools/ e9730d75a..816c2b354 (46 commits; 8 trivial rolls) 2020-02-06 tsepez@chromium.org Move JS helper testIllegalConstructor() to its own .js file. 2020-02-06 tsepez@chromium.org Remove class_name argument from JSSpecialProp methods 2020-02-06 tsepez@chromium.org Remove templates from JSSpecialProp methods. 2020-02-06 tsepez@chromium.org Add tests for XFA's JS global object. 2020-02-06 thestig@chromium.org Roll third_party/skia/ d50cc9587..81d35a72a (1037 commits; 204 trivial rolls) 2020-02-06 tsepez@chromium.org Test removing last instanceManager instance. Created with: gclient setdep -r src/third_party/pdfium@8607c59b3c65 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: Ibd69828808601fc97be71cec009961d124a6c7ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042549Reviewed-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@{#739295}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/97bf6578796c..f3560b680e35 git log 97bf6578796c..f3560b680e35 --date=short --first-parent --format='%ad %ae %s' 2020-02-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src fbfe7df1..d7612dec (2570 commits) Created with: gclient setdep -r src/third_party/skia@f3560b680e35 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 scroggo@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 Bug: None Tbr: scroggo@google.com Change-Id: I2a0341757362d19fb45bfe40b306fe38fa260c96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042548Reviewed-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@{#739294}
-
Jongmok Kim authored
It was noted that the string should be properly capitalized according to Google's style guide. Bug: 1047690 Change-Id: Idbb64754615c4ffc993de3b3685096dbf3458f62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041685Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#739293}
-
Manu Cornet authored
This is part of a move to let the top-level (shelf layout manager) handle tablet/config/alignment changes and make the changes trickle down, instead of letting individual widgets respond to changes and make them bubble up, causing duplicated work and event handling. Bug: 1048119 Change-Id: Ic41061b222b83b78400f6ff6074fca6741e8e968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042923Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#739292}
-
Joel Hockey authored
Using mocks as provided by @benwells Bug: 1016680 Change-Id: I4f94640a6aa60c99ae3c7fb417bc498b7db2dfa9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040799 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Jason Lin <lxj@google.com> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#739291}
-
Daniel Cheng authored
The goal is to split up modules_idl_files.gni into smaller .gni files that are owned by OWNERS of the corresponding module, so top-level module OWNERS don't need to review every CL that adds a new IDL file. This patch splits out the build files for all remaining IDLs that define partial interfaces or are the target (right hand side) of `implements`. Bug: 1048907 Change-Id: Iefba913ec478b8a6cd2f407fc9d427bc4100d2f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043098 Auto-Submit: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#739290}
-
Koji Ishii authored
This patch changes |NGPaintFragment::DebugName| for the IFC roots to ease the transition to |NGFragmenItem|. |NGPaintFragment| uses the IFC root fragment as |DisplayItemClient|, while |NGFragmentItem| uses |LayoutBlockFlow|. Changing |DebugName| can help the transition easier. Bug: 982194 Change-Id: If98dc8799909800d7d12df9093acc7643993c65b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040504 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#739289}
-
Ahmed Fakhry authored
An observer of OnWindowActivating or OnWindowActivated may destroy the window losing, or gaining activation. The FocusController should handle these cases, to avoid crashes, and/or returning dangling pointers when querying the active window. BUG=1048870 TEST=Expanded an existing test, which crashes without the fix. Change-Id: I804210e2f3250f69fc02b9a93eaee5d0236fca5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038131 Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#739288}
-
David Munro authored
Test: None Bug: None Change-Id: Ied236ecb526d5b35d5d3c70660c622e22f390f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041839 Commit-Queue: David Munro <davidmunro@google.com> Reviewed-by:
David Munro <davidmunro@google.com> Reviewed-by:
Julian Watson <juwa@google.com> Auto-Submit: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#739287}
-
Eriko Kurimoto authored
This CL names shared workers identically for each test cases. If not, all shared workers are attempting to connect to the same shared worker whose type and credentials values are specified by the first call. Bug: 1048966 Change-Id: I07f0b57e2fb513851ee35262a08c1f3ef42a9eab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040856 Commit-Queue: Eriko Kurimoto <elkurin@google.com> Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#739286}
-
https://crrev.com/c/2030627Peng Huang authored
Mac promotes all render passes to CALayer, so we don't need to redraw the main surface. Bug: 1048997,1044678 Change-Id: Iefef04a00ff60df882877b5930c90bcc8057e485 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039335 Commit-Queue: Peng Huang <penghuang@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#739285}
-
Kent Tamura authored
HTMLSelectElement::UpdateMenuListLabel() detached and created Text nodes every time by Element's textContent setter, and it was inefficient. We should keep one Text node, and UpdateMenuListLabel() should update the nodeValue of the Text node. Bug: 1048572 Change-Id: Ifef39627b00cc5345a2b0d53ac652e45d064e941 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040853Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#739284}
-
Rachel Sugrono authored
Add the function onDeleteButtonTap to delete the currently selected entry when the delete-button icon is clicked. The actual delete-button will be added in an incoming patch. Bug: 803259 Change-Id: Ic6fc3acdafba88537ae5398f3f293f25344702cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041683Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#739283}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/f12231d74209..ecd6fc84cf07 git log f12231d74209..ecd6fc84cf07 --date=short --first-parent --format='%ad %ae %s' 2020-02-07 deadbeef@webrtc.org Add DSCP support for POSIX platforms. Created with: gclient setdep -r src/third_party/webrtc@ecd6fc84cf07 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: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I32af7e4bbf57f156e86d3b5447c7be9310a8cca4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042916Reviewed-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@{#739282}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/046f9893b953..97bf6578796c git log 046f9893b953..97bf6578796c --date=short --first-parent --format='%ad %ae %s' 2020-02-07 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 e9dc0201af3a..e02f4996c6e9 (4 commits) Created with: gclient setdep -r src/third_party/skia@97bf6578796c 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 scroggo@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 Bug: None Tbr: scroggo@google.com Change-Id: I57c3ede25f45b1bed872cf1f8c48dca77c1d3559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042918Reviewed-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@{#739281}
-
Noel Gordon authored
This reverts commit afb89420. Reason for revert: seems this bortke the wind builder https://ci.chromium.org/p/chromium/builders/ci/Win%20Builder/87976 Original change's description: > Remove Deprecated ScopedBstr to BSTR Implicit Conversion Operator > > BUG=1034666 > > Change-Id: I678af5925603de6f983e3d12da6832c0661f293c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042194 > Auto-Submit: Robert Liao <robliao@chromium.org> > Commit-Queue: Will Harris <wfh@chromium.org> > Reviewed-by: Will Harris <wfh@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739275} TBR=robliao@chromium.org,wfh@chromium.org Change-Id: Ica82a0dc2dadfc92792939cdef384285c4a4c989 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1034666 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041979Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#739280}
-
Findit authored
This reverts commit 7a8180fa. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 739179 as the culprit for flakes in the build cycles as shown on: https://analysis.chromium.org/p/chromium/flake-portal/analysis/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyQwsSDEZsYWtlQ3VscHJpdCIxY2hyb21pdW0vN2E4MTgwZmFiYzQ0MGE0MWIzMTI2Y2UzNjc1ZmI1ZDg4MTRmYjgxNQw Sample Failed Build: https://ci.chromium.org/b/8889148211576341952 Sample Failed Step: interactive_ui_tests Sample Flaky Test: BrowserFocusTest.NavigateFromOmnibox Original change's description: > Focus tab earlier for browser-initiated, //chrome-layer navigations. > > This CL changes how navigations result in focusing the tab contents: > > 1. Browser-initiated navigations: > - Before this CL: Focus done in FocusTabAfterNavigationHelper > which covers both OpenURL and BeginNavigation code paths. > - After this CL: Focus done in Browser::UpdateUIForNavigationInTab > (similarly to pre-r737502) which covers only the OpenURL code path. > > 2. NTP-initiated navigations: > - No change: Focus done in FocusTabAfterNavigationHelper. > > This CL makes sure that the text in the Omnibox is not temporarily > selected during a navigation, by ensuring that the Omnibox is not > focused when OmniboxViewViews::Update runs (see also > https://crbug.com/1048742#c4 and #c5 and #c7). Regression tests > are added for this problem. > > This CL also makes sure that DevTools-initiated navigations > (browser-initiated navigations which go through the BeginNavigation > path) do not result in focus changes (see also > https://crbug.com/1048591). > > This CL might also (speculating here) address the performance bugs > tracked in bugs 1048333, 1048556, 1048565, 1048988, 1048988. > > Fixed: 1048742, 1048591 > Bug: 1048333, 1048556, 1048565, 1048988, 1048988 > Change-Id: Ia00cd9143991c260615663fae06f096e9d7cf0f7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040234 > Commit-Queue: Peter Kasting <pkasting@chromium.org> > Reviewed-by: Peter Kasting <pkasting@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739179} Change-Id: Ic3ddf4de6a92eecf9175d91b572dacb2b436f371 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048333, 1048556, 1048565, 1048988, 1048988 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042929 Cr-Commit-Position: refs/heads/master@{#739279}
-
Benjamin Beaudry authored
When using Narrator on Windows with Scan Mode turned on and navigating with the down arrow, it blocks for a specific accessibility tree. e.g., ++++genericContainer ++++++image ++++textField editable focusable ++++++genericContainer editable ++++++++staticText editable This was caused by a degenerate range where both endpoints were on two different anchors. Apparently, the attribute value returned by AXPlatformNodeTextRangeProvider::GetAttributeValue were incorrect when on a degenerate range, causing Windows ATs to behave undesirably. This issue is fixed by refactoring AXPlatformNodeTextRangeProvider::NormalizeTextRange so that it applies to degenerate ranges too. Now, if both endpoints of a range are equals but on two different anchors, the normalization will move both endpoints to the start of the next anchor. I added a unit test and a descriptive comment about NormalizeTextRange(). Also, I moved the order of NormalizeTextRange() and NormalizeAsUnignoredTextRange(). Bug: 928948 Change-Id: Icd4a3a3d6f569a35b7699d569aaef95449443774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033632 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Ethan Jimenez <ethavar@microsoft.com> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#739278}
-
Chih-Yu Huang authored
This reverts commit e49e0958. Reason for revert: This feature causes video goes green. crbug.com/1049585 Original change's description: > media: enable ChromeosVideoDecoder feature > > We already enable ChromeosVideoDecoder feature at stable channel for 2 > weeks. It's time to enable it by default. > > Bug: 984482 > Test: ninja media/base > Change-Id: I905d12fb0a53f16b76afd4975f90db6013e07b9a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035212 > Reviewed-by: Becca Hughes <beccahughes@chromium.org> > Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738037} TBR=mcasas@chromium.org,akahuang@chromium.org,hiroh@chromium.org,acourbot@chromium.org,beccahughes@chromium.org,dstaessens@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 984482 Bug: 1049585 Change-Id: I587c2fe5a6b51c51c82c5e39a008c65758a6bcc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041838Reviewed-by:
Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#739277}
-
James Cook authored
We don't use the sync overview row (it's never shown today, and won't be used for SplitSettingsSync in the future). Remove the row and the associated strings. This is leftover from when we forked the page from the browser people page. Bug: none Test: existing browser_tests Change-Id: I05581516e396f4fd09bd64a0bc156772a984e40c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042304 Commit-Queue: James Cook <jamescook@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#739276}
-
Robert Liao authored
BUG=1034666 Change-Id: I678af5925603de6f983e3d12da6832c0661f293c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042194 Auto-Submit: Robert Liao <robliao@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#739275}
-
shrekshao authored
Bug: 1000354, skia:9861 Change-Id: I4763b847526e04fe21e875110417a6bfb03013d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040611Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#739274}
-
Eriko Kurimoto authored
This CL adds Timeout in shared-worker-import-referrer.html expectation. This test is currently flaky because of Timeout, and the similar issue is happening as well in dedicated-worker-import-referrer.html. I will continue the investigation about this issue, but we add Timeout expectation for now. Bug: 1049689 Change-Id: I891b80b51186d623c304ecb59a835f725f407a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041374Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#739273}
-
Hiroshi Ichikawa authored
To clarify the behavior. Change-Id: Ie9a1ff59b934615c353fb6c11c06b2678fca5c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041836 Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Reviewed-by:
John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#739272}
-
Yutaka Hirano authored
These functions were "shared between network service and the old loading path in content/" but now the network service path is the only path, so we don't need to have them separately. Merge them into network::URLLoader. Bug: 1049483 Change-Id: I26026b2f2bc5b763c834cee004d2f7bc04c7d402 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040800 Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#739271}
-