diff browse annotate |
cd0c763c1fb4cb7f31113f621d7cb4eb56a6d59a created 2016-08-12 18:39 -0700 pushed 2016-08-13 01:40 +0000 |
L. David Baron | L. David Baron - Bug 1294918 - Add helper method nsIFrame::IsFixedPosContainingBlock. r?dholbert |
diff browse annotate |
634d4a92259266ec1ec1e693dbd92968b8519d5a created 2016-08-12 18:39 -0700 pushed 2016-08-13 01:40 +0000 |
L. David Baron | L. David Baron - Bug 1294918 - Fix spelling of method name nsIFrame::IsAbsPosContainingBlock. r?dholbert |
diff browse annotate |
5966d73f430da1b2fb55c120b80cb6b01f282b5e created 2016-06-06 17:20 +0800 pushed 2016-06-06 09:48 +0000 |
Astley Chen | Astley Chen - Bug 1277131 : Part 3 - rename nsGkAtoms::tableOuterFrame and nsCSSAnonBoxes::tableOuter. |
diff browse annotate |
0869ace8c965bdfe63a55b98b4ee20b3de98ae20 created 2015-11-05 14:32 +0100 pushed 2016-04-19 08:34 +0000 |
Carsten "Tomcat" Book | Carsten "Tomcat" Book - Backed out 20 changesets (bug 1151214, bug 1211260, bug 1215099, bug 1151213, bug 1000592, bug 1176775, bug 1215182, bug 1176782, bug 1163435, bug 1215957) on request from mats because not wanted on b2g 2.5 |
diff browse annotate |
9dbec0f99fd0a17e99bf07da22e8833a8de3492c created 2015-11-03 21:45 +0100 pushed 2015-11-04 15:17 +0000 |
Mats Palmgren | Mats Palmgren - Bug 1163435 part 1 - [css-grid][css-flexbox] Propagate an explicit CB width/height to the reflow state to resolve percentage lengths for grid items properly. Resolve percent against the size in the same axis for abs.pos. children too. r=dholbert |
diff browse annotate |
b9951cca6d1f5094a8e5544336781415467fd566 created 2015-03-12 16:21 +1300 pushed 2015-03-12 22:59 +0000 |
Robert O'Callahan | Robert O'Callahan - Bug 1125767. Centralize code into nsStylePosition::IsFixedPosContainingBlock. r=mats |
diff browse annotate |
bee05a5f6196a7f24feb4e7fc13032bc50dea813 created 2014-12-26 07:21 +0000 pushed 2014-12-27 16:54 +0000 |
Mats Palmgren | Mats Palmgren - Bug 1109571 part 2 - Remove nsGkAtoms::tableCaptionFrame. Implement nsIFrame::IsTableCaption() and use that instead. r=roc |
diff browse annotate |
44a39c09abb816ebdaebe11cb08f4e803051a0a5 created 2014-05-24 22:20 +0000 pushed 2014-10-20 17:29 +0000 |
Mats Palmgren | Mats Palmgren - Bug 508665 - part 15, s/mParent/GetParent()/ in a bunch of nsIFrame sub-classes. r=roc |
diff browse annotate |
7048bc41993fc4e70898ad3623043260fec3255e created 2014-05-12 21:16 +0000 pushed 2014-10-20 17:29 +0000 |
Mats Palmgren | Mats Palmgren - Bug 1008969 - part 1, Initialize the nsHTMLReflowState "frame type" correctly for display:grid/inline-grid. Add nsIFrame::IsFlexOrGridItem(), and use it to share some flexbox code in nsHTMLReflowState. r=dholbert |
diff browse annotate |
e055130f049794f883f120488ec0fb90a1254d38 created 2014-03-04 11:08 -0800 pushed 2014-10-20 17:29 +0000 |
Daniel Holbert | Daniel Holbert - Bug 973701: Check NS_FRAME_OUT_OF_FLOW state bit instead of IsAbsolutelyPositioned(), when excluding out-of-flow frames from being considered as flex items. r=mats |
diff browse annotate |
15afc631509c545c5b16cdc489b6569023378d0c created 2014-01-20 14:02 -0800 pushed 2014-10-20 17:29 +0000 |
Daniel Holbert | Daniel Holbert - Bug 961354 part 2: Don't consider absolutely-positioned elements to be flex items, since they don't participate in normal flex layout. r=mats |
diff browse annotate |
2f301631893281227b7551f8e5c6bcc3115a383f created 2013-10-01 17:00 -0400 pushed 2014-10-20 17:29 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 921753 - Part 1: Avoid #including nsStyleStructInlines.h in nsIFrame.h; r=roc |