Josh Aas
|
f6006f6cdc
|
Add support for NPCocoaEventWindowFocusChanged. b=555290 r=roc
|
2010-04-21 02:21:46 -04:00 |
Oleg Romashin
|
5b9e959631
|
Bug 464966 - Add NPAPI Plugin support for Mozilla Qt. r=karlt
--HG--
extra : rebase_source : d86430f750bbedde12e779f0073369a3b05b2427
|
2010-04-20 21:49:34 +03:00 |
Chris Jones ext:(%20and%20Karl%20Tomlinson%20%3Ckarlt%2B%40karlt.net%3E)
|
754b298ca7
|
test for bug 550026
--HG--
extra : rebase_source : 4fde8da0a361a36da3540c9295762b4b744d1e5c
|
2010-04-21 15:33:14 +12:00 |
Karl Tomlinson
|
50e3a1b2d8
|
correct title
--HG--
extra : rebase_source : e2208a02660bd5255933840fe3c051cc4110b6b6
|
2010-04-21 15:01:56 +12:00 |
Doug Turner
|
d56442f0d2
|
Bug 545869 - Remove small buffer #defines and use preferences. r=honza
|
2010-04-20 09:32:28 -07:00 |
Benjamin Smedberg
|
4ef57b99ba
|
Test for bug 560213 - heap corruption accessing new properties of a crashed plugin
--HG--
extra : rebase_source : 96ef81257c3b23ddf50daa9df85cae54559fe86a
|
2010-04-19 10:35:51 -04:00 |
David Baron
|
b72f708eb5
|
Bug 502301 - fix C++0x narrowing conversion inside {} compilation errors [r=benjamin]
|
2010-04-20 10:41:21 +02:00 |
Benoit Girard
|
91822a5626
|
Backed out changeset 44ee6030f4b2
|
2010-04-19 02:57:22 -04:00 |
Benoit Girard
|
6e7613b6b5
|
Bug 555281 - Implement Core Animation NPAPI Drawing Model for OOPP. r=joe,josh,cjones
--HG--
extra : rebase_source : 29f581f60c6db0e8945a5121cf2d7007b10a7433
|
2010-04-18 19:46:33 -04:00 |
Mike Hommey
|
b3ec6118ab
|
Bug 550668: nsIPluginTag should expose fullpath
|
2010-04-16 10:10:00 -07:00 |
Josh Aas
|
007f75c4da
|
64-bit Mac OS X bustage fix. b=555274
|
2010-04-14 19:33:50 -04:00 |
Josh Aas
|
47dca816e1
|
Make Mac OS X test plugin more flexible about negotiating an event model. Allow it to negotiate the Cocoa event model when necessary (out of process, for example). b=555274 r=cjones
|
2010-04-14 19:02:25 -04:00 |
Benjamin Smedberg
|
658edf2076
|
Bug 558390 followup, non-Windows build bustage and removal of unnecessary call/hacks for functions which aren't stdcall, r=josh
|
2010-04-13 12:32:10 -04:00 |
Benjamin Smedberg
|
0fa69aead6
|
Bug 558390 - Quake Live crashes because it implements NP_Initialize using cdecl, instead of the correct stdcall. Force the calling function to use a frame pointer so that the stack pointer gets reset correctly before we return, r=jrmuizelaar, landing in mozilla-central for bake time pending review from josh or jst
--HG--
extra : rebase_source : dc32598b3ba1ad665b33146d298e01f64b58ef49
|
2010-04-13 12:10:00 -04:00 |
Jim Mathies
|
685b602d45
|
Bug 558434 - Winless, transparent, silverlight doesn't display correctly. r=josh.
|
2010-04-12 16:37:28 -05:00 |
Benjamin Smedberg
|
bfe6e7efe4
|
Bug 558397 - Some PDF files don't open when loaded full-page because the nsNPAPIPluginStreamListenerPeer.mURI isn't initialized in that case, r?josh
--HG--
extra : rebase_source : 948a8ef46319d5107247493d6ed158c6c0608f6c
|
2010-04-12 14:40:38 -04:00 |
Smokey Ardisson
|
3c91fcdd2a
|
Bug 397823 - moz-icon URL for nonexistent content type doesn't return generic icon on Mac OS X; fall back to fetching the icon for NSFileTypeUnknown. r=josh
|
2010-04-12 00:35:50 -04:00 |
Craig Topper
|
973b4390b6
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
Josh Aas
|
32e2e09587
|
Back out patch from bug 554524 due to crashes.
|
2010-04-09 11:08:55 -04:00 |
Justin Dolske
|
d36762dbe4
|
Bug 544597 - Remap plugin names to a more readable form for plugin-crashed UI. r=gavin, r=jst
|
2010-04-08 00:45:00 -07:00 |
Joe Drew
|
e69ee08ef0
|
Create a test to ensure we properly handle animated images with frames that dispose by clearing. This would have caught some of the regressions with the Cairo update.
|
2010-04-08 16:10:48 -04:00 |
Chris Jones
|
cf4d226aa2
|
Bug 557125: Don't use the STL wrappers in testplugin, it's not Gecko code. r=bsmedberg
|
2010-04-08 13:05:03 -05:00 |
Ehsan Akhgari
|
89b6c35ea8
|
Bug 555289 - Plugin crashed UI should be RTL in RTL locales (Further fixes + tests); r=dao,dbaron
|
2010-04-07 19:35:09 -04:00 |
Josh Aas
|
39c1278155
|
Fix 64-bit Mac OS X build bustage. b=543405
|
2010-04-08 05:54:11 -04:00 |
Eddy Ferreira
|
e9f4e2961e
|
Bug 252486 - Add option to disable saving form data on https websites. r=dolske
|
2010-04-06 18:42:00 -07:00 |
Ben Bucksch
|
393f4bae57
|
Bug 521467 - Automatically log in to proxy. r=dolske, r=zpao
|
2010-04-06 15:28:00 -07:00 |
Ben Turner
|
bfd013c804
|
Bug 556849 - '[OOPP] Reduce unnecessary HasProperty calls for plugin scriptable objects'. r=jst+josh+bsmedberg.
|
2010-04-07 17:16:19 -07:00 |
Josh Aas
|
aaff52da2b
|
Improve plugin loading code, make it more efficient and easier to understand. Allow Mac OS X plugins to modify their NPAPI function table. b=543405 r=jst
|
2010-04-07 18:14:54 -04:00 |
Ben Turner
|
46d0679a01
|
Backed out changeset 0ed675647700 for failing tests
|
2010-04-07 15:01:23 -07:00 |
Ben Turner
|
304746dbb3
|
Bug 556849 - '[OOPP] Reduce unnecessary HasProperty calls for plugin scriptable objects'. r=jst+josh+bsmedberg.
|
2010-04-07 13:55:10 -07:00 |
Josh Aas
|
f4e225e160
|
Improve nsNPAPIPluginInstance's stream management. Streams shouldn't keep strong references to their instances. Replace ugly linked list storage. b=554524 r=jst
|
2010-04-07 16:30:32 -04:00 |
Josh Aas
|
8a91fd19e6
|
Test plugin should always draw with Core Text on Mac OS X. b=557521 r=bgirard
|
2010-04-07 15:31:31 -04:00 |
Ted Mielczarek
|
27127847e0
|
bug 553635 - link libimgicon into libxul in gtk builds. r=bsmedberg
|
2010-03-20 12:14:15 -04:00 |
Ginn Chen
|
6562442188
|
Bug 552622 Failed to build mochitest on Solaris r=ted.mielczarek
|
2010-04-07 14:17:51 +08:00 |
Jonathan Kew
|
90253b13ad
|
bug 553272 - (freetype) validate counts in fvar header. r=blassey
|
2010-04-06 21:24:33 +01:00 |
Robert Sayre
|
05ffa18db7
|
Merge tracemonkey to mozilla-central.
|
2010-04-05 13:17:29 -04:00 |
Benoit Girard
|
35139cf4ba
|
Put Flash 10.1+ and JavaPlugin2 out-of-process by default on Mac OS X. b=556092 r=josh
|
2010-04-05 11:25:59 -04:00 |
Robert Sayre
|
23c5144fe3
|
Merge mozilla-central to tracemonkey.
|
2010-04-04 14:15:05 -04:00 |
Josh Aas
|
0f934f3737
|
Only allow out-of-process plugins on Mac OS X 10.6 or higher. b=556545 r=bgirard
|
2010-04-03 11:19:50 -04:00 |
Josh Aas
|
6bb2586faf
|
Bug 555234: Enable OOPP for x86 OS X and don't export mochitests conditional on MOZ_IPC. r=bsmedberg,ted
|
2010-04-02 20:19:31 -05:00 |
Robert Sayre
|
2beaca7f4e
|
Merge mozilla-central to tracemonkey.
|
2010-04-02 10:10:27 -04:00 |
Robert Sayre
|
8d7fd7cf7b
|
Merge mozilla-central to tracemonkey.
|
2010-03-30 21:13:01 -07:00 |
Jeff Walden
|
3b5eab7249
|
Readd ctypes, xpconnect, plugin, xpinstall, canvas, and typed array changes from bug 548702.
|
2010-03-29 19:47:40 -07:00 |
Jeff Walden
|
651c9849e9
|
Merge.
|
2010-03-26 21:53:40 -07:00 |
Jeff Walden
|
76d470c215
|
Backed out changeset e7065853ef79; I'll be repushing this incrementally, attempting to find the precise place where things go bad, in the near future. Happy days are here again! :-\
|
2010-03-26 18:01:54 -07:00 |
Taras Glek
|
b9a315c8ab
|
Bug 541828 - Do not crash on small invalid jar files r=alfredkayser
--HG--
extra : rebase_source : c8dd6d99b4e86d60e85e08eab4100df74c629ad4
|
2010-03-26 10:19:53 -07:00 |
Ehsan Akhgari
|
0341d735b3
|
Bug 549094 - Change the value of editor.singleLine.pasteNewlines to match the Firefox value across all Gecko based applications; r=bzbarsky
|
2010-04-01 16:13:07 -04:00 |
Marco Bonardo
|
2969855719
|
Bug 556231 - Tests are trying to QI to nsIDirectoryProvider, that does not exist. r=ted
|
2010-04-01 13:29:13 +02:00 |
Robert Sayre
|
12aebb7d1b
|
Merge mozilla-central to tracemonkey.
|
2010-03-13 11:51:12 -05:00 |
Makoto Kato
|
3d0a70f244
|
Bug 524449 - Remove nsIPref from tree. r+sr=benjamin
|
2010-03-13 22:25:13 +09:00 |