Olli Pettay
|
80d42d5fb5
|
Bug 459848 - backout bug 346984 r+sr=bz
|
2008-10-17 01:35:45 +03:00 |
|
Olli Pettay
|
031dd5d97b
|
Bug 459653 - Hang with DOMAttrModified and removing attributes, r=igor,sr=mrbkap
|
2008-10-14 13:18:01 +03:00 |
|
Ben Turner
|
311284ddff
|
Bug 455436 - "XPConnect insists on using its own error reporter even when another is already set." r+sr=jst.
|
2008-10-12 11:32:34 -07:00 |
|
Igor Bukanov
|
db18f808c9
|
Bug 408539 - Storing XPCContext inside JSContext
|
2008-10-11 19:35:39 +02:00 |
|
Boris Zbarsky
|
2893cd87cd
|
Bug 440595. Report the right line number in the onerror handler even if not reporting the whole error. r=jonas, sr=jst
|
2008-10-10 13:44:43 -04:00 |
|
Arpad Borsos
|
8b11d938d2
|
Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan
|
2008-10-10 17:04:34 +02:00 |
|
Olli Pettay
|
3309372c23
|
Bug 457716 - XUL shouldn't always traverse all the prototypes, r+sr=peterv
|
2008-10-08 14:41:52 +03:00 |
|
Doug Turner
|
b6fe550327
|
Bug 454728 - DOMOperationCallback OOM checks should not prevent chrome script from running
|
2008-09-11 20:47:07 -07:00 |
|
Peter Van der Beken
|
a71c183019
|
Fix for bug 453146 (entry_xhtml_baseURI_with_amp.xml test leaks 450 'nsStringBuffer'). r/sr=jst.
|
2008-09-11 15:20:56 +02:00 |
|
Arpad Borsos
|
9b6f558fee
|
Bug 398946 - Remove JS_STATIC_DLL_CALLBACK and JS_DLL_CALLBACK from the tree; r=(benjamin + bent.mozilla)
|
2008-09-07 00:21:43 +02:00 |
|
Boris Zbarsky
|
ff8624d5d7
|
Bug 443769. Fix operator precedence snafu. r+sr=dbaron
|
2008-09-05 21:10:35 -04:00 |
|
Ben Turner
|
cb1f4f55af
|
Bug 451731 - "Update caps, dom, xpconnect for Bug 451729 (checkObjectAccess moving to the JSContext)". r+sr=jst.
|
2008-09-05 16:26:04 -07:00 |
|
Doug Turner
|
959d105265
|
bug 452672 - pref to disable OOM dialog r/sr=jst
|
2008-09-05 10:25:02 -07:00 |
|
Jason Orendorff
|
b94820fbeb
|
Bug 451571 - Delete SetExceptionWasThrown (r=dbradley, sr=jst)
|
2008-08-30 18:58:36 -05:00 |
|
Doug Turner
|
10acdb4075
|
Bug 452485 - check for OOM during dom callback. r/sr=jst
|
2008-08-28 09:40:49 -07:00 |
|
shaver@mozilla.org
|
04b7537398
|
improve JIT-control pref naming, add one for chrome JIT, add defaults to all.js
|
2008-08-20 08:49:00 -07:00 |
|
Brendan Eich
|
eaf4254c15
|
Merge from mozilla-central.
|
2008-08-08 18:58:04 -07:00 |
|
Brendan Eich
|
655c12d163
|
Pass null instead of &val is no result is wanted by EvaluateString's caller.
|
2008-07-27 00:17:12 +01:00 |
|
Graydon Hoare
|
78450de1f0
|
Bug 444845, js hooks to control vtune, r=sayrer
|
2008-07-29 15:19:26 -07:00 |
|
shaver@mozilla.org
|
8a97552a28
|
merge (mostly, doesn't build)
|
2008-07-22 23:58:43 -04:00 |
|
Jason Orendorff
|
ca32aebffa
|
Bug 440779 - JS_NewDouble oddness in nsJSEnvironment.cpp (r+sr=jst)
|
2008-07-21 15:16:47 -05:00 |
|
shaver@mozilla.org
|
b39149fe63
|
Build the JIT by default if we're on x86, and control enabling it for content
via javascript.options.content_jit.
|
2008-07-10 23:05:27 -04:00 |
|
Graydon Hoare
|
7c4aa69e9d
|
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
|
2008-07-08 15:58:08 -07:00 |
|
bent.mozilla@gmail.com
|
869e288c42
|
Bug 415498 - "Some errors not displayed in Error Console when using addEventListener". Tests by Sylvain Pasche <sylvain.pasche@gmail.com>. r+sr=jst, a=beltzner.
|
2008-04-10 10:35:56 -07:00 |
|
reed@reedloden.com
|
6c97d131db
|
Bug 425360 - "Assertion failure: !cx->throwing at jsinterp.c:6201" (Eagerly report exceptions from EvaluateScript) [p=mrbkap@gmail.com (Blake Kaplan) r+sr=jst a1.9=beltzner]
|
2008-04-08 23:37:25 -07:00 |
|
reed@reedloden.com
|
114d07dae4
|
Bug 424066 - "CheckSameOriginURI reports spurious error during routine internal comparison" (make NS_ScriptErrorReporter not whine about inequal origin URLs when constructing exceptions) [p=shaver@mozilla.org (Mike Shaver) sr=bzbarsky a1.9b5=beltzner]
|
2008-03-25 22:37:23 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f19a9fdce7
|
Change one DEBUG_smaug comment to start a new qm-win2k3-01 build.
|
2008-03-21 06:16:08 -07:00 |
|
bzbarsky@mit.edu
|
72efc284a1
|
Don't leave an exception just hangin' out on the JSContext. Bug 422009, r+sr=jst, a=shaver
|
2008-03-19 17:42:47 -07:00 |
|
jst@mozilla.org
|
75c29b117f
|
Fixing bug 413200. Make sure script termination functions run when XPConnect is done executing script on a context and there's no other script running on that context. r+sr=mrbkap@gmail.com
|
2008-03-03 17:44:16 -08:00 |
|
Olli.Pettay@helsinki.fi
|
5bf8e82603
|
Bug 415025, try to improve CC scheduling, r=peterv, sr=jst
|
2008-02-25 09:47:25 -08:00 |
|
reed@reedloden.com
|
7b58057fad
|
Bug 417710 - "Use JS_GET_CLASS, not JS_GetClass" [p=gyuyoung.kim@samsung.com (gyu-young kim) r=jorendorff r=jst sr+a1.9=brendan]
|
2008-02-25 00:59:20 -08:00 |
|
jst@mozilla.org
|
c16eed1294
|
Fixing bug 417852. Push the context we're using to clear scopes on to make code down the road find the right context. r=dveditz@cruzio.com, sr=bzbarsky@mit.edu
|
2008-02-21 15:51:02 -08:00 |
|
sayrer@gmail.com
|
f825656cf9
|
Bug 417052. Adjust JS_GC heuristic. Patch by Igor Bukanov <igor@mir2.org>. r/a=brendan
|
2008-02-19 17:20:24 -08:00 |
|
jst@mozilla.org
|
38e5f686a8
|
Landing fix for bug 410010. Make exceptions thrown during even handling always get reported once the event handler has run. Patch by mrbkap@gmail.com, r+sr=jst@mozilla.org
|
2008-02-19 14:38:34 -08:00 |
|
bzbarsky@mit.edu
|
a183f5e853
|
Allow JS 1.7 in XBL. Bug 389322, r=brendan, sr=jst, a=brendan
|
2008-02-15 21:13:16 -08:00 |
|
timeless@mozdev.org
|
d41cf6beb6
|
Bug 413074 Bad param "value" to nsXPConnect::JSToVariant() r=mrbkap sr=jst a=mtschrep
|
2008-02-04 11:29:36 -08:00 |
|
reed@reedloden.com
|
a99b108d00
|
Add missing |#ifdef JS_GC_ZEAL| to fix bustage.
|
2008-01-31 11:39:40 -08:00 |
|
reed@reedloden.com
|
39c54ac161
|
Bug 414982 - "Use gcZeal setting in nsJSEnvironment, as we once did with WAY_TOO_MUCH_GC" [p=crowder@fiverocks.com (Brian Crowder) r+sr=bzbarsky a1.9=brendan a1.9b3=schrep]
|
2008-01-31 11:03:03 -08:00 |
|
peterv@propagandism.org
|
6d9909d3c6
|
Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron.
|
2008-01-29 18:05:43 -08:00 |
|
peterv@propagandism.org
|
ac2b416a74
|
Try to fix orange
|
2008-01-29 13:42:05 -08:00 |
|
peterv@propagandism.org
|
02be459ead
|
Fix for bug 407034 (JS_Assert "!rt->gcRunning" unbinding link elements in cycle collector with JS protocol handlers), r/sr=dbaron.
|
2008-01-29 12:48:32 -08:00 |
|
sayrer@gmail.com
|
4475a39348
|
Bug 411365. JS Shark renames per brendan. r/a=brendan
|
2008-01-19 15:33:08 -08:00 |
|
igor@mir2.org
|
751da50408
|
Bug 411267: less frequent operation callback calls
|
2008-01-18 13:28:42 -08:00 |
|
sayrer@gmail.com
|
721a421573
|
Bug 411365. Start and stop Shark from JS. r=crowder, sr=jst
|
2008-01-16 12:42:50 -08:00 |
|
igor@mir2.org
|
7bc03fee82
|
Bug 409109: using the new operation counting JS API for monitoring long-running scripts. r=brendan,jst
|
2008-01-10 07:39:02 -08:00 |
|
igor@mir2.org
|
1a974d67e5
|
Bug 409109: backing the checking as the tree was closed.
|
2008-01-09 07:31:13 -08:00 |
|
igor@mir2.org
|
f8145c5e61
|
Bug 409109: using the new operation counting JS API for monitoring long-running scripts. r=brendan,jst
|
2008-01-09 07:20:39 -08:00 |
|
igor@mir2.org
|
7cb5b01011
|
Bug 409109: Backing out once again to figure out the reason for talos regressions.
|
2008-01-05 17:20:16 -08:00 |
|
igor@mir2.org
|
9bb5aae331
|
Bug 409109: using the new operation counting JS API for monitoring long-running scripts. a,r=brendan
|
2008-01-05 03:25:49 -08:00 |
|
gavin@gavinsharp.com
|
15be910811
|
Back out patch for bug 409109 because its suspected of causing the fxdbug-win32-tb orange
|
2008-01-03 15:03:19 -08:00 |
|