summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Quick cleanup.Jocelyn Turcotte2013-06-127-98/+7
* Start simplifying WebContentsDelegateQtPierre Rossi2013-06-125-111/+33
* Don't depend on QApplication for cursorFlashTimePierre Rossi2013-06-121-2/+4
* Rename remaining references of blinq to QtWebEngine.Jocelyn Turcotte2013-06-112-7/+7
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-116-47/+85
* Use QUrl::fromUserInput in the QtQuick viewPierre Rossi2013-06-111-4/+1
* Add more missing license headersPierre Rossi2013-06-117-0/+287
* And shell is out !Pierre Rossi2013-06-1012-42/+434
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-104-27/+0
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-1017-2184/+9
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-107-203/+266
* Make sure NativeViewQt constructors are being called on delete.Zeno Albisser2013-06-071-0/+1
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-062-8/+25