Nathan Froyd
|
2d595e5d44
|
Bug 783357 - part 1: add XPIDL_FLAGS to make idl dependencies more explicit; r=khuey
|
2012-08-24 16:01:30 -04:00 |
|
Jan Varga
|
e29317c8d8
|
Bug 763854 - Check file references (cleanup stored files) only when needed. r=bent
|
2012-08-24 11:51:33 -07:00 |
|
Ryan VanderMeulen
|
a590c02f1f
|
Backout 4bb90f8c6909 (bug 756645) due to Android opt M3 orange on a CLOSED TREE.
|
2012-08-23 22:54:15 -04:00 |
|
Luke Wagner
|
94264a0bc8
|
Bug 625199 - s/JSAutoEnterCompartment/JSAutoCompartment/ and make it infallible (r=bholley)
--HG--
extra : rebase_source : 12acf2288285f5caefd7fecea8207de3a47eab5b
|
2012-08-21 18:42:53 -07:00 |
|
Ryan VanderMeulen
|
a1afd087e9
|
Merge m-c to inbound.
|
2012-08-23 19:50:46 -04:00 |
|
Ben Turner
|
0727b7098c
|
Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
--HG--
rename : ipc/glue/IPCSerializableParams.ipdlh => ipc/glue/InputStreamParams.ipdlh
extra : transplant_source : %A6%BC%8B%8D%3A_%7Df%2B%FE%AA%94%81%AB%CAW%15K%A7%03
|
2012-08-23 12:33:46 -07:00 |
|
Mounir Lamouri
|
62228626d9
|
Bug 756645 - Implement IndexedDB apps isolation. r=bent
|
2012-08-23 11:45:01 -07:00 |
|
Ehsan Akhgari
|
2795937cf4
|
Bug 579517 - Part 4: Manually rewrite some parts of the code base not covered by the automated conversion; r=bsmedberg
|
2012-08-22 11:59:54 -04: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 |
|
Bobby Holley
|
e737c4ba76
|
Bug 783173 - Fix test_ipc implementations to handle mandatory __exposedProps__. r=khuey
|
2012-08-17 09:21:17 -07:00 |
|
Aryeh Gregor
|
6e5a8f49ab
|
Bug 782606 - Use NS_FAILED instead of boolean test (dom/indexedDB/, dom/workers/); r=khuey
|
2012-08-14 12:10:41 +03:00 |
|
Ehsan Akhgari
|
805b10b6d6
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Aryeh Gregor
|
6a9cec29c8
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Honza Bambas
|
541453729c
|
Bug 215450: Allow uploading of files greater than 2gb in size. Involves making input streams 64-bit capable. Significant work done by Makoto Kato, finished by Honza Bambas. r=hbambas,bsmedberg,jdrew,sicking
|
2012-08-10 22:44:11 -04:00 |
|
Kyle Huey
|
4a5b054834
|
Bug 781700: Revert test changes.
|
2012-08-10 15:57:59 -07:00 |
|
Kyle Huey
|
f28379843e
|
Bug 781700: Disable failing test in xpcshell.
|
2012-08-10 11:04:16 -07:00 |
|
Kyle Huey
|
c44a5bd7c8
|
Bug 781700: Don't hold strong references to databases from the synchronization queue, so that GCing a database will unblock waiting operations. r=bent
--HG--
extra : rebase_source : 2f1b2405ffc91831d33eb91e4b2d61c2b1ac872b
|
2012-08-10 09:15:02 -07:00 |
|
Aryeh Gregor
|
0923bf00ef
|
Bug 780618 - Move all error codes to nsError.h; r=ehsan
|
2012-07-27 17:03:27 +03:00 |
|
Kyle Huey
|
691ade3847
|
Bug 775206. r=bent
|
2012-08-09 18:06:21 -07:00 |
|
Ed Morley
|
969a047a7e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-08 17:18:26 +01:00 |
|
Johnny Stenback
|
c47778def6
|
Backing out 77e5cdc7af9a due to it landing w/o following our code checkin process.
|
2012-08-07 09:11:04 -07:00 |
|
Ms2ger
|
a45a0051cf
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
Ms2ger
|
865bebd64e
|
Bug 770046 - Disable test.
|
2012-07-16 18:15:36 +02:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
babf67cce2
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ben Turner
|
51792b2d7b
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
--HG--
extra : transplant_source : %90%87%047%07BA%97%E0%F1n%1DY%08D%7C%E39%20%0F
|
2012-08-02 23:25:30 -07:00 |
|
Ben Turner
|
7f1e8a99aa
|
Backed out changeset 46653198caac
|
2012-08-02 21:53:03 -07:00 |
|
Ben Turner
|
56da575b73
|
Bug 778968 - 'Avoid stat-ing remote blobs on the main thread'. r=janv.
|
2012-08-02 13:42:30 -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 |
|
Jan Varga
|
7429283648
|
Bug 780625 - Followup fix for "Don't install quota handlers on chrome databases". r=bent
|
2012-08-08 06:35:48 +02:00 |
|
Kyle Huey
|
a2dd03ca6e
|
Bug 779638: Delay dropping the transaction until later to avoid races. r=bent
|
2012-08-01 14:15:12 -07:00 |
|
Kyle Huey
|
5b1d66a0b0
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-08-01 14:09:23 -07:00 |
|
Aryeh Gregor
|
903f6c9c84
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
e806eeab4f
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Siddharth Agarwal
|
78453eddf2
|
Bustage fix from bug 769908 - remove trailing whitespace after a backslash
|
2012-07-24 18:58:51 +05:30 |
|
Sean DuBois
|
27044f3fcd
|
Bug 769908 - Switch DIR_INSTALL to INSTALL. r=ted
|
2012-07-23 20:02:20 -04:00 |
|
Mounir Lamouri
|
72b86db435
|
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
|
2012-07-23 11:08:07 -07:00 |
|
Aryeh Gregor
|
e57dd159b2
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
Ryan VanderMeulen
|
2661c4efbe
|
Merge m-c to inbound.
|
2012-07-20 17:37:53 -04:00 |
|
Olli Pettay
|
e9cea4305c
|
Bug 765163 - Implement code generator for simple DOM events, r=jst,khuey
|
2012-07-20 19:42:08 +03:00 |
|
Benjamin Peterson
|
d1064385b3
|
Bug 761723 - Save script sources to implement Function.prototype.toString. r=jorendorff,njn,jimb,jst,Ms2ger
--HG--
extra : rebase_source : de1b55647780a30f98fe84d29ee3cb4a437a3ece
|
2012-07-20 20:17:38 +02:00 |
|
DĂŁo Gottwald
|
8cb27ce02a
|
Bug 767133 - Add slide-in animation for arrow panels. r=Enn,Mossop
|
2012-07-18 16:15:24 +02:00 |
|
Kyle Huey
|
933cea0b83
|
Back out 353b4785836a which was landed even after the module owner explicitly said not to. r=me
--HG--
extra : rebase_source : ff4a63d2c56435d3aa6b0c572067878cfa09378c
|
2012-07-18 05:59:21 -07:00 |
|
Ms2ger
|
34d1b84073
|
Bug 770046 - Disable test.
|
2012-07-16 18:15:36 +02:00 |
|
Mounir Lamouri
|
7ed8cc60d3
|
Bug 769597 - IndexedDB should use nsIPermissionManager with principals. r=sicking
|
2012-07-15 18:35:47 -07:00 |
|
Ben Turner
|
a88f4eb357
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. Disable xpcshell tests entirely until I can figure out how to enable them selectively.
|
2012-07-14 09:13:40 -04:00 |
|
Ben Turner
|
ffa4f808f2
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %5D1%15%CC%90%E0%F5%0D%0B%FDi%0B%B9YA%D4c%24%D42
|
2012-07-14 07:24:20 -04:00 |
|
Ms2ger
|
ee938e4233
|
Backout changeset 592bfc94e628 for X orange.
|
2012-07-14 11:23:52 +02:00 |
|
Ben Turner
|
e738469ac9
|
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %217%FC%0D%A3%82%DB%F2DB%F1%5Dc%99%B9%C6j%E1U%A2
|
2012-07-13 23:05:58 -04:00 |
|
David Zbarsky
|
bda664c8ca
|
Bug 773128 - Fix some build warnings r=bent
|
2012-07-13 19:06:41 -07:00 |
|
Jan Varga
|
98be9f5caf
|
Bug 773182 - Remove unused db description parameter from IDB mochitests. r=sicking
|
2012-07-13 07:37:28 +02:00 |
|
Ehsan Akhgari
|
84bc5927cc
|
Correct the initialization order in the IDBIndex constructor (no bug; DONTBUILD)
|
2012-07-11 00:25:47 -04:00 |
|
Jan Varga
|
994c586c3d
|
Bug 771498 - FileHandle: getFile() should return a DOMRequest (instead of a FileRequest). r=sicking
|
2012-07-10 07:07:01 +02:00 |
|
Nathan Froyd
|
a7eb97f896
|
Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
|
2012-07-03 16:49:02 -04:00 |
|
Daniel Holbert
|
74f692859e
|
Bug 771638 - Remove unused variables from IDBObjectStore::GetAddInfo. r=khuey
|
2012-07-06 14:11:44 -07:00 |
|
Kyle Huey
|
fc74c5d76f
|
Bug 765936. r=bent,peterv
|
2012-07-06 10:28:51 -07:00 |
|
Ben Turner
|
798ac10ab8
|
Bug 758357 - Only show prompt after 50mb of quota was reached. r=sicking
|
2012-07-05 14:11:48 -07:00 |
|
Daniel Holbert
|
b24e6c3b97
|
Bug 770287: Reorder IDBIndex constructor init list to fix build warning. r=khuey
|
2012-07-03 14:09:35 -07:00 |
|
Chris Pearce
|
5b73534832
|
Bug 758357 - Backout 2d295ed03d7f for causing bug 770085. r=backout
|
2012-07-02 16:49:38 +12:00 |
|
Chris Pearce
|
ed6718553a
|
Bug 758357 - Backout 540cd3aabdd4 for causing bug 770085. r=backout
|
2012-07-02 16:48:06 +12:00 |
|
David Zbarsky
|
ae718ee1c0
|
Bug 763350 - Clean up some includes in content/ and dom/ r=smaug
|
2012-07-01 16:45:59 -07:00 |
|
Ryan VanderMeulen
|
ea4eac24f4
|
Bug 758357 - Back out part of the landing due to risk of it introducing oranges.
|
2012-07-01 09:38:44 -04:00 |
|
Ryan VanderMeulen
|
ed99b8a4f0
|
Backout a8bfe5a447e7 for creating more orange than it fixed.
|
2012-06-30 21:51:09 -04:00 |
|
Jonas Sicking
|
3463ca6bd2
|
Back out part of the landing for bug 758357 due to risk of it introducing oranges
|
2012-07-01 02:25:20 +02:00 |
|
Ben Turner
|
5eacba0467
|
Bug 758357: Only show prompt after 50mb of usage for now. Plan is to soon introduce a new service which allows us to remove "old" indexedDB databases and keep a global quota, but for now we simply remove the prompt. r=sicking
|
2012-06-30 19:57:15 +02:00 |
|
Kyle Huey
|
3b3b755501
|
Bug 726378: Unprefix IndexedDB. r=sicking
|
2012-06-29 09:48:35 -07:00 |
|
Jonas Sicking
|
2e7cb24268
|
Bug 755514: Cursor.update support for keypath arrays. r=khuey
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
8495031c2a
|
Bug 769356: Calling transaction.abort() should leave transaction.error as null, but throwing exceptions should set transaction.error. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
c3a2cee696
|
Bug 769537: Actually use QuotaExceededError for database creation. r=bent
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
be8af1d20d
|
Bug 758497: Mimic [EnforceRange] for cursor.advance until we get new WebIDL bindings. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
dac92e82a6
|
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
|
90e0774f10
|
Bug 755511: Revert all in-memory data when reverting versionchange transactions. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
4d13cb8930
|
Bug 755507: Sort objectStoreNames/indexNames. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Kyle Huey
|
f45badab78
|
Bug 755515: Catch exceptions in error handlers. r=sicking
|
2012-06-29 09:48:34 -07:00 |
|
Bobby Holley
|
2b7bbfa00d
|
Bug 754202 - Use the safe JSContext rather than the current JSContext in IndexedDBDatabaseParent::HandleDatabaseEvent. r=bent
It's not used for anything substantial, and it can be (or always is?) called with no JS on the stack.
|
2012-06-28 23:47:56 +02:00 |
|
Jan Varga
|
1fddd6b475
|
Bug 767193 - FileHandles do not get GCed/removed when overwritten in indexeddb. r=bent
|
2012-06-27 05:14:53 +02:00 |
|
Kyle Huey
|
26dca770d0
|
Bug 755510: db.transaction should work inside a versionchange transaction's oncomplete handler. r=bent
|
2012-06-26 08:09:25 -07:00 |
|
Kyle Huey
|
0b74028492
|
Bug 767999: Actually use QuotaExceededErr. r=bent
|
2012-06-25 12:15:18 -07:00 |
|
Kyle Huey
|
3a5962a388
|
Bug 748630: Support IDBTransaction.error. r=bent
|
2012-06-25 12:15:17 -07:00 |
|
Ryan VanderMeulen
|
e7144325c9
|
Merge m-c to inbound.
|
2012-06-24 22:59:07 -04:00 |
|
Landry Breuil
|
f8997d9810
|
Bug 765834 - remove extra UTF BOM that breaks builds r=khuey
|
2012-06-24 15:29:47 +02:00 |
|
Kyle Huey
|
397b210658
|
Bug 766462: Twiddle IDB tests some more to make the orange stop.
|
2012-06-24 11:56:56 -07:00 |
|
Kyle Huey
|
b7fb5db81c
|
Bug 766462: Followup to fix typo.
|
2012-06-23 08:00:06 -07:00 |
|
Kyle Huey
|
7d77ab25de
|
Bug 766462: Make some tests wait for all their events. r=me
|
2012-06-23 07:02:52 -07:00 |
|
Ms2ger
|
37dad68af9
|
Merge m-c to m-i.
|
2012-06-23 10:03:22 +02:00 |
|
Kyle Huey
|
59edcb595f
|
Merge m-c to b-s.
|
2012-06-22 14:27:07 -07:00 |
|
Kyle Huey
|
3d72da04f0
|
Bug 767186: Cache the keyPath for objectStores and indexes. r=bent
|
2012-06-22 14:00:53 -07:00 |
|
Kyle Huey
|
6d81864ffb
|
Bug 767184: Make test_complex_keyPath run in xpcshell too. r=bent
|
2012-06-22 12:08:50 -07:00 |
|
Kyle Huey
|
69770d80a2
|
Bug 767493: Make AsyncUsageRunnable participate in the WaitForOpenAllowed synchronization mechanism. r=bent
|
2012-06-22 11:47:05 -07:00 |
|
Kyle Huey
|
2ffc62ac08
|
Bug 765834: Followup to placate gcc.
|
2012-06-21 19:26:57 -07:00 |
|
Kyle Huey
|
9b2a38f11f
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 15:27:13 -07:00 |
|
Kyle Huey
|
59ba531f49
|
Backed out changeset fdf2d378d405 (landed with wrong bug #).
|
2012-06-21 15:27:03 -07:00 |
|
Kyle Huey
|
7bac36f19b
|
Bug 765834: Rework and unify keyPath handling. r=bent
|
2012-06-21 13:41:20 -07:00 |
|
Luke Wagner
|
fee7952e0d
|
Bug 755186 - s/JS_NewCompartmentAndGlobalObject/JS_NewGlobalObject/ (r=jorendorff)
--HG--
extra : rebase_source : f1ead9226915f72473a01db0a1019cdbe50c8e92
|
2012-06-20 08:57:29 -07:00 |
|
Ben Turner
|
401cf770e8
|
Bug 765839 - 'Enable IndexedDB OOP test suite'. r=khuey.
--HG--
extra : transplant_source : %3Bb4%A4%99fC%9Cg%86%9B%1F3%C6%0F%01T%1C%3C%AE
|
2012-06-19 18:50:39 -07:00 |
|
Masatoshi Kimura
|
98ef9db613
|
Bug 764916 - Replace nsDOMClassInfo::ThrowJSException with xpc::Throw. r=mrbkap
|
2012-06-19 19:01:10 -04:00 |
|
Gregor Wagner
|
4d63545569
|
Bug 742626 - Allow indexedDB parent directory to not be the default profile directory. r=bent
|
2012-06-21 09:39:12 -07:00 |
|
Ryan VanderMeulen
|
7511d396e5
|
Merge m-c to inbound.
|
2012-06-18 20:59:17 -04:00 |
|
Jan Varga
|
1ac8eec4a0
|
Bug 763388 - Remove enablePrivilege calls from IndexedDB and FileHandle tests. r=bent
|
2012-06-18 19:09:26 +02:00 |
|
David Zbarsky
|
cc6af21c8d
|
Bug 765362: Remove some unused functions in IDB r=bent
|
2012-06-18 12:48:15 -07:00 |
|
David Zbarsky
|
ca89986302
|
Bug 764705 - Unused variables in IndexedDBParent.cpp r=bent
|
2012-06-14 14:08:12 -07:00 |
|
Honza Bambas
|
41779e1714
|
Bug 720778 - Important threads should have a name for better debugability, r=bsmith, sr=bsmedberg+glandium
|
2012-06-12 19:06:20 +02:00 |
|
Ben Turner
|
e0a018899b
|
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
|
2012-06-11 14:59:27 -07:00 |
|
Ryan VanderMeulen
|
bf2b50270d
|
Merge m-c to inbound
|
2012-06-10 17:59:00 -04:00 |
|
Olli Pettay
|
ac6b89bfdb
|
Bug 761613 - Merge nsIPrivateDOMEvent to nsIDOMEvent, r=jst
|
2012-06-10 21:14:30 +03:00 |
|
Andrew McCreight
|
f4f0e1a935
|
Bug 754478 - clean up cycle collector JS tracing callbacks. r=bent
|
2012-05-15 09:56:39 -07:00 |
|
Ms2ger
|
0170d19adc
|
Bug 761635 - Fix build in MSVC 8; r=khuey
|
2012-06-10 19:19:12 +02:00 |
|
Kyle Huey
|
0d49be1d43
|
Bug 759970: Result when reaching the end of a cursor should be null. r=sicking
|
2012-06-07 13:59:51 -07:00 |
|
Kyle Huey
|
80ad46b242
|
Bug 755767: Shut down IndexedDB at profile-before-change. r=bent
|
2012-06-07 10:44:17 -07:00 |
|
Ben Turner
|
124fdd7f36
|
Bug 762203 - 'Potential crash in IDBObjectStore::UpdateIndexes'. r=khuey.
|
2012-06-06 14:02:03 -07:00 |
|
Geoff Lankow
|
00f3a215c9
|
Bug 749930 - Replace uses of nsILocalFile with nsIFile (compiled code only); r=bsmedberg
|
2012-06-06 14:08:30 +12:00 |
|
Landry Breuil
|
e531de396b
|
Bug 761136 - fix uses of uint64_t vs PRUint64 after bug 666693. r=bent
|
2012-06-04 17:01:51 +02:00 |
|
Jan Varga
|
6e3e5ab48b
|
Bug 726593 - Implement FileHandle. r=bent
|
2012-06-03 18:33:52 +02:00 |
|
Ben Turner
|
b072e01d8f
|
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
|
2012-06-01 10:21:12 -07:00 |
|
Kyle Huey
|
1177376286
|
Back out Bug 754142.
|
2012-05-28 00:53:57 -07:00 |
|
Kyle Huey
|
daec3cf6f2
|
Merge m-c to b-s.
|
2012-05-27 22:31:06 -07:00 |
|
Kyle Huey
|
bad54e43b7
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-05-27 22:30:34 -07:00 |
|
Kyle Huey
|
d93d12b399
|
Bug 757222: Revert changes made to address a review comment because that comment was wrong.
|
2012-05-25 16:40:16 -07:00 |
|
Kyle Huey
|
bbbf0d1d23
|
Bug 755508: Do not allow the use of NaN dates as keys. r=sicking
|
2012-05-25 11:52:19 -07:00 |
|
Kyle Huey
|
6e8ea79075
|
Bug 757222: deleteDatabase should fire a versionchange event with newVersion === null. r=sicking
|
2012-05-25 11:48:27 -07:00 |
|
Kyle Huey
|
33ea1c8251
|
Bug 755509: Test explicity for request.result === undefined with deleteDatabase. r=sicking
|
2012-05-21 10:12:16 -07:00 |
|
Kyle Huey
|
a3ce879e6e
|
Bug 755509: Run deleteDatabase test in Window and component scopes. r=sicking
|
2012-05-21 10:11:27 -07:00 |
|
Gervase Markham
|
ca171eec44
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Josh Matthews
|
69d9415509
|
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
|
2012-05-26 09:38:06 +01:00 |
|
Josh Matthews
|
f799ef06a1
|
Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer
|
2012-05-26 09:37:58 +01:00 |
|
Ed Morley
|
05ff81b305
|
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
|
2012-05-25 12:51:32 +01:00 |
|
Josh Matthews
|
2b475b03a6
|
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
|
2012-05-25 12:20:58 +01:00 |
|
Josh Matthews
|
11cd0538f9
|
Bug 722857 - Determine private browsing status for DOMStorage from owning docshell if available, and receive updates if its privacy status changes. r=mayhemer
|
2012-05-25 12:20:31 +01:00 |
|
Benjamin Smedberg
|
4f91700da9
|
Bug 734847 part 2 - treewide changes resulting from the default-infallibility of hashtables; either remove useless result checks, or use the fallible version of APIs, depending on context, r=jlebar
--HG--
extra : rebase_source : 844b008c5167e6ca39a7ba9eeec8b30672938704
|
2012-05-18 13:30:49 -04:00 |
|
Masatoshi Kimura
|
7d3bc384fb
|
Bug 752402 - Support ArrayBufferView as a member of blobParts parameter. r=sicking
|
2012-05-17 17:53:44 -04:00 |
|
Kyle Huey
|
d74460ce0a
|
Back out bug 754142 due to bustage.
|
2012-05-16 15:21:58 -07:00 |
|
Kyle Huey
|
d67c71df7a
|
Fix magical text that appeared. r=me No Bug
|
2012-05-16 15:12:11 -07:00 |
|
Ben Turner
|
14cbe42961
|
Bug 747247: Fix assertions about null owners. r=khuey
|
2012-05-16 15:08:18 -07:00 |
|
Kyle Huey
|
5bd25a91df
|
Bug 754142: Don't install quota handlers on chrome databases. r=bent
|
2012-05-16 15:08:18 -07:00 |
|
Jeff Muizelaar
|
cc532c2ac2
|
Bug 755172. Add MOZ_FINAL to a bunch of idb classes. r=khuey
|
2012-05-15 00:50:29 -04:00 |
|
Kyle Huey
|
96861eeeb2
|
Bug 726376: Prevent infinite recursion in indexedDB::cmp. r=sicking
|
2012-05-11 10:47:27 -07:00 |
|
Ben Turner
|
7171465829
|
Bug 672667 - ' IndexedDB demo causes leaks and never-ending assertions'. r=bsmedberg+smichaud+khuey.
|
2012-04-06 13:40:10 -07:00 |
|
Ms2ger
|
3b04c7d79e
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-05-05 11:00:05 +02:00 |
|
Ben Turner
|
8c2baff1b1
|
Bug 747581. r=khuey.
|
2012-04-30 16:52:27 -07:00 |
|
Phil Ringnalda
|
9021503717
|
Back out 28cfc474ab58 (bug 742626) for xpcshell bustage
|
2012-04-30 11:38:09 -07:00 |
|
Fabrice Desré
|
17bb6e693e
|
Bug 742626 - Allow indexedDB parent directory to not be the default profile directory [r=bent]
|
2012-04-30 10:27:57 -07:00 |
|
Masatoshi Kimura
|
95f8a3cace
|
Bug 745498 - Add testcases for DOM4 exception types. r=sicking
|
2012-04-26 09:42:26 -07:00 |
|
Ms2ger
|
8299fe6b09
|
Backing out bf0a78471e5e:dc7022e2d807 for inexplicable windows crashes.
|
2012-04-14 17:52:34 +02:00 |
|
Ms2ger
|
f88fab52fb
|
Bug 741245 - Remove nsresult return value from nsXPConnect::GetSafeJSContext(); r=bholley
|
2012-04-14 15:05:01 +02:00 |
|
Jeff Walden
|
18b2aec6c5
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Masatoshi Kimura
|
40676e48a8
|
Bug 730161 - Tests fix. r=sicking
|
2012-04-11 17:55:22 -04:00 |
|
Masatoshi Kimura
|
23049011a9
|
Bug 730161 - Replace IDBDatabaseException and FileException with DOMException. r=sicking
|
2012-04-11 17:55:21 -04:00 |
|