bzbarsky%mit.edu
|
504bb277ba
|
More usage of already_AddRefed. Fix leaks too. Bug 325378, r=sicking, sr=jst
|
2006-02-09 16:23:32 +00:00 |
|
bzbarsky%mit.edu
|
0345a6719d
|
Make it possible to enable spell-check for text inputs too (not just
textareas). Make the pref controlling the whole thing live. Bug 151040, patch
by Julian Pellico <jpellico@yahoo.com>, r=bzbarsky, sr=bryner
|
2006-02-09 03:50:53 +00:00 |
|
dbaron%dbaron.org
|
00eb53b26a
|
Remove old native widget code that we were only keeping around for viewer. b=326417 r+sr=roc
|
2006-02-08 20:09:19 +00:00 |
|
bzbarsky%mit.edu
|
eee69b1bb3
|
Add comment as promised; still bug 326019.
|
2006-02-06 22:27:58 +00:00 |
|
bzbarsky%mit.edu
|
ef908b8b14
|
Fix bug 326019. r+sr=roc
|
2006-02-06 22:08:10 +00:00 |
|
bzbarsky%mit.edu
|
73e9a89031
|
Make sure to always produce our value. Bug 324377, r+sr=roc
|
2006-02-03 18:45:01 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
bzbarsky%mit.edu
|
f96a096c2c
|
Fix leak bug 324969 -- make sure to call virtual destructors.
|
2006-01-29 18:48:58 +00:00 |
|
roc+%cs.cmu.edu
|
fa09c4074a
|
Bug 324852. Clean up missing uses of NS_DISPLAY_DECL_NAME for a tiny space saving with frame display lists
|
2006-01-26 22:58:22 +00:00 |
|
roc+%cs.cmu.edu
|
77bca74243
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
roc+%cs.cmu.edu
|
c91034f873
|
Bug 323946. nsFieldSetFrame doesn't need to support having a space manager. r+sr=dbaron
|
2006-01-22 23:20:56 +00:00 |
|
cvshook%sicking.cc
|
15c2397445
|
Bug 323910: Merge atom lists in gklayout
r/sr=jst
|
2006-01-19 00:58:12 +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 |
|
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 |
|
cvshook%sicking.cc
|
7db01c8d27
|
Bug 321294: Remove unused ReplaceFrame codepaths.
r/sr=roc
|
2006-01-10 22:58:37 +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 |
|
dbaron%dbaron.org
|
12dbe4ba1a
|
Give the extra reflow state a correct parent so it doesn't confuse the auto-offset code. b=317502 r+sr=roc
|
2005-12-21 03:31:47 +00:00 |
|
mrbkap%gmail.com
|
4bad6f49dc
|
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
|
18647b7ec2
|
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
|
06dd46b7c7
|
Fixing bustage
|
2005-12-13 00:57:56 +00:00 |
|
roc+%cs.cmu.edu
|
b65c655ed9
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
|
bzbarsky%mit.edu
|
f9bea49aa1
|
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
|
88a01f50af
|
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
|
5c508f5e01
|
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 |
|
roc+%cs.cmu.edu
|
a710fcd15d
|
Bug 316281. Rework GetContentAndOffsetsFromPoint. r=uriber,sr=roc,patch by Eli Friedman
|
2005-12-07 23:08:39 +00:00 |
|
bzbarsky%mit.edu
|
8fa76d37ac
|
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 |
|
brettw%gmail.com
|
b9193728c5
|
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
|
2005-12-05 18:07:33 +00:00 |
|
neil%parkwaycc.co.uk
|
0d29adadea
|
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 |
|
jst%mozilla.jstenback.com
|
8f1863159b
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
|
bzbarsky%mit.edu
|
994feafbae
|
Treat inline and block buttons more uniformly. Bug 304004, r+sr=dbaron
|
2005-11-22 23:39:48 +00:00 |
|
timeless%mozdev.org
|
1c34e68034
|
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
|
0f66d83269
|
Relanding bug 305705. Patch still by mats, r+sr=me.
|
2005-11-15 04:03:08 +00:00 |
|
bzbarsky%mit.edu
|
a946ffec4a
|
Back out bug 305705 to test performance impact.
|
2005-11-15 02:16:25 +00:00 |
|
bzbarsky%mit.edu
|
3608df15a6
|
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 |
|
bsmedberg%covad.net
|
78f6d0683d
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
|
bzbarsky%mit.edu
|
27c439cb3c
|
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
|
520b30a7f7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|
roc+%cs.cmu.edu
|
a5f65bfee7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-01 20:40:54 +00:00 |
|
cvshook%sicking.cc
|
64a0fbd45f
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
|
2005-10-28 11:25:24 +00:00 |
|
roc+%cs.cmu.edu
|
680ffaad50
|
Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc
|
2005-10-26 21:46:39 +00:00 |
|
bzbarsky%mit.edu
|
04825cfb67
|
Fix bug 313498 -- no need for aPresContext in GetOptionsContainer. r+sr=roc.
|
2005-10-23 22:11:27 +00:00 |
|
mats.palmgren%bredband.net
|
bb5f71a7f4
|
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
|
3d61b57735
|
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 |
|
bzbarsky%mit.edu
|
8e989a107f
|
Fix bug 309467. r=jst, sr=neil
|
2005-10-20 02:10:31 +00:00 |
|
dbaron%dbaron.org
|
6beb9b195c
|
Indentation fixes needed after s/nsIPresContext/nsPresContext/. Whitespace changes only.
|
2005-10-15 04:08:04 +00:00 |
|
roc+%cs.cmu.edu
|
464d032fd7
|
Bug 258875. Make a file upload control's textbox be read-only and take it out of the tab order. Clicking on the textbox will open the filepicker. r+sr=dbaron
|
2005-09-30 22:01:54 +00:00 |
|
peterv%propagandism.org
|
3609c87767
|
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
|
9f89e5e068
|
Call 'RemoveMappingsForFrameSubtree()' before destroying 'mPopupFrames'. b=117984 r+sr=bzbarsky
|
2005-09-20 20:28:02 +00:00 |
|
roc+%cs.cmu.edu
|
fed343c43a
|
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
|
cf64715ae5
|
Remove the pointless nsIContent arg of nsIFrame::AttributeChanged. Bug 281390,
patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r+sr=bzbarsky
|
2005-09-07 16:49:21 +00:00 |
|