Closed
Bug 707194
Opened 14 years ago
Closed 14 years ago
Make API accessible by other domains
Categories
(Tree Management Graveyard :: OrangeFactor, defect)
Tree Management Graveyard
OrangeFactor
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mcote, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.49 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
To allow usage of Orange Factor from Bugzilla, we need to add something like JSONP to allow XHR access from other domains.
Comment 1•14 years ago
|
||
Would something as simple as this work? To do JSONP, you just need to look for a callback param and make it in the form of callback({JSON}).
Completely untested of course and my Python is not so good ;)
dkl
Attachment #578608 -
Flags: review?(mcote)
| Assignee | ||
Comment 2•14 years ago
|
||
Close. :) Needs a few changes.
Attachment #578663 -
Flags: review?(jgriffin)
| Assignee | ||
Updated•14 years ago
|
Attachment #578608 -
Attachment is obsolete: true
Attachment #578608 -
Flags: review?(mcote)
Updated•14 years ago
|
Attachment #578663 -
Flags: review?(jgriffin) → review+
Comment 3•14 years ago
|
||
(In reply to Mark Côté ( :mcote ) from comment #2)
> Created attachment 578663 [details] [diff] [review] [diff] [details] [review]
> JSONP support.
>
> Close. :) Needs a few changes.
Ah I did miss a bit didn't I :) How quickly can this be pushed live?
dkl
| Assignee | ||
Comment 4•14 years ago
|
||
Pushed as http://hg.mozilla.org/automation/orangefactor/rev/7cb98a15cdeb and deployed. :)
| Assignee | ||
Updated•14 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Testing → Tree Management
Updated•5 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•