[go: up one dir, main page]

  1. Publish DEPS for Chromium 57.0.2987.146
    
  2. Incrementing VERSION to 57.0.2987.146
    
    Cr-Commit-Position: refs/branch-heads/2987@{#909}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  3. Incrementing VERSION to 57.0.2987.145
    
    Cr-Commit-Position: refs/branch-heads/2987@{#908}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  4. Reset is_ticking_ when calling AnimationPlayer::RemoveFromTicking
    
    it_ticking_ isn't cleared in this path. This means that future
    animations wont be started since UpdateTickingState will think that its
    already ticking and wont add itself to the AnimationHost's ticking
    players list.
    
    I believe the omission in
    https://crrev.com/e7592f02242026970af0a6425928e5271a52f79d was that
    when the scrolling Element is unregistered the ElementAnimations will
    be removed from AnimationHost. In contrast, the AnimationPlayer lives on.
    That's why ElementAnimations didn't need to clear the active/ticking
    flag but AnimationHost does.
    
    BUG=704410
    CQ_INCLUDE_TRYBOTS=master.tryserver.blink:linux_trusty_blink_rel
    
    Review-Url: https://codereview.chromium.org/2791513002
    Cr-Commit-Position: refs/heads/master@{#460966}
    (cherry picked from commit a064840eb26683687c53dc6fa6b5c29a2c418b5c)
    
    Review-Url: https://codereview.chromium.org/2803503002 .
    Cr-Commit-Position: refs/branch-heads/2987@{#907}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  5. [Merge M57] Fix crash on drag attemp when view is not available.
    
    BUG=704832
    TEST=Manually as desribed in comment #5. content tests extended
    TBR=avi@chromium.org
    NOTRY=true
    NOPRESUBMIT=true
    
    Review-Url: https://codereview.chromium.org/2787583002
    Cr-Commit-Position: refs/heads/master@{#461265}
    (cherry picked from commit fb9dbe97eb9b44c90b42f4c2754393e6896a3d04)
    
    Review-Url: https://codereview.chromium.org/2796103003
    Cr-Commit-Position: refs/branch-heads/3029@{#579}
    Cr-Branched-From: 939b32ee5ba05c396eef3fd992822fcca9a2e262-refs/heads/master@{#454471}
    (cherry picked from commit 986fc24f7f0d56f646ce21b3a3246a9673665ab6)
    
    Review-Url: https://codereview.chromium.org/2794303003
    Cr-Commit-Position: refs/branch-heads/2987@{#906}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  6. Merge "Fix a corner case that after the device is powered on, the internal device which was active before the device is shut down is discovered after the external device."
    
    > BUG=698809
    >
    > Review-Url: https://codereview.chromium.org/2780423004
    > Cr-Commit-Position: refs/heads/master@{#461173}
    > (cherry picked from commit 16e103e585d6f5f641fa524932916e7f9d655bbc)
    
    Review-Url: https://codereview.chromium.org/2792343004 .
    Cr-Commit-Position: refs/branch-heads/2987@{#905}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  7. Incrementing VERSION to 57.0.2987.144
    
    Cr-Commit-Position: refs/branch-heads/2987@{#904}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  8. Incrementing VERSION to 57.0.2987.143
    
    Cr-Commit-Position: refs/branch-heads/2987@{#903}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  9. Incrementing VERSION to 57.0.2987.142
    
    Cr-Commit-Position: refs/branch-heads/2987@{#902}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  10. Incrementing VERSION to 57.0.2987.141
    
    Cr-Commit-Position: refs/branch-heads/2987@{#901}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  11. [wrapper-tracing] Emite write barrier upon associating a wrapper
    
    Whenever we assign a reference that should be traced into V8 we need to
    emit a write barrier. We automatically emit write barriers for
    TraceWrapperv8Reference. However, we still use a regular (weak)
    Persistent in ScriptWrappable, so we need to emit the barrier there
    manually.
    
    A follow up should convert the reference in ScriptWrappable to
    TraceWrapperv8Reference.
    
    BUG=chromium:702490
    
    Review-Url: https://codereview.chromium.org/2759243002
    Cr-Commit-Position: refs/heads/master@{#458357}
    (cherry picked from commit a2011780ffefd6f9c120b80651015b3f6646244b)
    
    Review-Url: https://codereview.chromium.org/2785423002 .
    Cr-Commit-Position: refs/branch-heads/2987@{#900}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  12. Incrementing VERSION to 57.0.2987.140
    
    Cr-Commit-Position: refs/branch-heads/2987@{#899}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  13. Revert "[wrapper-tracing] Emite write barrier upon associating a wrapper"
    
    This is causing compile failures due to:
      Cannot open include file: 'platform/heap/VisitorImpl.h'
    
    This reverts commit 24f8804aa139486723395483bda7015d3c57e1b2.
    
    BUG=706985
    TBR=mlippautz@chromium.org
    
    R=dimu@google.com, govind@google.com, mlippautz@chromium.org
    
    Review-Url: https://codereview.chromium.org/2788023002 .
    Cr-Commit-Position: refs/branch-heads/2987@{#898}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  14. Incrementing VERSION to 57.0.2987.139
    
    Cr-Commit-Position: refs/branch-heads/2987@{#897}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  15. [wrapper-tracing] Emite write barrier upon associating a wrapper
    
    Whenever we assign a reference that should be traced into V8 we need to
    emit a write barrier. We automatically emit write barriers for
    TraceWrapperv8Reference. However, we still use a regular (weak)
    Persistent in ScriptWrappable, so we need to emit the barrier there
    manually.
    
    A follow up should convert the reference in ScriptWrappable to
    TraceWrapperv8Reference.
    
    BUG=chromium:702490
    
    Review-Url: https://codereview.chromium.org/2759243002
    Cr-Commit-Position: refs/heads/master@{#458357}
    (cherry picked from commit a2011780ffefd6f9c120b80651015b3f6646244b)
    
    Review-Url: https://codereview.chromium.org/2783203002 .
    Cr-Commit-Position: refs/branch-heads/2987@{#896}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}
    
  16. Incrementing VERSION to 57.0.2987.138
    
    Cr-Commit-Position: refs/branch-heads/2987@{#895}
    Cr-Branched-From: ad51088c0e8776e8dcd963dbe752c4035ba6dab6-refs/heads/master@{#444943}