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

85270 Коммитов

Автор SHA1 Сообщение Дата
nicolson%netscape.com 5c70712a67 Fix 90188, variable going out of scope. 2001-07-10 20:44:14 +00:00
vidur%netscape.com 65e5ce6977 Work in progress on WSDL component. This is not yet part of the build. 2001-07-10 17:33:05 +00:00
nboyd%atg.com f7a0fa338c Fix bug 49286 "try/catch within JavaScript not working as expected"
Also, accept patches from Igor:

Subject:
             Rhino: UintMap optimization
        Date:
             Fri, 06 Jul 2001 13:14:49 +0200
       From:
             Igor Bukanov <igor@icesoft.no>
 Organization:
             Wind River
         To:
             Norris Boyd <nboyd@atg.com>




Hi, Norris!

Currently omj.Node uses Hashtable to map int property types to
objects/integer. In my opinion this is very inefficient: to store single
int property it creates 5 objects: one for property Hahstable, 2 Integer
wrappers for property/value, array to sore Hahstable slots and Hashtable
slot itself. To fix this I added omj.UintMap class that can map
non-negative integers to objects or integers and modified omj.Node to
use it. The class is a hashtable implementation that uses one int[] and
one Object[] arrays to store keys/values and Object[] array is not
created if the map contains only integers.

To take full advantage of omj.UintMap code has to be modified to use
Node.getIntProp/Node.putIntProp to store int properties, but even in
this form it is a win.

I can provide patches to use Node.getIntProp/Node.putIntProp and UintMap
for InterpreterData.itsLineNumberTable if this is OK.

Regards, Igor
2001-07-10 17:30:16 +00:00
vidur%netscape.com 0cab42e99d Work in progress on XML Schema representation component 2001-07-10 17:09:17 +00:00
dcone%netscape.com e2d2f9c3bf b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:15:17 +00:00
dcone%netscape.com 41168698f7 b=88608 A3 support r=dcone sr=attinasi 2001-07-10 14:07:18 +00:00
peterv%netscape.com f4ece0b466 Trying to fix mac bustage. 2001-07-10 10:13:17 +00:00
jaggernaut%netscape.com 993c8eed42 Update REQUIRES, add "intl". 2001-07-10 10:11:27 +00:00
hewitt%netscape.com 24232dd342 84051 - new status bar icons and colored toolbar icons for modern theme, r=andreww, sr=hyatt 2001-07-10 09:15:27 +00:00
syd%netscape.com c07c19e6bf Fix build bustage 2001-07-10 08:49:59 +00:00
ccarlen%netscape.com 815ed97616 Bug 88630 - Themes and locales do not change when using turbo. r=vishy/sr=blake 2001-07-10 08:01:55 +00:00
jst%netscape.com 0294653201 Fixing bug 88933, oriblems with setting event handlers on select elements from JS. r=hidday@geocities.com, sr=brendan@mozilla.org 2001-07-10 07:31:31 +00:00
jelwell%netscape.com ffcf0129a5 Fix for 87793. Add CRC checking to Mac install, as well as single connection download for FTP, and some UI fixes (hang in UI during install, window redraw problems, etc..) r=ssu, sr=mscott 2001-07-10 06:36:22 +00:00
timeless%mac.com 56daa55c11 Per blake, because mac doesn't hae that object. r=ben sr=blake 2001-07-10 05:37:04 +00:00
vishy%netscape.com 2063f3180b bugzilla 90002, r=tao, sr=blake, add content-packs.jar to the mac install packages 2001-07-10 05:08:16 +00:00
ddrinan%netscape.com 499c3685af Fixed problem with previous check in 2001-07-10 04:56:12 +00:00
vishy%netscape.com 5676312840 bugzilla bug 89725, PDT+, code=stephen walker, r=bbarsky, sr=blake, fix empty content pack submenu in prefs, had failed to register chrome 2001-07-10 04:53:11 +00:00
blizzard%redhat.com 7d83599492 Bug #88692. We don't support image/tiff so don't list it as a supported type. r=pavlov,sr=mscott 2001-07-10 04:37:22 +00:00
rbs%maths.uq.edu.au 157a9e9fa3 Add methods for in-place sorting of nsVoidArray and ns[C]StringArray using caller-provided comparator callback functions. b=88344 r=dbaron sr=scc 2001-07-10 04:31:57 +00:00
cmanske%netscape.com 3ec2d70e85 Fixed missing menulists in Table Properties dialog bug 89644, r=89644, r=brade, sr=sfraser 2001-07-10 04:02:32 +00:00
peterlubczynski%netscape.com a3703928fc Slightly change pluign timer interval to fix url bar on Mac bug 88936 r=bnesse sr=sfraser 2001-07-10 03:59:39 +00:00
hwaara%chello.se 1376d04f79 #89993, "and /or" should be "and/or", rs/r=sspitzer
#86620, Inadequate window size for the download/sync pop-up box, r=dianesun, sr=sspitzer
2001-07-10 03:24:26 +00:00
peterlubczynski%netscape.com 7d9fc3deba Fix for crash with garbage in nsGUIEvent bug 87112 sr=sfraser r=ccarlen 2001-07-10 02:52:50 +00:00
peterlubczynski%netscape.com 625da32458 Fix for OS X "Internet Plugins Dir" bug 78751 patch by ccarlen r=peterl sr=sfraser 2001-07-10 02:50:32 +00:00
hwaara%chello.se 406860f5a6 The dialog for asking whether to send in HTML / plain text is horked due to untested xul changes. r/sr=sspitzer 2001-07-10 02:20:33 +00:00
sspitzer%netscape.com 9e0129bb8a fix the mailing list dialog UI regression. #90068
rs=bienvenu
2001-07-10 02:06:01 +00:00
nicolson%netscape.com 513072209f Fix 87807: Add library version info to the JSS shared library. 2001-07-10 01:59:44 +00:00
depstein%netscape.com 1996b76743 Changed mfcEmbedComponents to testEmbedComponents in TestEmbed.cpp & makefiles. 2001-07-10 01:57:23 +00:00
sspitzer%netscape.com a2f5706c76 fix for #90068. regressions caused by the untested fix for #70857
r=hwaara
2001-07-10 01:56:17 +00:00
hwaara%chello.se b97dd3563c Fix folderpane horkage for 3pane. r/sr=sspitzer 2001-07-10 01:48:00 +00:00
bstell%netscape.com 653c58ded5 bug 63831, r=ftang@netscape.com, sr=sfraser
when measuring space glyph width
use  8 bit space char with  8 bit font
use 16 bit space char with 16 bit font
2001-07-10 01:36:32 +00:00
waterson%netscape.com 26d31464b4 Bug 90054. Remove unnecessary methods from nsIImageFrame. r=dbaron, sr=attinasi. 2001-07-10 01:30:08 +00:00
hwaara%chello.se a2c9d9bf63 #86199, resizing the filter edit dialog should grow the "conditions". r=bhuvan, sr=sspitzer.
No bug, filtereditor and search both horked by xul changes!  r/sr=sspitzer
2001-07-10 01:24:06 +00:00
ddrinan%netscape.com 8b23998d7f Check in for tao. Bug 86807 - Menu items are missing. r=jbetak,sr=hyatt 2001-07-10 01:18:24 +00:00
hwaara%chello.se 4e3c3609b5 #90055, offline tab in account mgr busted by XUL changes. r=bienvenu, sr=sspitzer 2001-07-10 01:13:50 +00:00
mscott%netscape.com 0f3b19b652 Bug #89181 --> dword align the moz-icon RGB data so they render at certain
resolutions.
r=pavlov
sr=sspitzer
2001-07-10 00:55:06 +00:00
idk%eng.sun.com 5bb0279a0b *not part of the build*
getting test directory back to the build
2001-07-10 00:50:44 +00:00
akkana%netscape.com a05d3e3c8e 78727,86998: Fix a hang with rewrap introduced by the string API conversion. r=sspitzer, sr=sfraser 2001-07-10 00:40:11 +00:00
ddrinan%netscape.com 1bc78bfc1a Bug 77837 - PSM UI in language pack. r=tao,sr=blizzard 2001-07-10 00:39:40 +00:00
waterson%netscape.com 87b0bf4c5c Bug 78341. Make text fields accept focus in viewer. sr=attinasi 2001-07-10 00:26:37 +00:00
kandrot%netscape.com 4b1cdae4e6 Adding default string in Normalize to allow Purify to run under Solaris. r=kandrot@netscape.com, sr=scc@mozilla.org 2001-07-09 23:42:00 +00:00
waterson%netscape.com cdfddbfa3a Bug 89076. Remove unneccessary methods. r=dbaron, sr=attinasi. 2001-07-09 23:33:28 +00:00
jelwell%netscape.com 301669de3f Fix for 87793. Add CRC checking to Mac install, as well as single connection download for FTP, and some UI fixes (hang in UI during install, window redraw problems, etc..) r=ssu, sr=mscott 2001-07-09 23:29:44 +00:00
mstoltz%netscape.com 0359509b4a Bug 89163: if chrome JS calls nsRange::CreateContextualFragment,
push the current document's JS context on the stack so that event handlers in the fragment
are not compiled with the system principal. r=jelwell, sr=jst.
2001-07-09 23:02:53 +00:00
gerv%gerv.net d91e17f67a Chang all instances of "My Sidebar" to "Sidebar". Bug 77819. r=timeless, sr=brendan using his magic "String only changes" rubberstamp. 2001-07-09 22:51:57 +00:00
locka%iol.ie 9f6c4f5c67 NOT PART OF BUILD. Embedding manifest generator. b=83393 2001-07-09 22:49:55 +00:00
sonmi%netscape.com 21e086f4ad modu`iffied the LD_LIBRARY_PATH for iws-perf 2001-07-09 22:48:40 +00:00
waterson%netscape.com c68f8fe6bc Bug 89533. Remove unused reflow command types. r=rbs, sr=attinasi 2001-07-09 22:44:07 +00:00
dcone%netscape.com 2ddd07adc9 b=86558 r=dcone sr=attinasi Set the title for the page to null so the last pages value wont be used for the string. 2001-07-09 22:43:17 +00:00
waterson%netscape.com 8c2cff7323 Bug 89101. Fieldset should always have a space manager: floaters shouldn't spill out of it. r=dbaron, sr=attinasi. 2001-07-09 22:34:58 +00:00