1. 01 Sep, 2014 24 commits
  2. 31 Aug, 2014 12 commits
  3. 30 Aug, 2014 4 commits
    • thakis's avatar
      Revert of clang/win: Fix a few warnings in targets not in... · 36c364b1
      thakis authored
      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
      
      Review URL: https://codereview.chromium.org/519463003
      
      Cr-Commit-Position: refs/heads/master@{#292809}
      36c364b1
    • skia-deps-roller's avatar
      Skia roll 7843a24:9e19ce1 · 256383aa
      skia-deps-roller authored
      https://skia.googlesource.com/skia/+log/7843a24ab2c2dc4fe77e82b9689cde953d6abd7c..9e19ce1641422857b850cdedaee40927643b2f42
      
      CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg
      TBR=djsollen@google.com
      
      Review URL: https://codereview.chromium.org/521283002
      
      Cr-Commit-Position: refs/heads/master@{#292808}
      256383aa
    • jvoung's avatar
      Retry Set RequestContextObject for PNaCl pexe fetches, to fix On-Demand update. · efd4b3c8
      jvoung authored
      There was a race condition in the added test check in the previous
      attempt. That made the test Super Flaky. This is more noticeable in the
      Release builds than the Debug build that I was working with.
      (see https://codereview.chromium.org/471233003/)
      
      With a Release build I was able to repro the flakiness (40% failure
      over 200 runs). After the fix, I tested 500 runs and the success rate
      is now 100%. I can't say it won't flake for other reasons, but
      this fixes the main flake that was introduced. Historically,
      the test does ocassionally need to be retried due to timeouts,
      according to the bot log history. We may want to split the
      CORS and the non-CORS test case to see if that will help w/ timeouts.
      
      I didn't want to do that for this patch, since it would get
      much more complicated and this is intended for merging to M38.
      
      Retry with the race condition fixed. Also re-enable the test since
      it got disabled by another CL for being flaky.
      
      BUG=401755
      BUG=315328
      
      Review URL: https://codereview.chromium.org/524683002
      
      Cr-Commit-Position: refs/heads/master@{#292807}
      efd4b3c8
    • noamsml's avatar
      Do not show irrelevant registration promos to supervised and guest users · 00b31698
      noamsml authored
      Hide registration promos for supervised and guest users. Also hide cloud print
      connector section and irrelevant "cloud devices" section (since users cannot log
      in).
      
      BUG=288614,340893
      
      Review URL: https://codereview.chromium.org/521953002
      
      Cr-Commit-Position: refs/heads/master@{#292806}
      00b31698