[Webkit-unassigned] [Bug 46192] Add link to bug to review page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 21 11:46:36 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=46192





--- Comment #1 from Adam Barth <abarth at webkit.org>  2010-09-21 11:46:36 PST ---
There are three (small) problems that need to be solved to make that happen:

1) Adding the link at a time when we know the bug_id.  We know the bug_id in the context of this function:
http://trac.webkit.org/browser/trunk/BugsSite/code-review.js#L225

2) Deciding where to display the link.  I think putting it on the toolbar makes sense, but the toolbar is getting a bit crowded.  Maybe we should move the help text elsewhere?

3) The CSS for hyperlinks in PrettyPatch is overbroad, which means it would apply to the bug link too.  We probably need to tighten down the CSS for hyperlinks so the bug link isn't the wrong font/size.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list