Changeset 20486 in webkit


Ignore:
Timestamp:
Mar 25, 2007 12:43:51 AM (17 years ago)
Author:
darin
Message:
  • coding/RefPtr.html: A couple wording tweaks.
Location:
trunk/WebKitSite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r20485 r20486  
     12007-03-25  Darin Adler  <darin@apple.com>
     2
     3        * coding/RefPtr.html: A couple wording tweaks.
     4
    152007-03-25  Darin Adler  <darin@apple.com>
    26
  • trunk/WebKitSite/coding/RefPtr.html

    r20485 r20486  
    11<?php
    2     $title="WebKit RefPtr and PassRefPtr Basics";
     2    $title="RefPtr and PassRefPtr Basics";
    33    include("../header.inc");
    44?>
     
    2020</style>
    2121
    22 <h1>WebKit <span class="class">RefPtr</span> and <span class="class">PassRefPtr</span> Basics</h1>
     22<h1><span class="class">RefPtr</span> and <span class="class">PassRefPtr</span> Basics</h1>
    2323<div>Darin Adler</div>
    2424<div>first draft, 2007-03-24</div>
     
    330330<ul>
    331331
     332<li>The “protector” idiom, where a local RefPtr variable is used to keep an object alive.</li>
     333
    332334<li>Perils of programming with floating objects.</li>
    333335
     
    336338
    337339<li>Perils of programming with <span class="class">TreeShared</span>.</li>
    338 
    339 <li>How we we mix reference counting with garbage collection to implement the DOM
    340 and the JavaScript and Objective-C DOM bindings.</li>
    341340
    342341<li>Our desire to rename <span class="class">Shared</span> to <span class="class">RefCounted</span>.</li>
     
    346345<span class="class">ListRefPtr</span> or the equivalent.</li>
    347346
    348 <li>Comparison of our intrusive reference counting over other schemes, like the
     347<li>How we we mix reference counting with garbage collection to implement the DOM
     348and the JavaScript and Objective-C DOM bindings.</li>
     349
     350<li>Comparison of our intrusive reference counting with other schemes such as the
    349351external reference counting in Boost <span class="class">shared_ptr</class>.</li>
    350352
     
    361363
    362364<li>The <span class="class">ListRefPtr</span> class template.</li>
    363 
    364 <li>The “protector” idiom, where a local RefPtr variable is used to keep an object alive.</li>
    365365
    366366</ul>
Note: See TracChangeset for help on using the changeset viewer.