- 28 Mar, 2019 40 commits
-
-
tsrwebgl authored
Status bubbles for short URLs now match the width of the URL Tested by mousing over various links to make the status bubble appear. Bug: 936144 Change-Id: Ia6e4735a84e4d02f560b860b93e6dbc2066ff63e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529187 Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#645300}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 1fae2e20. With Chromium commits locally applied on WPT: 11eae161 "HTMLVideoElement: implement playsinline and auto-fullscreen." 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 NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: If419a8e566c586aa1b0f9ab7c29298628ad7b806 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543327Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#645299}
-
Vincent Boisselle authored
Query requests can have a different request signature between version A and B, we want to serve the same response cached at the moment of capture. The replayer generates a cache-lookup key that is likely to remain stable across versions. The cache replayer reuses the WPR capture file. There is no need for extra test artifacts. Bug: 945929 Change-Id: I504a407265a4b1d8e62dfbaf3135a8abbd1fdac2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1531574 Commit-Queue: Vincent Boisselle <vincb@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Fabio Tirelo <ftirelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#645298}
-
Robert Flack authored
Bug: 947013 Change-Id: Iaef076ff7fbca30c0b1879b79e4926d45123d319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543024 Auto-Submit: Robert Flack <flackr@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#645297}
-
Noel Gordon authored
Flakes [ Timeout Pass ] on Win7 Release. Tbr: findit@ No-try: true No-presubmit: true Bug: 946700 Change-Id: I226069041f5a0d802f3863fca001537c13f342cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543372Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#645296}
-
Laís Minchillo authored
Fix 2 instances of MediaControlsNonTouchImpl that should have been renamed to MediaControlsTouchlessImpl in http://crrev.com/c/1540290 Bug: 946985 TBR: jazzhsu@chromium.org Change-Id: Id1d18471c95630802307ff918e5905b429e9540d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543392Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Tobias Sargeant <tobiasjs@chromium.org> Cr-Commit-Position: refs/heads/master@{#645295}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e51181387f76..78a282f49b55 git log e51181387f76..78a282f49b55 --date=short --no-merges --format='%ad %ae %s' 2019-03-28 bratell@opera.com Add an include guard to SkottieShaper.h Created with: gclient setdep -r src/third_party/skia@78a282f49b55 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=stani@chromium.org Change-Id: Id93a8b47c388bcba69515a3f0f8e386e3399adf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541741Reviewed-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@{#645294}
-
Oleh Prypin authored
This compiler config is used by other projects, and at least WebRTC is not switching to component builds. `build_with_chromium` variable is supposed to be true only when the current root project is Chromium, so do the check only then. Bug: 945515 Change-Id: I37076a8724a0b9a067b20dec9186d551e41fc898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543251Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Oleh Prypin <oprypin@chromium.org> Cr-Commit-Position: refs/heads/master@{#645293}
-
Hans Wennborg authored
instead of costly virtual functions. This saves on code size, data size, number of dynamic relocations, and makes accessing these properties faster. Bug: none Change-Id: I1750f8d8e03c1ff4925a86778c6f65ae7125a566 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538527 Commit-Queue: Hans Wennborg <hans@chromium.org> Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Cr-Commit-Position: refs/heads/master@{#645292}
-
David Jean authored
Moved feature_engagement metrics to browser level (already existing through notification) Changed inIncognito to isUserInitiated on new tab notifications (specific notifier are already tied to a browserState which knows its incognito state) Bug: 907527 Change-Id: I86fa5cef147c5c59765f03887a9d18866d2a7f5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1528974 Commit-Queue: David Jean <djean@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#645291}
-
Noel Gordon authored
Flakes [ Pass Timeout ] in release. Tbr: findit@ No-try: true No-presubmit: true Bug: 946699 Change-Id: I5f579ec62365b7d2185df5badbeed1a184426a35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543371Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#645290}
-
Gauthier Ambard authored
This CL moves the location bar's notifications to the LocationBar folder. Bug: 944008 Change-Id: I11c31a38d7155dec089bbdef40fe513e2dff0d6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541225Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#645289}
-
Gauthier Ambard authored
This CL makes sure that when the user long presses on an element displayed on the NTP, we unfocus the omnibox before showing the popup menu. Bug: 928237 Change-Id: I271e2eb5ca0965b05cbba8f35ef8f08e8f8ba578 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541172 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#645288}
-
Karolina Soltys authored
Bug: 863341 Change-Id: I85344234e260c41c6aea326fa2d1e31ce2012c90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541248Reviewed-by:
Alex Clarke <alexclarke@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Karolina Soltys <ksolt@chromium.org> Cr-Commit-Position: refs/heads/master@{#645287}
-
Richard Knoll authored
A recent change (http://crrev.com/c/1521961) broke the workaround we need to prevent recreating the ink drop on bound changes. This now creates a custom InkDropImpl that overrides HostSizeChanged to fix it again. Also finally added a test for this by checking whether the animation is still running after changing the widget bounds to spot this in future. Bug: 915222 Change-Id: I4ace1c6fceea7d7f6c0527e0538b39079ce054a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538430Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Commit-Queue: Richard Knoll <knollr@chromium.org> Cr-Commit-Position: refs/heads/master@{#645286}
-
Noel Gordon authored
Flakes [ Timeout Pass ] in release. Tbr: findit@ No-try: true No-presubmit: true Bug: 946714 Change-Id: Ib40f9ca49c08b43dba52ebacd1900d271400aff3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541555Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#645285}
-
Dominic Battre authored
This is the beginning of writing a README for the password_manager. The purpose is not to replace inline documentation but to serve as a reference for new-comers or to refresh your mental picture of some highlevel aspects. Change-Id: I5dae87a1d789e3542805212b849014b5231fa056 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541186Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Dominic Battré <battre@chromium.org> Cr-Commit-Position: refs/heads/master@{#645284}
-
Elly Fong-Jones authored
Bug: None Change-Id: Ib92f11319ee77ac372a33b80c950385b96474d8d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1532340 Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#645283}
-
Mohamed Abdelhalim authored
This is a preliminary change to merge the navigation states inside NavigationRequest::NavigationState. Bug: 916537 Change-Id: Ic5cdbaa9915ce3567abb6997327275ba266aa8ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541080 Commit-Queue: Mohamed Abdelhalim <zetamoo@google.com> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#645282}
-
Jonah Ryan-Davis authored
This reverts commit 78b558a1. Reason for revert: 1 tests failed: ['vulkan_content_browsertests on (nvidia-quadro-p400-ubuntu-stable) GPU on Linux'] https://ci.chromium.org/p/chromium/builders/ci/Linux%20FYI%20Release%20%28NVIDIA%29/9112 Original change's description: > Add SkiaOutputDeviceGL > > This CL moves some platform specific logic out of > SkiaOutputSurfaceImplOnGpu and into SkiaOutputDeviceGL. I also added the > hooks to support partial swaps and tested on an i7 gLinux laptop. > > Bug: 920344 > Change-Id: I77b86442fef2340094de9fa93057f1fa2af2f50b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539792 > Commit-Queue: Jonathan Backer <backer@chromium.org> > Reviewed-by: Peng Huang <penghuang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#645059} TBR=penghuang@chromium.org,backer@chromium.org Change-Id: I6eff445f1e0c9d4b250267c89b2b937f71270e2e No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 920344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542422Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Cr-Commit-Position: refs/heads/master@{#645281}
-
arthursonzogni authored
With RenderDocument: https://docs.google.com/document/d/1C2VKkFRSc0kdmqjKan1G4NlNlxWZqE4Wam41FNMgnmA/edit# a new RenderFrameHost is used after every navigations, not only the cross-process ones, but also the same-process ones. This CL updates tests so that they don't assume the RenderFrameHost to be preserved. Bug: 936696 Change-Id: I222e6a76cb9d16b68cb4802a09bc41ebd9d1bd9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538295 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#645280}
-
chromium-autoroll authored
The AutoRoll server is located here: https://autoroll.skia.org/r/fuchsia-sdk-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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I307964b426acb4f67937e991eac2d979df97290e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542372Reviewed-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@{#645279}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. The AutoRoll server is located here: https://autoroll.skia.org/r/afdo-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=gbiv@chromium.org Change-Id: I4ae7c804a8ed3688d276d6fbdb30f7a54bc282bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542318Reviewed-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@{#645278}
-
Hans Wennborg authored
We used to have a version number for the plugin in this CMake file, so changing it should cause things to be rebuilt, but that hasn't been the case for some time. As Nico figured out, this way of versioning the plugin was removed in https://codereview.chromium.org/975503002 Bug: 416124 Change-Id: If4808ea8447e1b39435059021657536afb65db35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541238 Auto-Submit: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#645277}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a7b7d2ef..4f260ee2 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: Iab17fdcdec28c5c396cd2bafc65af5b99f87c6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543023Reviewed-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@{#645276}
-
Elly Fong-Jones authored
TBR=avi@chromium.org Bug: None Change-Id: I870b79a125c874212027336343a86a1d5cc83043 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541656Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#645275}
-
Gabriel Charette authored
This reverts commit 1e4fa9e1. Reason for revert: root caused fixed by crrev.com/644548 as mentioned @ https://bugs.chromium.org/p/chromium/issues/detail?id=938126#c42 Original change's description: > Disable MediaInternalsAudioLogTest.AudioLogCreateStartStopErrorClose > > Disable the test on Android, Linux and Fuchsia due to flaky. > > Tbr: petewil@chromium.org > Bug: 938812 > Change-Id: I96504518c8556d5e8cdfb60a9e74c5dc8e1040ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1506380 > Reviewed-by: Owen Min <zmin@chromium.org> > Commit-Queue: Owen Min <zmin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#638226} TBR=zmin@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 938812 Change-Id: I68c426318ecab6994fdd9588d32edcc620719dfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542038 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
Olga Sharonova <olka@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#645274}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/3993b18795b5..ce584cf1d926 git log 3993b18795b5..ce584cf1d926 --date=short --no-merges --format='%ad %ae %s' 2019-03-28 eladalon@webrtc.org Remove Remb::kFeedbackMessageType 2019-03-28 danilchap@webrtc.org Remove CreateVideoStreamEncoder version that uses GlobalTaskQueueFactory Created with: gclient setdep -r src/third_party/webrtc@ce584cf1d926 The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-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=webrtc-chromium-sheriffs-robots@google.com Change-Id: If5e8f46e135b68ba154786556fe9fdfed76c0d9a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542375Reviewed-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@{#645273}
-
Noel Gordon authored
external/wpt/content-security-policy/frame-ancestors/frame-ancestors-nested-cross-in-same-star-allow.html The test flakes timeout-pass on most bots. Update expectations. Tbr: foolip@ No-try: true No-presubmit: true Bug: 945774,626703 Change-Id: Ibc96e4939b264f9dd85def363c4148e3a5b592a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541554Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#645272}
-
Ramin Halavati authored
Seperator addition policy in profile menus was wrongly set in crrev.com/c/1499457 to add the separator only before the first group while the correct behavior is to add it before all groups except the first. Bug: 934689 Change-Id: I5c7a515199c526b259912a67c5ac84e097ac191d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543256 Commit-Queue: Ramin Halavati <rhalavati@chromium.org> Auto-Submit: Ramin Halavati <rhalavati@chromium.org> Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Cr-Commit-Position: refs/heads/master@{#645271}
-
Corentin Wallez authored
This reverts commit 3192c3b0. Reason for revert: compile failure on Mac GPU FYI Original change's description: > Add SharedImageRepresentationDawn > > This will allow viewing shared images as Dawn textures, for example so > they can be rendered to via WebGPU. This representation is implemented > for IOSurface-backed shared images. > > Also adds a test to render an IOSurface backed shared image using Dawn, > and reading it back with Skia. > > BUG=chromium:938895 > > Change-Id: If64ea4a67368687ff54326bdb20094f17902ad2c > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1511419 > Commit-Queue: Corentin Wallez <cwallez@chromium.org> > Reviewed-by: Antoine Labour <piman@chromium.org> > Cr-Commit-Position: refs/heads/master@{#644717} TBR=vmiura@chromium.org,cwallez@chromium.org,piman@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: chromium:938895 Change-Id: I951280b86bbd706f6fc75c46ab180013b9f6ff81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543253Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#645270}
-
Gauthier Ambard authored
This CL moves the SideSwipeGestureRecognizer to the folder containing the rest of the SideSwipe code. Bug: 944008 Change-Id: I5d3019fa97afdfa85596992eadeed6702aea1613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543250 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#645269}
-
Xida Chen authored
This CL is part of a prototype: https://chromium-review.googlesource.com/c/chromium/src/+/1495445 This class dispatches the Paint request that comes from raster worker thread to the worklet thread. Bug: 884698 Change-Id: Ieefa238512110ba7406e6bcf220fc2af300695fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1529113Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Stephen McGruer <smcgruer@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#645268}
-
Stephen McGruer authored
This hooks up Blink Paint to cc, by passing a PaintWorkletInput via a DeferredImage and then into a cc::PaintImage. See the design doc for details: https://docs.google.com/document/d/1xg0_A-R9Zfq90csleXUGsr7zi576cg-ELHKkvzOYeJ8/edit#heading=h.2zu1g67jbavu Bug: 884698, 890761, 933805 Change-Id: I2408a036dfa80a8127ab09dc5f2f5e64ecd9a9ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1525160Reviewed-by:
Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#645267}
-
Olivier Robin authored
iOS does not support component build so we need to add an exception for this platform. Bots did not fail because they compile with symbol_level=1. Bug: 945515 Change-Id: Idae7de4933f4ad4647a0598074145173e8e001c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541784 Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Jochen Eisinger <jochen@chromium.org> Cr-Commit-Position: refs/heads/master@{#645266}
-
Sylvain Defresne authored
Bug: none Change-Id: If6dede556bce74e9bf650d62dfa1c7d64a15102a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1541790 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#645265}
-
Noel Gordon authored
Test crashes sometimes, update expectations. Tbr: findit@ No-try: true No-presubmit: true Bug: 946719 Change-Id: I83fe71181b9f4546f28332f1fd4e5fd3c491d7b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543369Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#645264}
-
Askar Aitzhan authored
This is needed for ChromeOS to fetch this token and send Update request to Omaha Bug: 932465 Change-Id: I2bb65311e19c3c783f814526b3f0fff5dc841eb0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1538496 Commit-Queue: Askar Aitzhan <askaraitzhan@google.com> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#645263}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8eba309d78ab..2c0fe38105ea git log 8eba309d78ab..2c0fe38105ea --date=short --no-merges --format='%ad %ae %s' 2019-03-28 fmayer@google.com Fix typo in docs. Created with: gclient setdep -r src/third_party/perfetto@2c0fe38105ea 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: Icc738e8fdbbf5c82fa1b7110ff2ef0db2477c8e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1542369Reviewed-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@{#645262}
-
Marc Treib authored
Before this CL, SupervisedUserWhitelistService (accessible via SupervisedUserService::GetWhitelistService() was created in SupervisedUserService::Init(), which runs pretty late in the profile initialization sequence. This means that other KeyedServices which depend on SupervisedUserService might try to access the WhitelistService before it actually exists. This CL moves the creation of the WhitelistService into the constructor of SupervisedUserService. This way, KeyedService dependencies will work as expected. Bug: 946473 Change-Id: Ia674ecee15babfca470debf7429d0903692d0a31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1543254 Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#645261}
-