handle cases where PrettyPatch.rb doesn't linkify filenames
Created attachment 79638 [details] Patch
Comment on attachment 79638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79638&action=review I think this is really an aroben patch to review. > Websites/bugs.webkit.org/code-review.js:343 > + file_link.target = "_blank"; > + file_link.href += url_hash; > + diff_links.append(tracLinks(file_name, url_hash)); two space indent?
Comment on attachment 79638 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=79638&action=review >> Websites/bugs.webkit.org/code-review.js:343 >> + diff_links.append(tracLinks(file_name, url_hash)); > > two space indent? Following the style of the file. Eventually we should make this file follow something closer to standard WebKit style.
jQuery in four-space indent is painful, which is why the file uses two-space indent.
Committed r76302: <http://trac.webkit.org/changeset/76302>