~webapps/unity-chromium-extension/14.04

« back to all changes in this revision

Viewing changes to npapi-plugin/src/unity-webapps-binding-dispatcher.c

  • Committer: Tarmac
  • Author(s): Alexandre Abreu
  • Date: 2013-09-16 15:40:39 UTC
  • mfrom: (227.1.5 latest)
  • Revision ID: tarmac-20130916154039-oj5t4j3stjrog9sz
Release version 3.0
Remove tab integration
Keep webapps installation scheme
Keep website api injection but only handle the init() w/ a default desktop file generated to launch the webbrowser-app in chromeless mode
.

Approved by PS Jenkins bot, Robert Bruce Park.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
  ,
201
201
  DECLARE_UNITY_WEBAPPS_BINDING(application_repository_get_resolved_application_name)
202
202
  ,
 
203
  DECLARE_UNITY_WEBAPPS_BINDING(application_repository_generate_desktop_for_url_launch)
 
204
  ,
 
205
  DECLARE_UNITY_WEBAPPS_BINDING(application_repository_add_desktop_to_launcher)
 
206
  ,
203
207
  DECLARE_UNITY_WEBAPPS_BINDING(service_set_xid_for_browser_window_id)
204
208
  ,
205
209
  DECLARE_NOTIFY_BINDING(notification_init)