Commit Graph

19284 Commits

Author SHA1 Message Date
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
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
Wes Kocher
9e3ecba304 Merge b2g-inbound to m-c 2013-12-24 15:13:27 -08:00
Ben Tian
b30d9c1665 Bug 947870 - Assertion in BluetoothOppManager::CreateFile (bluedroid), r=echou 2013-12-23 16:47:12 +08:00
Ben Tian
90fe54e775 Bug 939022 - BluetoothUtils for bluedroid. Patch 2/3: Modify files, r=echou 2013-12-23 11:24:11 +08:00
Neil Deakin
cb06464665 Bug 906666, treat frozen windows as not visible, so that they don't get focused, r=smaug 2013-12-23 09:24:36 -05:00
Ben Tian
0e8b08f307 Bug 939022 - BluetoothUtils for bluedroid. Patch 1/3: Move files, r=echou
--HG--
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/bluedroid/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/bluedroid/BluetoothUtils.h
rename : dom/bluetooth/BluetoothUtils.cpp => dom/bluetooth/bluez/BluetoothUtils.cpp
rename : dom/bluetooth/BluetoothUtils.h => dom/bluetooth/bluez/BluetoothUtils.h
2013-12-16 19:00:54 +08:00
Shawn Ku
a3f1c746c9 Bug 947110 - Part2: Add test cases. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v2. r=yoshi. 2013-12-23 13:55:29 +08:00
Shawn Ku
01379a1bbf Bug 947110 - Part1: RIL patch. B2G RIL: Add support for decoding FCP Template in BerTlvHelper. v5. r=yoshi. 2013-12-23 10:35:39 +08:00
Carsten "Tomcat" Book
b69b90cec4 Merge mozilla-central to b2g-inbound 2013-12-23 05:55:29 +01:00
Szu-Yu Chen [:aknow]
7f9a65c33e Bug 904934 - Remove mobilenetwork check. r=hsinyi 2013-12-23 10:59:43 +08:00