1. 24 Feb, 2015 3 commits
    • pkasting's avatar
      Minor infobar cleanup. · bdbf3b18
      pkasting authored
      * Stop calling GetIconID() as a proxy for having RTTI to detect
        ThreeDAPIInfoBarDelegates.  Just add a downcast function.
      * Slightly more reasonable base class function order.
      * Fix declaration/definition orders to match base class (and each other) in
        other instances where it was noticeably wrong.
      * Keep infobar code consistent about not inlining method definitions in class
        declarations, and making overridden functions private unless otherwise
        necessary.
      
      BUG=none
      TEST=none
      
      Review URL: https://codereview.chromium.org/922953002
      
      Cr-Commit-Position: refs/heads/master@{#317685}
      bdbf3b18
    • dpranke's avatar
      Roll PDFium · a2592d89
      dpranke authored
      This brings in:
      
      28ddd48  Replace second set of #defines with templates in JS_Define.h
      94dd28e  Update GN build files w/ cpu_arch -> current_cpu changes.
      dce5730  Add test for PDF's JS "global".
      a96cc9b  Replace ugly JS_Define macros with templates.
      2da7bd4  Tidy up JS_Defines.h
      7435e8e  Run pixel tests via automated script.
      83c87e5  run_javascript_tests.py: Be more flexible about directory layout.
      
      TBR=jam@chromium.org, tsepez@chromium.org
      BUG=344767
      
      Review URL: https://codereview.chromium.org/948933003
      
      Cr-Commit-Position: refs/heads/master@{#317684}
      a2592d89
    • gunsch's avatar
      Chromecast: disables wifi-based features on ATV. · dc466675
      gunsch authored
      R=lcwu@chromium.org,byungchul@chromium.org
      BUG=internal b/18934906
      
      Review URL: https://codereview.chromium.org/947993003
      
      Cr-Commit-Position: refs/heads/master@{#317683}
      dc466675
  2. 23 Feb, 2015 37 commits