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

21914 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 2b0742da25 Reftest for bug 376375. 2008-02-25 01:36:41 +00:00
roc+%cs.cmu.edu a953d3c931 Bug 416752. Use the scrollbar min-height/min-width to establish the minimum scrollport size, not the pref-height/pref-width. r+sr=dbaron 2008-02-25 01:21:08 +00:00
dbaron%dbaron.org a57fbbfef9 Fix regression handling auto margins on absolutely positioned elements. b=419060 r+sr=roc a=blocking1.9+ 2008-02-24 18:29:11 +00:00
fantasai.cvs%inkedblade.net 673dcc3262 fixed positioned elements print only on first and last pages b=417676 r+sr=roc 2008-02-24 12:19:18 +00:00
Olli.Pettay%helsinki.fi b211cbf183 Bug 418457, Remove support for onbeforecopy/cut/paste until we have a better implementation, r+sr=sicking 2008-02-24 10:55:39 +00:00
reed%reedloden.com 6492be721f Bug 419080 - "build with undefined CSS_REPORT_PARSE_ERRORS broken" [p=romaxa@gmail.com (romaxa) r+sr=bzbarsky a1.9=beltzner] 2008-02-24 07:39:47 +00:00
reed%reedloden.com 2c11cec9a4 Bug 383267 - "When fontHeight is very large, pagescroll height(pageincrement value) is too small" [p=masa141421356@gmail.com (Masahiro Yamada) r+sr=roc a1.9=beltzner] 2008-02-24 07:35:08 +00:00
reed%reedloden.com 26da7d911c Bug 391559 - "Incorrect ordered-list numbering within -moz-column-* (and/or numbering changes when clicked)" [p=craig.topper@gmail.com (Craig Topper) r+sr=roc a1.9=beltzner] 2008-02-24 07:31:30 +00:00
vladimir%pobox.com b4f776707d b=381661, reenable bilinear image filtering [mq]: 381661-enable-bilinear.patch ; r=stuart 2008-02-23 22:30:58 +00:00
uriber%gmail.com 7f4155faea Add a comment and assertion to the fix for bug 370174. r+sr=roc on the original patch. blocking1.9=dbaron 2008-02-23 10:54:29 +00:00
roc+%cs.cmu.edu 79c86f6cc4 Bug 407095. Reflow in more situations where horizontal scrollbar appears or disappears. May hurt Tp, let's watch. r+sr=dbaron,a=damon 2008-02-23 10:16:00 +00:00
reed%reedloden.com fbc57a829f Bug 419000 - "Remove SVG_DEBUG_PRINTING (as it blocks nsTransform2D cleanup)" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons] 2008-02-23 09:25:37 +00:00
jruderman%hmc.edu d983f66183 Add crashtest 2008-02-23 00:14:17 +00:00
dbaron%dbaron.org b9c44cffa8 Correct comments in reference renderings to reflect additional bug. 2008-02-22 22:36:58 +00:00
uriber%gmail.com 7539a93d85 Don't crash on triple-clicking when there's an orphan content somewhere. bug=370174 r+sr=roc blocking1.9=dbaron 2008-02-22 21:21:15 +00:00
dbaron%dbaron.org 023abe104e Thorough reftests for CSS2 10.3.7 and 10.3.8 that I wrote for bug 403328. 2008-02-22 20:52:06 +00:00
enndeakin%sympatico.ca 0a8d901850 Bug 405719, don't set open attribute too early, followup patch which fixes test 2008-02-22 18:34:08 +00:00
dholbert%cs.stanford.edu 7c86ef1aa3 Bug 413180: Stop distributing span pct-width to cols when there are only 0-width cols left. r+sr=dbaron a=beltzner 2008-02-22 17:15:28 +00:00
uriber%gmail.com 52046caf2a When all three of 'left', 'width', and 'right' of an absolutely-positioned elemnt are 'auto', use the direction of the static-position containing block (rather than the actual containing block) to decide whether to set 'left' or 'right' to the static position. bug=403328 r+sr=dbaron b1.9=mtschrep 2008-02-22 13:44:08 +00:00
jwatt%jwatt.org 1188103213 Bug 409565. "ASSERTION: unexpected frame type" with -moz-column, float, svg. r=bz@bzarsky@mit.edu, sr=roc@ocallahan.org, b1.9=mtschrep@gmail.com 2008-02-22 10:50:32 +00:00
dholbert%cs.stanford.edu e64d269506 Bug 413286: Let empty auto-width columns be expanded. r+sr=dbaron a=blocking1.9+ 2008-02-22 03:25:57 +00:00
roc+%cs.cmu.edu 329cad8bca Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep 2008-02-22 02:24:05 +00:00
dbaron%dbaron.org ca0c23ea41 Do string appending in chunks rather than one character at a time in GatherIdent and ParseString. Allow EOF to terminate strings, per CSS 2.1. b=311566 Patch by Alfred Kayser <alfredkayser@gmail.com>, with some review comments addressed by me. r+sr=dbaron a=blocking1.9+ 2008-02-22 01:37:04 +00:00
roc+%cs.cmu.edu 507ceb4334 Reftest for bug 393490 2008-02-22 01:07:44 +00:00
roc+%cs.cmu.edu 154e8a83fe Bug 393490. When subsuming an interval, we need to merge its beginning into the current interval as well as its end, because it might start before the current interval. r+sr=dbaron 2008-02-22 01:02:52 +00:00
bzbarsky%mit.edu dc9b0ccd43 Use width, not min-width, for empty selects. Plays nicer with author styling.
Bug 315296, r+sr=dbaron, a=beltzner
2008-02-21 22:00:29 +00:00
dholbert%cs.stanford.edu 56de629fb8 Bug 402629: Fix percent-height updates in nested tables by checking if containing block depends on an ancestor cell's height, rather than just checking if it's a cell. r+sr=dbaron, a=blocking1.9+ 2008-02-21 21:02:07 +00:00
enndeakin%sympatico.ca 67e950ff4e Bug 405719, temporary change to fix orange, will investigate 2008-02-21 20:26:49 +00:00
jwatt%jwatt.org ae4f4da969 Bug 418206. Some SVG files that appear to hang Mozilla. r=longsonr@gmail.com, sr=roc@ocallahan.org, a1.9=beltzner@mozilla.com 2008-02-21 17:43:26 +00:00
enndeakin%sympatico.ca 35101a7d7b Bug 405719, regression where menus cannot be generated with templates without extra tags, also improve construction by not setting the open attribute too early and instead call the builder directly before opening a menu, r=smaug,sr=neil,a=beltzner 2008-02-21 17:40:13 +00:00
reed%reedloden.com 393db8148c Bug 380825 - "Font sizes on Tinderbox are too large" (reftest) [p=ryanvm@gmail.com (Ryan VanderMeulen) r=dbaron] 2008-02-21 11:01:28 +00:00
mozilla%weilbacher.org 0a0ea027c4 Bug 413632: Remove the remaining MOZ_CAIRO_GFX (and related variables). Full patch except configure.in change. r/sr=dbaron, r=vlad, a=beltzner 2008-02-21 08:37:30 +00:00
bmlk%gmx.de 2ab1142942 adding crashtests 2008-02-21 05:20:34 +00:00
bmlk%gmx.de ca4303d74e expand the cellmap to cover empty content rows when rebuilding the cellmap bug 351326 r/sr=bzbarsky a=mtschrep 2008-02-21 05:11:36 +00:00
dougt%meer.net b2d52d98a5 layout insepctor build bustage when building on windows mobile. r=dbaron, a=beltzner 2008-02-20 22:39:47 +00:00
bmlk%gmx.de 9dbc94f497 make the lineiterator interface for tables a little more sane bug 388700 r/sr=roc a=mtschrep 2008-02-20 20:22:18 +00:00
enndeakin%sympatico.ca 5a9bde7ad8 Bug 413268, clientX/clientY properties not working for tooltip popupshowing event, r=smaug,sr=neil 2008-02-20 20:16:55 +00:00
bzbarsky%mit.edu 2b718a0466 Adding one more test. 2008-02-20 19:58:27 +00:00
bzbarsky%mit.edu eb272def57 Adding test. 2008-02-20 19:55:22 +00:00
bent.mozilla%gmail.com 47a4005ee7 Bug 417534 - "XUL Tooltips keep windows alive until shutdown". r=enn, sr=peterv, a=blocking1.9+. 2008-02-20 19:00:11 +00:00
dbaron%dbaron.org e40d372df6 Stop working around bug 417339 now that it's fixed. Not part of default build. 2008-02-20 16:44:11 +00:00
reed%reedloden.com efa5fac90d Bug 395983 - "Duplicated Flash menus using r60(+) of Flash player" (do native drawing instead) [p=kinetik@flim.org (Matthew Gregan) r=vlad sr=roc a=blocking1.9+] 2008-02-20 11:33:29 +00:00
reed%reedloden.com dba07a61d2 Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures. 2008-02-20 11:10:17 +00:00
reed%reedloden.com d9e68584b7 Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=schrep] 2008-02-20 10:20:05 +00:00
reed%reedloden.com 6555692324 Bug 415810 - "Respect the user's settings of icons in menus" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc r=Enn a1.9=schrep] 2008-02-20 10:12:33 +00:00
jruderman%hmc.edu 6bf547f7b2 Add reftests. 2008-02-20 07:16:56 +00:00
masayuki%d-toybox.com 4e1f71d34c Bug 417315 Cannot use IME menus during IME transaction #1 r=josh+roc, sr=roc, a1.9=beltzner 2008-02-20 07:16:07 +00:00
fantasai.cvs%inkedblade.net 877d8b6e47 switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc 2008-02-20 07:08:56 +00:00
bzbarsky%mit.edu 574b758001 Adding sanity tests. 2008-02-20 04:01:52 +00:00
roc+%cs.cmu.edu 357d0526d9 Bug 261081. Support official 'pre-wrap' value for CSS 'white-space' since we already support it well as '-moz-pre-wrap'. r+sr=dbaron,a=schrep 2008-02-20 02:07:50 +00:00
mozilla%weilbacher.org 69b8115e3d Bug 415686: remove FONT_LEADING_APIS_V2 ifdefs which are no longer useful for cairo builds. Also remove related functions and tests. r/sr=dbaron, r=pavlov, a=beltzner 2008-02-19 19:41:57 +00:00
dbaron%dbaron.org 6e03664483 Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 18:47:35 +00:00
dbaron%dbaron.org da8aa84fd0 Fix reftests that depended on bug 379461. 2008-02-19 18:46:43 +00:00
dbaron%dbaron.org 71f78b8dc1 Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 18:46:21 +00:00
dbaron%dbaron.org fd3662f490 Add iframe wrappers for viewport scrollbar tests, since viewport scrollbars don't seem to show up in reftest framework. 2008-02-19 18:43:26 +00:00
bzbarsky%mit.edu 97c90c4490 Adding test 2008-02-19 18:15:45 +00:00
bzbarsky%mit.edu ac13f21def Make sure that <frame>s don't fall through to nsLeafFrame sizing, unlike
<iframe>s.  Bug 414322, r+sr=dbaron, a=schrep.
2008-02-19 17:53:46 +00:00
dbaron%dbaron.org 0039567d47 Back out for now, until I have a chance to fix reftests depending on old behavior. 2008-02-19 17:28:00 +00:00
dbaron%dbaron.org c0178a617a Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 16:48:09 +00:00
dbaron%dbaron.org b6f581ea9c Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 16:47:12 +00:00
jag%tty.nl 91e35e2fc5 Bug 399852. Experimental relanding to collect data from centos5. 2008-02-19 09:52:34 +00:00
roc+%cs.cmu.edu a84f4e152e Bug 399852. Experimental relanding to collect data from centos5. 2008-02-19 09:16:21 +00:00
jag%tty.nl 79576fee57 Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep 2008-02-19 07:36:52 +00:00
dbaron%dbaron.org 3f50bcc6fb Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418 2008-02-19 07:12:09 +00:00
dbaron%dbaron.org 2d2270abec Increase size of non-default pixel value of line-height since current was occasionally the default. b=418190 a=Tests (not part of default build). 2008-02-19 06:19:55 +00:00
dbaron%dbaron.org b37c0dbc21 Fix handling of dynamic changes for advanced CSS selectors (and avoid the cost of doing so in the normal case). b=401291, 75386, 98997, 229915, 404418 (blocking1.9+) r+sr=bzbarsky a=blocking1.9+ on 404418 2008-02-19 06:17:47 +00:00
jag%tty.nl 4221353fba Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 08:50:33 +00:00
roc+%cs.cmu.edu 7d991d1438 Bug 414784. Relanding SVG filter rework with additional fix. Lets us compute SVG work surface sizes smaller than the filter effects region, and fixes many filter correctness bugs. r=rlongson,sr=pavlov 2008-02-18 07:29:01 +00:00
roc+%cs.cmu.edu 65f84b5ea7 Backing out 414784 2008-02-18 02:20:21 +00:00
roc+%cs.cmu.edu 47c13fb6b6 Backing out 414784 due to crashtest failure. 2008-02-18 02:04:26 +00:00
dbaron%dbaron.org 8fd16c4ced Remove some commented-out filters that shouldn't have worked in the first place, and improve comments. Not part of the build. 2008-02-18 01:56:42 +00:00
roc+%cs.cmu.edu 544a6f272f Fixing typo 2008-02-18 01:14:20 +00:00
roc+%cs.cmu.edu b63221f45f Reftest suite for SVG filters (bug 414784) 2008-02-18 01:12:57 +00:00
roc+%cs.cmu.edu a8049f2396 Bug 414784. Lots of SVG filter fixes plus a framework for analyzing the filter primitive graph, which we use to compute smaller surface sizes than the filter effects region. r=rlongson,sr=pavlov 2008-02-18 01:10:58 +00:00
mats.palmgren%bredband.net fbdf605e6c Avoid divide by zero and make negative values for -moz-column-gap/width invalid. b=416088 r+sr=roc a=mtschrep 2008-02-17 04:45:59 +00:00
masayuki%d-toybox.com 79efc4821f Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 15:31:33 +00:00
jwalden%mit.edu cb89fc17d8 Document SJS availability in reftests, for righteous CGI functionality without the thoroughly sucky API. r=dbaron 2008-02-16 00:03:17 +00:00
reed%reedloden.com 4e6cca4d7d Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745). 2008-02-15 20:20:56 +00:00
reed%reedloden.com 02e9e7d405 Bug 157546 - "[CTL-Thai] IM: <delete> key should delete WHOLE Thai "display cell"" [p=thep@linux.thai.net (Theppitak Karoonboonyanan) r+sr=roc a1.9=beltzner] 2008-02-15 05:30:35 +00:00
reed%reedloden.com c02d84268f Bug 406474 - "Native GTK look for toolbar arrows" [p=twanno@lycos.nl (Teune van Steeg) r+sr=roc a1.9=beltzner] 2008-02-15 05:28:44 +00:00
bzbarsky%mit.edu 5e148f5001 Change the nsICSSParser::Parse() API so that we don't hand out a stylesheet;
require a stylesheet to be set before calling Parse().  Bug 404315,
r+sr=dbaron, a=beltzner
2008-02-15 04:21:57 +00:00
bzbarsky%mit.edu e7a2584f68 Make sure that changes to the "span" attribute on a colgroup actually work.
Bug 404309, r=bernd, sr=dbaron, a=beltzner
2008-02-15 04:19:29 +00:00
bzbarsky%mit.edu 404e296713 Adding crashtest 2008-02-15 04:17:09 +00:00
bzbarsky%mit.edu d1536cafa2 Make sure to not set a negative computed width. Bug 403576, r+sr=dbaron, a=beltzner 2008-02-15 04:14:53 +00:00
roc+%cs.cmu.edu 3c2acbab98 Bug 415684. nsAutoRepeatBoxFrame should not pretend to be refcounted. Clean up nsRepeatService so it doesn't refcount its callbacks. r+sr=mats 2008-02-15 02:04:34 +00:00
jruderman%hmc.edu 28a3973490 Add reftests 2008-02-15 01:32:02 +00:00
jruderman%hmc.edu b02059ddd9 Add crashtest 2008-02-14 23:41:38 +00:00
joshmoz%gmail.com 62ef03fb82 Opt-click in scroll well should toggle Next Page/Jump to Here behavior, not Shift-Click. Patch by Stan Shebs. b=410112 r=josh sr=roc 2008-02-14 21:45:47 +00:00
enndeakin%sympatico.ca aa22afcc01 Bug 415503, crash with popupgroup, r+sr=bz 2008-02-14 21:45:29 +00:00
roc+%cs.cmu.edu b381fdbd4e Enable reftest for bug 400813 2008-02-14 20:35:53 +00:00
roc+%cs.cmu.edu e9aad43060 Bug 400813, check in the right version of the patch 2008-02-14 10:03:01 +00:00
roc+%cs.cmu.edu 06edf89c0d Bug 400813. Text with font-size:0 should not make a line be treated as empty. r+sr=dbaron 2008-02-14 09:08:34 +00:00
vladimir%pobox.com 5b1f36ce83 b=415285, win32 plugin printed is overprinted ; r=stuart 2008-02-14 06:27:51 +00:00
surkov.alexander%gmail.com 5f21eff5f3 Bug 416553 ��� option to run accessibility tests, r=rcampbell 2008-02-14 06:20:03 +00:00
bzbarsky%mit.edu a714140fe0 Make sure to push a null float containing block for <mtd>. Bug 399676, r+sr=roc 2008-02-13 22:06:59 +00:00
dbaron%dbaron.org 85f5c4d8aa Add my todo list and make a few other tweaks. Not part of the build. 2008-02-13 21:58:28 +00:00
bzbarsky%mit.edu 61fd05eab3 Give the prefs stylesheet a .href. Bug 416896, r+sr=dbaron, a=schrep 2008-02-13 21:47:22 +00:00
longsonr%gmail.com 6a0886c08b Correct reftest bug numbers 2008-02-13 17:38:39 +00:00
longsonr%gmail.com dbaedc7ee8 Correct reftest titles 2008-02-13 16:18:25 +00:00
reed%reedloden.com f67f2f9142 Bug 416510 - "nsSliderFrame should use nsCOMPtr for its mMediator" [p=kayjay@poczta.fm (kayjay) r+sr=roc a1.9=schrep] 2008-02-13 10:41:23 +00:00