summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a python script to generate the chromium .pak resource files.Zeno Albisser2013-07-182-3/+4
* Add support for file and data url scheme.Zeno Albisser2013-07-167-1/+201
* Set up TransportSecurityState for UrlRequestContext.Michael Brüning2013-07-121-0/+4
* Add missing header for ThreadRestrictions.Zeno Albisser2013-07-111-0/+1
* Remove unneeded code from BrowserMainPartsQtAndras Becsi2013-07-092-21/+4
* Do not leak singletons in WebEngineContextAndras Becsi2013-07-092-14/+20
* Refactor process initialization codeAndras Becsi2013-07-092-119/+124
* Get rid of or upstream chrome_path patch for zygoteAndras Becsi2013-07-091-28/+21
* Get rid of the need to export content::GetContentClient()Andras Becsi2013-07-093-2/+27
* Cleanup include mechanismPierre Rossi2013-07-041-0/+1
* Fix linking of QtWebEngineProcessAndras Becsi2013-07-046-14/+10
* Disable plugins for nowAndras Becsi2013-07-041-0/+1
* Stop using OverrideCreateWebContentsView for creating the contents viewAndras Becsi2013-07-044-13/+11
* Uncomment and fix implementation of CopyFromBackingStore.Zeno Albisser2013-07-031-17/+33
* Get rid of some more QT_NOT_YET_IMPLEMENTEDAndras Becsi2013-07-033-16/+8
* Implement CreateWebContentsView and exclude web_contents_view_* from build.Zeno Albisser2013-07-021-0/+4
* Implement focus handling functionsAndras Becsi2013-07-028-11/+46
* [Mac] Make sure old style check macros are not exported by AssertMacros.h.Zeno Albisser2013-07-021-0/+9
* Include header for skia::PlatformBitmap.Zeno Albisser2013-07-011-0/+1
* Fix potential null pointer dereference crashAndras Becsi2013-06-281-1/+1
* Update include path for string_util.h.Zeno Albisser2013-06-281-1/+1
* Avoild calls to RenderWidgetHostViewQt::GetNativeView()Andras Becsi2013-06-282-5/+27
* Add function stubs required to be reimplemented on Mac.Zeno Albisser2013-06-272-0/+22
* Implement WebContentsViewQt::GetContainerBoundsAndras Becsi2013-06-272-1/+10
* Replace include by forward declaration in the private headersAndras Becsi2013-06-274-5/+4
* Deduplicate RenderWidgetHostViewQt member in delegatesAndras Becsi2013-06-275-7/+8
* Use WebContentsViewQt::SetPageTitle for title change notificationsAndras Becsi2013-06-254-18/+7
* Deduplicate data in private view classesAndras Becsi2013-06-257-32/+72
* Extract QQuickWebContentsViewPrivate declaration into its own headerAndras Becsi2013-06-253-14/+65
* Adding some missing license headersSergio Ahumada2013-06-251-0/+41
* Fix build with ToTAndras Becsi2013-06-241-1/+1
* Fix the regression introduced by the previous build fix.Michael Brüning2013-06-212-15/+4
* Fix build due to new pure virtuals in RenderWidgetHostView.Michael Brüning2013-06-212-0/+11
* Use QStackedLayout instead of QVBoxLayout.Jocelyn Turcotte2013-06-191-4/+3
* Fix the build.Jocelyn Turcotte2013-06-191-0/+1
* Move RenderWidgetHostViewQt out of the content namespace.Jocelyn Turcotte2013-06-1910-29/+13
* Use Q_PRIVATE_SLOT for QWebContentsViewPrivate.Jocelyn Turcotte2013-06-193-8/+8
* Add missing license headers.Jocelyn Turcotte2013-06-194-0/+164
* Move API layer-only classes back from the shared static lib.Jocelyn Turcotte2013-06-1913-9/+1525
* Simplify the BackingStore handling.Jocelyn Turcotte2013-06-194-38/+18
* Allow the API class to provide the page widget rendering implementation.Jocelyn Turcotte2013-06-1910-25/+377
* Remove an unused member from WebContentsDelegateQt.Jocelyn Turcotte2013-06-194-7/+4
* Hide the p-impl pointer the same way as QObject to be able to use Q_D and Q_Q.Jocelyn Turcotte2013-06-195-27/+66
* define CONTENT_IMPLEMENTATION directly in the common .gypi filePierre Rossi2013-06-192-6/+0
* Disable the back/forward buttons when appropriate.Zeno Albisser2013-06-182-0/+12
* Use QQmlProperty::write instead of Binding item.Zeno Albisser2013-06-181-0/+2
* Add initial API layer for widgets.Zeno Albisser2013-06-187-12/+115
* Add initial API layer for QtQuick and connect the signals accordingly.Zeno Albisser2013-06-185-27/+115
* cleaner content margins for the nested layoutsPierre Rossi2013-06-181-0/+1
* Support QApplication command line argsPierre Rossi2013-06-141-6/+9