1. 09 Sep, 2016 2 commits
    • foolip's avatar
      Make Fullscreen::requestFullscreen and exitFullscreen static · 2d25b500
      foolip authored
      Making requestFullscreen and exitFullscreen async like the spec will
      mean that no state on the Fullscreen instances will be modified
      synchronously in the request/exit calls, and the instances may in fact
      end up not being created at all.
      
      The code arguably ends up looking worse with this change alone, but it
      does make it very clear that all events are put in the queue of the
      requesting document, and not for each document involved.
      
      This should not be observable at all, and makes future CLs smaller.
      
      BUG=402421,402376
      
      Review-Url: https://codereview.chromium.org/2325663002
      Cr-Commit-Position: refs/heads/master@{#417446}
      2d25b500
    • felt's avatar
      Trivial TLS warning string change · faa6fd25
      felt authored
      The translate team pointed out that "this" doesn't bind to anything
      in this sentence. We really want to say "the certificate that Chrome
      received" but it would be unweildy, so just changing it to "its".
      
      Internal bug: b/31354544
      R=lgarron@chromium.org
      
      Review-Url: https://codereview.chromium.org/2320843004
      Cr-Commit-Position: refs/heads/master@{#417445}
      faa6fd25
  2. 08 Sep, 2016 38 commits