File: layout.pkg

package info (click to toggle)
iceweasel 2.0.0.19-0etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 298,784 kB
  • ctags: 317,912
  • sloc: cpp: 1,796,902; ansic: 987,677; xml: 109,036; makefile: 47,777; asm: 35,201; perl: 26,983; sh: 20,879; cs: 6,232; java: 5,513; python: 3,249; pascal: 459; lex: 306; php: 244; csh: 132; objc: 97; yacc: 79; ada: 49; awk: 14; sql: 4; sed: 4
file content (61 lines) | stat: -rw-r--r-- 1,882 bytes parent folder | download | duplicates (8)
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
[gecko]
#if SHARED_LIBRARY
dist/bin/components/@SHARED_LIBRARY@
#else
!staticcomp @LIBRARY@ @MODULE_NAME@
#endif
!xpt dist/bin/components/xuldoc.xpt
!xpt dist/bin/components/layout_base.xpt
!xpt dist/bin/components/layout_printing.xpt
!xpt dist/bin/components/layout_xul.xpt
!xpt dist/bin/components/content_base.xpt
!xpt dist/bin/components/content_html.xpt
!xpt dist/bin/components/content_htmldoc.xpt
!xpt dist/bin/components/content_xmldoc.xpt
!xpt dist/bin/components/content_xslt.xpt
!xpt dist/bin/components/dom.xpt
!xpt dist/bin/components/dom_base.xpt
!xpt dist/bin/components/dom_core.xpt
!xpt dist/bin/components/dom_css.xpt
!xpt dist/bin/components/dom_events.xpt
!xpt dist/bin/components/dom_html.xpt
!xpt dist/bin/components/dom_range.xpt
!xpt dist/bin/components/dom_stylesheets.xpt
!xpt dist/bin/components/dom_traversal.xpt
!xpt dist/bin/components/dom_views.xpt
!xpt dist/bin/components/dom_xbl.xpt
!xpt dist/bin/components/dom_xul.xpt
!xpt dist/bin/components/dom_xpath.xpt
#if MOZ_XUL
!xpt dist/bin/components/xultmpl.xpt
!xpt dist/bin/components/layout_xul_tree.xpt
#endif
dist/bin/res/html.css
dist/bin/res/quirk.css
dist/bin/res/viewsource.css
dist/bin/res/forms.css
dist/bin/res/arrow.gif
dist/bin/res/arrowd.gif
dist/bin/res/ua.css
dist/bin/res/broken-image.gif
dist/bin/res/loading-image.gif
dist/bin/res/html/gopher-audio.gif
dist/bin/res/html/gopher-binary.gif
dist/bin/res/html/gopher-find.gif
dist/bin/res/html/gopher-image.gif
dist/bin/res/html/gopher-menu.gif
dist/bin/res/html/gopher-movie.gif
dist/bin/res/html/gopher-sound.gif
dist/bin/res/html/gopher-telnet.gif
dist/bin/res/html/gopher-text.gif
dist/bin/res/html/gopher-unknown.gif
dist/bin/res/dtd/xhtml11.dtd

[gecko-tests]
dist/bin/bloaturls.txt
dist/bin/res/bloatcycle.html
#if ENABLE_TESTS
dist/bin/TestSpaceManager@BINS@
dist/bin/ParseCSS@BINS@
dist/bin/TestCSSPropertyLookup@BINS@
#endif