Closed
Bug 589016
Opened 14 years ago
Closed 14 years ago
Allow registering path handlers from mochitests
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla2.0b7
People
(Reporter: Mardak, Assigned: Mardak)
References
Details
Attachments
(1 file)
(deleted),
patch
|
Waldo
:
review+
|
Details | Diff | Splinter Review |
For account manager mochitest, I did some wonkiness to be able to have mochi.test:8888/.well-known/hostmeta serve a file I want.
I added exported the func: s.importFunction(function registerPathHandler(p, h)
http://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/account-central/rev/3fa43f10474e#l3.1
And created a special .sjs that would reigster whatever I PUT:
http://hg.mozilla.org/users/edward.lee_engineering.uiuc.edu/account-central/rev/3fa43f10474e#l9.1
Assignee | ||
Comment 1•14 years ago
|
||
Assignee: nobody → edilee
Attachment #467947 -
Flags: review?(jwalden+bmo)
Comment 2•14 years ago
|
||
Comment on attachment 467947 [details] [diff] [review]
v1
Seems reasonable.
Attachment #467947 -
Flags: review?(jwalden+bmo) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Oh hey, I was looking for approval2.0? but it doesn't exist. I guess this is test-only so it can land as is? :O
Assignee | ||
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
OS: Mac OS X → All
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b6
Updated•7 years ago
|
Component: httpd.js → General
You need to log in
before you can comment on or make changes to this bug.
Description
•