Commit Graph

182 Commits

Author SHA1 Message Date
Benoit Jacob
a1d7e0f511 Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8 2012-11-15 02:32:40 -05:00
Rob Wood
779bcddba6 Bug 808108 - Develop WebSMS tests to verify filtering SMS by phone numbers, update manifest; r=jgriffin 2012-11-09 10:41:42 -08:00
Rob Wood
6ff268e779 Bug 807783 - Develop test to verify filtering SMS messages by delivery, update manifest; r=jgriffin 2012-11-06 16:42:01 -05:00
Gregor Wagner
e234cd6712 Bug 809661 - Need a speedy way to construct a thread list for SMS messages. Followup. r=sicking 2012-11-14 11:50:03 -08:00
Ben Turner
3674421703 Bug 809661 - Need a speedy way to construct a thread list for SMS messages. r=sicking 2012-11-14 11:49:56 -08:00
Rob Wood
df850f8925 Bug 807777 - Develop tests to verify filtering SMS messages by read/unread, update manifest; r=jgriffin 2012-11-06 16:26:10 -05:00
Rob Wood
718435d37b Bug 808865 - Develop WebSMS test for getNumberOfMessagesForText, update manifest; r=jgriffin 2012-11-13 07:47:56 -08:00
Gregor Wagner
326de4e3ae Backout f2c60518351d Bug 809661 2012-11-13 14:44:18 -08:00
Ben Turner
a62084789a Bug 809661 - Need a speedy way to construct a thread list for SMS messages. r=sicking 2012-11-13 13:01:26 -08:00
Gregor Wagner
9e00a6fc99 Bug 775997 - Message app crashes when run OOP. Part 1/2. r=bent 2012-11-06 13:29:30 -08:00
Rob Wood
b61f89c670 Bug 807055 - Fix SMS test_timestamp.js random orange, update manifest; r=jgriffin, DONTBUILD(NPOTB) 2012-10-31 14:45:21 -04:00
Gregor Wagner
bbbc01886a Bug 807463 - [sms] Possible wrong SMS DB upgrade code. Followup. r=bent 2012-10-31 19:15:07 -07:00
Gregor Wagner
b6f3486ddb Bug 807463 - [sms] Fix SMS DB upgrade code. r=philikon 2012-10-31 17:34:27 -07:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
3cf2bd5b9e Bug 797277 - Part 5/5: test cases, r=marshall_law 2012-10-31 17:25:26 +08:00
Vicamo Yang
6693e14a21 Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey 2012-10-31 17:10:53 +08:00
Vicamo Yang
3db84a4d40 Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-31 17:10:48 +08:00
Vicamo Yang
c34b9ab197 Bug 797277 - Part 2/5: dom implementation, r=mounir 2012-10-31 17:10:44 +08:00
Vicamo Yang
7c00f19fa1 Bug 797277 - Part 1/5: add messageClass attribute in nsIDOMSmsMessag, sr=sicking 2012-10-31 17:10:41 +08:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Ed Morley
5a558dae9c Backout 95752d95cf73, 190933b35023, 6834d09f8f09, 53e3e62c2b3d & f39ba5076599 (bug 797277) for xpcshell failures 2012-10-30 12:15:07 +00:00
Vicamo Yang
c930c024ae Bug 797277 - Part 5/5: test cases, r=marshall_law 2012-10-30 18:55:48 +08:00
Vicamo Yang
a18f73e8a7 Bug 797277 - Part 4/5: Android implementation, r=mounir,blassey 2012-10-30 18:55:44 +08:00
Vicamo Yang
a93ff362b4 Bug 797277 - Part 3/5: RIL implementation, r=philikon 2012-10-30 18:55:41 +08:00
Vicamo Yang
f06151c4ac Bug 797277 - Part 2/5: dom implementation, r=mounir 2012-10-30 18:55:37 +08:00
Vicamo Yang
fae1955114 Bug 797277 - Part 1/5: add messageClass attribute in nsIDOMSmsMessag, sr=sicking 2012-10-30 18:55:34 +08:00
Vicamo Yang
5d43612b5f Bug 742790 - Part 5/5: test cases, r=marshall_law 2012-10-30 18:53:35 +08:00
Vicamo Yang
7d4ced12cb Bug 742790 - Part 3/5: B2G RIL implementation, r=philikon,marshall_law 2012-10-30 18:53:27 +08:00
Vicamo Yang
1d73a296f4 Bug 742790 - Part 2/5: DOM implementation, r=mounir 2012-10-30 18:53:24 +08:00
Vicamo Yang
2242dbeeca Bug 742790 - Part 1/5: support SMS delivery failure event. Interface changes, sr=sicking,mounir 2012-10-30 18:53:20 +08:00
Rob Wood
2a1e67750d Bug 800377 - Develop a test to verify sms timestamps, update manifest; r=jgriffin, DONTBUILD(NPOTB) 2012-10-25 09:50:56 -04:00
Jonathan Griffin
974867e530 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
c3d41b316b Bug 794090 - Develop WebSMS test to verify getMesage, update manifest; r=jgriffin, DONTBUILD(NPOTB) 2012-10-11 12:44:33 -04:00
Vicamo Yang
e040cf95b5 Bug 786782 - Part 2/2: test case, r=marshall_law 2012-10-11 19:01:55 +08:00
Rob Wood
bd2561ccbb Bug 792495 - Develop tests for delete sms, update manifest; r=jgriffin, DONTBUILD(NPOTB) 2012-10-04 11:15:10 -04:00
Nicholas Nethercote
71e4702d8c 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
1e37b06c3c Bug 790192 - Part 2/2: test cases, r=marshall_law 2012-10-03 16:37:29 +08:00
Nathan Froyd
27b9179800 Bug 720768 - add nsDOMEventTargetHelper::DispatchTrustedEvent; r=mounir, sr=smaug 2012-09-27 16:11:31 -04:00
Vicamo Yang
a6923a6273 Bug 736706 - Part 5: test cases, r=philikon 2012-09-26 14:56:35 +08:00
Andrea Marchesini
b97bcdcaf5 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
e695772791 Bug 776934 - Add permissions check to camera API. r=jlebar 2012-09-21 06:32:18 -04:00
Ms2ger
9694a6bc04 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
9a8267f275 Bug 786703 - fix dom/ build failures from introducing PARALLEL_DIRS; r=glandium 2012-09-11 07:47:42 -04:00
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