- 04 Apr, 2018 40 commits
-
-
Xi Cheng authored
... mostly by removing the inclusion of redundant header files. Bug: 734095 Change-Id: Ibed243cbdedba4499a6e62f2b79d31cdbf77b535 Reviewed-on: https://chromium-review.googlesource.com/989396Reviewed-by:
Finnur Thorarinsson <finnur@chromium.org> Commit-Queue: Xi Cheng <chengx@chromium.org> Cr-Commit-Position: refs/heads/master@{#548100}
-
Becca Hughes authored
The modern media controls should not show what has been previously cached on the left hand side of the play head. This pins the segment to the zero position so it always is filled in. BUG=827539 Change-Id: I97f5f06b7e349faf163667d2b19ef8930e0b13c7 Reviewed-on: https://chromium-review.googlesource.com/994180Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#548099}
-
Bin Wu authored
Do not migrate proxied connections for connectivity probing packets. Protected by existing flag FLAGS_quic_reloadable_flag_quic_enable_server_proxy. Merge internal change: 191428948 R=rch@chromium.org Change-Id: Ide8207871b8a31465cec09439e1f9e67a4366542 Reviewed-on: https://chromium-review.googlesource.com/995613Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Bin Wu <wub@chromium.org> Cr-Commit-Position: refs/heads/master@{#548098}
-
Sammie Quon authored
This is a reland of c6e9dffe TBR=oshima@chromium.org Original change's description: > overview: Fix how multi touch works for overview drag. > > Using two fingers was not restricted which brought a bunch of other bugs. > Only allow one item to be dragged at a time. Still allows switching of > fingers midway, so we just check the item which requests drag events is > the same as the current drag item, instead of checking the gesture > finger id. > > Test: ash_unittests WindowSelectorTest.DraggingWithTwoFingers > Bug: 827435 > Change-Id: I2c897b1b3c483b5df7a98a658f575a6ebd706acd > Reviewed-on: https://chromium-review.googlesource.com/988294 > Commit-Queue: Sammie Quon <sammiequon@chromium.org> > Reviewed-by: Mitsuru Oshima <oshima@chromium.org> > Cr-Commit-Position: refs/heads/master@{#547932} Bug: 827435 Change-Id: I1cda10e4712f79e458f5b977779809a1ed8255d5 Reviewed-on: https://chromium-review.googlesource.com/996052Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#548097}
-
Morten Stenshorne authored
Moved it from platform/win7/ to platform/win/. This doesn't seem to affect any of the Windows bots when running the tests as normally, but if the test is part of a virtual test suite, it otherwise fails to find the PNG in some cases (it happened on win10_blink_rel). This blocks CL:981138 Change-Id: I94468b94eb53ed9b62911c6e0ca648941e65038a Reviewed-on: https://chromium-review.googlesource.com/995475Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#548096}
-
Jungshik Shin authored
When calculating the delta between Windows Epoch and Unix Epoch in geolocation mock, Date constructor (that interpretes parameters in terms of *local* time) was used for the Windows epoch (1601-01-01) and Unix epoch (1970-01-01) assuming that the timezone offset didn't change between 1601 and 1970. That assumption does not hold any more when ICU is used to take into account the historical timezone offset changes. As a result, geolocation-api/timestamp.html test failed when the fix for v8:3547 was landed. (https://chromium-review.googlesource.com/c/v8/v8/+/572148 ). This CL uses Date.UTC() to avoid the issue and is a pre-requisite to relanding the above v8 CL. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_layout_ng Bug: v8:3547, chromium:417640, v8:5714 Test: layout test: geolocation-api/* Change-Id: Iaf718c2818fa9a5f5c64136a38579a1fcafe7805 Reviewed-on: https://chromium-review.googlesource.com/994343Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Jungshik Shin <jshin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548095}
-
Sorin Jianu authored
This is a mechanical change. Understanding ownership of various objects such as interceptors is difficult in the current implementation, and it is prone to memory leaks and accessing dangling objects. There is follow-up work to implement support for pausing such interceptors. Bug: 828600 Change-Id: Ic88e76be4adc45e0f341f13ff888fd1612b157a6 Reviewed-on: https://chromium-review.googlesource.com/991471Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548094}
-
Paul Meyer authored
Bug: 564071 Change-Id: I77b644c49df34ed0beb95e94947fcc5a9e842fd0 Reviewed-on: https://chromium-review.googlesource.com/982539Reviewed-by:
Nate Chapin <japhet@chromium.org> Reviewed-by:
Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#548093}
-
Andrew Grieve authored
Bug: 819888 Change-Id: I648353f7f4fa6790f63d4d4eca711c1d48d2092e Reviewed-on: https://chromium-review.googlesource.com/995585 Commit-Queue: agrieve <agrieve@chromium.org> Reviewed-by:
Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#548092}
-
nednguyen authored
Change-Id: I393f7eab3058bec390ad1feff7ba147e60b42d18 Reviewed-on: https://chromium-review.googlesource.com/995580Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#548091}
-
Tommy Steimel authored
This CL makes use of the new "immersive" media query to add styling for the new media controls in VR mode. Due to a bug in how the "immersive" media query works, the changes here are not visible yet. Bug: 809021 Change-Id: I3737a3e1f6ca27d5111cf1d7e4b5b2ae221ee97f Reviewed-on: https://chromium-review.googlesource.com/993396Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#548090}
-
Dave Tapuska authored
Enable the ExtendedMouseButtons feature. Approved Intent to Ship: https://groups.google.com/a/chromium.org/d/msg/blink-dev/MrKpBV26ik4/D_zmoAJrAQAJ BUG=680741 Change-Id: I146a535b1eb8b502e43681bc1fbb83d595f29ed8 Reviewed-on: https://chromium-review.googlesource.com/994673Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#548089}
-
Michael Thiessen authored
In https://chromium-review.googlesource.com/c/chromium/src/+/974445 I failed to notice that the content scheme was only on the intent filter with mime types. Assuming this was intentionally only on the filter with mime types, I've added it back to that filter. Bug: 827796 Change-Id: I6b1f9dc1b01e6b87838215698290d7ac8d894022 Reviewed-on: https://chromium-review.googlesource.com/995957Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#548088}
-
Peter Wen authored
This compression overhead should be a padding-only symbol since it is purely overhead that is inactionable. Bug: 826008 Change-Id: I6d2b21676d3cd41efdb738d1c85b4f783dff9286 Reviewed-on: https://chromium-review.googlesource.com/995964Reviewed-by:
agrieve <agrieve@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#548087}
-
Dominic Mazzoni authored
WebView was calling WebContents::IsCrashed() to determine if the crashed overlay view (sad tab) should be shown on top of the web contents, but on Windows only, IsCrashed() was returning false for a tab that was killed due to OOM. It's not clear whether OOM should count as a crash or not or whether there should be a platform difference. However, this bug can be fixed safely either way. The real logic determining whether a sad tab is shown or not happens in SadTabHelper. It's sufficient for WebView to just check whether the WebContents has any abnormal termination status, and show the crashed overlay view if so. Bug: 817124 Change-Id: I7ba5f5f40e8d4499ec509b38471bbc1a1f8b6225 Reviewed-on: https://chromium-review.googlesource.com/993992 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#548086}
-
Henrique Nakashima authored
Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8e870f6ea5bea91a48f09273d7a4d78e44d553b2 Reviewed-on: https://chromium-review.googlesource.com/992853Reviewed-by:
dsinclair <dsinclair@chromium.org> Commit-Queue: dsinclair <dsinclair@chromium.org> Cr-Commit-Position: refs/heads/master@{#548085}
-
Theresa authored
Wait to create views for the suggested content until after the sheet is opened. This will reduce memory cost if the sheet is never opened. BUG=822955 Change-Id: I657f601cc1862227514eb599df205da2c5dee1ad Reviewed-on: https://chromium-review.googlesource.com/990773 Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#548084}
-
https://chromium.googlesource.com/angle/angle.git/+log/6bc264aee686..59c5b897ec70 $ git log 6bc264aee..59c5b897e --date=short --no-merges --format='%ad %ae %s' 2018-04-03 oetuaho Validate gl_FragData and gl_FragColor access after parsing 2018-03-30 jmadill Vulkan: Make RenderTargetVk use ImageHelper. 2018-03-29 lucferron Vulkan: Support for bools and bvec* uniforms 2018-03-30 jmadill Vulkan: Add an Image helper class. Created with: roll-dep src/third_party/angle 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;master.tryserver.chromium.win:win_optional_gpu_tests_rel TBR=fjhenigman@chromium.org Change-Id: I4f17f987277a23d4c13bb56dbeccf3482839b176 Reviewed-on: https://chromium-review.googlesource.com/995954Reviewed-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@{#548083}
-
Owen Min authored
Disable this test as it's flaky on Linux. Tbr: yiyix@chromium.org, fsamuel@chromium.org Bug: 828061 Change-Id: Ia890fb9392d2784e4b2c835665cc7a6427b1c0e4 Reviewed-on: https://chromium-review.googlesource.com/995588Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#548082}
-
Vaclav Brozek authored
Currently, _CheckUniquePtr PRESUBMIT check reports each failing line as a separate error. This repeats the error explanation and thus clutters the output necessarily. This CL makes _CheckUniquePtr collect all occurences of the two issues it checks for (direct use of unique_ptr constructor and replaceability with nullptr) and group them under a separate single error, one for each of the both types of check. It also adds the failing line into the output, to make it easier to understand the issue already from the presubmit logs. This follows what is done for other checks, e.g., _CheckNoPragmaOnce). Bug: 827961 Change-Id: Ic7d60a05b6f96da741f1401422f4a1690bb6e279 Reviewed-on: https://chromium-review.googlesource.com/990132 Commit-Queue: Vaclav Brozek <vabr@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Cr-Commit-Position: refs/heads/master@{#548081}
-
Evan Stade authored
Bug: 804570 Change-Id: If8461c73deb1938a643bf7a3a3e4d753fe4e7c00 Reviewed-on: https://chromium-review.googlesource.com/991060Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#548080}
-
Ken Rockot authored
4 kB is a bit large. Microbenchmarks don't indicate a performance hit when lowering this, and they may even improve on lower-end devices. This decreases the default size to 128 bytes. We can monitor perf dashboards for the effect. Also fixes a bug in test code which assumed an allocation wouldn't resize a message, since that actually happens now. Bug: None Change-Id: Ibc7d17fe6f7cc98db7b290862cd4aea0f9be4fe0 Reviewed-on: https://chromium-review.googlesource.com/992553Reviewed-by:
Jay Civelli <jcivelli@chromium.org> Commit-Queue: Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#548079}
-
Navid Zolghadr authored
Move the touch-action: pan-left/right/up/down tests to the next version of the spec. https://github.com/w3c/pointerevents/pull/238 Bug: 826726 Change-Id: Icab0e439e0c2281f0c9fc78eec0a41a044f37f71 Reviewed-on: https://chromium-review.googlesource.com/984736Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#548078}
-
Jay Civelli authored
Bug: None Change-Id: I964926f9177af1b227e381f59c5140e3389e3f07 Reviewed-on: https://chromium-review.googlesource.com/993774 Commit-Queue: Jay Civelli <jcivelli@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#548077}
-
Justin DeWitt authored
When we have an untrusted offline page, the popup should show the claimed URL and creation date, and allow the user to copy the claimed URL. * Trusted offline pages are unchanged * Untrusted offline pages don't show the scheme. Mocks at go/offline-pages-p2p-mocks#slide=id.g1d74dc3fd1_0_13 Bug: 826362 Change-Id: I4c33c6b151f1e6f82bccb44122081712648c39c7 Reviewed-on: https://chromium-review.googlesource.com/980925Reviewed-by:
Jian Li <jianli@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Justin DeWitt <dewittj@chromium.org> Cr-Commit-Position: refs/heads/master@{#548076}
-
Ian Vollick authored
Previously, we would do the local update unconditionally. With this change, we keep track of a dirty bit for the world space transform as well as a baked version of the local transform so we don't need to call cc::TransformOperations::Apply repeatedly to realize the same results. Some elements have special conditions for the dirtiness of their local transform, so I have also created a ShouldUpdateWorldSpaceTransform function so that subclasses can customize this behavior. The reticle, for example, is always dirty. Bug: 828684 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;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I5b581a72d7caa39d47dcdc686d212879b3da3093 Reviewed-on: https://chromium-review.googlesource.com/995573Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Ian Vollick <vollick@chromium.org> Cr-Commit-Position: refs/heads/master@{#548075}
-
Sigurdur Asgeirsson authored
The ASAN runtime doesn't detect heap corruption from uninstrumented code, and so the test fails to die. Bug: 818747,827548 Change-Id: Ic8bd73c375887b3cf1de79b6fe5838cd31efa426 Reviewed-on: https://chromium-review.googlesource.com/992572 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#548074}
-
Mustafa Çamurcu authored
Breaking some Ozone==Linux assumptions in ui/gl to enable an Ozone/Windows build. 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:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: Id0093cd5f8cda8ae582dfe012d4ba33a4af53a03 Reviewed-on: https://chromium-review.googlesource.com/978615Reviewed-by:
Antoine Labour <piman@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Mustafa Çamurcu <camurcu@google.com> Cr-Commit-Position: refs/heads/master@{#548073}
-
Wez authored
This test fails under Fuchsia's implementation of the pthreads API. Bug: 825218, 828897 Change-Id: I33df13b18e295a05acb000db7ebbcc7ea02b1728 Reviewed-on: https://chromium-review.googlesource.com/994341 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
Erik Chen <erikchen@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#548072}
-
Justin Cohen authored
Bug: 826515 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I7f404b4769499fa1b5efc11b6750f5b059d89822 Reviewed-on: https://chromium-review.googlesource.com/989249Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#548071}
-
Paul Meyer authored
Bug: 564071 Change-Id: Ic7a829f3fe6c6388761370585d4f643e00c774a0 Reviewed-on: https://chromium-review.googlesource.com/992872Reviewed-by:
Nate Chapin <japhet@chromium.org> Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Cr-Commit-Position: refs/heads/master@{#548070}
-
Justin Cohen authored
This replaces checks for IsIpadIdiom with RegularXRegular size classes. Bug: 819461 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I33b4410214dd1ca0672afd46953435150ccfb3c7 Reviewed-on: https://chromium-review.googlesource.com/981939 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#548069}
-
Ian Vollick authored
This adds a perftest which moves the reticle around and measures the UI costs. Bug: None 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;master.tryserver.chromium.linux:linux_vr;master.tryserver.chromium.win:win_optional_gpu_tests_rel Change-Id: I688ad47adb6e3ba4f6cf5fd19410d348ba154e30 Reviewed-on: https://chromium-review.googlesource.com/993760 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#548068}
-
Marc Treib authored
FakeProfileOAuth2TokenService has two modes of operation: auto_post_fetch_response mode, which means it'll automatically post successful responses to all access token requests to the message loop, or regular (manual) mode, where the user calls IssueToken*/IssueError* etc. This CL adds DCHECKs to make sure the two modes are not mixed. It also fixes some ProfileSyncService tests which did just that. Bug: 825190 Change-Id: Ibed800c7defa09fb8efbf8cb8a56608731aaf70e Reviewed-on: https://chromium-review.googlesource.com/995434Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#548067}
-
Anthony Berent authored
This reverts commit 16e808d7. Reason for revert: Merge step still failing. Original change's description: > Enable extracting unwind table on official builds without channel > > The original cl was here: > https://chromium-review.googlesource.com/c/chromium/src/+/990092 > This CL fixes the following problems with the original CL: > 1. The apk_merger script fails because the unwind tables were only added > in 32-bit apk. The merger script expects all the files to be same and > the ones different should be checked. > 1a. The resources.arsc is non-hermetic and ordering is affected by > adding file to only one apk. As a workaround for crbug/828528, > add an empty (valid) unwind table file to the 64 bit monochrome > apk to make the resource.arsc consistent. > 1b. The merger script simply adds all the files in apk which are not > same. To keep the script simple and functional, the unwind resource > is renamed to unwind_cfi_32 and unwind_cfi_empty in respective > builds and the app_merger is updated to specify this file is > expected to be different and included. This causes an extra file > (4 byte) in the merged apk. > > 2. The unwind tables were always generated for "libchrome.so" for all > chrome apks. The different chrome_apk(s) have different shared > libraries like libchromefortest, etc.. So, update the unwind asset to > get unwind table for the right library for each apk. Only adds assets > to *_public_apk(s). > > 3. The monochrome_apk_checker was failing because the unwind file > included was different in chrome_apk and monochrome_apk. This CL adds > the asset to all apk at the same time and adds exception for this > file. > > BUG=819888 > TBR=dpranke@chromium.org > > Change-Id: Ibceeeacc19fa424d519891b8c17e349ee6c2dfd6 > Reviewed-on: https://chromium-review.googlesource.com/991236 > Commit-Queue: Siddhartha S <ssid@chromium.org> > Reviewed-by: Maria Khomenko <mariakhomenko@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: agrieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#547993} TBR=boliu@chromium.org,dpranke@chromium.org,mariakhomenko@chromium.org,changwan@chromium.org,ssid@chromium.org,agrieve@chromium.org Change-Id: I0a96e213133b6cb21c36db365b7c72f0f4642c8e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 819888 Bug: 828879 Reviewed-on: https://chromium-review.googlesource.com/995697Reviewed-by:
Anthony Berent <aberent@chromium.org> Commit-Queue: Anthony Berent <aberent@chromium.org> Cr-Commit-Position: refs/heads/master@{#548066}
-
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/69d8b7f7..36ee60c3 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;master.tryserver.chromium.win: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: Ia417512a045d3e8cb6e1102bf4b8898aa6081993 Reviewed-on: https://chromium-review.googlesource.com/995154Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#548065}
-
Avi Drissman authored
BUG=268984 Change-Id: I2335a0537df4d0437f061b57d4f0d3c20657afdf Reviewed-on: https://chromium-review.googlesource.com/990633 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#548064}
-
Antonio Gomes authored
BUG=714018 Change-Id: I9d846815404f3154639cf6c2a2fcff98ee91cd0c Reviewed-on: https://chromium-review.googlesource.com/995512Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#548063}
-
nednguyen authored
NOTRY=true # tests are covered by PRESUBMIT only Bug: 825181 Change-Id: I59ee1dc37b86d5100881c11789bbef2076b113ad Reviewed-on: https://chromium-review.googlesource.com/995578Reviewed-by:
Emily Hanley <eyaich@chromium.org> Commit-Queue: Ned Nguyen <nednguyen@google.com> Cr-Commit-Position: refs/heads/master@{#548062}
-
Rohit Rao authored
KeyboardCommandsTestCase: - Updates the recent tabs test now that recent tabs is always presented and never contained. - Updates the recent tabs test because the a11y ID of the "Done" button is different when the UIRefresh flag is enabled. RecentTabsTableTestCase: - Properly nils out the mediator after it is disconnected. This prevents a crash when launching recent tabs a second time. BUG=825431 Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: Ib97c1536083fae82dcc523c8ea2787c74f92469b Reviewed-on: https://chromium-review.googlesource.com/995617Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#548061}
-