- 09 Jan, 2020 40 commits
-
-
Gabriel Charette authored
This is a safe change to make on trunk and merge to M80 to fix the release-blocker. It was going to be a trunk change in November and has been live 50/50 since. It was only an experiment to measure perf impacts (which turned out to be nil). Experiment results: https://docs.google.com/document/d/13PIBPuSPJbrgHAgyRbY22EWAfH2narnxpa_CgBmZbSY/edit#heading=h.4fo2tzjehwu7 I will follow-up with the true code cleanup after since this CL is a merge candidate for M80. Bug: 1022972, 1039576 Change-Id: I7d3dc970ad02808d059865784067684573ece3d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992160 Auto-Submit: Gabriel Charette <gab@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#729766}
-
Lucas Furukawa Gadani authored
the entire directive. Bug: 1035949 Change-Id: Ic8c897a38abb9677b03179f8d6c8bf912eb858b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986623Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729765}
-
Omar Morsi authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/cdae7443f8cf..e831a312c4ab $ git log cdae7443f..e831a312c --date=short --no-merges --format='%ad %ae %s' 2019-10-31 omorsi system_api: Add DBUS constants to support altsubject_match. 2019-12-18 briannorris shill, system_api: drop WiFi RoamThreshold 2019-12-17 asumaneev system_api: Add constant for CheckHealth request 2019-12-19 hollingum vm_tools: garcon et al.: Plumb arc sideload through to container 2019-12-19 briannorris shill: drop kTypeBluetooth 2019-11-19 dverkamp system_api: vm_concierge: document disk_size behavior 2019-12-25 dtor system_api: introduce additional error codes for Plugin VM operations 2019-12-19 matterchen vm_tools: Sharing fonts with the GuestOS 2019-12-19 cylai system_api: correct comment in BUILD.gn Created with: roll-dep src/third_party/cros_system_api Bug: chromium:1004261 Change-Id: I9d975d0476eed721890038a262efc15e319c4ec9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991570Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#729764}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/6c26eac37f09..0e2896bef114 git log 6c26eac37f09..0e2896bef114 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 lalitm@google.com Merge "perfetto: fix several problems with CTS" Created with: gclient setdep -r src/third_party/perfetto@0e2896bef114 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: Iba1b00e4d79bf464f6c609ecd3e2d7ff6d54274e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991958Reviewed-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@{#729763}
-
Andrew Luo authored
Bug: 1039513 Change-Id: Iabeb918597c3c3e54a528e6f11d56ab5825cd97c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993023 Auto-Submit: Andrew Luo <aluo@chromium.org> Commit-Queue: John Budorick <jbudorick@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#729762}
-
Gauthier Ambard authored
This CL removes the origin_util file in web and directly uses the shared IsUrlPotentiallyTrustworthy util in the call sites. The previous implementation of web::IsOriginSecure() used to consider data scheme as trustworthy (which is no longer the case since crrev.com/c/1982540). The explicit checks for the data scheme can be removed. Fixed: 939077 Change-Id: I74d4d1972c19dc15691f29d7ecb66b57cbd32ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1986072 Commit-Queue: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Maxim Kolosovskiy <kolos@chromium.org> Cr-Commit-Position: refs/heads/master@{#729761}
-
Olivier Robin authored
When tabs are in restored states, the navigation manager cannot be used to create the restoration state. Use the session storage instead. Bug: 1040072 Change-Id: Ifd51d6050bf0b03dd5f737cde94186fce18e5a8b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991625Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#729760}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/42d8fcc5f877..4d4d40b08d20 Created with: gclient setdep -r src-internal@4d4d40b08d20 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 Bug: None Tbr: jbudorick@google.com Change-Id: Iab406103291015491c918828a6db4ce3086a9384 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991957Reviewed-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@{#729759}
-
Yuki Shiino authored
We reached to a consensus that it's okay to introduce 'bindings' nested namespace in 'blink' namespace. This patch registers the namespace to the allowed list. Change-Id: I9b68479dc12e551be3b4d5a0148b6c308b91bb64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993079Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#729758}
-
Andrew Grieve authored
Contains fix needed for WebLayer Bug: 1040190 Change-Id: I577572e8cdeae7daf8efb66f6e68b3b3ee1566e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992182 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Clark DuVall <cduvall@chromium.org> Reviewed-by:
Mohamed Heikal <mheikal@chromium.org> Cr-Commit-Position: refs/heads/master@{#729757}
-
Anatoliy Potapchuk authored
Before actually canceling kiosk app launch, check the policy value of enable_login_bailout for Arc and Web kiosks. Bug: 1016580 Change-Id: Ic2719735845105d1cbabe64c5aef809e56771404 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991450Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#729756}
-
Sergio Villar Senin authored
The current API is using a double. It's more convenient to use a base::TimeDelta which represents durations. Bug: 737867 Change-Id: I5f7936af7e8597d27b7c2a2e14e20376365e7c7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981613Reviewed-by:
Robert Flack <flackr@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: Sergio Villar <svillar@igalia.com> Cr-Commit-Position: refs/heads/master@{#729755}
-
Colin Blundell authored
Need to check internally for |mWindowAndroid| being null before accessing it. Bug: 1025617, 1031465 Change-Id: I7f232dd35a23cc5f82b17d4902b3e52e1e1c2040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991443Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#729754}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d2faec18..b6f9b1b9 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: I1094319e5825965040b348a107c67d24e21112f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992535Reviewed-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@{#729753}
-
danakj authored
Since some code needs to unconditionally move the callback before it can tell if the ownership should actually stay with the caller, and it has no way of getting it back, we must turn the OnceCallback into two callbacks, and trust the code to only run it once given the current design of the system. R=eseckler@chromium.org Bug: 1035444 Change-Id: Ib18da9dd948b90a5f18ce0ed165a75a9b6f6e21e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992500Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#729752}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3aa0411a4cb6..6a46fc9f347c git log 3aa0411a4cb6..6a46fc9f347c --date=short --first-parent --format='%ad %ae %s' 2020-01-09 szuend@chromium.org Properly await {Breakpoint._refreshBreakpoint} 2020-01-09 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-01-09 tvanderlippe@chromium.org Reland "Migrate timeline/ to ESM" 2020-01-09 liviurau@chromium.org Revert "Whitespace to trigger builders" Created with: gclient setdep -r src/third_party/devtools-frontend/src@6a46fc9f347c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1032016 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I369f65fb4179ea2727385f7752c35361bfbf513b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991956Reviewed-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@{#729751}
-
Manuel Rego Casasnovas authored
The change in r702352 was causing issues in some situations, when an inline element has some changes that cause an overflow that should be visible in a scroller. Problem is that we're no longer calling MarkSelfPaintingLayerForVisualOverflowRecalc() after r702352 and the visual overflow is never recalculated. This revert changes the call in NGBlockNode::CopyFragmentDataToLayoutBox() to the original one, to SetNeedsOverflowRecalc(). Due to that change we need to disable NeedsLayoutOverflowRecalc unit test as it's now failing. We added a new test case to prevent a similar regression in the future. BUG=1036644,941180 TEST=fast/overflow/visual-overflow-recalc.html Change-Id: If205d08281ca0186559715a788b132850e3cbdd6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992423Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#729750}
-
kylechar authored
The VizDisplayCompositor feature is no longer checked so it can be removed from the test command line arguments. Bug: 936425 Change-Id: I2eab4f68664de40c87f0aa8e696f6117d4f4e1ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992622 Auto-Submit: kylechar <kylechar@chromium.org> Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#729749}
-
kylechar authored
The histogram didn't end up being useful. Fixed: 1037114 Change-Id: I57237d7617dd3beea8ad51476a30f86ac493a2b3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988856 Commit-Queue: kylechar <kylechar@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#729748}
-
Michael Achenbach authored
No-Try: true Bug: 1011279 Change-Id: I1cae4cc52793848009175c56d932b5512ef9e959 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989756 Commit-Queue: Michael Achenbach <machenbach@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#729747}
-
Mia Glaese authored
In browsing mode: New Tab menu item: show homepage New Incognito Tab menu item: show homepage in incognito New Tab Button: show homepage Known issues: Tapping the + button on the Homepage leads to no action and the button being disabled. There is a CL underway to remove the + button in the HomePage, so this won't be an issue. Bug: 982018 Change-Id: I0eb71ccb2685778f422dcb9045496c8f2a0da79a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983559 Commit-Queue: Mia Glaese <glamia@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#729746}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b19eb399cb53..26e1b7ac0175 git log b19eb399cb53..26e1b7ac0175 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 danilchap@webrtc.org Delete RtpDepacketizerVp8 in favor of VideoRtpDepacketizerVp8 2020-01-09 jonaso@webrtc.org Add field trial to base stable target rate on loss based target rate Created with: gclient setdep -r src/third_party/webrtc@26e1b7ac0175 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: I31dd969ab49afc180f42c193716dae7d70fc9142 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991955Reviewed-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@{#729745}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/1d457b7d9533..f5bc8fba9573 git log 1d457b7d9533..f5bc8fba9573 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 kjlubick@google.com [canvaskit] Create an SkImage from a frame of an SkAnimatedImage Created with: gclient setdep -r src/third_party/skia@f5bc8fba9573 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 jvanverth@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: jvanverth@google.com Change-Id: Ic7e3dbd83de1f48d1c8075bb149079815254fc4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991953Reviewed-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@{#729744}
-
Fredrik Söderquist authored
If the <img> element in the image document has had it's source cleared out (by having its 'src' changed or by moving it to an inactive document or similar cases) we may not have any image content associated with it when we reach ImageDocumentParser::Finish (when the original image data finishes loading). Check if image content exists before updating the title of the document et cetera. Bug: 1036686 Change-Id: I5d0e2e52e9373c541e64d33bbaa6c67dd0535092 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989755Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#729743}
-
Lucas Gadani authored
Bug: 870815 Change-Id: I710213238a0164cf26cfac57953f8adc6406a75d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992592Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729742}
-
Antonio Gomes authored
The class ivar that holds the GURL value is not used anywhere. Hence, this CL simply removes it altogether. BUG=787254 R=haraken@chromium.org Change-Id: I7538901a567388c56774ee5cdb8426132603b811 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992534Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#729741}
-
Matt Menke authored
In order to isolate network activity from different sites, we're splitting the DNS cache by NetworkIsolationKey. In the case of Pepper, this means it just needs to grab the NetworkIsolationKey from the RenderFrame associated with the ResolveHost call. Bug: 997049 Change-Id: I880c629d42afbe6fa3426f30dca24c3ae6976815 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958498Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
Bill Budge <bbudge@chromium.org> Reviewed-by:
Eric Roman <eroman@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#729740}
-
Elly Fong-Jones authored
These are the last overrides in //chrome :) Bug: 1011446 Change-Id: I6310fb004719143708fa193c3604630c2c5ebfd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992211Reviewed-by:
Peter Boström <pbos@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#729739}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/77c89ff847b6..73bcece48b0c git log 77c89ff847b6..73bcece48b0c --date=short --first-parent --format='%ad %ae %s' 2020-01-09 swiftshader.regress@gmail.com Regres: Update test lists @ 77c89ff8 Created with: gclient setdep -r src/third_party/swiftshader@73bcece48b0c 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: None Tbr: swiftshader-team+autoroll@google.com Change-Id: If77e01648c105f465c1a3e7bc92ff73cd8ee3da4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993275Reviewed-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@{#729738}
-
Bo Liu authored
Variable allocator generally implies app zygote is being used, which only supports allocating 100 services at the same time. So add this limit to VariableSizeAllocatorImpl by refactoring the implementation for FixedSizeAllocatorImpl into the common parent class. Change-Id: I58230b9d0f445863bfca0ec9aad8ca9489e4ccfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980555Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#729737}
-
sebsg authored
This reverts commit 7076daa4. Reason for revert: The test started failing again after this CL was landed. More details on crbug.com/1040202 Original change's description: > Remove Pixel_CSSFilterEffects_NoOverlays failure expectation > > Test was producing a minor image diff, has been triaged. > > Bug: 1040202 > Change-Id: Iae6dd08ea4b97d7f4975971b8abbb948d97867d5 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992564 > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Brandon Jones <bajones@chromium.org> > Cr-Commit-Position: refs/heads/master@{#729597} TBR=kbr@chromium.org,bajones@chromium.org Change-Id: Id637b25550ce9f423e448d0b332c0dbbf34b9eb9 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1040202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992367Reviewed-by:
sebsg <sebsg@chromium.org> Commit-Queue: sebsg <sebsg@chromium.org> Cr-Commit-Position: refs/heads/master@{#729736}
-
Mike Reed authored
bug: skia:9768 Change-Id: Ic366b14972c13625fc83f44f6f0782bc4052f44d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988721Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#729735}
-
Yuichiro Hanada authored
The histogram is still useful for us to track Android IME support usage on ARC++. Bug: 911354 Change-Id: I280704e50df1829115ffe5b7da23cdf905371b28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1989605 Commit-Queue: Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Auto-Submit: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#729734}
-
Gauthier Ambard authored
The Settings used to have CollectionViews instead of TableViews. Now that the use of CollectionView has been removed, we can remove the classes used to implement it. Bug: 894800 Change-Id: I0865b61f884760d956855d0771f5524e12662a7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993281 Auto-Submit: Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#729733}
-
Yutaka Hirano authored
QuicTransport.ConnectWithError has a wrong TODO led by my misunderstanding of the spec. Remove the TODO and add additional checks. Bug: 1011392, 1037752 Change-Id: Ia75f2c5ade51c8cd0a44d0cf48dff18ccf98ecdd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981949Reviewed-by:
Victor Vasiliev <vasilvv@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#729732}
-
Kent Tamura authored
This reverts commit 9fc859a3. Reason for revert: It was a wrong approach. https://bugs.chromium.org/p/chromium/issues/detail?id=1037728#c11 Original change's description: > Restoring control state should dispatch 'input' and 'change' events. > > According to the last two paragraphs of [1], UA should dispatch 'input' > and 'change' events if it fills control values on behalf of a user. > > [1] https://html.spec.whatwg.org/C/#common-input-element-events > > Bug: 1037728 > Change-Id: Ic389cc4e3bc4523f740b0164ac863baba66dcd35 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981241 > Reviewed-by: Mason Freed <masonfreed@chromium.org> > Commit-Queue: Kent Tamura <tkent@chromium.org> > Cr-Commit-Position: refs/heads/master@{#727843} TBR=tkent@chromium.org,masonfreed@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1037728 Change-Id: I504d202de886e4278369ab3da37c41b70b773f31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993078Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#729731}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/a4e536a0953d..3aa0411a4cb6 git log a4e536a0953d..3aa0411a4cb6 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 liviurau@chromium.org Whitespace to trigger builders 2020-01-09 sigurds@chromium.org [network] Change signature of empty protocol message handler Created with: gclient setdep -r src/third_party/devtools-frontend/src@3aa0411a4cb6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1032063 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: If21fb5bcf68210cebc62a0702d584dea613cf9fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993269Reviewed-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@{#729730}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/af272d6eb830..b19eb399cb53 git log af272d6eb830..b19eb399cb53 --date=short --first-parent --format='%ad %ae %s' 2020-01-09 danilchap@webrtc.org Delete obsolete unused rtp header extension conversion Created with: gclient setdep -r src/third_party/webrtc@b19eb399cb53 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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: webrtc-chromium-sheriffs-robots@google.com Change-Id: Idcb7c385329f9990e2d0e14482385612619e98bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1993274Reviewed-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@{#729729}
-
Mythri A authored
https://chromium-review.googlesource.com/c/chromium/src/+/1986844 re-recorded browse:social:tumblr_infinite_scroll:2018 story. This was disabled for multiple reasons. With the current recording the pinpoint jobs on pixel2, android-go, linux, windows and mac platform ran successfully. So re-enabling this on all platforms. Bug: chromium:1027686, chromium:961417 Change-Id: I47ece821103e485faa7b0378a3a680cc93275a9d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991422Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mythri Alle <mythria@chromium.org> Cr-Commit-Position: refs/heads/master@{#729728}
-
Olivier Robin authored
This reverts commit 738d6a13. Reason for revert: This Cl breaks ios-simulator bot https://ci.chromium.org/p/chromium/builders/ci/ios-simulator/51842 Original change's description: > Enable HistoryServiceUsesTaskScheduler by default > > Change-Id: Iaee9edf31fd2303a28bbeedc155cb7dd9381cdb6 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1960467 > Auto-Submit: Oliver Li <olivierli@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Oliver Li <olivierli@chromium.org> > Cr-Commit-Position: refs/heads/master@{#728929} TBR=sky@chromium.org,olivierli@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Change-Id: I13aad198a6783d207513d3f4d07500d22ebe8316 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1991627Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#729727}
-