Closed
Bug 1253011
Opened 9 years ago
Closed 9 years ago
Remove Gingerbread Flash interfaces
Categories
(Firefox for Android Graveyard :: Plugins, defect)
Tracking
(firefox48 fixed)
RESOLVED
FIXED
Firefox 48
Tracking | Status | |
---|---|---|
firefox48 | --- | fixed |
People
(Reporter: snorp, Assigned: droeh)
References
Details
Attachments
(1 file, 1 obsolete file)
32.34 KB,
patch
|
snorp
:
review+
|
Details | Diff | Splinter Review |
We're going to stop supporting Gingerbread, so we can rip out all of the Flash support code for that too.
Assignee | ||
Comment 1•9 years ago
|
||
I think this kills everything we safely can.
Attachment #8729674 -
Flags: review?(snorp)
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8729674 [details] [diff] [review]
Proposed patch
Review of attachment 8729674 [details] [diff] [review]:
-----------------------------------------------------------------
We can also remove AndroidBridge::AddPluginView, the code that calls it in nsPluginInstanceOwner, and the java side of things in GeckoAppShell and friends.
::: dom/plugins/base/android/ANPBase.h
@@ -26,1 @@
> void InitCanvasInterface(ANPCanvasInterfaceV0 *i);
Do we still need this? Hopefully not?
Attachment #8729674 -
Flags: review?(snorp) → review-
Assignee | ||
Comment 3•9 years ago
|
||
Alright, removed AndroidBridge::AddPluginView and all related code that I could find. I don't think the Canvas stuff can be killed off, though.
Attachment #8729674 -
Attachment is obsolete: true
Attachment #8730983 -
Flags: review?(snorp)
Reporter | ||
Comment 4•9 years ago
|
||
Comment on attachment 8730983 [details] [diff] [review]
Proposed patch (updated)
Review of attachment 8730983 [details] [diff] [review]:
-----------------------------------------------------------------
Oops. I just realized we still need some of this stuff for full screen mode. I steered you wrong, sorry! Your original patch is probably about as good as we can do for now.
Attachment #8730983 -
Flags: review?(snorp) → review-
Reporter | ||
Updated•9 years ago
|
Attachment #8729674 -
Attachment is obsolete: false
Attachment #8729674 -
Flags: review- → review+
Reporter | ||
Updated•9 years ago
|
Attachment #8730983 -
Attachment is obsolete: true
Comment 6•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 48
Updated•6 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•