roc+%cs.cmu.edu
8ecd6f3c5d
Fixing bustage. In time, the C++ standards committee will pay for their crimes.
2002-03-19 04:32:01 +00:00
wtc%netscape.com
91909d18b1
Bugzilla bug 120161: define SA_RESTART as 0 if it's not defined.
2002-03-19 04:31:24 +00:00
timeless%mac.com
dec943eb10
Bug 106386 rid source of misspellings
...
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
roc+%cs.cmu.edu
18b83fd669
Bug 124554. Make intelligent decisions about when to scroll using bitblit and when we need to do complete repaints. r=kmcclusk,sr=attinasi,a=asa
2002-03-19 03:34:10 +00:00
pinkerton%netscape.com
c2f243ffdc
basebrowser embed packaing for mach-o. r=cls/sr=hyatt/a=asa. bug#131819
2002-03-19 03:27:17 +00:00
sgehani%netscape.com
078dd6ace1
Delay morphing window when entering print preview mode.
...
b=126675; r=law; sr=alecf; a=asa
2002-03-19 03:23:31 +00:00
dbaron%fas.harvard.edu
76bec44a9f
Fix HPUX bustage. (It's right, as always. I can't static_cast to an incomplete class.)
2002-03-19 03:09:02 +00:00
roc+%cs.cmu.edu
7acc78d086
Bug 130263. Don't add children of hidden views to any display list. r=kmcclusk,sr=attinasi,a=asa
2002-03-19 02:48:38 +00:00
badami%netscape.com
ebacb694a3
Regression in "Proxy-authorization header incorrectly sent to server during SSL session."
...
bug 127671 r=rpotts sr=darin a=asa
2002-03-19 02:26:54 +00:00
dcone%netscape.com
da8d8d1f66
b=119574 r=rods sr=attinasi a=asa. Fixed some alerts.. dump the data instead.
2002-03-19 02:04:28 +00:00
morse%netscape.com
0315ccc864
part of bug 129101, enhanced p3p/cookie-management, r=sgehani, sr=hyatt, a=asa
2002-03-19 01:46:55 +00:00
heikki%netscape.com
2366cebf81
Bug 126473, make sure we initialize variables before using them. r=peterv, sr=jst, a=asa.
2002-03-19 01:46:38 +00:00
dbaron%fas.harvard.edu
822db5374e
Don't make the optimization of not calling the parent context's GetStyleData when there are 'em' or similar units for the 'font-size' property, where those units imply inheritance. b=131454 r=bzbarsky sr=hyatt a=asa
2002-03-19 01:32:16 +00:00
dbaron%fas.harvard.edu
21232a3675
Fix performance problem on pages with large numbers of repeated style attributes or differing presentational HTML attributes by changing the way nsRuleNode decides whether to store children in a hashtable or linked list: decide based on the child count rather than whether the node is the root. Convert hashtable child storage from nsHashtable to PLDHashTable. b=129187 sr=brendan r=hyatt a=asa
2002-03-19 01:29:20 +00:00
cavin%netscape.com
bdb7cc499a
Fix for 106534. Set the right FCC folder url at init time so that the compose/send code will always have the correct url to deal with. r=ducarroz, sr=bienvenu, a=asa.
2002-03-19 01:07:12 +00:00
smontagu%netscape.com
e481c0045e
Fix for bug 81032, "nsOutlinerBodyFrame.cpp need to be bidi enable". r=mkaply, sr=hyatt, a=asa
2002-03-19 00:45:50 +00:00
hyatt%netscape.com
5deeb90b2d
Landng boomar groups. 119599 r ben sr jag a asa
2002-03-19 00:45:04 +00:00
robinf%netscape.com
8cc6b3ca20
routine help updates per bug 122806; r=oeschger
2002-03-19 00:32:48 +00:00
attinasi%netscape.com
8d198eefbd
Be sure to initialize out-param no matter what. b=127360 r=aaronl sr=brendan a=asa (drivers)
2002-03-19 00:32:41 +00:00
robinf%netscape.com
16b9d14382
routhelp updates per bug 122806; r=oeschger
2002-03-19 00:30:05 +00:00
morse%netscape.com
fd6f255c57
bug 105917, can't download attachments in hotmail, r=sgehani, sr=darin, a=asa; bug 131381, array bound problem with p3p, r=law, sr=darin, a=asa
2002-03-19 00:22:47 +00:00
bzbarsky%mit.edu
e18519e298
Make RemoveProperty notify the doc. Bug 131397, r=dbaron, sr=jst, a=asa
2002-03-19 00:09:15 +00:00
rayw%netscape.com
817b1d3d66
Lots of fixes and new files in the documentation and tests for SOAP.
...
None of these are part of any build.
2002-03-19 00:08:15 +00:00
darin%netscape.com
e0437f1e08
remove annoying "unknown error" dialog. b=131399, r=dougt, sr=bienvenu, a=asa
2002-03-19 00:06:31 +00:00
ducarroz%netscape.com
4766631e24
Fix for bug 107425. We need to force the entry point to the end of the document after we call InsertSource. R=varada, SR=bienvenu, A=asa
2002-03-19 00:00:35 +00:00
akkana%netscape.com
c3db3cdc94
80805,131767: Editor find/replace fixes, files missed in the previous checkin. r=cmanske sr=dveditz a=asa
2002-03-18 23:52:30 +00:00
dougt%netscape.com
331d70efae
Removing unneeded references to nsIGenericFactory. a=dbaron
2002-03-18 23:49:07 +00:00
oeschger%netscape.com
30be10945c
add a help button to crl manager dlog, update links in two others, bug=129143, sr=alecf, r=ssaux, a=asa/drivers
2002-03-18 23:41:45 +00:00
dougt%netscape.com
bd4d9e5593
DEBUG_dougt -> DEBUG_dougt_xxx. a=dbaron
2002-03-18 23:40:36 +00:00
rginda%netscape.com
f798d0c82d
bug 130894, add null checks to avoid crashes found by js debugger users.
...
r=caillon@returnzero.com , sr=ben, a=asa
2002-03-18 23:39:48 +00:00
nhotta%netscape.com
c4fa3c40ac
Use system charset for URL bar if the URI scheme is http, https, ftp or file,
...
bug 130393, r=yokoyama, sr=darin, a=asa.
2002-03-18 23:35:56 +00:00
danm%netscape.com
aa2d5b5fac
removing unused function InitializeDocshell. bug 130944 r=jst,timeless a=asa
2002-03-18 23:33:49 +00:00
yokoyama%netscape.com
8df9321a5d
Bug 125573
...
Call IME-W APIs instead of IME-A APIs to prevent moz
from crashing only in
Win2K-Chinese Simplified and WinXP-Chinese Simplified
/r=shanjian, /sr=brendan, /a=asa
2002-03-18 23:29:39 +00:00
blakeross%telocity.com
ad65ab1530
131693 - saving a file crashes on mac. smoketest blocker. r=law, ccarlen a=asa
2002-03-18 22:46:41 +00:00
kin%netscape.com
5e71b8cdc1
Fix for bug #120366 (Crash in nsRange::CopyContents())
...
mozilla/content/base/src/nsRange.cpp
mozilla/content/base/src/nsRange.h
- Rewrote DeleteContents() and CloneContents() to use the content
subtree iterator.
- Added RangeSubtreeIterator class, CloneParentsBetween() and
CollapseRangeAfterDelete().
- Removed CopyContents() and CloneSibsAndParents().
r=jfrancis@netscape.com sr=sfraser@netscape.com a=asa@mozilla.org
2002-03-18 14:38:11 +00:00
blakeross%telocity.com
5ef9ebd4f1
bustage fix.
2002-03-18 12:48:15 +00:00
glazman%netscape.com
a388b13fb6
Memory leak fixed in nsHTMLCSSUtils::GetDefaultViewCSS()
...
b=130904, r=peterv, sr=kin, a=asa
2002-03-18 10:40:58 +00:00
bryner%netscape.com
71870e3113
Disable -moz-appearance on the remaining widgets, since we're not going to do native OS form control theming for 1.0. Bug 130236, r=kerz, sr=ben, a=brendan.
2002-03-18 09:01:02 +00:00
bryner%netscape.com
24af4a0620
Use a scrollbar, not auto-scroll arrows, for <select size=1>. Bug 129805, r=blake, sr=ben, a=brendan.
2002-03-18 07:07:45 +00:00
blakeross%telocity.com
6c5ad7c1d3
102477 - post-landing download manager cleanup. r=timeless sr=hewitt a=dbaron
2002-03-18 06:43:39 +00:00
bbaetz%student.usyd.edu.au
2297132c39
Bug 118953 - incorrect message from checksetup.pl
...
patch by bugzilla@ali.as r=bbaetz, justdave
2002-03-18 06:06:30 +00:00
blakeross%telocity.com
eaea0b13e9
102477 - post-landing download manager cleanup. r=timeless sr=hewitt a=dbaron
2002-03-18 06:00:14 +00:00
badami%netscape.com
298d74cdb6
Instead of an order form page I get an ecommerce security warning
...
bug 128213 r=rpotts sr=darin a=asa
2002-03-18 05:20:58 +00:00
blakeross%telocity.com
a687ff7199
117505 - save file dialog has paint inssue with pause/resume button (ftp downloads). r=timeless sr=hewitt a=dbaron
2002-03-18 05:10:24 +00:00
bzbarsky%mit.edu
5965b731bf
Speed up edge case in RemoveProperty. Bug 131614, r=caillon, sr=jst,
...
a=dbaron
2002-03-18 05:08:23 +00:00
kaie%netscape.com
4e709fd3f6
b=52330 r=bienvenu sr=brendan a=dbaron
...
Support non-default SMTP Port
checking in for kye@gmx.de
2002-03-18 04:29:17 +00:00
cotter%netscape.com
af3f5d2277
help content updates per bugzilla 122806, r=oeschger; password mgr c/s help, glossary update.
2002-03-18 04:19:29 +00:00
blakeross%telocity.com
6d8d794edd
Fixing mac bustage.
2002-03-18 03:43:14 +00:00
nivedita%netscape.com
844f6ffa8e
check in for the bug 83804
...
N621, M098 & Trunk crashes [@ HaveDecodedRow] -added check if cmap is null
r=pavlov, sr=tor, a=dbaron
2002-03-18 03:35:44 +00:00
blakeross%telocity.com
1feaa926c2
112921 - popup windows without chrome should not display tabbar. r=hixie sr=jag a=asa
2002-03-18 02:54:44 +00:00