Commit Graph

711 Commits

Author SHA1 Message Date
Trevor Saunders
cd9ce5e64f no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type 2013-01-11 04:43:29 -05:00
rlin@mozilla.com
4c9c265260 Bug 827840 - [camera] shutter sound is almost inaudible, r=sicking, a=bb+
--HG--
extra : rebase_source : d58d00d2bc9d4865c63f8877fecd7c2da5b75e87
2013-01-09 11:09:37 +08:00
Doug Turner
321936848e Bug 829410 - Use threadsafe isupports in nsVolumeService. r=mikeh a=omg-everything-is-busted 2013-01-10 20:29:51 -08:00
Vincent Chang
41dec500b8 Bug 828909 - Sanitize Wi-Fi hotspot username and password r=mrbkap 2013-01-10 16:10:48 +00:00
Vicamo Yang
ed3782edfb Bug 819937: fix multiple sms-delivery messages sent. r=yhuang 2013-01-11 00:49:12 +08:00
Ed Morley
238d2a75f1 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
82307f7d33 Backout 118283:8d16c92e1bf4 (bug 827801) because two patches have landed adding the same test 2013-01-10 14:59:58 +01:00
Dave Hylands
4eafc2a88b Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
0644a88aec 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
62aeb83227 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
ce418e4f58 Bug 827801 - Test that OS.Constants is not available to content. r=khuey 2013-01-09 17:34:14 -05:00
Vincent Chang
86501b5269 Bug 825049 - Wi-Fi hotspot fails if password contains space. r=mrbkap 2013-01-09 14:20:10 +00:00
Shian-Yow Wu
22bbb1672e 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
e5cefe4060 Bug 827860 - Part 2: xpcshell tests for STK_CMD_GET_INPUT, r=vicamo 2013-01-09 01:38:17 +08:00
Edgar Chen
f6fda092e3 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
66e15421b7 Bug 822384 - Initialize PNN entries to empty strings. r=vicamo 2013-01-09 14:47:54 +08:00
Shian-Yow Wu
b7cefa18f3 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
6189cdf7c6 Bug 827733 - JavaScript Error: "oldIcc is null". r=allstars.chh 2013-01-08 20:40:00 +08:00
Hsin-Yi Tsai
73a9d843e3 Bug 825841 - B2G RIL: not sendSyncMessage(RIL:GetRilContext) in RILContentHelper's constructor. r=vicamo 2013-01-08 15:57:34 +08:00
Phil Ringnalda
69566d191b Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests 2013-01-07 22:59:32 -08:00
Steve Fink
5299472bdb 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
5f3fccd428 Bug 785124 - Pt 5 - Add extra asserts. r=dougt 2013-01-07 17:43:02 +01:00
Dave Hylands
0569240c40 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
e458463bf7 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
6cfecba5ff Merge mozilla-central to mozilla-inbound 2013-01-07 16:05:46 +00:00
Josh Matthews
7d196cc2e6 Backed out changeset 9dc561810a74 (bug 826102) 2013-01-07 16:34:51 +01:00
Josh Matthews
667076946d 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
64ae9817ff 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
7a5a5a63fb Bug 826297 - Catch exceptions. r=sicking
--HG--
extra : rebase_source : c160410cbdd472de446bf1b486604b39656ccb91
2013-01-04 11:27:29 -05:00
Dave Hylands
fabf6fc785 Bug 822754 - Fix B2G AutoMounter to deal with out-of-order events. r=philikon 2013-01-04 16:19:00 -08:00
Patrick Wang
1db954141b Bug 821999 - Check roaming when spn becomes available. r=allstars.chh 2013-01-04 16:44:20 +08:00
Yoshi Huang
28af49b54d Bug 823865 - Part 2: xpcshell tests for writeAlphaIdDiallingNumber. r=hsinyi 2012-12-24 12:03:55 +08:00
Yoshi Huang
510733bd8c Bug 823865 - Part 1: GsmPDUHelper.writeAlphaIdDiallingNumber. r=hsinyi 2012-12-21 16:24:25 +08:00
Yoshi Huang
70bf42c4a2 Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi 2013-01-04 13:34:01 +08:00
Vicamo Yang
52de0cac31 Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent 2013-01-04 14:26:24 +08:00
Edgar Chen
1b8e54ed96 Bug 816843 - Use RIL_DEVICE_IDENTITY to get ESN/MEID. r=vyang 2012-11-27 19:37:47 +08:00
Yoshi Huang
6e20647c23 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
f5a71805eb Bug 816893 - Part 3: ICCUtils Helper. r=hsinyi 2012-12-06 19:48:28 +08:00
Yoshi Huang
3d75988850 Bug 816893 - Part 2: ICC IO error handling. r=hsinyi 2012-11-28 11:25:53 +08:00
Yoshi Huang
d6b55cdd35 Bug 816893 - Part 1: ICCIOHelper ICCRecordHelper ICCFileHelper. r=hsinyi 2012-12-11 17:07:21 +08:00
Josh Matthews
d165c2299d Bug 823789 - Pass enableHighAccuracy geolocation changes to the chrome process. r=dougt 2012-12-31 11:36:46 -05:00
Philipp von Weitershausen
5ca06b9430 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
7c0322f4c3 Bug 824902 - B2G RIL: missing call.isActive in handleEnumerateCalls. r=allstars.chh 2012-12-27 15:23:46 +08:00
Chuck Lee
c62c24acee Bug 820762 - 0003.Test if voicemailInfo is exposed. r=hsinyi 2012-12-26 18:49:10 +08:00
Chuck Lee
e1bf5df130 Bug 820762 - 0002.Access voicmail info with correct permission. r=hsinyi 2012-12-26 18:49:08 +08:00
Chuck Lee
96d35552ca Bug 820762 - 0001.Change IDL. r=hsinyi 2012-12-25 14:56:30 +08:00
Julien Wajsberg
e3188a96ce Bug 824465 - fix delivery state wrongly reset to 'sending' when delivered. r=vicamo 2012-12-26 20:38:11 +08:00
Oleg Romashin
17ad417d60 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
5bcd5447b3 Bug 824605 - Fix readLen in getSPDI. r=allstars.chh 2012-12-25 19:27:48 +08:00
Kan-Ru Chen (陳侃如)
f4f9c0b80c Bug 824558 - Do not destroy mInitThread. r=dougt 2012-12-25 17:13:20 +08:00