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

76358 Коммитов

Автор SHA1 Сообщение Дата
ccarlen%netscape.com 203cad2e8b This was supposed to go in with the rest for bug 46869 but didn't. 2001-02-07 06:03:35 +00:00
mkaply%us.ibm.com c65cc2480a #67353
r=timeless,brade sr=sfraser
Cleanup image editor hotspot dialog
2001-02-07 05:58:09 +00:00
mscott%netscape.com bf44a83159 Bug #63193 --> if we can't find a protocol handler for the specified scheme then create the default protocol handler
and use it instead.
sr=rpotts
2001-02-07 05:54:35 +00:00
gayatrib%netscape.com 938020c9a0 66944. had checked in a less updated file by mistake. rechecking in this file. 2001-02-07 05:38:03 +00:00
gayatrib%netscape.com efe8e4c350 fix for bug 66944--Open button functionality in search dialog. r=racham sr=bienvenu 2001-02-07 05:27:15 +00:00
mscott%netscape.com 7d14d6aaaa Bug #63193 --> the external protocol handler should only return a url or a new channel if we really do
have an external app that can handle the url. otherwise return NS_ERROR_UNKNOWN_PROTOCOL so we'll throw up an alert
dialog later on.
sr=sspizter
2001-02-07 05:24:27 +00:00
mscott%netscape.com b7c08e6b25 remove two extra dump statments.
sr=sspitzer
2001-02-07 05:17:27 +00:00
danm%netscape.com 3f77909f49 copy embed components 2001-02-07 05:17:17 +00:00
danm%netscape.com 7d35744237 rearranging window creation (see WebBrowserChrome.cpp 1.15), adding subwindow null checks supporting chromeless dialog (see winEmbed.rc 1.8) r=scc,valeski 2001-02-07 05:15:55 +00:00
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