bzbarsky@mit.edu
|
bf4922535e
|
Don't cut off the right-hand side of empty comboboxes. Bug 364510, r+sr=dbaron
|
2007-05-04 23:20:10 -07:00 |
|
bzbarsky@mit.edu
|
9beffcc014
|
Make assertion reflect reality better. Bug 357044, r+sr=roc
|
2007-04-25 18:17:05 -07:00 |
|
bzbarsky@mit.edu
|
eeaa1a101b
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
joshmoz@gmail.com
|
ed5252f114
|
remove app-specific code from tier-9 code. add a pref to handle native popup windows on Mac OS X instead. b=323062 r=smorgan sr=bsmedberg
|
2007-03-30 12:51:51 -07:00 |
|
Olli.Pettay@helsinki.fi
|
a1dca72a56
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
bzbarsky%mit.edu
|
7bf5f8b7a1
|
Make the display frame resize correctly when the <select>'s width changes. Bug
370422, r+sr=dbaron
|
2007-02-28 03:04:38 +00:00 |
|
dbaron%dbaron.org
|
9d7f938b99
|
Clean up IsFrameOfType methods to call their base class IsFrameOfType methods reliably. b=341326 r+sr=roc
|
2007-02-24 18:33:33 +00:00 |
|
bzbarsky%mit.edu
|
ad75d79f05
|
Make blocks whose ancestors are not blocks have the NS_BLOCK_MARGIN_ROOT and
NS_BLOCK_SPACE_MGR bits as necessary. Bug 354600, r+sr=roc
|
2007-02-18 23:53:25 +00:00 |
|
asqueella%gmail.com
|
284a5ea424
|
bug 257868 - remove the nsIPresShell::SetAnonymousContentFor() API, make the frames store strong refs to the anonymous content instead. Decomtaminate nsIAnonymousContentCreator.
r+sr=roc
|
2007-02-18 17:34:09 +00:00 |
|
joshmoz%gmail.com
|
ad35697de6
|
extend nsITheme to support native focus drawing. b=370549 r=dbaron sr=roc
|
2007-02-16 01:53:43 +00:00 |
|
sharparrow1%yahoo.com
|
db47d007bc
|
Bug 370303: Cleanup in layout/forms. r+sr=roc.
|
2007-02-15 10:58:31 +00:00 |
|
smontagu%smontagu.org
|
2932d47653
|
Remove obsolete state bit NS_BLOCK_SHRINK_WRAP. Bug 369243, r=bz, sr=dbaron
|
2007-02-15 05:07:57 +00:00 |
|
sharparrow1%yahoo.com
|
fc5994f67d
|
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
|
2007-02-12 19:31:59 +00:00 |
|
sharparrow1%yahoo.com
|
76a64e5c22
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
bzbarsky%mit.edu
|
4fcbe6d913
|
Remove some no longer needed code. Bug 368273, r+sr=dbaron
|
2007-01-30 05:52:27 +00:00 |
|
cvshook%sicking.cc
|
a39ff30284
|
Kill remainders of ns(XBL|HTML|XUL|Layout)Atoms. r/sr=jst b=368128
|
2007-01-30 00:06:41 +00:00 |
|
bzbarsky%mit.edu
|
baec9bd166
|
Make mComputedWidth private, with a getter/setter, and make the setter update
the resize flags. Bug 367442, r+sr=dbaron
|
2007-01-26 00:05:12 +00:00 |
|
bzbarsky%mit.edu
|
3f669c3420
|
Fix the width computations for the dropdown to actually account for the border
and padding. Bug 365837, r+sr=dbaron
|
2007-01-11 17:59:41 +00:00 |
|
timeless%mozdev.org
|
4e651390ef
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
bzbarsky%mit.edu
|
3688023262
|
Remove the consumers of GetScrollBarDimensions so that we can work on removing
the API too. Bug 364301, r+sr=roc
|
2006-12-19 15:08:34 +00:00 |
|
dbaron%dbaron.org
|
31f1898810
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
bzbarsky%mit.edu
|
b856b2c477
|
Back out bug 354600 to fix regressions.
|
2006-11-19 20:23:56 +00:00 |
|
bzbarsky%mit.edu
|
cbcaad14b4
|
Make block frames that are not kids of blocks automatically have space managers
(and margin roots, except in the columns case) so we don't have to play
whack-a-framestate-flag. Bug 354600, r+sr=roc
|
2006-11-16 17:51:53 +00:00 |
|
masayuki%d-toybox.com
|
d0d3a21ea2
|
Bug 359496 focus outline on combobox <select>s is always drawn in black r+sr=dbaron
|
2006-11-04 17:28:39 +00:00 |
|
bzbarsky%mit.edu
|
1adfb9e915
|
Fix combobox outlines. Bug 328340, r+sr=dbaron
|
2006-11-03 00:22:31 +00:00 |
|
mats.palmgren%bredband.net
|
c9b7b60dce
|
Make sure we fire onchange also after selectedIndex was set to -1 through DOM. Thanks to Pablo Greco for helping fix this. b=317078 r+sr=roc
|
2006-09-30 05:07:49 +00:00 |
|
uriber%gmail.com
|
f4ebea5c4c
|
When the control is RTL, align the drop-down with the right edge of the control. bug=203353 r=smontagu sr=bzbarsky
|
2006-08-13 19:34:58 +00:00 |
|
Olli.Pettay%helsinki.fi
|
2cfe84ecc4
|
Bug 231830, crash on style.display = 'none' for select element when event onchange occurs [@ nsStyleContext::GetRuleNode ][@ nsIFrame::Invalidate ], r+sr=bz
|
2006-08-11 12:09:30 +00:00 |
|
cvshook%sicking.cc
|
e75ee7f41a
|
Fix error in last checkin for bug 344050.
|
2006-07-19 08:55:36 +00:00 |
|
cvshook%sicking.cc
|
3a9a287253
|
Bug 344050: Kill nsITextContent and move the methods to nsIContent. r/sr=jst
|
2006-07-19 04:36:36 +00:00 |
|
mats.palmgren%bredband.net
|
47bd18fde6
|
Remove the special painting code for a 165-twips checkbox. Move the remaining parts of nsFormControlHelper to its consumers and remove nsFormControlHelper.{cpp,h} from the tree. b=343495 r+sr=roc (r=me on roc's part)
|
2006-07-06 10:43:51 +00:00 |
|
Olli.Pettay%helsinki.fi
|
cb1f0a0bb9
|
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
|
2006-05-19 10:26:44 +00:00 |
|
darin%meer.net
|
0318b8c707
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +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 |
|
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 |
|
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 |
|
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 |
|
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
|
b7126ee8e0
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +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 |
|
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 |
|
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 |
|