Andrew McCreight
|
f930d02918
|
Bug 904826 - Remove some unneeded nsLayoutStatics calls. r=smaug
|
2013-08-20 14:19:33 -07:00 |
|
Nicholas Nethercote
|
f7d6f07d24
|
Bug 898914 (part 1) - Remove JSBool.
|
2013-08-08 15:53:04 -07:00 |
|
Andrea Marchesini
|
6ef2ad79ab
|
Bug 892065 - Move IDBIndex to WebIDL, r=janv
|
2013-07-31 17:48:40 +02:00 |
|
Andrea Marchesini
|
b7828b2762
|
Bug 888597 - Move IDBObjectStore to WebIDL, r=janv
|
2013-07-31 17:48:36 +02:00 |
|
Andrea Marchesini
|
f5962d72f8
|
Bug 888598 - Move IDBTransaction to WebIDL, r=janv
|
2013-07-29 19:12:21 +02:00 |
|
Jon Coppeard
|
b04be8e4e7
|
Bug 884384 - Use JS::MutableHandle<JS::Value> instead of jsval* for out parameters r=smaug
|
2013-06-21 14:12:46 +01:00 |
|
Jon Coppeard
|
5ebd30bc01
|
Bug 877762 - GC: Post-barrier cycle collector participants - 5 Convert JS::Value to use Heap<T> r=smaug
|
2013-06-18 11:00:37 +01:00 |
|
Boris Zbarsky
|
b81ccaeaf1
|
Bug 876805. Fix unsafe reference gc hazards in dom/ code. r=smaug
|
2013-05-29 16:16:04 -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
|
cc3ae7e546
|
Bug 868312: Root dom/workers r=bz
|
2013-05-09 03:27:40 -04:00 |
|
Kyle Huey
|
7c9f00fc2e
|
Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent
|
2013-01-11 05:32:20 -08:00 |
|
Ed Morley
|
823a8cf876
|
Backout d6efd06ceb84 (bug 828992) for assertions on a CLOSED TREE
|
2013-01-11 14:30:05 +00:00 |
|
Kyle Huey
|
7dc20a3092
|
Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent
|
2013-01-11 05:32:20 -08:00 |
|
Kyle Huey
|
cdc1d5d595
|
Bug 780778: Make sure we already release stuff on the right thread. r=bent
|
2012-10-03 12:05:20 -07:00 |
|
Isaac Aggrey
|
df5a7d83f1
|
Bug 795351: Replace LL_MAXINT, LL_MININT, LL_MAXUINT with stdint versions; r=ehsan
|
2012-09-28 14:55:23 -05: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 |
|
Ben Turner
|
94f469af49
|
Bug 759427 - 'Multiprocess blob support for MessageManager and IndexedDB'. r=smaug+janv+khuey (rs=sicking for nsBlobURI changes).
|
2012-08-01 23:02:29 -07:00 |
|
David Zbarsky
|
b427641e2f
|
Bug 773128 - Fix some build warnings r=bent
|
2012-07-13 19:06:41 -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
|
bd01764395
|
Bug 755511: Revert all in-memory data when reverting versionchange transactions. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
0e585ae0b5
|
Bug 767186: Cache the keyPath for objectStores and indexes. r=bent
|
2012-06-22 14:00:53 -07:00 |
|
Kyle Huey
|
c66cc7dc43
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|
Ben Turner
|
9cbf41e6cc
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
|
2012-06-19 18:50:39 -07:00 |
|
Jan Varga
|
141d5b92c8
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02: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 |
|
Jeff Muizelaar
|
561a08abc9
|
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
|
2012-05-15 00:50:29 -04: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 |
|
Jonas Sicking
|
e7d147db82
|
Bug 694138: Support an array of strings as keyPath on objectStores and indexes. r=janv/bent
|
2011-12-20 02:59:07 -08:00 |
|
Jonas Sicking
|
628ce29f64
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 16:40:47 -08:00 |
|
Jonas Sicking
|
6434a346d9
|
Back out fb4d12d2a2da, bug 701772, due to leaks.
|
2011-12-16 13:09:42 -08:00 |
|
Jonas Sicking
|
7e04bb4a07
|
Bug 701772: Manage autoIncrement for objectStores ourselves in order to simplify the code, make ai-keys unique per objectStore and not per database, and allow ai-objectStores to contain non-integer keys. r=bent
|
2011-12-16 12:29:15 -08:00 |
|
Jeff Walden
|
8a283842ea
|
Bug 708735 - Update IDBObjectStore to use the <stdint.h> types for its JSAPI interactions. r=bustage in a CLOSED TREE :-\
|
2011-12-16 09:42:09 -05:00 |
|
Jan Varga
|
086c8ef739
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Jonas Sicking
|
fa9f0ca3fb
|
Bug 692630: Support multi-entry indexes. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
6551374698
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-04 09:39:01 -08:00 |
|
Jonas Sicking
|
b1ee60b91b
|
Back out patches due to test failures. rev 1b9ca56d4aab and a few more.
|
2011-12-02 19:46:25 -08:00 |
|
Jonas Sicking
|
ea60939d2a
|
Bug 692630: Support multi-entry indexes. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Jonas Sicking
|
928cf105ca
|
Bug 706659 part 2: Support empty keypaths on objectStores. r=bent
|
2011-12-02 18:32:46 -08:00 |
|
Ed Morley
|
c258d431e6
|
Backout 7634808d94af (bug 703660) for Linux64 PGO build failures; a=khuey
|
2011-11-22 11:54:50 +00:00 |
|
Ben Turner
|
e1946c921e
|
Bug 703660 - IndexedDB: Compress structured clone data with Snappy. r=sicking+khuey.
|
2011-11-21 20:18:29 -08:00 |
|
Kyle Huey
|
9c4448ce62
|
Bug 692627: Support complex keyPaths in IndexedDB. r=bent,jorendorff
|
2011-11-21 09:56:24 -05: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 |
|
Kyle Huey
|
af57d6e522
|
Bug 697247: Part 1 - Use atoms instead of hashes for database IDs. r=bent
|
2011-11-02 08:53:12 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Luke Wagner
|
5d60b08970
|
Bug 673473 - Remove off-main-thread JSRuntime use in GetKeyPathValueFromStructuredData (r=bent)
|
2011-07-25 15:41:50 -07:00 |
|