John Schoenick
0af8e2dec5
Bug 976924 - Ensure we're not racing with async plugin teardown events. r=gfritzsche
2014-03-04 13:58:27 -08:00
John Schoenick
d75615df43
Bug 976861 - nsPluginTag::GetLastModifiedTime should use NS_IMETHODIMP. r=gfritzsche
2014-03-04 12:18:09 +01:00
Ehsan Akhgari
38e78d72b1
Bug 976258 - Undo the damage of including windows.h in IPCMessageUtils.h; r=bent
2014-03-03 21:35:51 -05:00
Jeff Walden
7741787e99
Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence
...
--HG--
extra : rebase_source : 58b87df07373a7811136682b128aea67f04446cd
2014-02-12 23:38:36 -08:00
Andrew McCreight
c479f2a541
Bug 962608 - Make PL_DHashTableInit infallible by default. r=briansmith,bsmedberg,ehsan,froydnj,jduell,jfkthame,roc,smaug
2014-02-27 10:04:09 -08:00
L. David Baron
dfb9ad9186
Bug 976350 patch 1: Move the contents of nsTraceRefcnt.h into nsISupportsImpl.h. r=bsmedberg
...
This makes sense since the file no longer contains anything with the
nsTraceRefcnt name in it, and it will allow renaming nsTraceRefcntImpl
back to nsTraceRefcnt.
2014-02-26 13:36:35 -08:00
John Schoenick
1733860b7f
Bug 852315 - Test. r=bsmedberg
2014-02-25 13:30:05 -08:00
John Schoenick
5d15dcd7b2
Bug 406541 - Test. r=bsmedberg
2014-02-25 13:30:04 -08:00
John Schoenick
53d4ed3c80
Bug 738396 - Test. r=bsmedberg
2014-02-25 13:30:04 -08:00
John Schoenick
61cf93b0a5
Bug 971279 - Add nptest java plugin. r=bsmedberg
2014-02-25 13:30:04 -08:00
John Schoenick
78dc97b207
Bug 971279 - Add plugin.java.mime. r=bsmedberg
2014-02-25 13:30:03 -08:00
Ehsan Akhgari
5d2d8c62a4
Bug 975740 - Port WIN32_EXE_LDFLAGS to moz.build; r=mshal
2014-02-24 08:30:25 -05:00
Carsten "Tomcat" Book
5d14d17d76
Backed out changeset 9112c3abc3ea (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:31:31 +01:00
Georg Fritzsche
f6e4d8b047
Bug 964272 - Expose last modified time on plugin tags. r=bsmedberg
2014-02-18 11:45:47 +01:00
Georg Fritzsche
35457cf147
Bug 926830 - Test cleanup for plugin enabledState usage, dom/plugins. r=bsmedberg
2014-02-17 15:57:37 +01:00
Chris Peterson
10a0737dbc
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=BenWa r=bsmedberg r=mccr8
2014-02-17 22:10:50 -08:00
Oleg Romashin
79dd3f3972
Bug 974335 - Refactor Qt Widget Backend implementation. Qt Only changes NPDB. r=romaxa
...
--HG--
rename : dom/system/unix/Makefile.in => dom/system/qt/Makefile.in
rename : dom/system/unix/QTMLocationProvider.cpp => dom/system/qt/QTMLocationProvider.cpp
rename : dom/system/unix/QTMLocationProvider.h => dom/system/qt/QTMLocationProvider.h
rename : dom/system/unix/nsHapticFeedback.cpp => dom/system/qt/QtHapticFeedback.cpp
rename : dom/system/unix/nsHapticFeedback.h => dom/system/qt/QtHapticFeedback.h
rename : dom/system/unix/moz.build => dom/system/qt/moz.build
2014-02-20 18:09:02 -08:00
Oleg Romashin
5e0cf68089
Bug 974335 - Refactor Qt Widget Backend implementation. Plugins cleanup. r=josh
2014-02-20 18:08:36 -08:00
Wes Kocher
6d6d2dff24
Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
...
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick
fe941d1453
Bug 852315 - Test. r=bsmedberg
2014-02-20 14:38:03 -08:00
John Schoenick
e2d872a4f8
Bug 406541 - Test. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
9cde5370a7
Bug 738396 - Test. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
bec6a56335
Bug 971279 - Add nptest java plugin. r=bsmedberg
2014-02-20 14:38:02 -08:00
John Schoenick
69263c0a97
Bug 971279 - Add plugin.java.mime. r=bsmedberg
2014-02-20 14:38:02 -08:00
Andrew McCreight
f25aeef35c
Back out bug 712939 for not getting fully reviewed.
2014-02-20 06:40:56 -08:00
Chris Peterson
d31312da60
Bug 712873 - Part 1: Replace JS_ASSERT with MOZ_ASSERT outside js/ directory. r=luke
2014-02-17 22:09:06 -08:00
Chris Peterson
64487f63e2
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=mccr8
2014-02-17 23:56:19 -08:00
Daniel Holbert
682b66552e
back out 3a8893b28489 (bug 712939) and 39adab158c17,16add78c43e3,37193db7e15b (bug 712873), for build bustage.
2014-02-19 00:15:51 -08:00
Chris Peterson
796b530a80
Bug 712939 - Replace JS_STATIC_ASSERT with static_assert outside js/ directory. r=mccr8
2014-02-17 23:56:19 -08:00
Chris Peterson
fd5b839ab4
Bug 712873 - Part 1: Replace JS_ASSERT with MOZ_ASSERT outside js/ directory. r=luke
2014-02-17 22:09:06 -08:00
Masatoshi Kimura
9f0004eb6e
Bug 969918 - Use decltype to declare pointers for dynamic-loaded functions. r=jimm sr=roc
2014-02-18 07:32:52 +09:00
Ehsan Akhgari
171cc683fa
Bug 784739 follow-up: Use NULL in npruntime.h
2014-02-14 18:49:59 -05:00
Jon Coppeard
0eac977006
Bug 959787 - Handlify arguments for Call APIs r=terrence r=bz
2014-02-13 15:33:04 +00:00
John Schoenick
99e1d7de24
Bug 967694 - Fix tests that expect old behavior. r=bsmedberg
2014-02-11 12:14:42 -08:00
John Schoenick
a9d7a9fe8b
Bug 967694 - Test. r=bsmedberg
2014-02-11 12:14:41 -08:00
Ehsan Akhgari
d1964b92f6
Bug 970727 - Move DEFFILE to moz.build; r=mshal
2014-02-11 11:28:54 -05:00
Martin Stransky
ca8fcb544d
Bug 968193 - flash-plugin freezes when window allocation size is 0x0. r=karlt
2014-02-11 09:22:45 -05:00
Ehsan Akhgari
6ed9144ae7
Bug 970745 - Move USE_STATIC_LIBS to moz.build; r=glandium
2014-02-11 09:12:33 -05:00
Jon Coppeard
2cf0941496
Bug 965830 - Convert use of JS_CallFunction and related APIs uses to HandleValueArray r=terrence r=smaug
2014-02-11 10:59:16 +00:00
Ehsan Akhgari
82ebdc883f
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Ehsan Akhgari
144a2cdcb0
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-10 09:03:53 -05:00
Ehsan Akhgari
2cbfef3289
Bug 969868 - Use fallible allocations in some places in our plugin code; r=bsmedberg
...
It seems like the sizes for these data structures can be controlled from
Web content, and we are already prepared to deal with OOM conditions,
except that we are using infallible allocations by mistake.
2014-02-08 16:04:09 -05:00
Phil Ringnalda
23c7d857c6
Back out ed6e04e6fc0c (bug 968642) for breaking Windows plugin tests
...
CLOSED TREE
2014-02-07 21:26:02 -08:00
Ehsan Akhgari
5041cea876
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-07 23:22:31 -05:00
Martin Stransky
4ae7e3b658
Bug 624422 - Build plugin-container for Gtk2 and Xt plugins, nsPluginNativeWindowGtk part. r=karlt
...
--HG--
rename : dom/plugins/base/nsPluginNativeWindowGtk2.cpp => dom/plugins/base/nsPluginNativeWindowGtk.cpp
2014-02-05 17:04:41 -05:00
Jon Coppeard
cd6056507e
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Terrence Cole
e733afaaa5
Bug 963738 - Fix an exact rooting hazard false positive in NPAPI; r=bsmedberg
2014-01-29 09:31:09 -08:00
Carsten "Tomcat" Book
3ff2c54041
Backed out changeset e2c75ec7f3d4 (bug 959787) for breaking b2g builds on a CLOSED TREE
2014-01-31 12:11:23 +01:00
Jon Coppeard
b65a90b42b
Bug 959787 - Handlify JS_GetProperty and related APIs r=terrence r=bz
2014-01-31 09:55:20 +00:00
Benoit Jacob
4703621d85
Bug 964442 - Make CreateImage just take a plain format parameter - r=jrmuizel
2014-01-30 17:58:51 -05:00