bzbarsky@mit.edu
|
52850476e4
|
Refactor and improve sibling frame finding, especially for popups. Bug 386642, r+sr=roc, a=vlad
|
2007-11-07 09:04:16 -08:00 |
|
dbaron@dbaron.org
|
30ac4ad5bf
|
Make boxes that have non-box non-block children wrap all their children in a block. b=321402 r+sr=roc, a=blocking1.9+/M9
|
2007-10-25 16:30:49 -07:00 |
|
mats.palmgren@bredband.net
|
895714e955
|
Call WillDestroyFrameTree() before destroying the frame tree in ReconstructDocElementHierarchyInternal() because we have cleared the placeholder map etc at this point and we don't want RemoveMappingsForFrameSubtree() to mess with it. Also, remove the RemoveMappingsForFrameSubtree() call that was added in bug 372685 which was wrong since all the frames on a popupset's ::popupList are out-of-flows that are reachable (directly or indirectly) from a normal flow placeholder. b=398982 r+sr=bzbarsky a=dsicore
|
2007-10-23 17:02:26 -07:00 |
|
bzbarsky@mit.edu
|
06f6b88b65
|
Make the "href" property of stylesheets reflect the original URI that was reflected to load the sheet. Bug 397427, r=dbaron,biesi, sr=dbaron, a=dsicore
|
2007-10-23 14:56:41 -07:00 |
|
Olli.Pettay@helsinki.fi
|
69d3a1fc7a
|
backout Bug 373462, bug 385322. Still regress tp/talos
|
2007-10-21 09:46:54 -07:00 |
|
Olli.Pettay@helsinki.fi
|
cad8f0b8c4
|
Test-landing (again) Bug 373462, bug 385322, Better scheduling of cycle collection/gc, r+sr=sicking,jst
|
2007-10-21 07:09:29 -07:00 |
|
dholbert@cs.stanford.edu
|
dd259dd796
|
Bug 399384: Make first-letter frames use nearest ancestor blockFrame's content node, instead of direct parent's. r=bzbarsky, r+a=roc
|
2007-10-19 10:41:29 -07:00 |
|
bzbarsky@mit.edu
|
a027b56a4f
|
Don't run XBL constructors during frame construction, ever. Bug 398006, r=sicking, sr=roc
|
2007-10-18 20:51:15 -07:00 |
|
reed@reedloden.com
|
7e8456e8f3
|
Completely backout patch from Jonathan Steele in bug 399753 due to bustage.
|
2007-10-14 20:42:27 -07:00 |
|
reed@reedloden.com
|
2d9ccdb82c
|
Bug 399753 - "Remove "nsISupportsArray" in the layout directory" [p=xfsunoles@gmail.com (Jonathan Steele) r+sr+a1.9=dbaron]
|
2007-10-14 20:09:59 -07:00 |
|
roc+@cs.cmu.edu
|
32b36ae07b
|
Bug 397518. Wrap inline non-MathML children of MathML frames in anonymous blocks. r+sr=bzbarsky
|
2007-10-12 01:30:54 -07:00 |
|
reed@reedloden.com
|
4c0c1d7709
|
Bug 391868 - "Page Source very small with meta charset=windows-1258" [p=chris@pearce.org.nz (Chris Pearce) r+sr=dbaron a=blocking1.9+]
|
2007-10-11 15:54:18 -07:00 |
|
bzbarsky@mit.edu
|
96ad8e0ecc
|
Fix regression tests. Bug 398510
|
2007-10-10 22:17:18 -07:00 |
|
bzbarsky@mit.edu
|
8c78ae026d
|
Don't allow first-letter on the block inside a mathml table cell. Bug 398510, r+sr+a=roc
|
2007-10-10 21:36:48 -07:00 |
|
bzbarsky@mit.edu
|
276625beed
|
Fix bug 399219. r=roc, sr=neil, a=roc
|
2007-10-10 15:14:41 -07:00 |
|
roc+@cs.cmu.edu
|
bd6f1fc294
|
Backing out fix for bug 345339 because of test failures
|
2007-10-09 20:39:16 -07:00 |
|
roc+@cs.cmu.edu
|
a92c012e1a
|
Bug 345339. Stop using a generic hashtable to store element session history state in nsPresState. patch by Karthik Sarma, r+sr=roc,a=sicking
|
2007-10-09 19:15:23 -07:00 |
|
tglek@mozilla.com
|
fdf793303e
|
Clean up prbool misuse in layout. bug 398312, r+sr+a=dbaron
|
2007-10-09 17:00:05 -07:00 |
|
bzbarsky@mit.edu
|
38e8f056cd
|
Elimninate the last known source of bogus "wrong parent style context" warnings, and make these warnings into assertions. Bug 374297, r+sr+a=dbaron
|
2007-10-08 19:45:10 -07:00 |
|
bzbarsky@mit.edu
|
4aad5f643f
|
Fix bug 398326. Make sure to let the frame constructor know before constructing frames. r+sr+a=dbaron.
|
2007-10-08 19:34:58 -07:00 |
|
dbaron@dbaron.org
|
7415f81dc3
|
Make IsWidgetStyled use style system to really check whether author styled borders or backgrounds, rather than depending on default values in forms.css. b=240117 r+sr=bzbarsky a=roc
|
2007-10-08 16:11:01 -07:00 |
|
reed@reedloden.com
|
72be44dc3e
|
Bug 381735 - "reenable antialiased border drawing on Linux" [p=dao r+sr=dbaron r=vlad a=blocking1.9+]
|
2007-10-08 14:09:45 -07:00 |
|
roc+@cs.cmu.edu
|
bca6cbb9cb
|
Bug 395331. Fix FindPrimaryFrameFor by noticing that an element can be in anonymous content if the binding root is a binding *ancestor*, not just a binding *parent*. r+sr=bzbarsy
|
2007-10-07 19:42:50 -07:00 |
|
mats.palmgren@bredband.net
|
c1ec42f835
|
Make the GetListBoxBody() call from the frame constructor not Flush_Frames. b=392285 r+sr=bzbarsky a=dsicore
|
2007-10-06 08:03:35 -07:00 |
|
gerv@gerv.net
|
2c4fa4403c
|
Bug 398009 - fix mangled license headers. a=stuart.
|
2007-10-06 05:08:39 -07:00 |
|
bzbarsky@mit.edu
|
6be2e13a6b
|
Fix a few issues in bfcache and XBL when javascript is being toggled on and off. Bug 398668, r+sr+a=jst
|
2007-10-05 17:35:00 -07:00 |
|
bzbarsky@mit.edu
|
2e2b88acf4
|
Make sure we always resolve style contexts with the right parent. Bug 390689, r+sr+a=dbaron
|
2007-10-03 19:58:48 -07:00 |
|
dholbert@cs.stanford.edu
|
603542e4aa
|
Bug 395316 - Clear OutOfFlowFrame after unregistering placeholder, and make recursive call to RemoveFrame. r/sr/a=roc
|
2007-10-02 20:44:18 -07:00 |
|
fantasai.cvs@inkedblade.net
|
2456fd7a33
|
paginate absolutely-positioned elements, b=154892 r+sr=roc a=roc
|
2007-10-01 22:57:45 -07:00 |
|
bzbarsky@mit.edu
|
7facde4eac
|
Add asserts to catch dangerous cases. Bug 398108, r+sr+a=dbaron
|
2007-10-01 21:37:36 -07:00 |
|
joshmoz@gmail.com
|
7c16a06018
|
remove XP_MAC usage. b=281889 r=cbarrett sr=roc a=roc
|
2007-10-01 16:20:37 -07:00 |
|
bzbarsky@mit.edu
|
4f3efcd53f
|
Make sure to be in an update when we do frame construction. Bug 393326, r+sr+a=dbaron
|
2007-09-30 20:15:45 -07:00 |
|
dbaron@dbaron.org
|
89660da028
|
Destroy the old rule tree *after* processing the change list, in case the change list has frame reconstructs in it. Patch from Eli Friedman <sharparrow1@yahoo.com>. r+sr+a1.9=dbaron b=389744
|
2007-09-30 12:23:48 -07:00 |
|
Olli.Pettay@helsinki.fi
|
2fb8ea7b56
|
back out Bug 373462 / bug 385322 (again :( )
|
2007-09-29 10:33:22 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a6aedd78ae
|
Bug 373462 / bug 385322, Better scheduling of cycle collection/gc, r+sr=jst
|
2007-09-29 08:02:57 -07:00 |
|
roc+@cs.cmu.edu
|
9c8ab42f9f
|
Bug 368445. Make nsDisplayBorder::OptimizeVisibility use accurate borders, r+sr=bzbarsky
|
2007-09-27 15:52:32 -07:00 |
|
dholbert@cs.stanford.edu
|
ecb8184e90
|
Bug 367673, Handle width-computation arithmetic with nscoord_MAX. r=roc sr=roc a1.9=roc
|
2007-09-24 10:30:42 -07:00 |
|
Olli.Pettay@helsinki.fi
|
f9c785fb8b
|
backout the test patch for Bug 373462 and 385322
|
2007-09-23 09:10:12 -07:00 |
|
Olli.Pettay@helsinki.fi
|
1d42d7ad32
|
Testland a patch for Bug 373462 and 385322, 'Better scheduling of cycle collection/gc'
|
2007-09-23 07:05:27 -07:00 |
|
mrbkap@gmail.com
|
51598ca325
|
Restore the right caret in all cases. bug 395888, r+sr+a=roc
|
2007-09-22 14:06:58 -07:00 |
|
bzbarsky@mit.edu
|
8da8c9ce92
|
Fix content leak due to double-init of oveflow placeholders. Bug 397011, r+sr+a=roc
|
2007-09-21 18:24:40 -07:00 |
|
bzbarsky@mit.edu
|
e400c6fe35
|
Simplify reflow and restyle event processing a tad. Bug 396099, r+sr+a=roc
|
2007-09-20 19:47:19 -07:00 |
|
bzbarsky@mit.edu
|
d042521385
|
Relanding bug 396587. Maybe it'll stick now. r+sr+a=roc
|
2007-09-20 16:28:26 -07:00 |
|
bzbarsky@mit.edu
|
47f2b7dfa5
|
Backing out bug 396587 to hopefully fix orange.
|
2007-09-19 20:41:29 -07:00 |
|
bzbarsky@mit.edu
|
b2fb733cfc
|
Resize the subdocument off a post-reflow callback so that we don't run script during reflow, and a few related checks to make sure we can deal with script in reflow callbacks better. Bug 396587, r+sr+a=roc.
|
2007-09-19 19:46:28 -07:00 |
|
bzbarsky@mit.edu
|
65e44633c8
|
Fix bug 396286. r+sr+a=roc
|
2007-09-17 18:16:39 -07:00 |
|
bzbarsky@mit.edu
|
97c97d8a5f
|
Process XBL constructors after processing style reresolves. In particular, this makes sure that we process the former even if there were none of the latter. Bug 394676 and bug 394014, r=smaug, sr=sicking, a=roc
|
2007-09-14 12:15:44 -07:00 |
|
surkov.alexander@gmail.com
|
017060dc17
|
Bug 388927 - getChildAtPoint fails for scrolled content, r=evan.yan, roc, sr=roc, a=dsicore
|
2007-09-05 01:00:40 -07:00 |
|
martijn.martijn@gmail.com
|
a3a38445dd
|
Bug 362734 - Crash [@ nsPrintEngine::DocumentReadyForPrinting] with testcase that sets print preview, then reloads the page, patch by Andrew Smith, r=sharparrow1, sr=roc (blocking1.9 bug)
|
2007-09-04 14:44:42 -07:00 |
|
bzbarsky@mit.edu
|
b0d2800c3f
|
Make sure content is up to date before we start processing restyles. Bug 393801, r+sr+a=roc
|
2007-09-04 01:31:01 -07:00 |
|