Benjamin Smedberg
|
6e6819da0f
|
Bug 724465 - Only inlude the Referer header in GET requests from plugins, not POST requests, because IIS throws malformed request exceptions, r=josh
|
2012-02-16 13:14:29 -05:00 |
|
Benjamin Smedberg
|
a2a2d1e2d8
|
Test for bug 410904 and bug 724465 - Is the Referer header present and correct when plugins request streams?
|
2012-02-16 13:40:03 -05:00 |
|
James Willcox
|
76313612cc
|
Bug 703601 - Fix a bunch of lifecycle issues with Flash on Android
|
2012-02-15 15:34:31 -05:00 |
|
James Willcox
|
92527d425b
|
Bug 726741 - Don't leak nsPluginInstanceOwner on Android
|
2012-02-15 15:34:24 -05:00 |
|
Josh Aas
|
7a653b6f1f
|
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
|
58aa36746e
|
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
|
dab3d8baf4
|
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
|
fa648998d3
|
Merge mozilla-central to mozilla-inbound
|
2012-02-10 14:03:24 +00:00 |
|
Josh Aas
|
2601df7a1a
|
Bug 723217: Fix click-to-play support for plugins on Android. r=snorp
|
2012-02-10 08:39:40 -05:00 |
|
Ed Morley
|
98040bceb5
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-02-10 12:14:39 +00:00 |
|
Ms2ger
|
961114ca3a
|
Bug 718287 - Remove plugins ForceRedraw functions; r=bz
|
2012-02-10 11:04:45 +01:00 |
|
Mounir Lamouri
|
a243c131df
|
Merge mozilla-central into mozilla-inbound.
|
2012-02-09 11:31:59 +01:00 |
|
Serge Gautherie
|
90fa1681fb
|
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
|
27fbfbc4d0
|
Fix Bug 657588. r=bsmedberg
|
2012-02-08 09:27:29 -08:00 |
|
Ed Morley
|
8086dffedb
|
Backout f1acc52a59da (bug 719983) & 6771bd53e267 (bug 699247) for 30% WinXp Ts regression
|
2012-02-08 21:04:21 +00:00 |
|
Jim Mathies
|
b9b940dd8c
|
Bug 691801 - Fix for nsPluginNativeWindowWin.cpp: 'return' : truncation from 'nsresult' to 'bool'. r=josh
|
2012-02-08 11:14:43 -06:00 |
|
Masatoshi Kimura
|
89dc26a595
|
Bug 699247 - Say goodbye to Win2k related code. r=jimm, sr=neil
|
2012-02-08 10:00:45 -06:00 |
|
Bas Schouten
|
86897d23dd
|
Bug 724886: Push images from plugin code instead of pulling from nsObjectFrame. r=roc
|
2012-02-08 16:34:27 +01:00 |
|
Igor Bukanov
|
6fefb1df81
|
bug 724310 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
|
2012-02-05 21:07:23 +01:00 |
|
Igor Bukanov
|
ae7ab9b03a
|
backout merge for bug 724310. r=irc
|
2012-02-09 21:28:22 +01:00 |
|
Igor Bukanov
|
12633fbfdd
|
bug 723517 - drop cx argument from JSObject field and fixed slots infallible API. r=:Waldo
|
2012-02-05 21:07:23 +01:00 |
|
Josh Aas
|
6ee53c1462
|
Bug 724395: Get rid of GetUniqueID impl from nsPluginInstanceOwner. r=bsmedberg
|
2012-02-09 14:40:22 -05:00 |
|
Josh Aas
|
4696aaacff
|
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
|
e4a74f6587
|
Bug 724278 - fix -Wset-but-unused-variable warnings; r=josh
|
2012-02-04 07:48:02 -05:00 |
|
Panagiotis Koutsourakis
|
835036b234
|
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
|
889c9d4073
|
bug 723517 - Drop cx argumrent from JS_GetClass(cx, obj). r=luke
|
2012-02-04 01:54:57 +01:00 |
|
Jim Mathies
|
3d686ea274
|
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
|
eabc46fa6b
|
Merge mozilla-central and mozilla-inbound
|
2012-02-01 17:09:34 -08:00 |
|
Josh Aas
|
751621897d
|
Bug 90268: Change plugin instance ownership from layout to content. r=roc r=bsmedberg
|
2012-01-31 16:55:54 -05:00 |
|
Doug Turner
|
fde2f1aa9d
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-29 12:39:30 -08:00 |
|
Phil Ringnalda
|
562c4194c6
|
Back out 59d8d92f9f3c (bug 713803) for Android C1 permaorange
|
2012-01-29 00:49:02 -08:00 |
|
Doug Turner
|
2abf72a957
|
Bug 713803 - Rationalize JNI access accross android widget. r=blassey
|
2012-01-28 22:38:02 -08:00 |
|
Matt Brubeck
|
c7bda6e332
|
Bug 720400 - Crash in nsPluginInstanceOwner::RemovePluginView @ mozilla::AndroidBridge::EnsureJNIThread [r=blassey]
|
2012-01-28 20:16:26 -08:00 |
|
Fabrice Desré
|
efc91ba48e
|
Bug 723148 - b2g build broken since Bug 721741 landed [r=snorp]
|
2012-02-01 09:28:57 -08:00 |
|
James Willcox
|
d28ecb7432
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Boris Zbarsky
|
a9bce75e95
|
Backed out changeset e57ddd9fdd5e (bug 721741) because it breaks Android builds.
|
2012-01-31 23:38:35 -05:00 |
|
James Willcox
|
40223c10aa
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Bas Schouten
|
33c8caf378
|
Bug 715785: Make ImageContainers independent of LayerManagers. r=roc
|
2012-02-01 03:18:30 +01:00 |
|
Ed Morley
|
dfab7c7328
|
Backout b87113ff33ff (bug 721741) for Android build failures
|
2012-01-31 16:19:00 +00:00 |
|
James Willcox
|
f9e5262935
|
Bug 721741 - Add support for Flash on Android 4.0+ r=blassey
|
2012-01-31 09:40:58 -05:00 |
|
Jeff Muizelaar
|
27ec80d3d9
|
Bug 719917. Add some more network and plugin related SAMPLE_LABELs. r=bgirard
|
2012-01-18 19:53:35 -05:00 |
|
James Willcox
|
4f1d9bc93c
|
Bug 707439 - Fix Flash plugin positioning
|
2012-01-18 10:41:35 -05:00 |
|
Bas Schouten
|
fb515c0a69
|
Bug 710511: Rename DrawingModel to ANPDrawingModel r=snorp
|
2012-01-17 23:45:06 +01:00 |
|
Ginn Chen
|
8387fe9b63
|
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
|
f1e990f1c7
|
Merge m-c tip to m-i
|
2012-01-15 05:29:24 -05:00 |
|
Ms2ger
|
0da18b7a47
|
Bug 677079 - Part d: Move js_GetErrorMessage to jsfriendapi.h; r=jorendorff
|
2012-01-15 09:13:08 +01:00 |
|
Mike Hommey
|
7d986a8293
|
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
|
def07ede99
|
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
|
7b03823a0d
|
bug 410904 : add referrer in http request from npapi. r=josh
|
2012-01-11 14:38:19 -05:00 |
|
Ms2ger
|
b04d77db01
|
Merge m-c to m-i.
|
2012-01-11 12:15:35 +01:00 |
|