|
|
833e8c64f1
|
Bug 363089, Remove nsIDOMEventReceiver, r+sr=jst
|
2007-05-11 04:15:11 -07:00 |
|
|
|
cdb5b22b87
|
Change the FrameNeedsReflow API to pass the dirty flags to be added directly tothe method, instead of setting them before calling the method. That way we canavoid reflowing the ancestor of a reflow root which is not itself dirty but hasdirty children. This also makes it harder to set dirty bits inconsistentlywith the FrameNeedsReflow call. Bug 378784, r+sr=dbaron, pending rbs' reviewon the mathml parts.
|
2007-05-06 12:16:51 -07:00 |
|
|
|
533a4a3abb
|
Fixing build bustage
|
2007-05-04 23:37:05 -07:00 |
|
|
|
742cd68f3a
|
Don't cut off the right-hand side of empty comboboxes. Bug 364510, r+sr=dbaron
|
2007-05-04 23:20:10 -07:00 |
|
|
|
6a3a9ef366
|
Make assertion reflect reality better. Bug 357044, r+sr=roc
|
2007-04-25 18:17:05 -07:00 |
|
|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
|
|
e073f6094d
|
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 |
|
|
|
7e4e3ec68f
|
375196, r+sr=roc
|
2007-03-25 22:38:22 -07:00 |
|
bzbarsky@mit.edu
|
2aca10004d
|
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
|
a4cc40910e
|
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
|
7228aea249
|
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
|
49c82b0ca8
|
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
|
44db63b2b9
|
extend nsITheme to support native focus drawing. b=370549 r=dbaron sr=roc
|
2007-02-16 01:53:43 +00:00 |
|
sharparrow1@yahoo.com
|
03f4fc3a17
|
Bug 370303: Cleanup in layout/forms. r+sr=roc.
|
2007-02-15 10:58:31 +00:00 |
|
smontagu@smontagu.org
|
ddbb8e4924
|
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
|
1b66d5e45d
|
Bug 370185: clean up view header includes (trivial). rs=bzbarsky.
|
2007-02-12 19:31:59 +00:00 |
|
sharparrow1@yahoo.com
|
2da748b9c2
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
bzbarsky@mit.edu
|
ec0b8c50c7
|
Remove some no longer needed code. Bug 368273, r+sr=dbaron
|
2007-01-30 05:52:27 +00:00 |
|
cvshook@sicking.cc
|
e80f1dba4e
|
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
|
b09985c9eb
|
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
|
1ee64a9634
|
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
|
f4ef17d178
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
bzbarsky@mit.edu
|
bbfb79bc87
|
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
|
d21cb374bd
|
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
|
a223c518a7
|
Back out bug 354600 to fix regressions.
|
2006-11-19 20:23:56 +00:00 |
|
bzbarsky@mit.edu
|
9b0001a75c
|
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
|
ad4a6c1a37
|
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
|
b3ebc4078a
|
Fix combobox outlines. Bug 328340, r+sr=dbaron
|
2006-11-03 00:22:31 +00:00 |
|
mats.palmgren@bredband.net
|
a305304ffd
|
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
|
33b670703c
|
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
|
765b25ef4a
|
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
|
eddcb0f478
|
Fix error in last checkin for bug 344050.
|
2006-07-19 08:55:36 +00:00 |
|
cvshook@sicking.cc
|
de453923d9
|
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
|
7ad743157e
|
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
|
9f6d9cd053
|
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
|
0700b87ece
|
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
|
5e0300fa5c
|
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
|
24f6f0ed12
|
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
|
96634178f2
|
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
|
54d3415318
|
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
|
93222d8d4f
|
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
|
c92e50faf4
|
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
|
2410b4dc29
|
Fixing bustage
|
2006-03-14 21:02:42 +00:00 |
|
roc+@cs.cmu.edu
|
1967e0fe6e
|
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
|
75dfaa348b
|
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
|
79c7894a78
|
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
|
6ba912b316
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
|
roc+@cs.cmu.edu
|
c309a525b3
|
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
|
0efab978e0
|
Backing out changes for bug 326944, really this time\!
|
2006-02-27 04:13:51 +00:00 |
|
roc+@cs.cmu.edu
|
51ac3633b9
|
Bug 326944. Remove nsIComboboxControlFrame. r+sr=roc, patch by Marc Liddell
|
2006-02-27 02:33:26 +00:00 |
|