layout/xul/grid/crashtests/306911-grid-testcases2.xul

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!-- vim:sw=4:ts=4:noet:
michael@0 3 -->
michael@0 4 <!DOCTYPE window>
michael@0 5 <window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
michael@0 6 <tabbox>
michael@0 7 <tabs>
michael@0 8 <tab label="no group" />
michael@0 9 <tab label="wacky orientations" />
michael@0 10 </tabs>
michael@0 11 <tabpanels>
michael@0 12 <tabpanel>
michael@0 13 <grid>
michael@0 14 <row>
michael@0 15 <label value="row 1,1" />
michael@0 16 <label value="row 1,2" />
michael@0 17 </row>
michael@0 18 <row>
michael@0 19 <label value="row 2,1" />
michael@0 20 <label value="row 2,2" />
michael@0 21 </row>
michael@0 22 <column>
michael@0 23 <label value="column 1,1" />
michael@0 24 <label value="column 1,2" />
michael@0 25 </column>
michael@0 26 <column>
michael@0 27 <label value="column 2,1" />
michael@0 28 <label value="column 2,2" />
michael@0 29 </column>
michael@0 30 </grid>
michael@0 31 </tabpanel>
michael@0 32 <tabpanel>
michael@0 33 <grid>
michael@0 34 <rows style="color: green">
michael@0 35 <row>
michael@0 36 <label value="rows+row 1" />
michael@0 37 <label value="rows+row 2" />
michael@0 38 </row>
michael@0 39 <column>
michael@0 40 <label value="rows+column 1" />
michael@0 41 <label value="rows+column 2" />
michael@0 42 </column>
michael@0 43 <rows style="color: purple">
michael@0 44 <row>
michael@0 45 <label value="rows+rows+row 1" />
michael@0 46 <label value="rows+rows+row 2" />
michael@0 47 </row>
michael@0 48 <column>
michael@0 49 <label value="rows+rows+column 1" />
michael@0 50 <label value="rows+rows+column 2" />
michael@0 51 </column>
michael@0 52 </rows>
michael@0 53 <columns style="color: blue">
michael@0 54 <row>
michael@0 55 <label value="rows+columns+row 1" />
michael@0 56 <label value="rows+columns+row 2" />
michael@0 57 </row>
michael@0 58 <column>
michael@0 59 <label value="rows+columns+column 1" />
michael@0 60 <label value="rows+columns+column 2" />
michael@0 61 </column>
michael@0 62 </columns>
michael@0 63 </rows>
michael@0 64 <columns style="opacity: 0.7; color: lime">
michael@0 65 <row>
michael@0 66 <label value="columns+row 1" />
michael@0 67 <label value="columns+row 2" />
michael@0 68 </row>
michael@0 69 <column>
michael@0 70 <label value="columns+column 1" />
michael@0 71 <label value="columns+column 2" />
michael@0 72 </column>
michael@0 73 <rows style="color: fuchsia">
michael@0 74 <row>
michael@0 75 <label value="columns+rows+row 1" />
michael@0 76 <label value="columns+rows+row 2" />
michael@0 77 </row>
michael@0 78 <column>
michael@0 79 <label value="columns+rows+column 1" />
michael@0 80 <label value="columns+rows+column 2" />
michael@0 81 </column>
michael@0 82 </rows>
michael@0 83 <columns style="color: aqua">
michael@0 84 <row>
michael@0 85 <label value="columns+columns+row 1" />
michael@0 86 <label value="columns+columns+row 2" />
michael@0 87 </row>
michael@0 88 <column>
michael@0 89 <label value="columns+columns+column 1" />
michael@0 90 <label value="columns+columns+column 2" />
michael@0 91 </column>
michael@0 92 </columns>
michael@0 93 </columns>
michael@0 94 </grid>
michael@0 95 </tabpanel>
michael@0 96 </tabpanels>
michael@0 97 </tabbox>
michael@0 98 </window>

mercurial