Yoshi Huang
2b197aa727
Bug 1168300 - notify clear-cookiejar-data. r=sicking
2015-05-27 16:10:42 +08:00
Carsten "Tomcat" Book
9472c380c2
Backed out changeset 55698478f5ba (bug 1168300) for mochitest-1 testfailures in test_bug_795164.html
2015-06-11 15:05:24 +02:00
Yoshi Huang
3118b98e4d
Bug 1168300 - notify clear-cookiejar-data. r=sicking
2015-05-27 16:10:42 +08:00
Fernando Jimenez
03a0c7b14f
Bug 1168783 - Expose principal in mozIApplication. r=fabrice
2015-06-08 14:02:09 +02:00
Fabrice Desré
d383fb6d21
Bug 1154864 - Fix getScopeByLocalId use in PushService.jsm r=nsm
2015-04-16 18:15:18 -07:00
Markus Nilsson
f6db392407
Bug 1084505 - Fix explicit permission lookup for trusted hosted apps r=fabrice
2015-01-31 11:10:50 -08:00
Vlatko Markovic
12721d3b93
Bug 1059194 - Trusted Hosted Apps, part 2: CSP infrastructure changes. r=sicking
2014-09-16 13:14:02 -07:00
Ryan VanderMeulen
5133f830a7
Merge inbound to m-c. a=merge
2014-08-19 16:09:47 -04:00
Fabrice Desré
e1c31d0f74
Bug 899322 - Convert the mozApps API to use webidl r=marco,bholley
2014-08-19 09:30:54 -07:00
Junior Hsu
1dde4d3c4e
Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
...
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-08-19 15:14:08 +01:00
Ed Morley
896a518b12
Backed out changeset e020d647d6d3 (bug 1005818) for exceptions during test_widget.html
2014-08-19 15:06:12 +01:00
Junior Hsu
75e6f44f57
Bug 1005818 - Part 1: Load a widget as an app if the |src| is in the |widgetPages|. r=fabrice, sr=sicking
...
1. Add permission |embed-widgets| and Element attribute |mozwidget|
2. Add |hasWidgetPage| in /mozIApplication.idl
3. Check permission |embed-widgets| and the |src| is in the |widgetPages| when |GetAppManifest|
4. Add test case
5. Should enable preference |dom.enable_widgets|
2014-07-03 13:47:09 +08:00
Fabrice Desré
562de0e1ed
Bug 1047533 - Remove the unused nsIDOMApplicationRegistry2 interface r=myk
2014-08-01 11:37:03 -07:00
Kyle Huey
475653f1d5
Bug 1031051: Part 10 - Migrate MozSettingsEvent and MozApplicationEvent to the WebIDL code generator. r=smaug
2014-06-30 16:02:02 -07:00
Sean Lin
4e597b95e5
Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice
2014-05-26 11:53:44 +08:00
Ehsan Akhgari
2a47e3d6d2
Bug 994964 - Make DOM XPIDL interfaces non-scriptable, and add shim Components.interfaces entries for them; r=bzbarsky,bholley
2014-05-08 16:45:36 -04:00
Alexandre Lissy
41685777c8
Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau
2014-05-01 05:23:00 -04:00
Gene Lian
8135394655
Bug 967653 - [Inter-App Communication API] use appsService.getAppByManifestURL(aManifestURL).appStatus to get appStatus. r=fabrice a=v1.4+
2014-04-17 18:57:02 +08:00
Masatoshi Kimura
4cfd762735
Bug 978611 - Part 3: Get rid of legacy dictionaries: events and codegen. r=smaug,khuey
2014-03-07 20:51:51 +09:00
Marco Castelluccio
2b448bd720
Bug 757226 - Implement mozApps addReceipt, removeReceipt, replaceReceipt. r=fabrice,andym,kumar
2014-01-16 16:26:26 -08:00
Mike Hommey
7f7e4faac1
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Fabrice Desré
de93e51704
Bug 918658 - Don't pretend that mozIApplication inherits from mozIDOMApplication r=bent
2013-10-08 15:52:26 -07:00
Gene Lian
3f64fdcb34
Bug 876397 - Inter-App Communication API (part 2, manifest registry). r=nsm
2013-08-16 17:48:37 +08:00
Gene Lian
f846ad8fdd
Bug 876397 - Inter-App Communication API (part 1, Web IDLs). r=nsm,ted sr=smaug
2013-07-30 22:03:06 +08:00
Yuan Xulei
1a565cb25d
Bug 912340 - Add the manifest's 'role' property to mozIApplication. r=fabrice
2013-09-11 14:15:48 +02:00
Gregory Szorc
b4df6951e9
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Ryan VanderMeulen
afd81e198e
Backed out changesets 1fa1f28c6edf and e74f694f31c4 (bug 850380) for PGO bustage on a CLOSED TREE.
2013-08-14 15:12:20 -04:00
Gregory Szorc
e9de98eeeb
Bug 850380 - Derecursify and optimize XPIDL processing and move into precompile tier; r=glandium
2013-08-14 08:40:25 -07:00
Marco Castelluccio
3968a34508
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
5b1aabc715
Backed out changesets 357e720b5a37 and f1971c2f5232 (bug 777402) for mochitest-other orange.
...
CLOSED TREE
2013-08-01 21:51:12 -04:00
Marco Castelluccio
232580c08c
Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice
2013-08-01 17:00:39 -07:00
Marco Castelluccio
2fe0aa2219
Bug 786303 - Use the manifestURL in WebApps notifications instead of the origin. r=fabrice
2013-07-24 09:03:25 -04:00
Fabrice Desré
e83d44dadb
Bug 872100 - app.clearBrowserData appears to not clear browser data immediately sr=mounir, r=jduell,ferjm
2013-05-20 10:20:19 -07:00
Andrea Marchesini
aeabdc6d86
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
2013-05-18 13:52:06 -04:00
Gregory Szorc
94638f8bda
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Fabrice Desré
aae19f9397
Bug 852848 - Add support for app-specific redirections r=bz,ferjm
2013-05-14 12:00:09 -07:00
Antonio M. Amaya
a7c610a948
Bug 814136 - Part 2: Changes on the package installation code to check that a version number and package identifier are provided for signed apps. r=bsmith, r=fabrice
2013-01-25 10:57:14 +01:00
Kyle Machulis
331f36baa9
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
ec9b53db93
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
0419a0b889
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-03-29 13:56:18 -07:00
Mike Shal
062b383755
Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps
2013-03-21 08:41:00 -07:00
Mike Shal
24be52d653
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Mike Shal
d4f6052fe4
Bug 818246 - Part 9: Move XPIDL_FLAGS to moz.build; r=gps
2013-03-11 22:05:00 -07:00
Mike Shal
c0f79b14b6
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
7638dd9198
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Gregory Szorc
a03396cc2e
Bug 784841 - Part 18k: Convert /dom; f=Ms2ger rs=khuey
2013-02-25 12:47:20 -08:00
Fabrice Desré
7d3a6c55b6
Bug 835013 - AppProtocolHandler.js and related code taking ~50ms on the critical startup path r=cjones
2013-01-31 13:35:13 -08:00
Gene Lian
b64557590e
Bug 820206 - Validate "Webapps:*" message parameters in the parent process (part 1, move .uninstall() from mozIDOMApplication to mozIDOMApplicationMgmt). r=sicking, a=blocking-basecamp
2013-01-11 20:50:46 +08:00
Jason Duell
26946ca788
Bug 815523 - Remote the app: and jar: protocols. r=fabrice,mwu,jdm
2012-12-22 05:56:21 -08:00
Ms2ger
794e24ef39
Bug 823107 - Make nsIDOMEvent::SetTrusted return void; r=smaug
2012-12-22 09:18:08 +01:00