roc+%cs.cmu.edu
|
557b089a47
|
Bug 328926. Remove aPresContext parameter from Destroy and SetInitialChildList. patch by Marc Liddell, r+sr=roc
|
2006-03-15 03:14:02 +00:00 |
roc+%cs.cmu.edu
|
4a3998fc32
|
Fixing bustage
|
2006-03-14 21:02:42 +00:00 |
roc+%cs.cmu.edu
|
6fd863f2dd
|
Bug 330300. Move mFrame from nsDisplayItem subclasses up to nsDisplayItem itself, and make GetUnderlyingFrame an inline non-virtual function. Patch by Alfred Peng, r+sr=roc
|
2006-03-14 20:43:18 +00:00 |
roc+%cs.cmu.edu
|
514265e536
|
Bug 329465. Don't hold a strong ref to the event queue service from nsComboboxControlFrame. r+sr=roc, patch by Marc Liddell.
|
2006-03-09 19:24:54 +00:00 |
roc+%cs.cmu.edu
|
c2801ebbd7
|
Bug 328926. Remove aPresContext from nsIFrame::Init and nsIFrame::DidSetStyleContext. r+sr=roc, patch by Marc Liddell
|
2006-03-09 18:55:21 +00:00 |
cvshook%sicking.cc
|
de7a063b91
|
Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst
|
2006-03-08 05:01:16 +00:00 |
Olli.Pettay%helsinki.fi
|
f79ea0115b
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
roc+%cs.cmu.edu
|
fe8a1f2ea2
|
Bug 328898. deCOMtaminate signatures on nsIListControlFrame.h. Patch by Marc Liddell, r+sr=roc
|
2006-03-01 01:00:29 +00:00 |
roc+%cs.cmu.edu
|
1fac9c6d76
|
Backing out changes for bug 326944, really this time\!
|
2006-02-27 04:13:51 +00:00 |
roc+%cs.cmu.edu
|
e1862a3c80
|
Putting nsIComboboxControlFrame.h back in preparation to revert checkin for bug 326944.
|
2006-02-27 03:20:30 +00:00 |
roc+%cs.cmu.edu
|
9f17ed46e8
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:45:20 +00:00 |
roc+%cs.cmu.edu
|
b7126ee8e0
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +00:00 |
timeless%mozdev.org
|
426f83aecc
|
Bug 298277 remove useless references to nsVoidArray
r=dbaron sr=dbaron
|
2006-02-23 10:30:59 +00:00 |
sharparrow1%yahoo.com
|
aa0cb36648
|
Trivial; attempt to fix linux bustage
|
2006-02-21 01:27:11 +00:00 |
sharparrow1%yahoo.com
|
eb67fd0b3d
|
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
|
2006-02-21 00:49:04 +00:00 |
roc+%cs.cmu.edu
|
62c2f9c90b
|
Bug 326827. Don't allow mouse events to target button contents. r+sr=dbaron
|
2006-02-19 20:14:11 +00:00 |
sharparrow1%yahoo.com
|
4b04b00311
|
Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc.
|
2006-02-18 01:52:03 +00:00 |
sharparrow1%yahoo.com
|
eb31b955a4
|
Bug 326883 - Cleanup unused methods. r+sr=roc
|
2006-02-16 00:30:29 +00:00 |
bzbarsky%mit.edu
|
1e868102bd
|
Use GetValue() instead of GetAttr(nsGkAtoms::value) for getting the button
value. And make the value determination consistent for initial and
value-changed. Bug 326250, r=sicking, sr=roc
|
2006-02-13 19:42:08 +00:00 |
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 |