Gene Lian
|
2344161546
|
Bug 799161 - Improve performance of activities registration at startup. r=fabrice
|
2012-10-18 15:32:15 +08:00 |
|
Fabrice Desré
|
dd2ebe02d8
|
Bug 802823 - Early cleanup of message listeners in ActivityProxy.js [r=gwagner]
|
2012-10-18 15:30:57 -07:00 |
|
Fabrice Desré
|
a472ebd79c
|
Bug 802108 - [MozActivity] fails for OOP applications [r=gwagner]
|
2012-10-17 13:44:39 -07:00 |
|
Fabrice Desré
|
5847cc0d34
|
Bug 798445 - Send a ChromeEvent when the web activities is completed [r=vingtetun]
|
2012-10-15 12:26:49 -07:00 |
|
Mounir Lamouri
|
dac8abd46a
|
Backed out changeset 2a0be10848c3 (bug 794407) because of Gaia breakage.
|
2012-10-08 20:18:32 +01:00 |
|
Mounir Lamouri
|
cb3855b472
|
Bug 794407 - Web Activites should only be started by a user interaction. r=fabrice
|
2012-10-08 13:29:34 +01:00 |
|
Ms2ger
|
32e45fa34b
|
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
|
9b227bf10d
|
Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium
|
2012-09-11 07:47:42 -04:00 |
|
Fabrice Desré
|
ee58116b26
|
Bug 777208 - ActivitiesService should not broadcast information to all content processes [r=gwagner]
|
2012-09-05 20:47:47 -07:00 |
|
Philipp von Weitershausen
|
f47e2a9937
|
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é
|
3b1bc3892e
|
Bug 785391 - Activities 'data' content cannot be accessed [r=gwagner]
|
2012-08-24 21:07:58 -07:00 |
|
Nathan Froyd
|
4c779437cc
|
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é
|
4c0811ee06
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity : followup [r=mrbkap]
|
2012-08-23 11:56:36 -07:00 |
|
Fabrice Desré
|
0de1c9acd9
|
Bug 784678 - Error when calling postCancel and postSuccess in an activity [r=gwagner]
|
2012-08-22 18:20:09 -07:00 |
|
Ehsan Akhgari
|
8c296bbcd4
|
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é
|
9473b27a86
|
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
|
76eb50ae69
|
Bug 782772 - Support the href property in web activities. r=vivien,fabrice
|
2012-08-15 10:40:12 +08:00 |
|
Fabrice Desré
|
bd77b8019b
|
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
|
88051220a6
|
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
|
c1b35e7b2a
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
4eb11bee72
|
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
|
4a83a647b3
|
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
|
24560f25b7
|
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é
|
b9a9b29a53
|
Bug 715814 - Implement Web Activities: DOM Part [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
e67e7c886a
|
Bug 715814 - Implement Web Activities : Activity Object [r=mounir]
|
2012-07-20 17:41:30 +02:00 |
|
Fabrice Desré
|
5141476eeb
|
Bug 715814 - Implement Web Activities : IDL [rs+sr=mounir]
|
2012-07-20 17:41:30 +02:00 |
|