- 07 Oct, 2020 40 commits
-
-
Francois Doray authored
Historical histogram data is already available in base/task/thread_pool/historical_histogram_data.md Bug: 995483 Change-Id: I9c7898627dcd75dc6ffb1bb9b64d60f6a52a21a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446206Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#814942}
-
zhaoyangli authored
Report testId, status, expected, summaryHtml and artifacts to ResultSink. Bug: 1104247, 1132476 Change-Id: I425290ab52bcab302de3ae215606b33d0af15692 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2430626 Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Chan Li <chanli@chromium.org> Cr-Commit-Position: refs/heads/master@{#814941}
-
Reilly Grant authored
This change adds a check to prevent a Mojo client from calling Open() multiple times while the open is in progress. Bug: 1135857 Change-Id: Ib467de9129673710b883d9e186c32c359f8592d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454846 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#814940}
-
Lan Wei authored
Add a WPT test penPointerEventProperties.html into infrastructure/testdriver/actions/ to test pointerevent properties of pen pointertype. Bug: 1134487 Change-Id: I3ddb8d8f564b2db9eead81cfb83ace2c45777096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2444182Reviewed-by:
Mustaq Ahmed <mustaq@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#814939}
-
Haiyang Pan authored
chrome_public_test_apk still runs on 8-core, to shorten test runtime. Also increase the shards to 20 for content_browsertests to avoid timeout. Bug: 922145 Change-Id: I82cf32c7afd7403f0ad7243ed29afdbb9688fa4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332444Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Haiyang Pan <hypan@google.com> Cr-Commit-Position: refs/heads/master@{#814938}
-
Mustaq Ahmed authored
Fixed: 1136076 Change-Id: Icdc8042350d5bc9776dad7da568be132f862a23d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456631 Commit-Queue: Mustaq Ahmed <mustaq@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#814937}
-
John Delaney authored
These histograms are still used for tracking behavior of ads in Chrome. Bug: 1117094 Change-Id: I1d4378ee4a6b7178c352d239b8c16839794c35cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453570Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Josh Karlin <jkarlin@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: John Delaney <johnidel@chromium.org> Cr-Commit-Position: refs/heads/master@{#814936}
-
Gavin Williams authored
|driveDestinationKey| now triggers whether to show the Save to Drive destination in the dropdown on Chrome OS. Bug: 1112416 Change-Id: I2cb61425796fe80dac4e862f048da5addea3c46a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441954 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#814935}
-
Garrett Beaty authored
Bug: 1135226 Change-Id: Ic2b0300e92642daad29618d076f520c8fa7e27af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2457427 Commit-Queue: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#814934}
-
Mark Yacoub authored
1. Set all props for CRTC, Connector and Plane to Plane Manager to Commit. 2. Maintain a consolidated path to modeset both Atomic and Legacy. 3. Simplify CRTC Controller by removing all modeset operations and maintain its state from PlaneManager::CrtcState. 4. This makes all CRTCs on the same hardware display controller to be modeset at the same time. BUG=1082882,1015104 TEST=hardware_display_plane_manager_unittest Change-Id: I2401a1b40ce74158416484e6418239d5fb8c1c25 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429586 Commit-Queue: Mark Yacoub <markyacoub@google.com> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#814933}
-
Min Qin authored
This CL fixes several reasons that cause the test to fail: 1. The test copies a file to sdcard, this will not work on Q and above. This CL will download a file first, so that it will always trigger the duplicate infobar 2. The new tab creation and going to the last tab are no longer working. This CL fixes it. 3. There are many infobars during the test. This Cl searches for the duplicate infobar instead of using the first infobar. BUG=606798 Change-Id: I29edd445231087022664c2ef887c8b2a701c8be0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454230Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#814932}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7e63e50f. With Chromium commits locally applied on WPT: 175147e4 "content-visibility: Increase the auto intersection margin to 150%." 9bcf62a6 "Fix layout shift tracker when overflow is clipped along one axis" 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 Directory owners for changes in this CL: domenic@chromium.org, ricea@chromium.org: external/wpt/streams NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I83e97434abdf2d9d03e9c04b10f1e8938134ee26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459446Reviewed-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@{#814931}
-
David Tseng authored
R=hirokisato@chromium.org clickable text to play each video Bug: none Change-Id: I9f01f111fdcce6665a4eabd872ad9778d64ed6f2 AX-Relnotes: Within the YouTube Android app, ChromeVox can navigate to the Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450890 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Hiroki Sato <hirokisato@chromium.org> Cr-Commit-Position: refs/heads/master@{#814930}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/60669b2c831f..f38cef2f4642 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 kmilka@google.com,eirage@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1136137 Tbr: kmilka@google.com,eirage@google.com Change-Id: I1c6fcdbb9899bac533e27ce8757b78d15025d264 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459406Reviewed-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@{#814929}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/8d921a16f835..041fd0ad7d93 2020-10-07 ethannicholas@google.com moved SkSL Variable data into IRNode 2020-10-07 kjlubick@google.com [canvaskit] Remove Sk from nearly all function/type names. 2020-10-07 michaelludwig@google.com Use SkIRect for desired output in skif::getInputBounds 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 jvanverth@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jvanverth@google.com Change-Id: I1a3b02834439aa9eb762b19f527efb4e0f5c9a38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458838Reviewed-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@{#814928}
-
chromium-autoroll authored
https://chromium.googlesource.com/native_client/src/native_client.git/+log/69a0d6e8affc..0fabd6dc4222 2020-10-07 dpranke@google.com Python3-related fixes for NaCl. 2020-10-07 dpranke@google.com Update various DEPS entries. 2020-10-07 sdefresne@chromium.org build: Remove no-op calls to set_sources_assignment_filter 2020-10-06 dschuff@chromium.org Add toolchain_build source target for next-gen LLVM build If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/nacl-autoroll Please CC mseaborn@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: chromium:1018739,chromium:1112471 Tbr: mseaborn@chromium.org Change-Id: I56b372aedf934b08460b3ec810983f9a58e3a7bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458831Reviewed-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@{#814927}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/81d10f5dd7f5..c48f5ba0b57d 2020-10-07 btolsch@chromium.org Fix leak of listening tcp sockets If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: I50f9b39f99710674bb27032499e663a37b577de0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459248Reviewed-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@{#814926}
-
Brandon Jones authored
Part one of what's likely to be a three step process to remove VRDisplayInfo entirely and start sending view information as an array of views rather than and explicit left and right eye. Removes the VRDisplayInfo instance previously stored on the XRSession, and begins tracking the session's internal view changes as an array (though they are still supplied to the session as left/right.) Bug: 998146 Change-Id: I0a86e43fca74ba9cd48f1e33a9033da2e899ed4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446837 Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#814925}
-
David Van Cleve authored
We're investigating some Trust Tokens issuance failures that seem to be because of some fetch API error that leads to ResourceError::GetResourceRequestBlockedReason() returning ResourceRequestBlockedReason::kOther. This happens in one of two cases: (1) Some code explicitly failed a request with kOther (2) The request failed with ERR_BLOCKED_BY_CLIENT or ERR_BLOCKED_BY_RESPONSE, but *not* with a network::mojom::BlockedByResponseReason. One case falling in bucket 2 is extensions' WebRequest API, which sets ERR_BLOCKED_BY_CLIENT but doesn't fail requests with a BlockedByResponseReason. This CL expands the WebRequest logic to set an extended resource error, which should make it possible to distinguish WebRequest blocks from other block reasons described in the prior paragraph. Bug: 1128174 Change-Id: I6d6255c8ba695a73b19efec69e8c3f45017724f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451571 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#814924}
-
Dana Fried authored
See attached bug. Bug: 1135317 Change-Id: I4a60b5266b20e246bea14e9330fa41c8a743091d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458747Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#814923}
-
Xiaodan Zhu authored
This CL adds a flag for the reverse scrolling features: - kReverseScrollGestures: enable reverse scroll gestures Bug: 1107183 Change-Id: Id1f918bacbca2726300927e7bf0e680b9237053b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419922 Commit-Queue: Xiaodan Zhu <zxdan@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#814922}
-
Shrek Shao authored
conformance/glsl/constructors/glsl-construct-bvec3.html is flaky on ChromeOS VMs. Bug: 1136106 Change-Id: I601b2f2a87f7fc9d84b13b47f6401231e3b4daf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458286Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Shrek Shao <shrekshao@google.com> Cr-Commit-Position: refs/heads/master@{#814921}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/91ab730685a6..3419b3b485ba If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-mac-chromium 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/+doc/master/autoroll/README.md Tbr: perfetto-bugs@google.com Change-Id: I7fe73f97c1b4e7dbf1d16c079cfbed2f0c18427f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458891Reviewed-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@{#814920}
-
Edward Lesmes authored
Add Generate DIR_METADATA files and remove metatada from OWNERS files for //ppapi. R=bbudge@chromium.org Bug: 1113033 Change-Id: I6b9b22d4d041d2ceb54a1467922087a6a35a3029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454630 Auto-Submit: Edward Lesmes <ehmaldonado@chromium.org> Commit-Queue: Bill Budge <bbudge@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Cr-Commit-Position: refs/heads/master@{#814919}
-
Stephen McGruer authored
If we have a PASS result, it means one of two things: i. The test passed and has no baseline file. ii. The test failed, but matches its baseline file exactly. In either case, producing a diff is not interesting for the test author. Bug: None Change-Id: I3b81eacc958176b3b8ccea27ba10b8c445d3a1ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2446779 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#814918}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/2ee68783068c..4171134daf9d 2020-10-07 cwallez@chromium.org Buffer: Validate the offset is aligned to 8 2020-10-07 cwallez@chromium.org Roll our copy of the Vulkan headers. 2020-10-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from a388d56d9968 to 28ae1471bf2c (1 revision) 2020-10-07 dsinclair@chromium.org Re-enable disabled test. 2020-10-07 cwallez@chromium.org Buffer: Disallow unmapping when unmapped. 2020-10-07 cwallez@chromium.org dawn_wire: Guarantee OOM on MAX_SIZE_T sized buffers. 2020-10-07 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from c9110b93cb8a to a388d56d9968 (1 revision) 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 kainino@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/+doc/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: kainino@google.com Change-Id: I771883e0e8ba87a5025016182d978e8b133140ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459247Reviewed-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@{#814917}
-
Kartik Hegde authored
The TLS prober will be used by network diagnostics routines to establish a secure socket connection with a host. BUG=chromium:956783 TEST=unit_tests --gtest_filter=TlsProberTest.* Change-Id: If472b036054b1b0e3013a98f3927f1a6a4334b9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2393560 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#814916}
-
Adam Barth authored
These methods are the same as before. They just take their arguments in a different order, which now matches the C syscalls. Change-Id: I864b4593adbab59ec636f65b26ea463a11f45e3d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458784 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#814915}
-
Muyao Xu authored
This CL adds a |SourceType| enum to represent three different notification item types: local media sessions, cast sessions, and Presentation requests. The device selector view should only show up for local media sessions. Bug: b/161610050, 1107162 Change-Id: I45ac39af46e9aa931795fd5bb763f9c0c56c1f42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453891 Commit-Queue: Muyao Xu <muyaoxu@google.com> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#814914}
-
Dave Tapuska authored
Moving MouseLock emulation into the browser found that the RenderWidgetHostViewMac::HasFocus always returned false for WebTests. It is reasonable to simulate the view having focus in WebTests so call OnFirstResponderChanged appropriately. BUG=1097816 Change-Id: Id0a87cea174ac308bf73103a90fff678b30d429e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459568Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#814913}
-
Robert Ogden authored
This enum is getting used more and more widely, so this CL just moves it to its own header so that client code does not need to include the tab helper. No behaviorial changes. Bug: 1136174 Change-Id: I729062549f9c04b676692c46c21cfbdef690fd63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458287 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#814912}
-
Lei Zhang authored
Blink tests on Linux/ChromeOS use the FontConfig sysroot, so system fonts do not affect test results. Use the same mechanism to make pdf_unittests hermetic. With hermetic tests, pdf_unittests should no longer be flaky on Linux. As such, also revert https://crrev.com/814622 to re-enable some disabled test cases on Linux. Bug: 1070165,1134056 Change-Id: Ib70670e16a8f51daf91956bfecfbd696fa3eb916 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2454376 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
K. Moon <kmoon@chromium.org> Cr-Commit-Position: refs/heads/master@{#814911}
-
Derek Basehore authored
This reverts commit 436c119d. Reason for revert: An edge case for platforms without ARC++ was not handled correctly. Original change's description: > Disable unmount-on-suspend for FUSE > > This removes the code for unmounting the FUSEs (filesystem in userspace) > on suspend. Instead of unmounting to resolve the FUSE/freeze on suspend > race condition, we will be using powerd code that orders freeze using > freezer cgroups. > > Crostini still has some work left to do before this can be done for it, > so unmount on suspend for its FUSE, sshfs, will be done in a later > patch. > > Test: "suspend_stress_test -c 2500" on device > Bug: b/134792837 > Change-Id: Icb8f9e309f6780e6f935be550c6c4e048a44b1fd > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336869 > Commit-Queue: Derek Basehore <dbasehore@chromium.org> > Reviewed-by: Joel Hockey <joelhockey@chromium.org> > Reviewed-by: Sergei Datsenko <dats@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Reviewed-by: David Munro <davidmunro@google.com> > Cr-Commit-Position: refs/heads/master@{#811950} TBR=jamescook@chromium.org,achuith@chromium.org,dbasehore@chromium.org,joelhockey@chromium.org,dats@chromium.org,davidmunro@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: b/134792837 Change-Id: Ia50e43dceeb0eea448d6fdf7232af328a9a1fd1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451400Reviewed-by:
David Munro <davidmunro@google.com> Reviewed-by:
Sergei Datsenko <dats@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Derek Basehore <dbasehore@chromium.org> Cr-Commit-Position: refs/heads/master@{#814910}
-
Ana Salazar authored
Define a new item type for files added to the holding space via nearby sharing functionality. Nearby shared files will be shown in the downloads section of the holding space and will be persisted. Bug: 1130625 Change-Id: I6da1da172a7de5e4f3ae3c321434376ffc80a38f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450053Reviewed-by:
David Black <dmblack@google.com> Reviewed-by:
Weilun Shi <sweilun@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Ana Salazar <anasalazar@chromium.org> Cr-Commit-Position: refs/heads/master@{#814909}
-
Meilin Wang authored
Previously on edge case screens, we use |LabelButton|, which is unfocusable by default, for buttons without background. But these buttons need to be focusable during tab traversal and accessibility mode. This CL introduces |InterstitialViewButton| as a subclass of |RoundedLabelButton|. It handles both types of buttons (with and without background), and it's focusable with a rounded rectangle focus ring and shares common setup of the system menu buttons. Screenshot when the button is on focus: https://screenshot.googleplex.com/AKv42vcGDSsTYGV.png BUG=1106937,1126208 Change-Id: I7511f8f10a0cb4abc07283d7fcee7ac79bacae31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450844Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Meilin Wang <meilinw@chromium.org> Cr-Commit-Position: refs/heads/master@{#814908}
-
Shannon Chen authored
Add point scanning button for later on to enable point scanning. Signed-off-by:
Shannon Chen <shannc@chromium.org> Bug: 1061537 Change-Id: I0f691bd485fd348118b62fbe816d44fde2201628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2450924 Commit-Queue: Shannon Chen <shannc@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#814907}
-
Peter Kasting authored
Bug: 772945 Change-Id: I193a9d4c9ce2aae9b83c1f7450f6af511bcba687 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458648 Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Commit-Queue: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#814906}
-
Xianzhu Wang authored
- Test SelfVisualOverflowRect and VisualOverflowRect instead of LocalVisualRect and VisualOverflowRect to be more focus on visual overflow rects. LocalVisualRect is less interesting than SelfVisualOverflowRect because the former is almost directly based on the latter and the latter is more used. - Enable the tests for CompositeAfterPaint - Add a test for overflow: clip Change-Id: I50c15a28114b5a3537b205245ac18bcf84a869d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458868Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#814905}
-
Joe DeBlasio authored
Change-Id: I7d1ee16697795b502c176a16755ca3433c8fdd3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458773 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#814904}
-
Andre Le authored
Add the functionality to open settings page in the settings buttons of PhoneHub bubble and PhoneHub notification. BUG=1106937,1126208 Change-Id: I751c0dfb227c5d0d0d0e47f6fd97753a460e530a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2453872 Commit-Queue: Andre Le <leandre@chromium.org> Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#814903}
-