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 |
|
Phil Ringnalda
|
fc1b2ed759
|
Back out 5c63b21280c2 (bug 733265) for build failures
|
2012-03-28 21:17:13 -07:00 |
|
Fernando Jiménez
|
66de251c1b
|
Bug 733265 - B2G SMS DB tests. r=philikon
|
2012-03-28 20:47:05 -07:00 |
|
Mounir Lamouri
|
b8537a9154
|
Bug 739840 - Make nsDOMEventTarget subclasses inherit from nsDOMEventTargetHelper first. r=khuey
|
2012-03-28 10:29:14 -07:00 |
|
Yoshi Huang
|
82a50a5a43
|
Bug 733266 - B2G SMS DB: Use MSISDN from RIL as own phone number. [r=philikon] DONTBUILD because NPOTB
|
2012-03-17 22:23:17 +08:00 |
|
Fernando Jiménez
|
8eaa9d1584
|
Bug 733268 - B2G SMS DB: fix deleteMessage behaviour. r=philikon
|
2012-03-16 16:38:50 -07:00 |
|
Fernando Jiménez
|
d92cb6203d
|
Bug 735536 - B2G SMS DB: Use new fangled IndexedDB string constants. r=philikon
|
2012-03-16 16:34:05 -07:00 |
|
Kyle Machulis
|
6df19ba2cf
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 2: Change mozilla::dom::telephony to mozilla::dom::gonk for dom/system/gonk objects; r=bent
|
2012-03-14 15:43:26 -07:00 |
|
Kyle Machulis
|
9631320c07
|
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon
--HG--
rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp
rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h
rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp
rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h
rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in
rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js
rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest
rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp
rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h
rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js
rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl
rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl
rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl
rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h
rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js
rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js
rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js
rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js
rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js
rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js
rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
|
2012-03-14 15:42:31 -07:00 |
|
Marco Bonardo
|
3e58667468
|
Merge last green PGO from inbound to central
|
2012-03-13 11:17:21 +01:00 |
|
Olli Pettay
|
339e88ba7e
|
Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent
|
2012-03-13 02:56:07 +02:00 |
|
Fernando Jiménez
|
7196c95c1d
|
Bug 734366 - WebSMS: nsISmsDatabaseService.getNextMessageInList proccessId parameter should be optional. r=mounir
|
2012-03-12 16:44:28 -07:00 |
|
Fernando Jiménez
|
ec72d13403
|
Bug 734181 - [B2G] SMS database: filter with endDate but no startDate parameter throws an exception. r=philikon
|
2012-03-08 18:31:00 -08:00 |
|
Marco Bonardo
|
7d169993ad
|
Merge inbound and central
|
2012-03-07 10:33:11 +01:00 |
|