You can browse the source code for the development focus branch or get a copy of the branch using the command:
bzr branch lp:unity-chromium-extension

There are download files available for WebApps: unity-chromium-extensions.

WebApps: unity-chromium-extensions has 8 active reviews. See all merge proposals.

WebApps: unity-chromium-extensions has 39 active branches owned by 9 people and 2 teams. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:unity-chromium-extension
Series: 14.04
1 Development 2015-01-19 16:49:41 UTC
249. Releasing 3.2.0+15.04.20150119-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2015-01-19 16:49:41 UTC

Releasing 3.2.0+15.04.20150119-0ubuntu1

lp:unity-chromium-extension/15.04
Series: 15.04
1 Development 2015-05-14 16:44:40 UTC
249. Releasing 3.2.0+15.04.20150119-0ubuntu1

Author: CI Train Bot Account
Revision Date: 2015-01-19 16:49:41 UTC

Releasing 3.2.0+15.04.20150119-0ubuntu1

lp:unity-chromium-extension/14.10
Series: 14.10
1 Development 2014-10-29 19:58:45 UTC
247. Releasing 3.0.0+14.04.20140318-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-03-18 20:59:35 UTC

Releasing 3.0.0+14.04.20140318-0ubuntu1

lp:unity-chromium-extension/13.10
Series: 13.10
bug 1 Development 2014-04-05 00:18:52 UTC
241. Releasing 2.4.8+13.10.20140404-0ubunt...

Author: Robert Bruce Park
Revision Date: 2014-04-05 00:18:52 UTC

Releasing 2.4.8+13.10.20140404-0ubuntu1 (revision 240 from lp:unity-chromium-extension/13.10)

lp:unity-chromium-extension/13.04
Series: 13.04
1 Development 2013-07-11 18:25:54 UTC
225. [Impact] Workaround for an issue wit...

Author: Alexandre Abreu
Revision Date: 2013-07-08 15:04:14 UTC

[Impact]

Workaround for an issue with Chromium 27 and 28 and Webapps. Webapps stopped working altogether with those chromium versions. What happened is that any javascript callback function that was called (whatever the stage) from chromium's internal could not access the NPAPI plugin variable (_uwa) that is a javascript object that is a bridge to the WebApps NPAPI plugin. Accessing the variable throws with an exception "NPObject has been deleted" (which is not the case).

The workaround rebinds the variable for every callback to the plugin node.

TECHNICAL DETAILS:
-----------------

There has been some changes recently in chromium 27+ around the v8 bindings' templates separated by world type (either page world or content script private world). Although I am not sure, it seemed to have an impact somewhere in the lookup location for V8NPObject v8 binding variables.

The "NPOBJect has been deleted" exception first occurs when webapps callback in the context_prepare() callback (from a native NPAPI function) that tries to call the plugin using _uwa. The variable is just closed over in the callback but is being looked up in the v8 binding for NPAPI (npObjectInvokeImpl() in WebCore/bindings/v8/V8NPObject.cpp) in the wrong World (page world instead of content script world).

The V8NPObject binding for the NPAPI plugin is apparently created properly (tagged w/ the proper world id) but somewhere along the line (copying?) something goes wrong.

[Test Case]

1. install the unity-chromium-extension,
2. open chromium 28 and make sure that the extension is properly detected (chrome://extensions),
3. go to e.g. facebook.com or bbc.co.uk./news,
4. make sure that a launcher icon appears and the webapps integrates (notifications for bbc and messaging menu for facebook),

[Regression Potential]

None since the fix is strictly confined in the webapps extension and webapps are currently broken.

Approved by PS Jenkins bot, Víctor R. Ruiz.

lp:unity-chromium-extension/12.10
Series: 12.10
1 Development 2013-07-12 13:38:22 UTC
209. Release 2.4.4.1

Author: Alexandre Abreu
Revision Date: 2013-07-12 13:38:22 UTC

Release 2.4.4.1

lp:unity-chromium-extension/trunk
Series: trunk
1 Development 2014-03-18 20:59:35 UTC
247. Releasing 3.0.0+14.04.20140318-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-03-18 20:59:35 UTC

Releasing 3.0.0+14.04.20140318-0ubuntu1

lp:~justinmcp/unity-chromium-extension/1469601 bug(Has a merge proposal) 1 Development 2016-05-11 04:46:51 UTC
257. Add check for new enumeration value i...

Author: Justin McPherson
Revision Date: 2016-05-11 04:46:51 UTC

Add check for new enumeration value in Qt >= 5.5.

lp:~justinmcp/unity-chromium-extension/generic-extension (Has a merge proposal) 1 Development 2015-10-07 04:24:51 UTC
261. Fix leak

Author: Justin McPherson
Revision Date: 2015-10-07 04:24:51 UTC

Fix leak

lp:~justinmcp/unity-chromium-extension/webapps-extension (Has a merge proposal) 1 Development 2015-09-18 06:40:19 UTC
6. WIP

Author: Justin McPherson
Revision Date: 2015-09-18 06:40:19 UTC

WIP

lp:~webapps/unity-chromium-extension/webapps-extension 1 Development 2015-09-16 07:06:14 UTC
4. WIP

Author: Justin McPherson
Revision Date: 2015-09-16 07:06:14 UTC

WIP

lp:~allanlesage/unity-chromium-extension/lcov-versioning (Has a merge proposal) 1 Development 2014-09-15 18:43:56 UTC
248. Correct lcov versioning problem, was ...

Author: Allan LeSage
Revision Date: 2014-09-15 18:42:57 UTC

Correct lcov versioning problem, was breaking coverage build on trusty.

lp:~justinmcp/unity-chromium-extension/native-messaging-base 1 Development 2014-05-19 11:42:19 UTC
248. WIP: remove NPAPI plugin.

Author: Justin McPherson
Revision Date: 2014-05-19 11:42:01 UTC

WIP: remove NPAPI plugin.

lp:~ps-jenkins/unity-chromium-extension/latestsnapshot-2.4.8+13.10.20140404-0ubuntu1 (Has a merge proposal) 1 Development 2014-04-05 00:16:48 UTC
241. Releasing 2.4.8+13.10.20140404-0ubunt...

Author: PS Jenkins bot
Revision Date: 2014-04-04 23:48:50 UTC

Releasing 2.4.8+13.10.20140404-0ubuntu1, based on r240

lp:~ps-jenkins/unity-chromium-extension/latestsnapshot-2.4.8+13.10.20140327-0ubuntu1 (Has a merge proposal) 1 Development 2014-03-28 00:40:28 UTC
240. Releasing 2.4.8+13.10.20140327-0ubunt...

Author: PS Jenkins bot
Revision Date: 2014-03-27 23:49:25 UTC

Releasing 2.4.8+13.10.20140327-0ubuntu1, based on r239

lp:~ps-jenkins/unity-chromium-extension/trusty-proposed 1 Development 2014-03-18 20:59:35 UTC
247. Releasing 3.0.0+14.04.20140318-0ubuntu1

Author: PS Jenkins bot
Revision Date: 2014-03-18 20:59:35 UTC

Releasing 3.0.0+14.04.20140318-0ubuntu1

lp:~ps-jenkins/unity-chromium-extension/latestsnapshot-2.4.8+13.10.20140306-0ubuntu1 (Has a merge proposal) 1 Development 2014-03-07 00:38:40 UTC
238. Releasing 2.4.8+13.10.20140306-0ubunt...

Author: PS Jenkins bot
Revision Date: 2014-03-06 23:51:20 UTC

Releasing 2.4.8+13.10.20140306-0ubuntu1, based on r237

lp:~justinmcp/unity-chromium-extension/clean-extension (Has a merge proposal) 1 Development 2014-02-21 04:25:59 UTC
245. Exclude uncessary files from the pack...

Author: Justin McPherson
Revision Date: 2014-02-21 04:25:08 UTC

Exclude uncessary files from the packed extension.

lp:~ps-jenkins/unity-chromium-extension/latestsnapshot-2.4.8+13.10.20140211-0ubuntu1 (Has a merge proposal) 1 Development 2014-02-11 18:01:48 UTC
238. Releasing 2.4.8+13.10.20140211-0ubunt...

Author: PS Jenkins bot
Revision Date: 2014-02-11 16:58:29 UTC

Releasing 2.4.8+13.10.20140211-0ubuntu1, based on r237

lp:~justinmcp/unity-chromium-extension/remove-tab-integration 1 Development 2013-12-05 05:38:04 UTC
237. Remove tab integration

Author: Justin McPherson
Revision Date: 2013-12-05 05:36:11 UTC

Remove tab integration

lp:~cmiller/unity-chromium-extension/extension-dir bug 1 Development 2013-09-08 22:28:59 UTC
228. Move extension manifest to FHS-suppor...

Author: Chad Miller
Revision Date: 2013-09-08 22:27:25 UTC

Move extension manifest to FHS-supported directory. Chromium 29 in ubuntu
supports it. (LP: #1222565)

lp:~abreu-alexandre/unity-chromium-extension/support-chromium-29 1 Development 2013-09-05 13:09:46 UTC
228. Cleanup older versions of chromium

Author: Alexandre Abreu
Revision Date: 2013-09-05 13:09:09 UTC

Cleanup older versions of chromium

lp:~abreu-alexandre/unity-chromium-extension/support-chromium-27 1 Development 2013-05-28 20:05:47 UTC
224. Add support for chromium 27; remove l...

Author: Alexandre Abreu
Revision Date: 2013-05-28 20:05:12 UTC

Add support for chromium 27; remove legacy chromium versions

lp:~abreu-alexandre/unity-chromium-extension/support-cr-26 bug(Has a merge proposal) 1 Development 2013-04-04 21:15:10 UTC
226. chromium 26: remove unecessary version

Author: Alexandre Abreu
Revision Date: 2013-04-04 21:15:10 UTC

chromium 26: remove unecessary version

lp:~abreu-alexandre/unity-chromium-extension/release-2-4-6 1 Development 2013-03-14 16:27:58 UTC This branch has not been pushed to yet.
lp:~abreu-alexandre/unity-chromium-extension/12-10.fix-1139711 bug(Has a merge proposal) 1 Development 2013-03-05 01:49:04 UTC
206. Fix typo for setCanGoPrevious on the ...

Author: Alexandre Abreu
Revision Date: 2013-03-05 01:44:14 UTC

Fix typo for setCanGoPrevious on the website side (proxy)

lp:~abreu-alexandre/unity-chromium-extension/fix-1071626 bug(Has a merge proposal) 1 Development 2013-01-17 16:48:04 UTC
214. Fix 1071626: Chromium stops accepting...

Author: Alexandre Abreu
Revision Date: 2013-01-17 16:47:15 UTC

Fix 1071626: Chromium stops accepting URLs entered via the address bar after a chromeless WebApp has been launched

lp:~a-v-shkop/unity-chromium-extension/webapps-patches 1 Development 2012-11-18 19:13:29 UTC
207. Fix patches

Author: Alex Shkop
Revision Date: 2012-11-18 19:13:29 UTC

Fix patches

lp:~ubuntu-desktop/unity-chromium-extension/ubuntu bug 1 Development 2012-10-12 16:07:05 UTC
123. releasing version 2.4.2-0ubuntu1

Author: Ken VanDine
Revision Date: 2012-10-12 16:06:53 UTC

releasing version 2.4.2-0ubuntu1

lp:~alexlauni/unity-chromium-extension/static-actions (Has a merge proposal) 1 Development 2012-10-02 16:00:58 UTC
182. merge trunk

Author: Alex Launi
Revision Date: 2012-10-02 00:50:54 UTC

merge trunk

lp:~abreu-alexandre/unity-chromium-extension/add-missing-dep (Has a merge proposal) 1 Development 2012-09-25 14:45:29 UTC
119. update changelog to reflect on depend...

Author: Alexandre Abreu
Revision Date: 2012-09-25 14:45:29 UTC

update changelog to reflect on depends update (polib) - mark as unreleased

lp:~webapps/unity-chromium-extension/quantal bug 1 Development 2012-09-25 13:43:33 UTC
117. Add missing dependancy

Author: Alexandre Abreu
Revision Date: 2012-09-25 13:43:33 UTC

Add missing dependancy

lp:~abreu-alexandre/unity-chromium-extension/update-manifest 1 Development 2012-09-13 21:26:32 UTC
173. Update manifest version

Author: Alexandre Abreu
Revision Date: 2012-09-13 21:24:55 UTC

Update manifest version

lp:~vrruiz/unity-chromium-extension/quantal-autoreconf (Has a merge proposal) 1 Development 2012-09-13 14:48:16 UTC
104. Fix dh_install --fail-missing error

Author: Víctor R. Ruiz
Revision Date: 2012-09-13 14:48:16 UTC

Fix dh_install --fail-missing error

lp:~webapps/unity-chromium-extension/precise 1 Development 2012-08-18 04:00:53 UTC
102. releasing version 2.0-0precise1

Author: Ken VanDine
Revision Date: 2012-08-18 04:00:53 UTC

releasing version 2.0-0precise1

lp:~webapps/unity-chromium-extension/chromium-browser-quantal bug 1 Development 2012-07-31 14:24:56 UTC
761. releasing version 20.0.1132.47~r14467...

Author: Ken VanDine
Revision Date: 2012-07-31 14:24:56 UTC

releasing version 20.0.1132.47~r144678-0ubuntu2+webapps6

lp:~janez-troha/unity-chromium-extension/unity-chromium-extension (Has a merge proposal) 1 Development 2012-07-22 14:36:15 UTC
133. Support for Google Chrome(without chr...

Author: dz0ny
Revision Date: 2012-07-22 14:33:07 UTC

Support for Google Chrome(without chrome.tld). Note user must enable experimetal API via about:flags

lp:~webapps/unity-chromium-extension/chromium-browser.20-precise 1 Development 2012-07-20 14:54:45 UTC
761. releasing version 20.0.1132.47~r14467...

Author: Ken VanDine
Revision Date: 2012-07-20 14:52:04 UTC

releasing version 20.0.1132.47~r144678-0precise1+webapps3

lp:~webapps/unity-chromium-extension/chromium-browser-precise 1 Development 2012-07-19 21:43:34 UTC
745. releasing version 18.0.1025.168~r1343...

Author: Ken VanDine
Revision Date: 2012-06-15 20:23:02 UTC

releasing version 18.0.1025.168~r134367-0ubuntu0.12.04.2~webapps7

139 of 39 results
You can't create new branches for WebApps: unity-chromium-extensions.