- 12 Feb, 2020 40 commits
-
-
Henrique Ferreiro authored
The mojom enum for ui::CursorSize in //ui/base/mojom/cursor.mojom isn't used anywhere. Bug: 1040499 Change-Id: I24e4f714c205fa8c933299e86258102ef658da6f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980742 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Alex Gough <ajgo@chromium.org> Cr-Commit-Position: refs/heads/master@{#740605}
-
Saurabh Nijhara authored
MinimumChromeVersionEnforced policy would be supported from M82 as the code for it has been checked in M82 and not M81. For pre M82, the device policy MinimumRequiredChromeVersion is to be used. It is deprecated from M82 onwards. Bug: 1048607 Change-Id: I49219e0ab192541bfec11c7852bd9401d915620d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050310 Commit-Queue: Saurabh Nijhara <snijhara@google.com> Reviewed-by:
Nikita Podguzov <nikitapodguzov@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Cr-Commit-Position: refs/heads/master@{#740604}
-
Fabian Sommer authored
The new UI is used both for parent access and by smartcard login. Several options were added to accommodate the second use case. All parent access specific logic moved into ParentAccessController, which is now the single point of access to the UI widget for parent access. Bug: 1001288 Change-Id: Iee728bb5ae77d387ae999741101e356602618d6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003169 Commit-Queue: Fabian Sommer <fabiansommer@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#740603}
-
Tomasz Moniuszko authored
Bug: 1050952 Change-Id: If7767893409c9c3d7f675100df67bc3a6ba81d43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050483Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Commit-Queue: Tomasz Moniuszko <tmoniuszko@opera.com> Cr-Commit-Position: refs/heads/master@{#740602}
-
Nate Fischer authored
During componentization, a rounding workaround was added to android_metrics_service_client_unittest, specifying a number slightly under 0.1 rather than 0.1 itself. It appears this was working around the fact that "0.1f" causes rounding issues that "0.1" does not. There's no benefit to specifying "0.1f" over "0.1" (the return type is double, not float), and since the latter does not have any rounding issues (it was quite reliable when the test lived in //android_webview/ and causes no issues in the new component), this CL removes the workaround and goes back to the desired value. Bug: 1015655 Test: run_components_unittests -f AndroidMetricsServiceClientTest.* Change-Id: I0ddec7da8ed7c98226cec1e49fd312155501ec8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051365 Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Auto-Submit: Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#740601}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/da4dea33d709..1de518cc2487 git log da4dea33d709..1de518cc2487 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/depot_tools@1de518cc2487 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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/+/master/autoroll/README.md Bug: None Tbr: agable@chromium.org Change-Id: I7b2fc55490cfb076af1b0d0a78b77b5a72ce64ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051803Reviewed-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@{#740600}
-
Michael Ershov authored
This change fixes a bug that prevented FakeCryptohomeClient from answering on TpmAttestationGetPublicKey request and adds a helper function to configure its result. Bug: 1045895 Change-Id: I4f7a72c2768f78df97c43756932ca7700a62b999 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050277Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Commit-Queue: Michael Ershov <miersh@google.com> Cr-Commit-Position: refs/heads/master@{#740599}
-
James Cook authored
PageStatus.TIMEOUT isn't used, so remove it and the associated HTML content and string. PageStatus.SPINNER is used as the default state for the page, but isn't sent from C++, so eliminate the C++ constant. Bug: none Change-Id: I93b2dadb9bb6cf762faed3a825f0b2eda2ad4308 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050033 Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#740598}
-
Daniel McArdle authored
Bug: 1050844 Change-Id: I7d485e68ba9466d49aa6dc0c7fa111c39a7ca71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050564 Auto-Submit: Dan McArdle <dmcardle@chromium.org> Commit-Queue: Olga Sharonova <olka@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Cr-Commit-Position: refs/heads/master@{#740597}
-
Eric Seckler authored
Trace processor now merges args from begin/end event pairs with the same names, but it doesn't support merging if the value type of the arg changes between the two events. Netlog was previously emitting 'params: ""', i.e. setting the "params" arg to an empty string, if there were no params to be emitted. However, "params" is usually an JSON-object-type argument. Thus, the value types between empty and present arguments are inconsistent and cannot be merged successfully by trace processor. This patch changes netlog to output an empty object ('params: {}') when the argument is empty instead. Bug: 1048815 Change-Id: Id20f66e78bd6f89f81cf6d456925cf7a01aa1d75 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050689 Commit-Queue: Eric Seckler <eseckler@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#740596}
-
Miyoung Shin authored
This is a follow-up CL of https://crrev.com/c/1993076 and this CL is a part of the effort to use the mojo type in Blink without converting between Blink and Non-Blink. This CL moves out enum types from ScrollIntoViewParams to scroll_enums.mojom as global types. These enums are used by lots of different Blink scroll methods, not just ScrollIntoView. ScrollIntoView just happened to be special because it is called cross process and so required the Blink-internal enum to be cloned into the mojom. Then the internal types were replaced by the mojom. This CL makes these two types be more general than ScrollIntoView. Bug: 1039285 Change-Id: Ie3387e6f0de757336dfd2917ee9a5bf91fac117b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026855 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#740595}
-
Takuto Ikuta authored
runisolatedtest.py seems not used other than by src/infra/scripts/legacy/scripts/slave/runtest.py https://cs.chromium.org/search/?q=runisolatedtest&sq=package:chromium&type=cs runtest.py seems not used other than by src/infra/scripts/runtest_wrapper.py https://cs.chromium.org/search/?q=legacy+scripts+slave+runtest&sq=package:chromium&type=cs slave_utils.py seems not used other than by src/infra/scripts/legacy/scripts/slave/runtest.py https://cs.chromium.org/search/?q=import.*slave_utils+f:%5Esrc&ssfr=1&sq=package:chromium&type=cs xvfb.py seems not used other than by src/infra/scripts/legacy/scripts/slave/runtest.py https://cs.chromium.org/search/?q=import.*xvfb+f:%5Esrc&sq=package:chromium&type=cs runtest_wrapper.py seems not used https://cs.chromium.org/search/?q=runtest_wrapper&ssfr=1&sq=package:chromium&type=cs Bug: 984869 Change-Id: Ifc48db6f7eeeb0127bdfea2b335384c1d4f49312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050052 Auto-Submit: Takuto Ikuta <tikuta@chromium.org> Reviewed-by:
Yoshisato Yanagisawa <yyanagisawa@google.com> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#740594}
-
Omar Morsi authored
Currently on network configuration updates through UI, there are some empty fields populated and not omitted before being validated by the ONC validator. One of these fields is the client certificate type. This CL ignores this field if it is empty and adds tests with client certificate type set to empty to make sure that the ONC validator will not complain and that the VPN configurations will get updated as expected. Bug: chromium:1043126 Test: chromeos_unittests -gtest_filter=ManagedNetworkConfigurationHandlerTest.* Change-Id: Ic84e4250e2c01744c6d4632108427d2478f64e16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035974Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#740593}
-
Takashi Toyoshima authored
Since CrSettingsV3BrowserTest inheritances depend on OOR-CORS as some other WebUI tests do, we need to flip the OOR-CORS to be enabled explicitly to run tests. These failed at linux-blink-cors fyi bots, for instance at https://ci.chromium.org/p/chromium/builders/ci/linux-blink-cors-rel/1537 Bug: 1042558 Change-Id: I2f01ed89e0793ca04f4c4f325755f42c5b7a1704 Tbr: rbpotter@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050294Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Commit-Queue: Takashi Toyoshima <toyoshim@chromium.org> Cr-Commit-Position: refs/heads/master@{#740592}
-
nancy authored
When an app's state is updated called by OnAppStatesChanged, it should check the pause status and apply the pause app icon effect if the app is paused. BUG=1051066 Change-Id: If84632ddb6a0be72637f545f67cd0b999da169ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050217 Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#740591}
-
Daniel Vogelheim authored
Bug: 1033101 Change-Id: I01638e133321abcb0604bfd9f8d72bff61425f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050266Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Cr-Commit-Position: refs/heads/master@{#740590}
-
Gauthier Ambard authored
This CL cleans up the toolbar search icon as the experiment is launched. Fixed: 1050994 Change-Id: I537f449d817ccc416a1477487292b27bc0de454b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050268Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#740589}
-
Felipe Erias authored
Show a more informative warning message when a link preload uses an "as" attribute that is valid but currently unsupported. Test: link-preload-unsupported-destination.html Bug: 1047945 Change-Id: I6473bc91fb51581358e530ca41a6ffb00b0aa559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041715 Commit-Queue: Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#740588}
-
Hirokazu Honda authored
V4L2VEA has been able to work in Zero-Copy mode when a given VideoFrame's dimension is the same as a resolution configured in Initialize(). This is sufficient to enable Zero-Copy capture in ARC++ case. To enable Zero-Copy capture in chrome case, it is necessary to scale VideoFrame for Simulcast case. This CL enables V4L2VEA to scale VideoFrame by using ImageProcessor interface. See https://tinyurl.com/frame-dimension-in-VEA for how V4L2VEA works. Bug: chromium:1033799, chromium:982201 Test: Hangout Meet on scarlet (with crrev.com/c/1923767 and crrev.com/c/2007802) Test: VEA test on kukui Change-Id: I07d5abfca0f5dd7c4adcfc10191316c5ba3021de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010466 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#740587}
-
Side Yilmaz authored
|Profile#getLastUsedProfile| is depreciated and replaced with |Profile#getLastUsedRegularProfile|. This CL updates LayerTitleCache class. Note: This change is only code clean-up, does not change any behavior. Bug: 1041781 Change-Id: I97e6fc0fff2401a8670802b6a20cc8e68b949906 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050488Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740586}
-
Side Yilmaz authored
|Profile#getLastUsedProfile| is depreciated and replaced with |Profile#getLastUsedRegularProfile|. This CL updates TabListCoordinator class. Note: This change is only code clean-up, does not change any behavior. Bug: 1041781 Change-Id: I387f85aede020ca88fc626c210fd6a4c9748ef62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049967Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Side YILMAZ <sideyilmaz@chromium.org> Cr-Commit-Position: refs/heads/master@{#740585}
-
Hirokazu Honda authored
V4L2VEA creates V4L2IP for a pixel format conversion. The destination buffer is either memory-based VideoFrame or Dmabuf-backed VideoFrame created by V4L2IP internally. This adds GpuMemoryBuffer-based VideoFrame for the destination buffer. The GpuMemoryBuffer is created by V4L2VEA. Bug: 1033799 Test: VEA test on kukui Change-Id: I2284301e6d1ae9334d1b38637b62b0d04d808f7a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2022562 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Jeffrey Kardatzke <jkardatzke@google.com> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#740584}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7b39d7cb5d64..f510ec743553 Created with: gclient setdep -r src-internal@f510ec743553 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: If906b843cef6378f4fad61198195cad9504c4a45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049962Reviewed-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@{#740583}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/6dff36314cb4..a7875dfced8a git log 6dff36314cb4..a7875dfced8a --date=short --first-parent --format='%ad %ae %s' 2020-02-12 dberris@chromium.org Increase max concurrency for histograms-queue Created with: gclient setdep -r src/third_party/catapult@a7875dfced8a 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 oysteine@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: None Tbr: oysteine@google.com Change-Id: I17ba84f702beb1bee5f376df95c87b9be5694a1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051766Reviewed-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@{#740582}
-
Matthias Körber authored
Bug: 1051083 Change-Id: I41456f68e08668150f76b40c28a83d5ec3c5a8ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050320 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#740581}
-
Hajime Hoshi authored
This reverts commit 45fb6502. Reason for revert: Test failure: crbug.com/1051400 Original change's description: > PPAPI: Add NetworkIsolationKeys to proxy lookup requests. > > This is needed to correctly isolate any DNS requests made by PPAPI in > the context of one page from those made in the context of other pages. > > This is a reland of > https://chromium-review.googlesource.com/c/chromium/src/+/2008050. The > original CL was reverted because the DNS layer auto-detects whether the > current network supports IPv6, and the detection value was changing in > the middle of tests. When the value changes, the cache key used for the > DNS layer changes, which was resulting in cache misses. > > To fix the issue, the test now relies on IPv4 DNS lookups, which don't > have this issue. > > Bug: 1021661 > Change-Id: I959b81d0a3fc5973cde4ba7a0ccfd0c501ffc235 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050743 > Commit-Queue: Matt Menke <mmenke@chromium.org> > Reviewed-by: Raymes Khoury <raymes@chromium.org> > Cr-Commit-Position: refs/heads/master@{#740487} TBR=raymes@chromium.org,mmenke@chromium.org Change-Id: I40432831baa19cdf040c38684fb785f48816873f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1021661 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051644Reviewed-by:
Hajime Hoshi <hajimehoshi@chromium.org> Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org> Cr-Commit-Position: refs/heads/master@{#740580}
-
Alan Cutter authored
This CL updates WebAppBrowserController::IsUrlInAppScope() to include web apps that had invalid scopes by using the default "parent of start_url" scope instead. Bug: 910016 Change-Id: I932d092f247c1b56638885e252534d2d2bb07509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049643Reviewed-by:
Glen Robertson <glenrob@chromium.org> Commit-Queue: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#740579}
-
Hirokazu Honda authored
This CL adds CreateGpuMemoryBufferVideoFrame. It creates GpuMemoryBuffer-based VideoFrame. Bug: 1033799 Change-Id: I90415a5aafa4eb92aaf51fcf75f8ed94590c213a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010548 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Cr-Commit-Position: refs/heads/master@{#740578}
-
Alan Cutter authored
This CL updates ImportantSitesUtil to include all web apps regardless of manifest scope when it warns users about removing site data for origins with high engagement scores. Previously we would not include web apps whose scopes were set to invalid values. Bug: 910016 Change-Id: Idd7bca93a29b1752a1f8aa6bba3fcca1dc400ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049585 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#740577}
-
Sophie Chang authored
This will only fetch for URLs that we do not already have a hint or attempt for Bug: 1041693 Change-Id: I06486b5d764be9f0095b35ed494ec15cb24f1238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047824Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#740576}
-
Hirokazu Honda authored
The served stream in webrtc can be dumped by the chrome option [1]. When the stream structures spatial-layers, one spatial layer is separately saved in one ivf in the dumped ivf file. On the other hand, to play the ivf file properly, it is needed to group the spatial layers, which have the same timestamp in ivf frame header. IvfFileReader [2] in webrtc does so in fact. This applies the group logic to our own ivf parser used in VDA test. This enables us to test SVC stream in VDA test. [1] --force-fieldtrials=WebRTC-DecoderDataDumpDirectory/;tmp; [2] https://source.chromium.org/chromium/chromium/src/+/master:third_party/webrtc/modules/video_coding/utility/ivf_file_reader.h Bug: 1044816 Test: video.DecodeAccel.vp9_ksvc Change-Id: I9a0bcfa9083dc71333ad3c727d6cbb6d902202bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032453 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Cr-Commit-Position: refs/heads/master@{#740575}
-
Yoshifumi Inoue authored
This patch introduces |NGFragmentItem::IsSiblingOf()| as replacement of |HasSameParent()| to make |NGInlineCursor::MoveToNextSibling()| and |TryToMoveToLastChild()| treates list marker and line box of <li> as siblings as same as paint fragment tree for fixing of hit testing on list marker and list item. This patch fixes following tests (at least): 1. fast/html/draggable-controls.html 2. fast/spatial-navigation/snav-expandable-sub-menu.html 3. hittesting/culled-inline-crash.html Number of failures is 163 to 145. Bug: 982194 Change-Id: Id8132ae6cc493e36f8824eb6c90fd442e21e664e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051469 Auto-Submit: Yoshifumi Inoue <yosin@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#740574}
-
Yoichi Osato authored
Since actual usage except test was removed at crrev.com/c/1864499, we can removed this function now. Bug: 787704 Change-Id: I59d34c025d4d8c2fb40ddebf4e6465cca27708c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041686Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#740573}
-
Eliot Courtney authored
There is a timing where multiple presentation feedbacks for the same buffer can be in-flight at once. Make sure to clean-up all of them. Test: Running linux chrome on ChromeOS Test: Running linux chrome on weston Test: Running linux chrome on sway Test: Running linux chrome on mutter Test: ozone_unittests Bug: 1039428 Bug: 1039481 Change-Id: I349456b8c5f79e078ac2d59fc518f5792241be5f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043263Reviewed-by:
Maksim Sisov <msisov@igalia.com> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#740572}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/74ecbaf391f4..7b39d7cb5d64 Created with: gclient setdep -r src-internal@7b39d7cb5d64 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: I9f1ef500648653eba8eb510763b517cd259e7f13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051763Reviewed-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@{#740571}
-
Anand K. Mistry authored
The original change had a log matching condition on the death-test. However, these log strings are stripped from official builds, causing the test the fail. Bug: None Change-Id: I4ee428f17c6cc71e0f8954ce055c3d63dae5b0f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2049999Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#740570}
-
Alex Danilo authored
Uses CSS pseudo selector ::after to create a touch target that's larger than the cr-button itself. Bug: 992823 Change-Id: Ie3f9bc153bba6e40bf4d443a99da40636f49368c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041688 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#740569}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/fdcff246690a..6dff36314cb4 git log fdcff246690a..6dff36314cb4 --date=short --first-parent --format='%ad %ae %s' 2020-02-12 dberris@chromium.org Remove references to tir_label Created with: gclient setdep -r src/third_party/catapult@6dff36314cb4 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 oysteine@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: None Tbr: oysteine@google.com Change-Id: I04d40ede5317bfbabda366a69f9c06a74ff45aae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2051565Reviewed-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@{#740568}
-
Eliot Courtney authored
This CL marks submitted buffer N as released when buffer N+1 is submitted. Previously, buffer N was being marked as released when it was submitted. This fixes tearing / screen not updating glitches. This CL also adds some comments + minor cleanup. Test: Running linux chrome on ChromeOS Test: Running linux chrome on weston Test: Running linux chrome on sway Test: Running linux chrome on mutter Bug: 1039428 Bug: 1039481 Change-Id: Ieb14f6f097b53e89d2feedba42e33b47778c1f8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041980 Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Reviewed-by:
Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#740567}
-
Xianzhu Wang authored
- Add expectation for one crashing test - Rebaselines for filter tests. The failures were since crrev.com/c/2043878 which rebaselined the base tests. TBR=wangxianzhu@chromium.org Change-Id: Ia41ceb05d4d77268c10b34ef81b927c4cc788011 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050325 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#740566}
-