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

10152 Коммитов

Автор SHA1 Сообщение Дата
hyatt%netscape.com 5a3a531c14 Fix for 43375, r=ben 2000-08-17 08:15:47 +00:00
hyatt%netscape.com c60a2f7d07 First-stage fix for dogfood bug 49012. r=ben 2000-08-17 08:11:11 +00:00
jst%netscape.com 563180a5f3 Fixing nsbeta3+ bug 30534. Don't lie about what DOM features we support, be honest./paralellCheckout | & less r=nisheeth@netscape.com 2000-08-17 07:09:05 +00:00
jst%netscape.com efd5913e9e Fixing nsbeta3+ bug 44002. Don't use non boolean values (the value 2 in this case) as a boolean true since 2 != true in JS. This caused scripts that rely on img.complete == true when an image has loaded to break. r=nisheeth@netscape.com 2000-08-17 06:28:47 +00:00
akkana%netscape.com 5b58ac4fc2 23587: Make accelerator and menu access keys settable through a pref. r=saari 2000-08-17 00:09:16 +00:00
saari%netscape.com 32eaccef03 Fixing focus regression I caused by over eargly releasing documents from nsEventStateManager 2000-08-16 23:38:54 +00:00
dbaron%fas.harvard.edu 4e2ac767eb Fix leak of strings used as hash table keys. r=waterson b=48880 2000-08-16 23:16:21 +00:00
hyatt%netscape.com 248844a749 Fix for 45728. r=saari 2000-08-16 23:14:50 +00:00
kin%netscape.com d2fe1d3643 Partial fix for bug #45152: Typed text does not render in TextAreas with a horizontal scrollbar
Made Reflow() invalidate the correct region during an incremental or dirty reflow.
r=waterson@netscape.com
2000-08-16 23:12:19 +00:00
dbaron%fas.harvard.edu f5da4c0c85 Reduce the risk of parser leaks by releasing the parsers owned by CSSLoaders when no longer needed. r=attinasi 2000-08-16 23:04:42 +00:00
hyatt%netscape.com 2793e92bfd Fix for 48459, r=danm 2000-08-16 22:49:31 +00:00
hyatt%netscape.com 1168ae898d Fix for 45248, r=ben 2000-08-16 08:14:01 +00:00
alecf%netscape.com a01c6bd77b fix a bunch of UMRs r=syd
(no bug but I needed these to get my purify build going)
2000-08-16 07:39:38 +00:00
saari%netscape.com 274abf1eb4 fix for nsbeta3+ leak 35553; leak document on shutdown. r=pinkerton 2000-08-16 06:37:51 +00:00
pinkerton%netscape.com dd4af7cb06 full backout of code i commented out, the fixes go elsewhere. 2000-08-16 01:45:23 +00:00
waterson%netscape.com dd700db4af Bug 44480. Demote 'width' and 'height' attributes from NSDocument to NSHTMLDocument and XULDocument; make nsHTMLDocument's implementation use the <body> element's frame (instead of the <html> element's frame) to determine metrics. r=jst 2000-08-16 01:04:52 +00:00
pinkerton%netscape.com 2230f809d3 Dead code removal 2000-08-16 00:44:15 +00:00
pinkerton%netscape.com e1fb97b4b9 Add KillPendingTimers() to nsIMenuParent and call it when we open a sibling
submenu. Not clearing out this timer causes confusion with the rollup
listeners. Fixes 48989 and 28309. Thanks to Dean, who put me on the right
track. r=hyatt.
2000-08-16 00:35:04 +00:00
hyatt%netscape.com a5c52e3783 Backing out fix to 40596 and fixing bug #49051, r=putterman 2000-08-16 00:20:29 +00:00
hyatt%netscape.com 25a6da1b04 Fix for 49009. r=danm 2000-08-15 21:00:52 +00:00
pinkerton%netscape.com 1151d71eb2 fix for 47105, retooling of tree d&d to not be so confusing, to use the style system a little more, and to handle the case where a tree won't let you drop anything between rows. 2000-08-15 18:23:34 +00:00
pinkerton%netscape.com c5d577dedd backing out my last change, it breaks scrollbars. 2000-08-14 23:03:25 +00:00
pinkerton%netscape.com 5c1889ccf7 for 48250, turn off mouse capture when a drag gesture begins. r=mjudge. 2000-08-14 22:29:03 +00:00
pinkerton%netscape.com 6ba5c7b147 making CaptureMouse a public interface on nsIFrame r=mjudge for bug 48250. 2000-08-14 22:28:41 +00:00
waterson%netscape.com 9c09d86525 Back out shanjian's last change as it was causing several whitespace-related regressions. r=attinasi 2000-08-14 22:11:41 +00:00
rods%netscape.com 3a306b3f7a was not unregistering the listers correctly. Not they unreg with the
listener object.
b=48915 r=kmcclusk
2000-08-14 22:05:28 +00:00
rods%netscape.com b3c99a5d20 it was incorrctly painting both images
b=48156 r=kmcclusk
2000-08-14 22:01:05 +00:00
hyatt%netscape.com 4b07f49bb1 Fix for 48931, r=danm,scc 2000-08-14 18:52:47 +00:00
rods%netscape.com a138aee206 a better fix for when min size come into play with unconstrained sizes
b=40596 r=lmcclusk
2000-08-14 14:45:29 +00:00
rods%netscape.com b6e988da63 added weak reference and ref counted event listener to listbox intead of
having the the non-recounted frame add itself. It is now the same as GfxList
b=21629, r=kmcclusk
2000-08-14 14:42:12 +00:00
rods%netscape.com 7a84d6d072 added textarea with -moz-fixed so it has the proper default font in quirks mode
b=44656 r=kmcclusk
2000-08-14 14:10:21 +00:00
bryner%uiuc.edu 49fe4db248 Bulletproofing the tree to not divide by 0 in the case of scrolling or
asking the row count of a 0-row tree.  Bug 48306.  r=syd.
2000-08-14 07:06:49 +00:00
hyatt%netscape.com 0fbea5a514 Fixing harpoon. 2000-08-14 04:29:54 +00:00
hyatt%netscape.com 2e86033263 Work on 48150 and XBL performance (async and arenas). 2000-08-14 04:04:18 +00:00
saari%netscape.com 853ddc32a4 undoing hackery and fixing a leak. r=dbaron 2000-08-12 22:19:55 +00:00
mkaply%us.ibm.com b744952568 OS/2 and AIX Tinderbox break
I have no idea why we don't like having two semicolons in a row, but who the heck would put them there?
2000-08-12 20:26:33 +00:00
roc+%cs.cmu.edu 3e74bddc5d Adding call to new view API so that the view of a fixed-position frame has a Z-order/clipping parent which is not its geometric parent. Bug 39621. r,a=waterson 2000-08-12 19:44:11 +00:00
mkaply%us.ibm.com d120b894e5 OS/2 and AIX Tinderbox break
Short answer: Be consistent about NS_IF_ADDREFing const and non const of the same type in the same file.
Long answer: Send me email
2000-08-12 15:03:24 +00:00
hyatt%netscape.com 945e2eff0d Fix build bustage. 2000-08-12 07:13:52 +00:00
hyatt%netscape.com 7dcf622eb6 Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan 2000-08-12 06:39:24 +00:00
hyatt%netscape.com 6c68a00e3d Fix for 21890 and numerous other bugs. r=pierre, waterson, jst, attinasi, brendan 2000-08-12 06:28:02 +00:00
sfraser%netscape.com 0e0097c274 Fix typo, bug 48616. r=pollmann 2000-08-12 01:42:04 +00:00
pierre%netscape.com ef6777748b 48096: Need a -moz-all value for user-select. r=sfraser. 2000-08-12 01:00:14 +00:00
saari%netscape.com e5187f56fa Fix more leaks bug 48126 again. r=hyatt 2000-08-12 00:38:22 +00:00
mccabe%netscape.com e06a217247 Spelling fix. 2000-08-11 20:31:17 +00:00
roc+%cs.cmu.edu f6651f1b51 Testcase for bug 25707. 2000-08-11 20:28:49 +00:00
roc+%cs.cmu.edu 47a7452cb4 When computing the max-element-size, base percentage margins on the size of the contained max-element-size, not on the container's desired size. Bug 25707. r,a=waterson 2000-08-11 20:08:15 +00:00
anthonyd%netscape.com 46c555ed23 fix for bug#48472
apparently nsIContent::ChildAt can be successful
and not return a child. now checking fo that.
r: smfr
a: beppe
2000-08-11 19:55:39 +00:00
saari%netscape.com d230b14bce Fix for leaks. Bug 48126 r=dbaron, hyatt 2000-08-11 02:11:53 +00:00
anthonyd%netscape.com cc29a3e679 fix for bug# 48472 (dogfood bug)
r: mjudge
a: beppe
2000-08-11 01:36:28 +00:00