Changeset 203327 in webkit
- Timestamp:
- Jul 16, 2016, 11:31:19 AM (9 years ago)
- Location:
- trunk/Websites/bugs.webkit.org
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Websites/bugs.webkit.org/ChangeLog
r201097 r203327 1 2016-07-16 David Kilzer <ddkilzer@apple.com> 2 3 Use secure (https) links on enter_bug.cgi 4 <https://webkit.org/b/159853> 5 6 Reviewed by Alexey Proskuryakov. 7 8 * template/en/default/global/choose-product.html.tmpl: 9 Use https instead of http for links to webkit.org. 10 1 11 2016-05-18 David Kilzer <ddkilzer@apple.com> 2 12 -
trunk/Websites/bugs.webkit.org/template/en/default/global/choose-product.html.tmpl
r174778 r203327 69 69 <tr> 70 70 <th align="right" valign="top"> 71 <a href="http ://webkit.org/new-ax-bug">Accessibility</a>: 71 <a href="https://webkit.org/new-ax-bug">Accessibility</a>: 72 72 </th> 73 73 <td valign="top">Accessibility-related bugs for WebKit</td> … … 77 77 <tr> 78 78 <th align="right" valign="top"> 79 <a href="http ://webkit.org/new-inspector-bug">Inspector</a>: 79 <a href="https://webkit.org/new-inspector-bug">Inspector</a>: 80 80 </th> 81 81 <td valign="top">The Web Inspector Developer Tools</td>
Note:
See TracChangeset
for help on using the changeset viewer.