- 08 Oct, 2020 2 commits
-
-
Clark DuVall authored
The internal image_editor resources had the same names as the resources in chrome/browser/share, which was causing build errors with the enable_chrome_module gn arg set to true. This renames the resources so there is no longer a collision. Bug: 1126301 Change-Id: I45193677196a6b0e266bbc5e376bc4ddc5ce7d79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2456949Reviewed-by:
Jeffrey Cohen <jeffreycohen@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#814953}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/34951b7955e2..068617d6cfea 2020-10-07 jmadill@chromium.org Fix debug message formatting. 2020-10-07 liaoyuke@chromium.org Roll Chromium manually from edbb6564 to a5a8696e (458 revisions) 2020-10-07 jmadill@chromium.org Move entry point enum utils to common. 2020-10-07 cclao@google.com Vulkan: Remove depth stencil access out of RenderPassDesc 2020-10-07 ianelliott@google.com DisplayNULL::makeCurrent() must install DebugAnnotator 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 timvp@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_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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:1135860 Tbr: timvp@google.com Change-Id: I3183984b7dba29c4bd0b9816eb38c1cd3605350e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458832Reviewed-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@{#814952}
-
- 07 Oct, 2020 38 commits
-
-
Kyle Williams authored
Build and Feature flags disables CfmHotlineClient dbus registation for none CfM devices; as such ensure gating logic accurately disables all CfM specific code paths in chromium. BUG=chromium:1135057 TEST="autoninja -C ~/chromium/src/out_excelsior/Release chrome" Change-Id: I6e47187cd667a191333c829494f5088b0df58d23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459170Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Kyle Williams <kdgwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#814951}
-
Nick Harper authored
This test has been disabled since 2014, and I don't see an obvious path to re-enabling it. Change-Id: I5492aee1d9fba80e65e10243a6b55ef99e14633b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459396 Commit-Queue: Nick Harper <nharper@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Nick Harper <nharper@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#814950}
-
Xianzhu Wang authored
This makes pre-CompositeAfterPaint work like CompositeAfterPaint: only convert DisplayItemList if needed. This fixes a perforance regression caused by crrev.com/c/2437735 which moved DisplayItemList conversion into Paint document lifecycle for ease of benchmarking and consistency with CompositeAfterPaint. Compared to before crrev.com/c/2437735, this CL can also avoid conversion when cc side needs update but blink side does not (so the change in recording_source.cc). Bug: 1134633 Change-Id: I27a899f787c91a809fef5ce8edd663ac2720e0ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451271 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814949}
-
Akihiro Ota authored
This change: 1. Adds an integration test for a lesson in the quick orientation. This lesson uses the UserActionMonitor to block ChromeVox execution until the desired key sequence is pressed. 2. Renames an existing function. Bug: 1127043 Change-Id: I125c16aa80b2c20b5d959a7ebc4aa39ac1a3f81f AX-Relnotes: N/A Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416756 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#814948}
-
Kai Ninomiya authored
Already suppressed for webgl1, just needed for webgl2 to fix our FYI testing. TBR: shrekshao@google.com Bug: angleproject:5038 Change-Id: I1bb5a6005ecfc09df13150f0f8082834675c5384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459390Reviewed-by:
Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Shrek Shao <shrekshao@google.com> Commit-Queue: Kai Ninomiya <kainino@chromium.org> Cr-Commit-Position: refs/heads/master@{#814947}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chonggu@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: chonggu@google.com Change-Id: I8551dbc220a9462e486826505861d0ee5498432e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2458840Reviewed-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@{#814946}
-
Allen Bauer authored
Bug: <None> Change-Id: If080d8f86bb650ad1b695273dc9a720574069d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2429448 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#814945}
-
Zhaoyang Li authored
git grep -l '12b5018i' | xargs sed -i '' -e 's/12b5018i/12b5025f/g' Changed a comment line from specific version to "latest beta version" Bug: 1134473 Change-Id: I34ed2eeb966bbf1d0be482997d5c6408b83b4651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2459054Reviewed-by:
Garrett Beaty <gbeaty@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#814944}
-
Nate Fischer authored
No change to logic. This adds a drawableTint attribute for the flag UI's search icon, to ensure this is not too dark when the user has enabled dark theme. This seems to have regressed due to https://crrev.com/c/2389229. Bug: 1135873 Test: manual - enable dark theme and inspect magnifier icon Change-Id: I2d1f2ba245dbf8911cda10e8f09e94c7c137e255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2455207Reviewed-by:
Hazem Ashmawy <hazems@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#814943}
-
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}
-