summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* more files to ignorePierre Rossi2013-06-101-0/+4
* Fix an assert in RenderWidgetHostImpl::GetBackingStore.Jocelyn Turcotte2013-06-104-14/+37
* Cleanup unneeded global variables.Jocelyn Turcotte2013-06-104-27/+0
* Fix undefined symbols in debug builds.Jocelyn Turcotte2013-06-1025-23/+59
* Replace Shell with WebContentsDelegateQt.Zeno Albisser2013-06-108-206/+266
* Make sure NativeViewQt constructors are being called on delete.Zeno Albisser2013-06-071-0/+1
* Fix member order warning.Jocelyn Turcotte2013-06-061-1/+1
* Call WebContents directly in API classes instead of delegating through ShellJocelyn Turcotte2013-06-062-8/+25
* Properly implement a QWidget and QtQuick APIJocelyn Turcotte2013-06-0616-216/+614
* Introduce BrowserMainPartsQt to prepare for Shell removal.Zeno Albisser2013-06-062-2/+69
* remove blinqpageZeno Albisser2013-06-064-200/+0
* Implement support for QtQuick2.Zeno Albisser2013-06-0513-124/+701
* Fix the build with ToT.Jocelyn Turcotte2013-06-051-1/+2
* Stop relying on ShellBrowserClientPierre Rossi2013-06-048-92/+223
* Allow excluding source files from the chromium buildPierre Rossi2013-06-034-39/+16
* Support commenting out the Q_OBJECT macroPierre Rossi2013-06-031-0/+15
* Ensure we only generate one moc action per filePierre Rossi2013-06-031-1/+4
* Fix moc-generating actions missing a trailing ','Pierre Rossi2013-05-311-1/+1
* Add standard license boilerplateSimon Hausmann2013-05-3118-4/+659
* Integrate the event loop with QApplication.Jocelyn Turcotte2013-05-317-229/+255
* Update window titlePierre Rossi2013-05-311-0/+2
* Create the RasterWindowContainer in WebContentsViewQt.Zeno Albisser2013-05-312-6/+4
* Do not derive from ShellMainDelegate.Zeno Albisser2013-05-311-2/+2
* Remove Qt specific m_window member from Shell.Zeno Albisser2013-05-316-186/+49
* remove Gtk left overs.Zeno Albisser2013-05-313-44/+7
* Remove WebContentsViewGtk dependency.Zeno Albisser2013-05-313-5/+47
* do not update chromium by default.Zeno Albisser2013-05-311-2/+6
* Make use of OverrideCreateWebContentsView.Zeno Albisser2013-05-316-598/+60
* Get a blinking cursor in input elementsPierre Rossi2013-05-313-6/+36
* Exclude the scrollbars from being scrolled.Zeno Albisser2013-05-311-1/+1
* Fix a typo in the error message when CHROMIUM_SRC_DIR isn't setPierre Rossi2013-05-311-1/+1
* Use oxygen as a fallback theme.Zeno Albisser2013-05-311-0/+5
* Fix source coordinates for backingstore when reloading.Zeno Albisser2013-05-311-2/+2
* Add fetch step to the update script.Zeno Albisser2013-05-311-0/+1
* PaintToBackingStore: src and dst rect are the same as long as we do not imple...Zeno Albisser2013-05-311-4/+4
* Ease the switching between Debug and Release buildsPierre Rossi2013-05-318-12/+47
* Fix include path after file was moved upstream.Pierre Rossi2013-05-311-1/+1
* Fix scrollingZeno Albisser2013-05-311-6/+6
* Fix flickering when resizing.Zeno Albisser2013-05-312-0/+6
* Make sure that newly created BackingStores respect the size of the view.Zeno Albisser2013-05-312-3/+6
* make the backingstore use a QPixmap instead of QBackingStoreZeno Albisser2013-05-319-90/+70
* Rename gypi_gen to gyp_generatorPierre Rossi2013-05-313-4/+4
* Rename README to README.rstJocelyn Turcotte2013-05-311-0/+0
* Event mapping fixupPierre Rossi2013-05-311-7/+455
* Update READMEPierre Rossi2013-05-311-1/+5
* add patch to remove render_widget_host_view_gtk / web_contents_gtk from build.Zeno Albisser2013-05-312-0/+35
* README edit to add a dependency install step.Jocelyn Turcotte2013-05-311-1/+1
* Introduce RasterWindowContainer to allow reusing the container with different...Zeno Albisser2013-05-2211-125/+752
* Implement moc-ing through the gyp actions mechanismPierre Rossi2013-05-226-127/+65
* Wheel eventsPierre Rossi2013-05-164-30/+98