- 21 Oct, 2019 11 commits
-
-
Bettina authored
Bug: 1015618 Change-Id: Ica34fa1d574117c946b861d79e7d907326e13bc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1867302Reviewed-by:
Christopher Thompson <cthomp@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Bettina Dea <bdea@chromium.org> Cr-Commit-Position: refs/heads/master@{#707703}
-
DongJun Kim authored
In the past, "content/*/file_system" was renamed to "fileapi" to contain both the code for the filesystem API and the blob system. But the blob system moved out to separate directories, we have the confusing situation that we have directories named after one API that contain the implementation of a different API. This patch rename "storage/browser/fileapi" to "file_system" to actually match for reducing confusion. Bug: 921260 Change-Id: I18a391b43c054e647d938832f2055580a083437a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1858542 Commit-Queue: DongJun Kim <djmix.kim@samsung.com> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Marijn Kruisselbrink <mek@chromium.org> Reviewed-by:
Yusuke Sato <yusukes@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#707702}
-
Hirokazu Honda authored
VAContext of VaapiWrapper for VPP and VABuffer for BlitSurface are created on creating (i.e. VaapiWrapper::Create()). On the other hand, VAContext of VaapiWrapper for other use cases (e.g. video encoding) is created by VaapiWrapper::CreateContext() or VaapiWrapper::CreateContextAndSurfaces(). This leads a problem that VaapiWrapper for VPP cannot create surfaces because Context is already created upon calling VaapiWrapper::CreateContextAndSurfaces(). This CL removes the implicit context and buffer allocation on the creation. Therefore, a creator of VaapiWrapper for VPP has to call CreateContext() or CreateContextAndSurfaces() if the client wants the VaapiWrapper to create va surfaces. Note that an allocation of a buffer for BlitSurface is moved to VaapiWrapper::BlitSurface(), which is still implicit. Bug: 1009297, 1005205, 982201 Test: https://appr.tc/?debug=loopback&vsc=vp8&video=maxWidth=640,maxHeight=360,minWidth=640,minHeight=360&debug=loopback Test: tast run video.EncodeAccelH264* video.DecodeAccel* camera.* Change-Id: Ida5c4bfa58127674d4e048fedf9749516d89cd98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1863056 Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Cr-Commit-Position: refs/heads/master@{#707701}
-
Hirokazu Honda authored
Bug: 1011281 Test: image_processor_test on atlas (crrev.com/c/1864758) Change-Id: I0ec6e5baee9a77ba5598b6f89d005ed41f16fc0b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864501Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#707700}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f939cb63fdde..68591effc086 git log f939cb63fdde..68591effc086 --date=short --no-merges --format='%ad %ae %s' 2019-10-21 jmadill@chromium.org Vulkan: Store ImageView access in the graph. Created with: gclient setdep -r src/third_party/angle@68591effc086 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@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=jmadill@google.com Bug: None Change-Id: I3149a9b82b5539e8cd42c7441e8884f8a26b1abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870600Reviewed-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@{#707699}
-
Jeevan Shikaram authored
This CL adds aria-hidden tags to elements such as icons and headings that do not need to be read out by chromevox. It also adds an aria-label for the search field. Bug: 1001385 Change-Id: I9fc0ffef28902254000db95bfb177238e575ec74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1861439 Commit-Queue: Jeevan Shikaram <jshikaram@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#707698}
-
Marina Sakai authored
The comment "This key is used for uniquely identifying v8::Private." is repeated everwhere we define a private property key. This CL deletes the repeated comments by adding comments for the private property key in new API created in CL1810511. Bug: 715418 Change-Id: I6e95e826956c90e73c6343895746b7692a337224 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868530Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Marina Sakai <marinasakai@google.com> Cr-Commit-Position: refs/heads/master@{#707697}
-
Will Harris authored
A data encryption key is stored in profile and encrypted with DPAPI. DPAPI is needed during initialization but not during encrypt/decrypt operations. Data encrypted with the new key has a header to indicate the correct key to use, or whether it was originally encrypted with raw DPAPI. This allows code that uses os_crypt to run inside the sandbox as long as Init() is called before lockdown, or the key is manually set by calling SetRawEncryptionKey(). The network process, which uses os_crypt to encrypt some cookies, is now passed the encryption key via the mojo SetEncryptionKey interface, which is already used on macOS for the same purpose. NOTE: Reverting this CL will cause user data loss so please consult before doing so. BUG=1000799 Change-Id: I4453c4efbe52eaf4a264e12eb789219578e9caa6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1842671Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Commit-Queue: Will Harris <wfh@chromium.org> Cr-Commit-Position: refs/heads/master@{#707696}
-
Charles Zhao authored
Bug: 1012936 Change-Id: Ibee8c1e8aa77d3eb034a9e16d30dc3ca1ced6865 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866115Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Commit-Queue: Charles . <charleszhao@chromium.org> Cr-Commit-Position: refs/heads/master@{#707695}
-
dalyk authored
Construct DoH requests using the new disable_secure_dns URLRequest field. Navigations to hostnames that happen to also be DoH hostnames will no longer be unnecessarily downgraded. Change-Id: I769dec1767a5af044bcddc2563d05d6ee999be51 Bug: 985589 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1843332Reviewed-by:
Eric Orth <ericorth@chromium.org> Commit-Queue: Katharine Daly <dalyk@google.com> Cr-Commit-Position: refs/heads/master@{#707694}
-
Alex Danilo authored
Extends panel item testing for all remaining panel types. Exercises the signal callback handler for each panel type to verify correct operation. Bug: 1009318 Tests: browser_tests --gtest_filter="FileManagerJsTest.FilesDisplayPanel" Change-Id: Iae4c25bd7707d7a6d869e5f81a5e0963b3d73307 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1865739 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#707693}
-
- 20 Oct, 2019 29 commits
-
-
Charles Zhao authored
Bug: 1012936 Change-Id: Ia72d9f9fd424940ef09bade1b2b47c274f2b0592 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866226 Commit-Queue: Charles . <charleszhao@chromium.org> Reviewed-by:
Charles . <charleszhao@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#707692}
-
Jay Harris authored
Previously, shortcut creation was handled by the InstallFinalizer. This CL moves that responsibility to the AppShortcutManager. Bug: 860581 Change-Id: I8407977f35ace22772fcd2729a85cc11422d47ea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1862876 Commit-Queue: Jay Harris <harrisjay@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#707691}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/beacd8c81554..f939cb63fdde git log beacd8c81554..f939cb63fdde --date=short --no-merges --format='%ad %ae %s' 2019-10-20 jmadill@chromium.org Revert "Reland "Add more test_utils functions."" 2019-10-20 jmadill@chromium.org Reland "Add more test_utils functions." Created with: gclient setdep -r src/third_party/angle@f939cb63fdde If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@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=jmadill@google.com Bug: chromium:1015810,chromium:1015810 Change-Id: Ic98b3aa844b49ce5ecd01ac203a8d47befe4fa64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870597Reviewed-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@{#707690}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/609ad8c3a60f..ff3029411808 git log 609ad8c3a60f..ff3029411808 --date=short --no-merges --format='%ad %ae %s' 2019-10-20 vapier@chromium.org ts_mon: basic python3 porting for import Created with: gclient setdep -r src/third_party/chromite@ff3029411808 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I73636ee4bb3ae3feff6b4b8fb7267a9ba1800bd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870595Reviewed-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@{#707689}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: If0b6627ebaa5709ee6feb25e8004f4bb1bf817b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870969Reviewed-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@{#707688}
-
Joel Hockey authored
Add check for browser tab drag to only allow between apps with the same name. New feature flag MixBrowserTypesTabs will allow tabs of any browser types or apps to mix. It is disabled by default. Bug: 1012169 Change-Id: Ib525f5008e7585e063ddcd9af70f08a39b71f5f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868215 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#707687}
-
Joel Hockey authored
Apps with tabs require the extra height (42px vs 35px) in order for the tabs to display correctly. Also changed apps with tabs to use default color scheme for tabs rather than having only a single color across the entire frame so that fg vs bg tabs are easily detected. Bug: 1015624 Change-Id: I22a08ee24910ad2c3c6cd40680410be5fc7a7643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868209Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Joel Hockey <joelhockey@chromium.org> Cr-Commit-Position: refs/heads/master@{#707686}
-
Paul Moy authored
Migrate the battery metric collection from runtime_probe to cros_healthd. manual testing, where I cherry-pick crrev.com/c/1779132 and checked /var/log/chrome/chrome for the expected values. Bug: b:128683357 Test: DeviceStatusCollectorTest.TestCrosHealthdInfo and Change-Id: Ia0290d189d7eabf1ec8e878edcd4f56b7025bb04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1847177Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Paul Moy <pmoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#707685}
-
Maksim Sisov authored
This is a reland of 6983e9fa Change: provided a correct include Original change's description: > X11 and Ozone: Move static methods to DWTHLinux. > > At first, I wanted to remove these static methods, but then decided > to keep them and remove later when we no longer need them. > > Bug: 990756 > Change-Id: If6132986e25bb1c8712acdbc90ce29093616bff7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1860341 > Reviewed-by: Thomas Anderson <thomasanderson@chromium.org> > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Maksim Sisov <msisov@igalia.com> > Cr-Commit-Position: refs/heads/master@{#705946} Bug: 990756 Change-Id: Ifc7dc9675aeb0ce9ebf938f1c4660f3d312dbb62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868869 Commit-Queue: Maksim Sisov <msisov@igalia.com> Reviewed-by:
Michael Spang <spang@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#707684}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/d739727b79ee..beacd8c81554 git log d739727b79ee..beacd8c81554 --date=short --no-merges --format='%ad %ae %s' 2019-10-20 jmadill@chromium.org Vulkan: Rename format fields. Created with: gclient setdep -r src/third_party/angle@beacd8c81554 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@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=jmadill@google.com Bug: None Change-Id: I85469a61586e5153d1e02fa9a8344ad1267d58fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869841Reviewed-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@{#707683}
-
Huanzhong Huang authored
In the goal of cookie controls UI getting hidden when (the original) third-party cookie blocking is either managed or turned on by User, this change covers the (previously overlooked) cases where 3p cookie blocking's managed state goes from managed to unmanaged and vice versa. Bug: 967668 Change-Id: I299b4054fe9b89287f7bf39ccd726454f3aaeda8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1866713 Commit-Queue: Huanzhong Huang <huanzhong@chromium.org> Reviewed-by:
Dan Beam <dbeam@chromium.org> Cr-Commit-Position: refs/heads/master@{#707682}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: If707ab3fe0be284b523496e870c6bcff7c7fc7cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870686Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#707681}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/016347045072..d739727b79ee git log 016347045072..d739727b79ee --date=short --no-merges --format='%ad %ae %s' 2019-10-20 jmadill@chromium.org Remove Vulkan repos from exec script whitelist. Created with: gclient setdep -r src/third_party/angle@d739727b79ee If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@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=jmadill@google.com Bug: None Change-Id: If603f033a124550635626329873625071b6d4667 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870610Reviewed-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@{#707680}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/73206e3b8478..609ad8c3a60f git log 73206e3b8478..609ad8c3a60f --date=short --no-merges --format='%ad %ae %s' 2019-10-20 vapier@chromium.org buildbucket_v2/ts_mon: temporarily hack import paths for protobufs Created with: gclient setdep -r src/third_party/chromite@609ad8c3a60f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ide430a728ccbc6b616f02055f12869510acbef32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870593Reviewed-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@{#707679}
-
Daniel McArdle authored
In the attached bug, the query_parser::ParseQueryImpl function is timing out after 25 seconds while parsing a large input (109K). The problem appears to be that the ICU function |ubrk_next| is a little slow. There isn't anything obvious we can do to improve performance, so we will now reject inputs that are larger than ~1/2 of the "bad" input's size. Bug: 1015888 Change-Id: Icd3b1bcf30714fd39ef6700e0f44fbf09efa3c82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1869771Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Dan McArdle <dmcardle@chromium.org> Cr-Commit-Position: refs/heads/master@{#707678}
-
Scott Violet authored
Deprecated flex box only considers box-pack if there is remaining space (https://chromium.googlesource.com/chromium/src/+/master/third_party/blink/renderer/core/layout/layout_deprecated_flexible_box.cc#1053 ish). This patch makes it so flex box does the same if it's emulated -webkit-box. BUG=1014884 TEST=wpt/compat/webkit-box-ignore-box-pack.html Change-Id: Ic15d1f93957ba8923c48e5a3a9864f17af412a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1864321 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#707677}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/2bf23ea84e4f..016347045072 git log 2bf23ea84e4f..016347045072 --date=short --no-merges --format='%ad %ae %s' 2019-10-20 jmadill@chromium.org Revert "util: Always specify default visibility on exports." Created with: gclient setdep -r src/third_party/angle@016347045072 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC jmadill@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=jmadill@google.com Bug: chromium:1015810 Change-Id: I25452b6971b06ef9c2c1a1bb144e2e1680c4d36c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870063Reviewed-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@{#707676}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ieafe6fb377007058280d2a80ad4e4dfe7943ace5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870064Reviewed-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@{#707675}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/115d08786eed..d26e865f413b git log 115d08786eed..d26e865f413b --date=short --no-merges --format='%ad %ae %s' 2019-10-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@d26e865f413b 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 michaelludwig@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=michaelludwig@google.com Bug: None Change-Id: I523bbe8bb3376742a52a0373c7f89f39ee92e481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870656Reviewed-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@{#707674}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: Ia8e02148eee4c385ec84b91300bf127988af2ba1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870609Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#707673}
-
Antonio Gomes authored
This is a preliminary step to Onion souping content::PeerConnectionTracker. The CL migrates both content::PeerConnectionTracker (renderer) and content::PeerConnectionTrackerHost (browser) classes away from old IPC mechanism, to use Mojo. Additionally, the CL removes from: - PeerConnectionTracker * the inheritance from content::RenderThreadObserver, as well as the respective overridden methods, namely OnControlMessageReceived(). - PeerConnectionTrackerHost * the inheritance from content::BrowserMessageFilter and content::BrowserAssociatedInterface, as well as the respective overridden, namely OnMessageReceived(), OverrideThreadForMessage(), OnChannelConnected(), OnChannelClosing(). It is important to note that PeerConnectionTrackerHost now operates solely on the UI thread, so the CL removes some threading jumps between UI and IO threads. Last, content/common/media/peer_connection_tracker_messages.h (which declares the macro-based IPC messages) is now gone. BUG=787254 TBR=jam@chromium.org Change-Id: I3ce5af1853384146d893da2a34c333aad80f5255 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831197 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#707672}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: I3516da98b00cec2eaebf9628bbb8fe796f958b2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1868661Reviewed-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@{#707671}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/11e5ee3a..b32cc651 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: Ic8d7a088440be72d137459db7896c5bc80006a81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870082Reviewed-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@{#707670}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9889d509ed9f..115d08786eed git log 9889d509ed9f..115d08786eed --date=short --no-merges --format='%ad %ae %s' 2019-10-20 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go deps Created with: gclient setdep -r src/third_party/skia@115d08786eed 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 michaelludwig@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=michaelludwig@google.com Bug: None Change-Id: I17fb746195631cfb028665892aee2b6cf264d96c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870039Reviewed-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@{#707669}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/44412d65ef68..3fc7fb089205 Created with: gclient setdep -r src-internal@3fc7fb089205 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: I5a804ea882709571d3d5f26069930da3f3442408 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870411Reviewed-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@{#707668}
-
Robert Ogden authored
Records the query response latency for cookie and history. Bug: 995437 Change-Id: I902a503963a27c33f18034c7c490ad238594097c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870112 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Ryan Sturm <ryansturm@chromium.org> Cr-Commit-Position: refs/heads/master@{#707667}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/14960d0333f2..73206e3b8478 git log 14960d0333f2..73206e3b8478 --date=short --no-merges --format='%ad %ae %s' 2019-10-20 vapier@chromium.org qemu: port to python 3 Created with: gclient setdep -r src/third_party/chromite@73206e3b8478 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I587eb4bfe7410b1b03b218f3e93817f017dc1a5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870410Reviewed-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@{#707666}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0f7f76b0a98b..44412d65ef68 Created with: gclient setdep -r src-internal@44412d65ef68 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: I76187eb2f903fc37fc0cd12b5a36dba96701fe64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1870409Reviewed-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@{#707665}
-
Eric Orth authored
Allows DnsClient::CancelProbesForContext() to cleanly cancel probes when still waiting on initial startup delay. Nulling the |url_request_context_for_probes_| was not sufficient for this case because the context was already bound in the delayed task. For testability, moved MockDnsTransactionFactory to be visible from dns_test_util.h instead of just being a private internal class of MockDnsClient. Allows use with a real DnsClient for DnsClientTests. Bunch of code churn from moving, but no real change to MockDnsTransactionFactory other than adding a |doh_probes_running_| to track when the probes have been started or canceled. Fixed: 1015555 Change-Id: I09a23bc3e90267723d76f727be3bf5390ad6ca37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1867443Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#707664}
-