1. 01 Sep, 2014 36 commits
  2. 31 Aug, 2014 4 commits
    • Nico Weber's avatar
      remoting: Suppress a clang warning that fires in atl headers. · f49fcfbf
      Nico Weber authored
      Suppresses
      
      In file included from ..\..\remoting/host/verify_config_window_win.h:10:
      ..\..\third_party\wtl\include\atlapp.h(1683,17) :  warning(clang): using namespace directive in global context in header [-Wheader-hygiene]
      using namespace WTL;
                      ^
      
      BUG=5027,82385
      TBR=jamiewalch@chromium.org
      
      Review URL: https://codereview.chromium.org/526863002
      
      Cr-Commit-Position: refs/heads/master@{#292821}
      f49fcfbf
    • huangs's avatar
      [Local NTP] Implement style updates for Material Design · 00f25d4b
      huangs authored
      Applying new styling, with some refactoring and bug fixes. Details:
      
      - Sizing and positioning tweaks.
      - Change of assets for "X" and for default favicon (if it's missing).
        - Using image as mask, and setting color by CSS (since design uses
          solid colors).
      - The new PNG files have been minimized.
      - Fixed bug: "Undo" and "Restore All" links continue to be selectable
        via tab after they fades out.
      - Alternative Google logo (white): using image as mask and setting
        background color to #eee.  Will delete old image for M39.
      - Theme title color in title.html <iframe>: now injecting it from local
        NTP in "c=RRGGBBAA" format. The old behavior of reading it from
        <iframe> and using it to override "c=RRGGBB" are kept, for
        compatibility with server-side NTP.
      
      BUG=407943
      NOTRY=1
      R=mathp@chromium.org, oshima@chromium.org
      
      Review URL: https://codereview.chromium.org/512583002
      
      Cr-Commit-Position: refs/heads/master@{#292820}
      00f25d4b
    • skia-deps-roller's avatar
      Skia roll 21e6135:700a78d · 1678589c
      skia-deps-roller authored
      https://skia.googlesource.com/skia/+log/21e613505562368e7719215f824fa8b3b4be652d..700a78d72fdf4f09b28446818028b39f31e26b38
      
      CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg
      TBR=jvanverth@google.com
      
      Review URL: https://codereview.chromium.org/525973002
      
      Cr-Commit-Position: refs/heads/master@{#292819}
      1678589c
    • thakis's avatar
      Revert of Revert of clang/win: Fix a few warnings in targets not in... · beb9fd30
      thakis authored
      Revert of Revert of clang/win: Fix a few warnings in targets not in chromium_builder_tests. (patchset #1 id:1 of https://codereview.chromium.org/519463003/)
      
      Reason for revert:
      Reland, wasn't the reason for the redness. (https://codereview.chromium.org/521703002/ was.)
      
      Original issue's description:
      > Revert of clang/win: Fix a few warnings in targets not in chromium_builder_tests. (patchset #3 id:40001 of https://codereview.chromium.org/526513002/)
      >
      > Reason for revert:
      > Speculative, might have broken InstallerStateTest.InitializeTwice on XP: http://build.chromium.org/p/chromium.win/builders/XP%20Tests%20%281%29/builds/32481
      >
      > InstallerStateTest.InitializeTwice (run #1):
      > [ RUN      ] InstallerStateTest.InitializeTwice
      > c:\b\build\slave\win_builder\build\src\chrome\installer\util\installer_state_unittest.cc(639): error: Value of: wcsstr(installer_state.target_path().value().c_str(), BrowserDistribution::GetSpecificDistribution( BrowserDistribution::CHROME_BINARIES)-> GetInstallSubDir().c_str())
      >   Actual: false
      > Expected: true
      > [  FAILED  ] InstallerStateTest.InitializeTwice (219 ms)
      >
      > InstallerStateTest.InitializeTwice (run #2):
      > [ RUN      ] InstallerStateTest.InitializeTwice
      > c:\b\build\slave\win_builder\build\src\chrome\installer\util\installer_state_unittest.cc(639): error: Value of: wcsstr(installer_state.target_path().value().c_str(), BrowserDistribution::GetSpecificDistribution( BrowserDistribution::CHROME_BINARIES)-> GetInstallSubDir().c_str())
      >   Actual: false
      > Expected: true
      > [  FAILED  ] InstallerStateTest.InitializeTwice (109 ms)
      >
      >
      > Original issue's description:
      > > clang/win: Fix a few warnings in targets not in chromium_builder_tests.
      > >
      > > Also don't use "default" as a variable name, as it's a keyword.
      > > Also fix a bug where a wstring was passed to %ls.
      > >
      > > No real behavior change.
      > >
      > > BUG=82385
      > > R=hans@chromium.org
      > > TBR=cpu, vitalybuka
      > >
      > > Committed to pending queue: https://chromium.googlesource.com/chromium/src/+/d7efa09
      >
      > TBR=hans@chromium.org,robertshield@chromium.org,gab@chromium.org,vitalybuka@chromium.org,cpu@chromium.org
      > NOTREECHECKS=true
      > NOTRY=true
      > BUG=82385
      >
      > Committed: https://chromium.googlesource.com/chromium/src/+/dae20dafcfd3ccc439ccc5b3d5e21ad611d13c23
      
      TBR=hans@chromium.org,robertshield@chromium.org,gab@chromium.org,vitalybuka@chromium.org,cpu@chromium.org
      NOTREECHECKS=true
      NOTRY=true
      BUG=82385
      
      Review URL: https://codereview.chromium.org/525013003
      
      Cr-Commit-Position: refs/heads/master@{#292818}
      beb9fd30