karnaze%netscape.com
bc7b09e840
Added more file lists. Fixed unix script to recognize multiple lists. This does not affect the build.
2000-11-08 22:09:57 +00:00
dbaron%fas.harvard.edu
08583edc80
Release static nsDOMScriptObjectFactory, nsBoxLayout, and nsRepeatService in layout module destructor. r=jst@netscape.com b=43576 r=evaughan@netscape.com b=43582,43588 sr=brendan@mozilla.org
2000-11-08 03:22:03 +00:00
dbaron%fas.harvard.edu
f368678625
Fix leaks of nsBoxLayout and nsRepeatService by freeing in layout module destructor. (Uses raw pointers instead of static nsCOMPtrs.) r=evaughan@netscape.com sr=brendan@mozilla.org b=43582, 43588
2000-11-08 03:20:22 +00:00
dbaron%fas.harvard.edu
64ab978d6a
Fix leak of nsDOMScriptObjectFactory by freeing in layout module destructor. r=jst@netscape.com sr=brendan@mozilla.org b=43576
2000-11-08 03:17:18 +00:00
dbaron%fas.harvard.edu
638b1b16f4
Fix leak of an nsIURI (the URL of the quirk stylesheet). Patch from inaky.gonzalez@intel.com. r=attinasi@netscape.com sr=brendan@mozilla.org b=43656
2000-11-08 03:13:53 +00:00
dbaron%fas.harvard.edu
4de499215d
Fix leak of mCurrentFocus that caused input element in URL bar to leak. r=saari@netscape.com sr=hyatt@netscape.com b=59042
2000-11-08 03:00:02 +00:00
heikki%netscape.com
3870ddca29
Bug 59389, eliminate nsIContent::IsSynthetic(). r=jst, a=vidur.
2000-11-08 00:42:42 +00:00
heikki%netscape.com
70cc953e30
Bug 51428, fix UMR in nsEventStateManager::DispatchNewEvent
2000-11-08 00:33:37 +00:00
heikki%netscape.com
de2d514804
Bug 48886, fix UMR and clean up some ugly code. r=jst, a=vidur.
2000-11-08 00:31:06 +00:00
bratell%lysator.liu.se
9f981fd116
Fix for 59181. HTML lists and format=flowed don't work together. The solution is to disable flow when lines are indented. r=akkana sr=vidur
2000-11-07 20:02:54 +00:00
jst%netscape.com
25b8e29ff2
Fixing bug 58888. The content sink was incorrectly releasing the stream loader in its OnStreamComplete() method, this caused a crash when mozilla was running in off-line mode since OnStreamComplete() was called without the sink having a string reference to the stream loader so the incorrect release call in the sink caused a crash later on in necko. sr=rpotts, r=gagan,heikki
2000-11-06 23:22:44 +00:00
bratell%lysator.liu.se
993cd60daf
Fix for bug 57047 - we are not treating text inside <pre> as preformatted if the text is inside another tag inside the <pre>. This has affected mail and copy'n'paste. We now look more thoroughly at the tag stack. r=akkana@netscape.com a=vidur@netscape.com.
2000-11-04 20:51:33 +00:00
hyatt%netscape.com
a112ade980
Ben accidentally checked in a change to nsXBLService.cpp. Backing him out. What a mess tonight. Whew.
2000-11-04 11:03:14 +00:00
hyatt%netscape.com
824a44fab8
Putting back 54150 on the trunk. ben,waterson. Finally found the reason it needs to be this way.
2000-11-04 09:10:48 +00:00
ben%netscape.com
0066373134
back out hyatt's accidental checkin.
2000-11-04 09:07:49 +00:00
hyatt%netscape.com
2b7eb1c1a2
Fix build bustage.
2000-11-04 09:01:21 +00:00
hyatt%netscape.com
fae32fdbd7
Fix for 54203. r=saari, a=brendan
2000-11-04 08:21:20 +00:00
bnesse%netscape.com
9161e324c5
Fix for Mac plugins getting double mouse events. bug 58814 r=av sr=waterson rtm++
2000-11-03 23:57:24 +00:00
karnaze%netscape.com
c355d8c8d2
bug 53690 - don't allow a split row to reflow its cells unconstrained. a=buster, r=dcone.
2000-11-03 04:25:29 +00:00
attinasi%netscape.com
9c8a885872
Fixed regression: I had accidentally put the link-underlining rules back into html.css, regression bug 20760. r=peterl@netscape.com, sr=buster@netscape.com
2000-11-02 23:46:22 +00:00
bryner%uiuc.edu
8e29d3ba05
Bug 50597 - mousewheel nonfunctional if set to full-page scroll. r=mjudge,jkobal,ben. a=ben.
2000-11-02 05:15:34 +00:00
harishd%netscape.com
42fcdba367
27006 - Don't reload documents with POST form data.
...
r=rpotts,pollmann
sr=vidur
2000-11-01 20:25:33 +00:00
mkaply%us.ibm.com
2f0725f023
#57006
...
r=mjduge, sr/a=sfraser
Change hardcoded 15 to a call to the devicecontext to get conversion value
2000-11-01 18:54:16 +00:00
hyatt%netscape.com
6d8effc4b4
Fix for 34400 and 49406. 34400 is r=waterson, a=brendan. 49406 is r=danm, a=brendan
2000-11-01 01:20:59 +00:00
erik%netscape.com
af8d1c782c
bug 57462; r=buster; sr=waterson; need to set "HasMultibyte" flag in
...
nsTextTransformer when we convert 0x5C to Yen Sign and Won Sign because
those chars are greater than 127; this fixes the problem where the Yen Sign
was not being displayed properly on Win95/98/ME because we have the 8-bit
rendering hint set on those platforms (see nsTextFrame's PaintAsciiText,
etc)
2000-10-31 22:06:59 +00:00
locka%iol.ie
e2193efb9c
Fix for crash when closing main window while print dialog is open (checked in for Frank Tang). b=35896, sr=vidur, r=adamlock
2000-10-30 23:47:11 +00:00
attinasi%netscape.com
fbcaeb378d
Fixed problems with backgrounds when 'always use my colors' is set to true: backgrounds are now transparent instead of inherited. b=57234 r=dbaron, a=buster
2000-10-30 22:27:37 +00:00
attinasi%netscape.com
286fc76baa
Made rules for background on select buttons !important. b=57234 r=dbaron,rods a=buster
2000-10-30 22:25:49 +00:00
dbaron%fas.harvard.edu
b076a9e634
Fix crash from GetElementsByTagName on a document without a root element. Patch from ftang@netscape.com r=jst@netscape.com,dbaron@fas.harvard.edu sr=vidur@netscape.com b=40121
2000-10-30 18:51:50 +00:00
waqar%netscape.com
9aad2ac07c
#=34706
...
r=dcone@netscape.com
a=buster@netscape.com
d=Fixes a crash on linux when printing to a file in a directory where I dont
have permission to or printing to a directory or to a non existing printer.
2000-10-30 15:22:46 +00:00
hyatt%netscape.com
85a1b3c0cd
Fix for 57139. a=ben
2000-10-30 09:26:53 +00:00
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