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

80478 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 1049a51a5e 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 83d8fc6238 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 dcb19f44ab 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 da8ac2a302 fix build bustage. 2001-04-16 15:53:23 +00:00
neeti%netscape.com 62ef437c8e 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 5816b4b59c bug 59280 - better splitting of row groups/rows with rowspans. r=dcone. 2001-04-16 14:51:52 +00:00
scc%mozilla.org 42a12c4a77 [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 064b6b9275 r=kmmclusk sr=attinasi b=62245. clamp the border size. 2001-04-16 13:14:40 +00:00
cls%seawood.org 83c8439d4f Add security/nss/Makefile to STATIC_MAKEFILES 2001-04-16 10:48:48 +00:00
leaf%mozilla.org 814c23fb3e Automated update 2001-04-16 10:30:03 +00:00
cls%seawood.org c29da21460 Use C++ compiler when doing gnu_get_libc_version() check 2001-04-16 10:25:22 +00:00
gagan%netscape.com e2f24abfba 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 baa5241a1d 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 3c6fd19b54 adding some additional error checking r=saari sr=hyatt 2001-04-16 09:17:59 +00:00
brendan%mozilla.org 136e6b9ac5 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 23ceb92dbe Test for nsDiskCacheBlockFile.cpp [not part of build]. 2001-04-16 08:37:47 +00:00
pollmann%netscape.com 3fe70eac5d 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 91932eae31 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 48f16be52d 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 050483df50 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 c5d5aae05b Move MOZ_NSS_AUTOCONF test *after* including autoconf.mk. r=cls. 2001-04-16 00:50:16 +00:00
karnaze%netscape.com cad073eb92 bug 60807 - revised patch to handle 2 regression test cases. 2001-04-15 20:49:09 +00:00
dveditz%netscape.com 8aafd68dc6 bug 75847 (form submit fails when psm2 installed) 2001-04-15 18:32:55 +00:00
karnaze%netscape.com 59d86fa19d 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 669167f107 remove ifdeffed out code for cacheless view no bug needed sr=sspitzer 2001-04-15 16:52:42 +00:00
pinkerton%netscape.com 5b43addbe1 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 6c2e7aaea6 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 6b7360f5fb fixing scaling problem r=saari, sr=hyatt 2001-04-15 05:15:48 +00:00
pinkerton%netscape.com 46d4ec788e tweaks to build under macosx. r=saari/sr=hyatt. bug#75653. 2001-04-15 04:58:22 +00:00
pinkerton%netscape.com 8bdc78c49a use nsLocalFileMac.h for osx. r=saari, sr=hyatt bug#75653 2001-04-15 04:10:12 +00:00
bryner%uiuc.edu 41642aade0 Removing unnecessary #include. 2001-04-15 03:56:10 +00:00
pavlov%netscape.com 4af9294640 fixing bug 75185 r=brendan sr=attinasi 2001-04-15 02:13:49 +00:00
pinkerton%netscape.com dde94bfa71 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 ef7cd54754 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 b30081fe75 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 42db214d0b Windows.h --> MacWindows.h r=saari/sr=hyatt. bug# 75653. 2001-04-15 00:45:26 +00:00
dbaron%fas.harvard.edu 8104b84a2d Removing carriage returns (^M) to fix build bustage on cement tinderbox (IRIX). 2001-04-15 00:20:44 +00:00
dbaron%fas.harvard.edu 67e102671b 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 00781c8cbf checking in irc library updates described in 74164
chatzilla only, r=ssieb
2001-04-15 00:04:32 +00:00
blakeross%telocity.com 6d18b94582 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 dde7ed9173 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 162e4b1f50 Fix MOZ_TRACK_MODULE_DEPS (senna tinderbox) bustage by adding windowwatcher to REQUIRES. 2001-04-14 23:04:15 +00:00
bryner%uiuc.edu 95ad17ebad Oops, need locale in here too (MOZ_TRACK_MODULE_DEPS bustage) 2001-04-14 22:53:33 +00:00
bryner%uiuc.edu 270bbed52b Fixing MOZ_TRACK_MODULE_DEPS bustage (and bringing to light more of our sad dependency story). 2001-04-14 22:48:10 +00:00
dougt%netscape.com 2e9c3e669e NotPartOfBuild - This is only a test of CVS 2001-04-14 22:39:57 +00:00
dougt%netscape.com f06af5fa96 NotPartOfBuild. 2001-04-14 22:38:46 +00:00
dougt%netscape.com f4521603df removing ^M 2001-04-14 22:37:39 +00:00
bbaetz%cs.mcgill.ca 671192f7d3 Bug 70267 - implement gopher searches
r=dougt, sr=darin
2001-04-14 22:09:59 +00:00
bbaetz%cs.mcgill.ca 80234a6c51 bug 70529 - tidy up protocol-specific code in the dirviewer
r=jag, sr=waterson
2001-04-14 22:08:35 +00:00
dbaron%fas.harvard.edu aaeeb07a84 Fix page cycler (and tinderbox orange). r=disttsc@bart.nl 2001-04-14 21:41:15 +00:00