asqueella%gmail.com
175cc8c7a3
add mochitest for bug 373293 ("Style attribute is "transparent;" (missing property name)")
...
p=Ryan Jones <sciguyryan@gmail.com>
r=dbaron
2007-03-12 05:59:13 +00:00
asqueella%gmail.com
2e26a572cc
decomtaminate nsIXULPrototypeCache (bug 364329)
...
r=smaug, sr=roc
2007-03-12 05:53:33 +00:00
roc+%cs.cmu.edu
8b52a3f2c1
Bug 372237. Never set TRUNCATED reflow status if the available height is unconstrained, even if the height happens to exceed the constant we use to indicate unconstrained height. r+sr=dbaron
2007-03-11 20:34:15 +00:00
roc+%cs.cmu.edu
0e7b37595e
Bug 372237. Make DoDeletingFrameSubtree skip overflowOutOfFlow child lists since they contain out-of-flow frames. r+sr=dbaron
2007-03-11 20:29:20 +00:00
martijn.martijn%gmail.com
2297880ec4
Reftest for bug 325486 - Input element default value invisible when overflowing parent div, r=dbaron
2007-03-11 19:09:33 +00:00
uriber%gmail.com
029901ef1d
Reftest for bug 332975
2007-03-10 18:51:23 +00:00
tor%cs.brown.edu
eaeda066b9
Bug 373089 - add a ParentChainChanged notification to nsIMutationObserver.
...
r+sr=sicking
2007-03-10 13:49:43 +00:00
dbaron%dbaron.org
b064e8cad2
Add tests by Ryan VanderMeulen <ryanvm@gmail.com>, rs=dbaron.
2007-03-10 00:38:50 +00:00
bzbarsky%mit.edu
098348b001
Relanding bug 267833. Let's see what Txul does now. Still r+sr=sicking
2007-03-09 23:43:50 +00:00
tor%cs.brown.edu
0307c2f9f6
Bug 369528 - SVG code not handing surface endianness properly. r+sr=roc
2007-03-09 20:27:01 +00:00
tor%cs.brown.edu
72f5c788dc
Bug 353172 - remove nsSVGCoordCtxProvider.
...
Patch by malex@cs.utexas.edu and tor, r=jwatt+roc, sr=roc
2007-03-09 16:27:01 +00:00
jruderman%hmc.edu
b4a3b32e02
Fix bug 373293, Style attribute is "transparent;" (missing property name). r+sr=dbaron
2007-03-09 09:43:55 +00:00
dbaron%dbaron.org
5f86dbd57d
Round the alpha component in computed style as well. b=372782 r+sr=bzbarsky
2007-03-08 18:44:45 +00:00
longsonr%gmail.com
c12162525a
Bug 371256 - combining SVG a and text elements leads to validation problems. r+sr=roc
2007-03-08 13:50:46 +00:00
sayrer%gmail.com
9025a9f7e5
Bug 364867. quiet the 'textframe maps no content' noise. r+sr=roc
2007-03-08 02:53:58 +00:00
roc+%cs.cmu.edu
96bcb5c271
Bug 362435. Try using Samba's ntlm_auth to perform NTLM authentication on our behalf, when available. If the user has logged in by authenticating to Active Directory, then this may avoid having the user enter their password again. (single sign on) r+sr=biesi
2007-03-08 01:48:25 +00:00
roc+%cs.cmu.edu
800669d476
Bug 372729. Layout scrollbars before onload fires. r+sr=bzbarsky
2007-03-08 01:37:06 +00:00
dbaron%dbaron.org
97ff6fff25
Add two more tests for 332360.
2007-03-08 01:25:11 +00:00
dbaron%dbaron.org
f43ed47f04
Oops.
2007-03-08 00:56:50 +00:00
dbaron%dbaron.org
1632438f53
Fix bullet position of floating direction:rtl list items. b=332360
2007-03-08 00:27:51 +00:00
dbaron%dbaron.org
10ba6030af
Fix bullet position of floating direction:rtl list items. b=332360 Patch by Hideo Saito <saito@densan.co.jp>. r+sr=dbaron (with modifications)
2007-03-08 00:27:16 +00:00
jruderman%hmc.edu
378026ae4c
Remove stray dump() from this copy of tableDom.js too.
2007-03-07 21:52:01 +00:00
jruderman%hmc.edu
a39630a88d
Remove stray dump() from test. r=bernd.
2007-03-07 21:50:58 +00:00
asqueella%gmail.com
0cb1771f10
fix bug 371026 - reftest: double setTimeout from onload is not late enough for some tests
...
the fix is to provide a way for the testcase to indicate when it's finished loading.
Also move the reftest self-checks into their own manifest.
r=dbaron
2007-03-07 19:50:02 +00:00
jruderman%hmc.edu
a2170b07b4
Add reftest for bug 372776. r=bernd.
2007-03-07 19:17:24 +00:00
Olli.Pettay%helsinki.fi
baadb13165
Bug 372797, Convert ScrollFrameIntoView users to use ScrollContentIntoView, r+sr=roc
2007-03-07 19:08:36 +00:00
neil%parkwaycc.co.uk
8056af96b4
If we can't find anywhere from which to extend a range, give up and just select the end item b=372591 r=enn sr=roc
2007-03-07 13:25:13 +00:00
bmlk%gmx.de
d68a0652fc
mark zerocolspans to be expanded if they are inserted rather than appended. bug 372776 r/sr=bzbarsky
2007-03-07 05:06:38 +00:00
philringnalda%gmail.com
de15f626ce
Bug 256084 - view RDF as XML, not as broken-looking text that claims to be XUL, r+sr=bz
2007-03-07 04:23:27 +00:00
bzbarsky%mit.edu
372e1553c0
Back out bug 267833 to test performance effect.
2007-03-06 21:12:49 +00:00
mats.palmgren%bredband.net
2d86c5ebc5
Ignore calls to RemoveMappingsForFrameSubtree() after WillDestroyFrameTree() have been called. b=372576 r+sr=bzbarsky
2007-03-06 21:07:21 +00:00
bzbarsky%mit.edu
448ba1fa30
Fire XBL constructors asynchronously after binding attachment, unless we're in
...
the middle of an update. In that case, fire them at the end of the update.
Bug 267833, r+sr=sicking, fingers-crossed=me
2007-03-06 19:36:36 +00:00
bzbarsky%mit.edu
6f491f97f9
Adding test. Patch by Ryan Jones <sciguyryan@gmail.com>
2007-03-06 18:11:27 +00:00
bzbarsky%mit.edu
6b73f9fe10
Disable the tests again. %^%$^$%^%$ test tinderbox. :(
2007-03-06 18:09:12 +00:00
bzbarsky%mit.edu
030911a3b7
Let's try running the full test again, for kicks
2007-03-06 17:04:15 +00:00
longsonr%gmail.com
47567ced03
Bug 372689 - Simplify text update code. r+sr=tor
2007-03-06 10:17:43 +00:00
Olli.Pettay%helsinki.fi
4e0ebc823d
Bug 372665 ��� Crash [@ PresShell::ScrollFrameIntoView] when focusing br during pageload. (Adding ScrollContentIntoView), r+sr=roc
2007-03-06 09:53:56 +00:00
bzbarsky%mit.edu
1ef38dab70
Skipping tests that are failing for no reason I can see.
2007-03-06 07:55:09 +00:00
bzbarsky%mit.edu
1761fcd8e3
Add test for bug 372770 and fix minor space issue with geting the "background"
...
property when background-position is not set. r+sr=dbaron
2007-03-06 06:59:39 +00:00
dbaron%dbaron.org
6f8ecd09a6
Don't forget the alpha component of colors, when needed. b=372770 r+sr=bzbarsky
2007-03-06 04:35:56 +00:00
jruderman%hmc.edu
4f92f7826b
Adding reftest. r=dbaron
2007-03-06 03:07:10 +00:00
Olli.Pettay%helsinki.fi
2a7ac23501
Bug 368501, Table Properties Windows Cut Off, r=bz, sr=roc
2007-03-05 21:55:23 +00:00
bzbarsky%mit.edu
efc43521f2
Adding regression test. Patch by Ryan VanderMeulen <ryanvm@gmail.com>
2007-03-05 18:27:23 +00:00
bzbarsky%mit.edu
50aa949510
Adding tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com>
2007-03-05 18:14:58 +00:00
bzbarsky%mit.edu
eb87b012db
Adding tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com>
2007-03-05 18:14:57 +00:00
bzbarsky%mit.edu
8a97cbd8a7
Add tests. Patch by Ryan VanderMeulen <ryanvm@gmail.com>
2007-03-05 18:02:49 +00:00
bzbarsky%mit.edu
2cf58923b2
Adding blue image for use in tests. Bug 372640, image by Ryan VanderMeulen
...
<ryanvm@gmail.com>, r=bzbarsky
2007-03-05 06:14:13 +00:00
roc+%cs.cmu.edu
f8cefabfb8
Bug 363253. Move scrollframe attribute-setting out of reflow to a post-reflow callback. r+sr=dbaron
2007-03-05 01:39:53 +00:00
jruderman%hmc.edu
9a29397ba7
Add reftest for bug 372553. a=bz
2007-03-05 00:42:01 +00:00
roc+%cs.cmu.edu
de73529eca
fixing unexpected reftest success for test 351651-2b.html, Windows only, try #2
2007-03-05 00:26:57 +00:00