Bill McCloskey
|
dde823bad5
|
Bug 783416 - Stop saving the prototype in WindowStateHolder (r=mrbkap)
|
2012-08-17 10:09:01 -07:00 |
|
Eric Chou
|
987b293c10
|
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 |
|
Gregor Wagner
|
4eedb8cc10
|
Bug 779379 - B2G MobileConnection: Hook up to permissions manager. r=jlebar
|
2012-08-16 17:42:26 -07:00 |
|
Neil Deakin
|
0413e44a55
|
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 |
|
Aryeh Gregor
|
3304e571cb
|
Bug 782252 - Cast NS_ENUMERATOR_FALSE to nsresult; r=ehsan
|
2012-08-07 17:54:44 +03:00 |
|
Ehsan Akhgari
|
b457a9ddf0
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Ehsan Akhgari
|
3c916ab848
|
Bug 626472 - Remove on last nsnull!
|
2012-08-14 11:28:45 -04:00 |
|
Justin Lebar
|
adfc4e45ba
|
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 |
|
Jim Mathies
|
94824b0433
|
Bug 781977 - Add optional pressure and source parameters to nsIDOMWindowUtils's sendMouse methods, r=roc+smaug.
|
2012-08-14 09:27:39 -05:00 |
|
Aryeh Gregor
|
e2dd9c2028
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Alexander Boldyrev
|
f61c980db5
|
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
|
2012-08-13 18:17:55 -07:00 |
|
Neil Deakin
|
1a89394d0d
|
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
|
afbbe47319
|
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
|
446f9d033a
|
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
|
8ae5fcb7ff
|
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 |
|
Phil Ringnalda
|
be4c3892b1
|
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
|
f982af7739
|
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 (陳侃如)
|
b72b615e48
|
Bug 781353 - Hook up "power" to Permission Manager. r=jlebar
|
2012-08-11 19:40:43 +08:00 |
|
David Keeler
|
37763d23ef
|
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
|
212cdce23a
|
Merge inbound to m-c.
|
2012-08-11 22:33:42 -04:00 |
|
Masayuki Nakano
|
29aa654039
|
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
|
2012-08-12 10:42:36 +09:00 |
|
Masayuki Nakano
|
acbe3bbdd7
|
Bug 719320 part.1 Add DOM3 WheelEvent r=smaug, sr=jst
|
2012-08-12 10:42:34 +09:00 |
|
Ms2ger
|
8bdc098996
|
Backout changeset c77acb256aec for failing to work.
|
2012-08-11 18:12:54 +02:00 |
|
Honza Bambas
|
5fe7a22e2c
|
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
|
0e2c168546
|
Backout dcb9d2f694eb (bug 769254) for Windows test_resize_move_windows.html M3 failures
|
2012-08-10 18:51:29 -07:00 |
|
Bill McCloskey
|
6ab20bd37d
|
Bug 762580 - Fix bogus pageload responsiveness regression (r=mccr8)
|
2012-08-10 14:16:05 -07:00 |
|
Justin Lebar
|
14763a6a22
|
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 |
|
Ed Morley
|
a0bb24f111
|
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
|
16b8fe6939
|
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 |
|
Aryeh Gregor
|
982100775b
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Doug Turner
|
84dd794e39
|
Bug 777088 - device Storage - file stat API. r=bent
|
2012-07-31 12:28:23 -07:00 |
|
Ed Morley
|
991653b152
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
c2bbcc10c0
|
Bug 781058 - Part c: Fix -Werror=int-to-pointer-cast in nsDOMClassInfo; r=mounir
|
2012-08-09 09:20:29 +02:00 |
|
Ms2ger
|
c1ce519fa3
|
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
|
0df17d5667
|
Bug 780146 - Part c: Don't define constructors by contract ID; r=jst
|
2012-08-09 09:19:48 +02:00 |
|
Ms2ger
|
a7f199e451
|
Bug 780146 - Part b: Inline nsDOMClassInfo::RegisterClassName; r=jst
|
2012-08-09 09:19:42 +02:00 |
|
Ms2ger
|
198f4a2ae7
|
Bug 780146 - Part a: Move window._content into IDL; r=jst
|
2012-08-09 09:16:09 +02:00 |
|
Ms2ger
|
b3d4060c1a
|
Bug 780993 - Reinstate support for setting indexed properties on HTMLSelectElement to null; r=bz
|
2012-08-09 09:10:21 +02:00 |
|
Ms2ger
|
8fcd7f8f16
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
William Chen
|
16866a115c
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Boris Zbarsky
|
3d616ae6f5
|
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
|
7804d3c78b
|
Revert e3e9040a6eb9 for M2 failures
|
2012-08-08 21:58:23 -07:00 |
|
Boris Zbarsky
|
f82e20d150
|
Bug 703855. Don't update performance timing or navigation timing state during document.open. r=jst
|
2012-08-08 23:47:04 -04:00 |
|
Wes Johnston
|
7d6f48a80c
|
backout c030a8af8abd and dd0c287660e9 CLOSED TREE
|
2012-08-08 14:07:39 -07:00 |
|
Wes Johnston
|
77f0fb11d6
|
Bug 780718 - Return false from DOMRequestService is preventDefault was called on events. r=sicking
|
2012-08-08 12:35:15 -07:00 |
|
Eric Faust
|
d4a732fc86
|
Bug 775788 - Modify JSFunctionSpec to accept JSJitInfos. (r=luke)
|
2012-08-07 22:26:19 -07:00 |
|
Boris Zbarsky
|
42210976c4
|
Bug 747287 - Part 3: Add callback interface to allow JIT to interrogate DOM. (r=peterv)
|
2012-08-07 22:26:18 -07:00 |
|
Phil Ringnalda
|
2400fbd6d1
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Steven Lee
|
dd1279bf1b
|
Bug 714358: Time manager implementation. r=jlebar
|
2012-08-07 19:11:00 -04:00 |
|
Benjamin Peterson
|
1597f0648d
|
Bug 774706 - Ensure script to be serialized is not gray. r=mccr8
|
2012-08-07 13:24:44 -07:00 |
|