- 17 Jul, 2019 40 commits
-
-
Owen Min authored
Full profile reports are append into the report for all activated profiles. Multiple requests are created if total report size exceeds the limitation. Bug: 956237 Change-Id: Iee36c34857346ca2a6aa2dbbfe7c09301fd3d129 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702770 Commit-Queue: Owen Min <zmin@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#678372}
-
Dan Harrington authored
As our team will be maintaining this in the future Change-Id: I9382de5a7ef6fec6bdb517b12a9d952cf23f38bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706796Reviewed-by:
Nicolas Zea <zea@chromium.org> Reviewed-by:
Justin DeWitt <dewittj@chromium.org> Commit-Queue: Nicolas Zea <zea@chromium.org> Cr-Commit-Position: refs/heads/master@{#678371}
-
Mark Mentovai authored
For Apple Developer accounts associated with multiple development teams (as mine is), altool requires --asc-provider to select a team any time --username is used. Arguments are added to the sign_chrome.py and notarize_thing.py notarization drivers whose values are propagated to altool as needed. For most Apple Developer accounts associated only with a single development team, --asc-provider is not necessary. This also removes --no-dir-entries from the zip command used to build an archive for notarization, because if the code was signed with empty directories, they need to be present for notarization too. Bug: 980334 Change-Id: I646f3ee5729030df01ea200b9e72138626208931 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1682685 Commit-Queue: Mark Mentovai <mark@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#678370}
-
Alberto Herrera authored
Class that gets the battery level of a connected Bluetooth device through the standardized GATT Battery Service. Polling is done periodically and updates the corresponding device::BluetoothDevice. Instances for this class are expected to be created and owned by the GattBatteryController class (to be implemented in a separate CL), for each connected BLE device. Design doc at go/cros-bt-battery. Bug: 785758 Change-Id: Ic0de3e9b3d813537610378480cac6daaf8e25204 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1674716 Commit-Queue: Alberto Herrera <ahrfgb@google.com> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#678369}
-
Robert Ogden authored
This is needed to allow functioning of the lite pages URL Throttle. Bug: 977603 Change-Id: Ica66cb83d355c35ff4e5c2486255d18e332d5acd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707049 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#678368}
-
Drew Stonebraker authored
Report 100% of crashes on debuggable builds. This may help us find dogfood/dev/etc related issues more quickly. Bug: 984619 Test: Add logs in is_debug_android to test expected values. Change-Id: I3132b42d42ce1a5609c3ab688c4d56749fee1598 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704693Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Drew Stonebraker <stonebraker@chromium.org> Cr-Commit-Position: refs/heads/master@{#678367}
-
Evan Stade authored
A new helper called BrowserActivityWatcher is introduced to encapsulate BrowserList observation. This results in fewer platform macros since Android doesn't use BrowserList (or NOTIFICATION_BROWSER_[...] before it). The structure of ThreadWatcherObserver, particularly startup and shutdown, was unorthodox so that's also made more idiomatic. The class can move entirely to the cc file. Bug: 268984 Change-Id: I46a8948349e62993c96e85963cae3420679ae45f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1695831Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Ryan Hamilton <rch@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#678366}
-
Sebastien Marchand authored
On CrOS the global performance manager instance isn't available when this gets created. Change-Id: I082a1fae17665f10eab87a211157d4c969d1d238 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704716Reviewed-by:
François Doray <fdoray@chromium.org> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#678365}
-
Robert Liao authored
BUG=979530 Change-Id: If6ec9cdc45eea4406c305f5f472f206a4abe8e03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703204Reviewed-by:
Mark Pearson <mpearson@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#678364}
-
Gayane Petrosyan authored
Change-Id: I13248d0eaf51181c4fc42b08dab7bbd39784d9e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1702769 Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#678363}
-
Darwin Huang authored
third_party/sqlite code is imported from directly from sqlite maintainers. sqlite therefore doesn't always follow Chromium style, and changing this imported code to match Chromium style will increase the size of the diff between Chromium and upstream, as well as complicate debugging by sqlite maintainers. Bug: 984101 Change-Id: I80d9aeb812977a356802c278aebbae3a1e4eff1a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703464Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#678362}
-
Jerome Jiang authored
https://chromium.googlesource.com/webm/libvpx.git/+log/cd9f1763c861..bb407a27b2e3 $ git log cd9f1763c..bb407a27b --date=short --no-merges --format='%ad %ae %s' 2019-07-15 yunqingwang Revert "Set up frame contexts based on frame type" 2019-07-10 marpan vp9-rtc: Reduce color artifact for speed 8 2019-07-09 jianj vp9: Use mb_rows/cols from VP9_COMMON in postproc. 2019-07-01 yliuyliu Remove android_tools deps 2019-05-24 ravi.chaudhary Adjust the quality of boosted frames 2019-06-20 deepa.kg Set up frame contexts based on frame type 2019-06-24 deepa.kg Modify frame context index Created with: roll-dep src/third_party/libvpx/source/libvpx R=johannkoenig@google.com Change-Id: I8a22f1bcb85cc7a9a35203823eb57db2931f2afd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1703248 Commit-Queue: Johann Koenig <johannkoenig@google.com> Reviewed-by:
Johann Koenig <johannkoenig@google.com> Cr-Commit-Position: refs/heads/master@{#678361}
-
Martin Kreichgauer authored
Some unit tests instantiating a FidoRequestHandler fail on 1903 because the associated FidoDiscoveryFactory will create a WinWebAuthnApiAuthenticatorDiscovery due to the native WebAuthn API being available, and thus end up talking to that rather than to any fake/mock devices the test may have set up. This change adds a factory method for instantiating a ScopedFakeWinWebAuthnApi whose IsAvailable() method returns false by default, and adds one to every test fixture or fixture-less test that instantiates a FidoRequestHandler, which fixes these test failures. Bug: 970034 Change-Id: Id94da31bcd87a7b32262bac8519ba14ff9e7c256 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705354 Commit-Queue: Martin Kreichgauer <martinkr@google.com> Reviewed-by:
Nina Satragno <nsatragno@chromium.org> Cr-Commit-Position: refs/heads/master@{#678360}
-
yilkal authored
Bug: 977019 Change-Id: I5aa71c8fa749e4f013d47eeed56c036572c0635a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1686152Reviewed-by:
J Kardatzke <jkardatzke@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Michael Giuffrida <michaelpg@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#678359}
-
Matt Reynolds authored
On Mac, disconnecting an Xbox controller while a rumble effect is active may cause Chrome to recursively call AbstractHapticGamepad::Shutdown until the stack is exhausted. When shutting down a haptic gamepad with an ongoing vibration effect, Chrome calls SetZeroVibration to stop the effect before closing the connection to the gamepad. If the gamepad is no longer connected, this command will fail. In XboxDataFetcher on Mac, this failure triggers another call to Shutdown. To fix this, AbstractHapticGamepad::Shutdown will check for re-entry and abort if the gamepad is already shutting down. BUG=982902 Change-Id: I9d2f4831810bb1a9f124ffecdfda83b4b322df92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705536Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Matt Reynolds <mattreynolds@chromium.org> Cr-Commit-Position: refs/heads/master@{#678358}
-
Cliff Smolinsky authored
Due to a font rendering issue on Win7 only, delayloading gdi32.dll cannot be supported at this time on any platform (since it's a build- time not a runtime decision). Bug: 980577 Change-Id: Icf361411093847c0cfb0b70ce0e90aca351ead09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705156Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Cliff Smolinsky <cliffsmo@microsoft.com> Cr-Commit-Position: refs/heads/master@{#678357}
-
John Lee authored
Bug: 973674 Change-Id: I048d0894d93b1cf89f74bf000ecb701c8fc77514 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705175Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#678356}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/0326b8012be9..9dbb81f004b6 git log 0326b8012be9..9dbb81f004b6 --date=short --no-merges --format='%ad %ae %s' 2019-07-17 cwallez@chromium.org Add missing validation for unsupported texture view dims. 2019-07-17 digit@google.com Update Vulkan headers to v1.1.115 Created with: gclient setdep -r src/third_party/dawn@9dbb81f004b6 The AutoRoll server is located here: https://autoroll.skia.org/r/dawn-chromium-autoroll 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=luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel BUG=chromium:984809,chromium:NONE TBR=cwallez@google.com Change-Id: I8daf54678c1fc6873576daf529198f9fd85f45c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706675Reviewed-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@{#678355}
-
Andrew Xu authored
This CL is the third part of code to implement the arrow button in the overflow bubble view. See more details from the below doc link: https://docs.google.com/document/d/1dO4H_4T6ttWFc75nCNi2Uh18k-3_M8-eOHcfMTcNwd0/edit?usp=sharing Bug: 918024 Change-Id: Id6fce153c72d38f0260556f6b431f9c91e468230 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699641Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#678354}
-
Joe DeBlasio authored
This CL delays the expiration of client auth metrics for another 3 months to give us a chance to actually use that data. Bug: 974929 Change-Id: I8133763df5b7947b3bc2bcbf592231be7f83520b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706934 Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Auto-Submit: Joe DeBlasio <jdeblasio@chromium.org> Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#678353}
-
Richard Knoll authored
IconLabelBubbleView needs to check the |animation| passed to the Animation* callbacks to determine if that event is in fact for its own animation or any of its subclasses. Bug: None Change-Id: Ib934c837ca5bda5d65901d22046ec487b8b70b42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704764 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#678352}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/googletest.git/+log/437e1008c97b..6077f444da94 git log 437e1008c97b..6077f444da94 --date=short --no-merges --format='%ad %ae %s' 2019-07-17 misterg@google.com Merge pull request #2332 from adambadura:AddMissingInclude 2019-07-16 misterg@google.com Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS 2019-07-16 misterg@google.com Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS 2019-07-16 misterg@google.com Googletest export 2019-07-16 absl-team@google.com Googletest export 2019-07-16 absl-team@google.com Googletest export 2019-07-15 misterg@google.com Preparation for including docs in round-trip with OSS 2019-07-15 misterg@google.com Preparation for including docs in round-trip with OSS 2019-07-15 misterg@google.com Preparation for including docs in round-trip with OSS 2019-07-15 misterg@google.com Merge branch 'master' of github.com:google/googletest 2019-07-15 misterg@google.com Preparation for including docs in round-trip with OSS 2019-07-15 gennadiycivil@users.noreply.github.com Merge pull request #2326 from kuzkry/missing-references-to-documentation 2019-07-10 sam.sobell@gmail.com Fix bad advice in cook book (#2308) Created with: gclient setdep -r src/third_party/googletest/src@6077f444da94 The AutoRoll server is located here: https://autoroll.skia.org/r/googletest-chromium-autoroll 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=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_cfi_rel_ng;luci.chrome.try:win_chrome_official TBR=isamsonov@google.com Change-Id: Ifbd38ce079f21a7d76bd0dbd5ade5a5418bb4773 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706891Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Staphany Park <staphany@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Staphany Park <staphany@chromium.org> Cr-Commit-Position: refs/heads/master@{#678351}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/97816debc9ba..223c459965a8 Created with: gclient setdep -r src-internal@223c459965a8 The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll 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=luci.chrome.try:linux-chromeos-chrome TBR=pdr@google.com,grt@google.com Change-Id: If47d49a06c4375576df1d7b6ffb880ec36202a65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706674Reviewed-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@{#678350}
-
Zhongyi Shi authored
This reverts commit db4701c6. Reason for revert: It is believed that this flag is not related to recent outage. Original change's description: > Flip FLAGS_quic_reloadable_flag_quic_ignore_tlpr_if_no_pending_stream_data to false > > Change-Id: I6d77eedda1091340fb4a719cf4b4555182075d0e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705494 > Auto-Submit: Zhongyi Shi <zhongyi@chromium.org> > Reviewed-by: Ryan Hamilton <rch@chromium.org> > Commit-Queue: Ryan Hamilton <rch@chromium.org> > Cr-Commit-Position: refs/heads/master@{#678124} TBR=rch@chromium.org,zhongyi@chromium.org Change-Id: I21a7f102df07c604c974299870890815423db8b5 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706529Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#678349}
-
Bailey Berro authored
This change hides the "print" icon while in OOBE on Chrome OS. Bug: 977890 Test: Unitests, tested in VM Change-Id: I3d78f0ed77a6afe8c340f07c19d85ee545ae63b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669993 Commit-Queue: Bailey Berro <baileyberro@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#678348}
-
Michael van Ouwerkerk authored
Bug: 976311 Change-Id: Ie97590105c3081340c5a9e7c277efefbd18f8202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704767 Commit-Queue: Michael van Ouwerkerk <mvanouwerkerk@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#678347}
-
Ben Pastene authored
It currently breaks the with/without patch retry flow: https://ci.chromium.org/p/chromium/builders/try/chromeos-kevin-rel/820 https://chromium-swarm.appspot.com/task?d=true&id=46179d96935c9210 So let's ignore any --test-launcher-* args. The sanity tests is quick and (hopefully) non-flaky enough to not need any of those. R=jbudorick Change-Id: I577508a63eaa6dbed3a248301bc0e39a8c19bcc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1707048Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#678346}
-
evliu authored
when the SplitSettings flag is enabled. Bug: 980783 Change-Id: I6d5ad8223f539e89a7e9b5002fa7574506671c3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704745 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#678345}
-
Jérôme Lebel authored
Removing the background color for image view, and the text cell. Before: https://drive.google.com/open?id=1T01IhXHKK-CwBjijghpBRYkRwPWxoMEj After: https://drive.google.com/open?id=1_IeyemBl9mptpUZoTTqiTESy7Nnbl8bV Bug: 984985 Change-Id: I0fbcbf392dfc177ca42ac1828bbd84a285df7220 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706696 Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#678344}
-
Etienne Pierre-doray authored
MessageLoopCurrent::task_runner() is depecated. This CL replaces it with with ThreadTaskRunnerHandle::Get(). A small step towards deleting MessageLoop. This CL was generated with git cl split. Refer to the top-level CL if necessary : https://chromium-review.googlesource.com/c/chromium/src/+/1631693 Please CQ if LGTY! This CL was uploaded by git cl split. R=ajwong@chromium.org Bug: 616447 Change-Id: I0b6ecc3218f51dc3ae04f80d49ac374b33074bc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635828 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Auto-Submit: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Cr-Commit-Position: refs/heads/master@{#678343}
-
Maks Orlovich authored
https://html.spec.whatwg.org/multipage/dom.html#dom-document-cookie specifies that a document with null browsing context is "cookie-averse", and that "On getting, if the document is a cookie-averse Document object, then the user agent must return the empty string. " and: "On setting, if the document is a cookie-averse Document object, then the user agent must do nothing. " (Adding test since refactors I am working on for document.cookie implementation have their complexity points around this sort of stuff). Change-Id: I2f2c163276a316b77166762d0b196dcdebb7a65a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1652544 Commit-Queue: Maks Orlovich <morlovich@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#678342}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/aec429d1..3ec321d4 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: I49b973e3dbf3f692f5b40300a7bda4449f51050f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706828Reviewed-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@{#678341}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/64329094c2a8..8c31f2bf7f15 git log 64329094c2a8..8c31f2bf7f15 --date=short --no-merges --format='%ad %ae %s' 2019-07-17 reed@google.com use same signature for shader/colorfilters in sksl 2019-07-17 ethannicholas@google.com add support for ctype=SkPMColor4f to GrSkSLFP 2019-07-17 egdaniel@google.com Move verified color attachment flag to FormatInfo. 2019-07-17 bsalomon@google.com Remove kRenderTarget_GrSurfaceFlag, instead pass GrRenderable. Created with: gclient setdep -r src/third_party/skia@8c31f2bf7f15 The AutoRoll server is located here: https://autoroll.skia.org/r/skia-autoroll 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=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=nifong@google.com Change-Id: I7b2f6c09325e492ef8917ff609291ef735c0f0ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706672Reviewed-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@{#678340}
-
Avi Drissman authored
On the Mac, translate the z-order enum to the native window level values. On other platforms, treat everything other than "normal" as an undifferentiated "always on top" leaving open the possibility of implementing full window level support on ChromeOS later. There are six basic window levels. The "security sensitive" one is unused in this CL but will be used in a follow-up CL to fix a bug. This is a relanding of e8151bac. It was reverted due to incorrect handling of the z-order value on Windows; this is fixed in this version. BUG=865287, 869486 Change-Id: I41b277a3a67e13948e72da656d37a724c325fdbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1682667Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Leonard Grey <lgrey@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#678339}
-
Miguel Casas authored
This CL adds a method to register a backing factory for testing to SharedImageFactory, to be used in crrev.com/c/1619832. It is needed since otherwise the GetFactoryByUsage() method starts digging into the factory specifics and usually for testing this is not needed and is cumbersome to mock. Bug: 984836 Change-Id: I8009d54cb2a9576e10c5c63c803b9c6294b60f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1699531 Commit-Queue: Miguel Casas <mcasas@chromium.org> Reviewed-by:
Eric Karl <ericrk@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#678338}
-
Sergio Villar Senin authored
file_writer.cc was using doubles to record timestamps that were used later on to fire notifications after a given interval. Not only that, it was calling base::Time when it should probably use base::TimeTicks as we are not interested in dates but timestamps. That's why we're using now base::TimeTicks and base::TimeDelta avoiding the unneeded conversions to doubles. Bug: 979137 Change-Id: Id40fa2b6fe993aa253a9621b031950fa3765f2ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1706519Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#678337}
-
Brian Sheedy authored
Flips the Gold versions of the Android Webview and Vulkan GPU pixel tests to be non-experimental and removes the non-Gold versions. Bug: 850107 Change-Id: I8786396d0e8823d7cf6319b96af8ba3a4effded9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1705023Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#678336}
-
Evan Stade authored
Bug: 268984 Change-Id: If26a8d4449f427216bc6472ed17f392f54c73c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704869Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#678335}
-
Lukasz Anforowicz authored
Bug: 983618 Change-Id: I261a25a8dcf43dc7174d36800cee3766b9423f39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1700290 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#678334}
-
Lan Wei authored
We have seen this failure that pointerevent_touch-action-keyboard.html fail on wpt dashboard because of "invalid input state", which means we do not get correct action according to the ID. The ID maybe reused and we do not clear the state from the previous tests. So now we have to make each the ID for each action type and pointer type unique. https://wpt.fyi/results/pointerevents/pointerevent_touch-action-keyboard.html?label=master&label=experimental Bug: 606367 Change-Id: I84cdbb0ad14b5318ca04c7bb7dbbb30e7091657a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1704378Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Commit-Queue: Lan Wei <lanwei@chromium.org> Cr-Commit-Position: refs/heads/master@{#678333}
-