Bobby Holley
|
c3247a55cf
|
Bug 868130 - Include nsCxPusher.h everywhere we need it, and stop including it from nsContentUtils.h. r=gabor
|
2013-05-22 10:05:26 -06:00 |
|
Andrea Marchesini
|
aeabdc6d86
|
Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz
|
2013-05-18 13:52:06 -04:00 |
|
David Zbarsky
|
679cefe081
|
Bug 868312 - Some more rooting fixes for dom r=bz
|
2013-05-10 22:39:45 -04:00 |
|
David Zbarsky
|
a1a46c18a3
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
Ed Morley
|
60a28cdef5
|
Backed out changeset 7c0ace2560c4 (bug 866450)
|
2013-05-02 11:57:01 +01:00 |
|
David Zbarsky
|
427748f498
|
Bug 866450 Part 6: Fix rooting hazards under content/ and dom/ r=bz
|
2013-05-02 05:12:47 -04:00 |
|
Ben Turner
|
5c98ba8c59
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Ben Turner
|
f34960c249
|
Backout bug 861287 for gcc build failures.
|
2013-04-25 08:30:28 -04:00 |
|
Ben Turner
|
83a996ac9e
|
Bug 861287 - 'Integrate IndexedDB into the gecko profiler'. r=khuey.
|
2013-03-15 23:58:50 -07:00 |
|
Bobby Holley
|
2c59799176
|
Bug 860438 - Straightforward cases. r=gabor
|
2013-04-18 11:36:03 -04:00 |
|
Bobby Holley
|
edbaddcb05
|
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
|
2013-02-26 11:04:13 -08:00 |
|
Trevor Saunders
|
c55a85644c
|
bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8
|
2013-01-12 07:40:33 -05:00 |
|
Andrew McCreight
|
a41bf6ebc2
|
bug 804220 - Make IDBWrapperCache::SetScriptOwner infallible. r=khuey
|
2012-11-29 14:54:14 -08:00 |
|
Olli Pettay
|
d0f295307b
|
Bug 811206, Fix JSHolder drop handling, part 3 (fixes), r=mccr8,khuey
|
2012-11-28 03:37:57 +02:00 |
|
Benoit Jacob
|
c995bc9e1e
|
Bug 807437 - Eliminate redundant Traverse/Unlink CC macros - part 1: automatic changes - r=mccr8
|
2012-11-15 02:32:40 -05:00 |
|
Ben Turner
|
ee22cddeaa
|
Bug 808743 - ' Better protection for PBrowser shutdown and database invalidation in multiprocess scenarios'. r=khuey+cjones.
|
2012-11-09 19:29:07 -08:00 |
|
Ben Turner
|
cc6b8a67f1
|
Bug 792834 - 'Make sure to always set errors on failed requests'. r=khuey.
|
2012-09-20 11:20:15 -07:00 |
|
Kyle Huey
|
5cc0526d33
|
Bug 687332: Part 2 - Move event handlers off of DOM objects and keep track of them solely in the event listener manager. r=smaug,bz
|
2012-08-30 20:45:16 -07:00 |
|
Ben Turner
|
238f869454
|
Bug 786771 - Fix for 'ASSERTION: Must have an actor here'. r=mrbkap.
|
2012-08-29 17:50:28 -07:00 |
|
Luke Wagner
|
55107a5229
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
|
2012-08-21 18:42:53 -07:00 |
|
Ehsan Akhgari
|
243c878d26
|
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 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Kyle Huey
|
e7f41d52c3
|
Bug 765936. r=bent,peterv
|
2012-07-06 10:28:51 -07:00 |
|
Kyle Huey
|
9e1c3ffece
|
Bug 762206: Fire an nsScriptErrorEvent at the window to get the proper window.onerror behavior. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
65e84787df
|
Bug 748630: Support IDBTransaction.error. r=bent
|
2012-06-25 12:15:17 -07:00 |
|
Ryan VanderMeulen
|
4c71ae6d9a
|
Revert c39d36167b99 due to a horribly munged backout.
|
2012-06-10 19:44:50 -04:00 |
|
Ryan VanderMeulen
|
202bd53a55
|
Backout the bug 754202 backout due to orange.
|
2012-06-10 19:37:47 -04:00 |
|
Andrew McCreight
|
aa1604c864
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
|
Ben Turner
|
78880eb792
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ms2ger
|
b8c940e642
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-05-05 11:00:05 +02:00 |
|
Ms2ger
|
54f1f6b78d
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
78bc77e39f
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-04-14 15:05:01 +02:00 |
|
Masatoshi Kimura
|
55724d205c
|
Bug 730161 - Implement IDBRequest.error. r=sicking
|
2012-04-11 17:55:21 -04:00 |
|
Jonas Sicking
|
651eb7f62b
|
Bug 735094: Implement new string values (rather than numeric constants) for IndexedDB. r=bent
|
2012-03-12 21:44:45 -07:00 |
|
Olli Pettay
|
d9f2f97682
|
Bug 734057 - Make nsDOMEventTargetHelper to not have strong pointer to window, r=jst,bent
|
2012-03-13 02:56:07 +02:00 |
|
Peter Van der Beken
|
8872a77d33
|
Fix for bug 731227 (Fix script object ownership in IDBWrapperCache/IDBCursor). r=bent.
|
2012-02-27 17:52:19 +01:00 |
|
Ben Turner
|
d2f38bcb58
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
|
2012-01-24 02:03:37 -08:00 |
|
Ed Morley
|
927de8162d
|
Backout 8886b027527a (bug 718132) for xpcshell failures
|
2012-01-23 16:18:14 +00:00 |
|
Ben Turner
|
2fb8104e46
|
Bug 718132 - IndexedDB: Intermittent Failing to get JS wrapper in IDBRequest::NotifyHelperCompleted. r=khuey.
|
2012-01-23 06:03:41 -08:00 |
|
Gabor Krizsanits
|
5cddb771ff
|
Bug 587797 - IndexedDB: Make it possible to access IndexedDB APIs from chrome. r=khuey,bent
|
2012-01-03 10:27:39 -05:00 |
|
Mounir Lamouri
|
c68e20a973
|
Bug 707870 - Disconnect mListenerManager in nsDOMEventTargetHelper instead of expecting inheriting classes to do it. r=smaug
|
2011-12-08 16:31:14 +08:00 |
|
Ben Turner
|
fa6c4e7e48
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
|
2011-11-03 08:57:30 -07:00 |
|
Ed Morley
|
944ad4b962
|
Backout eb32aca6d54d, b5c0bfd03fcf and 5675bf2c7930 (bug 692669 and bug 692669) for failing to build on all platforms
|
2011-11-03 01:57:48 +00:00 |
|
Ben Turner
|
cd32e56318
|
Bug 692669 - 'IndexedDB: remove nsIVariant from IDB* interfaces'. r=sicking.
|
2011-11-02 18:03:15 -07:00 |
|
Ms2ger
|
a1518ac8a3
|
Bug 694759 - Make nsIScriptContext::GetNativeGlobal return JSObject; r=jst
|
2011-10-29 22:06:17 +02:00 |
|
Kyle Huey
|
1ceaffd045
|
Bug 687361: Implement the new IndexedDB setVersion API. r=bent
|
2011-10-20 12:10:56 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Peter Van der Beken
|
f63b7b98f7
|
Bug 648801 (new DOM list bindings) - Set up prototypes and constructors. r=bz/jst/mrbkap.
|
2011-06-14 10:41:15 +02:00 |
|
Peter Van der Beken
|
22f5dbe67d
|
Stop including nsDOMClassInfo.h all over the place.
|
2011-10-03 21:11:31 +02:00 |
|