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

10104 Коммитов

Автор SHA1 Сообщение Дата
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
pinkerton%netscape.com 7bfe22cd85 another great patch from dean, with a honker of a comment explaining what is going on from me. we need to check more than one level down to see if we should move the selected item back to |mTimerMenu| when the selection timer fires. fixes bug 29400. yay!!!! r=hyatt. 2000-08-11 00:37:59 +00:00
attinasi%netscape.com d68febe351 Text with 'whitespace:nowrap' no longer uses special Win32-only text measurement code becasue it didn't work. b=42832 r=waterson 2000-08-10 23:03:11 +00:00
heikki%netscape.com 33be2f7e4d Trivial, bug 41772, we were not setting the return value in all cases for HandleEventInternal. r=jst. 2000-08-10 22:07:33 +00:00
dbaron%fas.harvard.edu 578dafb772 Fix huge leak warren introduced last night. Changing the hash keys to have owning pointers caused circular ownership. r=waterson b=48373 (nsbeta3+) 2000-08-10 20:08:30 +00:00
warren%netscape.com 4af572e4c1 Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson 2000-08-10 06:19:37 +00:00
dr%netscape.com d9d6dfc7b2 fix for windows horkage, shouldn't be in there anyway 2000-08-09 23:27:54 +00:00
saari%netscape.com 5835b654ae Removing nsToolboxFrame.cpp, nsToolbarFrame.cpp, and nsToolBarDragListener.cpp from layout.mcp to keep in sync with dr's changes. 2000-08-09 22:47:32 +00:00
mjudge%netscape.com 49114998ae use "=" not "==" my bad 2000-08-09 22:43:39 +00:00
dr%netscape.com 743376f43b fix for 42635 and related cleanup, r=ben,hyatt 2000-08-09 22:38:46 +00:00
mjudge%netscape.com b40c861df6 43533 table cell selection color fix. check for table cells/table being added to range and toggle flag to allow cells to draw correctly 2000-08-09 22:34:17 +00:00
mjudge%netscape.com 35e3f5dd84 29570 37393 42794 mac os fix for selecting out of frame bounds. 2000-08-09 22:33:03 +00:00
harishd%netscape.com d850e1eb75 36944 - USe NS_VMREFRESH_NO_SYNC to refresh
r=kmcclusk
2000-08-09 22:30:36 +00:00
pinkerton%netscape.com 23d1950d4a Rewrote drag scrolling to not use timers and thus avoid all problems about not being able to unregister the timer. Fixes bug 43428. 2000-08-09 22:08:49 +00:00
dbaron%fas.harvard.edu 30392ee52a Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
pinkerton%netscape.com caf5042df2 Simplification of drag scrolling in trees. Don't try to use view manager to capture the mouse, just not worth it. Make drag area w/in the tree's view. (bug 43428). 2000-08-09 07:42:46 +00:00
saari%netscape.com a92e27a5a6 hack part deux for testing for leak increase 2000-08-09 02:59:44 +00:00
saari%netscape.com b2f375261d temp hack to test theory for sudden increase in leaks 2000-08-09 02:25:51 +00:00
sfraser%netscape.com 7ff1e18afc More bustage fixing with style struct return types. 2000-08-09 00:52:02 +00:00
sfraser%netscape.com 54219e1d61 Fix Windows compiler suckage. Fixes bustage. 2000-08-09 00:27:38 +00:00
ericb%neoplanet.com 8ba16c914a removed call to widget->CaptureMouse that was crashing under gtk. r=hyatt a=waterson 2000-08-08 23:49:01 +00:00
sfraser%netscape.com 6382b1de09 Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:48:42 +00:00
sfraser%netscape.com a19bcfbde3 Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
saari%netscape.com 00ad136b80 massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2000-08-08 21:31:05 +00:00
heikki%netscape.com bf5872b0c1 Bug 38647 Link clicks on nsImageFrame do not check if legal to load URI. Happened with server side image map. r=mstolz 2000-08-08 20:35:12 +00:00
heikki%netscape.com 1978b130b2 Bug 29473 ondblclick event not being fired. 2000-08-08 20:32:09 +00:00
rods%netscape.com 803f8bb402 during reflow it makes sure the maxelementsize width is set to the smaller of
min size or the current size.
(see also fix nsGfxTextControlFrame.cpp)
b=40596 r=evaughan
2000-08-08 14:30:08 +00:00
rods%netscape.com 5d49c00534 minor fix for max-element-size. The minsize needs to be calc and cached during the regular reflow
there is too much state to be remember to calc the min size for when ever it is asked for it.
(see also fix nsBoxFramae.cpp)
b=40596 r=evaughan
2000-08-08 14:27:36 +00:00
dcone%netscape.com b6328fe6e3 Check to see if the view had been reparented.. b=44718 a=mcclusk 2000-08-08 14:11:09 +00:00
waterson%netscape.com d5b303d64e Add regression test for 44709. 2000-08-08 05:03:36 +00:00
av%netscape.com 2e10d4cd34 Fixing #8740, r=serge 2000-08-08 04:45:03 +00:00
pierre%netscape.com f78732b718 47138: Some invalid units are not resulting in dropped declarations. 15174: counter() and counters() should not be recognized by CSS parser. 2000-08-08 00:34:42 +00:00
ben%netscape.com e8b7ae6f1b fixing broken field on nsIBrowserBoxObject. This was preventing some code migration to
js that was needed for navigator, as nsIBrowserInstance is somewhat flaky. r=hyatt
2000-08-07 07:55:40 +00:00
hyatt%netscape.com c3cc78412a Fix for 47635. r=ben 2000-08-07 07:55:10 +00:00
dbaron%fas.harvard.edu 870692e46a Fix potential leak. r=attinasi a=waterson 2000-08-07 03:06:22 +00:00
dbaron%fas.harvard.edu c01b4e980e Make nsDocument unroot script objects in the prolog and epilog correctly. Fix nsDocument::RemoveChild so it doesn't crash when removing the root element. Prevent nsDocument::ChildAt from incorrectly returning null when root is removed. Clean up nsDocument::RemoveChild and nsDocument::ReplaceChild a bit, including adding some notifications for prolog/epilog content. Make nsDocument::ReplaceChild return the correct thing (the old child, not the new one). r=vidur b=17390 (nsbeta3+), 46212 2000-08-07 03:03:55 +00:00
dbaron%fas.harvard.edu 3d6708e592 Remove element names from the list that no longer use nsIAnonymousContentCreator. r=hyatt a=waterson
Don't choke on notifications for children of document that aren't the root element.  r=vidur  b=17390 (nsbeta3+)
2000-08-07 02:51:35 +00:00
dbaron%fas.harvard.edu 88f19cd78c Correct the combobox GetFrameForPoint by checking for visibility and foreground layer in all cases. b=36676 r=rods a=waterson 2000-08-06 19:24:48 +00:00
dbaron%fas.harvard.edu eb9d40de09 Fix nsBoxLayout leaks. r=hyatt a=waterson b=43450 2000-08-06 19:05:50 +00:00
dbaron%fas.harvard.edu 6fc4723e5d Remove some old stuff left from nsIAnonymousContentCreator before these were converted to XBL. r=hyatt a=waterson 2000-08-06 18:49:29 +00:00
hyatt%netscape.com fdf6c1cb97 Fixes to make menus work right with XBL. 2000-08-06 08:11:05 +00:00
hyatt%netscape.com b02fda2a5a more of 42320. r=danm 2000-08-06 05:39:36 +00:00
hyatt%netscape.com 3a8aed4259 Fix build bustage that's coming. 2000-08-06 05:03:36 +00:00
hyatt%netscape.com 488f0f2ad6 Fix for 42320. r=danm 2000-08-06 04:57:55 +00:00
bryner%uiuc.edu 3d9035075c Fixing bug 42294 - make mousewheel font size change always affect the
document (not the chrome).  r=saari.
2000-08-06 04:15:02 +00:00
hyatt%netscape.com f62c6dc91d Fix for XBL portion of 46129 2000-08-05 22:33:29 +00:00
hyatt%netscape.com 8adae29142 Put scrollbars back in tex tareas. 2000-08-05 20:48:22 +00:00
pierre%netscape.com b12e49442c attempt to fix the SunOS build 2000-08-05 06:39:42 +00:00
pierre%netscape.com 56a71da7fa 42864 ('user-select:none' should make children non-selectable) 2000-08-05 04:41:33 +00:00