enndeakin@sympatico.ca
|
6c59f4a6d3
|
Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz
|
2007-06-29 12:04:45 -07:00 |
|
roc+@cs.cmu.edu
|
26f439cf9b
|
Bug 383551. Clean up IsInlineFrame, nsStyleDisplay::IsBlockLevel and related methods. r+sr=dbaron
|
2007-06-26 19:31:35 -07:00 |
|
smontagu@smontagu.org
|
410eeef3a4
|
Remove unused argument 'aAttribute' in nsCSSFrameConstructor::StyleChangeReflow. Bug 382244, r+sr=dbaron
|
2007-06-24 02:35:22 -07:00 |
|
tor@cs.brown.edu
|
d22cf92ba6
|
Bug 384391 - maks sure outer svg is constructed only for svg:svg. r=bz, sr=roc
|
2007-06-21 08:05:05 -07:00 |
|
jwalden@mit.edu
|
386663f9bc
|
Add an omitted word to a comment.
|
2007-06-15 14:37:03 -07:00 |
|
roc+@cs.cmu.edu
|
7cd4ee1cff
|
Bug 366128. Restrict disabling of floats in XUL to cases where the container is not a float containing block. r+sr=bzbarsky
|
2007-06-13 02:13:25 -07:00 |
|
roc+@cs.cmu.edu
|
054b7d42be
|
Bug 356325. Don't let WipeContainingBlock wipe out anonymous popops. Popups, decks and groupboxes are not really inline. r+sr=dbaron
|
2007-06-06 20:22:00 -07:00 |
|
roc+@cs.cmu.edu
|
fce2486aa2
|
Bug 322436. Disable floats inside XUL. r+sr=bzbarsky
|
2007-06-06 20:16:25 -07:00 |
|
sharparrow1@yahoo.com
|
888cd6828d
|
Bug 381621: Get rid of nsBoxFrame::AddRef/Release, plus a few misc cleanups. r+sr=dbaron.
|
2007-05-22 13:34:00 -07:00 |
|
bzbarsky@mit.edu
|
24bc303d9e
|
Use the right parent when resolving style contexts in IsValidSibling. Bug380096, r=bernd, sr=roc
|
2007-05-15 20:18:50 -07:00 |
|
Olli.Pettay@helsinki.fi
|
095492e4a3
|
Bug 379621, Call PostCreateFrames after creating all native anonymous frames, r+sr=roc
|
2007-05-10 11:16:00 -07:00 |
|
bzbarsky@mit.edu
|
fb38ef82f1
|
Rename some functiosn as suggested by dbaron. Bug 379799 followup.
|
2007-05-07 12:03:24 -07:00 |
|
bzbarsky@mit.edu
|
3f8cd7bd8c
|
Better check for first-letter. Bug 379799, r+sr=dbaron
|
2007-05-07 10:57:33 -07:00 |
|
bzbarsky@mit.edu
|
1c6f84af69
|
Back out bug 377850 -- it regresses bug 71191, and causes bug 379920.
|
2007-05-06 23:51:57 -07:00 |
|
bzbarsky@mit.edu
|
3cb4bc9240
|
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 |
|
bzbarsky@mit.edu
|
2931d10719
|
Don't apply user stylesheets to native anonymous content. Bug 286895, r+sr=dbaron
|
2007-05-04 23:47:09 -07:00 |
|
bzbarsky@mit.edu
|
67c2d05514
|
Bail out of ReconstructDocElementHierarchy early if there is no root frame(which shouldn't even happen!). Bug 377850, r=mats, sr=dbaron
|
2007-05-04 23:12:44 -07:00 |
|
joshmoz@gmail.com
|
48cbd7d72e
|
Remove nsINativeScrollbar and nsNativeScrollbarFrame. patch by Colin Barrett. b=379319 r=enn sr=dbaron
|
2007-05-02 00:46:50 -07:00 |
|
bzbarsky@mit.edu
|
c77758b510
|
Resolve the right (parentless) style context for a table as a document root,and fix the assertion when adjusting parent style context frames to not triggerin non-scrollable documents. Bug 378693, r+sr=roc
|
2007-04-25 19:26:25 -07:00 |
|
bzbarsky@mit.edu
|
fb91b11144
|
Don't use the same pseudo-element name to mean two different things. Bug377824, r+sr=dbaron
|
2007-04-20 14:27:02 -07:00 |
|
bzbarsky@mit.edu
|
2dca5abb0a
|
Improve detection of blocks with first-letter style. Bug 372550, r+sr=dbaron
|
2007-04-15 17:42:54 -07:00 |
|
bzbarsky@mit.edu
|
357c10a896
|
Recalc quotes and counters before reflow. Bug 377216, r+sr=dbaron
|
2007-04-15 17:11:34 -07:00 |
|
bzbarsky@mit.edu
|
e6d41ebe8b
|
Change the way we determine the style context parent frame to skip css anonboxes unless we're determining the style context parent for something that isitself a css anon box (and is not a non-element frame). Fixes bug 323656(which is where the patch is), bug 85872, bug 280610. As far as I can tell,also fixes bug 317876, bug 372376, bug 374297. r+sr=dbaron
|
2007-04-15 16:14:26 -07:00 |
|
roc+@cs.cmu.edu
|
6300a5ee2e
|
Bug 376223. Make frame construction for XUL listbox content grab pseudo frames if necessary. r+sr=bzbarsky
|
2007-04-13 09:50:57 -07:00 |
|
bzbarsky@mit.edu
|
4d9f2625eb
|
Treat <mtable> as special, since the outermost frame it creates is not in facta table-related frame. Bug 374193, r=bernd, sr=rbs
|
2007-04-10 09:24:02 -07:00 |
|
bzbarsky@mit.edu
|
2fd17c94d8
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
sharparrow1@yahoo.com
|
6fdcc6c041
|
Bug 372037: CSS clip property should clip the overflow rect as well as the paint rect; r+sr=roc.
|
2007-03-26 20:58:17 -07:00 |
|
enndeakin@sympatico.ca
|
d8627a0a9d
|
Bug 374832, lower opacity on drag images, Bug 375038, dragging doesn't work on blocks inside inlines, r+sr=roc
|
2007-03-25 20:27:53 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|