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

101747 Коммитов

Автор SHA1 Сообщение Дата
dcone%netscape.com e8dc41b49f b=90751 This is a fix for the Mac V build I broke last night. This fix was give by ccarlen.. sorry for the breakage. Thanks to seawood and Dagley for getting things back online. I have to remember to watch that ports build. 2002-04-19 13:40:00 +00:00
axel%pike.org 66600470db bug 70855, add NSPR logging to transformiix, mere printf's for standalone. r=peterv, sr=heikki 2002-04-19 10:28:57 +00:00
brade%netscape.com 5a9be507ea show an alert if we fail to get a document uri (bug 126258) r=cmanske, sr=kin 2002-04-19 09:54:50 +00:00
gerv%gerv.net 0f7ebbdfe9 Bug 3935 - mozilla-native psuedo classes and properties should be marked as such. This fixes a number of them; still a few more to do. Patch by gerv, r=dbaron, sr=jst, a=asa. 2002-04-19 08:07:11 +00:00
jfrancis%netscape.com a04491dcd9 more 136944: fixing typos in original patch. r=Aleksey Nogin, sr=kin. Thanks to Aleksey Nogin for catching these. 2002-04-19 07:43:19 +00:00
shliang%netscape.com 285c95def0 135975 - theme preview images are outdated - images by gregvalure@yahoo.com - r=andreww, sr=hewitt, a=jesup 2002-04-19 07:35:20 +00:00
shliang%netscape.com 413c8e917a 132032 - column settings for unread msg count in folder pane not followed - r=bhuvan, sr=sspitzer, a=asa 2002-04-19 07:19:26 +00:00
igor%mir2.org 394848a46d Making interpreter bytecode independent from Context.isGeneratingDebug so debugger can handle scripts compiled without Context.isGeneratingDebug: if itsNeedsActivation is false with debugger present, Interpreter.interpret creates activation scope and check in variable queries/assignments if they should be made against activation object and not stack[VAR_SHIFT+...] array. 2002-04-19 07:19:07 +00:00
seawood%netscape.com c355d9d663 Workaround for nsFileSpec lossage.
Thanks to Steve Dagley <sdagley@netscape.com> for the patch.
Fixing tinderbox bustage
2002-04-19 07:00:58 +00:00
shliang%netscape.com 60742e7184 133863 - plug-in finder service pref ui - r=hewitt, sr=jag, a=asa 2002-04-19 07:00:16 +00:00
mkaply%us.ibm.com 2a201d3fe3 OS/2 bustage - forgot to remove it in header 2002-04-19 06:05:03 +00:00
cotter%netscape.com 0c05b95ef8 ongoing help content updates per bugzilla 122806 & ADT, r=oeschger; various privacy feature updates 2002-04-19 04:14:03 +00:00
peterlubczynski%netscape.com 26a045d03f Fixing name mismatch from bug 113464 r=bnesse sr=attinasi 2002-04-19 04:13:18 +00:00
sspitzer%netscape.com ba0ce0e6dd fix for #138092. bad information text in mailing list dialog.
now that it is modal, you can't dnd.  text from robinf@netscape.com.
r/sr=bienvenu
2002-04-19 03:53:27 +00:00
bzbarsky%mit.edu 60b308b963 Backing patch out since it breaks Win32 and I don't have time to fix it
right now.
2002-04-19 03:48:22 +00:00
bzbarsky%mit.edu 79be026732 Data URIs are not nsIURLs. Bug 77850, r=law, sr=darin 2002-04-19 03:21:35 +00:00
bzbarsky%mit.edu 46ecbab995 Fix potential memory leaks in nsDataChannel. Bug 138081, r=timeless,
sr=darin
2002-04-19 03:16:37 +00:00
bzbarsky%mit.edu f670c38346 Fix mismatch between labels and reality for the "non-printable space"
offsets.  Bug 135361, patch by
Roland.Mainz@informatik.med.uni-giessen.de (Roland Mainz), r=bzbarsky,
sr=attinasi
2002-04-19 03:13:23 +00:00
karnaze%netscape.com 3c6f09b5b9 bug 136848 - consider a sibling of type col group, col, row group as a valid siblings of a child only if the child is the same type. sr=attinasi, r=kin 2002-04-19 03:11:29 +00:00
joki%netscape.com f4e5a803f5 Fix for bug 124990 , Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface). These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:53:22 +00:00
joki%netscape.com bdfd051dfb Fix for bug 124990, Add additional processing loop for DOM event listeners to allow browser level handlers to be fired after content based listeners. r:saari, sr:jst
Browser based listeners can now registers themselves using the AddGroupedEventListener and passing the system event group (which can be gotten via the nsIDOMEventReceiver interface).  These listeners will now fire after all content based listeners have processed.
In this initial version of the checkin most browser listeners are still left in the original content group for stability purposes.
2002-04-19 02:52:01 +00:00
seawood%netscape.com 97531eb92c Add make -j support to win32 gmake builds.
Bug #132848 r=bryner
2002-04-19 02:42:28 +00:00
mkaply%us.ibm.com 00d8addd25 OS/2 bustage - no PR_CALLBACK here 2002-04-19 02:33:00 +00:00
rdayal%netscape.com cdee484e5f fixes leaks when retrieving attribs and values for each LDAP search entry, bug # 134069
r=dmose, sr=sspitzer.
2002-04-19 02:08:57 +00:00
seawood%netscape.com f1d907679e Remove references to obsolete CHROME_ variables.
Bug #113401 r=bryner
2002-04-19 01:29:29 +00:00
mcafee%netscape.com eaa97e5f8a Part of future embedding build mechanism, not part of main mozilla build yet. Adding img* modules, r=blythe 2002-04-19 00:09:50 +00:00
heikki%netscape.com 7801aa57ee Bug 129607, avoid trying to parse the response if we cannot be sure it is XML. This fixes hang in HTML parser, and is a big performance improvement if you are loading non-XML data. r=harishd, sr=vidur. 2002-04-19 00:06:40 +00:00
rdayal%netscape.com 44b4fc0a4f fix for MAPI send of files with localized filenames, bug # 103313
r=nhotta, sr=mscott
2002-04-18 23:43:36 +00:00
bienvenu%netscape.com c313dd53ea fix imap not to download all msg headers r=naving, sr=sspitzer 137994 2002-04-18 23:40:22 +00:00
attinasi%netscape.com 040d1418c9 Make sure SpaceManager is in the reflowState before absolute items are reflowed to prevent crash. b=130251 r=alexsavulov sr=waterson 2002-04-18 23:37:51 +00:00
jst%netscape.com 6ea3d0551d Fixing bug 98654. Make document.write() not cancel earlier location.href=...'s when both are done from the same script. r=bzbarsky@mit.edu, sr=vidur@netscape.com 2002-04-18 23:25:35 +00:00
darin%netscape.com 68c0d95469 fixes bug 136956 "HTTP preferences panel needs to control proxy settings
as well" r=brade sr=alecf
2002-04-18 23:22:41 +00:00
bienvenu%netscape.com bbe508afd4 make this file build (at least on windows) after nsIFileOutputStream changes r/sr = jkeiser 2002-04-18 23:14:30 +00:00
bienvenu%netscape.com 4ef62589c0 turning off some debug_bienvenu code 2002-04-18 22:49:48 +00:00
jst%netscape.com e40ab1ff50 Fixing bug 98654. Make document.write() not cancel earlier location.href=...'s when both are done from the same script. r=bzbarsky@mit.edu, sr=vidur@netscape.com 2002-04-18 22:49:39 +00:00
rods%netscape.com 1ba300072c printing properties must be moved to global jar
Bug 138026 r=dcone sr=attinasi a=judson adt=putterman
2002-04-18 22:43:02 +00:00
dcone%netscape.com a51f949a9e b=90751 r=peterl sr=attinasi a=asa This should fix the problem finding the printer settings plugin. 2002-04-18 22:40:46 +00:00
darin%netscape.com a1e280136a fixes bug 60811 "[RFE] User should be able to force HTTP proxy transactions
to use HTTP/1.0 exclusively." r=brade,bbaetz sr=rpotts
2002-04-18 22:36:39 +00:00
bienvenu%netscape.com 6833113942 fix updating of command handlers in cases where there is no selection r=ssu, sr=sspitzer 134893 2002-04-18 22:32:25 +00:00
darin%netscape.com 92b5a3ff13 fixes bug 137965 "Document contains no data on disconnect"
r=bbaetz sr=rpotts
2002-04-18 22:30:11 +00:00
robinf%netscape.com 879dd8888b routine help image update per bug 122806, r=oeschger 2002-04-18 22:27:26 +00:00
varada%netscape.com 862fc658b4 fix for 58506;smtp panel doesnt get refreshed in account wizard if prefilled first account exists;r=srilatha;sr=mscott 2002-04-18 22:26:47 +00:00
kaie%netscape.com da66977564 b=137154 PSM needs to call SSL_ClearSessionCache before switching profiles
r=javi sr=alecf
2002-04-18 22:25:26 +00:00
shanjian%netscape.com 6c2e95366a #138002 nsParser should be accept charset notification coming from low priority source
check charset source before updating parser's charset.
r=ftang, sr=jst
2002-04-18 22:21:50 +00:00
naving%netscape.com 8332198ead 138014 r=bienvenu sr=mscott Make undo delete messages work for the case when we do Ctrl A/Select all and delete all messages in an imap folder. 2002-04-18 22:15:39 +00:00
shanjian%netscape.com 46c518d647 #115114 autodetect universal detects french as Central European (ISO-8859-2)
remove 2 hungarian probers.
r=ftang, sr=scc
2002-04-18 22:15:08 +00:00
harishd%netscape.com d6971b20c1 Prevent charset loading for document.write content because the content is already in unicode. b=125317, r=ftang, sr=jst 2002-04-18 22:11:17 +00:00
timeless%mac.com dabd666f92 Bug 137097 NODE_ID function is useless overhead
patch by neil@parkwaycc.co.uk r=bzbarsky sr=blake
2002-04-18 22:11:10 +00:00
pinkerton%netscape.com 51e2faee6d removing nsControllerCommandManager. r=ccarlen/sr=sfraser. bug# 137647. 2002-04-18 22:09:52 +00:00
jst%netscape.com 9b2f4f3f6d One more minor tweak for blocker bug 138007 (checked in the wrong diff last time). Making iframe.src=... not load the src twice when the iframe is visible. r=jkeiser@netscape.com, sr=heikki@netscape.com 2002-04-18 22:06:37 +00:00