Closed
Bug 351373
Opened 17 years ago
Closed 17 years ago
Can't use keywords with "Open URL in Camino" Service
Categories
(Camino Graveyard :: OS Integration, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
Camino1.5
People
(Reporter: froodian, Assigned: stuart.morgan+bugzilla)
Details
(Keywords: fixed1.8.1)
Attachments
(1 file)
2.68 KB,
patch
|
froodian
:
review+
sfraser_bugs
:
superreview+
|
Details | Diff | Splinter Review |
I don't see any reason we shouldn't allow any string to be opened as a URL via the service. For advanced users, it would be amazing to have keywords suddenly be system-wide - in any app, I could highlight something like "bug 1234", invoke the service, and have it open the appropriate bug.
Reporter | ||
Comment 1•17 years ago
|
||
Also, if we did this, we wouldn't have to accept any string blindly. We could still use |stringByTrimmingCharactersInSet| to trim off excess whitespace before and after the string.
Comment 2•17 years ago
|
||
Ooh, that's a neat idea. Me likey. Can we stick this on the agenda for tomorrow? It'd be wicked cool to have it in 1.1 (doesn't seem like it's too complicated).
Assignee | ||
Comment 3•17 years ago
|
||
Enables keyword processing in URLs opened via the URL service.
Reporter | ||
Comment 4•17 years ago
|
||
Comment on attachment 240864 [details] [diff] [review] patch r=me
Attachment #240864 -
Flags: superreview?(sfraser_bugs)
Attachment #240864 -
Flags: review?
Attachment #240864 -
Flags: review+
Updated•17 years ago
|
Attachment #240864 -
Flags: superreview?(sfraser_bugs) → superreview+
Reporter | ||
Comment 5•17 years ago
|
||
Checked in on trunk and 1.8branch.
You need to log in
before you can comment on or make changes to this bug.
Description
•