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
|
---
title: Video presentations
slug: Video_presentations
tags:
- Presentations
translation_of: Archive/Mozilla/Video_presentations
---
<p>Mozilla では、Mozilla のコードベースがどのように開発されているかや、Mozilla のテクノロジーを独自のアプリケーションや拡張機能へどのように活かせるかを知ってもらおうと、ビデオ形式でのプレゼンテーションを積極的に作成しています。
</p>
<h2 id="アーキテクチャ"> アーキテクチャ </h2>
<p>These presentations provide an architectural overview of the codebase.
</p>
<dl><dt><a class="external" href="http://video.google.com/videoplay?docid=5048544266241173550">How pages are built using the DOM</a>
</dt><dd> This presentation describes how documents are loaded and the <a href="ja/DOM">DOM</a> tree is constructed. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/jst_architecture_8_dec_2006.mov">198 MB</a>)
</dd><dt><a class="external" href="http://video.google.com/videoplay?docid=-8251745274338769121">Laying out and drawing documents</a> (<a class="external" href="http://www.mozilla.org/newlayout/doc/layout-2006-12-14/">slides</a>)
</dt><dd> This presentation describes how a document is laid out and painted to the display by the Gecko engine. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/dbaron_architecture_14_dec_2006.mov">282 MB</a>)
</dd></dl>
<h2 id="コミュニティ"> コミュニティ </h2>
<p>These presentations provide insight into the Mozilla community and how the project works.
</p>
<dl><dt> The Mozilla Community (<a class="external" href="http://video.google.com/videoplay?docid=3141268626770319903">Part 1</a>, <a class="external" href="http://video.google.com/videoplay?docid=-3957914207732901606">Part 2</a>)
</dt><dd> This presentation talks about the Mozilla community and how you can get involved smoothly. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture1Part1_Broadband.mov">170 MB</a> and <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture1Part2_Broadband.mov">80 MB</a>)
</dd><dt> Mozilla-Seneca Projects Q&A with Mike Shaver (<a class="external" href="http://video.google.com/videoplay?docid=2140806229374929470">Part 1</a>, <a class="external" href="http://video.google.com/videoplay?docid=996522150663008257">Part 2</a>)
</dt><dd> Mike Shaver answers questions about the Mozilla project. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture3Part1_Broadband.mov">138 MB</a> and <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture3Part2_Broadband.mov">132 MB</a>)
</dd></dl>
<h2 id="Mozilla_の開発"> Mozilla の開発 </h2>
<p>These presentations cover various aspects of the process of working on the Mozilla project, including building, testing, and debugging.
</p>
<dl><dt> How the Build Works (<a class="external" href="http://video.google.com/videoplay?docid=-8114726550474936553">Part 1</a>, <a class="external" href="http://video.google.com/videoplay?docid=-4698118816112690847">Part 2</a>, <a class="external" href="http://video.google.com/videoplay?docid=-1294792866194513883">Part 2; second camera</a>, <a class="external" href="http://people.mozilla.com/~preed/SenecaPres/">slides</a>)
</dt><dd> This presentation covers how the Mozilla build system works, how to configure the build system, and how to build Mozilla projects. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture2Part1_Broadband.mov">127 MB</a>, <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture2Part2_Broadband.mov">50 MB</a>, and <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture2Part2b_Broadband.mov">68 MB</a>)
</dd><dt> The Life Cycle of a Bug (<a class="external" href="http://video.google.com/videoplay?docid=4631757882037937249">Part 1</a>, <a class="external" href="http://video.google.com/videoplay?docid=4539685494837402986">Part 2</a>)
</dt><dd> Mike Connor describes how a bug goes from bug report to patch to implemented fix. Learn how to properly file a good bug report, how the bug reports are handled, and how to submit and get reviews for patches. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture4Part1_Broadband.mov">122 MB</a> and <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture4Part2_Broadband.mov">110 MB</a>)
</dd><dt> Release Builds - From Source Tree to EXE (<a class="external" href="http://video.google.com/videoplay?docid=-1704765346156214699">Part 1</a>, <a class="external" href="http://video.google.com/videoplay?docid=7625705658042180031">Part 2</a>)
</dt><dd> Learn how release builds of Firefox are created. (as QuickTime; <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture5Part1_Broadband.mov">105 MB</a> and <a class="external" href="http://developer.mozilla.org/presentations/seneca/MozillaLecture5Part2_Broadband.mov">34 MB</a>)
</dd></dl>
<h2 id="その他のビデオ_(おそらく内容が古くなっています)"> その他のビデオ (おそらく内容が古くなっています) </h2>
<ul><li> <a class="link-ftp" href="ftp://ftp.mozilla.org/pub/mozilla.org/mozilla/presentations/README">Mozilla Video Presentations (2001-2002)</a>
</li><li> <a class="external" href="http://www.mozilla.org/projects/seamonkey/brownbag.html">Seamonkey BrownBag Training Series (2000)</a>
</li></ul>
|