1. Jan 23, 2014
  2. Jan 13, 2014
  3. Jan 10, 2014
  4. Dec 20, 2013
    • Andras Becsi's avatar
      Improve init-repository.py to fetch up-to-date dependency list · cc9c8e14
      Andras Becsi authored
      This patch introduces a new mechanism to retrieve submodules.
      The utilities in version_resolver.py provide means to download
      the upstream DEPS file for a specified Chromium version.
      This makes it possible to check out the needed svn branches
      and specific revisions used for the release. We still use the
      git repositories found in the upstream .DEPS.git file but since
      it is not regularly updated after the branch-off, we try to match
      the release svn revisions to git shasums which is possible since
      each commit includes git-svn-id's.
      Also add a maintenance tool get_version.py which reads the Chrome
      release information from http://omahaproxy.appspot.com
      
      .
      
      We now pin the latest stable channel Chromium release from branch
      1650 with the version number 31.0.1650.63 and a branch-off date of
      Sept 23rd.
      
      Change-Id: I333ada4250999b442cd244821818bace9e6136f4
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      cc9c8e14
  5. Dec 17, 2013
  6. Dec 16, 2013
  7. Dec 13, 2013
  8. Nov 29, 2013
  9. Nov 28, 2013
    • Jocelyn Turcotte's avatar
      Moving sources to src part 2: Adjust paths. · 1c5e3092
      Jocelyn Turcotte authored
      
      NOTE: To build after this you should rerun init-repository.py or run
      $> git submodule sync
      $> git submodule update
      $> git config qtwebengine.chromiumsrcdir src/3rdparty
      
      This makes everything build by adjusting paths.
      
      Other mixed-in changes:
      - Rename qtwebengine_src variables in scripts to qtwebengine_root to
        avoid confusion.
      - Cleanup the release and debug extra targets that were in lib.pro.
        This file has also been split into src.pro and core.pro.
      
      Change-Id: Ieee9158a65f526b15244eaca59e779b7069d337e
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      1c5e3092
    • Jocelyn Turcotte's avatar
      Moving sources to src part 1: Move files. · fd61d752
      Jocelyn Turcotte authored
      This only move files without adjusting any paths.
      
      This moves:
      - lib/quick -> src/webengine/api (API files)
        lib/quick -> src/webengine (other files)
        This contains the main QtWebEngine module library since
        <ec7b2ee7
      
      >.
      - lib/widgets -> src/webenginewidgets
        Also rename this directory to match its module name and rename Api to api.
      - lib -> src/core
      - process -> src/process
      - resources -> src/core/resources
      - tools/* -> tools/scripts/
      
      The build directory is spread as follow:
      - build/build.pro -> src/core/gyp_run.pro
      - build/qmake_extras/* -> src/core/ (for the host and target .pro files)
      - build/qmake -> tools/qmake
      - Build related scripts -> tools/buildscripts
      
      Change-Id: I0cded1de772c99c0c1da6536c9afea353236b4a1
      Reviewed-by: default avatarZeno Albisser <zeno.albisser@digia.com>
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@gmail.com>
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      fd61d752