Граф коммитов

2195 Коммитов

Автор SHA1 Сообщение Дата
bryner%brianryner.com 75ff2c3fad Fixing VC6 bustage (bug 324988). 2006-01-30 19:35:57 +00:00
bryner%brianryner.com 891ef69634 Fixing VC6 bustage (bug 324988). 2006-01-30 19:34:51 +00:00
bryner%brianryner.com a2cf9a0416 Fix crashing if the document loadgroup is cancelled while there are pending tree image loads (bug 324988) r+sr=bzbarsky 2006-01-30 18:57:38 +00:00
bzbarsky%mit.edu f96a096c2c Fix leak bug 324969 -- make sure to call virtual destructors. 2006-01-29 18:48:58 +00:00
neil%parkwaycc.co.uk 8adacd68e7 Bug 100729 Sync <command> checkbox attribute with <menuitem>s in a context menu as well as in a menu bar and clean up the synchronizing code r+sr=bz 2006-01-28 21:31:31 +00:00
roc+%cs.cmu.edu a78d2d2a90 Bug 324866. Leave cellRect in frame coordinates until after we've checked OffsetForHorzScroll. r+sr=dbaron 2006-01-27 01:56:11 +00:00
roc+%cs.cmu.edu fa09c4074a Bug 324852. Clean up missing uses of NS_DISPLAY_DECL_NAME for a tiny space saving with frame display lists 2006-01-26 22:58:22 +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
bryner%brianryner.com ecc0706743 Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin. 2006-01-24 19:22:02 +00:00
masayuki%d-toybox.com 02febe8bcc Bug 324159 The accesskey label is doubled if the label ends (X) part.1 r+sr=bzbarsky 2006-01-21 05:04:28 +00:00
cvshook%sicking.cc 15c2397445 Bug 323910: Merge atom lists in gklayout
r/sr=jst
2006-01-19 00:58:12 +00:00
roc+%cs.cmu.edu 710ba40206 Bug 323230. Add FindAttrValueIn as an efficient way to look up an attribute value in a table of atoms. r=sicking,sr=bzbarsky 2006-01-18 04:09:33 +00:00
bzbarsky%mit.edu f591e00439 Don't use a frame as an nsITimerCallback (those have to be refcounted). Bug
241733, patch by jpl24 <jlurz24@gmail.com>, r+sr=bzbarsky
2006-01-12 16:40:47 +00:00
bzbarsky%mit.edu b650f5263d Add more AttrValueIs() uses. Bug 322936, r+sr=roc 2006-01-10 20:00:39 +00:00
bzbarsky%mit.edu 4e6d82a1f6 No need to try to mark ourselves or our kids dirty if we've not seen an initial
reflow.  Bug 322786, r+sr=roc
2006-01-09 04:01:09 +00:00
mark%moxienet.com bbd7b4e052 298502 Bookmark toolbar and autocomplete drop-down menus are empty and cause app hang (Mac 10.2). Reflow frame when reactivating a menu, avoiding bogus widget resizes. r=roc sr=roc 2006-01-09 01:37:01 +00:00
mrbkap%gmail.com 949e0433c4 bug 319434: Add an interface to allow C++ callers to get the popup and tooltip
nodes so that when the only JS code on the stack is content code, the C++ code
still does the right thing. r=jst sr=bzbarsky
2006-01-06 20:49:19 +00:00
neil%parkwaycc.co.uk cf027d9ea1 Supplementary patch to fix bug 147670 nested tooltiptext regression r+sr=jst 2006-01-04 13:45:40 +00:00
bryner%brianryner.com 6f17959796 Fix for autocomplete widget crashes and misbehavior. This reverts the original fix for bug 192577 since that makes it difficult to reliably determine whether the autocomplete popup is open. Bug 192577 is re-fixed by adding a property to nsIPopupBoxObject to allow the "rollup event" behavior to be specified by an XBL binding. We then set this to "consume" for the urlbar dropdown, so that clicking on the button a second time only dismisses the popup, and skips dispatching the event. Additionally, this change makes us only have a singleton AutoCompleteController for all inputs (this was already the case for HTML inputs, but not XUL inputs). Bug 306067, r+sr=roc. 2005-12-31 23:34:46 +00:00
roc+%cs.cmu.edu ef94202941 fixing bustage 2005-12-19 02:44:40 +00:00
roc+%cs.cmu.edu 3d90832d5f Bug 311457. nsMenuPopupFrame needs to create its widget in nsMenuPopupFrame::CreateWidgetForView, and only create the widget if it hasn't already been created. r+sr=dbaron 2005-12-19 01:10:27 +00:00
roc+%cs.cmu.edu 18647b7ec2 Bug 320337. Remove mFrameConstructor member from nsListBoxBodyFrame. patch by Vidar Harr, r+sr=roc 2005-12-16 02:56:36 +00:00
dbaron%dbaron.org 1215c21b52 I'm tired of confusing Text and TextBox. DEBUG-only. 2005-12-15 22:26:18 +00:00
roc+%cs.cmu.edu 10d78ffbbe Bug 307419. Remove mPresContext from XUL frames. patch by Vidar Harr, r+sr=roc 2005-12-15 03:30:17 +00:00
dbaron%dbaron.org bb22750d4c Remove misspelled comment that is no longer true. 2005-12-14 23:46:34 +00:00
vladimir%pobox.com 1bfea76630 removing old files 2005-12-09 19:55:12 +00:00
ginn.chen%sun.com f164e052fc Bug 284555 Menu text color remains -moz-menuhovertext when popup a dialog
r=aaronleventhal sr=roc
2005-12-07 05:50:16 +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
dbaron%dbaron.org bcc8cf3d4b Typo. 2005-11-22 23:39:41 +00:00
dbaron%dbaron.org ce9357ccd5 Correct comment to reflect reality. b=317480 2005-11-22 23:38:28 +00:00
dbaron%dbaron.org 6a21a28fbe Allow grid groups to contain other grid groups, to fix mail compose window and other <listbox> bustage. b=317480 2005-11-22 23:35:57 +00:00
dbaron%dbaron.org 92b3855fca Make GetParentGridPart restrict what it returns to the appropriate type. b=306911 r+sr=bzbarsky 2005-11-22 18:14:17 +00:00
dbaron%dbaron.org f074905cfd Add commments to grid code, plus a small bit of code cleanup. b=306911 r+sr=bzbarsky 2005-11-22 05:52:34 +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
dbaron%dbaron.org 3c95294952 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
roc+%cs.cmu.edu ff22ad9ece nsScrollBoxFrame.h is not used anymore, remove it. Not part of the build 2005-11-14 19:48:57 +00:00
bsmedberg%covad.net 78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bmlk%gmx.de ac3f79fa07 More robust handling of the overflow property, bug 315210 r/sr=roc 2005-11-11 05:30:31 +00:00
bzbarsky%mit.edu d2a0bba83a Fix more grid crashes. Bug 314502, r+sr=dbaron 2005-11-09 02:19:18 +00:00
bzbarsky%mit.edu ce046353d7 Make grids less crash-happy. Bug 307809, r+sr=dbaron 2005-11-09 02:15:12 +00:00
hwaara%gmail.com 9d82e45dd4 bug 314350, implement GetScrolledSize in nsScrollBoxObject
r/sr=bzbarsky
2005-11-06 15:10:09 +00:00
roc+%cs.cmu.edu 520b30a7f7 Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell 2005-11-04 02:38:33 +00:00
neil%parkwaycc.co.uk 0eb7427fc2 Get default tooltip text more reliably b=147670 r=timeless sr=jst 2005-11-02 23:53:56 +00:00
bzbarsky%mit.edu d44ad313ae Remove nsIStyledContent. Bug 313968, r=sicking, r=dbaron on nsCSSStyleSheet
changes, sr=jst
2005-11-02 00:41:51 +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 0d5a3e6aa7 Pass nsIStyledContent to AttributeChanged() so that consumers don't have to QI
to it.  Bug 313343, r=sicking, sr=jst
2005-10-27 02:25:23 +00:00
roc+%cs.cmu.edu 680ffaad50 Bug 313817. DeCOMtaminate a bunch of NS_New*Frame functions. patch by Marc Liddell, r+sr=roc 2005-10-26 21:46:39 +00:00
bzbarsky%mit.edu d0ad850b4e Fix bug 313173 and bug 312784 -- make sure to rebuild stuff as needed. r=neil, sr=roc 2005-10-21 17:29:06 +00:00
bzbarsky%mit.edu 3c06eb9daf Fix bug 311710, r=neil, sr=roc 2005-10-14 21:26:38 +00:00
roc+%cs.cmu.edu e69dd56e71 Bug 311659. Don't hold frame references persistently in splitters. r+sr=bzbarsky 2005-10-11 18:59:58 +00:00
bzbarsky%mit.edu 57c1459ccd Make sure to not have our columns extending under the right-hand scrollbar.
Bug 306990, patch by Nate Nielsen <nielsen@memberwebs.com>, r=jan, r+sr=roc
2005-10-06 18:18:12 +00:00
Jan.Varga%gmail.com 061690eb61 Fix for bug 291531. Crash [@ nsTreeBodyFrame::PrefillPropertyArray] treecols:hover {display:none} with evil xul testcase
r=neil sr=bzbarsky
2005-10-06 09:14:34 +00:00
mconnor%steelgryphon.com 95c83cae7c bug 291531 - Crash in nsTreeBodyFrame with evil xul testcase, patch by Nate Nielsen (nielsen@memberwebs.com), r+sr=roc 2005-09-30 18:51:53 +00:00
vladimir%pobox.com 8c377524e9 b=310480, right click submenus don't automatically open when highlighted, r+sr=roc 2005-09-30 17:35:14 +00:00
neil%parkwaycc.co.uk 01a327b8b8 Bug 291099 menuitem context menus arrow keys doubled r=aaronlev sr=dbaron 2005-09-29 13:18:27 +00:00
vladimir%pobox.com 9e27e97d75 b=203183, context menu stays when clicking other menus, r+sr=roc 2005-09-28 18:48:27 +00:00
peterv%propagandism.org a91a09cd13 Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null), remove some includes. Patch by sicking, updated by peterv, r=bz, sr=peterv. 2005-09-26 14:37:29 +00:00
neil%parkwaycc.co.uk eed57e643a Bug 309732 Tree content view crashes because it's still listening to document changes after it's no longer interested in them r=varga sr=bz 2005-09-25 18:39:40 +00:00
peterv%propagandism.org 3609c87767 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
bzbarsky%mit.edu 7deb75fa94 Avoid unnecessary overflow events. Bug 309218, patch by Nate Nielsen
<nielsen@memberwebs.com>, r=bzbarsky, sr=roc
2005-09-23 14:55:32 +00:00
neil%parkwaycc.co.uk ccf2da6b12 Bug 307298 Crash adding treeitems to the document element r=varga sr=bz 2005-09-21 19:36:14 +00:00
Jan.Varga%gmail.com 101a31e1c6 Fix for bug 308520. Replace column ids by column objects in methods related to horizontal scrolling. r=bzbarsky sr=neil 2005-09-20 09:30:32 +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
neil%parkwaycc.co.uk 317220d090 Fix tree horizontal scrolling issues b=212789 r+sr=roc 2005-09-18 11:18:28 +00:00
neil%parkwaycc.co.uk 22e6b4960d Bug 306971 Fix negative top row index regression r+sr=roc 2005-09-16 14:34:29 +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
bzbarsky%mit.edu 74a91f99c1 Fix OS/2 drag/drop crash. Bug 241503, patch by Rich Walsh
<dragtext@e-vertise.com>, mkaply, and Peter Weilbacher
<mozilla@Weilbacher.org>, r=bryner, sr=bzbarsky
2005-09-06 03:56:21 +00:00
neil%parkwaycc.co.uk fda95dd5cf Bug 306686 Make / start FAYT even when it's Shift+7 also make menus and xbl agree on the legal modifier token delimiters p=dainis_jonitis@swh-t.lv r=bz sr=me 2005-09-02 15:54:27 +00:00
masayuki%d-toybox.com 7e709162b7 Bug 295223 Bookmark menu collapses when hovering folder in level 1, quickly marking another folder in level 1, and then hovering folder in level 2 (subfolder of first folder). r+sr=bryner 2005-09-01 04:08:33 +00:00
roc+%cs.cmu.edu b3067884a8 Bug 297508. Allow native theme drawing to overflow the frame bounds in a reliable way by setting the frame's overflow area. Use this to work around drawing errors in some GTK2 themes. r=bryner,sr=blizzard 2005-08-31 21:00:52 +00:00
bsmedberg%covad.net 3e2adc9538 Bug 306334 - XULRunner debug doesn't link on mac r=darin/brendan 2005-08-31 17:20:09 +00:00
bzbarsky%mit.edu 88905e691a Fix some review comments for bug 212789 that I missed when I checked in the
patc initially.  r+sr=roc
2005-08-31 04:37:24 +00:00
bzbarsky%mit.edu 4ff8d10416 Fixing more build bustage for bug 212789 -- merge to changes from bug 289940. 2005-08-30 19:22:38 +00:00
bzbarsky%mit.edu 55f34876ef Fixing build bustage for bug 212789 -- merge to changes from bug 289940. 2005-08-30 18:56:10 +00:00
bzbarsky%mit.edu 4e670a3b31 Add horizontal scrolling to trees. Bug 212789, patch by Nate Nielsen
<nielsen@memberwebs.com>, r=jan, sr=roc.
2005-08-30 18:36:15 +00:00
bzbarsky%mit.edu 0f56e73dd0 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 20c5ee5f35 Flush _before_ getting the presshell, not after. Bug 297079, r+sr=roc 2005-08-24 01:27:02 +00:00
roc+%cs.cmu.edu 6dfeabd466 Bug 305610. Fix regression from yesterday's event->point removal ... we didn't delete enough code! patch by Eli Friedman, r+sr=roc 2005-08-23 20:48:56 +00:00
roc+%cs.cmu.edu 6377fe1d40 Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman 2005-08-23 03:57:07 +00:00
bzbarsky%mit.edu 0d6a610963 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
mrbkap%gmail.com 533e07fb19 bug 296335: Setting minWidth and maxWidth on a XUL element doesn't reflow the element. r+sr=bzbarsky 2005-08-22 20:35:47 +00:00
aaronleventhal%moonset.net 0ada7ea5e9 Bug 303404. Crash when hitting escape in context menu for a menu item. r=dbaron, sr=neil 2005-08-17 02:03:45 +00:00
neil%parkwaycc.co.uk 0df3ca16ac Fix JS exception when menulist has no menuitems b=302120 r=bz sr=roc a=asa 2005-08-08 20:59:16 +00:00
joshmoz%gmail.com 5ad7b1631f remove unnecessary warning that shows up a lot in mac logs. b=303128 sr=smfr a=bsmedberg 2005-08-02 20:22:45 +00:00
neil%parkwaycc.co.uk 9fe40c5630 Wallpaper for bug 294183 just to reduce the crashing r+sr=bz a=bsmedberg 2005-08-02 12:00:22 +00:00
aaronleventhal%moonset.net a14f4645a1 Bug 300779. Expose XUL tree selection via accessibility events. r=timeless, sr=roc, a=mkaply 2005-07-28 17:18:28 +00:00
masayuki%d-toybox.com 15165f0770 Bug 298712 Space before parenthesis of accesskey should be removable r=pkwarren, neil, mconnor, sr=bzbarsky, neil, a=asa, mconnor 2005-07-20 08:40:13 +00:00
timeless%mozdev.org 76391b1dcf Bug 269927 Tooltip appears after closing tab (even after switching windows) (and doesn't go away easily)
patch by martijn.martijn@gmail.com r=bryner sr=bz a=bsmedberg
2005-07-20 07:15:38 +00:00
mozilla.mano%sent.com e237b71662 Relanding Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-29 14:20:57 +00:00
masayuki%d-toybox.com e248ecf0c9 Bug 298742 intl.properties's "intl.menuitems.alwaysappendaccesskeys" is ignored always r=jst, sr=shaver, a=benjamin 2005-06-28 17:21:21 +00:00
mozilla.mano%sent.com 40e77ee857 Backing out bug 298894 2005-06-28 15:42:22 +00:00
mozilla.mano%sent.com fae2844ff4 Fix bustage from Bug 298894 2005-06-28 15:22:05 +00:00
mozilla.mano%sent.com 845185e364 Bug 298894 - [Mac] Make the enter key only (and always) fire the default button. r=mconnor/jhpedemonte, sr=neil, a=bsmedberg. 2005-06-28 14:59:43 +00:00
neil%parkwaycc.co.uk 82aa61e845 Bug 294862 Fix crash regression for menulist sizetopopup="always" r+sr=roc a=asa 2005-06-25 09:35:05 +00:00
timeless%mozdev.org 791aaf408a Bug 290182 firefox nightly trunk builds crashes at start with the localized resouces [@ MSVCRT.DLL - nsTextBoxFrame::UpdateAttributes ]
be nice to vcrt
r=smontagu sr=dveditz a=dveditz
2005-06-23 08:01:37 +00:00
bzbarsky%mit.edu 2d14b9ed1c Allow menus to abut the left and top edges of the screen. Bug 176767, patch by
Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=asa
2005-06-09 15:35:31 +00:00
vladimir%pobox.com 02bc2a2809 b=296463, upgrade to cairo 0.5.0, s+sr=roc,pav,tor 2005-06-04 07:03:29 +00:00
db48x%yahoo.com 75e8bdf8a3 bug 293717: crash in nsTreeContentView::GetCellText
r=jan, sr=roc, a=shaver
2005-06-02 21:25:36 +00:00
roc+%cs.cmu.edu 44692ffc51 Bug 290793. Make nsMenuPopupFrame find its scrollable view properly. r+sr=bzbarsky,a=shaver 2005-06-02 08:50:52 +00:00
tor%cs.brown.edu 1a8f106a62 Bug 293265 - rename --enable-cairo to --enable-canvas. r=bsmedberg, a=asa 2005-05-11 23:49:52 +00:00
vladimir%pobox.com 63a34084c8 b=293407, canvas uses wrong frame type; 293306, canvas leaks memory; 293225, default canvas height should be 150, r+sr=bzbarsky,a=shaver 2005-05-10 00:28:30 +00:00
roc+%cs.cmu.edu 6dd1089550 Bug 292326. Make events coming from the repeating timer in nsAutoButtonBoxFrame be trusted if the original mouse click was trusted. r+sr=jst,a=asa 2005-05-05 00:07:59 +00:00
bryner%brianryner.com aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
bzbarsky%mit.edu 96c08d7b51 Make tooltips come up in the right place over popups. Bug 212081, patch by Son
Le <son.le0@gmail.com>, r=neil, sr=bzbarsky, a=chofmann
2005-05-02 15:38:14 +00:00
bzbarsky%mit.edu e61e1e1935 Fix border width inheritance by keeping track of both the border width we'd
have if our style were not none/hidden and the actual computed border width.
Bug 290377, r+sr=dbaron, a=asa
2005-04-29 15:44:38 +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
roc+%cs.cmu.edu 84b0577142 Bug 240276. Make nsHTMLScrollFrame be a regular HTML frame, not a box frame, so we don't have to go through box layout. It gets its own reflow implementation that handles min-max and lots of other good stuff. rs+sr=dbaron,a=asa 2005-04-28 21:57:22 +00:00
roc+%cs.cmu.edu a1aa504924 Bug 291390. Don't do hairy view calculations in menu popups ... do it the simple way which seems to actually work. In particular we should take all scroll offsets into account. r+sr=bzbarsky,a=asa 2005-04-26 21:47:29 +00:00
mvl%exedo.nl ddbdfe44df scrollTo and getPosition methods of ScrollBoxObjects should use pixels
bug 52140, r+sr=bzbarsky, a=asa
2005-04-26 11:26:31 +00:00
roc+%cs.cmu.edu 76ed95b06f Bug 290921. Use DOM event's screen coordinates to figure out where the mouse is relative to the slider ... it's the only way to be sure. r+sr=bzbarsky,a=asa 2005-04-20 22:22:51 +00:00
roc+%cs.cmu.edu 9062a6ea25 Bug 290432. Add push/pop translation functions to nsIRenderingContext so cairo can override them. r+sr=bzbarsky,a=asa 2005-04-19 22:58:33 +00:00
bryner%brianryner.com 91b549d294 Make --enable-cairo work for windows/msvc by switching it over to our build system. Bug 290518, r=vlad, pavlov. 2005-04-19 17:19:47 +00:00
vladimir%pobox.com 057ce06bb3 b=288714, html canvas implementation, r=various,a=brendan 2005-04-18 06:33:23 +00:00
bzbarsky%mit.edu 8e53c3d372 Fix up trees to use correct event coordinate systems. Bug 290494 , r+sr=roc,
a=brendan
2005-04-18 05:22:35 +00:00
bzbarsky%mit.edu b4e71104eb Make sliders use the right event coordinate system. Bug 290522, r+sr=roc,
a=brendan
2005-04-18 05:20:32 +00:00
bzbarsky%mit.edu 306677ee27 Make splitters use the right coord system for events, and fix up the review
comment from bug 289792.  Fixes bug 290464 and bug 290469 respectively.
r+sr=roc, a=brendan
2005-04-18 05:18:34 +00:00
roc+%cs.cmu.edu 7907e357af Bug 289994. Add REQUIRES needed to build canvas. r+sr=shaver,a=brendan 2005-04-12 04:20:01 +00:00
roc+%cs.cmu.edu 0a0d19cb3f Bug 289431. Don't include overflow from children in frames that are overflow:-moz-hidden-unscrollable. r+sr=bzbarsky,a=brendan 2005-04-11 22:03:23 +00:00
roc+%cs.cmu.edu 77e61509a9 Bug 256505. Menu positioning must take into account view-to-widget offset. r+sr=bzbarsky 2005-04-06 03:33:18 +00:00
roc+%cs.cmu.edu fc28b4e0c6 Removing debug printfs that crept in. 2005-04-03 21:19:37 +00:00
roc+%cs.cmu.edu fb05d807b2 Bug 288117. Fix regressions in nsDocShell::SetCanvasHasFocus and in nsListBoxBodyFrame/nsListBoxObject where code made obsolete assumptions about scrollframe structure. r+sr=dbaron 2005-04-03 21:02:47 +00:00
roc+%cs.cmu.edu 20d333fbf6 Bug 288117. Reland nsScrollBoxFrame removal. This will regress Tp a bit. r+sr=dbaron 2005-04-03 21:00:41 +00:00
dbaron%dbaron.org 36107f5980 Back out roc's checkin for bug 288117 to isolate performance regressions during tinderbox downtime. 2005-03-31 18:04:50 +00:00
roc+%cs.cmu.edu f93b035647 Bug 288117. Eliminate nsScrollBoxFrame. r+sr=dbaron 2005-03-31 03:40:12 +00:00
bzbarsky%mit.edu ba689a260f We may have a popup list entry with a null frame. Make sure to null-check it.
Bug 287308, r+sr=roc
2005-03-28 23:21:58 +00:00
roc+%cs.cmu.edu 217d29553f Bug 287338. Free up unused frame state bit NS_SYNC_FRAME_AND_VIEW. r+sr=bzbarsky 2005-03-28 21:08:22 +00:00
neil%parkwaycc.co.uk f83d4cb93d Ungenerate destroyed menus in case we recreate the frames later b=279769 r+sr=bz 2005-03-26 09:56:38 +00:00
mozilla.mano%sent.com ff90118611 Bug 284683 - [Mac] Fix (XUL) open-menulist keyboard shortcuts, r=pedemonte sr=peterv 2005-03-23 10:43:45 +00:00
tor%cs.brown.edu 162c7a54fd Bug 167115 - tree/listbox does't work with background styles (-image,
-attachment) correctly.  Patch by alfredkayser@nl.ibm.com, r=varga, sr=bryner
2005-03-22 16:55:25 +00:00
darin%meer.net 919c87d304 fixes bug 286506 "warning: locally defined symbol ... imported in function ..." r=bsmedberg 2005-03-19 20:35:35 +00:00
jst%mozilla.jstenback.com a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
bryner%brianryner.com a29b6c69fa Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky. 2005-02-25 22:07:01 +00:00
neil%parkwaycc.co.uk adc5ccb24f Bug 282359 Don't use the "open" attribute to open menus r+sr=bz 2005-02-23 10:08:51 +00:00
bzbarsky%mit.edu 07fe3650b9 Assert when someone tries to give us out-of-flow kids. Bug 282943, r+sr=dbaron 2005-02-20 22:29:28 +00:00
bryner%brianryner.com 708a569767 Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky. 2005-02-19 10:31:27 +00:00
bzbarsky%mit.edu d062676ab0 Add a presshell member to nsCSSFrameConstructor. Remove prescontext and
presshell args from most frame constructor methods; use the state for the
former and the member for the latter.  Bug 281957, r+sr=roc
2005-02-18 16:11:53 +00:00
aaronleventhal%moonset.net b390d6bd1c Bug 282438. Fire menupopupend for context menus and autocomplete. r=bryner, sr=neil 2005-02-18 14:28:36 +00:00
neil%parkwaycc.co.uk 28bdf6ccfd Make nsIBoxObject::GetLastChild not return null all the time (although whether the new return value is useful is open to debate) b=282481 r+sr=bz 2005-02-18 09:22:33 +00:00
bzbarsky%mit.edu 9e2419e46a If a popup is too big to fit in the space we have for it vertically, resize it
to fit.  Bug 245163, r+sr=bryner, a=asa
2005-02-16 15:21:20 +00:00
neil%parkwaycc.co.uk 07bcd35ed0 Bug 282195 Make dragging mouse back over slider resume scrolling r+sr=roc a=asa 2005-02-16 09:22:00 +00:00
bzbarsky%mit.edu ba0e95d41a Make sure to flush frames before calling GetPrimaryFrameFor in boxobject. Bug
282265, r=mconnor on the toolkit part, sr=neil, a=asa.
2005-02-15 04:57:17 +00:00
aaronleventhal%moonset.net 3a39c08abe Bug 281568. MSAA events EVENT_MENUEND/EVENT_MENUPOPUPEND fired too late, when dialog opens from menu action. Screen readers get confused. r=bryner, sr=neil, a=dveditz 2005-02-11 13:18:40 +00:00
bzbarsky%mit.edu 6693cc0e8f Remove incorrect XXX comment. a=dbaron 2005-02-09 18:30:59 +00:00
bzbarsky%mit.edu e042c2f571 Move reflow command construction into nsPresShell::AppendReflowCommand, remove
some members, switch some callers to the non-COM-ish apis.  Bug 267085, r+sr=rbs
2005-02-08 00:59:52 +00:00
neil%parkwaycc.co.uk 0956a4c1e6 Don't force splitter to maximum z-index b=274770 r+sr=roc 2005-02-08 00:23:39 +00:00
bzbarsky%mit.edu 54d585f2af Remove prescontext args for some nsIFrame methods
(Append/Insert/Remove/ReplaceFrames) and for some methods in table land.  Patch
by Vidar Braut Haarr <bugmail@q1n.org>, r+sr=bzbarsky
2005-02-07 01:58:25 +00:00
bzbarsky%mit.edu a038faa054 Remove some synch flushes in listbox that caused reflow from inside frame
construction.  Bug 280754, r=dbaron. sr=neil
2005-02-05 03:32:17 +00:00
bzbarsky%mit.edu 85173da3a1 Only resize to (0,0) when we know we have no new image. Bug 270517, r+sr=dbaron 2005-02-04 17:39:43 +00:00
bryner%brianryner.com d94c0df713 Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
bzbarsky%mit.edu ab21bfff5a Change the hack for menus to just process the menugenerated attr change sync to
start with, instead of flushing style reresolves.  Bug 279308, r+sr=roc
2005-01-27 21:17:08 +00:00