1. Aug 25, 2015
  2. Aug 24, 2015
    • Andras Becsi's avatar
      Fix the build on embedded linux · 937ff1c5
      Andras Becsi authored
      
      This patch:
          - adds required options to the embedded_linux.pri config
          - adds missing events_ozone.gyp:events_ozone_evdev dependency
          - fixes pkg-config not to pick host paths when cross compiling
          - implements missing functions of the OzonePlatform interface
          - updates the submodule to include fixes for chromium
      
      Change-Id: I77b384738fa7d41938a68c10a007728b10d7db28
      Reviewed-by: default avatarAllan Sandfeld Jensen <allan.jensen@theqtcompany.com>
      937ff1c5
  3. Aug 03, 2015
  4. Jul 30, 2015
  5. Jul 28, 2015
  6. Jul 27, 2015
  7. Jul 19, 2015
  8. Jul 15, 2015
  9. Jul 02, 2015
  10. Jul 01, 2015
  11. Jun 23, 2015
  12. Apr 24, 2015
  13. Apr 15, 2015
    • Andras Becsi's avatar
      Fix QtCreator loading of qtwebengine.pro · ada6b1a1
      Andras Becsi authored
      
      When QtCreator loads qtwebengine.pro some parsing errors
      are shown if it picks up the system python3 for basic detection.
      Although we do not plan to support python3 with all of our
      scripts (since Chromium does not) these simple cases can
      be fixed by using the function version of python's print.
      This patch also adds the Chromium source path to the core
      INCLUDEPATH so that Chromium headers are indexed as well.
      
      Change-Id: Ia6dec1c776fdcddf875fb8e814d8fb33b7340989
      Reviewed-by: default avatarMichael Brüning <michael.bruning@theqtcompany.com>
      ada6b1a1
  14. Apr 14, 2015
  15. Mar 12, 2015
  16. Mar 06, 2015
  17. Mar 04, 2015
  18. Feb 23, 2015
  19. Feb 19, 2015
  20. Feb 16, 2015
  21. Feb 02, 2015
  22. Jan 20, 2015
    • Michael Brüning's avatar
      Check for python version 2, minor version 7 and up when building. · 8cac7eb5
      Michael Brüning authored
      
      Python 3 is not supported by the Chromium build system and
      installation of the Qt WebEngine libraries will fail.
      
      Change-Id: Ie402c069afecf087de8521401ed4261e74df8b87
      Task-number: QTBUG-43242
      Reviewed-by: default avatarAndras Becsi <andras.becsi@theqtcompany.com>
      8cac7eb5
    • Zeno Albisser's avatar
      Update Chromium to version 40.0.2214.28 and ninja to 1.5.3. · 390a6fda
      Zeno Albisser authored
      * scoped_refptr operator for implicit conversion to pointer has
        been disabled upstream: https://codereview.chromium.org/510323002
      * Group permission API as done upstream:
        https://codereview.chromium.org/622793002
      * content_worker gyp target has been removed upstream.
      * GetPageThumbnailData moved to DevToolsManagerDelegate.
      * ui/ui_resources has been renamed to ui/resources
      * WebPreferences and ResourceType have moved inside content.
      * Merge ResourceBundle's InitSharedInstanceLocaleOnly with InitSharedInstanceWithLocale():
        https://codereview.chromium.org/457103003
      * Remove obsolete accessibility events.
      * AX_EVENT_SELECTED_TEXT_CHANGED has been renamed to AX_EVENT_TEXT_SELECTION_CHANGED
      * AX_ROLE_MATH_ELEMENT was removed upstream. https://codereview.chromium.org/695133002
      * Screen::IsDIPEnabled has been removed upstream. https://codereview.chromium.org/672823002
      * Update DevToolsHttpHandlerDelegateQt according to ShellDevToolsManagerDelegate.
      * Various functionality from DevToolsHttpHandler was moved to DevToolsManagerDelegate
        https://codereview.chromium.org/560323005
      * DevToolsHttpHandler::Start expects a scoped_ptr now.
      * Make sure event_factory_evdev.h is not included when USE_OZONE is not defined
      * ErrorPageParams was moved into namespace error_page.
      * Media Access is now handled by ContentBrowserClient::CheckMediaAccessPermission
      * SpecialStoragePolicy moved to namespace storage
      * Add implementation for new pure virtual function BrowserContext::GetSSLHostStateDelegate.
      * RenderPass::Id was renamed to RenderPass::RenderPassId
      * Include view_messages.h for ViewHostMsg_TextInputState_Param
      * CERT_UNABLE_TO_CHECK_REVOCATION has been deprecated by Chromium:
        https://codereview.chromium.org/449743002
      * MailboxManager::ConsumeTexture only takes the mailbox as an argument
      * Replace RWHVQt::TextInputStateChanged with RWHVQt::TextInputTypeChanged.
      * RenderWidgetHostView::ScrollOffsetChanged has been removed.
      * SkBitmap::Config was removed upstream.
      * CopyFromCompositingSurfaceCallback has become an own type.
      * AcceleratedSurfaceInitialized only takes route_id as an argument.
      * ServerBoundCertService has been renamed to ChannelIDService.
        Related API has been renamed accordingly.
      * TextureImageTransportSurface was removed upstream.
      * Update MediaCaptureDispatcher::OnMediaRequestStateChanged signature.
      * AudioStream related functions are gone upstream.
        https://codereview.chromium.org/569713002
      * Add implementation for RenderWidgetHostViewQt::GetLastScrollOffset.
      * Include generic touch_device implementation.
      * switches::kDisableDesktopNotifications was removed upstream.
        https://codereview.chromium.org/607843002
      * PageTransition moved to ui.
      * Messages headers are not guarded. Including them multiple times does hurt.
      * ScaleGestureDetector does not create a standalone GestureDetector anymore.
        https://codereview.chromium.org/501503003
      * MotionEvent::Cancel and Clone are not virtual anymore.
        https://codereview.chromium.org/502993004
      * Exclude os_exchange_data_provider_mac from build.
      * Remove argument from ScopedClipboardWriter ctor.
        https://codereview.chromium.org/558913003
      
      
      * Remove ShowPopupMenu override from WebContentsQt.
        The function is not pure virtual anymore,
        and we never implemented any specifics.
      * Do not use clang on desktop linux.
      * Request functions in ContentBrowserClient
        were merged into RequestPermission.
      * ninja: use configure.py --bootstrap instead of bootstrap.py
      
      Change-Id: I3575612826db7845461a949b4e737264bb4e8d88
      Reviewed-by: default avatarPierre Rossi <pierre.rossi@theqtcompany.com>
      390a6fda
  23. Jan 19, 2015
  24. Jan 16, 2015
  25. Jan 15, 2015
  26. Jan 07, 2015
  27. Dec 03, 2014
  28. Dec 02, 2014
  29. Oct 29, 2014