L. David Baron
16757059db
Backed out changeset ca442067af90 due to unit test hang in test_417798.js.
2008-07-16 12:56:30 -07:00
Marco Zehe
ed55bbcca5
Disabling table indexes test file, see bug 437980
2008-07-16 19:58:49 +02:00
Blake Kaplan
31a2fea1d6
Test that the object has the right class, even when called from native code. bug 444233, r=shaver
2008-07-16 19:29:06 +02:00
Doug Turner
c3a3dc6c55
Spatial Navigation improvements, text fields, and disabled elements. Also ws changes to match style. r=gavin
2008-07-16 10:00:27 -07:00
Neil Deakin
2a27567534
Bug 431842: refactor autocomplete binding to support Fennec autocomplete, r=gavin
2008-07-16 18:16:52 +02:00
Igor Bukanov
742acfc30a
[Bug 444076] implementing compare-and-swap for 64-bit Linux. r=brendan
2008-07-16 17:58:37 +02:00
Bernd
d8f4877b29
limit mathml row- and colspans as we do for html bug 443089 r/sr=bzbarsky
2008-07-16 17:02:18 +02:00
Mark Banner
37326663f4
Bug 445503 crashes.xhtml incorrectly overrides the crash reporter data directory for Thunderbird. r=ted
2008-07-16 15:51:16 +01:00
Alexander Surkov
3f1c7b431b
Bug 443081 – ARIA name from child content is incorrectly including child elements that have display:none, r=aaronlev, MarcoZ
2008-07-16 23:24:36 +08:00
Simon Montagu
a53c346706
Mark the reftest random (apparently the same failure as the other soft-hyphens tests)
2008-07-16 15:34:26 +03:00
John Daniels
b006229ae6
Bug 419532 – deCOMtaminate nsICaret. r+sr=roc
2008-07-16 12:52:01 +02:00
Blake Kaplan
835bec8faa
Tab removal. No bug, NPOTB.
2008-07-16 12:06:26 +02:00
Simon Montagu
d9ca6a1ef7
Fix for reftest for bug 444656
2008-07-16 12:52:20 +03:00
Robert Longson
30c9633728
Bug 444996 - Compilation broken on various platforms. INT_MAX was not declared in this scope. r+sr=vladimir
2008-07-16 10:20:24 +01:00
Simon Montagu
b19c640964
Position soft hyphens correctly in right-to-left text. Bug 444656, r+sr=roc
2008-07-16 11:43:39 +03:00
Nick Thomas
31d026a0fe
Bug 443090 - Unify unittest failures (runtests leaks part) p=ted.mielczarek, r=sayrer
2008-07-16 17:49:32 +12:00
Nick Thomas
3cfe0e4c1a
Bug 443090 - Unify unittest failures (reftest part) p=ted.mielczarek, r=dbaron
2008-07-16 17:47:12 +12:00
Nick Thomas
8bf816cfd2
Bug 443090 - Unify unittest failures (xpcshell part) p=ted.mielczarek, r=bsmedberg
2008-07-16 17:45:42 +12:00
Nick Thomas
80e48a3c62
Bug 443090 - Unify unittest failures (browser chrome and mochitest part) p=ted.mielczarek, r=gavin.sharp
2008-07-16 17:43:15 +12:00
Doug Turner
65eab25eaa
Fix maemo platform geolocation bustage
2008-07-15 18:33:04 -07:00
Shawn Wilsher
66bc3d9db0
Performance test for bug 432706
...
This just adds a performance test to help debug bug 432706. This is a chrome
test, but will not be run automatically (it must be called manually from the
command line).
r=dietrich
2008-07-15 20:55:11 -04:00
Doug Turner
0bc426ad4b
Inital geolocation implementation. bug=437948, r/sr=jst
2008-07-15 16:37:48 -07:00
Andrew Smith
c40e2df65e
Add comment about running reftests in an non-DEBUG build. (Bug 378217) r=dbaron
2008-07-15 14:49:15 -07:00
Zack Weinberg
28a8588125
Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron
2008-07-15 14:31:36 -07:00
Zack Weinberg
947cb5c85f
Add .zeroOrAveCharWidth field to gfxFont::Metrics. Initialize it in all font backends. Use it when computing CSS 'ch' units, and make eStyleUnit_Chars and nsLayoutUtils::CharsToCoord unused. (Bug 363706) r=roc sr=dbaron
2008-07-15 14:31:36 -07:00
L. David Baron
d5917519f0
Make less restrictive assumptions about how big a 'ch' unit is relative to the line-height (assuming 4ch greater than the line height, rather than assuming 2ch is). (Bug 363706)
2008-07-15 14:31:36 -07:00
Nick Kreeger
6d9641aace
Fixing bug 444128, |MacApplicationDelegate| in toolkit throws ObjC exception when creating a |NSMenuItem| with a |nil| |NSString *|. r=josh, sr=roc
2008-07-15 10:27:55 -07:00
Dão Gottwald
997038bbf3
Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor
2008-07-15 18:11:00 +02:00
Shawn Wilsher
9b3bae8da4
Bug 444821 - Re-enable test_storage_statement_executeAsync.js
...
This fixes the test to run properly on slower running systems (like the
tinderbox machines).
r=vlad
2008-07-15 11:04:52 -04:00
Robert O'Callahan
cec82c4f6e
Fix test to not fail randomly
2008-07-15 10:52:07 -04:00
Benjamin Smedberg
e745e41ddf
Bug 441608 - Make nsAssignment members const and get rid of the unnecessary empty constructor and copy-assignment operators, r=Enn
2008-07-15 07:06:54 -04:00
Sergey Yanovich
2bcb2ed5b6
Bug 433701: Fix build output when make is run without -s. r=bsmedberg
2008-07-15 11:54:05 +01:00
Dave Townsend
95e762fed9
Bug 427743: Expose file version of plugins. r+sr=jst
2008-07-15 11:50:42 +01:00
Blake Kaplan
de50ace5ca
Ensure that we call WillBuildModel. bug 420008, r+sr=bzbarsky
2008-07-15 11:35:07 +02:00
Robert O'Callahan
69aabc9ae4
Bug 445269. Change nsRect to nsIntRect in filter implementations to make it clear these are pixel rects. Also fix a few style nits. r=longsonr,sr=mats
2008-07-15 20:57:31 +12:00
Robert O'Callahan
52a3575d40
Bug 445268. Initialize gfxRect to empty, it doesn't do it automatically. Should fix regression from bug 416305. r=longsonr,sr=mats
2008-07-15 20:49:42 +12:00
Robert O'Callahan
b2bdb8ad76
Bug 445081. Refactor code to use ComputeNormalizedHypotenuse ... relanding with a fix so that we don't lose precision and break SVG text mochitests. r=longsonr,sr=mats
2008-07-15 20:46:54 +12:00
Robert O'Callahan
9d14f2c566
Disabling unreliable test, see bug 431833
2008-07-15 20:28:26 +12:00
Robert O'Callahan
e12228f1e0
Disabling feGaussianBlur-3.svg for investigation
2008-07-15 17:54:58 +12:00
Robert O'Callahan
d04ae0b69a
Backing out changeset 4624fef36355 (bug 445081) due to test failures on Windows and Mac
2008-07-15 16:36:19 +12:00
Robert O'Callahan
18cf5a8e13
Backing out changeset 6c8c95fcaf9b (bug 445079) due to test failure on Windows
2008-07-15 16:35:37 +12:00
Robert O'Callahan
cd5779708c
Bug 445079. Make filters and patterns use an offscreen surface with the ability to create an nsIRenderingContext wrapper as needed, so foreignObject works in those contexts. r=longsonr,sr=mats
2008-07-15 15:16:43 +12:00
Robert O'Callahan
e917dc809f
Bug 445081. Factor out code to create nsSVGUtils::ComputeNormalizedHypotenuse. r=longsonr,sr=mats
2008-07-15 15:12:40 +12:00
Robert O'Callahan
92ef9ab20a
Bug 418201. Restrict filter processing to the dirty area. r=longsonr,sr=mats
2008-07-15 15:08:47 +12:00
graydon@mozilla.com
938136f2d9
bug 445243, fix standalone js shell build on windows, r=crowder
2008-07-14 17:12:51 -07:00
Boris Zbarsky
eb9b98e4f7
Bug 430424: Remove no longer needed code that munges "type" attributes in the DOM. r+sr=jst
2008-07-14 19:35:23 -04:00
Doug Turner
eed36bdbdd
Bug 443768. Several conditions in mode2binstr are always true. patch=wolfe@lobo.us, r=dougt@meer.net
2008-07-14 09:30:52 -07:00
Phil Ringnalda
6546d97425
Bug 445094 - clean up unix/packages-static, r=ted
2008-07-14 01:53:27 -07:00
Steven Michaud
dc085b2e37
Crash while doing Flash IME. b=443024 r=josh,masayuki sr=vladimir
2008-07-14 09:38:49 -05:00
timeless@mozdev.org
18042af9cc
dis and dissrc throw not-exceptions when passed invalid arguments. bug 422592, r=shaver
2008-07-14 15:24:47 +02:00