summaryrefslogtreecommitdiffstats
path: root/lib/web_engine_context.h
Commit message (Collapse)AuthorAgeFilesLines
* Do not leak singletons in WebEngineContextAndras Becsi2013-07-091-0/+10
| | | | | | | | | Prevent leaking ContentMainDelegateQt, ContentMainRunner and BrowserMainRunner in WebEngineContext so that resources are cleaned up and corresponding notifications are executed. Change-Id: Ib4a13b5e739ed0e60c90bf721a943a3ad19c206c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
* Get rid of BlinqApplication.Jocelyn Turcotte2013-06-111-0/+64
Rename the class to WebEngineContext and keep it as a ref-counted member of pages instead. Also: - Change the user-agent product to QtWebEngine - Don't pass actual command line arguments to Chromium anymore - Allow attaching to the event loop through Before/AfterRun instead of blocking