Changeset 63838 in webkit


Ignore:
Timestamp:
Jul 21, 2010 10:30:53 AM (14 years ago)
Author:
Dimitri Glazkov
Message:

2010-07-21 Dimitri Glazkov <Dimitri Glazkov>

Reviewed by Darin Adler.

Add a diagram explaining how a DOM element is attached to the site.
https://bugs.webkit.org/show_bug.cgi?id=42763

  • coding/dom-element-attach.html: Added.
  • coding/images/dom-element-attach-large.png: Added.
  • coding/images/dom-element-attach-small.png: Added.
  • coding/images/dom-element-attach.graffle: Added.
  • coding/technical-articles.html: Added a link to the page with the diragram.
Location:
trunk/WebKitSite
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitSite/ChangeLog

    r61305 r63838  
     12010-07-21  Dimitri Glazkov  <dglazkov@chromium.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Add a diagram explaining how a DOM element is attached to the site.
     6        https://bugs.webkit.org/show_bug.cgi?id=42763
     7
     8        * coding/dom-element-attach.html: Added.
     9        * coding/images/dom-element-attach-large.png: Added.
     10        * coding/images/dom-element-attach-small.png: Added.
     11        * coding/images/dom-element-attach.graffle: Added.
     12        * coding/technical-articles.html: Added a link to the page with the diragram.
     13
    1142010-06-16  Jeremy Moskovich  <jeremy@chromium.org>
    215
  • trunk/WebKitSite/coding/technical-articles.html

    r61304 r63838  
    4040      <li>WebKit Page Cache - <a href="http://webkit.org/blog/427/webkit-page-cache-i-the-basics/">Part 1</a> &amp; <a href="http://webkit.org/blog/516/webkit-page-cache-ii-the-unload-event/">Part 2</a>
    4141      </li>
     42      <li><a href="dom-element-attach.html">How a DOM Element is Attached</a>
     43      </li>
    4244    </ul>
    4345  </li>
Note: See TracChangeset for help on using the changeset viewer.