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

47569 Коммитов

Автор SHA1 Сообщение Дата
waterson%netscape.com 79556e2008 Fix incorrect use of dont_QueryInterface() in PreHandleEvent() that was leaking. 1999-11-29 22:47:39 +00:00
tbogard%aol.net dbb4e575f9 Added nsIScriptContextOwner.idl to the list of IDL files to build. Removed nsIScriptContextOwner.h from the list of export header files. r=vidur. 1999-11-29 22:44:28 +00:00
pnunn%netscape.com c133f8ae67 fix for bug#19394. pnunn. (a PDT bug). review:neeti@netscape.com
Added code for ImageRequest in error condition (abort).
Note that testcase only seems to trigger abort condition on
wintel.
1999-11-29 22:43:45 +00:00
tbogard%aol.net c54b48ce20 Changed the UUID back to the one that nsIScriptContextOwner had in the .h file. 1999-11-29 22:42:07 +00:00
pinkerton%netscape.com ad4a38b0d2 eat drag gesture events for now. r=saari 1999-11-29 22:35:35 +00:00
syd%netscape.com ce0c4e4d6a Generate Postscript translate for top margin. r=dcone 1999-11-29 22:33:58 +00:00
akkana%netscape.com aba147d905 19515: fix a XIF DTD problem where text nodes with names corresponding
to XIF node names didn't make it into the output.  Fix from rick, r=me.
Also, a temp fix to the html output sink to get around bug 20246,
and a couple of test case tweaks.
1999-11-29 22:33:32 +00:00
tbogard%aol.net ec36c2ff05 First cut at putting nsIScriptContextOwner interface into idl. (Not connected to the build yet.) 1999-11-29 22:32:58 +00:00
rginda%netscape.com 66dc2f9905 Changes to make list selection page work correctly on windows platform. 1999-11-29 22:31:45 +00:00
sspitzer%netscape.com 6a51426194 fixed by ducarroz. r=sspitzer 1999-11-29 22:28:40 +00:00
tbogard%aol.net 8807823e53 Adding DocShell to the build. r= pavlov 1999-11-29 22:22:20 +00:00
tbogard%aol.net 9304bc8eda Adding docshell to the build. 1999-11-29 22:21:36 +00:00
putterman%netscape.com 21a3dd8681 Fixes 13073. reviewed by hyatt. 1999-11-29 22:17:12 +00:00
valeski%netscape.com 70e6082366 comment changes for javadoc 1999-11-29 22:17:11 +00:00
valeski%netscape.com b82de3adef r=warren. the return val from the progress sink was getting in the way of the socket transport state machine, now it's just being ingonored. 1999-11-29 22:16:21 +00:00
hyatt%netscape.com 7ab98f7f26 Adding RemoveStyleSheet to nsIDocument (needed for skins). r=waterson 1999-11-29 22:15:07 +00:00
valeski%netscape.com 469bced3f6 r=vidur. 18889. PNG images weren't being registered (x-png that is) for viewing by layout, now they are 1999-11-29 22:14:32 +00:00
tbogard%aol.net 692943a50b A couple of changes to get building on Unix. Thanks to andreas.otte@primus-online.de for the patch. 1999-11-29 22:12:28 +00:00
rogerl%netscape.com aa8912475e r=norris
Moved 'ok' to MatchState. Re-wrote matchGreedyKid to reduce stack
usage and allow succesful completion to propagate out. #9141
1999-11-29 22:06:22 +00:00
dp%netscape.com e456544de3 Delinking nsCookieHTTPNotify and cookie internal apis. Now the
nsCookieHTTPNotify calls the cookie api using the cookieservice. This
gets us to removing the nsCookieHTTPNotify off the cookie dll into
apprunner which would cause a delayed on demand load of the cookie
dll. r=neeti@netscape.com
1999-11-29 22:02:20 +00:00
warren%netscape.com 01476ce3f7 Removed date/time because win95 behaves differently. 1999-11-29 22:02:07 +00:00
tbogard%aol.net 6d578fca19 Changes to get DocShell building again with URILoader changes. 1999-11-29 22:00:35 +00:00
hangas%netscape.com be1b60400d Fix for 18018, mail prefs messed up. r=davidm 1999-11-29 21:38:32 +00:00
Jerry.Kirk%Nexwarecorp.com 9974c09f4e Added debug code to try and track down extra draws..
r=kedl
1999-11-29 21:37:43 +00:00
Jerry.Kirk%Nexwarecorp.com 59e1d2caa9 mWidth and mHeight were getting set to 0 instead of -1 which broke menus
r=kedl
1999-11-29 21:37:02 +00:00
pavlov%netscape.com 467df63664 build some files r=travis 1999-11-29 21:34:42 +00:00
fur%netscape.com 4981f629c1 Disable the temporary assertion for embedded NUL characters in nsString::Append(),
so that clients of nsString can make use of the changes that rickg added which
allow embedded NULs.  r: rickg
1999-11-29 21:32:53 +00:00
blizzard%redhat.com 7d61e2c568 code to prevent creating a window that is a child of an nsIWidget that has already been destroyed 1999-11-29 21:28:57 +00:00
waterson%netscape.com 96066ce400 Ooops. Fix 'component:' URI to have one slash, not two. 1999-11-29 21:28:46 +00:00
sspitzer%netscape.com e17346bdb8 ignore generated files 1999-11-29 21:20:30 +00:00
dbragg%netscape.com 3736c38867 Part of fixes for bug 17506. r=dougt 1999-11-29 21:19:06 +00:00
akkana%netscape.com 24d00a0b59 18714: make InsertAsQuotation methods leave the insert point after, and outside, the node that was inserted. r=rhp 1999-11-29 21:15:57 +00:00
brendan%mozilla.org f456ebcd59 Use nsAutoString for local strings (r=vidur@netscape.com). 1999-11-29 21:15:42 +00:00
danm%netscape.com 60ece7d3bb updated to match nsIWebShell interface change for travis@netscape.com 1999-11-29 21:15:32 +00:00
dbragg%netscape.com 3855f4a78a New confirm dialog for xpinstall. Fixes bug #17506. r=dougt 1999-11-29 21:14:49 +00:00
rods%netscape.com e9fbd27192 changes to make the XP wheel tracker code work for windows.
Code is from bryner@uiuc.edu, reviewed by self. I don't think there was a bug
but there should have been.
1999-11-29 21:14:43 +00:00
dbragg%netscape.com 5fb39ebc7f added the content directory. This should have been done a long time ago. Also fixes bug 17506. r=dougt 1999-11-29 21:13:14 +00:00
dbragg%netscape.com b8070edf63 New confirmation dialog for xpinstall. Fixes bug #17506. r=dougt 1999-11-29 21:11:26 +00:00
tbogard%aol.net b31903250e Changed GetDocumentLoaderObserver to return a ** instead of a *&. This is in sync with the nsIDocShell::GetDocumentLoaderObserver. r=pavlov 1999-11-29 21:09:47 +00:00
dp%netscape.com b7812f0747 - Removed IID defines
- Using GenericModule
1999-11-29 21:07:48 +00:00
mscott%netscape.com ba58eb014a Fix warning. 1999-11-29 21:06:49 +00:00
mscott%netscape.com e7db7b695c fix case sensitivity of include file 1999-11-29 21:03:41 +00:00
dp%netscape.com d76755831f NS_RELEASE if there isn't a global service manager 1999-11-29 21:02:51 +00:00
nhotta%netscape.com dfb97be9bf Change to pass empty string instead of null for setlocale, increased a local buffer size to hold larger locale name, bug 18338, r=tao. 1999-11-29 21:01:54 +00:00
mscott%netscape.com debf580a73 temporary tweak to doc loader to use private uri loader
with post data stream support if we are trying to load
a url that has a post data stream.
r=travis
1999-11-29 21:01:15 +00:00
mscott%netscape.com 5c41a093ed changes to support private post stream data interface.
changes to support aWindowContext parameter and to remove
the content listener and progress sink as arguments. Instead,
use an interface requestor on the window context to get these.
I was also able to take out the capabilities class as well.
r=travis
1999-11-29 21:00:52 +00:00
mscott%netscape.com 2f9c200f1a add private interface for opening a url with post data
removed content listener and progress sink interfaces from
OpenURI and friends. Instead, pass in a nsISupports window
context. We can use the requestor interface to ask the
window context for the content listener and progress sink.
This reduced the number of arguments to OpenURI by one.
And eventually we'll query the window context for a
docshell / webshell interface which we could pass around.
r=travis
1999-11-29 21:00:14 +00:00
bienvenu%netscape.com 5a76d4c33c remove newline, fix 19128 spurious n in error msg 1999-11-29 20:57:29 +00:00
waterson%netscape.com 7e03717d55 Bug 20147. Make sure to correctly scope 'parent' when creating script objects. XUL document's parent is the window; XUL element's parent is the document. r=brendan 1999-11-29 20:53:40 +00:00
brendan%mozilla.org 63f8bf1ffe Fix refcnt underflow bug, defend against null myObj (r=vidur@netscape.com). 1999-11-29 20:44:36 +00:00