Nathan Froyd
|
9a8267f275
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Fabrice Desré
|
8c06bd7bb0
|
Bug 777208 - ActivitiesService should not broadcast information to all content processes [r=gwagner]
|
2012-09-05 20:47:47 -07:00 |
|
Philipp von Weitershausen
|
5801c8b2ab
|
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é
|
33acec3fa6
|
Bug 785391 - Activities 'data' content cannot be accessed [r=gwagner]
|
2012-08-24 21:07:58 -07:00 |
|
Nathan Froyd
|
2d595e5d44
|
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é
|
e45da81f57
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity : followup [r=mrbkap]
|
2012-08-23 11:56:36 -07:00 |
|
Fabrice Desré
|
4123ef22e8
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity [r=gwagner]
|
2012-08-22 18:20:09 -07:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
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é
|
9882cba904
|
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
|
e467ccc6c5
|
Bug 782772 - Support the href property in web activities. r=vivien,fabrice
|
2012-08-15 10:40:12 +08:00 |
|
Fabrice Desré
|
60232eb210
|
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
|
038d511e11
|
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
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
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
|
1d242dc235
|
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
|
d506c66871
|
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é
|
cedf35e79d
|
Bug 715814 - Implement Web Activities: DOM Part [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
f765472e10
|
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
5dff03b080
|
Bug 715814 - Implement Web Activities : IDL [rs+sr=mounir]
|
2012-07-20 17:41:30 +02:00 |
|