1. 31 Dec, 2015 36 commits
  2. 30 Dec, 2015 4 commits
    • lukasza's avatar
      OOPIFs: Deduplicating MHTML parts across frames. · ede9cc06
      lukasza authored
      Previous CL (crrev.com/1386873003) made MHTML serialization work in
      presence of out-of-process iframes, but can potentially include the same
      MHTML part twice.  MHTML with duplicated parts can be rendered by Chrome
      and Internet Explorer without problems (at least according to the
      limited ad-hoc testing I've done), but the unnecessary increase of the
      file size is a performance regression.
      
      After the current CL, the browser keeps track of already serialized
      MHTML parts and communicates them to the renderer/serializer for
      each frame (so they can be deduped).  This fixes the issue pointed
      out above.
      
      BUG=538766
      
      Review URL: https://codereview.chromium.org/1417323006
      
      Cr-Commit-Position: refs/heads/master@{#367206}
      ede9cc06
    • mef's avatar
      Fix net_unittests build errors when enable_bidirectional_stream is set. · e666e9a7
      mef authored
      1. Use int instead of int64.
      2. Define ENABLE_BIDIRECTIONAL_STREAM on net_unittests target.
      
      BUG=516342
      
      Review URL: https://codereview.chromium.org/1557643002
      
      Cr-Commit-Position: refs/heads/master@{#367205}
      e666e9a7
    • skobes's avatar
      Fix retargeting of composited smooth scrolls from the main thread. · ef577721
      skobes authored
      When we transition to RunningOnCompositorButNeedsUpdate, we need to call
      registerForAnimation again to ensure that updateCompositorAnimations is called.
      We also cannot rely on m_lastTickTime since we do not get tickAnimation for
      composited scrolls.
      
      BUG=571680
      
      Review URL: https://codereview.chromium.org/1551933002
      
      Cr-Commit-Position: refs/heads/master@{#367204}
      ef577721
    • apacible's avatar
      Add P2 UMA metrics for Media Router navigations. · 88bd0688
      apacible authored
      This change adds the following metrics:
      - Count of times the help page is opened.
      - Count of times the user explicitly navigates from the route details to sink list.
      - Count of times the user explicitly navigates from the sink list to route details.
      - Count of times the user explicitly navigates from the sink list to cast mode picker.
      
      BUG=547977
      
      Review URL: https://codereview.chromium.org/1548123002
      
      Cr-Commit-Position: refs/heads/master@{#367203}
      88bd0688