Edgar Chen
c1203d9859
Bug 1083745 - Part 4: Need to do corresponding changes in test_icc_card_lock.js. r=hsinyi
2014-11-04 10:37:58 +08:00
Bevis Tseng
d740dd22b7
Bug 1088573 - Part 2: Enhance test coverage. r=echen
2014-10-29 17:53:55 +08:00
Edgar Chen
f8238c6d55
Bug 1085307 - [Icc] Deprecate IccCardLockError.lockType. r=smaug,hsinyi
2014-10-24 16:04:04 +08:00
Garner Lee
8bed008c2e
Bug 1030602 - Remove extra SE Web MozICC dom APIs. r=allstars.chh sr=smaug
2014-10-22 11:24:00 +02:00
Bevis Tseng
a5af824575
Bug 1087131 - Part 2: Add Test Cases for STK Display Text in various Coding Schemes. r=echen
2014-10-22 18:29:12 +08:00
Peter Van der Beken
8b6010b5ce
Bug 1068740 - Consider putting union types in the binding files where they're used. r=bz.
...
--HG--
extra : rebase_source : 7e0b1e2f60757b7758704dab3672ee829f3e4085
2014-10-01 20:43:26 +02:00
Edgar Chen
1057e938ec
Bug 1081810 - Part 1: Implement IccCardLockError in C++. r=smaug
2014-10-13 12:35:53 +08:00
Kyle Huey
30402f51af
Bug 1080059: Explicitly QueryInterface to nsIIccInfo rather than downcasting, because the canonical nsIIccInfo pointer is not the same as the canonical subclass pointer. r=edgar
2014-10-09 10:50:37 -07:00
Vicamo Yang
b5125fff03
Bug 937485 - [WebIcc] use Webidl enum for cardState. r=edgar,smaug
2014-09-03 19:31:00 +08:00
Peter Van der Beken
9254096129
Bug 1078744 - Replace SetIsDOMBinding with SetIsNonDOMBinding, remove nsWrapperCache::SetIsDOMBinding. r=bz.
...
--HG--
extra : rebase_source : 89c476cd9436530b2df5acc903909e34188417a0
2014-10-07 11:44:49 +02:00
Edgar Chen
6b28ee6382
Bug 994461 - Part 1: Move IccInfo to WebIDL. r=smaug,vicamo
...
--HG--
rename : dom/icc/interfaces/nsIDOMIccInfo.idl => dom/icc/interfaces/nsIIccInfo.idl
2014-09-19 15:53:05 +08:00
Ehsan Akhgari
080e94906d
Bug 1072701 - Build some Firefox OS specific DOM code in unified mode; r=baku
...
--HG--
extra : rebase_source : 4a8812c18341c9851fb3265e1f8e6c77a95911c5
2014-09-25 10:10:42 -04:00
Carsten "Tomcat" Book
5c21e2135f
Merge m-c to b2g-inbound
2014-09-05 12:20:46 +02:00
Carsten "Tomcat" Book
263bff5d15
Backed out changeset e6f223a82d91 (bug 937485) for causing b2g device regressions
2014-09-05 12:12:10 +02:00
Hsin-Yi Tsai
53dfd5bdd6
Bug 1061535 - [B2G][RIL] relax restrictions on EF_IMG error handling - part 2 - test. r=edgar
2014-09-04 12:13:20 +08:00
Vicamo Yang
00d165c73f
Bug 937485: [WebIcc] use Webidl enum for cardState. r=echen, r=smaug
2014-09-04 10:31:41 +08:00
Birunthan Mohanathas
fe2a826705
Bug 1058101 - Flatten dom/icc/src/ into parent directory. r=mccr8
...
--HG--
rename : dom/icc/src/Icc.cpp => dom/icc/Icc.cpp
rename : dom/icc/src/Icc.h => dom/icc/Icc.h
rename : dom/icc/src/IccListener.cpp => dom/icc/IccListener.cpp
rename : dom/icc/src/IccListener.h => dom/icc/IccListener.h
rename : dom/icc/src/IccManager.cpp => dom/icc/IccManager.cpp
rename : dom/icc/src/IccManager.h => dom/icc/IccManager.h
2014-08-27 10:12:15 -07:00
Edgar Chen
a467c2d24f
Bug 1013847 - Part 1-4: Create IccInfo object even if appType is unknown. r=hsinyi
2014-08-18 15:15:16 +08:00
Jessica Jong
068286a31a
Bug 824145 - Part 3: Support for STK icon display (marionette tests). r=edgar
2014-08-25 10:32:35 +08:00
Mike Hommey
20d181268e
Bug 1043820 - Remove PARALLEL_DIRS. r=gps
2014-07-29 08:57:59 +09:00
Ms2ger
e99bd12a4b
Bug 1043963 - Collapse test-only moz.build files under dom/ into ancestor moz.build files; r=ted
...
There is very little benefit to having another layer of moz.build files, and
removing them will speed up the build a minimal amount. It also paves the way
for removing TEST_DIRS, which could simplify the build system somewhat.
2014-07-26 08:17:24 +02:00
Mike Hommey
d10b15b035
Bug 1041860 - Avoid setting FINAL_LIBRARY to libraries that further use a FINAL_LIBRARY. r=mshal
2014-07-23 08:37:51 +09:00
Jessica Jong
2186ad3ef8
Bug 1033142 - Part 3: test cases for mvno type 'gid' in matchMvno() function. r=hsinyi
2014-07-18 11:41:38 +08:00
Shawn Ku
87f458cb95
Bug 1031640 - Part 2: test patch - B2G RIL: incorrect STK TR for handling SEND_SS/SEND_USSD/SEND_SHORT_MESSAGE/SEND_DTMF in ril_worker.js. r=echen
2014-07-14 17:06:45 +08:00
Vicamo Yang
fc819e312b
Bug 1036877: add private dtor for Reference-counted RIL components. r=hsinyi
2014-07-11 15:58:01 +08:00
Vicamo Yang
ad2cc806f4
Bug 1034582: add MOZ_FINAL to suppress -Wdelete-non-virtual-dtor when MOZ_B2G_RIL is enabled. r=khuey
2014-07-07 10:46:15 +08:00
Shawn Ku
9fb9922b42
Bug 1007487 - Part 2: test patch - B2G RIL: incorrect isDisplayNetworkNameRequired for not matching both HPLMN and EF_SPDI. v2. r=HsinYi.
2014-07-01 11:52:17 +08:00
Jessica Jong
6e930e643f
Bug 1013153 - Part 2: test cases for mvno type 'spn'. r=hsinyi
2014-07-01 02:10:00 +02:00
Kyle Huey
d2738ad8c9
Bug 1031051: Part 18 - Kill the old XPIDL-based event generator. r=smaug
2014-06-30 16:02:04 -07:00
Olli Pettay
7da5fd8ae0
Bug 1029866 - Rename InitUsingWin(...) to Init(...), r=bobowencode
...
--HG--
extra : rebase_source : e04aac99fe64270f283cf49ed52b8f7512a2fa3b
2014-06-25 13:17:17 +03:00
Bob Owen
d5b1972d3b
Bug 1025476 - Part 1: Add compulsory Init functions to AutoJSAPI. r=bholley
2014-06-19 08:21:14 +01:00
Bob Owen
6b1f969322
Bug 1017030 - Part 5: Replace AutoPushJSContext in Icc::NotifyStkEvent. r=bholley
2014-06-11 17:40:38 +01:00
Yoshi Huang
f061a92bd6
Bug 981646 - B2G RIL: Cannot read sdn contacts. r=smaug, vicamo
2014-05-16 14:50:00 +08:00
Boris Zbarsky
e7f072601f
Bug 1011815 part 1. Replace nsISupports with DOMRequest in MozIcc.webidl. r=smaug,echen
2014-05-19 16:37:58 -04:00
Boris Zbarsky
98a450e39b
Bug 1011810. Return the right type from getIccById. r=htsai,smaug
2014-05-19 13:20:21 -04:00
Birunthan Mohanathas
ff8ce9bd42
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
Thomas Zimmermann
24939db69b
Bug 904588: Convert MozIccManager to WebIDL, r=htsai, r=smaug
...
--HG--
rename : dom/icc/interfaces/nsIDOMIccManager.idl => dom/webidl/MozIccManager.webidl
2014-04-16 09:30:28 +02:00
Vicamo Yang
5cd3ea727b
Bug 995107: fix RIL DSDS marionette test cases on emulator-jb,kk. r=echen
2014-04-11 22:28:07 +08:00
Carsten "Tomcat" Book
7cd09aa69d
merge b2g-inbound to mozilla-central
2014-04-09 14:27:34 +02:00
Edgar Chen
b625cbc288
Bug 978027 - Part 4: Test cases for prl version. r=allstars.chh
2014-04-07 16:18:50 +08:00
Edgar Chen
de9a8c841d
Bug 978027 - Part 1: Interface changes for prl version. r=hsinyi,allstars.chh
2014-04-07 14:44:45 +08:00
Boris Zbarsky
35fca5eeeb
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
56f44fdf10
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
Masayuki Nakano
ff8b968574
Bug 990855 part.2 Remove dom/events from local includes of moz.build files r=smaug
2014-04-03 13:18:38 +09:00
Masayuki Nakano
54d409dfca
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
Masatoshi Kimura
24d07e5da7
Bug 978611 - Part 2: Move lagacy dictionaries to WebIDL dictionaries for B2G. r=vicamo
...
--HG--
rename : dom/mobileconnection/interfaces/nsIDOMMobileConnection.idl => dom/webidl/MozMobileConnection.webidl
rename : dom/network/interfaces/nsIDOMNetworkStatsManager.idl => dom/webidl/MozNetworkStats.webidl
2014-03-07 20:51:49 +09:00
Jessica Jong
c541655a7e
Bug 963516 - Part 4: test cases for matchMvno(). f=edgar r=hsinyi
2014-01-28 02:45:00 +08:00
Jessica Jong
c66cac049c
Bug 963516 - Part 2: dom changes to support matchMvno(). f=hsinyi,edgar r=smaug
2014-01-28 18:58:00 +08:00
Jessica Jong
ec7899f959
Bug 963516 - Part 1: interface changes to support matchMvno(). f=edgar r=hsinyi
2014-01-29 07:15:00 +08:00
Tom Schuster
e64b35e141
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
2014-01-09 18:39:36 +01:00