1. 27 Mar, 2015 34 commits
  2. 26 Mar, 2015 6 commits
    • dpranke's avatar
      Remove old references to cpu_arch, os from GN files. · c3290855
      dpranke authored
      Now that os and cpu_arch are no longer needed or used anywhere.
      
      R=brettw@chromium.org, rockot@chromium.org
      BUG=344767
      CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:android_chromium_gn_compile_dbg,android_chromium_gn_compile_rel;tryserver.chromium.win:win8_chromium_gn_rel,win8_chromium_gn_dbg;tryserver.chromium.mac:mac_chromium_gn_rel,mac_chromium_gn_dbg
      
      Review URL: https://codereview.chromium.org/1017273002
      
      Cr-Commit-Position: refs/heads/master@{#322499}
      c3290855
    • dyen's avatar
      Only destroy GPUTracer if the pointer is not empty. · 8ef65988
      dyen authored
      R=vmiura@chromium.org
      BUG=471049, 467202
      
      Review URL: https://codereview.chromium.org/1033093002
      
      Cr-Commit-Position: refs/heads/master@{#322498}
      8ef65988
    • dougsteed's avatar
      Increase tolerance for receiver's certificate expiry · 7018ce63
      dougsteed authored
      Increase the maximum allowed remaining lifetime for the
      receiver's self-signed cert to 4 days.
      
      This is being increased from 2 days because errors are
      being seen in the field because of sender clocks being off.
      
      In the future, we might find a way to warn the user that
      their clock might be off, but for now just changing the
      tolerance seems the right approach.
      
      BUG=467736
      
      R=mfoltz@chromium.org
      
      Review URL: https://codereview.chromium.org/1011133005
      
      Cr-Commit-Position: refs/heads/master@{#322497}
      7018ce63
    • rockot's avatar
      Docserver: Fix API refresh task names · 7c5cf152
      rockot authored
      So these tasks have been queueing with different path names than
      those used by the template processor. The latter uses "Unix name"
      equivalents of the API features, while the former was not.
      
      For example, "apps/appviewTag" has been caching as such but the
      template looks for "apps/appview_tag". It's unclear when this
      incongruity appeared but it explains several "my-docs-arent-updating"
      bugs that have appeared in the past several weeks.
      
      This changes the refresh servlet to queue API refresh tasks using
      API features in unix_name form, resolving the incongruity.
      
      BUG=471019
      TBR=kalman@chromium.org
      
      Review URL: https://codereview.chromium.org/1038993002
      
      Cr-Commit-Position: refs/heads/master@{#322496}
      7c5cf152
    • jackhou's avatar
      [Mac] Restore the Chrome main menu if there are no windows on the active space. · 0c169fe7
      jackhou authored
      When an app window closes, we skip restoring the Chrome main menu if
      there are other windows to minimize the number of times the main menu is
      changed. This doesn't work if the other windows are on different spaces.
      This ensures the Chrome menu is restored if there are no other windows
      on the active space.
      
      BUG=467323
      
      Review URL: https://codereview.chromium.org/1024363002
      
      Cr-Commit-Position: refs/heads/master@{#322495}
      0c169fe7
    • dnicoara's avatar
      x11: Reset the window handle after destroying it · a7927193
      dnicoara authored
      GLSurface::Destroy() could be called from outside the GLSurface
      implementation. Since it is also called in NativeViewGLSurfaceGLX's
      destructor, calling Destroy() twice will cause a BadWindow error.
      
      BUG=470004
      
      Review URL: https://codereview.chromium.org/1034173004
      
      Cr-Commit-Position: refs/heads/master@{#322494}
      a7927193