summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bug 372654 - XULRunner 10 crash when JS window.print() invokedGrant Gayed2012-04-096-10/+73
|
* Bug 376150 - NegativeArraySizeException in Menu.getItemsSilenio Quarti2012-04-051-0/+4
|
* Bug 376183 - [Browser] tabbing does not work in XULRunner 10Grant Gayed2012-04-051-0/+36
|
* [Mozilla] fix key/mouse events regressionGrant Gayed2012-04-041-4/+4
|
* Bug 375980 -ControlExample should supportCarolyn MacLeod2012-04-042-2/+4
| | | Browser#addAuthenticationListener(..)
* v3826v3826Silenio Quarti2012-04-025-5/+11
|
* Bug 375830 - Webkit on windows can fail with newer Safari versionsLakshmi Shanmugam2012-04-031-33/+55
|
* ensure that Hudson commits xulrunner-fix libsGrant Gayed2012-04-021-0/+1
|
* merge nsIDocShell_1_8 into nsIDocShellGrant Gayed2012-04-023-314/+14
|
* Bug 375790 - [SWT_AWT] Hangs on quit on Mac OS X LionSilenio Quarti2012-04-021-1/+14
|
* revert library count increments, don't count xulrunnerfix libsGrant Gayed2012-04-021-7/+7
|
* Bug 327696 - implement support for xulrunner >= 4.0 (jemalloc workaroundGrant Gayed2012-04-024-13/+52
| | | for Linux)
* Failing JUnit tests. Text segments not implemented on CocoaSilenio Quarti2012-04-021-0/+3
|
* move non-gen'd natives out of gen'd sectionGrant Gayed2012-03-301-7/+7
|
* revert inadvertent changesGrant Gayed2012-03-291-1/+1
|
* need to be able to overwrite native package name (actual code)Silenio Quarti2012-03-2925-22/+74
|
* need to be able to overwrite native package nameSilenio Quarti2012-03-291-0/+4
|
* Bug 373036 - SWT Cocoa should not change Cocoa cell classes permanentlySilenio Quarti2012-03-291-8/+13
|
* fix Mozilla cache directory location on OS X againGrant Gayed2012-03-293-3/+3
|
* revert inadvertent changesGrant Gayed2012-03-292-2/+0
|
* re-register BrowserFunctions if XULRunner 10Grant Gayed2012-03-291-0/+4
|
* fix problems with 64-bit XULRunnerGrant Gayed2012-03-291-9/+9
|
* v3825Silenio Quarti2012-03-295-5/+11
|
* revert inadvertant changesGrant Gayed2012-03-292-11/+2
|
* External class detailsGrant Gayed2012-03-291-2/+14
|
* Bug 373253 - BrowserFunction not working with XULRunner 10Grant Gayed2012-03-2915-1263/+527
|
* initialGrant Gayed2012-03-2915-20/+1150
|
* Bug 375619 - Toolbar with only separator(s) should not be in tab orderSilenio Quarti2012-03-291-1/+1
|
* v3824v3824bSilenio Quarti2012-03-281-0/+6
|
* improve fix for Bug 367216 (OS X)Grant Gayed2012-03-271-1/+2
|
* Bug 353084-Layout problem with Shell toolbarLakshmi Shanmugam2012-03-272-33/+30
|
* v3824v3824aSilenio Quarti2012-03-261-0/+6
|
* Bug 367216 - XulRunner leaves cache files in Roaming Profile (OS X)Grant Gayed2012-03-264-2/+24
|
* Bug 367216 - XulRunner leaves cache files in Roaming Profile (windows)Grant Gayed2012-03-247-53/+80
|
* use horizontal space instead of ScrolledCompositeCarolyn MacLeod2012-03-211-63/+58
|
* Bug 374948 - [Browser] mozilla is given invalid profile directory inGrant Gayed2012-03-211-0/+16
| | | some circumstances
* v3824v3824Silenio Quarti2012-03-195-5/+11
|
* Bug 374628 - gc.setBackgroundPattern does not draw correctly in CocoaSilenio Quarti2012-03-191-0/+33
|
* Remove gdk_event_get_graphics_expose function.Alexander Kurtakov2012-03-194-26/+2
| | | | It is not used by anything, deprecated and removed in GTK 3.
* Make gdk_gc_set_ts_origin dynamic.Alexander Kurtakov2012-03-193-2/+13
| | | | | All usages covered by alternative paths - either cairo or alternative GTK api implementation
* Make gdk_gc_set_tile dynamic.Alexander Kurtakov2012-03-193-3/+11
| | | | All usages are covered by alternative cairo implementation.
* Make gdk_gc_set_line_attributes dynamic.Alexander Kurtakov2012-03-193-6/+11
| | | | Usages of the function already have alternative cairo implementation.
* Remove gdk_gc_set_clip_rectangle.Alexander Kurtakov2012-03-194-30/+2
| | | | Nothing uses it and it's deprecated and removed in GTK 3.
* Make gdk_gc_set_background dynamic.Alexander Kurtakov2012-03-193-2/+11
| | | | Single usage, cairo alternative is implemented.
* Make gdk_gc_set_dashes dynamic.Alexander Kurtakov2012-03-193-2/+11
| | | | Two usages, both covered by alternative Cairo codepath.
* Make gdk_gc_set_clip_origin and gdk_gc_set_clip_mask dynamic.Alexander Kurtakov2012-03-193-5/+22
| | | | | There is single usage of these in GC drawImageMask method which is used only in non-Cairo paths.
* Make gdk_draw_layout_with_colors dynamic.Alexander Kurtakov2012-03-193-3/+11
| | | | | There are 5 usages in total each of them covered by cairo alternative path. The function is removed from GTK 3.
* Make gdk_draw_lines dynamic.Alexander Kurtakov2012-03-193-3/+11
| | | | | Single usage and already covered by cairo path. The function is removed in GTK 3.
* Make gdk_draw_line dynamic.Alexander Kurtakov2012-03-193-3/+11
| | | | | Used in two places and both have a cairo path returning prior to the function invocation. The function gdk_draw_line is removed in GDK 3.
* Make gdk_draw_point dynamic.Alexander Kurtakov2012-03-193-3/+11
| | | | | There is only single usage and it's usage is already covered by cairo path. The gdk_draw_point function is removed in GTK 3.