Vincent Chang
|
10700cb4d2
|
Bug 949861 - Wifi does not work on Galaxy S2 device (SGS2) after flashing Gecko. r=chucklee
|
2013-12-19 14:22:10 +08:00 |
|
Wes Kocher
|
9ad9413521
|
Merge b2g-inbound to m-c
|
2014-01-06 17:16:48 -08:00 |
|
Fabrice Desré
|
94232e0f42
|
Bug 956833 - Clear manifests cache on memory pressure r=gal
|
2014-01-06 13:03:50 -08:00 |
|
Bevis Tseng
|
973de92daa
|
Bug 951999 - Get IMSI with selected service Id for Push Message of WAP CP. r=gene
|
2014-01-02 14:40:35 +08:00 |
|
Bevis Tseng
|
56c8fd6563
|
Bug 951999 - [B2G][DSDS] Need to add SIM id into the WAP Push message. r=gene
|
2013-12-23 11:31:43 +08:00 |
|
Ed Morley
|
f2c3dd2277
|
Merge latest green inbound changeset and mozilla-central
|
2014-01-06 12:51:38 +00:00 |
|
Masatoshi Kimura
|
f1aecc5ff3
|
Bug 956494 - Ensure dictionary values are constructed before firing DeviceMotionEvent. r=smaug
|
2014-01-05 17:36:19 +09:00 |
|
Edgar Chen
|
0c346992a8
|
Bug 956240 - WebMobileConnection: Use webidl event generator for the event that is dispatched by mozMobileConnection. r=smaug
|
2014-01-03 13:55:27 +08:00 |
|
Ehsan Akhgari
|
7efbcd733a
|
Bug 927728 - Part 2: Stop using PRUnichar in our code generators; r=roc,bzbarsky
|
2014-01-04 10:02:43 -05:00 |
|
Ehsan Akhgari
|
eaa7491d77
|
Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc
This patch was automatically generated by the following script:
#!/bin/bash
# Command to convert PRUnichar to char16_t
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*modules/libmar*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name prtypes.h \
! -name Char16.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRUnichar char16_t
|
2014-01-04 10:02:17 -05:00 |
|
Ryan VanderMeulen
|
e6fb1464e3
|
Merge m-c to inbound.
|
2014-01-03 14:12:28 -05:00 |
|
Ryan VanderMeulen
|
99be7ece6d
|
Backed out changeset 30521d0cc862 (bug 951999) for Gi failures.
|
2014-01-03 11:11:44 -05:00 |
|
Yuan Xulei
|
9ae843111f
|
Bug 953044 - Calling setInputMethodActive(false) before mozbrowser content loaded should always succeed. r=fabrice
|
2013-12-24 18:10:23 +08:00 |
|
Yuan Xulei
|
31395a6a84
|
Bug 952724 - Make InputContext#replaceSurroundingText match spec. r=janjongboom
|
2014-01-03 09:17:28 -05:00 |
|
Yuan Xulei
|
79d74fae67
|
Bug 949059 - MozInputMethod#mgmt should not return null value. r=fabrice
|
2014-01-03 09:16:48 -05:00 |
|
Kartikaya Gupta
|
73446f3e6c
|
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
|
2014-01-06 13:26:44 -05:00 |
|
Kartikaya Gupta
|
6a21b5325a
|
Bug 952170 - Remove unnecessary static_cast. r=smaug
|
2014-01-06 12:25:56 -05:00 |
|
Birunthan Mohanathas
|
dfbad43639
|
Bug 784739 - Switch from NULL to nullptr in remaining directories; r=ehsan
--HG--
extra : rebase_source : 1ff19b2c8fd0e77fa8e822f5007a9fa3a6b6d474
|
2014-01-06 10:06:04 -05:00 |
|
Ehsan Akhgari
|
701c7c2438
|
Fix the type passed to OpenNSPRFileDesc, no bug
--HG--
extra : rebase_source : 68a47b23259d5eaf9171cb9b70adde7720a00727
|
2014-01-06 10:05:11 -05:00 |
|
Guilherme Gonçalves
|
0ee307b407
|
Bug 956085 - Fix strict mode violation in PushService.jsm. r=nsm
|
2014-01-03 09:32:37 -05:00 |
|
Cervantes Yu
|
dea93c898a
|
Bug 938470 - Part 1: Make nsFrameLoader async in loading a remote iframe to always use Nuwa-spawned app processes. r=smaug
|
2013-11-19 19:03:30 +08:00 |
|
Bevis Tseng
|
92ccd8613d
|
Bug 951999 - [B2G][DSDS] Need to add SIM id into the WAP Push message. r=gene
|
2013-12-23 11:31:43 +08:00 |
|
Carsten "Tomcat" Book
|
7c1145b8d9
|
Merge mozilla-central to b2g-inbound
|
2014-01-03 13:01:49 +01:00 |
|
Shawn Ku
|
e9b9c5fb23
|
Bug 924740 Part2: Test Cases Part - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
|
2014-01-03 14:39:30 +08:00 |
|
Shawn Ku
|
72491eb720
|
Bug 924740 Part1: RIL patch - [fugu]It throws exception when run ICCIOHelper.processICCIOGetResponse for USIM card. v2. r=yoshi.
|
2014-01-02 11:14:40 +08:00 |
|
Ryan VanderMeulen
|
174ec81489
|
Merge m-c to b2g-inbound.
|
2014-01-02 16:18:16 -05:00 |
|
Ryan VanderMeulen
|
462c38e424
|
Merge b2g-inbound to m-c.
|
2014-01-02 16:14:38 -05:00 |
|
Jan Jongboom
|
ab864d390b
|
Bug 952080 - Rejection state for sendKey. r=yxl
|
2014-01-02 10:39:26 -05:00 |
|
Vasanthakumar Pandurangan
|
0cf4438d15
|
Bug 953159 - Handle antenna switch state unknown error in fm. r=pzhang
|
2013-12-27 11:18:40 +05:30 |
|
Henri Sivonen
|
fe3cc0106e
|
Bug 213517 part 1 - Interpret x-user-defined as windows-1252 in <meta> for compatibility with other browsers. r=smontagu.
--HG--
rename : parser/htmlparser/tests/mochitest/file_bug672453_meta_utf16.html => parser/htmlparser/tests/mochitest/file_bug672453_meta_userdefined.html
|
2014-01-02 09:18:19 +02:00 |
|
Masatoshi Kimura
|
9de4f301b4
|
Bug 876238 - Convert DeviceAcceleration and DeviceRotationRate to WebIDL bindings. r=smaug
|
2014-01-02 07:52:47 +09:00 |
|
Szu-Yu Chen [:aknow]
|
ae2d20d7ef
|
Bug 951030 - Radio state rollback. r=hsinyi
|
2014-01-02 10:39:26 -05:00 |
|
Andrew McCreight
|
48ba1d90e6
|
Bug 950959 - Rename scheduled cycle collector stuff to slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
a33e4dd29e
|
Bug 950949 - Run forgetSkippable per CC not per slice. r=smaug
|
2014-01-01 11:00:35 -08:00 |
|
Andrew McCreight
|
ce3956285c
|
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
|
2013-12-31 09:20:21 -08:00 |
|
Andrew McCreight
|
b335ac843c
|
Bug 948554, part 2 - Convert some of nsJSEnvironment to TimeStamp for greater precision. r=smaug
|
2013-12-31 09:20:21 -08:00 |
|
Andrew McCreight
|
a239e916f7
|
Bug 948554, part 1 - Rename PrepareForCycleCollection and make it a method. r=smaug
This name is more precise, because we must call it once per slice,
not once per CC. Being a method on the CC stats object is more consistent.
|
2013-12-31 09:20:21 -08:00 |
|
Ms2ger
|
e575b4351b
|
Bug 950143 - Followup: fix gonk builds.
|
2013-12-31 11:37:46 +01:00 |
|
Ms2ger
|
98586cdbc1
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
|
Ms2ger
|
b723967008
|
Bug 952018 - Part b: Update web-platform-tests tests; r=jgraham
|
2013-12-31 10:06:11 +01:00 |
|
Ms2ger
|
eb11addfd1
|
Bug 952018 - Part a: Remove obsolete expected failures; r=jgraham
|
2013-12-31 10:06:11 +01:00 |
|
Ms2ger
|
6717a8688a
|
Bug 939048 - Part f: Move mochitests to manifests in dom/workers; r=jst
|
2013-12-31 10:06:11 +01:00 |
|
Ms2ger
|
5c1015f492
|
Bug 939048 - Part e: Move mochitests to manifests in dom/plugins/test/mochitest; r=jst
|
2013-12-31 10:06:10 +01:00 |
|
Ms2ger
|
39d6e99d43
|
Bug 939048 - Part d: Move mochitests to manifests in dom/tests/mochitest/webapps/apps; r=jst
|
2013-12-31 10:06:10 +01:00 |
|
Ms2ger
|
44c9a17818
|
Bug 939048 - Part c: Move mochitests to manifests in dom/tests/mochitest/pointerlock; r=jst
|
2013-12-31 10:06:10 +01:00 |
|
Ms2ger
|
058333045f
|
Bug 939048 - Part b: Move mochitests to manifests in dom/tests/mochitest/whatwg; r=jst
|
2013-12-31 10:06:10 +01:00 |
|
Ms2ger
|
9e430e1ff6
|
Bug 939048 - Part a: Move mochitests to manifests in dom/network; r=jst
|
2013-12-31 10:06:10 +01:00 |
|
Reuben Morais
|
85af203f89
|
Bug 946294 - Use cached sequences for array attributes in the Contacts interfaces. r=bz r=gwagner
|
2013-12-29 15:41:35 -02:00 |
|
David Zbarsky
|
19e7f7ce22
|
Bug 952977: Use gfx::Matrix in ipdl r=nical
|
2013-12-26 13:06:53 -05:00 |
|
Wes Kocher
|
70babb0726
|
Merge m-c to inbound
|
2013-12-24 15:25:23 -08:00 |
|