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

17008 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 907a58adbb Bug 288560. Set mIsTopOfPage for each column in a column set. Also, make it possible to force floats to fit by relaxing the space manager's height constraint if necessary. r+sr=dbaron,a=chofmann 2005-04-28 21:25:11 +00:00
dbaron%dbaron.org 5b5507cd04 rules=all and rules=none shouldn't trigger collapsed borders. b=155507 r=bernd sr=bzbarsky a=asa 2005-04-28 20:47:06 +00:00
bzbarsky%mit.edu 5bcf024dfc Don't call ValueAppended on every single inline style mutation. Should be a
tad faster, and actually serialize better.  Bug 288574, r+sr=dbaron, a=asa.
2005-04-28 20:19:24 +00:00
bzbarsky%mit.edu f19721ed4a Make file input frames correctly store their value in the content node even if
the whole presentation is coming down.  Bug 287120, r=sicking, sr=jst, a=brendan
2005-04-28 17:11:22 +00:00
tor%cs.brown.edu 60ab4f8513 Bug 290048 - change of <svg:use> attribute not shown. r=scooter, a=asa. 2005-04-27 16:54:12 +00:00
bmlk%gmx.de 0481ed2b5e pseudoframes need to be processed before the frame state is reset bug 282175 r/sr=bzbarsky a=asa 2005-04-27 04:25:57 +00:00
roc+%cs.cmu.edu 1fcfbfd2d9 Bug 291390. Don't do hairy view calculations in menu popups ... do it the simple way which seems to actually work. In particular we should take all scroll offsets into account. r+sr=bzbarsky,a=asa 2005-04-26 21:47:29 +00:00
mvl%exedo.nl c9234cdfad scrollTo and getPosition methods of ScrollBoxObjects should use pixels
bug 52140, r+sr=bzbarsky, a=asa
2005-04-26 11:26:31 +00:00
bzbarsky%mit.edu 6760efec13 Make text control state restoration work right even in subframes loaded from a
different website.  Bug 287446, r+sr=jst, a=chofmann
2005-04-26 03:31:29 +00:00
roc+%cs.cmu.edu 5220d01e24 Bug 291775. Fix print preview UI by making nsPrintEngine::GetSeqFrameAndCountPagesInternal use the frame constructor API to correctly find the page sequence frame. r+sr=bzbarsky,a=chofmann 2005-04-26 03:17:07 +00:00
roc+%cs.cmu.edu db10a0b5d2 Bug 291443. Listboxes should always direct mouse capture to their scrolled frame, to ensure that events reach the DOM event listener. r+sr=bzbarsky,a=chofmann 2005-04-26 03:14:38 +00:00
roc+%cs.cmu.edu d627fd1e59 Bug 174688. Don't apply top border-padding to block frames that aren't first in flow. Also, when a block is incomplete, ensure the frame extends to fill the entire available height. r+sr=dbaron,a=asa 2005-04-26 02:26:12 +00:00
roc+%cs.cmu.edu 70323cce41 Bug 215760. Don't crash when we have a float continuation whose first-in-flow placeholder is inside an inline; make sure we find a preferred container that's an actual block. r+sr=dbaron,a=asa 2005-04-26 02:24:20 +00:00
tor%cs.brown.edu 45014586d6 Bug 291817 - allow cairo to be used as the svg renderer on win32.
r=pavlov, a=asa.
2005-04-26 00:21:23 +00:00
tor%cs.brown.edu d9c96b9838 Bug 256624 - <switch> should operate over "real" content children only.
Patch by scootermorris@comcast.net, r+sr=bz, a=asa.
2005-04-26 00:10:17 +00:00
tor%cs.brown.edu 093d0d0029 Bug 291818 - make cairo conditionally use AlphaBlend(). r=paper, a=asa. 2005-04-25 23:55:56 +00:00
tor%cs.brown.edu d85bba6674 Bug 290896 - group opacity SVG elements sometimes not repainted when
when needs repainting.  r=scootermorris, a=asa.
2005-04-25 23:53:18 +00:00
tor%cs.brown.edu 57179e2118 Bug 289910 - area invalidation not correct if new style resulted
in an empty region. r=afri, a=asa
2005-04-25 23:51:32 +00:00
tor%cs.brown.edu 5eddff96a3 Backout checkin from wrong tree. 2005-04-25 23:49:30 +00:00
tor%cs.brown.edu 24bd15a426 Bug 289910 - area invalidation not correct if new style resulted in
an empty region.  r=afri, a=asa
2005-04-25 18:22:06 +00:00
tor%cs.brown.edu b01f701544 Bug 290835 - allow building both canvas and cairo svg, don't
statically link two copies of cairo code.  r=bsmedberg, a=chofmann
2005-04-22 19:03:41 +00:00
bzbarsky%mit.edu 22810e2f0c Removing -moz-page-break display value, since it's not needed. Bug 289975,
r+sr+a=dbaron
2005-04-22 15:31:44 +00:00
rbs%maths.uq.edu.au 9f1c7a26c1 Discarded characters cause the selected text to shift, b=289857. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs, a=chofmann 2005-04-22 01:30:46 +00:00
rbs%maths.uq.edu.au bee378901a view-source crashes on bidi text, b=291176, r=smontagu, sr=bz, a=asa 2005-04-21 21:45:59 +00:00
tor%cs.brown.edu 9baeb76b08 Bug 291339 - foreignObject crash in debug builds. r+sr=bzbarsky, a=asa 2005-04-21 21:39:13 +00:00
masayuki%d-toybox.com 5d6b88dc55 bug 290920 If an element has 'font-variant: small-caps', the selection color is broken r/sr=bzbarsky, a=dbaron 2005-04-21 07:54:32 +00:00
roc+%cs.cmu.edu 1e1e451871 Bug 290921. Use DOM event's screen coordinates to figure out where the mouse is relative to the slider ... it's the only way to be sure. r+sr=bzbarsky,a=asa 2005-04-20 22:22:51 +00:00
roc+%cs.cmu.edu dd78d6c440 Bug 290297. Reconstruct previous margin after propagating float damage, in case that dirties the line. r+sr=dbaron,a=asa 2005-04-20 21:45:24 +00:00
bmlk%gmx.de 146284a5ba do the granparent lookup for captions only when the parent is a inner table frame, bug286137 r/sr=bzbarsky a=asa 2005-04-20 03:53:01 +00:00
roc+%cs.cmu.edu c09a1a212f Bug 290469. Don't trust the offset returned by GetOffsetFromView. r+sr=bzbarsky,a=asa 2005-04-19 23:06:47 +00:00
roc+%cs.cmu.edu d76575e7ad Bug 290432. Add push/pop translation functions to nsIRenderingContext so cairo can override them. r+sr=bzbarsky,a=asa 2005-04-19 22:58:33 +00:00
bryner%brianryner.com c60078405e Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov. 2005-04-19 17:19:47 +00:00
masayuki%d-toybox.com 1a0ae92e71 bug 56314 reverse selection colors when page background is similar to default selection background. Updating the algorithm. r/sr=bzbarsky, a=dbaron 2005-04-19 06:05:22 +00:00
tor%cs.brown.edu 27f6b01e8e Bug 258081 - svg frame code warning cleanup. r+sr=bzbarsky, a=dbaron 2005-04-19 03:48:10 +00:00
bzbarsky%mit.edu b6817cdd3b Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00
tor%cs.brown.edu b3a835e284 Bug 290830 - svg pointer-events:none not working. r+sr+a=dbaron 2005-04-18 23:38:19 +00:00
bzbarsky%mit.edu f911f30fc9 Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
2005-04-18 22:58:35 +00:00
roc+%cs.cmu.edu c5685f90dc Bug 290553. Make the canvas frame translate event coordinates correctly. r+sr=bzbarsky,a=brendan 2005-04-18 20:41:47 +00:00
vladimir%pobox.com 3f408c1608 b=288714, html canvas implementation, r=various,a=brendan 2005-04-18 06:33:23 +00:00
bzbarsky%mit.edu 73a177e712 Fix up trees to use correct event coordinate systems. Bug 290494 , r+sr=roc,
a=brendan
2005-04-18 05:22:35 +00:00
bzbarsky%mit.edu afe4120d40 Make sliders use the right event coordinate system. Bug 290522, r+sr=roc,
a=brendan
2005-04-18 05:20:32 +00:00
bzbarsky%mit.edu 0a556b4c4f Make splitters use the right coord system for events, and fix up the review
comment from bug 289792.  Fixes bug 290464 and bug 290469 respectively.
r+sr=roc, a=brendan
2005-04-18 05:18:34 +00:00
smontagu%smontagu.org 77c427b2b8 Fix typo from bug 284927. Bug 290567, r+sr=roc, a=mkaply 2005-04-18 03:55:52 +00:00
vladimir%pobox.com 1e986fc8aa b=288796, add public ParseColorString method to CSSParser, r+sr=dbaron,a=asa 2005-04-18 02:51:40 +00:00
rbs%maths.uq.edu.au 0e0bc68d8b text-transform: uppercase or capitalize messes the German character &szlig;, b=96423, r+sr=roc, a=asa 2005-04-18 00:13:45 +00:00
rbs%maths.uq.edu.au b9e6dc955d 'text-transform: capitalize' causes collapsed/expanded letter spacing, b=93168, r+sr=bz, a=asa 2005-04-17 23:53:28 +00:00
bzbarsky%mit.edu 657040f5b2 Fix crash regression in bug 276954. r+sr+a=dbaron 2005-04-16 06:18:47 +00:00
rbs%maths.uq.edu.au 5497062b63 Selection details leak, b=290425, r+sr=bzbarsky, a=asa 2005-04-16 04:03:11 +00:00
bzbarsky%mit.edu e7a824d018 Fixing the testcase to actually be a testcase, not a diff.... Not part of build 2005-04-16 03:02:07 +00:00
bzbarsky%mit.edu 760e15f19a Fix difference calculations for the border struct some more. Bug 290362,
r+sr=dbaron, a=asa
2005-04-15 16:56:05 +00:00