bmlk%gmx.de
0ab54fd16b
- decouple xul iframes from the browser.frames.enabled preference, so that one can open mozilla if that preference is set to false bug 107911
...
- avoid mutating style inside frame constructor for noframes bug 240129, this fixes crashes like bug 281333 and bug 266222
- ConstructFrame does not append children if it fails, thats good enough for tables, so don't care about foreign children if they fail, this prevents tables from going into panic mode. bug 283147
- a display: table-caption behaves like a block for other table frames created below. bug 281527
r/sr= bzbarsky
2005-03-03 18:04:38 +00:00
bzbarsky%mit.edu
1143998c85
Make sure to always remove the dummy layout request on presshell destruction
...
and not to post events after we have revoked them. Bug 284354, r+sr=roc
2005-03-03 04:46:03 +00:00
bzbarsky%mit.edu
ec5ff278c0
Use the content policy REJECT reason as a basis for our "whether to show alt
...
text" decision instead of reading prefs ourselves. Bug 202906, r=mvl, sr=jst
2005-03-02 04:05:12 +00:00
bzbarsky%mit.edu
af09ae82a9
Don't crash oif someone sets "display: -moz-grid" on something that has an XBL
...
base tag. Just make it a grid. Bug 283140, r=neil, sr=roc
2005-02-28 02:32:57 +00:00
bzbarsky%mit.edu
c1827ff5c4
Remove the dummy layout request off an event, not synchronously, so we don't
...
fire onload as we're finishing up reflow. Bug 281157, r+sr=roc
2005-02-28 02:27:09 +00:00
kyle.yuan%sun.com
0074ba337b
backout the fix for bug 268513
2005-02-28 01:08:32 +00:00
bryner%brianryner.com
001952215b
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
2005-02-25 22:07:01 +00:00
bzbarsky%mit.edu
a659044838
Don't flush out reflows if we have painting suppressed and something else in
...
our viewmanager tree is painting. Bug 282764, r+sr=roc
2005-02-25 04:03:13 +00:00
kyle.yuan%sun.com
51eca7adc5
Bug 268513 overflow:scroll causes memory growth
...
r=dbaron, sr=jst
2005-02-23 23:00:23 +00:00
bmlk%gmx.de
22d59c1dc1
input type="hidden" is not a special HTML content as we don't create a frame for it in the constructhtmlframe routine, bug 280217, r/sr=bzbarsky
2005-02-23 05:14:55 +00:00
tor%cs.brown.edu
a0375d13dc
Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc
2005-02-21 18:11:18 +00:00
bzbarsky%mit.edu
53655d565e
Remove unused and unimplemented attribute on nsIMarkupDocumentViewer. Bug
...
282973, r+sr=jst
2005-02-21 16:39:01 +00:00
peterv%propagandism.org
1c775fa4e8
Fix for bug 281654 (XLink's scroll to the parent of the node that they point to). r/sr=bz.
2005-02-20 09:55:02 +00:00
bryner%brianryner.com
e6dfc671b2
Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky.
2005-02-19 10:31:27 +00:00
bzbarsky%mit.edu
e22c7d9fac
Add a presshell member to nsCSSFrameConstructor. Remove prescontext and
...
presshell args from most frame constructor methods; use the state for the
former and the member for the latter. Bug 281957, r+sr=roc
2005-02-18 16:11:53 +00:00
bzbarsky%mit.edu
ed362b6cbb
Remove unnecessary prescontext args on some nsLayoutUtils methods. Bug 281767,
...
r+sr=roc
2005-02-18 06:06:47 +00:00
bzbarsky%mit.edu
a63c918787
Fix crash bug 281424. r+sr=roc, a=asa
2005-02-14 20:09:14 +00:00
bmlk%gmx.de
e66bebe87a
allow only columns as colgroup children, and prevent column children bug=280618 r/sr=bzbarsky a=asa
2005-02-13 07:43:22 +00:00
mvl%exedo.nl
c6ed0e4d26
Show alt text when imagee blocking is enabled
...
bug 281492, r=dwitte, sr=bzbarsky
2005-02-08 22:10:52 +00:00
roc+%cs.cmu.edu
e8268c75e4
Bug 277420. Use ConstructBlock when creating scrolled and absolutely positioned blocks. Removes copied code and makes columns work in such situations. r+sr=bzbarsky
2005-02-08 02:15:26 +00:00
bzbarsky%mit.edu
726f0d35da
Move reflow command construction into nsPresShell::AppendReflowCommand, remove
...
some members, switch some callers to the non-COM-ish apis. Bug 267085, r+sr=rbs
2005-02-08 00:59:52 +00:00
bzbarsky%mit.edu
b626abc29c
Remove prescontext args for some nsIFrame methods
...
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land. Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
2005-02-07 01:58:25 +00:00
aaronleventhal%moonset.net
d91c1d95c0
Backing out fix for bug 249136 because it caused bug 279285
2005-02-05 17:00:46 +00:00
cvshook%sicking.cc
eee389b387
Give XSLT transformed documents a container so that events and focus work properly. Bug 236596.
...
r/sr=peterv
2005-02-05 13:41:00 +00:00
bryner%brianryner.com
f5257db823
Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron.
2005-02-03 23:01:54 +00:00
bzbarsky%mit.edu
fd8876d666
Fix event point if the view of the current event frame is different from the
...
view that the event's point is relative to. Bug 268352, r+sr=roc
2005-02-03 20:09:45 +00:00
bzbarsky%mit.edu
b4bd3c56ed
Move pseudo-frame handling into CreateAnonymousFrames, sort of like what we
...
have in ProcessChildren. Bug 280708, r=bernd, sr=roc
2005-02-03 18:40:01 +00:00
bzbarsky%mit.edu
3ef2e416b4
Fix crashes in GTK1 builds due to reuse of rendering contexts for the caret.
...
Bug 254049, patch by Mark Banner <mark@standard8.demon.co.uk>, r=jst, sr=roc
2005-02-01 21:19:05 +00:00
bzbarsky%mit.edu
ff1c1514c9
Fix frame tree mangling when a combobox is inside a pseudo-cell. Bug 275746,
...
r=bernd, sr=roc
2005-02-01 21:01:31 +00:00
bzbarsky%mit.edu
ddc8f49782
Fix insertion of content into blocks with first-letter styles to put the frames
...
in the right place. Bug 277686, r+sr=dbaron
2005-02-01 18:46:35 +00:00
bryner%brianryner.com
56a6d2bc54
Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc.
2005-01-31 23:47:26 +00:00
dbaron%dbaron.org
13ad340e6a
Convert CR-LF and CR linebreaks to LF.
2005-01-28 20:01:46 +00:00
bryner%brianryner.com
5b8aeed3b1
Remove nsIPresState (bug 279699). r+sr=roc.
2005-01-27 22:52:53 +00:00
bzbarsky%mit.edu
c42bcd2a3d
Make sure to not allow reflow flushes to happen in the middle of scroll
...
position restoration. Bug 279786, r+sr=roc
2005-01-27 21:18:30 +00:00
bzbarsky%mit.edu
0ff23a2e40
Change the hack for menus to just process the menugenerated attr change sync to
...
start with, instead of flushing style reresolves. Bug 279308, r+sr=roc
2005-01-27 21:17:08 +00:00
roc+%cs.cmu.edu
271af35b03
Bug 261238. Make widget z-ordering a closer approximation to what CSS2 wants. Also make GTK2 actually implement widget z-ordering. r=bzbarsky,blizzard sr=bzbarsky
2005-01-27 20:49:47 +00:00
roc+%cs.cmu.edu
a192cac863
Bug 277421. Make absolutely-positioned frame construction use ConstructBlock; removed redundant code and enables abs-pos elements with columns. r+sr=bzbarsky
2005-01-25 22:36:32 +00:00
roc+%cs.cmu.edu
542cbca4c3
Bug 277421. Make absolutely-positioned frame construction use ConstructBlock; removed redundant code and enables abs-pos elements with columns. r+sr=bzbarsky
2005-01-25 22:17:59 +00:00
bzbarsky%mit.edu
e64a8e34d4
Fixing some bustage from bug 269566 -- I got the order of args to
...
nsINodeInfo::Equals() wrong. r=sicking
2005-01-25 21:15:21 +00:00
smontagu%smontagu.org
1116aa39a8
Right-to-left text is sometimes reversed when changing text size. Bug 248447, patch by Lina Kemmel <lkemmel@il.ibm.com>, r=me, sr=dbaron.
2005-01-25 13:37:28 +00:00
tor%cs.brown.edu
644c1c1139
Bug 193825 - <svg:clipPath> implementation.
...
r=scooter, sr=dbaron for shared moz files.
2005-01-25 03:55:03 +00:00
roc+%cs.cmu.edu
267694855c
Bug 219444. Certain style changes to tables don't work because table-outer frames inherit style from table-inner frames but are above them in the frame tree. Hack ReResolveStyleContext to make sure table-outer frames get the right style changes. r+sr=bzbarsky
2005-01-25 02:14:31 +00:00
bzbarsky%mit.edu
5edddb11be
Hoist pseudo-frame handling up so it happens for all frames. Fixes crashes bug
...
269566 and bug 275625. r=bernd, sr=dbaron
2005-01-24 22:51:20 +00:00
roc+%cs.cmu.edu
2a34aa6a5d
Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc
2005-01-23 23:58:32 +00:00
mrbkap%gmail.com
0aa15357ff
bug 71191: Cannot apply bindings on the root element in a document. r+sr=bzbarsky
2005-01-21 04:42:30 +00:00
bzbarsky%mit.edu
28a21441af
Fix crash if insertion point has display:none. Bug 277523, r+sr=bryner
2005-01-20 19:54:06 +00:00
bzbarsky%mit.edu
d222ecb623
Flush out reflows before processing invalidates and paint events. Fixes a
...
variety of flicker issues of various sorts, especially when we're not quite
keeping up with the rate of updates in DHTML or in editor. Bug 244366 and
various dependencies, r+sr=roc
2005-01-20 03:39:09 +00:00
tor%cs.brown.edu
db7fffa8fc
Bug 277034 - Large SVG documents don't display scrollbars. r+sr=roc.
2005-01-19 16:11:03 +00:00
neil%parkwaycc.co.uk
51faac852b
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
2005-01-18 23:46:59 +00:00
aaronleventhal%moonset.net
3babd6babd
Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=bryner, sr=jst
2005-01-17 14:43:41 +00:00