Vincent Chang
|
cc5ae26a9f
|
Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap
|
2013-01-10 16:10:48 +00:00 |
|
Vicamo Yang
|
a43f95b8ea
|
Bug 819937: fix multiple sms-delivery messages sent. r=yhuang
|
2013-01-11 00:49:12 +08:00 |
|
Ed Morley
|
07d0c25a0a
|
Backout rest of 8d16c92e1bf4 (bug 827801) to fix the build on a CLOSED TREE
|
2013-01-10 14:32:01 +00:00 |
|
David Rajchenbach-Teller
|
999320ca50
|
Backout 118283:8d16c92e1bf4 (bug 827801) because two patches have landed adding the same test
|
2013-01-10 14:59:58 +01:00 |
|
Dave Hylands
|
c73c4fb662
|
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
3d4c942e73
|
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
e9207164c6
|
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
|
2012-12-14 16:01:34 -08:00 |
|
David Rajchenbach-Teller
|
0148442a8e
|
Bug 827801 - Test that OS.Constants is not available to content. r=khuey
|
2013-01-09 17:34:14 -05:00 |
|
Vincent Chang
|
03fd962b67
|
Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap
|
2013-01-09 14:20:10 +00:00 |
|
Shian-Yow Wu
|
c9c7c649cc
|
Bug 828089 - [B2G][Settings][Cellular & Data][Network Operator] Unable to disconnect from existing network operator and connect to a new one. r=vicamo
|
2013-01-09 22:57:55 +08:00 |
|
Edgar Chen
|
c7aae63b30
|
Bug 827860 - Part 2: xpcshell tests for STK_CMD_GET_INPUT, r=vicamo
|
2013-01-09 01:38:17 +08:00 |
|
Edgar Chen
|
7b7ebbe48c
|
Bug 827860 - Part 1: STK get stuck when text string is null, r=vicamo,yhuang
|
2013-01-09 17:50:53 +08:00 |
|
Patrick Wang
|
ff30560716
|
Bug 822384 - Initialize PNN entries to empty strings. r=vicamo
|
2013-01-09 14:47:54 +08:00 |
|
Shian-Yow Wu
|
0c0548ed3c
|
Bug 827663 - [Settings][Data Roaming] Can't close data roaming after turned on it. r=vicamo
|
2013-01-09 00:21:14 +08:00 |
|
Edgar Chen
|
5c5c7372e8
|
Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh
|
2013-01-08 20:40:00 +08:00 |
|
Hsin-Yi Tsai
|
fac47c13f0
|
Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo
|
2013-01-08 15:57:34 +08:00 |
|
Phil Ringnalda
|
ed9b0b2817
|
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
|
2013-01-07 22:59:32 -08:00 |
|
Steve Fink
|
08f99e5f1c
|
Bug 827225 - Rename JS_GetTypedArrayType to JS_GetArrayBufferViewType, add TYPE_DATAVIEW. r=bz, sr=dmandelin
--HG--
extra : rebase_source : c5947273c5d517338ea1f468358511aa979b4959
|
2013-01-07 15:12:00 -08:00 |
|
Dave Hylands
|
a09ec02d75
|
Bug 785124 - Pt 5 - Add extra asserts. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
2c40d02886
|
Bug 785124 - Pt 4 - Whitespace only change. Change "type &var" to "type& var" and ptrs. r=dougt
|
2013-01-07 17:43:02 +01:00 |
|
Dave Hylands
|
782c100040
|
Bug 785124 - Pt 1 - Add VolumeMountLock which allows SDCard to be locked. r=dougt
From 8e39b8e5f3ab7e6344b0a8a5eeabdcf672de8fb4 Mon Sep 17 00:00:00 2001
---
dom/ipc/ContentChild.cpp | 18 +++-
dom/ipc/ContentChild.h | 5 +-
dom/ipc/ContentParent.cpp | 22 +++-
dom/ipc/ContentParent.h | 2 +
dom/ipc/PContent.ipdl | 6 +-
dom/system/gonk/AutoMounter.cpp | 19 +++-
dom/system/gonk/Makefile.in | 4 +-
dom/system/gonk/Volume.cpp | 62 ++++++++++-
dom/system/gonk/Volume.h | 11 +-
dom/system/gonk/VolumeServiceIOThread.cpp | 11 +-
dom/system/gonk/VolumeServiceIOThread.h | 7 +-
dom/system/gonk/nsIVolume.idl | 21 +++-
dom/system/gonk/nsIVolumeMountLock.idl | 12 +++
dom/system/gonk/nsIVolumeService.idl | 9 +-
dom/system/gonk/nsVolume.cpp | 96 ++++++++++++++++-
dom/system/gonk/nsVolume.h | 43 ++++++--
dom/system/gonk/nsVolumeMountLock.cpp | 157 +++++++++++++++++++++++++++
dom/system/gonk/nsVolumeMountLock.h | 55 ++++++++++
dom/system/gonk/nsVolumeService.cpp | 168 +++++++++++++++++++++++------
dom/system/gonk/nsVolumeService.h | 20 +++-
layout/build/nsLayoutModule.cpp | 5 +-
layout/build/nsLayoutStatics.cpp | 9 ++
22 files changed, 684 insertions(+), 78 deletions(-)
create mode 100644 dom/system/gonk/nsIVolumeMountLock.idl
create mode 100644 dom/system/gonk/nsVolumeMountLock.cpp
create mode 100644 dom/system/gonk/nsVolumeMountLock.h
|
2012-12-14 16:01:34 -08:00 |
|
Ed Morley
|
64d6476dd3
|
Merge mozilla-central to mozilla-inbound
|
2013-01-07 16:05:46 +00:00 |
|
Josh Matthews
|
62cda9990f
|
Backed out changeset 9dc561810a74 (bug 826102)
|
2013-01-07 16:34:51 +01:00 |
|
Josh Matthews
|
bd3fd31dd1
|
Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt
|
2013-01-07 06:57:00 +01:00 |
|
Josh Matthews
|
d9af90cebc
|
Bug 826102 - Make IPC geolocation listener never use cached values and never skip a value. r=dougt
|
2013-01-07 06:57:00 +01:00 |
|
Hubert Figuière
|
5fd1a2f12b
|
Bug 826297 - Catch exceptions. r=sicking
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
|
2013-01-04 11:27:29 -05:00 |
|
Dave Hylands
|
6f2696298b
|
Bug 822754 - Fix B2G AutoMounter to deal with out-of-order events. r=philikon
|
2013-01-04 16:19:00 -08:00 |
|
Patrick Wang
|
7d938feea8
|
Bug 821999 - Check roaming when spn becomes available. r=allstars.chh
|
2013-01-04 16:44:20 +08:00 |
|
Yoshi Huang
|
5db36007db
|
Bug 823865 - Part 2: xpcshell tests for writeAlphaIdDiallingNumber. r=hsinyi
|
2012-12-24 12:03:55 +08:00 |
|
Yoshi Huang
|
3faedf6ffd
|
Bug 823865 - Part 1: GsmPDUHelper.writeAlphaIdDiallingNumber. r=hsinyi
|
2012-12-21 16:24:25 +08:00 |
|
Yoshi Huang
|
85bec7c3cf
|
Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi
|
2013-01-04 13:34:01 +08:00 |
|
Vicamo Yang
|
f341de3b44
|
Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent
|
2013-01-04 14:26:24 +08:00 |
|
Edgar Chen
|
d85753b9ca
|
Bug 816843 - Use RIL_DEVICE_IDENTITY to get ESN/MEID. r=vyang
|
2012-11-27 19:37:47 +08:00 |
|
Yoshi Huang
|
5a3090f5e2
|
Bug 826161 - B2G RIL: In ICC IO, only Linear Fixed EF should have recordSize. r=hsinyi.
|
2013-01-03 14:02:25 +08:00 |
|
Yoshi Huang
|
14f35a6599
|
Bug 816893 - Part 3: ICCUtils Helper. r=hsinyi
|
2012-12-06 19:48:28 +08:00 |
|
Yoshi Huang
|
8957abffb6
|
Bug 816893 - Part 2: ICC IO error handling. r=hsinyi
|
2012-11-28 11:25:53 +08:00 |
|
Yoshi Huang
|
542253cecd
|
Bug 816893 - Part 1: ICCIOHelper ICCRecordHelper ICCFileHelper. r=hsinyi
|
2012-12-11 17:07:21 +08:00 |
|
Josh Matthews
|
07604d3adf
|
Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt
|
2012-12-31 11:36:46 -05:00 |
|
Philipp von Weitershausen
|
41571aeead
|
Bug 820617 - Add a hook to make NetworkManager not manage offline status and use it in Marionette for B2G CI. r=jgriffin
|
2012-12-29 10:11:04 -08:00 |
|
Hsin-Yi Tsai
|
7eb14be0de
|
Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh
|
2012-12-27 15:23:46 +08:00 |
|
Chuck Lee
|
170658d87f
|
Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi
|
2012-12-26 18:49:10 +08:00 |
|
Chuck Lee
|
f948debdbe
|
Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi
|
2012-12-26 18:49:08 +08:00 |
|
Chuck Lee
|
6b34770bf6
|
Bug 820762 - 0001.Change IDL. r=hsinyi
|
2012-12-25 14:56:30 +08:00 |
|
Julien Wajsberg
|
2f11ff357e
|
Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo
|
2012-12-26 20:38:11 +08:00 |
|
Oleg Romashin
|
2aeed803c9
|
Bug 823825 - Qt Firefox does not build on meego due to changed API. r=romaxa DONTBUILD
|
2012-12-25 13:27:00 -08:00 |
|
Patrick Wang
|
2513b4d3b0
|
Bug 824605 - Fix readLen in getSPDI. r=allstars.chh
|
2012-12-25 19:27:48 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
32e3b47734
|
Bug 824558 - Do not destroy mInitThread. r=dougt
|
2012-12-25 17:13:20 +08:00 |
|
Edgar Chen
|
c4a6982e27
|
Bug 824194 - Refactor TLV size handler in sendStkTerminalResponse. r=allstars.chh
|
2012-12-22 11:14:40 +08:00 |
|
Kan-Ru Chen (陳侃如)
|
3b9e4bb8a2
|
Bug 821517 - Remove MOZ_ASSERT(mInitThread) r=dougt
|
2012-12-24 10:53:37 +08:00 |
|
Nagarjuna Varma
|
8557b6a522
|
Bug 785060 - Check for allocation failure in JS_NewUCStringCopyZ calls; r=Ms2ger
|
2012-12-22 18:35:07 -05:00 |
|