Dan Witte
|
c4091d7694
|
Back out Bug 536324 part 3.
|
2010-08-30 13:20:39 -07:00 |
|
David Mandelin
|
a21c621577
|
Merge from Tracemonkey.
|
2010-08-19 11:11:36 -07:00 |
|
David Mandelin
|
1d0c044032
|
[JAEGER] Bug 587865: demote to int when passing parameters to plugins to preserve old behavior
|
2010-08-17 18:40:16 -07:00 |
|
Dan Witte
|
5f4dbe5953
|
Bug 536324 - e10s HTTP: refactor nsHashPropertyBag. Part 3: contentLength consumers. r=jduell, a=beta5+
|
2010-08-21 00:31:35 -07:00 |
|
Robert Sayre
|
4aa91b82ce
|
Merge merge.
|
2010-08-10 17:00:09 -07:00 |
|
David Mandelin
|
ac09edcf6c
|
Bug 585501: innerize window before using it as a scope chain in NPN_Evaluate, r=mrbkap
|
2010-08-10 16:11:32 -07:00 |
|
Josh Aas
|
a150919962
|
Bug 578868: Only load plugin libraries into the main process when absolutely necessary. r=benwa sr=bsmedberg a=blocking-b5+
|
2010-08-17 20:05:48 -04:00 |
|
Robert O'Callahan
|
7ad31bd211
|
Fix line endings.
|
2010-08-18 18:04:50 +12:00 |
|
Martin Stránský
|
47126da4d8
|
Bug 574354 - Disable OOP for plugins wrapped by nspluginwrapper. r=josh
|
2010-08-15 11:10:15 +02:00 |
|
Josh Aas
|
80c7aced07
|
Bug 584143 - Crashes when streams are open and a plugin instance is closed at/under nsNPAPIPluginInstance::Stop, r=bsmedberg
|
2010-08-09 14:38:43 -04:00 |
|
Josh Aas
|
8effb77703
|
Fix a problem in which we fail to load an enabled plugin just because a disabled plugin is a MIME handler for the same MIME type. b=581848 r=jst
|
2010-08-04 15:16:12 -04:00 |
|
Benjamin Smedberg
|
352f2a2dd9
|
Bug 583576 - Range requests on an embedded or fullpage stream causes the stream to be destroyed prematurely because we don't record the mPendingRequests on the nsPluginStreamListenerPeer, r=josh
|
2010-08-04 14:31:20 -04:00 |
|
Josh Aas
|
76e341467b
|
Bug 583506: Remove remaining support for blackwood java from plugins module. r/a=jst
|
2010-08-02 16:31:31 -04:00 |
|
Robert Sayre
|
073bde8d2b
|
Merge mozilla-central to tracemonkey.
|
2010-07-30 21:57:41 -07:00 |
|
Josh Aas
|
ca28c175cb
|
Bug 583019: Remove unused library management code from the plugin host. r=benwa
|
2010-07-29 17:53:48 -04:00 |
|
Chris Jones
|
4f403fa196
|
Bug 582486: Don't read an unused pref when unregistering from the category manager. r=josh
|
2010-07-29 14:15:13 -05:00 |
|
Robert Sayre
|
55a8586519
|
Merge mozilla-central to tracemonkey.
|
2010-07-27 13:09:04 -07:00 |
|
Igor Bukanov
|
6eb0fa7807
|
bug 552266 - - asserting that autorooters are used only under a request. r=mrbkap
|
2010-07-23 13:33:15 +02:00 |
|
Robert Sayre
|
1b744a7685
|
Merge mozilla-central to tracemonkey.
|
2010-07-20 15:07:03 -07:00 |
|
Luke Wagner
|
549bdba685
|
fatval tweaks: bump XDR version, remove spurious comment and #defines, realign JSStackFrame
|
2010-07-15 13:18:12 -07:00 |
|
Luke Wagner
|
99411cc93d
|
Bug 549143 - fatvals
|
2010-07-14 23:19:36 -07:00 |
|
Robert Sayre
|
38029f43fa
|
Merge mozilla-central to tracemonkey.
|
2010-07-12 20:42:21 -07:00 |
|
Josh Aas
|
f53cb167f3
|
Fix mStreamListeners incorrectly initialized to nsnull. Also remove a bad comment. b=577982
|
2010-07-12 16:22:51 -04:00 |
|
Robert Sayre
|
951426beed
|
Merge mozilla-central to tracemonkey.
|
2010-07-11 16:23:48 -07:00 |
|
Makoto Kato
|
613f3559d8
|
Bug 574095 - crash loading test plugin on 64-bit win7 tests in /layout/generic/crashtests/505912-1.html , /tests/layout/generic/test/test_plugin_clipping.xhtml [@ _SetWindowLongPtr() | nsPluginNativeWindowWin::SubclassAndAssociateWindow]. r=joshmoz
|
2010-07-12 13:49:12 +09:00 |
|
Robert Sayre
|
70fc03b113
|
Merge mozilla-central to tracemonkey.
|
2010-07-02 17:25:52 -07:00 |
|
Josh Aas
|
7c2ba6e19d
|
Bug 542971, bug 577985: Includes a number of plugin module memory mgmt fixes. Remove/replace nsPluginInstanceTag (instance tags), stop storing the plugin library and function table twice. r=jst
|
2010-07-19 22:11:26 -04:00 |
|
Josh Aas
|
4e23705cc3
|
Bug 579516: Patch contains a number of fixes to nsPluginStreamListenerPeer memory management. Also moves storage of the stream array for cache lookups to the plugin instance rather than the instance tag. Also stops adding streams to the cached list that shouldn't be there. r=benwa
|
2010-07-17 19:47:29 -04:00 |
|
Josh Aas
|
106040179d
|
Improve memory mgmt and reduce COM pointer type usage in plugin stream code. b=578913 r=benwa (re-landing, did not cause Ts Shutdown regression)
|
2010-07-16 15:55:54 -04:00 |
|
Josh Aas
|
a3aefb5e98
|
Backed out changeset 764bb4ae886c, bug 578913, it may be at fault for a Ts Shutdown regression.
|
2010-07-16 13:25:01 -04:00 |
|
Josh Aas
|
41ff002705
|
Improve memory mgmt and reduce COM pointer type usage in plugin stream code. b=578913 r=benwa
|
2010-07-15 22:30:07 -04:00 |
|
Robert Sayre
|
4ed4f1f76a
|
merge tracemonkey to mozilla-central.
|
2010-07-14 06:00:32 -07:00 |
|
Josh Aas
|
74d7a05a98
|
Move nsPluginStreamListenerPeer to its own files, clean up the plugin host. b=578447 r=benwa
|
2010-07-13 16:48:00 -04:00 |
|
Josh Aas
|
d581ec02fb
|
Move nsNPAPIPluginStreamListener implementation to its own file. b=578383 r=jst
|
2010-07-13 14:42:03 -04:00 |
|
Josh Aas
|
1b1a81fc4a
|
Remove nsPluginCacheListener, it is unused. b=578285 r=benwa
|
2010-07-13 02:58:30 -04:00 |
|
Steven Michaud
|
a54789cbe5
|
Bug 577967 - Crash [@ NSAddImage ] on startup on 2.0 branch. r=josh
|
2010-07-21 11:27:13 -05:00 |
|
Benjamin Smedberg
|
a2833452f8
|
Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
|
2010-06-30 14:23:23 -04:00 |
|
Benjamin Smedberg
|
c71e024222
|
Bug 574457 - Back out the functional changes from revision 0327e126ea24, bug 569644, because of 100ms (20%) Ts regression on Linux/Mac. This leaves the nsIContentUtils helper function, but restores the plugin host category entry munging.
|
2010-06-29 16:56:13 -04:00 |
|
Benjamin Smedberg
|
63c0077443
|
Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module.
|
2010-06-25 19:41:09 -04:00 |
|
Benjamin Smedberg
|
762def30bb
|
Merge mozilla-central into the static-xpcom-registration branch.
|
2010-06-23 17:26:25 -04:00 |
|
Benjamin Smedberg
|
45af085fff
|
Merge mozilla-central into the "branch" for but 568691. The omnijar XPT/component/chrome registration was removed during this merge, and will be re-added to the component manager shortly.
--HG--
rename : content/base/public/nsIChromeRegistry.idl => chrome/public/nsIChromeRegistry.idl
|
2010-06-21 11:41:42 -04:00 |
|
Chris Jones
|
bf91852da6
|
Bug 572295: Add X11Util.h for X11 toolkits. r=karlt,joedrew
|
2010-06-21 15:35:49 -05:00 |
|
Benjamin Smedberg
|
f13550a209
|
Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work.
|
2010-06-10 14:11:40 -04:00 |
|
Benjamin Smedberg
|
80b423e0a0
|
Bug 569644 - Query the plugin host directly when searching for MIME types, rather than using Gecko-Content-Viewer category manager registration, r=bz
|
2010-06-10 12:42:16 -04:00 |
|
Josh Aas
|
b8977580e4
|
Sync NPAPI headers to npapi-headers repository r27. b=571538 r=jst r=mstange
|
2010-06-15 15:34:32 -04:00 |
|
Josh Aas
|
dc18091697
|
Add support for Cocoa NPAPI complex text input. This patch contains a TSM-based implementation for 32-bit builds, and an NSInputContext-based implementation for 64-bit builds. b=512886 r=smichaud sr=jst
|
2010-06-09 20:56:17 -04:00 |
|
Josh Aas
|
091f1a3ee9
|
Merge of backout for 8e2ff18bc67e, bug 554524
|
2010-06-09 01:26:01 -04:00 |
|
Josh Aas
|
7d5bba7e58
|
Backed out changeset 8e2ff18bc67e
|
2010-06-09 01:25:11 -04:00 |
|
Benoit Girard
|
22930b5f78
|
Implement InvalidatingCoreAnimation Drawing Model. b=559211 r=josh
|
2010-06-09 00:11:48 -04:00 |
|
Josh Aas
|
1a4c1a7bba
|
Improve nsNPAPIPluginInstance's stream management. r=jst
|
2010-06-08 23:28:40 -04:00 |
|
Jeff Walden
|
52312bac03
|
Bug 518663 - ES5: Object.getOwnPropertyNames. r=jorendorff
|
2009-09-24 14:33:14 -07:00 |
|
Robert Sayre
|
27b5a3b6fb
|
Merge mozilla-central to tracemonkey.
--HG--
rename : dom/indexedDB/IDBCursorRequest.cpp => dom/indexedDB/IDBCursor.cpp
rename : dom/indexedDB/IDBCursorRequest.h => dom/indexedDB/IDBCursor.h
|
2010-06-30 11:54:20 -07:00 |
|
Robert Sayre
|
690a859635
|
Merge mozilla-central to tracemonkey.
|
2010-06-21 18:01:14 -07:00 |
|
Luke Wagner
|
f032df96b4
|
Bug 565157 - typed JS_AddRoot (r=igor)
|
2010-06-07 17:05:02 -07:00 |
|
Ms2ger@gmail.com
|
a4005e2fd1
|
Bug 538362 - rename nsIDocument::GetPrimaryShell to nsIDocument::GetShell. r=smaug
|
2010-06-25 15:59:57 +02:00 |
|
Josh Aas
|
83ec99695c
|
Improve stream listener management for plugin instances. b=554524 r=jst
|
2010-07-09 11:16:47 -07:00 |
|
Jim Mathies
|
2d302c9199
|
merge backout.
|
2010-06-02 17:18:04 -05:00 |
|
Jim Mathies
|
36d1eefef2
|
Bug 518915 - revert comment changes, 'clipRect' is not valid on all platforms. No bug.
|
2010-06-02 17:16:11 -05:00 |
|
Oleg Romashin
|
04bd2dcac2
|
Bug 566845 - Make desktop flash plugin works on Fennec QT. r=dougt.
|
2010-05-21 13:19:57 -04:00 |
|
Ben Turner
|
ca2b5ab87c
|
Bug 560974 - 'Firefox 3.6.4 Crash [@ mozilla::plugins::PluginScriptableObjectParent::GetPropertyHelper]'. r=jst.
|
2010-05-17 15:18:48 -07:00 |
|
Josh Aas
|
ed50cb5b07
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-14 13:08:12 -04:00 |
|
Mitchell Field
|
6ad77bd6db
|
Bug 564950 - Make more use of mozilla::services, r=surkov, jst, neil, smontagu, roc, joshmoz, gavin, shaver
|
2010-05-14 18:24:41 +09:00 |
|
Josh Aas
|
9213b9561a
|
Backed out changeset 558df3e5b094 due to talos master issue.
|
2010-05-13 15:56:19 -04:00 |
|
Josh Aas
|
eb08772da3
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-13 14:54:26 -04:00 |
|
Michael Kohler
|
9397418412
|
Bug 506041 Part 2: Correct misspellings in source code
r=timeless
|
2010-05-13 14:19:50 +02:00 |
|
Josh Aas
|
ce62913a4e
|
Check NPAPI plugin architecture on Windows so we don't list or attempt to load binaries of the wrong arch. b=551471 r=jmathies
|
2010-05-12 14:13:09 -04:00 |
|
Neil Rashbrook
|
580eca6489
|
Bug 564070 Remove unnecessary string clone r=jst
|
2010-05-11 10:45:15 +01:00 |
|
Phil Ringnalda
|
fa9669c2e2
|
Backed out changeset e074757a15aa (bug 533891) due to xpcshell orange after a clobber
|
2010-05-10 21:38:56 -07:00 |
|
Josh Aas
|
a987bef855
|
Remove default plugins. b=533891 r=dolske sr=jst
|
2010-05-10 20:21:31 -04:00 |
|
Josh Aas
|
c36a394282
|
Sync Mozilla's NPAPI headers to npapi-headers r12. b=563448 sr=jst
|
2010-05-06 01:13:11 -04:00 |
|
Josh Aas
|
8ecc9116c4
|
Backed out changeset 955501353745
|
2010-05-05 15:58:41 -04:00 |
|
Josh Aas
|
6af09c6805
|
Sync Mozilla's NPAPI headers to npapi-headers r10. b=563448 sr=jst
|
2010-05-05 15:46:32 -04:00 |
|
Peter Van der Beken
|
abd7f913e0
|
Part 1 of fix for bug 560273 (Stop using DOM tearoffs from quickstubs) - add nsINode::GetBaseURI. r=sicking.
--HG--
extra : rebase_source : 5a07f12d9d13d92b796fd5f2cb182b069c3f87bf
|
2010-04-19 17:40:15 +02:00 |
|
Karl Tomlinson
|
8366722865
|
b=518915 remove incorrect comment about clipRect "Used by MAC only" r=josh
--HG--
extra : rebase_source : 008b54b52b8e4e40cf3295c759389494f1cbcfd2
|
2009-10-14 15:40:44 +13:00 |
|
Karl Tomlinson
|
0d378950db
|
b=521940 don't paint the plugin socket window to avoid flicker on load r=roc
--HG--
extra : rebase_source : 9a0f5cf10ecd3c939e6f13c14c9bcd88ace5d457
|
2009-10-14 15:38:31 +13:00 |
|
Rich Walsh
|
bdab68be3d
|
[OS/2] Bug 516274 - fix plugin focus issues, r=pweilbacher
|
2009-10-12 11:10:38 +02:00 |
|
Chris Jones
|
d215e057fe
|
Merge backout
|
2009-10-02 18:09:39 -05:00 |
|
Chris Jones
|
08de77b6a4
|
Backed out changeset 8cbc47eee659
|
2009-10-02 18:09:08 -05:00 |
|
Blair McBride
|
9cdc2ead10
|
Bug 514327 - Detect outdated plugins and offer upgrade path. ui-r=beltzner, r=dtownsend,josh
|
2009-10-02 13:26:04 +02:00 |
|
Chris Jones
|
3e5fef214c
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
|
Dão Gottwald
|
d31de13158
|
Backed out changeset 1052ee218ba6
|
2010-05-02 14:19:54 +02:00 |
|
timeless@mozdev.org
|
001cce67ca
|
Bug 556309 getError with STRINGZ_TO_NPVARIANT macro evaluates argument (strdup) more than once
r=jst
|
2010-05-02 12:48:48 +02:00 |
|
Mitchell Field
|
9818f00bf2
|
Bug 560095 - Use mozilla::services::GetObserverService(). r=biesi,dveditz,gavin,josh,jst,mrbkap,roc,sdwilsh,shaver,sicking,smontagu,surkov
|
2010-04-29 18:59:13 +02:00 |
|
Benjamin Smedberg
|
78a942261e
|
Bug 559425 - Don't assert if a plugin tries to call NPRuntime methods on a plugin in a document that has already navigated away, r=jst
|
2010-04-27 09:54:37 -04:00 |
|
timeless@mozdev.org
|
ab5979bb55
|
Bug 559349 - nsNPAPIPluginInstance::ScheduleTimer leaks newTimer when do_CreateInstance fails, r=jst
--HG--
extra : rebase_source : 7766f8a1a3eadcb2e034741d5624d1347fd1edca
|
2010-04-14 09:03:00 -07:00 |
|
Josh Aas
|
0cf3e8a260
|
64-bit Windows NPAPI fix, change wParam and lParam types to uintptr_t. b=560298 sr=roc a=#developers
|
2010-04-25 19:55:17 -04:00 |
|
Julian Seward
|
bf72f64e2d
|
Bug 557209. Initialize 'name' so we don't use it unintialized if GetPluginName fails. r=joshmoz
|
2010-04-23 14:55:22 +12:00 |
|
Rich Walsh
|
c2505df35a
|
Bug 553882 - [OS/2] Plugin-related coding errors. r=wuno
|
2010-04-22 14:58:49 +02:00 |
|
Josh Aas
|
5d898ba9aa
|
Don't run Flash 10.1 out of process on Mac OS X if machine has an Intel GMA9XX GPU. b=559441 r=bgirard
|
2010-04-21 19:57:22 -04:00 |
|
Oleg Romashin
|
8563022a30
|
Bug 464966 - Add NPAPI Plugin support for Mozilla Qt. r=karlt
--HG--
extra : rebase_source : d86430f750bbedde12e779f0073369a3b05b2427
|
2010-04-20 21:49:34 +03:00 |
|
David Baron
|
945430ee19
|
Bug 502301 - fix C++0x narrowing conversion inside {} compilation errors [r=benjamin]
|
2010-04-20 10:41:21 +02:00 |
|
Benoit Girard
|
046173124b
|
Backed out changeset 44ee6030f4b2
|
2010-04-19 02:57:22 -04:00 |
|
Benoit Girard
|
b6d069f2c9
|
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
|
f5658f3e9d
|
Bug 550668: nsIPluginTag should expose fullpath
|
2010-04-16 10:10:00 -07:00 |
|
Josh Aas
|
3271b451f7
|
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
|
7a02b32b00
|
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
|
cdb73bccd1
|
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
|
7707aba969
|
Bug 558434 - Winless, transparent, silverlight doesn't display correctly. r=josh.
|
2010-04-12 16:37:28 -05:00 |
|
Benjamin Smedberg
|
1fd3247596
|
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 |
|
Craig Topper
|
771eede254
|
Bug 557416: Remove unnecessary includes and forward declarations of nsPresContext. r=roc
|
2010-04-10 16:10:12 -04:00 |
|