David Mandelin
07a579a6d7
Fix MSVC warnings in jsscope.cpp
2010-11-23 14:40:29 -08:00
Boris Zbarsky
1f5b9eee0f
Bug 613692 followup: more exhaustive tests
2010-11-23 17:23:02 -05:00
Boris Zbarsky
f185cae737
Bug 602131. Make the 'in' operator trace usefully when its right-hand side is a dense array. r=jorendorff
2010-11-23 17:23:02 -05:00
Jacob Bramley
39c1c3b7aa
ARM assembler tweaks. (b=588021, r=cdleary)
2010-11-23 14:00:05 -08:00
Chris Leary
3ef296cd53
Tracer build fixes. (b=588021, r=dvander)
2010-11-23 13:58:34 -08:00
Boris Zbarsky
163bdf6c12
Bug 613692. Make sure to update what our current value is when doing type conversions inside incHelper. r=dvander
2010-11-23 14:08:26 -05:00
Paul Biggar
2148f92194
Bug 613173 - Add comment about incorrect usage of $target vs $host (r=ted)
2010-11-18 10:40:00 -08:00
Paul Biggar
40ae17fa03
Bug 608696 - Properly fix CROSS_COMPILE breakage from bug 605133 (r=ted)
2010-11-23 03:36:24 -08:00
Brendan Eich
7c7de12890
Enable XPC_CHECK_WRAPPER_THREADSAFETY in release builds and make it force a failure from XPCWrappedNative::FinishInit (612745, r=gal).
2010-11-17 13:05:50 -08:00
David Anderson
db9179ba67
Don't allocate JIT code across compartments (bug 612717, r=dmandelin).
2010-11-22 16:49:22 -08:00
David Anderson
d55d108bd4
Better out-of-range checks for ICs on x64 (bug 602333 part 3, r=dmandelin).
2010-11-22 14:18:49 -08:00
David Mandelin
7fbeca4035
Bug 570385: notify iterators of dense array property deletion in DeleteArrayElement, r=igor
2010-11-19 17:01:26 -08:00
David Anderson
7bc1d84c37
Fix reading huge array lengths in the tracer (bug 563125, r=njn).
2010-11-22 11:05:13 -08:00
Jeff Walden
e6285bc9ff
Fix stupid mistake. r=ψ
2010-11-22 13:36:21 -05:00
Jeff Walden
00e7aa2bfc
Fix warnings compiling with gcc 4.5. rs=brendan
2010-11-22 11:53:38 -05:00
Richard Newman
00fb41dbff
Bug 610749: (FIXED) add pure-JS PBKDF2 implementation. r=philikon
2010-11-16 11:50:18 -08:00
Richard Newman
6a03ded70c
Bug 610749: add pure-JS PBKDF2 implementation.
2010-11-16 11:42:17 -08:00
Blake Kaplan
6deeefba3d
bug 601803 - Support adopting a node cross-compartment. r=gal/jst
2010-11-15 17:21:25 -08:00
Blake Kaplan
9ee8ffad9f
Merge backout
2010-12-02 17:14:54 -08:00
Blake Kaplan
bd44733edc
Backout due to bustage
2010-12-02 17:13:20 -08:00
Blake Kaplan
4d2ec2cd35
Attempt to fix Windows bustage.
2010-12-02 15:46:39 -08:00
Blake Kaplan
8b73bde56d
Bug 610941 - Don't resolve prototypes for things that aren't windows. r=jst
2010-12-02 14:35:27 -08:00
Blake Kaplan
718f96330e
Bug 611401 - Avoid potential problems by doing this wrapping ourselves. r=gal
2010-12-02 14:34:13 -08:00
Blake Kaplan
b08bdd2ab8
Fix bug 612835. r=gal
2010-12-02 14:33:19 -08:00
Chris Leary
b862c4f94c
Remove zealous match paren assertion. (r=dmandelin, b=613400)
2010-12-02 14:14:12 -08:00
Jeff Walden
77f5974c79
Bug 616244 - Update the shell test harness to ignore empty and comment-only lines in test manifests. r=dmandelin
2010-12-02 14:16:24 -08:00
Jeff Walden
63a6fa64d5
Bug 615975 - Switch to the manifest directory before running a test in a debugger. r=dmandelin
2010-12-02 12:35:21 -08:00
Jan de Mooij
11b8b5a9c3
Bug 615070 - Newline after backslash is invalid in regexp literals. r=jwalden
2010-11-29 19:35:03 +01:00
Blake Kaplan
439ca83a7b
bug 601803 - Support adopting a node cross-compartment. r=gal/jst
2010-11-15 17:21:25 -08:00
Philipp von Weitershausen
a8b99bdfa2
Bug 600993 - Tab sync has no reason to ever touch disk [r=mconnor]
2010-11-11 11:00:41 -08:00
Philipp von Weitershausen
7440175181
Bug 610923 - Allow engines to bypass the tracker for certain or all changed items [r=mconnor]
...
SyncEngine now uses the getChangedIDs() method to get all changed IDs before a sync. By default this still goes through the tracker, but engines can override this method to do queries based on timestamps, or to bypass the tracker entirely.
SyncEngine now also exposes a lastSyncLocal property that keeps the local timestamp of the last sync so that engines can do timestamp based queries.
2010-11-11 11:00:35 -08:00
Philipp von Weitershausen
f591065405
Bug 610375 - Make bookmark folders not sync last [r=mconnor]
2010-11-09 13:53:50 -08:00
Philipp von Weitershausen
08efe3cb23
Bug 609398 - Get rid of partial sync [r=mconnor]
2010-11-09 13:51:19 -08:00
Philipp von Weitershausen
f32561863b
Bug 584927 - Use async queries to set page annotations in the history engine [r=mconnor,sdwilsh]
2010-11-02 16:34:46 -07:00
Philipp von Weitershausen
8e81c5b7cd
Bug 584927 - Use an async query to get page annotations in the history engine [r=mconnor,sdwilsh]
2010-11-02 16:34:38 -07:00
Jan de Mooij
966e4e4247
Bug 607711 - Constant fold JSOP_MOD. r=dvander
2010-10-28 11:29:55 +02:00
Nicholas Nethercote
f83bd5ee73
Bug 613151 - TM: "Assertion failure: JSID_IS_INT(id),". r=gal.
2010-11-21 14:35:45 -08:00
Brendan Eich
a611a4a1d3
bz/brendan patch to hash function-local shapes in dictionary mode due to too many locals (610370, r=brendan/bz).
2010-11-19 15:53:55 -08:00
David Anderson
6a34a39556
Check for doubles that fit in ints in JSOP_GETELEM slow paths (bug 604905, r=luke).
2010-11-19 17:24:47 -08:00
Robert Sayre
d2b800ff26
merge mozilla-central to tracemonkey
2010-11-19 15:54:33 -08:00
David Anderson
0e7f4892ba
Disable ICs that are too far away to patch (bug 602333 part 2, r=sstangl).
2010-11-19 15:42:24 -08:00
Brian Crowder
0510dce1aa
Bug 611466 - Minimal support for IME in Qt, r=dougt, a=dougt
2010-11-19 15:41:40 -08:00
David Anderson
22eb5e1c7a
Correctly bound code blocks when using repatch buffers (bug 602333 part 1, r=sstangl).
2010-11-19 15:40:16 -08:00
Justin Dolske
dae7609454
Bug 613444 - Refactor nsIPrompt tests. a=testsonly
...
--HG--
rename : toolkit/components/prompts/test/test_modal_prompts.html => toolkit/components/prompts/test/test_modal_select.html
2010-11-19 15:15:29 -08:00
Justin Dolske
4e13204b40
Bug 613403 - Fix existing tests to work with tab-modal prompt changes. r=ehsan, a=testsonly
2010-11-19 15:15:27 -08:00
Jonas Sicking
212d56d31f
Fix build error when building with --enable-functiontimer. b=613589 r=mwu a=build bustage fix
2010-11-19 13:49:53 -08:00
Josh Matthews
14b2a8b06d
Bug 605327 - Add proper cancellation to e10s wyciwyg channels. r=dwitte a=blocking-fennec
2010-11-19 16:12:45 -05:00
Steven Michaud
2e29bcd78b
Bug 611910 - (try again with leak fixed) r=josh a=blocking2.0BetaN+
2010-11-19 14:58:59 -06:00
Gavin Sharp
356caee109
Bug 609952: move logging code into HUDService, r=ddahl, a=beltzner
2010-11-19 15:12:39 -05:00
Brian Hackett
80ffc498e1
Disable testIsAboutToBeFinalized.cpp jsapi-test, bug 613430.
2010-11-18 21:14:40 -08:00