- 27 Mar, 2019 14 commits
-
-
Charlene Yan authored
Renamed MenuButtonEventHandler to MenuButtonController since it contains more than just EventHandling logic. Bug: 901183 Change-Id: Ibb983144b9f5713d69298ca5dff13dc3de9d7c65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539917Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#644615}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4864e0cd1960..518c679da109 git log 4864e0cd1960..518c679da109 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 jonahr@google.com Clean up test_expectations to merge with angle style/convention. Created with: gclient setdep -r src/third_party/angle@518c679da109 The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=jonahr@chromium.org Change-Id: I5e563c1e161227952298d438c510900f30789795 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538752Reviewed-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@{#644614}
-
Jun Mukai authored
When the device-scale-factor changes, the change is currently handled in the window server. The server re-generate the local surface id and notifies to the client through OnWindowBoundsChanged. When this mojo call arrives to the client, it's propagated to TopLevelAllocator::OnDeviceScaleFactorChange, and it re-generate again the local surface id, and sends back to the window server through SetWindowBounds(). This causes some troubles. This means that TopLevelAllocator does not have to generate the local surface id on DSF change since it's already handled in the server. This CL skips this regeneration. Bug: 942647 Test: the new test case in aura_unittests Change-Id: I86f9d8952082f1b2e7bb9ab74e38f556783447f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540069Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#644613}
-
Eric Lawrence authored
Updates the network documentation to reflect that the network service may not be running in the browser process. Also, fixes some minor typos. Change-Id: Ie89fe73c55640a404daca618de0f32ef5fa472dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540364Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#644612}
-
Matt Menke authored
A lot of places were using TransportClientSocketPool::SocketParams to refer to the class. Bug: 944095 Change-Id: I4d5638e43a46ced2a3ef1f293b616b2b549fa69e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532913 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#644611}
-
Matthew Denton authored
Adding an LPM-based disk cache fuzzer so we can more comprehensively test disk cache implementations, including any new ones that might come around. Bug: 939131 Change-Id: Iede24aff96776c99d53d74a07f8b8324a0e58979 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1507113 Commit-Queue: Matthew Denton <mpdenton@chromium.org> Reviewed-by:
Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/master@{#644610}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Id387d2ec03a63b60620bd516b1b1c92008df946a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538875Reviewed-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@{#644609}
-
Aga Wronska authored
This new component will encapsulate information needed to calculate work area for root window. It is in 1:1 relationship with RootWindowController and owned by it. Caching height on accessibility panel is restored in this change for consistency with docked magnifier and for performance reasons (avoid frequent calculation of this value). Test: manually with 2 displays + existing unit tests Bug: 944685 Change-Id: Ib76f144a54408a769ec101e15f6a2f2512aa4ae5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538689 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#644608}
-
Joanmarie Diggs authored
* Add support in AXPlatformNodeAuraLinux::AddAccessibilityTreeProperties and use in AccessibilityTreeFormatterAuraLinux::ProcessTreeForOutput. * By default, output all relation types but embedded-by (which appears on all top-level documents). * Update auralinux expectations where relations are implemented. Bug: 946016 Change-Id: I8792ddf23f23ad74b1b378f9cfb01f906b967590 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540283 Commit-Queue: Martin Robinson <mrobinson@igalia.com> Auto-Submit: Joanmarie Diggs <joanmarie.diggs@gmail.com> Reviewed-by:
Martin Robinson <mrobinson@igalia.com> Cr-Commit-Position: refs/heads/master@{#644607}
-
Christian Biesinger authored
Because it contains a CHECK() call, it is somewhat slow even in release builds. Instead use begin() and end() here. R=kojii@chromium.org Change-Id: I1b653235ba01443572959c1c464d10c13463a54b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540257 Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#644606}
-
Thomas Guilbert authored
This CL cleans up the technical debt introduced by adding MPR/MPRClient specific methods to general purpose interfaces. When adding MediaPlayerRenderer (MPR), a few 1-off methods were tacked on to existing interfaces, to avoid plumbing new paths through the entire media pipeline. Thanks to the CreateRenderer split, it is now easier to extract these functions into strongly typed, specialized Mojo interfaces, that are only used by the classes that need them. The CL add renderer_extensions.mojom, which defines the MediaPlayerRendererExt and the MediaPlayerRendereClientExt. MediaPlayerRendererClientExt defines the events that the MPRC needs to listen to, coming from the MPR in the browser process. It allows us to remove RendererClient::OnDurationChanged(), and bubbles up duration changes via ForwardDurationChangeToDemuxerHost(). It also allows us to send video size change events directly to the MPRC, which can now avoid implementing RendererClient pass-through methods, just to update its StreamTextureWrapper. MediaPlayerRendererExt defines the extra methods that the MPR needs to expose to the MPRC. It allows us to move InitiateScopedSurfaceRequest() out of MojoRenderer, and paves the way to simplifying the "bad call" logic is in place in the MojoRendererService. Bug: 669606 Change-Id: I2a8a537beb2e4d8f8d34b6256f5a2b4ab6af0715 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1524525 Commit-Queue: Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#644605}
-
Bill Orr authored
WebXR may not submit frames if pose data is null. Pose data will be null if WebXR isn't visible. However, we want at least one pose data to be non-null to know that WebXR is ready to submit frames. The fix is to hand out a non-null pose data. Also, fix a crash. graphics_ is set to null when UI hides, but we may still have an outstanding frame callback. Change-Id: Ib304a0b56d8737da1d8200cbb6257645755c99ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540616Reviewed-by:
Klaus Weidner <klausw@chromium.org> Commit-Queue: Bill Orr <billorr@chromium.org> Cr-Commit-Position: refs/heads/master@{#644604}
-
Julie Jeongeun Kim authored
This CL moves public/platform/modules/frame_sinks to public/mojom to gather mojom files to mojom folder and updates paths for embedded_frame_sink.mojom. Bug: 919393 Change-Id: If73981416f251d651fa34f114a68d9f58a14a268 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534585Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Jeongeun Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#644603}
-
Peter Kasting authored
Bug: 945846 TBR: noel Change-Id: I9b62ee039e537cc6485514d7e744b6a702b2bb17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539212Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#644602}
-
- 26 Mar, 2019 26 commits
-
-
Tom Anderson authored
Rolling for [1] to fix bug 944391. [1] https://chromium.googlesource.com/chromium/llvm-project/libcxx/+/955113db37563c8632e31ddcff2047845553d7ff https://chromium.googlesource.com/chromium/llvm-project/libcxx.git/+log/4daecde1d737..955113db3756 $ git log 4daecde1d..955113db3 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 thomasanderson [libc++] Fix return value of snprintf_l() on Windows when buffer is too small 2019-03-26 modocache Revert "[coroutines] Add std::experimental::task<T> type" 2019-03-26 modocache [coroutines] Add std::experimental::task<T> type 2019-03-25 mclow.lists Cleaup of requirements for optional. While researching LWG3196, I realized that optional did not reject 'const in_place_t' like it should. Added a test as well, and a check for arrays (which were already disallowed, but now we get a better error message). Should not affect anyone's code. 2019-03-25 ldionne [libc++][CMake] Allow merging libc++abi.a into libc++ even on Apple platforms 2019-03-22 mclow.lists Fix a minor bug with std::next and prev not and negative numbers. In particular, std::prev cannot require Bidirectional Iterators, because you might 'go back' -1 places, which goes forward. Thanks to Ville and Jonathan for the bug report. 2019-03-22 ldionne [libc++] Update the list of symbols exported from libc++abi for new/delete 2019-03-22 ldionne [libc++] Re-export the sjlj ABI v2 for ARM architectures 2019-03-22 mclow.lists Fix a vector test to not use a local type as a template parameter. This causes a warning on C++03. NFC 2019-03-21 ldionne [libc++] Remove too-stringent XFAILs for file_clock tests 2019-03-21 ldionne [NFC][libc++] Reindent #ifdefs 2019-03-21 ldionne [libc++] Re-document how to use <filesystem> with various versions of libc++ 2019-03-21 sbenza Add relational benchmark against a string constant. 2019-03-21 ldionne [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't support bad_any_cast Created with: roll-dep src/buildtools/third_party/libc++/trunk BUG=944391 R=thakis Change-Id: Ib0c7ec64c706afe31c46feed581577d4b8f7c926 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540288 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#644601}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bcf82c47e836..ed0cd5dc2078 Created with: gclient setdep -r src-internal@ed0cd5dc2078 The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome BUG=chromium:891734 TBR=sahel@chromium.org,horo@chromium.org,pkasting@chromium.org,andruud@chromium.org Change-Id: I230620a573ebd4725683167152e7d68ffedc23b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540460Reviewed-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@{#644600}
-
Michael Thiessen authored
This implements the ability for embedders to provide a context menu for media controls, drawn in the browser process. Also, some text track code was refactored to make it reusable by both normal and non-touch media controls. #Looks like an issue with per-file BUILD.gn=* not interacting well with #noparent. NOPRESUBMIT=true Bug: 942577 Change-Id: Ifa929a8cef7b6a2b1ee0b1bf2c5be02015119993 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532742 Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#644599}
-
Sinan Sahin authored
Bug: 944299 Change-Id: I632927307175fcb0c5a6096a58b372d190d8da6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538859Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Becky Zhou <huayinz@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#644598}
-
Peter Kasting authored
Bug: 856601 TBR: noel Change-Id: I0692727596c621df1c580588d7f9f4fcda681bda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540363Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#644597}
-
Caleb Rouleau authored
This reverts commit 0f4fde42. Reason for revert: crbug.com/940075 is fixed now. R=jbudorick@chromium.org Original change's description: > [Perf Waterfall] Disable reference builds on Mac > > TBR=jbudorick@chromium.org > > Bug: 940075 > Change-Id: Ibb863ac8c33d0f4057e0df78819893d8c0668d22 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531106 > Reviewed-by: Caleb Rouleau <crouleau@chromium.org> > Cr-Commit-Position: refs/heads/master@{#642094} TBR=crouleau@chromium.org,jbudorick@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 940075 Change-Id: I8ce4e3a6b867f6b8bf4d9dc0d4bc2c07e123c791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540311Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#644596}
-
Alexander Alekseev authored
This reverts commit bb805dc9. Reason for revert: Renderer crash on OOBE https://crbug.com/946161 Bug: 946161,944907 Original change's description: > DevTools: move info label and contrast info processing further into the highlight. > > Change-Id: I6edb5685493e91c5d6ff4ae078f40764dffc7d93 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535431 > Reviewed-by: Dmitry Gozman <dgozman@chromium.org> > Commit-Queue: Dmitry Gozman <dgozman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#643515} TBR=dgozman@chromium.org,pfeldman@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: If07938780cbfd34b21b7ecaea4c0fa828abe0462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540416Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Commit-Queue: Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#644595}
-
Gayane Petrosyan authored
COLOR_CONTROL_BACKGROUND always defaults to white and doesn't have calculated value based on other theme properties. Therefore it shouldn't be part of the theme properties. This change removes COLOR_CONTROL_BACKGROUND from theme properties and its only call in browser_view as it has no effect. Change-Id: I0a0db0c2e00831d6136c9f1d780823fb8d4cc661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534483Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#644594}
-
Robert Liao authored
There are no references to disabled_combobox_ after construction. BUG=897377 TBR=sky@chromium.org Change-Id: I418211e76bbe19a851490e4c6338726559b2e40d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540579Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#644593}
-
Siye Liu authored
Some JPN IMEs such as CorvusSKK or SKK日本語FEP behave differently when using TSF on Windows. The root cause is that uses may commit existing composition and start new composition in the same edit session with same composition text. Bug: 944452 Change-Id: Ife8032742afd1cf2be372f015fdc2cb77f73a59a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532911 Commit-Queue: Siye Liu <siliu@microsoft.com> Reviewed-by:
Yohei Yukawa <yukawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#644592}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/cc6473f7d80d..e747b3c3c9d9 git log cc6473f7d80d..e747b3c3c9d9 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 bclayton@google.com SpirvShader: Implement loops Created with: gclient setdep -r src/third_party/swiftshader@e747b3c3c9d9 The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:b/128527271 TBR=swiftshader-team+autoroll@chromium.org Change-Id: I72180c050cd02ec20e9d7c0dba23e1fce199d9cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539902Reviewed-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@{#644591}
-
James Darpinian authored
WebGL conformance test deqp/functional/gles3/shaderbuiltinvar.html is flaky on Android Qualcomm. TBR: kbr@chromium.org Bug: 946177 Change-Id: I436fc390bf1e41614385cb5882e7436f2f3245b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539127Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#644590}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ce9a7af967cb..45d5f702133e git log ce9a7af967cb..45d5f702133e --date=short --no-merges --format='%ad %ae %s' 2019-03-26 rmistry@google.com Fix RecreateSKPs bot page sets II 2019-03-26 csmartdalton@google.com Add MSAA and non-aa modes to GrFillRRect Op 2019-03-26 fmalita@chromium.org [skottie] Relocate text shaping utils to separate compilation unit 2019-03-26 mtklein@google.com quiet down SkFontHost_FreeType debug logs Created with: gclient setdep -r src/third_party/skia@45d5f702133e The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=stani@chromium.org Change-Id: Ied3b8a1790f9f01ff4da78ef52adfdd91bff26ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540423Reviewed-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@{#644589}
-
Xianzhu Wang authored
For now we create both effect and filter nodes when there is any type of effect animation. Previously we created render surface for both nodes, causing memory and CPU regressions. Now don't create render surface for the extra nodes. Bug: 943826 Change-Id: Id26088b1cd58d95f44b040b099f56bd2fb1c335e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536706Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#644588}
-
Shakti Sahu authored
This reverts commit d6a0a21a. Reason for revert: As per the discussion in the bug, it was decided to not set the accessibility focus on the highlighted menu item after opening the app menu. Original change's description: > IPH : Set focus to highlighted menu item after opening app menu > > This CL adds the following: > 1 - After opening chrome menu, if there is a highlighted menu item due > to IPH (both for circle and rectangle), accessibility focus will be set > to the highlighted view. It still needs a delay of about 1 second after > the menu opens, without which focus is not set to the correct view. > > Bug: 767075 > Change-Id: I5f4418537e8922189a5fe9f19bfcc70eadcaa000 > Reviewed-on: https://chromium-review.googlesource.com/c/1404566 > Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> > Reviewed-by: David Trainor <dtrainor@chromium.org> > Cr-Commit-Position: refs/heads/master@{#622565} TBR=dtrainor@chromium.org,shaktisahu@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 767075 Change-Id: I2cf4a9d3a5c7e0d7aef2881030ca242512357470 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540267 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#644587}
-
Shakti Sahu authored
This is a reland of b01ba24c Original change's description: > Converted AllDownloadItemNotifier to a KeyedService > > Converted AllDownloadItemNotifier to be a KeyedService so that it will be > a per profile instance. Added multiple observer support to it, so that > ADIN won't be instantiated multiple times. This will save a lot of memory > because each ADIN instance contains a full set of all download item pointers. > > Bug: 942773 > Change-Id: I4e0e88aceb3e97ef7f98d5a94fab4a34c8abd791 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526792 > Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> > Reviewed-by: Nicolas Zea <zea@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Reviewed-by: Reilly Grant <reillyg@chromium.org> > Reviewed-by: Min Qin <qinmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#643272} TBR : zea@chromium.org Bug: 942773 Change-Id: I0a493be8bc8d6bf6c9e7bf1d0e613a5149578e5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1536155 Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Nicolas Zea <zea@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#644586}
-
Robert Liao authored
BoolToOnOff isn't generally useful to all examples. BUG=897377 TBR=sky@chromium.org Change-Id: Ic3738b32db1cd4f06651e5609f664b8aaa52943d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540365Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#644585}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/c8e39ebcf304..db55340a2b03 git log c8e39ebcf304..db55340a2b03 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 evanhernandez@chromium.org service: Implement SetBinhost. 2019-03-26 evanhernandez@chromium.org constants: Add binhost conf dirs. Created with: gclient setdep -r src/third_party/chromite@db55340a2b03 The AutoRoll server is located here: https://autoroll.skia.org/r/chromite-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@chromium.org Change-Id: If06305a90b628bb05569b102ae7bee8f7f762da5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538750Reviewed-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@{#644584}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/db121ec5abd6..de253137e334 git log db121ec5abd6..de253137e334 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 thestig@chromium.org Make CXFA_NodeHelper::GetOneChildNamed() a member of CXFA_Node. 2019-03-26 thestig@chromium.org Simplify GetTransparentParent(). 2019-03-26 tsepez@chromium.org Avoid undefined negation in CFGAS_Decimal.FromInt32. Created with: gclient setdep -r src/third_party/pdfium@de253137e334 The AutoRoll server is located here: https://autoroll.skia.org/r/pdfium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=dsinclair@chromium.org Change-Id: I5869d5dd7e46102ad7611cf4b0fa828014fdd7e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540422Reviewed-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@{#644583}
-
Justin Cohen authored
Both -updateNavigationEdgeSwipeForWebState and GetBackwardItems can return nil NavigationItems, so check in the UseNativeSwipe helper for completeness. Bug: 945989 Change-Id: Ie8ad8a425722e699372013d8c31db039e91ca32b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539121 Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#644582}
-
Adam Ettenberger authored
1. Add condition for when IValueProvider is available 2. Share logic between IAccessible::get_accValue and IValueProvider::get_Value 3. IValueProvider::SetValue should respect the restriction state and return UIA_E_ELEMENTNOTENABLED when disabled / readonly. 4. IValueProvider::get_IsReadOnly should consider both disabled and readonly 5. Move IsRangeValueSupported out of AXPlatformNodeBase 6. Add IsRangeValueSupported and IsReadOnlySupported to ax_role_properties.{h|cc}. This logic is needed for both ax_platform_node_win.cc and in a following change browser_accessibility_manager_win.cc 7. Update AXPlatformNodeWinTest.TestGetPatternProviderSupportedPatterns now that not all elements expose UIA_ValuePatternId, adding a case for Grid vs Table, since Table does not support Value, but Grid does. 8. Add unit tests for IValueProvider Bug: 844149 Change-Id: I24a3e61ece40bbf5753b44f3a77e14f3069dac46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534302 Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#644581}
-
Sahel Sharify authored
TBR: pkasting@chromium.org,andruud@chromium.org Bug: 945845 Change-Id: Id61b420405c046095c0a06bda8c78b5663f1dc73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540282Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#644580}
-
BUG=762641 TBR=malaykeshav@google.com Change-Id: I7f9baab30fbbf45e9297693f3b9511d65a19cfc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538255Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Achuith Bhandarkar <achuith@chromium.org> Cr-Commit-Position: refs/heads/master@{#644579}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/48193b065ac6..2547d2cf2b12 git log 48193b065ac6..2547d2cf2b12 --date=short --no-merges --format='%ad %ae %s' 2019-03-26 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision e1296370..ff1de589 (644325:644450) 2019-03-26 mbonadei@webrtc.org Revert "Disable TestVp9ImplProfile2.EncodeDecode on iOS." 2019-03-26 amithi@webrtc.org Revert "in WebrtcVoiceEngine allow to set TaskQueueFactory" 2019-03-26 danilchap@webrtc.org in WebrtcVoiceEngine allow to set TaskQueueFactory Created with: gclient setdep -r src/third_party/webrtc@2547d2cf2b12 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. BUG=chromium:None TBR=webrtc-chromium-sheriffs-robots@google.com Change-Id: Icd11b090a155f1deeb8c5f03b4733ad50a69beed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540376Reviewed-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@{#644578}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e9845b09..8244b454 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Idfcffb1035705e6989ab4ac3d9402a88b3cb5d05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540272Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#644577}
-
Eric Stevenson authored
This reverts commit 85b741f2. Reason for revert: Broke downstream system stub APK generation. Original change's description: > Android: Update bundletool version to 0.9.0. > > Release notes: https://github.com/google/bundletool/releases/tag/0.9.0. > > Primary motivation is to better support locale specific system APKs > for http://crbug.com/945418. > > Note: Flag --universal is no longer supported. > > Bug: 945418 > Change-Id: I93c367dcd593d05ce8132e4dfb1223fa16a68d20 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539781 > Reviewed-by: David Turner <digit@chromium.org> > Commit-Queue: David Turner <digit@chromium.org> > Auto-Submit: Eric Stevenson <estevenson@chromium.org> > Cr-Commit-Position: refs/heads/master@{#644357} TBR=digit@chromium.org,estevenson@chromium.org Change-Id: I6540b508f19ee11cfbcb6ee30957753127ba8066 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 945418 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540367Reviewed-by:
Eric Stevenson <estevenson@chromium.org> Commit-Queue: Eric Stevenson <estevenson@chromium.org> Cr-Commit-Position: refs/heads/master@{#644576}
-