Phil Race
ca5f8bd9bb
6903970: VS2008/VS2010 build fails in make/sun/jkernel because of "afxres.h" missing
...
Reviewed-by: ohair, art
2010-05-19 09:45:05 -07:00
Mandy Chung
d1dc8092ec
6951599: Rename package of security tools for modularization
...
Move PolicyTool to sun.security.tools.policytool package
Reviewed-by: weijun
2010-05-18 13:12:46 -07:00
Lana Steuck
529eba0d94
Merge
2010-04-30 17:03:15 -07:00
Michael Wilkerson
dc22d413ff
Merge
2010-04-28 20:04:33 -07:00
Costantino Cerbo
c21ea1a6d8
6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
...
Introduce a GTK-based alternative implementation of the FileDialogPeer on X11
Reviewed-by: anthony, peterz
2010-04-28 17:16:05 +04:00
Yong Jeffrey Huang
a7b302b493
Merge
2010-04-20 01:24:48 -07:00
Yuka Kamiya
8f45ed2299
6945238: (tz) Support tzdata2010i
...
Reviewed-by: okutsu
2010-04-20 15:01:31 +09:00
Yong Jeffrey Huang
144741e52c
6875904: Java 7 message synchronization 1
...
Reviewed-by: ogino, faryad
2010-04-11 23:21:23 -07:00
Lana Steuck
e98b3651ea
Merge
2010-04-08 15:34:29 -07:00
Xueming Shen
0020f5af66
6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
...
6911753: NSN wants to add Big5 HKSCS-2004 support
Support HKSCS2008 in Big5_HKSCS and MS950_HKSCS
Reviewed-by: okutsu
2010-03-30 19:10:47 -07:00
Yuka Kamiya
a44958558e
6939021: (tz) Support tzdata2010g
...
Reviewed-by: okutsu
2010-03-30 18:35:47 +09:00
Yuka Kamiya
02e9344ed0
6933032: (tz) Support tzdata2010e
...
Reviewed-by: okutsu
2010-03-11 11:54:17 +09:00
Lana Steuck
438e92ebe0
Merge
2010-03-01 18:30:05 -08:00
Lana Steuck
642193f708
Merge
2010-02-17 10:24:30 -08:00
Yuka Kamiya
f27acf4a2a
6921289: (tz) Support tzdata2010b
...
Reviewed-by: okutsu
2010-02-12 14:38:16 +09:00
Mandy Chung
d9eac222f1
6915413: Module build: building of specified jdk components instead of all
...
Define new SUBDIRS_* variables for specifying components for one group
Reviewed-by: ohair
2010-02-10 17:51:07 -08:00
Lana Steuck
21f09fb0b2
Merge
2010-01-28 18:24:54 -08:00
Mandy Chung
b4749c950a
6911737: Module build: generate modules with native libraries and any other files not in jar
...
Create modules under OUTPUTDIR/modules directory containing resources, native libraries
Reviewed-by: alanb, ohair
2010-01-07 08:14:48 -08:00
Alexey Utkin
fa9fcae42b
4874070: invoking DragSource's startDrag with an Image renders no image on drag
...
Reviewed-by: art, denis, alexp
2009-12-24 17:19:09 +03:00
Lana Steuck
6d6ed99403
Merge
2009-12-16 00:09:57 -08:00
Yuri Nesterenko
0974e6c1f3
5099725: AWT doesn't seem to handle MappingNotify events under X11
...
5036807: Pressing action keys "STOP/AGAIN/COMPOSE" generates keycode of F11/F12 keys
4787377: VK_STOP key on Solaris generates wrong Key Code
Added an event processing lumped with similar native code for similar bugs.
Reviewed-by: art
2009-12-07 13:32:50 +03:00
Kelly O'Hair
759c63a953
Merge
2009-12-01 08:54:10 -08:00
Kelly O'Hair
cd8f275bdb
6903197: Some java template files need to be renamed to .java.template
...
Reviewed-by: alanb
2009-11-30 14:15:15 -08:00
Lana Steuck
314207e7f5
Merge
2009-11-24 18:12:46 -08:00
Lana Steuck
a23c7f2fe8
Merge
2009-11-18 18:56:59 -08:00
Vinnie Ryan
2a073650dc
Merge
2009-11-12 23:04:42 +00:00
Vinnie Ryan
005e04bd07
6894643: Separate out dependency on Kerberos
...
Reviewed-by: alanb, xuelei
2009-11-12 23:00:23 +00:00
Yuka Kamiya
a1e00ce934
6899397: (tz) Support tzdata2009r
...
Reviewed-by: okutsu
2009-11-11 15:38:47 +09:00
Abhijit Saha
b7a372efca
Merge
2009-11-06 21:32:35 -08:00
Tim Bell
44accdb4b7
Merge
2009-11-06 17:27:41 -08:00
Kelly O'Hair
4f260ef889
6888701: Change all template java source files to a .java-template file suffix
...
Reviewed-by: jjg, alanb, mr
2009-10-28 12:54:37 -07:00
Abhijit Saha
dcb2c18a2b
Merge
2009-10-23 12:58:10 -07:00
Abhijit Saha
8de5fe44f3
Merge
2009-10-22 16:28:01 -07:00
Chris Hegarty
5e235aa57e
6894169: Move HttpLogFormatter into a separate package
...
Reviewed-by: alanb
2009-10-22 15:44:42 +01:00
Abhijit Saha
cf5d27bd7c
Merge
2009-10-21 11:28:46 -07:00
Chris Hegarty
ee00e01c67
Merge
2009-10-21 15:47:09 +01:00
Chris Hegarty
6a460a3b96
6893238: Move NTLM and SPNEGO implementations into separate packages
...
Reviewed-by: michaelm, alanb
2009-10-21 15:41:42 +01:00
Jean-Christophe Collet
196a0c5cf8
6893702: Overhaul of Ftp Client internal code
...
Major reorg of internal FTP client code
Reviewed-by: chegar
2009-10-21 16:28:57 +02:00
Tim Bell
022d2f3730
Merge
2009-10-07 14:15:01 -07:00
Abhijit Saha
c6c70af568
Merge
2009-10-06 21:40:55 -07:00
Mandy Chung
9f6fbc5544
6612680: Remove classloader dependency on jkernel
...
Add a new sun.misc.BootClassLoaderHook that DownloadManager will implement
Reviewed-by: alanb, forax, igor
2009-10-05 18:15:32 -07:00
Steven Loomis
2a689e3419
Merge
2009-09-29 15:31:18 -07:00
Steven Loomis
eb4298db6a
6501644: sync LayoutEngine *code* structure to match ICU
...
Reviewed-by: prr
2009-09-29 14:06:13 -07:00
Jennifer Godinez
6103978814
Merge
2009-09-29 09:02:00 -07:00
Vinnie Ryan
f13c1a7ce9
6884175: CR cleanup for 6840752: Provide out-of-the-box support for ECC algorithms
...
Reviewed-by: wetmore
2009-09-21 23:01:42 +01:00
Chris Hegarty
fc6bda88ab
6882594: Remove static dependancy on NTLM authentication
...
Reviewed-by: alanb, weijun
2009-09-18 22:18:19 +01:00
Chris Hegarty
be7dddc8a3
6882609: Move default InMemoryCookieStore to java.net
...
Remove static dependency on sun.net.www.protocol.http
Reviewed-by: alanb, jccollet
2009-09-18 16:24:26 +01:00
Jennifer Godinez
7ba506e726
Merge
2009-09-16 19:36:05 -07:00
Yuri Nesterenko
5d7bb00c89
Merge
2009-09-15 23:41:40 -07:00
Andrew Brygin
1e716786f0
6872358: JRE AWT setBytePixels vulnerable to Heap Overflow
...
Reviewed-by: prr, hawtin
2009-09-14 11:46:16 +04:00
Andrew John Hughes
923f665126
6882745: Add DISABLE_INTREE_EC option to make new EC provider optional
...
Don't build the ec subdirectory when DISABLE_INTREE_EC is defined.
Reviewed-by: vinnie
2009-09-10 19:04:25 +01:00
Yuka Kamiya
4e70dbf4cd
6872467: (tz) Support tzdata2009l
...
Reviewed-by: okutsu
2009-08-31 14:50:33 +09:00
Xueming Shen
71cf18b3e2
4963968: zlib should be upgraded to current version of zlib
...
Upgrade zlib to the latest ver 1.2.3
Reviewed-by: martin, alanb, ksrini
2009-08-25 15:14:53 -07:00
Vinnie Ryan
59d983ade0
6840752: Provide out-of-the-box support for ECC algorithms
...
Reviewed-by: alanb, mullan, wetmore
2009-08-11 16:52:26 +01:00
Roman Kennke
eb12553aa3
6795908: Refactor FontManager
...
Reviewed-by: prr, igor
2009-08-07 18:31:11 +02:00
Chris Hegarty
75379fe244
6826780: URLClassPath should use HashMap<String, XXX> instead of HashMap<URL, XXX>
...
Replace URL with a String representation.
Reviewed-by: michaelm, jccollet
2009-08-07 10:50:26 +01:00
Bradford Wetmore
7bf6422983
6647452: Remove obfuscation, framework and provider self-verification checking
...
Reviewed-by: valeriep, vinnie
2009-08-03 18:06:51 -07:00
Xiomara Jayasena
e0c1d51604
6862919: Update copyright year
...
Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair
2009-07-28 12:12:54 -07:00
Qi Zuo
8a897fd954
Merge
2009-07-09 13:53:05 -04:00
Yuri Nesterenko
5e24ed1624
Merge
2009-07-07 23:12:36 -07:00
Andy Herrick
14323dd4c7
Merge
2009-07-06 14:10:31 -04:00
Yuri Nesterenko
6c34ebe4d3
Merge
2009-06-30 02:48:38 -07:00
Andy Herrick
84c0ca5fa8
6855953: JDK7 - merger error of deployment changes with b62 -in jdk/make/sun/Makefile
...
This problem was discovered testing initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-29 17:34:29 -04:00
Andy Herrick
974a4682e4
Merge
2009-06-29 12:06:42 -04:00
Tim Bell
645805c313
Merge
2009-06-26 10:25:45 -07:00
Yuri Nesterenko
c61b48b28b
6711676: Numpad keys trigger more than one KeyEvent
...
Introduce a new sniffer based on server keymap.
Reviewed-by: art
2009-06-26 11:48:58 +04:00
Jean-Christophe Collet
1ece67558e
6811297: Add more logging to HTTP protocol handler
...
Added extra logging to HttpURLConnection and HttpClient. Added a capture tool.
Reviewed-by: chegar
2009-06-25 18:56:30 +02:00
Yuri Nesterenko
46360bd868
Merge
2009-06-23 23:09:49 -07:00
Xueming Shen
721a90bda5
6299219: euro sign failed to be printed in Console on Localized Windows platform with GBK encoding
...
4891024: EUC-KR and JOHAB converters need to be updated to include two new characters
4287467: Character converter generator tool
Migrated some of the doublebyte charsets to the new implementation.
Reviewed-by: okutsu
2009-06-19 14:39:06 -07:00
Yuri Nesterenko
0b09aba377
Merge
2009-06-17 23:27:56 -07:00
Andy Herrick
1939fe49d8
Merge
2009-06-15 13:08:29 -04:00
Yuka Kamiya
3445a11481
6850113: Bidi class needs to be updated to support Unicode 5.1
...
Reviewed-by: okutsu
2009-06-13 06:43:54 +09:00
Andy Herrick
e487e25584
6797688: Umbrella: Merge all JDK 6u4 - 6u12 deployment code into JDK7
...
6845973: Update JDK7 with deployment changes in 6u13, 6u14
4802695: Support 64-bit Java Plug-in and Java webstart on Windows/Linux on AMD64
6825019: DownloadManager should not be loaded and referenced for full JRE
6738770: REGRESSION:JSException throws when use LiveConnect javascript facility
6772884: plugin2 : java.lang.OutOfMemoryError or crash
6707535: Crossing domain hole affecting multiple sites/domains using plug-in
6728071: Non-verification of Update files may allow unintended updates
6704154: Code loaded from local filesystem should not get access to localhost
6727081: Web Start security restrictions bypass using special extension jnlp
6727079: Java Web Start Socket() restriction bypass
6727071: Cache location/user name information disclosure in SingleInstanceImpl
6716217: AppletClassLoader adds permissions based on codebase regardless of CS
6694892: Java Webstart inclusion via system properties override [CVE-2008-2086]
6704074: localhost socket access due to cache location exposed
6703909: Java webstart arbitrary file creation using nativelib
6665315: browser crashes when deployment.properties has more slashes ( / )
6660121: Encoding values in JNLP files can cause buffer overflow
6606110: URLConnection.setProxiedHost for resources that are loaded via proxy
6581221: SSV(VISTA): Redirection FAILS to work if user does a downgrade install
6609756: Buffer Overflow in Java ActiveX component
6608712: Bypassing the same origin policy in Java with crafted names
6534630: "gnumake clobber" doesn't
6849953: JDK7 - replacement of bufferoverflowU.lib on amd64 breaks build
6849029: Need some JDK7 merge clean-up after comments on the webrev
6847582: Build problem on JDK7 with isSecureProperty in merge
6827935: JDK 7 deployment merging - problem in Compiler-msvm.gmk
6823215
: latest merge fixes from 6u12 -> JDK7
6816153: further mergers for JDK7 deployment integration
6807074: Fix Java Kernel and JQS in initial JDK7 builds
Initial changeset for implementing 6uX Deployment Features into JDK7
Reviewed-by: dgu, billyh
2009-06-12 14:56:32 -04:00
Tim Bell
54e8ace85c
Merge
2009-06-11 21:32:12 -07:00
Yuri Nesterenko
d094861eeb
Merge
2009-06-09 23:47:38 -07:00
Yuri Nesterenko
86df48bb43
Merge
2009-06-01 01:06:28 -07:00
Yuri Nesterenko
5979ab9e03
Merge
2009-06-01 01:05:22 -07:00
Andrei Dmitriev
072ba357bf
6799099: All automatic regression tests that create Robot fail on X11
...
Reviewed-by: art, ant
2009-05-22 16:09:45 +04:00
Xueming Shen
f625a6d545
6843578: Re-implement IBM doublebyte charsets
...
6639450: IBM949C encoder modifies state of IBM949 encoder
6569191: Cp943 io converter returns U+0000 and U+FFFD for unconvertable character
6577466: Character encoder IBM970 throws a BufferOverflowException
5065777: CharsetEncoder canEncode() methods often incorrectly return false
Re-write 11 IBM doublebyte charsets. Thanks Ulf.Zibis for the codereview!
Reviewed-by: martin
2009-05-21 23:32:46 -07:00
Xueming Shen
a1958b22ef
6831794: charset EUC_TW is 12.6% of the total size of charsets.jar
...
6229811: Several codepoints in EUC_TW failed in roundtrip conversion
Re-write EUC_TW charset to address the size and roundtrip issue.
Reviewed-by: alanb
2009-05-19 15:25:29 -07:00
Artem Ananiev
fb42efb4c9
6678385: Random java.lang.StackOverflowError from various JDKs
...
Reviewed-by: stayer
2009-05-15 15:40:35 +04:00
Yuri Nesterenko
ac54f240e8
Merge
2009-05-14 00:17:25 -07:00
Yuka Kamiya
136168a10c
6834474: (tz) Support tzdata2009g
...
Reviewed-by: okutsu
2009-05-12 15:21:55 +09:00
Xiomara Jayasena
e7a0b90b6d
Merge
2009-05-07 10:31:32 -07:00
Jennifer Godinez
b7456052cd
Merge
2009-04-28 13:25:25 -07:00
Andrew Haley
0d75be20c1
6829575: 100028: Debug information is incomplete or missing
...
Enable debugging in many places
Reviewed-by: ohair
2009-04-17 15:56:20 +01:00
Clemens Eisserer
dce704d578
6827989: Use Unsafe.copyMemory for array->Unsafe copy operations in RenderBuffer
...
Reviewed-by: campbell, flar
2009-04-15 08:47:21 -07:00
Lana Steuck
9769fa9e3b
Merge
2009-04-13 22:34:29 -07:00
Tim Bell
b5b691accb
Merge
2009-04-10 15:30:37 -07:00
Lana Steuck
415053276d
Merge
2009-04-09 13:12:58 -07:00
Lana Steuck
39202ea815
Merge
2009-04-07 10:04:29 -07:00
Alan Bateman
560560dc55
4890703: Support SDP (sol)
...
Reviewed-by: michaelm
2009-04-06 08:59:33 +01:00
Yuri Nesterenko
51ef95c396
6680988: KeyEvent is still missing VK values for many keyboards
...
2 new methods and some fields added to KeyEvent, plus hash of constants introduced
Reviewed-by: art
2009-03-27 12:01:24 +03:00
Anthony Petrov
a1fd30eb7a
6693253: Security Warning appearance requires enhancements
...
6779717: A Window does not show applet security warning icon on X platforms
6785058: Parent dn't get the focus after dialog is closed if security warning is applied
Forward-port from 6u10-6u14
Reviewed-by: art, dcherepanov
2009-03-26 14:38:46 +03:00
Daniel Fuchs
e466180135
6661448: Make the SNMP agent optional when OPENJDK=true and IMPORT_BINARY_PLUGS=false
...
Reviewed-by: mchung, ohair
2009-03-12 15:36:14 +01:00
Anton Tarasov
56f4a68e6b
6806217: implement synthetic focus model for MS Windows
...
Reviewed-by: art, dcherepanov
2009-03-10 18:33:29 +03:00
Lana Steuck
be8bd14e3c
Merge
2009-03-04 10:57:24 -08:00
Dmitry Cherepanov
8a7cd86a28
6809227: poor performance on Panel.Add() method in jdk6
...
Reviewed-by: art, anthony
2009-03-04 13:05:56 +03:00
Clemens Eisserer
4fd14806a4
6791612: OGLBat tests are failed in jdk 7 b42
...
Reviewed-by: tdv
2009-02-26 13:38:38 -08:00
Lana Steuck
ddc1549079
Merge
2009-02-22 12:26:39 -08:00
Artem Ananiev
e67e7cb5a7
6633275: Need to support shaped/translucent windows
...
Forward-port from 6u14, no public API is introduced
Reviewed-by: anthony, dcherepanov
2009-02-11 17:07:06 +03:00
Lana Steuck
f9c7b83d22
Merge
2009-02-10 12:26:12 -08:00
Anthony Petrov
13c271c69b
6797195: Forward-port enhancements for hw/lw mixing from 6u12 to 7
...
Reviewed-by: art, dcherepanov
2009-02-04 11:58:13 +03:00
Lana Steuck
c88ad511d0
Merge
2009-02-03 22:02:55 -08:00
Lana Steuck
0d1c16da0e
Merge
2009-01-29 18:33:52 -08:00
Lana Steuck
6701ca1be7
Merge
2009-01-29 09:25:47 -08:00
Yuka Kamiya
02e741f275
6796489: (tz) Support tzdata2009a
...
Reviewed-by: okutsu
2009-01-26 09:19:59 +09:00
Mandy Chung
11431a6329
6793429: Use compiled properties instead of plain properties for resource file
...
Rename the variables in Resources.gmk to make compiled properties more explicit
Reviewed-by: naoto, yhuang
2009-01-20 13:02:58 -08:00
Lana Steuck
e39c4cbfe7
Merge
2009-01-06 16:24:03 -08:00
Tim Bell
928a098209
Merge
2008-12-19 10:37:50 -08:00
Phil Race
5b1de891b3
6708137: Remove obsolete fontconfig.98.properties from JDK 7
...
Reviewed-by: jgodinez, naoto
2008-12-18 11:25:09 -08:00
Xiomara Jayasena
cc8641d33a
6785258: Update copyright year
...
Update copyright for files that have been modified starting July 2008 to Dec 2008
Reviewed-by: katleman, ohair, tbell
2008-12-15 16:55:25 -08:00
Xueming Shen
89fa477ecf
6642323: Speeding up Single Byte Decoders
...
6642328: Speeding up Single Byte Encoders
Re-implementation of mapping based sbcs charts
Reviewed-by: alanb
2008-12-10 14:03:15 -08:00
Clemens Eisserer
5d3228cbb3
6708580: Java applications slow when EXA enabled
...
Reviewed-by: prr, tdv
2008-12-04 11:21:26 -08:00
Yuka Kamiya
1bff9286d7
6764308: (tz) Support tzdata2008i
...
Reviewed-by: okutsu
2008-10-30 13:12:54 +09:00
Lana Steuck
92c83c7681
Merge
2008-10-20 19:07:12 -07:00
Lana Steuck
eb292c9219
Merge
2008-10-17 15:01:10 -07:00
Tim Bell
ecacc1fb5f
Merge
2008-10-17 08:41:15 -07:00
Yuka Kamiya
7fb9ea225e
6758988: (tz) Support tzdata2008h
...
Reviewed-by: okutsu
2008-10-16 14:00:58 +09:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
Yuka Kamiya
671a2de6c7
6756569: (tz) Support tzdata2008g
...
Reviewed-by: okutsu
2008-10-07 18:25:59 +09:00
Bradford Wetmore
c63de8e0a8
Merge
2008-10-06 09:17:35 -07:00
Yuri Nesterenko
ae6690b302
5100701: Toolkit.getLockingKeyState() does not work on XToolkit, but works on Motif
...
Does not work on Motif but works on XToolkit now; implemented using XQueryPointer.
Reviewed-by: anthony
2008-10-06 16:45:00 +04:00
Xiomara Jayasena
6e86513c3a
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Lana Steuck
297ae75019
Merge
2008-09-24 08:14:37 -07:00
Chris Hegarty
9f7bdd313a
6746836: java.net exception classes don't specify serialVersionUID
...
Reviewed-by: alanb, jccollet
2008-09-19 15:14:53 +01:00
Andrei Dmitriev
2c0b584b2d
6315717: Support for mouse with multiple scroll wheels and 4 or more buttons
...
Implementation of the more mouse buttons support
Reviewed-by: art, dcherepanov
2008-09-16 12:17:02 +04:00
Martin Buchholz
f284d2a3b2
6744609: Disable MMX support when building libpng library
...
Define -DPNG_NO_MMX_CODE unconditionally, not just on 64-bit Linux
Reviewed-by: anthony, art
2008-09-08 17:26:24 -07:00
Yuka Kamiya
54e427219c
6730743: (tz) Support tzdata2008e
...
Reviewed-by: okutsu
2008-09-08 17:35:07 +09:00
Artem Ananiev
e4f977c0a1
6585765: RFE: Remove Unicows-related code from AWT
...
6733976: VS2008 errors compiling AWT files - explicit casts need to be added
6728735: VS2008 errors compiling UnicowsLoader.h and fatal error in awtmsg.h
Unicows-related and Win95/98/Me-related code is removed
Reviewed-by: uta, tdv
2008-08-26 13:09:34 +04:00
Lana Steuck
f0ef7211c5
Merge
2008-08-25 13:58:15 -07:00
Xiomara Jayasena
4fb42021d7
Merge
2008-08-12 15:17:12 -07:00
Yuri Nesterenko
540f1f640a
Merge
2008-08-08 03:32:34 -07:00
Kelly O'Hair
b046ce6d82
Merge
2008-08-06 16:43:53 -07:00
Kelly O'Hair
0d4785d9a3
6728161: Add SKIP_BOOT_CYCLE feature to create boot jdk and use it during build
...
Needed BOOT_JAR_JFLAGS. Fixed PREVIOUS_RELEASE_IMAGE.
Reviewed-by: tbell
2008-08-06 15:02:15 -07:00
Lana Steuck
bd39fefcf9
Merge
2008-08-05 17:44:17 -07:00
Kelly O'Hair
413cf8882e
6729772: 64-bit build with SS12 compiler: SIGSEGV (0xb) at pc=0x0000000000000048, pid=14826, tid=2
...
Reviewed-by: tbell
2008-07-30 19:40:57 -07:00
Kelly O'Hair
034e883c86
6727683: Cleanup use of COMPILER_WARNINGS_FATAL in makefiles
...
Reviewed-by: tbell
2008-07-27 18:42:57 -07:00
Lana Steuck
025ca5d66a
Merge
2008-07-24 21:12:50 -07:00
Dmitri Trembovetski
bd5f86fee1
6728492: typo in copyrights in some files touched by the d3d pipeline port
...
Reviewed-by: prr
2008-07-22 11:24:32 -07:00
Dmitri Trembovetski
e4c9db984f
6725214: D3D: forward-port the new pipeline from 6u10
...
Forward port of the new Direct3D 9 rendering pipeline from 6u10. Also includes fixes for 6690659 6689025 6658398 6596234.
Reviewed-by: campbell, prr
2008-07-18 10:48:44 -07:00
Xiomara Jayasena
2617d1d179
6719955: Update copyright year
...
Update copyright year for files that have been modified in 2008
Reviewed-by: ohair, tbell
2008-07-02 12:55:45 -07:00
Yuri Nesterenko
f8d7c817f6
6706121: makefile: unnecessary Motif classes compilation in JDK7
...
Removed 80 obsolete .c and .java files, temporary modified some more
Reviewed-by: denis
2008-06-19 11:26:54 +04:00
Phil Race
64cefa94d1
6378099: RFE: Use libfontconfig to create/synthesise a fontconfig.properties
...
Reviewed-by: tdv, igor
2008-06-12 13:17:33 -07:00
Xiomara Jayasena
cd6060aace
Merge
2008-06-12 11:46:57 -07:00
Martin Buchholz
0fbcd876e7
6710907: vestigial MOTIF references from Makefiles
...
Reviewed-by: ohair, tbell
2008-06-10 16:31:26 -07:00
Phil Race
a2ffb58a98
Merge
2008-05-19 15:33:24 -07:00
Keith McGuigan
c3f28b519a
6697875: Copyright headers need to be upgraded with GPL derivative
...
Update copyright headers to GPL
Reviewed-by: xdono
2008-05-08 09:16:03 -04:00
Phil Race
faadc39966
6656651: Windows Look and Feel LCD glyph images have some differences from native applications
...
Reviewed-by: igor, tdv
2008-04-30 13:10:39 -07:00
Andrew Haley
f82f310aba
6523403: Need to provide lcms library with PYCC and LINEAR_RGB OS ICC profiles
...
Add two contributed profiles and a fix to GRAY.pf, all from Redhat, keiths@redhat.com contributed the GRAY.pf fix.
Reviewed-by: jgodinez, avu, prr
2008-04-24 11:58:13 -07:00
Keith McGuigan
cd24f6fc4a
6690122: Provide a mechanism for specifying Java-level USDT-like dtrace probes
...
Initial checkin of JSDT code
Reviewed-by: sspitsyn, sbohne
2008-04-17 22:00:16 -04:00
Xueming Shen
7f4be79650
6529796: Support JIS X 0213:2004 in existing JDK versions, especially for Windows Vista
...
SJIS0213 support
Reviewed-by: naoto
2008-04-10 14:45:58 -07:00
Bradford Wetmore
e6ce57d09e
6683078: Update JCE framework and provider builds to work on read-only filesystems
...
6644659: Error in default target of make/javax/crypto in OpenJDK build
Reviewed-by: valeriep, ohair
2008-04-06 10:15:03 -07:00
Oleg Sukhodolsky
816ed65ca6
6630878: clean target in sun/xawt is incomplete
...
Clean target should remove .gen_icons
Reviewed-by: yan
2008-03-20 16:21:44 +03:00
Anthony Petrov
f92bcde478
6613927: Compilation of splashscreen png library failed on Ubuntu 7.04 (64bit)
...
The macro PNG_NO_MMX_CODE should be defined when compiling on 64bit Linux
Reviewed-by: yan, avu
2008-03-18 13:53:08 +03:00
J. Duke
319a3b9947
Initial load
2007-12-01 00:00:00 +00:00