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

23538 Коммитов

Автор SHA1 Сообщение Дата
dbaron@dbaron.org df7896b797 Fix test for bug 321402 so it passes on the Mac as well. 2007-10-26 11:18:24 -07:00
enndeakin@sympatico.ca 32fad83a37 Bug 399350, clicking menu doesn't work after selecting a command, r=bz,mano,sr=bz,a=beltzner 2007-10-26 10:24:35 -07:00
dbaron@dbaron.org 19491433c5 Add bug number for failure. 2007-10-25 17:39:56 -07:00
dbaron@dbaron.org 1eb0292f90 Mark 374038-2 as random while I write the (nontrivial) patch to fix. 2007-10-25 17:31:10 -07:00
dbaron@dbaron.org 6590bc0e34 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-25 17:16:44 -07:00
dbaron@dbaron.org f31056a796 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 16:30:49 -07:00
smontagu@smontagu.org 30d0119a2d 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 04:07:25 -07:00
smontagu@smontagu.org 7547d3ddf8 Mark test as failing on Mac again 2007-10-25 03:25:38 -07:00
smontagu@smontagu.org b0409661fc 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 02:32:01 -07:00
dbaron@dbaron.org b3abffc08a Mark test as random rather than failing because it fails on only some Linux machines (bug 386713). 2007-10-24 18:06:21 -07:00
dholbert@cs.stanford.edu 70a3eefee8 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-23 20:50:14 -07:00
dholbert@cs.stanford.edu 305addae61 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-23 20:35:34 -07:00
roc+@cs.cmu.edu 7754fd9ea1 Bug 389666. Reftest (derived from bug 389468). 2007-10-23 18:40:58 -07:00
roc+@cs.cmu.edu 681e50f0cb Bug 389666. Reftest (derived from bug 389468). 2007-10-23 17:27:32 -07:00
roc+@cs.cmu.edu 68f3529436 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-23 17:07:26 -07:00
mats.palmgren@bredband.net 07ce65cf54 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-23 17:02:26 -07:00
dholbert@cs.stanford.edu 96c30b2ba1 Bug 400421 reftest 2007-10-23 16:19:56 -07:00
bzbarsky@mit.edu 8ea081ef12 Landing files that somehow got missed. Bug 397427. 2007-10-23 15:11:08 -07:00
bzbarsky@mit.edu a892964caa 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 14:56:41 -07:00
martijn.martijn@gmail.com 912f85bc16 Reftests for bug 391412 - Regression in float layout causing clear: to be ignored, r=bzbarsky 2007-10-22 15:33:41 -07:00
reed@reedloden.com 860051b8b1 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-21 21:40:02 -07:00
Olli.Pettay@helsinki.fi f756e7f2cd backout Bug 373462, bug 385322. Still regress tp/talos 2007-10-21 09:46:54 -07:00
Olli.Pettay@helsinki.fi 8b43021094 Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst 2007-10-21 07:09:29 -07:00
longsonr@gmail.com 8ac73d1dfc Bug 399360 - Remove unused closure variable. r+sr=tor,a=roc 2007-10-21 02:05:41 -07:00
masayuki@d-toybox.com 49d34ba69e Bug 399159 left edge is not aligned when text-align: justify; in Japanese paragraph (relanding) r+sr+a=roc 2007-10-21 01:10:34 -07:00
mats.palmgren@bredband.net b1054fe2a9 Mochitest for bug 386386. 2007-10-20 00:37:48 -07:00
roc+@cs.cmu.edu b7e13a0e43 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 00:30:26 -07:00
mats.palmgren@bredband.net 6366ef5b41 Discard aPrevFrame if it's the mPopupFrame since it's on a different lists. b=394800 r=enndeakin sr=bzbarsky a=dbaron 2007-10-19 22:43:38 -07:00
dholbert@cs.stanford.edu 60e9af78f6 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 10:41:29 -07:00
tor@cs.brown.edu 736d473ea9 Bug 399289 - leak of nsBaseURLParser with svg paint. r+sr+a=dbaron 2007-10-19 08:36:15 -07:00
fantasai.cvs@inkedblade.net b250abf842 Fix StealFrame failure + crash, b=400223 r+sr=roc a=roc 2007-10-19 07:54:07 -07:00
fantasai.cvs@inkedblade.net 72e0039d1d nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc 2007-10-19 07:41:29 -07:00
jwatt@jwatt.org ef5db91aa9 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 04:07:08 -07:00
neil@parkwaycc.co.uk 32d272346f Bug 399968 Back out some parts from bug 258875 that have no effect r+sr+a=roc 2007-10-19 01:51:27 -07:00
roc+@cs.cmu.edu cce045cd3c 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-18 21:56:05 -07:00
bzbarsky@mit.edu 9741a8a695 Don't run XBL constructors during frame construction, ever. Bug 398006, r=sicking, sr=roc 2007-10-18 20:51:15 -07:00
bzbarsky@mit.edu 9e2576ef31 Make vertical resizing of framesets work in standards mode. Bug 376981, r+sr=dbaron 2007-10-18 20:45:30 -07:00
bzbarsky@mit.edu 84fe7227b4 Don't show the plug-in view when it should actually be hidden. Bug 398213, r+sr=roc 2007-10-18 20:41:07 -07:00
dietrich@mozilla.com 959d3d1297 re-landing Bug 393758 2007-10-18 19:01:05 -07:00
reed@reedloden.com 9ea43da114 Fixing bustage from landing of bug 397510. 2007-10-18 18:33:52 -07:00
dietrich@mozilla.com ea096f1129 Bug 397510 Scrolling in large file is very slow due to textrun reconstruction (re-landing for roc) 2007-10-18 18:19:11 -07:00
roc+@cs.cmu.edu a07688f4cb Backing out bustage fix 2007-10-17 23:48:44 -07:00
gavin@gavinsharp.com 2294dd260a Back out the patch for bug 399159 because it's suspected of having caused the Tp regression 2007-10-17 10:03:09 -07:00
reed@reedloden.com 00ed90c554 Backout jwatt's patch for bug 399863 to help find Tp regression. 2007-10-16 17:18:11 -07:00
roc+@cs.cmu.edu a7abce45af Backing out 393758 just in case it caused perf regression 2007-10-16 16:56:27 -07:00
roc+@cs.cmu.edu 2f71cca902 Backing out fix for bug 397510 to see if it fixes the Tp regression 2007-10-16 01:20:22 -07:00
fantasai.cvs@inkedblade.net 52cc008822 fantasai is clearly having process troubles 2007-10-15 20:08:48 -07:00
fantasai.cvs@inkedblade.net 96c736f6b2 nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc 2007-10-15 20:06:36 -07:00
jwatt@jwatt.org e8bf183b7b Fixing bug 399863. We frequently call InitialUpdate() more than once on SVG frames. r=tor@acm.org, sr+a1.9=roc@ocallahan.org 2007-10-15 15:10:59 -07:00
roc+@cs.cmu.edu b366f354ac Fixing bustage 2007-10-15 14:20:36 -07:00