Michael Ventnor
|
f89f2766b4
|
Bug 479220: Implement support for CSS gradients: -moz-linear-gradient() and -moz-radial-gradient(). r=roc, dbaron
|
2009-08-01 08:53:40 -07:00 |
|
Makoto Kato
|
63a9fda84f
|
Bug 434733: Don't apply width on colgroups to columns that have their own width. r=dbaron
|
2009-08-01 08:53:40 -07:00 |
|
Dão Gottwald
|
26c7b3a525
|
Backed out changeset c086fca6fc55
|
2009-07-31 14:35:48 +02:00 |
|
Michael Ventnor
|
9b44f1f16c
|
Bug 479220 - Implement the CSS gradients proposal. r=roc,dbaron sr=roc
|
2009-07-31 13:32:32 +02:00 |
|
Boris Zbarsky
|
811394b5da
|
Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron
|
2009-07-30 13:23:32 -04:00 |
|
Boris Zbarsky
|
1ef12b64a7
|
Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:53:20 -04:00 |
|
Boris Zbarsky
|
05d3ed5b06
|
Bug 504221 part 8. Make CreateAnonymousColFrames saner. r=bernd, sr=roc
|
2009-07-28 08:53:18 -04:00 |
|
Boris Zbarsky
|
cf7d0b6141
|
Bug 504221 part 5. Switch from GetFirstChild to GetChildList (returning an nsFrameList). For now, keep a GetFirstChild shim so callers don't have to be updated. r=fantasai, r+sr=roc
|
2009-07-28 08:51:09 -04:00 |
|
Boris Zbarsky
|
6f3f5929ed
|
Bug 504221 part 3. Switch overflowFrames storage to nsFrameList. r=fantasai, r+sr=roc
|
2009-07-28 08:51:09 -04:00 |
|
Michael Kohler
|
4b7c87c984
|
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
|
2009-07-27 10:47:02 +02:00 |
|
Robert O'Callahan
|
0489e01337
|
Bug 371839. Remove ParentDisablesSelection, which is effectively unused. r=bzbarsky
--HG--
extra : rebase_source : 920c501f033e026709ec15792cadbb2f24462a0a
|
2009-07-27 10:06:30 +12:00 |
|
Robert O'Callahan
|
8bab94a96a
|
Bug 371839. Simplify SetSelected signature and semantics, and reimplement it in nsTextFrame much more efficiently. r=bzbarsky
--HG--
extra : rebase_source : 18c390e3ebd09de82b1a23699c56b741f928ca37
|
2009-07-27 10:05:41 +12:00 |
|
Robert O'Callahan
|
36956c156b
|
Bug 371839. Remove useless SetSelected implementations. r=bzbarsky
--HG--
extra : rebase_source : 57629a43328f3dbc97a5d0595186a32150722db4
|
2009-07-27 10:03:16 +12:00 |
|
Robert O'Callahan
|
bec635e65d
|
Bug 505184. When 'deflation' of the background area is not required, paint table backgrounds using a dedicated nsDisplayBackground instead of the multipurpose nsDisplayTableBorderBackground. r=fantasai
|
2009-07-22 12:44:52 +12:00 |
|
Daniel Holbert
|
a40faedad1
|
Bug 479166: rename variable "computedPaginatedHeight" to "computedUnpaginatedHeight" and reduce its scope, and also fix some build warnings, all in nsTableCellFrame. r=bernd
|
2009-07-21 13:05:49 -07:00 |
|
Jesse Ruderman
|
0605f4f430
|
Add crashtest for bug 448988
|
2009-07-14 12:57:09 -07:00 |
|
Benjamin Smedberg
|
3f6c44858d
|
Bug 503376 - Remove unused CalcAutoMargin function which stopped being used in bug 478614, r=bernd
|
2009-07-13 12:31:32 -04:00 |
|
Bernd
|
b62121d34d
|
bug 240245 remove some bizarre col frame construction code that is never called. r=bzbarsky
|
2009-07-12 19:47:10 +02:00 |
|
Alexander Surkov
|
fff2439827
|
Bug 437980 - 9 tests fail in table_indexes.html chrome test file, r=marcoz, davidb, bernd
|
2009-06-29 18:54:26 +08:00 |
|
Bernd
|
d0faab8b9c
|
adopt caption vertical margins to latest CSS2.1 revision, bug 478614, r/sr=dbaron
|
2009-06-28 15:51:46 +02:00 |
|
Bernd
|
faf99f05b9
|
bug 325292 - place the needtocollapse flag on the first inflow so that works in pagination mode r/sr=roc
|
2009-06-21 18:34:03 +02:00 |
|
Bernd
|
17845292a3
|
refactor the setting of continous borders in the border collapse computation bug 452319 r=fantasia sr=roc
* * *
* * *
* * *
* * *
|
2009-06-21 18:31:40 +02:00 |
|
L. David Baron
|
44a6267b1d
|
Remove support for fallback background colors. (Bug 496721) r+sr=bzbarsky
|
2009-06-16 08:00:20 -07:00 |
|
Robert O'Callahan
|
5843f756df
|
Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner
|
2009-05-28 17:01:42 +12:00 |
|
Bernd
|
d8dd943257
|
bug 492661 - track the visibility of cols and colgroups independently of the presence of cells r/sr=roc
|
2009-05-16 16:22:56 +02:00 |
|
Arpad Borsos
|
5c75f0b0ee
|
Bug 492520 - Optimize some Frame classes for memory usage; r+sr=roc
|
2009-05-12 12:13:09 +02:00 |
|
Daniel Holbert
|
42f2f94d22
|
Bug 490909: Remove old layout debugging code, patch #2: remove 'VerifyTree' & related code. r+sr=dbaron
|
2009-05-12 12:03:09 -07:00 |
|
Boris Zbarsky
|
647919875d
|
Bug 490182. Ask to reflow the right frame. r=bernd, sr=dbaron.
|
2009-05-11 09:17:25 -04:00 |
|
L. David Baron
|
f0c43ecb3d
|
Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer
|
2009-05-06 13:46:04 -07:00 |
|
Bob Clary
|
e55903ba5f
|
bug 391898 - replace img src=http://i with about:blank to prevent time out during test.
|
2009-04-24 10:08:26 -07:00 |
|
Bob Clary
|
0b5c6196e1
|
bug 370360 - crash test by Eli Friedman.
|
2009-04-24 10:08:17 -07:00 |
|
Bob Clary
|
86d596b797
|
bug 344000 - crash test by Bernd.
|
2009-04-24 10:08:14 -07:00 |
|
Bob Clary
|
0cb214a798
|
bug 343087 - crash test by Jesse Ruderman.
|
2009-04-24 10:08:13 -07:00 |
|
Bob Clary
|
a536d096ab
|
bug 339246 - crash test by Jesse Ruderman.
|
2009-04-24 10:08:13 -07:00 |
|
Bob Clary
|
5be09e81a4
|
bug 339130 - crash test by Jesse Ruderman.
|
2009-04-24 10:08:13 -07:00 |
|
Bob Clary
|
3bff717be5
|
bug 316636 - crash test by Martijn Wargers, Bernd.
|
2009-04-24 10:08:09 -07:00 |
|
Bob Clary
|
becd595347
|
bug 308752 - crash test by Jesse Ruderman, Martijn Wargers, Bernd.
|
2009-04-24 10:08:08 -07:00 |
|
Boris Zbarsky
|
317acc3bf5
|
Bug 489479. Make nsTableFrame::InsertFrames handle a framelist that includes both colgroups and rowgroups being inserted at the end of the principal child list. r=bernd, sr=roc
|
2009-04-23 10:17:46 -04:00 |
|
Bernd
|
326d24abca
|
bug 413091 - empty first column needs a cellspacing before as we assume always in the code to have cellspacing on the left and right side, r/sr=dbaron
|
2009-04-18 10:22:34 +02:00 |
|
Boris Zbarsky
|
680f1bff91
|
Bug 488388. Handle inserts at the end of a colgroup that has anonymous colframe kids. r=bernd, sr=roc
|
2009-04-15 17:44:53 -04:00 |
|
Boris Zbarsky
|
0b5e6a2535
|
Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
|
2009-04-08 12:56:16 -04:00 |
|
Boris Zbarsky
|
551370dfca
|
Bug 487899. Start column indices incorrect in nsCellMap::ExpandWithCells if an array with more than one cell is passed in. r=bernd, sr=roc
|
2009-04-13 11:31:39 -04:00 |
|
Boris Zbarsky
|
330653be70
|
Backed out changeset 0ea22856b5d9 (bug 484448).
|
2009-04-08 15:56:43 -04:00 |
|
Boris Zbarsky
|
9fffe6f817
|
Bug 484448. Fix handling of whitespace kids of table-related frames. r=bernd, sr=roc
--HG--
rename : layout/reftests/table-anonymous-boxes/white-space-1.html => layout/reftests/table-anonymous-boxes/white-space-7.html
rename : layout/reftests/table-anonymous-boxes/white-space-1-ref.html => layout/reftests/table-anonymous-boxes/white-space-ref.html
|
2009-04-08 12:56:16 -04:00 |
|
Jonathan Kew
|
68b13a1a71
|
Bug 475968. Eliminate NS_FRAME_OUTSIDE_CHILDREN flag, store small overflow areas cheaply within the frame. r+sr=roc
|
2009-04-06 12:31:50 +12:00 |
|
Arpad Borsos
|
89c2d6ac9b
|
Bug 481932 - use do_QueryFrame instead of IS_TABLE_CELL + cast; r+sr=roc
|
2009-03-24 23:10:06 +01:00 |
|
Arpad Borsos
|
6629426d28
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, layout part; r+sr=roc
|
2009-03-12 08:26:29 +01:00 |
|
Karl Tomlinson
|
b8e39184d7
|
backout dac7c3176b33 from bug 481881
|
2009-03-11 17:09:22 +13:00 |
|
Arpad Borsos
|
c1e6f4a31e
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, layout part r+sr=roc
|
2009-03-11 15:26:36 +13:00 |
|
L. David Baron
|
3a120c56d3
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 21:29:21 -08:00 |
|