Commit Graph

209588 Commits

Author SHA1 Message Date
Josh Aas
c529498f55 Remove java-specific preferences from Firefox UI, hidden prefs. Java should be managed via the addons manager. Also improves accuracy of "window.navigator.javaEnabled()". b=506985 r/sr=jst uireview=faaborg 2009-08-24 15:56:43 -07:00
Sylvain Pasche
b85bd0a5fa Bug 508734 - <menuitem> checkbox ugliness with high DPI. r=jmathies,neil 2009-08-25 00:13:01 +02:00
Alfred Kayser
6dc97c3352 Bug 510247 - Simplify the BuildFileList scanner logic to prevent underruns on JAR files. r=tglek 2009-08-25 00:12:02 +02:00
Boris Zbarsky
a92c5173aa Bug 488249 more build bustage fixes 2009-08-24 17:11:35 -04:00
Boris Zbarsky
03ca855cdc Bug 488249 build bustage fix. 2009-08-24 16:28:21 -04:00
David Zbarsky
0aa6350041 Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst 2009-08-24 16:02:07 -04:00
Brian Birtles
2572fb5ff8 Use binary subdivision rather than Newton-Raphson iteration when the slope is very near 0 to avoid failing to converge correctly. (Bug 501569) r=dbaron 2009-08-24 12:34:34 -07:00
Jason Orendorff
9a705f7835 Bug 511575 - TM: Crash [@ js_HashString] with "continue LABEL;" (in ojay 0.2.1). r=gal.
--HG--
extra : rebase_source : 91137fdb9d870cbc7a4ee3d1dbaed881b185b60c
2009-08-24 14:27:41 -05:00
Jason Orendorff
d5e6f2b06f Bug 511974 - Treat "continue LABEL;" like "break;". r=gal.
--HG--
extra : rebase_source : d9507a3c8ef0e64f12c5890e9c3104e5329d3f29
2009-08-24 13:37:07 -05:00
Nicholas Nethercote
83bc221fbd Bug 505388 - nanojit: refactor two Assembler methods. r=edwsmith. 2009-08-25 10:59:09 +10:00
David Anderson
c2ec2bc609 Build fix (followup to bug 512029). 2009-08-24 17:18:41 -07:00
David Anderson
1be8ca276a Removed JSStackFrame::callee (bug 512029, r=brendan). 2009-08-24 17:09:44 -07:00
Ted Mielczarek
9d4c659e84 bug 506042 - fix xpcshell crash stacks, set symbol path in 'make xpcshell-tests' makefile target 2009-08-24 19:14:14 -04:00
David Anderson
79029acf98 Fix warnings on Linux gcc (bug 506714, desk r=jorendorff). 2009-08-24 15:09:21 -07:00
Boris Zbarsky
38bd4e6447 Followup for bug 510651 to make non-debug builds with --enable-extensions=layout-debug build. 2009-08-24 14:22:19 -04:00
Boris Zbarsky
728dbbbd07 Bug 506481. Make sure that we'll scroll to the selected option even if it's added after our initial reflow but before we finish adding initial option kids. r=mats 2009-08-24 14:17:56 -04:00
Magnus Melin
ecd4b54171 Bug 248280: pref "javascript.allow.mailnews" is obsolete and should be removed. r=dmose 2009-08-24 21:12:22 +03:00
Vladimir Vukicevic
8bf9ece2a9 b=511808, disable Camellia on Windows CE until alignment bug is fixed; r=jduell 2009-08-24 11:07:48 -07:00
Shawn Wilsher
d766e54ef2 Bug 509668 - mochitest-browser-chrome: browser_248970_a.js fails intermittently, r=dietrich 2009-08-24 10:23:17 -07:00
Geoff Lankow
270f555972 Bug 503971 - nsIContentPrefService methods should throw when passed a null setting name; r=myk sr=mconnor 2009-08-24 19:12:04 +02:00
Serge Gautherie
1a365c1435 Bug 511888 - SimpleTest/SimpleTest.js: report stack too in |window.onerror|; (Bv1) additional nits; r=rcampbell 2009-08-24 19:07:43 +02:00
bjarne@runitsoft.com
99d395b79d Bug 510359 - Cached "Vary: Cookie" responses are improperly revalidated/reused r=biesi 2009-08-24 10:32:18 -04:00
Bobby Holley
02baffb518 Bug 510001 - Second round of debugging dumps for the test for bug 507902. r=lumpy 2009-08-24 12:49:41 +02:00
Olli Pettay
68c7971972 Bug 510465 - Initial zoom level of print preview depends on the zoom level of galley presentation, r=roc 2009-08-24 12:55:28 +03:00
Rich Walsh
eeb42e06a5 Bug 510657 - implement OS/2 memory functionality in nanojit/avmplus, r=gal 2009-08-24 10:21:37 +02:00
Marco Zehe
3e08a5604b Bug 504252 - Expose STATE_HASPOPUP on XUL elements that have an @popup attribute, r=surkov, r=davidb 2009-08-24 07:13:05 +02:00
Serge Gautherie
a129d6ee41 Bug 502292 - Minimum size of scrollbar thumb is far too small; (Cv1) Disable failing test for now; Patch author says test is broken. 2009-08-24 06:46:06 +02:00
Serge Gautherie
92837df91f Bustage fix for: Bug 502292 - Minimum size of scrollbar thumb is far too small; (Bv1) Switch "failing" test to '!='. 2009-08-24 06:16:08 +02:00
Sylvain Pasche
ba587c30b5 Bug 502292 - Minimum size of scrollbar thumb is far too small; r=(jmathies + neil) ui-r=beltzner 2009-08-24 04:03:03 +02:00
Serge Gautherie
b7aa2d8f87 Bug 248011 - Cleanup <docbook.css>; (Av1) Remove unused PrintHistory rule; r=peterv 2009-08-24 04:03:01 +02:00
Mats Palmgren
dff7eb2f5e Bug 454872. r=roc 2009-08-24 03:56:04 +02:00
Nicholas Nethercote
fe0af39720 Bustage fix for optimised builds for bug 511329. 2009-08-24 09:41:11 +10:00
Mats Palmgren
c66b89dbed Fix reorderToMatchExpected by maintaining the inAttrList state correctly. Extend the test file syntax with comment and todo features. b=462701 r=sayrer 2009-08-24 01:22:22 +02:00
Mats Palmgren
4b7f82e95a Crash test for bug 430374. 2009-08-24 01:21:49 +02:00
Mats Palmgren
6bd2529458 Crash test for bug 321894. 2009-08-24 01:21:40 +02:00
Nicholas Nethercote
0ee9058074 Bug 511329 - nanojit: don't print dead LIR instructions with TMFLAGS=assembly. r=edwsmith. 2009-08-24 08:57:40 +10:00
Neil Rashbrook
5e803b125c Bug 408599 Expose nsSimpleNestedURI to XPCOM r=biesi sr=bz 2009-08-23 23:48:07 +01:00
Igor Bukanov
90c4077bb6 bug 509143 - js_CloneRegExp is missing a call to js_SetLastIndex. r=mrbkap 2009-08-22 19:59:55 +03:00
Luke Wagner
2b05a43f7e Fixed template-id in JSTempVectorImpl 2009-08-21 19:31:51 -07:00
Brendan Eich
2aec5ab41b Unit strings not in atom table means we must always mark them unless shutting down the runtime (511835, r=gal). 2009-08-21 17:28:05 -07:00
Graydon Hoare
a516931ed9 Bug 511972 - More Fragment cleanups, r=dvander.
--HG--
extra : rebase_source : 186782bd96d8155eb3f0277616012636d6ebe469
2009-08-21 13:51:55 -07:00
Jason Orendorff
11d01cf3fc Fix silly crash in HashMap::remove(). r=graydon on IRC, no bug.
--HG--
extra : rebase_source : 25d53309e30bec26f7a93148c9000e1c79431986
2009-08-21 15:14:37 -05:00
Jason Orendorff
4326e987bb Merge. 2009-08-21 13:52:34 -05:00
Graydon Hoare
4cf3c90da9 Bug 511919 - Copy the x64 backend from Tamarin, r=dvander. 2009-08-21 11:27:08 -07:00
Jason Orendorff
1745ca41fe Fix trace-test.py -f. r=dmandelin via IRC, no bug.
--HG--
extra : rebase_source : 7ae99002a44e6e5323c9c2909f523d278ac0f38d
2009-08-21 13:18:36 -05:00
Jason Orendorff
0c95212f19 Bug 511836 - Assertion failure: JSVAL_IS_INT(v), at ../jsapi.h. Iterator.prototype not initialized properly. r=mrbkap.
--HG--
extra : rebase_source : 50975b84c4b399a96d24eaa1884308c6a5b4d586
2009-08-21 11:58:34 -05:00
Ben Newman
3fcfcc0d93 Bug 505602 - [HTML5] Reduce amount of nsHtml5NamedCharacters generated code. r=hsivonen sr=mrbkap 2009-08-20 10:37:48 -07:00
Ben Newman
bbb92eb58e Bug 505599 - [HTML5] GenerateNamedCharactersCpp.java should generate static member declarations for VALUES and WINDOWS_1252 as well as NAMES. r=hsivonen sr=mrbkap 2009-08-20 10:37:52 -07:00
Ben Newman
bd5c411661 Bug 504968 - [HTML5] "###!!! ASSERTION: QueryInterface needed" in nsHtml5Parser::FinalizeSniffing. r=hsivonen sr=mrbkap 2009-08-20 10:37:44 -07:00
L. David Baron
79441ac322 Merge backout of changeset 6b686281f9ac (Bug 445765) for causing a 3% Txul (Twinopen) regression on Linux. 2009-08-23 08:07:21 -07:00