Robert Sayre
7d362491de
Merge tracemonkey to mozilla-central.
2009-03-09 14:45:46 -04:00
Wan-Teh Chang
437aae9049
Bug 461270: Upgraded NSPR to NSPR_HEAD_20090210: linking NSPR
...
shared libraries should use LDFLAGS.
2009-02-11 12:09:38 -08:00
Wan-Teh Chang
44a474fc72
Bug 350 and Bug 456449: Upgraded NSPR to NSPR_HEAD_20090209.
2009-02-09 12:24:50 -08:00
Wan-Teh Chang
40fe45901f
Bug 456449: Upgraded NSPR to NSPR_HEAD_20090207.
2009-02-07 11:51:41 -08:00
Wan-Teh Chang
b4288562f4
Bug 456449: Upgraded NSPR to NSPR_HEAD_20090205.
2009-02-05 20:13:54 -08:00
Wan-Teh Chang
ad4a1c023d
Bug 456449: dummy whitespace change to force NSPR to rebuild.
2009-02-04 20:50:34 -08:00
Wan-Teh Chang
66184c6720
Bug 456449: updated NSPR to NSPR_HEAD_20090204.
2009-02-04 20:49:21 -08:00
Daniel Holbert
ace316395f
Bug 473236 - follow up patch v3a: restore executable status for some files that might need it. a=ted
2009-01-23 11:52:51 -08:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Brian Birtles
0a47d48dae
Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc
2009-01-14 20:38:07 -08:00
Wan-Teh Chang
1d046d134d
Bug 469870: Upgraded nsprpub to NSPR_HEAD_20081216. r=kaie.
2008-12-18 14:34:38 -08:00
Jim Blandy
49680acf08
Bug 97954: Compare SpiderMonkey's copies of build files with originals at check time. r=luser
...
SpiderMonkey now has its own copy of some of the files from ./config
and ./build. Since there is a decent amount of churn in that area, I
don't want it to become a burden to make merges back and forth. This
patch adds a comment explaining the 'identical if present' policy, and
runs a script to verify that it's actually being observed.
2008-10-29 08:40:39 -07:00
Kai Engert
77debeca59
Bug 461082, Deliver NSS 3.12.2 and NSPR 4.7.2 to Mozilla
...
r=wtc
2008-10-23 02:38:29 +02:00
Robert O'Callahan
c9ad4afaa2
Backing out unwanted configure change, sigh
2008-10-20 15:15:57 +13:00
Robert O'Callahan
779c60c3bb
Bug 421662. Remove unused files.
2008-10-20 15:14:50 +13:00
Robert O'Callahan
bf60e8ddbf
Revert nsprpub configure micro-change in case that caused Windows bustage
2008-10-16 11:49:44 +13:00
Robert O'Callahan
fd567efec5
Bug 459619. Add zoom support to reftest harness. r+sr=dbaron
2008-10-16 09:49:42 +13:00
Wan-Teh Chang
b611eac0b6
Import NSPR_4_7_2_BETA4.
2008-10-11 10:46:10 -07:00
Wan-Teh Chang
7cd34a8f94
Bug 453372 - Import NSPR_4_7_2_BETA3. r=kaie.
2008-09-05 11:03:20 -07:00
Brendan Eich
03eed1f6f9
Merge.
2008-09-04 01:21:49 -07:00
Wan-Teh Chang
d6b8cbe18b
Bug 450696: Updated NSPR to the NSPR_4_7_2_BETA2 CVS tag. r=kaie
2008-09-01 12:15:40 -07:00
Robert O'Callahan
7644127121
Bug 444688. Use an IsFrameOfType check instead of a frame state bit to detect whether a frame excludes ignorable whitespace children. r+sr=dbaronlayout
2008-07-14 10:41:18 +12:00
Benjamin Smedberg
bcf96ec404
Import NSPR 4_7_1_RTM
2008-06-06 08:36:51 -04:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
wtchang%redhat.com
7a4679101b
Bugzilla bug 363997: define the WSAOVERLAPPED type properly to fix MinGW
...
build failure. The patch is contributed by Martijn Wargers
<martijn.martijn@gmail.com>. r=wtc.
2007-03-15 20:20:37 +00:00
wtchang%redhat.com
237a6540be
Bugzilla bug 363997: when running on Windows Vista, set the sockets in the
...
compatibility mode so that the new TCP/IP stack in Windows Vista can
interoperate with all the TCP/IP implementations. The patch is contributed
by Seth Spitzer <sspitzer@mozilla.com>. r=wtc,biesi
Modified Files: _win95.h w95io.c w95sock.c w95thred.c
2007-03-14 18:00:44 +00:00
wtchang%redhat.com
e87c436f0e
Bug 34843: PR_StringToNetAddr and PR_NetAddrToString should call
...
getaddrinfo and getnameinfo if they exist. Based on the patch contributed
by Noriko Hosoi <nhosoi@redhat.com>. r=nhosoi
Modified files: _win95.h _winnt.h prnetdb.c
2007-03-01 18:11:17 +00:00
wtchang%redhat.com
ac29cffb5e
Bug 369467: use a more robust way to ensure the pointer p does not point
...
before the array big. The patch is contributed by Wolfgang Rosenauer
<mozilla@rosenauer.org>. r=wtc
2007-02-15 18:23:15 +00:00
wtchang%redhat.com
fde6f51f7b
Bug 362768: implemented NSPR shared library finalization function for AIX.
...
r=nelsonb
Modified files: pr/src/Makefile.in ptthread.c
2007-01-20 20:27:53 +00:00
wtchang%redhat.com
a175e2beec
Bug 329807: define struct _md_sockaddr_in6 because HP-UX's struct
...
sockaddr_in6 is only 32-bit aligned. r=nelsonb
2007-01-17 18:11:06 +00:00
wtchang%redhat.com
64d888aa96
Bugzilla bug 362768: improved comments.
2007-01-16 01:39:41 +00:00
wtchang%redhat.com
d4a5017c65
Bug 365997: declared the variable 'dst' as pointer to const.
2007-01-16 00:24:09 +00:00
wtchang%redhat.com
62a46d3476
Bug 365997: changed timetest to test the years 2005-2008 rather than the
...
years 1993-1996. This tests its ability to use both the old and new DST
rules. Patch by Nelson Bolyard of Sun Microsystems. r=alexei.volkov
2007-01-16 00:13:59 +00:00
wtchang%redhat.com
0a8d63224c
Bug 365997: updated PR_USPacificTimeParameters with the new US Daylight
...
Saving Time rule. By Nelson Bolyard of Sun Microsystems. r=wtc.
2007-01-16 00:06:21 +00:00
wtchang%redhat.com
2d9e5fb023
Bugzilla bug 362768: restored the _pt_thread_death call in _PR_Fini because
...
the cause of the hang on Mozilla shutdown (JavaScript bug 366869) has been
fixed.
2007-01-13 01:20:41 +00:00
wtchang%redhat.com
216e1db43f
Bug 329807: set USE_IPV6=1 (define _PR_INET6) on HP-UX B.11.23 or later,
...
based on information from HP. r=nelsonb,darin
Modified files: configure configure.in _hpux.h
2007-01-13 00:32:39 +00:00
wtchang%redhat.com
9ad9fc306a
Bugzilla bug 362768: commented out the _pt_thread_death call in _PR_Fini
...
that was causing a hang on Mozilla shutdown. It may not be safe to call
NSPR thread private data destructors in _PR_Fini.
2007-01-12 18:59:31 +00:00
wtchang%redhat.com
db092eb476
Bug 362768: implemented NSPR shared library finalization function for major
...
Unix platforms. r=nelsonb
Modified files: pr/src/Makefile.in ptthread.c
2007-01-11 22:27:44 +00:00
wtchang%redhat.com
73f98a0d57
Bug 254983: implemented PR_DetachThread for Unix. r=nelsonb
2007-01-11 02:06:17 +00:00
wtchang%redhat.com
3fc02c7483
Bug 365703: added a level of parenthesis. Suggested by Mike Hommey.
...
Modified files: prlog.c prtrace.c
2007-01-05 22:30:38 +00:00
wtchang%redhat.com
0ccd39fbd2
Bug 365703: turn off logging and tracing if the effective group ID is
...
different from the real group ID. The patch is suggested by Mike Hommey
<mh+mozilla@glandium.org>. r=nelsonb,wtc.
Modified files: prlog.c prtrace.c
2007-01-05 22:26:27 +00:00
wtchang%redhat.com
d3f767c907
Bugzilla Bug 362134: fixed a crash in dtoa when running with reduced CPU
...
float precision. Original patch for jsdtoa.c in JavaScript by Keith Victor
<keith@virtock.com>. r=wtc.
2006-12-21 22:41:42 +00:00
wtchang%redhat.com
0702112e3b
Bugzilla Bug 360933: removed dead code (for the plevent.h functions and for
...
Win16 support).
Modified Files:
README.TXT
Removed Files:
w16gui/.cvsignore w16gui/Makefile.in w16gui/popfile.c
w16gui/popfind.c w16gui/popfont.c w16gui/poppad.c
w16gui/poppad.h w16gui/poppad.ico w16gui/poppad.rc
w16gui/popprnt0.c w16gui/readme.1st
2006-12-19 02:33:05 +00:00
wtchang%redhat.com
a51d562cb5
Bugzilla Bug 360933: removed the 'windows' directory from CVS.
2006-12-19 02:25:11 +00:00
wtchang%redhat.com
878f15822e
Bugzilla Bug 360933: removed dead code (for the plevent.h functions, which
...
have been moved to XPCOM).
Removed files: makefile readme.1st winevent.c
2006-12-19 02:21:06 +00:00
wtchang%redhat.com
20fe111616
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to
...
NSPR. By Peter Weilbacher <mozilla@weilbacher.org>. r=mkaply, sr=wtc
2006-12-14 19:24:27 +00:00
mozilla%weilbacher.org
f57ac3b0f8
[OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 2, changes to NSPR. r=mkaply, sr=wtc
2006-12-12 22:00:25 +00:00
wtchang%redhat.com
52961ada07
Bug 236613: added newline to the end of file.
2006-12-12 19:35:56 +00:00
gerv%gerv.net
caae487a24
Bug 236613: change to MPL/LGPL/GPL tri-license.
2006-12-11 09:45:41 +00:00
wtchang%redhat.com
d0f07464a0
Bugzilla Bug 363092: removed the pthread_kill macro definition. Mac OS X
...
has had the pthread_kill function since 10.2. The patch is contributed by
Josh Aas <joshmoz@gmail.com>. r=mark.mentovai,wtc
2006-12-08 22:58:13 +00:00