~ps-jenkins/unity-chromium-extension/trusty-proposed

« back to all changes in this revision

Viewing changes to chromium-extension/unity-api-page-proxy.js

  • 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:
4
4
 */
5
5
setTimeout (
6
6
  function () {
7
 
 
8
7
    var CallbackManagerBuilder = function () {
9
8
      var prepend = 'unity-webapps-chromium-api';
10
9
      var callbacks = {};
129
128
 
130
129
    var api = UnityWebappsApiPageProxyBuilder(sendToApi);
131
130
 
132
 
    UnityWebappsWebkitNotificationApiPageProxyBuilder(sendToApi, window);
133
 
 
134
131
    function unity() {
135
132
    }
136
133
    unity.prototype = {