Peter Weilbacher
|
692af584ce
|
[OS/2] Bug 446159: query the plugin version resource on OS/2, r=mkaply
|
2008-07-19 18:06:47 +00:00 |
|
Peter Weilbacher
|
279aa88357
|
Bug 446159: fix build break in nsPluginsDir for OS/2 and BeOS
|
2008-07-19 11:08:19 +00:00 |
|
Karl Tomlinson
|
2c4159eaf8
|
NPNVxDisplay for windowless plugins should not return the Display* of an XtBin. b=444252 r+sr=jst
|
2008-07-17 13:19:54 +12:00 |
|
Robert Longson
|
30c9633728
|
Bug 444996 - Compilation broken on various platforms. INT_MAX was not declared in this scope. r+sr=vladimir
|
2008-07-16 10:20:24 +01:00 |
|
Dave Townsend
|
95e762fed9
|
Bug 427743: Expose file version of plugins. r+sr=jst
|
2008-07-15 11:50:42 +01:00 |
|
Boris Zbarsky
|
eb9b98e4f7
|
Bug 430424: Remove no longer needed code that munges "type" attributes in the DOM. r+sr=jst
|
2008-07-14 19:35:23 -04:00 |
|
Peter Lubczynski
|
8b9d3981c8
|
Bug 241262 – npapi's [u]int32 isn't guaranteed to always be 32 bits. r+sr=jst
|
2008-07-12 11:47:24 +02:00 |
|
Johnny Stenback
|
780b88c2b2
|
Landing last part of the fix for bug 435334. Make our #ifdef OJI code really be just that, rather than tell us whether Java is available or not. r=joshmoz@gmail.com, sr=jonas@sicking.cc
|
2008-07-11 14:28:12 -07:00 |
|
Johnny Stenback
|
de8f9420c4
|
Landing part of the fix for bug 435334. Remove Java specific code that does nobody any good in our samples. r=joshmoz@gmail.com, sr=jonas@sicking.cc
|
2008-07-11 14:24:43 -07:00 |
|
Vladimir Vukicevic
|
8e6047ac2b
|
b=443693, check png info callback correctly; r=joe
|
2008-07-11 13:52:30 -07:00 |
|
Mats Palmgren
|
0b959cc689
|
Annotate the out param with [shared] and add a comment about it. b=434429 r+sr=bzbarsky
|
2008-07-08 02:23:04 +02:00 |
|
Wolfgang Rosenauer
|
45e2122519
|
Bug 424626 – (linux) Firefox is put into offline mode on startup when NetworkManager is running but not controlling the active network interface. - unhide pref [r=gavin(irc)]
|
2008-07-02 12:30:12 +02:00 |
|
Gavin Sharp
|
4dc6d586f8
|
Fix spelling mistake from bug 433248's patch (comment failure string)
|
2008-07-01 03:12:46 -04:00 |
|
Benjamin Smedberg
|
884ca0dcae
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Benjamin Smedberg
|
a124d5b9a1
|
Bug 442714 - Mark NS_STACK_CLASS on nsAutoString, r=dbaron
|
2008-06-30 14:46:47 -04:00 |
|
Justin Dolske
|
9d58c646fa
|
Bug 438394 – land workaround patch for unkillable hangs when loading VerifiedDownloadPlugin.plugin on trunk. r=josh
|
2008-06-29 17:05:48 -07:00 |
|
Johnny Stenback
|
161f55769a
|
Landing fix for bug 319371. Fix how we call NPP_GetURLNotify() in cases where the network load fails. Patch by wbardwel@curl.com, r+sr=jst@mozilla.org
|
2008-06-27 13:19:37 -07:00 |
|
Johnny Stenback
|
a93b574466
|
First part of the fix for bug 435334. Move the JVM auth tools from the OJI code into the plugin code. The code in question is in no way dependent on OJI and will be completely removed once the NPAPI has support for what this code offers. r=joshmoz@gmail.com, sr=jonas@sicking.cc
--HG--
rename : modules/oji/public/nsIJVMAuthTools.idl => modules/plugin/base/public/nsIJVMAuthTools.idl
rename : modules/oji/src/nsJVMAuthTools.cpp => modules/plugin/base/src/nsJVMAuthTools.cpp
rename : modules/oji/src/nsJVMAuthTools.h => modules/plugin/base/src/nsJVMAuthTools.h
|
2008-06-27 12:27:40 -07:00 |
|
Johnny Stenback
|
f9bac91ffb
|
Fixing bug 441923. Stop our SDK sample plugins from crashing on destruction. r+sr=jonas@sicking.cc
|
2008-06-25 17:00:59 -07:00 |
|
Johnny Stenback
|
86a2c30b71
|
Fixing bug 433880. Stop the flash player from crashing when entering full-screen mode. Patch by mats.palmgren@bredband.net, r+sr=jst@mozilla.org
|
2008-06-18 16:55:38 -07:00 |
|
Doug Turner ext:(%22)
|
0d9545724c
|
Removing Minimo references. b=405705, r=ted
|
2008-06-16 13:57:42 -07:00 |
|
Sudheer Kumar Peddireddy
|
e620026ed6
|
Increase the initial sizes of hash tables that are guaranteed to grow. b=432633 r=dbaron
|
2008-06-03 15:25:31 -07:00 |
|
Dave Townsend
|
98e7b2dbe3
|
Bug 433248: nsIZipWriter crashes FF3 on access to nsIZipWriter.file. r=jst
|
2008-06-03 11:42:16 +01:00 |
|
mozilla@weilbacher.org
|
fede530801
|
[OS/2] Bug 433220: fix Thunderbird build break on OS/2, r=mkaply
|
2008-05-11 13:49:57 -07:00 |
|
mozilla@weilbacher.org
|
712036e929
|
[OS/2] Bug 381333: set new sane font defaults for OS/2 cairo builds, r=mkaply, a1.9+=damons
|
2008-05-01 23:27:27 -07:00 |
|
mozilla@weilbacher.org
|
210cfd2855
|
[OS/2] Bug 421988: add ipluginw to the trunk source tree and build it by default to (re-)enable Java plugins, r=mkaply, a1.9=beltzner
|
2008-05-01 14:03:36 -07:00 |
|
jdaggett@mozilla.com
|
155ba88610
|
Bug 418479. Allow antialiased text rendering to be disabled for small text sizes via a pref. r+sr=vlad, a=damons
|
2008-05-01 02:07:17 -07:00 |
|
pavlov@pavlov.net
|
769d8abc7f
|
bug 422024. work around bad plugins causing a crash by using the wrong allocator to allocate. r/sr=jst
|
2008-04-30 17:17:54 -07:00 |
|
gavin@gavinsharp.com
|
873e344a1e
|
Fix wrapping nit from bug 412770
|
2008-04-23 16:32:50 -07:00 |
|
gavin@gavinsharp.com
|
3505d40d73
|
Bug 412770: Add ability to monitor plug-ins at run-time, patch by Fima Kachinski <xrayon@gmail.com>, r+sr=roc, sr=jst, a=beltzner
|
2008-04-23 16:24:21 -07:00 |
|
gavin@gavinsharp.com
|
2bc3d7b25e
|
Bug 427978: default to using file extension if file used in moz-icon doesn't exist, patch by Jim Mathies <jmathies@mozilla.com>, r=stuart, a=schrep
|
2008-04-16 13:16:31 -07:00 |
|
gavin@gavinsharp.com
|
68c0b4c984
|
Bug 422978: disable pipelining for SSL again, since it broke some internet banking websites, patch by Honza Bambas <honzab@allpeers.com>, r=biesi, a=beltzner
|
2008-04-16 13:07:49 -07:00 |
|
mats.palmgren@bredband.net
|
6bf782cd21
|
Stop QuickTime and Flip4Mac plugins directly when requested (not off an event). b=426524 r+sr=jst a1.9=beltzner
|
2008-04-16 13:06:48 -07:00 |
|
alqahira@ardisson.org
|
89a0bf1024
|
Bug 426957 - Add default Mac fonts for Telugu and Kannada. r=smontagu, sr=roc, a1.9=beltzner
|
2008-04-09 10:40:39 -07:00 |
|
alqahira@ardisson.org
|
2aa34bca82
|
Bug 423582 - Switch Mac (CJK) font prefs to the canonical font names. r=jdaggett, sr=roc, a1.9=beltzner
|
2008-04-08 17:22:52 -07:00 |
|
reed@reedloden.com
|
f96acf5a13
|
Bug 420416 - "Artifacts in some APNG frames" [p=glennrp@gmail.com (Glenn Randers-Pehrson) r+sr=stuart a=blocking1.9+]
|
2008-04-08 11:38:22 -07:00 |
|
dcamp@mozilla.com
|
186d0cb28f
|
Bug 427134: Bump the capacity of the offline cache. r/sr=biesi, a=damons
|
2008-04-07 22:39:24 -07:00 |
|
alfred.peng@sun.com
|
0c7d3b709c
|
Bug 426565. Firefox 3 crashes with Java applets. r+sr=jst,a=dsicore.
|
2008-04-05 21:38:27 -07:00 |
|
dolske@mozilla.com
|
79fc730611
|
Reenable pngsuite-corrupted tests, since disabling them didn't help (bug 425987).
|
2008-04-05 13:10:56 -07:00 |
|
dolske@mozilla.com
|
dcd92ee278
|
Try disabling pngsuite-corrupted tests (bug 425987).
|
2008-04-05 01:27:01 -07:00 |
|
karlt+@karlt.net
|
dc14a55922
|
Add mathfontSymbol.properties for SymbolMT on MS Windows. Prefer DejaVu to Cambria Math for better stretchy fences. b=425367 r=pavlov
|
2008-04-04 20:38:25 -07:00 |
|
johnath@mozilla.com
|
7d3c7a99ee
|
Back out test-landing of JOEDREW!'s bug 425941.
|
2008-04-04 09:02:44 -07:00 |
|
johnath@mozilla.com
|
623d3203a4
|
Test-landing of JPEG patch in bug 425941 to gauge perf delta. Should be backed out after a test run. p=joedrew!
|
2008-04-04 06:03:25 -07:00 |
|
reed@reedloden.com
|
dc64f6bb4c
|
Bug 415273 - "moz-icon failing to display correct icon with contentType parameter specified" [p=jmathies@mozilla.com (Jim Mathies) r=stuart a1.9=beltzner]
|
2008-04-04 02:16:44 -07:00 |
|
smontagu@smontagu.org
|
e0da0a8a1c
|
Bug 378105. Update default fonts for Indic scripts. r=pavlov, ui-review+approval1.9=beltzner
|
2008-04-03 21:23:18 -07:00 |
|
dolske@mozilla.com
|
5181fa825d
|
Bug 411852 - Glitch in an aPNG image rendering and tab thumbnail. r=stuart, a1.9=beltzner
|
2008-04-03 18:01:17 -07:00 |
|
karlt+@karlt.net
|
27eab82a82
|
Back out b=425367 change to see if that fixes reftest failures for bugs/414123.xhtml and mathml/mi-mathvariant-1.xhtml.
|
2008-04-02 16:51:09 -07:00 |
|
karlt+@karlt.net
|
0c84cd5005
|
Restore font-family order on Linux and Mac to that before b=425367 change to see if that fixes reftest failures for bugs/414123.xhtml and mathml/mi-mathvariant-1.xhtml.
|
2008-04-02 16:13:30 -07:00 |
|
karlt+@karlt.net
|
91be54bfca
|
Add mathfontSymbol.properties for SymbolMT on MS Windows b=425367 r=pavlov
|
2008-04-02 14:06:17 -07:00 |
|
reed@reedloden.com
|
d545086c33
|
Bug 411579 - "Optimize read file buffer sizes for faster startup times" [p=jmathies@mozilla.com (Jim Mathies) r=sayrer sr=bsmedberg a1.9=beltzner]
|
2008-04-01 23:41:23 -07:00 |
|