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

80552 Коммитов

Автор SHA1 Сообщение Дата
pchen%netscape.com 2c58e0142a bug 49758, r=alecf, sr=sfraser, added string for external protocol not handled on mac error dialog 2001-04-16 20:17:02 +00:00
pchen%netscape.com 1624c3a8ac bug 49758, r=alecf, sr=sfraser, implement hasProtocolHandler method which calls Internet Config to look for protocol handler. Returns NS_ERROR_NOT_AVAILABLE if the app signature of the protocol handler is the same as the running application utilizing this code 2001-04-16 20:16:51 +00:00
pchen%netscape.com 5739a1c18e bug 49758, r=alecf, sr=sfraser, fix protocal misspelling 2001-04-16 20:16:49 +00:00
pchen%netscape.com bb513f39f4 bug 49758, r=alecf, sr=sfraser, implement nsOSHelperAppService::ExternalProtocolHandlerExists() and implement nsOSHelperAppService::LoadURL() for mac 2001-04-16 20:16:41 +00:00
ccarlen%netscape.com f1b7600dc5 Bug 66334 - Checking in Mac projects for chak@netscape.com. r=valeski@netscape.com, sr=rpotts@netscape.com 2001-04-16 20:15:08 +00:00
varada%netscape.com 0712752de9 fix for bug#73672;Msgpane collapse not reloading messages;r=putterman;sr=mscott; 2001-04-16 20:08:13 +00:00
javi%netscape.com 7e2698e1e7 Fix for Bug 76141.
Don't hardcode the width and height attributes.  Causes the
  text at bottom of window to not show up on some displays.
2001-04-16 20:02:36 +00:00
chak%netscape.com 69c02d8e7b Fix for bug#66334 - Viewsource needs to be a protocol handler
r=valeski,sr=rpotts
Not part of the build yet(pending some mac changes by ccarlen)
2001-04-16 20:00:20 +00:00
dougt%netscape.com 45d8a3f0f0 Fixes bug 64686. Simple impl of ReadSegments. r=gagan@netscape.com, sr=darin@netscape.com. 2001-04-16 19:59:36 +00:00
darin%netscape.com 0a83d6b079 Fixes bug 76064 "nsSocketBOS::Write does not initialize return value"
patch=rginda, sr=darin
2001-04-16 19:57:38 +00:00
nboyd%atg.com 39f51f6c80 Subject:
Rhino: patch for IdScriptable.java and question about useDynamicScope
        Date:
             Mon, 16 Apr 2001 17:55:19 +0200
       From:
             Igor Bukanov <igor.bukanov@windriver.com>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




Hi, Norris!

Here is a patch to IdScriptable.java that fixes sealed semantic and
makes Something.prototype.constructor to behave just as having DONTENUM
attribute, not DONTENUM|READONLY|PERMANENT. It also renames
seal_function to sealFunctions.

I also have a following question. I added nextInstanceCheck to
IdScriptable.java and its usage in realThis in NativeDate to emulate
code from FunctionObject where it looks up prototype in search for
NativeSomething instance if useDynamicScope is true. But could you
describe why it is necessary? I can understand why doing something like

var proto = new Date();
function Test() { }
Test.prototype = proto;
var test = new Test();
print(test.getDay()); // same as proto.getDay()

would be useful in ceratain situations, but what it has to do with
shared scopes?

Regards, Igor
2001-04-16 19:29:48 +00:00
karnaze%netscape.com eebb386227 fix build bustage. 2001-04-16 15:53:23 +00:00
neeti%netscape.com 275dfd3fc6 checking in patch for bug 58034 - Accept-Language header needs q values. r=neeti, sr=darin 2001-04-16 14:56:21 +00:00
karnaze%netscape.com ce8ef82ad1 bug 59280 - better splitting of row groups/rows with rowspans. r=dcone. 2001-04-16 14:51:52 +00:00
scc%mozilla.org 9a8e0d5e22 [documentation], _never_ part of a build. Checking in as I add more FAQs. I've added all my email replies to string questions from the last year, with significant formatting so they are readable. They will be edited to become FAQs. 2001-04-16 14:33:27 +00:00
dcone%netscape.com 858044937b r=kmmclusk sr=attinasi b=62245. clamp the border size. 2001-04-16 13:14:40 +00:00
cls%seawood.org 75339cfc51 Add security/nss/Makefile to STATIC_MAKEFILES 2001-04-16 10:48:48 +00:00
leaf%mozilla.org 1277cd5317 Automated update 2001-04-16 10:30:03 +00:00
cls%seawood.org c2de6d7458 Use C++ compiler when doing gnu_get_libc_version() check 2001-04-16 10:25:22 +00:00
gagan%netscape.com db95b02ecb Not part of the build yet. New files for bug 68086. Implemented a generic fat-free version for cases of about: that redirect to another URL. This will obsolete nsAboutCredits.*, mzAboutMozilla.*, and nsAboutPlugins.* 2001-04-16 10:07:56 +00:00
pavlov%netscape.com 1a74015ecf removing the request attribute from imgIDecoder since it was unused and pointless. r=saari sr=hyatt 2001-04-16 09:41:01 +00:00
pavlov%netscape.com dbb8d15bf9 adding some additional error checking r=saari sr=hyatt 2001-04-16 09:17:59 +00:00
brendan%mozilla.org 98515d2fed Dean Tessman's patch to fix a copy/paste Ctrl-instead-of-Meta error (55932, r=pink, sr=me). 2001-04-16 08:42:12 +00:00
gordon%netscape.com 7fd591fd71 Test for nsDiskCacheBlockFile.cpp [not part of build]. 2001-04-16 08:37:47 +00:00
pollmann%netscape.com 6e6edb6a25 Bug 64702: Fix crash on focus by adding null checks, and make form.submit call onsubmit handlers before submitting. r=rods@netscape.com, sr=jst@netscape.com 2001-04-16 06:36:45 +00:00
cls%seawood.org 3996f7d8f3 Start using the NSS_CLIENT_BRANCH instead of the NSS_AUTOCONF_BRANCH for psm2 builds. 2001-04-16 03:58:57 +00:00
tajima%eng.sun.com efb6e16901 bug 53990 - XIM: preedit problems at over-the-spot style. r=erik, sr=blizzard 2001-04-16 03:13:44 +00:00
cls%seawood.org 567226c35e Move AC_DEFINE outside of AC_CACHE check to fix problem of config-defs.h always being regenerated. 2001-04-16 02:29:39 +00:00
bryner%uiuc.edu e09e75b7d7 Move MOZ_NSS_AUTOCONF test *after* including autoconf.mk. r=cls. 2001-04-16 00:50:16 +00:00
karnaze%netscape.com 500776a6b7 bug 60807 - revised patch to handle 2 regression test cases. 2001-04-15 20:49:09 +00:00
dveditz%netscape.com d056e2fd73 bug 75847 (form submit fails when psm2 installed) 2001-04-15 18:32:55 +00:00
karnaze%netscape.com 57f7d9693e bug 60807 - reduce avail width by fixed widths when calculating colspan widths. sr=attinasi, r=bernd.mielke@snafu.de 2001-04-15 17:08:04 +00:00
bienvenu%netscape.com e4c92af3c5 remove ifdeffed out code for cacheless view no bug needed sr=sspitzer 2001-04-15 16:52:42 +00:00
pinkerton%netscape.com ed608f083c Removing some redundant libraries. They're already covered by configure.in and xpcom/build/Makefile.in r=cls, sr=hyatt. bug# 75653. 2001-04-15 07:15:15 +00:00
pinkerton%netscape.com dcdc112003 differences in the linker between MW and gcc cause us to use ifdefs to prune instead of dead-stripping. r=saari/sr=hyatt. bug# 75653. 2001-04-15 06:44:58 +00:00
pavlov%netscape.com b26ded6ea9 fixing scaling problem r=saari, sr=hyatt 2001-04-15 05:15:48 +00:00
pinkerton%netscape.com a052162cf9 tweaks to build under macosx. r=saari/sr=hyatt. bug#75653. 2001-04-15 04:58:22 +00:00
pinkerton%netscape.com c84a13a1b6 use nsLocalFileMac.h for osx. r=saari, sr=hyatt bug#75653 2001-04-15 04:10:12 +00:00
bryner%uiuc.edu 318485830b Removing unnecessary #include. 2001-04-15 03:56:10 +00:00
pavlov%netscape.com 4f028f9c98 fixing bug 75185 r=brendan sr=attinasi 2001-04-15 02:13:49 +00:00
pinkerton%netscape.com 2fa656fb4b Pull in IC if we're using the mac toolkit. r=saari/sr=hyatt. bug# 75653 2001-04-15 01:49:46 +00:00
pinkerton%netscape.com 48b1eadd1d another routine that isn't supported under Carbon. r=saari/sr=hyatt. bug# 75653 2001-04-15 01:19:51 +00:00
pinkerton%netscape.com b9f3bb8fc4 Errors.h->MacErrors.h, Types.h->MacTypes.h, r=saari/sr=hyatt. bug# 75653 2001-04-15 00:50:48 +00:00
pinkerton%netscape.com 0c5dc7f227 Windows.h --> MacWindows.h r=saari/sr=hyatt. bug# 75653. 2001-04-15 00:45:26 +00:00
dbaron%fas.harvard.edu 31f5e71e87 Removing carriage returns (^M) to fix build bustage on cement tinderbox (IRIX). 2001-04-15 00:20:44 +00:00
dbaron%fas.harvard.edu 96e1422d5e Backing out changes made by serge@netscape.com for bug 67879 because they include X11/xpm.h, which is not a standard part of X11 and therefore breaks builds on machines that don't have it, including the following tinderboxes: speedracer (on Seamonkey), messina, monkeypox, nebiros, palermo, and torino (on SeaMonkey-Ports). Fixes build bustage. 2001-04-15 00:15:35 +00:00
rginda%netscape.com 70c428108f checking in irc library updates described in 74164
chatzilla only, r=ssieb
2001-04-15 00:04:32 +00:00
blakeross%telocity.com 14b439d3d7 Classic scrollbars need to extend xpfe binding to inherit proper implementation (removes context menus on scrollbars in Classic, 27289). r=kerz sr=hewitt 2001-04-14 23:42:01 +00:00
sspitzer%netscape.com 895c2fff04 clean up my fix for #75942 to not give a JS error in the filter dialog.
(I forgot the search terms are shared.)  also make it so if you hit enter in
a search term and the search has started, it will stop it and and start a new one.
rename gButton to gSearchStopButton, since that is what it is.
sr=bienvenu
2001-04-14 23:08:00 +00:00
dbaron%fas.harvard.edu 33b7e5e884 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES. 2001-04-14 23:04:15 +00:00