blob: f995254ab9fc339f1a896a05cefdea90d0f08bac (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
|
%%XPI_XPIDIR%%/bootstrap.js
%%XPI_XPIDIR%%/build.js
%%XPI_XPIDIR%%/chrome.manifest
%%XPI_XPIDIR%%/content/firebug/accessible/a11y.js
%%XPI_XPIDIR%%/content/firebug/branch.properties
%%XPI_XPIDIR%%/content/firebug/bti/inProcess/browser.js
%%XPI_XPIDIR%%/content/firebug/bti/inProcess/compilationunit.js
%%XPI_XPIDIR%%/content/firebug/bti/inProcess/javascripttool.js
%%XPI_XPIDIR%%/content/firebug/bti/inProcess/webApp.js
%%XPI_XPIDIR%%/content/firebug/chrome/activableModule.js
%%XPI_XPIDIR%%/content/firebug/chrome/activablePanel.js
%%XPI_XPIDIR%%/content/firebug/chrome/activation.js
%%XPI_XPIDIR%%/content/firebug/chrome/annotations.js
%%XPI_XPIDIR%%/content/firebug/chrome/balloonNote.js
%%XPI_XPIDIR%%/content/firebug/chrome/chrome.js
%%XPI_XPIDIR%%/content/firebug/chrome/domTree.js
%%XPI_XPIDIR%%/content/firebug/chrome/eventSource.js
%%XPI_XPIDIR%%/content/firebug/chrome/firefox.js
%%XPI_XPIDIR%%/content/firebug/chrome/infotip.js
%%XPI_XPIDIR%%/content/firebug/chrome/knownIssues.js
%%XPI_XPIDIR%%/content/firebug/chrome/measureBox.js
%%XPI_XPIDIR%%/content/firebug/chrome/menu.js
%%XPI_XPIDIR%%/content/firebug/chrome/module.js
%%XPI_XPIDIR%%/content/firebug/chrome/navigationHistory.js
%%XPI_XPIDIR%%/content/firebug/chrome/panel.js
%%XPI_XPIDIR%%/content/firebug/chrome/panelActivation.js
%%XPI_XPIDIR%%/content/firebug/chrome/panelNotification.js
%%XPI_XPIDIR%%/content/firebug/chrome/panelSelector.js
%%XPI_XPIDIR%%/content/firebug/chrome/plugin.js
%%XPI_XPIDIR%%/content/firebug/chrome/privacy.js
%%XPI_XPIDIR%%/content/firebug/chrome/rep.js
%%XPI_XPIDIR%%/content/firebug/chrome/reps.js
%%XPI_XPIDIR%%/content/firebug/chrome/searchBox.js
%%XPI_XPIDIR%%/content/firebug/chrome/shortcuts.js
%%XPI_XPIDIR%%/content/firebug/chrome/statusPath.js
%%XPI_XPIDIR%%/content/firebug/chrome/tabContext.js
%%XPI_XPIDIR%%/content/firebug/chrome/tabWatcher.js
%%XPI_XPIDIR%%/content/firebug/chrome/tableRep.js
%%XPI_XPIDIR%%/content/firebug/chrome/toggleSidePanels.js
%%XPI_XPIDIR%%/content/firebug/chrome/tool.js
%%XPI_XPIDIR%%/content/firebug/chrome/toolbar.js
%%XPI_XPIDIR%%/content/firebug/chrome/window.js
%%XPI_XPIDIR%%/content/firebug/console/autoCompleter.js
%%XPI_XPIDIR%%/content/firebug/console/closureInspector.js
%%XPI_XPIDIR%%/content/firebug/console/commandEditor.js
%%XPI_XPIDIR%%/content/firebug/console/commandHistory.js
%%XPI_XPIDIR%%/content/firebug/console/commandLine.js
%%XPI_XPIDIR%%/content/firebug/console/commandLineAPI.js
%%XPI_XPIDIR%%/content/firebug/console/commandLineExposed.js
%%XPI_XPIDIR%%/content/firebug/console/commandLinePopup.js
%%XPI_XPIDIR%%/content/firebug/console/commands/commandLineHelp.js
%%XPI_XPIDIR%%/content/firebug/console/commands/commandLineInclude.js
%%XPI_XPIDIR%%/content/firebug/console/commands/eventMonitor.js
%%XPI_XPIDIR%%/content/firebug/console/commands/getEventListeners.js
%%XPI_XPIDIR%%/content/firebug/console/commands/lastCommandLineResult.js
%%XPI_XPIDIR%%/content/firebug/console/commands/profiler.js
%%XPI_XPIDIR%%/content/firebug/console/commands/useInCommandLine.js
%%XPI_XPIDIR%%/content/firebug/console/console.js
%%XPI_XPIDIR%%/content/firebug/console/consoleBase.js
%%XPI_XPIDIR%%/content/firebug/console/consoleExposed.js
%%XPI_XPIDIR%%/content/firebug/console/consoleInjector.js
%%XPI_XPIDIR%%/content/firebug/console/consolePanel.js
%%XPI_XPIDIR%%/content/firebug/console/errorCopy.js
%%XPI_XPIDIR%%/content/firebug/console/errorMessageObj.js
%%XPI_XPIDIR%%/content/firebug/console/errorMessageRep.js
%%XPI_XPIDIR%%/content/firebug/console/errorStackTraceObserver.js
%%XPI_XPIDIR%%/content/firebug/console/errors.js
%%XPI_XPIDIR%%/content/firebug/console/exceptionRep.js
%%XPI_XPIDIR%%/content/firebug/console/functionMonitor.js
%%XPI_XPIDIR%%/content/firebug/console/inlineJSEditor.js
%%XPI_XPIDIR%%/content/firebug/console/performanceTiming.js
%%XPI_XPIDIR%%/content/firebug/console/profilerEngine.js
%%XPI_XPIDIR%%/content/firebug/console/toggleCommandEditor.js
%%XPI_XPIDIR%%/content/firebug/cookies/baseObserver.js
%%XPI_XPIDIR%%/content/firebug/cookies/breakpoints.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookie.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieClipboard.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieEvents.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieModule.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieObserver.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookiePanel.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookiePanel.xul
%%XPI_XPIDIR%%/content/firebug/cookies/cookiePermissions.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieReps.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookieUtils.js
%%XPI_XPIDIR%%/content/firebug/cookies/cookies.css
%%XPI_XPIDIR%%/content/firebug/cookies/dateTimePicker.xml
%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.css
%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.js
%%XPI_XPIDIR%%/content/firebug/cookies/editCookie.xul
%%XPI_XPIDIR%%/content/firebug/cookies/headerResizer.js
%%XPI_XPIDIR%%/content/firebug/cookies/httpObserver.js
%%XPI_XPIDIR%%/content/firebug/cookies/legacy.js
%%XPI_XPIDIR%%/content/firebug/cookies/menuUtils.js
%%XPI_XPIDIR%%/content/firebug/cookies/popupFilterPanel.xml
%%XPI_XPIDIR%%/content/firebug/css/autoCompleter.js
%%XPI_XPIDIR%%/content/firebug/css/computedPanel.js
%%XPI_XPIDIR%%/content/firebug/css/cssDirtyListener.js
%%XPI_XPIDIR%%/content/firebug/css/cssEditor.js
%%XPI_XPIDIR%%/content/firebug/css/cssModule.js
%%XPI_XPIDIR%%/content/firebug/css/cssPanel.js
%%XPI_XPIDIR%%/content/firebug/css/cssPanelMutationObserver.js
%%XPI_XPIDIR%%/content/firebug/css/cssPanelUpdater.js
%%XPI_XPIDIR%%/content/firebug/css/cssReps.js
%%XPI_XPIDIR%%/content/firebug/css/cssRuleEditor.js
%%XPI_XPIDIR%%/content/firebug/css/loadHandler.js
%%XPI_XPIDIR%%/content/firebug/css/selectorEditor.js
%%XPI_XPIDIR%%/content/firebug/css/selectorModule.js
%%XPI_XPIDIR%%/content/firebug/css/selectorPanel.js
%%XPI_XPIDIR%%/content/firebug/css/stylePanel.js
%%XPI_XPIDIR%%/content/firebug/css/styleSheetEditor.js
%%XPI_XPIDIR%%/content/firebug/debugger/actors/breakpointActor.js
%%XPI_XPIDIR%%/content/firebug/debugger/actors/elementActor.js
%%XPI_XPIDIR%%/content/firebug/debugger/actors/objectActor.js
%%XPI_XPIDIR%%/content/firebug/debugger/actors/threadActor.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakOnError.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakOnNext.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpoint.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointConditionEditor.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointGroup.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointModule.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointPanel.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointReps.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointStore.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/breakpointTool.js
%%XPI_XPIDIR%%/content/firebug/debugger/breakpoints/debuggerKeyword.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientCache.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientFactory.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/clientProvider.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/functionClient.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/grip.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/objectClient.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/remoteNodeListRep.js
%%XPI_XPIDIR%%/content/firebug/debugger/clients/scopeClient.js
%%XPI_XPIDIR%%/content/firebug/debugger/commands.js
%%XPI_XPIDIR%%/content/firebug/debugger/debugger.js
%%XPI_XPIDIR%%/content/firebug/debugger/debuggerHalter.js
%%XPI_XPIDIR%%/content/firebug/debugger/debuggerLib.js
%%XPI_XPIDIR%%/content/firebug/debugger/debuggerTool.js
%%XPI_XPIDIR%%/content/firebug/debugger/main.js
%%XPI_XPIDIR%%/content/firebug/debugger/rdp.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/breakNotification.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanel.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanelLineUpdater.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptPanelWarning.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/scriptView.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceFile.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceLink.js
%%XPI_XPIDIR%%/content/firebug/debugger/script/sourceTool.js
%%XPI_XPIDIR%%/content/firebug/debugger/stack/callstackPanel.js
%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackFrame.js
%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackFrameRep.js
%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackTrace.js
%%XPI_XPIDIR%%/content/firebug/debugger/stack/stackTraceRep.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/returnValueModifier.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchEditor.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchExpression.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchPanel.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchProvider.js
%%XPI_XPIDIR%%/content/firebug/debugger/watch/watchTree.js
%%XPI_XPIDIR%%/content/firebug/dom/domBasePanel.js
%%XPI_XPIDIR%%/content/firebug/dom/domBaseTree.js
%%XPI_XPIDIR%%/content/firebug/dom/domBreakpoint.js
%%XPI_XPIDIR%%/content/firebug/dom/domBreakpointGroup.js
%%XPI_XPIDIR%%/content/firebug/dom/domEditor.js
%%XPI_XPIDIR%%/content/firebug/dom/domMemberProvider.js
%%XPI_XPIDIR%%/content/firebug/dom/domModule.js
%%XPI_XPIDIR%%/content/firebug/dom/domPanel.js
%%XPI_XPIDIR%%/content/firebug/dom/domPanelTree.js
%%XPI_XPIDIR%%/content/firebug/dom/domProvider.js
%%XPI_XPIDIR%%/content/firebug/dom/domReps.js
%%XPI_XPIDIR%%/content/firebug/dom/domSidePanel.js
%%XPI_XPIDIR%%/content/firebug/dom/toggleBranch.js
%%XPI_XPIDIR%%/content/firebug/editor/baseEditor.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/LICENSE.txt
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/addon/search/searchcursor.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/addon/show-hint.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/codemirror.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/html-hint-data.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/css.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/htmlmixed.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/javascript.js
%%XPI_XPIDIR%%/content/firebug/editor/codemirror/mode/xml.js
%%XPI_XPIDIR%%/content/firebug/editor/editor.js
%%XPI_XPIDIR%%/content/firebug/editor/editorSelector.js
%%XPI_XPIDIR%%/content/firebug/editor/inlineEditor.js
%%XPI_XPIDIR%%/content/firebug/editor/sourceEditor.js
%%XPI_XPIDIR%%/content/firebug/editor/sourceSearch.js
%%XPI_XPIDIR%%/content/firebug/firebug.css
%%XPI_XPIDIR%%/content/firebug/firebug.js
%%XPI_XPIDIR%%/content/firebug/firebugOverlay.xul
%%XPI_XPIDIR%%/content/firebug/firebugui/blank.gif
%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror-firebug.css
%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror-showhint.css
%%XPI_XPIDIR%%/content/firebug/firebugui/codemirror.css
%%XPI_XPIDIR%%/content/firebug/firebugui/commandEditor.html
%%XPI_XPIDIR%%/content/firebug/firebugui/filters.svg
%%XPI_XPIDIR%%/content/firebug/firebugui/panel.css
%%XPI_XPIDIR%%/content/firebug/firebugui/panel.html
%%XPI_XPIDIR%%/content/firebug/firefox/auroraNotificationPanel.xml
%%XPI_XPIDIR%%/content/firebug/firefox/bindings.xml
%%XPI_XPIDIR%%/content/firebug/firefox/browserCommands.js
%%XPI_XPIDIR%%/content/firebug/firefox/browserMenu.js
%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlay.css
%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlay.js
%%XPI_XPIDIR%%/content/firebug/firefox/browserOverlayLib.js
%%XPI_XPIDIR%%/content/firebug/firefox/browserToolbar.js
%%XPI_XPIDIR%%/content/firebug/firefox/customizeShortcuts.js
%%XPI_XPIDIR%%/content/firebug/firefox/customizeShortcuts.xul
%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/changeeditor.js
%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/changeeditor.xul
%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/editors.js
%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/editors.xul
%%XPI_XPIDIR%%/content/firebug/firefox/external-editors/externalEditors.js
%%XPI_XPIDIR%%/content/firebug/firefox/firebug.xul
%%XPI_XPIDIR%%/content/firebug/firefox/firebugFrame.xul
%%XPI_XPIDIR%%/content/firebug/firefox/firebugMenuOverlay.xul
%%XPI_XPIDIR%%/content/firebug/firefox/macBrowserOverlay.css
%%XPI_XPIDIR%%/content/firebug/firefox/multiprocessNotificationPanel.xml
%%XPI_XPIDIR%%/content/firebug/firefox/panelBarWaiter.js
%%XPI_XPIDIR%%/content/firebug/firefox/searchBox.xml
%%XPI_XPIDIR%%/content/firebug/firefox/start-button/startButton.xml
%%XPI_XPIDIR%%/content/firebug/firefox/start-button/startButtonOverlay.js
%%XPI_XPIDIR%%/content/firebug/firefox/upgradeFirebugPanel.xml
%%XPI_XPIDIR%%/content/firebug/html/attributeEditor.js
%%XPI_XPIDIR%%/content/firebug/html/eventsPanel.js
%%XPI_XPIDIR%%/content/firebug/html/highlighter.css
%%XPI_XPIDIR%%/content/firebug/html/highlighterCache.js
%%XPI_XPIDIR%%/content/firebug/html/htmlEditor.js
%%XPI_XPIDIR%%/content/firebug/html/htmlEditorSearch.js
%%XPI_XPIDIR%%/content/firebug/html/htmlLib.js
%%XPI_XPIDIR%%/content/firebug/html/htmlModule.js
%%XPI_XPIDIR%%/content/firebug/html/htmlPanel.js
%%XPI_XPIDIR%%/content/firebug/html/htmlReps.js
%%XPI_XPIDIR%%/content/firebug/html/insideOutBox.js
%%XPI_XPIDIR%%/content/firebug/html/inspector.js
%%XPI_XPIDIR%%/content/firebug/html/layout.js
%%XPI_XPIDIR%%/content/firebug/html/quickInfoBox.css
%%XPI_XPIDIR%%/content/firebug/html/quickInfoBox.js
%%XPI_XPIDIR%%/content/firebug/html/textDataEditor.js
%%XPI_XPIDIR%%/content/firebug/html/textNodeEditor.js
%%XPI_XPIDIR%%/content/firebug/legacy.js
%%XPI_XPIDIR%%/content/firebug/lib/array.js
%%XPI_XPIDIR%%/content/firebug/lib/css.js
%%XPI_XPIDIR%%/content/firebug/lib/deprecated.js
%%XPI_XPIDIR%%/content/firebug/lib/dom.js
%%XPI_XPIDIR%%/content/firebug/lib/domplate.js
%%XPI_XPIDIR%%/content/firebug/lib/dragdrop.js
%%XPI_XPIDIR%%/content/firebug/lib/events.js
%%XPI_XPIDIR%%/content/firebug/lib/fonts.js
%%XPI_XPIDIR%%/content/firebug/lib/http.js
%%XPI_XPIDIR%%/content/firebug/lib/json.js
%%XPI_XPIDIR%%/content/firebug/lib/keywords.js
%%XPI_XPIDIR%%/content/firebug/lib/lib.js
%%XPI_XPIDIR%%/content/firebug/lib/locale.js
%%XPI_XPIDIR%%/content/firebug/lib/object.js
%%XPI_XPIDIR%%/content/firebug/lib/options.js
%%XPI_XPIDIR%%/content/firebug/lib/persist.js
%%XPI_XPIDIR%%/content/firebug/lib/promise.js
%%XPI_XPIDIR%%/content/firebug/lib/search.js
%%XPI_XPIDIR%%/content/firebug/lib/string.js
%%XPI_XPIDIR%%/content/firebug/lib/system.js
%%XPI_XPIDIR%%/content/firebug/lib/tool.js
%%XPI_XPIDIR%%/content/firebug/lib/trace.js
%%XPI_XPIDIR%%/content/firebug/lib/url.js
%%XPI_XPIDIR%%/content/firebug/lib/wrapper.js
%%XPI_XPIDIR%%/content/firebug/lib/xml.js
%%XPI_XPIDIR%%/content/firebug/lib/xpath.js
%%XPI_XPIDIR%%/content/firebug/lib/xpcom.js
%%XPI_XPIDIR%%/content/firebug/main.js
%%XPI_XPIDIR%%/content/firebug/moduleConfig.js
%%XPI_XPIDIR%%/content/firebug/net/fontViewer.js
%%XPI_XPIDIR%%/content/firebug/net/httpActivityObserver.js
%%XPI_XPIDIR%%/content/firebug/net/jsonViewer.js
%%XPI_XPIDIR%%/content/firebug/net/netCacheReader.js
%%XPI_XPIDIR%%/content/firebug/net/netDebugger.js
%%XPI_XPIDIR%%/content/firebug/net/netMonitor.js
%%XPI_XPIDIR%%/content/firebug/net/netPanel.js
%%XPI_XPIDIR%%/content/firebug/net/netProgress.js
%%XPI_XPIDIR%%/content/firebug/net/netReps.js
%%XPI_XPIDIR%%/content/firebug/net/netUtils.js
%%XPI_XPIDIR%%/content/firebug/net/requestObserver.js
%%XPI_XPIDIR%%/content/firebug/net/responseObserver.js
%%XPI_XPIDIR%%/content/firebug/net/sourceCache.js
%%XPI_XPIDIR%%/content/firebug/net/spy.js
%%XPI_XPIDIR%%/content/firebug/net/svgViewer.js
%%XPI_XPIDIR%%/content/firebug/net/tabCache.js
%%XPI_XPIDIR%%/content/firebug/net/timeInfoTip.js
%%XPI_XPIDIR%%/content/firebug/net/xmlViewer.js
%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.css
%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.js
%%XPI_XPIDIR%%/content/firebug/remoting/connectionMenu.xul
%%XPI_XPIDIR%%/content/firebug/remoting/debuggerClient.js
%%XPI_XPIDIR%%/content/firebug/remoting/tabClient.js
%%XPI_XPIDIR%%/content/firebug/remoting/tabListMenu.js
%%XPI_XPIDIR%%/content/firebug/remoting/tabWatcherProxy.js
%%XPI_XPIDIR%%/content/firebug/server/main.js
%%XPI_XPIDIR%%/content/firebug/server/server.js
%%XPI_XPIDIR%%/content/firebug/trace/debug.js
%%XPI_XPIDIR%%/content/firebug/trace/traceListener.js
%%XPI_XPIDIR%%/content/firebug/trace/traceModule.js
%%XPI_XPIDIR%%/content/firebug/trace.js
%%XPI_XPIDIR%%/defaults/preferences/cookies.js
%%XPI_XPIDIR%%/defaults/preferences/firebug.js
%%XPI_XPIDIR%%/defaults/preferences/tracingConsole.js
%%XPI_XPIDIR%%/icons/default/firebug.ico
%%XPI_XPIDIR%%/install.rdf
%%XPI_XPIDIR%%/license.txt
%%XPI_XPIDIR%%/locale/bg/cookies.properties
%%XPI_XPIDIR%%/locale/bg/firebug-amo.properties
%%XPI_XPIDIR%%/locale/bg/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/bg/firebug.properties
%%XPI_XPIDIR%%/locale/bg/keys.properties
%%XPI_XPIDIR%%/locale/bg/selectors.properties
%%XPI_XPIDIR%%/locale/ca-AD/cookies.properties
%%XPI_XPIDIR%%/locale/ca-AD/firebug-amo.properties
%%XPI_XPIDIR%%/locale/ca-AD/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/ca-AD/firebug.properties
%%XPI_XPIDIR%%/locale/cs/cookies.properties
%%XPI_XPIDIR%%/locale/cs/firebug-amo.properties
%%XPI_XPIDIR%%/locale/cs/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/cs/firebug.properties
%%XPI_XPIDIR%%/locale/da/cookies.properties
%%XPI_XPIDIR%%/locale/da/firebug-amo.properties
%%XPI_XPIDIR%%/locale/da/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/da/firebug.properties
%%XPI_XPIDIR%%/locale/de/cookies.properties
%%XPI_XPIDIR%%/locale/de/firebug-amo.properties
%%XPI_XPIDIR%%/locale/de/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/de/firebug.properties
%%XPI_XPIDIR%%/locale/de/keys.properties
%%XPI_XPIDIR%%/locale/de/selectors.properties
%%XPI_XPIDIR%%/locale/el/cookies.properties
%%XPI_XPIDIR%%/locale/el/firebug-amo.properties
%%XPI_XPIDIR%%/locale/el/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/el/firebug.properties
%%XPI_XPIDIR%%/locale/en-US/cookies.properties
%%XPI_XPIDIR%%/locale/en-US/firebug-amo.properties
%%XPI_XPIDIR%%/locale/en-US/firebug.properties
%%XPI_XPIDIR%%/locale/en-US/keys.properties
%%XPI_XPIDIR%%/locale/en-US/multiprocess-notification.properties
%%XPI_XPIDIR%%/locale/en-US/selectors.properties
%%XPI_XPIDIR%%/locale/es/cookies.properties
%%XPI_XPIDIR%%/locale/es/firebug-amo.properties
%%XPI_XPIDIR%%/locale/es/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/es/firebug.properties
%%XPI_XPIDIR%%/locale/es-AR/cookies.properties
%%XPI_XPIDIR%%/locale/es-AR/firebug-amo.properties
%%XPI_XPIDIR%%/locale/es-AR/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/es-AR/firebug.properties
%%XPI_XPIDIR%%/locale/es-AR/keys.properties
%%XPI_XPIDIR%%/locale/es-AR/selectors.properties
%%XPI_XPIDIR%%/locale/es-ES/cookies.properties
%%XPI_XPIDIR%%/locale/es-ES/firebug-amo.properties
%%XPI_XPIDIR%%/locale/es-ES/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/es-ES/firebug.properties
%%XPI_XPIDIR%%/locale/es-ES/keys.properties
%%XPI_XPIDIR%%/locale/es-ES/selectors.properties
%%XPI_XPIDIR%%/locale/eu/cookies.properties
%%XPI_XPIDIR%%/locale/eu/firebug-amo.properties
%%XPI_XPIDIR%%/locale/eu/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/eu/firebug.properties
%%XPI_XPIDIR%%/locale/fa/cookies.properties
%%XPI_XPIDIR%%/locale/fa/firebug-amo.properties
%%XPI_XPIDIR%%/locale/fa/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/fa/firebug.properties
%%XPI_XPIDIR%%/locale/fr/cookies.properties
%%XPI_XPIDIR%%/locale/fr/firebug-amo.properties
%%XPI_XPIDIR%%/locale/fr/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/fr/firebug.properties
%%XPI_XPIDIR%%/locale/fr/keys.properties
%%XPI_XPIDIR%%/locale/fr/selectors.properties
%%XPI_XPIDIR%%/locale/he/cookies.properties
%%XPI_XPIDIR%%/locale/he/firebug-amo.properties
%%XPI_XPIDIR%%/locale/he/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/he/firebug.properties
%%XPI_XPIDIR%%/locale/hr-HR/cookies.properties
%%XPI_XPIDIR%%/locale/hr-HR/firebug-amo.properties
%%XPI_XPIDIR%%/locale/hr-HR/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/hr-HR/firebug.properties
%%XPI_XPIDIR%%/locale/hu-HU/cookies.properties
%%XPI_XPIDIR%%/locale/hu-HU/firebug-amo.properties
%%XPI_XPIDIR%%/locale/hu-HU/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/hu-HU/firebug.properties
%%XPI_XPIDIR%%/locale/hu-HU/keys.properties
%%XPI_XPIDIR%%/locale/hu-HU/selectors.properties
%%XPI_XPIDIR%%/locale/hy-AM/cookies.properties
%%XPI_XPIDIR%%/locale/hy-AM/firebug-amo.properties
%%XPI_XPIDIR%%/locale/hy-AM/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/hy-AM/firebug.properties
%%XPI_XPIDIR%%/locale/is-IS/cookies.properties
%%XPI_XPIDIR%%/locale/is-IS/firebug-amo.properties
%%XPI_XPIDIR%%/locale/is-IS/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/is-IS/firebug.properties
%%XPI_XPIDIR%%/locale/it/cookies.properties
%%XPI_XPIDIR%%/locale/it/firebug-amo.properties
%%XPI_XPIDIR%%/locale/it/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/it/firebug.properties
%%XPI_XPIDIR%%/locale/ja-JP/cookies.properties
%%XPI_XPIDIR%%/locale/ja-JP/firebug-amo.properties
%%XPI_XPIDIR%%/locale/ja-JP/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/ja-JP/firebug.properties
%%XPI_XPIDIR%%/locale/ja-JP/keys.properties
%%XPI_XPIDIR%%/locale/ja-JP/selectors.properties
%%XPI_XPIDIR%%/locale/ko-KR/cookies.properties
%%XPI_XPIDIR%%/locale/ko-KR/firebug-amo.properties
%%XPI_XPIDIR%%/locale/ko-KR/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/ko-KR/firebug.properties
%%XPI_XPIDIR%%/locale/nl/cookies.properties
%%XPI_XPIDIR%%/locale/nl/firebug-amo.properties
%%XPI_XPIDIR%%/locale/nl/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/nl/firebug.properties
%%XPI_XPIDIR%%/locale/nl/keys.properties
%%XPI_XPIDIR%%/locale/nl/selectors.properties
%%XPI_XPIDIR%%/locale/pl/cookies.properties
%%XPI_XPIDIR%%/locale/pl/firebug-amo.properties
%%XPI_XPIDIR%%/locale/pl/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/pl/firebug.properties
%%XPI_XPIDIR%%/locale/pl/keys.properties
%%XPI_XPIDIR%%/locale/pl/selectors.properties
%%XPI_XPIDIR%%/locale/pt-BR/cookies.properties
%%XPI_XPIDIR%%/locale/pt-BR/firebug-amo.properties
%%XPI_XPIDIR%%/locale/pt-BR/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/pt-BR/firebug.properties
%%XPI_XPIDIR%%/locale/pt-PT/cookies.properties
%%XPI_XPIDIR%%/locale/pt-PT/firebug-amo.properties
%%XPI_XPIDIR%%/locale/pt-PT/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/pt-PT/firebug.properties
%%XPI_XPIDIR%%/locale/ro-RO/cookies.properties
%%XPI_XPIDIR%%/locale/ro-RO/firebug-amo.properties
%%XPI_XPIDIR%%/locale/ro-RO/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/ro-RO/firebug.properties
%%XPI_XPIDIR%%/locale/ru/cookies.properties
%%XPI_XPIDIR%%/locale/ru/firebug-amo.properties
%%XPI_XPIDIR%%/locale/ru/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/ru/firebug.properties
%%XPI_XPIDIR%%/locale/ru/keys.properties
%%XPI_XPIDIR%%/locale/ru/selectors.properties
%%XPI_XPIDIR%%/locale/sk-SK/cookies.properties
%%XPI_XPIDIR%%/locale/sk-SK/firebug-amo.properties
%%XPI_XPIDIR%%/locale/sk-SK/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/sk-SK/firebug.properties
%%XPI_XPIDIR%%/locale/sk-SK/selectors.properties
%%XPI_XPIDIR%%/locale/sl-SI/cookies.properties
%%XPI_XPIDIR%%/locale/sl-SI/firebug-amo.properties
%%XPI_XPIDIR%%/locale/sl-SI/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/sl-SI/firebug.properties
%%XPI_XPIDIR%%/locale/sl-SI/selectors.properties
%%XPI_XPIDIR%%/locale/sr/cookies.properties
%%XPI_XPIDIR%%/locale/sr/firebug-amo.properties
%%XPI_XPIDIR%%/locale/sr/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/sr/firebug.properties
%%XPI_XPIDIR%%/locale/sv-SE/cookies.properties
%%XPI_XPIDIR%%/locale/sv-SE/firebug-amo.properties
%%XPI_XPIDIR%%/locale/sv-SE/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/sv-SE/firebug.properties
%%XPI_XPIDIR%%/locale/sv-SE/selectors.properties
%%XPI_XPIDIR%%/locale/tr/cookies.properties
%%XPI_XPIDIR%%/locale/tr/firebug-amo.properties
%%XPI_XPIDIR%%/locale/tr/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/tr/firebug.properties
%%XPI_XPIDIR%%/locale/uk-UA/cookies.properties
%%XPI_XPIDIR%%/locale/uk-UA/firebug-amo.properties
%%XPI_XPIDIR%%/locale/uk-UA/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/uk-UA/firebug.properties
%%XPI_XPIDIR%%/locale/vi/cookies.properties
%%XPI_XPIDIR%%/locale/vi/firebug-amo.properties
%%XPI_XPIDIR%%/locale/vi/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/vi/firebug.properties
%%XPI_XPIDIR%%/locale/zh-CN/cookies.properties
%%XPI_XPIDIR%%/locale/zh-CN/firebug-amo.properties
%%XPI_XPIDIR%%/locale/zh-CN/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/zh-CN/firebug.properties
%%XPI_XPIDIR%%/locale/zh-CN/keys.properties
%%XPI_XPIDIR%%/locale/zh-CN/selectors.properties
%%XPI_XPIDIR%%/locale/zh-TW/cookies.properties
%%XPI_XPIDIR%%/locale/zh-TW/firebug-amo.properties
%%XPI_XPIDIR%%/locale/zh-TW/firebug-tracing.properties
%%XPI_XPIDIR%%/locale/zh-TW/firebug.properties
%%XPI_XPIDIR%%/locale/zh-TW/keys.properties
%%XPI_XPIDIR%%/locale/zh-TW/selectors.properties
%%XPI_XPIDIR%%/modules/fbtrace.js
%%XPI_XPIDIR%%/modules/firebug-http-observer.js
%%XPI_XPIDIR%%/modules/firebug-trace-service.js
%%XPI_XPIDIR%%/modules/gcli.js
%%XPI_XPIDIR%%/modules/loader.js
%%XPI_XPIDIR%%/modules/locale.js
%%XPI_XPIDIR%%/modules/mini-require.js
%%XPI_XPIDIR%%/modules/observer-service.js
%%XPI_XPIDIR%%/modules/prefLoader.js
%%XPI_XPIDIR%%/modules/require-debug.js
%%XPI_XPIDIR%%/modules/require.js
%%XPI_XPIDIR%%/modules/storageService.js
%%XPI_XPIDIR%%/skin/classic/activation-menu-console.png
%%XPI_XPIDIR%%/skin/classic/activation-menu-net.png
%%XPI_XPIDIR%%/skin/classic/activation-menu-script.png
%%XPI_XPIDIR%%/skin/classic/arrowDown.svg
%%XPI_XPIDIR%%/skin/classic/arrowUp.svg
%%XPI_XPIDIR%%/skin/classic/balloonNote.css
%%XPI_XPIDIR%%/skin/classic/bindings.xml
%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnError.svg
%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnMutate.svg
%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnNext.svg
%%XPI_XPIDIR%%/skin/classic/breakOn/breakOnXHR.svg
%%XPI_XPIDIR%%/skin/classic/breakOn.svg
%%XPI_XPIDIR%%/skin/classic/breakOnArmed.svg
%%XPI_XPIDIR%%/skin/classic/breakpoint.css
%%XPI_XPIDIR%%/skin/classic/breakpoint.svg
%%XPI_XPIDIR%%/skin/classic/breakpointCondition.svg
%%XPI_XPIDIR%%/skin/classic/callstack.css
%%XPI_XPIDIR%%/skin/classic/callstackPanel.css
%%XPI_XPIDIR%%/skin/classic/collapseSidePanels.svg
%%XPI_XPIDIR%%/skin/classic/collapseSidePanelsVertical.svg
%%XPI_XPIDIR%%/skin/classic/command.svg
%%XPI_XPIDIR%%/skin/classic/commandLinePopup.svg
%%XPI_XPIDIR%%/skin/classic/console.css
%%XPI_XPIDIR%%/skin/classic/continue.svg
%%XPI_XPIDIR%%/skin/classic/cookies/activation-menu-cookies.png
%%XPI_XPIDIR%%/skin/classic/cookies/breakOnCookie.svg
%%XPI_XPIDIR%%/skin/classic/cookies/cookie.svg
%%XPI_XPIDIR%%/skin/classic/cookies/cookies.css
%%XPI_XPIDIR%%/skin/classic/cookies/editCookie.css
%%XPI_XPIDIR%%/skin/classic/cookies/trace.css
%%XPI_XPIDIR%%/skin/classic/css.css
%%XPI_XPIDIR%%/skin/classic/customizeShortcuts.css
%%XPI_XPIDIR%%/skin/classic/debugger.css
%%XPI_XPIDIR%%/skin/classic/disable.svg
%%XPI_XPIDIR%%/skin/classic/dom.css
%%XPI_XPIDIR%%/skin/classic/dropMarker.svg
%%XPI_XPIDIR%%/skin/classic/error.svg
%%XPI_XPIDIR%%/skin/classic/errorColumnIndicator.svg
%%XPI_XPIDIR%%/skin/classic/events.css
%%XPI_XPIDIR%%/skin/classic/executionPointer.svg
%%XPI_XPIDIR%%/skin/classic/expandSidePanels.svg
%%XPI_XPIDIR%%/skin/classic/expandSidePanelsVertical.svg
%%XPI_XPIDIR%%/skin/classic/firebug.css
%%XPI_XPIDIR%%/skin/classic/firebug64.png
%%XPI_XPIDIR%%/skin/classic/firebugBig.png
%%XPI_XPIDIR%%/skin/classic/firebugSmall.svg
%%XPI_XPIDIR%%/skin/classic/fontViewer.css
%%XPI_XPIDIR%%/skin/classic/html.css
%%XPI_XPIDIR%%/skin/classic/info.svg
%%XPI_XPIDIR%%/skin/classic/inspect.svg
%%XPI_XPIDIR%%/skin/classic/jsonViewer.css
%%XPI_XPIDIR%%/skin/classic/layout.css
%%XPI_XPIDIR%%/skin/classic/linux/console.css
%%XPI_XPIDIR%%/skin/classic/linux/cookies.css
%%XPI_XPIDIR%%/skin/classic/linux/firebug.css
%%XPI_XPIDIR%%/skin/classic/linux/net.css
%%XPI_XPIDIR%%/skin/classic/loading.svg
%%XPI_XPIDIR%%/skin/classic/mac/breakpointConditionEditor.png
%%XPI_XPIDIR%%/skin/classic/mac/breakpointConditionEditorDown.png
%%XPI_XPIDIR%%/skin/classic/mac/close.svg
%%XPI_XPIDIR%%/skin/classic/mac/collapseSidePanels.svg
%%XPI_XPIDIR%%/skin/classic/mac/collapseSidePanelsVertical.svg
%%XPI_XPIDIR%%/skin/classic/mac/commandHistory.svg
%%XPI_XPIDIR%%/skin/classic/mac/console.css
%%XPI_XPIDIR%%/skin/classic/mac/cookies.css
%%XPI_XPIDIR%%/skin/classic/mac/debugger.css
%%XPI_XPIDIR%%/skin/classic/mac/detach.svg
%%XPI_XPIDIR%%/skin/classic/mac/expandSidePanels.svg
%%XPI_XPIDIR%%/skin/classic/mac/expandSidePanelsVertical.svg
%%XPI_XPIDIR%%/skin/classic/mac/firebug.css
%%XPI_XPIDIR%%/skin/classic/mac/minimize.svg
%%XPI_XPIDIR%%/skin/classic/mac/net.css
%%XPI_XPIDIR%%/skin/classic/mac/optionsMenuTarget.svg
%%XPI_XPIDIR%%/skin/classic/mac/optionsMenuTargetHover.svg
%%XPI_XPIDIR%%/skin/classic/mac/panel.css
%%XPI_XPIDIR%%/skin/classic/mac/pin.svg
%%XPI_XPIDIR%%/skin/classic/mac/pinned.svg
%%XPI_XPIDIR%%/skin/classic/mac/quickInfoBox.css
%%XPI_XPIDIR%%/skin/classic/mac/search.svg
%%XPI_XPIDIR%%/skin/classic/mac/twistyClosed.svg
%%XPI_XPIDIR%%/skin/classic/mac/twistyOpen.svg
%%XPI_XPIDIR%%/skin/classic/mac/window.css
%%XPI_XPIDIR%%/skin/classic/navigationBack.svg
%%XPI_XPIDIR%%/skin/classic/navigationForward.svg
%%XPI_XPIDIR%%/skin/classic/net.css
%%XPI_XPIDIR%%/skin/classic/noteBorders.png
%%XPI_XPIDIR%%/skin/classic/noteBordersUps.png
%%XPI_XPIDIR%%/skin/classic/noteContent.png
%%XPI_XPIDIR%%/skin/classic/noteContentUps.png
%%XPI_XPIDIR%%/skin/classic/noteCorners.png
%%XPI_XPIDIR%%/skin/classic/noteCornersUps.png
%%XPI_XPIDIR%%/skin/classic/optionsMenuTarget.svg
%%XPI_XPIDIR%%/skin/classic/optionsMenuTargetHover.svg
%%XPI_XPIDIR%%/skin/classic/panel.css
%%XPI_XPIDIR%%/skin/classic/panelNotification.css
%%XPI_XPIDIR%%/skin/classic/panelbase.css
%%XPI_XPIDIR%%/skin/classic/performanceTiming.css
%%XPI_XPIDIR%%/skin/classic/prettyPrint.svg
%%XPI_XPIDIR%%/skin/classic/quickInfoBox.css
%%XPI_XPIDIR%%/skin/classic/quickInfoBoxPanel.css
%%XPI_XPIDIR%%/skin/classic/readOnlyProp.svg
%%XPI_XPIDIR%%/skin/classic/rerun.svg
%%XPI_XPIDIR%%/skin/classic/rulerH.png
%%XPI_XPIDIR%%/skin/classic/rulerV.png
%%XPI_XPIDIR%%/skin/classic/scriptPanel.css
%%XPI_XPIDIR%%/skin/classic/search.svg
%%XPI_XPIDIR%%/skin/classic/searchCancel.svg
%%XPI_XPIDIR%%/skin/classic/searchNext.svg
%%XPI_XPIDIR%%/skin/classic/searchPrevious.svg
%%XPI_XPIDIR%%/skin/classic/selectors.css
%%XPI_XPIDIR%%/skin/classic/spinner.png
%%XPI_XPIDIR%%/skin/classic/statusPathSeparator.svg
%%XPI_XPIDIR%%/skin/classic/stepInto.svg
%%XPI_XPIDIR%%/skin/classic/stepOut.svg
%%XPI_XPIDIR%%/skin/classic/stepOver.svg
%%XPI_XPIDIR%%/skin/classic/tableRep.css
%%XPI_XPIDIR%%/skin/classic/timeInfoTip.css
%%XPI_XPIDIR%%/skin/classic/trace.css
%%XPI_XPIDIR%%/skin/classic/warning.svg
%%XPI_XPIDIR%%/skin/classic/watch.css
%%XPI_XPIDIR%%/skin/classic/win/breakpointConditionEditor.png
%%XPI_XPIDIR%%/skin/classic/win/breakpointConditionEditorDown.png
%%XPI_XPIDIR%%/skin/classic/win/close.svg
%%XPI_XPIDIR%%/skin/classic/win/commandHistory.svg
%%XPI_XPIDIR%%/skin/classic/win/deactivate.svg
%%XPI_XPIDIR%%/skin/classic/win/detach.svg
%%XPI_XPIDIR%%/skin/classic/win/down.svg
%%XPI_XPIDIR%%/skin/classic/win/firebug.css
%%XPI_XPIDIR%%/skin/classic/win/minimize.svg
%%XPI_XPIDIR%%/skin/classic/win/pin.svg
%%XPI_XPIDIR%%/skin/classic/win/pinned.svg
%%XPI_XPIDIR%%/skin/classic/win/twistyClosed.svg
%%XPI_XPIDIR%%/skin/classic/win/twistyOpen.svg
%%XPI_XPIDIR%%/skin/classic/win/up.svg
%%XPI_XPIDIR%%/skin/classic/window.css
%%XPI_XPIDIR%%/skin/classic/wrappedListener.svg
|