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

83402 Коммитов

Автор SHA1 Сообщение Дата
sonmi%netscape.com 1f5f7a732d changed to not require the OBJD builds on Windows anymore 2001-05-30 19:22:16 +00:00
peterv%netscape.com 4d452fd30a Fix for bug 83093 (Leaks went up by about 200k) r=heikki, sr=jst, a=chofmann. 2001-05-30 19:17:42 +00:00
timeless%mac.com 99c654b1e4 Bugzilla Bug 46454 Segmentation fault trying to run with aphrodite theme. [@ nsBrowserInstance::ReinitializeContentVariables]
bullet proofing
original patch by peterh@sapros.com
r=mkaply rs=alecf a=asa@mozilla.org
2001-05-30 18:42:28 +00:00
wtc%netscape.com 32d9e72f6b Bugzilla bug #82837: work around a Forte6 compiler optimization bug on
Solaris x86.
2001-05-30 18:15:30 +00:00
nboyd%atg.com 1be6c5fc8f For backwards compatibility keep an old method name used by
Batik and possibly others.
2001-05-30 17:29:42 +00:00
jake%acutex.net 8cbb7741ca Fix for bug 45164 - New users created by the admin were not subject to the userregexp for groupsets.
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
2001-05-30 15:47:30 +00:00
cls%seawood.org 3c48a710b7 Tweak xptc so that it works on Irix with gcc.
Thanks to John Vandenberg <zeroJ@null.net> for the patches.
Bug #79362 r=cls a=asa for 0.9.1
2001-05-30 14:48:52 +00:00
pollmann%netscape.com 1ac7a3715e Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org) 2001-05-30 11:26:21 +00:00
pavlov%netscape.com d15c8cf30e removing win32 checked in binary build stuff. wtf is this doing in the tree? are we going to have to get r= and sr= for things that arn't part of the build now? sigh. 2001-05-30 10:32:30 +00:00
bienvenu%netscape.com cdc2ce67c2 fix problem downloading message bodies for offline use when headers haven't been downloaded r=naving, sr=sspitzer a=drivers@mozilla.org 82248 2001-05-30 04:03:35 +00:00
bienvenu%netscape.com 6898529097 fix infinite loop expanding certain threads, r=naving, sr=sspitzer a=drivers@mozilla.org 82595 2001-05-30 04:00:21 +00:00
hewitt%netscape.com 3e3052f412 81872 - navigator button mousedown images, a=blizzard 2001-05-30 03:59:47 +00:00
bienvenu%netscape.com dc2c86e4a2 fix problem saving drafts while offline r=naving, sr=sspitzer, 82476, a=drivers@mozilla.org 2001-05-30 03:58:19 +00:00
rpotts%netscape.com 3a0587164a bug #73234 (r/sr=darin, r=valeski, a=asa). Fix progress event sink messages to pass the nsIInputStreamChannel as the request - instead of the underlying transport request... 2001-05-30 02:55:51 +00:00
amasri%netscape.com 714d27b14a adding embedding tests for qa. Not part of the build. 2001-05-30 02:50:49 +00:00
amasri%netscape.com faa25a123b adding tests for qa embedding. not part of the build 2001-05-30 02:49:08 +00:00
jst%netscape.com 6f138c7969 Fixing crasher bug 73331. When cleaning up incorrect content in the HTML content sink we ended up creating frames for content that was about to be taken out of the document shortly after only to be inserted into the document again at a different place, this caused frame construction to happen for the new content that was about to be moved. So we created frames for no good reason and the frames we created got distroyed immediately after they've been created. The frame construction left old frames around that held on to anonymous content that was partly torn down and didn't have a valid document pointer, this caused a crash later on in the style resolution code. r=harishd@netscape.com, sr=vidur@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org). 2001-05-30 02:25:52 +00:00
mstoltz%netscape.com d6e2839371 bug 77485 - exploit inserting a function into another window using targeted
javascript URL links. Two-part fix: moving the call to GetCurrentDocumentOwner
in nsDocShell::LoadInternal to before the target docshell is called, and
changing nsScriptSecurityManager::GetFunctionObjectPrincipal to only get
the principal from the function object's scope chain if the function object's
principal is the system principal. r=jst, sr=vidur, a=asa.
2001-05-30 02:22:22 +00:00
danm%netscape.com 035f8a1ada ignore OnLocationChange if it's for another window. necessitated by change for bug 56062. this is bugs 82368, 82413 and the reason 50881 was reopened. r=hyatt,radha a=chofmann 2001-05-30 02:07:48 +00:00
darin%netscape.com 0b8e5b0251 Fixes bug 80313 "HTTP Content-Type header incorrectly parsed"
r=neeti, sr=darin, a=chofmann
2001-05-30 01:58:49 +00:00
syd%netscape.com 564d0f14d3 Fix for 76943. r=ssu, sr=mscott, a=asa (drivers@mozilla.org)
The problem being fixes is the progress meter UI will not display when we are dowloading
XPI files from the net (see bug report for more details). We were throttling the update
of progress bar based on some interval being exceeded. The problem is/was that sometimes
the XPI is downloaded faster than the specified interval (a series of these renders the
progress bar "dead", and the user has no feedback UI as to what is happening). It is not
entirely clear that the time interval computation is correct to being with. The safe thing
to do here is to simply let the UI update whenever necko invokes our progress callback,
and dispense with the throttling. This results in a smooth UI update and has minimal
performance sideaffects (we are limited more by the network I/O and disk writes that the
progress bar UI update).
2001-05-30 00:46:16 +00:00
mkaply%us.ibm.com c4fe26ee6d IRIX and BSD bustage - need cast - this has never been built until blizzard turned it on 2001-05-30 00:45:30 +00:00
darin%netscape.com 985a470d1a Fixes bug 82388 "SSL proxy CONNECT should send Host header"
r=bbaetz, sr=dougt, a=selmer
2001-05-30 00:40:50 +00:00
dbragg%netscape.com 3cc793f4e8 I'm an idiot. When I checked this in on Friday 5/25 I had the fix commented out
during some back and forth testing.  This was r/sr=bredan and a=asa for drivers@mozilla.org
The bug is 78428.
2001-05-30 00:24:00 +00:00
saari%netscape.com 0b11af5980 fix for 82710, r=me, sr=hyatt, a=mcafee (blocker) make sure we set the focused element to null after the viewer is totoally torn down, and after we've suppressed focus 2001-05-29 23:26:50 +00:00
saari%netscape.com 13f4b7f55a fixing 826710 blocker. r=me,sr=hyatt,a=mcafee Make sure we null out the focused element after the focus is supressed, and after the container is torn down. Also, make sure we don't do unnecessary command updating when focus is suppressed 2001-05-29 23:22:11 +00:00
pinkerton%netscape.com e4e5193457 add 'about mozilla' item and impl to carbon menu code. fix indentation. bug#83187, r=saari/sr=sfraser. 2001-05-29 23:18:26 +00:00
pinkerton%netscape.com 30640defdc add carbon.r to suck in plst for icon and bundle stuff r=saari/sr=sfraser bug 58228 2001-05-29 23:16:34 +00:00
pinkerton%netscape.com f7c32bb549 add plst to suck in icon and file mappings. r=saari/sr=sfraser bug 58228 2001-05-29 23:15:07 +00:00
pinkerton%netscape.com f3aa81b40c remove 'carb' resource. plst will supercede. r=saar/sr=sfraser bug 58228 2001-05-29 23:14:30 +00:00
mkaply%us.ibm.com 009fd9a870 when the widget is being destroyed, check if it is the rollup widget and clear that out before it's too late.
r=saari/sr=hyatt/a=blizzard
bug# 51603
2001-05-29 23:05:27 +00:00
darin%netscape.com 01e4b9bb6f Fixes bug 81658 "Password protection is slowing down page-load performance"
r=bbaetz, sr=dougt, a=selmer
2001-05-29 22:54:44 +00:00
radha%netscape.com a175f5f11f Fix related to bug 82236. Fix all embeddign usages of onLocationChange with the
new semantics. r=valeski sr=alecf a=blizzard(drivers@mozilla.org)
2001-05-29 22:48:39 +00:00
radha%netscape.com 553a99a133 Fix for bug # 82236. r=valeski sr=alecf a=blizzard(drivers@mozilla.org) 2001-05-29 22:45:57 +00:00
blizzard%redhat.com 97e6dee485 Fix bug #82705. Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann (Round 2) 2001-05-29 22:35:46 +00:00
blizzard%redhat.com 3115f445cc back out changes since they included a patch that happened to be in my tree 2001-05-29 22:31:15 +00:00
cmanske%netscape.com 40aff6c1d0 Added missing keyset overlay so Enter/Cancel keys work in Page Color and Background dialog, b=82713, r=brade, sr=kin, a=roc+moz 2001-05-29 22:23:52 +00:00
blizzard%redhat.com 73252fc552 Fix bug #82705. Add mechanism to emit signal for windows without parents. r=pavlov,sr=tor,a=chofmann 2001-05-29 22:22:35 +00:00
mkaply%us.ibm.com 7555f2cfbd #83166
r=aaronr, sr=blizzard, a=blizzard
OS/2 only change - we weren't deleting temp files after download
2001-05-29 22:21:11 +00:00
cmanske%netscape.com 19c3ed0ca6 Remove Image map editor button, b=82802, r=sfraser, sr=kin, a=selmer(pdt) and blizzard 2001-05-29 22:20:28 +00:00
rpotts%netscape.com 5b394a26a3 bug #81937 (r=valeski, sr=mscott, a=selmer) multipart/x-mixed-replace content was not being retargetted correctly... 2001-05-29 22:10:50 +00:00
morse%netscape.com e3b9cde2ff bug 82703, need password for edit menu, r=cmanske, sr=alecf, a=selmer/blizzard/asa 2001-05-29 22:02:15 +00:00
naving%netscape.com 1768a9bd8a 82217 r=naving, sr=sspitzer. open the db with create and upgrading as PR_FALSE. patch
provided by bienvenu@netscape.com
2001-05-29 21:59:09 +00:00
naving%netscape.com 315fb64a24 82217, r=bienvenu sr=sspitzer. Do the db stuff if destMailDB is not null. 2001-05-29 21:57:50 +00:00
justdave%syndicomm.com 17dff3efe0 Dummy commit so I can put the attributions I forgot in the previous one.
Patch from bug 65290 was by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-05-29 21:27:12 +00:00
justdave%syndicomm.com 8f363f7f6e Fix for bug 65290: can now edit user-regexps for system groups 2001-05-29 21:25:02 +00:00
ian%hixie.ch 76d1f38fb9 Change the semantics of address changing, making it faster, smaller, simpler, and better. Aaah... :-) In the new system, instead of cloning the current $session object to pass it back to the output code, you pass the real $session object to the output code, just making sure that the relevant field has been warned to return a different address than found in the database. 2001-05-29 20:34:12 +00:00
justdave%syndicomm.com de23e17707 Fix for bug 65399: Can't use string ("") as an ARRAY ref while "strict refs" in use at query.cgi due to no components defined in a product.
Patch by Matthias Radestock <matthias@sorted.org>
r= justdave@syndicomm.com
2001-05-29 20:30:51 +00:00
justdave%syndicomm.com 3aaea9ad25 Additional cleanup for bug 73191. newquip.html is no longer needed. 2001-05-29 18:44:00 +00:00
ashuk%eng.sun.com 0e30fa38c3 Bug=81699
author=ashuk
r=edburns

Files modified

M util/classes/org/mozilla/util/Assert.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControlFactory.java
M webclient/classes_spec/org/mozilla/webclient/BrowserControlImpl.java
M webclient/classes_spec/org/mozilla/webclient/test/EMWindow.java
M webclient/classes_spec/org/mozilla/webclient/test/RandomHTMLInputStream.java
M webclient/classes_spec/org/mozilla/webclient/test/UniversalDialog.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/BookmarksImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/CurrentPageImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/EventRegistrationImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/HistoryImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/NativeEventThread.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/NavigationImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/PreferencesImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/RDFEnumeration.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/RDFTreeNode.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/WCMouseListenerImpl.java
M webclient/classes_spec/org/mozilla/webclient/wrapper_native/WindowControlImpl.java


This fix changes the name of the Assert.assert methd to Assert.assert_it
in all the Blackwood modules which use this Assertion facility from
java/util. This is necessary for getting Blackwood to work with JDK1.4
since assert is a keyword in JDK1.4 onwards.
2001-05-29 18:36:13 +00:00