Closed
Bug 782772
Opened 13 years ago
Closed 13 years ago
Support the href property in web activities
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: fabrice, Unassigned)
Details
Attachments
(1 file, 1 obsolete file)
9.52 KB,
patch
|
vingtetun
:
review+
fabrice
:
review+
|
Details | Diff | Splinter Review |
Currently we don't filter based on the pageURI in the system messages dispatcher, so we end up firing too many messages.
Gene, can you check the changes I had to make in the Alarm API?
Attachment #651873 -
Flags: review?(clian)
Attachment #651873 -
Flags: review?(21)
Comment 1•13 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #0)
> Created attachment 651873 [details] [diff] [review]
> patch
>
> Currently we don't filter based on the pageURI in the system messages
> dispatcher, so we end up firing too many messages.
>
> Gene, can you check the changes I had to make in the Alarm API?
My pleasure :) After looking through the changes, I think we should also save the pageURI into the alarm database so that it can know where to send at next reboot. I can upload a new patch later by following your changes. Just give me 1 hour to have this done and test if everything works.
Comment 2•13 years ago
|
||
Just following Fabrice's original patch to have a new one, which covers the alarm database for pageURL. After some testings, everything works well.
Attachment #651873 -
Attachment is obsolete: true
Attachment #651873 -
Flags: review?(clian)
Attachment #651873 -
Flags: review?(21)
Attachment #651982 -
Flags: review?(fabrice)
Attachment #651982 -
Flags: review?(21)
Reporter | ||
Comment 3•13 years ago
|
||
Comment on attachment 651982 [details] [diff] [review]
Patch, V2
Review of attachment 651982 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks Gene!
Attachment #651982 -
Flags: review?(fabrice) → review+
Attachment #651982 -
Flags: review?(21) → review+
Reporter | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Assignee | ||
Updated•12 years ago
|
Component: DOM: Other → DOM
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•