- 25 Nov, 2019 40 commits
-
-
chrome://discardsSigurdur Asgeirsson authored
Bug: 993033 Change-Id: I391a119d1bd8c9bb6c3c398129920f5e0949ce13 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928619Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Patrick Monette <pmonette@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#718747}
-
Carlos IL authored
Change-Id: I89348845e26f7f898466b0ec748050469ea4256e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931583 Auto-Submit: Carlos IL <carlosil@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Commit-Queue: Carlos IL <carlosil@chromium.org> Cr-Commit-Position: refs/heads/master@{#718746}
-
Vasiliy Telezhnikov authored
This CL updates feature status and WebPreferences to enabled OffscreenCanvas and SurfaceLayer video for webview if VizForWebview enabled. Bug: 805739 Change-Id: I4043c5edd7cd59d72b1a48207eb8eae4cbeb7bfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925217 Commit-Queue: Vasiliy Telezhnikov <vasilyt@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718745}
-
Jonathan Freed authored
Bug: 985510 Change-Id: I215fd8efbae4286568bda3fa62f9db6a0bbe4cf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929642Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Jonathan Freed <freedjm@chromium.org> Cr-Commit-Position: refs/heads/master@{#718744}
-
Kristi Park authored
Moves non-DFM specific code from //chrome/android/modules/image_editor to //chrome/browser/image_editor. Only DFM module code should be in //chrome/android/modules. Bug: 1024586 Change-Id: Ic0b54482032ef8bc4392e3f18e22fa1660f250ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928299 Commit-Queue: Kristi Park <kristipark@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#718743}
-
Sylvain Defresne authored
set_sources_assignment_filter() is considered as a mis-feature of gn (as it makes it difficult to reason about the BUILD.gn files individually). Convert BUILD.gn files below //ui to instead use conditional to include source files only on the platformn where they are used. The conversion was done by using a modified version of gn that display all files filtered by set_sources_assignment_filter() and updating the BUILD.gn files manually to explicitly add the source files only on the platform that used them. This CL was uploaded by git cl split. Bug: 1018739 Change-Id: I1c7df4cea9a1a5ba04514f9cae5f200f2a7b29ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930804 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#718742}
-
Ana Salazar authored
Hotseat can be dragged between the hidden and extended state. This change logs the presentation time and the maximum latency for this interaction. Bug: 10221769 Change-Id: Iedaedd06a66b2c0f3e5d411bb365c30550948536 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930098 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Cr-Commit-Position: refs/heads/master@{#718741}
-
David Black authored
Part of a multi-CL effort to make AssistantUiElements scale better and simplify adding of new types for developers. This CL just separates AssistantCardElement and AssistantTextElement from AssistantUiElement. Follow-up CLs will remove usage of AssistantCardElementView/AssistantTextElementView from most existing sites, having existing sites instead rely on shared base class APIs. See bug for more details. Bug: b:145003512 Change-Id: I5930b8ee1d1e2f2b94604cbb13ed5d38772aabd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930087Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#718740}
-
James Hawkins authored
The one switch, kForceLoadEasyUnlockAppInTests, is unused. Bug: none Test: none Change-Id: I5e645f78385838cac829a3a3fcc2eb84462f4dd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932700 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#718739}
-
Eric Lawrence authored
In Chrome 73, a regression was introduced that acccidentally blocked users from choosing to auto-open files with .ZIP and .RAR extensions. This CL resolves the problem by explicitly copying the |auto_open_hint| from the |default_file_type| to each of the affected file types. Bug: 946558 Change-Id: I19e81ec7298f1d589de52edd2d47cce0fddd1d63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932239Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#718738}
-
Sebastien Marchand authored
Change-Id: I46f7726e035c6e98050564dfd6841c602c66a376 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924912 Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#718737}
-
Clark DuVall authored
http://crrev.com/c/1926920 changed the the instrumentation tests to run using the webview provider loading path, which matches what will happen in production. Unfortunately, the test infrastructure to change the WebView provider does not work on some versions of Android, which means the tests may fail when running locally on those versions. This introduces another instrumentation test target which runs the tests using the WebLayer support APK: $ autoninja -C out/Default weblayer_support_instrumentation_test_apk $ out/Default/bin/run_weblayer_support_instrumentation_test_apk Change-Id: I25cedf2fab171208dc0d029eef6e220e6e994686 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931111Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#718736}
-
Yusuke Sato authored
This is to make ArcVmClientAdapter more testable. Other than the move, there's no real code change. BUG=b:123309049 TEST=try, git cl lint Change-Id: Ie330fd4dc8d717fd4a91478dcb1dfac801a481c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931389Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Yusuke Sato <yusukes@chromium.org> Cr-Commit-Position: refs/heads/master@{#718735}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=mahmadi@chromium.org Bug: 1023677 Change-Id: I5c49a910c959b316e084d66c6545bd3822b8f76f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926861 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718734}
-
Owen Min authored
This reverts commit 1f0c003f. Reason for revert: This CL may be responsible for QuickView/FilesAppBrowserTest.Test/openQuickViewBackgroundColorText failure on multiple chromeos trybot. Example build: https://ci.chromium.org/p/chrome/builders/ci/linux-chromeos-google-rel/9640 Original change's description: > [quickview] Update QuickView test for transparent <webview> background > > Fix test after CL:1933859, now the background color is transparent. > > No-try: true > No-presubmit: true > Bug: 742944 > Change-Id: Ib9af5c847f5453394d8f2062f3bd97f9d2a1c901 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933864 > Reviewed-by: Austin Tankiang <austinct@chromium.org> > Reviewed-by: Noel Gordon <noel@chromium.org> > Commit-Queue: Noel Gordon <noel@chromium.org> > Cr-Commit-Position: refs/heads/master@{#718538} TBR=noel@chromium.org,adanilo@chromium.org,austinct@chromium.org Change-Id: I5470aebf89c4baf897d96fd802c9ff47674476a3 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 742944, 1028247 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932174Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718733}
-
Clark DuVall authored
These are already running on the CQ and main waterfall, I don't think we need them on the mojo fyi bot anymore. Change-Id: I0cf015b560efc612831e1d18b9221f89bdba2d10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930171 Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#718732}
-
Erik Staab authored
The excluded paths argument takes an iterable of strings and since a string was being passed in it iterated over each character, including a single '^', which matches all paths. Bug: 714018 Change-Id: I3798d205bd94a356575c514e2161b935c3f843d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932037Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Erik Staab <estaab@chromium.org> Cr-Commit-Position: refs/heads/master@{#718731}
-
Xianzhu Wang authored
We need to invalidate the object having background-clip:text on any text geometry change of descendant. Now we just fully invalidate the object on any reason needing check of paint invalidation. Bug: 670292 Change-Id: I67e1e2132d839ed758d93263f411fdbc46bd3e14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932465 Commit-Queue: Philip Rogers <pdr@chromium.org> Auto-Submit: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#718730}
-
Peter Kasting authored
Old output: ID: kColorAccent Light: ff1a73e8 Dark: ff8ab4f8 ID: kColorAlertHighSeverity Light: ffd93025 Dark: fff28b82 ID: kColorAlertLowSeverity Light: ff188038 Dark: ff81c995 ID: kColorAlertMediumSeverity Light: fff29900 Dark: fffdd663 ID: kColorBorderAndSeparatorForeground Light: ffdadce0 Dark: ff3c4043 ... New output: ID Light Dark ------------------------------------------------- --------- --------- kColorAccent #ff1a73e8 #ff8ab4f8 kColorAlertHighSeverity #ffd93025 #fff28b82 kColorAlertLowSeverity #ff188038 #ff81c995 kColorAlertMediumSeverity #fff29900 #fffdd663 kColorBorderAndSeparatorForeground #ffdadce0 #ff3c4043 ... Bug: 1003612 Change-Id: I868894f2c08420eba2d7bf7db533610ae3f24204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931752 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Allen Bauer <kylixrd@chromium.org> Cr-Commit-Position: refs/heads/master@{#718729}
-
Min Qin authored
scheduled DownloadFileImpl::StreamActive() callback. DownloadFileImpl::StreamActive() will post a task to call itself to yield the task runner to others. However, if before the task is posted, a Pause() and a Resume() is also posted, the Pause() and Resume() will be executed before the StreamActive(). Resume() will call StreamActive(), and possibly clearing the stream handle in the SourceStream object if all the body is read. This causes the StreamActive() call that is posted after the Resume() to crash. This CL fixes the issue by making the Task posted by StreamActive() cancelable. So that in Pause(), the callback will be canceled and no longer be executed after Resume() is called. An alternative solution is in DownloadFileImpl::Resume(), we don't call StreamActive() if the method is already posted. BUG=1009839 Change-Id: I97d5c2be4fc18b69afbcee29500677c84376aef2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933633 Commit-Queue: Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718728}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/afc52b0b26d7..a59e70ec48ac git log afc52b0b26d7..a59e70ec48ac --date=short --no-merges --format='%ad %ae %s' 2019-11-25 awoloszyn@google.com Fix vkQueuePresentKHR is pResults is not null. 2019-11-25 swiftshader.regress@gmail.com Regres: Update test lists @ d44d6151 2019-11-25 kadam@inf.u-szeged.hu ExecutionEngine: add preliminary support for COFF ARM64 Created with: gclient setdep -r src/third_party/swiftshader@a59e70ec48ac 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 Bug: chromium:b/144766511,chromium:893460 Tbr: swiftshader-team+autoroll@google.com Change-Id: I6002eac0e3b5267a20f197e35ab230784257a846 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934427Reviewed-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@{#718727}
-
James Hawkins authored
It is an unnecessary layer of indirection that is not used. Bug: none Test: none Change-Id: I9463c2da11894b9e9d65606f5de9ea9a99570818 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932702 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#718726}
-
Abhijeet Kandalkar authored
This CL has goal to use IsA<HTMLParamElement>(element) in place of IsHTMLParamElement(element) Bug: 891908 Change-Id: Ie5459bae0af773d261ffe7c3c310a8e83c7a994a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930542 Commit-Queue: Abhijeet | Igalia <abhijeet@igalia.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#718725}
-
Ted Choc authored
The HistoryAdapter tests were showing up with very long run times on the bots, but I couldn't repro locally the times. But, it doesn't appear these tests need to be instrumentation at all, so moving to junit to make them much faster regardless. BUG=1023426 Change-Id: I8ca72c3d09e63dcb18e9e57a740efc248ba9c55e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931645Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#718724}
-
Peter Kasting authored
Previously, light-mode tooltips were light-on-dark, and dark-mode were dark-on-light. This reverses that, since opposite-scheme tooltips stick out oddly and look buggy. For example, on CrOS, hovering a tab gave a dark-on-light "tooltip" (preview), but hovering the new tab button was light-on-dark. Since translucent tooltips will now stand out less, this adds a border, just as non-translucent tooltips have. This also makes non-translucent tooltips more closely resemble translucent ones by using GetResultingPaintColor() instead of simply clamping opacity. Bug: 1024091 Change-Id: Ie6cda816b285423446d8d8f119288683b913d3dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931756 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#718723}
-
Robbie Gibson authored
The root cause for the original failure was because the omnibox started grouping searches and urls separately. This meant that on smaller screen size devices (iPhone SE), all the searches were at the top and the URLs for SwitchToTab were hidden below the keyboard. The solution here is to enter more text into the omnibox so fewer searches appear and only the URLs appear. Fixed: 1025199 Change-Id: Id518359ad421aead5948492a677de2d7ba13eeaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930802Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#718722}
-
Jeremy Apthorp authored
Nothing seems to depend on the possibility of having multiple callbacks. Change-Id: I9935be6345d37fe9d445f741c803aab949aab125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930096 Auto-Submit: Jeremy Apthorp <jeremya@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Jeremy Apthorp <jeremya@chromium.org> Cr-Commit-Position: refs/heads/master@{#718721}
-
James Hawkins authored
This value is no longer set or read. Bug: none Test: none Change-Id: I53c4d95c0341bcfcca23b39706cd89971f8c2983 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929919 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Auto-Submit: James Hawkins <jhawkins@chromium.org> Cr-Commit-Position: refs/heads/master@{#718720}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=dmazzoni@chromium.org Bug: 1023677 Change-Id: I172954a36c4a6103cf71995f2e53a08b3a5b8211 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926821 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718719}
-
Rahul Arakeri authored
As follow up to crrev.com/c/1925180, this CL splits up tests in fast/scrolling/scrollbars into smaller tests. Bug: 1027299 Change-Id: Idb4ac6fe7ca0729941b6f88ca30f14ecdab16347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932237Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Rahul Arakeri <arakeri@microsoft.com> Cr-Commit-Position: refs/heads/master@{#718718}
-
Gauthier Ambard authored
This CL adds a metric to differentiate the omnibox shortcut and the NewTab shortcut. Fixed: 1025115 Change-Id: I4469813bb08b1f6c3e372afca18e6d75d90ef04d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917370 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Nik Bhagat <nikunjb@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#718717}
-
Paul Wankadia authored
https://chromium.googlesource.com/external/github.com/google/re2.git/+log/eecfdbf1701d..bb8e777557dd $ git log eecfdbf17..bb8e77755 --date=short --no-merges --format='%ad %ae %s' 2019-11-25 junyer Fix nullptr-with-nonzero-offset bugs found by UBSan. 2019-11-25 junyer Check if empty() instead of comparing size() with 0. 2019-11-10 junyer Fix a latent bug in Regexp::Walker<T>::Reset(). Created with: roll-dep src/third_party/re2/src R=mmoroz@chromium.org Change-Id: I3dc03d39a07a4a676e41aa59ccd17fdcd0a20ba7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933930Reviewed-by:
Max Moroz <mmoroz@chromium.org> Commit-Queue: Max Moroz <mmoroz@chromium.org> Cr-Commit-Position: refs/heads/master@{#718716}
-
Yue Zhang authored
Bug: 1027197 Change-Id: Id30af64014564ee244dade0e84eb7a14abf642bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931437 Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#718715}
-
Yi Gu authored
Currently we verify the v2 hit testing result unconditionally which should be changed due to two major reasons: 1. the mismatch rate is relatively low (0.02%~0.03%). 2. the verification badly affects the async hit testing performance because both of them share the same querying queue in blink. This patch basically reverts crrev.com/c/1157227. Bug: 985385 Change-Id: Id58c25777bc26585169053521186cd3b9ac6dd2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922300Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Yi Gu <yigu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718714}
-
James Hawkins authored
Bug: none Test: none Change-Id: Ica8c4e209e5969cad312ff161d5f04787a3aa0ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932701 Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: James Hawkins <jhawkins@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#718713}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=khmel@chromium.org Bug: 1023677 Change-Id: Ieabfcdac4097b9cf9839dc3e05bc950b328b989a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926670 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718712}
-
Mario Sanchez Prada authored
This CL migrates code to the new BrowserInterfaceBroker class. This allows retrieving the remote implementation in the browser process from the renderer process without relying on InterfaceProvider. Bug: 955171, 978694, 936482 Change-Id: I0f962d8f9a21d95b376062fdc2d585130fa0e71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893165 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#718711}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d07418c4577e..61169e9c4794 git log d07418c4577e..61169e9c4794 --date=short --no-merges --format='%ad %ae %s' 2019-11-25 benjaminwagner@google.com Fix asset_utils when no service_account_json 2019-11-25 bsalomon@google.com Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" 2019-11-25 robertphillips@google.com Add code path that avoids large indexBuffer draws 2019-11-25 fmalita@chromium.org [sksg] Temporarily inline Path fillType accessors Created with: gclient setdep -r src/third_party/skia@61169e9c4794 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 bungeman@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: bungeman@google.com Change-Id: I9361020453c7b2873966482ea3d290f33f55208d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934254Reviewed-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@{#718710}
-
Dan Harrington authored
Bug: 1024945 Change-Id: Ia0bc333f73b020d7ed93defc65ee2dcb38424df4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933634Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#718709}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/74637ca12a6a..9a1a942e18ee git log 74637ca12a6a..9a1a942e18ee --date=short --no-merges --format='%ad %ae %s' 2019-11-25 lalitm@google.com Merge "trace_processor: eliminate useless order by constraints from query set" Created with: gclient setdep -r src/third_party/perfetto@9a1a942e18ee 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: I73737fb5ffd2faf2fc06f8721c0bfcaae43ddb7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934251Reviewed-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@{#718708}
-