- 18 Jun, 2018 40 commits
-
-
Jinsuk Kim authored
https://crrev.com/c/1020942 meant to make sure |DetachedFromWindow| is invoked upon ViewAndroid destruction. This had a bug when WindowAndroid is destroyed first, which can happen for Chromecast where WebContents destruction is delayed by design. WindowAndroid dtor invokes |GetWindowAndroid| indirectly via its base dtor (through RemoveAllChildren), but it didn't work as intended because |GetWindowAndroid| is a virtual function. So it ended up calling |ViewAndroid::GetWindowAndroid|, not |WindowAndroid::GetWindowAndroid|. This CL fixes it by pulling out the task of invoking |OnDetachedFromWindow| so that the destructor won't use the virtual function. WindowAndroid can call |OnDetachedFromWindow| in its dtor since it doesn't need |GetWindowAndroid| - it knows for sure WindowAndroid (itself) is present. Bug: b/78251221 Change-Id: I754e45ca3ea61ceb86101ede3b529e75e206689f Reviewed-on: https://chromium-review.googlesource.com/1102823 Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568064}
-
Marijn Kruisselbrink authored
Instead just read the blob through the mojom Blob interface directly. For now still relying on blob UUIDs, but ultimately code calling into this should already have a BlobPtr rather than having to ever look it up from a UUID. Bug: 701851 Change-Id: If267c750368cc4a43d52d239b8462cc65d7214bb Reviewed-on: https://chromium-review.googlesource.com/1101899Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#568063}
-
Ben Chan authored
https://chromium.googlesource.com/chromiumos/platform/system_api.git/+log/7d1c88ce942e..557c37af39f5 $ git log 7d1c88ce9..557c37af3 --date=short --no-merges --format='%ad %ae %s' 2018-06-14 benchan shill: add DHCPProperty.Hostname and DHCPProperty.VendorClass property 2018-06-12 smbarber vm_cicerone: add ipv4_address to NotifyVmStartedRequest Created with: roll-dep src/third_party/cros_system_api Change-Id: Icadccd2f79faf69e30d19dbbd5e35f0eb35c0c18 Reviewed-on: https://chromium-review.googlesource.com/1103708Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Ben Chan <benchan@chromium.org> Cr-Commit-Position: refs/heads/master@{#568062}
-
Xianzhu Wang authored
Don't know why the parent GraphicsLayer is null on Mac only. The crash spiked since M67, but on M66 the non-SlimmingPaintV175 path also crashed for the same reason. Bug: 848442 Change-Id: I34ed17f8aaa193128f295b1cb6139a51164365e8 Reviewed-on: https://chromium-review.googlesource.com/1104697 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#568061}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/f2bcc477..743d013b Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: I8b4dfc259b6f49a0bd87278ea5724649696a309d Reviewed-on: https://chromium-review.googlesource.com/1104185Reviewed-by:
V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: V8 Autoroller <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#568060}
-
jonross authored
I missed a few callsites to WaitForChildFrameSurfaceReady which were in Android tests. This change updates them to use the new HitTestRegionObserver TEST=TouchSelectionControllerClientAndroidSiteIsolationTest.BasicSelectionIsolatedIframe SitePerProcessHitTestBrowserTest.CrossProcessTooltipTestAndroid Bug: 787945 Change-Id: I0abfa8e4c036552ac416909b15398a53a71ee064 Reviewed-on: https://chromium-review.googlesource.com/1102829Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#568059}
-
John Abd-El-Malek authored
Bug: 844032 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I20c4e95fb05cf87109050f7905fb6a5b468dbf91 Reviewed-on: https://chromium-review.googlesource.com/1102172Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#568058}
-
Nico Weber authored
They pass and doesn't take long to run, no reason to not run them. Bug: 843511 Change-Id: I7e54348c8e80224df96adfe17493ca7af0521e72 Reviewed-on: https://chromium-review.googlesource.com/1104737 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#568057}
-
Jan Wilken Doerrie authored
This change adds class skeletons required for the implementation and testing of GATT service discovery on WinRT. No functionality is added, this CL is simply meant to reduce the size and boilerplate of the following change. Bug: 821766 Change-Id: Ie20629235f08dff9e5ffcb38273cc8ddb2a8e5e0 Reviewed-on: https://chromium-review.googlesource.com/1102023 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#568056}
-
Mathieu Perreault authored
Updating some screenshots too. Bug: 850571 Change-Id: I97bce0907e85d530f6a22ecfc3d5a0b0a029baee Reviewed-on: https://chromium-review.googlesource.com/1103770Reviewed-by:
Tommy Martino <tmartino@chromium.org> Commit-Queue: Mathieu Perreault <mathp@chromium.org> Cr-Commit-Position: refs/heads/master@{#568055}
-
jonross authored
Currently TouchAccessibilityBrowserTest.TouchExplorationInCrossSiteIframe is calling WaitForChildFrameSurfaceReady. However it is not actually waiting, as the frame it is providing is not a RenderWidgetHostViewChildFrame. This change updates the call to the new hit testing api HitTestRegionObserver. This will allow the test to properly wait on hit testing data while run under Viz. While maintaining the current early exit for non-Viz. TEST=TouchAccessibilityBrowserTest.TouchExplorationInCrossSiteIframe Bug: 787945 Change-Id: Ica7fa92e7dcb5ea3d7a5b9702f9c5d077d929c07 Reviewed-on: https://chromium-review.googlesource.com/1102570Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#568054}
-
Friedrich Horschig authored
With this CL, the manual filling component ensures that the keyboard accessory and its sheet display only data that is relevant to the active tab. It introduces a mediator controlled and wired up by the already existing ManualFillingCoordinator. It is responsible to propagate visibility changes to all subcomponents and update their state depending on the active browser tab. Bug: 828832, 811747 Change-Id: I247fcbbc554c06624c12ffe42597d6f671042336 Reviewed-on: https://chromium-review.googlesource.com/1100760 Commit-Queue: Friedrich Horschig <fhorschig@chromium.org> Reviewed-by:
Bernhard Bauer <bauerb@chromium.org> Cr-Commit-Position: refs/heads/master@{#568053}
-
erikchen authored
Previously, only some accelerators worked in Windows/Linux [e.g. ctr + V works, ctr + T did not]. All accelerators were busted on macOS Views. Some accelerators were busted on macOS Cocoa. The root cause is that SigninViewControllerDelegateViews::HandleKeyboardEvent was not implemented on Views, and SigninViewControllerDelegateMac::HandleKeyboardEvent was incorrectly implemented on macOS. This CL fixes both implementations to use the now standard logic for redispatching key events. This CL also fixes the implementation of CommandDispatcher on macOS to correctly detect whether an event is being redispatched. Change-Id: I76b1ef263fce171ae182d316f541f836ab6388ee Bug: 776304 Reviewed-on: https://chromium-review.googlesource.com/1097206 Commit-Queue: Erik Chen <erikchen@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#568052}
-
Greg Kraynov authored
As a bonus it allowed to remove a dozen of redundant includes. Bug: 783309 Change-Id: Ib1cd92825c828c2724746f979c5f92e18538b1d4 Reviewed-on: https://chromium-review.googlesource.com/1104419Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Greg Kraynov <kraynov@chromium.org> Cr-Commit-Position: refs/heads/master@{#568051}
-
Matt Menke authored
IOThread is going away eventually, but we should still record the histograms. Bug: 853233 Cq-Include-Trybots: luci.chromium.try:linux_mojo Change-Id: I46b2811a934bbab59066161327f7deb8e8991fd7 Reviewed-on: https://chromium-review.googlesource.com/1102717 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#568050}
-
Alexey Kozyatinskiy authored
TBR=dgozman@chromium.org Bug: v8:7858 Change-Id: I69bc4521dd8950e9ebbc3731850f2cebbfeb1dc9 Reviewed-on: https://chromium-review.googlesource.com/1104309Reviewed-by:
Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org> Cr-Commit-Position: refs/heads/master@{#568049}
-
Douglas Creager authored
This updates the NEL implementation to match the fields renames from https://github.com/WICG/network-error-logging/pull/75. Bug: 748549 Cq-Include-Trybots: luci.chromium.try:closure_compilation Change-Id: I0545ce6f9bddb46c556e2ba15d16398ee9c3b1fa Reviewed-on: https://chromium-review.googlesource.com/1104384Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Douglas Creager <dcreager@chromium.org> Cr-Commit-Position: refs/heads/master@{#568048}
-
Nico Weber authored
They seem to pass. Bug: 843511 Change-Id: I7e52d8cc7301d4d3bc87e03242124ce1b22c0000 Reviewed-on: https://chromium-review.googlesource.com/1104797 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#568047}
-
Daniel Bratell authored
Change-Id: Ica4288a6984f296958b7f9b812edb07663cec22e Reviewed-on: https://chromium-review.googlesource.com/1104159Reviewed-by:
Brett Wilson <brettw@chromium.org> Commit-Queue: Daniel Bratell <bratell@opera.com> Cr-Commit-Position: refs/heads/master@{#568046}
-
Mikel Astiz authored
The feature has been running for a while on 50% canary and dev with only one known issue which is already fixed on trunk. Hence, let's enable it by default, which also requires updating a few tests. The switch exercises a more modern implementation of sessions sync that should be identical from the users perspective, besides the performance improvements (most notably, memory consumption estimated to be reduced by a factor of 70% according to metric Sync.ModelTypeMemoryKB.SESSION), or ~350 KB for the 95th percentile. Bug: 681921 Change-Id: Ida3e676a534d8c3ced174092d5498a793860020b Reviewed-on: https://chromium-review.googlesource.com/1086945 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#568045}
-
Kush Sinha authored
Do not force logout child accounts on Chrome OS if AccountReconcilor encounters a retriable network error. Bug: 851455 Change-Id: If7a79d7d634cd6b228158eceddb7e6c2729440e6 Reviewed-on: https://chromium-review.googlesource.com/1095110 Commit-Queue: Kush Sinha <sinhak@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#568044}
-
Aldo Culquicondor authored
The gesture detector extrapolates scrolling events from previous real scrolling events. The extrapolated event depends on the time difference between the events, favoring the longest and more recent event. Here, we make the gesture detector receive the current time instead of querying it from the system, and thus making the tests deterministic. Bug: 853086 Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:linux_vr;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Change-Id: I2d46f5e5ebceb801aecccf5b2c0a2dbf6b858864 Reviewed-on: https://chromium-review.googlesource.com/1104583 Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Reviewed-by:
Amirhossein Simjour <asimjour@chromium.org> Cr-Commit-Position: refs/heads/master@{#568043}
-
Marc Treib authored
TBR=kenrb@chromium.org Bug: 853761 Change-Id: I75eb2a580cc263a4dd4b6d3a0254fbadad8ec08e Reviewed-on: https://chromium-review.googlesource.com/1104657 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#568042}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/37a0283b18a1..8648a64c83b5 $ git log 37a0283b1..8648a64c8 --date=short --no-merges --format='%ad %ae %s' 2018-06-15 jianj VP9 HBD: Fix integer overflow problem in variance calc. 2018-06-15 tomfinegan Clean up avx512 compiler support test. 2018-05-23 jingning Prepare motion estimation process for temporal dependency model 2018-05-23 jingning Construct temporal dependency building system 2018-06-14 jianj vp9 svc: add tests for inter layer prediction. 2018-06-14 zoeliu Separate GF structure defining from bit allocation 2018-05-21 jingning Allocate tpl_dep_stats frame buffer 2018-06-14 jingning Add temporal model control as a speed feature 2018-05-21 jingning Add data structure for frame dependent mode decision 2018-06-13 luc [VSX] Optimize PROCESS16 macro 2018-06-13 zoeliu Unify frame_index in defining GF group structure 2018-06-13 jianj vp8: remove assertion in tree coder. 2018-06-13 luc VSX Version of SAD8xN 2018-06-13 luc Add Speed Tests for the SADTest test suite. 2018-06-13 tomfinegan Fix avx512 related MSVC build failure. 2018-06-12 jingning Remove duplicate vp9_twopass_postencode_update def Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Bug: 805277, webm:1534 Change-Id: I3fe5dc01690c4e2e43905663e5204b7e806e4b1c Reviewed-on: https://chromium-review.googlesource.com/1103855Reviewed-by:
Johann Koenig <johannkoenig@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#568041}
-
John Budorick authored
Tests in these classes have appeared frequently and near the end of the test log in mac browser_tests tasks that either resulted in BOT_DIED or exhibited a large number of failures due to crashpad (which itself appears to be symptomatic of WindowServer death). Bug: 828031 Change-Id: I37aeefe83a4ade9f69f5cb18ee5e13179fa24b89 Reviewed-on: https://chromium-review.googlesource.com/1104308Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#568040}
-
Yue Li authored
Bug: b/78191741 Change-Id: I0bd7969e411adbace1f76eea8ba0d0d964312afe Reviewed-on: https://chromium-review.googlesource.com/1099729 Commit-Queue: Yue Li <updowndota@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#568039}
-
Robert Sesek authored
This is a reland of e7652b9e Original change's description: > [Mac] Fix form control rendering on 10.14 Mojave. > > The renderers need to talk to the CVMS server (OpenCL compiler), which > then outputs codesigned blobs that can be loaded in to the process. This > is required for drawing the form controls. > > In addition, another Metal bundle location (in /Library) is permitted. > > Bug: 850021, 847518 > Change-Id: I67106972baf5fc55fccd8f7deff3f47cbea076b5 > Reviewed-on: https://chromium-review.googlesource.com/1103127 > Reviewed-by: Greg Kerr <kerrnel@chromium.org> > Commit-Queue: Robert Sesek <rsesek@chromium.org> > Cr-Commit-Position: refs/heads/master@{#567877} Bug: 850021, 847518 Change-Id: Ieb345079a0923d62b034425baacdfc604153c22b Reviewed-on: https://chromium-review.googlesource.com/1104517Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#568038}
-
Marc Treib authored
Add expectation for virtual/user-activation-v2/fast/events/mouse-cursor-change-after-image-load.html TBR=mustaq@chromium.org NOTRY=true Bug: 652536, 802291 Change-Id: I60a020661cc0027b1f0db7f9e1f232b1f1a20976 Reviewed-on: https://chromium-review.googlesource.com/1104693 Commit-Queue: Marc Treib <treib@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#568037}
-
Mikel Astiz authored
The new team now takes ownership of a few remaining directories. Removing zea@ and pavely@ as owners from components/sync, after we've been acting as owners for a while. Bug: None Change-Id: Ida9c8e7b22d40f16813aea0f521ab20ad170b49e Reviewed-on: https://chromium-review.googlesource.com/1103572Reviewed-by:
Nicolas Zea <zea@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#568036}
-
Ted Choc authored
We need to ensure that we propogate the URI read permission for subsequent intent triggers if the FRE was launched with a content:// URI. BUG=817717 Change-Id: Idc3089db222a423f66597f4f59102e42d4101e4c Reviewed-on: https://chromium-review.googlesource.com/1103540 Commit-Queue: Ted Choc <tedchoc@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#568035}
-
Niels Möller authored
These members of CodingSpecificInfo are unused since cl https://webrtc-review.googlesource.com/61640, and will be deleted in webrtc. See also https://chromium-review.googlesource.com/c/chromium/src/+/1102330, with an analogous change to the remoting code. Bug: webrtc:8830 Change-Id: I5cdf26058518109ea0b6cba965e6a4b5eddc9056 Reviewed-on: https://chromium-review.googlesource.com/1104340 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#568034}
-
Francois Doray authored
Freezing shouldn't be exposed to external components. Bug: 775644 Change-Id: I60014f3a39ab241677d678d49ab1ffb2f99689c6 Reviewed-on: https://chromium-review.googlesource.com/1099650Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
Fadi Meawad <fmeawad@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#568033}
-
Emily Hanley authored
We need to analyze the bottlenecks in the upload to the dashboard. Bug: 713357 Change-Id: If763ac8689798158c7e7bcc6587646737894fb81 Reviewed-on: https://chromium-review.googlesource.com/1104302Reviewed-by:
Ned Nguyen <nednguyen@google.com> Commit-Queue: Emily Hanley <eyaich@chromium.org> Cr-Commit-Position: refs/heads/master@{#568032}
-
Ella Ge authored
This Cl makes InputData in input prediction to use PointF instead of pos_x and pos_y. And also adds two extra unit tests to lsq predictor Bug: 836352 Change-Id: I3e551add7536e55be82f11ed2338b0bb9dfe8e07 Reviewed-on: https://chromium-review.googlesource.com/1093392 Commit-Queue: Ella Ge <eirage@chromium.org> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#568031}
-
Sebastien Marchand authored
This doesn't do anything yet (this component isn't yet published by Omaha anyway), it's just all the boilerplate required to setup the component installer, this will then be connected to c/b/rc and the server side work will be done later (once the Chrome part is done). Bug: 773383 Change-Id: I19802d63934b72ce812abe9d89d30d6f80a52258 Reviewed-on: https://chromium-review.googlesource.com/1100342Reviewed-by:
Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#568030}
-
Luke Sorenson authored
Bug: b:74589757 Bug: 842718, 799739 Change-Id: I84f667ea521677928ef1b2c4f7f841ed2c0d11c2 Reviewed-on: https://chromium-review.googlesource.com/1042364 Commit-Queue: Luke Sorenson <lasoren@chromium.org> Reviewed-by:
Ryo Hashimoto <hashimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#568029}
-
Hans Wennborg authored
The toolchain can be found using build/vs_toolchain.py instead. Bug: none Change-Id: Ia14c5334a9f33456da30862efe74c43af9162e6e Reviewed-on: https://chromium-review.googlesource.com/1104163 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#568028}
-
Miguel Casas authored
This CL adds the GBM_BO_USE_HW_VIDEO_DECODER flag to gfx::BufferUsage::SCANOUT_VDA_WRITE buffers. It's a spinoff of a comment [1] in crrev.com/c/1021675. [1] https://chromium-review.googlesource.com/c/chromium/src/+/1021675/18/ui/ozone/platform/drm/gpu/drm_thread.cc#147 Bug: 822346 Test: simplechrome video playback on nautilus, vaapi engaged. Change-Id: I795c6c3f74574ffab60c24d1ef746b22d214120a Reviewed-on: https://chromium-review.googlesource.com/1104394Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#568027}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c80bdd06. With Chromium commits locally applied on WPT: 03ef65db "Update existing WebUSB WPT to be multi-global" 1db32e09 "OffscreenCanvas Text rendering tests" 89102421 "Reland "Multi-global WebUSB WPT for window and worker"" Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/19912 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: yhirano@chromium.org, mkwst@chromium.org, japhet@chromium.org: external/wpt/fetch TBR=robertma No-Export: true Change-Id: I4f196185becce5f6d486acbc4e929c9f64a8b47c Reviewed-on: https://chromium-review.googlesource.com/1104298 Commit-Queue: Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Reviewed-by:
Blink WPT Bot <blink-w3c-test-autoroller@chromium.org> Cr-Commit-Position: refs/heads/master@{#568026}
-
Sadrul Habib Chowdhury authored
rendering benchmark is the new benchmark we are going to focus on, and smoothness benchmark is going to be removed. So update cluster telemetry to run the rendering benchmark instead. BUG=760553 Change-Id: Ief60f9e12d2b0ad3776fe1d2beffd999e4784f51 Reviewed-on: https://chromium-review.googlesource.com/1103852Reviewed-by:
Ned Nguyen <nednguyen@google.com> Reviewed-by:
Ravi Mistry <rmistry@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#568025}
-