Commit Graph

69095 Commits

Author SHA1 Message Date
andreww%netscape.com
30f6ee4c5a fixing bugscape http://bugscape/show_bug.cgi?id=2177 r=hyatt. 2000-08-31 00:40:46 +00:00
nhotta%netscape.com
13c48ba459 Changed to remember the query charset in GetInternetSearchURL(). Then use it to convert from that charset to UTF-8 in FindInternetSearchResults(), bug 42221, r=rjc. 2000-08-31 00:37:39 +00:00
nhotta%netscape.com
1b70a607ed Changed to get a webshell service through docshell, bug 50806, r=harishd. 2000-08-31 00:36:54 +00:00
jst%netscape.com
ca738093f5 Fixing nsbeta3+ bug 48213 and most of bug 48161. Finally removing the temporary DOM Level 2 debugging code, cleaning out some unused code and making getAttribute and setAttribute on HTML elemensts case insensitive. r=vidur@netscape.com, waterson@netscape.com 2000-08-31 00:36:31 +00:00
slamm%netscape.com
c318b023a9 Use proper interface variable to use directory services. Fixes window.sidebar.addPanel(...). bug 50167. r=mcafee 2000-08-31 00:20:02 +00:00
cmanske%netscape.com
093e935bb1 Fixed bad string value, part of 47695, r=beppe 2000-08-31 00:10:55 +00:00
mcafee%netscape.com
d07305c6bf Fixing tab problem 2000-08-31 00:05:39 +00:00
cyeh%bluemartini.com
89cb993e96 fix for 44617: edit*.cgi: Should show which product you're working on
patches by mtakacs@pacbell.net (Tak)
2000-08-30 23:44:36 +00:00
slamm%netscape.com
ba961c7de7 Remove icons for horizontal grippy. (47585) r=mcafee 2000-08-30 23:42:24 +00:00
slamm%netscape.com
dfa16c707d Update text for no panels in sidebar. r=mcafee 2000-08-30 23:42:16 +00:00
slamm%netscape.com
c67cf9e298 Add text for up/down buttons. Replace occurences of 'panel' with 'tab' (47585) r=mcafee 2000-08-30 23:42:09 +00:00
slamm%netscape.com
63311455af Separate the grippy from the sidebar header for mailnews (47585). r=mcafee 2000-08-30 23:42:04 +00:00
slamm%netscape.com
dba89d2ef6 Avoid panels loading in the background (46736). General rewrite (i.e. standardize the arguments passed by wrapping the panels and panel lists in objects). r=mcafee 2000-08-30 23:41:58 +00:00
slamm%netscape.com
02e717b3b9 Separate the splitter from the sidebar header (47585) r=mcafee 2000-08-30 23:41:53 +00:00
slamm%netscape.com
fa409eb51e Handle remote folders better. Force them to have a twisty by setting container='true'. Fix Save(), so that it does not write over pre-existing values (46666). Fix loading of remove folders (48093). Make customize tab dialog have a close box (48228). r=mcafee 2000-08-30 23:41:43 +00:00
slamm%netscape.com
f1cf19fcb7 Update a panel on close (47585). r=mcafee 2000-08-30 23:41:37 +00:00
slamm%netscape.com
0ac0bc8307 Drop special grippy images and use standard grippy images instead (47585). Add style for hiding the twirling load gif. r=mcafee 2000-08-30 23:41:32 +00:00
slamm%netscape.com
b660f1330a Drop gifs. Styles for 'more tabs' link (47585). r=mcafee 2000-08-30 23:41:24 +00:00
slamm%netscape.com
859734620a Sidebar customize dialog: More panels link (47585). r=mcafee 2000-08-30 23:41:17 +00:00
anthonyd%netscape.com
a05076f17c fix for bug# 50847 (regression)
r=kin
2000-08-30 23:38:26 +00:00
cmanske%netscape.com
02806677a1 Added background color to fix space around <title> text. b=42331, r=jrgm 2000-08-30 23:30:13 +00:00
cmanske%netscape.com
2cf6d6acb2 Cleaning up 'pretty printing' formating for HTML Source mode. b=41869, r=akkana 2000-08-30 23:25:12 +00:00
sspitzer%netscape.com
4341729de1 most of the fix for #16336. implement "Get Next N (older) newsgroup messages".
a few tweaks coming soon.  r=mscott.
2000-08-30 23:22:22 +00:00
cltbld%netscape.com
a9450388f9 Turning tests on, fixing solaris again. mcafee 2000-08-30 23:19:41 +00:00
cltbld%netscape.com
c18151d71f Fixing solaris bustage harishd/mcafee 2000-08-30 23:17:10 +00:00
cyeh%bluemartini.com
d7b2e64541 fix for 32828: Redirect fails on Internet explorer: colchange.cgi
patch from mtakacs@pacbell.net
2000-08-30 23:01:26 +00:00
cyeh%bluemartini.com
7bf6b3cead fix for 40603: query.cgi shutdownhtml PutHeader
patch submitted by JRobertson@medevolve.com (Jon Robertson)
2000-08-30 22:49:17 +00:00
cmanske%netscape.com
2a97a514ae Finished HTML Source editing problems with title tag (41869), split table crash (50791), filename problems (48631). r=akkana, fixed NS_LITERAL_STRING usages in nsHTMLEditor for performance (26384), r=scc 2000-08-30 22:49:08 +00:00
rods%netscape.com
7f7d250050 backed out changes, for build 2000-08-30 22:45:59 +00:00
cyeh%bluemartini.com
4dd018a6bb fix for 40603: Assumes user is coming from different page
patch by zach@zachlipton.com
2000-08-30 22:42:44 +00:00
mkaply%us.ibm.com
11f82c7a51 #47874
r=mkaply, a=brendan
Code from jkobal to fix menus rolling up prematurely - straight from Windows
2000-08-30 22:13:20 +00:00
rods%netscape.com
6615b47a81 44656,33312 - We will now size very closely to IE when in Standard mode, the sizing algorithm
is (aveCharWidth * (sizeAttr+1))+padding+border
50280 - we need to set the mPrefSize width/height to -1 so the size of the text control gets recalculated
b=50280,44656,33312 r=kmclusk
2000-08-30 22:11:05 +00:00
nhotta%netscape.com
b285f7c2e7 Added a destructor for stream converter to release a cached instance, bug 49411, r=rhp. 2000-08-30 22:09:42 +00:00
nhotta%netscape.com
6c4ab35ae2 Changed to cache charset detection instance, bug 49411, r=ftang. 2000-08-30 22:09:23 +00:00
ddrinan%netscape.com
a47c650c26 Fix for bug 44044 2000-08-30 22:03:26 +00:00
ddrinan%netscape.com
948ad11ee1 DisplayURI can now take a parent window 2000-08-30 22:02:18 +00:00
ddrinan%netscape.com
8763fb0424 Use CMInt32 instead of size_t for send/receive calls. Bug 33430 2000-08-30 22:01:06 +00:00
rods%netscape.com
f90be81a55 Notifying the doc that an attribute is changed is the wrong approach
Making "REFLOW" be the hint for when rows or cols attrs are changed
Not doing it for input text it seems to work fine without
b=50280
2000-08-30 21:59:53 +00:00
ddrinan%netscape.com
bc48e4bab2 Load PSM from same dir as mozilla and added some extra error checking 2000-08-30 21:59:44 +00:00
ddrinan%netscape.com
495eb0add6 Call DisplayURL with parent window, null for now 2000-08-30 21:58:06 +00:00
ddrinan%netscape.com
e334182538 Pass in a parent nsIDOMWindow to display functions. Bug 46705 2000-08-30 21:56:28 +00:00
evaughan%netscape.com
c7330add6a Fix for bug #47911 -r pinkerton 2000-08-30 21:51:02 +00:00
cyeh%bluemartini.com
4a9c55c4f5 fix submitted for 42809: bug_email.pl doesn't allow for priority = 0
patch submitted by brad@xyu.dhs.org (Brad Sarsfield)
2000-08-30 21:47:17 +00:00
slamm%netscape.com
079ea4a6b8 Turn off debug output. 2000-08-30 21:44:04 +00:00
chuang%netscape.com
c60fe1b59b bug 45870 Migrating profile 4.7 to 6.0, not all entries were imported, r=putterman 2000-08-30 21:41:16 +00:00
chuang%netscape.com
3f691d005c Bug 50351 [MLK] Leaking UNICODE string in nsAddrDatabase::GetRowForEmailAddress(), r=putterman 2000-08-30 21:39:43 +00:00
andreww%netscape.com
90c92c1698 bug# 47633 remove "open windows" on taskbar. r=nbhatla 2000-08-30 21:38:35 +00:00
chuang%netscape.com
cd60b915e5 Bug 50274 [MLK] Leaking nsFileSpec objects, r= putterman 2000-08-30 21:37:43 +00:00
cyeh%bluemartini.com
9b2e821c15 fix for 37684 and 42609: trying to deal with malformed url's in the URL field
during bug entry. instead of trying to be really intelligent over what a valid
url field is, or doing any kind of complicated regexping and forcing http://
on everyone, what we do instead is pre-seed enter_bug.cgi bug_file_loc with http://
in the text field. if that is all there is in the field when we are in post_bug.cgi,
then the value gets set to null (no URL entered into the new bug form). this allows
for you to enter in any valid url that you want, but also make it obvious that
http:// should be there for http:// urls at bug entry time
2000-08-30 21:32:43 +00:00
danm%netscape.com
24ddc1b61d bring a dependent window's parent to the front when closing that window. Windows-only. bug 22658 2000-08-30 21:24:03 +00:00