- 19 Dec, 2019 40 commits
-
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/60e4a93e3e4d..a1e2eee578bf git log 60e4a93e3e4d..a1e2eee578bf --date=short --first-parent --format='%ad %ae %s' 2019-12-19 treehugger-gerrit@google.com Merge "Added parsing of ChromeHistogramSample typed trace events" Created with: gclient setdep -r src/third_party/perfetto@a1e2eee578bf If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I22ffb571983034f8504f20ab61133ee69f007b16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974928Reviewed-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@{#726312}
-
Kunihiko Sakamoto authored
This makes it possible to load web bundles from network where the exact length of application/webbundle stream is unknown, e.g. when content- length header is not provided or the response is content-encoded. Bug: 1033404 Change-Id: I58e9c44cde2e49c92076bcbf1383135416eb6cb4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971173Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#726311}
-
Oriol Brufau authored
Even if a list item has 'list-style-position: outside', Chromium may force its marker to be inside when it's a <li> outside a list element. This information was stored in layout, but this created an undesirable dependency since the computed 'display' value of the marker depends on whether it's inside or outside. And it wasn't possible to force a marker with non-normal 'content' to be inside. This patch fixes it by adding an internal 'IsInsideListElement' flag in ComputedStyle. This design also avoids traversing all the ancestors of every <li> element. BUG=457718 TEST=external/wpt/css/css-pseudo/marker-content-015.html The test fails in legacy since 'content' is not supported yet. Change-Id: I2df70841e8e9d729fd4aa47ec9b9973c09a82dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973914Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Commit-Queue: Oriol Brufau <obrufau@igalia.com> Cr-Commit-Position: refs/heads/master@{#726310}
-
Hitoshi Yoshida authored
Web IDL spec allows to include _ and - in identifiers. Our IDL compiler generates bindings functions with removing them. Then the generated functions' names can conflict easily with others. This CL replaces them some special strings to avoid conflicts. Bug: 850972, 700338 Change-Id: Ic1fbd76b9f341a961ccc21871d86c3aaed4b791c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975389 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#726309}
-
Ross McIlroy authored
This CL was created automatically with tools/perf/update_wpr script R=crouleau@chromium.org Bug: 878390 Change-Id: Ice34b78fcc327f5793edcdc91871cf19ade2389e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974151Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Ross McIlroy <rmcilroy@chromium.org> Cr-Commit-Position: refs/heads/master@{#726308}
-
James Cook authored
This is more consistent with the other SyncUserSettings function names. No behavior changes. Bug: 1013466 Change-Id: I06428f53d9ebab8ea2c7dffd319bea8ee9f1d388 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974192 Commit-Queue: Marc Treib <treib@chromium.org> Auto-Submit: James Cook <jamescook@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#726307}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4b40870fb128..1a5c0d36940b git log 4b40870fb128..1a5c0d36940b --date=short --first-parent --format='%ad %ae %s' 2019-12-19 comoody@microsoft.com DevTools: Make expandable text in ObjectPropertiesSection accessible. Created with: gclient setdep -r src/third_party/devtools-frontend/src@1a5c0d36940b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ibe57f77e9229bb18b6163f150ee443554c1f29bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974925Reviewed-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@{#726306}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/38d7fbaad0a3..e70b009b0f1e git log 38d7fbaad0a3..e70b009b0f1e --date=short --first-parent --format='%ad %ae %s' 2019-12-18 dneto@google.com Add support for SPV_KHR_non_semantic_info (#3110) Created with: gclient setdep -r src/third_party/SPIRV-Tools/src@e70b009b0f1e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Bug: None Tbr: radial-bots+chrome-roll@google.com,jmadill@google.com Change-Id: I8d402cd13e69ebb37521502d487abff8e19c677d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974924Reviewed-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@{#726305}
-
Chih-Yu Huang authored
This CL replaces Closure with OnceClosure to reduce the copy of callback. Bug: 1020668 Test: run vda_tests on kevin Change-Id: I36814346c52217eb8b17cda4799d7f947ccec817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974723 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#726304}
-
Mario Sanchez Prada authored
The three migrations proposed in this CL are the only instances left inside //content after the massive migration to the new types, so let's migrate these ones too and then update the PRESUBMIT script so that any attempt to re-introduce old types in this part of the code will raise an error, instead of a warning. TBR=kenrb@chromium.org Bug: 955171 Change-Id: Ib006c869576d122289781d065629db957cd9f347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972847 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#726303}
-
Chih-Yu Huang authored
The Chromium smart pointer guidelines [1] says "don't pass or return a smart pointer by reference". This CL remove "const scoped_refptr<T>&" at V4L2 VEA and VDA. [1] https://www.chromium.org/developers/smart-pointer-guidelines Bug: 1020668 Test: run vda_tests on kevin Change-Id: I577ecf143f48f5fd3b0749a7a964e84ef1533cbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974722 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#726302}
-
Eric Willigers authored
WebAppBrowserTest.HasMinimalUiButtons created an opened 5 PWAs. It now only creates and opens 3 PWAs, to avoid flaky timeout failures. Bug: 1034029 Change-Id: I9de602007f2f9648dc8dd1f1c5fd9f1c6f15d065 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975375 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#726301}
-
Chih-Yu Huang authored
The Chromium smart pointer guidelines [1] says "don't pass or return a smart pointer by reference". This CL remove "const scoped_refptr<T>&" at V4L2 Picture. [1] https://www.chromium.org/developers/smart-pointer-guidelines Bug: 1020668 Test: run vda_tests on kevin and octopus Change-Id: I0186208ee905433859f65fd0e86b88d81c7b2c39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974721 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#726300}
-
Chih-Yu Huang authored
This CL adds sequence check at each method, and check the release callback is null when setting it. Bug: 1020668 Test: run vda_tests on kevin Change-Id: Ia2760e1a787b0ca65a652b58a4f7ecfc66b61e8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974720 Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#726299}
-
Hitoshi Yoshida authored
Set a GN args variable |use_v8_bind_gen_for_dictionary| to use the new bindings generator. This CL adds a new file core/v8/generated.gni to list names of generated files as we do in modules/v8/generated.gni. Bug: 839389 Change-Id: I2513ae6b43478b9e3b07b1042467ef3c9624bf49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1969292 Commit-Queue: Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#726298}
-
Vadym Doroshenko authored
Along the way, removed my test config for feature that was already launched several release ago. Bug: 959776 Change-Id: Ia0653f7b806b440b429fb41290e98bada2751de1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974093 Auto-Submit: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#726297}
-
Eric Willigers authored
WebAppEngagementBrowserTest/ManyUserApps now launches only 2 apps instead of 4, to avoid test timeouts. Bug: 1034028 Change-Id: I346605d69a8fbb7b043996b7af4e947799ca4610 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975384 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#726296}
-
Chih-Yu Huang authored
The Chromium smart pointer guidelines [1] says "don't pass or return a smart pointer by reference". This CL remove "const scoped_refptr<T>&" at V4L2DecodeSurfaceHandler. [1] https://www.chromium.org/developers/smart-pointer-guidelines Bug: 1020668 Test: run vda_tests on kevin Change-Id: Ic33f8c3e7162ac4c0648287cc7d7132a0ae8da96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974719Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#726295}
-
Chris Lu authored
TBR=sczs@chromium.org Bug: 1035764 Change-Id: I7347d737954e25c9f35ae22e6614eb9fdcbf5ff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974308Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#726294}
-
Kunihiko Sakamoto authored
This disables the following tests failng on Win7 Tests (dbg)(1): - GlTestEnvironmentTest.InitializeAndCleanup - UiPixelTest.DrawVrBrowsingMode Bug: 1035767 Tbr: mthiesse@chromium.org Change-Id: Idfa12ccd58421cd79c9d46c57a8fad1d4e672954 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975471Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#726293}
-
Chih-Yu Huang authored
The Chromium smart pointer guidelines [1] says "don't pass or return a smart pointer by reference". This CL remove "const scoped_refptr<T>&" at VP8Decoder. [1] https://www.chromium.org/developers/smart-pointer-guidelines Bug: 1020668 Test: run vda_tests on kevin and octopus Change-Id: Ic22d3317c9f1f92dda76bba4c56c150883b1e7ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974718Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#726292}
-
Alan Cutter authored
ThemeService::UsingAutogeneratedTheme() was DCHECKing that the ThemeSupplier being autogenerated was 1:1 with having an autogenerated color pref. This is not the case for PWA windows which disables user themes. Bug: 1035187 Change-Id: Ide044833a9863e937645946b59cf221b0c4ab2e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974715 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#726291}
-
Omar Morsi authored
This CL changes network interface reporting tests such that it is clear how should the device status collector behave in the default case in which the ReportDeviceNetworkInterfaces is set to false. Also, it makes it clear that if the network interfaces/states are reported then the ReportDeviceNetworkInterfaces policy should be set to true. Bug: None Test: browser_tests --gtest_filter=DeviceStatusCollectorNetwork* Change-Id: Iff8b6443d581a70e07cf4f3aefe19ab97f90ef9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1970474Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#726290}
-
Kunihiko Sakamoto authored
This reverts commit 404028ee. Reason for revert: CHECK() added in this CL caused flaky crash in content_browsertests on Cast Linux: - RenderFrameHostImplBeforeUnloadBrowserTest.RendererInitiatedNavigationInABAB - SitePerProcessBrowserTest.Unload_ABAB Example build: https://ci.chromium.org/p/chromium/builders/ci/Cast%20Linux/85787 Original change's description: > Speculative fix for crash in occlusion hit test for viz hit test data > > If a frame is throttled, then it may have dirty layout by the time > PageAnimator::UpdateHitTestOcclusionData runs. There is no empirical > evidence that render throttling is actually causing the crashes in the > wild, so also add a diagnostic CHECK. > > BUG=1035029 > R=chrishtr@chromium.org > > Change-Id: Ie8d1aa5d48cf94832616403e27965722b809020b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972230 > Reviewed-by: Chris Harrelson <chrishtr@chromium.org> > Commit-Queue: Stefan Zager <szager@chromium.org> > Cr-Commit-Position: refs/heads/master@{#726170} TBR=szager@chromium.org,chrishtr@chromium.org Change-Id: Ib1a399fc231ba7c2e4d7c2c3269360246eac2ad2 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1035029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975493Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#726289}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/6423b7fc7ded..4b80fbc8f94a git log 6423b7fc7ded..4b80fbc8f94a --date=short --first-parent --format='%ad %ae %s' 2019-12-19 syoussefi@chromium.org Fix textureGatherOffsets classification Created with: gclient setdep -r src/third_party/angle@4b80fbc8f94a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: jmadill@google.com Change-Id: Iff183d24807bf140174792f034dd141e7520de05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975358Reviewed-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@{#726288}
-
Patrick Monette authored
This change makes the dependency that the worker host has on its process host explicit. This has been true since the introduction of the SharedWorkerService::Observer interface. It also allows the removal of a few "if (RenderProcessHost::FromID())" checks and makes the lifetime of the worker host easier to reason about. Bug: 1035555 Change-Id: I53a6f5f5a5deade1feaed558dabcb379bb0d88cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965870 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#726287}
-
Rachel Sugrono authored
The transferHostedFileFromTeamDriveToDownloads was failing in step by step mode. This is because the destination was not set correctly when calling transferBetweenVolumes. Fix that, use downloads. Bug: 1035220 Change-Id: Id39080d30486503b0fe08a543595b04df75bc3c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974711 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#726286}
-
nancy authored
BUG=1011235 Change-Id: Ia3d37e3d6943640659dce7df121869222ebee07a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975387Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#726285}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2bf6cd36. With Chromium commits locally applied on WPT: c15c1083 "Add test that datachannels close when connection does." fadf6027 "[css-pseudo] Recalculate viewport units in ::marker" 044ad8ad "[OT-PW] Make it work with OOP-R" 9899425d "[css-layout-api] IntrinsicSizes Implementation" 7d838af7 "[scroll-to-text-fragment] Apply :target CSS pseudo-class to match." 358ffa26 "[webnfc] Dispatch error events when failed to read a nfc tag" 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=robertma No-Export: true Change-Id: If969400f52e05bb8e82983c0a07c8e7b9e02504f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975231Reviewed-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@{#726284}
-
Rachel Sugrono authored
The transferFromDownloadsToTeamDrivemyDriveContent was failing in step by step mode. This is because it was getting the source files from the wrong place. Change the test helper transferBetweenVolumes to read from the correct source. Bug: 1035220 Change-Id: Iec1ad334ee41b48a1d248dbaeb25d378342b9d85 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972737 Commit-Queue: Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#726283}
-
Noel Gordon authored
Some of our icon assets have fill color very close to #ddd; that's the default background color and so these icon are hard to see on the test page as a result. Make the background color lighter than #ddd. Bug: 1002393 Change-Id: Ie46bb88b1bec3bc3539054fba362bf0e3905dc44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974295Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#726282}
-
Greg Thompson authored
BUG=546640 R=kinuko@chromium.org Change-Id: I65a0a90892069e4b226a9ce5bcda7dc1142c5694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1972149 Auto-Submit: Greg Thompson <grt@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#726281}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/e9e4421eff0c..c76ac8e325c7 git log e9e4421eff0c..c76ac8e325c7 --date=short --first-parent --format='%ad %ae %s' 2019-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ../src 0827bfec..358ffa26 (433 commits) 2019-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 751e78884a55..6423b7fc7ded (6 commits) 2019-12-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/swiftshader 21be09d8e699..4fd7fccd6db5 (4 commits) Created with: gclient setdep -r src/third_party/skia@c76ac8e325c7 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC borenet@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md 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: None Tbr: borenet@google.com Change-Id: Icda0834c4c2261cf7712221e5b723e941837ba80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975356Reviewed-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@{#726280}
-
Yuke Liao authored
This CL does two things: 1. Fix the test suites of linux-code-coverage to match that of "Linux Tests". 2. Cleans up unneeded fuzzer bits. Bug: 1016929 Change-Id: I5cc2d1d9b1e5b71443ce917377fedaaee122b770 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974617Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Yuke Liao <liaoyuke@chromium.org> Cr-Commit-Position: refs/heads/master@{#726279}
-
Kuo Jen Wei authored
Fix bug that the declaration of exported compatible type is mis-deduced as arbitrary inferred type in ES6 module. Bug: 141518780 Test: Pass closure compiler test and manually type mutation test. Change-Id: I4718f2f7018921732fc785193e252f6eea48d1c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975374 Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#726278}
-
Hirokazu Honda authored
Bug: 1034415 Test: IPTest on atlas Change-Id: Ibc72b6b949501cd7147e5b45d49e4d31782b8210 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975382Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#726277}
-
Kunihiko Sakamoto authored
Tbr: yangguo@chromium.org Notry: True Bug: 1034030 Change-Id: I629f2a6d5f105b2292a5a46e31e280a261f66236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974305Reviewed-by:
Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Kunihiko Sakamoto <ksakamoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#726276}
-
Hirokazu Honda authored
Bug: 1011281 Test: IPTest on atlas Change-Id: Ibbca4c02a28cf04cbfd3fa38769205b4f749dc58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975380Reviewed-by:
Ricky Liang <jcliang@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#726275}
-
Ken Rockot authored
Migrates some directories off of deprecated base::Bind, base::Callback, etc, and onto the newer APIs. Specifically this covers components/security_interstitials/ Fixed: 1007729 Change-Id: I731834460dd34a8b2f2087608b52a5ee27111776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974813Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#726274}
-
Navid Zolghadr authored
https://docs.google.com/document/d/1AJ1XCtiYbaw64KhPX_a_TiNDOqeYV-MO30I1C-8VzPk/edit#heading=h.p9sgjwxtsd3c Change-Id: Ic3a1ae8c3cc4a0f473c3309e2ef0de47db40bf6f Bug: 1030176 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974727Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#726273}
-