- 08 May, 2019 40 commits
-
-
Paul Meyer authored
Bug: 936104 Change-Id: I07733cb7197ef5992d418a38d967544a7ee2b9d2 Tbr: avi@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1491796 Commit-Queue: Paul Meyer <paulmeyer@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#657758}
-
Adithya Srinivasan authored
Uses portal postMessage APIs instead of broadcast channel in the following tests: - portals-activate-inside-portal.html - portals-no-referrer.html Change-Id: Iaa4d8a79fed99f7b39181eec59f26d89b7e38864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1591804Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#657757}
-
Avi Drissman authored
BUG=840435 Change-Id: I9269e6ff0a063fcad38e74b3b04861b8a2a9694c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600537 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#657756}
-
Ehsan Chiniforooshan authored
summary of discussions: go/rendering-memory TBR=erikchen@chromium.org,asvitkine@chromium.org BUG=957978 Change-Id: I00bd2c8e0cd8684eee78afe50af87c8552b2821a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1590587Reviewed-by:
Ehsan Chiniforooshan <chiniforooshan@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Hector Dearman <hjd@chromium.org> Commit-Queue: Ehsan Chiniforooshan <chiniforooshan@chromium.org> Cr-Commit-Position: refs/heads/master@{#657755}
-
mrefaat authored
SideSwipeController dealloc access WebStateList while it may be deleted As webStateList is owned by the TabModel and it's a weak member of this object Bug: 959753 Change-Id: Ic667bc9711030bc7419f6b6629ffcce0a7a4a922 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598176Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Mohammad Refaat <mrefaat@chromium.org> Cr-Commit-Position: refs/heads/master@{#657754}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5785e4a16530..ca449d589927 git log 5785e4a16530..ca449d589927 --date=short --no-merges --format='%ad %ae %s' 2019-05-08 fmalita@chromium.org [skottie] Cleanup: relocate text sources 2019-05-08 bsalomon@google.com Separate GrCaps for semaphores and fence syncs. 2019-05-08 brianosman@google.com Add support for float remainder to interpreter Created with: gclient setdep -r src/third_party/skia@ca449d589927 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 TBR=robertphillips@chromium.org Change-Id: I4e01fc3ce50fa59f2e4614edf5c3ea8aa0c7a520 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600489Reviewed-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@{#657753}
-
Vladimir Levin authored
This patch changes the type of layout needed from child to self when laying out line items and the content size of the item changes. R=cbiesinger@chromium.org Change-Id: Ica76a59698500d8f2c9c6ec66a53839f010d1ac7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598195Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#657752}
-
Robert Ogden authored
This logic was previously implemented for LitePageRedirect but we've decided to share the logic for all previews. It has been factored out into a separate feature which is enabled by default and supports a comma separated list which can be changed when needed on the server. Bug: 958515 Change-Id: Ifa5070ccc824001e0dbb30ea5b7acee6da206388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599351Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#657751}
-
Peng Huang authored
Bug: 960780,932260 Change-Id: I71e8b5ea6b6d8d81e27521da812ba8beae8f50f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600959Reviewed-by:
Antoine Labour <piman@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#657750}
-
Mike Wittman authored
The failure of OpenThread to return a valid handle is the suspected cause of the crash in the associated bug. This check is intended to validate that suspicion. Bug: 947459 Change-Id: I55e59bf903e5383d9def56c3c57f3b8b4de5182f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600315 Auto-Submit: Mike Wittman <wittman@chromium.org> Commit-Queue: Charlie Andrews <charliea@chromium.org> Reviewed-by:
Charlie Andrews <charliea@chromium.org> Cr-Commit-Position: refs/heads/master@{#657749}
-
Henrique Nakashima authored
DownloadServiceFactory will still release them and return them it as a raw pointer because BrowserContextKeyedServiceFactories do that, but when it becomes a SimpleKeyedServiceFactory this will be more natural. Bug: 943724 Change-Id: I104e832288746d1ae27b49e16a9beffe5d813051 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599744Reviewed-by:
Xing Liu <xingliu@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Commit-Queue: Henrique Nakashima <hnakashima@chromium.org> Cr-Commit-Position: refs/heads/master@{#657748}
-
bsheedy authored
Adds the ability to skip XR browser tests at runtime if requirements for a test are not met. As a result, also makes the browser test launcher properly handle gtest reporting that a test was skipped, as previously it was treated as an unknown error. Currently, the only requirement that can be checked is whether a DirectX 11.1-capable GPU is present on the machine, but additional requirements can be easily added. Bug: 951469 Change-Id: I81c4cccf83bed3c13ec1d82ad99a16c29fba7cb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1575030Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Bill Orr <billorr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#657747}
-
Ken Rockot authored
This is a reland of 18526eed Diff PS3->PS4 is fix for breakage. Original change's description: > [service-manager] Simplify connection logic > > This reduces the complexity of Service Manager's logic for handling > interconnection between service instances. Much of the complexity was > due to connection operations once upon a time being highly > asynchronous within SM, but that hasn't been the case for a while. > > Rather than having ServiceManager::Connect do way too much stuff, it's > replaced with a simpler and more straightforward > FindOrCreateMatchingTargetInstance, which does only what the name says. > Previous work done by Connect() in various edge cases has been moved out > to its prior call sites, now replaced with calls to FOCMTI. > > Bug: 904240 > Change-Id: Ia276f6fa61477ddc141724d30484237498eef070 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593722 > Reviewed-by: Oksana Zhuravlova <oksamyt@chromium.org> > Commit-Queue: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#657401} Bug: 904240 Change-Id: If07ff20dd8886901013f214f8b51a9e447224189 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600453Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#657746}
-
Alexander Timin authored
Add tracking for pages which can be scripted by other pages (via window.open) to the back-forward cache metrics. BUG=933147,957632 R=creis@chromium.org CC=arthursonzogni@chromium.org Change-Id: I33712203b3c996f09a70ebb4fe221d712c7a919d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1569006 Commit-Queue: Alexander Timin <altimin@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#657745}
-
Dan Harrington authored
This patch changes the location of downloaded pages on Android Q, because the old location is no longer accessible. Bug: 956679 Change-Id: I55e320d771bc16f8d36d8477a9990f73cccd02ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597532Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#657744}
-
rajendrant authored
The via header can have multiple space separated entries, if it hits the staging server and the prod server. So relaxes the exact equality check. Bug: 960105 Change-Id: Ib50ee751f40b0892376a4ae622f0ac061efb401d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600632 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#657743}
-
rajendrant authored
This fixes the failing quic test by checking for quic or https scheme for the DRP proxy. Bug: 958038 Change-Id: I00610cce5de62ad028ea0a41b0a9f2723dd87fed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600080Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#657742}
-
Eric Orth authored
As a manager-wide property, removed enitrely from ContextHostResolver. Because HostResolverManager::Set... was only ever set at manager- creation time, replaced it with a new option in ManagerOptions. Because HostResolverManager::Get... was only ever used in tests, replaced it with a for_testing getter. Took the opportunity to replace "no_ipv6_on_wifi" with "check_ipv6_on_wifi" as I believe it's slightly more descriptive and makes slightly more sense as a positive setting instead of a negative. Bug: 934402 Change-Id: I20bfd822db886fbddded9319e1d291c300fe1489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1582612Reviewed-by:
Paul Jensen <pauljensen@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#657741}
-
Chris Hamilton authored
This adds opaque ToNodeBase functionality to public node types allowing the NodeAttachedData implementation to avoid specialization for each known public node type. BUG=958115 Change-Id: Ib19c07319d43205560fd4086a919abee30cab5d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597694 Commit-Queue: Chris Hamilton <chrisha@chromium.org> Reviewed-by:
Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#657740}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/eddad7e7669c..011744e6dd2b git log eddad7e7669c..011744e6dd2b --date=short --no-merges --format='%ad %ae %s' 2019-05-08 chrisforbes@google.com Support selection of correct aspect for D+S input attachments Created with: gclient setdep -r src/third_party/swiftshader@011744e6dd2b The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-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:b/123244275,chromium:b/131171141 TBR=swiftshader-team+autoroll@chromium.org Change-Id: Iaba79eedb4cb4e7562f7358d4bf5dc23c4f30836 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600486Reviewed-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@{#657739}
-
Reilly Grant authored
Script can transfer the ArrayBuffer created by an instance of ImageData. In this case the data is no longer available and the ImageData should be rejected by the detect() API. Bug: 957522 Change-Id: I2601aa9661303ce1a5fd67044178e2ef83347281 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600458Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#657738}
-
Lukasz Anforowicz authored
After this CL the policies that map into prefs::kUnsafelyTreatInsecureOriginAsSecure are pushed at runtime into the SecureOriginAllowlist singleton class in the //services/network layer. This helps in the following ways: - After this CL, content::IsOriginSecure takes the policy into account (it didn't before) - Since SecureOriginAllowlist (unlike prefs) can be accessed from any browser-side thread, after this CL we are able to propagate the policy into the NetworkService process (see the changes in //chrome/browser/chrome_content_browser_client.cc) - This CL allows to delete //chrome-layer IsOriginSecure (which was asking content::IsOriginSecure *and* also checking the policy/pref) and instead just always call content::IsOriginSecure which already looks at the switch value. This means that //content-layer calls to content::IsOriginSecure now correctly start to take the policy/pref value into account. In addition to testing via automated regression tests, I've also manually launched chrome with --unsafely-treat-insecure-origin-as-secure switch and with UnsafelyTreatInsecureOriginAsSecure policy configured via /etc/chromium/policies/managed/trustworthy-origins.json and verified (via ps -fwwp) that the renderer process and the NetworkService process have the right cmdline switch (combining the policy and cmdline values from the browser process). Bug: 937451, 917107 Change-Id: I3ff24d57ec89971e7657ca0d612b291d7bbfb2b2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1513098Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Gabriel Charette <gab@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#657737}
-
Scott Violet authored
Removes the Classic part, which is no longer appropriate. BUG=958135 TEST=covered by tests TBR=mukai@chromium.org Change-Id: I1ed6c902713f7db1a9d640577676f1fe51cc012d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601319Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#657736}
-
Rayan Kanso authored
Use the ukm service for recording background events instead of manually querying the history service. Bug: 952870 Change-Id: I5d77954bb48f0197c5f3861888e499d328a2e694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593355 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#657735}
-
Becky Zhou authored
Bug: 958986 Change-Id: I276bc5a6afd806e9814be6a3031db80f2c11a459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600639Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Becky Zhou <huayinz@chromium.org> Cr-Commit-Position: refs/heads/master@{#657734}
-
Rayan Kanso authored
Move IsRecording/LogEvent functions to a content/public/browser base class so that content implementers can easily log events to DevTools. Steps taken: - Create an abstract DevToolsBackgroundServicesContext class in public with IsRecording/LogEvent virtual methods. - Create a public enum for the background service and map it to the internal enum. - Rename the existing DevToolsBackgroundServicesContext to DevToolsBackgroundServicesContextImpl and have it implement the public class. Bug: 927726 Change-Id: I1da98efb4b26b5f3de4b6899b696d9153aeda95b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593528 Commit-Queue: Rayan Kanso <rayankans@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Cr-Commit-Position: refs/heads/master@{#657733}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/c562f4de..6fb8bc0e 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: I057f57dd48b00aaed5cf2a76a080c17626190bac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601317Reviewed-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@{#657732}
-
Lucas Furukawa Gadani authored
Bug: 908139 Change-Id: I202059461f21fe87eee3d89ea8af45b8f0d009fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1595978Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#657731}
-
Scott Violet authored
This is rename step 1. Step 2 will actually rename class. BUG=958135 TEST=covered by tests TBR=mukai@chromium.org Change-Id: I82839b1fe8bd7cc1c1449164b56fe3604983c1e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601318Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#657730}
-
Xiaocheng Hu authored
This reverts commit ddcafd19. Reason for revert: Breaks Mac builders: https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Mac10.13%20%28retina%29/13886 mac-rel somehow didn't run webkit_layout_tests... Original change's description: > [Editing] Change left/right caret movement from visual to logical > > As the visual left/right caret movement has become un-maintainable, > this patch removes them and replaces them by logical movement. > > This patch: > - Exposes line direction utilities from inline_box_traversal.cc to be > reused by SelectionModifier. These utilities will be moved/refactored > later for better code structure. > - Changes SelectionModifier to use logical left/right movements for > character and word granularities. > > All other changes are removal of dead code and test expectations > changes. > > Bug: 958831 > Change-Id: Ic4cf83290beb2521c620167be32b4fa4d716a3c0 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1593632 > Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> > Reviewed-by: Koji Ishii <kojii@chromium.org> > Reviewed-by: Emil A Eklund <eae@chromium.org> > Reviewed-by: Yoshifumi Inoue <yosin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#657694} TBR=yosin@chromium.org,eae@chromium.org,kojii@chromium.org,xiaochengh@chromium.org Change-Id: Ib730622f7918d7ec7c77fdade8fabd83da962d87 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 958831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600878Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#657729}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/746bb12c4652..1ddf2968fb2a Created with: gclient setdep -r src-internal@1ddf2968fb2a 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=dvadym@chromium.org,noel@chromium.org,jbroman@chromium.org,xialinyan@chromium.org Change-Id: I42cffab36b43c98e583c94a19e35fa39e41e4507 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601121Reviewed-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@{#657728}
-
Katie D authored
It uses the same animation settings as the PIP. Bug: 894907 Change-Id: I57a4a8d58dbd8907c5c8289db13a0439869258bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1598841Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Katie Dektar <katie@chromium.org> Cr-Commit-Position: refs/heads/master@{#657727}
-
Moe Ahmadi authored
Many static file hosting services do not allow setting the appropriate content-type when serving files. This CL relaxes the requirement to display USDZ 3D models with ARQuickLook by checking the file extension in addition to the content type. Bug: 958938 Change-Id: I1f1a216d3e4f8bbe660242f5acb2eadef0c57509 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1597121 Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#657726}
-
Liquan(Max) Gu authored
Image Element Timing requires FCP++ to report ImageResourceContent* as a property of ImageRecord. Originally, FCP++ reports url as part of it. If we add ImageResourceContent*, url wouldn't need to be be in ImageRecord any more because ImageResourceContent already contains it. This CL got reverted in https://chromium-review.googlesource.com/c/chromium/src/+/1597896. It was due to accessing into a released pointer. This CL has fixed this issue. Bug: 957448 Change-Id: I730f44984693e2850e873dc32c439905f7688682 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599354 Commit-Queue: Liquan (Max) Gu <maxlg@chromium.org> Reviewed-by:
Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#657725}
-
Dan Sinclair authored
This Cl rolls the SPIRV-Tools and SPIRV-Headers dependencies together to fixup the intertwining of the SPIR-V 1.4 release. Change-Id: I48962487869882a51ed542a9f4f857759cbad997 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601053 Auto-Submit: dsinclair <dsinclair@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#657724}
-
Tobias Sargeant authored
Change-Id: Ifeb7b6e4c5cb71c118d8fd005fac20894ff9ba9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594715 Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#657723}
-
Dan Harrington authored
There are two problems addressed here: 1. Synchronization was missing in TestOfflinePageService.sendPushMessage 2. Recent changes relating to prefetch GCM defer the call to GetGCMToken, which in turn results in an exception when calling FakeInstanceIDWithSubtype.getSubtypeAndAuthorizedEntityOfOnlyToken. With these fixed, we (crosses fingers) can un-disable the test. Bug: 959733 Change-Id: Ibfd29de884813606ab73a6520c627a4214d52432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1600353Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#657722}
-
Ehsan Karamad authored
In order to print pages navigated to a PDF document, a message should be sent to the extension process. This is routed internally through PostMessageSupport. This implements the required bits for frame-based MimeHandlerView. Bug: 659750 Change-Id: I23fdae54bcdba90cf5f145fbd999be0016f397d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1594745Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
James MacLean <wjmaclean@chromium.org> Commit-Queue: Ehsan Karamad <ekaramad@chromium.org> Cr-Commit-Position: refs/heads/master@{#657721}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/c9c5c497678b..de991d4fe26a git log c9c5c497678b..de991d4fe26a --date=short --no-merges --format='%ad %ae %s' 2019-05-08 angle-autoroll@skia-public.iam.gserviceaccount.com Roll ./third_party/glslang/src c0640dabfddd..f88e5824d2cf (1 commits) Created with: gclient setdep -r src/third_party/angle@de991d4fe26a 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 TBR=jonahr@chromium.org Change-Id: I7a4aa76611ebd2a51a141ce41a21576ed3d0d9fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601177Reviewed-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@{#657720}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/254a80307c6e..d2baff227833 git log 254a80307c6e..d2baff227833 --date=short --no-merges --format='%ad %ae %s' 2019-05-08 khokhlov@google.com Merge "TraceProcessor: Add EXPORT_JSON SQL function" Created with: gclient setdep -r src/third_party/perfetto@d2baff227833 The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-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. TBR=perfetto-bugs@google.com Change-Id: I3e790fafb3beba4085f610c645a13b352f483c8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1601120Reviewed-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@{#657719}
-