- 22 May, 2018 40 commits
 - 
- 
Theresa authored
If any of the currently enabled services can perform gestures, consider accessibility to be enabled. This changes AccessibilityUtil#isAccessibilityEnabled to return true if Switch Access is enabled. Since the necessary capabilities APIs are only available on N+, on L & M we look specifically for Switch Access to be enabled by checking the ResolveInfo of enabled accessibility services. BUG=839598 Change-Id: I30eceb33d6092c7000371e2733a63f35a9b7d4bb Reviewed-on: https://chromium-review.googlesource.com/1054131Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#560814}
 - 
Justin Novosad authored
Async destruction of Canvas2DLayerBridge was removed from the code a long time ago. There still some traces of it in the code. This CL is just a cleanup. Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I86fd0424503be99e2a0310751e3867217d3b315e Reviewed-on: https://chromium-review.googlesource.com/1066741 Commit-Queue: Justin Novosad <junov@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Mohammad Reza Zakerinasab <zakerinasab@chromium.org> Cr-Commit-Position: refs/heads/master@{#560813}
 - 
edchin authored
Currently, the image data source must be set before the mediator starts updating its consumer. The mediator will start updating its consumer as soon as it starts observing sync state, which starts before the view controller has been presented. Therefore, the imageDataSource will DCHECK since it is being accessed before it is set. The order of setting the imageDataSource should not matter. So a bug was filed for this: crbug.com/845636. Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I9893493c1f0e2927b9bc6b69bfdea0142f03adab Reviewed-on: https://chromium-review.googlesource.com/1069590Reviewed-by:
edchin <edchin@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#560812}
 - 
skia-chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5b58b7c14c44..91dfa3b571f1 $ git log 5b58b7c14..91dfa3b57 --date=short --no-merges --format='%ad %ae %s' 2018-05-22 egdaniel Reland "Move gn setup for vulkan library/headers into their own third_party directory." 2018-05-22 bungeman Remove include/gpu/gl from include paths. 2018-05-22 bsalomon Use layered templates for optional vertex attributes in GrTextureOp. 2018-05-22 mtklein start cleaning up non-skcms SkColorSpaceXforms 2018-05-22 egdaniel Add more blacklists for intel 405 vulkan perf bot. 2018-05-22 herb Remove SkTextBox 2018-05-22 bungeman Revert "Revert "IWYU for tests starting with 'D'."" 2018-05-22 senorblanco GrTessellator: fix crash on merging a dead edge. 2018-05-22 benjaminwagner Rename SwiftShader bots from CPU to GPU. 2018-05-22 bungeman Update SampleLua and lua files. 2018-05-22 jcgregorio Revert "Update docs preview URL in presubmit" 2018-05-22 bsalomon GrTextureOp: Rename template params "V" instead of "Vertex". 2018-05-22 angle-skia-autoroll Roll third_party/externals/angle2/ 787338f9b..534b00dbd (1 commit) Created with: roll-dep src/third_party/skia BUG=chromium:844873 The AutoRoll server is located here: https://autoroll.skia.org 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=master.tryserver.blink:linux_trusty_blink_rel;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=allanmac@chromium.org Change-Id: I3f8ecf7422051adac07c78fe2bac5a8e3a118d2f Reviewed-on: https://chromium-review.googlesource.com/1069416 Commit-Queue: skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Reviewed-by:
skia-chromium-autoroll <skia-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560811}
 - 
Aleks Totic authored
Container adds inline_end padding to inline children Bug: 728378 Cq-Include-Trybots: master.tryserver.chromium.linux:linux_layout_tests_layout_ng Change-Id: I43008ae9ec0b201eff0197fe457bc3a7483e4566 Reviewed-on: https://chromium-review.googlesource.com/1068139 Commit-Queue: Aleks Totic <atotic@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#560810}
 - 
James Darpinian authored
Change-Id: I4513ce566269daddeb2da39ef9d658038616612d Reviewed-on: https://chromium-review.googlesource.com/1069554 Commit-Queue: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560809}
 - 
Abhishek Arya authored
This reverts commit 49d49cc1. Reason for revert: Broke all libFuzzer and coverage builds. See https://ci.chromium.org/buildbot/chromium.fyi/Libfuzzer%20Upload%20Linux%20ASan/13325 Original change's description: > Roll src/third_party/perfetto/ a6f6a3133..d1fe1ee42 (39 commits) > > https://android.googlesource.com/platform/external/perfetto.git/+log/a6f6a3133cf7..d1fe1ee42456 > > $ git log a6f6a3133..d1fe1ee42 --date=short --no-merges --format='%ad %ae %s' > 2018-05-21 oysteine Re-enabled TraceWriter flushing on destruction > 2018-05-21 hjd Fix mac build > 2018-05-21 fmayer Tune values for ftrace_largebuffer. > 2018-05-21 fmayer Change LOCKDOWN_UNSET to LOCKDOWN_UNCHANGED. > 2018-05-18 brucedawson Disable features that fail in Chromium builds > 2018-05-18 fmayer Add test config with larger buffer size. > 2018-05-18 brucedawson Changes to get Perfetto tracing in Chrome for Windows > 2018-05-18 fmayer Change wording in trace_to_text output. > 2018-05-18 fmayer Correctly handle EINTR. > 2018-05-17 fmayer Output duration of ftrace as well as total trace duration. > 2018-05-17 primiano Add tdresser@ to ui/OWNERS > 2018-05-17 dproy Rerun ninja when UI source files change > 2018-05-17 brucedawson Fix Perfetto export definitions for Windows > 2018-05-17 primiano Fix fuzzers and reduce noise from ftrace_parser unittest > 2018-05-16 primiano Add skeleton for UI (Node + TypeScript + WASM + build integration) > 2018-05-08 primiano Clean up some TODOs and use PageAllocator in CpuReader > 2018-05-15 lalitm perfetto: update docs to keep in sync with other copies > 2018-05-15 fmayer Add -b flag to tools/tmux to run in background. > 2018-05-15 primiano Roll GN, clang and libc++ to match chromium revisions > 2018-05-14 primiano Fix mac build, make pipe_stats linux-only > 2018-05-14 brucedawson Enable protozero tests on Windows > 2018-05-14 brucedawson Use relative path to import perfetto.gni > 2018-05-10 brucedawson Get page allocator working on Windows > 2018-05-10 fmayer Add sanity check for page size. > 2018-05-10 primiano Introduce WASM toolchain > 2018-05-10 lalitm protos: fix typos for lint to be happy > 2018-05-09 fmayer Use dynamically read header_page information. > 2018-05-09 fmayer Add metatracing to trace perfetto itself. > 2018-05-09 fmayer Add PRESUBMIT to protect whitelist. > 2018-05-09 fmayer Add compile_commands.json to gitignore. > 2018-04-30 hjd trace_to_text: Print FtraceStats > 2018-05-09 fmayer Allow to parse events/header_page. > 2018-05-08 brucedawson Enable more unit tests on Windows > 2018-05-08 fmayer Add script to visualize pipestats. > 2018-05-08 fmayer Add tool to analyze rate of events. > 2018-05-08 primiano Limit concurrent traces to 5 to prevent stalls in traced_probes > 2018-05-08 fmayer Temporary workaround for 32-bit crashes. > 2018-05-04 fmayer Fix off by one. > 2018-05-03 fmayer Increase ftrace buffer. Decrease i/o scan batches. > > Created with: > roll-dep src/third_party/perfetto > > Change-Id: I0e085bac9d14b1c55b1be527cd80e4f206240308 > Reviewed-on: https://chromium-review.googlesource.com/1068622 > Commit-Queue: Primiano Tucci <primiano@chromium.org> > Reviewed-by: Primiano Tucci <primiano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#560522} TBR=primiano@chromium.org,oysteine@chromium.org Change-Id: I485d0383fa20161af541139f022f42776ba4bb08 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/1069670Reviewed-by:
Abhishek Arya <inferno@chromium.org> Commit-Queue: Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#560808}
 - 
Bo Liu authored
This counts all crashes (ie crash report is non-empty). This metric isn't generally useful since we don't traditionally cared a whole lot about crashes while in background. However it is useful for correlating with number of crash reports in the crash database. Change-Id: Idea2e865e66ced5d7ccc4fc1b359d3793433d2ab Reviewed-on: https://chromium-review.googlesource.com/1069419Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#560807}
 - 
Wenzhao Zang authored
1) This CL adds two notifications (5 min and 1 min each) when the screen is going to be locked because the screen time limit set by the kid's parent is about to be used up. Remaining work: we need to support bed time notification as well as policy overriding notification but those are blocked by the WIP time limit processor. 2) The icon used on the notification should be the same with the one in |supervised_notification_controller.cc|, but other than this, the code there can't really be reused. Bug: 843671, 823536 Change-Id: Ic7ec142451d6666a40b455c5bcc3091ad93bc4d8 Reviewed-on: https://chromium-review.googlesource.com/1063266 Commit-Queue: Wenzhao (Colin) Zang <wzang@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaoyin Hu <xiaoyinh@chromium.org> Cr-Commit-Position: refs/heads/master@{#560806}
 - 
Ian Vollick authored
This CL sets default text colors Bug: 845598 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;master.tryserver.chromium.linux:linux_vr Change-Id: Icede912c9fd697341d96a3f99425dc8cf5eb7497 Reviewed-on: https://chromium-review.googlesource.com/1069593Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#560805}
 - 
Troy Hildebrandt authored
Bug: 803551 Change-Id: If492cb1d88f1f0947f369a66b7a2aedea19c16e2 Reviewed-on: https://chromium-review.googlesource.com/1067948Reviewed-by:
Maria Khomenko <mariakhomenko@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Troy Hildebrandt <thildebr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560804}
 - 
Ryan Landay authored
This CL updates the tab sizing in the new Android non-overlapping tab switcher. We scale the width by 80% when there's one tab open and 60% when there's more than one open. When there's only one tab open, we crop the bottom to maintain constant height. Bug: 828224 Change-Id: I0c8e47bbec01f25a9d54a810b1846f5f7ab0f18b Reviewed-on: https://chromium-review.googlesource.com/1066993 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#560803}
 - 
Lakshmi Kumar Dabbiru authored
Send Finch experiment ids from Chrome Autofill to Payment servers in existing Payment RPCs. We already send experiment ids as one off, but this uses send_to_gws approach as that does this generically rather than waiting on to change for each change every time. Change-Id: Ia125baab804bcb9873edfb38b01dbe05e9f77992 Reviewed-on: https://chromium-review.googlesource.com/1033631 Commit-Queue: Lakshmi Kumar Dabbiru <dlkumar@google.com> Reviewed-by:
Mathieu Perreault <mathp@chromium.org> Reviewed-by:
Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#560802}
 - 
Dale Curtis authored
This can lead to issues when the copy callback has been cleared, but the old value has already been picked up by the render thread. BUG=844833 TEST=none Change-Id: I96cb0f5db1e9b28139e7a148fad135b434b2984b Reviewed-on: https://chromium-review.googlesource.com/1069489Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#560801}
 - 
Jamie Walch authored
This allows clients to restore the original host desktop size when the relevant option is unchecked, rather than only on disconnect. Change-Id: Ia344223bb1475c3b60fbbdd0510f20be8694203d Reviewed-on: https://chromium-review.googlesource.com/1058675 Commit-Queue: Jamie Walch <jamiewalch@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/master@{#560800}
 - 
Kenneth Russell authored
This will increase the likelihood that intermittent failures caused by changes in this directory will be caught on the commit queue. Bug: 843290 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 Change-Id: Ie4d230c0290706c956d88f483b82b98f3a62f4bf Reviewed-on: https://chromium-review.googlesource.com/1069598Reviewed-by:
Fady Samuel <fsamuel@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560799}
 - 
Lei Zhang authored
Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I4198a7bdd11b350d04436c0048977d13f4f50c88 Reviewed-on: https://chromium-review.googlesource.com/1066323Reviewed-by:
Ken Rockot <rockot@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Dan Erat <derat@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#560798}
 - 
Ryan Landay authored
This CL refactors Stack into an abstract class with two subclasses: OverlappingStack (which maintains the current behavior and apperance), and NonOverlappingStack (to be used for the horizontal tab switcher experiment). The initial version of NonOverlappingStack implements the basic functionality to have the tabs not overlap. Later CLs will make the tabs smaller so you can see the sides of the neighboring tabs, update the scrolling logic, and clean up the animations. Bug: 828224 Change-Id: Ib82d4ef59f5fc70f15afba3cabae89daf261ca29 Reviewed-on: https://chromium-review.googlesource.com/1066936 Commit-Queue: Ryan Landay <rlanday@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#560797}
 - 
Dave Schuyler authored
This CL shows answer images that are delivered through the alternate json property Bug: 843370 Change-Id: Ic0a2088b16b5f2d00944719c46c5ff1724d7cc90 Reviewed-on: https://chromium-review.googlesource.com/1066973 Commit-Queue: Dave Schuyler <dschuyler@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#560796}
 - 
Justin Cohen authored
Bug: 828887 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: I121abc634c72e9429a9acdb39377b140143686bd Reviewed-on: https://chromium-review.googlesource.com/1066295Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#560795}
 - 
Brian Osman authored
This uses skcms' ICC parser, and directly uses skcms for color space transformation (rather than going through Skia). Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_layout_tests_slimming_paint_v2 Change-Id: I5add97b131f720545c2953a2d8175e607d138d98 Reviewed-on: https://chromium-review.googlesource.com/1052858 Commit-Queue: Brian Osman <brianosman@google.com> Reviewed-by:
Florin Malita <fmalita@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Cr-Commit-Position: refs/heads/master@{#560794}
 - 
Kyle Horimoto authored
This was a suggestion by dcheng@ on https://chromium-review.googlesource.com/c/chromium/src/+/1063254. This pattern occurred on other classes in this directory, so I also migrated them. Bug: 824568, 752273 Change-Id: I1d8150f0071e931f14211865ff2029f27e16a579 Reviewed-on: https://chromium-review.googlesource.com/1069258Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#560793}
 - 
v8-autoroll authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/994a66b3..44d7d7d6 Please follow these instructions for assigning/CC'ing issues: https://github.com/v8/v8/wiki/Triaging%20issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_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;luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,machenbach@chromium.org,kozyatinskiy@chromium.org,sergiyb@chromium.org Change-Id: Icbb0a0be8ef2d51c060fa2c1bd2860383dbb399a Reviewed-on: https://chromium-review.googlesource.com/1069171Reviewed-by:
v8 autoroll <v8-autoroll@chromium.org> Commit-Queue: v8 autoroll <v8-autoroll@chromium.org> Cr-Commit-Position: refs/heads/master@{#560792}
 - 
chrome://flagsMustafa Emre Acer authored
This CL adds support for command line flags that are lists of url::Origins. E.g. The value in --flag=value will now be modifyable from the chrome://flags page using a free form textbox, and will be treated as a comma separated list of origins (e.g. http://example1.test,http://example2.test) The string from the textbox is transformed as follows: - Continuous whitespace characters are collapsed into single a space - String is tokenized using space and comma as delimiters - Each token is parsed as a GURL. Invalid URLs or URLs with a scheme other than http and https are discarded. - Remaining URLs are converted to url::Origins, then joined into a single, comma separated string. The CL also adds --unsafely-treat-insecure-origin-as-secure as the first such flag to chrome://flags. Developers will now be able to modify the list of insecure origins treated as secure from the chrome://flags page on all platforms. Bug: 834381 Change-Id: Iad44b5b2724687c7bea1ae45c23ccc910eb5cc9f Reviewed-on: https://chromium-review.googlesource.com/1038152Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Edward Jung <edwardjung@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Mustafa Emre Acer <meacer@chromium.org> Cr-Commit-Position: refs/heads/master@{#560791}
 - 
src-internal-chromium-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4813121f9840..2315c9a28bd5 $ git log 4813121f9..2315c9a28 --date=short --no-merges --format='%ad %ae %s' Created with: roll-dep src-internal BUG=chromium:b/78191547 The AutoRoll server is located here: https://src-internal-chromium-roll.skia.org 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=mmoss@chromium.org Change-Id: I2b35512c3d9cd8780e856a4f67039e15e3a9bf84 Reviewed-on: https://chromium-review.googlesource.com/1069551Reviewed-by:
src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: src-internal-chromium-autoroll <src-internal-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560790}
 - 
Manuel Rego Casasnovas authored
The patch to fix crbug.com/785212 broke some sites, it was making "contain: layout" elements to behave as containing blocks for absolutely and fixed positioned descendants. To check how many websites are affected by this, we're adding a use counter in this patch. BUG=785212 Change-Id: I35ea1f58a4e7570543c911607c1e6b81bc401ea8 Reviewed-on: https://chromium-review.googlesource.com/1067917 Commit-Queue: Manuel Rego Casasnovas <rego@igalia.com> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560789}
 - 
Kurt Horimoto authored
When the fullscreen browser container experiment is enabled, the web view overlaps with the top safe area inset, causing the content to be automatically pushed down by UIKit due to the content inset adjustment behavior. This was not getting reported properly to FullscreenModel, so scrolls at the top of the page were being ignored since FullscreenModel::ActionForScrollFromOffset() was interpreting them as the "bounce down" animation that occurs when scrolling past the top of the page's rendered content. This CL updates WebScrollViewMainContentUIForwarder to use the adjusted content inset if available, rather than only the contentInset property that is explicitly set. Bug: none Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs;master.tryserver.chromium.mac:ios-simulator-cronet Change-Id: Iae7447cb0e8caf7d5f6b6ba6e4140ed7aa9f44b4 Reviewed-on: https://chromium-review.googlesource.com/1068106Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#560788}
 - 
Esmael El-Moslimany authored
Bug: 833813 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I608d7ef218b9d8149d49df4cc1f3117fc9c23793 Reviewed-on: https://chromium-review.googlesource.com/1068118Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#560787}
 - 
Kenneth Russell authored
In https://chromium-review.googlesource.com/1067109 a few sharding parameters were changed for these tests: - content_unittests - unit_tests - webview_instrumentation_test_apk Restore the original number of shards for these tests. Additionally, the bot "chromium.memory:Android CFI" wasn't properly specified as an Android bot (os_type=Android), so none of the sharding parameters were being applied to it. Fix this, in particular for content_browsertests. Bug: 845553 Change-Id: Icc819dde7327f93ab845343b64a649258e857e28 Tbr: thakis@chromium.org Reviewed-on: https://chromium-review.googlesource.com/1069537Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560786}
 - 
Esmael El-Moslimany authored
MD Extensions: move cr-toast up the DOM heirarchy so it is not altered by the styling of other elements Bug: 845073 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I95b69e097480c38822587cf25430916d3bf81f4d Reviewed-on: https://chromium-review.googlesource.com/1067483Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#560785}
 - 
Zhenyao Mo authored
BUG=839609,839618 TEST=gl_unittests R=kbr@chromium.org NOTRY=true 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 Change-Id: I45f30195cf09ec973b45c8c0da0eee4a2b8ceec8 Reviewed-on: https://chromium-review.googlesource.com/1069261 Commit-Queue: Zhenyao Mo <zmo@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#560784}
 - 
Lei Zhang authored
Consolidate non-trivial, repeated code that creates shared memory regions inside sandboxed environments. Change-Id: I29e0715a9d43fdde030ee0a2286f872b34576c8f Reviewed-on: https://chromium-review.googlesource.com/1056393 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Ken Rockot <rockot@chromium.org> Cr-Commit-Position: refs/heads/master@{#560783}
 - 
Christopher Grant authored
The old box of quads shows seams on high-res displays. We used this approach because there was no full-screen UI element. BUG=844488 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;master.tryserver.chromium.linux:linux_vr Change-Id: I91d7921b192cf0f963593001af5ad92211d7e6d8 Reviewed-on: https://chromium-review.googlesource.com/1069428Reviewed-by:
Biao She <bshe@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#560782}
 - 
Esmael El-Moslimany authored
Bug: 842582 Cq-Include-Trybots: master.tryserver.chromium.linux:closure_compilation Change-Id: I8b64c868ef6a4437116ebb2a363757a77b8674d3 Reviewed-on: https://chromium-review.googlesource.com/1067487Reviewed-by:
Scott Chen <scottchen@chromium.org> Commit-Queue: Esmael El-Moslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#560781}
 - 
Justin Cohen authored
Bug: 845186 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs Change-Id: Ia0cd5355286b58c5c41da03ccdd61dbc1f574e22 Reviewed-on: https://chromium-review.googlesource.com/1067464 Commit-Queue: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#560780}
 - 
Stephen McGruer authored
Bug: 845635 Change-Id: Icba301d9411ebd5d74033c20dcbf8f46108b8342 Cq-Include-Trybots: luci.chromium.try:linux-blink-gen-property-trees Reviewed-on: https://chromium-review.googlesource.com/1067648Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#560779}
 - 
Miguel Casas authored
This CL follows up on a comment [1] on the CL landing SetEncryptedStream(), ("We could do SetStream(..., const DecryptConfig* decrypt_config) as nullptr is used in other places to indicate that there is no decrypt config."), by removing SetEncryptedStream() and adding instead a default-null argument |decrypt_config| SetStream instead(). SetStream and SetEncryptedStream are so similar from an APi perspective that it doesn't seem to merit a method on its own. Note: SetStream() is fully synchronous and DecrypConfig is a plain vanilla class, so nacked pointer is good enough (we could also consider std::unique_ptr<> instead, down the line). [1] https://chromium-review.googlesource.com/c/chromium/src/+/1024961/8/media/gpu/accelerated_video_decoder.h#35 Bug: 820192 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 Change-Id: Iec056f33a792965f8bf854d9564e3bff520f4f8d Reviewed-on: https://chromium-review.googlesource.com/1061621Reviewed-by:Dan Sanders <sandersd@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#560778}
 - 
Siddhartha authored
On Android for trace symbolization the start address of the library cannot be obtained by offsets from memory maps since it is mapped from apk. So, add explicit metadata for each process to mark the start address of the executable. The only library mapped from apk is chrome.so. Change-Id: Ib6f3ec81fd1c34c92974fce7a73debd4f9e8dad5 Reviewed-on: https://chromium-review.googlesource.com/1068239 Commit-Queue: Siddhartha S <ssid@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#560777}
 - 
James Cook authored
We removed --enable-features=kMus a few weeks ago while switching to "ws2" window service as a library. Ash never runs in ash::Config::MUS. Remove the WindowManagerService, WindowManager and Shell initialization code paths that supported Config::MUS. There are still a few other places to clean up but they require more inspection. Bug: 841941 Test: bots, chrome --enable-features=Mash still runs Change-Id: Ic6fbe6bf329c6d44a4d652633ed9e2cd946c977e Reviewed-on: https://chromium-review.googlesource.com/1068212Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: James Cook <jamescook@chromium.org> Cr-Commit-Position: refs/heads/master@{#560776}
 - 
catapult-chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f3476a1e6c46..6cc8fb177b33 $ git log f3476a1e6..6cc8fb177 --date=short --no-merges --format='%ad %ae %s' 2018-05-22 dtu [pinpoint] Use /api/job/<job_id> instead of /api/job?job_id=<job_id> 2018-05-22 perezju [soundwave] Fix reading timeseries for summary metrics Created with: roll-dep src/third_party/catapult The AutoRoll server is located here: https://catapult-roll.skia.org 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=sullivan@chromium.org Change-Id: I7701702a1f8cc09259ec6aa427aea6a91f3fbe05 Reviewed-on: https://chromium-review.googlesource.com/1069263Reviewed-by:
catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Commit-Queue: catapult-chromium-autoroll <catapult-chromium-autoroll@skia-buildbots.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#560775}
 
 -