diff browse annotate |
34f7cce42095e24fdd6c066d7fe6219dfc5e500f created 2013-06-17 12:35 +0200 pushed 2013-06-18 23:04 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 883671 - Get rid of plugin.expose_full_path. r=bsmedberg |
diff browse annotate |
5ef49706a56ad50dbf4993f755248d50d506659a created 2013-06-11 10:58 -0400 pushed 2013-06-12 01:03 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 875454 - Rework handling of per-site plugin permissions in objectloadingcontent such that users can disable or enable plugins per-site no matter what their "global" permission is (currently only plugins marked click-to-activate globally honor per-site overrides). Also change the pageInfo UI such that "use default" is separate from the explicit click-to-play setting. r=jschoenick/jaws |
diff browse annotate |
ea3191239e8ec7c750ec088258c8e421199c40cf created 2013-06-11 10:58 -0400 pushed 2013-06-12 01:03 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 880675 - Remove the writable nsIPluginTag.blocklisted property, which is a poorly-constructed cache of the blocklist data, r=jschoenick r=unfocused |
diff browse annotate |
447cf900cd4f9fed2997882d443739b962d3c1a6 created 2013-04-22 14:15 +0300 pushed 2013-04-27 01:20 +0000 |
Aryeh Gregor | Aryeh Gregor - Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger |
diff browse annotate |
450bbfd4853294add45914ac881139565a94b89e created 2013-04-23 16:21 -0700 pushed 2013-04-25 01:49 +0000 |
David Keeler | David Keeler - bug 549697 - add click-to-play plugin UI to the addon manager r=unfocused r=jaws |
diff browse annotate |
faafe91695d97fa54cff7d34fab0ea0dcd827b5c created 2013-04-23 16:02 -0400 pushed 2013-04-24 12:15 +0000 |
Benjamin Smedberg | Benjamin Smedberg - Bug 418615 - Neuter the code which tries to reframe existing plugin instances when navigator.plugins.refresh(true) is called. Instead, only scan for new plugins, unload unused plugins. The DOM code will continue to refresh the current page which calls navigator.plugins.refresh(true). r=jschoenick sr=bz |
diff browse annotate |
e30393f6f85b8740f643cc59a13616b6825e414a created 2013-03-27 14:06 -0700 pushed 2013-04-11 19:19 +0000 |
David Keeler | David Keeler - bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused |
diff browse annotate |
974726290de1761f5df6d3fda7ff79dacd0e4979 created 2013-04-09 13:45 -0400 pushed 2013-04-09 23:24 +0000 |
Ryan VanderMeulen | Ryan VanderMeulen - Backed out changeset 9983874bfa63 (bug 854467) for bustage on a CLOSED TREE. |
diff browse annotate |
9983874bfa63901589d387c893f9651415570e02 created 2013-03-27 14:06 -0700 pushed 2013-04-09 23:24 +0000 |
David Keeler | David Keeler - bug 854467 - fix nsIPluginTag enabled state API r=bsmedberg r=unfocused |
diff browse annotate |
b23e5f546045a69a7c1a7ed0a4eee6cc3fea185d created 2013-04-01 11:38 -0600 pushed 2013-04-02 17:20 +0000 |
Aaron Klotz | Aaron Klotz - Bug 836488: Add telemetry for plugin metadata load time. r=bsmedberg |
diff browse annotate |
8d55f019795c4450f0868313ff6995f705da8242 created 2013-03-23 17:37 +0100 pushed 2013-03-26 04:34 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 853911 - Fix nsPluginHost usage in nsPluginTag. r=bsmedberg |
diff browse annotate |
4a553cbe3c318c63fa33548b70e8cd7735a06cfa created 2013-02-15 22:00 +0100 pushed 2013-03-21 20:45 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 830267 - Persist plugin preferences outside of pluginreg.dat. r=bsmedberg |
diff browse annotate |
e3ad8585b8e6862a531bffb5f0a74e429edf9657 created 2013-03-20 11:29 -0700 pushed 2013-03-21 11:51 +0000 |
Johnny Stenback | Johnny Stenback - Fixing bug 781310. Change nsPluginHost::GetInst() to return already_AddRefed<nsPluginHost> to make it harder to write leaky code. r=jschoenick@mozilla.com |
diff browse annotate |
3afecf060f067502a3962f4862277c245d4f7c58 created 2013-03-19 15:38 -0700 pushed 2013-03-21 11:51 +0000 |
John Schoenick | John Schoenick - Bug 851378 - Avoid bogus assertion when trying to spawn disabled plugin. r=bsmedberg |
diff browse annotate |
81b2e436001e17eeb7b2c792b7304c69c7369cc3 created 2013-03-19 15:38 -0700 pushed 2013-03-21 11:51 +0000 |
John Schoenick | John Schoenick - Bug 851378 - Notify owning content when we destroy plugins from under it. r=bsmedberg |
diff browse annotate |
80e584c6ac74f2900ed9c41060acae667a6278ec created 2013-03-12 11:34 +0100 pushed 2013-03-12 19:35 +0000 |
Jacek Caban | Jacek Caban - Bug 849198 - Merge nsPluginSafety.h into nsNPAPIPluginInstance.h r=roc |
diff browse annotate |
abe7aef127314e127acb0ee00830b72f97ee183c created 2013-03-06 13:06 -0500 pushed 2013-03-07 17:19 +0000 |
Jan Beich | Jan Beich - Bug 848264 - Explicitly include <cstdlib> after bug 835542. r=Waldo |
diff browse annotate |
2a33d38e3a1add83322d0b29dd2a0b148c5232e7 created 2013-02-28 07:44 +0900 pushed 2013-02-28 17:05 +0000 |
Masatoshi Kimura | Masatoshi Kimura - Bug 841477 - Enable FAIL_ON_WARNINGS on MSVC in dom/plugins. r=benjamin |
diff browse annotate |
fb5ab899cfa8e1d0f3dd071d586d24bbf4e3cf69 created 2013-02-17 07:07 -0500 pushed 2013-02-17 22:51 +0000 |
Cykesiopka | Cykesiopka - Bug 583566 - Remove old Java plugin scanning pref and related code. r=bsmedberg |
diff browse annotate |
fe1923122c44219e0d3483de2974d61c79ecbf44 created 2013-02-13 10:15 -0800 pushed 2013-02-16 14:49 +0000 |
David Keeler | David Keeler - bug 838290 - make nsIPluginHost.getPermissionStringForType more robust r=bsmedberg |
diff browse annotate |
45b37a31ac9cc96cc829a2cd8dff86096a062310 created 2013-02-14 15:38 -0600 pushed 2013-02-15 14:39 +0000 |
Yury Delendik | Yury Delendik - Bug 839714 - Extend PlayPreview API. r=jschoenick, r=jwein |
diff browse annotate |
796564dd007bdb45f64e793f2a9ff30aba9395ac created 2013-02-12 15:33 -0500 pushed 2013-02-13 15:19 +0000 |
James Willcox | James Willcox - Bug 839456 - Annotate crash reports with Flash version on Android r=bsmedberg |
diff browse annotate |
74e6960db18c1f7ecefc7a9f0cd5b4b6c696b8c6 created 2013-02-12 19:03 +0100 pushed 2013-02-13 02:25 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 752422 - Add null-check for plugin tag. r=bsmedberg |
diff browse annotate |
c8135b361176680c2e883e6aee69c37958bdae5b created 2013-02-12 01:28 +0900 pushed 2013-02-12 14:43 +0000 |
Masatoshi Kimura | Masatoshi Kimura - Bug 839731 - Kill try-safe stuff. r=benjamin |
diff browse annotate |
ef505122f02a8523fe909283825b781bf94a5032 created 2012-12-21 16:12 +0100 pushed 2013-01-19 16:10 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 813245 - Sanity-check for mimetype count from pluginreg.dat. r=bsmedberg |
diff browse annotate |
313fece4cf4a1cde75943a3bb9cd64d40960e375 created 2012-12-12 02:56 -0500 pushed 2013-01-06 18:33 +0000 |
Trevor Saunders | Trevor Saunders - bug 825281 - remove nsISupportsArray from plugins r=bsmedberg |
diff browse annotate |
c908514142927a47dd6cf904905076553cf9c7e1 created 2012-12-20 16:53 -0800 pushed 2013-01-05 23:57 +0000 |
David Keeler | David Keeler - bug 820708 - refresh navigator.plugins when a plugin is enabled/disabled r=joshmoz |
diff browse annotate |
9ed12964d4247de60d3480313cecc56e1e02d569 created 2012-12-17 10:05 -0500 pushed 2012-12-18 00:23 +0000 |
James Willcox | James Willcox - Bug 821777 - Get some kind of version information into nsPluginTag for Flash on Android r=josh |
diff browse annotate |
e7b35e1e28d4c6a58a8e0f6d7c540c8608655c03 created 2012-12-14 13:08 -0800 pushed 2012-12-14 21:10 +0000 |
Daniel Holbert | Daniel Holbert - Bug 821843: Remove no-longer-used variable 'isJava' from nsPluginHost.cpp, to fix GCC 4.7 warning (treated as error in enable-warnings-as-errors builds). r=johns |
diff browse annotate |
35e4ec23293cf0092ea0e61ecb2803d07c8274b2 created 2012-12-12 16:12 -0800 pushed 2012-12-14 15:28 +0000 |
John Schoenick | John Schoenick - Bug 767638 - Rename InitializeEmbedded* plugin functions to just Initialize*. r=josh |
diff browse annotate |
9631d28a19c33c556fd3be8928da76c116e1b7d7 created 2012-12-10 16:35 -0800 pushed 2012-12-14 15:28 +0000 |
John Schoenick | John Schoenick - Bug 767638 - Greatly simplify loading full-page plugins. r=josh |
diff browse annotate |
62389ec6712c98697ef122b6e9ec43f14d33c1ff created 2012-11-29 15:00 -0800 pushed 2012-12-14 15:28 +0000 |
John Schoenick | John Schoenick - Bug 767633 - Bonus - Clean up whitespace in nsPluginHost. r=josh |
diff browse annotate |
11341616d7cb84252fe339b8e1bec3b2ae3dd3c3 created 2012-11-29 14:59 -0800 pushed 2012-12-14 15:28 +0000 |
John Schoenick | John Schoenick - Bug 767633 - Part 3 - Remove a ton of obsolete nsPluginHost code. r=josh |
diff browse annotate |
1b68ff48e22c35a471bfed05e8222929399a9b53 created 2012-12-06 15:10 -0800 pushed 2012-12-14 15:28 +0000 |
John Schoenick | John Schoenick - Bug 767633 - Part 2 - nsObjectLoadingContent should handle all initial streams for plugins. r=josh |
diff browse annotate |
ab23919fe63635dfe39030c3468792d3a2a8aa71 created 2012-11-27 15:14 +0100 pushed 2012-12-05 15:27 +0000 |
Georg Fritzsche | Georg Fritzsche - Bug 813906 - Resolve base URLs correctly for plugin streams. r=bz |
diff browse annotate |
c2e33f49c60f853246cd9f1b8c5fdfffddf24007 created 2012-11-29 11:14 -0500 pushed 2012-11-30 00:04 +0000 |
Boris Zbarsky | Boris Zbarsky - Bug 815671 part 5. Various miscellaneous fixups in dom/ and hal/ code to copy arrays only when we explicitly want to. r=jlebar |
diff browse annotate |
79b27ec730c27f92e61a930b35524f9d0e66ca57 created 2012-11-27 10:09 -0800 pushed 2012-11-28 00:19 +0000 |
David Keeler | David Keeler - bug 746374 - differentiate click-to-play plugin permissions by type and vulnerability status r=jaws r=joshmoz |
diff browse annotate |
41a0c591a15641aa9a61ee0ef121c94b9710a140 created 2012-11-19 14:03 -0800 pushed 2012-11-20 14:54 +0000 |
David Keeler | David Keeler - bug 811375 - decouple nsIPluginTag::clicktoplay from click-to-play blocklisting r=joshmoz |
diff browse annotate |
b3a9ae0f6abfb48bbcbc7a51fb34c08dbd65df24 created 2012-10-25 19:25 -0400 pushed 2012-10-26 11:29 +0000 |
Andrew Quartey | Andrew Quartey - Bug 792581 - part 22: Replace LL_ZERO and LL_Zero() macros with 0. r=ehsan |
diff browse annotate |
faa749453ea4da994daf9bd3630bb3d229c4d691 created 2012-10-15 08:38 -0400 pushed 2012-10-16 08:09 +0000 |
Josh Aas | Josh Aas - Bug 598397: Remove support for Carbon NPAPI. r=smichaud |
diff browse annotate |
586070a8d3f1001aa5173574102cdc4f49e88480 created 2012-10-03 10:13 -0400 pushed 2012-10-04 01:43 +0000 |
Andrew Quartey | Andrew Quartey - Bug 792581 - part 5: Replace LL_CMP macro with standard comparison. r=ehsan |
diff browse annotate |
ee5a3b45e378737cdc3bd2df00a13aff9f841acc created 2012-10-03 10:13 -0400 pushed 2012-10-04 01:43 +0000 |
Andrew Quartey | Andrew Quartey - Bug 792581 - part 3: Replace LL_NE macro with standard relation. r=ehsan |
diff browse annotate |
7aa4ea0c1d304fefdc6f0c68420ed77d11b66aa6 created 2012-10-03 10:13 -0400 pushed 2012-10-04 01:43 +0000 |
Andrew Quartey | Andrew Quartey - Bug 792581 - part 2: Replace LL_EQ macro with standard relation. r=ehsan |
diff browse annotate |
f729670158d6c760b9f75eeff2d96523bb6f4c39 created 2012-10-03 10:13 -0400 pushed 2012-10-04 01:43 +0000 |
Andrew Quartey | Andrew Quartey - Bug 792581 - part 1: Replace LL_IS_ZERO macro with standard relation. r=ehsan |
diff browse annotate |
56e8259f189b772a7f1315e7f8f7c2f1e3500da6 created 2012-10-02 22:43 -0400 pushed 2012-10-03 12:57 +0000 |
Josh Aas | Josh Aas - Bug 797100: Replace internal usage of nsIPluginInstanceOwner with nsPluginInstanceOwner. r=jst |
diff browse annotate |
02f3213b154fa50ca1b0b3082ae51005a774cef8 created 2012-09-30 21:29 -0400 pushed 2012-10-01 13:02 +0000 |
Patrick McManus | Patrick McManus - bug 769764 - followup fix error check and whitespace r=josh |
diff browse annotate |
dcae72a1333c8dec3f61f1287f4bcd0127279c04 created 2012-09-14 16:27 -0400 pushed 2012-09-28 03:05 +0000 |
Patrick McManus | Patrick McManus - bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh |
diff browse annotate |
a9c81707652a1eaa1926dda18da70525f48cfd1b created 2012-09-19 15:56 -0400 pushed 2012-09-20 11:22 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Backout changeset ebd274828b7f (bug 791378) because it seems like the channel created is associated with a load context |
diff browse annotate |
ebd274828b7fb2ce3ffc72043094a295500f0e2f created 2012-09-19 14:30 -0400 pushed 2012-09-20 11:22 +0000 |
Ehsan Akhgari | Ehsan Akhgari - Bug 791378 - nsPluginHost::NewPluginURLStream needs to take the privacy information into account when creating a channel on behalf of a plugin; r=bzbarsky |
diff browse annotate |
161847c0ac46f17ca0a51cab6f28ee4f8b41e786 created 2012-09-17 16:54 +0100 pushed 2012-09-17 19:20 +0000 |
Ed Morley | Ed Morley - Backout 6d71ff5b4b36 (bug 347307), 75a3c47a3fe7 (bug 507578), 828f91de7143 (bug 769764) for near permaorange OS X 10.8 leaks |
diff browse annotate |
828f91de71437e3b5500d2828b5d49119d787aeb created 2012-09-14 16:27 -0400 pushed 2012-09-15 01:09 +0000 |
Patrick McManus | Patrick McManus - bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh |
diff browse annotate |
e59b9b887c2586b05613a2f696e981544705a68a created 2012-09-13 22:42 +0100 pushed 2012-09-14 01:53 +0000 |
Ed Morley | Ed Morley - Backout 3182f9d08c2d (bug 347307), 2a30593cca79 (bug 507578), b87b27f5a417 (bug 769764) for m-oth permaorange in browser_463205.js |
diff browse annotate |
b87b27f5a4176afe5e8b1d0069a87e88baa32913 created 2012-09-13 15:22 -0400 pushed 2012-09-14 01:53 +0000 |
Patrick McManus | Patrick McManus - bug 769764 move proxy resolution to separate thread and remove sync api r=biesi sr=josh |
diff browse annotate |
ae68e6c539a21a7a2b65e33b1e9d7fd3401812a1 created 2012-09-05 16:18 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
6cd206b371761294125cb98fe9d0c11e2383795f created 2012-08-29 17:51 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
c4f83d9d8243f3f853a5356188164a5fddee2b5a created 2012-08-22 16:09 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
dc5fc4265990c8ecb269195372959f757af7d00e created 2012-08-15 14:22 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
97e8aecf1730e4ac12590ce33fd339ecf0aa8ec4 created 2012-08-07 15:13 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
08187a7ea8974548382f5d7775df8171a4ec6449 created 2012-07-30 13:15 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |
diff browse annotate |
d80fbd8493f175eaa24d7b9145f7c6a321b7e8ad created 2012-07-25 14:30 -0700 pushed 2012-09-11 17:34 +0000 |
David Anderson | David Anderson - Merge from mozilla-central. |