Closed
Bug 645885
Opened 15 years ago
Closed 15 years ago
Update content script documentation for contentScriptWhen default change
Categories
(Add-on SDK Graveyard :: Documentation, defect, P1)
Add-on SDK Graveyard
Documentation
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b5
People
(Reporter: wbamberg, Assigned: wbamberg)
References
Details
Attachments
(1 file)
|
15.63 KB,
patch
|
dietrich
:
review+
ochameau
:
feedback+
|
Details | Diff | Splinter Review |
Bug 642447 renames the 'ready' value for contentScriptWhen to 'end' and makes it the default. The documentation should be updated to reflect this.
Updated•15 years ago
|
Hardware: x86 → All
Comment 1•15 years ago
|
||
See bug 642447 comment 6, we didn't renamed 'ready' to 'end', but added 'end' and made it the default value.
| Assignee | ||
Comment 2•15 years ago
|
||
Attachment #528734 -
Flags: review?(dietrich)
Attachment #528734 -
Flags: feedback?(poirot.alex)
Comment 3•15 years ago
|
||
Comment on attachment 528734 [details] [diff] [review]
Update documentation for contentScriptWhen change
Review of attachment 528734 [details] [diff] [review]:
The only odd bit in my mind is that you list the options from end -> start instead of start -> end. I suppose that's due to end being default? I prefer start -> end, but it's up to you, I won't hold a review for that. r=me!
Attachment #528734 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 4•15 years ago
|
||
(In reply to comment #3)
> Comment on attachment 528734 [details] [diff] [review]
> Update documentation for contentScriptWhen change
>
> Review of attachment 528734 [details] [diff] [review]:
>
> The only odd bit in my mind is that you list the options from end -> start
> instead of start -> end. I suppose that's due to end being default? I prefer
> start -> end, but it's up to you, I won't hold a review for that. r=me!
Yeah, you're right about that. It makes more sense having them chronological, I'll make that change.
Thanks Dietrich!
Updated•15 years ago
|
Attachment #528734 -
Flags: feedback?(poirot.alex) → feedback+
| Assignee | ||
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•15 years ago
|
Keywords: checkin-needed
You need to log in
before you can comment on or make changes to this bug.
Description
•