sspitzer%netscape.com
8215efa9be
sr=mscott. minor performance fix, use NS_LITERAL_STRING() instead of
...
AssignWithConversion(). just sitting in my tree, k-i-s-s-i-n-g.
2001-02-07 05:14:13 +00:00
dbaron%fas.harvard.edu
5bb7f6fc90
Fix orange by correcting mismatch of strings and return values. r=disttsc@bart.nl
2001-02-07 05:12:18 +00:00
danm%netscape.com
d97a613d0a
removing FindNamedBrowserItem, rearranging window creation (and hooking it up to nsDocShellTreeOwner), adding cheesy implementation of nsIPrompt and chrome flags
2001-02-07 05:10:46 +00:00
waldemar%netscape.com
8f98bed0e7
Added more semantics
2001-02-07 05:08:44 +00:00
waldemar%netscape.com
d341117db6
Added read-eval-print loop
2001-02-07 05:08:09 +00:00
waldemar%netscape.com
ae3e51a0c2
Updated to correspond to js2 site
2001-02-07 05:07:37 +00:00
waldemar%netscape.com
d0363e3b99
Added :semantic-comment and :vector-construct.
2001-02-07 05:07:05 +00:00
waldemar%netscape.com
42217499f5
Added vector comprehensions. Changed compiler to emit globals of functional type into the lisp function rather than value slots of symbols; this simplifies debugging.
2001-02-07 05:06:22 +00:00
waldemar%netscape.com
ffce7baf94
Added vector comprehensions and extra mode parameter for %section, %subsection, and %text.
2001-02-07 05:05:39 +00:00
danm%netscape.com
1c6087d002
rearranging window creation; a function needed to be shared. thus a new header file. bug 65229 (peripherally) r=scc,valeski
2001-02-07 05:04:38 +00:00
timeless%mac.com
6aa29a5f48
fix bug 63956 This pre-loaded bookmark is a dead link
...
r=jag sr=waterson
2001-02-07 05:04:36 +00:00
danm%netscape.com
04d05f766a
hooking up window watcher. bug 65229 r=scc,valeski
2001-02-07 05:03:09 +00:00
danm%netscape.com
451bab06b1
implementing FindItemWithName. bug 65229 (peripherally) r=scc,valeski
2001-02-07 05:02:06 +00:00
danm%netscape.com
cdda7836f7
removing nsIWebBrowserChrome::FindNamedBrowserItem per 5 Feb 01 API review. functionality has been moved to nsDocShellTreeOwner. r=scc,valeski
2001-02-07 04:59:43 +00:00
sspitzer%netscape.com
06bc9f172f
some minor performance tweaks. comment out some dump statements. sr=bienvenu
2001-02-07 04:40:40 +00:00
chuang%netscape.com
d4b76e6d26
Bug44668 Confusion as to how to edit/send a Draft message, sr=sspitzer+mscott
2001-02-07 04:35:37 +00:00
law%netscape.com
5a7112f3dd
Long lost patch for bugs 27609,35161, et al; r=mcafee, sr=mscott
2001-02-07 04:33:39 +00:00
mkaply%us.ibm.com
6568dc534e
r=dougt, a=blizzard
...
OS/2 only code to handle DBCS properly in nsFileSpec
2001-02-07 04:32:24 +00:00
karnaze%netscape.com
3540f6b858
bug 67861 - don't rebalance table to calculate max width; cache last available width in outer table; improved debug reflow timing; sr=attinasi, r=peterl
2001-02-07 04:31:38 +00:00
ccarlen%netscape.com
259910f6e1
Bug=46869 - Embedding apps need find functionality. r=kin, sr=vidur,sr=alecf
2001-02-07 04:31:36 +00:00
mkaply%us.ibm.com
2d49a46254
r=mkaply, a=blizzard
...
Quite possibly one of the ugliest pieces of code ever. Good thing it is OS/2 only.
Workaround for WSOD2 bug - if DosCopy fails with a 65, use the OS COPY command.
2001-02-07 04:29:57 +00:00
mscott%netscape.com
44b7071761
Bug #45225 --> poor man's way to get rid of the 2 dialogs when opening
...
a mail attachment. Always treat the selection of the attachment as an "open"
action. This causes the url to get run via the uriloader. If it requires an exthandler
THEN you get the helper app dialog. o.t. we open it internally and you have to save it
yourself.
sr=sspitzer
2001-02-07 04:26:13 +00:00
mscott%netscape.com
e809387e51
Bug #63193 --> register our default protocol handler
...
sr=rpotts
2001-02-07 04:23:34 +00:00
sspitzer%netscape.com
b085c03c37
fix for #55872 . add Ctrl + M to the stand alone message window.
...
fix from andersma@luther.edu , r=timeless, sr=sspitzer
2001-02-07 04:20:33 +00:00
blizzard%redhat.com
fd8809073d
Fix bug #16766 . This should fix the requirement to release the mouse before context menus work. r=pavlov, sr=blizzard. Patch from Kevin Buhr <buhr@stat.wisc.edu>. Thanks.
2001-02-07 04:16:20 +00:00
ducarroz%netscape.com
7369375bea
Part of fix for bug 45225. Need to move part of appledouble decoder to uriLoader. SR=mscott
2001-02-07 04:10:41 +00:00
syd%netscape.com
029909790d
Smilie images, r=syd, sr=sfraser
2001-02-07 04:09:49 +00:00
syd%netscape.com
962a46fc22
Smilie menu css file, r=syd, sr=sfraser
2001-02-07 04:09:22 +00:00
ducarroz%netscape.com
ed8387535f
First Checked In.
2001-02-07 04:09:11 +00:00
mscott%netscape.com
7760e7342f
Bug #67555 --> rewrite OnStart/OnStopMeteors
...
to use timers for performance.
sr=sspitzer
2001-02-07 04:09:03 +00:00
waterson%netscape.com
e56d1fdbca
Bug 67796. Don't update aMetrics.mMaximumWidth or .maxElementSize in ComputeFinalSize(): the maxElementSize computation was wrong, and it's not clear that the mMaximumWidth is safe to update here either. Patch from rbs@maths.uq.edu.au, r=waterson, sr=karnaze
2001-02-07 04:05:59 +00:00
dbaron%fas.harvard.edu
83f5c6af53
Add TestCOMPtrEq back to the build now that we know it works on HP. b=65664 r=scc@mozilla.org sr=brendan@mozilla.org
2001-02-07 04:04:12 +00:00
danm%netscape.com
acfda424a2
now building embedding components
2001-02-07 04:00:54 +00:00
danm%netscape.com
ef7099f79e
adding embedding/components
2001-02-07 04:00:41 +00:00
dbaron%fas.harvard.edu
911b877a4c
Fix UMR (returning an uninitialized result) that caused bonsai query results to disappear sometimes. b=67854 r=karnaze@netscape.com sr=attinasi@netscape.com
2001-02-07 04:00:40 +00:00
leaf%mozilla.org
fb37f7fc1d
Automated update
2001-02-07 04:00:09 +00:00
danm%netscape.com
74a013af80
adding windowwatcher files
2001-02-07 03:59:33 +00:00
dbaron%fas.harvard.edu
14d8ef4382
Re-enable the autoconf test that fixes the nsCOMPtr operator== ambiguities on Linux and HP now that we know it works correctly on HP. b=65664 r=scc@mozilla.org sr=brendan@mozilla.org
2001-02-07 03:56:31 +00:00
racham%netscape.com
581be6b171
Fixing bug 67327. For any given server, login at startup only if the user chooses to do so via log onto this account at startup pref. r=gayatrib, sr=sspitzer
2001-02-07 03:55:46 +00:00
disttsc%bart.nl
f55c261441
Hide menuseparator on Mac. bug=10893, r=blake, sr=sspitzer
2001-02-07 03:55:04 +00:00
mkaply%us.ibm.com
14bcc983a5
r=mkaply, a=blizzard
...
Code from jkobal to optimize tiling
2001-02-07 03:44:21 +00:00
mkaply%us.ibm.com
8effc2e924
Printing regression
2001-02-07 03:40:34 +00:00
blakeross%telocity.com
728dc99869
Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben
2001-02-07 03:38:01 +00:00
dmose%mozilla.org
bfbcc8c3a0
backing out inadvertant checkin; not in default build
2001-02-07 03:32:44 +00:00
dmose%mozilla.org
c88e2cab67
backing out inadvertant checkin; not in default build
2001-02-07 03:24:13 +00:00
dmose%mozilla.org
8c4a4fa262
fix bug 67357. link-time bustage in ldap module caused by earlier nsIURI::SchemeIs change. not in default build. r=gagan@netscape.com, sr=scc@mozilla.org
2001-02-07 03:20:33 +00:00
danm%netscape.com
2175251a5b
now building embedding components
2001-02-07 03:09:15 +00:00
dbaron%fas.harvard.edu
5fd573e592
Fix build bustage by removing extra right paren.
2001-02-07 03:04:46 +00:00
blakeross%telocity.com
14f1502c42
JS strict warnings in wizardHandlerSet.js (65937). r=blake a=ben
2001-02-07 02:53:49 +00:00
anthonyd%netscape.com
e177704f0e
landing jfrancis fix for 67109 - Drag and drop to and from textfields is broken
...
sr=kin
r=anthonyd
2001-02-07 02:50:05 +00:00