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

20791 Коммитов

Автор SHA1 Сообщение Дата
dholbert%cs.stanford.edu 35a63c06cc Bug 385823 - reftests (files I forgot to include in prev checkin) r+sr=dbaron 2007-11-06 22:49:05 +00:00
dholbert%cs.stanford.edu 098dff3b5a Bug 385823 - reftests. r+sr=dbaron 2007-11-06 22:48:27 +00:00
dholbert%cs.stanford.edu 0743cf8359 Bug 385823 - Let us call NotifyPercentHeight even when computed height is already set, because it'll be set on imageFrames. r+sr=dbaron, a=beltzner 2007-11-06 22:47:29 +00:00
dholbert%cs.stanford.edu f590c128b5 Bug 400171: minor reftest change -- Added explicit line-height to testcases rather than using the default value. (Bug's reproducability depends on line-height, & default value varies between platforms.) 2007-11-02 01:13:28 +00:00
dholbert%cs.stanford.edu 0b233e9d30 Bug 400171 reftest update: Fixes unexpected pass of 400171-1a on Windows by growing the first div a bit. 2007-11-01 20:17:22 +00:00
dholbert%cs.stanford.edu f32df51aa6 Bug 393655 reftests. r=roc 2007-11-01 20:07:56 +00:00
dholbert%cs.stanford.edu e85180d25d Bug 400171 reftests. r=roc 2007-11-01 19:31:36 +00:00
jst%mozilla.org f48b5df1fb Fixing bug 401053. Make sure to initialize LiveConnect any time a Java applet is loaded, no matter what markup was used to load the applet. r+sr=dveditz@cruzio.com, a=dsicore@mozilla.com 2007-10-31 22:52:11 +00:00
reed%reedloden.com e6e48956f2 Bug 391429 - "Editor caret is hidden in XULRunner applications, but visible in Firefox" [p=matt@songbirdnest.com (Matt Crocker) r+sr=peterv aM9=beltzner] 2007-10-31 18:51:50 +00:00
enndeakin%sympatico.ca 796b7437c7 Bug 396863, check the menu to ensure that the timer is for the right one, prevents multiple submenus from appearing, r+sr=roc,a=beltzner 2007-10-29 17:26:19 +00:00
dbaron%dbaron.org bd4313d750 Fix test for bug 321402 so it passes on the Mac as well. 2007-10-26 18:18:24 +00:00
enndeakin%sympatico.ca d96c9dd2d9 Bug 399350, clicking menu doesn't work after selecting a command, r=bz,mano,sr=bz,a=beltzner 2007-10-26 17:24:35 +00:00
dbaron%dbaron.org 002e20641b Add bug number for failure. 2007-10-26 00:39:56 +00:00
dbaron%dbaron.org ebcbf4617b Mark 374038-2 as random while I write the (nontrivial) patch to fix. 2007-10-26 00:31:10 +00:00
dbaron%dbaron.org 9f15f1bd96 Mark 321402-3 as random until I figure out how to fix it; add 321402-5 and 321402-6, which I forgot to put in the manifest. b=321402 2007-10-26 00:16:44 +00:00
dbaron%dbaron.org dfc1afb90e Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9 2007-10-25 23:31:04 +00:00
smontagu%smontagu.org d66775963d Change bidi-006.html to use U+05E0 HEBREW LETTER NUN instead of U+05D6 HEBREW LETTER ZAYIN because Lucida Grande is quirky 2007-10-25 11:07:25 +00:00
smontagu%smontagu.org 472558ca97 Mark test as failing on Mac again 2007-10-25 10:25:38 +00:00
smontagu%smontagu.org a0619720d7 Fix the positioning of diacritics in right-to-left languages and clean up a bunch of typos in bidi reftests. Bug 386573, r+sr=roc, a=vlad 2007-10-25 09:32:01 +00:00
dbaron%dbaron.org 13b4f86c78 Mark test as random rather than failing because it fails on only some Linux machines (bug 386713). 2007-10-25 01:06:21 +00:00
dholbert%cs.stanford.edu 0815b6156a Bug 336736: Improved reftest. (Using an exact-pixel-width div instead of a character, to avoid a pixel-rounding issue that made the old reftest fail on Mac) 2007-10-24 03:50:14 +00:00
dholbert%cs.stanford.edu d177f56e62 Bug 374927 reftest. r+sr=dbaron.
As indicated in reftest.list, this test currently fails -- it was broken by the checkin for bug 368600, and it'll be fixed by solving bug 400776.
2007-10-24 03:35:34 +00:00
roc+%cs.cmu.edu c2592ec8eb Bug 389666. Reftest (derived from bug 389468). 2007-10-24 01:40:58 +00:00
roc+%cs.cmu.edu 819c4802ba Bug 389666. Reftest (derived from bug 389468). 2007-10-24 00:27:32 +00:00
roc+%cs.cmu.edu 61c5b9f469 Bug 389666. The mTransformedTextOffset field of MappedFlow wasn't always being set up correctly, so let's just stop using it altogether. r=smontagu,a=vlad 2007-10-24 00:07:26 +00:00
mats.palmgren%bredband.net af0c51e93c Call WillDestroyFrameTree() before destroying the frame tree in ReconstructDocElementHierarchyInternal() because we have cleared the placeholder map etc at this point and we don't want RemoveMappingsForFrameSubtree() to mess with it. Also, remove the RemoveMappingsForFrameSubtree() call that was added in bug 372685 which was wrong since all the frames on a popupset's ::popupList are out-of-flows that are reachable (directly or indirectly) from a normal flow placeholder. b=398982 r+sr=bzbarsky a=dsicore 2007-10-24 00:02:27 +00:00
dholbert%cs.stanford.edu 49434e6b19 Bug 400421 reftest 2007-10-23 23:19:56 +00:00
bzbarsky%mit.edu 9d59749108 Landing files that somehow got missed. Bug 397427. 2007-10-23 22:11:08 +00:00
bzbarsky%mit.edu 71b276e4b9 Make the "href" property of stylesheets reflect the original URI that was
reflected to load the sheet.  Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
2007-10-23 21:56:43 +00:00
martijn.martijn%gmail.com ab3356bd89 Reftests for bug 391412 - Regression in float layout causing clear: to be ignored, r=bzbarsky 2007-10-22 22:33:41 +00:00
reed%reedloden.com 268f9b6472 Bug 368600 - "Table with table-layout: fixed has unconstrained width even when width specified on cell" [p=bernd_mozilla@gmx.de (Bernd) r+sr+a1.9=dbaron] 2007-10-22 04:40:02 +00:00
Olli.Pettay%helsinki.fi 0d8ed891c3 backout Bug 373462, bug 385322. Still regress tp/talos 2007-10-21 16:46:56 +00:00
Olli.Pettay%helsinki.fi 00c264a0fe Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst 2007-10-21 14:09:31 +00:00
longsonr%gmail.com ea78d9850b Bug 399360 - Remove unused closure variable. r+sr=tor,a=roc 2007-10-21 09:05:41 +00:00
masayuki%d-toybox.com 32128fd6b2 Bug 399159 left edge is not aligned when text-align: justify; in Japanese paragraph (relanding) r+sr+a=roc 2007-10-21 08:10:34 +00:00
mats.palmgren%bredband.net 9f5ce28852 Mochitest for bug 386386. 2007-10-20 07:37:48 +00:00
roc+%cs.cmu.edu 435b138e53 Bug 393096. Allow an element containing breakable whitespace to introduce a break opportunity no matter what the context. Also cleans up some trimming stuff and adds comprehensive whitespace breaking and trimming reftests. r+sr=dbaron 2007-10-20 07:30:27 +00:00
mats.palmgren%bredband.net 733990645b Discard aPrevFrame if it's the mPopupFrame since it's on a different lists. b=394800 r=enndeakin sr=bzbarsky a=dbaron 2007-10-20 05:43:39 +00:00
dholbert%cs.stanford.edu b8e96e0fbe Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's.
r=bzbarsky, r+a=roc
2007-10-19 17:41:29 +00:00
tor%cs.brown.edu 7440488627 Bug 399289 - leak of nsBaseURLParser with svg paint. r+sr+a=dbaron 2007-10-19 15:36:15 +00:00
fantasai.cvs%inkedblade.net 39b29871ca Fix StealFrame failure + crash, b=400223 r+sr=roc a=roc 2007-10-19 14:54:07 +00:00
fantasai.cvs%inkedblade.net 2d4377de3b nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc 2007-10-19 14:41:29 +00:00
jwatt%jwatt.org 1cd2403c50 Re-checkin fix for bug 399863. We frequently call InitialUpdate() more than once on SVG frames. r=tor@acm.org, sr+a1.9=roc@ocallahan.org 2007-10-19 11:07:08 +00:00
neil%parkwaycc.co.uk 6decab3665 Bug 399968 Back out some parts from bug 258875 that have no effect r+sr+a=roc 2007-10-19 08:51:28 +00:00
roc+%cs.cmu.edu 7947abf377 Backing out bug 397510 again because again it looks like it might have caused a regression, and we don't need it for M9 2007-10-19 04:56:05 +00:00
bzbarsky%mit.edu 11ca9b18e5 Don't run XBL constructors during frame construction, ever. Bug 398006,
r=sicking, sr=roc
2007-10-19 03:51:16 +00:00
bzbarsky%mit.edu b952e27f49 Make vertical resizing of framesets work in standards mode. Bug 376981, r+sr=dbaron 2007-10-19 03:45:30 +00:00
bzbarsky%mit.edu 764dedac5e Don't show the plug-in view when it should actually be hidden. Bug 398213, r+sr=roc 2007-10-19 03:41:07 +00:00
dietrich%mozilla.com 68d45468da re-landing Bug 393758 2007-10-19 02:01:05 +00:00
reed%reedloden.com c7150bc36f Fixing bustage from landing of bug 397510. 2007-10-19 01:33:52 +00:00