index
:
jigong/icedtea-web.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
plugin
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix a small bug in the contain() method
Thomas Meyer
2012-08-19
1
-9
/
+11
*
Fixes PR588, Icedtea-web now saves cookies set in java cookie jar
Adam Domurad
2012-08-17
3
-1
/
+77
*
Refactor consume_message with helper consume_plugin_message
Adam Domurad
2012-08-09
1
-59
/
+64
*
Export only a minimum of symbols. This should fix PR472.
Thomas Meyer
2012-08-07
1
-0
/
+4
*
Fixes PR1106, buffer overflow in plugin table
Adam Domurad
2012-08-07
1
-1
/
+6
*
CVE-2012-3422, RH840592: Potential read from an uninitialized memory location
Deepak Bhole
2012-07-24
1
-0
/
+10
*
Small correction in strSplit
Adam Domurad
2012-07-24
1
-1
/
+1
*
Fix possible endless loop while waiting for the applet object instance to get...
Thomas Meyer
2012-07-19
1
-1
/
+10
*
Small fixes to C++ side of plugin, submitted by Martin Olsson.
Adam Domurad
2012-07-09
3
-9
/
+10
*
Small comment cleanup to classes with missing or wrong descriptions.
Adam Domurad
2012-06-25
5
-6
/
+7
*
Allow passing of plugin tables and browser tables in NP_Initialize that
Adam Domurad
2012-06-25
1
-91
/
+96
*
Fixed two memory leaks in C++ side of plugin
Adam Domurad
2012-06-15
2
-8
/
+7
*
Fixed PR855: AppletStub getDocumentBase() doesn't return full URL
Danesh Dadachanji
2012-06-14
1
-14
/
+1
*
Added patch so that applet-tags take last param.
Adam Domurad
2012-06-04
1
-3
/
+0
*
Fixing build for real, sorry for the noise.
Adam Domurad
2012-06-04
1
-1
/
+1
*
Fix build for older versions of mozilla. (Typo in untested #ifdef)
Adam Domurad
2012-06-04
1
-1
/
+1
*
Fix for PR518, adds utility function for wrapping NPString
Adam Domurad
2012-06-04
4
-56
/
+43
*
Fixed PR863: Error passing strings to applet methods in Chromium
Deepak Bhole
2012-06-01
4
-12
/
+20
*
Changed for-loops over iterators and indices to for-each loops if they
Adam Domurad
2012-05-25
4
-21
/
+20
*
Introduced constant NUM_STR_BUFFER_SIZE to replace magic constants.
Adam Domurad
2012-05-25
3
-58
/
+58
*
Removed residual free(str) on stack variable.
Adam Domurad
2012-05-24
1
-1
/
+0
*
Reapplied the patches, sorry for the mess!
Adam Domurad
2012-05-24
1
-2
/
+2
*
Backed out changeset 43a78616b1dd
Adam Domurad
2012-05-24
1
-2
/
+2
*
fixing conflict in ChangeLog
Adam Domurad
2012-05-24
1
-2
/
+2
|
\
|
*
Added Martin Olsson's typo fix
Adam Domurad
2012-05-24
1
-2
/
+2
*
|
Use g_mutex_free instead of g_free to free appletviewer_mutex (fixes
Deepak Bhole
2012-05-23
1
-2
/
+2
|
/
*
Changed usage of sprintf to snprintf. Made some small malloc'd buffers on the...
Adam Domurad
2012-05-22
2
-29
/
+31
*
Removal of synchronization on Boolean in PluginStreamHandler.
Adam Domurad
2012-05-18
1
-8
/
+4
*
Went through the source of IcedTeaWeb with FindBugs and went over all reporte...
Adam Domurad
2012-05-17
2
-6
/
+6
*
PR918: java applet windows uses a low resulution black/white icon
Omair Majid
2012-04-19
1
-0
/
+2
*
Launch errors are not being printed to terminal
Omair Majid
2012-03-14
1
-1
/
+1
*
Return 0 id to Java side if call/eval fail.
Deepak Bhole
2012-02-28
1
-3
/
+9
*
Define mime descriptions for 1.7, when built with Java7
doko
2012-02-27
1
-2
/
+16
*
PR820: IcedTea-Web 1.1.3 crashing Firefox when loading Citrix XenApp
Deepak Bhole
2012-02-27
2
-64
/
+84
*
PR852: Classloader not being flushed after last applet from a site is closed
Deepak Bhole
2012-01-27
1
-0
/
+3
*
PR838: IcedTea plugin crashes with chrome browser when javascript is executed
icedtea-web-1.2-branchpoint
Deepak Bhole
2012-01-09
1
-1
/
+7
*
Use correct response parameter when returning array member vs member itself
Deepak Bhole
2011-12-22
1
-3
/
+3
*
RH586194: Unable to connect to connect with Juniper VPN client
Deepak Bhole
2011-12-21
1
-46
/
+5
*
Made compatible with both versions of xulrunner
Jiri Vanek
2011-12-21
1
-1
/
+5
*
Fixed function name in comment for sendMember.
Deepak Bhole
2011-12-16
1
-1
/
+1
*
made compatible with rhel5 libraries
Jiri Vanek
2011-09-01
1
-12
/
+41
*
Fix RH718693: MindTerm SSH Applet doesn't work
Deepak Bhole
2011-08-24
1
-0
/
+75
*
PR749: sun.applet.PluginStreamHandler#handleMessage(String) really slow
Deepak Bhole
2011-07-21
1
-19
/
+59
*
Fix PR721: IcedTeaPlugin.so cannot run g_main_context_iteration on a differen...
Deepak Bhole
2011-06-08
8
-106
/
+209
*
PR735: Firefox 4 sometimes freezes if the applet calls showDocument()
Deepak Bhole
2011-05-27
4
-24
/
+79
*
Call dispose() from swing thread when applet is closed.
Deepak Bhole
2011-05-27
1
-3
/
+8
*
Backed out 0256de6a4bf6 as it is prone to race conditions.
Deepak Bhole
2011-05-27
1
-18
/
+9
*
Prevent applet from shutting down down if another tab with the same page is
Deepak Bhole
2011-05-02
1
-9
/
+18
*
Fix appcontext related plugin bugs.
Denis Lila
2011-04-29
1
-10
/
+26
*
Use NPN_GetURLNotify (non-blocking) instead of NPN_GetURL (blocking)
icedtea-web-1.1-branchpoint
Deepak Bhole
2011-04-21
1
-1
/
+1
[prev]
[next]