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

2723 Коммитов

Автор SHA1 Сообщение Дата
sharparrow1@yahoo.com 4fd6f0aaf2 Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz 2007-07-25 10:14:13 -07:00
enndeakin@sympatico.ca 0bcb131142 Bug 388280, command event needs to know user input state, otherwise a popup could be blocked, r=jst,sr=bz 2007-07-23 17:55:52 -07:00
asqueella@gmail.com bb3b12d945 Bug 388761 - fix MOZ_XUL-disabled builds
p=romaxa <romaxa@gmail.com>
r+sr=roc
2007-07-23 17:04:36 -07:00
enndeakin@sympatico.ca b3ca4bbdbe Bug 387499, 387985, key navigation and shortcuts not working when menulist is closed, r=neil,sr=bz 2007-07-23 10:08:10 -07:00
enndeakin@sympatico.ca a8a119232d Bug 388361, dropdowns in font dialog not always working, make sure to reset cached size when a frame is added or removed, r+sr=bz 2007-07-18 19:02:04 -07:00
pavlov@pavlov.net 4010c59432 fixing vc71 bustage 2007-07-18 14:56:02 -07:00
enndeakin@sympatico.ca f0f2dbb0ed Bug 387548, use sizetopopup to set popup size when an anchor is used, fixes wrong size on seamonkey autocomplete field, r+sr=bz 2007-07-18 08:24:57 -07:00
enndeakin@sympatico.ca 634b589337 Bug 387659, popup coordinates are not set within popupshowing event,r=eli,sr=bz 2007-07-17 05:21:53 -07:00
mrbkap@gmail.com cdeb0a3eb2 Squelch compile warnings in layout by not using 'static' in a header file. bug 388356, r=enndeakin sr=jst 2007-07-16 15:25:29 -07:00
enndeakin@sympatico.ca 3b6003f43f Bug 388064, remove extra active popup list from presshell, since popup manager now tracks popups, and does so for all popups, r+sr=roc 2007-07-16 07:53:32 -07:00
bzbarsky@mit.edu 3f4c992470 Make attribute changes that also cause a state change properly reresolve style
when a selector uses both the state and the attribute.  Bug 315920, r=dbaron,
sr=sicking.
2007-07-12 13:05:45 -07:00
enndeakin@sympatico.ca 229e01817a Bug 387111, release popup manager properly, was causing a crash, r+sr=roc 2007-07-12 06:57:01 -07:00
enndeakin@sympatico.ca 4b7997aa47 Bug 306669, tooltips not always showing, make sure that mCurrentTooltip is cleared properly, r=neil,sr=bz 2007-07-11 10:23:30 -07:00
enndeakin@sympatico.ca a166e37295 Bug 387142, submenus collapsing incorrectly, also ensure parent menu gets highlighted again when a subitem is selected, r+sr=bz
CVS: ----------------------------------------------------------------------
2007-07-11 05:05:40 -07:00
enndeakin@sympatico.ca 09c4a283c4 Bug 387236, submenus not closing up entire hierarchy, r+sr=bz 2007-07-10 10:03:32 -07:00
jwalden@mit.edu 12e960c504 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 00:08:04 -07:00
neil@parkwaycc.co.uk f473e421e6 Shortcut keys should open submenus (regression from bug 279703) r=Enn 2007-07-07 01:40:54 -07:00
jruderman@hmc.edu 25f4bfa79f Bug 321066, remove bogus assertions. Patch by Andreas Lange, r=enndeakin, sr=neil. 2007-07-06 18:44:19 -07:00
enndeakin@sympatico.ca 6ea1a3a1d8 Bug 386795, popups positioned 1 pixel off when using ShowPopup, r+sr=roc 2007-07-06 05:12:47 -07:00
bzbarsky@mit.edu 4757fb69e1 Include the stuff we use. Bug 279703 followup, r=enn. 2007-07-05 21:23:56 -07:00
dbaron@dbaron.org 2d5e914314 Fix bustage on x86_64 Linux. b=279703 r=enndeakin 2007-07-04 11:37:33 -07:00
enndeakin@sympatico.ca 763c28dc18 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
mats.palmgren@bredband.net 0711c3f514 Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-03 19:15:31 -07:00
sharparrow1@yahoo.com 452068a6d2 Bug 386141: Switch NS_FRAME_IS_BOX to use IsFrameOfType. Patch by fantasai, r+sr=roc. 2007-07-03 15:11:28 -07:00
mats.palmgren@bredband.net 33aeae8e8d Fix crash [@ nsPopupSetFrame::Destroy]. b=384877 r=enndeakin sr=roc 2007-07-03 14:16:48 -07:00
bzbarsky@mit.edu c805e6c7ac Propagate the principal responsible an image load all the way to
CanLoadImage/LoadImage in nsContentUtils, and use it for security checks
there.  Bug 310165, r=sicking, sr=dbaron
2007-07-03 11:45:39 -07:00
smontagu@smontagu.org 3d39b843df Move SymmSwap and other character-related Bidi utility methods from layout to intl/unicharutil. Bug 385539, r+sr=roc 2007-06-30 22:56:10 -07:00
enndeakin@sympatico.ca 8fc12c730e Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:39:50 -07:00
enndeakin@sympatico.ca 4f1b5e6da7 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca a38bda36bc Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
neil@parkwaycc.co.uk 86afb95173 Bug 384874 Fix regression from previous patch for bug 382746 r=Enn sr=bz 2007-06-21 03:25:06 -07:00
Olli.Pettay@helsinki.fi 21469cc2c3 Bug 384491, remove assertion when <xul:listboxbody style='overflow: hidden' />, r+sr=roc 2007-06-21 02:35:41 -07:00
dbaron@dbaron.org 6f30101e09 Back out patch to make mousethrough attribute apply to all elements. b=380094 a=roc 2007-06-18 16:22:46 -07:00
Olli.Pettay@helsinki.fi 44ed86e0ec Bug 383837, Crash [@ nsXULTooltipListener::LaunchTooltip], r=enn, sr=neil 2007-06-15 11:53:42 -07:00
Olli.Pettay@helsinki.fi e5c4e4df54 Bug 382444, r+sr=roc 2007-06-14 01:37:21 -07:00
Olli.Pettay@helsinki.fi a55a5f4fba Adding a null check, Bug 384133, r=enn, sr=neil 2007-06-14 01:18:11 -07:00
Olli.Pettay@helsinki.fi 2027c03a81 Bug 381120, ensure view in reflowcallback, r+sr=roc 2007-06-12 03:26:13 -07:00
neil@parkwaycc.co.uk fe1edf18fd Bug 383236 Fix missing null-check from previous patch for bug 382746 r=Enn sr=bz 2007-06-06 13:28:47 -07:00
neil@parkwaycc.co.uk 71c5fd7e02 Bug 382746 "ASSERTION: Lists not the same length"Bug 382899 "ASSERTION: bad pref, min, max size"Both patches r=Enn sr=bz 2007-06-03 13:46:59 -07:00
enndeakin@sympatico.ca 3ba95385fd Bug 332283, drop indicator not working for trees, r=sr=roc 2007-05-30 16:09:56 -07:00
Olli.Pettay@helsinki.fi 16e44d1c99 Bug 381862, r+sr=roc 2007-05-25 03:14:55 -07:00
Olli.Pettay@helsinki.fi 5557f3b817 Bug 381153, r+sr=roc 2007-05-25 03:09:29 -07:00
masayuki@d-toybox.com eaeae67351 Bug 381426 Can't be activated Input Method in the Bookmark Properties. #2 r+sr=roc 2007-05-23 23:51:42 -07:00
sharparrow1@yahoo.com 75a6866138 Bug 381645: Remove nsBoxFrame::GetContentOf. r+sr=dbaron. 2007-05-22 20:48:43 -07:00
sharparrow1@yahoo.com 18a8d58cd8 Bug 381621: Get rid of nsBoxFrame::AddRef/Release, plus a few misc cleanups. r+sr=dbaron. 2007-05-22 13:34:00 -07:00
masayuki@d-toybox.com 47ba207363 Bug 381426 Can't be activated Input Method in the Bookmark Properties. r+sr=roc 2007-05-21 15:58:17 -07:00
Olli.Pettay@helsinki.fi 0893459900 Bug 378961, r+sr=roc 2007-05-21 00:33:32 -07:00
Olli.Pettay@helsinki.fi 6ec97c3fac Bug 381167, r+sr=roc 2007-05-21 00:27:47 -07:00
Olli.Pettay@helsinki.fi 9969f2462b Bug 380217, r+sr=roc 2007-05-18 04:37:57 -07:00
neil@parkwaycc.co.uk 9927a99bda Relanding bug 377035 Allow tree as anonymous parent of treechildren r=Enn sr=roc 2007-05-17 13:55:03 -07:00