rginda%netscape.com
553623e45e
- not built yet -
...
initial checkin of jsdebugger extension
2001-04-14 19:15:10 +00:00
rginda%netscape.com
c7b6faefda
-- not built --
...
unix make fixes
unix "missing initializer" warnings
2001-04-14 18:57:00 +00:00
dbaron%fas.harvard.edu
94bf29bec5
Attempt to fix OS/2 bustage by adding the programs listed in SIMPLE_PROGRAMS to CPPSRCS as well, as they are in other makefiles that use SIMPLE_PROGRAMS. r=disttsc@bart.nl b=75163
2001-04-14 18:36:47 +00:00
axel%pike.org
f919e41152
not part of default build; PathExpr did wrong for //; code by sicking, r=me, sr=shaver, bug 75307
2001-04-14 17:24:59 +00:00
beard%netscape.com
b85b5e504f
Fix for bug #49130 , a=phil
2001-04-14 17:18:14 +00:00
dbaron%fas.harvard.edu
9890e4f7b9
Reduce the size of nsXPIDL[C]String by making destructor non-virtual and thus removing vtable pointer. b=75163 r=waterson@netscape.com sr=scc@mozilla.org
2001-04-14 17:08:16 +00:00
bienvenu%netscape.com
d8235fe21a
fix 75912 downloading news msgs for offline use stops if article not found, also 71581 hang going offline if you have no newsgroups configured for offline use sr=sspitzer
2001-04-14 15:30:19 +00:00
bienvenu%netscape.com
0290c88968
add error status for news msg not found 15870 sr=sspitzer
2001-04-14 15:28:50 +00:00
bienvenu%netscape.com
bd38a71d20
fix status msg for offline news sr=sspitzer 15870
2001-04-14 15:27:31 +00:00
attinasi%netscape.com
075cacae44
Fix for problem where a StyleContext changes its CRC and does not update the styel context cache. b=73553 r=karnaze sr=waterson
2001-04-14 14:06:27 +00:00
markh%activestate.com
3f42d206b4
A number of changes moving towards dynamic linking support on Linux.
...
Not part of the build.
2001-04-14 13:41:35 +00:00
markh%activestate.com
4336e571ed
Add DOMString tests.
...
Not part of the build.
2001-04-14 08:15:29 +00:00
markh%activestate.com
ce79e537bf
Almost complete support for DOMStrings. Also fix a crash with some Unicode objects.
...
Not part of the build.
2001-04-14 08:14:33 +00:00
markh%activestate.com
01b86d2d47
Remove a misleading comment.
...
Not part of the build.
2001-04-14 08:04:37 +00:00
bryner%uiuc.edu
e828c987b4
Bug 61707 - Removing mac smart-scrolling warning. r=hewitt, sr=hyatt.
2001-04-14 08:03:01 +00:00
brendan%mozilla.org
ef5f23f75e
Use parent, if non-null, as scope chain with which to find default proto from Class.prototype, in js_{New,Construct}Object (75975, sr=jband&jst).
2001-04-14 07:34:58 +00:00
attinasi%netscape.com
91b83e404f
Fix for regression: only restrict HTML content from event pseudo application. b=75823 sr=hyatt
2001-04-14 06:34:50 +00:00
blakeross%telocity.com
0ae4fdef6a
The last two patches were by John Morrison <jrgm@netscape.com>. Sorry for forgetting to attribute them.
2001-04-14 05:30:53 +00:00
blakeross%telocity.com
781651777a
Empty or otherwise messed up buttons in profile dialogs (73781, 73666). r=timeless sr=alecf
2001-04-14 05:28:49 +00:00
leaf%mozilla.org
b64459ba52
Automated update
2001-04-14 03:30:07 +00:00
bryner%uiuc.edu
d133331d26
Add support for building PSM from the nss autoconf branch using --enable-crypto. Remove references to obsolete MOZ_SECURITY define. r=cls.
2001-04-14 03:20:48 +00:00
cls%seawood.org
083f73e3c6
CConverting line-endings to fix cement bustage. Extra ^Ms are A Bad Thing(tm).
2001-04-14 02:45:59 +00:00
sspitzer%netscape.com
fd244297e9
#5335 show location in search dialog
...
#75942 enter in a search term kicks off search
#72253 no sort by thread in the search dialog
#44341 showing the wrong columns in search dialog
#75939 bad row count problems with search
remove unused search-widgets.css
r=mscott,sr=bienvenu
2001-04-14 02:16:56 +00:00
sspitzer%netscape.com
443901857c
#75603 rebuild picker every time
...
#74672 use "ignoreincolumnpicker" allow columns to not show up in picker.
needed for mailnews, since since the thread pane is used by the search dialog.
sr=hyatt
2001-04-14 02:09:36 +00:00
darin%netscape.com
9deb4986e3
Patch to finalize necko loadFlags and fix HTTP validation correctness w.r.t.
...
cache validation preferences and browsing via history. r=gagan,gordon.
Fixes several bugs that I would mention here if bugzilla weren't down ;-)
2001-04-14 02:02:19 +00:00
dougt%netscape.com
48b4fc668c
More Assertions and checks for null similar to the last checkin. r=me
2001-04-14 02:01:37 +00:00
myk%mozilla.org
62514913c5
bug 75991: removed bugzilla-specific stuff and added bugzilla-specific script since bugzilla is moving to mothra; genstats.cgi will do the bonsai stats and genstats-bz.cgi will do the bugzilla stats
2001-04-14 01:47:40 +00:00
disttsc%bart.nl
c7f411cf13
Fix senna bustage (MOZ_TRACK_MODULE_DEPS)
2001-04-14 01:42:54 +00:00
sfraser%netscape.com
ff576df0df
These changes fix PR_Poll on Mac thusly:
1. Factor out checking the fds into a new function CheckPollDescs()
2. Factor out setting/clearing the polling thread on those fds into
SetDescPollThread()
3. Be more careful about where we set the polling thread on the fds, ensuring
that we turn off interrupts and hold a lock around the code that sets up the
polling thread and checks for data on the fds. This fixes the race condition
that causes this bug.
4. We now clear the polling thread on the fds when coming out of PR_Poll, so that
the notifier doesn't attempt to wake the wrong thread when called when
we're not polling.
5. Implement a 0-timeout version that behaves like select().
Bugzilla bugs 72965 and 60509. r=gordon, larryh.
2001-04-14 01:10:27 +00:00
blakeross%telocity.com
0997e8bc01
Accelerator and command problems in mailnews (75447, 75038, 75453). r=ssu sr=sspitzer
2001-04-14 01:08:15 +00:00
law%netscape.com
1eb69820e2
Bug 57576; add SetIcon method to widgets and add code to nsXULWindow to set icons per window; no icons available yet, unless you roll your own; see bug for details; r=mcafee, sr=hyatt
2001-04-14 00:57:30 +00:00
sgehani%netscape.com
6ef78999bb
Don't UTF-8 encode bookmark URLs twice.
...
b = 54866
r = sgehani (checking in for waterson)
sr = alecf
2001-04-14 00:45:15 +00:00
jgmyers%netscape.com
28dd401ff4
STARTTLS sockets shouldn't send v2 hello: bug 75617 r=javi sr=brendan
2001-04-14 00:41:50 +00:00
hyatt%netscape.com
46df562a47
Fix to ensure 100ms minimum when timeout is less than 100ms for animated images. Checking in for pav. r=saari, sr=me
2001-04-14 00:40:47 +00:00
dougt%netscape.com
52b85e64e9
Attempting to fix 74057, although not likely. See bug for details.
...
If you are asserting after this patch is applied, please contact dougt@netscape.com .
r=gagan@netscape.com
sr=waterson@netscape.com
2001-04-14 00:34:06 +00:00
yokoyama%netscape.com
926aac3073
Partial fix for 66020: /r=valeski; /sr=alecf
2001-04-14 00:31:09 +00:00
mscott%netscape.com
13da2a9965
NOT PART OF THE BUILD
Make the mac moz-icon url code work when the file doesn't exist by leveraging the new get file extension method.
2001-04-14 00:27:09 +00:00
beard%netscape.com
5583150c3d
Remove bogus access paths. r/sr=sfraser
2001-04-14 00:16:29 +00:00
beard%netscape.com
6b8a7db136
Fix for bug #74476 : pass the actual date to PRMJ_DSTOffset() rather than 0.
2001-04-14 00:07:53 +00:00
mscott%netscape.com
58b067cb80
NOT PART OF THE BUILD
...
Make moz-icon urls support both a nested file url and a non existent dummy file.
i.e.
moz-icon:file:///c/test.html?size=32
and
moz-icon:dummyFile.html?size=16
in the later case we use the file extension to determine the icon to fetch.
2001-04-13 23:58:24 +00:00
cls%seawood.org
a0985e37ff
Add security to psm2 DIRS list so that BUILD_MODULES=psm2 works (how did this ever work before?)
2001-04-13 23:54:47 +00:00
dveditz%netscape.com
c64c1ce909
bug 75487 PSM2 installer issues, r=/sr=leaf
2001-04-13 23:50:22 +00:00
andreww%netscape.com
390bcc5098
bugzilla 53825 on behalf of MPT r = lordpixel, sr=hewitt
2001-04-13 23:39:12 +00:00
sfraser%netscape.com
429c3dca4f
Fix the build. This was EXACTLY what my nsFileStream.h changes were meant to detect. Ha!
2001-04-13 23:29:16 +00:00
waterson%netscape.com
e1850afc18
Convert some of nisheeth's debugging code into PR_LOG()'s so everyone can share. Implement the GetName() method for the dummy layout channel. r=nisheeth, sr=jst
2001-04-13 23:24:25 +00:00
colin%theblakes.com
5fb258f72f
Use MOZ_COMPONENT_LIBS and pass via EXTRA_DSO_LDOPTS instead
...
of EXTRA_LIBS. r=cls b=75876.
2001-04-13 23:21:54 +00:00
dveditz%netscape.com
981e8139c0
fix for 73520, update user agent to 0.8.1+
2001-04-13 23:11:45 +00:00
sfraser%netscape.com
1c6cb0dfc9
Fix bug 71064; give the file stream classes private, and unimplemented copy constructors and assignment operators, prevent clients from passing them by value. r=waterson, sr=scc
2001-04-13 22:50:23 +00:00
law%netscape.com
7a1c4d2c69
Updates to work in progress for bug 52454
2001-04-13 22:36:42 +00:00
sfraser%netscape.com
22179ab725
Fix bugs 75649 and 9131. Make moveToAlertPosition work properly, by ensuring that the dialog has some size before trying to position it. Also, only use the default position for the find dialog if you haven't persisted its position once before. r=jag, sr=sspitzer.
2001-04-13 22:30:04 +00:00