mscott%netscape.com
ef72a6f5f0
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
tweaks to make doc loader observer scriptable
tweaks to make doc loader observer scriptable
r=travis
git-svn-id: svn://10.0.0.236/trunk@59167 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:08:05 +00:00
mscott%netscape.com
f8bf431fc8
remove doc loader service reference.
...
tweaks to make doc loader observer scriptable
r=travis
git-svn-id: svn://10.0.0.236/trunk@59166 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:07:32 +00:00
mscott%netscape.com
96b07d7a53
remove doc loader from thebuild
...
git-svn-id: svn://10.0.0.236/trunk@59165 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:06:45 +00:00
mscott%netscape.com
72e7d00815
for loading a url, call directly into the uri loader instead of
...
going through the doc loader
retrofitting for moving docloader into the uriloader
Bug #21173 --> if the channel has been retargeted, set the focuson ourself.
Bug #21728 --> only call DoLoadURl if the url was redirected to us.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59164 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:06:25 +00:00
mscott%netscape.com
1c48dae33b
remove files that are moving to the uri loader as idl files.
...
git-svn-id: svn://10.0.0.236/trunk@59163 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:05:43 +00:00
mscott%netscape.com
0ed6878663
remove these files from the build.
...
They are being re-added to the uri loader as idl files.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59162 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:05:22 +00:00
mscott%netscape.com
c155b4390b
Remove nsIDocumentloader, nsIDocumentLoaderObserver from the builds. These files are now
...
in the uriloader
r=travis
git-svn-id: svn://10.0.0.236/trunk@59161 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:04:35 +00:00
mscott%netscape.com
32a5b8396c
build nsdocLoader
...
git-svn-id: svn://10.0.0.236/trunk@59160 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:03:01 +00:00
mscott%netscape.com
73f723ed77
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
add get content listener parent and load cookie attributes to nsIURIContentListener
Bug #21173 --> set the redirected flag on the channel if we are going to redirect the url. Add load cookie
support.
build nsDocLoader in the uriloader.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59159 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 06:02:36 +00:00
mscott%netscape.com
41687a83d7
fix the mac breakage.
...
git-svn-id: svn://10.0.0.236/trunk@59158 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 05:09:32 +00:00
mscott%netscape.com
6546f8bef8
need ability to write load attrib flags on input stream channel as part of the refactoring of the doc loader
...
into the uri loader
r=travis
git-svn-id: svn://10.0.0.236/trunk@59157 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 05:05:38 +00:00
mscott%netscape.com
5ec705b582
Bug #21173 --> Add a document uri retargeted flag. This flag is set when the uri loader retargets the output
...
of the channel to another content window.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59156 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 05:03:58 +00:00
jband%netscape.com
f41619667d
trivial rename of local var in test to fix shadow warning
...
git-svn-id: svn://10.0.0.236/trunk@59155 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:53:22 +00:00
mscott%netscape.com
19fd67c1b6
(NOT Part of the build yet!!)
...
Refacting of doc loader into the uri loader
r=travis
git-svn-id: svn://10.0.0.236/trunk@59154 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:41:04 +00:00
mscott%netscape.com
4ce527e0ed
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
This header file containst the remanents of stuff that was in nsIDocumentLoader but wasn't really
part of nsIDocumentLoader the interface.
r=travis
(not part of the build yet)
git-svn-id: svn://10.0.0.236/trunk@59153 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:27:32 +00:00
mscott%netscape.com
261feca219
Part of docshell/webshell landing prep work. The doc loader is being re-factored into the uri loader.
...
These files aren't part of the build yet.
r=travis
git-svn-id: svn://10.0.0.236/trunk@59152 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:26:29 +00:00
sdagley%netscape.com
10468e8a31
Fixing Mac build bustage. For some unknown @#$%^ reason strdup was defined in the LibjarPrefix headers which was generally a bad idea. Moved the code to an #ifdef XP_MAC block in nsZipArchive.cpp so libjar.mcp _and_ MIW.mcp project build again. Why this ever worked I don't know, I just hacked at it until I could get it building again cause it's Friday night and I wanna go home. r=mstoltz
...
git-svn-id: svn://10.0.0.236/trunk@59151 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:16:36 +00:00
saari%netscape.com
8b71d64469
Fix for bug 22264. r=hyatt
...
git-svn-id: svn://10.0.0.236/trunk@59150 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 04:05:03 +00:00
saari%netscape.com
8560c315af
Fix for bug 25582. r=pinkerton
...
git-svn-id: svn://10.0.0.236/trunk@59149 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 03:58:47 +00:00
mstoltz%netscape.com
a54c2d94fa
Fixing Mac breakage caused by extraneous newlines.
...
git-svn-id: svn://10.0.0.236/trunk@59148 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 03:24:30 +00:00
michael.lowe%bigfoot.com
4b5cb1e998
Repositioning offline menu item in browser (bug 24044)
...
git-svn-id: svn://10.0.0.236/trunk@59147 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 02:52:36 +00:00
slamm%netscape.com
8dc6dbc30a
Remove calls to list.extend(list2) to make this compatible with python 1.5.1.
...
git-svn-id: svn://10.0.0.236/trunk@59146 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 02:04:43 +00:00
mscott%netscape.com
edb1094930
fix mac breakage for sspitzer...export nsIPrompt.idl
...
git-svn-id: svn://10.0.0.236/trunk@59145 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 01:48:40 +00:00
mscott%netscape.com
81e9d6e6d8
Fix mac build breakage.
...
git-svn-id: svn://10.0.0.236/trunk@59144 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 01:18:15 +00:00
cmanske%netscape.com
d816fbb564
Changed IDs for colorpicker popups so they work in message composer. r=danm
...
git-svn-id: svn://10.0.0.236/trunk@59143 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 01:00:08 +00:00
sspitzer%netscape.com
820e7db23b
turn nsIWalletService.h into nsIWalletService.idl r=morse
...
git-svn-id: svn://10.0.0.236/trunk@59142 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:52:55 +00:00
sspitzer%netscape.com
6331dbb3de
added files: mozilla/extensions/wallet/public/nsIPasswordSink.idl, mozilla/extensions/wallet/public/nsIKeyedStreamGenerator.idl, mozilla/extensions/wallet/public/nsIWalletService.idl
...
git-svn-id: svn://10.0.0.236/trunk@59141 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:52:28 +00:00
mscott%netscape.com
d17990cd92
remove mailboxMessage protocol and use mailbox
...
r=alecf
git-svn-id: svn://10.0.0.236/trunk@59140 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:48:48 +00:00
mscott%netscape.com
9c20708126
add support for local string bundle service
...
remove all traces of mailboxMessage protocol
r=alecf
git-svn-id: svn://10.0.0.236/trunk@59139 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:48:27 +00:00
mscott%netscape.com
68a6ed9754
Bug #13405 --> use local string bundle service
...
r=alecf
git-svn-id: svn://10.0.0.236/trunk@59138 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:47:49 +00:00
troy%netscape.com
9866fd9793
b=25223. Block code now does a better job of determing where the floater
...
should go before reflowing it
git-svn-id: svn://10.0.0.236/trunk@59137 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:47:33 +00:00
mscott%netscape.com
088778a04f
Bug #13405 create a cache for the local string bundle
...
git-svn-id: svn://10.0.0.236/trunk@59136 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:47:15 +00:00
vidur%netscape.com
df9d1ddacd
Fix for bugs 20485 and 24600. We no longer flush immediately in the content sink when we hit a script element. Instead the sink is a document observer and listens for BeginUpdate/EndUpdate notifications when evaluating a script and flushes only if necessary. Added BeginUpdate/EndUpdate notifications to nsIDocument and layout content (note that it's still necessary for XUL content). r=nisheeth,pollmann
...
git-svn-id: svn://10.0.0.236/trunk@59135 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:34:07 +00:00
troy%netscape.com
f06fedd7c3
b=22692 Changed RemoveFloater() to return PR_FALSE if the floater is
...
associated with that line
git-svn-id: svn://10.0.0.236/trunk@59134 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:17:04 +00:00
mstoltz%netscape.com
d4d5e38b63
nsJARChannel now gets its owner from the underlying nsJAR, for the correct security level. bug=7270 r=norris
...
git-svn-id: svn://10.0.0.236/trunk@59133 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:06:15 +00:00
mstoltz%netscape.com
cbd5ead858
Implementation of JAR manifest parser, part of signature verification for signed scripts. bug=7270 r=norris
...
git-svn-id: svn://10.0.0.236/trunk@59132 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:03:57 +00:00
dougt%netscape.com
0bf3bafe38
Changing IsContainedIn to contains. Reverting to prior version.
...
git-svn-id: svn://10.0.0.236/trunk@59131 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-29 00:00:21 +00:00
tonyr%fbdesigns.com
9660aa5d57
Update the progress status to never return < 5 so it looks like we're always doing something!
...
git-svn-id: svn://10.0.0.236/trunk@59130 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:56:45 +00:00
dougt%netscape.com
2099aed8f0
Renaming IsContainedIn to contains()
...
git-svn-id: svn://10.0.0.236/trunk@59129 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:54:26 +00:00
dougt%netscape.com
717daf4b42
Renaming IsContainedIn to contains. Fixing implementation on unix.
...
git-svn-id: svn://10.0.0.236/trunk@59128 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:53:59 +00:00
pavlov%netscape.com
f2c584e597
fix the caret blinking bug on linux and remove an extra call to things that don't need to be called r=mcafee
...
git-svn-id: svn://10.0.0.236/trunk@59127 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:52:28 +00:00
tonyr%fbdesigns.com
a6f3efddbe
Added the rest of the address book fields to the import
...
git-svn-id: svn://10.0.0.236/trunk@59126 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:51:39 +00:00
dougt%netscape.com
4d98215217
changing flags from DEBUG_dougt to DEBUG_xpcom_proxy.
...
r=dveditz
git-svn-id: svn://10.0.0.236/trunk@59125 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:51:00 +00:00
tonyr%fbdesigns.com
d89e3e08a4
Updated the tree in the fieldMap UI to work properly
...
git-svn-id: svn://10.0.0.236/trunk@59124 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:50:40 +00:00
tonyr%fbdesigns.com
544d328d57
Added progress information to text import
...
git-svn-id: svn://10.0.0.236/trunk@59123 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:49:50 +00:00
chuang%netscape.com
e9abd341ba
Bug 10870 Drag and Drop of Messages, r=putterman
...
git-svn-id: svn://10.0.0.236/trunk@59122 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:49:49 +00:00
mscott%netscape.com
944b9f4088
export nsIMsgStringService.idl
...
git-svn-id: svn://10.0.0.236/trunk@59121 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:49:33 +00:00
mscott%netscape.com
0f70b9c2eb
Export nsIMsgStringService.idl
...
git-svn-id: svn://10.0.0.236/trunk@59120 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:48:23 +00:00
mscott%netscape.com
b0450251a3
export nsIMsgStringservice.idl
...
git-svn-id: svn://10.0.0.236/trunk@59119 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:47:25 +00:00
mscott%netscape.com
0568fbc829
Bug #13405 --> add an interface to represent a mailnews string bundle (this allows us to cache the bundles
...
easily)
r=alecf
git-svn-id: svn://10.0.0.236/trunk@59118 18797224-902f-48f8-a5cc-f745e15eee43
2000-01-28 23:45:33 +00:00