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 |
|
L. David Baron
|
da21efddd5
|
Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related.
|
2009-02-19 13:51:46 -08:00 |
|
L. David Baron
|
bd25838a7a
|
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 12:33:09 -08:00 |
|
L. David Baron
|
c936720f0a
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
|
L. David Baron
|
11e12c4425
|
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 07:29:28 -08:00 |
|
L. David Baron
|
3d090560b0
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
|
L. David Baron
|
7ee7fbc33f
|
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-18 17:13:25 -08:00 |
|
Daniel Holbert
|
a0c33510e5
|
whitespace-only: align 'aPresContext' with other parameters in methods within nsTableFrame.cpp
|
2009-02-18 11:47:22 -08:00 |
|
Daniel Holbert
|
08905ccb04
|
Bug 478785: Remove unneeded availHeight variable in nsTableCellFrame::Reflow, plus minor whitespace cleanup. r=dbaron
|
2009-02-16 16:02:21 -08:00 |
|
Daniel Holbert
|
f0d4050f55
|
whitespace only: fix alignment of parameters for nsTableCellFrame::SetSelected
|
2009-02-16 14:26:57 -08:00 |
|
Zack Weinberg
|
2ed31147bb
|
Bug 476557. Update view manager cache of page background color in PresShell::Paint, not nsCSSRendering::PaintBackground; permits a small API cleanup. r+sr=roc
--HG--
extra : rebase_source : dcf1475dd8b695eb18513e97ca35b08a4affd19f
|
2009-02-16 14:11:34 +13:00 |
|
Jesse Ruderman
|
ea905567dc
|
Add crashtests
|
2009-02-13 14:54:17 -08:00 |
|