- 29 Apr, 2019 28 commits
-
-
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}
-
Alan Cutter authored
This CL makes the PWA Omnibox install icon check the existence of both the AppBannerManager and the WebAppTabHelperBase as the presence of one is not 1:1 with the other. Bug: 953409 Change-Id: I310aa4c1613eb1d4037cb417c7b5c0d51215eb35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585282 Auto-Submit: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#654778}
-
Dominick Ng authored
This CL deletes the extensions::BookmarkOrHostedAppInstalled() method, and adds an abstract IsInstalled(const GURL& start_url) method to the AppRegistrar to replace it. The new method's concrete implementation lives in BookmarkAppRegistrar (migrated from its old home). The existing call sites for the method are migrated as well. BUG=891172 Change-Id: Ide93d8f6e799ad325ae8b8902b43787c89636601 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585281 Commit-Queue: Dominick Ng <dominickn@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#654777}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a6ccf845bb58..b3bd4698bf15 Created with: gclient setdep -r src-internal@b3bd4698bf15 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: Ia108c41eb50b803ad21f0ff07e71688f4b8dc454 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586745Reviewed-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@{#654776}
-
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: I607ab4941352c0fdf36a1747183064a11b9a37e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586746Reviewed-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@{#654775}
-
Marcin Wiącek authored
Before CL: there is no standard for enums handled by java_cpp_enum.py for saving number of entries and there is used COUNT, MAX and other names, which later are part of IntDef (Android code in the same time is using consistent NUM_ENTRIES). After CL: OfflineItemFilter and OfflineItemState are using NUM_ENTRIES (for OfflineItemFilter there is also stripped prefix during conversion for Java). BUG=919666 Change-Id: I2f83d4371f55db81e95565cfccfd8f5dcaad4211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1583718Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#654774}
-
- 28 Apr, 2019 12 commits
-
-
Jinsuk Kim authored
Switches from the vertical scale-down animation to x/y scale-down combined with fade-out animation. Bug: 937946 Change-Id: I7e59282e2c4fb46f13ca5ce04d1cc3a099b9b981 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1227862Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#654773}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2130156b1802..a6ccf845bb58 Created with: gclient setdep -r src-internal@a6ccf845bb58 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: Id669e0a5cc2303fe06db45cb9932a27915538659 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586986Reviewed-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@{#654772}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/986d7fadfb75..2130156b1802 Created with: gclient setdep -r src-internal@2130156b1802 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: I5ffb639abb3617b427d494d515f3fbc7c242614f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587476Reviewed-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@{#654771}
-
Marcin Wiącek authored
Change-Id: I77f70ae66a1e294516c229bfcb72e02198458a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587018Reviewed-by:
Donn Denman <donnd@chromium.org> Commit-Queue: Marcin Wiącek <marcin@mwiacek.com> Cr-Commit-Position: refs/heads/master@{#654770}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6a208e88..0a278d06 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 CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I14cb13ca63dc3c3d1ac9f9ec53af59114a446093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586112Reviewed-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@{#654769}
-
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: I6955bde143cec7bb2b3c01b625068a943c12cb46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586113Reviewed-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@{#654768}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/96029504b31f..986d7fadfb75 Created with: gclient setdep -r src-internal@986d7fadfb75 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: I957c27865fcbb23969a2ee0fffd48a70683f74d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1586111Reviewed-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@{#654767}
-
Koji Ishii authored
Following bot results are included. 18664 18668 18679 18692 18700 18703 18706 18715 18722 18734 18748 18759 18765 18769 18772 18780 18783 18791 18800 18805 18821 18822 18823 18824 18826 18843 0 lines were removed and 4 lines were deflaked by consecutive results since 18772. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Change-Id: I4eb5f348dcb88df2a0937a7671af6a9408fe0e48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582079Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#654766}
-
Parastoo Geranmayeh authored
If a company name is in the format of a brithyear, such as 1987, don't use it, unless it's a verified one. (Verified: created through autofill settings.) go/autofill-company-1987 Bug: 956560 Change-Id: Ibc0f8d19eb8acefe1f1328345e37f0db9a91ea18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1579520Reviewed-by:
Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Cr-Commit-Position: refs/heads/master@{#654765}
-
Raul Tambre authored
Warnings when running "gn gen" on Python 3.8: C:/Google/chromium/src/build/vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): C:/Google/chromium/src/build/toolchain/win\..\..\vs_toolchain.py:257: SyntaxWarning: invalid escape sequence \. if re.match('10\.\d+\.\d+\.\d+', directory): C:/Google/chromium/src/build/toolchain/win\..\..\vs_toolchain.py:281: SyntaxWarning: invalid escape sequence \. if re.match('14\.\d+\.\d+', directory): Bug: 941669 Change-Id: I2ab9fc1e404c2bdeba606c6391f8ac8149d92e62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585889Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#654764}
-
Parastoo Geranmayeh authored
If a profile's origin changed from a non-setting one to setting, the origin should get updated. This means that the user has verified the profile. Bug: 956202 Change-Id: I4b26456b20bb7e68976f1e0cc5bc6311d8b6c4a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1585245 Commit-Queue: Parastoo Geranmayeh <parastoog@google.com> Reviewed-by:
sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#654763}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/c3b783a58311..96029504b31f Created with: gclient setdep -r src-internal@96029504b31f 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: I371c17ef23ef90b803fd61f43c234e9b5b420e06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1587254Reviewed-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@{#654762}
-