aaronleventhal%moonset.net
|
24eabf40af
|
Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
|
2004-10-13 01:12:14 +00:00 |
dbaron%dbaron.org
|
7150424d2e
|
Use |this| instead of getting the frame from the reflow state, since the frame from the reflow state is wrong when we're in a XUL textbox. b=263806 Patch from Hideo Saito <saito@densan.co.jp>. r=bernd sr=dbaron
|
2004-10-12 17:58:28 +00:00 |
smontagu%smontagu.org
|
1fcd4a6f26
|
Bug 167001: Anything below the baseline goes out of input field. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=dbaron
|
2004-10-10 18:30:28 +00:00 |
bzbarsky%mit.edu
|
0e5e7500e9
|
Followup to bug 260922 -- don't crash on frame teardown if the thing that got a
text control frame is neither an input nor a textarea. r+sr=jst
|
2004-10-02 16:14:56 +00:00 |
jst%mozilla.jstenback.com
|
92d2b13a4f
|
Fixing bug 257523. Prevent Copy & Paste with generated DOM events. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com
|
2004-09-30 16:29:54 +00:00 |
bryner%brianryner.com
|
d342e8f7b4
|
Add support for native keybindings for input and textarea for gtk2. This allows us to respect the GTK keybinding preferences. Bug 257405, r=blizzard, sr=roc.
|
2004-09-07 21:21:48 +00:00 |
roc+%cs.cmu.edu
|
da54d83f54
|
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
|
2004-09-06 02:44:43 +00:00 |
dbaron%dbaron.org
|
2e93a67964
|
Land bug 72747 in pieces: Implement overflow-x and overflow-y. b=72747 r+sr=roc
|
2004-09-05 00:04:04 +00:00 |
dbaron%dbaron.org
|
4db1f75805
|
Back out text input changes from bug 72747.
|
2004-09-04 03:17:18 +00:00 |
dbaron%dbaron.org
|
462cb0cabd
|
Land bug 72747 in pieces: use CSS instead of C++ to ensure single line text inputs don't have scrollbars. b=72747 r+sr=roc
|
2004-09-03 23:22:15 +00:00 |
bryner%brianryner.com
|
f7a0694a86
|
Remove unneeded nsIFocusTracker interface, changing all users to nsIPresShell (bug 257596, r+sr=roc).
|
2004-09-01 05:16:00 +00:00 |
dbaron%dbaron.org
|
67e0ee1634
|
Back out the rest of bug 72747 due to Tp regression.
|
2004-08-27 01:26:55 +00:00 |
dbaron%dbaron.org
|
399f49c365
|
Backout the CSS parts of bug 72747 to see if that fixes the Tp regression.
|
2004-08-26 22:35:38 +00:00 |
dbaron%dbaron.org
|
0430fe1b67
|
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
|
2004-08-26 17:11:20 +00:00 |
bryner%brianryner.com
|
efcc221ee4
|
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
|
2004-08-20 20:34:37 +00:00 |
dbaron%dbaron.org
|
10b65694e8
|
Fix names of constants to correspond to the new definitions of the values of the 'overflow' property. b=69355 r+sr=roc
|
2004-08-10 01:32:10 +00:00 |
mats.palmgren%bredband.net
|
d5e77efc84
|
Add width for letter-spacing when calculating desired width of text input controls. b=252783 r=bzbarsky sr=dbaron
|
2004-08-07 22:04:27 +00:00 |
bryner%brianryner.com
|
18fa617572
|
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
|
2004-08-02 04:52:55 +00:00 |
bryner%brianryner.com
|
cc807b07b1
|
Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc
|
2004-07-31 23:15:21 +00:00 |
rbs%maths.uq.edu.au
|
784ccdb144
|
Cleanup font usage in form input controls, b=251637, r=jshin, sr=bzbarsky
|
2004-07-21 01:05:44 +00:00 |
roc+%cs.cmu.edu
|
57a86f6acb
|
Bug 53966. Don't just capture to the nearest view when selecting with mouse; only capture to the nearest scrolling view. r+sr=dbaron
|
2004-07-20 00:02:43 +00:00 |
peterv%propagandism.org
|
c6758de122
|
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
|
2004-06-25 12:26:02 +00:00 |
bryner%brianryner.com
|
4894e80462
|
deCOMtaminate nsBoxLayoutState. Bug 247766, r+sr=roc.
|
2004-06-22 02:55:04 +00:00 |
bryner%brianryner.com
|
55d74e870b
|
oops, this wasn't supposed to go on the trunk. backing out.
|
2004-06-21 23:41:30 +00:00 |
bryner%brianryner.com
|
8cfeadc0a0
|
bringing branch changes forward
|
2004-06-21 23:35:56 +00:00 |
bryner%brianryner.com
|
cfcb3b0746
|
Make XUL box debug code be #ifdef DEBUG_LAYOUT. r+sr=roc, bug 103844.
|
2004-06-19 09:07:47 +00:00 |
bzbarsky%mit.edu
|
b99b4c4d2d
|
Instead of setting inline style for every text input's anonymous div, have a
rule in forms.css to set the style. Bug 243588, r+sr=dbaron
|
2004-05-15 05:09:37 +00:00 |
rbs%maths.uq.edu.au
|
b33b06bec8
|
Fix the inconsistent behavior of the caret on text controls when their readonly attribute is changed, b=235294, r+sr=bzbarsky
|
2004-05-05 22:48:51 +00:00 |
bzbarsky%mit.edu
|
ab8ff1f170
|
Don't clear undo/redo buffers when JS changes the value. Bug 158071, patch by
Martijn Wargers <m.wargers@hccnet.nl>, r=bryner, sr=dbaron
|
2004-05-02 22:14:49 +00:00 |
gerv%gerv.net
|
85ce8c146b
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
rbs%maths.uq.edu.au
|
f0c2514be7
|
Add the much requested support for find in <textarea> and text <input> elements. Also fix a long-standing problem with the mutually-exclusion: selecting something in a text field doesn't clear an earlier selection outside. b=58305, r=akkana, sr=jst
|
2004-04-15 19:45:46 +00:00 |
bzbarsky%mit.edu
|
e69acab219
|
Make sure to apply our styles to our anonymous content no matter what the
page's style language is. Bug 234761, r=sicking, sr=jst
|
2004-04-14 02:05:52 +00:00 |
roc+%cs.cmu.edu
|
bc07b888e1
|
Bug 227838. Remove unused RequiresWidget method from nsIFormControlFrame. r+sr=bzbarsky
|
2004-04-13 03:11:05 +00:00 |
bryner%brianryner.com
|
6252896efc
|
inline IsPaginated, SetPaginatedScrolling, and GetPaginatedScrolling. Bug 229371, r+sr=roc.
|
2004-03-03 18:24:20 +00:00 |
bzbarsky%mit.edu
|
2c6adef40a
|
Don't lie about our scrollable view, and don't claim to have one if we're not
scrollable. Bug 209807, r+sr=roc
|
2004-02-19 23:04:51 +00:00 |
bryner%brianryner.com
|
b26298f7c2
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
sicking%bigfoot.com
|
7055ef1c83
|
Bug 232706: Remove unneccesary datatypes from nsHTMLValue and cleanup AttributeToString.
r=caillon sr=jst
|
2004-02-11 00:38:12 +00:00 |
bryner%brianryner.com
|
05a0e4f624
|
Guarantee that the pres context's device context will be non-null by returning failure from Init() if it's null. Rename inline getter GetDeviceContext() to DeviceContext(), convert all callers to use the inline getter, and remove the virtual/refcounting getter. Bug 229371, r+sr=dbaron.
|
2004-02-02 22:17:21 +00:00 |
bryner%brianryner.com
|
a135ce4d60
|
Improve the way in which nsEvent and its subclasses are initialized. Commonly-used members can now be initialized via an inline constructor, and all other members are initialized to zero. eventStructType is set automatically. This also fixes some cases where an eventStructType was doubling as a message -- NS_TEXT_EVENT is now only used as an eventStructType, with a message of NS_TEXT_TEXT. NS_COMPOSITION_* events get an eventStructType of NS_COMPOSITION_EVENT, and ditto for NS_RECONVERSION_*. NS_DRAGDROP_EVENT is no longer an eventStructType since it is not a unique type of struct. There is also some miscellaneous cleanup to nsDOMEvent. Bug 220228, r=jst, sr=blizzard.
|
2004-01-12 08:25:18 +00:00 |
roc+%cs.cmu.edu
|
2a50602bc0
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
bryner%brianryner.com
|
5aeafaa8a6
|
deCOMtaminate nsIPresContext::GetCompatibilityMode / SetCompatibilityMode (bug 229081). r+sr=bzbarsky.
|
2003-12-24 21:51:50 +00:00 |
bryner%brianryner.com
|
7264501b7b
|
Change all callers of nsIPresContext::GetShell() to use the non-refcounting versions. Most callers now use PresShell(), a few that were checking for null conditions are using GetPresShell() -- this will be remedied once we can ensure that a prescontext never has a null pres shell. Bug 227690, r+sr=bzbarsky.
|
2003-12-21 05:36:36 +00:00 |
dbaron%dbaron.org
|
f9a8c0c54a
|
Account for 1 twip width of BR when computing the size of textareas. b=228752 Patch by Mats Palmgren <mats.palmgren@bredband.net>. r+sr=dbaron a=brendan
|
2003-12-18 06:06:00 +00:00 |
jst%mozilla.jstenback.com
|
6380d7fd12
|
Fixing bug 225837. DeCOMtaminating nsIContent more, making GetTag() return a weak raw pointer, and renaming GetTag() to Tag(), and making GetRangeList() return an const nsVoidArray*, and changing GetContentID() to return the id, and renaming it to ContentID(). r=jonas@sicking.cc, sr=bryner@brianryner.com.
|
2003-11-19 01:20:56 +00:00 |
bzbarsky%mit.edu
|
6840e86e82
|
Don't do our "enlarge the control a bit to make it look better for small sizes"
thing for fixed-width fonts -- it's unnecessary and just makes it look like
"size" is broken. Bug 103293, r+sr=rbs
|
2003-11-10 23:42:43 +00:00 |
uid502
|
50383ff50a
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
bryner%brianryner.com
|
a0e219b348
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
dbaron%dbaron.org
|
fb5dcec631
|
Use the correct term "float" instead of "floater". b=218654 r+sr=bzbarsky
|
2003-10-13 21:51:02 +00:00 |
jst%mozilla.jstenback.com
|
8aa7b563d2
|
Fixing bug 215981. DeCOMtaminating nsIContent and nsIDocument some, and also some minor changes to other related interfaces. r=caillon@aillon.org, sr=peterv@propagandism.org.
|
2003-09-27 04:18:26 +00:00 |
uid502
|
c02b615f54
|
Bug 217201. Make nsTextControlFrame::InitEditor() happen outside of reflow, to prevent content notification flushes and reentrancy. r+rs=dbaron
|
2003-09-19 15:20:00 +00:00 |