Commit Graph

273 Commits

Author SHA1 Message Date
dolske@mozilla.com
3061c98928 Reland 406686, tests went green apparently before picking up the backout. 2008-02-08 12:23:05 -08:00
dolske@mozilla.com
96d90967a4 Backout bug 406686 to determine cause of mochitest failures. 2008-02-08 11:07:21 -08:00
enndeakin@sympatico.ca
75d35b42fd Bug 406686, close popups on blur, this time with nullcheck, r=roc,sr=dveditz 2008-02-08 05:53:33 -08:00
surkov.alexander@gmail.com
4e09bf1306 Bug 308564 - No accessibility events when data in a tree row changes, r=evan.yan, olli.pettay, sr=jonas, a=mtschrep 2008-02-08 04:55:57 -08:00
reed@reedloden.com
d773919d98 Bug 385058 - "Grey marks (turds, remnants, ghosts) appear on scrollbars" (Redraw whole scrollbar when position changes) [p=mstange@themasta.com (Markus Stange) r+sr=roc a1.9=schrep] 2008-02-07 00:56:38 -08:00
reed@reedloden.com
e794c5f457 Bug 415523 - "Scrollbar thumb jumps on drag start" [p=mstange@themasta.com (Markus Stange) r+sr+a1.9=roc] 2008-02-06 21:28:15 -08:00
mozilla.mano@sent.com
8e142677f0 Backing out 406686 again 2008-02-06 18:19:12 -08:00
mozilla.mano@sent.com
260b79c683 Relanding bug 406686 2008-02-06 16:55:55 -08:00
mozilla.mano@sent.com
9343a644bf Attempt to fix orange by backing out 406686 2008-02-06 15:45:59 -08:00
enndeakin@sympatico.ca
0a624e2179 Bug 406686, close popups on blur, r=roc,sr=dveditz 2008-02-06 13:12:00 -08:00
jruderman@hmc.edu
ca102351f8 Add a crashtest. 2008-02-03 21:45:44 -08:00
reed@reedloden.com
d58ed0b2de Bug 411048 - "Menu remains highlighted after being dismissed by middle-click" (clear active state when destroying menu frame) [p=enndeakin@sympatico.ca (Neil Deakin) r=Smaug sr=Neil a1.9=damons] 2008-01-29 23:18:07 -08:00
bzbarsky@mit.edu
ab51d31ee9 Relanding bug 412679. r+sr=dbaron 2008-01-27 12:24:06 -08:00
jag@tty.nl
419b39f375 Bug 414148: Avoid copy of some nsDependentC?Strings. sr=dbaron, a=mtschrep 2008-01-26 15:00:19 -08:00
reed@reedloden.com
59377ce2fe Bug 366531 - "deCOMtaminate nsBox.h [BoundsCheck()]" (additional fixes) [p=ldx@users.sourceforge.net (Lorenzo Dieryckx) r+sr+a1.9=roc] 2008-01-20 21:44:05 -08:00
aaronleventhal@moonset.net
eefbf80904 Bug 412889. Crashes in XUL tree accessible. r+sr=neil, a=schrep 2008-01-18 11:55:37 -08:00
reed@reedloden.com
a65b292027 Bug 405512 - "deCOMtaminate nsIMenuRollup" [p=karunasagark@gmail.com (karuna [kay]) r+sr=roc a1.9=schrep] 2008-01-16 23:00:31 -08:00
reed@reedloden.com
2628c5157a Bug 405512 - "deCOMtaminate nsIMenuRollup" [p=karunasagark@gmail.com (karuna [kay]) r+sr=roc a1.9=schrep] 2008-01-16 22:57:13 -08:00
reed@reedloden.com
77a4d612a8 Bug 340510 - "nsIDOMNSDocument.getBoxObjectFor (standard way to use Mozilla) does not work with --disable-xul" [p=romaxa@gmail.com (romaxa) r+sr=roc a1.9=schrep] 2008-01-15 17:27:53 -08:00
roc+@cs.cmu.edu
f2b680b77b Bug 404192. Sync up nsBoxFrame::CreateViewForFrame with nsContainerFrame::CreateViewForFrame, in particular to use GetParentViewForChildFrame to set up scrollframe children correctly. r+sr=mats 2008-01-09 14:45:10 -08:00
reed@reedloden.com
a34d649e54 Actually fix bustage. 2008-01-08 23:51:17 -08:00
reed@reedloden.com
61bc7ec1a1 Attempt to fix bustage. 2008-01-08 23:48:58 -08:00
reed@reedloden.com
fa12771c1b Bug 366534 - "deCOMtaminate nsIBoxLayout" [p=skumar@sta.samsung.com (Sudheer) r+sr=roc a1.9=schrep] 2008-01-08 23:28:39 -08:00
jruderman@hmc.edu
9d3d52706a Adding a crashtest. 2008-01-06 15:58:28 -08:00
reed@reedloden.com
693a20ed32 Bug 366531 - "deCOMtaminate nsBox.h [BoundsCheck()]" [p=ldx@users.sourceforge.net (Lorenzo Dieryckx) r+sr=roc a1.9=damons] 2008-01-04 21:49:44 -08:00
jruderman@hmc.edu
337162be38 Add crashtest 2008-01-04 21:07:49 -08:00
jruderman@hmc.edu
79d8ce5085 Add crashtest 2008-01-04 20:39:04 -08:00
jruderman@hmc.edu
c0bb28ae67 Add crashtest 2008-01-04 20:36:54 -08:00
jruderman@hmc.edu
d3513345b9 Add crashtest for leak bug 2008-01-04 20:33:57 -08:00
jruderman@hmc.edu
820612b11b Adding crashtest 2008-01-04 20:30:50 -08:00
mozilla.mano@sent.com
c68b8f41c1 Bug 407449 - After an unsuccessful drag&drop action multiple folders/bookmarks can be highlighted in Places Organizer. r=enn, sr=roc. 2008-01-04 16:21:25 -08:00
roc+@cs.cmu.edu
fb28ffc853 Bug 407889. Reduce dynamic memory allocations during event handling by having nested invocations of HitTest share a single buffer for reordering display items; this buffer is an nsAutoTArray so it's mostly stack-allocated. r+sr=mats 2008-01-03 18:08:29 -08:00
jruderman@hmc.edu
6e7f1c51d1 Add crashtest 2008-01-02 21:56:25 -08:00
Olli.Pettay@helsinki.fi
9f26cba0e6 Bug 409807, r+sr=roc, a=beltzner 2008-01-02 16:01:30 -08:00
ginn.chen@sun.com
67cd80d3cf Bug 398362 First menuitem is not selected when opening a menu for the first time r=enndeakin sr=bzbarsky 2008-01-01 21:33:30 -08:00
reed@reedloden.com
1d602b3c42 Bug 105708 - "move nsUnitConversion.h" [p=reg@openpave.org (Jeremy Lea) r+sr+a1.9=roc] 2008-01-01 02:11:02 -08:00
dwitte@stanford.edu
206f4c4d13 Bug 410358 - use nsTArray in nsTreeBodyFrame. r+sr=neil, a=stuart 2007-12-31 17:31:16 -08:00
jruderman@hmc.edu
5775a5419b Add crashtest 2007-12-23 18:19:16 -08:00
neil@parkwaycc.co.uk
d9274d904a Bug 408904 Fix crash regression from bug 384874 r=Enn sr=bz a=beltzner 2007-12-21 09:59:35 -08:00
jruderman@hmc.edu
922e60b202 Over the past week, I checked in 377 crashtests, mostly for bugs I reported. Now it's your turn. 2007-12-19 16:35:23 -08:00
jruderman@hmc.edu
bf6aacee4b Do not look into crashtest with remaining eye. 2007-12-19 16:04:17 -08:00
jruderman@hmc.edu
7fabb8edaf Use this crashtest only with proper ventilation. 2007-12-19 16:01:30 -08:00
jruderman@hmc.edu
6d02db2253 Wearing this crashtest does not enable you to fly. 2007-12-19 16:00:28 -08:00
jruderman@hmc.edu
0d0f99c1ab Please remain seated until the crashtest has come to a complete stop. 2007-12-19 15:56:15 -08:00
jruderman@hmc.edu
324928fb4e Add crashtest 2007-12-19 15:24:23 -08:00
jruderman@hmc.edu
d48110053d This crashtest may contain traces of peanuts. 2007-12-19 15:22:36 -08:00
jruderman@hmc.edu
9e77c91f0b Have you stopped beating your crashtest yet? 2007-12-19 15:21:07 -08:00
jruderman@hmc.edu
63db6d629f Add crashtest 2007-12-19 15:09:39 -08:00
hwaara@gmail.com
9fc1c6a41c bug 307204, implement support for transparent windows in XUL for Mac OS X. r=josh, sr=roc, approval1.9=damons 2007-12-19 11:40:18 -08:00
enndeakin@sympatico.ca
f6cf153b88 Bug 407601, use preferred size when calculating popup position and size instead of current size, fixes extraneous layouts and scrolling position changes, r+sr=bz,a=shrep 2007-12-19 08:37:32 -08:00