Justin Lebar
|
8a615581c4
|
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 |
|
David Anderson
|
7ef28ac5ac
|
Merge from mozilla-central.
|
2012-08-13 13:40:42 -07:00 |
|
Jim Mathies
|
08593b3415
|
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
|
6a9cec29c8
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Alexander Boldyrev
|
45a38ebb0b
|
Bug 738866 - Implement WEBGL_depth_texture extension - r=jgilbert
|
2012-08-13 18:17:55 -07:00 |
|
David Anderson
|
efd9a9feee
|
Merge from mozilla-central.
|
2012-08-10 14:50:20 -07:00 |
|
David Anderson
|
b620fb6c5c
|
Merge from mozilla-central.
|
2012-08-09 13:41:13 -07:00 |
|
Ed Morley
|
61bd42dc2d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
715982189c
|
Bug 781058 - Part c: Fix -Werror=int-to-pointer-cast in nsDOMClassInfo; r=mounir
|
2012-08-09 09:20:29 +02:00 |
|
Ms2ger
|
bd3a2cb985
|
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
|
24cde4edab
|
Bug 780146 - Part c: Don't define constructors by contract ID; r=jst
|
2012-08-09 09:19:48 +02:00 |
|
Ms2ger
|
9e11b31437
|
Bug 780146 - Part b: Inline nsDOMClassInfo::RegisterClassName; r=jst
|
2012-08-09 09:19:42 +02:00 |
|
Ms2ger
|
f2dfacfb24
|
Bug 780146 - Part a: Move window._content into IDL; r=jst
|
2012-08-09 09:16:09 +02:00 |
|
Ms2ger
|
e2573fe71e
|
Bug 780993 - Reinstate support for setting indexed properties on HTMLSelectElement to null; r=bz
|
2012-08-09 09:10:21 +02:00 |
|
Ms2ger
|
17e25febb8
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Neil Deakin
|
9b35869d1b
|
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
|
783b418a43
|
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
|
0a712a72f1
|
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
|
0d4822afe2
|
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 |
|
David Anderson
|
c9ca5124db
|
Merge from mozilla-central.
|
2012-08-08 15:09:49 -07: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 |
|
David Anderson
|
3ffd33a2cb
|
Merge from mozilla-central.
|
2012-08-07 15:13:28 -07:00 |
|
Phil Ringnalda
|
a87528cd9f
|
Back out a9f462ea67f9 (bug 783825) for mochitest-chrome bustage
|
2012-08-18 21:08:40 -07:00 |
|
Fabrice Desré
|
469d9b9918
|
Bug 783825 - Fix b2g breakage after bug 553102 [r=cjones]
|
2012-08-18 19:50:44 -07:00 |
|
Masatoshi Kimura
|
bedd012505
|
Bug 783532 - Remove DOMError::CreateForDOMExceptionCode. r=sicking
|
2012-08-18 08:25:49 -04:00 |
|
Bill McCloskey
|
2a27218e23
|
Bug 783416 - Stop saving the prototype in WindowStateHolder (r=mrbkap)
|
2012-08-17 10:09:01 -07: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 |
|
Ms2ger
|
5cd10c6422
|
Merge m-c to m-i.
|
2012-08-07 10:30:48 +02:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
David Anderson
|
9c45c01c55
|
Merge from mozilla-central.
--HG--
rename : layout/base/nsFrameTraversal.cpp => layout/base/nsFrameIterator.cpp
rename : layout/base/nsFrameTraversal.h => layout/base/nsFrameIterator.h
rename : browser/modules/WebappsInstaller.jsm => toolkit/webapps/WebappsInstaller.jsm
|
2012-08-06 12:44:06 -07:00 |
|
David Anderson
|
ac219f63e6
|
Merge from mozilla-central.
|
2012-08-03 18:58:30 -07:00 |
|
Justin Lebar
|
acdcc52b67
|
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 |
|
Ed Morley
|
edbbd284ab
|
Merge mozilla-central and fx-team
|
2012-08-03 15:52:55 +01:00 |
|
Tim Taubert
|
fcedf34693
|
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 |
|
Panos Astithas
|
afce187eb7
|
Backout 7e5f3a8a7ca7 due to test oranges
|
2012-08-03 12:01:14 +03:00 |
|
Aryeh Gregor
|
f41637535d
|
Bug 780469 - Reduce unnecessary includes in some content/ header files; r=bz
|
2012-08-06 15:02:08 +03:00 |
|
David Anderson
|
ef13f46623
|
Merge from mozilla-central.
|
2012-08-02 13:47:20 -07:00 |
|
Doug Turner
|
c07fc94e51
|
Bug 779864 - onchange notifications of DeviceStorage should use code generator. r=smaug
|
2012-08-02 13:25:16 -07:00 |
|
Doug Turner
|
abda96b8c6
|
Bug 777084 - Stop returning arrays from DeviceStorage.getDeviceStorage(). r=sicking
|
2012-08-01 23:32:11 -07:00 |
|
Doug Turner
|
95b32b3331
|
Bug 763976 - Add onchange notifications to DeviceStorage. r=khuey
|
2012-08-01 23:29:34 -07:00 |
|
Ben Turner
|
0010e82b08
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
--HG--
extra : transplant_source : %95%B5y%11%C5%AB%D9%CF%FF%7C%5E%BB%E5%DA%F5j%83o%29%EB
|
2012-08-01 23:02:29 -07:00 |
|
Eric Faust
|
012112cde8
|
Bug 752223 - Implement JS_NumberValue(), replacing JS_NewNumberValue(). (r=luke)
|
2012-08-01 17:59:47 -07:00 |
|
David Anderson
|
bee6a61001
|
Merge.
--HG--
rename : content/base/src/nsGenericElement.h => content/base/public/FragmentOrElement.h
rename : content/base/src/nsGenericElement.cpp => content/base/src/FragmentOrElement.cpp
rename : gfx/thebes/nsCoreAnimationSupport.mm => gfx/2d/QuartzSupport.mm
|
2012-08-01 11:30:00 -07:00 |
|
Olli Pettay
|
4c2811f3c2
|
Bug 777278 - Implement nsIDOMStorageEvent using event implementation codegen, r=mayhemer
|
2012-08-01 19:17:19 +03:00 |
|
Olli Pettay
|
3083c0bdec
|
Bug 777285 - Autogenerate SettingsEvent implementation, r=anygregor
--HG--
extra : rebase_source : 038f38a4f9efae15a3fbf4236c4456bf9cfa4577
|
2012-08-01 12:48:35 +03:00 |
|
Cameron McCormack
|
d7f2d311ed
|
Bug 649740 - Implement @supports. r=dbaron,bz
|
2012-08-02 10:32:12 +10:00 |
|
Kyle Machulis
|
b7c1091ede
|
Bug 761511: Patch 1 - Boilerplate for BluetoothPropertyEvent DOM Object r=bent; sr=mrbkap
|
2012-07-31 21:49:59 -07:00 |
|
Bill McCloskey
|
ab12c4e424
|
Bug 767209 - Consider changing GC slice time, or making it dynamic (r=terrence,smaug)
|
2012-07-31 18:39:39 -07:00 |
|
David Anderson
|
9929d37fcc
|
Merge from mozilla-central.
|
2012-07-31 17:19:41 -07:00 |
|
Mike Habicher
|
d753b0fbff
|
Bug 740997 - ICS camera support, r=jst,gal,roc
|
2012-07-30 17:59:05 -04:00 |
|
David Anderson
|
644c651c3e
|
Merge from mozilla-central.
|
2012-07-30 13:15:39 -07:00 |
|
William Chen
|
edb1043b3e
|
Bug 775377 - Modify nsIContentPermissionRequest to use nsIPrincipal instead of nsIURI. r=dougt+cjones
|
2012-07-30 10:58:26 -04:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Eric Faust
|
17695b5079
|
Bug 775788 - Modify JSFunctionSpec to accept JSJitInfos. (r=luke)
|
2012-08-07 22:26:19 -07:00 |
|
Boris Zbarsky
|
a00c8cb2bd
|
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
|
cf09173698
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
David Anderson
|
88ed1ce560
|
Merge from mozilla-central.
|
2012-07-26 18:19:02 -07:00 |
|
David Anderson
|
83c5be4f84
|
Merge from mozilla-central.
|
2012-07-25 14:30:08 -07:00 |
|
David Anderson
|
5fc5a16b63
|
Merge from mozilla-central.
|
2012-07-24 16:32:08 -07:00 |
|
Olli Pettay
|
8d25c299d6
|
Bug 776929 - Let event implementation codegen to generate MozContactChangeEvent, r=gwagner
|
2012-07-24 22:28:26 +03:00 |
|
Matt Brubeck
|
769c2e9252
|
Back out fbdb3104c9e5, d2fe54ae00a8, d378362cbe01, fe623d60bea1 (bug 769254) on suspicion of causing Windows debug mochitest-plain-3 timeouts
|
2012-07-23 20:30:12 -07:00 |
|
Olli Pettay
|
2a315d5e16
|
Bug 776986 - Implement MozApplicationEvent using codegenerator, r=fabrice
|
2012-07-26 13:23:22 +03:00 |
|
Olli Pettay
|
089bd9520e
|
Bug 776971 - codegen DeviceLightEvent impl, r=dougt
|
2012-07-26 00:26:51 +03:00 |
|
Olli Pettay
|
201bb1a6a5
|
Bug 776966 - Generate DeviceOrientationEvent implementation, r=dougt
|
2012-07-26 00:17:14 +03:00 |
|
David Anderson
|
10352157a6
|
Merge from mozilla-central.
|
2012-07-23 12:37:49 -07:00 |
|
Anant Narayanan
|
19a0204dd8
|
Bug 779626: Javascript-global-constructor objects should be passed a window reference; r=mrbkap
|
2012-08-03 08:35:00 -07:00 |
|
Jan Varga
|
8fb6c69c76
|
Bug 779684 - Move FrameIteratorFlags to nsFrameIterator class. r=roc
|
2012-08-06 20:27:04 -04:00 |
|
Chris Peterson
|
9bac59d3f6
|
Bug 777191 - Fix warning about uninitialized variable in DefineIDBInterfaceConstants(). r=khuey
|
2012-07-24 16:20:26 -07:00 |
|
Ryan VanderMeulen
|
ca4206d611
|
Merge m-c to inbound.
|
2012-07-24 22:00:07 -04:00 |
|
Nathan Froyd
|
127cb5c9db
|
Bug 776979 - consolidate InitWithFuncCallback calls into nsTimeout::InitTimer; r=bz
|
2012-07-24 13:50:45 -04:00 |
|
Benjamin Peterson
|
48b39e2d5c
|
Bug 776389 - Find the source of scripts from the subscript loader correctly. r=bz
|
2012-07-22 15:14:47 -07:00 |
|
Benjamin Peterson
|
34a152c641
|
Bug 776283 - Decode sources properly before handing them to the JS engine. r=bz
|
2012-07-22 09:00:45 -07:00 |
|
David Anderson
|
7b87cb9a76
|
Merge from mozilla-central.
|
2012-07-20 12:02:04 -07:00 |
|
Benjamin Peterson
|
612f2e9bba
|
Bug 776430 - Use the rightmost URI to account for possible multiple prefixing. r=bz
--HG--
extra : rebase_source : 00d3a825d0743dc5ba61a0dbe69c6f8a75b4b208
|
2012-07-23 19:13:18 -07:00 |
|
David Anderson
|
180cbd4d9d
|
Merge from mozilla-central.
|
2012-07-19 14:34:36 -07:00 |
|
Ed Morley
|
c7736aea1d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-19 13:25:37 +01:00 |
|
Marshall Culpepper
|
96b716a19a
|
Bug 736710 - Part 3: Voicemail DOM implementation classes. r=smaug
|
2012-07-19 11:27:19 +08:00 |
|
David Anderson
|
921bd834c9
|
Merge from mozilla-central.
--HG--
rename : js/xpconnect/wrappers/CrossOriginWrapper.cpp => js/xpconnect/wrappers/WaiveXrayWrapper.cpp
rename : js/xpconnect/wrappers/CrossOriginWrapper.h => js/xpconnect/wrappers/WaiveXrayWrapper.h
|
2012-07-18 19:02:32 -07:00 |
|
Boris Zbarsky
|
1dc8dd0dba
|
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
|
c75af6c281
|
Revert e3e9040a6eb9 for M2 failures
|
2012-08-08 21:58:23 -07:00 |
|
Boris Zbarsky
|
6d358255e3
|
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
|
fe19c64718
|
backout c030a8af8abd and dd0c287660e9 CLOSED TREE
|
2012-08-08 14:07:39 -07:00 |
|
Wes Johnston
|
b259068928
|
Bug 780718 - Return false from DOMRequestService is preventDefault was called on events. r=sicking
|
2012-08-08 12:35:15 -07:00 |
|
Mounir Lamouri
|
397bc64735
|
Bug 774957 - Update nsDocShell jazz so distinction between browser and app frame is clearer. r=jlebar sr=sicking
|
2012-07-18 22:26:21 -07:00 |
|
Steve Fink
|
3b5b986d0b
|
Backed out changeset 060a9d9fc1c6 from a CLOSED TREE since it seems to depend on afc1cf222996 or 1bafff5720a8 that I just backed out
|
2012-07-19 15:45:27 -07:00 |
|
Ed Morley
|
ab4a6323cd
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-07-18 13:32:24 +01:00 |
|
Ms2ger
|
b6763bdb39
|
Bug 765464 - Part b: Add an exnType to JSErrorReport; r=Waldo
|
2012-07-18 12:36:08 +02:00 |
|
Gene Lian
|
9a83d5e902
|
Bug 775032 - System Message Handler - Fix B2G installation bug (MOZ_SYS_MSG is not defined correctly). r=vingtetun,khuey
|
2012-07-23 14:53:08 +08:00 |
|
Justin Lebar
|
b668f7a0d4
|
No bug - Fixing typo in comment in nsPIDOMWindow.h. r=me DONTBUILD
|
2012-08-05 23:37:41 -04:00 |
|
David Zbarsky
|
0039e134c7
|
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
|
f914c0dbe4
|
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
|
1b8d2356ea
|
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
|
ab8c73b485
|
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 |
|
Tim Taubert
|
c2755a71ec
|
merge m-c to fx-team
|
2012-08-05 11:31:54 +02:00 |
|
Ms2ger
|
e6847b3032
|
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
|
066646b86e
|
Bug 780165 - Part a: Introduce nsPIDOMWindow::GetDoc(); r=smaug
|
2012-08-04 09:44:01 +02:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ms2ger
|
c6bffb8f7c
|
Bug 672814 - Part a: Move nsJSRuntime::ParseVersion to nsContentUtils; r=bz
|
2012-08-04 09:43:59 +02:00 |
|
Mihai Sucan
|
e0373770cd
|
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 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|