1. 06 Jan, 2021 3 commits
    • Gordon Seto's avatar
      [CrOS Settings] Create ESimManagerListenerBehavior. · ddf2f3de
      Gordon Seto authored
      Create ESimManagerListenerBehavior, a behavior for observing updates
      to the device's eSIM manager, EUICCs and eSIM profiles. This is needed
      to update the network settings page whenever its eSIM profiles change
      state.
      
      This behavior is required to implement crrev.com/c/2605399, "Install
      pending eSIM profile from network settings."
      
      Bug: 1093185
      Change-Id: Ia996da718e7e3b81ad3fd28ef60d69a54757f84c
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611081Reviewed-by: default avatarAzeem Arshad <azeemarshad@chromium.org>
      Reviewed-by: default avatarKyle Horimoto <khorimoto@chromium.org>
      Commit-Queue: Gordon Seto <gordonseto@google.com>
      Cr-Commit-Position: refs/heads/master@{#840390}
      ddf2f3de
    • Chris Thompson's avatar
      Enable Legacy TLS interstitial by default on iOS · caabdb1b
      Chris Thompson authored
      Bug: 1113359
      Change-Id: I4640e25113cd6cd7ec0031f6a08a743ce3a6b07d
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611905Reviewed-by: default avatarEugene But <eugenebut@chromium.org>
      Commit-Queue: Chris Thompson <cthomp@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#840389}
      caabdb1b
    • Dirk Pranke's avatar
      Revert "Reland "Force Python 3 to be used in build."" · ca4a47a7
      Dirk Pranke authored
      This reverts commit 2084b00a.
      
      Reason for revert: breaks local win dev builds somehow (still investigating)
      
      Original change's description:
      > Reland "Force Python 3 to be used in build."
      >
      > This is a reland of bb97ab9b
      >
      > I believe all of the breakages we encountered on the first
      > go-round have been fixed.
      >
      > Original change's description:
      > > Force Python 3 to be used in build.
      > >
      > > This CL makes Python 3 be the default script executable used by Ninja
      > > to run action() and action_foreach()'s during the build.
      > >
      > > This does *not* mean that everything works with Python3; many targets
      > > may still use Python 2 via the python2_action() and
      > > python2_action_foreach() targets or via custom logic.
      > >
      > > However, it does mean that it should prevent regressions from
      > > creeping in.
      > >
      > > This CL should not be taken to imply that we can start to write
      > > Python3-specific code that can run during the build; we should
      > > still be trying to ensure that everything is compatible with Python2.
      > >
      > > Also, this CL does not enable the use of vpython in actions; we should
      > > still avoid that because vpython is slower than direct Python
      > > invocations.
      > >
      > > Bug: 1112471
      > > Change-Id: I472b032b500715156d955b0758640a7ed0384305
      > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2515787
      > > Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
      > > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > > Cr-Commit-Position: refs/heads/master@{#836234}
      >
      > Bug: 1112471
      > Change-Id: I075999ef45df00708fabe480d4b71fdbf25a2ba6
      > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2591588
      > Commit-Queue: Dirk Pranke <dpranke@google.com>
      > Reviewed-by: Bruce Dawson <brucedawson@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#840331}
      
      TBR=dpranke@google.com,brucedawson@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com
      
      Change-Id: I2c29cc84ea30c4672b704f34dd23db8632549279
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: 1112471
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611699Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
      Commit-Queue: Dirk Pranke <dpranke@google.com>
      Cr-Commit-Position: refs/heads/master@{#840388}
      ca4a47a7
  2. 05 Jan, 2021 37 commits