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

20898 Коммитов

Автор SHA1 Сообщение Дата
jonas%sicking.cc a29a2ff9c6 Backing out bug 400327 too see if that helps Ts 2007-11-14 19:12:01 +00:00
dolske%mozilla.com 72296b6b6c Bug 386651 - Need regression tests for image decoding. rs=stuart. [This is part 1 -- framework and initial tests. More to come.] 2007-11-14 01:44:54 +00:00
dbaron%dbaron.org 85d4e3f28b Distribute height to rows even if the rows in question are all zero-height (in which case, distribute it equally). b=403656, 377711 r=dholbert sr=roc a=blocking1.9+ 2007-11-14 01:25:09 +00:00
reed%reedloden.com 6cbe892f86 Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep] 2007-11-13 19:14:08 +00:00
enndeakin%sympatico.ca 179ca2062f Bug 400327, use a different mechanism for the spliiter, insert it when the url and search fields are adjacent, r=mano,neil,sr=neil,a=schrep 2007-11-13 18:53:58 +00:00
dholbert%cs.stanford.edu 9c103520ef Bug 403519 reftest. r=roc, a=reftest 2007-11-13 18:44:42 +00:00
reed%reedloden.com 1482b25289 Bug 402198 - Use async version of Invalidate() to avoid flushing pending notifications [p=mats.palmgren@bredband.net (Mats Palmgren) r+sr=roc a1.9=schrep] 2007-11-13 16:44:48 +00:00
rflint%ryanflint.com 8e9374a97a Backout bug 396278 due to failing reftests 2007-11-13 14:18:37 +00:00
enndeakin%sympatico.ca 66e64917ba Bug 400999, gap in tree lines, fix by including the border and padding for primary cells in the clip area, r+sr=neil,a=beltzner 2007-11-13 12:37:01 +00:00
Olli.Pettay%helsinki.fi 540e8a024b backout Bug 373344, the assertion is still there :( 2007-11-13 10:54:01 +00:00
reed%reedloden.com 5942f97543 Bug 396278 - "should take edge values from print settings instead of prefs" [p=chpe r+sr=roc r=gavin a1.9=schrep] 2007-11-13 10:30:40 +00:00
Olli.Pettay%helsinki.fi d73b36a08e Bug 373344, r+sr=roc, a=blocking1.9+ 2007-11-13 10:29:29 +00:00
reed%reedloden.com 8400059a8a Bug 388980 - "Gmail compose mail (midas), background color doesn't work" [p=cpearce r=peterv sr=roc a1.9=schrep] 2007-11-13 08:10:04 +00:00
reed%reedloden.com f30cd776a9 Bug 394473 - "caret/cursor in View Source is invisible since 20070628 {not rendered, seen, can't, cannot, shown, displayed}" [p=cpearce r=peterv sr=roc a1.9=schrep] 2007-11-13 05:42:52 +00:00
dholbert%cs.stanford.edu 4d47925b46 Bug 403519: Support cells w/ prefWidth=nscoord_MAX when computing column intrinsic widths. r+sr=roc, a=mtschrep 2007-11-13 01:11:20 +00:00
enndeakin%sympatico.ca 4caa4fd065 Bug 400893, escape should close panels, r+sr=neil,a=beltzner 2007-11-12 21:52:17 +00:00
dbaron%dbaron.org a18c23a25e Add bug number. 2007-11-12 20:12:10 +00:00
dbaron%dbaron.org 9e837cb989 Add bug number. 2007-11-12 20:08:29 +00:00
dbaron%dbaron.org 24c5b58728 Make inline-block and table-caption elements not ignore text-decoration. b=371249 r+sr=roc a=dsicore 2007-11-12 19:13:19 +00:00
fantasai.cvs%inkedblade.net 0e2713d6ad update last continuation assertion to account for overflow container continuations b=399687 r+sr=roc a=beltzner 2007-11-12 19:05:42 +00:00
fantasai.cvs%inkedblade.net fcaa62d2dd ignore overflow containers when balancing, b=399407, r+sr=roc a=beltzner 2007-11-12 19:00:59 +00:00
peterv%propagandism.org 3c5054a6a9 Fix for bug 394264 (Ctrl+Home doesn't work, in the body of a message being composed). r=Neil, sr=jst. 2007-11-12 14:46:13 +00:00
Olli.Pettay%helsinki.fi 4dae3f6c91 Bug 401528, Must click twice to open link if fixed positioned div is removed on onmouseup: clicks pass through, r+sr=roc, a=blocking1.9+ 2007-11-12 12:20:41 +00:00
Olli.Pettay%helsinki.fi bc6ff5a02a Bug 301560, print() from modal dialog crashes browser [@ nsPrintEngine::ShowPrintProgress], r+sr=bz, a=blocking1.9+ 2007-11-12 12:17:23 +00:00
jwatt%jwatt.org 6022d7faa2 Fixing bug 400150. Remove |font-family: sans-serif| from svg.css. r=tor@acm.org, sr=robert@ocallahan.org, a1.9=tor@acm.org 2007-11-12 09:19:02 +00:00
roc+%cs.cmu.edu 723bd4bbcc Backing out bug 375304 because of reftest failure 2007-11-12 03:40:28 +00:00
roc+%cs.cmu.edu 913d362783 Bug 375304. Fix absolute positioning for scrolled abs-pos containers with weird height constraints. patch by Eli Friedman, r+sr=roc 2007-11-12 02:20:13 +00:00
roc+%cs.cmu.edu 3ef9014227 Bug 389707. Rework text-transform:capitalize by putting logic to decide what to capitalize into nsLineBreaker. r=smontagu 2007-11-12 01:51:32 +00:00
roc+%cs.cmu.edu 9cae69f972 Bug 397428. Return 'complete' on *all* paths whenever we push a rowgroup to the next page. r=bernd,sr=bzbarsky,a=schrep 2007-11-12 01:45:57 +00:00
bzbarsky%mit.edu 85a08529f5 Don't assume that GetPrimaryFrameFor actually works correctly. Bug 403245, r+sr+a=roc 2007-11-12 00:47:50 +00:00
smontagu%smontagu.org 4776a379e9 Typo fix 2007-11-11 21:29:38 +00:00
smontagu%smontagu.org 62d7ded786 Mark failing and unexpectedly passing tests as random 2007-11-11 20:59:23 +00:00
pavlov%pavlov.net 43b6824755 bug 403280.
convert nsLayoutUtils::DoCompareTreePosition from an nsAutoVoidArray to a larger nsAutoTArray
convert nsContentUtils::ComparePoints from an nsTArray to an nsAutoTArray
r/sr/a=sicking
2007-11-11 20:35:30 +00:00
pavlov%pavlov.net 6ae7654dbc bug 403287. use an nsAutoTArray instead of an nsVoidArray to avoid heap allocations. r/sr=roc a=schrep 2007-11-11 20:31:39 +00:00
smontagu%smontagu.org b23fe01d80 Define langgroups for all charset decoders 2007-11-11 19:52:34 +00:00
smontagu%smontagu.org c24871b326 Clear first-letter state when leaving the first-letter frame inserted by the frame constructor. Bug 402380, r+sr+blocking1.9=roc 2007-11-11 19:44:33 +00:00
smontagu%smontagu.org 4c44cef50e Testcase for bug 399951 2007-11-11 19:35:23 +00:00
smontagu%smontagu.org 262da08cf7 Do AdjustOffsetsForBidi after RemoveBidiContinuation so that we have up-to-date information about which continuations are fluid and which are non-fluid. Bug 397961, r=uriber, sr+blocking1.9=roc 2007-11-11 19:34:06 +00:00
bzbarsky%mit.edu 643ad985f9 When invalidating the canvas, do a DEFERRED view batch to prevent us entering
reflow under frame construction.  Bug 402713, r+sr=roc, a=schrep
2007-11-11 19:09:45 +00:00
bzbarsky%mit.edu 1a49048af4 Give placeholders for out-of-flow tables the right parent style context. Bug
403175, r+sr+roc, a=schrep
2007-11-11 19:07:11 +00:00
bzbarsky%mit.edu e6d4f3b75a Fixing comment 2007-11-10 06:26:58 +00:00
mats.palmgren%bredband.net b11072bbed Backing out relevant part of bug 402198 to see if it fixes Orange on Windows Tinderbox... 2007-11-10 04:23:27 +00:00
mats.palmgren%bredband.net 605e4cb440 Use async version of Invalidate() to avoid flushing pending notifications. Also, document this aspect of the Invalidate() API. b=402198 r+sr=roc a=mtschrep 2007-11-10 00:51:03 +00:00
Olli.Pettay%helsinki.fi 6283ec8380 Bug 398265, Crash [@ nsPrintPreviewListener::RemoveListeners()] with <frame> on print preview, r+sr=roc, a=1.9+ 2007-11-09 22:38:46 +00:00
Olli.Pettay%helsinki.fi 77a6c16c19 Bug 363265, fix comment about mTextZoom/mPageZoom members 2007-11-09 22:29:43 +00:00
jruderman%hmc.edu 67b7f123e5 Fix bug 401393, leak and assertion with Flash if Greasemonkey is installed. r=sicking, sr=jst, a=blocking1.9. 2007-11-09 22:26:04 +00:00
joshmoz%gmail.com 2842ede2ff tests should pass on PPC now, get rid of the expected failures. patch by jdaggett. b=382048 r=josh sr=dbaron 2007-11-09 17:56:16 +00:00
dholbert%cs.stanford.edu 45456607c1 Bug 398181: Use NSCoordSaturatingAdd/Subtract in 3 places where we might have
unconstrained heights.  r+sr+a=roc
2007-11-09 17:16:36 +00:00
Olli.Pettay%helsinki.fi 7fe67a9ca5 Bug 363265, Scroll arrows, page up/page down, home, end, and space don't work in print preview, r=roc+myk,sr=roc,a=1.9+ 2007-11-09 10:19:12 +00:00
Olli.Pettay%helsinki.fi f9529b315b back out Bug 373344 2007-11-09 09:40:45 +00:00