1. Aug 20, 2013
  2. Aug 17, 2013
  3. Aug 01, 2013
    • Jocelyn Turcotte's avatar
      Transform QTouchEvent into ui::TouchEvent first. · f3db445d
      Jocelyn Turcotte authored
      
      WebTouchEvents have a slightly different behavior than QTouchEvent in
      that the type of the event is TouchStart for each new point press,
      while Qt sends a TouchBegin only for the first point press.
      
      Since we already need to use ui::TouchEvent to be able to use
      ui::GestureRecognizer, always do this conversion first to also let
      UpdateWebTouchEventAfterDispatch chose the proper event type.
      Some of the code from render_widget_host_view_aura.cc was copied into
      render_widget_host_view_qt.cpp to fill the needed functionality.
      
      Change-Id: Iab1ca0c449b5256a39b5479ce89b662d4e133935
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      f3db445d
  4. Jul 04, 2013
    • Pierre Rossi's avatar
      Cleanup include mechanism · dbade2bc
      Pierre Rossi authored
      
      Add proper support for GYPINCLUDES in gyp_generation.
      Rename the exclusion gypi to a more generic name so we
      can use it for more intrusive changes (we'll need it for mac).
      
      Change-Id: Ie26f579c33d5e35b8c904fab9f448cde11bf0072
      Reviewed-by: default avatarAndras Becsi <andras.becsi@digia.com>
      dbade2bc
  5. Jul 01, 2013
  6. Jun 27, 2013
  7. Jun 21, 2013
  8. Jun 20, 2013
  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. Jun 03, 2013
  12. May 13, 2013
  13. May 06, 2013
  14. May 02, 2013
    • Pierre Rossi's avatar
      Fix Release vs. debug builds · 3a473000
      Pierre Rossi authored
      We simply needed to specify the --toplevel-dir command line argument
      when invoking gyp in order to get a sane out directory structure again.
      Also update the README to reflect a bit better the current state of things.
      3a473000
  15. Apr 29, 2013
    • Simon Hausmann's avatar
      Don't build with aura · 728b0287
      Simon Hausmann authored
      728b0287
    • 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
  16. Apr 17, 2013
  17. Apr 16, 2013
  18. 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