Changeset 220705 in webkit


Ignore:
Timestamp:
Aug 14, 2017 10:25:18 AM (7 years ago)
Author:
dbates@webkit.org
Message:

Add Automator service to copy permalink to Clipboard
https://bugs.webkit.org/show_bug.cgi?id=170978

Reviewed by Joseph Pecoraro.

It is helpful to reference using a hyperlink a particular line of code when having
a discussion on IRC or in a bug. You can get such a link by navigating to the file
in the Trac Browse Source viewer and selecting the line your are interested in.
I found myself doing this often enough that I wrote an Automator service to do it
for me.

This Automator service works with Xcode 8 and Xcode 9 beta 5 (9M202q) or later.

  • CopyPermalink/Copy WebKit Permalink.workflow/Contents/Info.plist: Added.
  • CopyPermalink/Copy WebKit Permalink.workflow/Contents/document.wflow: Added.
  • CopyPermalink/README: Added.
Location:
trunk/Tools
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r220703 r220705  
     12017-08-14  Daniel Bates  <dabates@apple.com>
     2
     3        Add Automator service to copy permalink to Clipboard
     4        https://bugs.webkit.org/show_bug.cgi?id=170978
     5
     6        Reviewed by Joseph Pecoraro.
     7
     8        It is helpful to reference using a hyperlink a particular line of code when having
     9        a discussion on IRC or in a bug. You can get such a link by navigating to the file
     10        in the Trac Browse Source viewer and selecting the line your are interested in.
     11        I found myself doing this often enough that I wrote an Automator service to do it
     12        for me.
     13
     14        This Automator service works with Xcode 8 and Xcode 9 beta 5 (9M202q) or later.
     15
     16        * CopyPermalink/Copy WebKit Permalink.workflow/Contents/Info.plist: Added.
     17        * CopyPermalink/Copy WebKit Permalink.workflow/Contents/document.wflow: Added.
     18        * CopyPermalink/README: Added.
     19
    1202017-08-14  Chris Dumez  <cdumez@apple.com>
    221
Note: See TracChangeset for help on using the changeset viewer.