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 |
|
dbaron%dbaron.org
|
f6245f0ed9
|
Change the bulk of ascent (baseline) computation to happen on a virtual method on nsIFrame, and remove the redundant descent member from nsHTMLReflowMetrics, primarily to support having both first-line and last-line baselines. b=367332 r+sr=roc
|
2007-01-23 04:06:56 +00:00 |
|
bzbarsky%mit.edu
|
c563021eab
|
Remove some redundant (but not quite identical, hence asserting) logic. Bug
367587, r+sr=roc
|
2007-01-22 04:29:35 +00:00 |
|
bzbarsky%mit.edu
|
7a61f6f940
|
Don't do XUL collapsing stuff with HTML text inputs or HTML scrollframes. Bug
335628, r+sr=roc
|
2007-01-22 04:27:31 +00:00 |
|
bzbarsky%mit.edu
|
3ef8c518f2
|
Fix painting of focus outline for empty <select>s. Bug 362995, r+sr=roc
|
2007-01-17 23:17:30 +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 |
|
bzbarsky%mit.edu
|
a5fc5ca803
|
Notify correctly about legend frames being added -- need to mark all our
ancestors as having a dirty child, not just the immediate ancestor. Bug
366537, r+sr=dbaron
|
2007-01-11 17:56:25 +00:00 |
|
bzbarsky%mit.edu
|
5bb5b8f623
|
deCOMtaminate nsIFrame::GetMinSize/GetPrefSize/GetMaxSize. Bug 243370, patch
by Andreas Lange <anlan@lange.cx>, r+sr=roc
|
2007-01-08 02:57:59 +00:00 |
|
mats.palmgren%bredband.net
|
3737d80b97
|
OnChange is sometimes triggered for scripted changes. b=265047 r+sr=jst
|
2007-01-05 16:31:07 +00:00 |
|
jwatt%jwatt.org
|
bbb6339dc9
|
Fixing bug 334587. Unify event handling for links and fix various XLink bugs. r=olli.pettay@gmail.com, r=dbaron@mozilla.com, sr=bugmail@sicking.cc
|
2007-01-04 10:53:59 +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 |
|
dbaron%dbaron.org
|
2084e073f8
|
Eliminate nsStyleBorderPadding and add margin/padding/content rect APIs to nsIFrame. b=332922 r+sr=roc
|
2006-12-20 01:23:45 +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
|
d5af630c22
|
Better API for used padding/border/margin: remove deprecated Calc*For on nsStyleStructs and add GetUsed* to nsIFrame. b=332922 r+sr=roc
|
2006-12-13 23:04:57 +00:00 |
|
uriber%gmail.com
|
3faa594f22
|
Use the containing block's direction (LTR/RTL) instead of this frame's direction when deciding on default alignment of the frame. bug=328181 r+sr=dbaron
|
2006-12-13 16:16:25 +00:00 |
|
roc+%cs.cmu.edu
|
6c862f2172
|
Bug 344894. Process mContentFrame before mLegendFrame in nsFieldSetFrame::BuildDisplayList, because mContentFrame might have out-of-flow frames whose placeholders are in mLegendFrame and we always need to visit out-of-flow frames before their placeholders while building display lists. r+sr=dbaron
|
2006-12-10 21:53:53 +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 |
|
mats.palmgren%bredband.net
|
df6357f4ed
|
Make sure text input onchange handler is called before onblur. b=357684 r=Olli.Pettay sr=bzbarsky
|
2006-11-28 13:08:23 +00:00 |
|
bzbarsky%mit.edu
|
b856b2c477
|
Back out bug 354600 to fix regressions.
|
2006-11-19 20:23:56 +00:00 |
|
Olli.Pettay%helsinki.fi
|
8b6f4c022e
|
Consolidate NS_MOUSE_***_UP/DOWN/CLICK/DBLCLICK events, r=jst,roc,josh,sergei_d,emaijala,mkaply
|
2006-11-16 21:35:39 +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 |
|
bzbarsky%mit.edu
|
f0ebd23c1e
|
Additional tweak to the patch for bug 355931 -- fix QI too.
|
2006-11-13 22:20:39 +00:00 |
|
bzbarsky%mit.edu
|
c4e415d4a7
|
Don't use frames to implement interfaces, dammit. Just don't! Bug 355931, r+sr=roc
|
2006-11-13 22:05:25 +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 |
|
bzbarsky%mit.edu
|
618c586548
|
When setting the textfield value via the filepicker, tell it that it's not
focused so that onchange will fire as it should. Bug 355362, r+sr=jst
|
2006-10-15 15:39:35 +00:00 |
|
Olli.Pettay%helsinki.fi
|
e570a5020d
|
Bug 328907, Remove selectHas(No)Groups events, r+sr=sicking
|
2006-10-03 20:16:51 +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 |
|
bzbarsky%mit.edu
|
feea3a45cc
|
Reinstate reflow count painting when it's needed. Bug 352851, r+sr=roc
|
2006-09-19 04:26:20 +00:00 |
|
bzbarsky%mit.edu
|
b7a3c71cc9
|
Remove the business about not knowing our collapsed state at first. We do know
it, and we're collapsed. Bug 352394, r=mats, sr=roc
|
2006-09-14 00:54:44 +00:00 |
|
sayrer%gmail.com
|
9395f31ee3
|
bug 348669. Remove inappropriate nsCRT::free usage. r=timeless, sr=dbaron
|
2006-09-08 04:35:17 +00:00 |
|
timeless%mozdev.org
|
97d86b0df2
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +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 |
|
smontagu%smontagu.org
|
2a6805b2f8
|
Remove unnecessary hack for right-to-left file inputs. Bug 346726, r=uriber, sr=roc
|
2006-08-07 06:31:55 +00:00 |
|
bzbarsky%mit.edu
|
5c42810570
|
Don't convert non-breaking spaces to spaces in text controls. Bug 218277,
patch by jst and jpl24 <jlurz24@gmail.com>, r=bryner, sr=dbaron
|
2006-08-07 03:27:49 +00:00 |
|
pkasting%google.com
|
2070e797b8
|
Bug 339127: Add "spellcheck" attribute to control spellchecking.
r=brettw
sr=sicking
|
2006-07-29 00:04:40 +00:00 |
|
Olli.Pettay%helsinki.fi
|
a24156b7d9
|
Bug 345600, Crash [@ nsTextInputListener::UpdateTextInputCommands] using onselect and removing textarea, r+sr=roc
|
2006-07-26 07:58:18 +00:00 |
|
aaronleventhal%moonset.net
|
793d61f079
|
Bug 241015. Remote XUL is not accessible. Patch by Alexander Surkov. r=aaronlev. Chrome r='s by neil and mano
|
2006-07-24 16:12:08 +00:00 |
|
mats.palmgren%bredband.net
|
fa2d17a758
|
Ignore mLegendFrame as previous sibling since it does not live in the content area frame. b=345249 r+sr=bzbarsky
|
2006-07-20 04:54:51 +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 |
|
uriber%gmail.com
|
3bef115769
|
Fix bidi behavior of ctrl+backspace and ctrl+del. bug=344226 r=smontagu sr=roc
|
2006-07-18 07:28:38 +00:00 |
|
sharparrow1%yahoo.com
|
6bd7f4c9bc
|
Bug 344471: cleanups for checkbox and radio frames. r+sr=roc.
|
2006-07-13 05:05:54 +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 |
|
jst%mozilla.jstenback.com
|
00c06594f0
|
Fixing bug 313337. Make input control onchange events only fire when the change is made by the user, not by script. r=bzbarsky@mit.edu, sr=bugmail@sicking.cc
|
2006-07-05 22:15:01 +00:00 |
|
mats.palmgren%bredband.net
|
153ab238ca
|
Fix crash when recreating <caption> frames. Add ASSERTIONs to detect similar frame construction errors in the future. b=341382 r+sr=bzbarsky
|
2006-06-29 02:32:36 +00:00 |
|
roc+%cs.cmu.edu
|
6b2853f825
|
Fixing bustage
|
2006-06-08 03:22:44 +00:00 |
|
roc+%cs.cmu.edu
|
597d8bc582
|
Bug 339889. Propagate invalidation through the frame hierarchy to topmost widgets. r+sr=bzbarsky
|
2006-06-08 01:11:43 +00:00 |
|
timeless%mozdev.org
|
a768026fc9
|
Bug 337917 Make consumers stop using cids from other modules
r=smontagu sr=darin
|
2006-06-03 23:35:59 +00:00 |
|