timeless@mozdev.org
|
bc35a8740a
|
Bug 504395 SimulateImacroCFG leaks tmp_pcstack when LOCAL_ASSERT fails
r=graydon
|
2009-08-12 11:49:52 +02:00 |
|
timeless@mozdev.org
|
18ff2518cc
|
Bug 504170 nsAStreamCopier::Process can use sourceCondition, sinkCondition uninitialized if someone cancels the copy early
r=dougt
|
2009-08-12 11:49:52 +02:00 |
|
timeless@mozdev.org
|
a5db807132
|
Bug 504101 mRememberClientAuthCertificate is unintialized
r=kaie
|
2009-08-12 11:49:52 +02:00 |
|
timeless@mozdev.org
|
e2c82df69a
|
Bug 485834 ObserverService shouldn't recurse infinitely for stupid consumers
r=dougt
|
2009-08-12 11:49:52 +02:00 |
|
Karl Tomlinson
|
be33513d29
|
fix for ambiguous sqrt from dc8ef04fc953 b=297467
--HG--
extra : rebase_source : 79cea2a70f177f0d6709ec3c97b228ece1b4b48b
|
2009-08-12 12:04:42 +12:00 |
|
Jonathan Griffin
|
e1dd6bcf32
|
Add mochitest for bug 501422. r=mayhemer
|
2009-08-11 16:59:19 -07:00 |
|
Edwin Smith
|
a65666cc5a
|
Bug 509856 - convert LabelStateMap and RegAllocMap to Allocator based containers, r=gal.
|
2009-08-04 10:48:48 -04:00 |
|
Edwin Smith
|
6652a33cf1
|
Bug 509833 - Convert live() analyzer to Allocator, r=gal.
|
2009-08-04 10:18:25 -04:00 |
|
Edwin Smith
|
1913010941
|
Bug 509818 - Replace StringList with SeqBuilder<char*>, use Allocator, r=dvander.
|
2009-08-04 09:54:47 -04:00 |
|
Brendan Eich
|
35efd21601
|
Fix annoying GCC warning (no ifdef __GNUC__ noise, that just taxes us for gcc's deficiencies).
|
2009-08-11 16:22:35 -07:00 |
|
Luke Wagner
|
8437742100
|
Bug 509725 - use JSTempVector in String.prototype.replace. r=Waldo
|
2009-08-11 15:45:32 -07:00 |
|
David Anderson
|
91b95f0a95
|
Merge.
|
2009-08-11 14:12:27 -07:00 |
|
David Anderson
|
74070d2a77
|
LirNameMap must be reset if flushing the allocator (bug 509786, r=graydon).
|
2009-08-11 14:11:07 -07:00 |
|
Jason Orendorff
|
3137ee0467
|
Bug 509636 - Assertion failure: pn->pn_type != TOK_COMMA, at ../jsemit.cpp. r=Waldo.
--HG--
extra : rebase_source : 1d413958d72dc3fda3ade90cf199965fb1d6de61
|
2009-08-11 15:57:23 -05:00 |
|
Jason Orendorff
|
9dc4a54a5d
|
Bug 498488 - Change some JSObject macros to methods. r=Waldo.
|
2009-08-11 15:05:44 -05:00 |
|
Maks Verver
|
fce0a4a253
|
Simpler parseInt logic (bug 507993 followup, r=brendan,dvander).
|
2009-08-11 12:54:55 -07:00 |
|
David Anderson
|
67c4f874a9
|
Fixed FindLoopEdgeTarget not setting its outparam in one case (bug 509089 fallout, desk r=gal).
|
2009-08-11 12:51:40 -07:00 |
|
Luke Wagner
|
21205c39ce
|
Removed unnecessary null check before cx->free.
|
2009-08-11 11:10:44 -07:00 |
|
Boris Zbarsky
|
99d0bce640
|
Hack to make bug 509557 less annoying.
|
2009-08-11 13:25:14 -04:00 |
|
David Anderson
|
5268047217
|
Static analysis build fixes (bug 509089 fallout, no bug).
|
2009-08-10 22:23:58 -07:00 |
|
David Anderson
|
869bf43660
|
Cleaned up and refactored AttemptToStabilizeTree (bug 509089, r=gal).
|
2009-08-10 22:15:52 -07:00 |
|
Edwin Smith
|
b21d256eb9
|
Bug 509634 - Add new Allocator-friendly containers, r=dvander.
--HG--
extra : rebase_source : 9d85c87d2c12729873ad5af330edd2495d590d79
|
2009-08-04 09:31:29 -04:00 |
|
David Anderson
|
7a7dbed77d
|
Fixed parseInt handling negative numbers wrong in JIT'd code (bug 507993, r=brendan).
|
2009-08-10 18:09:51 -07:00 |
|
Edwin Smith
|
74be99c7ff
|
Bug 509609 - Don't allocate CodeAlloc with GC and dont extend GCFinalizedObject, r=dvander.
|
2009-08-04 14:53:56 -04:00 |
|
Edwin Smith
|
186c032f2a
|
Bug 509598 - Remove dead nanojit::CseFilter and LInsHashSet::replace, r=dvander.
--HG--
extra : rebase_source : ec7d125901bb032ad0dc5d7021070181bf8cde3d
|
2009-08-03 15:45:01 -04:00 |
|
Edwin Smith
|
a81fcd433a
|
Bug 509596 - Remove some dead code, r=dvander.
--HG--
extra : rebase_source : 9d5ff6c6900b3befce2f6b6bf13d02a582f4a35d
|
2009-08-03 15:18:55 -04:00 |
|
Graydon Hoare
|
3dd52407c3
|
Bug 509586 - More VMPI insulation, r=jorendorff.
--HG--
extra : rebase_source : 0b468edd0ee08afe59fa9e7202ad3e96024f0371
|
2009-08-10 17:10:25 -07:00 |
|
David Anderson
|
7edca5cc77
|
Fixed DomInterfaceConstants trying to box out of range integers (bug 509590, r+sr=mrbkap).
|
2009-08-10 16:04:21 -07:00 |
|
Jason Orendorff
|
d60a115007
|
Bug 509301 - Value chosen for callee in args_resolve is nonsense. Fixes a debug browser assertion. r=Waldo.
|
2009-08-10 16:23:32 -05:00 |
|
Graydon Hoare
|
114f8d3c01
|
Bug 507302 - more whitespace fixes, r=nnethercote.
--HG--
extra : rebase_source : 7d208da8eabd76f66cfe323b5b598f45130299c6
|
2009-07-29 16:21:40 -07:00 |
|
Peter Van der Beken
|
fc29bef1e5
|
Fix for bug 500349 (DOMParser no longer available in Greasemonkey scripts). r/sr=jst.
|
2009-07-22 20:50:24 +02:00 |
|
Peter Van der Beken
|
dd5bda7f79
|
Fix for bug 502730 (ASSERTION: Wrong scope, this is really bad!: 'JS_GetGlobalForObject(cx, obj) == newScope').
--HG--
extra : rebase_source : dbd409d54e6ecad801953d4cf76a57f95c419f94
|
2009-07-25 13:27:42 +02:00 |
|
Peter Van der Beken
|
2e80f8c74b
|
Fix for bug 500349 (DOMParser no longer available in Greasemonkey scripts). r/sr=jst.
--HG--
extra : rebase_source : 5b6b4201424740fb3b5a9703107758e22df0ec8c
|
2009-08-13 10:05:21 +02:00 |
|
Peter Van der Beken
|
bff3dfde72
|
Backing out 410eb23d33c7 to restore accidentaly deleted file (parser/html/javasrc/README.txt).
--HG--
extra : rebase_source : a1b909f2fce3e864d753f3f3d4ce3a30c3e31c82
|
2009-08-13 10:03:14 +02:00 |
|
Peter Van der Beken
|
082ea855e7
|
Backing out 410eb23d33c7 to restore accidentaly deleted file (parser/html/javasrc/README.txt).
--HG--
extra : rebase_source : cd514c9544e20eacef1bbf40a0a369788801711a
|
2009-08-13 10:02:48 +02:00 |
|
Dão Gottwald
|
21f346ca69
|
merge
|
2009-08-13 09:55:09 +02:00 |
|
mail@bugz.ata.myota.org
|
7a7c854f53
|
Bug 480826 - Firefox should honour browser.chrome.favicons setting when opening Edit->Preferences->Applications. r=mconnor
|
2009-08-13 09:53:47 +02:00 |
|
Michael Kraft
|
1c1ce2f83e
|
Bug 491577 - fix idl comment. sr=mconnor
|
2009-08-13 09:52:22 +02:00 |
|
Henri Sivonen
|
df05a4aaaf
|
Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas
|
2009-08-13 10:51:06 +03:00 |
|
Dão Gottwald
|
5480af8edb
|
Bug 500702 - intermittent failure in browser_bug495058.js
|
2009-08-13 09:51:05 +02:00 |
|
Henri Sivonen
|
9fd5b6b79a
|
Backout rev 58f91861b1f1. Accidental changes included.
|
2009-08-13 10:48:13 +03:00 |
|
Henri Sivonen
|
2b3ede7ed7
|
Bug 509672 - Make HTML5 parser not fire mutation events when adding attributes to root or body elements. r=jonas
|
2009-08-13 10:45:24 +03:00 |
|
Ben Turner
|
ec18dfc834
|
Bug 505718 - 'mochitest-plain timeout (hanging?) during shutdown on Windows'. Adding a comment to make the fix clearer.
|
2009-08-12 21:42:09 -07:00 |
|
Jesse Ruderman
|
d975b20b36
|
Add reftest for default width and height of <canvas> (bug 291285, bug 293225)
|
2009-08-12 20:07:02 -07:00 |
|
Brad Lassey
|
c9ed635a4b
|
merge from backout
|
2009-08-12 19:26:27 -07:00 |
|
Brad Lassey
|
c4cb180942
|
Backed out changeset 08f71a710ae3 due to orange unit tests r=dougt
|
2009-08-12 19:26:03 -07:00 |
|
Ben Turner
|
6e95886663
|
Bug 510061 - 'Workers: Don't allow setInterval to flood the worker queue.' r+sr=jst
|
2009-08-12 17:33:02 -07:00 |
|
Markus Stange
|
37df65ddb3
|
Merge backout of bug 429954
--HG--
extra : rebase_source : 70fe4ff35fb93edc4ef7db05fcec672ddcdce0e4
|
2009-08-13 11:40:36 +12:00 |
|
Markus Stange
|
f052c2896a
|
Backed out changeset b52fa2372a3a, bug 429954 because of test_popup_preventdefault_chrome.xul orange.
--HG--
extra : rebase_source : 724563157551de21855c99e3e1ed536100d0ec24
|
2009-08-13 11:39:40 +12:00 |
|
Ben Turner
|
c1d95a7c74
|
Bug 505718 - 'mochitest-plain timeout (hanging?) during shutdown on Windows'. Worker-related. r=mrbkap, sr=jst.
|
2009-08-12 16:39:15 -07:00 |
|