Commit Graph

74451 Commits

Author SHA1 Message Date
blakeross%telocity.com
823ad2d8c0 Fixing problem with my previous patch for bug 60005. sr=alecf 2001-01-02 05:39:40 +00:00
alecf%netscape.com
52d7407235 add null pointer checks to avoid crashing during history commit - avoid crash described in bug 62968
r=blake
(no sr= cuz it's so freakin simple)
2001-01-02 05:27:13 +00:00
disttsc%bart.nl
0b267f4347 Fix attribute namespace goof-up in html tooltip code, r=jst, a=alecf 2001-01-02 02:46:20 +00:00
blizzard%redhat.com
efb8c9f79a Fix bug #49223. Add a profile api to the embedding widget. r=conrad, sr=alecf 2001-01-02 00:50:31 +00:00
rpotts%netscape.com
55b3f45f81 Some changes to make nsDocShell::LoadStream() work better... 2001-01-01 22:48:47 +00:00
bienvenu%netscape.com
b1208e5479 work on offline disk space mgmt sr=ssptizer for mscott 17217 2001-01-01 22:00:17 +00:00
jst%netscape.com
96702bc8a2 Fixing bug 57534. document.open() is defined to not return anything in the DOM spec but for backwards compatibility it needs to return the document itself. r=blakeross@telocity.com, sr=brendan@mozilla.org 2001-01-01 20:54:38 +00:00
blakeross%telocity.com
4b8940586c Fix 60005: prefs UI for showing and hiding tooltips. r=timeless sr=alecf 2001-01-01 04:25:06 +00:00
timeless%mac.com
e61af952fe fix for bug 63475 Code Cleanup. Based on style flaws noticed in bug 61287
r=bryner, sr=brendan@mozilla.org.
2001-01-01 03:58:07 +00:00
pschwartau%netscape.com
bc3b1264b8 Correcting bug that cropped up when system clock was set to GMT Standard Time 2001-01-01 02:40:28 +00:00
bryner%uiuc.edu
6b4c51f030 Bug 63904 - Don't fetch the system setting for number of lines to scroll per mousewheel movement on each scroll. r=timeless, sr=scc. 2001-01-01 01:37:00 +00:00
blakeross%telocity.com
51b8fae8b5 Fix 51796: right clicking on checkboxes and radiobuttons shouldn't do anything, and fix keyboard activation. r=timeless sr=alecf 2001-01-01 00:29:40 +00:00
kandrot%netscape.com
7026cbd649 New format, and it now generates code for some functions. Structure
should be final with this checkin, now it is a matter of filling in the details
2000-12-31 23:20:00 +00:00
blakeross%telocity.com
2d0790d997 Fix 58562: JS strict warnings in threadPane.js. patch by Jarrod Gray (jarrod.k.gray@rose-hulman.edu). r=blake sr=alecf 2000-12-31 07:59:47 +00:00
kandrot%netscape.com
c0c89193e3 Changed to use objects for each opcode. Changed the instruction decoding.
Made it so it can fit better into an optimization scheme.
2000-12-31 06:59:21 +00:00
sspitzer%netscape.com
571284efc2 fix for #63994, fix string used in news error alert. sr=bienvenu. 2000-12-31 02:57:01 +00:00
sspitzer%netscape.com
5dc2fa42a9 comment out dump() statement. no reviewer. 2000-12-31 00:26:10 +00:00
sspitzer%netscape.com
dc6f21a541 clean up some string code. thanks to disttsc@bart.nl for the suggestions.
sr=bienvenu
2000-12-30 23:54:53 +00:00
kandrot%netscape.com
c7bf17da1d Can decode simple intel programs, but I need to change the stored
representation, so I am saving a snapshot before I do this.
2000-12-30 22:12:54 +00:00
sspitzer%netscape.com
a8d656a021 ignore generated Makefile, no reviewer. 2000-12-30 21:09:11 +00:00
sspitzer%netscape.com
ac7fdaf776 wrap more printfs with #ifdef DEBUG_edburns. no reviewer. 2000-12-30 21:08:11 +00:00
blakeross%telocity.com
8147ac3692 Fix 60736: JS strict warnings in contentAreaUtils.js. patch by Henrik Gemal (gemal@gemal.dk). r=blake sr=alecf 2000-12-30 20:56:12 +00:00
sspitzer%netscape.com
851fd292f5 fix for #48424. make it so double clicking on the column headers doesn't open
a stand alone message window.  sr=bienvenu
2000-12-30 20:48:15 +00:00
sspitzer%netscape.com
9b03137d9d making it so only edburns sees his debugging printfs. no reviewer. 2000-12-30 20:46:17 +00:00
sspitzer%netscape.com
0a5936e804 comment out some debugging dump statements. no reviewer. 2000-12-30 20:45:32 +00:00
dbaron%fas.harvard.edu
e1e893d76d Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com 2000-12-30 19:25:23 +00:00
dbaron%fas.harvard.edu
caa9658024 Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com 2000-12-30 19:22:22 +00:00
dbaron%fas.harvard.edu
c4eca7f813 Add testcase for bug 63785 to block regression tests. Not part of build. 2000-12-30 15:46:29 +00:00
kandrot%netscape.com
2ef503cc86 new model for decode intel instructions. Keeping it off my local machine. 2000-12-30 12:45:08 +00:00
kandrot%netscape.com
8ac4f49892 first pass at defining the structure needed to solve this problem 2000-12-30 09:30:34 +00:00
beard%netscape.com
4ca46948df another pass over LexUtils::cmp_nocase(). 2000-12-30 08:08:12 +00:00
beard%netscape.com
41d32a622f fix unsigned/signed comparison warnings 2000-12-30 07:55:01 +00:00
beard%netscape.com
2d8bdb7992 Use GC-safe vector of JSFunction* to hold getters/setters. 2000-12-30 07:46:18 +00:00
beard%netscape.com
661e422910 no need to copy JSString values into String values. 2000-12-30 07:06:03 +00:00
bryner%uiuc.edu
ed536def44 Turning off includes of obsolete headers which will be removed for bug 38061. r=sspitzer, sr=tor. 2000-12-30 06:50:30 +00:00
cls%seawood.org
6fdbc88979 Switch to $< & $@ so that VPATH can do its magic.
Bug #58804
2000-12-30 06:36:06 +00:00
cls%seawood.org
d67e0d81fc Preparations for building on win32 with autoconf Makefile.ins. 2000-12-30 05:44:01 +00:00
jar%netscape.com
88c88a8462 Added call-stack-based type refinement, and made other type expansion controllable from command line 2000-12-30 05:39:24 +00:00
cls%seawood.org
bdf2e4f551 Check for __unix__ as well as __unix since gcc 2.95.2 on linux/ppc doesn't define __unix.
r=monkeypox tinderbox
2000-12-30 02:12:15 +00:00
sspitzer%netscape.com
19f7ef0d56 comment out a dump statement. no reviewer. 2000-12-30 01:38:05 +00:00
bryner%uiuc.edu
20a50b7fc0 Removing more unused files for bug 38061. sr=cls. 2000-12-30 01:24:27 +00:00
rogerl%netscape.com
61eb9f446d Fixed bit-rot in exception handling, removed unused locals. 2000-12-30 01:13:06 +00:00
rogerl%netscape.com
6676b0784f re-ordered members wrt init sequence. 2000-12-30 01:08:31 +00:00
cls%seawood.org
0293179f8b Sync'ing long lost changes between Makefile & Makefile.in 2000-12-30 00:47:58 +00:00
jgmyers%netscape.com
3ec7ae612f Remove dead code. Bug 63834 r=bryner sr=scc 2000-12-30 00:22:50 +00:00
jgmyers%netscape.com
2d887dad2c removed files: mozilla/mailnews/mime/src/oldi18n.c 2000-12-30 00:19:53 +00:00
mccabe%netscape.com
a8ec7cd47b Add emacs makefile modeline.
Not part of the Mozilla build.
2000-12-29 23:23:52 +00:00
nelsonb%netscape.com
dfe078513f Don't build libfreebl_*_3.a . Just build the .so's. 2000-12-29 23:21:51 +00:00
bienvenu%netscape.com
6f2568e88f more work on reading offline news, sr=sspitzer for mscott 15870 2000-12-29 22:49:05 +00:00
bryner%uiuc.edu
9a961598e2 Removing dead references to old header files that will be going away for bug 38061. r=jag, sr=cls. 2000-12-29 22:41:22 +00:00