mscott%netscape.com
92656b03e2
add a new line to the end of this file
2000-01-24 02:08:44 +00:00
mscott%netscape.com
1b2ddc2f7d
Add Add to AB and Send Mailto strings because these are in the new popup when you click
...
on an email address.
r=alecf
2000-01-24 02:07:44 +00:00
mscott%netscape.com
5ae8fba629
Bug #24399 --> make the interface called from JS use unicode instead of
...
UTF-8 strings. This means we have to convert unicode to UTF-8 and then
convert the results of the parsing back into unicode before returning.
this was already checked into the m13 branch.
r=alecf,sspitzer
2000-01-24 02:01:59 +00:00
mscott%netscape.com
d5568e8496
Bug #24399 --> fix displaying of email addresses with japanese characters
...
turn email addresses into titled buttons instead of html anchors such that
clicking on the address brings up a menu popup which shows you add to address book
or send mail to options...
r=alecf
2000-01-24 02:00:14 +00:00
mscott%netscape.com
240b6092cd
Convert all email addresses into titled buttons instead of html anchors. Make subject
...
bold.
r=alecf
2000-01-24 01:58:23 +00:00
mscott%netscape.com
62da49dc15
add a popup for Add To AB and Send Mail To when you click on an email address.
...
r=alecf
2000-01-24 01:57:10 +00:00
alecf%netscape.com
175eb4d66e
include the interface, not the implementation, to reduce dependancies & speed up build (no reviewer, just a simple change)
2000-01-24 01:55:56 +00:00
mscott%netscape.com
62341de424
Bug #23528 --> add style for making the subject bold. Add styles for email address button
...
to make it look like a link.
r=alecf
2000-01-24 01:55:39 +00:00
alecf%netscape.com
383daafe05
coalesce meteor starts/stops that happen within a 1/2 second of each other - speeds up mail operations
...
r=mscott
2000-01-24 01:54:05 +00:00
mscott%netscape.com
e76bc873fd
Add msgHdrViewAddresses.js to the Mac build.
2000-01-24 00:46:14 +00:00
mscott%netscape.com
cf03372892
Add msgHdrViewAddresses.js to the Unix build.
2000-01-24 00:45:32 +00:00
mscott%netscape.com
8a980e9cb2
Add msgHdrViewAddresses.js to the windows build.
2000-01-24 00:44:24 +00:00
mscott%netscape.com
0bc8841f29
Adding this file to the repository (not built yet). This is a stub file
...
which contains some JS methods used for special email address processing
you might want to perform on email addresses.
2000-01-24 00:43:06 +00:00
mscott%netscape.com
897a633cec
Bug #24796 --> the fix for the cache manager friday night broke quoting msgs
...
for imap (which uses the memory cache). You don't need a load group to run a url
through the cache....so don't return an error if the load group is null
r=bienvenu
2000-01-24 00:32:14 +00:00
terry%mozilla.org
b44b5d68ff
Fixed bug causing named queries to get all screwed up around "target
...
milestones".
2000-01-23 20:37:46 +00:00
terry%mozilla.org
779b752c21
Named queries (and the default query) are now stored server side, in
...
the database, rather than in cookies. This means you have to log
in to use these features, but I have plans that require them to be
server-side. (Besides, some people were beginning to run out of
cookie space.)
2000-01-23 20:31:50 +00:00
ben%netscape.com
74e584fecd
fix bug 24752 (back button on profile mgr page) r=syd@netscape.com; and partial for 23121 (jumpy text in titledbuttons that are disabled).
2000-01-23 20:06:02 +00:00
tonyr%fbdesigns.com
0fcd263ede
Added unix makefiles for import service and text import component
2000-01-23 19:51:23 +00:00
brade%netscape.com
6651bba330
load help into a new browser window (rather than using the current front window which may not be a browser window) ( #20291 ; r=hangas)
2000-01-23 19:43:57 +00:00
brade%netscape.com
c0b0bafe53
fix typos in entities (r=momoi)
2000-01-23 19:19:32 +00:00
brade%netscape.com
2fe0f424a3
call MenuKey if only the cmdKey is pressed (don't call it if the shift key or other modifier keys are pressed). r=saari
2000-01-23 19:02:40 +00:00
terry%mozilla.org
7fd50f4f09
Add a way to remove a default query that you may have set.
2000-01-23 17:14:09 +00:00
terry%mozilla.org
e48b52b7ea
Remove unused file
2000-01-23 16:57:32 +00:00
michael.lowe%bigfoot.com
d66f1d4f42
Convert About Mozilla into a modal dialog (bug 5921)
2000-01-23 12:40:24 +00:00
leaf%mozilla.org
9217f6bfac
Automated update
2000-01-23 12:16:14 +00:00
briano%netscape.com
54481d359e
Automated update
2000-01-23 12:15:24 +00:00
tbogard%aol.net
e7d3fd2036
Added the ability to GetInterface to nsIDOMWindow from an nsIDocShell. Changed a couple of AddRef and Release calls to use the macros.
2000-01-23 06:00:11 +00:00
terry%mozilla.org
aab22e6d4d
Added much more crosschecks, and simplified a lot of the code.
2000-01-23 04:37:40 +00:00
norris%netscape.com
e753eaa792
Files:
...
caps/include/nsScriptSecurityManager.h
caps/src/nsScriptSecurityManager.cpp
modules/libpref/src/init/all.js
Fix
24565 nsScriptSecurityManager::GetSecurityLevel() is a performance
24567 re-write DOM glue security checks to avoid NS_WITH_SERVICE()
r=waterson
Files:
dom/src/base/nsGlobalWindow.cpp
layout/base/src/nsDocument.cpp
layout/base/src/nsGenericElement.cpp
Fix assertion failure for 1-character property names.
Files:
dom/src/jsurl/nsJSProtocolHandler.cpp
webshell/src/nsDocLoader.cpp
Fix 18653 "javascript:" URLs cross windows problems (probably regressi
r=nisheeth
Files:
layout/events/src/nsEventListenerManager.cpp
Fix
23834 document.onkeypress allows sniffing keystrokes
24152 document.onclick shows links from other window
r=joki
2000-01-23 04:23:14 +00:00
terry%mozilla.org
9d6528cfe0
Fixed stupid typo that caused exact email searches in descriptions to crash.
2000-01-23 04:01:25 +00:00
terry%mozilla.org
92d1f4cc8d
Oops; previous change would cause delta_ts values to be lost in the bugs table.
2000-01-23 03:57:11 +00:00
terry%mozilla.org
d3a888a6eb
The "login_name" field in the "profiles" table was not declared to be
...
unique. Sure enough, somehow, I got 22 duplicated entries in my
database. This code detects that, cleans up the duplicates, and then
tweaks the table to declare the field to be unique. What a pain.
2000-01-23 03:36:17 +00:00
michael.lowe%bigfoot.com
942233d3e1
Redesigned open web location dialog (bug 23950) r=ben@netscape.com
2000-01-23 03:31:17 +00:00
nisheeth%netscape.com
456974e94c
Fix for bug 20619. This affects only those builds which were built with MOZ_PERF set in the environment. The start of the url load is no longer output twice on the console.
2000-01-23 02:31:52 +00:00
terry%mozilla.org
1d1d3e33cf
Can now search for people who have added text to a bug.
2000-01-23 02:22:11 +00:00
terry%mozilla.org
a19ef8aeba
New email code wasn't notifying people of changes in state of
...
dependent bugs.
2000-01-23 01:03:15 +00:00
michael.lowe%bigfoot.com
a21c21ee8e
Minor changes to menu item capitalisation
2000-01-23 00:53:04 +00:00
jfrancis%netscape.com
a3e8b4f225
fixing rdf build bustage
2000-01-23 00:25:21 +00:00
dp%netscape.com
5e7d00646e
Moving CID definition back into nsICookieService.h
...
Other code seems to be expecting it here. :-(
2000-01-22 23:13:58 +00:00
dp%netscape.com
76066f89f8
Using progid instead of cid for creation of cookie service. r=morse
2000-01-22 22:53:21 +00:00
dp%netscape.com
a068fb0984
Removing unused header file
2000-01-22 22:47:39 +00:00
dp%netscape.com
c5a4faab1c
Preparing cookies for merging with necko.
...
- Eliminated interdepency betn CookieService and CookieHTTPNotify
- CID/Progid for CookieHTTPNotify
2000-01-22 22:46:13 +00:00
terry%mozilla.org
cec38157cf
Honor the emailregexp param when checking email addresses.
2000-01-22 22:19:05 +00:00
waterson%netscape.com
903106b34d
Bugs 18127, 20677, 23905. Partial fix. Give the nsXULPrototypeDocument it's own JSContext to use for compiling scripts and event handlers. Modify script and event handler code to compile shared scripts using this context, if appropriate. r=brendan
2000-01-22 22:00:35 +00:00
terry%mozilla.org
c8038545f4
Removed stupid test.
2000-01-22 21:44:10 +00:00
terry%mozilla.org
a132275ea5
AACK! checksetup.pl was stomping all over the new fielddefs table if
...
it got run more than once. This checkin fixes that, and also changes
the DumpBugActivity() routine to give me enough information to
hopefully repair the damaged mozilla.org database...
2000-01-22 21:43:30 +00:00
waterson%netscape.com
9f8ec61d34
Make comments javadoc-style.
2000-01-22 20:55:26 +00:00
morse%netscape.com
e2f4de2d3c
fix bug 24516, cookies file was being read one byte at a time, r=neeti
2000-01-22 20:24:48 +00:00
terry%mozilla.org
664cb8a7b7
Minor wording change to hopefully make it more obvious slight changes
...
in the "long description" search.
2000-01-22 19:43:30 +00:00
terry%mozilla.org
2f96a4a900
Stupid typo caused "any words" and "all words" searches on the long
...
description to crash.
2000-01-22 19:31:41 +00:00