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

67049 Коммитов

Автор SHA1 Сообщение Дата
rjc%netscape.com ce3187b7fc Fix bug # 46710: can only start a drag on <treeitem> nodes. r=me 2000-08-01 08:24:07 +00:00
bryner%uiuc.edu 9f8d91fae8 Removing unused, old, obsolete files. Should not affect anything in the
build.  r=cls.
2000-08-01 07:50:09 +00:00
bryner%uiuc.edu 814ed2385c Oops- forgot to remove this makefile when I removed the obsolete files in
modules/libpref/l10n.  Does not affect build.
2000-08-01 06:51:54 +00:00
cls%seawood.org c6e8a9b610 For reasons not yet known, my build & the linux/arm tinderbox needed to include <stdlib.h> to get atoi(). 2000-08-01 06:09:14 +00:00
cls%seawood.org 1497d2d1b1 Snarf'd gtk's NS_GetCurrentThread() implementation. 2000-08-01 06:02:28 +00:00
cls%seawood.org 77d5cdb7ed BeOS doesn't need mcom_db.h either 2000-08-01 06:01:24 +00:00
danm%netscape.com b21ec5e6b0 reverting to 1.65 -- though a slightly different version. i thought i was seeing a crash from that version, but now i think not. so, like before, bug 46556 r=saari. (also on M17 branch, rev 1.64.14.3) 2000-08-01 04:45:58 +00:00
danm%netscape.com ad48a83b95 reverting last change, which causes new crashes 2000-08-01 02:58:13 +00:00
mscott%netscape.com 4914b24aae Bug #1635 --> if we are downloading the entire message, set total download size based on the RFC822.SIZE response.
r=bienvenu
2000-08-01 02:53:46 +00:00
dougt%netscape.com 86bb592ff1 Make setting the env MBs not bytes. r=valeski@netscape.com
DEBUGGIN code
2000-08-01 02:51:22 +00:00
mscott%netscape.com e04d33ce78 Bug #1539 --> if the identity already has an smtp server associated with it, don't create another one.
r=alecf
2000-08-01 02:48:12 +00:00
rjc%netscape.com 6195c9e0e0 Specify query encoding string for this search engine. r=me a=johng 2000-08-01 02:47:17 +00:00
dougt%netscape.com 54f8f10f69 Fix to allow MOZ_MEM_LIMIT be the upper limit in memory allocation.
Debugging code.  pavlov reviewed.
2000-08-01 01:46:52 +00:00
nelsonb%netscape.com 1e9c30b7ed Declare mp_int function arguments "const" as appropriate. 2000-08-01 01:38:30 +00:00
dougt%netscape.com 473c66645a Minor changes. Using service manager returned from NS_InitXPCOM. 2000-08-01 01:37:44 +00:00
dougt%netscape.com 0248791f75 Ton of changes. Basically using nsIWebBrowserChrome now.
valeski@netscape.com
47003
2000-08-01 01:37:07 +00:00
endico%mozilla.org dfc6f9e83a Generate brief logs for beos builds. Fix for bug 37218. Patch contributed by Justin Morey <justin@68k.org> 2000-08-01 01:36:35 +00:00
nelsonb%netscape.com f914572320 Change default value for MP_ARGCHK to depend on whether or not DEBUG is
defined.  Raise the default "precision" to reduce reallocations.
2000-08-01 01:36:30 +00:00
danm%netscape.com 59227f3b4b release the keyboard navigator in the destructor. seems to fix a secondary, rarer crash in bug 46556. also in M17 branch (rev 1.64.14.1). r=saari 2000-08-01 01:26:06 +00:00
rhp%netscape.com 8dcc2fc64d Fix for extra table in quoted output - Bug #: 46975 - r: rhp - mozilla contribution 2000-08-01 01:25:59 +00:00
rhp%netscape.com 9c7f4dddcc Fix for possible duplicate entry issues on sync failure - Bug # 1407 - r: bienvenu 2000-08-01 01:25:40 +00:00
danm%netscape.com d90897cc8a Glossing over the real problem (a leaking content area docshell), in the sure hope that nsBrowserInstance is going away soon, this embarrassing hack stops crash bug 46556. Same change is on M17, rev 1.139.2.4. r=hyatt 2000-08-01 01:16:40 +00:00
pinkerton%netscape.com 4fc06c1391 Fix for 39078, tooltips not disappearing on mouse clicks in button. when we get a mousedown, close the tooltip and cancel the timer. r=saari. 2000-08-01 01:05:58 +00:00
harishd%netscape.com f51a308560 Migrating
-------------
46269 [nsbeta2+] - Fixed a crash, in CStartToken::IsEmpty(), caused by a wrong casting.
r=hiekki.
2000-08-01 01:02:09 +00:00
bryner%uiuc.edu 24bfc09eb3 Fix for bug 42052 (auto->none for max-width of menuitems in
menulists).  r=ben.
2000-08-01 00:59:37 +00:00
tao%netscape.com d3adb334d4 1683: Missing Buddy list from sidebar on new install.r=sgehani,a=pdt. 2000-08-01 00:57:33 +00:00
tao%netscape.com ead700e4b5 1683: BuddyList missing from sidebar on new install.r=sgehani,a=pdt. 2000-08-01 00:53:48 +00:00
pinkerton%netscape.com 2d01870c1c fix for 38359, link drags not firing if mouse was close to an edge. we need to fake out the ESM by setting |mCurrentTarget| to where the mouse went down so event.target is correct in JS. r=saari. 2000-08-01 00:35:23 +00:00
pinkerton%netscape.com 9fb2c9c95f Fix for 38359, reset cursor to arrow before invoking d&d. 2000-08-01 00:32:17 +00:00
dimator%netscape.com 46c94ac2af Bug 23760. Updating threaded/unthreaded column icons. r=putterman 2000-07-31 23:38:21 +00:00
BlakeR1234%aol.com c87463138c Fix bug 47020, add menu checkmarks. r=jag a=putterman 2000-07-31 23:25:41 +00:00
vidur%netscape.com 5d71119cbe Adding xmlextras to the default build target so that it can be included in the nightlies as per leaf. a=leaf, r=pollmann 2000-07-31 23:14:24 +00:00
bryner%uiuc.edu 2794897c33 Patch from blizzard to fix 45808 (unable to get focus in file input
textfield on Linux).  r=me.
2000-07-31 23:00:28 +00:00
pinkerton%netscape.com 0aabac67f5 for bug 39326, don't send the drop event to gecko if the canDrop is false on the drag session. 2000-07-31 22:54:03 +00:00
pinkerton%netscape.com d632cd285b for bug 39326, add a drag over handler to reject drags from the same content area. better than the way i did it before. 2000-07-31 22:53:26 +00:00
mcafee%netscape.com 97457b8b31 Saving horizontal space in diskspace pref pane (40888). r=matt 2000-07-31 22:47:26 +00:00
wtc%netscape.com 48f87f0557 Bugzilla bug #17223: fixed an error found when I compiled on Mac. 2000-07-31 22:40:12 +00:00
ben%netscape.com 6d2227df47 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support. 46613 - Make unix build the windows classic skin for now. Also a good test
for system colour support.
2000-07-31 22:29:30 +00:00
ducarroz%netscape.com b585cd2ea2 Cleanup message compose menus. That fix bugs 23458, 33076, 33500, 39791, 39843, 39852, 40210, 40302, 40313, 40315, 40323, 40328, 40339, 45932. R=mscott 2000-07-31 22:09:48 +00:00
BlakeR1234%aol.com 790e1fed19 Fix bug 47036, remove ellipses from Edit | Preferences to conform to UI guidelines. r=jag, a=brade 2000-07-31 22:03:04 +00:00
sfraser%netscape.com a24c68f7a3 Fix for bug 47084 - assertion because GetElementById was sometimes called with an empty string. r=pinkerton. 2000-07-31 21:47:44 +00:00
ducarroz%netscape.com a8dd3e401b Fix for bug 35746. Replace prefilled recipients (reply-to, bcc) when switching identity. R=mscott 2000-07-31 21:46:33 +00:00
pinkerton%netscape.com 95a8d9dc82 for bug 39326, don't load urls dragged from the same content area. 2000-07-31 21:35:01 +00:00
ben%netscape.com 84b50b6ac5 one of these days I won't suck. Not any day soon though, I'd wager. 2000-07-31 21:29:59 +00:00
alecf%netscape.com 5453fbe713 fix for #38834 r=ben (last week sometime)
make wizard page X of Y localizable
2000-07-31 21:26:29 +00:00
BlakeR1234%aol.com 5c53daeaf7 Fix for bug 47037, remove unnecessary ellipses from some Composer menu items. r=jag, a=brade 2000-07-31 21:25:31 +00:00
gagan%netscape.com 07f6d9fc02 Fix for bug 20145. Proxy Auto Config is now in. For more information check http://www.mozilla.org/docs/netlib/pac.html r=bryner,rjc. 2000-07-31 21:24:55 +00:00
mcafee%netscape.com 1fc69c00a2 Cleaning up cache pref panel (40888). r=matt 2000-07-31 21:22:53 +00:00
nboyd%atg.com dcf4e1e9e4 Fix javadoc. 2000-07-31 21:19:05 +00:00
ben%netscape.com 487b96aa41 forgot to check this file in with previous checkin for pink... 2000-07-31 21:10:56 +00:00