Commit Graph

6425 Commits

Author SHA1 Message Date
Josh Aas
9cbc644971 System for testing plugins, take 3. b=386676 r=smichaud sr=roc 2008-12-19 04:10:09 -05:00
Josh Aas
21607049a7 Backed out changeset 7b8ca8c944f2 2008-12-19 01:59:15 -05:00
Josh Aas
e13d6f3cc1 System for testing plugins, take 2. b=386676 r=smichaud sr=roc 2008-12-19 00:47:08 -05:00
Josh Aas
2ca0b53851 npruntime sample plugin build fix. 2008-12-16 23:01:47 -08:00
Josh Aas
04359072f7 NPAPI header updates - comments, cleanup, and webkit compat change. Part of the patch for 386676. r=smichaud sr=roc 2008-12-16 23:48:42 -05:00
Josh Aas
5f29d34c1c Backed out changeset 2776db2defa2 2008-12-16 14:38:58 -05:00
Josh Aas
ebd4d78eaf Add a system for testing plugins. b=386676 r=smichaud sr=roc 2008-12-16 10:27:32 -05:00
Robert Kaiser
0e2fc11c72 bug 468337 - Remove "what's related" module, supplementary patch for OS/2 and RDF cleanup, r=pweilbacher sr=Neil 2008-12-15 19:07:42 +01:00
Doug Turner
6568e22873 Bug 461847 - Windows Mobile build bustage in BZ2. Patch forwarded to bz2 owner, local change reviewed by blassey/bsmedberg 2008-12-15 09:55:29 -08:00
Josh Aas
30095749ac back out bug 468678 to fix Flash on Mac OS X 2008-12-15 12:29:44 -05:00
Simon Montagu
890194181a Make display of the directional hook on the caret dependent on the bidi.browser.ui pref. Bug 418513, r=uriber, sr=roc (for core) r=mano, gavin.sharp (for browser) 2008-12-14 01:05:39 -08:00
Phil Ringnalda
4953c244b0 Bug 465892 - Make wholeText noAccess for mailNews, r+sr=bz 2008-12-12 19:45:07 -08:00
Robert O'Callahan
e0206a44c5 Bug 448600. Add prefs to disable Ogg and WAVE backends. r=doublec,sr=bzbarsky 2008-12-12 21:17:57 +13:00
Joe Drew
70b2823255 Backed out changeset 4b22cab7e989 2008-12-11 16:47:47 -08:00
Joe Drew
0b04049fcd Handle 302 redirects properly in imagelib. b=89419 r=bzbarsky sr=vlad/pavlov 2008-12-11 15:28:58 -08:00
Josh Aas
d93e9205d2 remove support for resource (.rsrc) files in Mac OS X plugins. b=468678 r=smichaud sr=roc 2008-12-11 16:52:42 -05:00
Brad Lassey
d86f764033 Bug 463532 - build changes needed to import freetype2 into the tree r=ted sr=vlad 2008-12-11 11:50:31 -08:00
Brad Lassey
37a6a2277e Bug 463532 - import freetype2 into the tree r=ted sr=vlad 2008-12-11 11:50:31 -08:00
Robert Sayre
665787ada2 Backout JOEDREW! patches for bug 89419 and bug 393936. Looks like they make mochitest leak. 2008-12-11 01:27:58 -08:00
Robert Sayre
e4b5130323 Backout JOEDREW! patches for bug 468160 and bug 414259. Looks like they make mochitest leak. 2008-12-11 00:57:49 -08:00
Joe Drew
fea8117847 Fix the obvious mistakes I'd made in the previous patch for bug 468160. 2008-12-10 21:10:03 -08:00
Joe Drew
c263ca57b2 Keep track of the URI we're keyed on in imgRequests. This makes it possible to avoid leaks. b=468160 r=bzbarsky sr=vlad 2008-12-10 20:58:28 -08:00
Joe Drew
65aa86770a Don't discard animated images so we don't have to worry about how to restore them. b=414259 r/sr=vlad 2008-12-10 20:58:28 -08:00
Joe Drew
dfee8c678c Handle 302 redirects properly in imagelib. b=89419 r=bzbarsky sr=vlad/pavlov 2008-12-10 16:26:15 -08:00
Joe Drew
75a9cd7d92 Bug 393936 - nsIRequest::cancel() must not notify anything sync. Make removal from the loadgroup async, and add another call cancelAndForgetObserver() that removes the listener immediately (since some callsites expect that). Note, however, that this new method shouldn't be used in any new code; it exists only to support code that relied on the broken behaviour prior to this checkin. r=bzbarsky sr=vlad 2008-12-10 16:25:34 -08:00
Shawn Wilsher
fe66178c10 Bug 466582 - smarter handling of remote chrome (and not allowing it)
This adds a new flag, URI_IS_LOCAL_RESOURCE, to nsIProtocolHandler that allows
something of this protocol to be registered in chrome.

This changeset removes a runtime check every time we open a chrome channel to
see if it is remote to a registration time check that checks flags.  The old
code could be easily worked around, and allowed for remote resources to be used.

r=bsmedberg
r=bz
sr=bz
2008-12-09 16:27:42 -05:00
Josh Aas
d1922ecb71 windows bustage fix for bug 462023 2008-12-09 14:00:09 -05:00
Steven Michaud
6fac290294 Don't allow plugin to set NPPVpluginWindowBool on OS X. b=466495 r=josh sr=roc 2008-12-09 11:22:51 -06:00
Josh Aas
e3d671ca8a Fix error case leak in nsPluginFile::GetPluginInfo. b=462023 r=mstange sr=jst 2008-12-09 12:15:49 -05:00
Josh Aas
70f9b5f422 whitespace/minor cleanup for nsPluginsDirDarwin.cpp, no bug 2008-12-09 12:01:29 -05:00
Josh Aas
69d4429beb Remove support for "main" as a plugin initialization function. b=467429 r=smichaud sr=roc 2008-12-08 23:52:02 -05:00
Josh Aas
9e61c536fc remove support for CFM binary plugins. b=467417 r=smichaud sr=roc 2008-12-08 21:34:21 -05:00
Arno Renevier
4bb877ebbb npruntime sample does not compile on linux (FALSE not declared). b=464485 r=josh sr=roc 2008-12-08 21:26:51 -05:00
Shawn Wilsher
205d129c10 Backed out changeset b6f762fde736 (bug 466582) for unit test orange. 2008-12-08 18:51:46 -05:00
Shawn Wilsher
2a28a8b2b1 Bug 466582 - smarter handling of remote chrome (and not allowing it)
r=bsmedberg, r=bz, sr=bz
2008-12-08 17:14:14 -05:00
Ben Newman
431f817f99 Turn on lcms assertions in debug builds - bug 454519.r=bholley,sr=vlad 2008-12-06 23:17:49 -08:00
Vladimir Vukicevic
0ba7f4920f b=455169, PNG rendering problem with color management with null cms xform. r=joe,r=bholley 2008-12-06 23:06:33 -08:00
Bobby Holley
dabb3abcab LCMS LI16F_FORWARD renamed to LI8F_FORWARD - bug 457626.r=vlad 2008-12-06 22:55:10 -08:00
timeless@mozdev.org
5f37f7253e crash on loading PNG or JPEG image - bug 463306. r=joe,r=bholley,sr=vlad 2008-12-06 22:46:17 -08:00
Glenn Randers-Pehrson
c36384cc29 Bug 460520 - LCMS detection code for bogus cHRM chunks. r=bholley 2008-12-06 22:36:45 -08:00
Bobby Holley
605ecc7325 LCMS bogus profile detection - Bug 460629. r=vlad 2008-12-06 22:32:24 -08:00
Chris Bishop
e03071c4b1 Bug 465592 - To enable PGO on Thunderbird a module in the Mozilla core needs to have PGO disabled; r=ted.mielczarek 2008-12-06 16:34:59 +01:00
Arpad Borsos
56b2a67694 Bug 414551 - gCallbacksEnabled in prefapi.cpp is unused and should be killed; r+sr=benjamin 2008-12-06 15:44:35 +01:00
Arpad Borsos
094bbdd8f8 Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; build system cleanup + removes, v2; r+sr=benjamin 2008-12-04 15:37:37 +01:00
Arpad Borsos
56c072972f Bug 462438 - kill MOZ_PROFILESHARING and MOZ_IPCD; libpref cleanup, v3; r+sr=benjamin 2008-12-04 15:31:53 +01:00
Doug Turner
9cd37523c6 Bug 461845 - windows mobile minor cleanup of lcms r=pavlov 2008-12-03 08:42:03 -05:00
Doug Turner
33c0adf025 Bug 461848 - libjar wince cleanup r+sr=dveditz 2008-12-03 08:41:12 -05:00
Josh Aas
9a36956fc5 fix a drawing order glitch in the mac default plugin. b=467580 sr=jst 2008-12-02 16:05:36 -05:00
Arno Renevier
eaaf640b3f Fix npruntime sample compile problem, npupp.h -> npfunctions.h. b=464481 r=josh sr=jst 2008-12-02 14:12:54 -05:00
Serge Gautherie
4001c825fe Bug 458847 - colordepth.html TEST-UNEXPECTED-FAIL on my Windows 2000: 24<->32 bit colors mismatch; (Av2a) Allow higher values, on all platforms; r=dbaron 2008-12-02 13:45:09 +01:00