|
|
Line 52: |
Line 52: |
| | | | | |
| |- | | |- |
| | Download Integrity
| |
| | Enhance detection of broken downloads in Firefox. Methods may include:<ul><li>[http://www.w3.org/TR/SRI/#the-a-element-1 Subresource Integrity for the <a> element]<li>[[Features/HTTP_Digest_header_verification#Stage_1:_Definition|HTTP Digest header verification]]<li>Network-level indications like bad HTTP framing</ul>The activities include:<ul><li>Implement the front-end in JavaScript to display failed integrity checks<li>Implement and/or use the required back-end features in C++<li>Work with the Mozilla community to discuss and refine the behavior of the feature, including which methods should be implemented first</ul>
| |
| | C++, JavaScript
| |
| | Paolo
| |
| | Paolo
| |
| |
| |
| |} | | |} |
|
| |
|
Line 123: |
Line 117: |
| | ? | | | ? |
| | Summer of Code is about coding, not about UX work; asking students to do UX work often leads to disappointing results -- florian. This may be too large a task; narrowing focus could be useful. | | | Summer of Code is about coding, not about UX work; asking students to do UX work often leads to disappointing results -- florian. This may be too large a task; narrowing focus could be useful. |
| |-
| |
| | Alternate protocol for mailnews folders
| |
| | Thunderbird has long-term plans to implement a variety of mail and mail-like protocols to be managed as mailnews folders. An existing addon (SkinkGlue) exists to provide the glue for this. Implement one other protocol, which might be Twitter, Fastmail's JMAP, or Calendar events & tasks
| |
| | JavaScript
| |
| | rkent
| |
| | rkent and, depending on protocol, a chat guy (clokep?), brong from Fastmail, or Fallen
| |
| | I doubt having 2 twitter implementations in Thunderbird is a valuable investment of time. JMAP seems the most promising protocol idea here; do we know if brong is on board to (co-)mentor this? Even though the code would be primarily written in JS, I suspect having some C++ skills to be able to understand some of mailnews' internals would be very helpful.
| |
| |- | | |- |
| | Integrated pdf.js support in thunderbird (bug 810815) | | | Integrated pdf.js support in thunderbird (bug 810815) |