- 01 Apr, 2019 40 commits
-
-
Sergey Ulanov authored
This is a reland of f7bfe7d0 This version updates gpu/vulkan/generate_bindings.py instead of changing vulkan_function_pointers.[h|cc] directly. Original change's description: > Add gpu::SemaphoreHandle and use it in VulkanImplmentation > > Previously VulkanImplementation defined functions for semaphore > import/export from/to file descriptors. This approach doesn't work on > platforms that don't support FDs for semaphores, specifically on > Fuchsia and Windows. > > This CL: > 1. Adds cross-platform gpu::SemaphoreHandle that allows to > represent semaphore handle on any platforms. > 2. Replaces ImportSemaphoreFdKHR() with ImportSemaphoreHandle(). > 3. Replaces GetSemaphoreFdKHR() with GetSemaphoreHandle() > > This allows to remove dependency on ScopedFD in > gpu::ExternalVkImageFactory, which will make it easier to reuse that > class on Fuchsia and Windows. > > Bug: 934526 > Change-Id: I16b1a9f3a606683b76a73c4e68a33b3294f25a90 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1540724 > Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> > Commit-Queue: Bo <boliu@chromium.org> > Auto-Submit: Sergey Ulanov <sergeyu@chromium.org> > Reviewed-by: Bo <boliu@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Reviewed-by: Michael Spang <spang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#646424} TBR=piman@chromium.org (for reland CL). Bug: 934526 Change-Id: If0a2aaf30558a2801dc8719f80d7e914246274d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548353 Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#646557}
-
Mehran Mahmoudi authored
This removes the context argument from the FontSizePrefs instantiation call. Bug: 938537 Change-Id: I8029392c1b81921089997ac5b8379ae98e1f684b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546940 Auto-Submit: Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#646556}
-
Tien Mai authored
- We now instead just limit their logon hours so that their tile still appears but they can't login. - This reduces code complexity since we do not need anonymous reauth credentials to show users that have been denied access. - This also fixes weird cases where the "other user" tile would appear along with the normal users on the system. Bug: 935695 Change-Id: Ie826cbe3b7cd67982f0a260fe7db446470d57a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526000 Commit-Queue: Tien Mai <tienmai@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Cr-Commit-Position: refs/heads/master@{#646555}
-
Rakib M. Hasan authored
Bug: chromium:698902 Change-Id: Ie552751c4e2232f6332884f012ea3b71e98d476b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546787Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#646554}
-
Avery Musbach authored
When one drag indicator expands to become a preview area, the other indicator contracts to 20 dips. The present CL makes it 3% screen width as specified here: https://mccanny.users.x20web.corp.google.com/www/splitscreen-motion/index.html#indicator-contract Test: manual Bug: 948221 Change-Id: I54a56ef237f6845b966a92117cca73f9b5f53331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547946Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Avery Musbach <amusbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#646553}
-
Caleb Rouleau authored
Locally, I timed the process_perf_results() call in ProcessPerfResultsIntegrationTest.testIntegration before and after this change. Before: Test #1: 40.6 seconds Test #2: 38.8 seconds After: Test #1: 24.4 seconds Test #2: 24.7 seconds I expect the difference on the waterfall to be more dramatic than this since the waterfall test results have a much more unequal distribution of perf data sizes, so we tend to get stuck chunking up some huge benchmark. Bug: 947035 Change-Id: Ib2a5075dc2504d0bec37750cd73eba57dbc19d11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548356 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Ben Hayden <benjhayden@chromium.org> Reviewed-by:
Ben Hayden <benjhayden@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#646552}
-
siyua authored
autofill experiments No functionality changed, just code being moved. Later we can make this shared by both card checkout form flow and settings page flow, and the duplicate code can be removed from payments_section.* Same CL was reverted as it causes browsertest flaky issue since I removed the |set_for_testing| workaround for browsertests. Here I added it back so the browsertests should be fine. On my local build run the browsertests for over 50 times. All runs passed. Bug: 897998 Change-Id: Icf98cceee97da3e1c6c5d24c089cffd7d55078a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534980Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Commit-Queue: Siyu An <siyua@chromium.org> Cr-Commit-Position: refs/heads/master@{#646551}
-
John Lee authored
https://i.imgur.com/j2BUmEh.png This adds the ability for users to enable/disable toggle check and to enable/disable using the web service as their spell check. Bug: 848536 Change-Id: Ide6c2e179802a49eddf79af4e9f5b88684dac0f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545118 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#646550}
-
Mike Reed authored
Bug: skia:8941 Change-Id: I7f6383244c5c3ce5c786ed120e4e433711b0b177 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548376Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#646549}
-
Mason Freed authored
This CL is just a cleanup. Renaming "BackgroundFilter" to "BackdropFilter" in several places, removing unused arguments, etc. I also made the backdrop-filter-clip-rect test a little more sensitive to orientation - the four rounded corners are different. No behavior should change with this CL. Bug: 618913 Change-Id: Idf23358cc81ed93bb0c8e744133fcbe4e6d46f46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542366 Commit-Queue: Mason Freed <masonfreed@chromium.org> Reviewed-by:
enne <enne@chromium.org> Auto-Submit: Mason Freed <masonfreed@chromium.org> Cr-Commit-Position: refs/heads/master@{#646548}
-
Guohui Deng authored
This method is only used on Chromecast. Callers of this method pass in an |overlay_plane_id| that's to be associated with the CastRenderer being created. No behavior change. Bug: 925450 Test: Chromecast Internal CQ. Change-Id: If8f80c78c825bcdca4e2d6af966f03cb066b8292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532500Reviewed-by:
Luke Halliwell <halliwell@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Guohui Deng <guohuideng@chromium.org> Cr-Commit-Position: refs/heads/master@{#646547}
-
Ehsan Karamad authored
The DCHECK was necessarily added with https://crrev.com/c/1506596. To check whether a plugin is handled by MimeHandlerView requires checking all MIME types. SupportsMimeType also goes through all MIME types and it would be redundant to do both anyway. TBR=tkent@chromium.org Bug: 948297 Change-Id: I379db901cb27e381eef2bddfbfdb210d4e8f726b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548393Reviewed-by:
Ehsan Karamad <ekaramad@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#646546}
-
Jeffrey Cohen authored
Bug: 939412 Change-Id: I6061e9bd5e184b356477aa339c4edd0cbd750ed3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546674Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Auto-Submit: Jeffrey Cohen <jeffreycohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646545}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/5be29a31559d..3bd0f72522df Created with: gclient setdep -r src-internal@3bd0f72522df The AutoRoll server is located here: https://autoroll-internal.skia.org/r/src-internal-chromium-autoroll 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.chrome.try:linux-chromeos-chrome TBR=shimazu@chromium.org,dgozman@chromium.org,hbos@chromium.org Change-Id: I28826f9088b81a0fdbb8e7c4cdb610580b8642fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548107Reviewed-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@{#646544}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/3b14b7861096..310294adacdd git log 3b14b7861096..310294adacdd --date=short --no-merges --format='%ad %ae %s' 2019-04-01 geofflang@chromium.org Add missing copyTexture functions in TextureNULL. 2019-04-01 jacek@codeweavers.com Correct case for includes. Created with: gclient setdep -r src/third_party/angle@310294adacdd The AutoRoll server is located here: https://autoroll.skia.org/r/angle-chromium-autoroll 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 BUG=chromium:945596 TBR=syoussefi@chromium.org Change-Id: I704f8f1de4d80855eee46f8d84cfef5e57addb5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548105Reviewed-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@{#646543}
-
liberato@chromium.org authored
Add VideoDecoderImplementation to mojom::VideoDecoder::Construct, so that MojoVideoDecoder can select between multiple implementations of the underlying VideoDecoder on platforms that have more than one. This is intended for Windows currently, to select between VDAVideoDecoder and D3D11VideoDecoder. This CL does not change any behavior; it just sends down a request for the default VideoDecoder implementation, which is exactly what it was before. There is also no change to how SupportedProfiles are stored. These will be separated by implementation as part of follow-up work. Change-Id: I325c9aa9df4a7bf6b2eb14fe22f852a1d0ec2376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532904Reviewed-by:
Frank Liberato <liberato@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#646542}
-
rajendrant authored
When net error is received in OnComplete, and the response has already started, this leads to a crash. So this CL limits handling net error only when the response has not been received. Bug: 936999 Change-Id: If308f062ab3c2f8f75d96387f7126d2491bb1ab6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547942Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#646541}
-
John Chen authored
The build target chromedriver_tests is redundant, as all its test are also included in chromedriver_unittests. It is also no longer run anywhere after the decomission of ChromeDriver waterfall. Removing it. Change-Id: I23c7f5c9c8989b8a1900235225d71bdaa307c2b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1508584 Commit-Queue: John Chen <johnchen@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Auto-Submit: John Chen <johnchen@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#646540}
-
Yun Liu authored
Related CL: https://chromium-review.googlesource.com/c/chromium/src/+/1543468 Bug: 947060 Change-Id: Icb9fda58d2b08628ad23eaecf10e45f76c56ad61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548296Reviewed-by:
Peter Wen <wnwen@chromium.org> Commit-Queue: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#646539}
-
Rakina Zata Amni authored
Make sure we have the latest style values for locked elements in focus() calls so that IsFocusable() returns the correct, up-to-date value. Bug: 882663 Change-Id: I401e18cfc2b29f3fba6c2da9bee28f5b62792ad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1545963Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Cr-Commit-Position: refs/heads/master@{#646538}
-
http://crrev.com/c/1542475Aaron Colwell authored
This change restores the behavior of clearing BrowserContext information in ChildProcessSecurityPolicyImpl::Remove() instead of in response to BrowserContext::NotifyWillBeDestroyed(). This is to fix "crashes" in BlobURLStore::Revoke() that appear to observe the null context in the brief period between BrowserContext::NotifyWillBeDestroyed() & ChildProcessSecurityPolicyImpl::Remove() being called. Note: This is not identical to the original changes because |pending_remove_state_| was deleted after this change was landed. Bug: 948069 Change-Id: I6a5a39529212626138a771fe1cfc75f73e5e240b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548053Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#646537}
-
Kyle Milka authored
Moving the notices out of the user-content div allows them to always appear on top of other elements on the page, as z-index is no longer -1. Remove the .md-icon class and make MD style the default. This styles the notices correctly since they no longer inherit .md-icon from the most visited div. As a side effect third-party NTPs now have MD styled notices. Screencast: http://go/scrcast/NjQwNTg0OTI5NTYxODA0OHw0NzI4NDMzOS1kNQ Bug: 939766 Change-Id: Icecdab3d684e6ae504a0d2f83ae59d3cb2b443a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531021Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Kyle Milka <kmilka@chromium.org> Cr-Commit-Position: refs/heads/master@{#646536}
-
Eric Seckler authored
We can use the SharedMemoryArbiter on ProducerClient side for this instead. Change-Id: Ia314ac68275033f3d43f98fe6c74be76c09cc287 TBR: tsepez@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547836Reviewed-by:
oysteine <oysteine@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: oysteine <oysteine@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Auto-Submit: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#646535}
-
Aga Wronska authored
Bug: 944687 Test: Manually Change-Id: If15ebe50a4e4e1935722cd6371673713b950fae3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546424 Commit-Queue: Aga Wronska <agawronska@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#646534}
-
Lukasz Anforowicz authored
This CL moves features::kSecMetadata from //content/public/common into //services/network/public/cpp. This moves will help move implementation of Sec-Fetch-Site header into //services/network. Bug: 872285, 924204 Tbr: sky@chromium.org Change-Id: I054d1425d4d3316f5211ee78305b13da573eccb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546490Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#646533}
-
Manuel Rego Casasnovas authored
Like it happens on regular elements, flexbox and grid containers with "contain: size" should include scrollbars width when computing the intrinsic sizes. BUG=948300 TEST=external/wpt/css/css-contain/contain-size-scrollbars-001.html TEST=external/wpt/css/css-contain/contain-size-scrollbars-002.html TEST=external/wpt/css/css-contain/contain-size-scrollbars-003.html Change-Id: If044632469e3c2500aac155d04f9a319930ef6e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547797Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#646532}
-
Caleb Rouleau authored
Also do not shorten multiprocessing since that is against python style guide. Bug: 947035 Change-Id: I91d971b5a18b74cadf56bf39a52e0fa985e0d879 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546584 Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#646531}
-
Charlie Reis authored
MHTML files should load subframes from the archive in the main frame's process, but there appear to be some cases where Chrome is creating out-of-process iframes inside MHTML pages. Temporarily allow this to avoid the renderer kills, until we can track down how it is occurring. BUG=931895, 948246 Change-Id: I88acedca05f7bd45b2e8c803665549f2eb2d0c22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548040Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#646530}
-
Yining Wang authored
Initial iph browser tests. Refactor on timeout to allow mocking time. Bug: 938721 Change-Id: I4606485fb6dc1cb6f46ed95718960f8ebd1408f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539179Reviewed-by:
Dana Fried <dfried@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Commit-Queue: Yining Wang <yiningwang@google.com> Cr-Commit-Position: refs/heads/master@{#646529}
-
Wez authored
Our PREFAST builder was turned down in 2017, and we'll use Clang-tidy for static analysis in future. Bug: 427616 Change-Id: I7d4a219fc8ac2df4a14fac769789bd96747b2a69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546518Reviewed-by:
Wez <wez@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#646528}
-
Xianzhu Wang authored
Bug: 947792 Change-Id: I9f34f56860c4faef05df426b944883949c3be8e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547761Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#646527}
-
Jeffrey Cohen authored
Adding DChecks to assert that strings are Valid UTF8 encodings. and returning Null pointers when processing invalid urls and guids from protos. Bug: 939451 Change-Id: Ica41ff071a55ff20a26173dea6a8cfcbac091d60 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1535262 Commit-Queue: Jeffrey Cohen <jeffreycohen@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Sebastien Seguin-Gagnon <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#646526}
-
Toni Barzic authored
BUG=543332 Change-Id: I5b6395685c92542969201c35239f3b383c2eb546 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1547046Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Toni Baržić <tbarzic@chromium.org> Cr-Commit-Position: refs/heads/master@{#646525}
-
Tim Song authored
When there is limited screen real estate (e.g. docked magnifier is enabled), the message center is unusable and causes janky behaviour. We should simply hide it in this scenario. BUG=935921 Change-Id: I5cc7e2bceef09ad6220712f2ec3c322308a224ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1500700 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#646524}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/32a51a79..51a4744b Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ia47b3ba266a15d36ab488f29541e33dd0af3e61e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548318Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#646523}
-
John Abd-El-Malek authored
Reverts "Switch Windows to build with in-tree libc++" (#641450) while we write a natvis file for it. Bug: 947911,801780 Change-Id: I8e574fe9c106c2112d0c6fcfd195f53b8a2a1f47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546066 Commit-Queue: Nico Weber <thakis@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#646522}
-
Justin DeWitt authored
This factors out the code that saves and reads the preference for the last suspended time, so that other activities besides ChromeTabbedActivity can use it. Bug: 941192 Change-Id: I42fb24d2b1a158f5557dfdd7fe6dcce8a53e8f2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1534358 Commit-Queue: Justin DeWitt <dewittj@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#646521}
-
Raphael Kubo da Costa authored
There is no need to keep a class-wide |run_loop_| around if we use a lambda in CreateSensor() so that we can create, run and stop a base::RunLoop to process PlatformSensorProviderLinux::CreateSensor(). Change-Id: I629758c5ac24be66c4c74eb89c1120b015aefce1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546293 Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#646520}
-
Yusuf Ozuysal authored
Right now, we use a fixed size for this, which doesn't scale well to multiple devices with different screen aspect ratios. A more elegant fix is to keep the aspect ratio if we don't have a screenshot. BUG=947638 Change-Id: I7ef1465d684fe73c67c1ba37e00511281e3635b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1546628Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Commit-Queue: Yusuf Ozuysal <yusufo@chromium.org> Cr-Commit-Position: refs/heads/master@{#646519}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/f23ff10eb270..036503b07ea6 git log f23ff10eb270..036503b07ea6 --date=short --no-merges --format='%ad %ae %s' 2019-04-01 nifong@google.com Include wasm debugger in continuous build part 2 2019-04-01 bungeman@google.com Expose basic shaper iterators. 2019-04-01 reed@google.com mark introspection methods as deprecated 2019-04-01 michaelludwig@google.com Add geometry domain for non-rectilinear quads 2019-04-01 csmartdalton@google.com Fix mkdir_p in skpbench 2019-04-01 nifong@google.com Include wasm debugger in continuous build 2019-04-01 fmalita@chromium.org [sksg] Refactor gradient implementation Created with: gclient setdep -r src/third_party/skia@036503b07ea6 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel BUG=chromium:947055 TBR=jlavrova@chromium.org Change-Id: Iad5200b13b798e7b3dd6367ce7175e792b01d722 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1548102Reviewed-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@{#646518}
-