Ms2ger
|
d7fe09563d
|
Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst
|
2014-02-09 09:02:45 +01:00 |
|
Jon Coppeard
|
50e1f34d5a
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Carsten "Tomcat" Book
|
2a6caad1f0
|
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
|
2014-01-31 12:11:23 +01:00 |
|
Jon Coppeard
|
858370c616
|
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
|
2014-01-31 09:55:20 +00:00 |
|
Boris Zbarsky
|
78f22014c4
|
Bug 945416 part 4. Introduce a DoNewResolve method on nsGlobalWindow and call it from nsWindowSH::NewResolve. r=peterv
|
2014-01-29 22:33:25 -08:00 |
|
Boris Zbarsky
|
3ecc0d422f
|
Bug 945416 part 3. Make GlobalResolve fill in a JSPropertyDescriptor that nsWindowSH::NewResolve then uses to actually define the property. r=bholley,peterv
|
2014-01-29 22:33:23 -08:00 |
|
Bobby Holley
|
fac9fbd739
|
Bug 957688 - Remove checkAccess nsIXPCScriptable hook. r=mrbkap
|
2014-01-24 16:08:25 -08:00 |
|
Tom Schuster
|
e64b35e141
|
Bug 939294 - Change xpidl jsval to handles. r=gabor,bz,khuey,bsmedberg,terrence
|
2014-01-09 18:39:36 +01:00 |
|
Ehsan Akhgari
|
ebd358dfd7
|
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 |
|
Boris Zbarsky
|
20c9fd1207
|
Bug 946564 part 2. Make window._content chromeonly and define it in WebIDL. r=peterv
|
2013-12-09 10:34:04 -05:00 |
|
Ms2ger
|
13e017e4f4
|
Bug 921718 - Part b: Move MediaList to WebIDL; r=bz
|
2013-11-11 09:03:17 +01:00 |
|
Peter Van der Beken
|
255e6fe560
|
Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : 5595267a420f81f20e5e227712886c9329bec473
|
2013-10-08 18:18:40 +02:00 |
|
Ryan VanderMeulen
|
78649cfa0f
|
Backed out 3 changesets (bug 932309, bug 932322) for Linux mochitest-bc timeouts on a CLOSED TREE.
Backed out changeset aea34e69d171 (bug 932322)
Backed out changeset 2b99a0f6ff1b (bug 932309)
Backed out changeset 0e3bcb78784e (bug 932309)
|
2013-11-04 14:31:21 -05:00 |
|
Peter Van der Beken
|
96bb7d1a68
|
Bug 932322 - Make Window's WebIDL properties be own properties of window. r=bz.
--HG--
extra : rebase_source : b8ce4fedf7fc46b14a1d01663945d1b0e22bdcdd
|
2013-10-08 18:18:40 +02:00 |
|
Ms2ger
|
81f8b55631
|
Bug 923250 - Remove nsHistorySH declaration; r=jst
|
2013-10-03 09:11:27 +02:00 |
|
Dan Gohman
|
8b7074b6dc
|
Bug 910823 - Constify static js::Class/JSClass instances. r=waldo
|
2013-09-11 05:49:05 -07:00 |
|
Ehsan Akhgari
|
13a9b30ce0
|
Bug 913830 - Remove more unneeded #includes from the xpconnect IDL files; r=bholley
|
2013-09-09 22:37:37 +02:00 |
|
Nicholas Nethercote
|
3ea67ab547
|
Bug 909178 (part 1) - Move |jsid| from jsapi.h into js/Id.h. r=luke.
--HG--
extra : rebase_source : b0d38093a9f40a532e73c2c30ae86b8970b814ac
|
2013-08-21 22:26:56 -07:00 |
|
Nicholas Nethercote
|
42ccf38dcd
|
Bug 905017 (part 1) - Minimize inclusions of JS engine headers in .h and .idl files. r=billm.
--HG--
extra : rebase_source : 984c61ab12f46be0509b1ce0d458d9a6e5841c64
|
2013-08-17 15:50:18 -07:00 |
|
Ehsan Akhgari
|
3ec2c9b451
|
Bug 905353 - Minimize the #includes in dom/base; r=jst
--HG--
extra : rebase_source : e7a1d2262bf6d8c9b78057b8eb6cdbfd98262f68
|
2013-08-15 14:17:48 -04:00 |
|
Peter Van der Beken
|
3256529063
|
Bug 895758. Make the global scope polluter a proxy. r=bzbarsky
|
2013-07-09 10:45:13 -04:00 |
|
Masatoshi Kimura
|
310a4fed63
|
Bug 899388 - Part 2: Implement allowXBL option for xpc bindings. r=bz
|
2013-08-09 23:35:53 +09:00 |
|
Nicholas Nethercote
|
b756f6b258
|
Bug 898914 (part 1) - Remove JSBool.
--HG--
extra : rebase_source : 2d202e0e5005a7f54724b1540481c15cde3ad52e
|
2013-08-08 15:53:04 -07:00 |
|
Nicholas Nethercote
|
ba723f1034
|
Bug 901750 - Change return type of |JSNative| from |JSBool| to |bool|. code=nnethercote,jandem. r=luke,bz.
--HG--
extra : rebase_source : 5b3d7cc339af6d93bde078322e25c6e740d1b617
|
2013-08-02 00:41:57 -07:00 |
|
Ms2ger
|
847ef029b9
|
Bug 892493 - Remove nsNamedArraySH; r=peterv
|
2013-07-24 09:27:42 +02:00 |
|
Boris Zbarsky
|
68e656a94d
|
Bug 893004 part 1. Remove Navigator classinfo. r=smaug
|
2013-07-17 23:23:51 -04:00 |
|
Ryan VanderMeulen
|
aaee3cf638
|
Merge m-c to inbound.
|
2013-07-10 09:45:16 -04:00 |
|
Ms2ger
|
5dd77c507e
|
Bug 888366 - Part c: Remove unused jsids from classinfo; r=peterv
|
2013-07-10 11:55:24 +02:00 |
|
Ms2ger
|
c1621e1c17
|
Bug 888366 - Part b: Remove unused JSPropertyOps from classinfo; r=peterv
|
2013-07-10 11:55:21 +02:00 |
|
Peter Van der Beken
|
9c3bffc341
|
Bug 734503 - Add new DOM binding for TouchList; r=jst.
|
2013-07-10 11:53:53 +02:00 |
|
Masatoshi Kimura
|
77d07fff51
|
Bug 889148 - Remove legacy QS/classinfo bits from events even more. r=smaug, peterv
|
2013-07-05 07:53:59 +09:00 |
|
Johnny Stenback
|
7209a4a1c5
|
Fixing bug 855611. Convert navigator.plugins and navigator.mimeTypes to use new DOM bindings. r=peterv@propagandism.org.
|
2013-07-09 06:58:21 -07:00 |
|
Boris Zbarsky
|
45f832b55a
|
Bug 883892. Remove HTMLFormElement classinfo. r=peterv
|
2013-06-26 10:59:45 -04:00 |
|
Jon Coppeard
|
4b40ce1453
|
Bug 885310 - 1 Rename JSHandleFoo in the browser r=bz
|
2013-06-21 14:12:46 +01:00 |
|
Olli Pettay
|
ebaa9fe160
|
Bug 884296 - Remove the rest of the classinfos for DOM events, r=peterv
--HG--
extra : rebase_source : 9b397e2e19e8e15d2753dc5bf7c18e2b3147f92b
|
2013-06-20 17:13:52 +03:00 |
|
Andrea Marchesini
|
b20748feb8
|
Bug 841442 - Rename nsHTMLFormElement to HTMLFormElement
--HG--
rename : content/html/content/src/nsHTMLFormElement.cpp => content/html/content/src/HTMLFormElement.cpp
rename : content/html/content/src/nsHTMLFormElement.h => content/html/content/src/HTMLFormElement.h
|
2013-06-19 10:24:37 -04:00 |
|
Jon Coppeard
|
c56ed4c7b6
|
Bug 884371 - Remove JSMutableHandleXXX from the browser r=bz
|
2013-06-19 11:32:27 +01:00 |
|
Ms2ger
|
7197362709
|
Bug 877277 - Move the document.all getter into WebIDL; r=smaug
|
2013-06-12 08:55:00 +02:00 |
|
Ms2ger
|
d562528531
|
Bug 718923 - Support document.all in standards mode and remove the pref to turn it off; r=smaug
|
2013-06-12 08:48:38 +02:00 |
|
Arnaud Sourioux
|
4f029c7b82
|
Bug 877746 - Annotate ~230 methods with MOZ_OVERRIDE in /dom. r=Ms2ger
|
2013-06-05 12:15:48 -04:00 |
|
Ms2ger
|
cf00d18df0
|
Bug 876240 - Move OfflineResourceList to WebIDL; r=mounir
|
2013-06-01 08:53:44 +02:00 |
|
Ms2ger
|
8b0216fd01
|
Bug 874084 - Remove dead code that used to support document.all.tags; r=bz
|
2013-06-01 08:53:12 +02:00 |
|
David Zbarsky
|
c8f4001a0a
|
Bug 871189 - Remove Document classinfo r=bz
|
2013-05-16 11:06:21 -07:00 |
|
Tom Schuster
|
6e39838725
|
Bug 865410 - Use CallArgs for XPConnect Call and Construct hooks. r=bholley.
|
2013-05-04 19:25:15 +02:00 |
|
David Zbarsky
|
5d06a9a499
|
[Bug 868701] Remove classinfo for Attr r=Ms2ger
|
2013-05-04 03:55:53 -04:00 |
|
David Zbarsky
|
943119bee1
|
Bug 868312: Root nsDOMClassInfo.cpp, part 2 r=bz
|
2013-05-04 03:51:53 -04:00 |
|
Boris Zbarsky
|
9122c4fa70
|
Bug 865969 part 5. Root the id argument of WebIDL DefineInterface methods. r=smaug
|
2013-05-03 19:29:08 -04:00 |
|
David Zbarsky
|
e9a5a0319e
|
Bug 868312: Root part of nsDOMClassInfo.cpp r=bz
|
2013-05-03 14:53:32 -04:00 |
|
Terrence Cole
|
e417ffe01a
|
Bug 860050 - Remove JSMutableHandleObject typedef; r=bz,jonco
|
2013-04-16 16:20:44 -07:00 |
|
Ms2ger
|
fe234fbc7f
|
Bug 852135 - Part d: Move nsDOMAttributeMap to WebIDL bindings, remove CI and QS; r=bz
|
2013-04-26 08:48:27 +02:00 |
|