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

5425 Коммитов

Автор SHA1 Сообщение Дата
joshmoz@gmail.com 7929feaca7 take key modifiers from the current event not the current hardware state. b=320746 r=smichaud sr=roc 2008-03-04 09:58:52 -08:00
roc+@cs.cmu.edu f270904496 Bug 392809. Fix word-based caret movement around punctuation and whitespace. r=smontagu,a=beltzner 2008-03-03 00:37:34 -08:00
dholbert@cs.stanford.edu 828e13b8da Bug 418766: Use width, not height, as a quick proxy for whether a line is empty. r+sr=roc, a=beltzner 2008-02-29 13:45:43 -08:00
jst@mozilla.org c6fbe64265 Fixing bug 410946. Prevent plugins from being destroyed while there's code from those plugins on the stack. r+sr=bzbarsky@mit.edu, a=beltzner@mozilla.com 2008-02-28 18:06:00 -08:00
dbaron@dbaron.org 3f0b7f25ae Fix bug under some valid types of optimization where we cross margin and padding. b=420069 r+sr=roc a1.9b4=damons a-sheriff=sayrer 2008-02-28 17:52:06 -08:00
roc+@cs.cmu.edu 20504d8ff0 Bug 405952. Add scrollbar width to pref and min widths for overflow:scroll elements but for no other overflow values. r+sr=bzbarsky,dbaron,dholbert, a=beltzner 2008-02-28 12:37:06 -08:00
masayuki@d-toybox.com 1c98c2e245 Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) (retry) r+sr=roc, a1.9b4=beltzner 2008-02-28 07:28:37 -08:00
masayuki@d-toybox.com 076b8bba8e backing out the previous patch, becaused qm-centos5-01 dep unit test is orange 2008-02-28 05:59:25 -08:00
masayuki@d-toybox.com 600836e7ed Bug 418470 Go to line in View Source broken (NS_ERROR_UNEXPECTED at nsISelectionController.scrollSelectionIntoView) r+sr=roc, a1.9b4=beltzner 2008-02-28 03:01:56 -08:00
roc+@cs.cmu.edu efc1d5a1dd Bug 400057. Make nsBlockInFlowLineIterator useful for finding the line containing a frame, searching across block continuations and their overflow lines. Use it in various places, especially in textrun construction. r+sr=dbaron 2008-02-27 01:53:48 -08:00
roc+@cs.cmu.edu 015af08fd4 Bug 416168. Ensure that the overflow rect for a frame always includes (0,0) even if the frame rect is empty. Also ensures that if the frame rect is empty but has non-zero dimension on one axis, the overflow rect includes that size. A scrolled view for such a frame also includes that size to ensure width:0,height:Npx and width:Npx,height:0 frames are scrollable by that amount. r+sr=dbaron 2008-02-27 01:46:22 -08:00
roc+@cs.cmu.edu 5fdb0cc854 Bug 419531. Don't wipe out stored tab widths during text intrinsic size calculation. r+sr=dbaron 2008-02-27 01:29:46 -08:00
reed@reedloden.com 42eaa8950f Back out Smaug's patch from bug 395609 due to a Txul regression. 2008-02-26 19:51:00 -08:00
dbaron@dbaron.org 29a306a18f Prevent margin expansion from interfering with table caption position. Based on patch by Mats Palmgren. b=363248 r+sr=roc a=blocking1.9+ 2008-02-26 18:02:50 -08:00
dougt@meer.net 1c9c9aa46f use of max(a,b) is confusing windows mobile compiler. b=419653, r=dbaron, a=beltzner 2008-02-26 17:51:57 -08:00
Olli.Pettay@helsinki.fi 03c8fa1d73 Bug 395609, r=roc, sr=sicking 2008-02-26 15:48:49 -08:00
mats.palmgren@bredband.net fb3a1991d7 Fix a compile warning. b=417895 r+sr=roc a=blocking1.9 2008-02-26 07:04:33 -08:00
mats.palmgren@bredband.net decb9c279b Make nsTypedSelection ctors initialize all members (fixes an UMR) and reorder members to save space. b=417895 r+sr=roc a=blocking1.9 2008-02-26 07:04:14 -08:00
reed@reedloden.com 37e0037e5e Bug 410114 - "Simplify nsTransform2D" [p=alfredkayser@gmail.com (Alfred Kayser) r+sr=roc a1.9=damons] 2008-02-26 01:42:36 -08:00
roc+@cs.cmu.edu 0bd184f6aa Bug 408898. Aggressively SetWindow when paining on Mac with CG to prevent plugins drawing in the wrong place. patch by Matthew Gregan, r+sr=roc 2008-02-26 01:09:05 -08:00
dbaron@dbaron.org 764fb20bfe Fix handling of 'right'-derived static positions (mostly for RTL) when containing block has asymmetric border. b=419072 r+sr=roc a=damons 2008-02-25 13:16:21 -08:00
roc+@cs.cmu.edu 29c382a2b2 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-24 17:21:08 -08:00
dbaron@dbaron.org 23d90b0567 Fix regression handling auto margins on absolutely positioned elements. b=419060 r+sr=roc a=blocking1.9+ 2008-02-24 10:28:57 -08:00
fantasai.cvs@inkedblade.net 919d5bd3d3 fixed positioned elements print only on first and last pages b=417676 r+sr=roc 2008-02-24 04:19:17 -08:00
reed@reedloden.com a87358d673 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-23 23:35:08 -08:00
reed@reedloden.com e59cccedde 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-23 23:31:29 -08:00
uriber@gmail.com e97bd96b3a Add a comment and assertion to the fix for bug 370174. r+sr=roc on the original patch. blocking1.9=dbaron 2008-02-23 02:54:29 -08:00
roc+@cs.cmu.edu 1850bce72b 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 02:15:59 -08:00
uriber@gmail.com 54822b762c Don't crash on triple-clicking when there's an orphan content somewhere. bug=370174 r+sr=roc blocking1.9=dbaron 2008-02-22 13:21:15 -08:00
uriber@gmail.com 569b5e7d24 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 05:44:07 -08:00
roc+@cs.cmu.edu 709741beff Bug 157546. 'Delete' key should delete entire cluster. patch by Theppitak Karoonboonyanan, r+sr=roc,a=schrep 2008-02-21 18:24:04 -08:00
roc+@cs.cmu.edu f42c3541eb 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-21 17:02:52 -08:00
dholbert@cs.stanford.edu 55fc6902ca 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 13:02:07 -08:00
reed@reedloden.com 546fc74bad 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 03:33:27 -08:00
reed@reedloden.com 36a557fc04 Back out patch from Theppitak Karoonboonyanan in bug 157546 due to test failures. 2008-02-20 03:10:16 -08:00
reed@reedloden.com 61f93061b0 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 02:19:31 -08:00
fantasai.cvs@inkedblade.net 2f230818c7 switch GetOverflowAreaProperty callers to GetOverflowRect b=417116 r+sr=roc a=roc 2008-02-19 23:08:55 -08:00
roc+@cs.cmu.edu 60a9f80a00 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-19 18:07:48 -08:00
mozilla@weilbacher.org 4c60ecfb31 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 11:41:56 -08:00
dbaron@dbaron.org 655d0e3e4a Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 10:47:34 -08:00
dbaron@dbaron.org 4192bf8c4a Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 10:46:21 -08:00
bzbarsky@mit.edu f982e5e6cf 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 09:53:46 -08:00
dbaron@dbaron.org 33c8af3660 Back out for now, until I have a chance to fix reftests depending on old behavior. 2008-02-19 09:28:00 -08:00
dbaron@dbaron.org f68cc8299a Expose GetBodyContent and use it to avoid performance hit of nsIDOMHTMLDocument::GetBody. b=331530 r+sr=sicking a=schrep 2008-02-19 08:48:09 -08:00
dbaron@dbaron.org 18987947d2 Treat backgrounds on body the same in XHTML as for HTML. b=379461 r+sr=bzbarsky a=schrep 2008-02-19 08:46:29 -08:00
jag@tty.nl dd268604cd Bug 416998: Fix the order of member variable initializers for a few constructors. sr=bz, a=schrep 2008-02-18 23:36:50 -08:00
jag@tty.nl 05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
mats.palmgren@bredband.net 42d92989cd Avoid divide by zero and make negative values for -moz-column-gap/width invalid. b=416088 r+sr=roc a=mtschrep 2008-02-16 20:45:58 -08:00
masayuki@d-toybox.com 6e2677d193 Bug 392785 overflowed underline sometimes is not repainted at scrolling r+sr=roc b1.9=dbaron 2008-02-16 07:31:27 -08:00
reed@reedloden.com 2eddcd6e28 Back out Theppitak Karoonboonyanan's patch from bug 157546 due to a regression (bug 417745). 2008-02-15 12:20:55 -08:00
reed@reedloden.com 636da4197c 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-14 21:30:34 -08:00
bzbarsky@mit.edu 95b51909df Adding crashtest 2008-02-14 20:17:09 -08:00
bzbarsky@mit.edu 594852f718 Make sure to not set a negative computed width. Bug 403576, r+sr=dbaron, a=beltzner 2008-02-14 20:14:53 -08:00
roc+@cs.cmu.edu 244809251f Bug 400813, check in the right version of the patch 2008-02-14 02:03:01 -08:00
roc+@cs.cmu.edu 05225fa949 Bug 400813. Text with font-size:0 should not make a line be treated as empty. r+sr=dbaron 2008-02-14 01:08:33 -08:00
vladimir@pobox.com 2f94d8d7c7 b=415285, win32 plugin printed is overprinted ; r=stuart 2008-02-13 22:27:51 -08:00
smontagu@smontagu.org 86c874a959 Make Hebrew list numbering be ordered correctly. Bug 413928, r+sr=roc, blocking1.9=shrep 2008-02-13 00:21:59 -08:00
roc+@cs.cmu.edu abee6630e1 backing out bug 400813 again due to reftest failure... 2008-02-11 18:48:17 -08:00
roc+@cs.cmu.edu 5c233a1d82 Bug 400813. Lines with font-size:0 content should not be treated as empty. r+sr=dbaron 2008-02-11 17:42:14 -08:00
jruderman@hmc.edu a81a271ade Remove redundant |if| around assertion (bug 416645). r+sr=roc, a=schrep 2008-02-11 09:13:34 -08:00
reed@reedloden.com 0b80fce065 Bug 416630 - "nsColumnSetFrame unbounded last column next in flow check is reversed" [p=craig.topper@gmail.com (Craig Topper) r+sr=roc a1.9=schrep] 2008-02-10 23:21:43 -08:00
dbaron@dbaron.org f94fd579c7 Stop using -moz-float-edge for list items, but offset the bullet position in the presence of floats. b=413840 (and numerous others) r+sr=roc a=blocking1.9+ 2008-02-10 13:49:24 -08:00
fantasai.cvs@inkedblade.net 100dd08837 give page content frames a computed size so height: 100% works, b=411382 r+sr=bz 2008-02-08 18:54:55 -08:00
dolske@mozilla.com 68bdd59ba6 Reland 406686, tests went green apparently before picking up the backout. 2008-02-08 12:23:05 -08:00
dolske@mozilla.com 094a37ac2f Backout bug 406686 to determine cause of mochitest failures. 2008-02-08 11:07:21 -08:00
enndeakin@sympatico.ca 217d643ed4 Bug 406686, close popups on blur, this time with nullcheck, r=roc,sr=dveditz 2008-02-08 05:53:33 -08:00
bzbarsky@mit.edu 3a6834eaac Fix bug 416073: invalidate more things as needed during table reflow to prevent glitches. r+sr=roc 2008-02-08 01:36:32 -08:00
dholbert@cs.stanford.edu 7f8f780867 Bug 412607: Fix wrapping issue by clearing trimmable width before trying CanPlaceFrame. r+sr=roc, a=blocking1.9 2008-02-07 15:00:37 -08:00
mozilla.mano@sent.com 8aedbc4f64 Backing out 406686 again 2008-02-06 18:19:12 -08:00
mozilla.mano@sent.com 623f3f1f0b Relanding bug 406686 2008-02-06 16:55:55 -08:00
mozilla.mano@sent.com 7341621336 Attempt to fix orange by backing out 406686 2008-02-06 15:45:59 -08:00
enndeakin@sympatico.ca 597b67b80a Bug 406686, close popups on blur, r=roc,sr=dveditz 2008-02-06 13:12:00 -08:00
mats.palmgren@bredband.net 8d6b926236 Remove assertion test for bug 414740 since there's something wrong with the test. 2008-02-06 12:01:03 -08:00
mats.palmgren@bredband.net 2dc7216b3e Plug a nsLineIterator leak. b=414740 r+sr=roc a=blocking1.9 2008-02-06 10:21:29 -08:00
jruderman@hmc.edu 2306b26b40 Add a crashtest 2008-02-04 17:18:48 -08:00
jruderman@hmc.edu 283b2e2031 Add crashtest 2008-02-04 17:15:13 -08:00
jruderman@hmc.edu 8d154e5a0c Add a crashtest 2008-02-03 21:49:00 -08:00
dholbert@cs.stanford.edu 8ba0cf86f9 Bug 414075: Set the correct dead space gap value in Print Preview. Patch by Jeremy Lea <reg@openpave.org> r+sr=roc a1.9b3=schrep 2008-01-30 22:12:52 -08:00
roc+@cs.cmu.edu 58d69504b1 Remove unnecessary whitespace, triggering a build 2008-01-30 10:12:38 -08:00
roc+@cs.cmu.edu 0b989b691c Backing out 400813, sigh 2008-01-29 23:35:05 -08:00
roc+@cs.cmu.edu 4786a8d1cb Bug 400813. Lines with actual content that just happens to be zero-width should be treated as non-empty. r+sr=dbaron 2008-01-29 23:12:26 -08:00
fantasai.cvs@inkedblade.net a08c95968b patch hang for FFb3 b=414255 r+sr=roc 2008-01-29 21:48:42 -08:00
jonas@sicking.cc c104841a09 Bug 399352: Get rid of known-but-harmless assertions for GetUsedMargin/Border/Padding. r/sr=dbaron 2008-01-29 20:53:46 -08:00
roc+@cs.cmu.edu 5338360abe Bug 411870. nsBidiPresUtils needs to track the current line across block continuation boundaries. r=smontagu 2008-01-29 15:39:39 -08:00
dbaron@dbaron.org f970a9abc8 Push scrollframes, tables, and other blocks that don't participate in float formatting down when they don't fit next to floats. b=134706,349255 r+sr=roc a=blocking1.9+ 2008-01-28 23:40:05 -08:00
reed@reedloden.com d3ea293464 Bug 328718 - "GetEdgePaperMarginCoord should extend one inch" [p=hb@calen.de (Hb) r+sr+a1.9=roc] 2008-01-28 23:38:20 -08:00
mozilla@weilbacher.org d0cb8b7ca7 Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner 2008-01-28 15:07:34 -08:00
roc+@cs.cmu.edu 72c72d1d33 Bug 411870 backout again 2008-01-28 11:10:26 -08:00
roc+@cs.cmu.edu ef12785f4c Bug 411870. Bidi resolution needs to scan through block continuations when tracking the current line for frames. r=smontagu 2008-01-28 10:16:22 -08:00
roc+@cs.cmu.edu cc8a28fdd6 backing out 411870 2008-01-27 22:28:31 -08:00
roc+@cs.cmu.edu fbf20e6e5d Bug 411870. Make bidi resolution track lines across block continuation boundaries. r=smontagu 2008-01-27 21:07:14 -08:00
bzbarsky@mit.edu 48cd9701f5 Relanding bug 412679. r+sr=dbaron 2008-01-27 12:24:06 -08:00
fantasai.cvs@inkedblade.net 3cf5f1aeed handle dynamic insertion with overflow containers properly, b=403369 r=bzbarsky sr=roc 2008-01-27 00:13:19 -08:00
roc+@cs.cmu.edu 22aa9d38ba Bug 411792. Never put a line break before a preformatted newline. r=smontagu 2008-01-26 23:48:39 -08:00
myk@mozilla.org 7d62e26ef5 backing out fix for bug 412679 because it regressed a reftest 2008-01-25 15:02:23 -08:00
bzbarsky@mit.edu 697beca453 Make leaf frames follow the CSS2.1 rules on height sizing for abs-pos replaced elements. Bug 412679, r+sr=dbaron, a=schrep 2008-01-25 13:34:12 -08:00
dbaron@dbaron.org 04efaeaee5 Fix width of images where max-width < min-width <= width (min-width should win), and other similar problems. b=413361 r+sr=bzbarsky a=schrep 2008-01-23 17:21:31 -08:00
fantasai.cvs@inkedblade.net a20bb841e3 fix border/padding and availableHeight calculations at page/column breaks, b=368079 r+sr=roc a=roc 2008-01-23 16:28:42 -08:00
roc+@cs.cmu.edu eefc03fd6c Bug 363391. nsSubdocumentFrame::Reflow should not call nsLeafFrame::Reflow directly because we don't want to call FinishAndStoreOverflow twice. patch by Andrew Smith, r+sr=roc 2008-01-20 18:03:08 -08:00
fantasai.cvs@inkedblade.net 4c1ed919a6 backing out patch to bug 368079 to investigate reftest failure 2008-01-15 20:59:15 -08:00
fantasai.cvs@inkedblade.net d23593390e fix border/padding and availableHeight calculations at page/column breaks, b=368079 r+sr=roc a=roc 2008-01-15 19:54:46 -08:00
roc+@cs.cmu.edu 5273b12459 Bug 405721. nsContainerFrame::RemoveFrame should search the frame's overflow list if the frame isn't found in the main child list. r+sr=bzbarsky 2008-01-14 17:12:01 -08:00
aaronleventhal@moonset.net d146e7db59 Bug 409473. New crash caused by bug 405248. r+sr=roc, a=blocking1.9 2008-01-14 06:34:40 -08:00
vladimir@pobox.com 2ed75e8d83 b=408623, fx3 plugin printing on windows broken, r=biesi,sr=roc 2008-01-10 14:11:46 -08:00
jst@mozilla.org 586bacfa64 Fixing bug 411082. Fix top crash bug due to us calling into scriptable helper code w/o pushing a JS context on the stack. r+sr=jonas@sicking.cc 2008-01-10 13:46:33 -08:00
dwitte@stanford.edu 7e454eebf6 get rid of nsStyleStruct base type. b=408933, r+sr=dbaron, a=beltzner 2008-01-10 12:56:49 -08:00
roc+@cs.cmu.edu f20b4931ec Bug 404146. Simplifying the code a little 2008-01-09 19:23:35 -08:00
roc+@cs.cmu.edu 46e7c9c4b7 Crashtest for bug 404146. 2008-01-09 19:20:11 -08:00
roc+@cs.cmu.edu fcd171df95 Bug 404146. Advancing through nsContainerFrame next-in-flows can make our InlineData->line invalid, so just null it out if it might have become invalid. r+sr=dbaron 2008-01-09 19:18:44 -08:00
roc+@cs.cmu.edu 94f815869d Crashtest for bug 410228. 2008-01-09 15:40:17 -08:00
roc+@cs.cmu.edu a4beeb6a9d Bug 410228. Fix crash when an uppercased szlig has a font-change in the middle of it, r=smontagu 2008-01-09 15:33:34 -08:00
roc+@cs.cmu.edu 68ae6bb3ad Bug 322074. Check more carefully whether a transparent document is actually a top-level window. r+sr=bzbarsky 2008-01-09 14:50:29 -08:00
jruderman@hmc.edu a98a6a8983 Add a crashtest 2008-01-06 16:30:14 -08:00
jruderman@hmc.edu f28c0f4233 Add crashtest 2008-01-06 16:27:59 -08:00
jruderman@hmc.edu 48a9c381d5 Add a crashtest 2008-01-06 16:13:09 -08:00
jruderman@hmc.edu fa5c26fdec Add crashtest 2008-01-06 16:11:53 -08:00
jruderman@hmc.edu 9e2673ce3b Add insane crashtest 2008-01-06 16:06:36 -08:00
jruderman@hmc.edu 73b934e98f Add crashtest 2008-01-06 15:56:52 -08:00
jruderman@hmc.edu 0c4782f38e Add crashtest 2008-01-06 15:51:58 -08:00
jruderman@hmc.edu a3a948a7ff Adding a crashtest. 2008-01-06 15:49:49 -08:00
jruderman@hmc.edu f0cecc7b17 Adding crashtests 2008-01-06 15:44:37 -08:00
jruderman@hmc.edu b419930217 Adding crashtest 2008-01-06 15:10:44 -08:00
jruderman@hmc.edu 67fc631e98 Add a crashtest 2008-01-06 15:09:10 -08:00
jruderman@hmc.edu 824f4c7ed2 Add a crashtest 2008-01-06 15:02:43 -08:00
jruderman@hmc.edu 5193871849 Add crashtest 2008-01-05 22:37:19 -08:00
jruderman@hmc.edu f3bfe21706 Adding crashtest 2008-01-05 22:29:31 -08:00
jruderman@hmc.edu 9ad7d42b68 Add crashtest 2008-01-05 22:05:09 -08:00
jruderman@hmc.edu c5336d0e45 Add crashtest 2008-01-05 21:51:32 -08:00
jruderman@hmc.edu 88e45bf74a Add crashtest 2008-01-05 21:18:00 -08:00
jruderman@hmc.edu 455b16bfe7 Add crashtests for a WFM hang bug 2008-01-05 21:16:15 -08:00
bzbarsky@mit.edu dc7ecebfee Make image controls splittable just like regular images. Bug 409659, r+sr=roc, a=dsicore 2008-01-04 22:44:38 -08:00
jruderman@hmc.edu 7c5431fcb4 Add crashtests for two related bugs whose bug numbers happen to be permutations of each other. 2008-01-04 21:43:47 -08:00
jruderman@hmc.edu 13ffcc394a Adding a crashtest 2008-01-04 20:56:36 -08:00
jruderman@hmc.edu f051a2b71c Add crashtest 2008-01-04 20:18:30 -08:00
jruderman@hmc.edu 2e11880c91 Add a crashtest 2008-01-04 20:16:31 -08:00
jruderman@hmc.edu 542478eadc Add crashtests 2008-01-04 20:12:53 -08:00
dholbert@cs.stanford.edu a22620ca41 Bug 408656: Make nsPositionedInlineFrame::NeedsView return true (to ensure that abs-positioned frames inside of it will get their views positioned) r+sr=bz a=blocking1.9 2008-01-04 18:11:20 -08:00
jruderman@hmc.edu 1d2dc8791b Add crashtest. 2008-01-04 17:44:48 -08:00
jruderman@hmc.edu 810fc6c19f Add crashtest 2008-01-04 17:32:53 -08:00
mats.palmgren@bredband.net 5b263f9ea3 Make column layout deal with 'ch' unit for -moz-column-width/gap. b=391979 r+sr=roc a=beltzner 2008-01-04 09:48:19 -08:00
mats.palmgren@bredband.net eafc52bf15 Update the content offset for existing non-fluid continuations when creating a next-in-flow. b=406380 r+sr=roc a=blocking1.9 2008-01-04 09:09:35 -08:00
uriber@gmail.com 2544167c67 Fix bullet positioning for justified RTL list items. bug=410503 r=smontagu sr=roc a1.9=dsicore 2008-01-04 02:22:38 -08:00
roc+@cs.cmu.edu f8b25558e4 Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats 2008-01-03 18:08:29 -08:00
karlt+@karlt.net 97b6f538a2 FinishReflowChild() with the final position for <msqrt> and <mpadded> b=410132, r+sr+a=roc 2008-01-02 20:33:21 -08:00
reed@reedloden.com f9ee4eb39f Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 02:11:02 -08:00
mats.palmgren@bredband.net f2fb0a6f06 Backing out bug 406380 to fix reftest failure. 2007-12-31 03:32:07 -08:00
mats.palmgren@bredband.net 445f78d9d9 Crash test for bug 406380. 2007-12-31 02:30:58 -08:00
mats.palmgren@bredband.net df40d151fc Update content offset for all next-continuations, not just fluid ones. b=406380 r+sr=roc a=blocking1.9 2007-12-31 02:29:20 -08:00
dholbert@cs.stanford.edu 7fd823d909 Whitespace-only change: Clean up indentation for argument list in nsColumnSetFrame::Reflow 2007-12-27 20:00:35 -08:00
jruderman@hmc.edu 2c77f6c48f Fix these crashtests: rename -moz-intrinsic to -moz-max-content 2007-12-23 20:50:12 -08:00
jruderman@hmc.edu 4efac06e26 Add crashtest. 2007-12-23 19:08:42 -08:00
jruderman@hmc.edu 8536357df2 Add crashtest 2007-12-23 18:19:16 -08:00
jruderman@hmc.edu e22850dd2b Add crashtests. In old builds, these would have shown the problem only when Firefox was running under Valgrind. 2007-12-23 16:54:56 -08:00
jruderman@hmc.edu 5409bdf8a1 Add a crashtest 2007-12-23 16:28:28 -08:00
hwaara@gmail.com 953ce2af3a bug 392040, <select> menu requires multiple clicks to show up in zoom pages, r=bz, sr=roc, a=blocking1.9+. Also checking in a testcase for bug 404872 2007-12-22 13:07:58 -08:00
jwalden@mit.edu 96e43e2c08 Mr. President, we must not allow a crashtest gap! 2007-12-22 07:20:26 -08:00
roc+@cs.cmu.edu 10fb778c7b Bug 409337. Discard invalidation requests made by hidden plugins. r=josh,sr=jst,a=beltzner 2007-12-22 00:56:57 -08:00
roc+@cs.cmu.edu 55ba1f1426 Bug 408749 crashtest 2007-12-20 19:30:32 -08:00
roc+@cs.cmu.edu 5ba814a58f Bug 408749. Use a QI check instead of a frame-type check to detect blocks. r+sr=bzbarsky,a=schrep 2007-12-20 19:28:18 -08:00
Olli.Pettay@helsinki.fi 935f2d6de0 Bug 392698, ASSERTION: can't mark frame dirty during reflow, r+sr=roc, a=blocking1.9 2007-12-20 15:49:46 -08:00
smontagu@smontagu.org 742f271840 Collect frames from all block continuations in the buffer for bidi resolution. Bug 408292. r+sr=roc, a=schrep 2007-12-20 02:06:14 -08:00
jruderman@hmc.edu dcd465a59d Add a crashtest 2007-12-19 15:11:17 -08:00
hwaara@gmail.com 410476baa7 bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons 2007-12-19 11:40:18 -08:00
bzbarsky@mit.edu 3f30bd8674 Fix leak bug 408883. r+sr=roc, a=sicking 2007-12-19 09:44:45 -08:00
Evan.Yan@Sun.COM 1211290d23 Bug 405248 - Space between embedded objects characters is missing r=aaronleventhal a=mtschrep 2007-12-19 04:57:08 -08:00
vladimir@pobox.com 2e94f56ef2 b=406458; code cleanup: add new ThebesContext() call as opposed to NATIVE_THEBES_CONTEXT hackery, r=stuart 2007-12-18 15:01:15 -08:00
dholbert@cs.stanford.edu a150e16085 Bug 404219: Reinsert (instead of discarding) frameList after failing to remove a frame from it. r=fantasai sr=roc a=blocking1.9 2007-12-18 11:22:12 -08:00
jruderman@hmc.edu 665583641e Follow the yellow brick crashtest. 2007-12-16 22:33:10 -08:00
jruderman@hmc.edu 9558557202 Add crashtest 2007-12-16 22:10:20 -08:00
jruderman@hmc.edu 9d2fea07eb No, Mr Bond, I expect you to crash. 2007-12-16 21:45:29 -08:00
jruderman@hmc.edu c6c7227ec6 Add crashtest 2007-12-16 21:43:21 -08:00
jruderman@hmc.edu 802055547f Add very simple crashtest 2007-12-16 18:46:55 -08:00
jruderman@hmc.edu f979e4dbab Add crashtests 2007-12-16 17:40:02 -08:00
jruderman@hmc.edu 8552471d5b Add a crashtest 2007-12-16 17:35:54 -08:00
jruderman@hmc.edu 88506a1a55 Add crashtest 2007-12-16 17:31:03 -08:00
jruderman@hmc.edu 10b2af8e25 Add crashtest 2007-12-16 13:51:26 -08:00
jruderman@hmc.edu c3ae4c11f7 Add crashtest 2007-12-15 21:46:14 -08:00
jruderman@hmc.edu e1ed8af258 Add crashtests 2007-12-15 21:40:08 -08:00
jruderman@hmc.edu 9133577c03 Adding crashtest 2007-12-15 21:35:55 -08:00
jruderman@hmc.edu 5031f45cc0 Add a crashtest. 2007-12-15 21:27:13 -08:00
jruderman@hmc.edu 7d4ba1cf20 Add crashtest 2007-12-15 21:22:48 -08:00
jruderman@hmc.edu 940e10c409 Add crashtest 2007-12-15 21:03:10 -08:00
jruderman@hmc.edu 1cb36c2b59 Add crashtest 2007-12-15 20:36:59 -08:00
jruderman@hmc.edu f7bac19721 Life is like a box of crashtests. 2007-12-15 20:09:27 -08:00
jruderman@hmc.edu 48ee11ce8a Add crashtests 2007-12-15 18:52:28 -08:00
jruderman@hmc.edu cbef377f7f Add a crashtest. 2007-12-15 18:42:13 -08:00
jruderman@hmc.edu 237bd6b5db Add crashtest. 2007-12-15 18:40:51 -08:00
jruderman@hmc.edu 351d1035db Add a crashtest. 2007-12-15 18:39:16 -08:00
jruderman@hmc.edu 81316cfc54 Add crashtests 2007-12-15 18:37:15 -08:00
jruderman@hmc.edu 4dd148a264 I came, I saw, I checked in a crashtest. 2007-12-15 17:06:22 -08:00
jruderman@hmc.edu 61e46bb136 Dammit, Jim! I'm a doctor, not a crashtest dummy! 2007-12-15 16:40:52 -08:00
jruderman@hmc.edu 9b5300c78d Don't crash me, bro! 2007-12-15 16:34:03 -08:00
jruderman@hmc.edu f161572264 The first rule of crashtest club is you do not talk about crashtest club. 2007-12-15 16:13:33 -08:00
jruderman@hmc.edu e3556f097e I have a fever, and the only perscription is more crashtests. 2007-12-15 16:11:52 -08:00
jruderman@hmc.edu abe6f1e1ac Add crashtest 2007-12-15 15:30:38 -08:00
jruderman@hmc.edu 3994b27dc6 All your crashtests are belong to us 2007-12-15 14:36:28 -08:00
jruderman@hmc.edu 9c1dfacdbd Add crashtest 2007-12-15 14:32:22 -08:00
jruderman@hmc.edu ac54361f15 Really add crashtest 2007-12-15 14:29:47 -08:00
jruderman@hmc.edu 3bfff6fe58 Add crashtest 2007-12-15 14:25:19 -08:00
jruderman@hmc.edu bdd73388ef Crashtests with frickin' laser beams on their heads 2007-12-15 14:17:14 -08:00