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 |
|
Olli.Pettay%helsinki.fi
|
b9c2cdd0a8
|
Bug 336381, Crash [@ nsRange::InsertNode] involving ranges in detached nodes, r=sicking,glazman,sr=bz
|
2006-05-15 19:35:12 +00:00 |
|
mrbkap%gmail.com
|
907b2f702d
|
Only call GetCharCode for KeyPress events to avoid triggering a warning in nsDOMKeyEvent.cpp. bug 309316, r+sr=dbaron
|
2006-04-29 00:39:03 +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 |
|
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 |
|
dbaron%dbaron.org
|
c37d9a2cf3
|
Change our scrolling code so that it is capable of scrolling above and to the left of the viewport, and then use that capability for nsHTMLScrollFrames with RTL directionality. This removes the invariant that the child of a scrollframe (::scrolled-canvas canvas or ::scrolled-content block) will be stretched to fill the entire scrollable area and stops enforcing it, a change that's likely to cause some regressions not yet fixed within the patch. This also fixes directionality detection for the scrollframe holding the canvas (changing which side the scrollbar appears on) and fixes an old bug in the code that paints the focus ring around the canvas (so it's now again visible on all sides, even when the canvas is scrollable). b=192767 r+sr=roc
|
2006-03-15 16:55:19 +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 |
|
Olli.Pettay%helsinki.fi
|
f79ea0115b
|
Bug 234455, Centralize event dispatch r=jst, sr=bz
|
2006-03-07 17:08:51 +00:00 |
|
sharparrow1%yahoo.com
|
eb67fd0b3d
|
Bug 327868: nsIFrameSelection cleanup. r+sr=roc
|
2006-02-21 00:49:04 +00:00 |
|
bzbarsky%mit.edu
|
0345a6719d
|
Make it possible to enable spell-check for text inputs too (not just
textareas). Make the pref controlling the whole thing live. Bug 151040, patch
by Julian Pellico <jpellico@yahoo.com>, r=bzbarsky, sr=bryner
|
2006-02-09 03:50:53 +00:00 |
|
roc+%cs.cmu.edu
|
77bca74243
|
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 |
|
cvshook%sicking.cc
|
15c2397445
|
Bug 323910: Merge atom lists in gklayout
r/sr=jst
|
2006-01-19 00:58:12 +00:00 |
|
bzbarsky%mit.edu
|
199fb02ff4
|
Make sure to return in the error condition, not just pop the JSContext stack
and continue. Bug 321494, r=sicking, sr=brendan
|
2006-01-06 23:32:21 +00:00 |
|
roc+%cs.cmu.edu
|
b65c655ed9
|
Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc
|
2005-12-12 23:53:06 +00:00 |
|
bzbarsky%mit.edu
|
5c508f5e01
|
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 |
|
roc+%cs.cmu.edu
|
a710fcd15d
|
Bug 316281. Rework GetContentAndOffsetsFromPoint. r=uriber,sr=roc,patch by Eli Friedman
|
2005-12-07 23:08:39 +00:00 |
|
brettw%gmail.com
|
b9193728c5
|
Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky
|
2005-12-05 18:07:33 +00:00 |
|
jst%mozilla.jstenback.com
|
8f1863159b
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
|
timeless%mozdev.org
|
1c34e68034
|
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 |
|
roc+%cs.cmu.edu
|
a5f65bfee7
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-01 20:40:54 +00:00 |
|
cvshook%sicking.cc
|
64a0fbd45f
|
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
|
8e989a107f
|
Fix bug 309467. r=jst, sr=neil
|
2005-10-20 02:10:31 +00:00 |
|
roc+%cs.cmu.edu
|
fed343c43a
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
|
bzbarsky%mit.edu
|
cf64715ae5
|
Remove the pointless nsIContent arg of nsIFrame::AttributeChanged. Bug 281390,
patch by Vidar Braut Haarr <vhaarr+bmo@gmail.com>, r+sr=bzbarsky
|
2005-09-07 16:49:21 +00:00 |
|
bryner%brianryner.com
|
adc0ddf8eb
|
In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst.
|
2005-08-22 18:34:21 +00:00 |
|
bzbarsky%mit.edu
|
8e208eced1
|
Make frames know whether they're leaves or not from the frame construction
point of view; use this in the frame constructor. Bug 265367, r+sr=dbaron
|
2005-08-16 22:52:48 +00:00 |
|
jst%mozilla.jstenback.com
|
50de4a3e1d
|
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 |
|
bzbarsky%mit.edu
|
23a4479e27
|
Make text control state restoration work right even in subframes loaded from a
different website. Bug 287446, r+sr=jst, a=chofmann
|
2005-04-26 03:31:29 +00:00 |
|
roc+%cs.cmu.edu
|
b92a5cf080
|
Bug 289179. Fix regression by having nsTextControlFrame find its scrollable view again. r+sr+a=dbaron
|
2005-04-06 20:50:58 +00:00 |
|
bmlk%gmx.de
|
10291e93a2
|
fix for build warnings (shadow & strange null pointer treatment) bug 287102 r/sr=dbaron
|
2005-03-24 18:41:39 +00:00 |
|
bryner%brianryner.com
|
afd8155560
|
Fix autocomplete in message compose by making oninput start off enabled, and just disabling it within SetValue. Bug 282645, r= (and lots of ideas from) neil, sr=bzbarsky.
|
2005-03-02 01:19:19 +00:00 |
|
bryner%brianryner.com
|
a1b0671ae2
|
Don't dispatch oninput events when the value of an input is changed programatically. This prevents unwanted opening of the autocomplete popup when a username is prefilled. Bug 272002, r+sr=bzbarsky, a=caillon.
|
2005-02-15 23:14:42 +00:00 |
|
mats.palmgren%bredband.net
|
9f64ad2989
|
If text is scrolled out-of-view to the left and there is room for it to be visible then scroll it in to view. b=268352 r+sr=bzbarsky
|
2005-02-04 21:56:07 +00:00 |
|
dbaron%dbaron.org
|
fdb1ec2bd5
|
Put the null-check *before* the crash it's supposed to prevent (which timeless saw, somehow).
|
2005-02-01 07:35:20 +00:00 |
|
bryner%brianryner.com
|
d94c0df713
|
Remove nsIPresState (bug 279699). r+sr=roc.
|
2005-01-27 22:52:53 +00:00 |
|
cvshook%sicking.cc
|
e2081a89e6
|
Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue.
r=bz sr=jst
|
2005-01-25 00:02:58 +00:00 |
|
mats.palmgren%bredband.net
|
54108dc6db
|
Add NS_FRAME_INDEPENDENT_SELECTION to ListControlFrame (and children) and skip such frames (TextControlFrame also) in GetContentAndOffsetsFromPoint() when the point is only "near" (not inside) the frame. b=268497 r=bzbarsky sr=dbaron
|
2005-01-16 18:44:01 +00:00 |
|
bryner%brianryner.com
|
a8073f18a3
|
Remove nsIHTMLContent interface (bug 276959). r+sr=jst.
|
2005-01-12 19:45:38 +00:00 |
|
neil%parkwaycc.co.uk
|
74e2aa375a
|
Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
|
2005-01-01 17:26:29 +00:00 |
|
bugzilla%arlen.demon.co.uk
|
3d7261604c
|
Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
p=bugmail@q1n.org r=pkwarren sr=bzbarsky
|
2004-12-31 01:13:27 +00:00 |
|
bzbarsky%mit.edu
|
3ae57649b4
|
Disable undo for password inputs to prevent replay attacks. Bug 271154,
r+sr=dbaron
|
2004-12-05 18:26:13 +00:00 |
|
neil%parkwaycc.co.uk
|
a45fb5a046
|
Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
|
2004-11-24 00:19:21 +00:00 |
|
timeless%mozdev.org
|
fb483e6b15
|
Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan
|
2004-11-10 07:27:11 +00:00 |
|
darin%meer.net
|
189ba5e5c4
|
eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
|
2004-11-01 18:50:36 +00:00 |
|
aaronleventhal%moonset.net
|
ca0cd1c767
|
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
|
45439665bd
|
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
|
cc49ff21b4
|
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
|
469e0c5119
|
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
|
30a055a3ab
|
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
|
6cfd959442
|
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
|
6255acffd9
|
Bug 254039. deCOMtaminate nsIScrollableFrame. r+sr=roc, patch by Will Levine
|
2004-09-06 02:44:43 +00:00 |
|
dbaron%dbaron.org
|
3827991ce7
|
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
|
9a61205ad8
|
Back out text input changes from bug 72747.
|
2004-09-04 03:17:18 +00:00 |
|
dbaron%dbaron.org
|
d2d8096ade
|
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
|
4c15468e7d
|
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
|
c200b49750
|
Back out the rest of bug 72747 due to Tp regression.
|
2004-08-27 01:26:55 +00:00 |
|
dbaron%dbaron.org
|
c1681a238f
|
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
|
5948a3cb75
|
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
|
180b0b7373
|
Remove refcounting version of nsIPresShell::GetPresContext. Bug 253889, r+sr=roc.
|
2004-08-20 20:34:37 +00:00 |
|
dbaron%dbaron.org
|
94bc9d26c8
|
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
|
1bed266aff
|
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
|
6a8c79a9b2
|
Remove non-inlined version of nsIPresShell::GetDocument(). Bug 253889, r+sr=roc.
|
2004-08-02 04:52:55 +00:00 |
|
bryner%brianryner.com
|
5c02a6978c
|
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
|
e2527bce29
|
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
|
312f627f43
|
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
|
a7908e751a
|
Fix for bug 236408 (deCOMtaminate nsINodeInfoManager). r=caillon, sr=jst.
|
2004-06-25 12:26:02 +00:00 |
|
bryner%brianryner.com
|
1370052e19
|
deCOMtaminate nsBoxLayoutState. Bug 247766, r+sr=roc.
|
2004-06-22 02:55:04 +00:00 |
|
bryner%brianryner.com
|
3cd200f850
|
oops, this wasn't supposed to go on the trunk. backing out.
|
2004-06-21 23:41:30 +00:00 |
|
bryner%brianryner.com
|
cc1433c45a
|
bringing branch changes forward
|
2004-06-21 23:35:56 +00:00 |
|
bryner%brianryner.com
|
f87933eeda
|
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
|
6440f76be7
|
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
|
00679fd3c6
|
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
|
1c4ef3efa1
|
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
|
708b56cff4
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2004-04-18 14:30:37 +00:00 |
|
rbs%maths.uq.edu.au
|
759d9ab5d3
|
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
|
14c6b02ec5
|
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
|
17f81274ba
|
Bug 227838. Remove unused RequiresWidget method from nsIFormControlFrame. r+sr=bzbarsky
|
2004-04-13 03:11:05 +00:00 |
|
bryner%brianryner.com
|
ab4ac54b6f
|
inline IsPaginated, SetPaginatedScrolling, and GetPaginatedScrolling. Bug 229371, r+sr=roc.
|
2004-03-03 18:24:20 +00:00 |
|
bzbarsky%mit.edu
|
2aff301e81
|
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
|
92499cbd13
|
Inline TwipsToPixels and PixelsToTwips on nsIPresContext. Bug 229371, r+sr=dbaron.
|
2004-02-11 04:57:07 +00:00 |
|
sicking%bigfoot.com
|
d5a23a72e6
|
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
|
4f69ec2c2e
|
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
|
2bddef83ba
|
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
|
e7f165c614
|
Bug 190735. deCOMtaminate nsIFrame::FirstChild and nsIFrame::GetAdditionalChildListName. r+sr=bz
|
2004-01-09 14:20:53 +00:00 |
|
bryner%brianryner.com
|
d572bc76cf
|
deCOMtaminate nsIPresContext::GetCompatibilityMode / SetCompatibilityMode (bug 229081). r+sr=bzbarsky.
|
2003-12-24 21:51:50 +00:00 |
|
bryner%brianryner.com
|
dfe3513814
|
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
|
352509b071
|
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
|
4183787fa9
|
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
|
0a84bc497c
|
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
|
d81619b4fa
|
Bug 190735. DeCOMtaminate nsIFrame::GetFrameType. r+sr=bzbarsky
|
2003-10-31 20:19:18 +00:00 |
|
bryner%brianryner.com
|
605cc06382
|
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
|
3de4dc91e0
|
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
|
5037b2a4a2
|
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
|
d0615f9350
|
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 |
|
bryner%brianryner.com
|
9d11b3c424
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:37:27 +00:00 |
|
darin%meer.net
|
009c1b35fc
|
fixes bug 175896 "crash when selecting data overflowing vertically in a textarea having the overflow = hidden property [@ nsSelection::GetFrameForNodeOffset ]" r+sr+a=dbaron
|
2003-08-20 20:15:34 +00:00 |
|
bzbarsky%mit.edu
|
e2e733b5de
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
r+sr=jst
|
2003-07-28 21:25:13 +00:00 |
|