diff browse annotate |
03c2ea0eeba392924fdc150a4b64a7dd3ffc35c7 created 2011-11-15 17:02 +1300 pushed 2011-11-15 19:07 +0000 |
L. David Baron | L. David Baron - Pass nsFontMetrics to the GetEllipsis function rather than computing them again. (Bug 627842, patch 14) r=matspal |
diff browse annotate |
e0a82577259c560091a9a7bbe55764237a1f3d9c created 2011-11-15 17:02 +1300 pushed 2011-11-15 19:07 +0000 |
L. David Baron | L. David Baron - Remove the unused context parameter to MeasureCharClippedText. (Bug 627842, patch 10) r=roc |
diff browse annotate |
c27c06a3a50a646227fadabf0c02568ef554bd3d created 2011-10-21 14:41 +1300 pushed 2011-10-21 08:01 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 681867. text-overflow only needs to affect the scrolling behavior of the block container with text-overflow. r=mats |
diff browse annotate |
b9b9d9f379dbef46572c5fab7ea0682988a34374 created 2011-10-10 22:50 -0700 pushed 2011-10-16 17:28 +0000 |
Jeff Walden | Jeff Walden - Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones |
diff browse annotate |
9408e8c33a1ccc5348a140e8c81ea4c63e0492bf created 2011-10-12 12:21 -0700 pushed 2011-10-13 13:50 +0000 |
Jeff Walden | Jeff Walden - Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail |
diff browse annotate |
da6e9073b431f61b38a87522c074af7a24a7a17f created 2011-10-10 22:50 -0700 pushed 2011-10-13 13:50 +0000 |
Jeff Walden | Jeff Walden - Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones |
diff browse annotate |
d45de3d261516152349ad2c590435499279dde50 created 2011-10-12 18:20 +0200 pushed 2011-10-13 13:50 +0000 |
Mats Palmgren | Mats Palmgren - Bug 684266 - Suppress ellipsing when scrolling further isn't possible in that direction. r=roc |
diff browse annotate |
b4b895684f7e35b1b2473fe38dbeab13651b1606 created 2011-10-12 18:20 +0200 pushed 2011-10-13 13:50 +0000 |
Mats Palmgren | Mats Palmgren - Bug 684266 - Do ellipsing on the end-edge only when a single value was specified for text-overflow. r=bzbarsky r=roc |
diff browse annotate |
e7854b4d29ba905ae3994f821b160c989bac4260 created 2011-09-28 23:19 -0700 pushed 2011-09-29 08:20 +0000 |
Michael Wu | Michael Wu - Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones |
diff browse annotate |
d9797d99f5f739ebd244ce27748a548f4b3b9cfd created 2011-08-24 22:54 +0200 pushed 2011-08-25 00:11 +0000 |
Mats Palmgren | Mats Palmgren - Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc |
diff browse annotate |
0f6660f35a46c304de105d504453273354665b7e created 2011-08-20 22:41 +0200 pushed 2011-08-21 18:16 +0000 |
Mats Palmgren | Mats Palmgren - Bug 677582 - Implement CSS3 text-overflow: <left> <right> in layout. r=roc |
diff browse annotate |
f277fe9f70c39d760472ce223a60a78de64620a1 created 2011-08-14 10:08 -0700 pushed 2011-08-15 08:20 +0000 |
L. David Baron | L. David Baron - Replace all uses of nsLayoutUtils::SetFontFromStyle with GetFontMetricsForFrame or GetFontMetricsForStyleContext and remove SetFontFromStyle. (Bug 678671, patch 2) r=roc |
diff browse annotate |
e9f6607a3990d027d09dcdc3395fe76be4ef9e6b created 2011-08-09 17:14 +0200 pushed 2011-08-10 14:22 +0000 |
Mats Palmgren | Mats Palmgren - Bug 663375 - When text color is darkened, darken text-decoration color too. r=dbaron |
diff browse annotate |
6143573ea16a066c7d2917f740a83f615e1d547c created 2011-07-16 01:32 +0200 pushed 2011-07-18 00:25 +0000 |
Mats Palmgren | Mats Palmgren - Bug 671796 - "ASSERTION: unexpected block frame" with text-overflow, overflow, mathml. r=roc |
diff browse annotate |
21d1ecfeabd8597a907d83c5bbbd423e3340a439 created 2011-07-11 22:18 +0200 pushed 2011-07-12 08:53 +0000 |
Mats Palmgren | Mats Palmgren - Bug 670564 - "ASSERTION: illegal left edge" in nsDisplayText::Paint. r=roc |
diff browse annotate |
cdff167e80748a50215a694a02b252373de19a16 created 2011-07-04 07:47 +0200 pushed 2011-07-04 18:26 +0000 |
Mats Palmgren | Mats Palmgren - Bug 668919 - The ellipsis with text-overflow: ellipsis is sometimes one pixel too low. r=roc |
diff browse annotate |
dfdbd34cdad48cb999c461d4a908efcaaa522060 created 2011-07-04 07:47 +0200 pushed 2011-07-04 18:26 +0000 |
Mats Palmgren | Mats Palmgren - Bug 667010 - "ASSERTION: unexpected block frame" with text-overflow: ellipsis, <fieldset>. r=roc |
diff browse annotate |
2fba916e056cdb24bd569a6b8ab9ea69b90c7c25 created 2011-07-01 16:43 +1000 pushed 2011-07-01 06:43 +0000 |
Michael Ventnor | Michael Ventnor - Implement text-shadow for the text-overflow marker text (ellipsis) r=roc |
diff browse annotate |
0e4fb02265891627d8962964d6943166d4765102 created 2011-06-24 21:12 +0200 pushed 2011-06-24 19:15 +0000 |
Mats Palmgren | Mats Palmgren - Bug 666751 - Add a null-check in case the item's frame is not a descendent of the text-overflow block. r=roc |
diff browse annotate |
451c13333f149ae989e6f627fc5c258fa6577719 created 2011-06-22 20:11 +0200 pushed 2011-06-22 23:17 +0000 |
Mats Palmgren | Mats Palmgren - Bug 312156 - Implement CSS3 text-overflow. r=roc |