bzbarsky%mit.edu
|
a41405492a
|
Null-check the various allocations we do in rulenode. Bug 245295, patch by
Daniel de Wildt <mozilla3q04@dewildt.de>, r+sr=bzbarsky
|
2005-02-25 13:14:36 +00:00 |
bzbarsky%mit.edu
|
79388227de
|
Don't flush out reflows if we have painting suppressed and something else in
our viewmanager tree is painting. Bug 282764, r+sr=roc
|
2005-02-25 04:03:13 +00:00 |
bzbarsky%mit.edu
|
916d258d10
|
Fix delete calls to match the new calls (use delete[]). Bug 282700, patch by
David Gardiner <david.gardiner@unisa.edu.au>, r+sr=rbs
|
2005-02-25 03:26:06 +00:00 |
kyle.yuan%sun.com
|
5710090a2e
|
Bug 268513 overflow:scroll causes memory growth
r=dbaron, sr=jst
|
2005-02-23 23:00:23 +00:00 |
tor%cs.brown.edu
|
f6f67272dd
|
Bug 283092 - <svg:image> changes for OS-X. r=jhpedemonte
|
2005-02-23 20:05:17 +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 |
bmlk%gmx.de
|
17d07a07c8
|
input type="hidden" is not a special HTML content as we don't create a frame for it in the constructhtmlframe routine, bug 280217, r/sr=bzbarsky
|
2005-02-23 05:14:55 +00:00 |
darin%meer.net
|
bdb13852d9
|
s/BumpPriority/AdjustPriority/ (bug 278531) r=shaver sr=brendan
|
2005-02-21 22:21:21 +00:00 |
tor%cs.brown.edu
|
5eda5d5031
|
Bug 283055 - better svg text hit detection on cairo.
|
2005-02-21 21:24:36 +00:00 |
darin%meer.net
|
ea421f6654
|
fixes bug 278531 "generic request prioritization (loadgroup prioritization)" r=biesi sr=bzbarsky
|
2005-02-21 20:58:01 +00:00 |
tor%cs.brown.edu
|
bfa5544410
|
Bug 258511 - preference to disable native SVG support. r=bzbarsky, sr=roc
|
2005-02-21 18:11:18 +00:00 |
bzbarsky%mit.edu
|
3da18aa1d2
|
Remove unused and unimplemented attribute on nsIMarkupDocumentViewer. Bug
282973, r+sr=jst
|
2005-02-21 16:39:01 +00:00 |
roc+%cs.cmu.edu
|
58d6575f85
|
Checking in testcases for bugs 282754 and 277420. Not part of the build
|
2005-02-21 05:19:18 +00:00 |
roc+%cs.cmu.edu
|
f432d5a46f
|
Checking in testcases for bugs 282754 and 277420. Not part of the build
|
2005-02-21 04:45:23 +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 |
peterv%propagandism.org
|
a3ff930d2d
|
Fix for bug 281654 (XLink's scroll to the parent of the node that they point to). r/sr=bz.
|
2005-02-20 09:55:02 +00:00 |
mats.palmgren%bredband.net
|
7926bd6fed
|
Fix compile warnings on Windows. b=281745 r+sr=dbaron
|
2005-02-20 00:04:54 +00:00 |
mats.palmgren%bredband.net
|
2b8e45f247
|
Redirect frame insertions during RedisplayText(). b=282607 r+sr=bzbarsky
|
2005-02-19 23:54:36 +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 |
bryner%brianryner.com
|
59496a3bd0
|
Rename nsNameSpaceMap to nsXMLNameSpaceMap to avoid symbol collision in static builds (bug 281728). r=dbaron.
|
2005-02-19 00:10:38 +00:00 |
tor%cs.brown.edu
|
aa09f6e30d
|
Bug 282026 - use appropriate transform when drawing objectBoundingBox
dimensioned gradients. r=scooter
|
2005-02-18 23:17:48 +00:00 |
bryner%brianryner.com
|
3fc8341b89
|
Simplifying this a bit to try to fix bustage.
|
2005-02-18 19:58:13 +00:00 |
tor%cs.brown.edu
|
dd40f019b2
|
Bug 281742 - text as clip path causes paint loop. r=scooter
|
2005-02-18 19:50:41 +00:00 |
bryner%brianryner.com
|
58396e7490
|
Remove nsINameSpace and replace with a simple array-based list of namespace mappings for CSS. Bug 281728, r+sr=bzbarsky.
|
2005-02-18 19:18:37 +00:00 |
tor%cs.brown.edu
|
6731bcda03
|
Bug 281990 - <svg:tspan> doesn't propagate transform. r=scooter
|
2005-02-18 19:14:00 +00:00 |
bzbarsky%mit.edu
|
c0a59befc5
|
Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
|
2005-02-18 16:33:02 +00:00 |
tor%cs.brown.edu
|
6ce8f5faf8
|
Bug 199771 - soft fail if gdi+ or cairo can't be found/used.
r=scooter, sr=bryner
|
2005-02-18 16:30:12 +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 |
aaronleventhal%moonset.net
|
6f010e6426
|
Bug 282588. MozillaContentWindowClass on frames and iframes confuses screen readers. r=ere, sr=neil
|
2005-02-18 14:24:43 +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
|
558e1b3f93
|
Put the quirky 1em bottom margin on forms only in quirks mode. Bug 41806,
patch by Anne van Kesteren <bug@annevankesteren.nl>, r=bzbarsky, sr=dbaron
|
2005-02-18 06:13:28 +00:00 |
bzbarsky%mit.edu
|
fd38902270
|
Make the nsStyleBorder constructor be smarter about setting default border
style; nix the unnecessary BORDER_STYLE_DEFINED stuff. Bug 279156, r+sr=dbaron
|
2005-02-18 06:09:36 +00:00 |
bzbarsky%mit.edu
|
e812ede3f7
|
Remove unnecessary prescontext args on some nsLayoutUtils methods. Bug 281767,
r+sr=roc
|
2005-02-18 06:06:47 +00:00 |
ginn.chen%sun.com
|
22ff8dbb7d
|
Bug 174740 Black checkboxes in menus (e.g. View->Toolbars->Navigation Bar)
r=robin.lu sr=bryner
|
2005-02-18 06:03:08 +00:00 |
bzbarsky%mit.edu
|
50134ed570
|
Setting selectedIndex should clear all "previous value" state so that onchange
won't fire unless the user actually changes the value from the one set by
setting selectedIndex. r=mats, sr=roc, a=roc
|
2005-02-17 04:29:37 +00:00 |
tor%cs.brown.edu
|
4b816a4b99
|
Bug 282027 - crash displaying a marker defined in display:hidden container.
r=jwatt
|
2005-02-16 22:10:44 +00:00 |
roc+%cs.cmu.edu
|
996d1e3d9e
|
Bug 274516. Tables should use the ordered rowgroup array to decide which children to push, not just follow the sibling list. Also, repeating footers should not be pushed. r=bernd, sr=bzbarsky, a=choffman
|
2005-02-16 20:02:14 +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 |
smfr%smfr.org
|
0874f92566
|
Fix bug 281732: event handling in camino's native popup got broken when screen-relative coordinates in Cocoa widget were fixed (bug 281470), which caused the nsComboboxControlFrame/nsListControlFrame code to start doing mouse capture, and showing the XUL popup. So add a static method, ToolkitHasNativePopup(), and query that (rather than #ifdeffing). r/sr=roc, a=dbaron.
|
2005-02-16 05:13:16 +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 |
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 |
bzbarsky%mit.edu
|
d0a24bd117
|
Fix crash bug 281424. r+sr=roc, a=asa
|
2005-02-14 20:09:14 +00:00 |
bmlk%gmx.de
|
c89a7d6ce9
|
allow only columns as colgroup children, and prevent column children bug=280618 r/sr=bzbarsky a=asa
|
2005-02-13 07:43:22 +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 |
mvl%exedo.nl
|
d7cee157d6
|
Show alt text when imagee blocking is enabled
bug 281492, r=dwitte, sr=bzbarsky
|
2005-02-08 22:10:52 +00:00 |
bzbarsky%mit.edu
|
db59bcd6f9
|
Fix fallout from the nsIFrameLoader changes of yesterday. Bug 280992, r+sr=jst
|
2005-02-08 21:30:47 +00:00 |
bryner%brianryner.com
|
91542d5229
|
Resurrect nsIFrameLoader[Owner] as scriptable interfaces; bug 280992 r+sr=bzbarsky
|
2005-02-08 06:55:00 +00:00 |