bzbarsky@mit.edu
|
81d8934573
|
deCOMtaminate nsIFrame::GetMinSize/GetPrefSize/GetMaxSize. Bug 243370, patch
by Andreas Lange <anlan@lange.cx>, r+sr=roc
|
2007-01-08 02:57:59 +00:00 |
|
dbaron@dbaron.org
|
4dbc93b2f2
|
Fix incorrect comments. b=363807 r+sr=roc
|
2007-01-04 04:27:36 +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 |
|
mats.palmgren@bredband.net
|
1be7d32ec6
|
Rename IsSplittable() to GetSplittableType(). b=349973 r+sr=bzbarsky
|
2006-12-20 03:52:34 +00:00 |
|
dbaron@dbaron.org
|
1f83839699
|
Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc
|
2006-12-20 01:23:45 +00:00 |
|
mats.palmgren@bredband.net
|
8a34355d8d
|
Make the CSS 'ch' length unit work in most cases. b=363573 r+sr=dbaron
|
2006-12-17 14:06:42 +00:00 |
|
dbaron@dbaron.org
|
8b2cb75138
|
Forgot to rev IID. b=332922
|
2006-12-14 08:00:53 +00:00 |
|
dbaron@dbaron.org
|
13db671d0b
|
Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc
|
2006-12-13 23:04:57 +00:00 |
|
bzbarsky@mit.edu
|
8d71a18608
|
Make the GetStyle* getters not go through GetStyleData() so they can be
faster. Bug 360870, r+sr=dbaron
|
2006-12-12 17:44:45 +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 |
|
Olli.Pettay@helsinki.fi
|
9ca1fff9aa
|
Bug 360928, Un-inline nsWeakFrame a bit, r+sr=roc
|
2006-11-18 06:38:15 +00:00 |
|
benjamin@smedbergs.us
|
0c055fda88
|
Fix extraneous semicolon
|
2006-11-14 22:18:51 +00:00 |
|
jwatt@jwatt.org
|
70707b0e9c
|
Replace aDesiredSize in comment with aReflowMetrics to make it match the parameter name (no bug)
|
2006-10-13 13:47:19 +00:00 |
|
Olli.Pettay@helsinki.fi
|
5e1b047a9d
|
Bug 355100, Remove XTF visuals (part I/II, not removing files), r=alex,bryner,aaronr,doronr sr=bz
|
2006-10-08 14:15:02 +00:00 |
|
aaronleventhal@moonset.net
|
0bbd0a39ad
|
Bug 354832. Support nsIAccessibleText for html buttons and list options. r=ginn.chen, sr=roc
|
2006-10-02 19:33:49 +00:00 |
|
roc+@cs.cmu.edu
|
6e3d83805e
|
Update nsIFrame IID
|
2006-09-19 23:54:28 +00:00 |
|
roc+@cs.cmu.edu
|
513df44bd0
|
Bug 351268. Remove nsIFrame::AdjustFrameSize, it's unused. r=smontagu,sr=rbs
|
2006-09-19 21:04:06 +00:00 |
|
aaronleventhal@moonset.net
|
bd53f0ebc9
|
Bug 349519. Crash and incorrect results for getOffsetAtPoint. r=ginn.chen, sr=roc
|
2006-09-19 17:29:10 +00:00 |
|
uriber@gmail.com
|
8c3328a001
|
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, plus some more related refactoring. bug=300131 r+sr=roc
|
2006-09-11 20:43:01 +00:00 |
|
uriber@gmail.com
|
bc5bc7aeba
|
Backing out bug 300131 until I figure out how to deal with the bustage.
|
2006-09-11 08:03:28 +00:00 |
|
uriber@gmail.com
|
a62a9316da
|
Change nsIFrame::PeekOffset back to NS_IMETHOD to fix bustage from bug 300131
|
2006-09-11 07:44:59 +00:00 |
|
uriber@gmail.com
|
2297c8c2f0
|
Refactor nsIFrame::PeekOfset to use iteration instead of recursion, and some related refactoring. bug=300131 r+sr=roc
|
2006-09-11 06:39:56 +00:00 |
|
uriber@gmail.com
|
5dbf40a6a3
|
Refactored nsSelection::GetPrevNextBidiLevels to use GetFrameFromDirection; moved GetFrameFromDirection from nsFrame to nsIFrame and made it nonvirtual. bug=333883 r=smontagu sr=roc
|
2006-08-07 10:54:56 +00:00 |
|
uriber@gmail.com
|
39375d5ed4
|
Create bidi embedding only around inline containers (with a specified direction), not around inline replaced elements. bug=169139 r+sr=bzbarsky
|
2006-08-07 07:40:28 +00:00 |
|
roc+@cs.cmu.edu
|
527a5f7eaa
|
Bug 346035. Force <stack> children to be full-fledged stacking contexts and put their display items in the Content display list. r+sr=dbaron
|
2006-08-03 21:39:39 +00:00 |
|
Olli.Pettay@helsinki.fi
|
2844880cf2
|
Bug 343613, Make EventStateManager to use nsWeakFrame, r+sr=roc
|
2006-07-14 07:55:51 +00:00 |
|
Olli.Pettay@helsinki.fi
|
534361fd84
|
Bug 343457, Adding nsWeakFrame, r+sr=roc
|
2006-07-12 07:41:11 +00:00 |
|
Olli.Pettay@helsinki.fi
|
3fcbfae254
|
backing out Bug 343457 too see if it caused btek tp regression
|
2006-07-11 20:18:07 +00:00 |
|
Olli.Pettay@helsinki.fi
|
aeb5ef705f
|
Bug 343457, Add nsWeakFrame, r+sr=roc
|
2006-07-11 13:01:07 +00:00 |
|
roc+@cs.cmu.edu
|
5b00e4d266
|
Bug 334765. Fix XUL boxobject coordinates to not take scrolling into account. Second try, with a patch that hopefully won't regress Tp. r+sr=bzbarsky
|
2006-06-16 02:40:29 +00:00 |
|
roc+@cs.cmu.edu
|
af8ada7008
|
Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky
|
2006-06-08 01:11:43 +00:00 |
|
roc+@cs.cmu.edu
|
633d130def
|
Bug 335140. Set 'force descend into' bit on frames and then leave it set until we're done with the display list ... then we can be sure of descending to frames whose container is not an ancestor of the placeholder. r=mrbkap
|
2006-04-27 02:45:03 +00:00 |
|
roc+@cs.cmu.edu
|
5e0300fa5c
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 02:01:07 +00:00 |
|
mrbkap@gmail.com
|
bcd931fd57
|
Draw the caret in the normal path of frame painting instead of doing it directly to the current view. bug 287813, r+sr=roc
|
2006-04-17 23:16:46 +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 |
|
uriber@gmail.com
|
912b10771a
|
Bug 331440: Remove eSelectDir from nsSelectionAmount enum, and all references to it. r+sr=roc
|
2006-03-23 18:36:44 +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 |
|
sharparrow1@yahoo.com
|
b7cea996b3
|
Bustage fix; oops
|
2006-02-27 06:14:25 +00:00 |
|
sharparrow1@yahoo.com
|
c671bf186e
|
Bug 320326: deCOMtaminate GetContentAndOffsetsFromPoint, plus some slight behavior changes. r+sr=roc.
|
2006-02-27 05:57:37 +00:00 |
|
roc+@cs.cmu.edu
|
ddf6f9f2c6
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. Relanding because I accidentally backed it out. r+sr=dbaron
|
2006-02-27 04:15:05 +00:00 |
|
roc+@cs.cmu.edu
|
8f10cbef4b
|
Backing out changes for bug 326944.
|
2006-02-27 03:22:03 +00:00 |
|
roc+@cs.cmu.edu
|
1081de420a
|
Bug 256311. Improve block reflow performance in the presence of many empty lines, by being more aggressive about caching block and line emptiness state, and by stashing a reference to a line that we know has nothing but empty lines above it. r+sr=dbaron
|
2006-02-27 02:51:57 +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 |
|
sharparrow1@yahoo.com
|
efb22ca48b
|
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
|
2006-02-21 00:49:04 +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
|
f139680dc0
|
Bug 310436: Implement IsFrameOfType and use that to disable non-svg frames from being children of svg frames. r=bz sr=dbaron
|
2006-01-25 21:16:12 +00:00 |
|