- 19 Sep, 2019 33 commits
-
-
Julie Jeongeun Kim authored
This CL converts DistillerJavaScriptServicePtr and DistillerJavaScriptServiceRequest to new Mojo types. It uses Remote and PendingReceiver instead of DistillerJavaScriptServicePtr and DistillerJavaScriptServiceRequest. Bug: 955171 Change-Id: I3ed215819ca30938263d2889f4e668765b7ed59c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810158Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Ben Greenstein <bengr@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#697866}
-
Alan Cutter authored
This CL is a simple code-shuffle that orders the PageActionIconType enum alphabetically and updates the OmniboxPageActionIconContainerView members to match the enum names consistently. Note that this does not change the order of the icons visually, that is determined by the order they appear in |OmniboxPageActionIconContainerView::Params::types_enabled|. Bug: 788051 Change-Id: I73160acd67aec5fe760b3b5ff64a252aedda1c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808945 Commit-Queue: Alan Cutter <alancutter@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#697865}
-
Julie Jeongeun Kim authored
This CL converts DistillerPageNotifierServicePtr and DistillerPageNotifierServiceRequest to new Mojo types. It uses Remote and PendingReceiver instead of DistillerPageNotifierServicePtr and DistillerPageNotifierServiceRequest. Bug: 955171 Change-Id: I58c338d275c7d0283177a80d9d1da986d8de2304 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809130Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Ben Greenstein <bengr@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#697864}
-
John Lee authored
This CL hides the thumbnails before their data has loaded, and makes sure the thumbnails stay a specific width and height even when its container is animating in and out. Bug: 989131 Change-Id: Ife459fae30b8f894860b81f223d053f5bc470a1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809599 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
Collin Baker <collinbaker@chromium.org> Cr-Commit-Position: refs/heads/master@{#697863}
-
Joel Hockey authored
If import fails for any reason such as being disallowed by policy, it is helpful to log the result code. TBR=juwa@google.com Bug: 1003944 Change-Id: I38eff42f2981a8c166b1d7f4708879f1f3497de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808949Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#697862}
-
Miyoung Shin authored
This CL converts SerialPortConnectionWatcher{Ptr, Request} in services, extensions and content to the new Mojo type, uses pending_remote<SerialPortConnectionWatcher> in serial.mojom. Bug: 955171 Change-Id: I9de80363a902bb45f0df4f56d9c0be4d78c98f69 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810500Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#697861}
-
yilkal authored
This CL splits SupervisedUserErrorPage from NetErrorHelper. The splitting enables us to install SupervisedUserErrorPageController for subframes. Bug: 850328 Change-Id: I8cbb71a9d7ee595ecd0653ea3b4ef06a0e78a99d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1752105 Commit-Queue: Yilkal Abe <yilkal@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#697860}
-
Manu Cornet authored
Bug: 996417 Change-Id: I63497b2b03110a68bc5f1b64feaeda8ab8792b80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811816Reviewed-by:
Matthew Mourgos <mmourgos@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#697859}
-
Matt Simmons authored
If tab models are restored while the overview is visible, update the tab switcher with the updated list. R=wychen@chromium.org Bug: 990982, 955436 Change-Id: Ia7c63e35624dd37cd7ff0063727ba64d040fe3ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1769298Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Mei Liang <meiliang@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#697858}
-
Akihiro Ota authored
This change: 1. Creates a new class in ChromeVox called PhoneticData. This class stores phonetic disambiguation data and exposes an API that can be called to get the phonetic disambiguation for a character in a provided language. 2. Adds a call in tts_background to the new API when moving through editable text by character. Change-Id: I7631761219812d5588f95930e65231374178f96a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772422 Commit-Queue: Akihiro Ota <akihiroota@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#697857}
-
Miyoung Shin authored
This CL converts FileSystemPtr in content to the new Mojo type. Bug: 955171 Change-Id: I367ee37e060b8f79bd53bfe6e363c4bdb3cbba0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810506Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Cr-Commit-Position: refs/heads/master@{#697856}
-
Gayane Petrosyan authored
Bug: None Change-Id: I8ad45d279b2e649c6f2a19400367605d6cbfe693 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811964Reviewed-by:
Kristi Park <kristipark@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#697855}
-
Antonio Gomes authored
It is an empty folder now. BUG=787254 R=haraken@chromium.org Change-Id: Ie970a5fc4c92d02a8379df5dd5db7dfd4e6ea992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1806848 Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#697854}
-
Henrique Ferreiro authored
Convert the implementation and all users of the feed_internals::mojom::PageHandler interface. Bug: 955171 Change-Id: I9d85ac453e31e111596adf469b4cba9cb2867253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1807828Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#697853}
-
Julie Jeongeun Kim authored
This CL converts NaClRendererHost and NaClExitControl to new Mojo types. It also updates ProvideExitControl from nacl.mojom and methods and members which implement it. Bug: 955171 Change-Id: Ie6b875e07796b08818825474e8493e5f48072c3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810509Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Derek Schuff <dschuff@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#697852}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b95eac85df9..f314a97e3bde Created with: gclient setdep -r src-internal@f314a97e3bde If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@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.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:1000513 Change-Id: Ia26f67ed2744f826667db3292755c426a8f22e9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812240Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#697851}
-
chrome://media-appchrome://media-app-guestTrent Apted authored
Installs these routes as webui with basic structure and no permissions. Code added as a component in //chromeos/components/media_app_ui so that any chrome dependencies are clearly documented. --enable-features=MediaApp is required to enable the app at runtime on ChromeOS. The app is loaded as a guest (currently in an <iframe>) hosted in another chrome:// WebUI host that may be granted privileges in future. Currently the WebUI loaded in the <iframe> uses a chrome:// scheme, but this is not the long-term plan. A js2gtest is added with a test fixture that enables these flags and does integration testing. A build-time flag, enable_cros_media_app determines the bulk of what is served inside the sandboxed guest. When false, it provides a mock that facilitates integration testing even when is_chrome_branded is false. An internal change - https://crrev.com/i/1646974 - provides the content when is_chrome_branded is true (enable_cros_media_app must be set manually in args.gn until that lands). Bug: 996088 Change-Id: Ied7a41795409bdc8c028e63155f37452be84532e Test: MediaAppUIBrowserTest.WebviewHasAppElement Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1767457 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#697850}
-
Sarthak Shah authored
This CL adds a flag parameter named "Enable experiment fling animation". This flag will be consumed by Gerrit CL https://crrev.com/c/1773872. Change-Id: I931b6034f76957d868c3e4f95f1cd1d5f7bfd26a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804460Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Daniel Libby <dlibby@microsoft.com> Commit-Queue: Sarthak Shah <sarsha@microsoft.com> Cr-Commit-Position: refs/heads/master@{#697849}
-
Patrick Monette authored
Bug: 993029 Change-Id: I340a39e49f1ca80f874c879f28368a1c76084b4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787888 Commit-Queue: Patrick Monette <pmonette@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#697848}
-
Eric Willigers authored
Split WebAppControllerBrowserTestBase out from WebAppControllerBrowserTest, so more tests can be parameterized on BMO flags. BookmarkAppTest now uses WebAppControllerBrowserTestBase. Bug: 966290 Change-Id: I01cc42152ddb5348c65271b4158daa48a9c016b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809129Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#697847}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/db09eb68b9de..2f2ea8b465ed git log db09eb68b9de..2f2ea8b465ed --date=short --no-merges --format='%ad %ae %s' 2019-09-18 geofflang@chromium.org Fix depth pitch calculations for compressed textures. 2019-09-18 tobine@google.com Vulkan: Pass ContextVk to various helpers Created with: gclient setdep -r src/third_party/angle@2f2ea8b465ed 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 geofflang@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/+/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_optional_gpu_tests_rel TBR=geofflang@chromium.org Bug: None Change-Id: I372e121e22c171163618a82603f32060f6b85f1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811833Reviewed-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@{#697846}
-
Richard Knoll authored
We now support devices in the intent picker and want to log UMA metrics for when a user selects a device from the list. TBR=dominickn@chromium.org Bug: 993309 Change-Id: I151017a02e0debc249ce39250247d1d7157d5a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787643 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
David Jacobo <djacobo@chromium.org> Cr-Commit-Position: refs/heads/master@{#697845}
-
Melissa Zhang authored
This CL adds unit_tests for ReplacePinnedItem, PinAppAtIndex, PinnedItemIndexByAppID and a browser_test for the shelf pin update when an Android app updates to PWA or vice-versa. BUG=986132 Change-Id: I9b709fc1f9865854873a3f800dab56ba778fd3db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810167 Commit-Queue: Melissa Zhang <melzhang@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#697844}
-
Erik Jensen authored
It seems invoking killall with a full path does not work if the executable has been replaced since it was launched (as happens during an upgrade). pkill allows matching against the command line used to invoke the process, rather than just the (truncated) process name or exact executable. Change-Id: I0b727aae6fbfc3b8bec72faa335ced4013d8d5d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812124Reviewed-by:
Jamie Walch <jamiewalch@chromium.org> Commit-Queue: Erik Jensen <rkjnsn@chromium.org> Cr-Commit-Position: refs/heads/master@{#697843}
-
Eric Roman authored
This reverts commit 987d1fa4. Reason for revert: Broke internal targets depending on cronet, that treat proguard warnings as errors Original change's description: > Removing unnecessary dontwarns from cronet proguard configs > > Bug: 887942 > Change-Id: I120d6aa7681d7d86ce3ee9d2b8add7bd5dc0e0da > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804075 > Auto-Submit: Sam Maier <smaier@chromium.org> > Commit-Queue: Ryan Hamilton <rch@chromium.org> > Reviewed-by: Ryan Hamilton <rch@chromium.org> > Cr-Commit-Position: refs/heads/master@{#696870} TBR=rch@chromium.org,smaier@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 887942 Change-Id: I58746c8ad28176c6115b5b2ec205bd372f3a7513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812133Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Eric Roman <eroman@chromium.org> Cr-Commit-Position: refs/heads/master@{#697842}
-
Findit authored
This reverts commit 52d70a63. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 697833 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzUyZDcwYTYzYmY1ODhkOTMzYmZkMDZhZDk3NTIxNzZjYzJjYzdhZTcM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.chromiumos/Linux%20ChromiumOS%20Full/143702 Sample Failed Step: compile Original change's description: > Remove *.mojom-shared.h from web_url_response.h > > This CL reduce the estimated pre-processed size of web_url_response.h > from 2.42MB to 0.91MB. > > Bug: 242216 > Change-Id: Ia95b04b7ef33e9a961a69522fb566c0649a4b7a6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810119 > Reviewed-by: John Rummell <jrummell@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#697833} Change-Id: I9d7870133551921392733f765bf7370da8a0de9a No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 242216 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812093 Cr-Commit-Position: refs/heads/master@{#697841}
-
Chris Lu authored
This reverts commit 9384d0a2. Reason for revert: <INSERT REASONING HERE> Original change's description: > [ios] Remove Unused FullScreen Feature Flags > > There is no need for ViewportAdjustmentExperiment since the only experiment > remaining is just the kSmoothScrollingDefault feature flag. > GetActiveViewportExperiment() can just be a function that returns > whether or not smooth scrolling is turned on. GetActiveViewportExperiment() > and ViewportAdjustmentExperiment are still needed for downstream compatibility, > and will be removed in a subsequent CL. > > Bug: 914042 > Change-Id: I57bcd13dafaafb3b3a05ec65f23dacf2936e81e9 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1799663 > Reviewed-by: Kurt Horimoto <kkhorimoto@chromium.org> > Commit-Queue: Chris Lu <thegreenfrog@chromium.org> > Cr-Commit-Position: refs/heads/master@{#697673} TBR=kkhorimoto@chromium.org,thegreenfrog@chromium.org Change-Id: Id1e0df1c06297d0249717102d5dc87e6343b6b63 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 914042 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812091Reviewed-by:
Chris Lu <thegreenfrog@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#697840}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/d91e95a64c1b..58f19530fefa git log d91e95a64c1b..58f19530fefa --date=short --no-merges --format='%ad %ae %s' 2019-09-18 bhthompson@google.com chromeos_config: test veyron_mighty instead of veyron_jerry for N PFQ Created with: gclient setdep -r src/third_party/chromite@58f19530fefa If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I99058c0fc1efca3dc8d99718db9ab8425bd73753 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811981Reviewed-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@{#697839}
-
Jinsuk Kim authored
A bug in the math getting BottomSheet full height ratio prevented the content from scrolling properly in when the sheet is of max height. This CL sets it right. Bug: 1005371 Change-Id: I4e59898c14ffaaa3fb9635e25769936d199cd907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809023Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#697838}
-
Joel Hockey authored
Check policy before starting an export or import. Bug: 1003944 Change-Id: I2f87ab7f1995fbb47ed4e4da13e0cff7c5852041 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809123 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Auto-Submit: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#697837}
-
Taylor Bergquist authored
This allows tabstrip animations to be disabled during tests and with various operating system settings. Bug: 8944 Change-Id: I56d7edb7fd3c05f98e2ada0b3e14efaef5cf9ae4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1812131Reviewed-by:
Charlene Yan <cyan@chromium.org> Commit-Queue: Charlene Yan <cyan@chromium.org> Cr-Commit-Position: refs/heads/master@{#697836}
-
Kenneth Russell authored
https://chromium.googlesource.com/external/khronosgroup/webgl.git/+log/abaae12..f4ddbaf Bug: 691951, 891861 Cq-Include-Trybots: luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64 Change-Id: Ice20033bf05e05376bcd33210bdae2fb2009e0c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810002 Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Kenneth Russell <kbr@chromium.org> Reviewed-by:
James Darpinian <jdarpinian@chromium.org> Cr-Commit-Position: refs/heads/master@{#697835}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/17a3a0bda946..e2a903e18b59 git log 17a3a0bda946..e2a903e18b59 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 csmartdalton@google.com Reland "Reorder msaa and mipmap resolves to happen all at once" 2019-09-18 bsalomon@google.com Handle F16Norm clamping in SkPaint->GrPaint conversion. 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-18 mtklein@google.com move skvm debug tools back to core 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-09-18 herb@google.com Reland "SkZip - synchronized indexing of several pointers" 2019-09-18 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@e2a903e18b59 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/+/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 TBR=brianosman@google.com Bug: None Change-Id: I70e3704c9eedcda905998e98d267ab01b398ff72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811977Reviewed-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@{#697834}
-
- 18 Sep, 2019 7 commits
-
-
Kent Tamura authored
This CL reduce the estimated pre-processed size of web_url_response.h from 2.42MB to 0.91MB. Bug: 242216 Change-Id: Ia95b04b7ef33e9a961a69522fb566c0649a4b7a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810119Reviewed-by:
John Rummell <jrummell@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#697833}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/017dfff534a5..e9b6f28fdd71 git log 017dfff534a5..e9b6f28fdd71 --date=short --no-merges --format='%ad %ae %s' 2019-09-18 jmadill@chromium.org GN: Build libVulkan to root_out_dir. Created with: gclient setdep -r src/third_party/swiftshader@e9b6f28fdd71 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/+/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 TBR=swiftshader-team+autoroll@google.com Bug: chromium:1000668 Change-Id: I67c94b1425f1576fcb46b33ab7e47ff64e5e39e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811982Reviewed-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@{#697832}
-
Sadrul Habib Chowdhury authored
We have not been using FrameMetrics or SkippedFrameTracker to report any metrics so far. So stop using them from cc. Follow up CLs will remove the code and associated tests. BUG=1005377 Change-Id: Idb779df9210b1b075bb2d76fd499ec43b3822898 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811201Reviewed-by:
Mohsen Izadi <mohsen@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#697831}
-
Robbie McElrath authored
This makes the class names used in android_webview constants so they can be used without android_webview having to depend on services. This also includes a test to validate that the class constants are correct. Test: ninja -C out/aw android_webview/test:webview_instrumentation_test_apk Bug: 934152 Change-Id: Ifa2ee5da43748c41d1e0ff2d8320ceb45e5a4e4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1794262 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#697830}
-
Moe Ahmadi authored
Bug: 996516 Change-Id: Ib536df9fc6c9f645f6932cdc399259fc2be01de2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809966 Auto-Submit: Moe Ahmadi <mahmadi@chromium.org> Reviewed-by:
Ramya Nagarajan <ramyan@chromium.org> Commit-Queue: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/master@{#697829}
-
Stefan Zager authored
This already gets called from PerformPostLayoutTasks. That's a better place for it, because it means the call happens before we recurse into child frames and run layout in them, since the geometry update call invalidate layout in the child frames. Change-Id: I145f054b7516e95545d68402fae38519c6706557 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1800922Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#697828}
-
Toni Barzic authored
For new spec, the search results top margin is different between half and fullscreen state. This cl makes the app list ContentsView gradually update the top margin for search results app list page during dragging. This updates AppListView::GetAppListTransitionProgress to support getting progress for search results page (where baseline position is different from peeking), so it can be used to update the search box position while dragging in search results state. Also updates ContentsView::GetSearchBoxBounds to consider app list transition progress while in drag. Without this, ContentsView layout during app list drag does not correctly position search box, and consequently app list pages' content (it uses the search box padding associated with the current app list view state, instead of padding proportional to the current app list transition progress). Has small cleanup: * Passes progress and "should_restore_opacity" flag from ContentsView to children's UpdateYPositionAndOpacity(). * In AppListView, removes calls to ContentsView::SetActiveState that follow AppListView::SetState - these are not needed, as the contents view active state is set during AppListView::SetState (in SetChildViewsForStateTransition()). BUG=999273 Change-Id: I17db7701bd7c3dfa39824c95b0eea94ddc9269c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808389 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#697827}
-