e3d7781f7435308f3a69b108f5f7bd0dd1459a86
[slides.git] / fosdem2008 / slide_porting.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2 <html>
3 <head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-15">
5   <meta name="Author" content="KaiRo - Robert Kaiser">
6   <title>And the beast shall come forth... - Code Porting Work</title>
7   <link rel="stylesheet" type="text/css" href="slides.css">
8   <link rel="contents" href="index.html" title="Contents">
9   <link rel="index" href="toc.html" title="Overview">
10   <link rel="start" href="index.html" title="Start">
11   <link rel="first" href="slide_introduction.html" title="First page">
12   <link rel="previous" href="slide_introduction.html" title="Previous page">
13   <link rel="next" href="slide_volunteer.html" title="Next page">
14   <link rel="last" href="slide_end.html" title="Last page">
15 </head>
16 <body>
17 <div id="header"><div id="header-text">And the beast shall come forth...</div>
18   <img src="template/header-logo.png" height="38" width="260" alt="">
19 </div>
20 <div id="slidenav"><div id="subheader-text">Community Project Organization and SeaMonkey 2</div>
21   <a href="toc.html" accesskey="t">toc</a> ||
22   <a href="index.html" accesskey="s">start</a> ||
23   <a href="slide_introduction.html" accesskey="p">&lt; prev</a> |
24   <a href="slide_volunteer.html" accesskey="n">next &gt;</a>
25 </div>
26
27 <h1>Code Porting Work</h1>
28
29 <div class="simplebox">
30 <ul>
31   <li>Porting app-specific code for <span class="hilite">core/toolkit
32     changes</span> (or even xpfe->toolkit in our case)</li>
33   <li>Porting <span class="hilite">features from other apps</span> to own app
34     (e.g. Firefox->SeaMonkey)</li>
35   <li>Code reviews - different <span class="hilite">coding style</span></li>
36   <li>Sometimes need (slight) core/toolkit changes to get app work done</li>
37   <li>Hard to get r+ as toolkit reviewers are usually swamped and non-FF things are <span class="hilite">low priority</span></li>
38   <li>Slow reviews make forking more fun than improving core/toolkit</li>
39   <li>Too few implementations of <span class="hilite">nsIClonableDeveloper</span> (and no good documentation)</li>
40 </ul>
41 </div>
42
43 </body>
44 </html>