Commit Graph

91 Commits

Author SHA1 Message Date
mats.palmgren@bredband.net
07a2d5f8f3 Use NS_IMPL_ISUPPPORTS macros where possible. b=387211 r=neil sr=dbaron a19=pavlov 2007-08-07 08:18:36 -07:00
mcsmurf@mcsmurf.de
ce9047c662 Bug 390282: xul labels should be cropped with unicode ellipsis (\u2026) instead of three dots, Patch by Dão Gottwald, r+sr=bz, a1.9=dbaron 2007-08-06 02:50:45 -07:00
masayuki@d-toybox.com
6c98d90d68 Bug 365336 text-decoration width should be rounded to the device pixels r+sr=roc 2007-08-06 01:15:00 -07:00
enndeakin@sympatico.ca
34f05d991b Bug 388995, remove popups from open chain after the popuphiding event, r+sr=bz, a=dbaron 2007-08-03 07:05:07 -07:00
sharparrow1@yahoo.com
3c0386076e Bug 389659: Scrollbar dragging broken when using fullZoom != 1.0. r+sr=roc, a19=dbaron 2007-08-02 18:17:24 -07:00
bzbarsky@mit.edu
21e0d65a42 Introduce a setter for nsHTMLReflowState::mComputedHeight so that we're sure to
update the resize flags properly.  Bug 388084, r+sr+a=dbaron
2007-08-02 11:08:05 -07:00
ginn.chen@sun.com
850d22da9e Bug 387981 No focus events when exiting XUL submenus
r=surkov.alexander, enndeakin sr=neil
2007-07-25 21:14:32 -07:00
sharparrow1@yahoo.com
fb3a8889db Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz 2007-07-25 10:14:13 -07:00
enndeakin@sympatico.ca
e28524ff33 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
b562b1a8cf 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
3e0f22aa82 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
873f3ed906 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
ccb08ef91f fixing vc71 bustage 2007-07-18 14:56:02 -07:00
enndeakin@sympatico.ca
a23877472b 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
8b63ae1bc7 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
ee7ba77bf9 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
d871c755b7 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
a4c90a1d9d 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
8fa56f3a36 Bug 387111, release popup manager properly, was causing a crash, r+sr=roc 2007-07-12 06:57:01 -07:00
enndeakin@sympatico.ca
fc044d96d8 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
62041b8d2e 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
181eab0467 Bug 387236, submenus not closing up entire hierarchy, r+sr=bz 2007-07-10 10:03:32 -07:00
jwalden@mit.edu
e3c4baccae 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
c55615d9e2 Shortcut keys should open submenus (regression from bug 279703) r=Enn 2007-07-07 01:40:54 -07:00
jruderman@hmc.edu
47921d75eb Bug 321066, remove bogus assertions. Patch by Andreas Lange, r=enndeakin, sr=neil. 2007-07-06 18:44:19 -07:00
enndeakin@sympatico.ca
20eb44a3fc Bug 386795, popups positioned 1 pixel off when using ShowPopup, r+sr=roc 2007-07-06 05:12:47 -07:00
bzbarsky@mit.edu
262174c1db Include the stuff we use. Bug 279703 followup, r=enn. 2007-07-05 21:23:56 -07:00
dbaron@dbaron.org
91755f5f8a Fix bustage on x86_64 Linux. b=279703 r=enndeakin 2007-07-04 11:37:33 -07:00
enndeakin@sympatico.ca
6c8197be5f 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
db689821bf Cleanup implementations of QueryInterface. b=385750 r+sr=dbaron r+sr=jst 2007-07-03 19:15:31 -07:00
sharparrow1@yahoo.com
8801788a06 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
bf430d8c33 Fix crash [@ nsPopupSetFrame::Destroy]. b=384877 r=enndeakin sr=roc 2007-07-03 14:16:48 -07:00
bzbarsky@mit.edu
bdded13f7c 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
564c2941e0 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
271e5c520d Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:39:50 -07:00
enndeakin@sympatico.ca
95deb19d78 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
6c59f4a6d3 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
9b5434879e 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
be8f9644bb Bug 384491, remove assertion when <xul:listboxbody style='overflow: hidden' />, r+sr=roc 2007-06-21 02:35:41 -07:00
dbaron@dbaron.org
3b94faebcf 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
fcd8e6531d Bug 383837, Crash [@ nsXULTooltipListener::LaunchTooltip], r=enn, sr=neil 2007-06-15 11:53:42 -07:00
Olli.Pettay@helsinki.fi
1ada41249c Bug 382444, r+sr=roc 2007-06-14 01:37:21 -07:00
Olli.Pettay@helsinki.fi
19e2e52116 Adding a null check, Bug 384133, r=enn, sr=neil 2007-06-14 01:18:11 -07:00
Olli.Pettay@helsinki.fi
1daadb05f5 Bug 381120, ensure view in reflowcallback, r+sr=roc 2007-06-12 03:26:13 -07:00
neil@parkwaycc.co.uk
4e03c3eea8 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
4c9b839ddb 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
44793caa0f Bug 332283, drop indicator not working for trees, r=sr=roc 2007-05-30 16:09:56 -07:00
Olli.Pettay@helsinki.fi
b14e1983fd Bug 381862, r+sr=roc 2007-05-25 03:14:55 -07:00
Olli.Pettay@helsinki.fi
b9a6965dbe Bug 381153, r+sr=roc 2007-05-25 03:09:29 -07:00
masayuki@d-toybox.com
54605b25b1 Bug 381426 Can't be activated Input Method in the Bookmark Properties. #2 r+sr=roc 2007-05-23 23:51:42 -07:00