bzbarsky@mit.edu
|
c008ee2ec8
|
Fix painting of focus outline for empty <select>s. Bug 362995, r+sr=roc
|
2007-01-17 23:17:30 +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 |
|
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 |
|
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 |
|
bzbarsky@mit.edu
|
8ec0a3ab15
|
Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc
|
2006-09-19 04:26:20 +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 |
|
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 |
|
roc+@cs.cmu.edu
|
5264d60dff
|
Fixing bustage
|
2006-06-08 03:22:44 +00:00 |
|
roc+@cs.cmu.edu
|
af8ada7008
|
Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky
|
2006-06-08 01:11:43 +00:00 |
|
cvshook@sicking.cc
|
5df20de104
|
Bug 335911: Change nsIContent::IsContentOfType to nsINode::IsNodeOfType. r/sr=bz
|
2006-05-05 06:52:21 +00:00 |
|
aaronleventhal@moonset.net
|
447388696f
|
Bug 336162. Don't fire DOM events from layout. r+sr=bz
|
2006-05-03 17:02:37 +00:00 |
|
bzbarsky@mit.edu
|
c6bf2390ba
|
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
|
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 |
|
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 |
|
Olli.Pettay@helsinki.fi
|
67c4dcb119
|
Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
|
2006-03-25 22:03:49 +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
|
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 |
|
timeless@mozdev.org
|
c95a9608ea
|
Bug 298277 remove useless references to nsVoidArray
r=dbaron sr=dbaron
|
2006-02-23 10:30:59 +00:00 |
|
sharparrow1@yahoo.com
|
0dd1a867dd
|
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
|
00ac70b994
|
More usage of already_AddRefed. Fix leaks too. Bug 325378, r=sicking, sr=jst
|
2006-02-09 16:23:32 +00:00 |
|
roc+@cs.cmu.edu
|
a1b6a30f14
|
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
|
358bfc2241
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
|
bzbarsky@mit.edu
|
c6fcb74336
|
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 |
|
neil@parkwaycc.co.uk
|
b7851999ff
|
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 |
|
timeless@mozdev.org
|
71ed8bc863
|
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
|
a72905839b
|
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
|
2a82ee651e
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
|
cvshook@sicking.cc
|
77710748bc
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
r/sr=bz
|
2005-10-28 11:25:24 +00:00 |
|
bzbarsky@mit.edu
|
7fbd7bc6bc
|
Fix bug 313498 -- no need for aPresContext in GetOptionsContainer. r+sr=roc.
|
2005-10-23 22:11:27 +00:00 |
|
dbaron@dbaron.org
|
dbca1b4d3e
|
Indentation fixes needed after s/nsIPresContext/nsPresContext/. Whitespace changes only.
|
2005-10-15 04:08:04 +00:00 |
|
peterv@propagandism.org
|
97ce448ce1
|
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 |
|
aaronleventhal@moonset.net
|
944c40f520
|
Bug 306437. Onchange events fired twice for option selection via mouseclick. r=dbaron, sr=neil
|
2005-09-04 18:20:56 +00:00 |
|
bzbarsky@mit.edu
|
fa964ccca9
|
Make sure kepress handlers are not affected by Caps Lock state. Bug 295228,
patch by Dainis Jonitis <Dainis_Jonitis@swh-t.lv>, r=neil, sr=bzbarsky
|
2005-08-30 18:13:48 +00:00 |
|
bzbarsky@mit.edu
|
93240998ef
|
Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out
param. Bug 303779, patch by Bastiaan Jacques <b.jacques@planet.nl>, r+sr=bzbarsky
|
2005-08-22 22:24:29 +00:00 |
|
timeless@mozdev.org
|
30491671d1
|
Bug 302356 Crash when drag-scrolling combobox [@ nsIFrame::HasView][@ nsIFrame::GetOffsetTo]
r=roc sr=roc a=bsmedberg
|
2005-08-07 14:35:45 +00:00 |
|
bzbarsky@mit.edu
|
137cf65959
|
Fix leaks on any page with a <select> by using already_AddRefed instead of a
raw addrefed return so that callers can't screw up as easily. Bug 300833,
r+sr=roc, a=bsmedberg
|
2005-07-28 16:23:22 +00:00 |
|
roc+@cs.cmu.edu
|
e4626ce388
|
Bug 301439. Don't update scrollbars when we do first-pass layout of a listbox. r+sr=dbaron,a=bsmedberg
|
2005-07-25 23:23:53 +00:00 |
|
mats.palmgren@bredband.net
|
04d182d5e7
|
Consider height of <OPTGROUP> labels when calculating visible height. b=300474 r+sr=bzbarsky a=benjamin
|
2005-07-24 01:02:15 +00:00 |
|
aaronleventhal@moonset.net
|
9eaab49396
|
Bug 290354. Support multiple selection. r=timeless, sr=bryner, a=asa
|
2005-07-14 14:20:21 +00:00 |
|
roc+@cs.cmu.edu
|
9e698dd1f8
|
Bug 291443. Capture the mouse if the user clicks on an item in a showed drop-down list. r+sr=bzbarsky,a=asa
|
2005-07-10 23:46:56 +00:00 |
|
mats.palmgren@bredband.net
|
110a60afd0
|
Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa
|
2005-06-21 00:00:14 +00:00 |
|
roc+@cs.cmu.edu
|
a0eeb9dcc8
|
Bug 290428. Don't change listbox selection when the cursor is over the listbox border and we're not capturing the mouse. r+sr=bzbarsky,a=asa
|
2005-06-17 02:44:31 +00:00 |
|
roc+@cs.cmu.edu
|
8ee093d0c7
|
Bug 296803. Don't start list item selection prematurely when the combobox pops up above the select control. r+sr=me, patch by Jan Darmochwal, a=asa
|
2005-06-14 22:15:53 +00:00 |
|
roc+@cs.cmu.edu
|
fb15791811
|
Bug 290428. When the mouse drags above or below the end of a listbox/comboboxdropdown, select the first or last option. Also, for comboboxes, start listbox selection as soon as the mouse moves to or below the top padding-edge of the dropdown list, and don't stop listbox selection even if the mouse moves back above that edge. r+sr=bzbarsky,a=shaver
|
2005-06-02 09:00:48 +00:00 |
|
jst@mozilla.jstenback.com
|
f54c1fc9b1
|
Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org
|
2005-04-28 23:48:28 +00:00 |
|