summaryrefslogtreecommitdiffstats
path: root/lib/resource_context_qt.h
Commit message (Collapse)AuthorAgeFilesLines
* Mark functions with Q_DECL_OVERRIDE where necessary.Zeno Albisser2013-11-141-4/+6
| | | | | Change-Id: I15261c3737a3284b99308453132f09ee7889c444 Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
* Fix the build.Jocelyn Turcotte2013-08-201-0/+1
| | | | | Change-Id: I0d6257d967413de93665e6bd3f06cb49d9e0607a Reviewed-by: Andras Becsi <andras.becsi@digia.com>
* Add implementation for pure virtual functions after updating Chromium.Zeno Albisser2013-08-171-0/+3
| | | | | Change-Id: Id760a1b39b5f9efeea49e49183b1fcc68fd54f8f Reviewed-by: Pierre Rossi <pierre.rossi@gmail.com>
* Fix some style inconsistencies in the header file.Michael BrĂ¼ning2013-08-071-4/+4
| | | | | | | Changed the header #defines to UPPERCASE_CLASS_NAME_H. Change-Id: I49dec91d7a97808c1b9618df6d985939fd84babb Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
* Add more missing license headersPierre Rossi2013-06-111-0/+41
|
* And shell is out !Pierre Rossi2013-06-101-4/+4
| | | | | | | Introduce a few more bits of our own very basic implementations (URLRequestContextGetter and NetworkDelegate subclasses). Still need to figure out the appropriate dependancies in blinq.gypi
* Stop relying on ShellBrowserClientPierre Rossi2013-06-041-0/+33
We now have our own minimalistic subclass, which still makes use of some shell parts.