Boris Zbarsky
|
b0d460cbbb
|
Bug 807222 part 1. Propertly condition MozActivity so we don't stick it on the global in builds that we don't ship the xpt for it in. r=fabrice
|
2012-11-05 10:20:03 -05:00 |
|
Kyle Huey
|
0469a02b25
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
|
2012-10-31 09:13:28 -07:00 |
|
Vicamo Yang
|
a78b5b38c7
|
Backout 67cb43bb8865: Breaks B2G Marionette
|
2012-10-31 16:35:11 +08:00 |
|
Fabrice Desré
|
58fb7809df
|
Bug 806185 - Error: "caller is undefined" in ActivitiesService.jsm, line 305
|
2012-10-30 16:31:59 -07:00 |
|
Kyle Huey
|
9a3674d80a
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 12:28:11 -07:00 |
|
Ed Morley
|
4144129728
|
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
|
2012-10-30 17:02:31 +00:00 |
|
Kyle Huey
|
50b5d3f681
|
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
|
2012-10-30 08:26:12 -07:00 |
|
Fabrice Desré
|
0e5313830a
|
Bug 782766 - [WebActivities] support blobs - Part 1: System Messages changes [r=gene]
--HG--
extra : rebase_source : bff9c5c4745493b652a6218a60d5840e09f7235e
|
2012-10-25 11:45:14 -07:00 |
|
Fabrice Desré
|
43384515f3
|
Bug 801546 - [gallery] [camera] Not able to add a photo to a contact from contact details [r=cjones]
|
2012-10-19 13:53:51 -07:00 |
|
Gene Lian
|
9971ae6edf
|
Bug 799161 - Improve performance of activities registration at startup. r=fabrice
|
2012-10-18 15:32:15 +08:00 |
|
Fabrice Desré
|
f01e51ab08
|
Bug 802823 - Early cleanup of message listeners in ActivityProxy.js [r=gwagner]
|
2012-10-18 15:30:57 -07:00 |
|
Fabrice Desré
|
5591742ced
|
Bug 802108 - [MozActivity] fails for OOP applications [r=gwagner]
|
2012-10-17 13:44:39 -07:00 |
|
Fabrice Desré
|
13fe6fdd2d
|
Bug 798445 - Send a ChromeEvent when the web activities is completed [r=vingtetun]
|
2012-10-15 12:26:49 -07:00 |
|
Mounir Lamouri
|
8a62144ace
|
Backed out changeset 2a0be10848c3 (bug 794407) because of Gaia breakage.
|
2012-10-08 20:18:32 +01:00 |
|
Mounir Lamouri
|
039ea5bcef
|
Bug 794407 - Web Activites should only be started by a user interaction. r=fabrice
|
2012-10-08 13:29:34 +01:00 |
|
Ms2ger
|
0ee9c6885f
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (first batch); r=mounir
|
2012-09-20 09:55:36 +02:00 |
|
Nathan Froyd
|
96439647c2
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Fabrice Desré
|
52af436a49
|
Bug 777208 - ActivitiesService should not broadcast information to all content processes [r=gwagner]
|
2012-09-05 20:47:47 -07:00 |
|
Philipp von Weitershausen
|
d158b5747c
|
Bug 776825 - Separate message managers into senders and broadcasters. r=smaug
--HG--
rename : content/base/public/nsIFrameMessageManager.idl => content/base/public/nsIMessageManager.idl
|
2012-08-27 11:13:02 -03:00 |
|
Fabrice Desré
|
201b21a25b
|
Bug 785391 - Activities 'data' content cannot be accessed [r=gwagner]
|
2012-08-24 21:07:58 -07:00 |
|
Nathan Froyd
|
1a9bf63360
|
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
|
2012-08-24 16:01:30 -04:00 |
|
Fabrice Desré
|
b2d52c5754
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity : followup [r=mrbkap]
|
2012-08-23 11:56:36 -07:00 |
|
Fabrice Desré
|
b0f4923bc6
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity [r=gwagner]
|
2012-08-22 18:20:09 -07:00 |
|
Ehsan Akhgari
|
e368dc9c85
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Fabrice Desré
|
bc5de6f5f3
|
Bug 773383 - [Web Activities] Activities filtering heuristic does not support arrays/regexp in filters [r=vingtetun]
|
2012-08-15 15:06:23 -07:00 |
|
Gene Lian
|
292e0de55b
|
Bug 782772 - Support the href property in web activities. r=vivien,fabrice
|
2012-08-15 10:40:12 +08:00 |
|
Fabrice Desré
|
4ad387b16d
|
Bug 781127 - [b2g][Web Activities][System Message Handler] mozChromeEvent to System app does not expose enough information [r=vingtetun]
|
2012-08-15 09:00:02 -07:00 |
|
Etienne Segonzac
|
3f5d476c5a
|
Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
|
2012-08-04 11:28:36 -04:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
f4181983a1
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Etienne Segonzac
|
7e6c93672c
|
Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
|
2012-08-04 11:28:36 -04:00 |
|
Chris Pearce
|
0d9b0cf38c
|
Bug 776024 - Add explicit constructor to dom::Activity to prevent deleted implicit constructor warning in GCC 4.6. r=mounir
|
2012-07-21 09:59:48 -04:00 |
|
Fabrice Desré
|
d19bb08b57
|
Bug 715814 - Implement Web Activities: DOM Part [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
1ef55968bc
|
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
da9f07462b
|
Bug 715814 - Implement Web Activities : IDL [rs+sr=mounir]
|
2012-07-20 17:41:30 +02:00 |
|