Thu, 15 Jan 2015 21:03:48 +0100
Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)
1 <?xml version="1.0" encoding="UTF-8"?>
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <body>
4 <a href="http://mozilla.org" id="link">I'm a link!</a>
5 <a href="http://mozilla.org" id="longLink">I'm a really long link and I should be truncated.</a>
7 <span id="plainText">
8 Right clicking me when I'm selected should show the menu item.
9 </span>
10 <span id="mixedContent">
11 I'm some text, and <a href="http://mozilla.org">I'm a link!</a>
12 </span>
14 <a href="http://mozilla.org">A partial <span id="partialLink">link selection</span></a>
15 </body>
16 </html>