1. Oct 25, 2013
  2. Oct 16, 2013
  3. Oct 01, 2013
  4. Aug 20, 2013
  5. Jul 31, 2013
    • Pierre Rossi's avatar
      Split out the Widgets and QtQuick integration · 67d042d0
      Pierre Rossi authored
      
      This is the first step to making proper Qt Modules out of QtWebEngine.
      The Widgets integration becomes a proper C++ Qt Module while we make
      the QtQuick side a QML plugin for now (could probably be promoted if
      the need arises).
      
      Code-wise, this means the introduction of a WebContentsAdapterClient
      interface that is subclassed by the private implementation of our API
      classes for delegation of things that are UI specific. Functionality
      from WebContents and the like is exposed via the WebContentsAdapter.
      
      Change-Id: I4ca3395b9fe8502a24e36002cfd5af44067bb6e8
      Reviewed-by: default avatarJocelyn Turcotte <jocelyn.turcotte@digia.com>
      67d042d0
  6. Jul 18, 2013
  7. Jun 17, 2013
  8. Jun 14, 2013
    • Pierre Rossi's avatar
      Make ninja detection a bit more robust · 8fd262f1
      Pierre Rossi authored
      Having ninja in the PATH should be good enough.
      If that didn't work, we try to find it in the most logical location
      relative to CHROMIUM_SRC_DIR and bail out otherwise.
      Since it seems unlikely to vary, and can be convenient to keep persistent,
      we put it in .qmake.cache if qmake uses a cache.
      8fd262f1
  9. Jun 11, 2013
  10. Jun 10, 2013
    • Jocelyn Turcotte's avatar
      Fix undefined symbols in debug builds. · c373b6ca
      Jocelyn Turcotte authored
      process uses the same code as lib and decides at runtime which
      code to run. Fix the debug build by making sure that all infrastructure
      code is available in both process and lib by building common code
      not shared directly through chromium sources in a separate static lib.
      c373b6ca
  11. May 31, 2013
    • Pierre Rossi's avatar
      Ease the switching between Debug and Release builds · c5a19a25
      Pierre Rossi authored
      Change the semantics of getOutDir, introduce getConfigDir.
      Rely on Gyp's configurations mechanism to get a sensible
      path for the BLINQ_PROCESS_PATH in both cases.
      Also make the build smarter in that re-generation of gyp files
      will lead to re-gyping.
      c5a19a25
  12. Apr 29, 2013
    • Pierre Rossi's avatar
      Fix top level .pro file · 08f6085b
      Pierre Rossi authored
      08f6085b
    • Pierre Rossi's avatar
      New qmake approach · 3300873b
      Pierre Rossi authored
      This should allow us to have much better integration by generating the necessary gyp
      files directly from qmake.
      Mostly works for now, though we will most likely need to build the gyp generation
      as we go.
      
        * Out dir logic is still crap and needs to be (re)worked.
        * In the same vein, we probably don't want the generated gyp
        content ending up in the source tree in the long run, which could prove tricky
        with relative paths to sources and all.
      3300873b
  13. Apr 15, 2013
    • Pierre Rossi's avatar
      Build with gyp. · 90d20d5f
      Pierre Rossi authored
      We'll probably add a qmake wrapper for it later, but for now that should do.
      90d20d5f
  14. Apr 11, 2013
  15. Apr 10, 2013