- 01 Oct, 2020 40 commits
-
-
tby authored
This CL replaces the DriveQuickAccessProvider with the new DriveZeroStateProvider, and adds a deprecation todo to the former. If there are any issues with the new provider, this one CL can be reverted to disable the entire feature. Bug: 1034842 Change-Id: I6a82a948aa41301918d8a80368bfb5cda2303a11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437996Reviewed-by:
Rachel Wong <wrong@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#812497}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/09a013c1993f..3c3e8905ad7e $ git log 09a013c19..3c3e8905a --date=short --no-merges --format='%ad %ae %s' 2020-09-30 fayang Deprecate gfe2_reloadable_flag_quic_no_silent_close_for_idle_timeout. 2020-09-29 bnc Add Huffman encoder benchmarks. 2020-09-29 danzh Fix some issues regarding quic TestPacketWriter changing its perspective. 2020-09-29 danzh Move TestPacketWriter from quic_connection_test.cc to quic_test_utils. 2020-09-28 renjietang deprecate gfe2_reloadable_flag_quic_remove_zombie_streams. 2020-09-28 nharper DLOG(INFO) early data reason on server handshake complete 2020-09-28 renjietang deprecate gfe2_reloadable_flag_quic_get_stream_information_from_stream_map. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I9a84ec9c9b9ad5687c3c3adf62a2735320137612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442029 Commit-Queue: Renjie Tang <renjietang@chromium.org> Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Renjie Tang <renjietang@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#812496}
-
Maggie Cai authored
This CL removes the pref service from the app service. The clean up code is landed for a few milstones already. BUG=853604 Change-Id: I95659a1abfce2cf80e8a2b2b7b102bbf4c4c0f6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438086Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Maggie Cai <mxcai@chromium.org> Cr-Commit-Position: refs/heads/master@{#812495}
-
Anna Malova authored
Bug: 1085115 Change-Id: I8846261a0f21ecb48692b70ab778f68996843760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414173Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#812494}
-
David Black authored
Screenshots should only be visible if we have screenshot items. Downloads should only be visible if we have download items. Recent files should only be visible if we screenshots and/or downloads. Bug: 1131253 Change-Id: I1bf70b6312c46cf5f7dbc616c5e33e7af0ad2740 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2434468 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#812493}
-
Daniel Classon authored
Remove the base::Optional from the fn as well as the include statement. Bug: 1133553 Change-Id: Ia1e385de9716b3f54a9df8cb1f36426894303181 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441529 Commit-Queue: Daniel Classon <dclasson@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#812492}
-
John Z Wu authored
No clients are calling this method anymore. Change-Id: I02e9c8fc3ae6d5b8a6c2279984a153ed91bca357 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442032Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#812491}
-
John Z Wu authored
Clients of ios/web_view still go through the old name and expiration fixer flows. Change-Id: I9341d3155ab832f2927ac496964311645272b749 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442031Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: John Wu <jzw@chromium.org> Cr-Commit-Position: refs/heads/master@{#812490}
-
Noel Gordon authored
PiexLoader has no |this| properties at all: it's a namespace with one API called load() effectively, so no need to instance it with new. Do the simpler thing: make it a namespace [1]. No change in behavior. [1] See CL:2437316 review comments for the namespace discussion. Bug: 1132695 Change-Id: I10319ede41bbaeb0caa0c8bab6ff4b7701ff3081 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437319Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#812489}
-
Karandeep Bhatia authored
Change it to accept a dictionary instead of individual arguments for better future compatibility. Note that this is a breaking change but we'll reach out to the current users to make sure that they update their extensions. BUG=1131746 No-Presubmit: True Change-Id: I22c081d5bb0b817922bb9549854031dd0a447968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427866 Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812488}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/38d35cad..c4be5db9 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I73754f7a7c278d0a97bf28142a93a405ea904023 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440414Reviewed-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@{#812487}
-
Eric Willigers authored
The promise returned by navigator.share() resolves if the share completes successfully, and rejects if the share is cancelled or otherwise unsuccessful. Spec: https://w3c.github.io/web-share/#share-method Builds on https://chromium-review.googlesource.com/c/chromium/src/+/2434078 Bug: 1126788 Change-Id: Ia2ae218bd9b6640bdac21fb84ed12956b17cdb0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437552 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Melissa Zhang <melzhang@chromium.org> Cr-Commit-Position: refs/heads/master@{#812486}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-aemu-chromium-autoroll Please CC chonggu@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/+doc/master/autoroll/README.md Tbr: chonggu@google.com Change-Id: I75277596f245cd3cf19d6309f5d7c6ac6e8210b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441238Reviewed-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@{#812485}
-
Jiewei Qian authored
This reverts commit 7b3ea4c4. Reason for revert: Tests on linux-trusty-rel are failing Get error message: "Unrecognized option: -maxclients" when starting X server. Sample failing job: https://ci.chromium.org/p/chromium/builders/ci/linux-trusty-rel/16372 Original change's description: > xvfb.py: explicitly specify -maxclients=512 > > When running ash_unittests on CloudTop instance, many tests would fail > with "Maximum number of clients reached" X11 error. This does not repro > on physical gLinux workstation though. Adding explicitly -maxclients > parameter to make it consistent across platforms. > > Bug: None > Test: Run testing/xvfb.py out/Release/ash_unittests > Change-Id: Iac41378470d87df4b5d8140b3ee03a9a93a8c5ba > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438577 > Reviewed-by: Dirk Pranke <dpranke@google.com> > Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812336} TBR=dpranke@google.com,xiaohuic@chromium.org Change-Id: I814c0cec7a6b36eaf498838e5ecb27c3564d8ae6 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440720Reviewed-by:
Jiewei Qian <qjw@chromium.org> Commit-Queue: Jiewei Qian <qjw@chromium.org> Cr-Commit-Position: refs/heads/master@{#812484}
-
Andrew Xu authored
This CL adds rounded corners to the images shown by the multipaste menu. RoundedImageView, instead of layer, is used to achieve it. Because the multipaste menu's ancestors do not cut the children's layers outside of the multipaste menu's container bounds. Meanwhile we have no control on the context menu view hierarchy. This CL does two things: (1) Move rounded_image_view.h and rounded_image_view.cc under ash/public/cpp (2) RoundedImageView replaces ImageView in ClipboardHistoryBitmapItemView Bug: 1133020 Change-Id: Ib56466cfa574410cc83c7f5a125416a27dcabd8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436769 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#812483}
-
Scott Violet authored
Necessary as behavior landed in 86. BUG=1127518 TEST=test only change TBR=jam@chromium.org Change-Id: Id7706fcd19329e4975a1ef7b358ee9d1aec8cb93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441931Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#812482}
-
Kartik Hegde authored
To call utility functions more clearly, wrap them in a "util" namespace. TEST=unit_tests --gtest_filter=NetworkDiagnosticsUtilTest* BUG=chromium:956783 Change-Id: I2874dbdbda7fe84c04f7484c876845d75f99f928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438757Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kartik Hegde <khegde@chromium.org> Cr-Commit-Position: refs/heads/master@{#812481}
-
Matthew Mourgos authored
This change adds an announcement which occurs when focusing a shelf item with a notification badge. Also, this change updates the notification badge announcement string for items in the launcher. Bug: 1126492 Change-Id: If4fb6fe203bf3aa5984e9811c407224cf40044e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427021 Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#812480}
-
mwakizaka authored
Previously adb uses a random port number for forwarding devtools port to Android device. It makes difficult to filter packages based on port number. Now we can specify the port number via chromeOption. Bug: chromedriver:3598 Change-Id: Ib8de0b3abfc7f5c66898739314d552c85852680f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2433746Reviewed-by:
Shengfa Lin <shengfa@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#812479}
-
Matthew Denton authored
For USER_NOTIF support in the syscall broker, the broker will need to send two fds to the CLONE_FILES process (temporary IPC socket for reply, and the newly opened FD). The current BrokerSimpleMessage only supports sending and receiving a single FD, so this CL adds support for async-signal-safe sending/receiving of multiple FDs. Bug: 1117351 Change-Id: I708f200b047857816a9c2958535a360811e25741 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412761Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Matthew Denton <mpdenton@chromium.org> Cr-Commit-Position: refs/heads/master@{#812478}
-
Mark Schillaci authored
This CL updates the behavior of ListBox on Android. With this change, the state of a Listbox ("x items") will now be read during swipe navigation when a node is initially selected. For ListBoxItem, the state of the item will read as "in list, item x of y". We append the state of the ListBox or items in the stateDescription element of the node's corresponding AccessibilityNodeInfo object. This CL also updates associated unit test expectations. AX-Relnotes: ListBoxes and ListBoxItems now explicitly announce their count and item index. Bug: 1101656 Change-Id: I41bf46d2f11ea9fb0c744ccd3802855c028ecb79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436382 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by:
Mark Schillaci <mschillaci@google.com> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#812477}
-
Chromium WPT Sync authored
Using wpt-import in Chromium e92e2156. With Chromium commits locally applied on WPT: 09255d96 "[client-hints] Test client hint availability in service workers" 678dd97f "Revert "[client-hints] Test client hint availability in service workers"" c47ff7fb "[COOP] access reporting: openeeURL, openerURL, otherDocumentURL" af91c973 "Move the default framebuffer scale off of VRDisplayInfo" 432af8c1 "FontAccess: Replace Sticky Activation with Page Visibility check" 2a639e51 "[css-grid] Test for % max-height of image grid items" 98314cbf "[AspectRatio] Fix flex-aspect-ratio-01{3,4} tests" 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=robertma@google.com No-Export: true Change-Id: Id783ecddfdf2cd178773c5eff8995dc49b0edafb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440291Reviewed-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@{#812476}
-
Anastasia Helfinstein authored
This is a pure refactor. AX-Relnotes: n/a. Bug: None. Change-Id: I6fab3b1663a7f4f8e2b2bcfe8d9b373f9c820ed8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2382398Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Cr-Commit-Position: refs/heads/master@{#812475}
-
Xida Chen authored
TBR=qjw@chromium.org NOTRY=true Bug: 1133821 Change-Id: I12e6a29f930b2106aa9306f9f136e3460a975d19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442151Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Xida Chen <xidachen@chromium.org> Cr-Commit-Position: refs/heads/master@{#812474}
-
Khushal Sagar authored
This was added as a smoke test while OOPR was still under development. The feature has now been enabled by default and is used by all accelerated rendering tests. So this test is not necessary anymore. R=avi@chromium.org Bug: 757605,1067662 Change-Id: I6d9ab38d7e7291b645dac56b31cba4d79ee31155 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441676 Commit-Queue: Khushal <khushalsagar@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#812473}
-
Jian Li authored
This reverts commit 4f97ffeb. Reason for revert: suspect of causing a lot of NTP test failures. Please see https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-chrome/8867 Original change's description: > [ntp][modules] Add info dialog to shopping module > > Screenshot: https://screenshot.googleplex.com/7pbxJMPP2QgAgkM > > Fixed: 1130862 > Change-Id: Ied56500f9384fc9bedc15eef4cb8ffcde4830b5d > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437473 > Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> > Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> > Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> > Cr-Commit-Position: refs/heads/master@{#812227} TBR=mahmadi@chromium.org,tiborg@chromium.org Change-Id: I95a99407b60c89e7640a0e58055f05299c582c0c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442170Reviewed-by:
Jian Li <jianli@chromium.org> Commit-Queue: Jian Li <jianli@chromium.org> Cr-Commit-Position: refs/heads/master@{#812472}
-
Jimmy Gong authored
PhoneStatusProcessor is responsible for converting incoming proto messages to PhoneHub objects and have clients be notified of the incoming changes. Bug: 1106937 Test: unittest Change-Id: Ib22c626ccd7c571692ae8c687935243a948c0581 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2427107 Commit-Queue: Jimmy Gong <jimmyxgong@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#812471}
-
Asanka Herath authored
Bug: 973801 Change-Id: Ieb11b4c1c187b85198470a130f38661b4ef7a292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438982Reviewed-by:
Dylan Cutler <dylancutler@google.com> Commit-Queue: Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#812470}
-
Dirk Pranke authored
This CL reverts f60eb053 from March of this year; we were generating the big //testing/buildbot/*.{ci,try}.json files that combined all of the different buckets/masters, but we weren't using the files. By reverting the change this reduces the churn in the repo (and in CLs). Bug: 1028719 Change-Id: If394897d072836d744f7cd72a2b2b6deb8e06f9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441651Reviewed-by:
Stephen Martinis <martiniss@chromium.org> Commit-Queue: Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#812469}
-
Rachel Wong authored
This CL fixes a bug where results are never set to be answers due to circular logic. Bug: 1130372 Change-Id: I177dcaaa7a67e23cc31e49ea2f17f1a3ca249fb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437317Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#812468}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/ac160bd364cb..de0105d0bb7a 2020-09-30 nicolascapens@google.com Fix delegating eglCreateWindowSurface to CreatePlatformWindowSurface 2020-09-30 amaiorano@google.com Fix GN build 2020-09-30 amaiorano@google.com Optimize transcendentals for Subzero 2020-09-29 caramelli.devel@gmail.com EGL_KHR_platform_x11: wrong implementation in CreatePlatformWindowSurface() 2020-09-29 caramelli.devel@gmail.com Add DirectFB support for Vulkan WSI 2020-09-29 srisser@google.com Add VK_KHR_imageless_framebuffer 2020-09-29 bclayton@google.com SpirvShaderDebugger: Mark II 2020-09-29 bclayton@google.com Vulkan/Debug: Support Locations as hashmap keys If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I1af877c3c004414bdd1d6f795c62ae5650e4aef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441669Reviewed-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@{#812467}
-
Tom Anderson authored
This is a reland of 63eccefc Original change's description: > Dynamically load libwayland-client and libwayland-egl on Linux > > This is needed since some distros do not have libwayland-client > available. If systems don't have libwayland-client, they definitely > won't have a wayland server either, so it doesn't make sense to > statically link libwayland-client, which won't make wayland work and > will only waste binary size. Instead, this CL dynamically loads > libwayland-client if available. > > Also, this CL includes some misc fixes to fix the 'ninja all' build > for Linux/ozone. > > R=msisov > > Bug: 1126894 > Change-Id: Ice0fd0b113f5d804cd05089bfad54168d94c53e4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416941 > Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Maksim Sisov (GMT+3) <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#810784} TBR=thakis CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_chromium_msan_rel_ng Bug: 1126894 Change-Id: Ie923f5203b3a42b0c6fe512f78e24724a5b16a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2437704 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Cr-Commit-Position: refs/heads/master@{#812466}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/a528cef8c93e..8b462fcdef40 2020-09-30 jophba@chromium.org Properly use message router for cast message port If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@chromium.org 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/+doc/master/autoroll/README.md Bug: None Tbr: jophba@chromium.org Change-Id: Ib9191acaa5cc72159eadfbba4a4240e99e323251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441330Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Jordan Bayles <jophba@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#812465}
-
Brian Geffon authored
Add to simple UMA metrics so we can better track the frequency that working set trim is used. Bug: b:169771540 Change-Id: I77b9bb5d7bd17207b08513429748e90cc82f6d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441313Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Brian Geffon <bgeffon@chromium.org> Cr-Commit-Position: refs/heads/master@{#812464}
-
Dominic Farolino authored
R=haraken@chromium.org, kouhei@chromium.org, talp@chromium.org Bug: 1111231 Change-Id: Ia7151587a3459c5262edd5721c63dfec60870cc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2438709 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#812463}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/aac5728a8260..8e0aa441a550 2020-09-30 bsalomon@google.com Get GrBackendRenderTarget's sample count from MtlTexture. 2020-09-30 robertphillips@google.com Have the GrShadowRRectOp make use of the thread-safe view cache 2020-09-30 robertphillips@google.com Have GrMatrixConvolutionEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Update TextureEffect to avoid extraneous out variable. 2020-09-30 brianosman@google.com Add Variable::fBuiltin, to track Variables owned by pre-includes 2020-09-30 bsalomon@google.com Return GrBackendTexture from SkPromiseImageTexture by value. 2020-09-30 johnstiles@google.com Update MatrixEffect to avoid extraneous out variable. 2020-09-30 ethannicholas@google.com moved SkSL ExternalFunctionCall's data into IRNode 2020-09-30 johnstiles@google.com Simplify generated GLSL code for trivial FPs. 2020-09-30 senorblanco@chromium.org Dawn: remove persistent TextureView from GrDawnTexture. 2020-09-30 smoreland@google.com Avoid heap initialization for skia allocations. 2020-09-30 brianosman@google.com Move VariableReference ref-adjusting into helper functions 2020-09-30 robertphillips@google.com Make GrRectBlurEffect use the thread-safe view cache 2020-09-30 johnstiles@google.com Calculate texture clamping X/Y coordinates in parallel. 2020-09-30 johnstiles@google.com Inline trivial single-argument constructors directly. 2020-09-30 michaelludwig@google.com Fix GrClipStackClip::preApply to report kClippedOut 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 brianosman@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: chromium:1108408,chromium:131355925 Tbr: brianosman@google.com Test: Test: removes large hwuimacro regressions w/ heap initialiation Change-Id: Id69e5298725680e0041331bce8b1f00c7153b4ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441236Reviewed-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@{#812462}
-
Ben Goldberger authored
Bug: 1099982 Change-Id: Iec2303ba5485c52808e150a5aee2737a9ccbcd40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436759Reviewed-by:
Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ben Goldberger <benwgold@google.com> Cr-Commit-Position: refs/heads/master@{#812461}
-
Sebastien Lalancette authored
Adding EG test coverage for the following context menu actions: - Open in New Tab - Open in Incognito - Mark as Read/Unread - Copy Link - Share - Delete Bug: 1131831 Change-Id: I204073dfbf06905145363ecb75a4ae4272891073 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435878 Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#812460}
-
Tommy Martino authored
This CL rolls the text-fragments-polyfill dep to pick up the util function for cleaning up the <mark> elements, and updates the Chromium JS "glue" file to attach this as a click event. Change-Id: I493fac576c52ded175fcf3957acb567cc5664690 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435812 Commit-Queue: Tommy Martino <tmartino@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Tommy Martino <tmartino@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#812459}
-
Kartik Hegde authored
When a user is not logged in, ProfileManager::GetPrimaryUserProfile() returns an off-the-record profile. Instead of defining our own logic when a user is not logged in, use the existing logic of the function. BUG=chromium:956783 TEST=none Change-Id: I66efde824df0c4b5a22d1f1abdb293ddbea011fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2436510 Commit-Queue: Kartik Hegde <khegde@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Cr-Commit-Position: refs/heads/master@{#812458}
-