File: layout.pkg

package info (click to toggle)
mozilla-firefox 1.0.4-2sarge17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 255,356 kB
  • ctags: 267,207
  • sloc: cpp: 1,623,961; ansic: 792,828; xml: 85,380; makefile: 41,934; perl: 27,802; asm: 14,884; sh: 14,807; cs: 4,507; python: 4,398; java: 4,004; yacc: 1,380; lex: 409; pascal: 354; php: 244; csh: 132; objc: 73; ada: 44; sql: 4
file content (62 lines) | stat: -rw-r--r-- 1,904 bytes parent folder | download
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
[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_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
!xpt dist/bin/components/jsurl.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/platform-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