1. 23 Jan, 2014 - 1 commit
  2. 13 Jan, 2014 - 3 commits
  3. 10 Dec, 2013 - 1 commit
    • Zoltan Arvai's avatar
      Fix wrong cwd in getChromiumSrcDir(). · d7c5850b
      Zoltan Arvai authored
      
      Working directory can be wrong when calling getChromiumSrcDir.
      On Windows cwd is inside Chrome source directory when it called
      from repack_locales.py that causes git config to return empty
      value. This causes the function to fall back to snapshot directory
      even if upstream is used.
      
      Changing cwd to qtwebengine_root, running git config and restoring
      original cwd resolves the problem.
      
      Change-Id: I1bef84ce791f63d3c9e7d6c9506e99c0c53cfc3e
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      d7c5850b
  4. 03 Dec, 2013 - 1 commit