roc+%cs.cmu.edu
4726d6a05a
Bug 323291. Repaint reflowed absolute frames that changed size without changing their view size. r+sr=bzbarsky
2006-01-16 03:28:20 +00:00
mats.palmgren%bredband.net
515b66524d
Use the parent of the placeholder (not the out-of-flow) when looking for an in-flow frame that follows the hint frame. b=322688 r=roc sr=bzbarsky
2006-01-15 23:44:48 +00:00
bmlk%gmx.de
715dea1240
don't call ProcessChildren on leafframes, bug 51767, r/sr=bzbarsky
2006-01-15 19:10:14 +00:00
cbiesinger%web.de
79c0006344
bug 321228 only include gtk headers on gtk platforms
...
r=tor
2006-01-15 13:34:05 +00:00
cbiesinger%web.de
a2ee5eaae5
322725 don't assume that all elements with tagname object implement
...
nsIObjectLoadingContent
r=bryner sr=bz
2006-01-15 13:31:10 +00:00
bzbarsky%mit.edu
6400a4a6ba
Make sure to call the right destructor on cellmap info structs. Bug 302725,
...
r=bernd, sr=dbaron
2006-01-13 21:08:17 +00:00
scootermorris%comcast.net
3291e0e022
Fix for bug 319107 - One SVG file crashes firefox 1.5 [@ nsSVGGradientFrame::GetNextGradient]
...
r=tor
2006-01-13 18:20:00 +00:00
bmlk%gmx.de
e84cd27fac
Avoid reframing inside button frames and move the frame creation entirely into the frame constructor, bug 51767, r=mats sr=roc
2006-01-13 07:58:12 +00:00
bzbarsky%mit.edu
4392a55ac9
Fix bug 297801 by making removal and reinsertion of the root element less
...
magical. r=peterv, sr=jst
2006-01-12 17:11:57 +00:00
bzbarsky%mit.edu
f591e00439
Don't use a frame as an nsITimerCallback (those have to be refcounted). Bug
...
241733, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-01-12 16:40:47 +00:00
timeless%mozdev.org
8397d43a6a
Bug 106386 Correct misspellings in source code
...
patch by philippuryear@gmail.com r=timeless rs=brendan
2006-01-12 07:57:31 +00:00
timeless%mozdev.org
33cad8079d
Bug 319854 Firefox crashes on redirect after Firefox-warning [@ DocumentViewerImpl::PermitUnload
...
r=jst sr=jst
2006-01-12 06:30:05 +00:00
cvshook%sicking.cc
4ed25e675c
Bug 323098: Fix inefficency in XBL insertion logic.
...
r/sr=bz
2006-01-12 05:45:38 +00:00
gavin%gavinsharp.com
3a50594ddf
Bug 160162: MARQUEE loop property not supported, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=doron, sr=jst
2006-01-12 01:15:42 +00:00
joshmoz%gmail.com
10ce46bcd5
Enable popup windows in Cocoa widgets. This puts 2 app-specific ifdefs in tier 9 code, but we plan to take care of those soon. We can use a pref so that the same binary can serve the needs of Camino and other Cocoa widget consumers. b=316076 r=mento sr=pinkerton
2006-01-11 19:09:20 +00:00
bzbarsky%mit.edu
71e963c9c7
Invalidate the canvas correctly when <body> and root nodes are added to or
...
removed from documents. Bug 321751, r+sr=roc
2006-01-11 02:41:50 +00:00
cvshook%sicking.cc
7db01c8d27
Bug 321294: Remove unused ReplaceFrame codepaths.
...
r/sr=roc
2006-01-10 22:58:37 +00:00
rbs%maths.uq.edu.au
047447c9a0
Fix crash due to outdated pointers when the DOM is modified, b=317546, r+sr=dbaron
2006-01-10 20:38:46 +00:00
bzbarsky%mit.edu
b650f5263d
Add more AttrValueIs() uses. Bug 322936, r+sr=roc
2006-01-10 20:00:39 +00:00
tor%cs.brown.edu
c608cb0396
Bug 322215 - check surface size. r=dveditz
2006-01-10 00:11:44 +00:00
bzbarsky%mit.edu
436fc831ce
If there's no visual, just fall back to the slow path instead of crashing. Bug
...
299568, r+sr=tor.
2006-01-09 22:11:10 +00:00
bzbarsky%mit.edu
4e6d82a1f6
No need to try to mark ourselves or our kids dirty if we've not seen an initial
...
reflow. Bug 322786, r+sr=roc
2006-01-09 04:01:09 +00:00
mark%moxienet.com
bbd7b4e052
298502 Bookmark toolbar and autocomplete drop-down menus are empty and cause app hang (Mac 10.2). Reflow frame when reactivating a menu, avoiding bogus widget resizes. r=roc sr=roc
2006-01-09 01:37:01 +00:00
rbs%maths.uq.edu.au
4630f44fb5
Re-sync some cached values of <maction> when its child list is changed dynamically, b=322656, r+sr=bz
2006-01-09 00:36:46 +00:00
uriber%gmail.com
b240a28f70
Bug 310589: Clicking off of the lower-right edge of a zoomed image can cause a crash [@FindBlockFrameOrBR()] [@ nsIFrame::GetExtremeCaretPosition()]. r+sr=roc
2006-01-08 21:44:44 +00:00
bmlk%gmx.de
d2000fb2ba
don't apply xul display types to tags that would normally cause tag based frame creation, bug 322185, r/sr = bzbarsky
2006-01-07 15:09:24 +00:00
bzbarsky%mit.edu
199fb02ff4
Make sure to return in the error condition, not just pop the JSContext stack
...
and continue. Bug 321494, r=sicking, sr=brendan
2006-01-06 23:32:21 +00:00
mrbkap%gmail.com
949e0433c4
bug 319434: Add an interface to allow C++ callers to get the popup and tooltip
...
nodes so that when the only JS code on the stack is content code, the C++ code
still does the right thing. r=jst sr=bzbarsky
2006-01-06 20:49:19 +00:00
mark%moxienet.com
b35b60b4a7
315203 <select> elements are transparent, background color shows through (Camino). 282941 margin on input[type="image"] breaks layout (Camino). Patch by Smokey Ardisson <alqahira@mindspring.com>. r=pink sr=smfr
2006-01-05 20:59:34 +00:00
mark%moxienet.com
7dbad1ac58
306959 Crash on trunk startup after running downrev version [@ PresShell::Destroy()]. Get event queue using accessor and check return status. r=bsmedberg sr=bzbarsky
2006-01-04 18:04:39 +00:00
neil%parkwaycc.co.uk
cf027d9ea1
Supplementary patch to fix bug 147670 nested tooltiptext regression r+sr=jst
2006-01-04 13:45:40 +00:00
rbs%maths.uq.edu.au
782d9b827b
Fix StirDOM/MathML crash bug 309120, r+sr=dbaron
2006-01-04 07:29:09 +00:00
cbiesinger%web.de
e51d40d2cb
bug 322052 remove now-unused mFullURL r+sr=bz
2006-01-02 18:57:14 +00:00
cbiesinger%web.de
fa923e662d
Bug 322052 Fix document handling in nsObjectFrame.cpp
...
r+sr=bz
2006-01-02 15:54:24 +00:00
darin%meer.net
eb3847a802
fixes bug 318193 "Input streams are not implemented consistently" r=biesi sr=bz
2006-01-02 02:30:32 +00:00
cbiesinger%web.de
8caa277c24
Bug 316455 Remove nsIPluginInstanceOwner::PluginNotAvailable, which is pointless
...
now that plugin loading has been rewritten in bug 1156 / bug 309521
r+sr=bz
2006-01-01 11:28:35 +00:00
bryner%brianryner.com
6f17959796
Fix for autocomplete widget crashes and misbehavior. This reverts the original fix for bug 192577 since that makes it difficult to reliably determine whether the autocomplete popup is open. Bug 192577 is re-fixed by adding a property to nsIPopupBoxObject to allow the "rollup event" behavior to be specified by an XBL binding. We then set this to "consume" for the urlbar dropdown, so that clicking on the button a second time only dismisses the popup, and skips dispatching the event. Additionally, this change makes us only have a singleton AutoCompleteController for all inputs (this was already the case for HTML inputs, but not XUL inputs). Bug 306067, r+sr=roc.
2005-12-31 23:34:46 +00:00
dbaron%dbaron.org
86fc2334c3
Make nsObjectFrame not be a container anymore. b=309532 r=biesi sr=bzbarsky
2005-12-31 00:25:36 +00:00
heikki%netscape.com
1555bbd0fb
Bug 69830, cleanup after layout split by moving duplicated files to a library that is statically linked to content and layout, and backing out changes to inline some functions that now also live in the shared lib. r=jst, sr=waterson.
2005-12-29 22:49:43 +00:00
waqar%netscape.com
258d93619e
#=27745
...
r=pollmann
d=Adding Gecko user agent string.
2005-12-29 22:49:39 +00:00
cbiesinger%web.de
1d04cb0110
Bug 309521
...
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
content state for the former)
- make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
- Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
cvshook%sicking.cc
e475a2eada
Backing out patch that was accidentally checked in with bug 284950.
2005-12-29 04:58:30 +00:00
cvshook%sicking.cc
7eb5bddea3
Fix build bustage
2005-12-28 22:11:27 +00:00
cvshook%sicking.cc
79b8f5fc24
Bug 284950: DeCOMTaminate nsIContent::GetAttrNameAt
...
r/sr=bz
2005-12-28 21:52:39 +00:00
dbaron%dbaron.org
eba47946d5
Add pref for CSS error reporting and mark as warnings rather than errors. b=264162 r=shaver sr=bzbarsky
2005-12-27 22:03:29 +00:00
dbaron%dbaron.org
9fd5b55440
Remove comment (from bug 91054) that meant to refer to eStyleUnit_Inherit, which was removed in bug 205790.
2005-12-27 19:37:14 +00:00
uriber%gmail.com
86ce7a1abf
Bug 321487: Crash when moving caret backwards over text frame consisting of a single CR [nsTextFrame::PeekOffset]. r=rbs sr=bzbarsky
2005-12-27 15:15:40 +00:00
cbiesinger%web.de
72ac26b6ce
Bug 321504 Remove unneeded uses of nsIDocumentLoader
...
r+sr=bz
2005-12-26 16:45:59 +00:00
timeless%mozdev.org
079a6325e0
Bug 321393 Clicking on page in print preview causes crash [@ GetOffsetsOfFrame]
...
patch by sharparrow1@yahoo.com r=roc sr=roc
2005-12-25 19:01:45 +00:00
uriber%gmail.com
7305c9fde0
Bug 319705: Crash when deleting comment line selected with triple click [@nsFontMetricsWin::ResolveForwards]. r+sr=bzbarsky
2005-12-25 14:27:14 +00:00