- 28 Oct, 2020 40 commits
-
-
Piotr Pawliczek authored
URIs of AppSocket printers saved in version <=R85 contain incorrect path component. As a result, the do not work in versions >=R86. This patch solves the problem by correcting printers URIs loaded from the user profile. BUG=chromium:1139589 TEST=tested on atlas by loading an AppSocket printer saved in the version R85 Change-Id: I664e263c36d78209e0bc1f3d291d1d3403a3c0d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490660 Auto-Submit: Piotr Pawliczek <pawliczek@chromium.org> Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/master@{#821755}
-
Peter Kasting authored
Bug: 772945 Change-Id: I0e4f7eeb0621288165b5f92eecabf6f0f742b92a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504050 Commit-Queue: Peter Kasting <pkasting@chromium.org> Auto-Submit: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Tetsui Ohkubo <tetsui@chromium.org> Cr-Commit-Position: refs/heads/master@{#821754}
-
Gavin Williams authored
Handler takes requests from the Scanning UI to open the select dialog. Bug: 1059779 Change-Id: Id98cdf013a4e020b3055061aac7c9dd945fe9b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497423Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Gavin Williams <gavinwill@chromium.org> Cr-Commit-Position: refs/heads/master@{#821753}
-
arthursonzogni authored
Update the mojo CSP parser: --------------------------- Ignore directives that aren't working in report-only mode. 1) CSP:sandbox is now ignored in report-only mode. This unblocks: https://chromium-review.googlesource.com/c/chromium/src/+/2450093 2) CSP:treat-as-public-address is now ignored in report-only mode. This fixed item (B) from https://crbug.com/1142517 3) CSP:upgrade-insecure-requests is now ignored in report-only mode. This has not effect, because the value used was (for now) derived from blink. Update the blink CSP parser: --------------------------- 1) Take into account CSP:treat-as-public-address. This was previously displaying annoying message: ``` Unrecognized Content-Security-Policy directive 'treat-as-public-address ``` This fixed item (A) from https://crbug.com/1142517 2) Sort enum values in the modified switch statements. Fixed: 1142517 Bug: 1041376, 1142517 Change-Id: I18bbc7220c81eeffdc17e44b21a01d2be7bd0eb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498605Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#821752}
-
Sylvain Defresne authored
The extensions build for Chrome on iOS uses features that are not supported in "catalyst" environment, so disable them when the app is build for that environment. Bug: 1138425 Change-Id: I160ad6b0288f27601d696f8b09fdfe3a3b8e68ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2497453 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Mike Pinkerton <pinkerton@chromium.org> Cr-Commit-Position: refs/heads/master@{#821751}
-
Akhila Veerapuraju authored
The change https://crrev.com/c/2368484 introduced bitmap limits while deserializing the bitmap data in mojom transfer. This regressed large bitmap transfers b/n the processes which used to work before (Ex: Navigator.clipboard.write) The limits were chosen arbitrarily to validate that the image isn't incredibly large due to any programming error, but 32k is not a fair limit. Increase the limit to 64k which can accommodate images from the largest possible canvas(64k is the canvas max possible dimension) Bug: 1142852 Change-Id: I7c6b32d8ac8549b9053178d477e7c7610add3f3f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504012Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Mike Klein <mtklein@google.com> Commit-Queue: Akhila Veerapuraju <dhveerap@microsoft.com> Cr-Commit-Position: refs/heads/master@{#821750}
-
Ian Vollick authored
Adds trace events to HTMLPortalElement::activate, RFHI::OnPortalActivated and PortalHost::OnPortalActivate. In order to correlate the flow events, a trace id is plumbed through activation flow. Bug: 1137916 Change-Id: I8841dff33bfeaf91adc58722311672db8aa59210 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2439016 Commit-Queue: Ian Vollick <vollick@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Lucas Gadani <lfg@chromium.org> Cr-Commit-Position: refs/heads/master@{#821749}
-
Dylan Cutler authored
This change is part of a larger cleanup effort to make the bare CanonicalCookie constructor private. The factory method, FromStorage, is used for loading cookies that have already entered the user agent's storage model into a CanonicalCookie. Bug: 1102874 Change-Id: Iaef8b2773e596c72073dc8bce61f6fd8253d0a66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504089Reviewed-by:
Lily Chen <chlily@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Dylan Cutler <dylancutler@google.com> Cr-Commit-Position: refs/heads/master@{#821748}
-
Josh Nohle authored
The contact and certificate download period is 12 hours. Change the download period of full name and icon URL from 1 hour to 12 hours. There was no good reason why this was 1 hour. In a separate CL, all relevant data will also be downloaded from the Nearby server when Nearby Share is actively in use to ensure freshness. Change-Id: I3772f5c8f88d0129a5d41367fd1222197a0ca938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505590 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#821747}
-
Monica Basta authored
This CL does the following: - Focus the profile name on navigation to the profile creation flow. - Validate the profile name input once the focus from the input field is lost ex: click away, tab, shift + tab. Other fixes: - Ensure the back button is clickable and is on top of the illustartion. - The profile theme info should be two-way binding between the profile picker app and the local profile creation. Any changes in the color should be reflected in the sign in promo. - There is no need to call native to get the profile theme color on every click on the 'Add' button in the profile picker main view. This CL changes the behaviour to only get the color on the first click. - Wrap the username in the remove warning message if it is too long. Bug: 1115056 Change-Id: Iea0247ea9c73965f76bd0bdccddfcc127cb11fdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494811 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#821746}
-
Morten Stenshorne authored
Consumed block-size includes the size taken up in the fragmentainer. When a node is overflowed, we may still generate fragments past the block-end, to hold any overflowing content that spills into subsequent fragmentainers, but using consumed block-size for anything but legacy *positioning* (in the flow thread coordinate space) will produce incorrect results. Since such fragments past the block-end of the node end have no size, we don't have to update the logical height of the LayoutBox at all. Bug: 829028 Change-Id: I7f0a9cde9d9a10b37bd19219705b6b0c8556beba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505141Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#821745}
-
rbpotter authored
Bug: 1132403 Change-Id: Ief77c7d304940fa9eec0c553d91674c0806cb790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2493991Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#821744}
-
Tanmoy Mollik authored
If MOBILE_IDENTITY_CONSISTENCY is on sections related to autofill assistant, safe browsing and metrics settings is moved from SyncAndServicesSettings to GoogleServicesSettings page. This cl imports tests regarding autofill assistant, safe browsing and metrics settings to GoogleServicesSettingsTest as SyncAndServicesSetting is going to be deprecated in the future. This cl does not add any new tests. Bug: 1141414 Change-Id: Iaed8047067c5342c33c309351b2d2cb3d7dd37dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499481 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#821743}
-
Boris Sazonov authored
Fixes the issue when BottomSheet would pass incorrect width to View.measure, resulting in misaligned text views. More details: https://crbug.com/1140983#c6. Bug: 1140983 Change-Id: Ic6824f7727555bfb1c8ecff61d7564197adf0150 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2494920Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#821742}
-
Mario Bianucci authored
The delegated ink trail feature is now adding an ink trail to the screen, so I'd like to make it experimental so its easier for myself and web developers to test it and see how it works. Bug: 1052145 Change-Id: I4cb6167c68cadb8f5b2d3f4c6b0e67507b50d53c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503317Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Mario Bianucci <mabian@microsoft.com> Cr-Commit-Position: refs/heads/master@{#821741}
-
Toby Huang authored
This CL refactors ChromeOSMetricsProvider::UpdateUserTypeUMA() to use the guard clause pattern and removes an unnecessary return statement in a void function. This CL also adds browser tests for the UMA.PrimaryUserType histogram. Bug: 1140768 Change-Id: I19f4f3d3e97b11bc3806bd1c67eca514888fa377 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499171Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#821740}
-
Dave Tapuska authored
Remove unnecessary includes. Move a few param definitions over to content_param_traits_macros.h BUG=1097816 Change-Id: I684d06cb3d518448cbb15049477f4bb3ce65b779 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490247 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Martin Barbella <mbarbella@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#821739}
-
Daniel Cheng authored
Bug: 1047547 Change-Id: I248e707903f3eee7fb494b123768065dd7a7de39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504632Reviewed-by:
Dominik Röttsches <drott@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#821738}
-
Nate Fischer authored
No change to logic, only docs. This updates the Javadoc for @CalledByNative and @CalledByNativeUnchecked to clarify the difference and how each of them behave with respect to Java exceptions. This info is based on an offline conversation with torne@. Test: N/A Change-Id: I4fe7d14d10d5f35abb8db6d6fffe9b680613a2b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504406Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#821737}
-
Nate Chapin authored
Bug: 1139708 Test: http/tests/misc/favicon-link-in-detached-frame.html Change-Id: Ie6428708a3ea3dd80abad835deff189deeeedb28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504577 Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#821736}
-
Alice Wang authored
This CL cleans up criteria in account picker bottom sheet tests that use ambiguous views in the view state refactoring later. Bug: 1138824 Change-Id: Ibf8d3dcf40c5d387d2befbd90b89a114e09fbabb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502429Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#821735}
-
Shengfa Lin authored
No-Try: True Bug: 1123907 Change-Id: I5faf2a3bde9610df72062a888cb40c157a6ec623 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505913Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#821734}
-
Regan Hsu authored
Currently, if the dialog does not receive a 'Connecting' status, it will not advance to the next state. This may happen if there is no bluetooth connection. This CL ensures that the dialog shows the next page upon requesting a connection instead of being stuck in the initial state. Bug: 1141596, 1106937 Change-Id: If671d9c3d5bf2561944707b5686f2dd4a71bb47d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499368 Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#821733}
-
Fredrik Söderqvist authored
Since LayoutObject::SetStyle sets needs-paint-property-update based on StyleDifference we can rely on that and drop the double-work. Make changes to the 'mask' property also set the property-specific mask-changed flag to have it be handled by the generic code. Add LayoutSVGResourceContainer::StyleDidChange matching the tail of the folded function. Bug: 1028063 Change-Id: I010232520ec051e6df1bd21408ae64083d91900d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504314Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#821732}
-
Maggie Chen authored
The bug for CHECK_EQ() was fixed. Remove this TODO. Bug: 622080 Change-Id: I72dcd92171e73854b2be5c7c01a526a4bdb47f08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504068 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Cr-Commit-Position: refs/heads/master@{#821731}
-
Yuta Hijikata authored
Lacros team has decided to rename gn variable is_ash|lacros and macro IS_ASH|LACROS as is_chromeos_ash|lacros and IS_CHROMEOS_ASH|LACROS respectively. This is to make it clearer that these variables are Chrome OS related variables. Bug: 1052397 Change-Id: I7e74ef50af0695809340f9d3645de6487494334e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502061 Commit-Queue: Yuta Hijikata <ythjkt@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#821730}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7b14f2f6e971..270b5c04c234 2020-10-28 johnstiles@google.com Reland "Update the SkSL pool interface to take an allocation size." 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 jcgregorio@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jcgregorio@google.com Change-Id: I154224bd73ac03707297996f52bc3a8a38bc36cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503900Reviewed-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@{#821729}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/40c5681ab92e..804e625def2c 2020-10-28 wl@gnu.org [truetype] Minor update to forthcoming OpenType 1.8.4 standard. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: I569a2e4cba118bdd0c446496b27e51c1f44c9f22 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505589Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Reviewed-by:
Ben Wagner <bungeman@chromium.org> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Ben Wagner <bungeman@chromium.org> Cr-Commit-Position: refs/heads/master@{#821728}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/84b39fecd0ec..d81fd3dbd55e 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 nicolaso@google.com,drott@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1143238 Tbr: nicolaso@google.com,drott@google.com Change-Id: Iab3aea2f27b4f2974e629c3503059abbf48ff58e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505731Reviewed-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@{#821727}
-
Mike Wittman authored
Top level Chrome owners don't have good insight into this code. Delegate ownership to the profiler owners. Change-Id: Ic64be4bbac1cea90af8cabbecb085aa1e1c1905b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2499174Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Mike Wittman <wittman@chromium.org> Cr-Commit-Position: refs/heads/master@{#821726}
-
Kushagra Sinha authored
This is a reland of c9feddbc Original change's description: > Fix use-after-move in AccountManager > > Fix use-after-move in chromeos::AccountManager::GetAccountEmailInternal > callback. > > Change-Id: I463165fe2e642ffed07c5c11c26984d99daf5815 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2495060 > Reviewed-by: Anastasiia N <anastasiian@chromium.org> > Commit-Queue: Kush Sinha <sinhak@chromium.org> > Cr-Commit-Position: refs/heads/master@{#820199} Change-Id: I84cd0a4c2737ff3544bcd8bae8a1418332475fa7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505889Reviewed-by:
Anastasiia N <anastasiian@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#821725}
-
Anders Hartvoll Ruud authored
An @scroll-timeline rule may reference elements with selector(#id) syntax. Whenever the element represented by the selector() function changes, the "effective" CSSScrollTimeline produced by the @scroll-timeline rule changes as well. This CL solves this problem by registering IdTargetObservers for the IDs a CSSScrollTimeline depends on. The IdTargetObservers are registered when at least one Animation is attached, and unregistered when the last Animation is detached. This is similar to how the ScrollTimeline itself is registered/ unregistered with the resolved scroll source when Animations attach/detach. Marking the animation target elements for style recalc (non-animation-style-change) means we'll re-evaluate the @scroll-timeline rule against the current DOM state, and consider whether or not we need a new CSSScrollTimeline for the animation. Bug: 1074052 Change-Id: Iab0c6b8d8b57d7d63283e97355ee5d9948b831a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356506 Commit-Queue: Anders Hartvoll Ruud <andruud@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Reviewed-by:
Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/master@{#821724}
-
chromium-autoroll authored
Roll Chrome Win32 PGO profile from chrome-win32-master-1603831993-ad45cd294d298c80e2b0aad0e49861b0d50b053b.profdata to chrome-win32-master-1603864709-4a33e3e79ae73b19f7bf177e8a5b86afe3924d66.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-win32-chromium Please CC pgo-profile-sheriffs@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:win-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: I645fe7febe6487f98f339a400b6f463a7e1a43c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505116Reviewed-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@{#821723}
-
Steven Bennetts authored
The remaining code only cares about CaptivePortalStatus. This also eliminates the |service_path| argument from GetCaptivePortalState (now GetCaptivePortalStatus) which was unused, and eliminates per-network tracking of state/status in NetworkPortalDetectorImpl. TBR=msarda@chromium.org for minor change to identity_apitest.cc Bug: 1133369 Change-Id: I79bda2d4ec2654725ddad52cbf1f4285283001be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2490669 Commit-Queue: Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Victor Vianna <victorvianna@google.com> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Kartik Hegde <khegde@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#821722}
-
Sorin Jianu authored
This allows COM RPC to call back during non-blocking object calls and eliminates the dependency on IUpdateObserver in the ControlServiceProxy. There are only two interface types in the IDL related to the ControlServiceProxy: IUpdaterControl and IUpdaterControlCallback. A future CL will split the IDL along that seam, to break the definition of public and internal updater interfaces. As a side issue, this CL is fixing a race condition on the ControlServiceProxy destruction. A list of interfaces is also provided to the setup and install code to avoid code duplication of a data structure which needs to match in those two cases. Bug: 1140562 Change-Id: Icfd07f0345a5068fcff8b44119508eb1ae68f0d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2500522Reviewed-by:
Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#821721}
-
sandromaggi authored
Bug: b/171782156 Change-Id: I032f22571e342e47a2d6c8b33ce735fab40acf88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2504313 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Stephane Zermatten <szermatt@chromium.org> Cr-Commit-Position: refs/heads/master@{#821720}
-
Rainhard Findling authored
Bug: 1087263,1139806 Change-Id: I2bafbcb8b9fdd9a806e7d5bef68d200dd025ab4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2505137Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#821719}
-
Mathias Bynens authored
Fixed: chromium:1143205 Change-Id: I95d7797c33c98de901b5c88904ddaac0e757df4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2503695Reviewed-by:
Eric Robinson <ericrobinson@chromium.org> Commit-Queue: Mathias Bynens <mathias@chromium.org> Cr-Commit-Position: refs/heads/master@{#821718}
-
Arthur Hemery authored
ProcessLock.ToString() has grown in size with information such as their cross-origin isolation status and locked origin. To be able to record the full information the crash keys need to be bumped to 256B. Bug: 1142391 Change-Id: Ibdedf81ef4315248337b323734c8241361a8fbea Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2502331Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Commit-Queue: Arthur Hemery <ahemery@chromium.org> Cr-Commit-Position: refs/heads/master@{#821717}
-
Dominik Lang authored
Calling MemoryAllocatorDump::AsProtoInto was causing a DCHECK failure. Bug: 1098746 Change-Id: Iac11e583b7888dfe7e0b673bf47894f3ad038df8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2501481Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#821716}
-