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

10116 Коммитов

Автор SHA1 Сообщение Дата
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
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