Ehsan Akhgari
|
5b76a146bc
|
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
Landing on a CLOSED TREE
|
2012-08-08 17:08:17 -04:00 |
|
Ehsan Akhgari
|
2795937cf4
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -04:00 |
|
Ehsan Akhgari
|
0fd9123eac
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.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 PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Donovan Preston
|
bc56dc9adb
|
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
|
2012-08-21 09:46:27 -07:00 |
|
Ed Morley
|
3073a11a52
|
Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE
|
2012-08-21 23:01:09 +01:00 |
|
Ed Morley
|
3197149f5c
|
Merge mozilla-central to mozilla-inbound
|
2012-08-21 21:16:49 +01:00 |
|
Benjamin Smedberg
|
25de92431b
|
Bug 700583 - Null-check our way out of crashes on both mobile and desktop in pr_FindSymbolInLib caused by plugin code where the plugin fails to load correctly, r=josh
|
2012-08-21 14:38:51 -04:00 |
|
Nick Desaulniers
|
2a8f741998
|
Bug 784245 - change uuid's for webapplicationregistry [r=fabrice]
|
2012-08-21 10:56:47 -07:00 |
|
Eric Chou
|
313d204135
|
Bug 784255 - [b2g-bluetooth] devicefound event does not come up correctly, r=qdot
|
2012-08-21 14:24:05 +08:00 |
|
David Zbarsky
|
fbb04700b6
|
Bug 784004 - Don't include Layers.h everywhere Part 3 r=nical
|
2012-08-21 00:06:46 -04:00 |
|
Donovan Preston
|
ff04ad6299
|
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
|
2012-08-21 09:46:27 -07:00 |
|
Eric Chou
|
14bcc1f020
|
Bug 783932 - [b2g-bluetooth] Fix wrong textwidth(tw=) value in Mode line, r=qdot
|
2012-08-21 11:21:24 +08:00 |
|
Gina Yeh
|
b9012edcf5
|
Bug 783454 - v1: Create devicefound event with event generator, r=qdot
|
2012-08-21 10:54:28 +08:00 |
|
Kyle Machulis
|
c1b5777800
|
Bug 783431 - Fix js array initialization for bluetooth and telephony; r=mrbkap
|
2012-08-20 18:26:44 -07:00 |
|
Kyle Machulis
|
a410f6a257
|
Bug 784179: Wrong thread assertion in GetPairedDevicePropertiesInternal; r=gwagner
|
2012-08-20 18:24:48 -07:00 |
|
Paul Adenot
|
627efd03dc
|
Bug 774581: Send event when starting/stopping audio or video recording; r=anant,mhabicher
|
2012-08-17 09:10:08 -07:00 |
|
Nick Desaulniers
|
30e8676a5a
|
Bug 781379: getNotInstalled should be under mgmt and return apps from all origins; r=felipe
|
2012-08-20 10:19:56 -07:00 |
|
Ryan VanderMeulen
|
f12fa88179
|
Merge m-c to inbound.
|
2012-08-20 20:21:35 -04:00 |
|
Olli Pettay
|
baa2eb76c7
|
Bug 783856 - Autogen PopupBlockedEvent, r=jst
|
2012-08-20 11:26:34 -07:00 |
|
Karl Tomlinson
|
2a3fd384a0
|
b=780059 tidy up API for FindVisualAndDepth r=mattwoodrow
--HG--
extra : rebase_source : c6022bd51aad41b7439531e7c3db1725aabda5e7
|
2012-08-20 16:20:37 +12:00 |
|
Gina Yeh
|
392f4dff11
|
Bug 778640 - Final version: Firing devicedisappeared event, r=qdot, r=smaug
---
dom/bluetooth/BluetoothAdapter.cpp | 16 ++++++++++++++-
dom/bluetooth/Makefile.in | 1 +
.../nsIDOMBluetoothDeviceAddressEvent.idl | 21 ++++++++++++++++++++
js/xpconnect/src/event_impl_gen.conf.in | 3 +++
4 files changed, 40 insertions(+), 1 deletion(-)
create mode 100644 dom/bluetooth/nsIDOMBluetoothDeviceAddressEvent.idl
|
2012-08-20 12:23:32 +08:00 |
|
Vicamo Yang
|
195af0be56
|
Bug 782338: fix 'Emulator callback still pending when finish() called', r=philikon,marshall_law
|
2012-08-20 11:18:25 +08:00 |
|
Matt Woodrow
|
7591d1ef12
|
Bug 782372 - Fix clang build. r=nical
|
2012-08-20 14:39:10 +12:00 |
|
Nicolas Silva
|
047b99ba78
|
Bug 782372 - Splits ImageLayers.h into ImageLayers.h ImageContainer.h and ImageTypes.h, r=bgirard
|
2012-08-19 15:33:25 -04:00 |
|
Fabrice Desré
|
3cc4e0a638
|
Bug 783825 - Fix b2g breakage after bug 553102 - Part 1 : fix mozChromeEvent events and system message manager [r=gal]
|
2012-08-19 12:00:19 -07:00 |
|
Ryan VanderMeulen
|
25940ee99c
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-18 19:10:45 -04:00 |
|
Kyle Huey
|
806819677e
|
Bug 773435: Remove some extraneous nsIImageLoadingContent includes. r=jlebar
|
2012-08-18 12:15:04 -07:00 |
|
Ed Morley
|
55d147cb39
|
Backout 6943b37c68cc (bug 751809) for bug 783723
|
2012-08-18 14:11:13 +01:00 |
|
Masatoshi Kimura
|
bedd012505
|
Bug 783532 - Remove DOMError::CreateForDOMExceptionCode. r=sicking
|
2012-08-18 08:25:49 -04:00 |
|
Bobby Holley
|
4a569927e2
|
Bug 553102 - Make content-> access default to deny if __exposedProps__ is not defined. r=mrbkap
|
2012-08-17 23:14:55 -07:00 |
|
Doug Turner
|
171cff0cf8
|
Bug 782391 - Device Storage - Watch should also go through the permission prompt. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
225924961e
|
Bug 782352 - Broadcast local io to onchange listeners. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
5e4e95095d
|
Bug 777101 - DeviceStorage - Add onchange notifications test. r=khuey
|
2012-08-17 19:43:00 -07:00 |
|
Andrea Marchesini
|
eedd4662ef
|
Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst
|
2012-08-17 18:04:03 -07:00 |
|
Gregor Wagner
|
843b886805
|
Bug 782472 - Contacts app doesn't work when OOP. r=fabrice
|
2012-08-17 16:54:22 -07:00 |
|
Justin Lebar
|
bc5dea3c65
|
Bug 776129 - Part 2: Test that when a remote <iframe mozbrowser> calls window.open, we get a remote frame, and when an in-process frame calls window.open, we get an in-process frame. r=smaug
--HG--
extra : rebase_source : f58dbae038842c0357fa71b08a215f31ff2cc0db
|
2012-08-17 17:07:54 -04:00 |
|
Justin Lebar
|
c9bb43d3c4
|
Bug 776129 - Part 1: When an <iframe mozbrowser> calls window.open, the resulting frame must be OOP iff the opener frame is OOP. r=smaug
--HG--
extra : rebase_source : 14db2573db5e9d8ffb72798f3d856f98e49f8a83
|
2012-08-17 17:07:54 -04:00 |
|
Bill McCloskey
|
2a27218e23
|
Bug 783416 - Stop saving the prototype in WindowStateHolder (r=mrbkap)
|
2012-08-17 10:09:01 -07:00 |
|
Bobby Holley
|
380cfcab47
|
Bug 783057 - Expose find results via XPCOM. r=gwagner
|
2012-08-17 09:50:19 -07:00 |
|
Bobby Holley
|
e737c4ba76
|
Bug 783173 - Fix test_ipc implementations to handle mandatory __exposedProps__. r=khuey
|
2012-08-17 09:21:17 -07:00 |
|
Ed Morley
|
7a68f05d39
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Kan-Ru Chen
|
e5d2297f13
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Eric Chou
|
823bcc084b
|
Bug 730992 - Patch 3: Hooking things up to BluetoothAdapter, r=qdot, sr=mrbkap
---
dom/bluetooth/BluetoothAdapter.cpp | 204 +++++++++++++++++++++++++++++-
dom/bluetooth/BluetoothAdapter.h | 8 ++
dom/bluetooth/nsIDOMBluetoothAdapter.idl | 16 +++-
3 files changed, 224 insertions(+), 4 deletions(-)
|
2012-08-17 18:35:59 +08:00 |
|
Eric Chou
|
748ecff12f
|
Bug 730992 - Patch 2: The machinery in Bluetooth*Service, r=qdot, sr=mrbkap
---
dom/bluetooth/BluetoothCommon.h | 8 +
dom/bluetooth/BluetoothService.h | 17 +
dom/bluetooth/linux/BluetoothDBusService.cpp | 561 ++++++++++++++++++++++++-
dom/bluetooth/linux/BluetoothDBusService.h | 23 +
4 files changed, 586 insertions(+), 23 deletions(-)
|
2012-08-17 18:35:59 +08:00 |
|
Eric Chou
|
0d4af0983c
|
Bug 730992 - Patch 1: The DOM boilerplate for BluetoothPairingEvent, r=qdot, sr=mrbkap
---
dom/base/nsDOMClassInfo.cpp | 9 +++
dom/base/nsDOMClassInfoClasses.h | 1 +
dom/bluetooth/BluetoothPairingEvent.cpp | 78 +++++++++++++++++++++++++
dom/bluetooth/BluetoothPairingEvent.h | 70 ++++++++++++++++++++++
dom/bluetooth/Makefile.in | 2 +
dom/bluetooth/nsIDOMBluetoothPairingEvent.idl | 15 +++++
6 files changed, 175 insertions(+), 0 deletions(-)
create mode 100644 dom/bluetooth/BluetoothPairingEvent.cpp
create mode 100644 dom/bluetooth/BluetoothPairingEvent.h
create mode 100644 dom/bluetooth/nsIDOMBluetoothPairingEvent.idl
|
2012-08-17 18:35:59 +08:00 |
|
Zoe Bellot
|
ccf0a0450d
|
Bug 746142 - Part 2 - Use inputmode attribute to vary the virtual keyboard on Android. f=mounir r=cpeterson
|
2012-08-17 12:02:18 +02:00 |
|
Zoe Bellot
|
db5a881e7f
|
Bug 746142 - Part 1 - Add inputmode attribute to HTMLInputElement. r=mounir sr=smaug
|
2012-08-17 11:53:44 +02:00 |
|
Aryeh Gregor
|
f638ada4c3
|
Bug 783863 - ArchiveInputStream::Tell incorrectly uses mStatus as an nsresult; r=baku
|
2012-08-21 14:56:39 +03:00 |
|
Georg Fritzsche
|
6d3f51f08a
|
Bug 781124 - Report CPU usage for hung flash processes. r=bsmedberg
|
2012-08-09 12:36:30 +02:00 |
|
Georg Fritzsche
|
3dfa8d43e7
|
Bug 781133 - Fix locale specific numbers in hung plugin CPU usage reporting. r=bsmedberg
|
2012-08-09 11:04:27 +02:00 |
|