|
|
cdb5b22b87
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
|
|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
|
|
d34d4175e9
|
Bug 375273: minor code cleanup in nsContainerFrame. r+sr=roc
|
2007-03-25 18:12:49 -07:00 |
|
sharparrow1@yahoo.com
|
5dbefb2eed
|
Bug 371620: Some selects have stopped working. r+sr=roc.
|
2007-02-27 22:07:36 +00:00 |
|
sharparrow1@yahoo.com
|
8b76f791bf
|
Bug 371536: Stop creating views for positioned elements. r+sr=roc.
|
2007-02-26 14:00:21 +00:00 |
|
sharparrow1@yahoo.com
|
f6c8a9bd18
|
Bug 371460: Remove clipping functions from views. r+sr=roc.
|
2007-02-24 15:27:20 +00:00 |
|
sharparrow1@yahoo.com
|
34a122b207
|
Bug 370379: Create views less frequently. Stops creating views for -moz-hidden-unscrollable, opacity, fixed backgrounds, and scrollbars, plus removes some unneeded methods from views and view managers. r+sr=roc.
|
2007-02-24 00:23:42 +00:00 |
|
asqueella@gmail.com
|
49c82b0ca8
|
bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
|
2007-02-18 17:34:09 +00:00 |
|
smontagu@smontagu.org
|
b747a5e015
|
Bug 370255: ASSERTION: frame not dirty: 'aFrame->GetStateBits() & (NS_FRAME_IS_DIRTY | NS_FRAME_HAS_DIRTY_CHILDREN)' on changing page direction, r=uriber, sr=roc
|
2007-02-13 18:11:24 +00:00 |
|
sharparrow1@yahoo.com
|
376b32f2e8
|
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
|
2007-02-12 19:17:33 +00:00 |
|
cvshook@sicking.cc
|
e80f1dba4e
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
|
dbaron@dbaron.org
|
70904dc430
|
Make non-box frames pay better attention to nsITheme::GetWidgetBorder and GetWidgetPadding. b=366722 r+sr=roc
|
2007-01-28 17:20:01 +00:00 |
|
bmlk@gmx.de
|
860d653b58
|
bustage fix
|
2006-12-26 18:34:59 +00:00 |
|
timeless@mozdev.org
|
f4ef17d178
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
uriber@gmail.com
|
2dc8ebb844
|
Pull InsertFrames, AppendFrames, and RemoveFrames up from nsInlineFrame to nsContainerFrame. bug=198928 r+sr=dbaron
|
2006-12-25 18:53:52 +00:00 |
|
uriber@gmail.com
|
379cbe28f2
|
Bug 363378: Caret gets stuck (or moves incorrectly) in empty table cells when using left/right arrow keys. r+sr=roc
|
2006-12-15 09:32:24 +00:00 |
|
dbaron@dbaron.org
|
d21cb374bd
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
bzbarsky@mit.edu
|
a72bbbcd60
|
When cleaning up anonymous content, let the ESM know; that way if any of it is
:hover or :active the state will be updated accordingly. Bug 314346, r+sr=roc
|
2006-08-29 22:00:26 +00:00 |
|
mats.palmgren@bredband.net
|
0723ab2a33
|
Removed a bogus assertion. b=345699 r+sr=roc
|
2006-07-28 09:18:27 +00:00 |
|
cvshook@sicking.cc
|
5df20de104
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
roc+@cs.cmu.edu
|
24f6f0ed12
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
dbaron@dbaron.org
|
60eede3c11
|
Single line comments to describe files (helpful in LXR)
|
2006-03-29 18:29:03 +00:00 |
|
roc+@cs.cmu.edu
|
54d3415318
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
bryner@brianryner.com
|
6a57d0733c
|
Clean up header includes (bug 331050). This round of changes deals with some of the public content headers, and factors nsDOMClassInfoID out of nsIDOMClassInfo.h so that nsContentUtils.h doesn't have to bring in XPConnect. r+sr=jst.
|
2006-03-22 18:36:36 +00:00 |
|
pavlov@pavlov.net
|
93222d8d4f
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
roc+@cs.cmu.edu
|
c92e50faf4
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
|
roc+@cs.cmu.edu
|
79c7894a78
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
|
bryner@brianryner.com
|
406c80a00a
|
Make sure documents have a container before deciding that they should be translucent (bug 327014). r+sr=roc.
|
2006-03-07 05:34:37 +00:00 |
|
timeless@mozdev.org
|
c95a9608ea
|
Bug 298277 remove useless references to nsVoidArray
r=dbaron sr=dbaron
|
2006-02-23 10:30:59 +00:00 |
|
uriber@gmail.com
|
a77901b79e
|
Bug 299065: Bidi resolution needs to split inlines in addition to text frames. r+sr=dbaron
|
2006-02-21 21:33:47 +00:00 |
|
cbiesinger@web.de
|
aae44b57d9
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
cvshook@sicking.cc
|
aa95e1bf2f
|
Bug 321294: Remove unused ReplaceFrame codepaths.
r/sr=roc
|
2006-01-10 22:58:37 +00:00 |
|
timeless@mozdev.org
|
71ed8bc863
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
|
cst@andrew.cmu.edu
|
589bf79fed
|
Backing out patch for bug 94687 due to regressions
|
2005-09-29 20:35:06 +00:00 |
|
cst@andrew.cmu.edu
|
e2d75fb43e
|
Bug 94687 First step of fixing z-index style in XUL - create views for children of stacks
r+sr=roc
|
2005-09-27 12:39:25 +00:00 |
|
roc+@cs.cmu.edu
|
5d1b988569
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
|
roc+@cs.cmu.edu
|
4f18a37e4e
|
Bug 280987. Remove aPresContext from nsIFrameDebug::List. r+sr=roc, patch by Vidar Braut Harr.
|
2005-09-06 21:34:50 +00:00 |
|
roc+@cs.cmu.edu
|
43651bd7b1
|
Bug 306116. Use a loop instead of recursion while deleting next-in-flows to avoid stack overflow when reflowing really long text. r+sr=dbaron,a=asa
|
2005-09-06 01:26:50 +00:00 |
|
bzbarsky@mit.edu
|
b51a6bf60e
|
Make frames know whether they're leaves or not from the frame construction
point of view; use this in the frame constructor. Bug 265367, r+sr=dbaron
|
2005-08-16 22:52:48 +00:00 |
|
roc+@cs.cmu.edu
|
2bb1673412
|
Bug 296377. Frames that use -moz-appearance may be transparent even if their background color is set, because the background color is not painted. r+sr=dbaron,a=chofmann
|
2005-06-21 21:53:10 +00:00 |
|
mats.palmgren@bredband.net
|
c9f7ef6979
|
Don't apply z-index to non-positioned elements. b=297425 r+sr=roc a=asa
|
2005-06-14 23:53:56 +00:00 |
|
mconnor@steelgryphon.com
|
96836c7b4b
|
bug 294324 - scrolling performance regression, patch by roc, r+sr=bz, a=shaver
|
2005-05-18 14:02:20 +00:00 |
|
bzbarsky@mit.edu
|
9d506b60da
|
Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
|
2005-04-29 15:44:38 +00:00 |
|
roc+@cs.cmu.edu
|
141851a7d3
|
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
|
2005-04-28 21:57:22 +00:00 |
|
roc+@cs.cmu.edu
|
c3e4131789
|
Bug 290432. Add push/pop translation functions to nsIRenderingContext so cairo can override them. r+sr=bzbarsky,a=asa
|
2005-04-19 22:58:33 +00:00 |
|
bzbarsky@mit.edu
|
2d637b6568
|
Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods. Bug 286000, r=sicking, sr=jst
|
2005-04-05 23:54:35 +00:00 |
|
roc+@cs.cmu.edu
|
47dfcd9b72
|
Bug 288117. Reland nsScrollBoxFrame removal. This will regress Tp a bit. r+sr=dbaron
|
2005-04-03 21:00:41 +00:00 |
|
dbaron@dbaron.org
|
c7fad4aada
|
Back out roc's checkin for bug 288117 to isolate performance regressions during tinderbox downtime.
|
2005-03-31 18:04:50 +00:00 |
|
roc+@cs.cmu.edu
|
d84745e0fc
|
Bug 288117. Fix up function name as dbaron requested.
|
2005-03-31 03:44:38 +00:00 |
|