- 30 Mar, 2017 - 1 commit
-
-
Leena Miettinen authored
...to suppress a QDoc error. Change-Id: I11cb449137af06e11ba4e14a14da97d0088f8416 Reviewed-by:
Michael Brüning <michael.bruning@qt.io>
-
- 26 Jan, 2017 - 1 commit
-
-
Szabolcs David authored
Now the users can create user scripts when they are working with QQuickWebEngineProfiles in C++. Change-Id: I6ada78b1fc44c3f93589eb468578c330a1be9c6f Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 04 Oct, 2016 - 1 commit
-
-
Kai Koehne authored
The term stems from Chromium extensions, which are however overloaded. Sadly there's no good page we can link to inside Chrome/Chromium for the attributes we support ... Change-Id: Ife7fcdba7bdfdbd4b7248b247c4baa188a44867a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 27 Sep, 2016 - 1 commit
-
-
Allan Sandfeld Jensen authored
The src/core/renderer directory is meant to contain files that would be in the renderer process and the chrome/renderer subdirectory in chromium, but a few classes from the browser process and the renderer_host dir has snuck in. This patch cleans up the structure so that classes in the browser that serves as host classes for renderer classes goes in renderer_host. Change-Id: I9333b1322e2246d4da9b4e8cfe6be604f6d996bf Reviewed-by:
Peter Varga <pvarga@inf.u-szeged.hu>
-
- 20 Sep, 2016 - 1 commit
-
-
Kai Koehne authored
Change-Id: Ibb470580404f2b09dc8c7c2de275ade97251d612 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 25 Aug, 2016 - 1 commit
-
-
Leena Miettinen authored
Task-number: QTBUG-55242 Change-Id: Ia02ffaff1c0c39dc61b4aa73b11f8f9a6f7bc174 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 09 Aug, 2016 - 1 commit
-
-
Leena Miettinen authored
Change-Id: I86eea3a64a38f6ec9984f663499abffa03cd9eb2 Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@qt.io>
-
- 05 Apr, 2016 - 1 commit
-
-
Leena Miettinen authored
For example, @include, @match, and @exclude. Change-Id: I16d29b4e72452980e43c8e7c5702e21cccf159d5 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 10 Feb, 2016 - 1 commit
-
-
Szabolcs David authored
These classes can operate user stylesheets too. Change-Id: Ia283af92e52a822b26003ff65e0e7dc391b0904d Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 01 Feb, 2016 - 1 commit
-
-
Jani Heikkinen authored
Update files using old header.LGPL3 to use header.LGPL Update files using old header.FLD to use new header.FDL Update files using old header.BSD to use new header.BSD Change-Id: I36a67aaa8c3ca6c7946308defc9c03c3571a7d23 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
- 20 Jan, 2016 - 1 commit
-
-
Leena Miettinen authored
Change-Id: Ice1b0a403686b4a280b2709a79fe2ed18ace3ab6 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 09 Jan, 2016 - 1 commit
-
-
Joerg Bornemann authored
Every Qt module is built with QT_USE_QSTRINGBUILDER by default. Also define QT_USE_QSTRINGBUILDER in the core API library. Remove superfluous qstringbuilder.h includes. Keep the use of operator% to make sure that QT_USE_QSTRINGBUILDER won't vanish in future build system changes. Change-Id: I41fd036fc4e6063951cd758aaafdf9aefed7dd5a Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 19 Nov, 2015 - 1 commit
-
-
Jocelyn Turcotte authored
QUrl::toLocalFile doesn't handle qrc:// URLs, do like QQuickImageBase instead and use a public utility function to does that conversion. This allows loading qtwebchannel.js and use it in subsequent user scripts. Change-Id: I4791abdc96a7cd1e65ff76b1adeab9f9b250b582 Reviewed-by:
Michael Brüning <michael.bruning@theqtcompany.com>
-
- 29 Mar, 2015 - 1 commit
-
-
Robin Burchell authored
Change-Id: I9674488a95e3d0293c52b854201bb840392a641f Reviewed-by:
Pierre Rossi <pierre.rossi@theqtcompany.com>
-
- 18 Mar, 2015 - 1 commit
-
-
Robin Burchell authored
QtQuick doesn't have a convenient interface to interact with files, and even if that were the case, it would either be more awkward (and with increased overhead -- the price of an extra QObject, property, signal, etc) just to fetch the contents. So, we provide a convenience to allow fetching a user script from a file. Setting the sourceCode directly will reset sourceUrl (if it is set), and setting sourceUrl will ultimately result in a sourceCode change signal, too. Change-Id: Iee5abc0d719e2aeeacf1265f695b5a7efee9e0e8 Reviewed-by:
Andras Becsi <andras.becsi@theqtcompany.com>
-
- 12 Mar, 2015 - 1 commit
-
-
Robin Burchell authored
The name 'source' is unclear, and doesn't match current conventions in QtQuick (e.g. Image::source). Furthermore, such a property inhibits adding convenience API to fetch a user script from an external URI. Change-Id: I518b3963f64f0986f9e2d08fe7c5f69122372e0c Reviewed-by:
Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
-
- 02 Mar, 2015 - 1 commit
-
-
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>
-
- 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>
-