1. 20 Jun, 2016 9 commits
    • maksim.sisov's avatar
      Change SPDY to call request_callback after data is sent. · 8d2df66d
      maksim.sisov authored
      This cl makes SPDY to match HTTP and QUIC implementations
      and call the request_callback only after data is sent.
      
      The unittests are corrected accordingly.
      
      Review-Url: https://codereview.chromium.org/2064593002
      Cr-Commit-Position: refs/heads/master@{#400629}
      8d2df66d
    • ssid's avatar
      [telemetry] Add new tracing benchmark for background mode memory-infra · d07de964
      ssid authored
      The memory infra category cannot be included in existing tracing
      benchmark because it creates large memory dumps in single event in
      "DETAILED" mode, so it changes the metrics measured. The memory-infra
      cannot be turned on just for "BACKGROUND" or "LIGHT" mode since the
      reference builds do not support the Tracing.Start api with trace config
      or the background mode at all. We also do not want to disable the
      tracing benchmark on reference builds. So, new benchamrk is added to
      measure overhead of memory-infra in background mode.
      The trcaingMetrics contains the metrics needs to track the overhead of
      memory infra in the traces, so the bencmark just tracks the
      tracingMetrics.
      
      BUG=618514
      CQ_EXTRA_TRYBOTS=tryserver.chromium.perf:android_s5_perf_cq;tryserver.chromium.perf:mac_retina_perf_cq
      
      Review-Url: https://codereview.chromium.org/2052753002
      Cr-Commit-Position: refs/heads/master@{#400628}
      d07de964
    • patricialor's avatar
      Mac: Use a generic interface for testing the certificate viewer. · 63b0c3d1
      patricialor authored
      Refactor the Mac certificate viewer browser tests to work on a generic interface
      in preparation for http://crrev.com/1779383002, which refactors the certificate
      viewer to remove some Cocoa dependencies for the MacViews browser.
      
      Additionally, remove unneeded code used to resize/reposition the certificate
      viewer after switching tabs by ignoring mouse events while the certificate
      viewer is hidden instead.
      
      BUG=613880
      
      Review-Url: https://codereview.chromium.org/2039823002
      Cr-Commit-Position: refs/heads/master@{#400627}
      63b0c3d1
    • henryhsu's avatar
      Always enqueue an empty buffer when flush · 25d324e3
      henryhsu authored
      If decoder receives flush after surface ran out, decoder does not
      flush the last frame since decoder is waiting the surface.
      Enqueue an empty buffer and it will trigger flush after all pending
      inputs are done.
      
      BUG=b:29403962
      TEST=cts test pass, vda unittest pass, crosvideo.appspot.com works well
      
      Review-Url: https://codereview.chromium.org/2074133002
      Cr-Commit-Position: refs/heads/master@{#400626}
      25d324e3
    • amistry's avatar
      Remove all mojo and IPC dependencies on dynamic annotations. · d12c4d7b
      amistry authored
      BUG=None
      TBR=jam@chromium.org for //ipc build files
      
      Review-Url: https://codereview.chromium.org/2084443002
      Cr-Commit-Position: refs/heads/master@{#400625}
      d12c4d7b
    • skia-deps-roller's avatar
      Roll src/third_party/skia/ 875e13ca0..452ba8806 (1 commit). · 9f7c5f27
      skia-deps-roller authored
      https://chromium.googlesource.com/skia.git/+log/875e13ca0990..452ba88066b5
      
      $ git log 875e13ca0..452ba8806 --date=short --no-merges --format='%ad %ae %s'
      2016-06-19 brianosman Revert of Integers can now be passed as uniforms (patchset #1 id:1 of https://codereview.chromium.org/2076143003/ )
      
      CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel
      TBR=brianosman@google.com
      
      Review-Url: https://codereview.chromium.org/2081593002
      Cr-Commit-Position: refs/heads/master@{#400624}
      9f7c5f27
    • chrome-cron's avatar
      Updating trunk VERSION from 2773.0 to 2774.0 · c63a4842
      chrome-cron authored
      Cr-Commit-Position: refs/heads/master@{#400623}
      c63a4842
    • bshe's avatar
      Fix js error in VK on debug build · 465d55d0
      bshe authored
      The js error is because we forgot to add hotrodmode field in API's json
      file. This CL should fix it.
      
      BUG=620936
      
      Review-Url: https://codereview.chromium.org/2072333002
      Cr-Commit-Position: refs/heads/master@{#400622}
      465d55d0
    • tapted's avatar
      Mac: Prevent mouse events reaching subviews while a window has an attached Sheet · ceec40ad
      tapted authored
      It's currently possible to show a context menu for just about anything
      in Chrome while the window has a modal sheet displayed (the exception is
      the tab strip, which has a check in -[TabView menu]). This makes all
      sorts of weird stuff possible, like showing a `Print` dialog for the
      webcontents over the supposedly modal `Edit bookmark` dialog.
      
      To fix, have the shared (and mostly boring) ancestor view, class
      FastResizeView, override -[NSView hitTest:] to return itself when the
      window has an attached sheet. This nerfs the context menus. (note: zoom
      still works: that's handled by -[NSWindow sendEvent:] and seems to do
      separate hit-testing when a sheet is displayed).
      
      The TabStrip is in the titlebar, not a subview of FastResizeView, so it
      also needs to check. This makes the check in -[TabView menu] obsolete.
      We can't check "higher up" since the buttons in the window frame should
      behave as before.
      
      Note the mainMenu still functions as before. So a print dialog can still
      be displayed. Just not via a context menu.
      
      BUG=528871, 617895
      TEST=Right-click the bookmarks toolbar and open a modal dialog (e.g.
      Edit..., Add Page..., Add Folder...). Then:
      
      - Right-clicking in the omnibox,tab strip or elsewhere shouldn't show a
      context menu.
      - Middle-clicking shouldn't close a tab.
      
      Review-Url: https://codereview.chromium.org/1354873002
      Cr-Commit-Position: refs/heads/master@{#400621}
      ceec40ad
  2. 19 Jun, 2016 17 commits
  3. 18 Jun, 2016 14 commits