Josh Aas
|
3464a735ca
|
Bug 501485: Destroy plugin processes after three minutes of not being used. Timer starts when the last instance is destroyed, is canceled if a new instance is created before it fires. r=bsmedberg
|
2012-02-14 13:03:24 -05:00 |
|
Geoff Lankow
|
22383d15ab
|
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part G, remove remaining uses of nsIPrefBranch2; r=bsmedberg
|
2012-01-18 23:23:28 +13:00 |
|
Josh Aas
|
76ab9294bf
|
Bug 661260: Don't unregister plugins as content handlers just because they are unloaded. Thanks to Rodd Zurcher for his report and proposed solution. r=bsmedberg
|
2012-02-13 11:52:58 -05:00 |
|
Ed Morley
|
e1b7595bbf
|
Merge mozilla-central to mozilla-inbound
|
2012-02-10 14:03:24 +00:00 |
|
Josh Aas
|
53baeff2d6
|
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
|
2012-02-10 08:39:40 -05:00 |
|
Ed Morley
|
04d8171793
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-10 12:14:39 +00:00 |
|
Ms2ger
|
e7718fdf3a
|
Bug 718287 - Remove plugins ForceRedraw functions; r=bz
|
2012-02-10 11:04:45 +01:00 |
|
Mounir Lamouri
|
983257aab9
|
Merge mozilla-central into mozilla-inbound.
|
2012-02-09 11:31:59 +01:00 |
|
Serge Gautherie
|
9c30509e0d
|
Bug 725349. (Av1) Add a missing space to log messages. r=gavin.sharp.
DONTBUILD (log-string only).
|
2012-02-08 19:45:48 +01:00 |
|
Kyle Huey
|
1584900fa4
|
Fix Bug 657588. r=bsmedberg
|
2012-02-08 09:27:29 -08:00 |
|
Ed Morley
|
ad5a8e1d06
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Jim Mathies
|
78a32e7aa7
|
Bug 691801 - Fix for nsPluginNativeWindowWin.cpp: 'return' : truncation from 'nsresult' to 'bool'. r=josh
|
2012-02-08 11:14:43 -06:00 |
|
Masatoshi Kimura
|
88ba00973a
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Bas Schouten
|
b0ee08da26
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
|
Igor Bukanov
|
18e6a2e079
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : b78519db2ff008eb5143676d2db47935f0e89f45
|
2012-02-05 21:07:23 +01:00 |
|
Igor Bukanov
|
eb3cfce3dc
|
backout merge for bug 724310. r=irc
|
2012-02-09 21:28:22 +01:00 |
|
Igor Bukanov
|
efe64d22c0
|
bug 723517 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
--HG--
extra : rebase_source : c461dfc0e0e0462ab262cc01c2a771d3bb0971cc
|
2012-02-05 21:07:23 +01:00 |
|
Josh Aas
|
24e690145b
|
Bug 724395: Get rid of GetUniqueID impl from nsPluginInstanceOwner. r=bsmedberg
|
2012-02-09 14:40:22 -05:00 |
|
Josh Aas
|
86c0b6bf04
|
Bug 723379: Be more strict about not instantiating plugin instances before they have an object frame. Also fix a bug causing object frame creation to fail. r=bz
|
2012-02-07 16:25:28 -05:00 |
|
Nathan Froyd
|
bb85d5bc9b
|
Bug 724278 - fix -Wset-but-unused-variable warnings; r=josh
|
2012-02-04 07:48:02 -05:00 |
|
Panagiotis Koutsourakis
|
791aa57b19
|
Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression
DIRS += <foo>
or
DIRS = <foo>
inside the conditional expression
ifdef ENABLE_TESTS
...
endif
are changed to
TEST_DIRS += tests
outside any conditional expression.
The files
./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in
contain the string
ifdef ENABLE_TESTS
but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
|
2012-02-04 17:32:24 +00:00 |
|
Igor Bukanov
|
afb57a37a5
|
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
|
2012-02-04 01:54:57 +01:00 |
|
Jim Mathies
|
5a62d70df3
|
Bug 683059 - Fix for Crash [@ nsObjectFrame::IsOpaque] with applet and changing style onunload. r=josh
|
2012-02-02 16:55:25 -06:00 |
|
Matt Brubeck
|
7e74c1f71e
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
|
Josh Aas
|
b0e5e866d9
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Doug Turner
|
795f79c2bc
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-29 12:39:30 -08:00 |
|
Phil Ringnalda
|
acc2c0c02e
|
Back out 59d8d92f9f3c (bug 713803) for Android C1 permaorange
|
2012-01-29 00:49:02 -08:00 |
|
Doug Turner
|
3fa071d3e3
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-28 22:38:02 -08:00 |
|
Matt Brubeck
|
bb579357ab
|
Bug 720400 - Crash in nsPluginInstanceOwner::RemovePluginView @ mozilla::AndroidBridge::EnsureJNIThread [r=blassey]
|
2012-01-28 20:16:26 -08:00 |
|
Fabrice Desré
|
42eeca32ff
|
Bug 723148 - b2g build broken since Bug 721741 landed [r=snorp]
|
2012-02-01 09:28:57 -08:00 |
|
James Willcox
|
ced0347f0e
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Boris Zbarsky
|
403d51ce98
|
Backed out changeset e57ddd9fdd5e (bug 721741) because it breaks Android builds.
|
2012-01-31 23:38:35 -05:00 |
|
James Willcox
|
9334322db3
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Bas Schouten
|
f987b74374
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
|
Ed Morley
|
388e7e6979
|
Backout b87113ff33ff (bug 721741) for Android build failures
|
2012-01-31 16:19:00 +00:00 |
|
James Willcox
|
fd3a41a585
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Jeff Muizelaar
|
dbe0e87287
|
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
--HG--
extra : rebase_source : d21f4ffb244ae661e1ca222c02a8fa8b40a071bd
|
2012-01-18 19:53:35 -05:00 |
|
James Willcox
|
f2a22733cd
|
Bug 707439 - Fix Flash plugin positioning
--HG--
extra : rebase_source : aaa41297d293ffde1aabe5632ade6c416b4d541f
|
2012-01-18 10:41:35 -05:00 |
|
Bas Schouten
|
a7ec78d445
|
Bug 710511: Rename DrawingModel to ANPDrawingModel r=snorp
|
2012-01-17 23:45:06 +01:00 |
|
Ginn Chen
|
0f974ed2f1
|
Bug 717174 plugin is all black with wmode opaque on a xBGR display and no RENDER r=karlt
|
2012-01-16 09:31:33 +08:00 |
|
Justin Wood
|
94e66a942e
|
Merge m-c tip to m-i
|
2012-01-15 05:29:24 -05:00 |
|
Ms2ger
|
ea843ee873
|
Bug 677079 - Part d: Move js_GetErrorMessage to jsfriendapi.h; r=jorendorff
|
2012-01-15 09:13:08 +01:00 |
|
Mike Hommey
|
41e5e42c93
|
Bug 716825 - Avoid loading system libraries with their full path. r=bjacob,r=gal,r=blassey
|
2012-01-13 07:23:02 +01:00 |
|
Benjamin Smedberg
|
982aa747c9
|
Bug 90268 mochitest - test that we only deliver an <object data=""> stream once, because on Windows in windowed mode (only!) this causes Flash to stop working. r=josh
|
2012-01-11 15:33:48 -05:00 |
|
Fabien Cellier
|
46ff49ee89
|
bug 410904 : add referrer in http request from npapi. r=josh
|
2012-01-11 14:38:19 -05:00 |
|
Ms2ger
|
d0513e5d06
|
Merge m-c to m-i.
|
2012-01-11 12:15:35 +01:00 |
|
Ms2ger
|
27ed38a4d4
|
Bug 332648 - Part g: Move AutoIdArray to jsapi.h; r=evilpie
|
2012-01-11 09:23:09 +01:00 |
|
Ms2ger
|
06db6578d4
|
Bug 332648 - Part e: Move AutoArrayRooter to jsapi.h; r=evilpie
|
2012-01-11 09:23:09 +01:00 |
|
Ms2ger
|
d7850e8af7
|
Bug 332648 - Part b: Move AutoValueRooter to jsapi.h; r=evilpie
This patch also moves the MarkRuntime function into the JS namespace.
|
2012-01-11 09:23:08 +01:00 |
|
Benoit Girard
|
23b75d3d81
|
Bug 711564 - Disable ICA/CA Plug-in drawing model on 10.5 because of instability. r=smichaud
--HG--
extra : rebase_source : e204fd8058110d7fbefec1160013185dffc08132
|
2012-01-09 19:11:04 -05:00 |
|