Robert O'Callahan
0d7d241faf
Bug 480819. Explicitly track all elements that need to be frozen when a document enters bfcache. r+sr=jst
...
--HG--
extra : rebase_source : cf8294ebf52bf91b067dc065ccf92098c529a445
2009-05-08 13:32:32 +12:00
Robert Sayre
2c3a8f145c
Merge tracemonkey to mozilla-central.
2009-05-07 19:22:53 -07:00
Jesse Ruderman
e4630c2392
Add crashtest for bug 457362
2009-05-07 17:41:08 -07:00
Jesse Ruderman
6ca6a7746e
Fix crashtest to be more similar to the original testcase in the bug, by not referring to a file that doesn't exist.
2009-05-07 17:39:26 -07:00
Robert Sayre
e381e4649f
Fix up whitespace. CLOSED TREE
2009-05-07 17:22:33 -07:00
Robert Sayre
456d9db76e
Merge tracemonkey to mozilla-central.
2009-05-07 17:11:03 -07:00
Robert Sayre
2cf3407a3b
Merge mozilla-central to tracemonkey.
2009-05-07 16:22:01 -07:00
Graydon Hoare
afda8de41a
Bug 491929 - TM: Oracle bit vector allocation not thread-safe, r=gal.
2009-05-07 17:29:26 -07:00
Graydon Hoare
2a50d488f5
Bug 489615 - TM: Store recording attempts in a long-lived hashtable rather than fragments, r=brendan.
2009-05-07 15:49:44 -07:00
Boris Zbarsky
77d8789988
Fixing orange in CLOSED TREE
2009-05-07 17:10:39 -04:00
Boris Zbarsky
f4c921057f
Actually address review comments for bug 482310. a=sdwilsh for CLOSED TREE
2009-05-07 17:00:06 -04:00
Joe Drew
29f13caf96
Bug 490384 - Only evict unused cache entries when under memory pressure. r=vlad a=sdwilsh for push into CLOSED TREE
...
Prior to thise, when we were under memory pressure, we would remove every
entry from the cache, even ones that were currently held in memory due to
their use on e.g. a web page. Now we only remove things from the cache that
will actually free up memory, further fixing bug 466586.
2009-05-07 16:55:06 -04: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
Robert Longson
983f8abcf2
Bug 484176 - Support allowReorder for switch. r=jwatt,sr=roc
2009-05-07 20:37:33 +01:00
Boris Zbarsky
cb4004dfeb
Bug 482310. Add a JS api to asynchronously copy data to an output stream. r+sr=bsmedberg.
2009-05-07 15:21:54 -04:00
Boris Zbarsky
fc728b8197
Bug 490173. Switching display from -moz-popup to block in an HTML document doesn't trigger a frame reconstruct. r+sr=dbaron
2009-05-07 15:21:54 -04:00
Boris Zbarsky
64b2d5e1bf
Bug 490957. Eliminate nsWebShell. r+sr=bsmedberg
2009-05-07 15:21:53 -04:00
Robert Sayre
85bb3e4f1b
Merge.
2009-05-07 12:19:50 -07:00
Joe Drew
55ffaed31b
Bug 490384 - mochitest-plain: random test_bug466586.html | undefined. r=vlad
2009-05-07 12:19:12 -07:00
danderson@mozilla.com
e5e1dcffb4
Partial typemap in loop exit can lead to maltyped nested trees (489682, r=gal).
2009-05-07 12:16:12 -07:00
Jeff Muizelaar
3c5462bff7
Bug 484954 - Propogate the component alpha flag when wrapping image surfaces to fix RGBA text on win32. r=vlad
2009-05-07 15:15:34 -04:00
Shawn Wilsher
46166ad09a
Bug 489705 - nsRefPtr should be able to forget a base class to a pure virtual interface it inherits from
...
r=bsmedberg
sr=dbaron
2009-05-07 15:13:18 -04:00
Jeff Muizelaar
6cd1ca156d
Bug 488901 - Don't use a push group on Quartz surfaces in nsThebesImage::Draw(), since Quartz doesn't seem to have any practical limits on translation. r=vlad,joe
2009-05-07 14:33:29 -04: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
Josh Aas
87229442ce
merge
2009-05-07 09:27:32 -04:00
Josh Aas
7882e36f78
Backed out changeset 7df4317278f5, bug 491834.
2009-05-07 09:27:08 -04:00
Dão Gottwald
404289d05e
Backout bug 477934 because of Tshutdown regression
2009-05-07 11:51:14 +02:00
Josh Aas
c97cb0b630
Disable XPCOM plugin loading, removing support in Gecko 1.9.2. This will disable all non-NPAPI Java plugins (I suggest updating to at least Java 6 Update 12). b=488042 r/sr=jst
2009-05-07 01:17:07 -04:00
Alexander Surkov
fbbc66f3f4
Bug 491683 - provide simple mochitest for ARIA grid based on html:table, r=marcoz, davidb
2009-05-07 13:59:49 +08:00
Josh Aas
ae7fd85dfa
Formatting fixes for the new unix npapi sample plugin. b=486423
2009-05-07 00:22:13 -04:00
Josh Aas
93473161f1
New unix npapi sample plugin, replaces old one. b=486423 r/sr=jst
...
--HG--
rename : modules/plugin/sdk/samples/basic/unix/plugin.cpp => modules/plugin/sdk/samples/basic/unix/BasicPlugin.c
rename : modules/plugin/sdk/samples/basic/unix/plugin.h => modules/plugin/sdk/samples/basic/unix/BasicPlugin.h
rename : modules/plugin/sdk/samples/basic/unix/Makefile.in => modules/plugin/sdk/samples/basic/unix/Makefile
2009-05-07 00:17:03 -04:00
Robert Sayre
dad9597989
Merge mozilla-central to tracemonkey
2009-05-06 20:49:50 -07:00
Masayuki Nakano
fbbab2e49a
Bug 491438 [IMM32] nsIMM32Handler should not be created by some WM_IME_* messages r=VYV03354,sr=roc
2009-05-07 12:49:14 +09:00
Doug Turner
e4c4ea2870
Bug 491756 - Clear geolocation token when forget about this site is called r=gavin
2009-05-06 18:28:50 -07:00
Doug Turner
3b94bf2897
Bug 491766 - honor geo.enabled without restart of browser r/sr=jst
2009-05-06 18:25:44 -07:00
Graydon Hoare
ed4b20f51c
Bug 491514 - Followup, change from sizeof(LIns*) to sizeof(LIns), r=gal.
2009-05-06 17:41:52 -07:00
Andreas Gal
79f3ebed61
We don't constant fold math on doubles and ints (465286, r=edwsmith).
2009-05-06 16:48:41 -07:00
Doug Turner
1e792de99a
Bug 491769 - add access key to the checkbox in the geolocation infobar. r=gavin
2009-05-06 16:32:37 -07:00
Doug Turner
fc0b439cae
Bug 491739 - change geolocation prompt strings for 3.5 final r=gavin
2009-05-06 16:25:31 -07:00
Igor Bukanov
3597961095
bug 491013 - fixing shared setter regression and eliminating several useless anonymous prototype objects. r=brendan
2009-05-06 20:33:10 -02:30
Doug Turner
2302f91fad
Bug 491732 - Add geolocation to Page Info. r=gavin
2009-05-06 15:38:50 -07:00
Vladimir Vukicevic
f14ff71e91
Disable test for bug 488692 on non-cocoa, due to PAD business
2009-05-06 15:32:18 -07:00
Graydon Hoare
cb7f2307ba
Bug 491514 - Lower skip limit in tracer, r=gal.
2009-05-06 15:19:50 -07:00
Patrick McManus
47f5a5ed6b
Fixing bug 488162. Disable prefetches on proxy config and pref, r+sr=bzbarsky@mit.edu
2009-05-06 14:26:33 -07:00
Johnathan Nightingale
cae63b32dc
Bug 491653 - Pref to disable geolocation should be included in all.js, not be hidden. r=gavin
2009-05-06 17:16:39 -04:00
Josh Aas
1c14199832
Port xptcall to x86-64 Mac OS X. Patch by Josh Aas and Jason Allum. b=485049 r=bsmedberg
...
--HG--
rename : xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_linux.cpp => xpcom/reflect/xptcall/src/md/unix/xptcinvoke_x86_64_unix.cpp
2009-05-06 16:57:37 -04:00
L. David Baron
5efb37b7c1
Make cycle collector's purple buffer consist of entries that the objects in the purple buffer can point to, and remove the notion of scan delay (which was previously set to 0). (Bug 490695) r+sr=peterv r=bsmedberg
2009-05-06 13:46:04 -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