- 18 Feb, 2020 40 commits
-
-
Yutaka Hirano authored
Bug: 1051439, 876671 Change-Id: Ie6055aa48fc27293a89fd20d4273654553fe85cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060362Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#742069}
-
Kent Tamura authored
LayoutListBox provided * Intrinsic height, and * Adjustment of minimum width. For the former, this CL folds it into LayoutBlock and NGBlockNode because it's small. For the latter, this CL moves it to LayoutBox, and ClampIntrinsicBlockSize(), NGLayoutInputNode::ComputeMinMaxSize(), and LayoutBox::ComputeLogicalHeight() call it because the code size is not small. This CL has no behavior changes. Bug: 1040828, 1040826 Change-Id: I9dd95c0971928a50895c32fa977668421078e780 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053648 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#742068}
-
Wez authored
It is possible for a network interface to have only IPv6 addresses, but NetInterfaceToNetworkInterfaces() was assuming that the non-optional |addr| field in the fuchsia.netstack.NetInterface would always contain a valid address, resulting in a net::NetworkInterface with INADDR_ANY being returned in the interfaces list. Fix the call to omit the IPv4 NetworkInterface if the |address| IsZero(). Bug: 1052410 Change-Id: I66dc50fcac4911416399210558484130fbfe571c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060072 Auto-Submit: Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#742067}
-
David Staessens authored
When loading test images, we try to resolve the file to an absolute path. Unfortunately when the path doesn't exist this will result in an empty path, causing error messages to be printed without the file name. The CL makes sure the file name is properly printed in error messages. This CL also improves the logic when resolving file paths, to check whether the path is absolute, relative to the current path, or relative to the default test data path. TEST=./image_processor_test on hana BUG=None Change-Id: I8765174e87b25664abc56a2ec3f4ddf4141e60a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035496 Commit-Queue: David Staessens <dstaessens@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#742066}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/720d39c018b9..2f8af01a92a0 Created with: gclient setdep -r src-internal@2f8af01a92a0 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: I159dcfdabfd28d934e5690a37ed649b247eb596f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061116Reviewed-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@{#742065}
-
David Staessens authored
This CL contains some minor cleanup in the video decoder tests: - Update an outdated comment. - Remove a duplicate define that's already defined in macros.h. - Improved debug output when waiting for events. - Moved some initialization to header file. TEST=./video_decode_accelerator_tests on nocturne BUG=None Change-Id: Id0794cff6036396e46e293077663b62bba0b3560 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032464Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#742064}
-
Omer Katz authored
Change-Id: I0235e805063ee1c89cb6f558a2454b3d2ca24177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059973Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#742063}
-
Hirokazu Honda authored
This fixes the access out of bounds in VaapiDmabufVideoFrameMapper. The class creates VideoFrames by VideoFrame::WrapExternalYuvDataWithLayout(). It needs three plane's addresses. However, the class creates an array whose size is two. It causes the issue when accessing the third element in the array. Bug: 1020776 Test: VDA tests resolution_change_500frames.vp9.ivf one hour w/o --use_vd Change-Id: I50910e564076916193f0e1b366f8ec165945c71d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060226Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#742062}
-
Alice Wang authored
This CL removes the SigninTest since it is all refactored and reimplemented in SigninSignoutIntegrationTest. Bug: 1038326 Change-Id: I56c0097be1ffd10feea7d5fec9b30d00281730bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056843Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742061}
-
Hirokazu Honda authored
crrev.com/c/2050417 changes VaapiVDA so that it calls DismissPictureBuffer() on destruction. TestVdaVD checks that their picture buffer map contains the picture buffer id passed on DismissPictureBuffer(). TestVdaVD destroys VDA after clearing the picture buffer map, so that the check is triggered thanks to crrev.com/c/2050417. This fixes the problem by destroying VDA before dropping PictureBuffers map. This follows the logic of VdaVD [1] that vda is destroyed before DismissAllPictureBuffers() is executed. [1] https://source.chromium.org/chromium/chromium/src/+/master:media/gpu/ipc/service/vda_video_decoder.cc;l=187;drc=32948393c49aa75df8fec57714e8098f2af8a1e3 Bug: 1051107 Test: video.DecodeAccel.* on eve Change-Id: I61a9e5777dac9452c9bf6c2c73143c749b3448ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060223 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#742060}
-
Anand K. Mistry authored
This is logically a SmbUrl, and needs to be in the 'smb://' form which SmbUrl provides. Bug: 939235 Change-Id: I0b8cc2994348b3a5afe87ef3988e67223823cafd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060222Reviewed-by:
Austin Tankiang <austinct@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#742059}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/015cb80815b8..2e0661d7dd4e git log 015cb80815b8..2e0661d7dd4e --date=short --first-parent --format='%ad %ae %s' 2020-02-18 cnorthrop@google.com Vulkan: Update ES 3.1 test expectations 2020-02-18 xinghua.cao@intel.com Unlimit texture size on relatively new linux Created with: gclient setdep -r src/third_party/angle@2e0661d7dd4e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: cwallez@google.com Change-Id: I3f940c23c08a72a0321c950fe55130a97a4a34ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061118Reviewed-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@{#742058}
-
Yuzu Saijo authored
Bug: 1040318 Change-Id: I83b03a8bbcb1d39a95cc656dfddc8631867e2397 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1990884Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#742057}
-
Alan Cutter authored
This CL updates SiteSettingsHandler to use GetAppScope() instead of GetAppScopeInternal(). This means it will include web apps that have no scope and instead use their default scope. This CL removes a behavioural difference between web apps installed via promotion and those installed via "create shortcut". As an extra this CL cleans up some of the naming and types of GetInstalledApps() to better reflect the usage. Bug: 910016 Change-Id: I1eae6c496c717ee8a5ca611d3131d2ebff6bf788 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050221Reviewed-by:
calamity <calamity@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#742056}
-
En-Shuo Hsu authored
Add HfpBatteryListener that listens to the BluetoothBatteryChanged D-Bus signal and then set the battery percentage to the corresponding device. Design doc: go/cros-bt-bi-hfp BUG=chromium:785758,b:140783217 TEST=Build chrome ash_unittests and run ash_unittests Connect Bose QC35 and verify the battery level is shown on the UI. Change-Id: I476138eb86fee14e2754b5071f3d6ce04d340c97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049587Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: En-Shuo Hsu <enshuo@chromium.org> Auto-Submit: En-Shuo Hsu <enshuo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742055}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 07ac944f. With Chromium commits locally applied on WPT: acd8a467 "SharedWorker: Use CSP headers to outside settings" ec83d167 "Update performance.measureMemory to the latest proposal" d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: If6661f6bd60dac0da28e447eae17e183fe9423e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061488Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#742054}
-
Rachel Sugrono authored
The background of the files-ng metadata-box is no longer see-through, use opacity 1. Change-Id: I6d26d4f2e8368b866e682e84a0a91a3af84ffc27 Bug: 992824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061572 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742053}
-
Rachel Sugrono authored
Add style rule changes for the separator for files-ng. Change-Id: Ib43b46bbdeef1489d64b72b2ae9377a90fc9facd Bug: 992824 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060438 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742052}
-
Greg Thompson authored
Don't do work within the expression side of LOG_IF macros, as it isn't evaluated when logging is not enabled at the desired log level. BUG=1023080 R=ganesh@chromium.org Change-Id: I4a510eca6fe08e160d8ecd3cbaec8637b89dab2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059014 Commit-Queue: Greg Thompson <grt@chromium.org> Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#742051}
-
Hiroki Nakagawa authored
The original patch was reverted because the tests with worker variant (nested dedicated workers) consistently timed out on WebKit Linux Leak. In general, nested dedicated workers are slow, and also WebKit Linux Leak is slow. Probably this is the reason why the tests consistently timed out. To mitigate it, this patch adds timeout=long in the WPT's META line in addition to the original patch. For sheriff: If the tests still time out on WebKit Linux Leak, feel free to revert this patch again. In that case, I'll attempt to separate the tests into multiple files. Original change's description: > Revert "Worker: Add data URL tests for nested dedicated workers" > > This reverts commit 1d73a2eb. > > Reason for revert: Worker variant of tests appears to consistently timeout on WebKit Linux Leak (crbug.com/1052322) > > Original change's description: > > Worker: Add data URL tests for nested dedicated workers > > > > This CL renames data-url.html to data-url.any.js in order to run the > > tests on a dedicated worker. Previously these tests only ran on window. > > > > Bug: n/a > > Change-Id: I4be0cfdddc01fa4865763868c4947ea63e62d491 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054656 > > Reviewed-by: Makoto Shimazu <shimazu@chromium.org> > > Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#741367} > > TBR=nhiroki@chromium.org,shimazu@chromium.org > > Change-Id: I00481f9a51c672b4041364674d0bcad00d959c63 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: n/a > Bug: 1052322 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057046 > Reviewed-by: Stephen McGruer <smcgruer@chromium.org> > Commit-Queue: Stephen McGruer <smcgruer@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741417} Bug: 1052322 Change-Id: I348ba1743f58a6f0fedf2b739a1cb6a574af6f2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060356Reviewed-by:
Makoto Shimazu <shimazu@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#742050}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/539ac2af50bd..ba88b74030e4 git log 539ac2af50bd..ba88b74030e4 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 abennetts@google.com Rename parent_test → test_path, add master & bot columns. Created with: gclient setdep -r src/third_party/catapult@ba88b74030e4 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC wenbinzhang@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1019944 Tbr: wenbinzhang@google.com Change-Id: I9bb8d6e4e9bc4cae97e1e3cc2228a74f67df0f73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061115Reviewed-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@{#742049}
-
David Staessens authored
This CL makes sure the test video decoder client thread is running before scheduling a cleanup task on shutdown. During normal operation this should not be triggered, but it's a good idea to add an extra check anyway. TEST=./video_decode_accelerator_tests on nocturne BUG=None Change-Id: I0a3dde6fc6b9103d4a4d2f44e2e768b7e88d5d38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032445Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#742048}
-
Jason Lin authored
This function is splited from LaunchSystemWebApp. It makes it easier for power users (e.g. terminal settings) to customize launch behavior. Bug: 1048451 Change-Id: I855faea6f264204953f7fbcaf1cee0e117d76845 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050048 Commit-Queue: Jason Lin <lxj@google.com> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#742047}
-
Simon Zünd authored
Asynchronous source mapping requires asynchronous live location. Asynchronous live locations require that console messages must await live location updates properly. This CL adds async/await to {ConsoleTestRunner.dumpConsoleMessages} and friends. The CL is a straight-forward mechanical change. Note that we can't use {.then} syntax yet as {dumpConsoleMessages} does not yet return a Promise. Bug: chromium:1032016 Change-Id: Ie3417795ec1cc55a3c43c072a909f555f40f0f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2059410Reviewed-by:
Mathias Bynens <mathias@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#742046}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/c7be4c1bdab3..8f1ba5bf1dbb git log c7be4c1bdab3..8f1ba5bf1dbb --date=short --first-parent --format='%ad %ae %s' 2020-02-18 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@8f1ba5bf1dbb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id02a03cb4f4f272e20b79dc7ef729cf62b5c0694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061114Reviewed-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@{#742045}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/2952501a81e0..27e0b30d80dd git log 2952501a81e0..27e0b30d80dd --date=short --first-parent --format='%ad %ae %s' 2020-02-18 treehugger-gerrit@google.com Merge "Fix a couple of typos" Created with: gclient setdep -r src/third_party/perfetto@27e0b30d80dd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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: perfetto-bugs@google.com Change-Id: I90b0aed9d1b840d10975034fcb183b387b132306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061112Reviewed-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@{#742044}
-
Hidehiko Abe authored
atomic cannot be used on chromeos platform. BUG=1043804 TEST=Build locally. Change-Id: I0c9ab4682f2bdf25cf966d4a581ee666a588bd16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057504 Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#742043}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/4d1700125c33..9dbb98007b7b git log 4d1700125c33..9dbb98007b7b --date=short --first-parent --format='%ad %ae %s' 2020-02-18 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 5d89b446..0f78b586 (234 commits) Created with: gclient setdep -r src/third_party/skia@9dbb98007b7b 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 lovisolo@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: lovisolo@google.com Change-Id: Ic921622ce096d79ab4883d2f68124cd1c7f71647 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061113Reviewed-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@{#742042}
-
Keishi Hattori authored
Some classes are using ExecutionContextLifecycleObservers just to do GetExecutionContext(), and not using ContextDestroyed() notifications. Convert those cases to use ContextClient. Bug: 1052319 Change-Id: I4b048ca9a2997d1676ccd8fa37546959a9e9f9c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060361Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Keishi Hattori <keishi@chromium.org> Cr-Commit-Position: refs/heads/master@{#742041}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/215b5370bc4f..d353ca088149 git log 215b5370bc4f..d353ca088149 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 cwallez@chromium.org CMake: Add support for the Vulkan backend Created with: gclient setdep -r src/third_party/dawn@d353ca088149 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: I98d63ff690c37629040fed0b702c675319c1aa4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061095Reviewed-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@{#742040}
-
Eugene Zemtsov authored
HTMLVideoElement used to have 2 intersection observers, and this function would activate one of them. Now there is only one observer and it's always active. Bug: 696211 Change-Id: Ib17343059c39201e60838a1d3fddb54df9bd703e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048416Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#742039}
-
Eric Willigers authored
WebAppNavigationBrowserTest replaces BookmarkAppNavigationBrowserTest. InstallTestWebApp() replaces InstallTestBookmarkApp() Tests using the class no longer have any references to extensions, and continue to pass if the DesktopPWAsWithoutExtensions flag is enabled. To avoid a name class, the existing class WebAppNavigationBrowserTest is renamed to WebAppNavigateBrowserTest. It tests the Navigate() function. Bug: 1052722 TBR=jamescook@chromium.org TBR=pbos@chromium.org Change-Id: I8a09bb8f5c4bf563645ae5bca940015a05fbbe56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060213Reviewed-by:
Maggie Cai <mxcai@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#742038}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b861a4a4a354..720d39c018b9 Created with: gclient setdep -r src-internal@720d39c018b9 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: I5ff14051bd6ba4601767f93086688c5319c52045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061097Reviewed-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@{#742037}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/54cfb999..f78c3a6a 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: I027725eb8611865f87ebe4911dd6ea1b3a5baa9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060774Reviewed-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@{#742036}
-
Isabella Scalzi authored
Use the mimeType property that was sent from piex_loader.js to prevent lossy JPEG encoding of images that are of type BMP. Bug: 1039141 Change-Id: I1ee989bb8c2627cd5fba282dd7bb0b7214b48f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060358 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742035}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/2bc3be29bec4..c7be4c1bdab3 git log 2bc3be29bec4..c7be4c1bdab3 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@c7be4c1bdab3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Iaf47a73f0152149b59cb5fba22db62d2f0fe6098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061098Reviewed-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@{#742034}
-
John Z Wu authored
Assuming the flaky test was because the real CWVPasswordController was executing javascript in a free floating WKWebView with CGRectZero, using this fake CWVPasswordController may deflake it. Also added another test for fetching password suggestions. Bug: 1048256 Change-Id: I4a2898ddcd4edb5135835f81fa6b59435a59ddb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057119Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#742033}
-
Keishi Hattori authored
Adds Blink mojo Remote/Receiver wrappers HeapMojo{Receiver,Remote} Also uses them in the speech module as an example Design doc: https://docs.google.com/document/d/1mYKbNgVzQUbc0zKLjiBcO5Ue_VTh3sIwj8glHU-azQ8/edit Bug: 1049056 Change-Id: Ia14f455736197f25d1fdbfe78473d3681fd02e37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2000268 Commit-Queue: Keishi Hattori <keishi@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#742032}
-
Hiroki Nakagawa authored
Module dedicated workers was enabled by default in M80. This flag is no longer necessary. Bug: 1043565 Change-Id: Ia0fa3227aa57eb472dcb5260afe1a71bd5bbab63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060435Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#742031}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/192da9d76fef..015cb80815b8 git log 192da9d76fef..015cb80815b8 --date=short --first-parent --format='%ad %ae %s' 2020-02-18 jmadill@chromium.org Revert "Use newer OSX SDK for iOS" Created with: gclient setdep -r src/third_party/angle@015cb80815b8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cwallez@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1052887 Tbr: cwallez@google.com Change-Id: Ie5a2ddee6732622854afbe78c12b6e06a9dfe1b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061092Reviewed-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@{#742030}
-