1. 27 Mar, 2015 36 commits
  2. 26 Mar, 2015 4 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