lp://staging/~justinmcp/unity-chromium-extension/webapps-extension
Created by
Justin McPherson
and last modified
- Get this branch:
- bzr branch lp://staging/~justinmcp/unity-chromium-extension/webapps-extension
Only
Justin McPherson
can upload to this branch. If you are
Justin McPherson
please log in for upload directions.
Branch merges
Propose for merging
No branches
dependent on this one.
Ready for review
for merging
into
lp://staging/unity-chromium-extension
- WebApps: Pending requested
-
Diff: 3605 lines (+3408/-0) (has conflicts)38 files modifiedCMakeLists.txt (+24/-0)
COPYING (+674/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+32/-0)
debian/copyright (+10/-0)
debian/rules (+18/-0)
debian/unity-webapps.pem (+15/-0)
debian/webapps-extension.install (+4/-0)
src/CMakeLists.txt (+63/-0)
src/click-handler.cpp (+398/-0)
src/click-handler.h (+56/-0)
src/com.canonical.webapp.installer.json.in (+9/-0)
src/connection.cpp (+152/-0)
src/connection.h (+52/-0)
src/inactivity-timer.cpp (+65/-0)
src/inactivity-timer.h (+56/-0)
src/main.cpp (+101/-0)
src/service-handler.cpp (+75/-0)
src/service-handler.h (+54/-0)
src/service.cpp (+127/-0)
src/service.h (+56/-0)
src/webapps-handler.cpp (+329/-0)
src/webapps-handler.h (+59/-0)
tests/CMakeLists.txt (+2/-0)
tests/unit/connection-host.cpp (+71/-0)
tests/unit/messaging-host.pri (+9/-0)
tests/unit/messaging-host.pro (+12/-0)
tests/unit/tst_connection.cpp (+112/-0)
tests/unit/tst_connection.pro (+14/-0)
tests/unit/tst_connection_host.pro (+14/-0)
tests/unit/tst_inactivity_timer.cpp (+125/-0)
tests/unit/tst_inactivity_timer.pro (+18/-0)
tests/unit/tst_service.cpp (+189/-0)
tests/unit/tst_service.pro (+18/-0)
tests/unit/tst_webapps-handler.cpp (+354/-0)
tests/unit/tst_webapps-handler.pro (+32/-0)
tests/unit/unit.pro (+3/-0)
Branch information
Recent revisions
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/unity-chromium-extension