Closed
Bug 1053724
Opened 11 years ago
Closed 8 years ago
Prevent Widget Frame to Listen/Handle System Message
Categories
(Core Graveyard :: DOM: Apps, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: johnhu, Assigned: CuveeHsu)
References
Details
Attachments
(1 obsolete file)
After the landing of bug 1005818, we should prevent widget frame, a mozbrowser iframe with mozwidget attribute, to listen system message because system message is grouped by process. If widget handles the system message, app doesn't have that message and will not know how to show it.
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → juhsu
Assignee | ||
Comment 1•11 years ago
|
||
try result: https://tbpl.mozilla.org/?tree=Try&rev=fb6e28c0a9b6
Will validate in flatfish before review request.
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8475800 [details] [diff] [review]
(v1) prevent system message
It doesn't work in flatfish since frameElementInternal isn't initialized at the time.
Attachment #8475800 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Component: General → DOM: Apps
Product: Firefox OS → Core
Assignee | ||
Updated•10 years ago
|
Blocks: conn_priority
Assignee | ||
Comment 3•10 years ago
|
||
Make a note here
maybe I should make changes in nsGenericHTMLFrameElement::GetIsExpectingSystemMessage
Assignee | ||
Comment 4•10 years ago
|
||
(In reply to Junior [:junior] from comment #3)
> Make a note here
> maybe I should make changes in
> nsGenericHTMLFrameElement::GetIsExpectingSystemMessage
It's not the case. Need to find another way...
Assignee | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•