Nicholas Nethercote
|
01c70c8c97
|
Bug 911020 - Introduce js/TypeDecls.h, which holds very commonly used type declarations from the JS engine. r=luke.
--HG--
extra : rebase_source : 008ef689989f93b46627b8be8608bdbc544ca3a2
|
2013-08-27 19:59:14 -07:00 |
Kyle Huey
|
52234568d4
|
Bug 887533: Remove even more includes from dom/bindings. r=bz
|
2013-08-22 22:17:11 -07:00 |
Ehsan Akhgari
|
99058b577c
|
Bug 905353 - Minimize the #includes in dom/base; r=jst
--HG--
extra : rebase_source : e7a1d2262bf6d8c9b78057b8eb6cdbfd98262f68
|
2013-08-15 14:17:48 -04:00 |
Boris Zbarsky
|
e822a2af3a
|
Bug 870667. Reinstate a way to turn off performance.timing bits using a pref. r=smaug
This is used by the Tor project, for example.
|
2013-05-10 18:57:58 -04:00 |
Boris Zbarsky
|
b834439797
|
Bug 864727 part 5. Make all the WrapObject methods take a handle for the scope object. r=ms2ger
|
2013-04-25 12:29:54 -04:00 |
Masatoshi Kimura
|
23ba391ec1
|
Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz
|
2013-03-12 08:03:47 +09:00 |
Trevor Saunders
|
36d9c28b18
|
bug 819027 - remove unneeded performance nsISupports inheritance r=bz, mccr8
|
2012-12-06 16:01:59 -05:00 |
Steve Fink
|
9effec722d
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
|
2012-12-31 12:40:21 -08:00 |
Steve Fink
|
d8da3e7b9a
|
Backed out changeset fce4e0f8a553 (bug 828753) for breaking windows warnings-as-errors (stop adding JSObject forward decls, please!)
|
2013-01-18 13:20:21 -08:00 |
Steve Fink
|
0dee2fb42d
|
Bug 828753 - jsid rooting, mostly in jsinfer.*. Also switch JSObject from struct to class. r=terrence
--HG--
extra : rebase_source : c8806b27677594925ad0e6b54c47af5cf17e1153
|
2012-12-31 12:40:21 -08:00 |
Boris Zbarsky
|
b97e3a8dcd
|
Bug 787554. Don't prefix WebIDL getters names with a Get if they look like simple member access on the C++ side. r=peterv
|
2012-09-11 20:08:24 +01: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 |
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
|
a6ec6f5d33
|
Revert e3e9040a6eb9 for M2 failures
|
2012-08-08 21:58:23 -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 |
Ehsan Akhgari
|
8bb5b583b2
|
Bug 774556 - Remove nsIDOMWindowPerformance* XPCOM interfaces; r=bzbarsky
|
2012-07-16 22:44:22 -04:00 |
Ehsan Akhgari
|
091ebe183f
|
Bug 749101 - Move window.performance to the new DOM bindings; r=bzbarsky
|
2012-07-16 21:42:18 -04:00 |
David Zbarsky
|
d2ee12f6f9
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
Ehsan Akhgari
|
4830dd98a3
|
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (dom parts); r=bzbarsky
|
2012-06-14 22:31:55 -04:00 |
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Igor Bazarny
|
b55f33b563
|
Bug 659126 - Implement additional NavigationTiming properties
r=smaug
|
2011-07-04 18:44:00 +02:00 |
Igor Bazarny
|
3885bce98f
|
bug 570341 Initial implementation of web timing specification
r=smaug sr=biesi
|
2011-06-23 12:39:48 +02:00 |