- 02 Oct, 2019 24 commits
-
-
rbpotter authored
Mac 10.9 is no longer supported, so try re-enabling this test, since it was disabled for flakes that only happened on this platform. Bug: 771099 Change-Id: I84b1d03da50099d7d22e8020f3943e26aaa3f268 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833794Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#701850}
-
Roger Tawa authored
Bug: 1008511 Change-Id: Ifb0660347805854bc7c3fb71f81b8c4d267193d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829782 Commit-Queue: Roger Tawa <rogerta@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#701849}
-
Brandon Wylie authored
Bug: 1006139 Change-Id: I50741f80d4c40290caef9e1814e26f5a409d4b3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829983 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Reviewed-by:
Sky Malice <skym@chromium.org> Cr-Commit-Position: refs/heads/master@{#701848}
-
Ilia Samsonov authored
This can cause following tests in the same batch to crash. Bug: 1006412 Change-Id: I6ac3dce5dadc50aee74f5dcfcbef30730dbb422c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1817155Reviewed-by:
Sergey Poromov <poromov@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#701847}
-
Steve Kobes authored
Bug: 581518 Change-Id: Ibd6a02dadcc9d90d26d20fb827d2c5bdfb52b3d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831948Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Steve Kobes <skobes@chromium.org> Cr-Commit-Position: refs/heads/master@{#701846}
-
Jinsuk Kim authored
This CL fixes a lint warning IconXmlAndPng. The lint, when building monochrome_apk, stops complaining if the XML resource is located in a version-specific directory which is not visible to it. Verified on K/M/Q that the change has the same effect as before. Bug: 993506 Change-Id: I86d7bb44c96d8f5a98136f11a4d72eff18fbfbbd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833003Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#701845}
-
Jay Harris authored
Previously, it only supported file extensions. This CL updates it to be generic across mimetypes and extensions, and renames it to web_app_file_handler_registration in the process. This is to reduce code duplication when implementing file handler registration on Linux. Bug: 829689 Change-Id: Ie4740915fe799ee8c48d3823d43ff556407a72f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833015Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: Jay Harris <harrisjay@chromium.org> Cr-Commit-Position: refs/heads/master@{#701844}
-
Eric Lawrence authored
The chrome://conflicts page was not correctly showing the product version in the Version column. The root cause was that the accessor was incorrectly reading the |basename| instead of the |version|. Bug: 996766 Change-Id: I158ca52ff201ebb0c67856ae806c9cff2712c840 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832530Reviewed-by:
Will Harris <wfh@chromium.org> Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Cr-Commit-Position: refs/heads/master@{#701843}
-
Xiaohui Chen authored
This is a reland of c7eaa31e Original change's description: > assistant: deprecate |enable_cros_assistant| gn arg > > It's been default equivalent to |is_chromeos| for a few > milestones already. And there is no plan to split it out > from ChromeOS. Remove the flag to clean things up. > > Bug: b/136564463 > Test: locally build and run > Change-Id: I57b20ae88b47e062dc457c0f857452d4e04bfd59 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829750 > Reviewed-by: Colin Blundell <blundell@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Tao Wu <wutao@chromium.org> > Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701672} TBR=xiyuan@chromium.org,blundell@chromium.org,xiaohuic@chromium.org,wutao@chromium.org Bug: b/136564463 Change-Id: Ie8c38c4a3fd615afea3ec3d27422bb06b0e6c8fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832719Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#701842}
-
Jinsuk Kim authored
This is a speculative fix for the report bugs on navigation sheet UI working wrong, which is hard to repro locally. NavigationSheet view is based on ListView that might not be guaranteed to work when reused. This CL creates a new ListView for displaying the navigation history entry list for each request. Bug: 1007049, 1009059 Change-Id: Ibc0a65095e1c3f6b2cf06eede0db915755842053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831620Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#701841}
-
Ken Rockot authored
These were recently broken due to https://crrev.com/f58dc6a1 creating a new SequenceTaskRunner for every new instance of SessionStorageContextMojo. Some of the tests rely on sequencing between the destruction of one context and the creation of another. This plumbs a SequencedTaskRunner argument into SessionStorageContextMojo construction so that tests can provide a stable one across contexts. Also re-enable the tests that were broken by this. Bug: 1006416 Change-Id: I81d6eb67a9d0b978c922f912c895bae8a6e4a75c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832737Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#701840}
-
Dale Curtis authored
We're piling up too many frames on the remote side, so throttle based on if we're waiting for an ack or not like we do for OnBeginFrame(). As an added sanity check we also won't submit the same frame twice. We weren't doing this for SubmitSingleFrame() and it appears that sometimes the WebRTC path can get into a state where both OnBeginFrame and DidReceiveFrame() are being called for every single frame... which seems like a bug in and of itself, so more to follow there. Bug: 1010322, b/141542246 Test: Updated unittests, original white flash issue still gone. Change-Id: Ia319303701ecec79b68613de853cd9c918b73b10 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832668 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#701839}
-
Jinsuk Kim authored
Navigation popup bottom sheet doesn't stay after the longpress on back button to trigger is released. This is reported to happen on N. Extended the check to include N (in addition to K/M/L) to fix the bug. Back button longpress action in general does not depend on its keyup event to do something, so this will be safe. Bug: 1009387 Change-Id: I5afc95755288305a9630ad5310dbc84d78a0a948 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833001Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Jinsuk Kim <jinsukkim@chromium.org> Cr-Commit-Position: refs/heads/master@{#701838}
-
Matthew Wang authored
The Refresh D-Bus function call is no longer needed pending this change: crrev.com/c/1799392. Remove it (and all references to it) in this change. Bug: 997392 Change-Id: Ice421c6a982d397efbca256cc93b0253d1660628 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815718Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Matthew Wang <matthewmwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#701837}
-
Robbie McElrath authored
Bug: 934152 Change-Id: Iee469873ec66edaf1f497317cbdf686eb74ec6ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832916 Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#701836}
-
James Hollyer authored
Previously we had put a DCHECK on num_active_consumers_ to be greater than 0 when going to remove a consumer. However, there can be 1 inactive consumer that needs to be removed. Therefore we should only decrement num_active_consumers_ if that consumer is active (we already did this) and we should check num_active_consumers_ never reaches a negative state after this is finished. Bug: 1010263 Change-Id: I34061b231db1256badfd86812d4dfc1f476da4b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834264 Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#701835}
-
Alex Cooper authored
This is a reland of c96640df Change was initially reverted because of 1010101, but a subsequent run passed without the revert, so relanding. Minor change needed due to updates to where emulated_position lives on the mojom. Original change's description: > Support WebXR Inputs Using OpenXR > > Support webxr input using OpenXR And Enable related WebXR input tests. > This change can be tested with this page. > https://immersive-web.github.io/webxr-samples/controller-state.html > > Bug: 986394 > Change-Id: I346d7808769a2ab1979d0f1f023b9c815611f292 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808086 > Commit-Queue: Zheng Qin <zheqi@microsoft.com> > Reviewed-by: Alexander Cooper <alcooper@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701357} Bug: 986394 Change-Id: I34446737088aee8dedf3165e58b64518f7675582 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834569Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#701834}
-
Matt Simmons authored
* The omnibox was not showing unless one of the start surfaces was enabled. This now checks both the tab-switcher-on-return flag and the enable-start-surface flags. R=yusufo@chromium.org Bug: 1009940 Change-Id: Ic984c469e876e37190854fae838004304e827138 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833928Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#701833}
-
Daniel Rubery authored
This CL implements an initial version of the UX for download deep scanning, as well as the logic for triggering this UX. Future CLs will finalize the UX. Current render: https://screenshot.googleplex.com/PnkEcnzhiuy.png Mocks for final UX: https://docs.google.com/presentation/d/1MH7zM5YiuCZr3jYsqkTJRC0cqtdo8wuWZOOQ66jptVk/ Bug: 980779 Change-Id: I281feb06a65bdfc458784510f36e9528a35bbc46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808164 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#701832}
-
Christopher Thompson authored
This triggers showing new security strings in Page Info when a connection uses legacy TLS versions. This is gated on the feature flag security_state::features::kLegacyTLSWarnings. Bug: 989607 Change-Id: Ic00380c240471e18e1cb09aff4444a1d2fd4b38b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832665 Commit-Queue: Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Cr-Commit-Position: refs/heads/master@{#701831}
-
Piotr Bialecki authored
Previously, if the device did not provide stage parameters and the app requested `local-floor` space, the standing transform would be set to a default value by XRReferenceSpace::SetFloorFromMojo(). This CL does not change that behavior - instead, it makes ARCore return staging parameters so that default values won't be filled out by blink for ARCore sessions. Change-Id: I9eead334f4135a2a1786c892f77b50b8b73a86b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833299 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Piotr Bialecki <bialpio@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Cr-Commit-Position: refs/heads/master@{#701830}
-
Haiyang Pan authored
fuchsia-x64-dbg and the mirrored trybot fuchsia-compile-x64-dbg are verifying if the fuchsia compile is OK. Currently the trybot does not have any compile targets. Adding the additional_compile_targets should make the trybot compiling as expected Bug: 1001643 Change-Id: I07819abe01c22eadd2edbe8674f074876a8e784a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1815612 Commit-Queue: Haiyang Pan <hypan@google.com> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#701829}
-
Peter K. Lee authored
CreateViewController() needs an additional parameter to open a new tab. 1-parameter version of CreateViewController() API is considered obsolete and will be deleted in a followup CL. Bug: 1007242 Change-Id: Ic8f9a8a4ebd06aecf39e7f427ccedbf3f3d2df34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833788 Commit-Queue: Peter Lee <pkl@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#701828}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0b1d16c42ae5..f0ba4163ae14 Created with: gclient setdep -r src-internal@f0ba4163ae14 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:None Change-Id: I6148541e30d68d6440b94910a689e1e1ae0a8640 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834524Reviewed-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@{#701827}
-
- 01 Oct, 2019 16 commits
-
-
Julie Jeongeun Kim authored
This CL converts TraitsTestService from network_traits_test_service.mojom to new Mojo types using PendingRemote, Remote, and ReceiverSet. Bug: 955171 Change-Id: Ia296a254a2cea718e2a36a8c804572ff28546a49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829636Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Julie Kim(OoO until 4 Oct) <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#701826}
-
Robbie McElrath authored
aw_features_list.h is used by //aw/browser/gfx, so it needs to be split off //aw/browser:browser to break a circular dependency. This also renames it to aw_features.h to make it consistent with the rest of Chromium. Test: gn check out/aw 'android_webview/*' Bug: 934152 Change-Id: I8e589df0283edfb7f20a20deef4e882fbbbf8a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833703Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Robbie McElrath <rmcelrath@chromium.org> Cr-Commit-Position: refs/heads/master@{#701825}
-
Manas Verma authored
Ensuring we limit the amount of times we offer FIDO authentication to users. 3 <- Max strikes. 1 <- Strikes added when user declines opt-in offer. 2 <- Strikes added when user verification failed. 3 <- Strikes added when user opts-out from settings page. Strikes expire in 6 months. Bug: 949269 Change-Id: Id15e949ec1189ea453a794ab93a3e698017a5ece Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824362 Commit-Queue: Manas Verma <manasverma@google.com> Reviewed-by:
Jared Saul <jsaul@google.com> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Cr-Commit-Position: refs/heads/master@{#701824}
-
Xianzhu Wang authored
Use viewport properties instead. This is required by CompositeAfterPaint and also works for pre-CompositeAfterPaint. R=bokan@chromium.org, pdr@chromium.org TBR=# passive change in content/renderer Bug: 909750 Change-Id: Ia1b09fe2ae94f67732e8449449532d73191c9c7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1818717 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#701823}
-
Kent Tamura authored
The purpose of the state restore feature is to restore user input. So, we should not restore states for disabled/readonly controls, which users can't update. Bug: 1000926 Change-Id: Iec5ad3999e814fbd248751c2608422fc26315417 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830486Reviewed-by:
Mason Freed <masonfreed@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#701822}
-
Matthew Mourgos authored
Bug: 1009834 Change-Id: I18d88a77f43f2aa5a2f0b923838d3726038bb0c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834565Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701821}
-
Matthew Mourgos authored
Bug: 1009662 Change-Id: I5e7626b59d05d8302091afee6cea2ed0e6effb9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1833708Reviewed-by:
Manu Cornet <manucornet@chromium.org> Commit-Queue: Matthew Mourgos <mmourgos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701820}
-
Kyle Horimoto authored
In the InternetDetailDialog, the field didn't have the proper padding, and in the settings page, it had an extra border-top. This CL fixes both of these issues. Bug: 1009985 Change-Id: Icf90d70db51e93fc5eed33bdb13149830f978733 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834245 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#701819}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f1b21e4633f6..b9aca9494e40 git log f1b21e4633f6..b9aca9494e40 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 ehmaldonado@chromium.org gclient: Skip calling update_depot_tools if DEPOT_TOOLS_UPDATE is 0. Created with: gclient setdep -r src/third_party/depot_tools@b9aca9494e40 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 TBR=agable@chromium.org Bug: None Change-Id: I370aac39ee107b238045b622e4727bae59b5cc1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834207Reviewed-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@{#701818}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e90e73e0..b3ced8d6 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6134fe64a38f8670518889587386547b1f0449d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834365Reviewed-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@{#701817}
-
Austin Eng authored
Bug: dawn:208 Change-Id: I25523465ccdcb721477437a5ee31614127ea47ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804035Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#701816}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/ca0d0564630e..16236fcfbe31 git log ca0d0564630e..16236fcfbe31 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 rmhasan@google.com [typ] Update artifacts module to handle web tests artifacts Created with: gclient setdep -r src/third_party/catapult@16236fcfbe31 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=skyostil@google.com Bug: chromium:982208 Change-Id: I5887340eb9995ea06d2e313e34b89edbc96f796a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834522Reviewed-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@{#701815}
-
Julie Jeongeun Kim authored
This CL converts ServiceProcessPtrto new Mojo types using ReceiverSet, Remote, and PendingReceiver. Bug: 955171 Change-Id: Ia215917271955a80c677bf8222d06f25dd5d950f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829630Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Julie Kim(OoO until 4 Oct) <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#701814}
-
Weiliang Chen authored
Set up output surface capabilities correctly so SkiaRenderer could initialize its own overlay candidate validator for Adnroid classic case. Bug: 979795 Change-Id: I505758515313007cfdd07045ce6c1d65bf3c1a43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1809811 Commit-Queue: weiliangc <weiliangc@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#701813}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/5be3c1326391..674f77a24b62 git log 5be3c1326391..674f77a24b62 --date=short --no-merges --format='%ad %ae %s' 2019-10-01 csmartdalton@google.com Clear and discard stencil buffers on tilers, take 2 2019-10-01 halcanary@google.com doc: cleanup release notes 2019-10-01 egdaniel@google.com More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. Created with: gclient setdep -r src/third_party/skia@674f77a24b62 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 rmistry@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=rmistry@google.com Bug: None Change-Id: If8e1bfbe967cf7df1242d7eed207bac6a2e724ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1834462Reviewed-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@{#701812}
-
Nate Fischer authored
This adds a README for //aw/renderer/. This mostly talks about WebView's renderer support, and how it varies from Chrome. Bug: 1009884 Test: tools/md_browser/md_browser.py Test: Upload to gerrit > open file > click "gitiles" Change-Id: I1164c363c90aba95a69df6d85363592cb4d52639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832984Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#701811}
-