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

85046 Коммитов

Автор SHA1 Сообщение Дата
blizzard%redhat.com 6a0cb82e96 bug #80146. make gtk tooltips in the embedding widget look nicer. patch from <timecop@network.email.ne.jp>. r=tor,sr=blizzard 2001-07-02 21:41:28 +00:00
bienvenu%netscape.com 3594d94c0c make copying an offline imap message copy the offline msg body while offline r=naving, sr=sspitzer 78809 2001-07-02 21:36:48 +00:00
cotter%netscape.com 8806a120bd help content update per b=85925, PDT approved, r=oeschger@netscape.com 2001-07-02 21:23:01 +00:00
sicking%bigfoot.com 08583e0f7a Make FilterExpr check type of ExprResult before casting to NodeSet. Also sort nodeset in document order before filtering.
Bug 88736. r=peterv, sr=jst
2001-07-02 21:12:21 +00:00
nhotta%netscape.com 90b0f8121e In SnarfAttachment, do not use the original file name if it contains '|', "nsmail-X.tmp" to be used instead,
this is needed because a filename contains '|' cannot be used for a temp filename although it's valid on japanese system,
bug 68993, r=varada,ducarroz, sr=bienvenu.
2001-07-02 21:08:04 +00:00
attinasi%netscape.com fe8639791d Added rule to indent nested DL elements. b=8749 r=liv@duke.edu sr=waterson 2001-07-02 21:04:45 +00:00
pschwartau%netscape.com c2c96e778a Initial add. 2001-07-02 20:43:49 +00:00
ssu%netscape.com cbe5b1552e fixing bug 88880 - Launching Setup via a CD autorun causes dll error. r=sgehani sr=syd. affects only windows platforms 2001-07-02 20:34:10 +00:00
sicking%bigfoot.com 72097272c3 Remove unused (and a few almost-unused) functions in the XPath classes.
Bug 88612. r=peterv, sr=jst
2001-07-02 20:11:05 +00:00
peterlubczynski%netscape.com 437caac594 Patch to fix case comparison problem mime types for plugins bug 87290 r=av sr=attinasi 2001-07-02 20:08:17 +00:00
blizzard%redhat.com 4517d2cbae bug #87534. multipart/mixed handler doesn't parse content-type handler properly. r=dougt, sr=darin 2001-07-02 19:35:48 +00:00
locka%iol.ie be3a8988bc Remove event queue destruction code from NS_TermEmbedding to prevent assertions later on. b=79181 r=rpotts@netscape.com sr=blizzard@mozilla.org 2001-07-02 19:23:40 +00:00
mscott%netscape.com 1bc17a97d8 If we don't have a file ext in the moz-icon url, fall back to using the content type if it
was specified.
r/sr=sspitzer
2001-07-02 19:12:12 +00:00
nboyd%atg.com 068d578d57 Subject:
Re: Bug in RhinoTip
 Resent-Date:
             Sat, 30 Jun 2001 11:45:38 -0700 (PDT)
 Resent-From:
             mozilla-jseng@mozilla.org
        Date:
             Sat, 30 Jun 2001 20:54:21 +0200
        From:
             Igor Bukanov <igor@icesoft.no>
 Organization:
             Wind River
          To:
             nboyd@atg.com
         CC:
             Christopher Oliver <coliver@mminternet.com>, mozilla-jseng@mozilla.org
  References:
             1




Christopher Oliver wrote:

> Hi,
>
> I noticed the following in today's rhinoTip:
>
> js> throw 100
> js: uncaught JavaScript exception: java.lang.Object@5d601f
>
> js> throw 200
> js: uncaught JavaScript exception: java.lang.Object@5d601f
>
> js> throw i = 100
> js: uncaught JavaScript exception: 100



The attached patch to omj/Interpreter.java fixes that: I forgot to check
for stack[stackTop] == DBL_MARK during throw when implemented
interpreter optimization to minimize number of created Double instances.

I think that example should go to the test suite in a form like:
try { throw 100; } catch (ex) { return ex == 100; }

Regards, Igor
2001-07-02 14:00:00 +00:00
nboyd%atg.com 902c5d3b27 In case of exceptions creating optimizer, just use interpreter. 2001-07-02 13:59:09 +00:00
nboyd%atg.com 95c5391739 More liberal rules for default value conversions for java objects. 2001-07-02 13:58:17 +00:00
nboyd%atg.com 57919785b7 Subject:
Bugfix to Rhino Debugger
        Date:
             Sat, 30 Jun 2001 06:09:44 -0700
       From:
             Christopher Oliver <coliver@mminternet.com>
 Organization:
             Primary Interface LLC
         To:
             nboyd@atg.com




Hi Norris,

Attached is a fix to a problem I encountered with the Rhino debugger.
Apparently some recent changes to the engine broke the debugger because
the debugger wasn't  acquiring a Context before making certain engine
calls like ScriptableObject.getIds().  You can see this by stepping
through the "enum.js" example and expanding the variable "elements".
The below exception trace will be printed on the debugger console.  The
attached file should fix this problem.

Chris

Subject:
             Another fix to VariableModel.java
        Date:
             Sat, 30 Jun 2001 07:33:51 -0700
       From:
             Christopher Oliver <coliver@mminternet.com>
 Organization:
             Primary Interface LLC
         To:
             nboyd@atg.com




Hi Norris,

I modified this file to always call Context.toString() to display a
variable's value in the the tree table.  Previously it only called it
for Scriptables and the toString() method of the object otherwise.  This
caused for example JavaScript "2" to be displayed as "2.0".

Chris
2001-07-02 13:55:20 +00:00
nboyd%atg.com 0ebd8bf7ad Updates from Christopher Oliver. 2001-07-02 13:50:23 +00:00
mkaply%us.ibm.com ec9b618803 Tab tricked me 2001-07-02 13:45:20 +00:00
mkaply%us.ibm.com f5d1af8ded No bug - OS/2 only - Banding across images 2001-07-02 13:22:54 +00:00
mkaply%us.ibm.com 6383108f84 OS/2 only - much better version of this Makefile that fixes EMX bustage 2001-07-02 13:02:41 +00:00
peterv%netscape.com 1ad85f2527 Warning fixes, part of bug 88623 (Clean up Transformiix code). r=sicking, sr=jst. 2001-07-02 09:24:58 +00:00
ben%netscape.com 805c369d33 [not part of build]
Browser client area prettiness when launched with blank page (draw a nice inset border)
2001-07-02 08:04:33 +00:00
ben%netscape.com 49588cd312 [Not part of build]
Make preferences dialog work (PrefPanel class for preference panel switching, loading of preferences, saving of preferences, initial Browser Display panel)
2001-07-02 07:07:08 +00:00
mstoltz%netscape.com 7caf537e2a Bug 88167 - javascript URLs should never inherit the system principal or a
signed/privileged principal. r=bbaetz, sr=jst.
2001-07-02 06:39:29 +00:00
rginda%netscape.com b226fc4365 - chatzilla only -
massive changes to add i18n support to chatzilla, see bug 27805, "ChatZilla needs i18n"
2001-07-02 04:36:29 +00:00
rginda%netscape.com 496783a5f6 - chatzilla only -
initial add of stringbundle for chatzilla, for bug 27805, "ChatZilla needs i18n"
2001-07-02 04:34:50 +00:00
ben%netscape.com 57eb4e31a6 bug 68985 - "Bookmark this link" in browser context menu does not show bookmark creation dialog. Function signature had changed and this call site was not updated. Add 'undefined'
parameter (for document character set) to ensure the correct function is called.
'undefined' works as the function being called assumes the character set of the focused
window in the case that the passed character set is undefined.
r=fabian, sr=blake.
2001-07-02 04:19:44 +00:00
ben%netscape.com 361fefa67b Fix for bug 84232 - Opening preferences dialog when one already exists (opened from another window) causes all changes made in the existing window to be lost.
Add windowtype attribute to preferences <window> element so that the window can be found using the window mediator.
Patch from jbetak@netscape.com based on my suggestion, r=dbaron, sr=myself.
2001-07-02 04:17:52 +00:00
ben%netscape.com 176023b31e Fix for bug 84232 - Opening preferences dialog when one already exists (opened from another window) causes all changes made in the existing window to be lost.
This change fixes the problem by looking for an existing preferences dialog using the window mediator, and focusing one if found. Otherwise, a new one is loaded.
Patch from jbetak@netscape.com based on my suggestion, r=dbaron, sr=myself.
2001-07-02 04:17:13 +00:00
leaf%mozilla.org 09a021e7f4 Automated update 2001-07-02 03:59:21 +00:00
mkaply%us.ibm.com 7dfef57416 #88742
r=cls
Enable ASM_SUFFIX in the build
2001-07-02 03:49:50 +00:00
mkaply%us.ibm.com 37f0614ee1 Remove OS/2 specific stuff that isn't needed anymore 2001-07-02 03:11:22 +00:00
cls%seawood.org 589a862e51 Renamed DEBUG_PRINTF to UCONV_DEBUG_PRINTF to avoid conflict in gfx/src/gtk that breaks some compilers (hpux).
Bug #78648
2001-07-02 01:17:30 +00:00
cls%seawood.org c3ad4e117a Wrap fprintfs in DEBUG ifdefs
Bug #78648 r=nhotta
2001-07-01 23:38:55 +00:00
gerv%gerv.net b07434e0b5 Add strikethrough to resolved bug numbers. Bug 79816. r=jake. 2001-07-01 20:17:28 +00:00
blizzard%redhat.com 9dbc75bd19 oops, left in an echo 2001-07-01 19:50:49 +00:00
blizzard%redhat.com 2ef6d49e47 properly handle relative and absolute path names in jvm paths 2001-07-01 19:38:53 +00:00
gerv%gerv.net a0cc8282f1 Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=jake. 2001-07-01 19:09:29 +00:00
gerv%gerv.net a8c87326aa Added Copy Email Address to plaintext mail linkified email addresses. Bug 88185. r=gemal, sr=blake. 2001-07-01 19:04:01 +00:00
wtc%netscape.com 446eba9539 Bugzilla bug 88535: backed out some of the changes made in the previous
checkin.  Modified files: configure configure.in
2001-07-01 18:02:46 +00:00
bernd.mielke%snafu.de 77be037166 Paint table background also in quirks mode. bug 46268, patch by fantasai@escape.com
r=bernd sr=attinasi
2001-07-01 16:40:56 +00:00
mkaply%us.ibm.com 70f7cce7da Os/2 TB break - Not sure why Javier said to remove this - still needed to build OS/2 non static 2001-07-01 15:24:06 +00:00
cls%seawood.org afece37288 Link mozjs before nspr for static irix build.
Thanks to John Mark Vandenberg <johnv@adacel.com.au> for the patch.
Bug #88288 r=cls
2001-07-01 15:02:27 +00:00
cls%seawood.org f422a4adb6 Fix for ProcessPendingEvents crash. Add event priority for BeOS
Thanks to Makoto Hamanaka <VYA04230@nifty.com> for the patch.
Bug #87337
2001-07-01 14:37:02 +00:00
leaf%mozilla.org 13af5b9af0 Automated update 2001-07-01 14:14:25 +00:00
mkaply%us.ibm.com 3db878b8fb OS/2 TB breakage - use new STATIC_LIB style 2001-07-01 14:00:43 +00:00
cls%seawood.org 52d7838acf Landing static build changes for OS2
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #85283 r=mkaply r=waterson
2001-07-01 12:11:13 +00:00
cls%seawood.org 3ec867b3e4 Removing unused/terminally broken configure options:
--disable-async-dns
--disable-build-xpfe
--disable-editor-api-log
2001-07-01 09:46:46 +00:00
cls%seawood.org f45a3d88e2 Removing checks for gdk-pixbuf
Bug #88504
2001-07-01 09:41:27 +00:00