1. 02 Feb, 2015 4 commits
    • tfarina's avatar
      Fix 'gn check' errors in //ui/* targets. · cb1ffc60
      tfarina authored
      Tested with the following configs:
      
      Linux:
      $ gn gen out_gn/Debug
      $ gn check out_gn/Debug
      
      Android:
      $ gn gen --args='os="android" cpu_arch="arm"' out_gn_android/Debug
      $ gn check out_gn_android/Debug
      
      Chromeos:
      $ gn gen --args='os="chromeos"' out_gn_chromeos/Debug
      $ gn check out_gn_chromeos/Debug
      
      BUG=367595, 376000
      TEST=see above
      R=brettw@chromium.org
      TBR=sky@chromium.org
      
      Review URL: https://codereview.chromium.org/872243004
      
      Cr-Commit-Position: refs/heads/master@{#314102}
      cb1ffc60
    • blink-deps-roller's avatar
      Roll src/third_party/WebKit 30d95bc:152dc39 (svn 189308:189310) · db8a11ed
      blink-deps-roller authored
      Summary of changes available at:
      https://chromium.googlesource.com/chromium/blink/+log/30d95bc..152dc39
      
      TBR=
      
      Review URL: https://codereview.chromium.org/891893004
      
      Cr-Commit-Position: refs/heads/master@{#314101}
      db8a11ed
    • shuchen's avatar
      Don't awake suspended IME extension's background except for onActivate. · bef0893a
      shuchen authored
      For suspended IME extension (e.g. XKB extension), don't awake it by IME
       events except onActivate. The IME extension should be awake by other
      events (e.g. runtime.onMessage) from its other pages. This is to save
      memory for steady state Chrome OS on which the users don't want any
      IME features.
      
      BUG=451627
      TEST=Verified on linux_chromeos.
      
      Review URL: https://codereview.chromium.org/884713005
      
      Cr-Commit-Position: refs/heads/master@{#314100}
      bef0893a
    • jam's avatar
      Roll PDFium. · dca0c18e
      jam authored
      This brings in:
      
      b3a788e  Fix GN PDFium build when building all.
      f8af677  Always use the FreeType headers included in PDFium.
      7dc63e6  Fix heap buffer overflow in CPDF_SampledFunc::v_Call
      dc8c950  Don't export any OpenJPEG methods from PDFium.
      71c24b8  Use system FreeType on Linux.
      b38a900  Track formhandles in EmbedderTest class itself
      14b2bb0  Fix infinite recursion in CPDF_RenderStatus::RenderSingleObject().
      1d43e82  Add minimized test cases for stack exhaustion crash to repository.
      cedc562  Merge to Master: Add output scale factor command line parameter to pdfium_test.
      90f9e61  Merge to Master: Cover fpdftext.h API with embeddertests.
      506e6dc  Add embedder test for stream length beyond end of file.
      
      TBR=tsepez
      
      Review URL: https://codereview.chromium.org/883913003
      
      Cr-Commit-Position: refs/heads/master@{#314099}
      dca0c18e
  2. 01 Feb, 2015 24 commits
  3. 31 Jan, 2015 12 commits