- 11 Mar, 2015 - 1 commit
-
-
Szabolcs David authored
Test alert, confirm and prompt dialogs via test support API. Change-Id: I9057a887491ac68e86ccd87181d4091323f6ee6f Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 09 Mar, 2015 - 1 commit
-
-
Szabolcs David authored
Introduce a new FullScreenRequest object as the parameter of the fullScreenRequested signal and expose the isFullScreen property as read-only. This makes the API harder to misuse. Change-Id: Ibb072ec93843e6df265bd930e8721d244bc2f4bc Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 06 Mar, 2015 - 2 commits
-
-
Peter Varga authored
The testsupport API is used for test those features that are not planned to be accessible via the public API. For example, signals of the chromium's error page should not be visible for the develepor but it is important to test whether the error page is loaded properly. Change-Id: Ie5b3265a207d05649cabd624a001a6ffe2e45971 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Andras Becsi authored
This includes an update to stable version 40.0.2214.115 and a security fix to boringssl. Change-Id: I4e76c9a6357cdf07e1d5ad44cf4fb019060fdfef Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 04 Mar, 2015 - 7 commits
-
-
Szabolcs David authored
- Add a default 0 value for the FindFlags parameter - Update tests and examples - Import documentation from the Widgets side Change-Id: Ifb627a81247028416bc7a31068676ea871f6dcf4 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Paulo Pinheiro authored
This patch enables Quick API to handle multiple certificate errors per requests and update the example projects. Chromium 40 branch raise an certificate error for every resource loaded in a request (.js, .css, .html) instead of only one (previous behavior), so requests with more than one certificate error were automatically rejected. Change-Id: Ibaa3027cd6e7f22b5dc51dcd52f76ccf5ea162d3 Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
Frederik Gladhorn authored
-
Stephan Binner authored
Also add a missing include (for compilation without accessibility) Change-Id: Iea3def18d898e249b82968cd25495b62ffb80cfe Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Fix one class that didn't get refactored right. Change-Id: Id0f2f92d8f68453002524de3c182e572cd657c6a Reviewed-by:
Stephan Binner <stephan.binner@basyskom.com> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Forward the system-jpeg Qt setting to chromium. Change-Id: I646176fdf6a1c7818828dc8b24543cc885cc3688 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Stephan Binner authored
Change-Id: Idb9a384da3aaa118a9b0fb773ca5ba94b96f6bbc Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 03 Mar, 2015 - 2 commits
-
-
Frederik Gladhorn authored
Change-Id: Iffde26e99e32b2043fe54b0afc01f14c508df145
-
Szabolcs David authored
We don't support the hoveredTitle parameter. Change-Id: Ibab3c1c409dbe47855b2f6136b25de2eb080ba1f Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 02 Mar, 2015 - 2 commits
-
-
Sergio Ahumada authored
Change-Id: If9f4b7bcfa4bfffffd5180600981ca0f16f6da8f Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Allan Sandfeld Jensen authored
Adds the QtWebEngineCore namespace to all internal core API. This ensures we don't export any internal symbols in the global namespace. Change-Id: I26af888ea7c6c4c4d0f04c24a377c1a9d3c92751 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 27 Feb, 2015 - 1 commit
-
-
Szabolcs David authored
This API is not experimental anymore. Change-Id: Ide416705f7d9e148133f155f915e8db79fee8e12 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 26 Feb, 2015 - 2 commits
-
-
Andras Becsi authored
Do not remove app_bundle from CONFIG and update the Info.plist file for the Browser example to have the correct resolution on retina displays. This patch also updates the snapshot sha1 to include localization patch and one that removes a additional duplicate lower-case header file that was causing problems during source packaging. [ChangeLog][QtWebEngineWidgets][OS X] Fix example on retina display Change-Id: I682d41ca13d33ec06837ad862924382f4236d76c Task-number: QTBUG-44633 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Simon Hausmann authored
Change-Id: Iabe2fc6ca1b3f989c16bed05f602273b146d17c6 Reviewed-by:
Florian Bruhin <qt-project.org@the-compiler.org> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 23 Feb, 2015 - 1 commit
-
-
Andras Becsi authored
These are needed on Linux, since the core layer can not rely on the shipped third_party/khronos headers because that would break the build on GLES configs. Change-Id: I598f58a9830b31a56425db60b7fc36c3f34f8581 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 22 Feb, 2015 - 1 commit
-
-
Pierre Rossi authored
QObject-based, allowing the same things as the Widgets API in a declarative fashion. Change-Id: I9c9819b691b2098ec47e0536d47ccd2a950126c2 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 21 Feb, 2015 - 1 commit
-
-
Pierre Rossi authored
Allowing programmatic injection of JavaScript to accomplish all sorts of tasks on the render process side. This API gives control over the point during the loading phase at which the script is run, whether it is run on sub-frames or not, as well as the JavaScript world it is run in (either the page's main world, or an arbitrary isolated world). This only has the Widgets API. The Quick API, tests and docs are coming in separate patches Change-Id: Ia1c79f68f8dfd4d964281d9723d09062ed7abe46 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 20 Feb, 2015 - 4 commits
-
-
Allan Sandfeld Jensen authored
Replaces the three volatile bool with two atomic ints and an atomic pointer. Change-Id: Iad41aef4952bbf7de77523ffd729bd00ace68ee9 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Fixes crashes exposed by implementing the qthelp protocol handler for Qt assistant. Change-Id: I0b1153bc52ff82838cde009f1fe1ac46edc43210 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Andras Becsi authored
Update ozone layer to the new snapshot, update the embedded_linux.pri configuration, fix the GLSurfaceQt build on non-x11 linux and update embedded command line switches for the 40.0.2214-based chromium snapshot. This patch also updates the snapshot sha1 to include required chromium changes. Change-Id: I7f9446fa1b67a0af7baee564acff41ae33ff1a94 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
Frederik Gladhorn authored
Change-Id: Idb0ac6490d6faf843acccc11ce68604a878d9ecd
-
- 19 Feb, 2015 - 4 commits
-
-
Szabolcs David authored
Change-Id: Ie5c484540e5a46adec7f4e50cb63bc31d854a8b9 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Introduces API for custom URL scheme as an experimental API in widgets. A QML api is not included yet. Change-Id: Ice4542e5238feb961a4c9c60a809455e31dc1ec6 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Pierre Rossi authored
The navigator object is actually exposed later on from WebCore using a different mechanism, so the V8 extension approach won't work with it. Better take the chrome extensions approach and expose our own. This should "un-break" the part of the web that was broken by eee48292 . Change-Id: I991be2e12bb9ebcf60ace02721497c3fcd923c7f Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu> Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com> Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Frederik Gladhorn authored
To check the XCode version, default_pre has to be run first. Under most circumstances the order is not important since the value gets cached, that's why current builds usually work. Change-Id: I2613e92189592d7b25200e22a378f9f593b5057e Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 18 Feb, 2015 - 3 commits
-
-
Szabolcs David authored
Implement a custom QTEST_MAIN preprocessor macro in order to support hardcoded Chromium content switches in the API tests. Force renderer accessibility to be on instead of enabling it on demand when a screen reader is detected. Change-Id: I9600ac4b26f4656104ce27ff19accbed4ea817c6 Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
Pierre Rossi authored
Add an offset role to the models. Implement goBackAndForward that uses this offset. Also add a complete model, items, that includes current navigation entry (at offset 0) to allow for the Firefox-style single menu, and add that one to the nano browser example. The models are now instantiated lazily as it's unlikely the three models will be used by the same app. Change-Id: Ib551738611497c7eb9c501f045cda315968a2ada Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Allan Sandfeld Jensen authored
Chromium has multiple places where it reads the user-agent, we were only setting one, which appears to no longer be used for most cases. This instead sets it by using the webcontent user-agent override. Change-Id: I77d4d0a21424feda7a18140fb72baacdd6f816ca Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
- 16 Feb, 2015 - 1 commit
-
-
Jani Heikkinen authored
Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: Ieb6bac7a1be5c25eb7cb917495b58b6a870ca6d4 Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
- 14 Feb, 2015 - 1 commit
-
-
Frederik Gladhorn authored
-
- 13 Feb, 2015 - 4 commits
-
-
Pierre Rossi authored
Since we can now rely on deleted functions (supported by MSVC 2013), we can avoid the scenario we had with the last snapshot update where the file picker internal API changed slightly (see 1a744ca4 for more details). Change-Id: Iab26a7834a367f24afe5fbf37fae64639aa9c12e Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Pierre Rossi authored
Add a notify signal to go with the setter. Parent the default-provided channel to the view. Comes with basic documentation. Change-Id: I2bde8153df5928fc92ac36b7fa4d4b3b1da22f53 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Pierre Rossi authored
This allows using the WebChannel integration from the widgets API. Contains documentation, the underlying API for transport is tested by the qml tests already. Change-Id: If5520eddf5d1a9c917df890960e042f53baa42ce Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
Frederik Gladhorn authored
Change-Id: Ic4388b2c28f46ca8047061c049128672041ceb0b
-
- 12 Feb, 2015 - 1 commit
-
-
Pierre Rossi authored
Provide a transport mechanism for WebChannel over chromium IPC and expose WebChannel in our experimental QML API. Co-authored by Milian Wolff. Change-Id: Ia24b1d4ebc8515de677d4849ec33cb55c963918e Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 11 Feb, 2015 - 1 commit
-
-
Pierre Rossi authored
Keeping it in sync with its content equivalent. Change-Id: If0dbd79844b836ee8fe26b1e9c414f355c026302 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-