Merge branch 'master' of linz:/srv/git/slides
[slides.git] / fosdem2008 / slide_porting.html
CommitLineData
cfa853c1 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">
a667e47e 8 <script type="text/javascript" src="slides.js"></script>
cfa853c1 9 <link rel="contents" href="index.html" title="Contents">
10 <link rel="index" href="toc.html" title="Overview">
11 <link rel="start" href="index.html" title="Start">
12 <link rel="first" href="slide_introduction.html" title="First page">
13 <link rel="previous" href="slide_introduction.html" title="Previous page">
14 <link rel="next" href="slide_volunteer.html" title="Next page">
15 <link rel="last" href="slide_end.html" title="Last page">
16</head>
f595d56b 17<body onLoad="document.body.onclick = docClicked;">
cfa853c1 18<div id="header"><div id="header-text">And the beast shall come forth...</div>
19 <img src="template/header-logo.png" height="38" width="260" alt="">
20</div>
21<div id="slidenav"><div id="subheader-text">Community Project Organization and SeaMonkey 2</div>
22 <a href="toc.html" accesskey="t">toc</a> ||
23 <a href="index.html" accesskey="s">start</a> ||
24 <a href="slide_introduction.html" accesskey="p">&lt; prev</a> |
f595d56b 25 <a href="slide_volunteer.html" id="goNext" accesskey="n">next &gt;</a>
cfa853c1 26</div>
27
28<h1>Code Porting Work</h1>
29
30<div class="simplebox">
31<ul>
32 <li>Porting app-specific code for <span class="hilite">core/toolkit
33 changes</span> (or even xpfe->toolkit in our case)</li>
34 <li>Porting <span class="hilite">features from other apps</span> to own app
35 (e.g. Firefox->SeaMonkey)</li>
36 <li>Code reviews - different <span class="hilite">coding style</span></li>
37 <li>Sometimes need (slight) core/toolkit changes to get app work done</li>
38 <li>Hard to get r+ as toolkit reviewers are usually swamped and non-FF things are <span class="hilite">low priority</span></li>
39 <li>Slow reviews make forking more fun than improving core/toolkit</li>
40 <li>Too few implementations of <span class="hilite">nsIClonableDeveloper</span> (and no good documentation)</li>
41</ul>
42</div>
43
44</body>
45</html>