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 svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" |
michael@0 | 2 | [ |
michael@0 | 3 | <!ENTITY tree "<tspan id='first_element_child_entity'></tspan>"> |
michael@0 | 4 | ]> |
michael@0 | 5 | |
michael@0 | 6 | <svg xmlns="http://www.w3.org/2000/svg" |
michael@0 | 7 | xmlns:xlink="http://www.w3.org/1999/xlink" |
michael@0 | 8 | xmlns:pickle="http://ns.example.org/pickle" |
michael@0 | 9 | version="1.1" |
michael@0 | 10 | width="100%" height="100%" viewBox="0 0 400 400"> |
michael@0 | 11 | |
michael@0 | 12 | <text > |
michael@0 | 13 | <tspan id="first_element_child_namespace"></tspan> |
michael@0 | 14 | </text> |
michael@0 | 15 | <g id="parentEl_namespace"> |
michael@0 | 16 | <pickle:dill /> |
michael@0 | 17 | </g> |
michael@0 | 18 | |
michael@0 | 19 | <text id="parentEl_pes" > |
michael@0 | 20 | <tspan id="first_element_child_pes"></tspan> |
michael@0 | 21 | <tspan id="middle_element_child_pes"></tspan> |
michael@0 | 22 | <tspan id="last_element_child_pes"></tspan> |
michael@0 | 23 | </text> |
michael@0 | 24 | |
michael@0 | 25 | |
michael@0 | 26 | <text id="parentEl" > |
michael@0 | 27 | <tspan id="first_element_child_sibnull"></tspan> |
michael@0 | 28 | </text> |
michael@0 | 29 | |
michael@0 | 30 | <text id="parentEl_nes" > |
michael@0 | 31 | <tspan id="first_element_child_nes"></tspan> |
michael@0 | 32 | <tspan id="last_element_child_nes"></tspan> |
michael@0 | 33 | </text> |
michael@0 | 34 | |
michael@0 | 35 | <text id="parentEl_lec" > |
michael@0 | 36 | <tspan id="first_element_child_lec"></tspan> |
michael@0 | 37 | <tspan id="last_element_child_lec"></tspan> |
michael@0 | 38 | </text> |
michael@0 | 39 | |
michael@0 | 40 | |
michael@0 | 41 | <text id="parentEl_fec" > |
michael@0 | 42 | <tspan id="first_element_child_fec"></tspan> |
michael@0 | 43 | </text> |
michael@0 | 44 | |
michael@0 | 45 | <text id="parentEl_entity" >&tree;</text> |
michael@0 | 46 | |
michael@0 | 47 | <text id="parentEl_dynremove" > |
michael@0 | 48 | <tspan id="first_element_child_dynremove"></tspan> |
michael@0 | 49 | <tspan id="last_element_child_dynremove"></tspan> |
michael@0 | 50 | </text> |
michael@0 | 51 | |
michael@0 | 52 | <text id="parentEl_dynadd" > |
michael@0 | 53 | <tspan id="first_element_child_dynadd"></tspan> |
michael@0 | 54 | </text> |
michael@0 | 55 | |
michael@0 | 56 | <text id="parentEl_null" ></text> |
michael@0 | 57 | |
michael@0 | 58 | <text id="parentEl_count" > |
michael@0 | 59 | <tspan id="first_element_child_count"> |
michael@0 | 60 | <tspan></tspan> |
michael@0 | 61 | <tspan></tspan> |
michael@0 | 62 | </tspan> |
michael@0 | 63 | <tspan id="middle_element_child"></tspan> |
michael@0 | 64 | <tspan id="last_element_child_count"></tspan> |
michael@0 | 65 | </text> |
michael@0 | 66 | |
michael@0 | 67 | <text id="parentEl_nochild"></text> |
michael@0 | 68 | |
michael@0 | 69 | </svg> |
michael@0 | 70 |