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

10715 Коммитов

Автор SHA1 Сообщение Дата
buster%netscape.com 80047d0b98 My previous check-in had an important line accidentally commented out. This just re-enables that line. This fixes bug 58257 2000-10-30 04:48:53 +00:00
buster%netscape.com 03dcc4ede3 bug 53690 part of table never displayed because of incremental reflow bug
r=karnaze
a=waterson
2000-10-30 04:15:32 +00:00
buster%netscape.com 9adbc64e63 bug 54850 crash when plugin has an inline parent
r=av, r=peterl
a=waterson
2000-10-30 04:11:59 +00:00
buster%netscape.com 509eed6a1e accidentally checked this in with a debug flag turned on that wrote a bunch of output to stdout. turned off. 2000-10-30 04:10:44 +00:00
dbaron%fas.harvard.edu c20f12ba64 Fix one-time leak of 4 nsVoidArray and 1 PRMonitor from code in nsRange.cpp by freeing in layout module destructor. r=mjudge@netscape.com sr=scc@mozilla.org b=56762 2000-10-29 21:38:52 +00:00
warren%netscape.com cd56c0575b Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc. 2000-10-28 22:17:53 +00:00
blakeross%telocity.com 027eeadcc1 Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf 2000-10-28 14:30:48 +00:00
warren%netscape.com c075a6fc35 Fixing ail bustage 2000-10-28 10:41:16 +00:00
warren%netscape.com 02371534f1 Fixing printf problem with MOZ_TIMER_DEBUGLOG 2000-10-28 10:11:27 +00:00
warren%netscape.com d1ffc4bd94 Attempted to fix opt problem 2000-10-28 02:46:30 +00:00
dbaron%fas.harvard.edu 3959341002 Fix MathML bustage from warren's changes (by removing duplicate changes in the .cpp file that were in the .h file too). 2000-10-28 01:49:00 +00:00
warren%netscape.com 0c836a5683 more fixes for dbaron 2000-10-28 01:28:06 +00:00
warren%netscape.com 9a6d92a433 Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson 2000-10-27 22:43:51 +00:00
buster%netscape.com cae9d32741 bug 56704 (Crash selecting text)
r=erik
a=waterson
2000-10-27 14:16:36 +00:00
buster%netscape.com 15150c7cfb bug 57596 (crash caused by reframing XBL reparented explicit children)
fix by rickg
r=buster
a=waterson
2000-10-27 14:14:36 +00:00
buster%netscape.com 03568a9420 bug 57054 (<MAP> should be display:inline; in quirks mode)
r=rickg
a=waterson
2000-10-27 13:56:33 +00:00
jst%netscape.com bafa544b10 Fixing rtm+ bug 57495. Making element.getElementsByTagName() case insensitive if called on an HTML element. r=pollmann, sr=vidur. 2000-10-27 09:01:33 +00:00
alecf%netscape.com de3d1dd9fb #52116 - Show URL for XBL element & method/attribute when a JS warning or exception happens
r=dveditz,mccabe, sr=hyatt
2000-10-27 00:51:23 +00:00
dcone%netscape.com a14b823f80 bug = 57704 r = kmcclusk sr = buster. Needed to check for isPaginated before constucting scroll bars. 2000-10-26 13:48:49 +00:00
evaughan%netscape.com c4284db2a7 fix for bug #57026
r=buster sr=waterson
2000-10-26 02:53:39 +00:00
cls%seawood.org 663abdf29e Rearrange library linking order so that all symbols are resolved for Irix builds. Build #55783. Thanks to rob@adacel.com.au (Robert Low) for the patch. 2000-10-26 02:24:31 +00:00
attinasi%netscape.com 99ce6eef2c Fix was already approved for checkin on the branch, now updating trunk as well. b=56194, r=karnaze a=buster (for RTM bug 40340) 2000-10-26 00:34:08 +00:00
karnaze%netscape.com a52b02e708 bug 54542 (Hyatt's patch) - pass in style context instead of resolving it. a=buster, r=karnaze. 2000-10-25 14:55:21 +00:00
pierre%netscape.com 3107bd8ed6 56950 "SeaMonkey crash in css code". Check error codes when constructing a DocElementTableFrame. r=attinasi, sr=buster, a=phil. 2000-10-25 04:23:37 +00:00
mjudge%netscape.com 66ae154b6c bug fix for 48064. rtm++ r=simon a=brendan. pdt=ok. fixes check for valid frame after callonchange. (callonchange may actually destroy the frame underneath us.) also we need to update the focusedvalue when enter/submit is hit. this will save 2 onchange from being fired. one from enter, second from blur. 2000-10-24 22:08:44 +00:00
nisheeth%netscape.com 8099c5ec20 Fix for rtm++ bug 54568. a=buster. r=vidur. Fixes crash on sending a mail message from webmail. Also fixes crash on canceling out of the "Plugin not found" dialog that pops up on www.cbsnews.com when you want to see a video clip and the RealVideo plugin is not installed. 2000-10-24 06:34:01 +00:00
jst%netscape.com c1ccea8268 Fixing rtm++ bug 56529. Necko was unescaping the content of URL's if a segment of the URL is requested (but not if the whole URL is requested), the DOM code used this unescaped string as is and that caused backwards compatibility problems. a=gagan&brendan, r=andreas.otte@primus-online.de 2000-10-24 04:56:10 +00:00
pollmann%netscape.com 8911ee3487 Bug 13871: Frameset spoofing - cleanup unneeded DOM interface. r=jst, sr=vidur 2000-10-24 04:35:25 +00:00
pollmann%netscape.com 4e5130757d Bug 57333: Remove search portion of form action - fixes Yahoo form post failure. r=rods, harishd, sr=vidur 2000-10-24 03:55:19 +00:00
pollmann%netscape.com 1ef66b0dbd Bugscape 2369: Don't hold onto frame reference / type across mInner::HandleDOMEvent, fixes crashes. r=rods,jst sr=vidur 2000-10-24 01:41:07 +00:00
heikki%netscape.com 95d323b876 Bug 57437, copied the implementation from HTML. r=adamlock, a=vidur. 2000-10-24 01:03:31 +00:00
akkana%netscape.com d56548ea88 56833: fix whitespace problem in html output 2000-10-24 00:31:08 +00:00
disttsc%bart.nl f9a6052cad Get rid of a compile warning (PRUint32 vs PRInt32), r=dmose, a=blizzard. 2000-10-21 19:12:55 +00:00
akkana%netscape.com 272de22b02 56066, 56561: Fix line break handling. r=bratell, jst, sr=shaver 2000-10-20 23:05:14 +00:00
dcone%netscape.com dd11969fb9 Have fix for bug 24406. r=kmmclusk sr=buster 2000-10-19 21:49:12 +00:00
locka%iol.ie fa2b23d380 Removed unused variables made obselete by previous checkin. b=56285 2000-10-19 18:56:56 +00:00
anthonyd%netscape.com 629d7a9074 fix for bug #49663
nsRange::DeleteContents leaks
r=sfraser
sr=kin
a=brendan
2000-10-19 18:47:00 +00:00
pollmann%netscape.com 3da7c0c668 Bug 13871: Prevent frameset spoofing r=mstoltz, sr=mscott, a=rpotts 2000-10-19 10:25:49 +00:00
buster%netscape.com d2c314a090 bug 57039 crash in [@ nsBlockBandData::GetBandData()]
r=karnaze
a=rickg, a=waterson
some simple bullet-proofing for possible null pointer dereferencing
2000-10-19 05:21:26 +00:00
beard%netscape.com a5f922e26e Implement GetTagText(). r=jst, sr=waterson, bug #56390. 2000-10-19 01:37:53 +00:00
locka%iol.ie 29e166e8bc Fix to content sink's handling of anchors. Flushes reflows before scrolling and uses the pres shell's scrolling code. b=56285, sr=vidur@netscape.com 2000-10-18 20:37:54 +00:00
heikki%netscape.com 36e74cc7a5 Bug 53763, crash when event dialog dismissed and content changed. Make sure we release presshell before viewmanager so things can proceed smoothly. r=joki,scc; a=vidur. 2000-10-18 17:41:14 +00:00
heikki%netscape.com ded53dd27c Bug 54233, crash when quitting via keyboard. Make sure we release presshell before viewmanager so things can proceed smoothly. r=nisheeth,scc; a=hyatt. 2000-10-18 17:36:54 +00:00
hyatt%netscape.com b97a5ea3cf Fix for 56353. r=buster, r=waterson, a=brendan. Also reverting a style
change to a prop list for moz-binding to the state it was on the branch (just to
be compatible).
2000-10-18 08:03:24 +00:00
hyatt%netscape.com 714a3fea6b Fix for rtm++ bug 44093. 2000-10-18 07:57:28 +00:00
hyatt%netscape.com 49f7c82d9d Fix for 56395 rtm++ bug. 2000-10-18 07:48:01 +00:00
peterlubczynski%netscape.com ca29b6ae1c fix for context menus for plugins on the Mac, bug 55822 a=buster r=karnaze 2000-10-17 23:13:30 +00:00
peterlubczynski%netscape.com 9ade627796 fix for plugin positioning and clipping, isolated to Mac. b=54962; r=dcone,kmcclusk; a=buster 2000-10-17 21:45:39 +00:00
jst%netscape.com 1e5f75e727 Fixing rtm++ bug 54121. Make sure to unroot the JS object before setting the script object to null to avoid referencing deleted memory later on in the GC. Thanks to sean@beatnik.com for testing and helping with the patch. a=waterson, r=brendan 2000-10-17 21:19:26 +00:00
hyatt%netscape.com 305f77218d Fix for 56340 (rtm++). 2000-10-17 19:00:34 +00:00