1. 04 Nov, 2019 17 commits
  2. 03 Nov, 2019 21 commits
  3. 02 Nov, 2019 2 commits
    • Xianzhu Wang's avatar
      web_tests/FlagSpecificConfig · 15355b21
      Xianzhu Wang authored
      It specifies the name of the flag-specific expectation file
      under web_tests/FlagExpectations and the baseline directory under
      web_tests/flag-specific, in the following format:
      
        {
          "name": "short-name",
          "args": ["--arg1", "--arg2"]
        }
      
      When at least --additional-driver-flag=--arg1 and
      --additional-driver-flag=--arg2 are in run_web_tests.py command line,
      or --flag-specific=short-name is in the command line,
      we will find web_tests/FlagExpectations/short-name for the additional
      expectation file and web_tests/flag-specific/short-name for the
      additional baseline directory.
      
      Bug: 1019501
      Change-Id: Idf0621abc89efc18cd17f9a9612074aa9d7de298
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894069
      Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org>
      Reviewed-by: default avatarSteve Kobes <skobes@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#712013}
      15355b21
    • Jan Wilken Dörrie's avatar
      [string16] Prepare //sandbox for base::string16 switch · 4e88a3c4
      Jan Wilken Dörrie authored
      This change prepares //sandbox/win for the upcoming base::string16
      switch to std::u16string by replacing existing base::string16 and base::char16
      usages with std::wstring and wchar_t.
      
      Furthermore, it introduces explicit conversions to and from base::string16
      at API boundaries where necessary.
      
      Bug: 911896
      Change-Id: I96ae433a94d133d16c10b15d6db650eafeaece04
      Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1816409
      Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
      Reviewed-by: default avatarWill Harris <wfh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#712012}
      4e88a3c4