Anders Kaseorg
|
059eca3d1b
|
Bug 190778 - [gtk2] Assumes font sizes are integers, they are not; r=blizzard sr=roc
|
2009-04-30 12:07:20 +02:00 |
|
tn
|
7afdd11636
|
Bug 490376 - Crash [@ nsDisplayList::GetBottom]; r=roc
|
2009-04-30 12:07:18 +02:00 |
|
Paolo Amadini
|
a02317b4ad
|
Bug 484579 - nsIMIMEService.getTypeFromExtension may fail unexpectedly on Windows when "Content Type" is empty in the registry; fix for test; r=sdwilsh sr=bzbarsky
|
2009-04-30 12:07:15 +02:00 |
|
Josh Aas
|
47a635a1f1
|
Comment change to force rebuild.
|
2009-04-30 01:31:42 -07:00 |
|
Josh Aas
|
c9da9740e0
|
Improve nsILocalFile GetDiskSpaceAvailable on Mac OS X, stop using old Carbon APIs. b=490171 r=mstange sr=roc
|
2009-04-29 23:53:43 -07:00 |
|
Josh Aas
|
78935a1762
|
Get MenuHelpersX compiling on 64-bit Mac OS X, some minor memory mgmt cleanup. b=459729 r=mstange sr=roc
|
2009-04-29 23:48:14 -07:00 |
|
Josh Aas
|
85d9bcffc1
|
Make Mac OS X bidi impl compile under 64-bit Mac OS X. b=490283 r=jfkthame sr=roc
|
2009-04-29 23:29:55 -07:00 |
|
Ehsan Akhgari
|
25ee93c2f6
|
Fix the test bustage from changeset edbe350e1d81
|
2009-04-30 10:42:12 +04:30 |
|
Brendan Eich
|
bb988135b0
|
Bug 375250 - Reject (JSON is fixed now) E4X masquerading as JS source (r=igor/mrbkap).
|
2009-04-29 16:48:35 -07:00 |
|
Brendan Eich
|
e9db6fcb64
|
Bug 375250 - Reject (JSON is fixed now) E4X masquerading as JS source (r=igor/mrbkap).
|
2009-04-29 16:46:43 -07:00 |
|
Doug Turner
|
f0406753d3
|
Bug 490046 - Geolocation update service is being lost in the channel bag. r=gavin/sr=jst
|
2009-04-29 16:26:06 -07:00 |
|
Boris Zbarsky
|
0836ceac26
|
Adding some tests
|
2009-04-29 15:21:48 -07:00 |
|
Igor Bukanov
|
b8405f1171
|
bug 487846 - optimizing shape prediction for set opcodes. r=brendan
|
2009-04-29 07:07:21 -07:00 |
|
Ehsan Akhgari
|
6f5fdce31e
|
Bug 488553 - Random Failure of test_bug467672-4.html; r+sr=roc
|
2009-04-29 18:32:31 +04:30 |
|
Jonathan Watt
|
f34d9fa3aa
|
Bug 488314. Kill SetMatrixPropagation, part 1. r=roc
|
2009-04-29 06:31:34 +02:00 |
|
Robert Sayre
|
33a65e9684
|
Merge tracemonkey to mozilla-central.
|
2009-04-28 20:33:18 -04:00 |
|
Serge Gautherie
|
8470aed967
|
Bug 488091 - Review |make check| usages; (Av2a) Remove empty targets; r=ted.mielczarek
|
2009-04-29 00:57:50 +02:00 |
|
Serge Gautherie
|
c48e572e3f
|
Bug 485736 - Add (TUnit) 'xpcshell-tests' |make| target, using |runxpcshelltests.py| new '--manifest' option; (Iv1a-MC) Update '.PHONY' target too; r=ted.mielczarek
|
2009-04-29 00:57:48 +02:00 |
|
Serge Gautherie
|
3f32fc862d
|
Bug 397227 - Reduce the effort needed to write C++ tests; (Cv1) Remove leftover LOCAL_INCLUDES; r=ted.mielczarek
|
2009-04-29 00:48:29 +02:00 |
|
Serge Gautherie
|
1e5f55c965
|
Bug 489840 - runxpcshelltests.py should report non-zero return code explicitly; (Av1) Add xpcshell return code to test error message; r=ted.mielczarek
|
2009-04-29 00:46:15 +02:00 |
|
Peter Weilbacher
|
b0342dd2e6
|
[OS/2] Bug 490390: fix crash with broken Wingdings font, r=wuno@lsvw
|
2009-04-29 01:10:56 +03:00 |
|
Vladimir Vukicevic
|
58748cabbd
|
Move jemalloc.obj inside MOZ_MEMORY for WinCE shunt; r=wince
|
2009-04-28 11:07:05 -07:00 |
|
Doug Turner
|
a9f76bee6d
|
bug 489594 - fix for unaligned read in fbCompositeSrcAdd_8000x8000arm. r=blassey
|
2009-04-28 09:46:28 -07:00 |
|
Doug Turner
|
355809e012
|
bug 490365 - fixed checkerboard screen of death caused by huge_malloc failure due to configure.in error. r=staurt
|
2009-04-28 09:43:18 -07:00 |
|
Doug Turner
|
bcf36203f4
|
bug 490325 - fixed build bustage on wince r=blassey
|
2009-04-28 09:39:55 -07:00 |
|
Olli Pettay
|
bdb6b5dd69
|
backout Bug 486990
|
2009-04-28 06:42:59 -07:00 |
|
Craig Topper
|
0a6f7ad6c7
|
Bug 474230. Cleanup scale and translate in nsSVGElement similar to the new style SVG classes. r=jwatt
|
2009-04-28 15:25:03 +02:00 |
|
Simon Montagu
|
47400bfd9e
|
Set baseLevel and paraLevel properties on empty frames. Bug 489887, r+sr=roc
|
2009-04-28 02:23:53 -07:00 |
|
Serge Gautherie
|
e92310e3e3
|
Bug 485736 - Add (TUnit) 'xpcshell-tests' |make| target, using |runxpcshelltests.py| new '--manifest' option; (Dv1a) Add |EXTRA_TEST_ARGS| support, enhance |--test| feature; r=ted.mielczarek
|
2009-04-28 01:37:02 +02:00 |
|
Andreas Gal
|
776395aee0
|
Eliminate test_property_cache_direct_hit (490370, r=jorendorff).
|
2009-04-27 16:01:52 -07:00 |
|
Brendan Eich
|
d07019814f
|
Bug 490339 - Unexpected ReferenceError when using "new Function()" (r=mrbkap).
|
2009-04-27 14:47:17 -07:00 |
|
Brendan Eich
|
040f6baa77
|
Bug 490339 - Unexpected ReferenceError when using "new Function()" (r=mrbkap).
|
2009-04-27 14:43:49 -07:00 |
|
Boris Zbarsky
|
215627f0fb
|
Bug 490220. Make sure to skip over whitespace when looking for a following pseudo-sibling for a frame being removed. r+sr=roc
|
2009-04-27 14:20:08 -07:00 |
|
Boris Zbarsky
|
dcc22a1654
|
Bug 481024. Text control frame screws up max-width and max-height. r+sr=dbaron
|
2009-04-27 14:18:37 -07:00 |
|
Jesse Ruderman
|
67d570553a
|
Don't try to load stylesheet from w3.org (fixes crashtest failure)
|
2009-04-27 09:49:00 -07:00 |
|
Jesse Ruderman
|
431af365ff
|
Add tests
|
2009-04-26 23:32:41 -07:00 |
|
Chris Pearce
|
79d9578afd
|
Bug 488961 - Don't listen for 'stalled' event in content/media/video/test_load.html
|
2009-04-27 13:03:47 +12:00 |
|
Serge Gautherie
|
b243be7d26
|
Bug 485736 - Add (TUnit) 'xpcshell-tests' |make| target, using |runxpcshelltests.py| new '--manifest' option; (Hv1a) Stop XPCSHELL_TESTS execution by 'check' target; r=ted.mielczarek
|
2009-04-26 23:32:41 +02:00 |
|
Magnus Melin
|
625f2cd489
|
Bug 490150: report what the exception was when command updating failed. r=gavin
|
2009-04-26 13:38:22 +03:00 |
|
Josh Aas
|
f9eb2f54d9
|
Fix typo in an ifdef. b=487739 r=mconnor
|
2009-04-25 23:50:54 -04:00 |
|
Phil Ringnalda
|
a8141eeba7
|
Bug 488117 - Fix missing and overly-present google-breakpad things in toolkit-makefiles.sh, r=ted's-blanket
|
2009-04-25 20:19:46 -07:00 |
|
Phil Ringnalda
|
7a559b13de
|
Bug 488709 - "F" accesskey in Privacy Preference Pane is doubled, doesn't always exist in the string in unofficial builds, r=gavin
|
2009-04-25 20:19:42 -07:00 |
|
Graydon Hoare
|
9188f47f3a
|
Backout a seemingly problematic line of cset d8c2060b0f9b.
|
2009-04-24 23:13:27 -07:00 |
|
Graydon Hoare
|
bb4177dccd
|
Bug 490044 - TM: Add deep-bailing write barrier to global shape change code, r=brendan.
|
2009-04-24 17:47:32 -07:00 |
|
Andreas Gal
|
e58ef54027
|
js_NewInstance locks ctor on trace (490092, r=brendan).
|
2009-04-24 19:41:36 -07:00 |
|
Andreas Gal
|
214ea26d91
|
Compilation fix for 489899.
|
2009-04-24 16:35:42 -07:00 |
|
Andreas Gal
|
a89bbaad23
|
Stay on trace when reading holes from dense arrays (489899, r=brendan).
|
2009-04-24 16:28:21 -07:00 |
|
Graydon Hoare
|
3471a48ea3
|
Bug 470964 - Simulate CFG in imacro assembler and decompiler, r=brendan.
|
2009-04-24 09:07:49 -07:00 |
|
Graydon Hoare
|
76accb1b4f
|
Bug 488967 - TM: Add global size check to global shape check, r=gal.
|
2009-04-23 20:46:40 -07:00 |
|
Jeff Walden
|
d19e88a97f
|
Bug 488989 - Don't go slow if we don't have to. r=jorendorff
|
2009-04-23 13:34:18 -07:00 |
|