Commit Graph

349 Commits

Author SHA1 Message Date
Szu-Yu Chen [:aknow]
d44101b207 Bug 1003652 - Turn on debugging in marionette test. r=hsinyi, jgriffin 2014-05-16 14:05:33 +08:00
Ed Morley
f81fd51388 Backed out changeset 254616e044b1 (bug 993282) 2014-05-15 17:01:36 +01:00
Ben Turner
e97775227c Bug 1007398 - Properly handle racing destruction of PTelephonyChild actors, r=hsinyi. 2014-05-08 11:41:58 -07:00
Fabrice Desré
14682ee809 Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene 2014-05-07 15:53:17 -07:00
Wes Kocher
f3d33b739c Backed out 3 changesets (bug 993282) for b2g emulator mochitest 3 failures
Backed out changeset 30e0991d49e0 (bug 993282)
Backed out changeset 6b9c8d6ab401 (bug 993282)
Backed out changeset 96e1a542bb45 (bug 993282)
2014-05-07 18:47:17 -07:00
Wes Kocher
afa4265863 Merge m-c to b2g-inbound 2014-05-07 17:39:54 -07:00
Wes Kocher
0e7578947c merge inbound to m-c 2014-05-07 17:06:22 -07:00
Fabrice Desré
77817a3d43 Bug 993282 - Lazy load more js modules - Part 3: RIL r=gene 2014-05-07 15:53:17 -07:00
Szu-Yu Chen [:aknow]
17ec8b0562 Bug 997003 - Refactor: setupConference in test code. r=hsinyi 2014-05-07 18:30:00 +08:00
Szu-Yu Chen [:aknow]
0737ab5dba Bug 1004152 - Delay telephony.dial for 1s in test cases. r=hsinyi 2014-05-07 01:52:00 -04:00
Szu-Yu Chen [:aknow]
6698675305 Bug 1005498 - Ignore audio setting for place holder call. r=hsinyi 2014-05-06 03:01:00 +02:00
Birunthan Mohanathas
a85cd37de4 Bug 1001966 - Part 2: Change uses of numbered NS_IMPL_CYCLE_COLLECTION_WRAPPERCACHE macro to the variadic variant. r=smaug 2014-04-29 04:57:00 -04:00
Birunthan Mohanathas
5f1fde8824 Bug 900908 - Part 3: Change uses of numbered macros in nsIClassInfoImpl.h/nsISupportsImpl.h to the variadic variants. r=froydnj 2014-04-27 03:06:00 -04:00
Birunthan Mohanathas
7ac92ae5ea Bug 900903 - Part 2: Change uses of numbered macros in nsCycleCollectionParticipant.h to the variadic variants. r=smaug 2014-04-25 12:49:00 -04:00
Szu-Yu Chen [:aknow]
e6385fa706 Bug 996444 - Remove gTelephonyList. r=hsinyi 2014-04-22 17:57:05 +08:00
Szu-Yu Chen [:aknow]
2bacf62ef4 Bug 977085 - Remove nsIGonkTelephonyProvider::notifyCallError. r=hsinyi 2014-04-22 17:55:06 +08:00
Szu-Yu Chen [:aknow]
a7f1b68392 Bug 990472 - Part 3: Test case. r=hsinyi 2014-04-16 10:26:51 -04:00
Szu-Yu Chen [:aknow]
b6b83efb6c Bug 990472 - Part 2: Add check for more than 2 calls on line. r=hsinyi 2014-04-16 10:26:50 -04:00
Szu-Yu Chen [:aknow]
fc9794e555 Bug 990472 - Part 1: Refactor: check of call on other client. r=hsinyi 2014-04-16 10:26:50 -04:00
Hsin-Yi Tsai
d90e3c2181 Bug 989728 - [B2G] [RIL] split test_conference.js into smaller pieces to avoid timeout failure. r=vicamo
* * *
split test_conference.js - p4 - split test_conference
2014-04-08 14:10:06 +08:00
Etienne Segonzac
075f5c6c43 Bug 992948 - Add missing data to the telephony-call-ended systemmessage. r=hsinyi 2014-04-10 10:01:58 -04:00
Boris Zbarsky
79dab91ff6 Bug 991742 part 8. Remove the "aScope" argument of WebIDL/nsWrapperCache WrapObject() methods. r=bholley
This patch was mostly generated with the following command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e '/WrapObject(JSContext/ {; N; s/\(WrapObject(JSContext *\* *a\{0,1\}[Cc]x\),\n\{0,1\} *JS::Handle<JSObject\*> a\{0,1\}[sS]cope/\1/ ; }' -i ""

and then reverting the changes that made to
dom/bindings/BindingUtils.h, since those WrapObject methods are not
the ones we're trying to change here, plus a bunch of manual fixups
for cases that this command did not catch (including all the callsites
of WrapObject()).
2014-04-08 18:27:18 -04:00
Boris Zbarsky
d4bd64ee2c Bug 991742 part 6. Remove the "aScope" argument of binding Wrap() methods. r=bholley
This patch was mostly generated with this command:

find . -name "*.h" -o -name "*.cpp" | xargs sed -e 's/Binding::Wrap(aCx, aScope, this/Binding::Wrap(aCx, this/' -e 's/Binding_workers::Wrap(aCx, aScope, this/Binding_workers::Wrap(aCx, this/' -e 's/Binding::Wrap(cx, scope, this/Binding::Wrap(cx, this/' -i ""

plus a few manual fixes to dom/bindings/Codegen.py, js/xpconnect/src/event_impl_gen.py, and a few C++ files that were not caught in the search-and-replace above.
2014-04-08 18:27:17 -04:00
Szu-Yu Chen [:aknow]
49fb08a3bf Bug 990467 - Part 3: DOM: Re-order code to avoid multi-thread issue. r=hsinyi 2014-04-04 08:18:49 -04:00
Szu-Yu Chen [:aknow]
2d3ffc0fe8 Bug 990467 - Part 2: Add pending outgoing call. r=hsinyi 2014-04-04 08:18:17 -04:00
Ryan VanderMeulen
0d5b7940ce Merge inbound to m-c. 2014-04-01 16:45:00 -04:00
Szu-Yu Chen (Aknow)
356f132f9d Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi 2014-04-01 08:58:55 -04:00
Szu-Yu Chen (Aknow)
5345e64005 Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi 2014-04-01 08:58:55 -04:00
Ed Morley
52fa01875b Backed out changeset a3d1c00b6592 (bug 984919) for causing bug 988979 2014-03-28 17:03:17 +00:00
Ed Morley
230f8e0bab Backed out changeset 7dcecf85a869 (bug 984919) 2014-03-28 17:03:00 +00:00
Masayuki Nakano
930436ef24 Bug 984269 Rename nsDOMEventTargetHelper to mozilla::DOMEventTargetHelper r=smaug
--HG--
rename : dom/events/nsDOMEventTargetHelper.cpp => dom/events/DOMEventTargetHelper.cpp
rename : dom/events/nsDOMEventTargetHelper.h => dom/events/DOMEventTargetHelper.h
2014-04-01 15:13:50 +09:00
Hsin-Yi Tsai
5aee9100f8 Bug 984289 - [B2G] [RIL] add marionette-webapi tests for conference error. r=vicamo 2014-03-17 18:40:29 +08:00
Szu-Yu Chen (Aknow)
4341c8d03f Bug 984919 - Part 2: Test DSDS connection conflict. r=hsinyi 2014-03-21 02:46:00 +01:00
Szu-Yu Chen (Aknow)
51fa93e656 Bug 984919 - Part 1: Cannot place a new call if other sim is in use. r=hsinyi 2014-03-21 02:44:00 +01:00
Hsin-Yi Tsai
ac1bf381e1 Bug 979626 - Crash in Telephony while running stability scripts. r=vicamo 2014-03-05 20:19:38 +08:00
Hsin-Yi Tsai
5b37303f55 Bug 984326 - [B2G] [RIL] [CDMA] call waiting isn't working properly. The 2nd remote party cannot hear voice. r=vicamo 2014-03-18 15:57:32 +08:00
Masayuki Nakano
08a11f7934 Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Hsin-Yi Tsai
535c668bf1 Bug 881174 - part4 - cdma 3way call DOM and IPC. r=vicamo 2014-02-21 17:52:13 +08:00
Hsin-Yi Tsai
62be8a001c Bug 881174 - part3 - cdma 3way call internal idl. r=vicamo 2014-02-21 17:51:07 +08:00
Hsin-Yi Tsai
9f41a650ba Bug 881174 - part2 - cdma 3way call RIL impl. r=vicamo 2014-02-21 17:46:58 +08:00
Szu-Yu Chen [:aknow]
c2e7beb833 Bug 969218 - Part 6: Use promise for dial and dialEmergency - ipc. r=khuey 2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
9e18467e1a Bug 969218 - Part 5: Use promise for dial and dialEmergency - provider. r=hsinyi 2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
5984abb426 Bug 969218 - Part 4: Use promise for dial and dialEmergency - dom. r=khuey 2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
7bf294c150 Bug 969218 - Part 3: Use promise for dial and dialEmergency - internal interface. r=hsinyi 2014-02-27 14:12:30 +08:00
Szu-Yu Chen [:aknow]
907dc6ec41 Bug 969218 - Part 2: Modify tests. r=hsinyi 2014-02-27 14:12:30 +08:00
Ryan VanderMeulen
f8f5c07e4a Backed out 6 changesets (bug 969218) for bustage. DONTBUILD
Backed out changeset 86356906ecf0 (bug 969218)
Backed out changeset 46fa16a18c27 (bug 969218)
Backed out changeset 75219ceb5175 (bug 969218)
Backed out changeset b9f4ba525eec (bug 969218)
Backed out changeset 323c1329614b (bug 969218)
Backed out changeset e0fa4e0eee36 (bug 969218)
2014-02-26 14:27:54 -05:00
Szu-Yu Chen [:aknow]
62d137cd0f Bug 969218 - Part 6: ipc r=khuey 2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
dbdabe1593 Bug 969218 - Part 5: gonk provider r=htsai 2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
99433a9c4c Bug 969218 - Part 4: dom r=khuey 2014-02-26 11:03:56 -08:00
Szu-Yu Chen [:aknow]
9be6dfb91b Bug 969218 - Part 3: Internal interface r=htsai 2014-02-26 11:03:56 -08:00