- 31 Jul, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/03677716c86d..3186e69eb799 2020-07-31 jacktfranklin@chromium.org Component bridges: export the generated class 2020-07-31 pfaffe@chromium.org [eslint] Ensure that linting doesn't crash on a custom it.skip 2020-07-31 sadym@chromium.org Allow simulating Idle Detection in the Sensors tab 2020-07-31 janscheffler@chromium.org Migrate `front_end/changes` to `devtools_entrypoint` 2020-07-31 petermarshall@chromium.org tests: Use source maps for better error output for e2e tests 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/+doc/master/autoroll/README.md Bug: chromium:1090802,chromium:1101738,chromium:1104096 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ie63690a06288e08e8955545cecdfe10e7e2c50f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332555Reviewed-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@{#793640}
-
Richard Knoll authored
This implements success and failure notifications and adds the optional token to connection request notifications. Bug: 1102348 Change-Id: Ie2509d23f399a9a905a79100732697b3608563ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327490 Commit-Queue: Richard Knoll <knollr@chromium.org> Reviewed-by:
Alex Chau <alexchau@chromium.org> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#793639}
-
Hans Wennborg authored
LLD will sort the binary section based on a call-graph profile when such profile information is available in the object files. Since the last Clang roll, that information gets written to the object files when building with a profile (as is done on Android). Since call-graph sorting leads to larger binaries on Android, and we already have good section order files there, tell the linker to disable it. Bug: 1110413, 1107461 Change-Id: I4f37c57dd65437c4269b0e216f64102ae233aeeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332398Reviewed-by:
Nico Weber <thakis@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#793638}
-
Samuel Huang authored
This fixes merge failure for build/config/BUILDCONFIG.gn. Change-Id: I7c4a1709835b2b04e79f5751abd9341848027791 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331294Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#793637}
-
Travis Skare authored
Add user actions for page vs. image context menu. Bug: 1106111 Change-Id: I95f99f9835b22336371a7c1f4da49c0faef28013 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2320419Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Travis Skare <skare@chromium.org> Cr-Commit-Position: refs/heads/master@{#793636}
-
Leonard Grey authored
This is a first draft of a command source that handles basic Chromium commands independent of actual content (like tabs, windows, bookmarks, etc.) The purpose for now is just to provide something that can be interacted with when the view layer is added. Accordingly, commands have been chosen on the basis of: it's something we would like to implement and it has a cross-platform translation that works for this context. (NB: I didn't try particularly hard to find all of these) There's also a stubbed out fuzzy finder which is not fuzzy in the least at the moment. Bug: 1014639 Change-Id: I08282aed82ba9fb1c62e592088e774a02479142e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327820 Commit-Queue: Leonard Grey <lgrey@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#793635}
-
Sophey Dong authored
Bug: 1079467 Change-Id: I44219c4ff69ffeafaac048784e90dc372a043794 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330301Reviewed-by:
Gayane Petrosyan <gayane@chromium.org> Commit-Queue: Sophey Dong <sophey@chromium.org> Cr-Commit-Position: refs/heads/master@{#793634}
-
Viktor Semeniuk authored
This change fixes Password Check section after loading indicator was added to the Passwords screen. Now password check section reflects actual status of the Check on creation instead of disabled state. Bug: 1075494 Change-Id: I902b97448f358552df7dcf88370a8d8a824ff66b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326230Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Cr-Commit-Position: refs/heads/master@{#793633}
-
Jonathan Ross authored
This test has begun flaking since an Angle roll landed: https://chromium-review.googlesource.com/c/chromium/src/+/2330032/2 This change marks it as retry while the Angle team looks to revert the cause. TBR=ynovikov@chromium.org TEST=webgl_conformance_vulkan_passthrough_tests on Intel GPU conformance/context/context-size-change.htm Bug: 1111652 Change-Id: I78b442589af66fac14ebe6bdf1002d4e5f15d607 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332836Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#793632}
-
Jeffrey Young authored
BUG=None TEST=None Change-Id: I43e5195637cd82d5843fd2af445f90d5f4870e27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327511 Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#793631}
-
Dave Tapuska authored
We need to call into the gpu factories and assign the rendering color space so the easiest way to do that is add a new method to the platform object. BUG=1097816 Change-Id: I68e5c279b3b9d923a2e77af050b92e74c578230d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316825 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#793630}
-
Peter Kasting authored
* Improve comments * Make DEPS block "third_party/abseil-cpp" and "absl" both * Update formal "allowed on" date to date this lands * Remove visibility restrictions Bug: 1096380 Change-Id: I10f615cfd02c397a988f73e4548cdf2309b44b81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2327638 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Auto-Submit: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#793629}
-
Matt Menke authored
With the removal of Link Doctor, it's no longer being used. Bug: 1030281 Change-Id: Idc3151dc439d9bba88455a8e109214f4b67f4cc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324505Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#793628}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/fc8ba49c06f7..4470ba1491e5 2020-07-31 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skcms from 8da4cb002cb4 to b1f9041ffe31 (1 revision) 2020-07-31 ethannicholas@google.com SkSL include files are now stored in a binary format 2020-07-31 bsalomon@google.com Add option to LazyYUVImage to build mip maps 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 borenet@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 Bug: None Tbr: borenet@google.com Change-Id: Ie09c8adc6acec1e47f4360dd13074d1d8ea050e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332552Reviewed-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@{#793627}
-
Thomas Nguyen authored
For view-source file scheme URL, clicking on omnibox will inject back file:/// in the middle, which is inconsistent with https behavior. This CL will not elide the file scheme in this case. Bug: 1096066 Change-Id: I99bde8e868fd3799386da7920c7cf79303b30968 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2323337 Commit-Queue: Eric Lawrence [MSFT] <ericlaw@microsoft.com> Reviewed-by:
Tommy Li <tommycli@chromium.org> Auto-Submit: Thomas Nguyen <haitung.nguyen@avast.com> Cr-Commit-Position: refs/heads/master@{#793626}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 86-4181.3-1594638142-benchmark-86.0.4205.0-r1 to 86-4183.39-1595842708-benchmark-86.0.4208.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I19b1f1a9dc9ae92ea3782182d3dc3fc5fc815650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331918Reviewed-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@{#793625}
-
Liviu Tinta authored
The study name is the same as the Finch experiment here: https://critique-ng.corp.google.com/cl/323785153 Bug: 1098466 Change-Id: I86a3ad6f35bf3cf0e099d3b13c7815b6fca9dd02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329934 Commit-Queue: Liviu Tinta <liviutinta@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#793624}
-
Marc Treib authored
It was used by the UssMigrator which was deleted a few months ago. Bug: 1084499 Change-Id: I792e2493aed494229a0b0c6c3cdd34892630a2e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332175 Commit-Queue: Rushan Suleymanov <rushans@google.com> Auto-Submit: Marc Treib <treib@chromium.org> Reviewed-by:
Rushan Suleymanov <rushans@google.com> Cr-Commit-Position: refs/heads/master@{#793623}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/01ef15ed..2a2392d4 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I2fadaf3525edf01e4e9d8e6dceed16472c2f1831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331861Reviewed-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@{#793622}
-
adamta authored
Ensures that label and menu button don't surpass Discover feed cards in Bling NTP. Mulder team recommends hardcoding a value since they can't easily expose the card content width. Bug: 1109685, 1085419 Change-Id: I2458a48464625d58009317cef3e4fc4ffc3453df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2325378 Commit-Queue: Adam Trudeau-Arcaro <adamta@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#793621}
-
Matthias Körber authored
Disabled test due to a P1 flakiness bug. TBR: twellington@chromium.org Bug: 1111655 Change-Id: I772ff68d69dfc415cff8945ac8c514d4ad877a74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332159Reviewed-by:
Matthias Körber <koerber@google.com> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#793620}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/f6c424bb5923..4766bd88cf78 2020-07-31 fmayer@google.com Merge "Remove HeapGraph.type_names." 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ia869b98520c9b1b3e6b247fdfd7a0e4b22c4a74a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332548Reviewed-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@{#793619}
-
Benjamin Beaudry authored
This change adds the containing block offset inside NGPhysicalOutOfFlowPositionedNode and NGLogicalOutOfFlowPositionedNode. This is part of the work for handling layout of positioned elements at the fragmentainer level rather than at the containing block level. A follow-up change will make use of this offset to compute where the layout of an OOF positioned node should start in a multicolumn context. Bug: 1079031 Change-Id: I2e3370a4ec0a4011203d0c3e916a64584aceaa2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321405 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Alison Maher <almaher@microsoft.com> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#793618}
-
Jeffrey Young authored
Add new UMA Ash.Assistant.AnimationSmoothness.ResizeAssistantPageView to be used in animation smoothness tast tests. BUG=b:161888779,b:161700638 TEST=open launcher, press assistant key, view chrome://histograms TEST=press assistant key, search "weather" view chrome://histograms Change-Id: Idef3e07e9ca13ce34e26727d82fc05e1b6512a43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2314236 Commit-Queue: Jeffrey Young <cowmoo@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sammie Quon <sammiequon@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Tao Wu <wutao@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#793617}
-
Michael Crouse authored
This is a reland of 57fd8da7 This improves the test that was flaking and disables it on ChromeOS for now. Bug filed to improve test reliability. Original change's description: > [LiteVideo] Observe MediaPlayer rebuffer events to stop throttling. > > This change adds plumbing to allow the LiteVideo optimization to > observe when rebuffer events occur so that all throttling can be > stopped. > > A future change will record the even in the user blocklist and > record the event in UKM. > > Bug: 1082554 > Change-Id: I9109fe221800b355e46c78e80254f75f433f9448 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316849 > Reviewed-by: Tarun Bansal <tbansal@chromium.org> > Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> > Reviewed-by: rajendrant <rajendrant@chromium.org> > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Commit-Queue: Michael Crouse <mcrouse@chromium.org> > Cr-Commit-Position: refs/heads/master@{#793232} TBR=dalecurtis@chromium.org,tbansal@chromium.org Bug: 1082554 Change-Id: I8ead8df5c6e0046bc4d7f6c592307e66f5676762 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330076 Commit-Queue: Michael Crouse <mcrouse@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#793616}
-
Bence Béky authored
https://quiche.googlesource.com/quiche.git/+log/74ee66401627..2146ce8055a5 $ git log 74ee66401..2146ce805 --date=short --no-merges --format='%ad %ae %s' 2020-07-30 wub Stop tracking http response size and latency from QuicConnectionStats. Not protected. 2020-07-30 fayang Internal QUICHE change 2020-07-30 dschinazi Introduce QUIC version T051 2020-07-30 renjietang Rename retransmission in QuicTransmissionInfo to first_sent_after_loss. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I29b23fae215c01ca61f52ff0ae07dcc0ab3ca1e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2331290 Commit-Queue: David Schinazi <dschinazi@chromium.org> Auto-Submit: Bence Béky <bnc@chromium.org> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Cr-Commit-Position: refs/heads/master@{#793615}
-
Joey Arhar authored
Before this patch, the "today" button in the popup date picker for <input type=date> will be disabled if today's month is outside the range of any valid month, but if today's particular day of the month is not within the valid range of days, the button will be enabled rather than being disabled. This patch checks the day of the month in addition to the month when deciding to enable or disable the "today" button. Bug: 1105813 Change-Id: I25fdc0a5656bcfe42920db0410b30037b942b2a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2302911 Commit-Queue: Joey Arhar <jarhar@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Reviewed-by:
Ionel Popescu <iopopesc@microsoft.com> Cr-Commit-Position: refs/heads/master@{#793614}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7d627545cbb4..81bbd7199a2e 2020-07-31 terelius@webrtc.org Roll chromium_revision 88f89d7a..4d0815dc (793251:793545) 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ie0ec7a99c7de6ec0896517a3e74f7a4da01743a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332545Reviewed-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@{#793613}
-
Mugdha Lakhani authored
PrerenderManagerFactory will not move to components, PrerenderContents will. Remove the dependency of the former from the latter. Bug: 1096088 Change-Id: I712e44976122efca9d1e1343bf05d06ea16c81a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329537 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#793612}
-
Clark DuVall authored
This also fixes another related bug where the filename was incorrect in the notification being displayed on Q. The issue is that Q already has the location in the form of a content URI, so we can just use that directly. Bug: 1111448 Change-Id: I20485efab2a93abd439bd972d00bde908183aa2f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330943Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#793611}
-
Matthias Körber authored
This CL adds the new tokens for addresses and validation statuses for more structured addresses and names to the AutofillProfileSpecifics. Change-Id: If1c05447703f08b65a203208953b314f5f35a256 Bug: 1099202 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2321308 Commit-Queue: Matthias Körber <koerber@google.com> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#793610}
-
Olivier Robin authored
ExitReason requires iOS14 SDK. Do not test the values if compiled with iOS13 SDK. Change-Id: I2a9a2669cef2c80ffc131e16b2d22ddd8adec1b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332696 Auto-Submit: Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#793609}
-
Chris Hamilton authored
This merges the various token definitions to a single file for each of C++ definitions, Mojo definitions and Mojo traits. BUG=1096617 Change-Id: I2e2f1f95324ffd9ec95d44ffc26ca9f8f5b59565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2330652Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Chris Hamilton <chrisha@chromium.org> Cr-Commit-Position: refs/heads/master@{#793608}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/06f2818574c9..03677716c86d 2020-07-31 alexrudenko@chromium.org Fix line name labels positioning 2020-07-31 janscheffler@chromium.org Migrate `front_end/cookies_table` to `devtools_entrypoint` 2020-07-31 janscheffler@chromium.org Migrate `front_end/snippets` to `devtools_entrypoint` 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/+doc/master/autoroll/README.md Bug: chromium:1101738,chromium:1106681 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id543108ab8979c50f2cf36966b9c73c0cf0bc79e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332541Reviewed-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@{#793607}
-
Renato Silva authored
LoginAuthUserView::SetAuthMethods has been misusing its AuthMethods enum to control the visibility of the pin pad on the lock/login screen. Change the code so that it properly uses AuthMethods to indicate if PIN authentication is possible and use an extra parameter to control the visibility of the pin pad. Bug: 1075994 Change-Id: I8f1a2eea009dc0d922f02bc9ced3f7005f773b83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2328860Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Renato Silva <rrsilva@google.com> Cr-Commit-Position: refs/heads/master@{#793606}
-
Sean McAllister authored
This migrates is_linux (which is also set for chromeos) to explicitly include chromeos as is_linux || is_chromeos in preparation for separating those flags. Bug: 1110266 Change-Id: I2820ed1b76d5eed10947d5150a392551efef18c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326293 Commit-Queue: Sean McAllister <smcallis@google.com> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#793605}
-
Gauthier Ambard authored
This CL makes sure that the AUTOMATIC UserAgentType is restored in the WebState when the flag to have the AUTOMATIC UserAgent is enabled. In some cases (for example after updating the flag), the session is restored with the AUTOMATIC UserAgent, leading to a DCHECK. Bug: None Change-Id: Iceb9e8b2af25db987e80f07e9fbb2911d0c4f0c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2329709Reviewed-by:
Ali Juma <ajuma@chromium.org> Reviewed-by:
Sebastien Lalancette <seblalancette@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Auto-Submit: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#793604}
-
Matt Mueller authored
The 10.15 test expectation for SSLUITest.SHA1IsDefaultDisabled has been fixed. Bug: 973650, 1108632 Change-Id: If10c88e4f12c9844dbbc0c28afd1ca9dce4af637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2324803 Auto-Submit: Matt Mueller <mattm@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#793603}
-
Michael Thiessen authored
Bug: 1065377 Change-Id: Id51e30bb496513a30d639fc62537ffd525f10da8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2326450Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#793602}
-
Tim Volodine authored
Flaky on Marshmallow Tablet Tester. BUG=1111770 NOTRY=true TBR=fhorschig@chromium.org Change-Id: I7e4d763801e30badc42dd54e25f1a38dc8c1c864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332400Reviewed-by:
Tim Volodine <timvolodine@chromium.org> Commit-Queue: Tim Volodine <timvolodine@chromium.org> Cr-Commit-Position: refs/heads/master@{#793601}
-