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

6344 Коммитов

Автор SHA1 Сообщение Дата
Mats Palmgren 28b9f03b81 Use async Invalidate() to avoid crashing. b=435422 r+sr=roc 2008-06-20 04:47:59 +02:00
L. David Baron 0152516a31 Backed out changeset 68362ba98c23 2008-06-17 16:10:17 -07:00
Zack Weinberg c890f24551 Remove eStyleUnit_Chars and the special cases for it throughout layout, and make ch units go through the normal eStyleUnit_Coord cases. (Bug 363706) r+sr=dbaron 2008-06-17 14:37:56 -07:00
Robert O'Callahan 41fe5283f7 Fixing testcase 2008-06-17 13:04:18 +12:00
Robert O'Callahan 27d74c4b83 Backing out bug 421436 due to regression bug 439462 2008-06-17 10:39:30 +12:00
Simon Montagu a1b1cbdae8 Remove unnecessary argument from SetBidiEnabled. Bug 435856, r+sr=roc 2008-06-16 02:28:17 -07:00
Kai Liu 364566a127 Bug 422607: avoid unneeded pixel/twip conversions to fix bookmarks menu aligment issues, r=enndeakin, sr=roc 2008-06-15 21:26:41 -04:00
Simon Montagu ecb7260656 Bug 435856: Bidi processing disabled after printing. r+sr=roc 2008-06-14 23:56:04 -07:00
Simon Montagu c4a4a71758 imported patch 435856 2008-06-14 23:51:00 -07:00
Robert O'Callahan f6e9dd5432 Bug 421436. Remove hack that gives <br> 1-appunit width in standards mode; it's no longer necessary and it can cause subtle bugs. r+sr=dbaron 2008-06-14 20:48:07 +12:00
Robert O'Callahan 849b8d073a Bug 439004. Check whether there's logically empty content already placed on the line instead of just checking whether the line has advanced horizontally. r+sr=dbaron. 2008-06-14 20:28:07 +12:00
Michael Ventnor 1e4da8126c Implement text-shadow rendering (bug 10713). r+sr=roc. Relanding with fixes to make tests pass on Mac 2008-06-13 10:02:32 +12:00
Robert O'Callahan 272b8366fa Backing out text-shadow due to Mac issues 2008-06-12 17:32:31 +12:00
Michael Ventnor d4ca609423 Implement text-shadow rendering. 2008-06-12 14:34:40 +12:00
Robert O'Callahan b85deb2cf9 Allow floats to be placed on the current line even after nonzero-width inline content has been placed. Fixes an Acid3 layout bug. r+sr=dbaron 2008-06-11 11:53:22 +12:00
L. David Baron 0429dc9698 Make top and bottom values of vertical-align align the subtree rather than the element itself. (Bug 118501) r+sr=roc 2008-06-06 09:26:58 -07:00
L. David Baron e5a556de12 Use PlaceTopBottomFrames for the children of the root span, too. (Bug 118501) r+sr=roc 2008-06-06 09:26:58 -07:00
L. David Baron 1d1988dda9 Don't make our anonymous blocks that wrap blocks inside inlines be containing blocks so that we get the right containing block direction per the CSS spec. (Bug 423306) r+sr=roc 2008-06-05 16:06:34 -07:00
L. David Baron 748d4c8a4a Remove unneeded (and not present in the proposed CSS3 float-displace property) border-box and padding-box values of -moz-float-edge. (Bug 432891) r+sr=roc 2008-06-05 16:06:34 -07:00
L. David Baron 29df669db1 Eliminate unnecessary reference counting of gfxContext objects. b=433640 r+sr=roc 2008-06-03 15:25:31 -07:00
L. David Baron 6c561c923d Remove no-longer-needed else clauses, and make the *IsExact members DEBUG-only. b=419076 r+sr=bzbarsky 2008-06-03 15:25:31 -07:00
roc+@cs.cmu.edu dd7bff4164 Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver 2008-05-28 06:39:41 -07:00
jst@mozilla.org 381e2f7285 Fixing bug 430802 (and bug 405357). Prevent plugin instantiation code re-entrancy. r=jwatt@jwatt.org, sr=bzbarsky@mit.edu, a=beltzner 2008-05-06 13:49:30 -07:00
dbaron@dbaron.org 1b55dad02a Compute widths for replaced block clearing past floats once we're at the correct vertical position. b=430813 r+sr=roc a=schrep 2008-05-03 16:33:36 -07:00
dbaron@dbaron.org cbd2d2f51f Fix extra block-clearing caused by margins on tables. b=430813 r+sr=roc a=damon 2008-05-01 08:14:36 -07:00
dholbert@cs.stanford.edu 7616542952 Bug 430389: Use correct clip-rect to prevent multipage print-selection output from streaming off of page boundaries. r+sr=roc a=damons 2008-04-30 23:32:25 -07:00
dholbert@cs.stanford.edu d6db704dc9 Bug 430878: Call PositionChildViews after sliding selection to top of page, to fix mispositioned scrollframes in print selection. r+sr=roc a=dsicore 2008-04-28 15:55:04 -07:00
jruderman@hmc.edu 50d86bffad Add crashtest 2008-04-27 00:15:54 -07:00
roc+@cs.cmu.edu f2ae54b609 Bug 430412. Don't bother showing a scrollbar if there's less than one device pixel to scroll into view. r+sr=bzbarsky,a=beltzner 2008-04-24 01:14:06 -07:00
reed@reedloden.com 22ab0370c7 Bug 240463 - "We need up-to-date artwork for the icons of loading-images and broken-images" [p=Iconfactory ui-r=faaborg ui-r+a1.9=beltzner] 2008-04-23 22:53:41 -07:00
gavin@gavinsharp.com 4ffea006ed Bug 277067: Mozilla mistimes changing QuickDraw plugin visibility when switching tabs, patch by patch by Matthew Gregan <kinetik@flim.org>, r=josh, sr=roc, a=damon 2008-04-23 15:56:40 -07:00
gavin@gavinsharp.com cdcac2aad4 Bug 423523: Caret can leave div w/ contenteditable = true with repeated arrow keys, patch by Chris Pearce <chris@pearce.org.nz>, r+sr=peterv, a=beltzner 2008-04-23 15:33:14 -07:00
jruderman@hmc.edu 67e4888760 Adding crashtest 2008-04-22 21:44:09 -07:00
jruderman@hmc.edu 5d0ce34ba5 Add a crashtest 2008-04-22 21:43:19 -07:00
jruderman@hmc.edu 55ae35c91c Add crashtest 2008-04-22 21:42:25 -07:00
jruderman@hmc.edu 36282862fb Adding crashtest 2008-04-22 21:41:28 -07:00
jruderman@hmc.edu 3c1aa4c151 Adding a crashtest. 2008-04-22 21:38:41 -07:00
jruderman@hmc.edu 9877afc785 Add crashtest 2008-04-22 21:35:50 -07:00
jruderman@hmc.edu b0ab215181 Add crashtest 2008-04-22 21:35:50 -07:00
jruderman@hmc.edu dfd182a833 Add a crashtest 2008-04-22 21:34:53 -07:00
jruderman@hmc.edu 310e364f2c Adding crashtest 2008-04-22 21:24:35 -07:00
jruderman@hmc.edu d4635ae2d7 Add crashtest. 2008-04-22 21:21:06 -07:00
jruderman@hmc.edu b2fd5308a0 Add crashtest 2008-04-22 21:06:07 -07:00
jruderman@hmc.edu 4d8cf5015d Add a crashtest 2008-04-22 21:04:55 -07:00
jruderman@hmc.edu 6eda2697dc Add crashtest 2008-04-22 21:02:09 -07:00
fantasai.cvs@inkedblade.net ceb1ddeaa8 prevent fixed frames from trying to split reflow roots in print mode b=408602 r+sr=roc a=disicore 2008-04-22 10:24:28 -07:00
bzbarsky@mit.edu 0677b53cf8 Don't try to include the selection area in our text-decoration overflow if we're not selected. Bug 429595, r+sr=roc, a=beltzner 2008-04-21 20:28:14 -07:00
dholbert@cs.stanford.edu a7816bad18 Bug 429337: re-landing patch, with bustage fix. (bustage fix initializes nsPrintSettingsGTK::mPrintSelectionOnly to false in default constructor. Wasn't getting initialized before.) 2008-04-21 18:18:26 -07:00
dholbert@cs.stanford.edu 9542b42d3e Backing out bug 429337 to fix broken printing reftests on linux test box. 2008-04-21 17:48:12 -07:00
dholbert@cs.stanford.edu 4970e0e41b Crashtests for bug 404219. a=tests-only 2008-04-21 17:23:59 -07:00
dholbert@cs.stanford.edu 86ba5b3e8c Bug 429337: During print-selection, don't use an unconstrained page height everywhere -- just on the reflowSize (where we need it, to catch selections on pages beyond the first). r+sr=roc a=beltzner 2008-04-21 15:36:26 -07:00
timeless@mozdev.org ee81ec416a Bug 351687 [@ nsBlockFrame::GetAccessible] mContent null check comes after we use mContent r=aaronl sr=dbaron a=beltzner 2008-04-21 10:19:32 -07:00
smontagu@smontagu.org 51292d181b Assert that the nsContinuingTextFrame is not a first continuation. Bug 414760, r+sr=roc 2008-04-21 00:17:04 -07:00
peterv@propagandism.org 96aa7bdc46 Fix for bug 388659 (Links become undraggable when document contains contenteditable element). r/sr=roc, a=beltzner. 2008-04-18 06:27:02 -07:00
roc+@cs.cmu.edu 637585fe8b Bug 428156. Relanding. Make ComputeRepaintRegionForCopy handle non-moving frames that clip moving frames. r+sr=dbaron 2008-04-18 02:21:21 -07:00
fantasai.cvs@inkedblade.net 98c1006332 consider relevant overflow when balancing columns (fixes various crashes and hangs) b=404215 r+sr=roc a=beltzner 2008-04-18 00:40:35 -07:00
jst@mozilla.org e619daaa68 Landing fix for bug 419716. Make us consistently deal how we're pass param tags to object tags when parsing XHTML. Patch by mrbkap@gmail.com and bent.mozilla@gmail.com, r+sr=jonas@sicking.cc, a=beltzner 2008-04-17 15:30:51 -07:00
roc+@cs.cmu.edu af00467b19 Bug 428156 backout 2008-04-17 04:52:32 -07:00
roc+@cs.cmu.edu 17b156af53 Bug 428156. ComputeRepaintRegionForCopy needs to handle non-moving frames that clip moving content. r+sr=dbaron,a=beltzner 2008-04-17 01:15:14 -07:00
mats.palmgren@bredband.net 1bf5c1fd2f Stop QuickTime and Flip4Mac plugins directly when requested (not off an event). b=426524 r+sr=jst a1.9=beltzner 2008-04-16 13:06:48 -07:00
masayuki@d-toybox.com bf916f6313 Bug 428846 Using underline hint at painting the strikeout line of Quirks mode r+sr=roc, a1.9=beltzner 2008-04-14 23:47:59 -07:00
dbaron@dbaron.org 00823259fc Fix bug 427129 / 377664: When displacing blocks that don't interact with floats around floats, displace the border box rather than the margin box. Fix bug 427782: Simultaneously, only displace when the width actually won't go down to an amount that fits (i.e., if it will go to an amount smaller than the intrinsic minimum width, let it). b=427129 r+sr=roc a=schrep 2008-04-14 18:05:17 -07:00
dbaron@dbaron.org ab7e601ce2 Backout bug 157546 (making the delete key delete by clusters) to fix blockers bug 419217 and bug 419406. Instead of removing the added test, mark now-failing tests as todo. a=damons 2008-04-14 18:04:18 -07:00
mats.palmgren@bredband.net 9e09c4df2a Don't delay stopping the Quicktime plugin. b=425157 r+sr=jst a1.9=beltzner 2008-04-14 16:39:59 -07:00
mats.palmgren@bredband.net 21f4f4e6f4 The position of an outside bullet should not be affected by floats inside the principal block (this fixes most cases). b=427370 r+sr=dbaron a1.9=beltzner 2008-04-13 10:43:12 -07:00
dholbert@cs.stanford.edu fa2eeaf551 Bug 427017: Disable page-break-before/after for fixed- & absolutely-positioned elements. Also, fix assertion during an iterator-comparison by handling case where lineBox is in overflow-lines. r=fantasai sr=roc a1.9=beltzner 2008-04-11 22:32:49 -07:00
bent.mozilla@gmail.com 375f81757e Bug 425551 - "Fix async DOM events from keeping link elements alive past unlink". r+sr=sicking, a=beltzner. 2008-04-11 10:29:06 -07:00
masayuki@d-toybox.com 6d5296c9bf Bug 426772 Floated first-letter generates too tall box r+sr=roc, a1.9=beltzner 2008-04-11 01:44:58 -07:00
dholbert@cs.stanford.edu 014770742b Bug 402264: When we're scaling printed content, don't scale unconstrained heights. r+sr=roc a=damons 2008-04-10 15:34:38 -07:00
roc+@cs.cmu.edu 826bb6b451 Bug 425253 crashtest 2008-04-09 22:29:53 -07:00
roc+@cs.cmu.edu d23f3b4583 Bug 425253. Propagate reflow-depth tracking through XUL box layout. r+sr=dbaron,a=damon 2008-04-09 21:39:41 -07:00
reed@reedloden.com 1ea382324c Bug 426852 - "flash object disappear after going back" [p=mats.palmgren@bredband.net (Mats Palmgren) r+sr=jst a=blocking1.9+] 2008-04-08 23:28:23 -07:00
jonas@sicking.cc 75616dfab3 Backing out due to test failures 2008-04-08 20:20:39 -07:00
jonas@sicking.cc 6006e7c4cc Bug 425551: Improve script blocker code and use it to prevent async DOM events from keeping link elements alive past CC. Patch by bent. r/sr=sicking 2008-04-08 19:06:27 -07:00
dholbert@cs.stanford.edu cbb1b3d21b Bug 421710: Replace a call to CreateContinuationFor with calls to SplitPlaceholder & SplitLine, to make sure that we don't lose the real frame for which we've made a placeholder. Patch by Michal Novotny <michal@allpeers.com> r+sr=roc a=blocking1.9+ 2008-04-08 07:42:52 -07:00
roc+@cs.cmu.edu c4eede7145 Bug 411585. Traverse all pages after the current page when painting a page, to locate placeholders that we need to traverse in order to paint out-of-flows on the current page. r+sr=dbaron 2008-04-08 06:06:12 -07:00
timeless@mozdev.org f865d91bc1 Bug 394114 Interfaces missing from various QI implementations. r=jag sr=jag a=dsicore 2008-04-07 23:18:35 -07:00
dholbert@cs.stanford.edu 764c81fa8a Bug 389949, second patch: rotate landscape-mode printed output in Linux. (so we don't end up printing landscape-oriented content on top of portrait-oriented paper.) r+sr=vlad a=blocking1.9 2008-04-07 17:32:48 -07:00
timeless@mozdev.org b603b6a629 Bug 421030 Crash in [@ nsIFrame::GetView()] refreshing Viewpoint demo page r=roc sr=roc a=roc 2008-04-06 12:02:28 -07:00
roc+@cs.cmu.edu 9024e583ba Bug 424710. Make sizing of abs-pos frames whose container is the initial containing block sane and consistent with Firefox 2, while still incorrect. r+sr=dbaron 2008-04-06 03:03:41 -07:00
smontagu@smontagu.org 9895f66f2b Correct the coordinates for selection decoration in right-to-left text. Bug 421042, r+sr=roc, a=beltzner 2008-04-06 01:12:09 -07:00
dbaron@dbaron.org 2201b03a49 Disable a small part of the fix for bug 416168 to fix a regression with outlines of certain empty inlines. b=424236 r+sr=roc a=blocking1.9+ 2008-04-05 20:55:15 -07:00
reed@reedloden.com e2ed281f8f Bug 421353 - "Moving the mouse over text hyperlinks which become underlined spikes cpu usage" (Fix incorrect use of units in previous patch) [p=reg@openpave.org (Jeremy Lea) r+sr=roc a1.9=beltzner] 2008-04-04 02:19:02 -07:00
mats.palmgren@bredband.net 2a7daa2524 Protect against integer overflow when calculating frame widths. b=421671 r+sr=roc a1.9=beltzner 2008-04-02 20:11:13 -07:00
roc+@cs.cmu.edu 68dad535ef Bug 424873. Make GetWidgetOverflow take the new frame size as input instead of using the possibly-stale old frame size. r+sr=dbaron 2008-04-01 16:34:20 -07:00
martijn.martijn@gmail.com 82d4cc2bc4 Modified test for bug 392746, to really disable test for linux for now, instead of timing out there 2008-03-31 17:33:45 -07:00
uriber@gmail.com 1edf8287bb Don't run this test on Linux for now as its causing problems in subsequent tests 2008-03-31 14:02:57 -07:00
uriber@gmail.com befef14e75 When adding a range to the selection, set the anchor focus to the added range, rather than the last range in the selection. bug=392746 r+sr=roc a1.9=beltzner. Mochitest (v3) by Martijn Wargers. 2008-03-31 10:47:42 -07:00
uriber@gmail.com 1d2a617ccd removing the test too. 2008-03-30 14:57:17 -07:00
uriber@gmail.com ba8495fbb0 reverting fix for 392746 due to unexplained failure of /tests/toolkit/content/tests/widgets/test_colorpicker_popup.xul 2008-03-30 14:55:37 -07:00
uriber@gmail.com e2a382f366 Fix test for bug 392746 to work on Mac, and to work more robustly on Windows (and Linux?) 2008-03-30 13:42:01 -07:00
uriber@gmail.com e4af915e47 When adding a range to the selection, set the anchor focus to the added range, rather than the last range in the selection. bug=392746 r+sr=roc a1.9=beltzner. Mochitest by Martijn Wargers. 2008-03-30 11:13:29 -07:00
masayuki@d-toybox.com 5ec1573a88 Bug 421353 Moving the mouse over text hyperlinks which become underlined spikes cpu usage r=roc+stuart, sr=roc, a1.9=beltzner 2008-03-29 14:25:15 -07:00
jruderman@hmc.edu 3c3f697dcf Add crashtests 2008-03-26 21:09:57 -07:00
jruderman@hmc.edu bd3efa0fce Add crashtest 2008-03-26 21:06:24 -07:00
jruderman@hmc.edu 1d617a8536 Add a crashtest. 2008-03-26 20:59:36 -07:00
jruderman@hmc.edu 55370d772a Add crashtest 2008-03-26 20:52:06 -07:00
jruderman@hmc.edu 7c030f1256 Add crashtest 2008-03-26 20:33:09 -07:00
jruderman@hmc.edu 650f183140 Add crashtests 2008-03-26 20:23:23 -07:00
jruderman@hmc.edu 494b2caaba Adding a crashtest. 2008-03-26 19:57:55 -07:00
jruderman@hmc.edu d8b9c60dca Adding crashtest 2008-03-26 18:03:02 -07:00
jruderman@hmc.edu edb4f467ec Add crashtest 2008-03-26 17:28:43 -07:00
jruderman@hmc.edu 99d5dbbdec Add crashtests 2008-03-26 17:24:55 -07:00
bent.mozilla@gmail.com 53e168470a Bug 425289 - "Mousing over plugins on Mac/Linux leaks and prevents plugin from shutting down". r+sr=jst, a=schrep. 2008-03-26 17:24:31 -07:00
jruderman@hmc.edu 8ba7da4507 Add crashtest 2008-03-26 16:27:23 -07:00
jruderman@hmc.edu 7c5cc56503 Add crashtest. 2008-03-26 15:03:26 -07:00
reed@reedloden.com a780d13d88 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-25 16:19:46 -07:00
mats.palmgren@bredband.net a8fc5acc61 Track event loop nesting level and delay stopping a plugin until it's safe. b=420886 r+sr=jst a1.9b5=beltzner 2008-03-25 09:56:04 -07:00
reed@reedloden.com aa56a3c3ae Back out Robert O'Callahan's patch from bug 423385 due to mochitest failure. 2008-03-24 23:26:53 -07:00
reed@reedloden.com 9c9982fb35 Bug 423385 - "floating parent does not size correctly with floating child using negative margin" [p=roc@ocallahan.org (Robert O'Callahan [roc]) r+sr=dbaron a1.9b5=beltzner] 2008-03-24 21:50:12 -07:00
Olli.Pettay@helsinki.fi e0bc1058eb Bug 395609, r=roc+sicking, sr=sicking, a=beltzner 2008-03-21 04:18:10 -07:00
dbaron@dbaron.org 8e53f37ae7 Fixing asymmetry between what timeless landed for bug 394114 and what he backed out. 2008-03-19 15:05:04 -07:00
timeless@mozdev.org e2c269222e reverting, wrong patch, missing AMBIGUOUS 2008-03-19 14:55:22 -07:00
dholbert@cs.stanford.edu 703b6a2f0c Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) Orig Patch: [r=ventron sr=roc] Updates: [r=ventron r+sr=vlad] a=blocking1.9+ 2008-03-19 13:51:42 -07:00
jst@mozilla.org e0f84d5154 Fixing bug 422926 (and also bugs 420886 and 423260). Don't do delayed stops of plugins unless we're deleting the frame, as some plugins apparently can't handle that. r+sr=jonas@sicking.cc 2008-03-19 12:43:10 -07:00
jwatt@jwatt.org 96e6d0e5da Bug 423436. Elements embedding SVG by reference don't resize if they depend on intrinsic percentage width/height. r+sr=dbaron@mozilla.com, blocking1.9=me 2008-03-18 17:11:01 -07:00
roc+@cs.cmu.edu 47095769b7 Bug 422394. Fix tab width calculation so we never fail to advance. r=smontagu 2008-03-17 18:48:22 -07:00
bzbarsky@mit.edu d273127892 Invalidate tables a little harder. Bug 421632, r+sr=roc 2008-03-16 13:32:48 -07:00
jruderman@hmc.edu b69ec69001 Add crashtest 2008-03-15 04:14:04 -07:00
jonas@sicking.cc 5a54fc11e8 Bug 401155: Make it safe to create a wrapper for an object at any time by making sure wrapping doesn't write script. Also set up a service that tries to keep track of when it's safe to execute script. r=bz sr=jst 2008-03-14 16:08:57 -07:00
dholbert@cs.stanford.edu 8dd5c85dec Backing out Bug 417356, due to pagination reftest failures. 2008-03-14 01:50:13 -07:00
roc+@cs.cmu.edu 54c67a8305 Bug 404140. Avoid assertions about comparing line iterators from different lists by comparing nsLineBox* pointers. r+sr=dbaron 2008-03-14 01:12:25 -07:00
dholbert@cs.stanford.edu d092b6c530 Bug 417356: Define & use "UnwriteableMargin" PrintSettings pref, to make Linux printing work more like Mac printing (keeping us from printing right up against the edge of the page) r=ventron sr=roc a=blocking1.9+ 2008-03-14 00:48:04 -07:00
dholbert@cs.stanford.edu 018d8c35be Bug 421239: Remove broken/brittle optimization of guessing (incorrectly) whether a line might be empty, when we're determining whether we need to mark next line's margin as dirty. r+sr=roc, a=blocking1.9+ 2008-03-14 00:21:15 -07:00
jst@mozilla.org e63071b3bf Fixing bug 416953. Do plugin destruction off of an event whenever possible (which is pretty much always). r+sr=jonas@sicking.cc 2008-03-13 20:31:35 -07:00
dbaron@dbaron.org 8cf98ecfa5 Don't make overflow:-moz-hidden-unscrollable affect layout. b=411213 r+sr=roc a=beltzner 2008-03-13 08:23:27 -07:00
roc+@cs.cmu.edu 2134059769 Backing out 413027 again. 2008-03-13 02:14:16 -07:00
roc+@cs.cmu.edu 18d27aaaba Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with additional XUL box layout fix to increase the frame size to the minimum size required by children even if they don't change size during layout, and a fix to scrollframes so they don't depend on being able to set a size for scrollbars less than their minimum size. r+sr=dbaron 2008-03-13 01:40:43 -07:00
masayuki@d-toybox.com 7e17e67898 Bug 417014 Need blacklist system for underline offset adjusting of CJK fonts which have wrong underline offset r=roc+stuart, sr=roc, b1.9=stuart 2008-03-12 19:36:58 -07:00
dbaron@dbaron.org ba70e0e19f Don't let the pres context's visible area get permanently set to an unconstrained height when we call ResizeReflow with an unconstrained height during SizeToContent. b=371508 r+sr=roc a=blocking1.9+ 2008-03-12 15:04:45 -07:00
smontagu@smontagu.org ab681cb915 Enable bidi processing if there are right-to-left characters in print headers or footers. Bug 421690, r+sr=roc, blocking1.9=damon 2008-03-12 00:56:38 -07:00
roc+@cs.cmu.edu d58eee5b18 Bug 413027 backed out again 2008-03-11 19:01:17 -07:00
roc+@cs.cmu.edu 75285030c0 Bug 413027. The XUL pref and min height for a CSS block should be its height when reflowed at its preferred width, NOT the height of the tallest line. r+sr=dbaron. Relanding with extra instrumentation in the strangely-failing mochitest test_bug199692.xul 2008-03-11 18:05:26 -07:00
roc+@cs.cmu.edu 5397b2ac65 Bug 420351. Don't let empty list-bullets make a line non-empty. r+sr=dbaron 2008-03-11 17:46:18 -07:00
jruderman@hmc.edu fffffa0d62 Add crashtest 2008-03-11 17:44:46 -07:00
uriber@gmail.com bc81bfad6d Don't reserve space for start (end) margin on the first- (last-) in-flow if it has a previous (next) bidi continuation. bug=421419 r+sr=dbaron a1.9=dsicore 2008-03-11 14:54:34 -07:00
roc+@cs.cmu.edu 1fe7a9f547 Backing out 420351 2008-03-11 03:44:32 -07:00
roc+@cs.cmu.edu ac87922be6 Backing out bug 413027 2008-03-11 01:36:01 -07:00
roc+@cs.cmu.edu 0256087181 Bug 413027. The XUL min-size and pref-size for a CSS block should just be its height when reflowed at its preferred width --- NOT the height of the tallest line, that is insane. r+sr=dbaron 2008-03-11 00:38:26 -07:00
roc+@cs.cmu.edu d0d7ea0e4b Bug 420351. Empty bullets cannot make a line non-empty. r+sr=dbaron 2008-03-11 00:36:03 -07:00
jonas@sicking.cc 2746cce742 Back out due to failed mochitest 2008-03-10 19:18:15 -07:00
jonas@sicking.cc ec5e786585 Bug 401155: Make sure plugins and XBL constructors not execute when creating a script wrapper if it's not safe to execute scripts. r=bz sr=jst. 2008-03-10 17:49:19 -07:00
mozilla@weilbacher.org 24f637ccdd [OS/2] Bug 369791: adapt plugin code to compile with cairo-os2, this in principle allows plugin content to be printed and windowless plugins to display, r=mkaply, a1.9+=damons 2008-03-10 17:10:55 -07:00
jst@mozilla.org 1d85f291f8 Followup fix for bug 393845, fixing minor issue found by jag, no functional change. 2008-03-08 11:04:40 -08:00
reed@reedloden.com 2393c211f6 Bug 418543 - "remove -moz-pre-wrap" [p=taken.spc@gmail.com (KUROSAWA, Takeshi) r+sr=roc a1.9=beltzner] 2008-03-08 01:44:35 -08:00
bmlk@gmx.de 4f2a2dfa66 There is no height greater than unconstrained height, bug 402872, r/sr=roc a=beltzner 2008-03-08 01:12:30 -08:00
vladimir@pobox.com 787a2e3174 b=418882, crash on www.rhein-zeitung.de, potential fix; r+sr=roc 2008-03-07 16:58:57 -08:00
jst@mozilla.org f170f91844 Fixing bug 393845. Crash with Windows Media Player 10 plugin when stopping plugin. r+sr=bzbarsky@mit.edu 2008-03-07 13:32:49 -08:00
bzbarsky@mit.edu ebc184a62a Make sure to do saturating adds on possibly-unconstrained nscoords. Bug 421404, r=dholbert, sr=roc, a=beltzner 2008-03-07 13:20:03 -08:00
vladimir@pobox.com deaa04fcb1 b=418915, plugin print rendering coordinates incorrect on win32; r+sr=roc 2008-03-05 23:06:46 -08:00