Honza Bambas
|
f019692628
|
Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst
|
2009-05-20 10:23:41 +02:00 |
|
Boris Zbarsky
|
6648ac9f15
|
Followup for bug 489671. Remove orphaned comment.
|
2009-05-19 22:22:44 -04:00 |
|
Boris Zbarsky
|
0460675e76
|
Bug 489671. Make sure the error reporter doesn't suppress our error reports. r=mrbkap, sr=jst
|
2009-05-19 22:11:01 -04:00 |
|
Dave Townsend
|
99034adf24
|
Backed out changeset 461d728271d1
|
2009-05-19 13:51:18 +01:00 |
|
Arpad Borsos
|
584155ddb7
|
Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
|
2009-05-07 17:15:26 +02:00 |
|
Honza Bambas
|
d3b06f2ee5
|
Bug 492219 - localStorage's constructor should be Storage, iids update on trunk only, r=bz
|
2009-05-19 10:26:40 +02:00 |
|
Robert Sayre
|
7cce9201aa
|
Merge.
|
2009-05-19 04:14:51 -04:00 |
|
Robert Sayre
|
d6c962680a
|
Bug 493586. JSON.parse replacer function doesn't elide object values correctly. r=brendan
|
2009-05-18 20:12:51 -04:00 |
|
Blake Kaplan
|
26e255161f
|
Bug 493281 - Find our object. r+sr=jst
|
2009-05-18 16:45:29 -07:00 |
|
Honza Bambas
|
1b8efcdac1
|
Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, test bustage fix
|
2009-05-18 12:50:43 +02:00 |
|
Honza Bambas
|
1027f32e5c
|
Bug 487695 - Decide on localStorage behavior in session-only cookies or private-browsing mode, r+sr=jst
--HG--
rename : dom/src/storage/nsDOMStorageDB.cpp => dom/src/storage/nsDOMStoragePersistentDB.cpp
rename : dom/src/storage/nsDOMStorageDB.h => dom/src/storage/nsDOMStoragePersistentDB.h
|
2009-05-18 10:12:14 +02:00 |
|
Robert O'Callahan
|
a2a28c523b
|
Bug 479863. Stop buffering media elements by default, implement 'autobuffer' attribute to control buffering. r=doublec
--HG--
extra : rebase_source : 5fa0b63da981fdfcf7b1555174b6d1122bf2ae97
|
2009-05-18 14:00:44 +12:00 |
|
Peter Van der Beken
|
98633d5f16
|
Fix for bug 490592 (Possible to GC way too much during shutdown due to XUL and XBL prototypes). r/sr=bz.
|
2009-05-07 11:19:41 -07:00 |
|
Peter Van der Beken
|
e267b828d9
|
Fix for bug 475737 (Windows stay alive too long because nsJSContext doesn't unlink correctly). r=bent, sr=jst.
|
2009-05-07 11:19:36 -07:00 |
|
Josh Aas
|
280391f4ad
|
Merge backout of 7cd22106e8d9
|
2009-05-16 21:10:10 -04:00 |
|
Josh Aas
|
5edcbc52ca
|
Backed out changeset 7cd22106e8d9. Simplify code for exposing plugin file names vs. full path. b=488181
|
2009-05-16 21:09:48 -04:00 |
|
Peter Van der Beken
|
3c7951a396
|
Merge backout.
|
2009-05-16 16:17:50 +02:00 |
|
Peter Van der Beken
|
d7f8357ac2
|
Backed out changeset 0c8d4f846be8 (Fix for bug 475737 (Windows stay alive too long because nsJSContext doesn't unlink correctly).) to try to fix Tshutdown regression.
|
2009-05-16 16:16:55 +02:00 |
|
Honza Bambas
|
b1ee7471c1
|
Bug 492219 - localStorage's constructor should be Storage, r+sr=jst
|
2009-05-16 15:59:30 +02:00 |
|
Josh Aas
|
22c9a18612
|
Simplify code for exposing plugin file names vs. full path. b=488181 r/sr=jst
|
2009-05-15 18:26:21 -04:00 |
|
Peter Van der Beken
|
e07ba2eafd
|
Merge backout.
|
2009-05-15 16:39:20 +02:00 |
|
Peter Van der Beken
|
a45851d286
|
Backed out changeset 5e867032abe5 (Fix for bug 490592 (Possible to GC way too much during shutdown due to XUL and XBL prototypes).) to try to fix Tshutdown regression.
|
2009-05-15 14:49:21 +02:00 |
|
Makoto Kato
|
9145296402
|
Bug 483118 - navigator.platform should return Win64 instead of Win32 or Windows NT. r+sr=peterv
|
2009-05-13 20:30:41 +09:00 |
|
Peter Van der Beken
|
b865be6ac9
|
Fix for bug 475737 (Windows stay alive too long because nsJSContext doesn't unlink correctly). r=bent, sr=jst.
--HG--
extra : rebase_source : 459f24ea980bf4cab29bc88115138f6ed5144e49
|
2009-05-07 11:19:36 -07:00 |
|
Josh Aas
|
a0852fcab7
|
Spelling fix to kick off more builds. CLOSED TREE a=me
|
2009-05-08 17:17:04 -04:00 |
|
Robert O'Callahan
|
288bf51b27
|
Backed out changeset d917c7a63b14
|
2009-05-08 17:30:04 +12:00 |
|
Ben Turner
|
b14e7a4542
|
Bug 490715. Disconnect focus controller element references. r+sr=smaug
|
2009-05-08 14:48:51 +12:00 |
|
Robert O'Callahan
|
c9a1f5499c
|
Bug 476526. Release the style context before calling LoadBindings. r+sr=bzbarsky
|
2009-05-08 14:41:12 +12:00 |
|
Robert Sayre
|
456d9db76e
|
Merge tracemonkey to mozilla-central.
|
2009-05-07 17:11:03 -07:00 |
|
Robert Sayre
|
8b3982769a
|
Bug 442059 - [native JSON] allow to blacklist keys by name when encoding to JSON. r=brendan
|
2009-05-07 13:28:21 -07:00 |
|
Doug Turner
|
735876f2e3
|
Bug 491810 - Geolocation should honor network.cookie.lifetimePolicy. r=vlad
|
2009-05-07 12:54:41 -07:00 |
|
Doug Turner
|
e42188b7c5
|
Bug 491759 - Clear geolocation token when exiting private browsing r=vlad
|
2009-05-07 10:52:39 -07:00 |
|
Olli Pettay
|
e64efde796
|
Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 7bce078904782a5a907eebbbff7b74a905cfa8c1
|
2009-05-07 16:59:51 +03:00 |
|
Doug Turner
|
3b94bf2897
|
Bug 491766 - honor geo.enabled without restart of browser r/sr=jst
|
2009-05-06 18:25:44 -07:00 |
|
L. David Baron
|
8c38aba811
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Johnny Stenback
|
17d36d123b
|
Fixing bug 489251. Crash on shutdown after touching window.java. r+sr=mrbkap@gmail.com
|
2009-05-06 09:46:13 -07:00 |
|
Robert O'Callahan
|
03371d959d
|
Backing out bug 492219 to fix assertion failure on leak boxes
|
2009-05-15 17:31:45 +12:00 |
|
Honza Bombas
|
5914ac9de2
|
Bug 492219. Rename globalStorage constructor to StorageObsolete and localStorage constuctor to Storage. r+sr=jst
|
2009-05-15 15:17:55 +12:00 |
|
Simon Bünzli
|
d4a7f12b2a
|
Bug 491810 - Geolocation cookie cleared at exit for network.cookie.lifetimePolicy==2 (cleaning up my mess)
|
2009-05-14 10:55:22 -07:00 |
|
Olli Pettay
|
fc5f3a87aa
|
backout bug484775
|
2009-05-07 10:19:06 +03:00 |
|
Olli Pettay
|
d9072725ae
|
Bug 484775 - DocumentFragments and Attribute nodes should expose nsIDOMEventTarget to JS, r+sr=peterv
--HG--
extra : rebase_source : 9c6f8f9d3cd1283adb7b69b93440f7da01924326
|
2009-05-07 09:31:04 +03:00 |
|
Olli Pettay
|
cf655e13da
|
Bug 491137 - Remove nsIDOMLoadStatusEvent.idl, r+sr=jst
|
2009-05-06 06:49:19 +03:00 |
|
tn
|
44fbc3e1ca
|
Bug 491230 - assignment used when comparison wanted in /dom/src/threads/test/test_throwingOnerror.html; r=bent.mozilla
|
2009-05-06 01:11:21 +02:00 |
|
Masayuki Nakano
|
1eabdda4fe
|
Bug 460059 Need IME state testing r+sr=roc
|
2009-05-05 15:15:23 +09:00 |
|
Brendan Eich
|
bb988135b0
|
Bug 375250 - Reject (JSON is fixed now) E4X masquerading as JS source (r=igor/mrbkap).
|
2009-04-29 16:48:35 -07:00 |
|
Doug Turner
|
f0406753d3
|
Bug 490046 - Geolocation update service is being lost in the channel bag. r=gavin/sr=jst
|
2009-04-29 16:26:06 -07:00 |
|
Robert Sayre
|
33a65e9684
|
Merge tracemonkey to mozilla-central.
|
2009-04-28 20:33:18 -04:00 |
|
Olli Pettay
|
bdb6b5dd69
|
backout Bug 486990
|
2009-04-28 06:42:59 -07:00 |
|
Andreas Gal
|
a51f22dbdf
|
Need an API exposed to control code cache size (474497, r=bent,brendan, sr=mrbkap).
|
2009-04-22 16:52:59 -07:00 |
|
Blake Kaplan
|
da5b280a51
|
Bug 484180 - Don't call the class getter (especially not the scriptable helper!) for functions. r+sr=jst
--HG--
extra : rebase_source : 15e927e3a4281a0d5ffd54b528c9c90c76b7c6ee
|
2009-04-17 16:52:10 -07:00 |
|