Граф коммитов

19845 Коммитов

Автор SHA1 Сообщение Дата
bzbarsky%mit.edu 5ebb31afb7 Followup to bug 378784 based on rbs's review comments. 2007-05-06 22:50:21 +00:00
jwatt%jwatt.org 5ee2b641b9 Remove test that is a duplicate of rect-with-rx-or-ry-01.svg in this directory's parent. 2007-05-06 20:24:29 +00:00
bzbarsky%mit.edu c7a6b387d2 Change the FrameNeedsReflow API to pass the dirty flags to be added directly to
the method, instead of setting them before calling the method.  That way we can
avoid reflowing the ancestor of a reflow root which is not itself dirty but has
dirty children.  This also makes it harder to set dirty bits inconsistently
with the FrameNeedsReflow call.  Bug 378784, r+sr=dbaron, pending rbs' review
on the mathml parts.
2007-05-06 19:16:52 +00:00
kjh-5727%comcast.net bbdb08d2de Bug 377096 - Factor out nsIPrintOptions::AvailablePrinters. r=pavlov, sr=biesi. 2007-05-06 11:29:42 +00:00
mats.palmgren%bredband.net de2fa93bc5 Incremental reflow bug with direction:rtl and bidi-override. b=375716 r=uriber sr=dbaron 2007-05-06 10:29:58 +00:00
jwatt%jwatt.org 710297d935 Add reftest for bug 369992. Areas previously occupied by a foreignObject aren't repainted. 2007-05-05 17:11:45 +00:00
jwatt%jwatt.org d02b4bd42a Add bug numbers for failing tests 2007-05-05 17:09:26 +00:00
dbaron%dbaron.org 99d85de49d Fix the description of the serialize+parse tests. 2007-05-05 17:06:49 +00:00
dbaron%dbaron.org 258d225da1 Remove special handling of empty continuations, which should no longer be needed. b=238473 Based on patch by Hideo Saito <saito@densan.co.jp>. r=dbaron sr=roc 2007-05-05 17:06:04 +00:00
dbaron%dbaron.org fca64db1a1 Address bzbarsky's final review comments (comment 14) on bug 311415: consider ch units fixed as well. 2007-05-05 17:01:51 +00:00
jwatt%jwatt.org d9ce90218c Fixing bug 369827. Reflow of foreignObject with percentage width/height doesn't work. r=tor@acm.org, sr=dbaron@mozilla.com (this also fixes bug 379615, so changing the reftest manifest to expect the foreignObject tests to pass) 2007-05-05 11:11:07 +00:00
bzbarsky%mit.edu 4fa1948d92 This passes now. 2007-05-05 07:43:52 +00:00
bzbarsky%mit.edu e99077a1fb Oops. Missed a file. 2007-05-05 07:42:37 +00:00
bzbarsky%mit.edu d0ed504f43 Factor out test that fails on Mac. 2007-05-05 07:28:20 +00:00
bzbarsky%mit.edu 31b092b86f Comment out test for now until I can debug it. Bug 379809. 2007-05-05 07:05:18 +00:00
bzbarsky%mit.edu 821c53fe47 Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron 2007-05-05 06:47:09 +00:00
bzbarsky%mit.edu defebb99c4 Fixing build bustage 2007-05-05 06:37:05 +00:00
bzbarsky%mit.edu 38a556b05f Override just the border width, not all the border properties. Bug 377584, r+sr=dbaron 2007-05-05 06:22:36 +00:00
bzbarsky%mit.edu 86f8732e12 Don't cut off the right-hand side of empty comboboxes. Bug 364510, r+sr=dbaron 2007-05-05 06:20:10 +00:00
bzbarsky%mit.edu 3e3dd89bda Simplify code. Bug 367442 followup, jag's idea, r+sr=dbaron 2007-05-05 06:13:48 +00:00
bzbarsky%mit.edu 5fe6926823 Bail out of ReconstructDocElementHierarchy early if there is no root frame
(which shouldn't even happen!).  Bug 377850, r=mats, sr=dbaron
2007-05-05 06:12:44 +00:00
bzbarsky%mit.edu 6bfe4d1b01 Make computed style handle eStyleUnit_Chars. Bug 371043, r+sr=dbaron 2007-05-05 06:09:50 +00:00
bzbarsky%mit.edu 8f5c7263d5 Make computed style handle "normal" for line-height by computing an actual
numeric height.  Bug 371041, r+sr=dbaron
2007-05-05 05:30:10 +00:00
sayrer%gmail.com a892e42a14 backout patch for bug 375760 due to bustage. 2007-05-05 04:37:50 +00:00
roc+%cs.cmu.edu 9cbd608de4 Bug 375760. Make a number of small changes to the gfxTextRun/gfxFont/gfxFontGroup APIs. r=vlad 2007-05-05 02:16:17 +00:00
sharparrow1%yahoo.com d23471dc9b Bug 378662: Get rid of PresShellViewEventListener. r+sr=roc 2007-05-04 23:28:02 +00:00
aaronleventhal%moonset.net d9095846ba Bug 357583. Followup improvements to ensure that a11y is activated on Linux when it should be. r+sr=bz 2007-05-04 18:09:02 +00:00
jwatt%jwatt.org 7fd553c502 Stop assuming that the antialiased edge of a square rect with rx and ry equal to width/2 will be exactly the same as a circle with radius width/2. Hopefully that will fix this reftest's failure on Mac OS X (bug 379606). 2007-05-04 08:19:29 +00:00
jwatt%jwatt.org 68985341ae Adding reftest for SVG rect with rx _and_ ry attributes. 2007-05-04 08:05:05 +00:00
jwatt%jwatt.org e0a612f945 Now using the reftest condition construct for tests that fail instead of commenting them out entirely. 2007-05-04 07:12:14 +00:00
aaronleventhal%moonset.net 3e624b2925 Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc 2007-05-04 02:19:18 +00:00
dbaron%dbaron.org e4c1237c80 Fix bad string comparison preventing 'none' and 'initial' values of 'counter-increment' and 'counter-reset' from being parsed correctly. b=379555 r+sr=dbaron Patch by Daniel Holbert <dholbert@mozilla.com>. 2007-05-04 00:05:16 +00:00
dbaron%dbaron.org 847bd485ed Add support for -moz-intrinsic, -moz-min-intrinsic, -moz-shrink-wrap, and -moz-fill for width, min-width, and max-width. b=311415 r+sr=bzbarsky 2007-05-03 23:11:02 +00:00
aaronleventhal%moonset.net 8c1d76b576 Backing out accidental checkin for bug 357583 2007-05-03 20:20:58 +00:00
aaronleventhal%moonset.net 7a83b690b4 Bug 357583. Allow XPCOM clients to init accessibility when they use nsIAccessible. r=surkov, sr=roc 2007-05-03 19:22:24 +00:00
jwatt%jwatt.org 9908fdaab4 Turn on off text-in-link-01.svg since it's crashing linux 2007-05-03 14:50:45 +00:00
jwatt%jwatt.org 78c2fb3395 Turn on off pseudo-classes-01.svg again (looks like both tests are crashing) 2007-05-03 14:47:58 +00:00
jwatt%jwatt.org 3c2966471b Turn on off pseudo-classes-02.svg since it's crashing on linux (oops, it wasn't pseudo-classes-01.svg) 2007-05-03 13:49:02 +00:00
jwatt%jwatt.org 212c22e46f Turn on off pseudo-classes-01.svg since it's crashing on linux 2007-05-03 13:23:29 +00:00
jwatt%jwatt.org 565a2eca4d Turn on off reftests that are failing on osx 2007-05-03 13:22:06 +00:00
jwatt%jwatt.org d79bbced0e Turn on off reftests in 'bugs' subdirectory (I didn't mean to turn that on) 2007-05-03 13:03:14 +00:00
jwatt%jwatt.org 7eb15d5756 Dedicate to the public domain the reftest testcases that I've contributed 2007-05-03 12:20:17 +00:00
jwatt%jwatt.org 34a7c7f032 Turn on SVG reftests (foreignObject-01.svg and foreignObject-overflow-01.svg turned off since they currently fail) 2007-05-03 12:18:34 +00:00
bzbarsky%mit.edu e1c2d5d036 When we have a url() value that doesn't give us an imgIRequest (e.g. couldn't
create nsIURI, URI load blocked by security manager, etc), make sure to still
pick up the fallback value for cursor.  Bug 379440, r+sr=dbaron
2007-05-03 06:33:13 +00:00
bzbarsky%mit.edu 27fdff6596 Propagate a stylesheet's principal to the URI and Image CSSValues derived from
that sheet.  Bug 377091, r+sr=dbaron
2007-05-03 01:15:54 +00:00
bzbarsky%mit.edu 77fb54b5e2 Fix assert to be more correct. Bug 379383, r+sr=dbaron 2007-05-02 20:32:17 +00:00
asqueella%gmail.com 3e63b89827 Bug 379019 - Add license boilerplates to xul-document-load reftests
The patch also adds missing newlines at the end of some files and fixes the
windows linebreaks in some files.

r=gerv/robcee
2007-05-02 20:16:32 +00:00
joshmoz%gmail.com 9d5731da5c Remove some files as part of bug 379319. r=enn sr=dbaron 2007-05-02 18:13:18 +00:00
masayuki%d-toybox.com 7728e98df0 Bug 378752 Mnemonic of Menu doesn't work if an editor has focus and IME is on r+sr=roc 2007-05-02 15:34:36 +00:00
joshmoz%gmail.com e287fbfacf Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron 2007-05-02 07:46:50 +00:00