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.)
michael@0 | 1 | <!DOCTYPE html> |
michael@0 | 2 | <html> |
michael@0 | 3 | <head> |
michael@0 | 4 | <meta charset="utf-8"> |
michael@0 | 5 | <style type="text/css"> |
michael@0 | 6 | p { margin: 5px 1em; line-height: 1.5; } |
michael@0 | 7 | </style> |
michael@0 | 8 | </head> |
michael@0 | 9 | <body> |
michael@0 | 10 | |
michael@0 | 11 | <div style="float:left; width: 15em;"> |
michael@0 | 12 | <!-- U+FEFF is (deprecated) ZERO-WIDTH NO-BREAK SPACE --> |
michael@0 | 13 | <p>abcdefabcdef</p> |
michael@0 | 14 | <p>abcdef)(abcdef</p> |
michael@0 | 15 | <p>abcdef<br>abcdef</p> |
michael@0 | 16 | <p>abcdef<br>abcdef</p> |
michael@0 | 17 | <p>abcdefabcdef</p> |
michael@0 | 18 | |
michael@0 | 19 | <p>コ<br>ミュ<br>ニ</p> |
michael@0 | 20 | <p>コミュニ</p> |
michael@0 | 21 | |
michael@0 | 22 | <p>你<br>好<br>吗?</p> |
michael@0 | 23 | <p>你好<br>吗?</p> |
michael@0 | 24 | <p>你好吗?</p> |
michael@0 | 25 | </div> |
michael@0 | 26 | |
michael@0 | 27 | <div style="float:left; width: 15em;"> |
michael@0 | 28 | <!-- U+2060 is WORD JOINER --> |
michael@0 | 29 | <p>abcdefabcdef</p> |
michael@0 | 30 | <p>abcdef)(abcdef</p> |
michael@0 | 31 | <p>abcdef<br>abcdef</p> |
michael@0 | 32 | <p>abcdef<br>abcdef</p> |
michael@0 | 33 | <p>abcdefabcdef</p> |
michael@0 | 34 | |
michael@0 | 35 | <p>コ<br>ミュ<br>ニ</p> |
michael@0 | 36 | <p>コ⁠ミ⁠ュ⁠ニ</p> |
michael@0 | 37 | |
michael@0 | 38 | <p>你<br>好<br>吗?</p> |
michael@0 | 39 | <p>你好<br>吗?</p> |
michael@0 | 40 | <p>你好吗?</p> |
michael@0 | 41 | </div> |
michael@0 | 42 | |
michael@0 | 43 | </body> |
michael@0 | 44 | </html> |