roc+@cs.cmu.edu
|
f8b25558e4
|
Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats
|
2008-01-03 18:08:29 -08:00 |
roc+@cs.cmu.edu
|
95e3dcb532
|
Bug 407889. Reduce dynamic memory allocations by putting nsDisplayListBuilder's per-presshell state in an nsAutoTArray. r+sr=mats
|
2008-01-03 17:53:01 -08:00 |
reed@reedloden.com
|
990cfd1d5b
|
Bug 399532 - "nsDisplayBackground::GetBounds() should take nsITheme overflow into account" [p=frnchfrgg-mozbugs@altern.org (_FrnchFrgg_) r+sr=roc a1.9=beltzner]
|
2007-12-17 21:26:38 -08:00 |
pavlov@pavlov.net
|
12549d2ffd
|
bug 403287. use an nsAutoTArray instead of an nsVoidArray to avoid heap allocations. r/sr=roc a=schrep
|
2007-11-11 12:31:39 -08:00 |
dholbert@cs.stanford.edu
|
f90fee0b0b
|
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 |
gerv@gerv.net
|
6dd53e09ca
|
Bug 398009 - fix mangled license headers. a=stuart.
|
2007-10-06 05:08:39 -07:00 |
jwalden@mit.edu
|
4c25808b29
|
Bug 199692 - Add support for document.elementFromPoint(x, y). Patch by Ben Karel <web+moz@eschew.org>, r+sr=roc, a=jst
|
2007-08-29 13:38:44 -07:00 |
jwalden@mit.edu
|
6d7584839a
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
bzbarsky@mit.edu
|
eeaa1a101b
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
roc+%cs.cmu.edu
|
4659d810e7
|
Bug 178513. Add nsDisplayList API that Neil's going to need --- a way to force all frames to be painted regardless of the setup of dirty rects. r+sr=dbaron
|
2007-03-19 03:25:05 +00:00 |
roc+%cs.cmu.edu
|
8339688ad2
|
Bug 350148. Fix scrolling in IFRAMEs with borders or outlines, by having OptimizeVisibility take account of the fact that borders or outlines whose inner rectangle entirely encloses the visible area are not, in fact, visible. r+sr=dbaron
|
2006-09-19 21:58:52 +00:00 |
bzbarsky%mit.edu
|
feea3a45cc
|
Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc
|
2006-09-19 04:26:20 +00:00 |
roc+%cs.cmu.edu
|
d9cf8d8bf8
|
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
|
8956f1d8a1
|
Bug 334942. ExplodeAnonymousChildLists before sorting table parts. r=bernd
|
2006-04-27 02:25:23 +00:00 |
mrbkap%gmail.com
|
b2b67bf3e0
|
Fixing bustage from bug 287813.
|
2006-04-18 00:17:42 +00:00 |
mrbkap%gmail.com
|
e27b36efcc
|
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
|
ee089f28b9
|
Bug 333481. Sort table-part event-handling display items to ensure that the table comes before all row-groups, which come before all rows, which come before all cells. r=bernd
|
2006-04-17 22:16:24 +00:00 |
dbaron%dbaron.org
|
04b8c33eda
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
gerv%gerv.net
|
d6b60a5248
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-03-31 06:28:40 +00:00 |
dbaron%dbaron.org
|
5dcd0b1309
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
roc+%cs.cmu.edu
|
6fd863f2dd
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
roc+%cs.cmu.edu
|
1481564ee4
|
Bug 324896. Always paint some kind of background when we're asked to paint, for non-translucent windows. r+sr=dbaron
|
2006-02-06 20:38:47 +00:00 |
bzbarsky%mit.edu
|
f96a096c2c
|
Fix leak bug 324969 -- make sure to call virtual destructors.
|
2006-01-29 18:48:58 +00:00 |
bzbarsky%mit.edu
|
c91507ade8
|
Fixing more build bustage and warnings. Bug 317375
|
2006-01-26 05:14:30 +00:00 |
roc+%cs.cmu.edu
|
2ea2cb9c88
|
Fixing my bustage.
|
2006-01-26 03:33:38 +00:00 |
roc+%cs.cmu.edu
|
77bca74243
|
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 |