Fabrice Desré
|
3a6a1ec660
|
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
|
5867af3068
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-18 19:10:45 -04:00 |
|
Kyle Huey
|
e5307f0a9a
|
Bug 773435: Remove some extraneous nsIImageLoadingContent includes. r=jlebar
|
2012-08-18 12:15:04 -07:00 |
|
Ed Morley
|
5a6cb3b570
|
Backout 6943b37c68cc (bug 751809) for bug 783723
|
2012-08-18 14:11:13 +01:00 |
|
Masatoshi Kimura
|
11a5c57afc
|
Bug 783532 - Remove DOMError::CreateForDOMExceptionCode. r=sicking
|
2012-08-18 08:25:49 -04:00 |
|
Bobby Holley
|
9a7444669f
|
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
|
8999cd9d44
|
Bug 782391 - Device Storage - Watch should also go through the permission prompt. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
3ff1f51432
|
Bug 782352 - Broadcast local io to onchange listeners. r=sicking
|
2012-08-17 19:43:00 -07:00 |
|
Doug Turner
|
f27b60d7fb
|
Bug 777101 - DeviceStorage - Add onchange notifications test. r=khuey
|
2012-08-17 19:43:00 -07:00 |
|
Andrea Marchesini
|
07318d266d
|
Bug 781153 - ArchiveReader doesn't support zip-in-zip archives, r=jst
|
2012-08-17 18:04:03 -07:00 |
|
Gregor Wagner
|
7085b09655
|
Bug 782472 - Contacts app doesn't work when OOP. r=fabrice
|
2012-08-17 16:54:22 -07:00 |
|
Justin Lebar
|
aa6af0b7fa
|
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
|
8e0647cfe9
|
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
|
7ea7c080cb
|
Bug 783416 - Stop saving the prototype in WindowStateHolder (r=mrbkap)
|
2012-08-17 10:09:01 -07:00 |
|
Bobby Holley
|
9c0932a591
|
Bug 783057 - Expose find results via XPCOM. r=gwagner
|
2012-08-17 09:50:19 -07:00 |
|
Bobby Holley
|
ae072f5464
|
Bug 783173 - Fix test_ipc implementations to handle mandatory __exposedProps__. r=khuey
|
2012-08-17 09:21:17 -07:00 |
|
Ed Morley
|
f4221cc429
|
Backout 506268f7735e & ea163112807d (bug 746142) for Android build failures
|
2012-08-17 12:30:02 +01:00 |
|
Kan-Ru Chen
|
4e3b4c5d63
|
Bug 757341 - Camera direct texturing with async video. r=cjones
|
2012-08-17 18:56:55 +08:00 |
|
Eric Chou
|
03b52423d5
|
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
|
2dc14ca1d9
|
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
|
1353638291
|
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
|
f5aa016a9c
|
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
|
5cd1fff7f7
|
Bug 746142 - Part 1 - Add inputmode attribute to HTMLInputElement. r=mounir sr=smaug
|
2012-08-17 11:53:44 +02:00 |
|
Aryeh Gregor
|
bd3d27831a
|
Bug 783863 - ArchiveInputStream::Tell incorrectly uses mStatus as an nsresult; r=baku
|
2012-08-21 14:56:39 +03:00 |
|
Georg Fritzsche
|
d1e89b6b8a
|
Bug 781124 - Report CPU usage for hung flash processes. r=bsmedberg
|
2012-08-09 12:36:30 +02:00 |
|
Georg Fritzsche
|
19a75c84b2
|
Bug 781133 - Fix locale specific numbers in hung plugin CPU usage reporting. r=bsmedberg
|
2012-08-09 11:04:27 +02:00 |
|
Paul Adenot
|
ee3a886b03
|
Bug 775319 - Determine the sample format at compile time for all media code. r=kinetik
|
2012-08-16 18:10:36 -07:00 |
|
Ehsan Akhgari
|
845651448b
|
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
|
f22f8b7a49
|
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
|
e368dc9c85
|
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 |
|
Matt Woodrow
|
d8c503fb71
|
Bug 778036 - Only notify the parent of the first TabChild paint. r=cjones
|
2012-08-07 15:00:41 +12:00 |
|
Hsin-Yi Tsai
|
83c20968d0
|
Bug 777202 - RadioInterfaceLayer broadcasts request responses to all content processes. r=philikon
|
2012-08-17 11:46:34 +08:00 |
|
Matthew Gregan
|
64d46a81b1
|
Bug 770945 - Back out unnecessary change. r=backout
|
2012-08-17 16:52:08 +12:00 |
|
Doug Turner
|
4c3388ad0a
|
Bug 782351 - Device Storage - Expose sdcard/volume state flag on stat result followup. If fetching the available disk space fails (due to a path not existing), return zero bytes available. r=khuey
--HG--
extra : rebase_source : 687739cb4fa8071fd9430b350aae3d07ffa41f48
|
2012-08-16 16:14:38 -07:00 |
|
Doug Turner
|
9e8de0ccbc
|
Bug 783086 - DeviceStorage - in OOP apps, the enumerate() method ignores the since argument. r=dhylands
--HG--
extra : rebase_source : d74df06f0641f662f0b258ed832e1698894d7e4e
|
2012-08-16 16:14:37 -07:00 |
|
Doug Turner
|
34af10e36c
|
Bug 782676 - Enable test_stat.html on mac and windows. r=khuey
--HG--
extra : rebase_source : fc7025df9a48d2b942054b511694440a59c241bb
|
2012-08-16 16:14:37 -07:00 |
|
Doug Turner
|
6866ddaadb
|
Bug 783398 - DeviceStorage makes calls to nsVolumeService from the IOThread. r=dhylands
--HG--
extra : rebase_source : 8f3fef5b349f5810e256f8f5f4b6217854a03518
|
2012-08-16 16:03:06 -07:00 |
|
Chris Pearce
|
f15f8516e4
|
Bug 778640 - Backout due to burning. r=bustage
|
2012-08-17 16:22:25 +12:00 |
|
Gina Yeh
|
faa4304b5c
|
Bug 778640 - Final version: Firing devicedisappeared event, create nsIDOMBluetoothDeviceAddressEvent by event generator, r=qdot, r=smaug
---
dom/bluetooth/BluetoothAdapter.cpp | 17 +++++++++++++++-
dom/bluetooth/Makefile.in | 1 +
.../nsIDOMBluetoothDeviceAddressEvent.idl | 21 ++++++++++++++++++++
js/xpconnect/src/event_impl_gen.conf.in | 3 ++-
4 files changed, 40 insertions(+), 2 deletions(-)
create mode 100644 dom/bluetooth/nsIDOMBluetoothDeviceAddressEvent.idl
|
2012-08-17 12:02:52 +08:00 |
|
Karl Tomlinson
|
10083eff12
|
b=782185 use extend_pad when compositing image layers even for Quartz and X11 r=roc
--HG--
extra : transplant_source : %F7%24N%7E%E0y%C4%2C%D4%9B%DB%83B_Ai6%A1%7E%91
|
2012-08-14 23:47:49 +12:00 |
|
Matthew Gregan
|
7659ff2cc9
|
Bug 770945 - Simple media events shouldn't be cancelable. r=roc
|
2012-08-14 15:26:43 +12:00 |
|
Gina Yeh
|
141b9509a5
|
Bug 777671 - Final version: add function getPairedDevices() in nsIDOMBluetoothAdapter, r=qdot, sr=mrbkap
---
dom/bluetooth/BluetoothAdapter.cpp | 97 +++++++++++++++++++++++++-
dom/bluetooth/BluetoothAdapter.h | 2 +-
dom/bluetooth/BluetoothPropertyContainer.cpp | 32 +--------
dom/bluetooth/BluetoothPropertyContainer.h | 26 +------
dom/bluetooth/BluetoothService.h | 11 ++-
dom/bluetooth/BluetoothUtils.cpp | 48 ++++++++++++-
dom/bluetooth/BluetoothUtils.h | 9 ++-
dom/bluetooth/linux/BluetoothDBusService.cpp | 93 +++++++++++++++++++++++-
dom/bluetooth/linux/BluetoothDBusService.h | 4 +-
dom/bluetooth/nsIDOMBluetoothAdapter.idl | 3 +-
10 files changed, 261 insertions(+), 64 deletions(-)
|
2012-08-17 10:53:45 +08:00 |
|
Hsin-Yi Tsai
|
fe068832d1
|
Bug 782778 - [WebAPI] WebTelephony: Receive 'connected' call event twice for the same call. r=philikon
|
2012-08-15 16:10:09 +08:00 |
|
Vicamo Yang
|
47f2f8109d
|
Bug 760199: fix test failure due to SMSC timestamp truncation, r=philikon
|
2012-08-17 10:01:40 +08:00 |
|
Ryan VanderMeulen
|
ad0c7a9dde
|
Merge m-c to inbound.
|
2012-08-16 20:51:32 -04:00 |
|
Ryan VanderMeulen
|
45acb52a4f
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-16 20:50:16 -04:00 |
|
Gregor Wagner
|
0684d004cb
|
Bug 779379 - B2G MobileConnection: Hook up to permissions manager. r=jlebar
|
2012-08-16 17:42:26 -07:00 |
|
Masashi Honma
|
512f24a886
|
Bug 780465 - Add support for Wi-Fi Protected Setup functionality (WPS). r=mrbkap DONTBUILD
|
2012-08-16 15:19:51 -07:00 |
|
Georg Fritzsche
|
f90c630c44
|
Bug 751809 - Fix OSX focus issue with click-to-play. r=josh
|
2012-08-10 20:28:34 +02:00 |
|
Chris Jones
|
1b2d3cc211
|
Bug 776835: Check process capabilities in hal. r=blassey,jlebar
|
2012-08-16 12:34:53 -07:00 |
|
Chris Jones
|
241a9adf47
|
Bug 776664: Check "sms" capability for PSms. r=mounir
|
2012-08-16 12:34:53 -07:00 |
|
James Willcox
|
23fcf9afac
|
Bug 776334 - Don't double free shared texture handles for Flash on Android r=blassey
|
2012-08-16 12:48:35 -04:00 |
|
James Willcox
|
79a29e5a6d
|
Bug 781542 - Don't require a layer invalidation for Flash video on Android r=blassey
|
2012-08-16 12:47:22 -04:00 |
|
Aryeh Gregor
|
0722990c72
|
Bug 782605 - Make nsNPAPIPluginInstance::SetCached infallible; r=roc
|
2012-08-14 12:10:42 +03:00 |
|
Aryeh Gregor
|
b27b105f8d
|
Bug 782606 - Use NS_FAILED instead of boolean test (dom/indexedDB/, dom/workers/); r=khuey
|
2012-08-14 12:10:41 +03:00 |
|
Ben Turner
|
4b09919a18
|
Bug 781256 - 'Share FileDescriptors across processes in preparation for OS-level sandbox'. r=khuey+cjones.
--HG--
rename : netwerk/base/public/nsIIPCSerializable.idl => netwerk/base/public/nsIIPCSerializableObsolete.idl
extra : transplant_source : %EB%18%9D%E6%B1%C6%26%A2%16%F3%85g%1A%25%B1%8E%A1%E72e
|
2012-08-16 00:02:32 -04:00 |
|
Yoshi Huang
|
5ba1b43b1b
|
Bug 783150 - B2G RIL: Fetch ICC Record only when SIM_READY. r=vicamo
|
2012-08-10 14:55:08 +08:00 |
|
Eric Chou
|
b2f1558be8
|
Bug 782905 - [b2g-bluetooth] Calling setEnabled(false) twice in a very short period may crash, r=qdot
|
2012-08-16 10:47:39 +08:00 |
|
Chris Jones
|
ae7d6c1ee3
|
Bug 782006: Prefetch the "built-in" stylesheet cache in content processes. r=roc
|
2012-08-15 18:46:03 -07:00 |
|
Chris Jones
|
00822f833d
|
Bug 781742: Try to keep a process pre-launched for app content, if the pref says to. r=jlebar
|
2012-08-15 18:46:03 -07:00 |
|
Vicamo Yang
|
d69e25c816
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 4: add to global interfaces list, r=me
|
2012-08-16 09:37:15 +08:00 |
|
Vicamo Yang
|
ddc6875003
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 3: marionette test, r=philikon
|
2012-08-16 09:37:05 +08:00 |
|
Vicamo Yang
|
60d23fbea0
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon
|
2012-08-16 09:36:56 +08:00 |
|
Vicamo Yang
|
80d63b8be6
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 1: IDL change
|
2012-08-16 09:36:43 +08:00 |
|
Steven Lee
|
b81f1fb70b
|
Bug 779149 - [Dialer] Audio does not go through headset. r=mwu
|
2012-08-15 21:00:50 -04:00 |
|
Gregor Wagner
|
43fcde48eb
|
Bug 782136 - add carrier field and ContactField interface to Contacts API. Review Comments. r=fabrice
|
2012-08-15 17:49:47 -07:00 |
|
Gregor Wagner
|
ce60fe2145
|
Bug 782136 - add carrier field and ContactField interface to Contacts API. Impl. r=fabrice
|
2012-08-15 16:42:08 -07:00 |
|
Gregor Wagner
|
054edbc75c
|
Bug 782136 - add carrier field and ContactField interface to Contacts API. IDL. r=gal
|
2012-08-15 16:41:38 -07:00 |
|
Masayuki Nakano
|
b665e4da72
|
Bug 782190 Implement onwheel attribute and onwheel property on window, document and element r=smaug, sr=jst
|
2012-08-16 08:09:42 +09:00 |
|
Fabrice Desré
|
bc5de6f5f3
|
Bug 773383 - [Web Activities] Activities filtering heuristic does not support arrays/regexp in filters [r=vingtetun]
|
2012-08-15 15:06:23 -07:00 |
|
Wes Johnston
|
768843bdb4
|
Bug 650399 - All webapps should use the same webapp database. r=mfinkle
|
2012-08-15 17:02:15 -04:00 |
|
Fabrice Desré
|
e64ec93a29
|
Bug 782835 - System Messages: oop processes not receiving web activities system messages [r=vingtetun]
|
2012-08-15 13:27:02 -07:00 |
|
Neil Deakin
|
6b29afdf4b
|
Bug 743975 - remove the event handler argument to widget creation methods, r=tn
|
2012-08-15 14:53:09 -04:00 |
|
Neil Deakin
|
2e9eced59a
|
Bug 743975 - use a widget listener interface instead of the remaining events that don't need an event, r=tn,jmathies,netzen,smichaud,karlt,blassey,chrisjones
|
2012-08-15 14:52:42 -04:00 |
|
Gregor Wagner
|
4b599bd464
|
Bug 781355 - Hook up mozBrowser to Permission Manager. r=jlebar
|
2012-08-15 10:22:30 -07:00 |
|
Jose Antonio Olivera Ortega
|
3ed6fb5441
|
Bug 774114 - B2G RIL: Refactor the way of handling RIL_REQUEST_{ENTER_*, CHANGE_*} responses. r=philikon
|
2012-08-15 09:49:12 -07:00 |
|
Gene Lian
|
292e0de55b
|
Bug 782772 - Support the href property in web activities. r=vivien,fabrice
|
2012-08-15 10:40:12 +08:00 |
|
Fabrice Desré
|
4ad387b16d
|
Bug 781127 - [b2g][Web Activities][System Message Handler] mozChromeEvent to System app does not expose enough information [r=vingtetun]
|
2012-08-15 09:00:02 -07:00 |
|
Aryeh Gregor
|
719dcb2097
|
Bug 782252 - Change named constants to correct types; r=ehsan
|
2012-08-07 18:11:35 +03:00 |
|
Aryeh Gregor
|
8bb4aff89c
|
Bug 782252 - Cast NS_ENUMERATOR_FALSE to nsresult; r=ehsan
|
2012-08-07 17:54:44 +03:00 |
|
Eric Wong
|
c200656eac
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-14 20:37:44 -07:00 |
|
Phil Ringnalda
|
4ebf706d08
|
Backout cfba38edc205, cec9aff342dc, a154933f2bef (bug 780558) for mochitest-3 bustage
|
2012-08-14 22:19:28 -07:00 |
|
Vicamo Yang
|
700de0a527
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 3: marionette test, r=philikon
|
2012-08-15 12:35:50 +08:00 |
|
Vicamo Yang
|
6bbee37bbc
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 2: RIL implementation, r=philikon
|
2012-08-15 12:35:46 +08:00 |
|
Vicamo Yang
|
8d001adc76
|
Bug 780558 - B2G RIL: expose cell LAC/CID - Part 1: IDL change, r=sicking
|
2012-08-15 12:35:42 +08:00 |
|
Bobby Holley
|
be03f533f3
|
Bug 781521 - Fix BrowserElement API. r=jlebar
|
2012-08-14 20:54:33 -07:00 |
|
Bobby Holley
|
7acdfeb9a2
|
Bug 781521 - Fix Settings API. r=gwagner
|
2012-08-14 20:54:33 -07:00 |
|
Doug Turner
|
2138bb0060
|
Bug 782354 - seperate sharing state from unavailable state in onchange notification. r=sicking
|
2012-08-14 08:53:44 -07:00 |
|
Doug Turner
|
dbca26a09f
|
Bug 782351 - add volume state to stat() API. r=sicking
|
2012-08-14 08:53:20 -07:00 |
|
David Keeler
|
d0d3c04507
|
Bug 749257 - Improve test plugin. r=josh, r=bsmedberg
|
2012-08-13 10:40:15 -07:00 |
|
Ryan VanderMeulen
|
f4e9f8985a
|
Merge m-c to inbound.
|
2012-08-14 20:19:33 -04:00 |
|
Blake Kaplan
|
3800f89881
|
Bug 780066 - Ensure that WifiManager's state is correct after shutting down. r=vchang DONTBUILD
|
2012-08-14 17:00:43 -07:00 |
|
Bobby Holley
|
022850a207
|
Bug 777628 - Do a Checked Unwrap in JS_WriteTypedArray. r=jorendorff
|
2012-08-14 08:31:02 -07:00 |
|
Ehsan Akhgari
|
a09e69cee0
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Ehsan Akhgari
|
b668854501
|
Bug 626472 - Remove on last nsnull!
|
2012-08-14 11:28:45 -04:00 |
|
Ed Morley
|
5381ebd3cb
|
Backout 327d9e9efbf7 (bug 773760) for bustage
|
2012-08-14 16:23:02 +01:00 |
|
Justin Lebar
|
8441153d6c
|
Bug 769254 - Part 3: Tests for clicking _blank link from <iframe mozbrowser>. r=bz
|
2012-08-14 10:58:01 -04:00 |
|
Justin Lebar
|
74befa949f
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
|
2012-08-14 10:58:00 -04:00 |
|
Eric Wong
|
6cc858556c
|
Bug 773760: Save privacy status of transferable during cross-process clipboard transfer. r=ehsan
|
2012-08-13 22:46:23 -07:00 |
|
Jim Mathies
|
340d440706
|
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
|
2012-08-14 09:27:39 -05:00 |
|
Mark Capella
|
19d06abdb4
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Misc Folders, r=ted
Content, DOM, Image, JS, RDF, and URILoader folders
|
2012-08-14 10:06:17 -04:00 |
|
Aryeh Gregor
|
a88ffe5c80
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Shian-Yow Wu
|
4d880de071
|
Bug 767375 - B2G network manager: expose IP Information of network interfaces (implementation). r=philikon
|
2012-08-13 21:54:42 -04:00 |
|
Shian-Yow Wu
|
8d186acbba
|
Bug 767375 - B2G network manager: expose IP Information of network interfaces (IDL). r=philikon
|
2012-08-13 21:54:42 -04:00 |
|
Alexander Boldyrev
|
51cb65d942
|
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
|
2012-08-13 18:17:55 -07:00 |
|
Kyle Machulis
|
b82b733e51
|
Bug 781692: Always fire DOMRequests for Set functions in BluetoothAdapter
|
2012-08-13 17:57:54 -07:00 |
|
Dave Hylands
|
98cc77a342
|
Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
r=gwagner
---
dom/system/gonk/AutoMounter.cpp | 19 ++++++++++++++++---
dom/system/gonk/AutoMounterSetting.cpp | 7 +++++--
dom/system/gonk/Volume.cpp | 12 +++++++++---
dom/system/gonk/nsVolumeService.cpp | 11 +++++++++--
4 files changed, 39 insertions(+), 10 deletions(-)
|
2012-08-08 15:44:59 -07:00 |
|
Justin Lebar
|
47c4a17dd1
|
Bug 781320 - Part 4: Test that <iframe mozbrowser>'s name attribute is set when the iframe is created as a result of window.open. r=smaug
|
2012-08-13 15:19:10 -04:00 |
|
Justin Lebar
|
71ee834252
|
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
|
2012-08-13 15:19:10 -04:00 |
|
Justin Lebar
|
7d969f5310
|
Bug 781320 - Part 2: Tests for forwarding <iframe mozbrowser>'s name from parent to child. r=smaug
|
2012-08-13 15:19:09 -04:00 |
|
Justin Lebar
|
a1ad57f852
|
Bug 781320 - Part 1: Sync iframe name down from parent to child in <iframe mozbrowser>. r=smaug
|
2012-08-13 15:19:09 -04:00 |
|
Justin Lebar
|
74392fedcf
|
Bug 780351 - Tests for ensuring that mozapp divides the window name namespace, but mozbrowser does not. r=smaug
|
2012-08-13 15:19:09 -04:00 |
|
Justin Lebar
|
02bd55ec18
|
Bug 780546 - Add test for opening named windows inside <iframe mozbrowser>. r=mounir
|
2012-08-13 15:19:09 -04:00 |
|
Justin Lebar
|
df138e7a01
|
No bug - Tweak dom/browser-element/mochitest/createNewTest.py. r=me DONTBUILD
|
2012-08-13 15:19:08 -04:00 |
|
Neil Deakin
|
953592e2fe
|
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
|
2012-08-13 15:05:34 -04:00 |
|
Neil Deakin
|
293dbd7ee1
|
Bug 391834, rearrange some popup dialog code to be simpler,r=smaug,patch mostly by gavin
|
2012-08-13 15:03:59 -04:00 |
|
Justin Lebar
|
25c5e67049
|
Bug 777135 - Part 3: Remove nsDOMWindowUtils::GetIsApp and friends. r=mounir
--HG--
extra : rebase_source : ac3db88b7eb03397c4ae514624e1f3021947c396
|
2012-08-13 12:58:38 -04:00 |
|
Justin Lebar
|
9ed276e03f
|
Bug 777135 - Part 2: Stop using nsDOMWindowUtils::GetIsApp and friends, and instead use the relevant methods on the principal. r=mounir
--HG--
extra : rebase_source : fa8a153a1edc8f64b230b67f121ba5eaaf1098e6
|
2012-08-13 12:58:38 -04:00 |
|
Matt Woodrow
|
b9319c5de1
|
Bug 733323 - Remove references to plugin surfaces when the plugin is destroyed. r=roc
|
2012-08-13 22:11:30 +12:00 |
|
Phil Ringnalda
|
9fa8d2547b
|
Bug 782167 - Downgrade MOZ_ASSERT(win->IsClosedOrClosing()) to an NS_ASSERTION until it stops happening so often, r=khuey
--HG--
extra : rebase_source : 774096aa4cfa058d1aa1a32596ae65e464e1baf9
|
2012-08-12 20:52:21 -07:00 |
|
Robert O'Callahan
|
65cf9f8b41
|
Bug 383026. Centralize code that converts DOM scroll offsets to/from layout scroll positions. r=dbaron
--HG--
extra : rebase_source : a6118e0eeea749a601e055741e35cdcd15d81e57
|
2012-08-10 23:17:06 +12:00 |
|
Kan-Ru Chen (陳侃如)
|
ba4db0438e
|
Bug 781353 - Hook up "power" to Permission Manager. r=jlebar
|
2012-08-11 19:40:43 +08:00 |
|
Hsin-Yi Tsai
|
1a38d38c0b
|
Bug 777899 - speakerphone toggles off on answer call. r=philikon
|
2012-08-09 11:40:35 +08:00 |
|
Hsin-Yi Tsai
|
68504b62ef
|
Bug 781756 - B2G RIL: no GECKO_MOBILE_CONNECTION_STATE_UNKNOWN. r=philikon
|
2012-08-10 16:16:31 +08:00 |
|
vliu
|
44d93b07f0
|
Bug 777123 - B2G RIL: move quirk detection to config/build time. r=philikon
|
2012-08-12 18:35:39 -07:00 |
|
David Keeler
|
265553458e
|
Bug 741130 - Attach XBL bindings for html:objects in nsElementSH::PostCreate. r=bz, r=jwein
|
2012-08-10 09:19:24 -07:00 |
|
Ryan VanderMeulen
|
c7b834b885
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
1d01f06d4d
|
Bug 719320 part.11 Fix new test failures r=smaug
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
577c0446d5
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
77ea1504a6
|
Bug 719320 part.8-1 Drop legacy mouse scroll events from IPC r=smaug
|
2012-08-12 10:42:35 +09:00 |
|
Masayuki Nakano
|
5c5f0a16d2
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Ms2ger
|
0ec3bd25cf
|
Backout changeset c77acb256aec for failing to work.
|
2012-08-11 18:12:54 +02:00 |
|
Honza Bambas
|
15daadba69
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Phil Ringnalda
|
dde42936c6
|
Backout dcb9d2f694eb (bug 769254) for Windows test_resize_move_windows.html M3 failures
|
2012-08-10 18:51:29 -07:00 |
|
Kyle Huey
|
2ce42f576d
|
Bug 781700: Revert test changes.
|
2012-08-10 15:57:59 -07:00 |
|
Rob Wood
|
3d6564364f
|
Bug 781548 - Add WebAPI tess for resuming held calls, r=jgriffin, DONTBUILD because NPOTB
|
2012-08-10 13:45:14 -04:00 |
|
Bill McCloskey
|
951cdecc84
|
Bug 762580 - Fix bogus pageload responsiveness regression (r=mccr8)
|
2012-08-10 14:16:05 -07:00 |
|
Kyle Huey
|
64d9682e5e
|
Bug 781700: Disable failing test in xpcshell.
|
2012-08-10 11:04:16 -07:00 |
|
Yoshi Huang
|
d85403888f
|
Bug 780825 - Part 2: xpcshell tests. r=vicamo
|
2012-08-09 14:04:40 +08:00 |
|
Yoshi Huang
|
8539768efd
|
Bug 780825 - Part 1: Read 0x81 and 0x82 UCS2 String on UICC. r=vicamo
|
2012-08-08 12:20:54 +08:00 |
|
Yoshi Huang
|
1bc36c267d
|
Bug 779885 - Part 2: xpcshell tests. r=vicamo
|
2012-08-07 15:04:10 +08:00 |
|
Yoshi Huang
|
714aa593e1
|
Bug 779885 - Part 1: Revised readAlphaIdentifier. r=vicamo
|
2012-08-06 12:24:07 +08:00 |
|
Dave Hylands
|
9847819a4c
|
Bug 777259 - Launch VolumeService earlier to prevent races on retrieving Volume information
|
2012-08-09 20:40:05 -07:00 |
|
Kyle Huey
|
74b7acf005
|
Bug 781700: Don't hold strong references to databases from the synchronization queue, so that GCing a database will unblock waiting operations. r=bent
--HG--
extra : rebase_source : 2f1b2405ffc91831d33eb91e4b2d61c2b1ac872b
|
2012-08-10 09:15:02 -07:00 |
|
Kyle Huey
|
f12937d10a
|
Bug 758125: Don't rely on the order of the timeout array to discard expired timeouts. Check explicitly instead. r=bent
--HG--
extra : rebase_source : 7476aff4c01ee5407cd2419be0ddd4662ccc9dd9
|
2012-08-10 09:10:22 -07:00 |
|
Justin Lebar
|
18650cb561
|
Bug 769254 - Part 3: Tests for clicking _blank link from <iframe mozbrowser>. r=bz
--HG--
extra : rebase_source : 34e9a90622a2732c73c83d0b768e7c1dc3ae8730
|
2012-08-10 11:42:28 -04:00 |
|
Justin Lebar
|
6e6f04b273
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
--HG--
rename : layout/reftests/svg/pattern-scale-01c.svg => layout/reftests/svg/pattern-scale-01a.svg
extra : rebase_source : 1e934ffb7a561255430bea738aa204afcaf92c79
|
2012-08-10 11:42:28 -04:00 |
|
Arjun
|
0d65c26ce9
|
Bug 780553: Fix error caused by merge of previous patch; r=anant
|
2012-08-10 08:41:33 -07:00 |
|
Ed Morley
|
7e6bb0b90b
|
Backout 5d77941eba28 (bug 772726), df597d36bcbb (bug 383026), c9c7e1b9aed9 (bug 779399) for failures in meter-native-style.html
|
2012-08-10 14:50:43 +01:00 |
|
Robert O'Callahan
|
12edf877ff
|
Bug 383026. Centralize code that converts DOM scroll offsets to/from layout scroll positions. r=dbaron
--HG--
extra : rebase_source : eceb07d8d35e0dd5dd31d065cb04eec12d69a283
|
2012-08-10 23:17:06 +12:00 |
|
Chris Double
|
525c351efa
|
Backed out changeset dcb9299974a0 due to audio issues on android and b2g
--HG--
extra : rebase_source : 7e2b937487c3df9a40406eadf250e6596b89664f
|
2012-08-10 17:30:01 +12:00 |
|
Aryeh Gregor
|
4e199a1679
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Simon Montagu
|
7b0bd7bf8b
|
Bug 562169. Add support for :dir(ltr/rtl) CSS selector, layout/style part, r=bz
|
2012-08-09 20:37:58 -07:00 |
|
Eric Chou
|
2dcdd775ec
|
Bug 758504 - Final: patch 2: Implement function to remove reserved services. r=qdot
|
2012-08-10 11:17:06 +08:00 |
|
Eric Chou
|
4596320121
|
Bug 758504 - Final: patch1: Implement function to add reserved services. r=qdot
|
2012-08-10 11:17:06 +08:00 |
|
Kyle Huey
|
c8132f66bd
|
Bug 775206. r=bent
|
2012-08-09 18:06:21 -07:00 |
|
Gregor Wagner
|
b6330dff92
|
Bug 779794 - navigator.mozContacts.getSimContacts() should return an array of mozContact elements. r=fabrice
|
2012-08-09 17:33:01 -07:00 |
|
Matthew Noorenberghe
|
745328a524
|
Bug 773485 - Update identity Makefiles to use MOCHITEST_FILES. r=glandium
--HG--
extra : rebase_source : 62987cfce90e63b2fa1fa7de69e2bccdd5cfa725
|
2012-08-09 00:07:38 -07:00 |
|
Benjamin Peterson
|
967c5ca804
|
No bug - hot fix for android build bustage r=me
|
2012-08-09 16:14:55 -07:00 |
|
Doug Turner
|
b0523754d9
|
Bug 777088 - device Storage - file stat API. r=bent
|
2012-07-31 12:28:23 -07:00 |
|
Doug Turner
|
260f8bcba2
|
Bug 773798 - Multi-process support for MediaStorage - Use PBlob. r=bent
|
2012-08-09 15:41:18 -07:00 |
|
Doug Turner
|
149aa6e5d5
|
Bug 780691 - DeviceStorage - Add onchange notifications for volume state changes. r=sicking
|
2012-08-09 15:41:18 -07:00 |
|
Dave Hylands
|
a1ecee7029
|
Bug 780693 - IPC VolumeManager on Gonk. r=bent
|
2012-08-03 16:48:58 -07:00 |
|
Arjun
|
1ea896bda5
|
Bug 780553 - Validate media type parameters for getUserMedia [r=anant]
|
2012-08-09 14:01:00 -07:00 |
|
Gregor Wagner
|
49aed34fbf
|
Bug 780707 - Contacts API: support prompting. r=dougt
|
2012-08-09 11:34:57 -07:00 |
|
Benoit Jacob
|
9e3b870755
|
Bug 781545 - Fix PluginInstanceParent.cpp build with GCC 4.6 - r=bsmedberg
|
2012-08-09 11:44:35 -04:00 |
|
Benoit Jacob
|
c2b7b01537
|
Backed out changeset c69b5af20a85 because Ms2ger already fixed it on m-c and this would only give a merge conflict
|
2012-08-09 11:58:40 -04:00 |
|
Benoit Jacob
|
cb006d94b1
|
Bug 781545 - Fix PluginInstanceParent.cpp build with GCC 4.6 - r=bsmedberg
|
2012-08-09 11:44:35 -04:00 |
|
Fabrice Desré
|
76534ec43e
|
Bug 779176 - Activities doesn't work with different entry points (not using href) [r=mounir]
|
2012-08-09 08:39:52 -07:00 |
|
Eric Chou
|
3070b4a349
|
Bug 781398 - v1: patch 1: Replace mConnection with gThreadConnection. r=qdot
|
2012-08-09 20:26:12 +08:00 |
|
Ed Morley
|
b5f4776008
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
243160b7d0
|
Bug 781058 - Part c: Fix -Werror=int-to-pointer-cast in nsDOMClassInfo; r=mounir
|
2012-08-09 09:20:29 +02:00 |
|
Ms2ger
|
98dc8f8e47
|
Bug 781058 - Part b: Fix -Werror=int-to-pointer-cast in PluginInstanceParent; r=mounir
|
2012-08-09 09:20:23 +02:00 |
|
Ms2ger
|
996594bed8
|
Bug 781058 - Part a: Fix -Werror=int-to-pointer-cast in nsPluginNativeWindowGtk2; r=mounir
|
2012-08-09 09:20:18 +02:00 |
|
Ms2ger
|
a8e2a83aaf
|
Bug 780146 - Part e: Move all standard classes resolution code into the !ObjectIsNativeWrapper() branch; r=jst
|
2012-08-09 09:19:53 +02:00 |
|
Ms2ger
|
4b7a38938e
|
Bug 780146 - Part c: Don't define constructors by contract ID; r=jst
|
2012-08-09 09:19:48 +02:00 |
|
Ms2ger
|
9875b35b00
|
Bug 780146 - Part b: Inline nsDOMClassInfo::RegisterClassName; r=jst
|
2012-08-09 09:19:42 +02:00 |
|
Ms2ger
|
04e6619be6
|
Bug 780146 - Part a: Move window._content into IDL; r=jst
|
2012-08-09 09:16:09 +02:00 |
|
Ms2ger
|
b4f56e1131
|
Bug 780993 - Reinstate support for setting indexed properties on HTMLSelectElement to null; r=bz
|
2012-08-09 09:10:21 +02:00 |
|
Ms2ger
|
4c81482ae1
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
William Chen
|
16c1d45b7e
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Ed Morley
|
9d36b17111
|
Merge mozilla-central to mozilla-inbound
|
2012-08-08 19:13:29 +01:00 |
|
Andrea Marchesini
|
ca64b201c8
|
Bug 780145 - ArchiveReader doesn't unzip large files, r=jst
|
2012-08-08 11:11:15 -07:00 |
|
Ed Morley
|
2135e5033f
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-08 17:18:26 +01:00 |
|
Johnny Stenback
|
c87129b649
|
Backing out 77e5cdc7af9a due to it landing w/o following our code checkin process.
|
2012-08-07 09:11:04 -07:00 |
|
Aryeh Gregor
|
fd6da569d6
|
Bug 743573 - Followup: Fix build warnings in gcc 4.6.3; r=Ms2ger
|
2012-08-07 11:37:54 +02:00 |
|
Ms2ger
|
56673a53df
|
Merge m-c to m-i.
|
2012-08-07 10:30:48 +02:00 |
|
Mike Hommey
|
5b4952a948
|
Bug 780457 - Adapt importTestsuite.py to changes from bug 774032. r=Ms2ger
|
2012-08-07 09:30:04 +02:00 |
|
Ms2ger
|
94bf1722ed
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Justin Lebar
|
e428373c2e
|
Bug 780507 - Expose the idle service only to certified apps (and chrome). r=mounir
--HG--
extra : rebase_source : e4dfcb9b3416ee4ada8e4a6fd2e7f5b37b722bfe
|
2012-08-06 12:10:58 -04:00 |
|
Kyle Huey
|
752c1c2e43
|
Bug 774770: Move the assertion to after the code that handles the cases the assertion guards against. r=bent
|
2012-08-06 08:29:03 -07:00 |
|
Justin Lebar
|
9807c9ab07
|
Bug 780546 - Add test for opening named windows inside <iframe mozbrowser>. r=mounir
--HG--
extra : rebase_source : 0cfde325eb2d0f6d14a14fe5f0998fb396a973cf
|
2012-08-06 11:16:11 -04:00 |
|
Yoshi Huang
|
9410c9268b
|
Bug 780063 - B2G RIL : ICC lock cannot work on Otoro. r=vicamo
|
2012-08-03 10:28:15 +08:00 |
|
Aryeh Gregor
|
2fbc523d8e
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
Vivien Nicolas
|
5720b6585d
|
Bug 780336 - BrowserElementScrolling cosumes 7% of profile time on gaia homescreen, but isn't used. r=cjones
|
2012-08-07 16:52:23 +02:00 |
|
Eric Faust
|
698b67e339
|
Bug 747287 - Followup: Add cast to fix build. (r=me)
|
2012-08-07 22:57:07 -07:00 |
|
Eric Faust
|
8c6597d1c4
|
Bug 773546 - Part 2: Centralize Paris binding accessor and method top halves. (r=peterv)
|
2012-08-07 22:26:20 -07:00 |
|
Eric Faust
|
c8a8c9afd6
|
Bug 781040 - Fault in methods and accessors with JSJitinfos on ResolveProperty. (r=bz,benjamin)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
c0dee00d6e
|
Bug 775289 - Remove generateNativeAccessors branching from Paris binding codegen. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
429e3ddab2
|
Bug 773548 - Part 2: Pass the generated JSJitInfos into JSFunctionSpec. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
a2abc41ee2
|
Bug 775788 - Modify JSFunctionSpec to accept JSJitInfos. (r=luke)
|
2012-08-07 22:26:19 -07:00 |
|
Eric Faust
|
d50fdfb27d
|
Bug 773548 - Part 1: Modify Paris bindings to specialize methods. (r=peterv)
|
2012-08-07 22:26:19 -07:00 |
|
Boris Zbarsky
|
10c9046c35
|
Bug 747287 - Part 3: Add callback interface to allow JIT to interrogate DOM. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Eric Faust
|
54f8c4dcea
|
Bug 747287 - Part 2: Generate infalliblity data for further JIT optimization. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Eric Faust
|
fe56a76a4c
|
Bug 747287 - Part 1: Generate JSJitInfos and specialized accessors for Paris bindings. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Eric Faust
|
70d87f9165
|
Bug 766448 - Refactor JSPropertySpec and JS_DefineProperties to accept JSJitInfos. (r=Waldo)
|
2012-08-07 22:26:18 -07:00 |
|
Phil Ringnalda
|
aa790aa109
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Hsin-Yi Tsai
|
b3a48bf139
|
Bug 779353 - part 2 - testcase: Telephony hook up to permissions manager. r=philikon
|
2012-08-07 11:01:18 +08:00 |
|
Hsin-Yi Tsai
|
57f1d86f6e
|
Bug 779353 - part 1 - B2G Telephony: Hook up to permissions manager. r=mounir
|
2012-08-06 15:33:37 +08:00 |
|
Matt Brubeck
|
b9fbf3dea9
|
Back out 9fb78d71f361, 28f8ce199bed, 78ffaa79a3de, 9f6f9b74d685 (bug 779940 and bug 778036) because of Android failures
|
2012-08-06 21:59:01 -07:00 |
|
Josh Aas
|
7e4448be80
|
Bug 780489: Fix some compiler warnings in plugin and mac code. r=smichaud
|
2012-08-07 00:09:23 -04:00 |
|
Matt Woodrow
|
84b147743b
|
Bug 778036 - Only notify the parent of the first TabChild paint. r=cjones
|
2012-08-07 15:00:41 +12:00 |
|
Marco Castelluccio
|
50ba6dc5b5
|
Bug 760748: Add the category of the application to the desktop entry file; r=fabrice
|
2012-08-06 18:16:00 -07:00 |
|
Anant Narayanan
|
f18740e3c5
|
Bug 779626: Javascript-global-constructor objects should be passed a window reference; r=mrbkap
|
2012-08-03 08:35:00 -07:00 |
|
Jan Varga
|
c1666d90e8
|
Bug 779684 - Move FrameIteratorFlags to nsFrameIterator class. r=roc
|
2012-08-06 20:27:04 -04:00 |
|
Ed Morley
|
5162e724a0
|
Backout b4a63a0b90c2 (bug 778420), b849f1b3859a (bug 778420), d522b5a13b27 (bug 72964), 3a12c64bf53a (bug 778420), c07148142675 (bug 726053) for failures in test_bug435425.html on a CLOSED TREE
|
2012-08-07 00:57:27 +01:00 |
|
Ed Morley
|
086c58eec5
|
Backout 34a7d2909954 (bug 780546) for causing bug 780761 one push later on a CLOSED TREE
|
2012-08-07 00:03:29 +01:00 |
|
Gavin Sharp
|
8172b9ba46
|
Bug 780702: fix nsIDOMWindowUtils comment by reordering some fullscreen methods, r=cpearce
|
2012-08-06 14:57:14 -07:00 |
|
Dave Hylands
|
d1029dd4a0
|
Bug 780670 - Added some error reporting to nsVolumeService r=dougt
|
2012-08-06 14:32:29 -07:00 |
|
Philipp von Weitershausen
|
bdbe05710b
|
Bug 779621 - B2G RIL: Give message.type a better name to avoid conflicts. r=marshall_law
|
2012-08-06 14:28:03 -07:00 |
|
John Schoenick
|
b65356608c
|
Bug 745030 - Refactor nsObjectLoadingContent loading paths. r=josh,sr=jst
|
2012-08-06 13:48:25 -07:00 |
|
Bobby Holley
|
2adf92413a
|
Bug 778420 - Fix up tests that don't like the new enablePrivilege, r=jmaher.
--HG--
extra : rebase_source : 07565c66b279ba5a58b5902b697110f940c255fd
|
2012-08-06 22:38:19 +02:00 |
|
William Chen
|
710c56850a
|
Bug 778420 - Initial stab at the tests. v2 r=bholley
--HG--
extra : rebase_source : e014ba90baa75ba3146f4e3fb5c447b87a8e83c0
|
2012-08-06 22:15:49 +02:00 |
|
Camilo Viecco
|
76b7667732
|
Bug 726053 This patch removes all forms of 'obj instanceof Components.interfaces' for the new specialpowersAPI call. r=bholley
--HG--
extra : rebase_source : 8a246ed35698c4da3f8a4a5202dcce949121d722
|
2012-08-06 22:13:46 +02:00 |
|
Phil Ringnalda
|
f3677daed7
|
Back out ecb6aaee9601 (Bug 781133) for Windows moth orange
--HG--
extra : rebase_source : 1b1945149e808faf3b83eee5afe08bd84fe831e7
|
2012-08-08 22:44:21 -07:00 |
|
Boris Zbarsky
|
71ec9e6ab2
|
Bug 703855. Don't update performance timing or navigation timing state during document.open. r=jst
|
2012-08-08 23:47:04 -04:00 |
|
Chris Jones
|
0c01191e5f
|
Bug 776649, part 3: Add an API for checking whether apps loaded in PBrowserParent/PContentParent have a given permission. r=jlebar sr=bz
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
08363a8023
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
1b589422ae
|
Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
a6ec6f5d33
|
Revert e3e9040a6eb9 for M2 failures
|
2012-08-08 21:58:23 -07:00 |
|
Doug Sherk
|
c728bb798f
|
Bug 775463: Implement double-tap-to-zoom content r=cjones
|
2012-08-08 21:39:02 -07:00 |
|
Marco Castelluccio
|
5271271248
|
Bug 774142. Support webapp uninstallation on Linux through mozApps.uninstall function. r=felipe
|
2012-08-08 18:04:48 -07:00 |
|
Bonnie Surender
|
50a2b14927
|
Bug 781046. Make the Create() functions in TypedArray.h take a const data array, since they make a copy anyway. r=bzbarsky
|
2012-08-07 17:57:27 -07:00 |
|
Boris Zbarsky
|
cc86c6a349
|
Bug 703855. Don't update performance timing or navigation timing state during document.open. r=jst
|
2012-08-08 23:47:04 -04:00 |
|
Chris Jones
|
de98620468
|
Back out bug 776649. r=bustage
|
2012-08-08 20:13:12 -07:00 |
|
Chris Jones
|
78d197e3b7
|
Bug 776649, part 3: Add an API for checking whether apps loaded in PBrowserParent/PContentParent have a given permission. r=jlebar sr=bz
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
d870f5de82
|
Bug 776649, part 2: Refactor content-process/browser creation to use mozIApplication for passing app info. r=jlebar
|
2012-08-08 19:58:06 -07:00 |
|
Chris Jones
|
5fa558d5d4
|
Bug 776649, part 1: Add mozIApplication in order to expose a hasPermission() method through it. r=fabrice
|
2012-08-08 19:58:06 -07:00 |
|
Georg Fritzsche
|
cc98de7f61
|
Bug 781133 - Fix locale specific numbers in hung plugin CPU usage reporting. r=bsmedberg
|
2012-08-08 16:23:08 +02:00 |
|
Ryan VanderMeulen
|
b71fde2ecb
|
Backout 1844cc5b131a (bug 775588) for suspected Linux Cipc orange on a CLOSED TREE.
|
2012-08-08 19:14:08 -04:00 |
|
Ryan VanderMeulen
|
33d9f3e2af
|
Backout ac8d6c79a074 (bug 781133) and fccc68cc904f (bug 781124) for Windows bustage on a CLOSED TREE.
|
2012-08-08 18:30:26 -04:00 |
|
Wes Johnston
|
e6e173db29
|
backout c030a8af8abd and dd0c287660e9 CLOSED TREE
|
2012-08-08 14:07:39 -07:00 |
|
Doug Sherk
|
a842889a26
|
Bug 775448: Disable async scrolling when we detect a scrollable subframe r=cjones
|
2012-08-08 13:38:06 -07:00 |
|
Doug Sherk
|
6b3965aa7c
|
Bug 775447: Properly count number of touch listeners in AsyncPanZoomController r=cjones
|
2012-08-08 13:37:57 -07:00 |
|
Bobby Holley
|
1895527d8c
|
Bug 778420 - Fix up tests that don't like the new enablePrivilege. r=jmaher
--HG--
extra : rebase_source : 1158df4a4eb917074204e649efd8f2b8e699f115
|
2012-08-03 22:19:54 +02:00 |
|
William Chen
|
607a319d22
|
Bug 778420 - Initial stab at the tests. v2 r=bholley
--HG--
extra : rebase_source : c24abc031c82a87f2f669e4b708f8ee364a9682b
|
2012-08-06 22:15:49 +02:00 |
|
William Chen
|
d95a8ff25b
|
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
|
2012-07-26 18:25:02 -04:00 |
|
Wes Johnston
|
eb6d34f7a0
|
Bug 776677 - Send notifications when webapp install errors are not handled by the requester. r=fabrice
|
2012-08-08 12:35:15 -07:00 |
|
Wes Johnston
|
f257b772e1
|
Bug 776600 - Add support for orientation in webapp manifests. r=felipe
|
2012-08-08 12:35:15 -07:00 |
|
Wes Johnston
|
2ca14e2ea1
|
Bug 780718 - Return false from DOMRequestService is preventDefault was called on events. r=sicking
|
2012-08-08 12:35:15 -07:00 |
|
Georg Fritzsche
|
8c12467719
|
Bug 781124 - Report CPU usage for hung flash processes. r=bsmedberg
|
2012-08-08 19:01:51 +02:00 |
|
Georg Fritzsche
|
ca80f2275e
|
Bug 781133 - Fix locale specific numbers in hung plugin CPU usage reporting. r=bsmedberg
|
2012-08-08 16:23:08 +02:00 |
|
David Rajchenbach-Teller
|
5f37755932
|
Bug 775588 - Expose tmpdir, profiledir paths in OS.Constants and make sure that weird loaders that violate loading order do not segfault. r=khuey
|
2012-08-08 15:11:40 -04:00 |
|
Ms2ger
|
4538e7fe9b
|
Bug 770046 - Disable test.
|
2012-07-16 18:15:36 +02:00 |
|
Hsin-Yi Tsai
|
c8a775055e
|
Bug 779217 - Intermittent test_outgoing_hangup_held.js: got OK, expected outbound to 5555552368 : unknown | got false, expected true. r=philikon
|
2012-08-03 12:08:15 +08:00 |
|
Robert O'Callahan
|
3fe838d0e8
|
Bug 772679. Make test_offsets.js handle the viewport being transformed. r=tnikkel
|
2012-08-06 18:55:28 +12:00 |
|
Justin Lebar
|
c016251907
|
No bug - Fixing typo in comment in nsPIDOMWindow.h. r=me DONTBUILD
|
2012-08-05 23:37:41 -04:00 |
|
David Zbarsky
|
03039446fa
|
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
|
2012-08-05 23:00:56 -04:00 |
|
David Zbarsky
|
dca3fd6326
|
Bug 779684: Create a stack-based nsFrameIterator class out of nsIFrameTraversal and nsIFrameEnumerator r=roc
--HG--
rename : layout/base/nsFrameTraversal.cpp => layout/base/nsFrameIterator.cpp
rename : layout/base/nsFrameTraversal.h => layout/base/nsFrameIterator.h
|
2012-08-05 23:00:55 -04:00 |
|
Boris Zbarsky
|
bfbcf21932
|
Bug 753517 part 2.5. Include nsWrapperCacheInlines so things will actually link correctly. r=bustage
|
2012-08-05 22:55:18 -04:00 |
|
Boris Zbarsky
|
faa7bcc004
|
Bug 753517 part 2. Make all CSS declarations wrappercached and make them correctly handle preserved wrappers. r=mccr8,peterv,smaug,dbaron
|
2012-08-05 22:16:30 -04:00 |
|
Boris Zbarsky
|
c4ec20c33e
|
Bug 753517 part 1. Make GetParentObject() on CSS declarations return a useful nsINode if possible. r=peterv,dbaron
|
2012-08-05 22:14:52 -04:00 |
|
Ryan VanderMeulen
|
d7ee78db8a
|
Merge m-c to inbound.
|
2012-08-05 21:03:51 -04:00 |
|
David Rajchenbach-Teller
|
9058490531
|
Bug 780498 - Add OS.Constants.libc.COPYFILE_MOVE. r=yoric
|
2012-08-05 20:12:58 -04:00 |
|
Henri Sivonen
|
d3209cdece
|
Bug 768138 - s/must to be/must be/ in a parser error message. r=smaug.
|
2012-08-05 16:28:48 +03:00 |
|
Kyle Huey
|
579ea680e3
|
Merge m-i to m-c.
|
2012-08-05 08:29:15 -07:00 |
|
Tim Taubert
|
7e943e244f
|
merge m-c to fx-team
|
2012-08-05 11:31:54 +02:00 |
|
Ms2ger
|
b23a9d3dda
|
Bug 780165 - Part b: Use nsPIDOMWindow::GetDoc() in the special case for window.document in nsDOMClassInfo; r=smaug
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
772fea0a46
|
Bug 780165 - Part a: Introduce nsPIDOMWindow::GetDoc(); r=smaug
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
921ab270c6
|
Bug 600111 - Throw the correct exceptions in XMLHttpRequest.setRequestHeader(); r=sicking
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
dadd37a9b3
|
Bug 714279 - range.compareBoundaryPoints should throw NOT_SUPPORTED_ERR when called with an invalid 'how' argument; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
c75eefb90d
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
9cf3772f54
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
71696aa0f2
|
Bug 774705 - Part b: Throw a TypeError when trying to construct an interface without a constructor; r=bz
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
3c125991bc
|
Bug 774705 - Part a: Update /resources.
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
215c4e9e59
|
Bug 771934 - Throw NOT_FOUND_ERR instead of HIERARCHY_REQUEST_ERR from nsINode::RemoveChild; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
6113a6857c
|
Bug 768310 - Don't throw from Event.initEvent if it's called during event dispatch; r=smaug
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
779a28f00e
|
Bug 771932 - Import some more DOM4 tests; r=sicking
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
78e3c35a3c
|
Bug 672814 - Part a: Move nsJSRuntime::ParseVersion to nsContentUtils; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Ms2ger
|
5e52eae02f
|
Bug 773326 - Add test for previously inverted thread check in getJSToNativeConversionTemplate::onFailure; r=peterv
|
2012-08-04 09:43:57 +02:00 |
|
Ms2ger
|
fc144f32b1
|
Bug 780111 - Share code with new DOM bindings for primitive conversions in XPCConvert::JSData2Native; r=bholley
|
2012-08-04 09:29:18 +02:00 |
|
Etienne Segonzac
|
3f5d476c5a
|
Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
|
2012-08-04 11:28:36 -04:00 |
|
Mihai Sucan
|
2b290df88d
|
Bug 676722 - The output of console.log(object) isn't expandable/inspectable in the Web Console; r=rcampbell
|
2012-08-03 23:14:01 +03:00 |
|
Ed Morley
|
81fe0db761
|
Merge mozilla-central and fx-team
|
2012-08-03 15:52:55 +01:00 |
|
Tim Taubert
|
75ba6077cc
|
Bug 728294 - Part 2 - Add last opened URI and windowID to a refCounted node's description in debug mode; r=smaug
|
2012-08-03 12:36:59 +02:00 |
|
Ed Morley
|
6ba4938ddd
|
Backout 1924fe55fb6e (bug 771294) for causing failures in test_cross_domain.xul
|
2012-08-03 11:14:08 +01:00 |
|
Panos Astithas
|
6bb0f8ea56
|
Backout 7e5f3a8a7ca7 due to test oranges
|
2012-08-03 12:01:14 +03:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
f4181983a1
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Etienne Segonzac
|
7e6c93672c
|
Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
|
2012-08-04 11:28:36 -04:00 |
|
Ms2ger
|
97155ba331
|
Merge m-c to m-i.
|
2012-08-04 13:02:15 +02:00 |
|
Mike Hommey
|
03af8b0c50
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Ms2ger
|
cc95f71b5c
|
Bug 780165 - Part b: Use nsPIDOMWindow::GetDoc() in the special case for window.document in nsDOMClassInfo; r=smaug
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
9443588dc1
|
Bug 780165 - Part a: Introduce nsPIDOMWindow::GetDoc(); r=smaug
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
53d3190874
|
Bug 600111 - Throw the correct exceptions in XMLHttpRequest.setRequestHeader(); r=sicking
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
93a621843a
|
Bug 714279 - range.compareBoundaryPoints should throw NOT_SUPPORTED_ERR when called with an invalid 'how' argument; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
27245512cd
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
917dc99198
|
Bug 776224 - CheckPref should always initialize its outparam; r=peterv
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
86de6cd109
|
Bug 774705 - Part b: Throw a TypeError when trying to construct an interface without a constructor; r=bz
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
e5dbf6b206
|
Bug 774705 - Part a: Update /resources.
|
2012-08-04 09:43:59 +02:00 |
|