joshmoz%gmail.com
|
b5586d065f
|
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 |
mrbkap%gmail.com
|
8f7adc738f
|
bug 315752: Crashes and assertions happening in DoDeletingFrameSubtree when <select>s are in the air. The fix is to make DoCleanupFrameReferences clean up additional child lists. Patch by bzbarsky. r=roc/mats/mrbkap sr=roc
|
2005-12-20 02:06:14 +00:00 |
roc+%cs.cmu.edu
|
818e8f7d8f
|
Bug 320337. Remove mFrameConstructor member from nsListBoxBodyFrame. patch by Vidar Harr, r+sr=roc
|
2005-12-16 02:56:36 +00:00 |
roc+%cs.cmu.edu
|
ae7c6937c0
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
bzbarsky%mit.edu
|
e9e80071d7
|
Remove the mGoodToGo goop. Its main effect seems to be to cause crashes when
HTML <select>s are used in XUL. Bug 319796, r+sr=roc
|
2005-12-11 20:45:58 +00:00 |
bzbarsky%mit.edu
|
c687786159
|
Fix crash bug 282707. Patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr=bzbarsky
|
2005-12-08 19:01:20 +00:00 |
bzbarsky%mit.edu
|
63ebcc227e
|
Remove no longer needed event hack. Bug 146399, patch by Vidar Haarr
<vhaarr+bmo@gmail.com>, r=dbaron, sr=rbs
|
2005-12-08 01:44:30 +00:00 |
bzbarsky%mit.edu
|
b4b5adfb40
|
Don't store the "normal" frame state for the root scrollframe, for now. Bug
318709, r+sr=roc
|
2005-12-06 23:56:17 +00:00 |
neil%parkwaycc.co.uk
|
480f8e01d3
|
Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst
|
2005-12-02 12:02:44 +00:00 |
timeless%mozdev.org
|
b20620f6ab
|
Bug 106386 Correct misspellings in source code
patch by mats.palmgren@bredband.net r=dbaron sr=dbaron
|
2005-11-20 22:05:24 +00:00 |
bzbarsky%mit.edu
|
51b9851ef9
|
Relanding bug 305705. Patch still by mats, r+sr=me.
|
2005-11-15 04:03:08 +00:00 |
bzbarsky%mit.edu
|
8b8aea99d7
|
Back out bug 305705 to test performance impact.
|
2005-11-15 02:16:25 +00:00 |
bzbarsky%mit.edu
|
7a4d3d58f6
|
Make sure to do a constrained reflow after having done an unconstrained one.
Bug 305705, patch by Mats Palmgren <mats.palmgren@bredband.net>, r+sr=bzbarsky
|
2005-11-14 21:51:17 +00:00 |
bzbarsky%mit.edu
|
d777663fe3
|
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
painting and sizing for empty selects. Bug 314879, r+sr=dbaron
|
2005-11-04 23:36:27 +00:00 |
roc+%cs.cmu.edu
|
c4070dec03
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
cvshook%sicking.cc
|
9c1b72f7f8
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
|
2005-10-28 11:25:24 +00:00 |
mats.palmgren%bredband.net
|
9fa392bb47
|
Don't compare the displayed value against the "selected index" in dropped down mode since that is actually the "hovered index". b=313260 r+sr=bzbarsky
|
2005-10-22 03:47:00 +00:00 |
bzbarsky%mit.edu
|
83f4ce4445
|
Start out with our display textnode in the right state so we don't require
two-pass reflow (which printing can't handle) to display comboboxes right. Bug
311380, r+sr=roc
|
2005-10-20 23:19:22 +00:00 |
peterv%propagandism.org
|
bc66f35d62
|
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). Patch by sicking, updated by peterv, r=bz, sr=peterv.
|
2005-09-24 18:43:15 +00:00 |
mats.palmgren%bredband.net
|
60eeaebff8
|
Call 'RemoveMappingsForFrameSubtree()' before destroying 'mPopupFrames'. b=117984 r+sr=bzbarsky
|
2005-09-20 20:28:02 +00:00 |
roc+%cs.cmu.edu
|
b1e6622e4e
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
bzbarsky%mit.edu
|
692c9e00f2
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |
gavin%gavinsharp.com
|
8fd3968dfb
|
Bustage fix #1, remnant from another patch
|
2005-08-16 12:42:34 +00:00 |
gavin%gavinsharp.com
|
0b638620e3
|
Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc
|
2005-08-16 12:20:58 +00:00 |
roc+%cs.cmu.edu
|
7c2d474fa9
|
Restoring fix for bug 295571
|
2005-06-22 01:38:49 +00:00 |
roc+%cs.cmu.edu
|
c73317a666
|
Backing out fix for bug 295571 to see if that caused Tp hurt
|
2005-06-21 23:22:33 +00:00 |
roc+%cs.cmu.edu
|
a9a3a68f28
|
Bug 295571. Make sure we resize the combobox dropdown's view and widget if we reflow the combobox while its dropdown is showing. r+sr=dbaron,a=chofmann
|
2005-06-21 04:04:12 +00:00 |
mats.palmgren%bredband.net
|
5e77d4ed06
|
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
|
2005-06-21 00:00:14 +00:00 |
mats.palmgren%bredband.net
|
0ecbb26a36
|
Adjust current index of combobox when options are added or removed. b=286170 r+sr=bzbarsky a=asa
|
2005-06-20 23:26:35 +00:00 |
roc+%cs.cmu.edu
|
bc940b42a3
|
Bug 292656. 'Fully unconstrained' reflows should only depend on the width being unconstrained, since the dropdown layout doesn't depend on the computed height. r+sr=dbaron,a=asa
|
2005-06-17 02:42:29 +00:00 |
aaronleventhal%moonset.net
|
ef752f8ca9
|
Bug 289376. Fix description and value for combo boxes. r=louie.zhao, sr=jst. a=asa
|
2005-05-05 15:05:34 +00:00 |
jst%mozilla.jstenback.com
|
c4b8dd4f16
|
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
|
af00f217f9
|
Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa
|
2005-04-28 21:57:22 +00:00 |
bzbarsky%mit.edu
|
f911f30fc9
|
Remove unused aDeep args from AppendChildTo and InsertChildAt. Bug 289316,
r=sicking, sr=peterv, a=brendan
|
2005-04-18 22:58:35 +00:00 |
bzbarsky%mit.edu
|
559ddeb319
|
Flush out content model construction before messing with the DOM, since we plan
to insert frames into our display frame and putting options in there is a bad
idea. Bug 289730, r+sr=roc, a=asa
|
2005-04-12 15:31:03 +00:00 |
mats.palmgren%bredband.net
|
306df79b00
|
Revoke outstanding events before posting a new RedisplayTextEvent to avoid potential out-of-order events which could mean displaying the wrong text. b=288821 r+sr=bzbarsky
|
2005-04-03 22:16:07 +00:00 |
mats.palmgren%bredband.net
|
45c2f6f0ad
|
Remove code that does not work with outstanding RedisplayText events. b=288821 r+sr=bzbarsky
|
2005-04-03 19:58:40 +00:00 |
bmlk%gmx.de
|
cff1ac8a0e
|
fix for build warnings (shadow & strange null pointer treatment) bug 287102 r/sr=dbaron
|
2005-03-24 18:41:39 +00:00 |
mats.palmgren%bredband.net
|
54800c011d
|
Avoid recursive frame construction by using an event to call ActuallyDisplayText(). b=283117 r+sr=bzbarsky
|
2005-03-21 01:58:17 +00:00 |
jst%mozilla.jstenback.com
|
cef561a155
|
Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com
|
2005-03-04 02:01:54 +00:00 |
mats.palmgren%bredband.net
|
2f6c08d48c
|
Redirect frame insertions during RedisplayText(). b=282607 r+sr=bzbarsky
|
2005-02-19 23:54:36 +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 |
smfr%smfr.org
|
994776bdf7
|
Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. So add a static method, ToolkitHasNativePopup(), and query that (rather than #ifdeffing). r/sr=roc, a=dbaron.
|
2005-02-16 05:13:16 +00:00 |
aaronleventhal%moonset.net
|
2405f82c91
|
Bug 280871. Fix various problems with how we expose HTML and XUL combo boxes via accessibility APIs
|
2005-02-07 23:11:30 +00:00 |
mats.palmgren%bredband.net
|
4474d25063
|
Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky
|
2005-02-04 22:56:13 +00:00 |
bryner%brianryner.com
|
5b8aeed3b1
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
bryner%brianryner.com
|
5e2d6d2947
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
bmlk%gmx.de
|
e4402cbb7f
|
remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
|
2005-01-02 15:46:53 +00:00 |
bmlk%gmx.de
|
917905359e
|
remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
|
2004-12-27 15:05:18 +00:00 |
dbaron%dbaron.org
|
1cc6b3262a
|
Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
|
2004-12-19 21:45:51 +00:00 |