bzbarsky@mit.edu
621f35c9b4
Don't post or process reflow events after the presshell started destroying.
...
Bug 293651, r+sr=roc
2005-07-07 17:10:40 +00:00
bryner@brianryner.com
9e21801c67
Use PresShell::UnsuppressPainting instead of just an invalidate, to make sure the content area receives focus if needed. Bug 295931, r+sr=dbaron, a=brendan.
2005-07-01 07:12:02 +00:00
bryner@brianryner.com
3e91a6c4d2
Fix crash when using fastback to go to pages that use SVG in an <object> tag, and bulletproof a little bit. Bug 299153, r+sr=dbaron, a=bsmedberg
2005-06-30 20:58:33 +00:00
aaronleventhal@moonset.net
a1252af0af
Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa
2005-06-10 13:57:27 +00:00
bzbarsky@mit.edu
9b422dab64
Protect against sizeToContent being called on windows with no content a bit.
...
Bug 293781, r+sr=roc, a=asa
2005-05-13 19:47:38 +00:00
bzbarsky@mit.edu
2de9e1002f
Fix bug 293588 -- make sure to not store form data in the wrong session history
...
entry. r+sr=bryner, a=brendan
2005-05-12 20:53:33 +00:00
bryner@brianryner.com
9d9b2e7a47
Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan.
2005-05-04 20:22:32 +00:00
aaronleventhal@moonset.net
b9a1cbed8c
Bug 280498. Invalidate accessibility subtree for frame visibility/display style changes. r=bz, sr=roc, a=asa
2005-05-03 03:46:51 +00:00
masayuki@d-toybox.com
1b4d6abfe9
bug 292263 ATOK's Moji Palette that is like software keyboard doesn't work. r=timeless, sr=neil, a=chofmann
2005-04-29 18:30:23 +00:00
jst@mozilla.jstenback.com
f54c1fc9b1
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
2005-04-28 23:48:28 +00:00
roc+@cs.cmu.edu
1667366f33
Bug 289792. Make sure to use the correct (but stupid) reference view when translating event coordinates. Also, bulletproof nsViewManager to not rely on frames undoing event coordinate translations, in case we ever screw that up. r+sr=bzbarsky,a=asa
2005-04-14 22:41:52 +00:00
bzbarsky@mit.edu
d2d558b095
Don't copy/paste code to cast to placeholder frames all over the place; use a
...
utility method instead. Bug 276954, r+sr=roc, a=brendan
2005-04-14 15:30:35 +00:00
smfr@smfr.org
e77625a85d
Fix bug 289022: every other click in a text field unfocusses it, so you can't type. Fixed by retargeting keyboard events to a parent view, if their target view has no frame. r=roc, sr=dbaron, a=dbaron.
2005-04-13 04:35:13 +00:00
aaronleventhal@moonset.net
c6b6020130
Bug 280154. Cannot arrow past first entry in help sidebar panels. r=Neil, sr=bz, a=asa
2005-04-12 20:25:49 +00:00
kyle.yuan@sun.com
f39944e155
Bug 268513 overflow:scroll causes memory growth
...
r/sr=bz, a=asa
2005-04-07 23:50:40 +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
e129b06488
Bug 289090. Get the pagesequenceframe from the frame constructor, don't poke around the frame hierarchy trying to find it. r+sr=bzbarsky
2005-04-05 22:46:56 +00:00
dbaron@dbaron.org
4a88021355
Implement CSS2 counters. b=3247 r+sr=bzbarsky
2005-04-01 23:07:00 +00:00
bzbarsky@mit.edu
4720a6c394
Fixing AIX build bustage. Thanks to pkw for the patch!
2005-03-29 15:57:53 +00:00
bzbarsky@mit.edu
93d12f78ef
More bustage fixing. To be precise, check in what should have gone in the
...
first time, but didn't due to a malformed diff.
2005-03-29 00:22:12 +00:00
bzbarsky@mit.edu
ac392dba0f
Fix build bustage by moving CantRenderReplacedElementEvent class decl earlier
...
in the file
2005-03-28 23:56:33 +00:00
bzbarsky@mit.edu
254e4f4718
Move handling of replaced element events from frame manager to presshell, make
...
sure we don't allow reflow flushing while we're constructing the new frames.
Bug 286813, r+sr=dbaron
2005-03-28 23:20:54 +00:00
mats.palmgren@bredband.net
acd42ad508
Fix a few -moz-outline* problems and drop the prefix.
...
Change WARNING to ERROR in nsComputedDOMStyle.cpp and add a few more.
b=281972 r+sr=dbaron
2005-03-27 11:36:08 +00:00
bzbarsky@mit.edu
9db81841a9
Work around print preview bug (unhooking and then rehooking a presshell to a
...
document). Bug 286869, r+sr=roc
2005-03-25 04:27:21 +00:00
bmlk@gmx.de
a30a2ebf29
- 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
2b2cf40c20
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
24abe93775
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
20e5f0e0d3
backout the fix for bug 268513
2005-02-28 01:08:32 +00:00
bryner@brianryner.com
0438daee7c
Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky.
2005-02-25 22:07:01 +00:00
bzbarsky@mit.edu
6d3ac00459
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
cb313f31b0
Bug 268513 overflow:scroll causes memory growth
...
r=dbaron, sr=jst
2005-02-23 23:00:23 +00:00
peterv@propagandism.org
e7c378feb9
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
bzbarsky@mit.edu
0de74a939f
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
fd8f624595
Remove unnecessary prescontext args on some nsLayoutUtils methods. Bug 281767,
...
r+sr=roc
2005-02-18 06:06:47 +00:00
bzbarsky@mit.edu
9c5f3f9421
Fix crash bug 281424. r+sr=roc, a=asa
2005-02-14 20:09:14 +00:00
bzbarsky@mit.edu
83d699eccc
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
aaronleventhal@moonset.net
faf7a72e0f
Backing out fix for bug 249136 because it caused bug 279285
2005-02-05 17:00:46 +00:00
bzbarsky@mit.edu
c85c51cddb
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
e92c4ebd53
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
950bdab591
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
bzbarsky@mit.edu
0af9398160
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
aaronleventhal@moonset.net
4d63362b6e
Bug 249136. Focus lost when key pressed in newly loading foreground tab. r=bryner, sr=jst
2005-01-17 14:43:41 +00:00
neil@parkwaycc.co.uk
ccf8e0f76c
Bug 278546 Unchecked null pointer crash in nsPresShell::GetViewToScroll when pressing an arrow key while the sidebar's Tabs menubutton has focus r+sr=bz
2005-01-16 21:25:15 +00:00
mats.palmgren@bredband.net
7959b1baf7
Improve handling of 'display' property for <noscript>. b=236450 r+sr=bzbarsky
2005-01-03 19:37:54 +00:00
neil@parkwaycc.co.uk
ab8be2367d
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
2005-01-01 17:26:29 +00:00
bmlk@gmx.de
f40ef13c32
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
2004-12-27 15:05:18 +00:00
bmlk@gmx.de
7d4129e77a
remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
2004-12-26 19:48:54 +00:00
dbaron@dbaron.org
4befe732c5
Back out 252703 due to Txul / Ts regression.
2004-12-02 01:26:20 +00:00
dbaron@dbaron.org
625f0cd8c4
Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
2004-12-01 22:39:17 +00:00
smontagu@smontagu.org
a9288caed1
Bug 263309 PresShell::CompleteMove simulates a mouse click and assumes LTRness, patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r+sr=roc.
2004-11-29 20:28:46 +00:00