mrbkap%gmail.com
|
907b2f702d
|
Only call GetCharCode for KeyPress events to avoid triggering a warning in nsDOMKeyEvent.cpp. bug 309316, r+sr=dbaron
|
2006-04-29 00:39:03 +00:00 |
|
roc+%cs.cmu.edu
|
aac1b0d44f
|
Bug 330305. Rename nsSelection to nsFrameSelection, and deCOMtaminate it, removing nsIFrameSelection. patch by Marc Liddell, r+sr=roc
|
2006-04-26 02:01:07 +00:00 |
|
bzbarsky%mit.edu
|
2c105676af
|
Give HTMLButtonControlFrames their own frame type. Bug 335419, r+sr=dbaron
|
2006-04-25 19:56:45 +00:00 |
|
cvshook%sicking.cc
|
e9a820078f
|
Bug 334977. Separate mFileName from mValue. r/sr=bz
|
2006-04-25 09:18:42 +00:00 |
|
leon.sha%sun.com
|
0960e6fd1d
|
Bug 333896
Convert GetAttr calls to AttrValueIs and FindAttrValueIn.
Patch by alfred.peng@sun.com.
roc: review+
roc: superreview+
|
2006-04-24 05:40:11 +00:00 |
|
bzbarsky%mit.edu
|
0104eded40
|
Handle our single focused option being removed. Bug 325321, r=roc, sr=dbaron
|
2006-04-20 02:37:31 +00:00 |
|
roc+%cs.cmu.edu
|
22c06ad594
|
Bug 333817. Give listbox focus display item correct bounds. r+sr=bzbarsky
|
2006-04-18 02:41:42 +00:00 |
|
roc+%cs.cmu.edu
|
a7f03736a9
|
Bug 328926. Remove aPresContext parameter from nsIFrame::Destroy, nsIFrame::SetInitialChildList and nsIFrame::RemovedAsPrimaryFrame. patch by Marc Liddell, r+sr=roc
|
2006-04-10 00:16:29 +00:00 |
|
dbaron%dbaron.org
|
04b8c33eda
|
Remove uses of MOZ_DECL_CTOR_COUNTER, which is always defined to nothing. b=332745 rs=roc,bzbarsky
|
2006-04-05 00:00:44 +00:00 |
|
bzbarsky%mit.edu
|
43bcb1c2fe
|
Make sure to not use a localized label if the value is explicitly set to the
empty string. Bug 330469, r+sr=sicking
|
2006-04-04 22:34:10 +00:00 |
|
roc+%cs.cmu.edu
|
0a10a79f62
|
Bug 330934. Set a nsIFrame's stylecontext in its constructor, to ensure that there's always one available for GetPresContext() to use even if Init hasn't been called. Patch by Marc Liddell, r+sr=roc
|
2006-03-26 21:30:36 +00:00 |
|
Olli.Pettay%helsinki.fi
|
ee372ff167
|
Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
|
2006-03-25 22:03:49 +00:00 |
|
cvshook%sicking.cc
|
1b3207b1d5
|
Relanding patches that (hopefully) don't affect Tdhtml
|
2006-03-24 00:09:50 +00:00 |
|
cvshook%sicking.cc
|
e26140ab7d
|
Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364.
|
2006-03-23 08:21:21 +00:00 |
|
bzbarsky%mit.edu
|
4b74ae14f8
|
Fix crash bug 322348 by making ReParentStyleContext more sane. r+sr=dbaron
|
2006-03-16 01:30:38 +00:00 |
|
dbaron%dbaron.org
|
c37d9a2cf3
|
Change our scrolling code so that it is capable of scrolling above and to the left of the viewport, and then use that capability for nsHTMLScrollFrames with RTL directionality. This removes the invariant that the child of a scrollframe (::scrolled-canvas canvas or ::scrolled-content block) will be stretched to fill the entire scrollable area and stops enforcing it, a change that's likely to cause some regressions not yet fixed within the patch. This also fixes directionality detection for the scrollframe holding the canvas (changing which side the scrollbar appears on) and fixes an old bug in the code that paints the focus ring around the canvas (so it's now again visible on all sides, even when the canvas is scrollable). b=192767 r+sr=roc
|
2006-03-15 16:55:19 +00:00 |
|
pavlov%pavlov.net
|
131e8794e2
|
backing out roc's patch for bug 328926 due to crash running tests on vc8 machines.
|
2006-03-15 06:43:36 +00:00 |
|
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 |
|