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

70353 Коммитов

Автор SHA1 Сообщение Дата
jdunn%netscape.com db73c9ba7c changing C++ comments to C comments since for some reason
nscore.h is being included by intl/lwbrk/src/rulebrk.c &
modules/libpref/src/prefapi.c
r= scc@mozilla.org & brendan@mozilla.org
2000-09-13 12:22:17 +00:00
jdunn%netscape.com fbf1607c62 Fix warning which requires a return value from functions
r= brendan@mozilla.org scc@mozilla.org
#= 52254
2000-09-13 11:29:18 +00:00
hewitt%netscape.com a7b2ff2b20 #46423 - modern skin splitters, r=nbhatla 2000-09-13 10:47:40 +00:00
nbhatla%netscape.com f7cd340c5f #46423 -> new modern skin. brand new widgets. r=hewitt. 2000-09-13 10:47:38 +00:00
nbhatla%netscape.com f638a4914b #46423 -> new modern skin. All new widgets. r=hewitt. 2000-09-13 10:46:20 +00:00
nbhatla%netscape.com 7b3ea15263 First Checked In. 2000-09-13 10:34:18 +00:00
hewitt%netscape.com bbd16238f2 #46613 - new colorpicker buttons in prefs, r=nbhatla 2000-09-13 10:15:11 +00:00
mcafee%netscape.com b848ebc39d Playing position games to get menus to show up in the right order (51418). 2000-09-13 09:38:02 +00:00
hewitt%netscape.com fd720252e0 #46015 - reload hotkeys, r=ben 2000-09-13 09:25:14 +00:00
hewitt%netscape.com b7f597d648 echo #42491 - cropping on long personal toolbar items, r=ben 2000-09-13 09:24:34 +00:00
hewitt%netscape.com dfff2020a3 #46423 - modern skin splitters, r=nbhatla 2000-09-13 09:24:16 +00:00
scc%mozilla.org 4d9d6238ee if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 09:06:37 +00:00
scc%mozilla.org 611710ba3b if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:59:22 +00:00
scc%mozilla.org b3aaba449f if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:49:05 +00:00
scc%mozilla.org e99ef64781 if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:41:49 +00:00
scc%mozilla.org 38e1cdde57 if you want a pointer to characters, you're going to have to |.get()| it 2000-09-13 08:21:04 +00:00
hewitt%netscape.com fdfd42fd79 #42491 - cropping on long personal toolbar items, r=ben 2000-09-13 08:05:57 +00:00
alecf%netscape.com dea3ea2d4e not part of build, just keeping up to date 2000-09-13 08:01:10 +00:00
scc%mozilla.org 9685340714 if you want a character pointer, you're going to have to |.get()| it 2000-09-13 07:55:09 +00:00
anthonyd%netscape.com 06846e3799 fixing slashes 2000-09-13 07:39:45 +00:00
cls%seawood.org c5d73cbec1 SunWS_cache is a dir 2000-09-13 07:36:37 +00:00
anthonyd%netscape.com 9238c40983 added a note for the unused unix directories r=ben 2000-09-13 07:35:26 +00:00
sfraser%netscape.com 01915b13d4 More work on 20743, the mac memory problems. Have an addition 64k buffer handle that gets purged when memory is low. r=scc 2000-09-13 07:19:35 +00:00
scc%mozilla.org 101b82c298 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:18:45 +00:00
scc%mozilla.org 5acad16fdf if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 07:11:08 +00:00
edburns%acm.org 61f79884f1 a=brendan,av
r=av
bug=50811

This bug fix was suggested by Stanley Ho <stanley.ho@eng.sun.com>.

Stanley proposed we overload the meaning of the nsIPluginStreamListener
argument to nsIPluginManager::{GetURL,PostURL}() so that it also may
implement an interface for reading headers.  Thus, the browser could QI
the plugin's nsIPluginStreamListener instance to this headers reading
interface and send the plugin the headers from the response.

I have implemented Stanley's above proposal.  I have defined a new
interface, nsIHTTPHeaderListener.idl with one method:

  /**

   * Called for each HTTP Response header.

   * NOTE: You must copy the values of the params.

   */

  void newResponseHeader(in string headerName, in string headerValue);

To affect this fix, I have added a new private method

nsPluginStreamListenerPeer::
ReadHeadersFromChannelAndPostToListener(nsIHTTPChannel *httpChannel,
                                        nsIHTTPHeaderListener *listener)

Then, modified nsPluginStreamListenerPeer::OnDataAvailable() to call
this method BEFORE reading the content data.  However, this fix makes
two important assumptions I would like to check out:

   * Assumption

   * By the time nsPluginStreamListenerPeer::OnDataAvailable() gets
   * called, all the headers have been read.

       * Assumption:

       * The return value from nsIHTTPHeader->{GetFieldName,GetValue}()
       * must be freed.

The following files are included in this fix:

A modules/plugin/public/nsIHTTPHeaderListener.idl
A modules/plugin/public/makefile.win
A modules/plugin/public/Makefile.in
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
2000-09-13 07:09:38 +00:00
mcafee%netscape.com 0379e79600 Address Book gets ctrl+5 accelarator (51418). r=lake 2000-09-13 07:09:06 +00:00
edburns%acm.org b090a933d7 a=brendan,av
r=av
bug=50811

Should include "nsISupports.idl" not "nsPluginDefs.idl".
2000-09-13 07:07:18 +00:00
sfraser%netscape.com 4af1765061 Part of the fix for 20743, add flag to tell us if a drawing surface is short-lived, so we can allocate in temp mem (on Mac). r=pavlov 2000-09-13 07:02:30 +00:00
anthonyd%netscape.com b845eb1698 fixing the slashes 2000-09-13 06:50:19 +00:00
scc%mozilla.org c115faa444 bug #50811, a=brendan, on behalf of edburns@sun.com 2000-09-13 06:45:33 +00:00
mcgreer%netscape.com e130c0a252 fixes RFE from bug 49316 (will test on NT before verifying) 2000-09-13 06:43:52 +00:00
scc%mozilla.org 8d8479273b if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 06:42:24 +00:00
edburns%acm.org a96a90e3d9 a=brendan,av
r=av
bug=50811

This bug fix was suggested by Stanley Ho <stanley.ho@eng.sun.com>.

Stanley proposed we overload the meaning of the nsIPluginStreamListener
argument to nsIPluginManager::{GetURL,PostURL}() so that it also may
implement an interface for reading headers.  Thus, the browser could QI
the plugin's nsIPluginStreamListener instance to this headers reading
interface and send the plugin the headers from the response.

I have implemented Stanley's above proposal.  I have defined a new
interface, nsIHTTPHeaderListener.idl with one method:

  /**

   * Called for each HTTP Response header.

   * NOTE: You must copy the values of the params.

   */

  void newResponseHeader(in string headerName, in string headerValue);

To affect this fix, I have added a new private method

nsPluginStreamListenerPeer::
ReadHeadersFromChannelAndPostToListener(nsIHTTPChannel *httpChannel,
                                        nsIHTTPHeaderListener *listener)

Then, modified nsPluginStreamListenerPeer::OnDataAvailable() to call
this method BEFORE reading the content data.  However, this fix makes
two important assumptions I would like to check out:

   * Assumption

   * By the time nsPluginStreamListenerPeer::OnDataAvailable() gets
   * called, all the headers have been read.

       * Assumption:

       * The return value from nsIHTTPHeader->{GetFieldName,GetValue}()
       * must be freed.

The following files are included in this fix:

A modules/plugin/public/nsIHTTPHeaderListener.idl
A modules/plugin/public/makefile.win
A modules/plugin/public/Makefile.in
M modules/plugin/nglsrc/nsPluginHostImpl.cpp
2000-09-13 06:40:57 +00:00
scc%mozilla.org d869a44c70 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 06:22:27 +00:00
mcgreer%netscape.com 3e3eee6676 attempt to fix bug 51882 (sig data w/ no signer infos) 2000-09-13 06:15:13 +00:00
rpotts%netscape.com 580046560f bug #21095. First pass at a simple about:cache implementation... 2000-09-13 06:10:03 +00:00
rpotts%netscape.com e11ee74882 Keep the cache size correct when deleting cache entries. 2000-09-13 06:05:06 +00:00
ssu%netscape.com 47d0c2501a fixing bug #52347 - installer build script needs to be updated to calculate disk space size correctly given the new chrome archives. r=sgehani. Not part of tinderbox builds. Would only affect windows platforms. 2000-09-13 05:39:19 +00:00
ssu%netscape.com 222dfae906 fixing bug #51928 - Disk space check doesn't return you to dir selection dialog.
and another fix that helps with fixing bugscape bug #2069 - Need appropriate strings for new UI dialogs.
r=sgehani.

affects only windows platforms.
2000-09-13 05:35:13 +00:00
ssu%netscape.com 4a9e6bd82d cleaned up some error checking code. Not part of any build system. It's my personal test build script. 2000-09-13 05:30:10 +00:00
scc%mozilla.org 7b39beb410 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 05:12:13 +00:00
scc%mozilla.org 778fade416 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 05:04:09 +00:00
scc%mozilla.org 6621beac0d if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 04:59:07 +00:00
scc%mozilla.org 70ad30814f if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 04:50:55 +00:00
scc%mozilla.org cfbee28623 if you want a pointer to the characters, your going to have to |.get()| it 2000-09-13 04:47:36 +00:00
morse%netscape.com 8e6302d6d0 bug 52026, crash when remembering cookie decisions, r=dveditz 2000-09-13 04:23:52 +00:00
mozilla.BenB%bucksch.org 26c2aa1f9c 44552: Finetune "Intelligent Send":
- Ignore <div>s and <span>s without |style| attribute
- Honor pref for outputting structs
- Recognize elements inserted by our own recognizer (might be in a quote)
- Compress |if|s
- Increase perf by reordering (check #text, br etc. first)
52042: "Escape" classes inserted by us by prepending "moz-"
r=ducarroz, a=alecf
2000-09-13 03:47:17 +00:00
scc%mozilla.org a2b86d5574 adding |.get()| for the other half of |NS_LITERAL_STRING| 2000-09-13 03:44:58 +00:00
scc%mozilla.org 33ce8dfdb9 if you want a pointer to the characters, you're going to have to |.get()| it 2000-09-13 03:24:57 +00:00