Ted Mielczarek
38a9d25509
Update NSPR to the NSPR_HEAD_20091019 CVS tag. r=wtc
2009-10-20 08:13:38 -04:00
Wan-Teh Chang
37420f7f96
Bug 516396: Update NSPR to the NSPR_4_8_2_RTM CVS tag. Back out the
...
incorrect input length check in PR_strtod.
2009-10-05 16:20:41 -07:00
Wan-Teh Chang
7f6049c07e
Bug 516396: Update NSPR to the NSPR_4_8_1_RTM CVS tag.
2009-09-28 18:58:38 -07:00
Wan-Teh Chang
218ade1c4a
Update NSPR to the NSPR_4_8_1_BETA2 CVS tag. Includes fixes for
...
bug 414772 and bug 516396.
2009-09-25 18:36:35 -07:00
Wan-Teh Chang
1c561f6ec9
Update NSPR to the NSPR_4_8_1_BETA1 CVS tag. Contains the fixes for
...
bug 516396 and bug 515064.
2009-09-21 18:40:41 -07:00
Wan-Teh Chang
82e01899a8
Update NSPR to the NSPR_HEAD_20090828 CVS tag. Contains fixes
...
for bug 366194, bug 506502, bug 508165, bug 509243, bug 510705,
bug 511315, bug 512806.
2009-08-28 19:53:48 -07:00
Wan-Teh Chang
75412c2aad
Update NSPR to the NSPR_HEAD_20090801 CVS tag.
...
- Change version from 4.8 to 4.8.1 Beta
- Fix bug 492779, bug 501864, bug 504379, bug 505889, bug 507506
2009-08-07 08:48:30 -07:00
Wan-Teh Chang
9562e5e313
Bug 492464: Update NSPR to NSPR_4_8_RTM.
...
Fix bug 492779 and bug 493378.
2009-05-19 17:53:55 -07:00
Wan-Teh Chang
50bee36753
Bug 86396: Update NSPR to NSPR_4_8_BETA2.
...
Also fix bug 492117, bug 492170, bug 492303, bug 492305.
2009-05-12 14:18:38 -07:00
Wan-Teh Chang
b22caf8e57
Dummy change to force NSPR to rebuild on Tinderboxes.
2009-05-08 06:56:42 -07:00
Wan-Teh Chang
7fdcd0cc6e
Bug 86396: update NSPR to NSPR_4_8_BETA1.
...
Also fix Bug 491045, bug 476996, bug 485318, bug 485374, bug 427136.
2009-05-08 06:46:38 -07:00
timeless@mozdev.org
00db2778c1
Bug 491441: Update NSPR to the NSPR_HEAD_20090505 CVS tag.
...
Bug 491441: Firefox crashes on startup in PR_SetLogFile() with NSPR_LOG_FILE env var set
Bug 488621: PR_Now() resolution on Windows Mobile is 1 second.
Moving tag to fix regression from
Bug 432430 [PATCH] NSPR port to Symbian OS, unit tests tested
2009-05-05 15:41:50 +03:00
Wan-Teh Chang
520dbc7d37
Bug 489231: Update NSPR to the NSPR_HEAD_20090501 CVS tag.
2009-05-01 06:59:46 -07:00
Wan-Teh Chang
32a240fd4f
Upgrade NSPR to NSPR_HEAD_20090321. This CVS tag includes
...
the following changes:
- Bug 439144: fixed strict aliasing issues in prdtoa.c
- Bug 449665: suppress the parentheses warnings in prdtoa.c
- Bug 442706: build for Symbian OS with autoconf and GNU make
- Bug 432430: some more changes for the Symbian OS port
- Bug 476536: added PR_ASSERT_CURRENT_THREAD_OWNS_LOCK and
PR_ASSERT_CURRENT_THREAD_IN_MONITOR.
- Bug 478687: made PRUint64/uint64 compatible with uint64_t
for 64-bit Mac OS X
- Bug 480730: PR_LoadLibrary for 64-bit MAC OS X should not
search DYLD_LIBRARY_PATH if the library is specified as a
pathname
- Bug 480740: PR_ParseTimeString crash with dates >= year
3001 when compiled with Visual C++ 2005.
- Bug 480074: better dependency resolution for import libraries
- Bug 469083: ported NSPR test programs to WINCE
- Bug 433790: removed some obsolete WIN16 code
2009-03-22 09:44:55 -07:00
Robert Sayre
e46f24dd7b
Merge tracemonkey to mozilla-central.
2009-03-09 14:45:46 -04:00
Wan-Teh Chang
12c6c40357
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
01f22522e5
Bug 350 and Bug 456449: Upgraded NSPR to NSPR_HEAD_20090209.
2009-02-09 12:24:50 -08:00
Wan-Teh Chang
3776ed6001
Bug 456449: Upgraded NSPR to NSPR_HEAD_20090207.
2009-02-07 11:51:41 -08:00
Wan-Teh Chang
cf84acb225
Bug 456449: Upgraded NSPR to NSPR_HEAD_20090205.
2009-02-05 20:13:54 -08:00
Wan-Teh Chang
1b7409f4d0
Bug 456449: dummy whitespace change to force NSPR to rebuild.
2009-02-04 20:50:34 -08:00
Wan-Teh Chang
1350be7144
Bug 456449: updated NSPR to NSPR_HEAD_20090204.
2009-02-04 20:49:21 -08:00
Daniel Holbert
bd4c30b1d8
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
c755eee8e7
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
c2b3e61546
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
25c8ba2efe
Bug 469870: Upgraded nsprpub to NSPR_HEAD_20081216. r=kaie.
2008-12-18 14:34:38 -08:00
Jim Blandy
d19055fbb5
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
f8a04239b0
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
18f3c396e4
Backing out unwanted configure change, sigh
2008-10-20 15:15:57 +13:00
Robert O'Callahan
988739e6a9
Bug 421662. Remove unused files.
2008-10-20 15:14:50 +13:00
Robert O'Callahan
67a2922875
Revert nsprpub configure micro-change in case that caused Windows bustage
2008-10-16 11:49:44 +13:00
Robert O'Callahan
15284f10e3
Bug 459619. Add zoom support to reftest harness. r+sr=dbaron
2008-10-16 09:49:42 +13:00
Wan-Teh Chang
2c5ff6c233
Import NSPR_4_7_2_BETA4.
2008-10-11 10:46:10 -07:00
Wan-Teh Chang
30d6aa30c1
Bug 453372 - Import NSPR_4_7_2_BETA3. r=kaie.
2008-09-05 11:03:20 -07:00
Brendan Eich
4f74091e79
Merge.
2008-09-04 01:21:49 -07:00
Wan-Teh Chang
65aa975060
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
51357ace04
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
4eaa0d954e
Import NSPR 4_7_1_RTM
2008-06-06 08:36:51 -04:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
wtc%google.com
21f8cf3cba
Set NSPR version to 4.7.2 Beta 1.
2008-08-11 23:16:44 +00:00
nelson%bolyard.com
0cd22df562
fix systemic misspellings of deprecated and function for bug #448200
...
r=julien.pierre
2008-08-04 22:36:03 +00:00
wtc%google.com
f1d8c21973
Bug 436845: Added runtests.pl, which can kill a timed-out test on Windows
...
and will replace runtests.sh soon. The patch is contributed by Christophe
Ravel <christophe.ravel.bugs@sun.com> and Slavomir Katuscak
<slavomir.katuscak@sun.com>. r=wtc.
2008-07-27 16:41:46 +00:00
wtc%google.com
8b1bfd2340
Bug 370766: Ported NSPR to 64-bit Mac OS X (x86-64), except prlink.c. The
...
patch is contributed by Glen Beasley <glen.beasley@sun.com>. r=wtc.
Modified files: configure configure.in _darwin.cfg _darwin.h os_Darwin.s
Added file: os_Darwin_x86_64.s
2008-07-27 16:04:23 +00:00
wtc%google.com
5fc6a81a0c
Bug 432430: Checked in the straightforward porting changes for Symbian OS.
...
The patch is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc.
Modified files: prmapopt.c prosdep.c uxrng.c prsystem.c prtime.c ptsynch.c
2008-07-26 18:14:23 +00:00
wtc%google.com
e1bcb2a130
Bug 432430:More header file changes required for the Symbian OS port. The
...
patch is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc.
Modified Files: _pth.h _unixos.h prosdep.h
2008-07-26 17:49:39 +00:00
wtc%google.com
23b05f4987
Bug 417044: Support building Mac universal binaries in a single pass.
...
The patch is contributed by Benjamin Smedberg <benjamin@smedbergs.us>.
r=wtc.
Modified files: configure configure.in _darwin.cfg
Added files: os_Darwin.s
2008-07-23 04:06:58 +00:00
wtc%google.com
1a0d4cc422
Bug 432430: Updated _symbian.cfg and prtypes.h for Symbian OS. The patch
...
is contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc.
2008-07-19 16:56:11 +00:00
wtc%google.com
28ddccf0da
Bug 436806: On FreeBSD, assume elf instead of a.out if the objformat
...
utility is not available. The patch is contributed by Marco Perez
<bugmail@millibyte.net>. r=wtc.
2008-07-12 14:23:46 +00:00
wtc%google.com
73f78af198
Bug 432430: fail the compilation if __arm__ is not defined.
2008-06-24 03:48:58 +00:00
wtc%google.com
67cab1b501
Bug 432430: the first part of the port to Symbian OS. The patch is
...
contributed by Harry Li <harry.li@pagefreedom.org>. r=wtc.
Added files: _symbian.cfg _symbian.h symbian.c
2008-06-24 03:31:14 +00:00
wtc%google.com
d36f687b32
Bug 332942: use 'uname -p' instead of 'uname -m' to determine if we're
...
building on SPARC. Note that we may not be able to build NSPR on SPARC V8
after this change. If that's a problem, please reopen this bug. The patch
is contributed by Julien Pierre <julien.pierre.boogz@sun.com>. r=wtc.
Modified Files:
configure configure.in pr/src/Makefile.in
pr/src/md/unix/Makefile.in
2008-06-07 20:25:59 +00:00