Jonathan Griffin
|
e1dd1af379
|
Bug 802427 - Disable Marionette expectedFailures for Python 2.6-compat reasons, a=test-only, DONTBUILD(NPOTB)
|
2012-10-16 16:41:42 -07:00 |
Rob Wood
|
950a365904
|
Bug 794090 - Develop WebSMS test to verify getMesage, update manifest; r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-11 12:44:33 -04:00 |
Vicamo Yang
|
0821e81ab8
|
Bug 786782 - Part 2/2: test case, r=marshall_law
|
2012-10-11 19:01:55 +08:00 |
Rob Wood
|
04df722527
|
Bug 792495 - Develop tests for delete sms, update manifest; r=jgriffin, DONTBUILD(NPOTB)
|
2012-10-04 11:15:10 -04:00 |
Nicholas Nethercote
|
cbc812d8ca
|
Bug 793076 (part 1) - Remove unnecessary |cx| parameters. r=jwalden.
--HG--
extra : rebase_source : 0cfe86ca3b2de60b0097f6cd4686dfabe6748897
|
2012-09-20 21:41:49 -07:00 |
Vicamo Yang
|
f369d35451
|
Bug 790192 - Part 2/2: test cases, r=marshall_law
|
2012-10-03 16:37:29 +08:00 |
Nathan Froyd
|
a30e1929a4
|
Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug
|
2012-09-27 16:11:31 -04:00 |
Vicamo Yang
|
8674d758f4
|
Bug 736706 - Part 5: test cases, r=philikon
|
2012-09-26 14:56:35 +08:00 |
Andrea Marchesini
|
cb4376662b
|
Bug 792471 - Fix crash in navigator.mozSms when child process doesn't have 'sms' permission. r=mounir
|
2012-09-25 14:46:41 +01:00 |
Mike Habicher
|
5b69de0f54
|
Bug 776934 - Add permissions check to camera API. r=jlebar
|
2012-09-21 06:32:18 -04:00 |
Ms2ger
|
4052485701
|
Bug 792343 - Enable FAIL_ON_WARNINGS in some more of dom/ (third 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 |
Vicamo Yang
|
cc392b52cd
|
Bug 787370 - Part 3/3: test script, r=marshall_law
|
2012-09-10 13:56:08 +08:00 |
Kyle Huey
|
3b42fbfcd1
|
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
|
1a9bf63360
|
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
|
ad90af9ca5
|
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
|
002ff646d5
|
Bug 579517 follow-up: Remove NSPR types that crept in
|
2012-08-23 11:30:56 -04:00 |
Vicamo Yang
|
14d901a6ff
|
Bug 707659 - Part 2: fix test scripts, r=philikon
|
2012-08-23 01:30:40 +08:00 |
Vicamo Yang
|
f2eab91be3
|
Bug 707659 - Part 1: DOM implementation, r=jlebar
|
2012-08-23 01:30:27 +08: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 |
Vicamo Yang
|
47f2f8109d
|
Bug 760199: fix test failure due to SMSC timestamp truncation, r=philikon
|
2012-08-17 10:01:40 +08:00 |
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
Ms2ger
|
c75eefb90d
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02: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 |
Ms2ger
|
27245512cd
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
Joshua Cranmer
|
d539846cab
|
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
|
bfff055672
|
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
|
f52de19246
|
Bug 769347: order database query results by timestamp, r=philikon
|
2012-07-09 13:06:13 +08:00 |
Guillermo Lopez
|
ce38cfb298
|
Bug 769803 - WebSMS broken due to IndexedDB API Change. r=khuey
|
2012-07-02 12:02:38 -07:00 |
Kyle Huey
|
ada443da57
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
Yoshi Huang
|
94da03ea71
|
Bug 768367 - B2G RIL: send/received SMS failed on Otoro
|
2012-06-27 00:04:42 +02:00 |
Ehsan Akhgari
|
7e0eb3c34f
|
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
|
79a7876dd9
|
Bug 762760 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
Yoshi Huang
|
8d73ace39c
|
Back out 421ed10b0e81(Bug 762760 - Part 2) for wrong Bug number in comment
|
2012-06-19 16:57:12 +08:00 |
Yoshi Huang
|
39b0d0c173
|
Bug 767620 - Part 2: RIL implementation. r=philikon
|
2012-06-13 10:46:41 +08:00 |
Ehsan Akhgari
|
4830dd98a3
|
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
|
5f2a19ee6e
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
Ryan VanderMeulen
|
6d6c4efbab
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
Ryan VanderMeulen
|
3768a9de7f
|
Merge the last PGO-green inbound changeset to m-c
|
2012-06-10 18:21:22 -04:00 |
Olli Pettay
|
e160cfea86
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
Andrew McCreight
|
aa90a88409
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
Mounir Lamouri
|
60db1a1a72
|
Bug 760011 - Make nsIMozSmsRequest inherits from nsIDOMDOMRequest. r=sicking
--HG--
extra : rebase_source : 1ccde2191835bc7eddd68ff2afc12fa73897f5d1
|
2012-06-09 13:49:02 +02:00 |
Mounir Lamouri
|
0fab03ad39
|
Bug 708546 - Use DOMError in nsIDOMSmsRequest. r=bent
--HG--
extra : rebase_source : 93e54cabbe9aa2fbb19beb3a2078f2ebdf6d1615
|
2012-06-09 13:46:30 +02:00 |
Olli Pettay
|
8111d06371
|
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
|
e6d9f9ae5e
|
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
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Fernando Jiménez
|
9839bece14
|
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
|
f26074f28a
|
Bug 733320 - [WebSMS][B2G SMS] Add 'read' attribute to nsIDOMMozSmsMessage. Part 6 - B2G backend; r=philikon
|
2012-05-17 12:42:38 -07:00 |