igor%mir2.org
c57cc4ac51
Added explicit IRFactory.createIncDec to create ++/-- subtree which removed need to have Token.PRE/Token.POST.
...
git-svn-id: svn://10.0.0.236/trunk@146051 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 11:19:47 +00:00
cls%seawood.org
658929a7ea
Update map files.
...
git-svn-id: svn://10.0.0.236/trunk@146049 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 10:57:00 +00:00
igor%mir2.org
c249bf1eef
Removal of Token.UNARYOP: after the previous patches parse tree used Token.UNARYOP only to group Token.TYPEOF and Token.VOID into the same node type. Since they are very different, it is simpler to use the tokens directly as node type.
...
To remove ambiguity caused by re-use of Token.VOID to denote no-operation node, a new Token.EMPTY is added to denote the former usage.
git-svn-id: svn://10.0.0.236/trunk@146048 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 10:21:09 +00:00
igor%mir2.org
d378b04939
Added Token.TYPEOFNAME to denote explicitly parser nodes for typeof(name) to make code more explicit about this case compared with typeof(expression) which is denote by Token.TYPEOF. Previously the ambiguity was resolved by using (Token.UNARY.OP, Token.TYPEOF) for parser tree nodes denoting the later and simple Token.TYPEOF for the former.
...
git-svn-id: svn://10.0.0.236/trunk@146045 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 09:00:42 +00:00
igor%mir2.org
8e4411f42a
Another replace of (Token.UNARYOP, Token.X) -> Token.X: this time it is for Token.BITNOT and Token.NOT
...
git-svn-id: svn://10.0.0.236/trunk@146043 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 08:11:32 +00:00
igor%mir2.org
89fef59756
Changing Token.POS, Token.NEG to represent their parser tree nodes by the token themselves, not via pair Token.UNARYOP, POS/NEG. It simplifies code especially in optimizer/Optimizer.java
...
git-svn-id: svn://10.0.0.236/trunk@146041 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 07:15:07 +00:00
igor%mir2.org
15456cd51e
Removal of Token.TONUMBER: it had exactly the same semantics as Token.POS, that is to convert its argument to number.
...
git-svn-id: svn://10.0.0.236/trunk@146039 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 06:08:44 +00:00
caillon%returnzero.com
872b107c3d
Bug 215473
...
Implement tooltips for z-index and layer buttons in Composer.
Patch by Stephen Donner <technutz@netscape.net >
r=daniel@glazman.org
sr=bzbarsky@mit.edu
a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@146038 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 05:07:33 +00:00
caillon%returnzero.com
a1e93058b8
214844 relatively positioned block w/ overflow:auto should be absolute pos. containing block
...
Patch by Mats Palmgren <mats.palmgren@bredband.net >
r+sr=dbaron@dbaron.org
a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@146037 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 04:43:09 +00:00
cls%seawood.org
eacb14dd8d
Move mozilla/string into mozilla/xpcom/.
...
Bug #214700 r=dougt sr=leaf a=mkaply
git-svn-id: svn://10.0.0.236/trunk@146035 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 04:28:19 +00:00
cls%seawood.org
5026b6f319
Add detection for Darwin/x86.
...
Bug #213541 r=bryner a=asa
git-svn-id: svn://10.0.0.236/trunk@146034 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 04:00:23 +00:00
wtc%netscape.com
59a901dba3
Bugscape bug 50033: make the KeyType class public and force it to load
...
during CryptoManager.initialize(), before we add JSS as a provider. The
KeyType class was failing to load properly, because its static initializers
force the class load of KeyWrapAlgorithm, whose signature needed to be
verified, which invoked JSS's signature provider, which accessed KeyType.
Basically, installing JSS as the default signature provider before its
classes have loaded creates a possibility of circular dependencies in class
initialization. The patch is due to Jamie Nicolson. r=wtc.
Modified Files: CryptoManager.java pkcs11/KeyType.java
git-svn-id: svn://10.0.0.236/trunk@146030 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 01:00:35 +00:00
rbs%maths.uq.edu.au
4563660049
Work around some idiosyncrasies on the Win9x GDI that sometimes cause the text (particularly Japanese) to overlap to to be truncated. Patch by Hideo Saito <saito@densan.co.jp>, b=52596, r+sr=rbs, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@146029 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 00:40:48 +00:00
caillon%returnzero.com
378752c58c
Bug 215842 - JavaScript resets fieldset absolute positioning.
...
Patch by Boris Zbarsky <bzbarsky@mit.edu >
r+sr=dbaron@dbaron.org
a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@146028 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-15 00:04:40 +00:00
scott%scott-macgregor.org
10c3a52689
Bug #215901 --> formatting toolbar gets disabled in mail compose when selecting any drop down list. Port a missing style rule
...
over from classic\global.css
r=ben
git-svn-id: svn://10.0.0.236/trunk@146027 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 23:55:53 +00:00
cls%seawood.org
d433694adb
Move mozilla/string into mozilla/xpcom/.
...
Bug #214700 r=dougt sr=leaf a=mkaply
git-svn-id: svn://10.0.0.236/trunk@146026 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 23:50:21 +00:00
rbs%maths.uq.edu.au
7752640609
Fix a crash from letting a local variable rely on a value from a reference-counted font-metrics object that could die, leaving that local variable with an outdated value, b=213390, r+sr=roc, a=asa
...
git-svn-id: svn://10.0.0.236/trunk@146025 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 23:49:51 +00:00
caillon%returnzero.com
eec2d6c1a5
Bug 215895.
...
Debugger shows nsDOMClassInfo.cpp as a loaded script.
r=jst@netscape.com
sr=brendan@mozilla.org
a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@146024 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 23:45:45 +00:00
jshin%mailaps.org
c32b927930
bug 215768: use nsAutoArrayPtr instead of nsAutoPtr in nsUTF8ConverterService.cpp (r=sicking, sr=bzbarsky, a=asa)
...
git-svn-id: svn://10.0.0.236/trunk@146023 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 22:58:02 +00:00
rginda%netscape.com
fff7811074
bug 216112, "add ability to disable object tracking in jsd"
...
r=caillon, sr=brendan, a=asa
adds the ability to turn off the object tracking without having to disable the debugger. should make a dormant venkman less of a performance impact.
git-svn-id: svn://10.0.0.236/trunk@146022 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 22:49:09 +00:00
mkaply%us.ibm.com
992ec1cc55
spellcheck not spellchecker
...
git-svn-id: svn://10.0.0.236/trunk@146021 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 22:03:46 +00:00
mkaply%us.ibm.com
712516f701
Bug #211834
...
r=bryner, sr=blizzard, a=mkaply
Crash in GTK embedding with no parent window
git-svn-id: svn://10.0.0.236/trunk@146020 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:54:18 +00:00
cltbld%netscape.com
3ad15dffc0
Automated update
...
git-svn-id: svn://10.0.0.236/trunk@146019 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:43:26 +00:00
mkaply%us.ibm.com
5894b16abe
Bug #207779
...
r=varga, sr=bryner, a=mkaply
Make Show Columns work in bookmarks
git-svn-id: svn://10.0.0.236/trunk@146018 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:42:13 +00:00
cls%seawood.org
60fc4d6267
That AC_SUBST shouldn't be conditional.
...
git-svn-id: svn://10.0.0.236/trunk@146017 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:37:31 +00:00
cls%seawood.org
d47deb2a2c
Set CYGDRIVE_MOUNT at configure time for cygwin-wrapper performance enhancement to work.
...
Thanks to Brian Ryner <bryner@brianryner.com > for the patch.
Bug #206643 r=cls a=mkaply
git-svn-id: svn://10.0.0.236/trunk@146016 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:36:22 +00:00
cls%seawood.org
1e70c2365d
Do not spawn processes when converting cygwin paths. Signficant performance enhancement.
...
Thanks to paxunix@acm.org for the patch.
Bug #206643 r=bryner sr=cls a=mkaply
git-svn-id: svn://10.0.0.236/trunk@146015 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:32:11 +00:00
bienvenu%nventure.com
dc2ad88bab
add pref for disabling secure auth on smtp servers, patch by ch.ey@gmx.net, r=me, sr=scott, a=asa 203785
...
git-svn-id: svn://10.0.0.236/trunk@146014 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:25:24 +00:00
cls%seawood.org
1697ac2c12
Move chrome files from xpcom to intl.
...
Bug #214690 r=dougt sr=darin a=asa
git-svn-id: svn://10.0.0.236/trunk@146013 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 21:25:18 +00:00
neil%parkwaycc.co.uk
2c4391f6b5
Bug 212839 don't scroll trees to negative top rows r=varga sr=rbs a=asa
...
git-svn-id: svn://10.0.0.236/trunk@146010 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 19:48:45 +00:00
timeless%mozdev.org
9e809f3ce5
Bug 133243 JS Console icons misnamed in Classic theme.
...
patch by abecevello@sympatico.ca r=bryner sr=alecf a=asa
git-svn-id: svn://10.0.0.236/trunk@146009 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 19:08:36 +00:00
bienvenu%nventure.com
2776f5ab17
fix hang when starttls returns failure, patch by ch.ey@gmx.net, r=me, sr=mscott, a=asa also clean up some tabs
...
git-svn-id: svn://10.0.0.236/trunk@146008 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 18:29:48 +00:00
darin%meer.net
1db23ac457
fixes bug 215270 "Crash (in cookies?) [nsHttpChannel::GetCallback]" r=mvl sr=bryner a=asa
...
git-svn-id: svn://10.0.0.236/trunk@146007 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 18:10:10 +00:00
timeless%mozdev.org
9314b24f0f
Bug 211788 GTK - Universal prompt should invert buttons order
...
patch by mpeseng@tin.it r=bryner sr=blizzard a=asa
git-svn-id: svn://10.0.0.236/trunk@146006 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 18:04:16 +00:00
timeless%mozdev.org
30ae06dc68
Bug 216019 Change various sentences in BugMail.pm
...
r=preed a=justdave
git-svn-id: svn://10.0.0.236/trunk@146005 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 17:49:08 +00:00
igor%mir2.org
ad68c53cb0
Removal of Token.PRIMARY: it was used in parser to group primary tokens such as false, true, null, this but since the semantic of them is very different it is simpler to create parse tree nodes directly from tokens and check only for node type, not for type and operation.
...
git-svn-id: svn://10.0.0.236/trunk@146002 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 14:49:46 +00:00
mostafah%oeone.com
b365f8ea11
Fixed duplicated entity name
...
git-svn-id: svn://10.0.0.236/trunk@146001 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 14:19:20 +00:00
ian%hixie.ch
d370228c84
more happy, more kinky, and more consistent in its handlings of various forms of greetings.
...
git-svn-id: svn://10.0.0.236/trunk@145998 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 13:52:43 +00:00
ian%hixie.ch
63b599dd62
Make help slightly more helpful
...
git-svn-id: svn://10.0.0.236/trunk@145997 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 13:45:40 +00:00
ian%hixie.ch
ed31142824
Correct my spelling and my maths.
...
git-svn-id: svn://10.0.0.236/trunk@145996 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 13:45:06 +00:00
igor%mir2.org
63dd2db3be
Parser tree nodes of Token.CONVERT type are replaced by Token.TONUMBER and additional optimizer nodes to convert to double or object eliminating the need to distinguish them by Node.TYPE_PROPERTY.
...
git-svn-id: svn://10.0.0.236/trunk@145995 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 11:21:46 +00:00
dbaron%dbaron.org
80cf7ecc33
Reflow the children with style changed reason when a style changed reflow is targeted at a table. Patch from Bernd Mielke <bernd_mozilla@gmx.de>. b=198506 r+sr=dbaron a=brendan
...
git-svn-id: svn://10.0.0.236/trunk@145992 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 06:15:10 +00:00
igor%mir2.org
f7e2d9a593
Removal of TypeEvent since its essential functionality beyond the declaration of few constants was used only to implement OptLocalVariable.assignType. Inlining that code eliminated need in TypeEvent.
...
git-svn-id: svn://10.0.0.236/trunk@145991 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 06:03:22 +00:00
brendan%mozilla.org
476d3351b3
One more comment tweak.
...
git-svn-id: svn://10.0.0.236/trunk@145988 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 01:19:30 +00:00
brendan%mozilla.org
f4ac3ab3f2
Followup to last checkin to better comment the dependency I missed.
...
git-svn-id: svn://10.0.0.236/trunk@145987 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 01:17:27 +00:00
noririty%jcom.home.ne.jp
00c388f5c2
refer new CookieViewer
...
git-svn-id: svn://10.0.0.236/trunk@145986 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-14 00:44:40 +00:00
bryner%brianryner.com
26114c3881
On Windows and OS/2, make pref .js files use DOS line endings even if the user is using cygwin with unix line endings. This works around a bug in the Macromedia Flash installer where it corrupts all.js. Bug 206029, r=cls.
...
git-svn-id: svn://10.0.0.236/trunk@145982 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 23:18:28 +00:00
dbaron%dbaron.org
79be6a0159
Print output of profile creation. Print all arguments to commands, not just the filename. b=215331 r=bryner
...
git-svn-id: svn://10.0.0.236/trunk@145981 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 22:21:13 +00:00
dbaron%dbaron.org
5784bb381b
Fix missing last character for test results for some cygwin-newline variants. Pass args to codesize test correctly (one arg per array element). b=207797 r=bryner
...
git-svn-id: svn://10.0.0.236/trunk@145980 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 22:06:48 +00:00
bryner%brianryner.com
f51efb54e4
Remove duplicate --disable-mailnews, and remove wallet from the extensions list now that the new password manager code is enabled.
...
git-svn-id: svn://10.0.0.236/trunk@145979 18797224-902f-48f8-a5cc-f745e15eee43
2003-08-13 21:45:24 +00:00