Closed
Bug 616768
Opened 14 years ago
Closed 14 years ago
make reddit-panel example use jQuery again
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
1.0b1
People
(Reporter: myk, Assigned: myk)
References
Details
(Whiteboard: [cherry-pick-1.0b1])
Attachments
(1 file)
79.68 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
Intrepid platform developers have found a fix for bug 614757. And there's a reasonable chance it'll land for Firefox 4.0b8. Once it lands, we should update the reddit-panel example to use jQuery again, and if it's not too late, we should apply the change to the 1.0b1 branch, so SDK users can see how to use jQuery as a content script.
Assuming the platform fix lands for 4.0b8, here's the SDK patch that adds jQuery back into the example. It basically just reverts the fix for bug 615081, except that it also updates jQuery from 1.4.2 to 1.4.4, switches from contentScriptURL to contentScriptFile, and includes a README.md file that describes the addon and explains with which versions of Firefox it is compatible.
Attachment #495328 -
Flags: review?(dietrich)
Updated•14 years ago
|
Attachment #495328 -
Flags: review?(dietrich) → review+
Assignee | ||
Comment 1•14 years ago
|
||
The platform fix landed for 4.0b8, which is scheduled to be built in a couple days and released next week.
Trunk commit:
https://github.com/mozilla/addon-sdk/commit/46b4481ef202e8d57e0a1537f6434faea77367bb
Branch cherry-pick:
https://github.com/mozilla/addon-sdk/commit/06f7a7ca122d0289887ed108a9091a1d10af8de8
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [cherry-pick-1.0b1]
Assignee | ||
Comment 2•14 years ago
|
||
My branch commit was missing some files that I added in a followup commit:
https://github.com/mozilla/addon-sdk/commit/ae9631e9bc2b9abb033ea29c8a7be8300415ae11
Assignee | ||
Comment 3•14 years ago
|
||
Silly me, my trunk commit was also missing those files, which I've now checked in:
https://github.com/mozilla/addon-sdk/commit/c172f327aa012af053d6112d837b02e40d6a13f3
https://github.com/mozilla/addon-sdk/commit/d3ccf66977d23f0e7d9a0f318f32f1a5c551d9f0
You need to log in
before you can comment on or make changes to this bug.
Description
•