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

9891 Коммитов

Автор SHA1 Сообщение Дата
rods%netscape.com 07b2e9e199 setting parent to null to make sure there are no dnagling pointers from children
to their parents
b=44266, r=jst
2000-07-11 22:17:38 +00:00
rods%netscape.com 32b6fb9dd8 removing accidental checkin 2000-07-11 21:00:22 +00:00
rods%netscape.com 45c7e846e4 option elements no longer add and remove themselves from the select, the select now does all the housekeeping. b=44266, r=pollmann 2000-07-11 20:55:21 +00:00
rods%netscape.com 8aed93cecf *** empty log message *** 2000-07-11 20:55:20 +00:00
bnesse%netscape.com 639d02f3fa Removed code which was painting rectangles over the plugin objects on the Mac. Bug #41016. r=av 2000-07-11 20:06:05 +00:00
brendan%mozilla.org 312b64ae77 Must unregister memory pressure observer in \~nsXBLService (nsMemory doesn't clean up after us; r=warren). 2000-07-11 05:43:34 +00:00
brendan%mozilla.org c6447c1283 XBLService implements nsIMemoryPressureObserver (44352, r=hyatt). 2000-07-11 01:28:36 +00:00
bryner%uiuc.edu 117cba1219 Fixing 43459. r=hyatt. 2000-07-10 23:42:46 +00:00
shanjian%netscape.com a73dc1c256 #42422
Fix the crash, contentLen should not be extended futher than the
text fragment's length.
2000-07-10 22:32:54 +00:00
av%netscape.com bfb49167ac Addressing #22954, fixing the glitch when layout returned OK even if did not find a plugin causing a crash, r=pollmann 2000-07-10 21:51:15 +00:00
mkaply%us.ibm.com 1641092c0c r=cls, a=brendan
Because of the raptor to gk change, we don't need SHORT_LIBNAME
2000-07-10 21:08:54 +00:00
saari%netscape.com 0130cc8ce8 Adding file for evaughan 2000-07-10 20:17:48 +00:00
evaughan%netscape.com 3f9c79ee07 disable gfx scrollbars #44576
grid fixes for tree bugs

-r Hyatt
2000-07-10 20:10:27 +00:00
akkana%netscape.com 7dfa57ab2f 38232 (nsbeta2+): Make line break character configurable in the
output system, and use \n (the DOM linebreak character) when getting
output from text controls.  Also fix some warnings.  r=kin.
2000-07-10 19:46:59 +00:00
cls%seawood.org c0a8f3dc67 Fix for objdir build bustage. 2000-07-10 17:21:17 +00:00
rbs%maths.uq.edu.au e9c15a99bd Remove files that have ceased to be used 2000-07-10 14:02:44 +00:00
rbs%maths.uq.edu.au 05db39aa92 Convert examples to XHTML now that mathml.css is imported in the ua.css on MathML-enabled builds. a:waterson 2000-07-10 13:58:55 +00:00
rbs%maths.uq.edu.au 45dd40142c [not part of default build] @import MathML CSS rules in the ua.css on MathML-enabled builds. Paul Gartside <gartside@maths.ox.ac.uk> and Peter Van der Beken <Peter.VanderBeken@pandora.be> have verified that all went well on Linux and Mac, respectively. a:waterson 2000-07-10 13:58:27 +00:00
rbs%maths.uq.edu.au 2c5b78f88c [not part of default build] Some updates in the land of stretchy chars. partial fix for b:45010 2000-07-10 13:57:52 +00:00
cls%seawood.org 062c8bd937 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
morse%netscape.com 6477787994 fix bug 44351, crash in cookie viewer and signon viewer, r=evaughan 2000-07-08 23:40:06 +00:00
pollmann%netscape.com cd1eceeb92 Bug 4891: Allow flushes to occur outside parsing of the <script> tag. This allows us to keep content lists up to date through document.writes in event handlers r=nisheeth 2000-07-08 00:19:44 +00:00
evaughan%netscape.com 89cac70734 Fixed body resizing bug #35681
-r pinkerton
2000-07-07 22:24:06 +00:00
saari%netscape.com 13d87ad82a fixing crashing popups on Windows. Smoketest blocker. Simple null check, nsPIDOMWindow QI result wasn't checked. Not sure why this fails suddenly, I would think everyone shoudl be implementing nsPIDOMWindow.... r=pinkerton 2000-07-07 22:17:00 +00:00
rods%netscape.com 021eb5de93 If the click is not on on item in the dropdown and not in the comboxbox display area then
the click count is set to zero so the JS event doesn't get fired. If it IS over the combobox
display area then the JS event does get fired.
b=40382 r=pollmann
2000-07-07 01:35:23 +00:00
karnaze%netscape.com 6c2f34f1b0 new regression tests, not affecting the build. 2000-07-06 14:07:15 +00:00
karnaze%netscape.com 0db9744cc0 bug 40721 - put back fix that was erroneously backed out. r=rods from before. 2000-07-06 13:58:54 +00:00
karnaze%netscape.com ebef864d30 bug 39799 - map NS_STYLE_TEXT_ALIGN_CENTER to align=center, r=syd. 2000-07-06 13:42:57 +00:00
karnaze%netscape.com 9e8b847293 bug 43732 - correctly calculate preferred width of table and cache it. r=syd. 2000-07-06 13:37:28 +00:00
rods%netscape.com 7d984aef6a A "margin" variable isn't being set up in the correct spot.
b=41472 r=kmcclusk
2000-07-06 13:22:12 +00:00
waterson%netscape.com 581a27f080 Update regression test for 22037 to include fun new test cases. 2000-07-06 04:33:16 +00:00
waterson%netscape.com e5c00bbf09 Bug 22037. Detect when CantRenderReplacedElement() is inserting a block frame into an inline. When this happens, 'split' the frame model to the nearest containing block. Re-arranged some of ConstructInline()'s support routines to share code with new method SplitToContainingBlock(). r=nisheeth 2000-07-06 04:31:33 +00:00
bryner%uiuc.edu 56ed6720ee Fix for crasher bug 44444. r=jst. 2000-07-06 02:44:48 +00:00
cmanske%netscape.com 46738240e4 Fixed setting value on multiline textarea - get value from content node instead of frame. Fixed by kin, b=42646, r=mjudge, a=beppe 2000-07-05 23:38:26 +00:00
pinkerton%netscape.com 938bad2962 take into account the scroll position of the tree's view when computing frame-relative mouse coordinates. r=damn bug 43405 2000-07-05 23:12:35 +00:00
kin%netscape.com 6be6bbe159 Backout passing of PR_FALSE to GetText() in CreateAnonymousContent(). That
was a debug change in my tree that I accidentally included in my previous
checkin.
2000-07-05 21:23:35 +00:00
kin%netscape.com 10bf34f3db Fix for bug #43679: lose sender when scrolling in the addressing pane
Modified CreateAnonymousContent() to use mCachedState if it exists.

r=ducarroz@netscape.com
2000-07-05 20:51:08 +00:00
mkaply%us.ibm.com 588f8439bd #42637
r=waterson, a=waterson
OS/2 bringup - this is a Windows path, not an XP_PC path
2000-07-05 13:39:07 +00:00
rbs%maths.uq.edu.au 4f754a98e8 [not part of default build] Fix bug 43443, and some updates in the stretchy chars land. a:waterson@mozilla.org 2000-07-03 05:40:13 +00:00
cls%seawood.org 33938e6100 Removing last vestiges of raptor from unix build. Since some libs were renamed, a 'make distclean' is recommeneded to remove the old copies of those libs. Bug #8228 r=bryner 2000-07-02 18:44:42 +00:00
brendan%mozilla.org 60cee88e27 Reference-count XBL JSClass structs, and LRU-cache unreferenced ones up to some quota, to avoid bloat and shutdown crashes due to unavoidable manual delete/last-use misorder (42530, r=hyatt). 2000-07-01 02:36:18 +00:00
nisheeth%netscape.com fed9dd6343 Fix for nsbeta2+ bug 12152. r=vidur, pollmann. Setting the src property during document load works on <IMG> and <INPUT type="image"> elements. 2000-07-01 02:26:30 +00:00
kin%netscape.com 25f36a9875 Fix for bug #42178 Back causes data corruption
Modified CreateAnonymousContent() so that if the text widget has
a default value, it adds it as a text node under the div after it
is created. Add better error checking to avoid possible problems.
Removed calls to SetTextControlState() that were used
to initialize the text widget contents from GetPrefSize() because
it was causing a reflow within a reflow and the editor to be re-entered.
Added missing call to GetText() in Reset().

r=sfraser@netscape.com
2000-06-30 14:51:58 +00:00
cls%seawood.org e1e6c5760f Removed obsolete REQUIRES variable from every Makefile.in/makefile.win 2000-06-30 08:08:04 +00:00
jfrancis%netscape.com 246b4d9654 fixing max text length initialization for text fields. 43275 2000-06-30 05:51:34 +00:00
dbaron%fas.harvard.edu 9ebbc52ee8 Add new regression tests. Does not affect build. 2000-06-30 01:26:06 +00:00
hyatt%netscape.com 0e289e0d13 Fix for dogfood bug#43169. r=pink 2000-06-29 23:34:46 +00:00
attinasi%netscape.com 472f487c07 Temporarily turned off style context sharing while I figure out why it is causing incorrect styling of some XUL elements. b=43490 2000-06-29 23:13:46 +00:00
harishd%netscape.com ed950caa84 Bug 40477 ( nsbeta2+ ) - Don't rely on ';' to terminate entities.
r=pollmann.
2000-06-29 23:05:46 +00:00
sfraser%netscape.com 07fb6b17c6 Fix for 44118 and nsbeta2+ bug 42625, r=kin. Update selection-based commands (e.g. cut/copy) when the selection changes from collapsed to non-collapsed and vice versa, not just when it is uncollapsed. 2000-06-29 22:36:10 +00:00