- 29 Apr, 2019 40 commits
-
-
Huanzhong Huang authored
The new Clear Browsing Data interface (behind the new-clear-browsing-data-ui flag) currently loads its cells rather clumsily: multiple cells changing their size upon loading. This is due to counter callbacks filling in data counting results. This change fixes this issue to a great extent through including a placeholder text in each cell upon creation; a cell no longer needs to grow , as long as the data counting result (that comes in later) requires no more than one line to show. Bug: 952379 Change-Id: I503d2bf8e052b90da2ace334d5df4c49ef8b09b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583717 Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#654818}
-
Tanmoy Mollik authored
This CL replaces the deprecated base::SharedMemoryHandle in wayland buffer with base::UnsafeSharedMemoryRegion. Bug: 947464 Change-Id: I00bbe0fa75144bff346b6bb156bdcb29abf4c4be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569129Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@google.com> Cr-Commit-Position: refs/heads/master@{#654817}
-
Hans Wennborg authored
and use that to conditionally invoke the clang update.py script to build tip-of-tree clang. The idea is to get rid of the LLVM_FORCE_HEAD_REVISION environment variable that is currently used by the clang tip-of-tree bots to make update.py build from HEAD, and instead use this var in the gclient config. Bug: 884608 Change-Id: Ifc69ba697c446cb2b06a86c595ab1d1f42fa3a6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584307Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#654816}
-
Gauthier Ambard authored
The provider is used to install overrides. Bug: 954570 Change-Id: I89acf24af55f3e657db9f421dec8330abac1e64b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584265Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#654815}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=jiameng@chromium.org Bug: 708584 Change-Id: If29ea495733f0a4131fbad08050f61f11d598541 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583751 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Carlos Caballero <carlscab@google.com> Cr-Commit-Position: refs/heads/master@{#654814}
-
Anders Hartvoll Ruud authored
This reverts commit bdefcc2d. Reason for revert: Test times out (bug 957512) Original change's description: > PluginVm in FilesApp: set icon and read-only status > > Bug: 955920 > Change-Id: Iff3e97b187368683d89cbf7200d200046c73e095 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580988 > Reviewed-by: Luciano Pacheco <lucmult@chromium.org> > Commit-Queue: Joel Hockey <joelhockey@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654793} TBR=joelhockey@chromium.org,lucmult@chromium.org Change-Id: I8cddd46c5daa08cec285d660b31cd25e260b9314 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 955920,957512 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587878Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#654813}
-
Javier Ernesto Flores Robles authored
I noticed UIAlertController is wider on accessibility category sizes. With this change the alert view behaves similar to UIAlertController with one difference: instead of having 3 sizes (270, 350 and 402) it it will only have 270 and 402, if the screen is not big enough for 402 it will be as big as it can, respecting the margins. Bug: 951300 Change-Id: I6cbb7d4ed60aa042567c2ee0d715cb5a267cabb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583703 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#654812}
-
Sergei Datsenko authored
Due to strict sandboxing of DriveFS process it can't check the consent to collect metrics by itself and needs to be told externally. BUG=chromium:957453 Change-Id: Ib7be3526ce4e9e3ab6f3a00ada1ede22daca10ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587755 Commit-Queue: Sergei Datsenko <dats@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#654811}
-
Anders Hartvoll Ruud authored
This reverts commit 8df49a3b. Reason for revert: bug 956182 Original change's description: > Fix autoclick cancel click with stabilization "off". > > Movements greater than the movement threshold should cancel > autoclick with stabilization "off". > > Bug: 957113 > Change-Id: Ibce4a7f168241a16a169c5811692807556eb51bc > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584784 > Reviewed-by: Anastasia Helfinstein <anastasi@google.com> > Commit-Queue: Katie Dektar <katie@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654568} TBR=katie@chromium.org,anastasi@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 957113, 956182 Change-Id: I7c92f9776fb4227d62233bb6dc6f3103a71519ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585898Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#654810}
-
Maksim Sisov authored
The ozone_unittests have been running successfully on the linux-ozone-rel bot with experiment_percentage: 100 for more than one month. Now, we can remove the experiment_percentage from it. Bug: 700309 Change-Id: I0a82d354769d75cce65063a95e18c40b2bcae79e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571409Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#654809}
-
Gauthier Ambard authored
Change-Id: I9c6b6e1e11566aea995e4dab7cf22175b2475395 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584304Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#654808}
-
Alexander Dunaev authored
The ui::WaylandConnection class is somewhat overloaded with various logic, so we move out things that are not directly connected to it. Here we move the PlatformClipboard implementation out of WaylandConnection into the standalone class, an instance of which will now be owned by the connection object. Bug: 942203 Change-Id: I2c36894141c220569d82266a0693b0157ce2b23d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583700 Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#654807}
-
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: Id2d54e0e7b34b3454601e81214a99bba71d170fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586989Reviewed-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@{#654806}
-
Jan Krcal authored
This reverts commit f05c2119. Reason for revert: The flakiness has been addressed since the time the CL has originally landed. Original change's description: > Revert "[AF Wallet Metadata] Enable USS implementation by default" > > This reverts commit 6560bcb5. > > Reason for revert: this CL seems to have made some integration tests very flaky > > Original change's description: > > [AF Wallet Metadata] Enable USS implementation by default > > > > This CL adds a testing config to prepare for a Beta launch. > > > > Bug: 853688 > > Change-Id: I2e6f99a7d9bbf5aa7bc268e74c53f3af135837f8 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569931 > > Reviewed-by: Brian White <bcwhite@chromium.org> > > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#653113} > > TBR=bcwhite@chromium.org,jkrcal@chromium.org > > Change-Id: I2ba569cdeac18bf03b1e721207ed1dab79698054 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 853688 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578615 > Reviewed-by: Jan Krcal <jkrcal@chromium.org> > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#653180} TBR=bcwhite@chromium.org,jkrcal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 853688 Change-Id: I0c557102367c13f05673217e48921990fc04c1de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587022Reviewed-by:
Jan Krcal <jkrcal@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#654805}
-
jongkwon.lee authored
The |draggingLocation| of NSDraggingInfo is a point based on the NSWindow coordinate and it should be converted to gfx::Point using |contentRectForFrameRect:| instead of |frame| because the NSWindow may have title bar. Bug: 954019 Change-Id: I92e45aa5fb8aab07c2540cc97b5bd76e29e43a5b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1573358Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#654804}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/de267b6c06b4..bc94e79eb7b6 git log de267b6c06b4..bc94e79eb7b6 --date=short --no-merges --format='%ad %ae %s' 2019-04-29 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update go_deps asset Created with: gclient setdep -r src/third_party/skia@bc94e79eb7b6 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=ethannicholas@chromium.org Change-Id: I0d557b16cff6831bbe97fbdddc8c8b8f480cfad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586988Reviewed-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@{#654803}
-
Anders Hartvoll Ruud authored
This reverts commit 2a121e9f. Reason for revert: Suspected culprit of 957483. Original change's description: > macOS V2 Sandbox: Leverage additional enforcement options. > > This enforces additional restrictions, such as iokit-get-properties and > process-info, that the default policy allows. > > Bug: 799149 > Change-Id: If2b53df37c78fad2dee7aefb2e7b17d189c6618a > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586200 > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Commit-Queue: Greg Kerr <kerrnel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#654630} TBR=kerrnel@chromium.org,rsesek@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 799149,957483 Change-Id: I091862c2dff370ed7e0ee39b52b46cb4d2a47c16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585896Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#654802}
-
Noel Gordon authored
Update build rules to create a single file called piex.wasm and adjust tests.html and the test chrome extension to use it. Update the release notes README.md, .gitignore, Makefile, etc. Add piex.wasm file. Bug: 935285 Change-Id: I709d80d52046a366d4934d75bb572ba7b095d914 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1571330Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#654801}
-
Maksim Sisov authored
zwp_linux_dmabuf protocol is able to create the wl_buffer both synchronously and asynchronously. This feature depends on the protocol version. Thus, if the protocol corresponds to the version, when the buffer can be created immediately, utilize it and do not wait for the answer from the Wayland compositor. Bug: 939794 Change-Id: I14fcad5eae8bcce3b24b662867c13948eb7e4ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572344 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#654800}
-
Austin Tankiang authored
The button currently does nothing when offline, so disable it to avoid confusion. Bug: 925272 Change-Id: I5577285e58ecf8c6ce3362db54b96b0bb83f6b8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1570964Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#654799}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d1be9450c7e2..de267b6c06b4 git log d1be9450c7e2..de267b6c06b4 --date=short --no-merges --format='%ad %ae %s' 2019-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 6f691fbb59c7..1ad7a07212b2 (1 commits) 2019-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 07c444c4..2f6bc7b3 (441 commits) Created with: gclient setdep -r src/third_party/skia@de267b6c06b4 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=ethannicholas@chromium.org Change-Id: I2de346884a16ee87d5d7eba501a29c94ee05cbd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587540Reviewed-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@{#654798}
-
Trent Apted authored
r614513 causes the outer <video> element to take focus when a button inside the element is clicked. This causes an unwanted focus ring to be drawn inside the video border, which looks like a graphical glitch. Workaround the regression in CrOS media apps by adding outline:none for the <video> elements. Note that upon pressing Tab, focus moves to a media controls button, which still renders a focus ring. Bug: 917503 Change-Id: I92c7b1df61e34e8091c8435e950f6b106b2d7516 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587677Reviewed-by:
dstockwell <dstockwell@chromium.org> Commit-Queue: Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#654797}
-
Alan Cutter authored
At some point the innerText of the test page gained a couple of newline characters. This isn't important to the test so trim them out. Also use EvalJs() instead of the deprecated ExecuteScript*(). Bug: 956047 Change-Id: I8a8a67dcef9838ba7350d17a8fb2b51ccb6bf043 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585746 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Jay Harris <harrisjay@chromium.org> Commit-Queue: Jay Harris <harrisjay@chromium.org> Cr-Commit-Position: refs/heads/master@{#654796}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b9bb645cf093..c0a0741eb598 Created with: gclient setdep -r src-internal@c0a0741eb598 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 TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ie00f38fbd01ab32b0a598d4a2648d32f8cba72f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587539Reviewed-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@{#654795}
-
Ehsan Karamad authored
The tests were disabled a while ago by forcing them to run only in BrowserPlugin mode. This means the test runs twice which is unnecessary and this is actually blocking CL 1565483. TBR=wjmaclean@chromium.org Bug: 949565 Change-Id: I77a4d0e80e0b459c5d7f1a4118623cd12bf959f5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586531Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#654794}
-
Joel Hockey authored
Bug: 955920 Change-Id: Iff3e97b187368683d89cbf7200d200046c73e095 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580988Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#654793}
-
Alexey Baskakov authored
Plumb InstallFinalizer to BookmarkAppInstallManager. CanSkipAppUpdateForSync will be reused in WebAppInstallManager. Bug: 915043 Change-Id: Ied37333203e3d972accecde5bd8ee3d157862959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585744 Commit-Queue: Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#654792}
-
Ramin Halavati authored
Unnecessary directories created on disk for in-memory file system are removed. A related bug in ObfuscatedFileUtil that expected these directories to exist on disk is fixed. Bug: 93417 Change-Id: I3e39d7d7ce3ad51bbef3b3d69fdcc67375413379 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1584268Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#654791}
-
Joel Hockey authored
* Update tests to use MyFiles * Update test_util.js to use MyFiles and remove dead code. Bug: 955920 Change-Id: Ia1c7774a0857a8e1631f8b5b7f86a1cee597f9a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585823Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#654790}
-
Joel Hockey authored
Bug: 955920 Change-Id: I0e35c812be6a9566159efd064698429cf5263fdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587576Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#654789}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7056ce14dd15..d1be9450c7e2 git log 7056ce14dd15..d1be9450c7e2 --date=short --no-merges --format='%ad %ae %s' 2019-04-29 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader a161493942fa..28f142f1b0a2 (47 commits) Created with: gclient setdep -r src/third_party/skia@d1be9450c7e2 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=ethannicholas@chromium.org Change-Id: I2152acf2c97ed458bd84d076a3d70303e22b1c24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587669Reviewed-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@{#654788}
-
Darren Shen authored
When observers are notified about the VK being enabled / disabled, the state of the KeyboardController at the time is wrong. For example, when notified about disabling the VK, KeyboardController::IsEnabled() still returns true (!). We move the observer notification code to the correct place and add tests to verify the state of the KeyboardController at the time of notification. Bug: 943446 Change-Id: I663042f743826afdb9880c538e6110ca13b4a6d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1572983 Commit-Queue: Darren Shen <shend@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#654787}
-
Carlos Caballero authored
ScopedTaskEnvironment::ExecutionMode is becoming ScopedTaskEnvironment::ThreadPoolExecutionMode This CL was uploaded by git cl split. R=wutao@chromium.org Bug: 708584 Change-Id: I5f470dd7236cc340ecc20c6b971843c8e64a5de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583887 Auto-Submit: Carlos Caballero <carlscab@google.com> Reviewed-by:
Tao Wu <wutao@chromium.org> Commit-Queue: Tao Wu <wutao@chromium.org> Cr-Commit-Position: refs/heads/master@{#654786}
-
Wei Lee authored
This CL adds interface to support encode DMA-buf directly for JEA. The old one (EncodeWithFD()) should be deprecated once the new one is ready. Bug: 944705, b/123057886 Test: None Change-Id: I0d52522e22cbf5dc8b8858df78e99a8a156fbcfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532134 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#654785}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2c39b8ca7acc..b9bb645cf093 Created with: gclient setdep -r src-internal@b9bb645cf093 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 TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: I6961f96e3e9ee30a522d3f13959d259dd9b6f22d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587439Reviewed-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@{#654784}
-
Wei Lee authored
This CL fixes a bug that the reprocess buffer cannot be successfully released due to wrong condition. Bug: 956874 Test: Tested on DUT and now the buffer is successfully released after used. Change-Id: I906c31ab68f3cd486cd23b8320433a6bbb819423 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585284 Auto-Submit: Wei Lee <wtlee@chromium.org> Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Wei Lee <wtlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#654783}
-
Austin Tankiang authored
The Shill stub client fakes ethernet and wifi connections during testing. Clear its config during offline tests to simulate a lack of network connectivity. As a side effect, fileManagerPrivate.getDriveConnectionState will no longer need to be stubbed out, as it will now think the device is offline and return the appropriate result. Bug: 925272 Change-Id: Idd6cb44325cfde4991d3b1e64185a28e8655c733 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1578149 Commit-Queue: Austin Tankiang <austinct@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#654782}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=govind@chromium.org Change-Id: I0f0f198e369281f20d52dd9241a225a07d982197 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587173Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#654781}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b3bd4698bf15..2c39b8ca7acc Created with: gclient setdep -r src-internal@2c39b8ca7acc 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 TBR=andruud@chromium.org,alexmos@chromium.org,horo@chromium.org,adithyas@chromium.org Change-Id: Ie399de0b63804c489c32c73199ddc4625974273f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587334Reviewed-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@{#654780}
-
Timothy Loh authored
Aside from the shut down linux option, which is in Title Case, the other strings in the shelf/launcher context menus are Sentence Case. Change-Id: Iee0edf2836a9bae5991afa4397e7608b5142ee5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1580682Reviewed-by:
Nicholas Verne <nverne@chromium.org> Commit-Queue: Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#654779}
-