Doug Turner
|
e91ddd6b67
|
Fixing js/config/rules.mk to match mozilla-central
|
2010-03-09 00:11:08 -08:00 |
|
Doug Turner
|
d08632917d
|
Merge with mc
|
2010-03-08 10:09:55 -08:00 |
|
Doug Turner
|
48e6fd8d9a
|
Bug 550658 - OS Libs should include qt os libraries. js config.mk change. r=ted
--HG--
extra : rebase_source : cdd18e60444210d5093bfc0bbdc4acfcd74e12a0
|
2010-03-08 09:27:48 -08:00 |
|
Ginn Chen
|
e771c422ae
|
Bug 548218: Reference to static function in function templates not allowed with Sun Studio compiler r=bsmedberg
|
2010-03-08 17:36:19 +08:00 |
|
Ginn Chen
|
42dacb38cb
|
Bug 550154: PGO build issue on Solaris SPARC r=ted.mielczarek
|
2010-03-08 17:35:41 +08:00 |
|
Sid Stamm
|
47a3291b46
|
bug 515443 CSP no-eval support. r=mrbkap,brendan
|
2010-03-08 00:24:50 -08:00 |
|
Clint Talbert
|
7ffd9496bc
|
Backed out changeset b4372055f473 -- due to unexplained orange on OS X Leak test (Bd) box
|
2010-03-07 17:34:23 -08:00 |
|
Joel Maher
|
ef6c5fda3d
|
Bug 544097 - Change mochitests to use mochi.test instead of localhost for mobile test refactoring p=jmaher, r=sayrer,dwitte
|
2010-03-07 16:08:05 -08:00 |
|
Uli Link
|
094757ed9b
|
Bug 537784: [AIX] Build bustage in js/src/jsstdint.h r=ted
|
2010-03-06 12:59:41 -05:00 |
|
Walter Meinl
|
7d8b49cff5
|
Bug 550542: [OS/2] Followups for xmalloc r=cjones
|
2010-03-06 12:58:04 -05:00 |
|
Mike Hommey
|
25d57bf886
|
Bug 542468 - js/src/config/check-sync-dirs.py fails when running in a built environment. r=ted
|
2010-03-06 15:10:12 +01:00 |
|
Doug Turner
|
5daaf36bf1
|
Merge
|
2010-03-01 15:36:51 -08:00 |
|
Chris Jones
|
bc05dd163b
|
Merge from mozilla-central
|
2010-02-22 21:31:18 -06:00 |
|
Olli Pettay
|
72dc86132d
|
Bug 542242 - E10s, content process event handlers, r=jst, r=bsmedberg
|
2010-02-20 19:05:20 +02:00 |
|
Mike Hommey
|
82b5d8c518
|
Bug 541767 - "Various problems with how config/my{config,rules}.mk are handled" [r=ted.mielczarek]
|
2010-02-20 05:12:00 -05:00 |
|
Serge Gautherie
|
a2e80628c2
|
Bug 534408 - Core bug 514665 dropped/replaced USE_SHORT_LIBNAME uses: port that to c-c (apps); (Av1-MC) Remove obsolete MOZ_MOVEMAIL and MOZ_STATIC_MAIL_BUILD.
r=ted.mielczarek.
|
2010-03-05 21:58:12 +01:00 |
|
Dan Witte
|
1f8e01c665
|
Remove libffi_msvc now that it's not built. b=538216, rs=ted
|
2010-03-05 11:32:13 -08:00 |
|
Dan Witte
|
43ac9c345a
|
Enable building of the libffi internal MSVC code, instead of libffi_msvc. b=538216, r=ted
|
2010-03-05 11:31:53 -08:00 |
|
Dan Witte
|
12d13bf7f3
|
Remove Solaris hack now that it's been upstreamed. b=538216, rs=ted
|
2010-03-05 11:31:00 -08:00 |
|
Dan Witte
|
3d921d88fb
|
Apply libffi.patch. b=538216, rs=ted
|
2010-03-05 11:30:40 -08:00 |
|
Dan Witte
|
363d498f91
|
Pull libffi git revision 8d27f68baa365bf883b6053c5f6bc819646d5434. b=538216, rs=ted
|
2010-03-05 11:29:55 -08:00 |
|
Robert O'Callahan
|
796c20d53c
|
Backed out changeset 0923925b4b8f
|
2010-03-05 21:13:58 +13:00 |
|
Vladimir Vukicevic
|
de69534814
|
b=550351; don't abort recording when accessing out of range typed array element (return undefined instead); r=dvander
|
2010-03-04 16:49:31 -08:00 |
|
Vladimir Vukicevic
|
e86557b1a2
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
|
Chris Jones
|
2141078f6e
|
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
|
2010-03-03 23:02:57 -06:00 |
|
Chris Jones
|
f0560d9e8e
|
Bug 441324, part 1: Shuffle around includes to avoid problems with #define malloc et al. r=bsmedberg
|
2010-03-03 23:02:55 -06:00 |
|
Robert O'Callahan
|
daba5acae2
|
Backing out bug 534467 to try to fix test failure
|
2010-03-04 17:50:57 +13:00 |
|
Robert O'Callahan
|
a976e4bcd0
|
Backed out changeset 1672d4c79e82
|
2010-03-04 17:50:28 +13:00 |
|
Robert O'Callahan
|
e2fa3fbcee
|
Backing out fix for bug 543682 because test failed
|
2010-03-04 16:36:31 +13:00 |
|
Robert O'Callahan
|
2a09856fab
|
Backed out changeset b4268cb7bf48
|
2010-03-04 16:36:08 +13:00 |
|
Vladimir Vukicevic
|
42ec90deac
|
b=534467; implement Uint8ClampedArray for CanvasPixelArray; part 3, DOM-side implementation; r=bz
|
2010-03-03 16:40:27 -08:00 |
|
Vladimir Vukicevic
|
02fe8f1b07
|
b=534735; use custom quickstubs for canvas fillStyle and strokeStyle; r=bz
|
2010-03-03 16:40:25 -08:00 |
|
Vladimir Vukicevic
|
73d785248f
|
b=543682; don't let js array holes escape via typed arrays; r=jorendorff
|
2010-03-03 16:20:41 -08:00 |
|
Serge Gautherie
|
b1f774fef1
|
Bug 521673 - Remove remnant OJI references; (Av1) /js/src/configure.in.
r=ted.mielczarek.
|
2010-03-03 11:12:28 +01:00 |
|
Serge Gautherie
|
c6829f1372
|
Bug 509179 - Make NS_ENABLE_TSF configurable; (Cv2) /js/src/configure.in: Copy (the useful part of) it, Remove checks for oleacc.idl and atlbase.h too.
r=ted.mielczarek.
|
2010-03-03 11:12:28 +01:00 |
|
Daniel Holbert
|
4b4d581038
|
Sync bug 544190's changes to config/rules.mk into js/src/config/, to fix "make check" bustage from that bug
|
2010-02-18 15:19:08 -08:00 |
|
Benjamin Smedberg
|
9485b136dd
|
Bug 528250 - Unify all the intermediate tiers (xpcom/necko/external/gecko/toolkit) into one tier_platform, r=ted sr=vlad
|
2009-11-12 14:37:34 -05:00 |
|
Nick Thomas
|
9e11a7c18b
|
Bug 548093, bump nightly version to 3.7a3pre, r=catlee CLOSED TREE
|
2010-03-01 12:27:40 +13:00 |
|
Robert Sayre
|
27b961ed50
|
Merge tracemonkey to mozilla-central.
|
2010-02-24 12:25:40 -08:00 |
|
David Anderson
|
c99331c609
|
Better fix for recursion and let blocks (bug 547791, r=gal).
|
2010-02-23 16:14:34 -08:00 |
|
Luke Wagner
|
06cc81805b
|
Bug 545165 - fix/simplify JSOP_CONCATN (r=jorendorff)
|
2010-02-19 19:22:37 -08:00 |
|
Bob Clary
|
28f3725d79
|
JavaScript Tests - disable js1_5/Regress/regress-451322.js due to slowness.
|
2010-02-23 07:58:00 -08:00 |
|
Andreas Gal
|
ad719a55e1
|
The test for bug 352455 is bogus, a regexp is a callable object and thus can be a getter (bug 547912 changed this behavior).
|
2010-02-23 02:46:46 -08:00 |
|
Andreas Gal
|
18afa9f743
|
Setters/getters can be callable objects (547912, r=brendan).
|
2010-02-22 22:25:09 -08:00 |
|
Andreas Gal
|
a2ae493dd5
|
Merge.
|
2010-02-22 20:08:15 -08:00 |
|
Andreas Gal
|
8d92d5fff5
|
Don't crash on 'typeof null' in compiled code (follow-up fix for 547314).
|
2010-02-22 20:07:41 -08:00 |
|
Jeff Walden
|
53b100ce6f
|
Typo fix, r=waylon
|
2010-02-22 19:43:41 -08:00 |
|
Andreas Gal
|
1aabb47ea6
|
Followup fix for 547314. We have to unwrap in the typeOf hook due to wrapper lameness.
|
2010-02-22 19:30:22 -08:00 |
|
Andreas Gal
|
7fc1c8efb0
|
Introduce ObjectOps for typeOf and make trace a mandatory ObjectOp (547314, r=brendan).
|
2010-02-22 16:30:22 -08:00 |
|
Andreas Gal
|
bfa1d960a9
|
remove unused label have_fun (no bug, r=brendan).
|
2010-02-22 16:27:19 -08:00 |
|