toolkit/devtools/server/tests/unit/xpcshell.ini

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 [DEFAULT]
michael@0 2 head = head_dbg.js
michael@0 3 tail =
michael@0 4
michael@0 5 support-files =
michael@0 6 source-map-data/sourcemapped.coffee
michael@0 7 source-map-data/sourcemapped.map
michael@0 8 post_init_global_actors.js
michael@0 9 post_init_tab_actors.js
michael@0 10 pre_init_global_actors.js
michael@0 11 pre_init_tab_actors.js
michael@0 12 registertestactors-01.js
michael@0 13 registertestactors-02.js
michael@0 14 sourcemapped.js
michael@0 15 testactors.js
michael@0 16 tracerlocations.js
michael@0 17
michael@0 18 [test_nesting-01.js]
michael@0 19 [test_nesting-02.js]
michael@0 20 [test_nesting-03.js]
michael@0 21 [test_forwardingprefix.js]
michael@0 22 [test_getyoungestframe.js]
michael@0 23 [test_nsjsinspector.js]
michael@0 24 [test_dbgsocket.js]
michael@0 25 skip-if = toolkit == "gonk"
michael@0 26 reason = bug 821285
michael@0 27 [test_dbgsocket_connection_drop.js]
michael@0 28 [test_dbgactor.js]
michael@0 29 [test_dbgglobal.js]
michael@0 30 [test_dbgclient_debuggerstatement.js]
michael@0 31 [test_attach.js]
michael@0 32 [test_reattach-thread.js]
michael@0 33 [test_blackboxing-01.js]
michael@0 34 [test_blackboxing-02.js]
michael@0 35 [test_blackboxing-03.js]
michael@0 36 [test_blackboxing-04.js]
michael@0 37 [test_blackboxing-05.js]
michael@0 38 [test_blackboxing-06.js]
michael@0 39 [test_frameactor-01.js]
michael@0 40 [test_frameactor-02.js]
michael@0 41 [test_frameactor-03.js]
michael@0 42 [test_frameactor-04.js]
michael@0 43 [test_frameactor-05.js]
michael@0 44 [test_framearguments-01.js]
michael@0 45 [test_pauselifetime-01.js]
michael@0 46 [test_pauselifetime-02.js]
michael@0 47 [test_pauselifetime-03.js]
michael@0 48 [test_pauselifetime-04.js]
michael@0 49 [test_threadlifetime-01.js]
michael@0 50 [test_threadlifetime-02.js]
michael@0 51 [test_threadlifetime-03.js]
michael@0 52 [test_threadlifetime-04.js]
michael@0 53 [test_threadlifetime-05.js]
michael@0 54 [test_threadlifetime-06.js]
michael@0 55 [test_functiongrips-01.js]
michael@0 56 [test_frameclient-01.js]
michael@0 57 [test_frameclient-02.js]
michael@0 58 [test_nativewrappers.js]
michael@0 59 [test_eval-01.js]
michael@0 60 [test_eval-02.js]
michael@0 61 [test_eval-03.js]
michael@0 62 [test_eval-04.js]
michael@0 63 [test_eval-05.js]
michael@0 64 [test_protocol_async.js]
michael@0 65 [test_protocol_simple.js]
michael@0 66 [test_protocol_longstring.js]
michael@0 67 [test_protocol_children.js]
michael@0 68 [test_breakpoint-01.js]
michael@0 69 [test_register_actor.js]
michael@0 70 skip-if = toolkit == "gonk"
michael@0 71 reason = bug 820380
michael@0 72 [test_breakpoint-02.js]
michael@0 73 skip-if = toolkit == "gonk"
michael@0 74 reason = bug 820380
michael@0 75 [test_breakpoint-03.js]
michael@0 76 skip-if = toolkit == "gonk"
michael@0 77 reason = bug 820380
michael@0 78 [test_breakpoint-04.js]
michael@0 79 skip-if = toolkit == "gonk"
michael@0 80 reason = bug 820380
michael@0 81 [test_breakpoint-05.js]
michael@0 82 skip-if = toolkit == "gonk"
michael@0 83 reason = bug 820380
michael@0 84 [test_breakpoint-06.js]
michael@0 85 skip-if = toolkit == "gonk"
michael@0 86 reason = bug 820380
michael@0 87 [test_breakpoint-07.js]
michael@0 88 skip-if = toolkit == "gonk"
michael@0 89 reason = bug 820380
michael@0 90 [test_breakpoint-08.js]
michael@0 91 skip-if = toolkit == "gonk"
michael@0 92 reason = bug 820380
michael@0 93 [test_breakpoint-09.js]
michael@0 94 skip-if = toolkit == "gonk"
michael@0 95 reason = bug 820380
michael@0 96 [test_breakpoint-10.js]
michael@0 97 skip-if = toolkit == "gonk"
michael@0 98 reason = bug 820380
michael@0 99 [test_breakpoint-11.js]
michael@0 100 skip-if = toolkit == "gonk"
michael@0 101 reason = bug 820380
michael@0 102 [test_breakpoint-12.js]
michael@0 103 skip-if = toolkit == "gonk"
michael@0 104 reason = bug 820380
michael@0 105 [test_breakpoint-13.js]
michael@0 106 skip-if = toolkit == "gonk"
michael@0 107 reason = bug 820380
michael@0 108 [test_breakpoint-14.js]
michael@0 109 skip-if = toolkit == "gonk"
michael@0 110 reason = bug 820380
michael@0 111 [test_breakpoint-15.js]
michael@0 112 [test_breakpoint-16.js]
michael@0 113 [test_breakpoint-17.js]
michael@0 114 [test_breakpoint-18.js]
michael@0 115 [test_conditional_breakpoint-01.js]
michael@0 116 [test_conditional_breakpoint-02.js]
michael@0 117 [test_conditional_breakpoint-03.js]
michael@0 118 [test_eventlooplag_actor.js]
michael@0 119 run-if = toolkit == "gonk"
michael@0 120 [test_listsources-01.js]
michael@0 121 [test_listsources-02.js]
michael@0 122 [test_listsources-03.js]
michael@0 123 [test_new_source-01.js]
michael@0 124 [test_sourcemaps-01.js]
michael@0 125 [test_sourcemaps-02.js]
michael@0 126 [test_sourcemaps-03.js]
michael@0 127 [test_sourcemaps-04.js]
michael@0 128 skip-if = toolkit == "gonk"
michael@0 129 reason = bug 820380
michael@0 130 [test_sourcemaps-05.js]
michael@0 131 skip-if = toolkit == "gonk"
michael@0 132 reason = bug 820380
michael@0 133 [test_sourcemaps-06.js]
michael@0 134 [test_sourcemaps-07.js]
michael@0 135 skip-if = toolkit == "gonk"
michael@0 136 reason = bug 820380
michael@0 137 [test_sourcemaps-08.js]
michael@0 138 [test_sourcemaps-09.js]
michael@0 139 [test_sourcemaps-10.js]
michael@0 140 [test_sourcemaps-11.js]
michael@0 141 [test_sourcemaps-12.js]
michael@0 142 [test_sourcemaps-13.js]
michael@0 143 [test_objectgrips-01.js]
michael@0 144 [test_objectgrips-02.js]
michael@0 145 [test_objectgrips-03.js]
michael@0 146 [test_objectgrips-04.js]
michael@0 147 [test_objectgrips-05.js]
michael@0 148 [test_objectgrips-06.js]
michael@0 149 [test_objectgrips-07.js]
michael@0 150 [test_objectgrips-08.js]
michael@0 151 [test_objectgrips-09.js]
michael@0 152 [test_objectgrips-10.js]
michael@0 153 [test_objectgrips-11.js]
michael@0 154 [test_objectgrips-12.js]
michael@0 155 [test_objectgrips-13.js]
michael@0 156 [test_interrupt.js]
michael@0 157 [test_stepping-01.js]
michael@0 158 [test_stepping-02.js]
michael@0 159 [test_stepping-03.js]
michael@0 160 [test_stepping-04.js]
michael@0 161 [test_stepping-05.js]
michael@0 162 [test_stepping-06.js]
michael@0 163 [test_framebindings-01.js]
michael@0 164 [test_framebindings-02.js]
michael@0 165 [test_framebindings-03.js]
michael@0 166 [test_framebindings-04.js]
michael@0 167 [test_framebindings-05.js]
michael@0 168 [test_framebindings-06.js]
michael@0 169 [test_framebindings-07.js]
michael@0 170 [test_pause_exceptions-01.js]
michael@0 171 skip-if = toolkit == "gonk"
michael@0 172 reason = bug 820380
michael@0 173 [test_pause_exceptions-02.js]
michael@0 174 skip-if = toolkit == "gonk"
michael@0 175 reason = bug 820380
michael@0 176 [test_longstringactor.js]
michael@0 177 [test_longstringgrips-01.js]
michael@0 178 [test_longstringgrips-02.js]
michael@0 179 [test_source-01.js]
michael@0 180 skip-if = toolkit == "gonk"
michael@0 181 reason = bug 820380
michael@0 182 [test_breakpointstore.js]
michael@0 183 [test_profiler_actor.js]
michael@0 184 [test_profiler_activation.js]
michael@0 185 skip-if = toolkit == "gonk"
michael@0 186 reason = bug 820380
michael@0 187 [test_unsafeDereference.js]
michael@0 188 [test_add_actors.js]
michael@0 189 [test_trace_actor-01.js]
michael@0 190 [test_trace_actor-02.js]
michael@0 191 [test_trace_actor-03.js]
michael@0 192 [test_trace_actor-04.js]
michael@0 193 [test_trace_actor-05.js]
michael@0 194 [test_trace_actor-06.js]
michael@0 195 [test_trace_actor-07.js]
michael@0 196 [test_trace_actor-08.js]
michael@0 197 [test_trace_actor-09.js]
michael@0 198 [test_ignore_caught_exceptions.js]
michael@0 199 [test_requestTypes.js]
michael@0 200 reason = bug 937197

mercurial