Closed
Bug 679544
Opened 13 years ago
Closed 9 years ago
Use one function to determine the origin from a URL
Categories
(Web Apps :: HTML, defect, P4)
Web Apps
HTML
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ianbicking, Assigned: ianbicking)
Details
There are may places in the code that use typically url.URLParse(url).originOnly().toString() to determine the origin. We should have one function, which should also include any custom ways we want to determine the origin (for instance in Bug 678007 a special case is made for resource: URLs).
Updated•13 years ago
|
Component: OpenWebApps → General
Product: Mozilla Labs → Web Apps
QA Contact: openWebApps → general
Updated•13 years ago
|
Priority: -- → P4
Updated•13 years ago
|
Component: General → DOM: Mozilla Extensions
Product: Web Apps → Core
QA Contact: general → general
Updated•13 years ago
|
Whiteboard: [mozApps API 1.0]
Updated•13 years ago
|
Whiteboard: [mozApps API 1.0]
Assignee | ||
Comment 1•13 years ago
|
||
Note this now only applies to the HTML implementation.
Assignee: nobody → ianb
Component: DOM: Mozilla Extensions → HTML
Product: Core → Web Apps
QA Contact: general
Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•