Bob Clary
74cae524b2
Sisyphus - adapt to build and test Mozilla2, bug 422942
2008-06-25 17:51:22 -04:00
Bob Clary
514b09816f
JavaScript Tests - correct test typos, bug 433999
2008-06-25 10:47:21 -04:00
Bob Clary
b40ec291ec
JavaScript Tests - update statistics handling in test, bug 311414 by jorendorff
2008-06-25 10:31:55 -04:00
Robert Longson
b984736ef4
Bug 441303 - jsutil.cpp does not compile with Visual Studio 2003. r=crowder
2008-06-25 15:06:43 +01:00
Blake Kaplan
45c91f953e
Make the shell's -z option work again. bug 441361, r=crowder
2008-06-25 14:09:30 +02:00
Blake Kaplan
1000ad1689
Do not attempt to lock a non-native object. bug 436741, r=brendan
2008-06-25 12:23:35 +02:00
Marco Zehe
9a4b0c023e
bug 441519 - nsOuterDocAccessible chrome tests, r=surkov
2008-06-25 12:28:09 +02:00
Robert Longson
343cf22257
Bug 441339 - Simplify number-optional-number parsing. r+sr=roc
2008-06-24 13:54:11 +01:00
Simon Montagu
f5c57c867f
Reftest for bug 109735
2008-06-25 02:41:26 -07:00
Igor Bukanov
6e3ca3deb5
[Bug 432881] SM: JSVAL_VOID as a pseudo-boolean. r=brendan
2008-06-25 11:43:02 +02:00
Marco Zehe
ae73e2fa31
bug 438784 - URL of loaded page no longer exposed as the accValue for the Doc accessible, r=surkov
2008-06-25 09:27:45 +02:00
Dave Townsend
4dad566903
Bug 423621: Grammar error in add-on installation dialog. r=robstrong
2008-06-25 10:27:18 +01:00
Jeremy Morton
297c6f350b
Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin
2008-06-25 09:54:18 +01:00
Robert O'Callahan
871a046c28
Bug 344258, fixing Windows bustage
2008-06-25 14:13:38 +12:00
Robert O'Callahan
20501fef3b
Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst
2008-06-25 13:55:43 +12:00
Robert O'Callahan
ab67a31bf9
Bug 344258. Create nsReferencedElement to track which element is associated with a given ID. r+sr=jst
2008-06-25 13:55:01 +12:00
Brendan Eich
f9264deae0
Fix 433672, r=igor, a=shaver.
2008-06-24 17:28:22 -07:00
Jason Orendorff
fde4025474
Merge backout.
2008-06-24 15:56:45 -05:00
Jason Orendorff
d10348955d
Backed out changeset 79c0748ff2ac.
...
Assertion failure: !JSDOUBLE_IS_INT(d, i) || !INT_FITS_IN_JSVAL(i), at /builds/moz2_slave/mozilla-central-macosx-debug/build/js/src/jsapi.cpp:1839
2008-06-24 15:55:15 -05:00
Marco Zehe
249f4b169e
bug 441610 - Calling getAttributes() on a defunct object crashes Thunderbird, r=aaronlev
2008-06-24 22:46:32 +02:00
Igor Bukanov
6e6c0b7a90
[Bug 441619] Fixing ICC compilation issue: in goto *expr the type of expr should be void*. r=sayrer
2008-06-24 22:31:16 +02:00
Jason Orendorff
8d7a73885f
Bug 435288 - Deprecate JS_NewDouble and JS_NewDoubleValue, add correctness assertions (r=brendan)
2008-06-24 14:42:42 -05:00
Ted Mielczarek
1d75986c69
bug 440634 - error passing DBCS settings path to crash reporter. r=bsmedberg
2008-06-24 16:15:35 -04:00
Håkan Waara
bd4050adde
merge
2008-06-24 22:04:50 +02:00
Håkan Waara
1ec04905f1
bug 441235, shift-tab gets stuck in the comments field in the Mac crashreporter client. r=ted
2008-06-24 21:58:19 +02:00
Jason Orendorff
910053f56c
Bug 419091 - Assertion failure: JS_PROPERTY_CACHE(cx).disabled >= 0, at jsinterp.c:463 using js.c Scatter() test and gczeal(2) (r=brendan)
2008-06-24 14:42:33 -05:00
Rob Campbell
a464b14562
client.mk still includes instructions to call python client.py checkout, p=me, r=ted
2008-06-24 16:00:30 -03:00
Daniel Holbert
d132705203
Merge after backout of changeset 5bffc31ff797.
2008-06-24 11:54:22 -07:00
Daniel Holbert
6310c10f4d
Backed out changeset 5bffc31ff797 (bug 433373) -- first attempt didn't handle page scaling correctly.
2008-06-24 11:53:27 -07:00
Robert Strong
d5608962a8
Follow up for Bug 395891 to fix compiling with the Win2K Server 2003 SP1 SDK
2008-06-24 10:45:24 -07:00
Igor Bukanov
3767f052a5
[Bug 378918] backing out to investigate the tinderbox leak problem
2008-06-24 18:55:06 +02:00
Ben Turner
a34c1132aa
Bug 439765 - "Live-lock when running JS on multiple threads". r=brendan.
2008-06-24 09:48:03 -07:00
Daniel Holbert
61e75a43be
bug 433284 - Needed to reposition child views after sliding container frame during print-selection. r+sr=roc
2008-06-24 09:30:55 -07:00
Daniel Holbert
a55565f501
bug 433373 - Fix clipping region when printing selections that start later in document. r+sr=roc
2008-06-24 09:29:52 -07:00
Blake Kaplan
8501e1a07a
Make CallTree compile with a C++ compiler. bug 441533, r=shaver
2008-06-24 17:10:32 +02:00
Blake Kaplan
f834f2dd32
Make PrincipalHolder threadsafe since it can be destroyed from off-thread (thanks to XPCSafeJSContexts) and no additional work is required to make it threadsafe. bug 337611, r+sr=jst
2008-06-24 17:10:08 +02:00
Blake Kaplan
cd7778f73c
Make XPCNativeWrapper deal with non-browser embeddings. bug 422113, r+sr=jst
2008-06-24 16:32:41 +02:00
Igor Bukanov
cd5f2283fd
[Bug 378918] Scallable free lists for GC, r=brendan
2008-06-24 15:17:52 +02:00
Marco Zehe
0feb7bef99
bug 440770 - DOCUMENT_FRAME has a parent INTERNAL_FRAME with an action, r=aaronlev
2008-06-24 15:03:06 +02:00
Igor Bukanov
37314c7892
merge
...
--HG--
branch : scalable_gc_free_lists_378918
2008-06-24 14:18:18 +02:00
Igor Bukanov
deedd77e35
fixing initialization issue with JSGCFreeListSet
...
--HG--
branch : scalable_gc_free_lists_378918
2008-06-24 14:17:03 +02:00
Robert O'Callahan
5e0195af67
Backing out bug 427109 to try to fix Linux bustage
2008-06-24 19:52:40 +12:00
Igor Bukanov
ee76685949
trunk sync
...
--HG--
branch : scalable_gc_free_lists_378918
2008-06-24 09:52:20 +02:00
Axel Hecht
8c89e4f740
bug 440675, add USE_EXTENSION_MANIFEST coveragae to jar.mn tests, r=ted
2008-06-23 21:26:26 +02:00
Robert Strong
074b6644f6
Bug 437349 - updater.exe lacks elevation manifest and fails to start when installer detection is disabled r=jmathies r=ted.mielczarek
2008-06-23 12:06:37 -07:00
Axel Hecht
002301be5a
bug 440431, hardcode en-US in Gran Paradiso branding, it's not localized anyway, r=ted, a=beltzner
2008-06-23 17:57:26 +02:00
Jason Evans
11f8f29a22
Bug 427109: Add memory reserve and xmalloc() API, r=benjamin
...
Add support for a memory reserve, which is managed via the reserve_*() API.
Add xmalloc() variants of malloc()-like functions. These functions never
return NULL.
2008-06-23 07:46:37 -07:00
Michael Ventnor
c6a1fd787c
Bug 118308, NS_THEME_TEXTFIELD_CARET implementation (GTK), r+sr=roc
2008-06-23 11:50:52 +03:00
Michael Ventnor
e7c172328a
Bug 437937, Embedding: GTK tooltips should have the tooltip hint set, r+sr=roc
2008-06-23 11:36:36 +03:00
Michael Ventnor
95215d2e79
Bug 440112, Form elements are not hidden behind overlapping parent with overflow:hidden, r+sr=roc
2008-06-23 11:30:07 +03:00