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

92735 Коммитов

Автор SHA1 Сообщение Дата
jpierre%netscape.com cedf16bd3f Fix for 95264 - add more info in s/mime script 2001-11-21 21:37:12 +00:00
pschwartau%netscape.com 4c11f99336 Skipping another test with a large switch() statement 2001-11-21 21:34:25 +00:00
sonja.mirtitsch%sun.com 4c025624bd removed the before and after context grep as a workaround for 97209 2001-11-21 21:19:14 +00:00
pschwartau%netscape.com 9488f6acef Initial add. Regression test for bug 80981. 2001-11-21 21:17:31 +00:00
nelsonb%netscape.com 203546afac Change the behavior of the -list <module> option so that it doesn't stop
at the first error it encounters when looping through the slots, and so
that it displays the slot info even if it cannot get token info. 111075
2001-11-21 20:52:37 +00:00
justdave%syndicomm.com f363635a93 Fix for bug 99864: consistant use of "product" vs "program"
Patch by Josh Soref <timeless@mac.com>
r= dkl, justdave
2001-11-21 19:56:28 +00:00
sspitzer%netscape.com 2dedea72d7 fix for smoketest blocker bug #111242. menus not doing anything. patch by pink. 2001-11-21 19:40:17 +00:00
leaf%mozilla.org 50644759d8 Automated update 2001-11-21 19:13:03 +00:00
seawood%netscape.com 22f18d35fe Restoring STDC_HEADERS define for os/2 since the the standard autoconf test macro doesn't seem to work.
Fixing tinderbox bustage
2001-11-21 19:10:44 +00:00
dinglis%qnx.com 06cc8941ab -not part of build-
added NOTIFY flag to drawing region.
2001-11-21 18:53:23 +00:00
relyea%netscape.com 89d41ad9ef changes for PSM to compile against NSS shared libraries.
Move SSL and S/MIME to the new common MAPFILE usage
2001-11-21 18:00:28 +00:00
nboyd%atg.com 96902f6d18 Hi,
I'm working on a project which uses rhino. I wanted to have finer
control over class generation and saving so I've done some patching
and clean up on the current rhino tip.

The biggest change I've made is the replacement of ClassOutput with
ClassRepository that has the single method:

    public boolean storeClass(String className, byte[] classBytes,
                           boolean isTopLevel) throws IOException;

This interface allows any arbitary storage method, such as a
Hashtable/Map. In addition it also allows you to specify whether a
class should be loaded, via returning true or false.  You can still use
ClassOutput as I've coded an internal wrapper.

With this interface it has also been possible to strip out the file
saving code from Codegen and OptClassNameHelper.  The file
saving code is now an inner class FileClassRepository in Context. As
a consequence of this  I've stripped out some methods from ClassNameHelper.
The resulting code is much more cleaner then before hand and everything
still works as per usual.

Other small additions are:
  o  Annonymous functions are now named class$1 instead of class1
  o  get/setClassName added to ClassNameHelper exposed in Context.

My final thoughts are, since all methods in ClassNameHelper except reset()
are now exposed whould n't it be much more "cleaner" to simply to some
how work around to eliminate reset() and provide getClassNameHelper()
via Context?  You could then remove the numerous ClassNameHelper shadow
methods from Context.

Likewise, FileClassRepository could be made a public class very easily
and combined with the above result in a dozen or so less public methods in
Context.

Anyway, the changes can be found on http://www.cins.co.uk/rhino.zip

Hope it is of use to some

Kemal Bayram <rhino@cins.co.uk>
2001-11-21 17:12:57 +00:00
timeless%mac.com aeecd12fc5 Bugzilla Bug 93754�describe should be #directable
r=justdave,dkl
2001-11-21 16:44:38 +00:00
bienvenu%netscape.com 3bb33888cb remove unused code, r=naving, sr=sspitzer part of general footprint bug 110820 2001-11-21 15:51:39 +00:00
bienvenu%netscape.com 0ce473299b fixing #ifdef debug me code, no bug or reviewer 2001-11-21 15:42:56 +00:00
morse%netscape.com 33fcfce286 bug 110994, doubleclicking does not prefill individual form fields, r=fabian, sr=jst 2001-11-21 15:14:36 +00:00
karnaze%netscape.com e7eabe267d new regression test not affecting the build. 2001-11-21 14:46:39 +00:00
karnaze%netscape.com e5112115dc bug 102784 - only start a row on another page if it doesn't fit on the current one if there is less than 5% of the current page space left. sr=attinasi, r=bernd 2001-11-21 14:42:00 +00:00
karnaze%netscape.com 640d129a66 bug 30692 (additional patch) - deal width percent height based contents inside a table cell during an incremental reflow. sr=attinasi, r=alexsavulov 2001-11-21 14:38:40 +00:00
timeless%mac.com 9a1a766995 Bugzilla Bug 110643�[xlib] Minor Xlib toolkit cleanup ...
work by Roland.Mainz@informatik.med.uni-giessen.de (de facto module owner)
r=timeless
2001-11-21 14:33:08 +00:00
kin%netscape.com d33f430534 Fix for bug #71979: <br><hr> inside link displays additional hr upon each mouseover
Modified FindFrameWithContent() to skip over sibling :before pseudo frames when
looking for the primary frame for non-splittable-element aContent.

r=dbaron@fas.harvard.edu   sr=waterson@netscape.com
2001-11-21 14:24:59 +00:00
kin%netscape.com 550a6cfbef Fix for bug #74383: nsBoxToBlockAdaptor::Reflow() prevents TextArea contents from being reflowed
bug #100727:Javascript to modify textarea causes field to go blank/unchangeable
        bug #101122: Textarea sometimes not refreshing correctly (blank space after delete sel., etc.)
        bug #107973:Cut and paste in forms is broken

Modified Reflow() so that it allows a reflow to happen during a ResizeReflow
request when the adaptor or it's children are dirty.

r=evaughan@netscape.com  sr=attinasi@netscape.com
2001-11-21 14:18:26 +00:00
jst%netscape.com 474c8446f1 Removing dead code. 2001-11-21 13:06:18 +00:00
seawood%netscape.com c7052a25ef NSS only copies dbm32.lib to dbm.lib during the 'install' phase so do the copying from PSM during the 'libs' phase instead.
Fixing tinderbox bustage.
2001-11-21 11:45:34 +00:00
hewitt%netscape.com 0ee2d0d8c2 83457 - Text overflow handling of URL bar search popup, r=ben, sr=hyatt 2001-11-21 11:17:38 +00:00
hewitt%netscape.com aa039d9a32 110612 - Urlbar history dropdown has no border in Classic, r=ben, sr=hyatt 2001-11-21 11:16:43 +00:00
hewitt%netscape.com e5d37a18a7 96154 - Remove class=outlinercol-header outlinercol-inset-header from outliner, r=ben, sr=hyatt 2001-11-21 11:00:22 +00:00
seawood%netscape.com 6dbe9eaba3 This old ruleset breaks when CC is a full path. Removing to fix shrike tinderbox bustage. 2001-11-21 10:55:56 +00:00
seawood%netscape.com ff9de5a1c8 Add check for STDC_HEADERS. Should fix QNX 6.0 bustage.
Bug #107618
2001-11-21 10:51:21 +00:00
hewitt%netscape.com d38d98adaa 110033 - outliner not invalidating outliner when the columns get hidden or shown, patch=varga@utcru.sk, r=blake, sr=hyatt 2001-11-21 10:38:40 +00:00
pchen%netscape.com 82394ea3b1 bug 109569, r=fabian, sr=hewitt, remove onkeypress for textbox 2001-11-21 10:16:36 +00:00
pchen%netscape.com 40505c3629 bug 109569, r=fabian, sr=hewitt, need to get ok button via document.documentElement.getButton("accept)" 2001-11-21 10:16:34 +00:00
cls%seawood.org 48663cec84 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:53:22 +00:00
seawood%netscape.com d8927fcc61 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
jst%netscape.com 725eaee4fd Checking in Fabian's <hidday@geocities.com> patch for bug 6052. Make element.nodeValue return null in stead of empty string. sr=jst@netscape.com, no reviewer, trivial change 2001-11-21 09:20:52 +00:00
jst%netscape.com 3161bda08b Fixing bug 110924. Speeding up HTMLContentSink::AddAttributes() and nsGenericHTMLElement::IsEventName(). r=bzbarsky@mit.edu, sr=waterson@netscape.com 2001-11-21 09:10:41 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
justdave%syndicomm.com a3c85a4b84 Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug form listed all products, even if the user didn't
have access to all of them.  It now only shows products the user has access to (and the product the bug is in, if the user is
viewing it because of some other override)
Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com>
r= bbaetz, caillon
2001-11-21 08:30:47 +00:00
matty%chariot.net.au 8e0097b0b6 Bug 110276:SQL error in globals.pl.
Patch by me, r=bbaetz,caillon.
2001-11-21 08:09:32 +00:00
hewitt%netscape.com 1d677f346b 107276 - Sometimes the Close Tab contextual menu operation has no effect., r=ben, sr=hyatt 2001-11-21 07:34:46 +00:00
hewitt%netscape.com 269fa8f019 104993 - unable to select item in xul menulist [popup list/combobox] in dialogs, r=ben, sr=hyatt 2001-11-21 07:23:21 +00:00
seawood%netscape.com 999e70dd5f Add $(SUBMAKEFILES) as a dependency for the default toplevel target so that submakefiles (& the toplevel makefile) are regen'd automatically. 2001-11-21 07:10:52 +00:00
hewitt%netscape.com 2776e1e042 66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt 2001-11-21 06:59:57 +00:00
hewitt%netscape.com 362fae672f 95159 - autocomplete preferences ambiguous, r=sgehani, sr=hewitt, patch=diego@biurrun.de 2001-11-21 06:48:14 +00:00
bbaetz%cs.mcgill.ca 514a4635b2 Bug 83517 - add a setTranslation method. patch by
alex.fritze@crocodile-clips.com, r=pavlov, sr=jst
2001-11-21 04:10:31 +00:00
mscott%netscape.com 0454025d9f Bug #110543 --> add smime UI to message display
r=kai
sr=sspitzer
2001-11-21 03:57:35 +00:00
dbaron%fas.harvard.edu 43129c454a Bug 109431: Speed up ID selector matching, mainly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. Bug 110815: Avoid an unneeded QI from nsICSSStyleRule to nsIStyleRule, which it inherits. r=jag sr=hyatt 2001-11-21 03:30:44 +00:00
dbaron%fas.harvard.edu a35e4effec Speed up HTMLAttributesImpl::HasClass, mostly by using nsDependentString instead of nsAutoString. Patch by rjesup and me. r=jag sr=jst b=109416 2001-11-21 03:27:14 +00:00
bzbarsky%mit.edu b6912ae687 Fix scrolling to a frame when the frame is in an abs. pos. element
that's not the scrollable view.  Bug 111081, r=jkeiser, sr=jst
2001-11-21 03:06:19 +00:00
sonja.mirtitsch%sun.com a26b35933f bugfixes, regarding a daily build directory insider the daily build... 2001-11-21 02:36:33 +00:00