Commit Graph

21729 Commits

Author SHA1 Message Date
Andreas Gal
b1e33fe0ff JIT affects truthiness of "" <= null (465234, r=Waldo). 2008-11-16 20:22:01 -08:00
Andreas Gal
49075e7ad6 Merge. 2008-11-16 16:50:36 -08:00
Andreas Gal
43dcf98a44 Backed out changeset 2601301b793d 2008-11-16 16:50:19 -08:00
Andreas Gal
023840fbcb Backed out changeset 523c3f3dc744 2008-11-16 16:49:45 -08:00
Andreas Gal
89f7bcebf3 Make linux gcc happy by moving the declaration of RESideExit* exit to the top of the function (no bug). 2008-11-16 16:47:05 -08:00
Andreas Gal
cd3869dd9c Use regexp string as key for the regexp fragment cache (464866, r=brendan). 2008-11-16 15:17:16 -08:00
Andreas Gal
78fbb9e673 Merge. 2008-11-16 13:53:02 -08:00
Andreas Gal
012365500f Removed bogus assert when stringifying objects (465209, r=brendan). 2008-11-16 13:51:29 -08:00
David Anderson
db46b11fa1 Fixed recorders already deeply aborted being pushed onto the deep abort stack (bug 465145, r=gal). 2008-11-16 02:34:51 -06:00
Brendan Eich
93a63ea9b2 Avoid bogus assertbotch (more work needed to reconstruct imacro stack depth). 2008-11-15 23:56:49 -08:00
Robert Sayre
c11b0ef40f Merge m-c to tracemonkey. 2008-11-16 02:44:21 -05:00
Andreas Gal
4da6188c80 Implement ordered comparison for objects (465133, r=brendan). 2008-11-15 23:19:46 -08:00
David Anderson
321ce0dc05 Deep abort recorders outer recorders if we need to flush the JIT cache early (bug 463829, r=brendan,gal). 2008-11-15 18:54:24 -06:00
Jeff Walden
dded0f5f95 Bug 462060 - TM: JIT: Initializing an array to a constant in a loop doesn't work for some constant values. r=brendan 2008-11-15 16:42:35 -08:00
Justin Wood
84ff4d07b7 Bug 463772, Make choice of skipping prompt for getTargetFile obvious (comment changes)
Also include minor context-menu fix.
r=sdwilsh, a1.9.1b2=beltzner
2008-11-15 18:19:10 -05:00
Brendan Eich
d3da4b8e87 Fast followup to pick nit in last commit. 2008-11-15 12:49:00 -08:00
Brendan Eich
eb9a67cd20 Bug 465013 - TM: General Error trying to play video on CNN (r=gal). 2008-11-15 12:41:26 -08:00
Asaf Romano
97667a82f6 Bug 225680 - Ability to detach tabs. r=mconnor, enn. a=beltzner. 2008-11-15 21:47:53 +02:00
Brendan Eich
bab1f697ee Bug 464978 - TM: hang with "[] + null" (r=danderson). 2008-11-15 10:33:50 -08:00
Steffen Wilberg
fbc2dafa74 Bug 464361: Add support for back and forward mouse buttons to View Source. r=gavin, a=beltzner 2008-11-15 18:32:08 +01:00
L. David Baron
cac176ae93 Mark yet another test random awaiting the font cache patch in bug 457821. 2008-11-14 18:02:22 -08:00
Graydon Hoare
acc4b45377 Bug 450000 - Support script timeouts in compiled code, r=gal. 2008-11-14 16:56:00 -08:00
Myk Melez
3df7151f13 merge 2008-11-14 16:41:47 -08:00
L. David Baron
8bf54a6850 OK, this is random on Windows too. 2008-11-14 16:27:26 -08:00
L. David Baron
218e9dfc3d Mark test as random on Mac, since it just failed on the tinderobx. 2008-11-14 16:04:26 -08:00
Jeff Walden
8e7fb5c94b Bug 464986 - Crash trying to compile a trace generated from stdin in debug build. r=danderson 2008-11-14 14:36:32 -08:00
Jim Mathies
0324536ad7 bug 440911: Add CF_HDROP support back into Windows drag and drop data object (dragging images to some applications, e.g. PhotoShop, fails); r=emaijala, approval1.9.1b2=beltzner 2008-11-14 14:23:02 -08:00
Jim Blandy
2798283907 Bug 464127 - Don't use -Os with Intel C/C++ compilers r=ted.mielczarek
Intel recommends against the use of -Os, and using it seems to produce
incorrect code in many recent versions of Intel's compilers.

js/src/Makefile.in tries to use -Os only with G++, but it tests
INTEL_CC, not INTEL_CXX --- even though almost all the sources are
C++.  Check INTEL_CXX instead.
2008-11-14 14:15:02 -08:00
Myk Melez
e3ca2dac40 merge 2008-11-14 14:13:42 -08:00
Jim Blandy
26611f0fb3 Bug 464379: remove committed debugging 'echo'. r=bsmedberg
Here's the commit that added this:

    1.1764 <benjamin@smedbergs.us> 2007-01-31 08:12
    No bug: checking to see which tinderboxes don't have python available.

It seems unlikely that this echo was meant to stay in the configure script.
2008-11-14 14:10:29 -08:00
L. David Baron
6eb576e8cc Better approach to some tests to avoid subpixel spacing differences. (Bug 457821) 2008-11-14 14:07:45 -08:00
L. David Baron
4aa4a48164 Adjust expected results based on http://lists.w3.org/Archives/Public/www-style/2008Nov/0190.html and add tests for format(). (Bug 457821)
--HG--
rename : layout/reftests/font-face/src-list-1-ref.html => layout/reftests/font-face/order-1-ref.html
rename : layout/reftests/font-face/src-list-2-ref.html => layout/reftests/font-face/order-2-ref.html
rename : layout/reftests/font-face/src-list-3-ref.html => layout/reftests/font-face/order-3-ref.html
2008-11-14 14:07:45 -08:00
L. David Baron
30848475fd Remove unwanted style attribute that slipped in from vlad's changes. 2008-11-14 14:07:45 -08:00
Simon Bünzli
eb4d0618fe bug 463206: SessionStore does not always correctly restore text data; r=dietrich, a1.9.1b2=beltzner 2008-11-14 14:03:36 -08:00
Brendan Eich
e8aa099509 Fix bogus assertion left in bug 463334. 2008-11-14 13:23:12 -08:00
Brendan Eich
264e667808 Fix bogus assertion left in bug 463334. 2008-11-14 13:17:40 -08:00
Daniel Holbert
e52f71f851 Merge after backing out e4690fcf6f7c. 2008-11-14 13:17:12 -08:00
Daniel Holbert
2ce8857faa Backed out changeset e4690fcf6f7c, due to reftest failures on linux (421885-1.xml and 403181-1.xml) 2008-11-14 13:16:17 -08:00
Daniel Holbert
d56b70f7b8 Bug 420697: Add svgGlyphFrame check to GetStrokeDashoffset and GetStrokeDashArray, making them match GetStrokeWidth. r+sr=roc a=beltzner 2008-11-14 10:46:56 -08:00
Michael Ventnor
2152d87327 Bug 463938: Fix smooth downscaling for images on Linux. r=vlad a=beltzner 2008-11-14 10:42:31 -08:00
Ben Hearsum
d22f52dce3 bug 453840: (NPOT en-US Build) make it possible to create l10n files in final place for releases. r=ted,axel 2008-11-14 16:26:53 +00:00
Andreas Gal
10733f686b Merge. 2008-11-14 08:07:19 -08:00
Dave Townsend
4eacdd43ef Merge of backout of bug 462878 2008-11-14 14:51:19 +00:00
Dave Townsend
4527da56e1 Backed out changeset 72088d2498c3 from bug 462878 as it was causing
mochitests to crash
2008-11-14 14:51:02 +00:00
Neil Rashbrook
297e12e670 Bug 463896 Make xterm updates work with PARALLEL_DIRS for those people not on -j19 r=ted 2008-11-14 14:11:18 +00:00
Neil Rashbrook
800b3ee9c7 Bug 463896 Make xterm updates work with PARALLEL_DIRS for those people not on -j19 r=ted 2008-11-14 13:10:10 +00:00
Chris Pearce
a241fc1de7 Bug 462878 nsMediaStream::Close called on non-main thread r=doublec sr=roc a=beltzner 2008-11-14 13:08:53 +00:00
Dave Townsend
0c402e5439 Backed out changeset ec9a1864d1fb from bug 462774, drop JSON.jsm due to OSX
burning
2008-11-14 12:36:07 +00:00
Simon Bünzli
aa05a6321f Bug 462774: drop JSON.jsm. r=gavin, r=sayrer, sr=brendan, a1.9.1b2=beltzner 2008-11-14 12:11:11 +00:00
Robert Strong
cbdfafbc55 Bug 313057: Automatic updater downgrades/overwrites browser version when an older/identical version is in the queue. r=bsmedberg, a1.9.1b2=beltzner 2008-11-14 12:11:08 +00:00