- 25 Jun, 2018 25 commits
-
-
Michael Spang authored
There's a number of places that overlay stacks are copied inside the DRM code. Previously this was safe because overlay plane stacks were self-contained, but now they include unowned pointers to fences. Those fences are freed immediately after submitting a frame and left dangling in any copies of the overlay plane stack. Fix the code to duplicate the fences when copying planes. We should reduce the number of places we are copying overlay stacks, but that is not done here; this patch only makes copying safe again. It also makes copying an explicit call; the copy constructor is gone. TBR: dcastagna@chromium.org Bug: 851997 Test: Ran chrome & ozone_demo --use-gpu-fences on eve Change-Id: Ib21033aaf43a6765c3c46fce60991ada941ef343 Reviewed-on: https://chromium-review.googlesource.com/1097209 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#569965}
-
Chris Harrelson authored
Bug: 855117 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: I730e489bf6880252ce5474551e4c624d9baa18d7 Reviewed-on: https://chromium-review.googlesource.com/1112704Reviewed-by:
Tien-Ren Chen <trchen@chromium.org> Commit-Queue: Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#569964}
-
Ivan Afanasyev authored
|HandleLocalTime| uses |localtime| in the assumption that sandbox handler process is single-threaded. This assumption is not correct anymore. See |SandboxHostLinux::Init| and |ipc_thread_|. The proposed fix is to replace unsafe |localtime| function call with threadsafe |localtime_r| posix equivalent. Change-Id: I20c9576557df414b19c30c51ba233f62cfb8be28 Reviewed-on: https://chromium-review.googlesource.com/1111704Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Иван Афанасьев <ivafanas@yandex-team.ru> Cr-Commit-Position: refs/heads/master@{#569963}
-
Paul Dyson authored
Allow a SourceId to be obtained and the url set to app://[chrome|play]/id. Add a new SourceType to govern the creation of urls with scheme "app". Bug: 841671 Change-Id: I1ed98722cdeb78ffd9944548901089e28f64181a Reviewed-on: https://chromium-review.googlesource.com/1058736Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Paul Dyson <pdyson@chromium.org> Cr-Commit-Position: refs/heads/master@{#569962}
-
angle-chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f5fd5c6c6a21..a75aa3b2c314 git log f5fd5c6c6a21..a75aa3b2c314 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 jiawei.shao@intel.com ES31: Support compute shader shared variables in HLSL Created with: gclient setdep -r src/third_party/angle@a75aa3b2c314 The AutoRoll server is located here: https://angle-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=cwallez@chromium.org Change-Id: I48a373913698b59550fab7ae578b36515dec11b6 Reviewed-on: https://chromium-review.googlesource.com/1113057Reviewed-by:
angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: angle-chromium-autoroll <angle-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569961}
-
Chris Lu authored
Change-Id: I7bc5d61879ad726029b2cb8f59ab00af2b8f5c4a Reviewed-on: https://chromium-review.googlesource.com/1112655 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#569960}
-
Adam Rice authored
Reduce flakiness in layout test http/tests/misc/resource-timing-sizes-tags.html by: * Using the PerformanceObserver interface to reliably detect when a performance entry is available. * Removing the invisible objects before completion to reduce the risk that it will be misdetected as a DOM test. Other miscellaneous cleanups have been applied. BUG=786235 Change-Id: Iaefbd5ee6adecad23ef39035091ba454523413f8 Reviewed-on: https://chromium-review.googlesource.com/1111893Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Commit-Queue: Adam Rice <ricea@chromium.org> Cr-Commit-Position: refs/heads/master@{#569959}
-
Noel Gordon authored
DriveTestVolume::CreateEntry calls CreateFile|Directory and then calls CheckForUpdates. CreateFile|Directory also call CheckForUpdates: seems redundant given that the caller does it for them. Bug: 836254 Change-Id: Ia778a64d0195925a827c40dc6dfdf3877a6611d3 Reviewed-on: https://chromium-review.googlesource.com/1110077 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Stuart Langley <slangley@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Cr-Commit-Position: refs/heads/master@{#569958}
-
Darren Shen authored
Flaky on linux and mac. TBR=fdoray@chromium.org Bug: 855874 Change-Id: If2699ad034204225497ed2d9e01f5082a3e0dd17 Reviewed-on: https://chromium-review.googlesource.com/1112895Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#569957}
-
Halton Huo authored
Bug: 855859 Change-Id: Iaa0733f8c897d13323cf88c88e77d28f7892e3e2 Reviewed-on: https://chromium-review.googlesource.com/1113028Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#569956}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/ebf160f308b6..a2b5b6467f34 git log ebf160f308b6..a2b5b6467f34 --date=short --no-merges --format='%ad %ae %s' 2018-06-25 csmartdalton@google.com ccpr: Enable ccpr by default Created with: gclient setdep -r src/third_party/skia@a2b5b6467f34 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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 TBR=jcgregorio@chromium.org Change-Id: I17aca234f3c390cf0e31e6ce41b5b84a609ff984 Reviewed-on: https://chromium-review.googlesource.com/1112956Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569955}
-
Koji Ishii authored
This patch changes NGInlineNode::ComputeMinMaxSize to use NGLineInfo::Width() instead of accumulating the list of NGInlineItemResult. This fixes min-/max-content size to include the width of hyphens. During the fix, an uninitialized variable was found when NGLineInfo was re-used across different NextLine(). Re-using NGLineInfo isn't much gain, this was prohibited to avoid rare code path. Also a few DCHECK were added to ensure accumulated with is in sync. A test for min-content of hyphened line was added. There are two tests, but both use table to compute it, and that they may fail to test if table sizing is broken. The new test uses 'min-content' directly. Bug: 636993 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ibc7a3a2dcbf6a70a06bc974eb69dd47b23ad72fe Reviewed-on: https://chromium-review.googlesource.com/1111895 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#569954}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=amineer@chromium.org Change-Id: I4f14e4a000e63e1381103dc9c3c4768b235e7634 Reviewed-on: https://chromium-review.googlesource.com/1112972Reviewed-by:
chrome-release-bot@chromium.org <chrome-release-bot@chromium.org> Cr-Commit-Position: refs/heads/master@{#569953}
-
Paul Dyson authored
Add the scheme "app" for logging apps. Bug: 841671 Change-Id: I05af14327dba5ad422b9784205229f914641aa1a Reviewed-on: https://chromium-review.googlesource.com/1053342 Commit-Queue: Paul Dyson <pdyson@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#569952}
-
Yuichiro Hanada authored
Bug: 845079 Test: unit_tests Change-Id: I5634751508c852e63f5f0de91ae1be0933ee4bd3 Reviewed-on: https://chromium-review.googlesource.com/1109604 Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#569951}
-
Kunihiko Sakamoto authored
This patch implements Certificate Transparency verification for signed exchanges. The logic in SignedExchangeHandler::VerifyCT() is basically the same as SSLClientSocketImpl::VerifyCT(), but uses OCSP and SCT extracted from CBOR cert chain. Bug: 815025 Change-Id: I2b35c460bb69509419e80767ae35ed2b16c2a4ee Reviewed-on: https://chromium-review.googlesource.com/1056776Reviewed-by:
Ryan Sleevi <rsleevi@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#569950}
-
Nico Weber authored
Enable views_mus_unittests on both lsan/asan and on msan, it should pass now. Enable ozone_unittests and wayland_client_perftests on just msan (they don't pass on lsan/asan yet). With this, linux_chromeos_rel_specific_gtests_asan_bringup is identical to linux_chromeos_rel_specific_gtests and can be removed, and because of _that_, chromium_memory_chromiumos_asan_gtests is identical to linux_chromeos_rel_gtests and can also be removed. As a consequence, tests added to the cros rel bots will be added to the memory bots automatically going forward. TBR=kbr Bug: 843511 Bug: 855580,855588,855584,855585,855583 Change-Id: I6a28ebae4c9005ce508f8caef07679a1bb50285c Reviewed-on: https://chromium-review.googlesource.com/1112957Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569949}
-
Kent Tamura authored
history_item.h is used in 1900+ compilation units, and this CL reduces estimated pre-processed size of history_item.h from 5.78MB to 2.03MB. Bug: 242216 Change-Id: I1db28440031fd826349278febd2ffa79af58f1ca Reviewed-on: https://chromium-review.googlesource.com/1111774Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#569948}
-
Nicholas Verne authored
Now matching go/crostini-strings. Bug: 849900 Change-Id: I019c4888b4e54df177158a0c566a6477088aca74 Reviewed-on: https://chromium-review.googlesource.com/1111742Reviewed-by:
Ben Wells <benwells@chromium.org> Commit-Queue: Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#569947}
-
Darren Shen authored
Disabling flaky test on mac TBR=bbudge@chromium.org BUG=707068 Change-Id: Ib401bfa6ef15e336fdcbe6ae231b97ec7c6cfdd9 Reviewed-on: https://chromium-review.googlesource.com/1112890Reviewed-by:
Darren Shen <shend@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#569946}
-
Oliver Chang authored
When --ipc-dump-directory=DIR is passed, outgoing Mojo messages from the renderer are written to: DIR/INTERFACE_NAME/CONNECTOR_ID/NUM.METHOD_NAME.mojomsg Where INTERFACE_NAME is the interface name of the message, CONNECTOR_ID is a random number unique to each instance of a Connector, METHOD_NAME is the the name of the method being called, and NUM is a number used for ordering messages for a single connector. Bug: 607649 Change-Id: I5b8735d3ca94707c6033563cb8dcc21e0f815ac3 Reviewed-on: https://chromium-review.googlesource.com/1070550Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Commit-Queue: Oliver Chang <ochang@chromium.org> Cr-Commit-Position: refs/heads/master@{#569945}
-
Stefan Zager authored
VisibleContentRect() and VisibleContentSize() are based on scroll_offset_ (which is always (0, 0)), and Size() with scrollbars possible excluded -- but there are no scrollbars any more. Replace all of the calls with Size(). BUG=823365 TBR=dmazzoni@chromium.org Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_slimming_paint_v2;master.tryserver.blink:linux_trusty_blink_rel Change-Id: Ieb41515bf53e20762aca9f81df413ebb397c9f5d Reviewed-on: https://chromium-review.googlesource.com/1112067 Commit-Queue: Stefan Zager <szager@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#569944}
-
fuchsia-sdk-chromium-autoroll authored
The AutoRoll server is located here: https://fuchsia-sdk-chromium-roll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia_arm64_cast_audio;luci.chromium.try:fuchsia_x64_cast_audio TBR=cr-fuchsia+bot@chromium.org Change-Id: Ie51e83301a9a31d16193d0c20d4f37ba5b25c664 Reviewed-on: https://chromium-review.googlesource.com/1113024 Commit-Queue: Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
Fuchsia SDK Autoroller <fuchsia-sdk-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569943}
-
Sunny authored
According to spec[1], when document object doesn't have browsing context, it should throw a "SecurityError" DOMException. [1] https://html.spec.whatwg.org/multipage/origin.html#dom-document-domain BUG=850432 Change-Id: Ibc12decadb2405bb5f3b190d60ad65e1ee21303b Reviewed-on: https://chromium-review.googlesource.com/1112937Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#569942}
-
Nektarios Paisios authored
This creates safer code overall. If start and end AXPositions are invalid for any reason we didn't contemplate, the browser doesn't crash but returns an AXRange that is explicitly marked invalid. It's also a nice workaround until CSS decorations are supported in AXPosition. TBR=dmazzoni@chromium.org, aleventhal@chromium.org Bug: 852266 Change-Id: I94db8aeda296690a842b674ea27743dc573205d7 Reviewed-on: https://chromium-review.googlesource.com/1112968Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#569941}
-
- 24 Jun, 2018 15 commits
-
-
Kyle Horimoto authored
These updated strings were provided by UX. This CL is almost identical to jordynass@'s CL here: https://chromium-review.googlesource.com/c/chromium/src/+/1112899 I copied it and am submitting it as a separate CL since all strings are supposed to be landed before the week starting 6/25. TBR=dpapad@chromium.org Bug: 824568 Change-Id: I2eed76d0ace964947974eb7399354cb8a08bda9a Reviewed-on: https://chromium-review.googlesource.com/1113017Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#569940}
-
Chris Lu authored
Also moves it's coordinator to history and creates HistoryClearBrowsingDataLocalCommands delegate. Bug: 854882 Change-Id: Ia408681d5d559b1ae2da38315436fc93a7591489 Reviewed-on: https://chromium-review.googlesource.com/1111077 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#569939}
-
John Budorick authored
This reverts commit 3bcc71d8. Reason for revert: appears to break official builds due to how the cipd variable is flattened. Original change's description: > Add luci-go tool to be fetched via CIPD > > Do not remove the adhoc mechanism on GCS that predates CIPD yet, as the recipes > need to be updated. > > Change analyze to not ignore changes to isolate. > > R=tandrii@chromium.org > > Bug: 851596 > Change-Id: Ic068db83dea4c3a0f17b55181de523b16c9838a5 > Reviewed-on: https://chromium-review.googlesource.com/1097623 > Commit-Queue: Andrii Shyshkalov <tandrii@chromium.org> > Reviewed-by: Andrii Shyshkalov <tandrii@chromium.org> > Reviewed-by: John Budorick <jbudorick@chromium.org> > Cr-Commit-Position: refs/heads/master@{#569688} TBR=maruel@chromium.org,tandrii@chromium.org,ehmaldonado@chromium.org,jbudorick@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. No-Presubmit: true Bug: 851596 Change-Id: I3717c6b0ebf68b08908037850d122727e41bf192 Reviewed-on: https://chromium-review.googlesource.com/1112823 Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#569938}
-
Nektarios Paisios authored
On Win, ARIA switches are equivalent to toggle buttons. We need to expose both the pressed and checked states instead of only checked. This fixes NVDA's announcement of the toggling of switches to on, whilst minimally affecting Jaws. Jaws now reads "<switch name> on pressed" instead of "<switche name> on". R=aleventhal@chromium.org, suproteem@chromium.org Bug: 844021 Tested: manually with Jaws and NVDA, browser tests Change-Id: I9ce4936002bf1a3cf0b99c73a73385c0a32ff3fc Reviewed-on: https://chromium-review.googlesource.com/1101849 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#569937}
-
Daniele Castagna authored
Bug: 855588 Test: ozone_unittests Change-Id: I29ca5cc777d1e835bb2279959d9a390e2475025d Reviewed-on: https://chromium-review.googlesource.com/1112961 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#569936}
-
Rob Buis authored
Change-Id: I5bfa51b5f9d16c1580febab4542be6aac3ccec5a Reviewed-on: https://chromium-review.googlesource.com/1104898 Commit-Queue: Rob Buis <rbuis@igalia.com> Reviewed-by:
David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/master@{#569935}
-
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5f0cc0e06651..ebf160f308b6 git log 5f0cc0e06651..ebf160f308b6 --date=short --no-merges --format='%ad %ae %s' 2018-06-24 allanmac@google.com Clean starting point for interop. VK will let us dodge this entirely. Created with: gclient setdep -r src/third_party/skia@ebf160f308b6 The AutoRoll server is located here: https://autoroll.skia.org Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel;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 TBR=jcgregorio@chromium.org Change-Id: Ia4b2dd22f3f40cfe05e2fa98991ebfc92435400c Reviewed-on: https://chromium-review.googlesource.com/1112997Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#569934}
-
Koji Ishii authored
Following bot results are included. 7073 7075 7077 7083 7086 7097 7102 7104 7105 7106 7115 15 lines were removed and 2 lines were deflaked by consecutive results since 7029. TBR=eae@chromium.org, mstensho@chromium.org NOTRY=true Bug: 591099 Cq-Include-Trybots: luci.chromium.try:linux_layout_tests_layout_ng Change-Id: Ifbabcb71dc1c5aca51aea561b4d2b7b38b8e651f Reviewed-on: https://chromium-review.googlesource.com/1110180 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#569933}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 66c85500. Build: https://ci.chromium.org/buildbot/chromium.infra.cron/wpt-importer/20130 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 TBR=robertma No-Export: true Change-Id: I1de5cf3be6fec3c6f1c4b5aff5510a45bb9ad012 Reviewed-on: https://chromium-review.googlesource.com/1112930 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@{#569932}
-
Fady Samuel authored
This CL renames the method OnRenderFrameMetadataChanged to OnRenderFrameMetadataChangedAfterActivation and introduces a new method: OnRenderFrameMetadataChangedBeforeActivation. OnRenderFrameMetadataChangedBeforeActivation is called as soon as the RenderFrameMetadata arrives in the browser process. OnRenderFrameMetadataChangedAfterActivation is called after the corresponding frame token arrives from Viz. This frame token corresponds to a surface activation. The BeforeActivation method will be used by Surface Sync for Android to update the overscroll controller which controls the glow effect when scrolling. This effect should be roughly synchronized with the renderer but does not have to be exactly synchronized as that introduces a lot of overhead. Bug: 672962 Change-Id: I6c1ac68c6a65f0c074dfe519311ecdb83908d76b Reviewed-on: https://chromium-review.googlesource.com/1112074 Commit-Queue: Fady Samuel <fsamuel@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#569931}
-
Staphany Park authored
Bug: 729800 Change-Id: Ie216054a92e223c29120226b645b2c10b208dde0 Reviewed-on: https://chromium-review.googlesource.com/1073080Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#569930}
-
jdoerrie authored
This change introduces the possibility to query a FidoBleDevice whether or not it is currently in pairing mode. In accordance with the CTAP spec this is done by looking at the advertisment data flags if possible, and falling back to investigating service data if required. Bug: 763303 Change-Id: I373151a10d63e83ca2ac57f7b53c1269b9d60cfc Reviewed-on: https://chromium-review.googlesource.com/1096234Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Reviewed-by:
James Hawkins <jhawkins@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#569929}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3cb3fb81..fa532590 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: Ief67196bf237f06ffe129819398cc4b400372683 Reviewed-on: https://chromium-review.googlesource.com/1112948Reviewed-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@{#569928}
-
Daniele Castagna authored
HardwareDisplayPlaneManagerUnittest allocated CTMs with new, while they are deleted with free. This patch fixes that so that we can run ozone_unittests with asan on trybots. Bug: 855588 Test: ozone_unittests Change-Id: If5827d38b34cb8df2f56c770e8f9d28c587c022a Reviewed-on: https://chromium-review.googlesource.com/1112964Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#569927}
-
Blake O'Hare authored
ChromeLauncherController is resetting the virtual keyboard when the active user changes. However, the SessionController (which is already in ash) can have an observer that can listen to the same event. By making the VirtualKeyboardController a SessionObserver, we can move the keyboard reset to the other process to make it mustash-friendly. Bug: 826391 Change-Id: I70b622105c3bf6dd415b1eee5f0521a38b6d1bf1 Reviewed-on: https://chromium-review.googlesource.com/1100672 Commit-Queue: Blake O'Hare <blakeo@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#569926}
-