Vicamo Yang
|
93b85de558
|
Bug 787370 - Part 3/3: test script, r=marshall_law
|
2012-09-10 13:56:08 +08:00 |
|
Kyle Huey
|
c25f8e64ef
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -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 |
|
Luke Wagner
|
94264a0bc8
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
|
Ehsan Akhgari
|
1c81138c6c
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-08-23 11:30:56 -04:00 |
|
Vicamo Yang
|
f6cc72060c
|
Bug 707659 - Part 2: fix test scripts, r=philikon
|
2012-08-23 01:30:40 +08:00 |
|
Vicamo Yang
|
2f8e84e3ed
|
Bug 707659 - Part 1: DOM implementation, r=jlebar
|
2012-08-23 01:30:27 +08: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 |
|
Vicamo Yang
|
1da8497ac1
|
Bug 760199: fix test failure due to SMSC timestamp truncation, r=philikon
|
2012-08-17 10:01:40 +08:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02: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 |
|
Ms2ger
|
babf67cce2
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Joshua Cranmer
|
4ad48824ad
|
Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan
--HG--
extra : rebase_source : 1843575683c3897f96f3966cbce26140ff1a7d90
|
2012-07-06 13:15:45 -05:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Vicamo Yang
|
0679a81acf
|
Bug 769347: order database query results by timestamp, r=philikon
|
2012-07-09 13:06:13 +08:00 |
|
Guillermo Lopez
|
b3808e2e18
|
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
|
2012-07-02 12:02:38 -07:00 |
|
Kyle Huey
|
3b3b755501
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
|
Yoshi Huang
|
a805ad960b
|
Bug 768367 - B2G RIL: send/received SMS failed on Otoro
|
2012-06-27 00:04:42 +02:00 |
|
Ehsan Akhgari
|
604a4f2747
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more dom parts); r=bzbarsky
--HG--
extra : rebase_source : e31b077d8556626aa46ac33abbe2997e86ba68df
|
2012-06-18 21:21:14 -04:00 |
|
Yoshi Huang
|
fa513b0f6e
|
Bug 762760 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Yoshi Huang
|
c137566adb
|
Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment
|
2012-06-19 16:57:12 +08:00 |
|
Yoshi Huang
|
2a2f495d16
|
Bug 767620 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
|
Ehsan Akhgari
|
d8df82ca0f
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
|
Ryan VanderMeulen
|
891e38e528
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
f497d31a0a
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Ryan VanderMeulen
|
9c1d160da3
|
Merge the last PGO-green inbound changeset to m-c
|
2012-06-10 18:21:22 -04:00 |
|
Olli Pettay
|
ac6b89bfdb
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Andrew McCreight
|
f4f0e1a935
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
|
Mounir Lamouri
|
bf552d31c4
|
Bug 760011 - Make nsIMozSmsRequest inherits from nsIDOMDOMRequest. r=sicking
--HG--
extra : rebase_source : 1ccde2191835bc7eddd68ff2afc12fa73897f5d1
|
2012-06-09 13:49:02 +02:00 |
|
Mounir Lamouri
|
7e73415aa5
|
Bug 708546 - Use DOMError in nsIDOMSmsRequest. r=bent
--HG--
extra : rebase_source : 93e54cabbe9aa2fbb19beb3a2078f2ebdf6d1615
|
2012-06-09 13:46:30 +02:00 |
|
Olli Pettay
|
50a2b93846
|
Bug 761621 - interfaces inheriting a builtinclass-interface should be builtinclass too, r=khuey
--HG--
extra : rebase_source : 5b3379e0c8263846177aa7854547b3809f4b0109
|
2012-06-06 19:30:58 +03:00 |
|
Philipp von Weitershausen
|
ae7e2a7b70
|
Bug 756607 - Rewrite SMS tests. r=jgriffin DONTBUILD because NPOTB
--HG--
rename : dom/sms/tests/manifest.ini => dom/sms/tests/marionette/manifest.ini
rename : dom/sms/tests/test_emulators.py => dom/sms/tests/marionette/test_between_emulators.py
|
2012-05-29 17:41:44 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Fernando Jiménez
|
3141b1f853
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 7 - Tests; r=philikon
|
2012-05-17 12:42:39 -07:00 |
|
Fernando Jiménez
|
87417d1173
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 6 - B2G backend; r=philikon
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
abfa99edd9
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 5 - IPC; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
a3156f7eb4
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 4 - Fallback; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
b7d6b7a9b9
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 3 - Android Backend; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
da30d5df57
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 2 - WebSMS; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Fernando Jiménez
|
f77c9e4423
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 1. IDLs; r=mounir
|
2012-05-17 12:42:38 -07:00 |
|
Philipp von Weitershausen
|
6096145716
|
Bug 753607 - Overhaul existing Marionette WebAPI tests. r=jgriffin DONTBUILD because NPOTB
|
2012-05-11 13:09:21 -07:00 |
|
Vivien Nicolas
|
86dcfb8c87
|
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
|
2012-04-11 10:05:35 -07:00 |
|
Fernando Jimenez
|
baefb10242
|
Bug 712809 - Tests for the B2G SMS database. r=philikon
|
2012-03-06 00:15:44 +01:00 |
|
Philipp von Weitershausen
|
fc80a2745d
|
Bug 743635 - B2G SMS database initialization accesses Directory Provider off the main thread. r=mwu
|
2012-04-11 13:55:54 +08:00 |
|
Philipp von Weitershausen
|
8c5077d8b8
|
Back out changeset c1ede9f0319e (bug 743635). a=bustage
|
2012-04-10 19:02:39 +08:00 |
|
Philipp von Weitershausen
|
e21c4a86a4
|
Bug 743635 - B2G SMS database initialization freezes I/O thread. r=mwu
|
2012-04-10 09:42:50 +08:00 |
|
Veeraya Pupatwibul
|
1bdf9d9923
|
Bug 741333 - Remove PRBool/PR_TRUE/PR_FALSE that crept in r=Ms2ger
|
2012-04-04 11:15:10 +02:00 |
|