1 2012-04-23 Daniel Bates <dbates@webkit.org>
3 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
5 Rubber-stamped by Eric Seidel.
7 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
8 are specific to Xcode 4.3.2.
10 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
11 * building/debug.html: Ditto.
13 2012-04-19 Daniel Bates <dbates@webkit.org>
15 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
16 https://bugs.webkit.org/show_bug.cgi?id=84364
18 Reviewed by Eric Seidel.
20 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
23 * building/debug-mac-uiprocess.html:
24 * building/debug.html:
26 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
28 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
29 https://bugs.webkit.org/show_bug.cgi?id=80429
31 Reviewed by Dan Bernstein.
33 * building/tools.html:
35 2012-03-10 Daniel Bates <dbates@webkit.org>
37 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
39 The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
40 Substituting https for http in (1) returns the expected page.
42 * building/debug-mac-uiprocess.html:
43 * building/debug.html:
45 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
47 Add a link to the EFL wiki page
48 https://bugs.webkit.org/show_bug.cgi?id=79439
50 Reviewed by Adam Barth.
52 * building/tools.html:
53 * css/main.css: Cross-browser border-radius.
55 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
57 team.html (on webkit.org) doesn't recognize codeaurora.org
58 https://bugs.webkit.org/show_bug.cgi?id=79529
60 Reviewed by Ryosuke Niwa.
64 2012-02-16 Kent Tamura <tkent@chromium.org>
66 Improve usability of coding-style.html
67 https://bugs.webkit.org/show_bug.cgi?id=78470
69 Reviewed by Eric Seidel.
71 * coding/coding-style.html:
72 - Do not add a title attribute to each of LI elements
73 - Do not add a click handler to each of them
74 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
76 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
78 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
79 https://bugs.webkit.org/show_bug.cgi?id=76544
81 Reviewed by Darin Adler.
83 WEBKITOUTPUTDIR is not only for Windows.
85 * building/build.html:
87 2012-01-20 Kent Tamura <tkent@chromium.org>
89 Each style rule should have its own ID.
90 https://bugs.webkit.org/show_bug.cgi?id=76428
92 Reviewed by David Levin.
94 * coding/coding-style.html: Add an id attribute to each of li elements,
95 and add code to set title="#id-name" and to make li elements clickable.
97 2012-01-19 Daniel Bates <dbates@webkit.org>
99 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
101 Rubber-stamped by Sam Weinig.
103 * building/debug.html:
105 2012-01-19 Daniel Bates <dbates@webkit.org>
107 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
108 https://bugs.webkit.org/show_bug.cgi?id=67102
110 Reviewed by Eric Seidel.
112 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
114 * building/active-scheme-xcode4.png: Added.
115 * building/build-settings-tab-xcode4.png: Added.
116 * building/build-window.png: Removed.
117 * building/custom-executable-xcode4.png: Added.
118 * building/custom-executable.png: Removed.
119 * building/debug-mac-uiprocess.html: Added.
120 * building/debug.html:
121 * building/debug.png: Removed.
122 * building/info-tab.png: Removed.
123 * building/run-xcode4.png: Added.
125 2012-01-11 Antti Koivisto <antti@apple.com>
127 Remove S60 reference from webkit.org
128 https://bugs.webkit.org/show_bug.cgi?id=76044
130 Reviewed by Simon Hausmann.
136 2012-01-10 Hajime Morrita <morrita@chromium.org>
138 [Website] i-Bench is no longer available.
139 https://bugs.webkit.org/show_bug.cgi?id=76027
141 Reviewed by Ryosuke Niwa.
143 Updated the availability information of i-Bench.
145 * projects/performance/index.html:
147 2011-12-07 Daniel Bates <dbates@webkit.org>
149 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
150 https://bugs.webkit.org/show_bug.cgi?id=74006
152 Reviewed by Antonio Gomes.
154 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
155 ASSERT_NOT_REACHED().
157 * coding/assertion-guidelines.html:
159 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
161 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
162 https://bugs.webkit.org/show_bug.cgi?id=73098
164 Reviewed by Antti Koivisto.
166 Revise the sentence about committers being allowed to land patches by others to explicitly state that
167 they can only land patches by others if asked by authors themselves.
169 * coding/commit-review-policy.html:
171 2011-11-14 Mark Rowe <mrowe@apple.com>
173 Upgrade WordPress's Akismet plug-in to the latest version.
175 * blog/wp-content/plugins/akismet:
177 2011-11-14 Mark Rowe <mrowe@apple.com>
179 Update one file that was missed.
181 * blog/wp-settings.php:
183 2011-11-14 Mark Rowe <mrowe@apple.com>
185 Upgrade WordPress to v3.2.1.
189 2011-10-28 Dean Jackson <dino@apple.com>
191 Remove this horribly outdated file. It was showing up in
192 Google searches and shouldn't be used as official
195 Rubber-stamped by Simon Fraser.
197 * specs/MediaQueriesExtensions.html: Removed.
199 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
201 Style guide should mention the preference of index over iterator
202 https://bugs.webkit.org/show_bug.cgi?id=70285
204 Reviewed by Darin Adler.
206 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
207 we prefer index over iterators.
209 * coding/coding-style.html:
211 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
213 Fix a typo pointed by Sam (Weinig).
215 * coding/coding-style.html:
217 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
219 Style guide should mandate use of pass-by-reference for out arguments
220 https://bugs.webkit.org/show_bug.cgi?id=69766
222 Reviewed by Darin Adler.
224 This matches the convention used throughout WebCore.
226 * coding/coding-style.html:
228 2011-10-06 Amruth Raj <amruthraj@motorola.com>
230 Add Motorola Mobility to team.html
231 https://bugs.webkit.org/show_bug.cgi?id=69597
233 Reviewed by Ryosuke Niwa.
237 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
239 Generate WebKit team's page out of committers.py
240 https://bugs.webkit.org/show_bug.cgi?id=68045
242 Fix per Daniel's review comment since I had misunderstood the code.
246 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
248 Generate WebKit team's page out of committers.py
249 https://bugs.webkit.org/show_bug.cgi?id=68045
251 Reviewed by Daniel Bates.
253 Add the initial implementation of team.html. This page automatically pulls data from committers.py
254 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
258 2011-09-01 Jon Lee <jonlee@apple.com>
260 Adding control rendering at various sizes.
262 * projects/forms/survey.html:
264 2011-08-29 Jon Lee <jonlee@apple.com>
266 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
268 * projects/forms/survey.html:
270 2011-08-17 Jon Lee <jonlee@apple.com>
272 Updating the forms survey to include various element sizes.
274 * projects/forms/survey.html:
276 2011-08-16 Daniel Bates <dbates@webkit.org>
278 Add myself to the list of individual members in the WebKit Security Group.
280 Rubber-stamped by Eric Seidel.
282 * security/security-group-members.html:
284 2011-08-09 Anders Carlsson <andersca@apple.com>
286 Broken link to LICENSE on contributing code page
287 https://bugs.webkit.org/show_bug.cgi?id=65947
289 Reviewed by Ryosuke Niwa.
291 * coding/contributing.html:
293 2011-08-04 Dan Bernstein <mitz@apple.com>
297 * coding/contributing.html:
299 2011-08-04 Nico Weber <thakis@chromium.org>
301 Update the contributors page to recommend webkit-patch instead of many manual steps
302 https://bugs.webkit.org/show_bug.cgi?id=65714
304 Reviewed by Adam Barth.
306 asvitkine followed the contributing instructions for his first patch, and got
307 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
308 webkit-patch prevents errors like this and more.
310 * coding/contributing.html:
312 2011-07-21 Jon Lee <jonlee@apple.com>
314 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
315 <rdar://problem/9782965>
317 Rubber-stamped by Maciej Stachowiak.
319 * projects/forms/image-usemap.png: Added.
320 * projects/forms/image1.png: Added.
321 * projects/forms/image10.png: Added.
322 * projects/forms/image16.png: Added.
323 * projects/forms/index.html: Update links
324 * projects/forms/survey.html: Added.
326 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
328 SVG feature status is not up-to-date
329 https://bugs.webkit.org/show_bug.cgi?id=64856
331 Reviewed by Dirk Schulze.
333 Update SVG feature status after r91331.
335 * projects/svg/status.xml:
337 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
339 Reviewed by Darin Adler.
341 Add note about cases where enums are preferred over bools on function parameters.
342 https://bugs.webkit.org/show_bug.cgi?id=63564
344 This matches the outcome of this webkit-dev thread:
345 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
347 * coding/coding-style.html:
349 2011-05-31 Chris Evans <cevans@chromium.org>
351 Reviewed by Drew Yao.
353 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
355 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
357 2011-05-20 Alexey Proskuryakov <ap@apple.com>
359 Reviewed by Dan Bernstein.
361 Building instructions should not talk about Tiger
362 https://bugs.webkit.org/show_bug.cgi?id=61210
364 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
365 Xcode version to the latest Leopard one.
367 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
369 Reviewed by Adam Barth.
371 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
372 https://bugs.webkit.org/show_bug.cgi?id=60686
374 * security/security-group-members.html:
376 2011-05-11 Cris Neckar <cdn@chromium.org>
378 Reviewed by David Levin.
380 Adding Cris Neckar to the Webkit Security Group site.
381 https://bugs.webkit.org/show_bug.cgi?id=60668
383 * security/security-group-members.html:
385 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
387 Reviewed by Mark Rowe.
389 Update Qt/Nokia Security contacts
390 https://bugs.webkit.org/show_bug.cgi?id=60650
392 Ademar (me) replaced Simon as the release manager and primary security
393 contact for QtWebKit. See:
394 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
396 * security/security-group-members.html:
398 2011-05-09 Eric Seidel <eric@webkit.org>
400 Reviewed by Adam Barth.
402 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
403 https://bugs.webkit.org/show_bug.cgi?id=59672
405 * coding/adding-features.html: Added.
408 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
410 Not reviewed: adding image files for the blog post.
412 * blog-files/inspector/remote-debugging-attached.png: Added.
413 * blog-files/inspector/remote-debugging-discovery.png: Added.
415 2011-04-27 Ojan Vafai <ojan@chromium.org>
417 Reviewed by Dan Bernstein.
419 change style guide to pre-increment in for-loops
420 https://bugs.webkit.org/show_bug.cgi?id=59619
422 This matches what a number of reviewers have been asking
425 * coding/coding-style.html:
427 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
429 Reviewed by Tor Arne Vestbø.
431 Added instructions on how to work from behind proxy
432 and detailed the instructions refering to rebasing.
433 Windows build instructions do not work if you are behind a proxy
434 or have a Temp directory that you do not own directly.
435 https://bugs.webkit.org/show_bug.cgi?id=57246
437 * building/tools.html:
439 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
441 Reviewed by James Robinson.
443 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
444 https://bugs.webkit.org/show_bug.cgi?id=58190
446 * misc/related-target-and-shadow-dom.svg: Added.
448 2011-04-06 David Levin <levin@chromium.org>
450 Reviewed by Ojan Vafai.
452 Augment style guidelines about meaningless parameters from text the unwritten rules email.
453 https://bugs.webkit.org/show_bug.cgi?id=55275
455 * coding/coding-style.html:
457 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
459 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
462 * blog-files/inspector/stack-traces-img/1.png: Added.
463 * blog-files/inspector/stack-traces-img/2.png: Added.
464 * blog-files/inspector/stack-traces-img/3.png: Added.
465 * blog-files/inspector/stack-traces-img/4.png: Added.
466 * blog-files/inspector/stack-traces-img/5.png: Added.
467 * blog-files/inspector/stack-traces-img/6.png: Added.
468 * blog-files/inspector/stack-traces-img/button.png: Added.
470 2011-02-26 David Levin <levin@chromium.org>
472 Reviewed by Darin Adler.
474 Add style guidelines about comments from the unwritten rules email.
475 https://bugs.webkit.org/show_bug.cgi?id=55272
477 * coding/coding-style.html: Added the guidelines.
479 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
481 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
483 * blog-files/inspector/css_rule_diff.png: Added.
485 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
487 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
489 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
490 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
491 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
492 * blog-files/inspector/warning_10x10.png: Added.
494 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
496 Unreviewed. Add Web Inspector style editing screenshots.
498 * blog-files/inspector-css-as-authored.png: Added.
499 * blog-files/inspector-css-autocomplete.png: Added.
500 * blog-files/inspector-unknown-css-properties.png: Added.
502 2011-01-21 David Levin <levin@chromium.org>
504 Reviewed by Darin Adler.
506 Proposal: Require cross-organizational seconds for reviewer nominations
507 https://bugs.webkit.org/show_bug.cgi?id=47597
509 This changes the committer/reviewer policy to require an additional
510 reviewer supporting a reviewer nomination to work for a different
511 company and different project affiliation from the nominee.
513 This means reviewer nominations would require four supporting reviewers,
514 one of which knows the reviewer through the community (irc, email, bugs)
515 ensuring that the nominee has the open-source collaboration skills
516 we so highly value here in WebKit.
518 * coding/commit-review-policy.html:
520 2011-01-01 Adam Barth <abarth@webkit.org>
522 Reviewed by Eric Seidel.
524 Move JavaScriptCore to Source
525 https://bugs.webkit.org/show_bug.cgi?id=51604
527 * coding/assertion-guidelines.html:
528 - Update documentation to point to the new location of
531 2010-12-17 Dan Bernstein <mitz@apple.com>
533 Reviewed by Simon Fraser.
535 Rename WebKitTools to Tools
536 https://bugs.webkit.org/show_bug.cgi?id=49861
538 * asking_questions.html:
539 * building/tools.html:
540 * coding/scripts.html:
542 2010-11-08 Jessie Berlin <jberlin@apple.com>
544 Reviewed by Adam Roben.
546 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
548 https://bugs.webkit.org/show_bug.cgi?id=49189
550 * building/tools.html:
551 Add a line recommending bash shell users to comment out or remove those lines, with an
552 explanation as to why.
554 2010-11-04 Orlando Leite <orlleite@gmail.com>
556 Reviewed by Adam Barth.
558 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
560 * building/tools.html:
562 2010-10-29 Adam Roben <aroben@apple.com>
564 Instruct developers to install the Feburary 2010 DirectX SDK, not just
567 The February 2010 SDK is the last one with support for Visual Studio
570 I also removed some unnecessary instructions regarding the DirectX
573 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
574 specific version of the DirectX SDK
576 Reviewed by Steve Falkenburg.
578 * building/tools.html:
580 2010-10-28 Lucas Forschler <lforschler@apple.com>
582 Reviewed by Geoffrey Garen.
584 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
586 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
587 -Edited the .htaccess file to redirect the old pages to the new landing page.
588 -This should keep our search engine page rankings effective.
589 Potentially breaking:
590 -This COULD potentially break the SunSpider benchmark.
591 -Local testing with relative links seems to function as expected.
592 -The .htaccess 301 redirects are UNTESTED.
596 * perf/sunspider: Added.
597 * perf/sunspider-0.9.1/sunspider.html: Removed.
598 * perf/sunspider-0.9.1/versions.html: Removed.
599 * perf/sunspider-0.9/sunspider.html: Removed.
600 * perf/sunspider/sunspider.css: Added.
601 * perf/sunspider/sunspider.html: Added.
603 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
605 Reviewed by David Levin.
607 Add DirectX SDK to Installing Developer Tools web page
608 https://bugs.webkit.org/show_bug.cgi?id=47911
610 * building/tools.html:
612 2010-09-30 David Levin <levin@chromium.org>
614 Reviewed by Darin Adler.
616 Add guideline for constructors doing implicit type conversion to coding style.
617 https://bugs.webkit.org/show_bug.cgi?id=47646
619 * coding/coding-style.html:
621 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
623 Reviewed by Simon Fraser.
625 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
626 https://bugs.webkit.org/show_bug.cgi?id=47013
628 * nav.inc: Removed the space from the web inspector wiki link.
630 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
632 Unreviewed HTML syntax fix for my recent change in the coding-style.
634 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
636 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
638 Reviewed by Darin Adler.
640 check-webkit-style and the coding style guidelines page are inconsistent
641 https://bugs.webkit.org/show_bug.cgi?id=46099
643 * coding/coding-style.html:
644 Making clear that includes of system headers must come after includes of other headers.
646 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
648 Reviewed by Adam Barth.
650 Adding a timeline screenshot for blocking and defer scripts
651 https://bugs.webkit.org/show_bug.cgi?id=45933
653 * blog-files/timeline-blocking-script.png: Added.
654 * blog-files/timeline-defer-script.png: Added.
656 2010-09-14 Jessie Berlin <jberlin@apple.com>
658 Reviewed by Adam Roben.
660 Exceptions are getting ignored on 64-bit Windows in the Web Process.
661 https://bugs.webkit.org/show_bug.cgi?id=45779
663 * building/tools.html:
664 Add instructions about how to optionally get hotfix 976038.
666 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
668 Reviewed by Adam Barth.
670 https://bugs.webkit.org/show_bug.cgi?id=43982
671 This js file seems to be a popular script for detecting mobile WebKit but
672 it has a flaw that makes it fail on Android and BlackBerry.
674 The issue is that it looks for "Mobile/" but Android and BlackBerry
675 use "Mobile" with no numbering after it.
676 Changed RegExp pattern " Mobile/" to " Mobile\\b".
678 * misc/WebKitDetect.js:
679 (WebKitDetect.isMobile):
681 2010-08-27 Darin Adler <darin@apple.com>
683 * coding/RefPtr.html: Minor revision, improve clarity and mention some
686 2010-08-26 Daniel Bates <dbates@rim.com>
688 Reviewed by Dumitru Daniliuc.
690 Fix misspelled words on WebKit.org contact.html,
691 demos/index.html, and quality/leakhunting.html
692 https://bugs.webkit.org/show_bug.cgi?id=44747
694 Fix some misspelled words on the WebKit.org site.
696 * contact.html: Change "bugreports" [sic] to "bug reports".
697 * demos/index.html: Change "testcase" [sic] to "test case".
698 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
700 2010-08-23 David Kilzer <ddkilzer@apple.com>
702 Clean up some HTML typos in crashlogs.html
704 Rubber-stamped by Maciej Stachowiak.
706 * quality/crashlogs.html: Fixed "</code>>" typos added in
707 r56300. Changed "<tt>" tag with style attribute to "<code>"
708 that was missed in r56300.
710 2010-08-17 Beth Dakin <bdakin@apple.com>
712 Rubber-stamped by Adele.
714 Adding a MathML Demo and screenshot.
716 * blog-files/riemann-screenshot.png: Added.
717 * demos/mathml: Added.
718 * demos/mathml/MathMLDemo.xhtml: Added.
720 2010-08-17 Adam Roben <aroben@apple.com>
722 Instruct developers to (optionally) install Debugging Tools for
725 These tools are used by some of our scripts, so are useful for
726 developers to have installed.
728 Fixes <http://webkit.org/b/44128> webkit.org building instructions
729 should recommend installing Debugging Tools for Windows
731 Reviewed by Sam Weinig.
733 * building/tools.html:
735 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
737 Reviewed by Nikolas Zimmermann.
739 Update SVG implementation status.
741 * projects/svg/status.xml:
743 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
745 Reviewed by Darin Adler.
747 Add a diagram explaining how a DOM element is attached to the site.
748 https://bugs.webkit.org/show_bug.cgi?id=42763
750 * coding/dom-element-attach.html: Added.
751 * coding/images/dom-element-attach-large.png: Added.
752 * coding/images/dom-element-attach-small.png: Added.
753 * coding/images/dom-element-attach.graffle: Added.
754 * coding/technical-articles.html: Added a link to the page with the diragram.
756 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
758 Reviewed by Darin Adler.
760 Improve assertion macro documentation.
762 https://bugs.webkit.org/show_bug.cgi?id=40565
764 * coding/assertion-guidelines.html:
766 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
768 Reviewed by Geoffrey Garen.
770 Add an index of technical articles to the WebKit site. This makes the
771 links to the RefPtr and Assertion documentation discoverable and
772 provides an easy way to find some useful blog posts.
774 https://bugs.webkit.org/show_bug.cgi?id=40561
776 * coding/technical-articles.html: Added.
777 * nav.inc: Add link to technical articles.
779 2010-06-15 Adam Roben <aroben@apple.com>
781 Remove some unnecessary steps for setting up the debugger on Windows
783 Apparently update-webkit does this for you now.
785 Rubber-stamped by Steve Falkenburg.
787 * building/debug.html: Removed the first two Windows steps, which are
788 now unnecessary, and updated the third to reflect reality.
790 2010-06-14 Adam Roben <aroben@apple.com>
792 Improve instructions for debugging on Windows
794 Fixes <http://webkit.org/b/40585>.
796 Reviewed by Steve Falkenburg.
798 * building/debug.html: Improved the Windows instructions. We now
799 instruct users to set things up so that hitting F5 from WebKit.sln
800 will launch Safari with the WEBKITNIGHTLY environment variable
801 pointing to the location of the built WebKit.dll.
803 * building/console_vs2005.jpg: Removed.
804 * building/debug_vs2005.jpg: Removed.
806 * building/launch-debugger-vs2005.png: Added.
807 * building/set-as-startup-project-vs2005.png: Added.
808 * building/set-debugging-properties-vs2005.png: Added.
810 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
812 Reviewed by Darin Adler.
814 Add documentation on the various assertion macros in WebKit.
816 https://bugs.webkit.org/show_bug.cgi?id=39950
818 * coding/assertion-guidelines.html: Added.
820 2010-05-29 Sterling Swigart <sswigart@google.com>
822 Reviewed by David Levin.
824 Adding tests to canvas.html performance test
825 https://bugs.webkit.org/show_bug.cgi?id=39883
827 * demos/canvas-perf/canvas.html:
833 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
835 Reviewed by Darin Adler.
837 Update the style guide re: static member variables and structs
838 https://bugs.webkit.org/show_bug.cgi?id=39663
840 Per Darin Adler's proposal on webkit-dev.
842 All static member variables should be prefixed with s_.
843 m_ should not be used for public data members in structs.
844 Only structs should have public data members.
846 * coding/coding-style.html:
848 2010-05-24 David Levin <levin@chromium.org>
850 Reviewed by Maciej Stachowiak.
852 Improve canvas perf test accuracy.
853 https://bugs.webkit.org/show_bug.cgi?id=39635
855 * demos/canvas-perf/canvas.html:
856 1. Change the various tests to get the image data for the result
857 to help ensure that the operation has completed by the time,
858 and subtract out the time needed to do this.
859 2. Made the test more flexible about number of repetitions and
861 3. Make the tests run separately and have a pause between them
862 to allow for garbage collection so that results are more
864 4. Added a standard logging function and shouldBe asserts to
865 verify that the correct scaling operations were happening.
867 2010-05-20 Daniel Bates <dbates@rim.com>
869 Rubber-stamped by Simon Fraser.
871 Spelling correction; change "acces" [sic] to "access".
873 * quality/lifecycle.html:
875 2010-05-14 Eric Seidel <eric@webkit.org>
877 Reviewed by Maciej Stachowiak.
879 Update tools.html to mention that Tiger users require a newer Python
880 https://bugs.webkit.org/show_bug.cgi?id=38822
882 Also updated the instructions that only Tiger users need
883 to install a subversion client. Newer OSes already have
884 subversion included in the install.
886 * building/tools.html:
888 2010-05-08 Dirk Schulze <krit@webkit.org>
890 Reviewed by Nikolas Zimmermann.
892 SVGFont's VKern implementation missing
893 https://bugs.webkit.org/show_bug.cgi?id=38663
895 * projects/svg/status.xml:
897 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
899 Reviewed by Adam Barth.
901 Commit and Review policy should encourage unofficial reviews
902 https://bugs.webkit.org/show_bug.cgi?id=38517
904 * coding/commit-review-policy.html:
906 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
908 Reviewed by Darin Adler.
910 Fix the sticky-notes demo.
911 https://bugs.webkit.org/show_bug.cgi?id=38550
913 1. Exceptions thrown by openDatabase() should be treated as
915 2. Do not allow users to create new notes when openDatabase()
918 * demos/sticky-notes/index.html:
920 2010-05-02 Dirk Schulze <krit@webkit.org>
922 Reviewed by Nikolas Zimmermann.
924 SVG hkern implementation incomplete
925 https://bugs.webkit.org/show_bug.cgi?id=38407
927 We support hkern now. Mention this in the SVG status page.
929 * projects/svg/status.xml:
931 2010-04-29 Dean Jackson <dino@apple.com>
933 Unreviewed. Make a note that we are no longer proposing
934 the evaluateMediaQuery method. Instead, we are following
935 the standard matchMedium method from CSS 3 View.
937 * specs/MediaQueriesExtensions.html:
939 2010-04-18 Adam Barth <abarth@webkit.org>
941 Unreviewed. Update a label of the diagram to better match the
942 description in the text of the blog post.
944 * blog-files/loader-diagram.svg:
946 2010-04-17 Adam Barth <abarth@webkit.org>
948 Unreviewed. Added loader diagram for upcoming blog post.
950 * blog-files/loader-diagram.svg: Added.
952 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
954 Reviewed by Eric Seidel.
956 Minor Updates and Cleanup to the Contributing Page
957 https://bugs.webkit.org/show_bug.cgi?id=37415
959 * coding/contributing.html:
961 2010-04-07 Maciej Stachowiak <mjs@apple.com>
965 Random demo to look cool on twitter.
967 * misc/gradient-input.html: Added.
969 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
973 Adding images for inspector blog post. Previewed by Timothy Hatcher.
975 * blog-files/inspector/audits_launcher.png: Added.
976 * blog-files/inspector/audits_panel.png: Added.
977 * blog-files/inspector/console_panel.png: Added.
978 * blog-files/inspector/context_menu.png: Added.
979 * blog-files/inspector/css_highlighted_line.png: Added.
980 * blog-files/inspector/css_line_number_snippet.png: Added.
981 * blog-files/inspector/css_line_numbers.png: Added.
982 * blog-files/inspector/deactivate_breakpoints.png: Added.
983 * blog-files/inspector/evaluate_on_hover.png: Added.
984 * blog-files/inspector/evaluate_on_hover_2.png: Added.
985 * blog-files/inspector/inherited_styles.png: Added.
986 * blog-files/inspector/large_dom.png: Added.
987 * blog-files/inspector/large_resources.png: Added.
988 * blog-files/inspector/pseudo_elements.png: Added.
989 * blog-files/inspector/redirect_headers.png: Added.
990 * blog-files/inspector/redirect_headers_full.png: Added.
991 * blog-files/inspector/redirects.png: Added.
992 * blog-files/inspector/redirects_full.png: Added.
993 * blog-files/inspector/timeline_overview.png: Added.
994 * blog-files/inspector/timeline_panel.png: Added.
995 * blog-files/inspector/timeline_record_details.png: Added.
997 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
999 Reviewed by David Levin.
1001 Asking Questions Page Grammar Fixes
1002 https://bugs.webkit.org/show_bug.cgi?id=36608
1004 * asking_questions.html:
1006 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1008 Reviewed by Timothy Hatcher.
1010 New Asking Questions Page is not Valid HTML5
1011 https://bugs.webkit.org/show_bug.cgi?id=36605
1013 * asking_questions.html: fixed issues raised by the validator.
1015 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1017 Reviewed by David Levin.
1019 Add a page on how to ask questions
1020 https://bugs.webkit.org/show_bug.cgi?id=35223
1022 * asking_questions.html: Added.
1023 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1024 to get help effectively
1025 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1027 * contact.html: Tweaked the wording to make it more clear what the
1028 mailing list are used for. Also changed the formatting to better
1029 underline the different mailing lists.
1031 2010-03-24 Sam Weinig <sam@webkit.org>
1033 Rubber-stamped by Anders Carlsson..
1035 Update Security Group Members list.
1037 * security/security-group-members.html:
1039 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1043 Add another example.
1045 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1047 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1051 Add example of accessible ASCII art for HTML WG.
1053 * demos/accessible-ascii-art: Added.
1054 * demos/accessible-ascii-art/butterfly.html: Added.
1056 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1058 Reviewed by Mark Rowe.
1060 WebKit blog should be valid HTML5
1061 https://bugs.webkit.org/show_bug.cgi?id=36410
1063 * blog/wp-content/themes/webkit/comments-popup.php:
1064 * blog/wp-content/themes/webkit/footer.php:
1065 * blog/wp-content/themes/webkit/header.php:
1067 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1069 Reviewed by Mark Rowe.
1071 Fix a bunch of HTML5 validation errors on various pages.
1072 https://bugs.webkit.org/show_bug.cgi?id=36409
1074 * building/build.html:
1075 * building/checkout.html:
1076 * building/debug.html:
1077 * building/run.html:
1078 * building/tools.html:
1079 * coding/coding-style.html:
1080 * coding/contributing.html:
1081 * coding/major-objects.html:
1086 * projects/compat/index.html:
1087 * projects/css/index.html:
1088 * projects/documentation/index.html:
1089 * projects/goals.html:
1090 * projects/index.html:
1091 * projects/mathml/index.html:
1092 * quality/bugpriorities.html:
1093 * quality/bugwriting.html:
1094 * quality/crashlogs.html:
1095 * quality/lifecycle.html:
1096 * quality/testing.html:
1097 * quality/testwriting.html:
1099 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1101 Reviewed by Mark Rowe.
1103 webkit.org should use the HTML5 doctype
1104 https://bugs.webkit.org/show_bug.cgi?id=36407
1107 * misc/drosera/index.html:
1108 * perf/slickspeed/system/index.php:
1109 * perf/slickspeed/system/template.php:
1112 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1114 Reviewed by Mark Rowe.
1116 http://webkit.org/ has an HTML5 validation error
1117 https://bugs.webkit.org/show_bug.cgi?id=36406
1121 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1123 Tweak canvas perf demo.
1125 * demos/canvas-perf/canvas.html:
1127 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1129 Added canvas perf demo for whatwg.
1131 * demos/canvas-perf: Added.
1132 * demos/canvas-perf/canvas.html: Added.
1133 * demos/canvas-perf/kraken.jpg: Added.
1135 2010-03-09 Adam Roben <aroben@apple.com>
1137 Add a link to the Contributors Meeting registration form in the
1140 Rubber-stamped in advance by Adele Peterson.
1142 * nav.inc: Added a link underneath "Trac".
1144 2010-02-26 Sam Weinig <sam@webkit.org>
1146 Rubber-stamped by Adele Peterson.
1148 Update Security Group Members list.
1150 * security/security-group-members.html:
1152 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1154 Reviewed by Eric Seidel and Adam Roben.
1156 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1157 https://bugs.webkit.org/show_bug.cgi?id=35098
1159 * building/debug.html:
1160 Add instructions on how to build and run WebKit from within Visual Studio.
1162 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1164 Rubber stamped by Adam Barth.
1166 Add sunspider-0.9.1 to the site in preparation for announcing it.
1167 https://bugs.webkit.org/show_bug.cgi?id=35206
1169 * perf/sunspider-0.9.1: Added.
1170 * perf/sunspider-0.9.1/json2.js: Added.
1171 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1172 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1173 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1174 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1175 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1176 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1177 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1178 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1179 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1180 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1181 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1182 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1183 * perf/sunspider-0.9.1/sunspider.css: Added.
1184 * perf/sunspider-0.9.1/sunspider.html: Added.
1185 * perf/sunspider-0.9.1/versions.html: Added.
1187 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1189 Not reviewed - demo.
1191 Made some examples of using <details> for table descriptions.
1193 * demos/hover-summary: Added.
1194 * demos/hover-summary/details.css: Added.
1195 * demos/hover-summary/details.js: Added.
1196 (summaryClickListener):
1199 * demos/hover-summary/example1.html: Added.
1200 * demos/hover-summary/example2.html: Added.
1201 * demos/hover-summary/horizontal-triangle.png: Added.
1202 * demos/hover-summary/vertical-triangle.png: Added.
1204 2010-02-02 Jens Alfke <snej@chromium.org>
1206 Reviewed by David Levin.
1208 Clarified coding guidelines on wiki to allow indentation of
1209 _nested_ namespaces.
1210 https://bugs.webkit.org/show_bug.cgi?id=32137
1212 * coding/coding-style.html:
1214 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1216 Reviewed by David Kilzer.
1218 Added to contributing code page a pointer to the preferred
1219 license text. Also added information about copyright lines.
1221 https://bugs.webkit.org/show_bug.cgi?id=34017
1223 * coding/contributing.html:
1225 - Added CSS class for books.
1227 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1229 Reviewed by David Levin.
1231 Added screenshots and clearer instructions on how to submit
1234 https://bugs.webkit.org/show_bug.cgi?id=32542
1236 Also added that a bug report should be selected or created
1237 prior to submitting a patch.
1239 * coding/contributing.html:
1240 * coding/images: Added.
1241 * coding/images/contribute_add_attachment.png: Added.
1242 * coding/images/contribute_mark_review.png: Added.
1244 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1246 Not reviewed; updated for truth (and readability).
1248 Fixed some wrong listings and reorganized this page.
1250 * security/security-group-members.html:
1252 2010-01-06 Dirk Schulze <krit@webkit.org>
1254 Reviewed by Nikolas Zimmermann.
1257 https://bugs.webkit.org/show_bug.cgi?id=31905
1259 Update SVG status page. We support feDisplacementMap and feImage now.
1261 * projects/svg/status.xml:
1263 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1265 Reviewed by Darin Adler.
1267 Removed outdated contact information from bug life cycle page.
1269 https://bugs.webkit.org/show_bug.cgi?id=32494
1271 * quality/lifecycle.html:
1273 2009-12-13 Dan Bernstein <mitz@apple.com>
1275 Reviewed by Sam Weinig.
1277 Add a style guideline concerning floating point literals
1278 https://bugs.webkit.org/show_bug.cgi?id=32497
1280 * coding/coding-style.html:
1282 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1284 Reviewed by Adam Roben.
1286 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1287 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1288 in Windows as part of running update_webkit.
1290 * building/build.html:
1291 - removed the reference to forgetting to set environment variables as a common source of errors
1292 on Windows. This is because this patch would make it unnecessary for the user to set these
1295 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1297 Reviewed by Darin Adler.
1299 Added the "using std::foo" rule to the coding style guidelines.
1301 https://bugs.webkit.org/show_bug.cgi?id=32301
1303 Added to the coding style guidelines the "using std::foo" rule
1304 checked by the check-webkit-style script. Also clarified the
1305 "using" statement guidelines that apply to implementation files.
1307 * coding/coding-style.html:
1309 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1311 Reviewed by Darin Adler.
1313 Refactored web site documentation so that advice to add
1314 WebKitTools/Scripts to your shell path does not appear
1317 https://bugs.webkit.org/show_bug.cgi?id=32112
1319 * building/build.html:
1320 * building/checkout.html:
1321 * building/run.html:
1322 * coding/coding-style.html:
1323 * coding/contributing.html:
1324 * coding/scripts.html: Added.
1325 * quality/testing.html:
1327 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1329 Reviewed by Eric Seidel.
1331 Add reference to the GTK and QT build wiki pages
1333 https://bugs.webkit.org/show_bug.cgi?id=32088
1335 * building/tools.html:
1338 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
1340 Reviewed by Darin Adler.
1342 Added clarifications to the web site regarding coding style and
1345 https://bugs.webkit.org/show_bug.cgi?id=31618
1347 Changes include the following:
1349 - Expanded the style guidelines regarding "using" statements.
1350 - Made the style guidelines page validate as HTML.
1351 - Added that legacy WebKit components should not be cleaned up.
1352 - Added that it is more acceptable to update style when already
1355 * coding/coding-style.html:
1356 * coding/contributing.html:
1357 * projects/cleanup/index.html:
1359 2009-11-18 Eric Seidel <eric@webkit.org>
1361 Reviewed by David Levin.
1363 Make 80 patches a formal requirement for reviewership
1364 https://bugs.webkit.org/show_bug.cgi?id=31313
1365 Per discussion on the webkit-reviewers list:
1366 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
1368 * coding/commit-review-policy.html:
1370 2009-11-18 Daniel Bates <dbates@webkit.org>
1372 Reviewed by Eric Seidel.
1374 https://bugs.webkit.org/show_bug.cgi?id=31610
1376 Adds property "min-width" to #title so that the width of the title
1377 element on each page is at least 790px. In particular, this makes
1378 the page <http://webkit.org/security/security-group-members.html>
1379 consistent, in appearance, to the rest of the site.
1383 2009-11-16 Sam Weinig <sam@webkit.org>
1385 Reviewed by Anders Carlsson.
1387 Update Security Group Members list.
1389 * security/security-group-members.html:
1391 2009-11-16 Sam Weinig <sam@webkit.org>
1393 Reviewed by Adele Peterson.
1395 Update Security Group Members list.
1397 * security/security-group-members.html:
1399 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
1401 Reviewed by Darin Adler.
1403 Added to the WebKit Coding Style Guidelines not to use
1404 "using namespace" statements in header files.
1406 * coding/coding-style.html:
1408 2009-11-10 Oliver Hunt <oliver@apple.com>
1410 Reviewed by Maciej Stachowiak.
1412 Fix WebGL demos to work with renamed WebGL primitives
1414 * blog-files/webgl/Earth.html:
1415 * blog-files/webgl/ManyPlanetsDeep.html:
1416 * blog-files/webgl/SpinningBox.html:
1417 * blog-files/webgl/SpiritBox.html:
1418 * blog-files/webgl/TeapotPerPixel.html:
1419 * blog-files/webgl/TeapotPerVertex.html:
1420 * blog-files/webgl/WebGL+CSS.html:
1421 * blog-files/webgl/resources/CanvasMatrix.js:
1422 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
1423 * blog-files/webgl/resources/utils3d.js:
1428 2009-11-06 Dirk Schulze <krit@webkit.org>
1430 Rubber stamped by Eric Seidel.
1432 Update SVG status page. We support feMorphology now.
1433 Set lightning filters to unimplemented.
1435 * projects/svg/status.xml:
1437 2009-11-06 Jeff Schiller <codedread@gmail.com>
1439 Reviewed by Darin Adler.
1441 SVG Status page update
1442 https://bugs.webkit.org/show_bug.cgi?id=31179
1444 * projects/svg/status.xml:
1446 2009-11-03 Darin Adler <darin@apple.com>
1448 Set the MIME type for all PNG files in this directory.
1450 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
1451 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
1452 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
1453 * blog-files/acid3-100.png: Modified property svn:mime-type.
1454 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
1455 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
1456 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
1457 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
1458 * blog-files/acid3-timing.png: Modified property svn:mime-type.
1459 * blog-files/bounce.png: Added property svn:mime-type.
1460 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
1461 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
1462 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
1463 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
1464 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
1465 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
1466 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
1467 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
1468 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
1469 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
1470 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
1471 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
1472 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
1473 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
1474 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
1475 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
1476 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
1477 * blog-files/inspector/colors.png: Added property svn:mime-type.
1478 * blog-files/inspector/cookies.png: Added property svn:mime-type.
1479 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
1480 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
1481 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
1482 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
1483 * blog-files/inspector/enable.png: Added property svn:mime-type.
1484 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
1485 * blog-files/inspector/form_data.png: Added property svn:mime-type.
1486 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
1487 * blog-files/inspector/inorder.png: Added property svn:mime-type.
1488 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
1489 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
1490 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
1491 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
1492 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
1493 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
1494 * blog-files/kate-circle.png: Modified property svn:mime-type.
1495 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
1496 * blog-files/kate-gradient.png: Modified property svn:mime-type.
1497 * blog-files/kate-reflected.png: Modified property svn:mime-type.
1498 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
1499 * blog-files/kate.png: Modified property svn:mime-type.
1500 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1501 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1502 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1503 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1504 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1505 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1506 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1507 * blog-files/pulse.png: Added property svn:mime-type.
1508 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1509 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1510 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1511 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1512 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1513 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1514 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1515 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1516 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1517 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1518 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1519 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1520 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1521 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1522 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1523 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1524 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1525 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1526 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1527 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1528 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1529 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1530 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1531 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1532 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1533 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1534 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1535 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1536 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1537 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1538 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1539 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1540 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1541 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1542 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1543 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1544 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1545 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1546 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1547 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1548 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1549 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1550 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1551 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1552 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1553 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1554 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1555 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1556 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1557 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1558 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1559 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1560 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1561 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1562 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1563 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1564 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1565 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1566 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1567 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1568 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1569 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1570 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1571 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1572 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1573 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1574 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1575 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1576 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1577 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1578 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1579 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1580 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1581 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1582 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1583 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1584 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1585 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1586 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1587 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1588 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1589 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1590 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1591 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1592 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1593 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1594 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1595 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1596 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1597 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1598 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1599 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1600 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1601 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1602 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1603 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1604 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1605 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1606 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1607 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1608 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1609 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1610 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1611 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1612 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1613 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1614 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1615 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1616 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1617 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1618 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1619 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1620 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1621 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1622 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1623 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1624 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1625 * images/DroseraPic.png: Modified property svn:mime-type.
1626 * misc/drosera/drosera.png: Modified property svn:mime-type.
1627 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1629 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1631 Reviewed by Timothy Hatcher.
1633 Adding images for an upcoming blog post.
1635 * blog-files/inspector/breakpoints.png: Added.
1636 * blog-files/inspector/colors.png: Added.
1637 * blog-files/inspector/cookies.png: Added.
1638 * blog-files/inspector/css_selectors.png: Added.
1639 * blog-files/inspector/css_syntax_highlight.png: Added.
1640 * blog-files/inspector/dom_storage.png: Added.
1641 * blog-files/inspector/edit_attributes.png: Added.
1642 * blog-files/inspector/enable.png: Added.
1643 * blog-files/inspector/event_listeners.png: Added.
1644 * blog-files/inspector/form_data.png: Added.
1645 * blog-files/inspector/inline_highlight.png: Added.
1646 * blog-files/inspector/inorder.png: Added.
1647 * blog-files/inspector/inspect_inspector.png: Added.
1648 * blog-files/inspector/inspect_inspector_small.png: Added.
1649 * blog-files/inspector/load_lines.png: Added.
1650 * blog-files/inspector/nodelist.png: Added.
1651 * blog-files/inspector/scope_bar.png: Added.
1652 * blog-files/inspector/watched_expression.png: Added.
1654 2009-10-26 Dan Bernstein <mitz@apple.com>
1656 Reviewed by Adele Peterson.
1660 * coding/bsd-license.html: Updated to the latest version.
1662 2009-10-22 Mark Rowe <mrowe@apple.com>
1664 Update to WordPress 2.8.5.
1668 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1670 Reviewed by Eric Seidel.
1672 Replace boolean operator indentation example with an if statement.
1674 https://bugs.webkit.org/show_bug.cgi?id=30538
1676 * coding/coding-style.html: Replace boolean indenting example to use "if"
1678 2009-10-16 Darin Adler <darin@apple.com>
1680 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1681 wording a bit in few places.
1683 2009-10-14 Evan Martin <evan@chromium.org>
1685 Reviewed by Darin Adler.
1687 Document what state the build tree is expected to be in after a patch.
1689 * coding/contributing.html:
1691 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1693 Reviewed by Eric Seidel.
1695 Change <a name> to id="" to fix styling problems
1696 https://bugs.webkit.org/show_bug.cgi?id=30283
1698 This prevents the headings from being styled like links.
1700 * coding/contributing.html:
1702 2009-10-08 Alex Milowski <alex@milowski.com>
1704 Reviewed by Darin Adler.
1706 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1708 * projects/layout/index.html:
1710 2009-10-07 Sam Weinig <sam@webkit.org>
1712 Reviewed by Dan Bernstein.
1714 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1715 Change style guidelines for indentation in header files
1717 * coding/coding-style.html: Don't indent in a namespace in a header file.
1719 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1721 Reviewed by Mark Rowe.
1723 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1725 * building/tools.html:
1727 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1729 Reviewed by Adam Barth.
1731 Diagram needs to be linked from the home page
1732 https://bugs.webkit.org/show_bug.cgi?id=30142
1734 http://webkit.org/coding/major-objects.html was never linked from the home
1739 2009-09-28 Alex Milowski <alex@milowski.com>
1741 <http://webkit.org/b/29098> Update to MathML project webpage
1743 Reviewed by David Kilzer.
1745 Updated MathML project page and added link to Wiki page.
1747 * projects/mathml/index.html:
1749 2009-09-21 Brady Eidson <beidson@apple.com>
1751 Reviewed by Darin Adler.
1753 Add coding style guidelines for 'using namespace.'
1754 https://bugs.webkit.org/show_bug.cgi?id=29499
1756 * coding/coding-style.html:
1758 2009-09-21 Brady Eidson <beidson@apple.com>
1760 Rubberstamped by Sam Weinig.
1762 Add some example files for an upcoming blog post.
1764 * blog-files/load-unload-example.html: Added.
1765 * blog-files/pageshow-pagehide-example.html: Added.
1767 2009-09-17 Eric Seidel <eric@webkit.org>
1769 Reviewed by Darin Adler.
1771 Update contributing.html to mention recently added tools.
1772 https://bugs.webkit.org/show_bug.cgi?id=29318
1774 Update our contributing instructions to mention
1775 the new tools (check-webkit-style and commit-queue)
1776 recently added to make contributions easier.
1778 * coding/contributing.html:
1779 - Mention check-webkit-style as an optional helper tool.
1780 - Mention checking the 'patch' checkbox.
1781 - Mention the commit-queue as an optional helper tool.
1782 - Remove "or in email" since patch reviews are all done via bugzilla.
1783 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1784 - Mention commit-queue as an optional help in getting your patch landed.
1785 - Give an overview of the commit-queue process and link to the Commit Queue docs.
1787 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1789 Reviewed by Mark Rowe.
1791 Add instructions to bug reporting guidlines on how and when
1792 to apply port-specific keywords.
1794 * quality/bugwriting.html:
1796 2009-09-08 Sam Weinig <sam@webkit.org>
1798 Reviewed by Adele Peterson.
1800 Update Security Group Members list.
1802 * security/security-group-members.html:
1804 2009-09-06 Cameron McCormack <cam@mcc.id.au>
1806 Reviewed by Eric Seidel.
1808 Drop <definition-src> support
1809 https://bugs.webkit.org/show_bug.cgi?id=28991
1811 When SVG 1.1 Second Edition is a Recommendation we can remove the
1814 * projects/svg/status.xml: Update page to state that <definition-src>
1817 2009-08-26 Mark Rowe <mrowe@apple.com>
1819 Upgrade WordPress to the latest version.
1821 * blog/wp-includes/version.php:
1822 * blog/wp-login.php:
1824 2009-08-20 Adam Barth <abarth@webkit.org>
1826 Reviewed by Eric Seidel.
1828 major-objects.html should show direct Frame <-> Document pointers
1829 https://bugs.webkit.org/show_bug.cgi?id=28479
1831 * coding/major-objects.html: Added pointers to diagram.
1833 2009-08-18 Anton Muhin <antonm@chromium.org>
1835 Reviewed by Adam Barth.
1837 Mention handy --bug flag of prepare-ChangeLog script.
1838 https://bugs.webkit.org/show_bug.cgi?id=28425
1840 * coding/contributing.html: Add a reference for --bug flag
1842 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
1844 Reviewed by Adam Barth.
1846 Better explanation of "Null after navigation" in object diagram
1847 https://bugs.webkit.org/show_bug.cgi?id=28232
1849 * coding/major-objects.html:
1851 2009-08-11 Adam Barth <abarth@webkit.org>
1855 Remove a few characters from the ASCII art to make it fit better in the
1858 * coding/major-objects.html:
1860 2009-08-11 Adam Barth <abarth@webkit.org>
1862 Reviewed by Oliver Hunt.
1864 Document relation between major objects in WebCore
1865 https://bugs.webkit.org/show_bug.cgi?id=28210
1867 Added a diagram showing the relation between major objects.
1869 * coding/major-objects.html: Added.
1871 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
1873 Reviewed by Oliver Hunt.
1875 Fix webkit-jobs link
1879 2009-08-03 Mark Rowe <mrowe@apple.com>
1881 Update two WordPress plug-ins that we use.
1883 * blog/wp-content/plugins/akismet/akismet.php:
1884 * blog/wp-content/plugins/akismet/readme.txt:
1885 * blog/wp-content/plugins/commentcontrol.php:
1887 2009-08-03 Mark Rowe <mrowe@apple.com>
1889 Add some missing files and delete some obsolete files.
1893 2009-08-03 Mark Rowe <mrowe@apple.com>
1895 Update WordPress to the latest version.
1899 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
1901 Reviewed by Adam Treat.
1903 Mention the new webkit-help and webkit-jobs mailinglist. Change
1904 the description of webkit-dev to be more strict.
1908 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
1910 Reviewed by Adam Treat.
1912 Coding style - Clarify some cases with spacing
1913 https://bugs.webkit.org/show_bug.cgi?id=27499
1915 Add explicit rule about no space before comma or semicolon.
1917 * coding/coding-style.html:
1919 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1921 Fix the font to match the rest of the blog site.
1923 * blog-files/3d-transforms/image-flip.html:
1925 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1927 Move the image flip effect into an iframe to avoid the long
1928 blog page tripping a bug on Leopard.
1930 * blog-files/3d-transforms/image-flip.html: Added.
1932 2009-07-16 Simon Fraser <simon.fraser@apple.com>
1934 New demo files for an up-coming blog post.
1936 * blog-files/3d-transforms/mighty-cubes.png: Added.
1937 * blog-files/3d-transforms/morphing-cubes.html: Added.
1938 * blog-files/3d-transforms/perspective-by-example.html: Added.
1939 * blog-files/3d-transforms/poster-circle.html: Added.
1940 * blog-files/3d-transforms/poster-circle.png: Added.
1941 * blog-files/3d-transforms/transform-style.html: Added.
1943 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
1945 Reviewed by Sam Weinig.
1947 Side bar linking to "DOM Interfaces" returns 404
1948 https://bugs.webkit.org/show_bug.cgi?id=24000
1952 2009-07-09 Oliver Hunt <oliver@apple.com>
1954 Reviewed by Geoff Garen.
1956 JavaScript section of http://webkit.org is excessively out of date.
1958 This removes old todo entries (like adding an API, which we've had since Leopard),
1959 and adds an additional todo for a webkit-less Objective-C API.
1961 * projects/javascript/index.html:
1963 2009-07-03 Adam Barth <abarth@webkit.org>
1965 Reviewed by Sam Weinig.
1967 Adam and Collin's affiliation is incorrect
1968 https://bugs.webkit.org/show_bug.cgi?id=26954
1970 This change corrects their affiliation.
1972 * security/security-group-members.html:
1974 2009-06-24 Brady Eidson <beidson@apple.com>
1976 Reviewed by Mark Rowe
1978 * demos/index.html: Fix more typos etc.
1980 2009-06-17 Sam Weinig <sam@webkit.org>
1982 Reviewed by Mark Rowe.
1984 * security/index.html: Fix some typos.
1986 2009-06-17 Sam Weinig <sam@webkit.org>
1988 Reviewed by Mark Rowe.
1990 Move security policy to security/index.html so that
1991 webkit.org/security/ works.
1994 * security/index.html: Copied from security/security-policy.html.
1995 * security/security-policy.html: Removed.
1997 2009-06-13 Sam Weinig <sam@webkit.org>
1999 Reviewed by Timothy Hatcher.
2001 Add WebKit Security Policy and member list of the WebKit Security Group.
2005 * security/security-group-members.html: Added.
2006 * security/security-policy.html: Added.
2008 2009-06-12 Brady Eidson <beidson@apple.com>
2010 Reviewed by Oliver Hunt
2012 Add a page indexing the various demo applications we have posted.
2014 * demos/index.html: Added.
2015 * nav.inc: Add a link to the demos page on the side bar
2016 * css/main.css: Add a style for date stamps based on the blog.
2018 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2019 index.html as the Calendar.html url has already been published and we should keep it working.
2021 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2022 * demos/drosera: Removed.
2023 * demos/drosera/demo.js: Removed.
2024 * demos/drosera/drosera.png: Removed.
2025 * demos/drosera/index.html: Removed.
2026 * misc/drosera: Copied from demos/drosera.
2028 Move the sticky notes example into /demos:
2029 * demos/sticky-notes: Added.
2030 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2031 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2032 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2033 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2034 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2035 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2036 * misc/DatabaseExample.manifest: Removed.
2037 * misc/deleteButton.png: Removed.
2038 * misc/deleteButtonPressed.png: Removed.
2040 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2042 Reviewed by Eric Seidel.
2044 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2045 Update a few items in the testing language to:
2046 (1) Reflect results are now generated with Leopard (not Tiger)
2047 (2) Explain how to generate pixel-level layout tests.
2049 * quality/testing.html:
2050 * quality/testwriting.html:
2052 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2054 Bug 26188: Clarify some of the cases in the coding style guide
2056 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2058 Reviewed and tweaked by David Kilzer.
2060 Changed the coding style document to clarify some cases of ambiguity.
2062 * coding/coding-style.html:
2064 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2066 Not reviewed, demo content.
2068 - Add doctype to Calendar demo.
2070 * demos/calendar/Calendar.html:
2072 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2074 Not reviewed, demo content.
2076 - add Calendar demo.
2078 * demos/calendar: Added.
2079 * demos/calendar/Boom.aiff: Added.
2080 * demos/calendar/Calendar.css: Added.
2081 * demos/calendar/Calendar.html: Added.
2082 * demos/calendar/Calendar.js: Added.
2083 * demos/calendar/Calendar.manifest: Added.
2084 * demos/calendar/CalendarApp.icns: Added.
2085 * demos/calendar/Images: Added.
2086 * demos/calendar/Images/AirPort4.png: Added.
2087 * demos/calendar/Images/AirPortError.png: Added.
2088 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2089 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2090 * demos/calendar/Images/statusbarBackground.png: Added.
2091 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2092 * demos/calendar/LocationImage.js: Added.
2093 * demos/calendar/Utilities.js: Added.
2094 * demos/calendar/favicon.ico: Added.
2095 * demos/calendar/mime.types: Added.
2097 2009-05-20 Mark Rowe <mrowe@apple.com>
2099 Rubber-stamped by Eric Seidel.
2101 Prevent search engines from getting creative in their descriptions of webkit.org content.
2103 * blog/wp-content/themes/webkit/header.php:
2106 2009-05-06 Eric Seidel <eric@webkit.org>
2108 Reviewed by Maciej Stachowiak.
2110 Update Contributing instructions after feedback from Julie Parent.
2111 https://bugs.webkit.org/show_bug.cgi?id=25611
2113 * coding/contributing.html: Add a few more comments on ChangeLogs
2115 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2117 Reviewed by Steve Falkenburg
2119 Fix the link for setting the Platform SDK paths in the Windows instructions.
2121 * building/build.html:
2123 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2125 Reviewed by Darin Adler.
2127 https://bugs.webkit.org/show_bug.cgi?id=25186
2128 There is no XSLT component in bugzilla
2130 * projects/xslt/index.html: Changed to search by bug title.
2132 2009-02-20 David Kilzer <ddkilzer@apple.com>
2134 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2136 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2138 Reviewed by Alexey Proskuryakov.
2140 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2141 * perf/sunspider-0.9/3d-morph.html: Ditto.
2142 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2143 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2144 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2145 * perf/sunspider-0.9/access-nbody.html: Ditto.
2146 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2147 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2148 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2149 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2150 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2151 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2152 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2153 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2154 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2155 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2156 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2157 * perf/sunspider-0.9/math-cordic.html: Ditto.
2158 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2159 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2160 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2161 * perf/sunspider-0.9/string-base64.html: Ditto.
2162 * perf/sunspider-0.9/string-fasta.html: Ditto.
2163 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2164 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2165 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2166 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2167 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2168 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2170 2009-01-19 Adam Roben <aroben@apple.com>
2172 Add links to some recommended Visual Studio hotfixes
2174 Reviewed by Dave Hyatt.
2176 * building/tools.html:
2178 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2180 Reviewed by Adele Petersen.
2181 Landed by Pamela Greene.
2183 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2184 Remove links to no-longer-existing Drosera project.
2185 Also, clean up references to wiki in the nav.inc file.
2187 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2189 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2191 Reviewed by Darin Adler.
2192 Landed by Pamela Greene.
2194 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2195 Update website so that newbies are told they must set the
2196 WebKitOutputDir to get a valid build.
2198 * building/build.html: Add language (and link) indicating the
2199 importance of setting the WebKitOutputDir variable, as well
2200 as a link to instructions on how to do so.
2202 2008-12-19 Dean Jackson <dino@apple.com>
2204 Media queries that return <integer> but are really boolean
2205 are restricted to 0 and 1. This is in line with other
2208 * specs/MediaQueriesExtensions.html:
2210 2008-12-03 Dean Jackson <dino@apple.com>
2212 Added links to the WebKit and Mozilla bugs for pointer-events.
2214 * specs/PointerEventsProperty.html:
2216 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2218 Reviewed by Eric Seidel.
2220 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2221 https://bugs.webkit.org/show_bug.cgi?id=22468
2223 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2224 added an explanation about the implementation files.
2226 * coding/coding-style.html:
2228 2008-11-25 Dean Jackson <dino@apple.com>
2230 Add a new work-in-progress proposal for pointer-events in
2231 HTML content. Also note that the Media Queries extensions
2232 are not at all official.
2234 * specs/MediaQueriesExtensions.html:
2235 * specs/PointerEventsProperty.html: Added.
2238 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2240 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2242 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2244 Reviewed by David Kilzer.
2246 * projects/documentation/index.html: Added link to "Introduction to
2247 WebKit Objective-C Programming Guide".
2249 2008-11-24 Dean Jackson <dino@apple.com>
2251 Document the work-in-progress proposed extensions to
2252 CSS 3 Media Queries.
2254 * specs/MediaQueriesExtensions.html: Added.
2257 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2259 Reviewed by Sam Weinig and Antti Koivisto.
2261 Clarified the last coding style rule, which was a baffling in its
2264 (Now let's see if our code ever starts following this rule!)
2266 * coding/coding-style.html:
2268 2008-11-17 Brady Eidson <beidson@apple.com>
2270 Reviewed by Mark Rowe
2272 Clarify an edge case for acronym capitalization.
2274 * coding/coding-style.html:
2276 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2278 Update leaves animation sample.
2280 * blog-files/leaves/index.html:
2281 * blog-files/leaves/leaves.css:
2283 2008-11-11 Dean Jackson <dino@apple.com>
2285 Removed quotes in animation name value.
2287 * blog-files/pulse.html:
2289 2008-11-11 Dean Jackson <dino@apple.com>
2291 Added a smaller version of a screenshot.
2293 * blog-files/leaves-screenshot-small.jpg: Added.
2295 2008-11-11 Dean Jackson <dino@apple.com>
2297 Add a bunch of examples for CSS Animation blog draft.
2299 * blog-files/bounce.html: Added.
2300 * blog-files/bounce.png: Added.
2301 * blog-files/leaves-screenshot.jpg: Added.
2302 * blog-files/leaves/images/apple-touch-icon.png: Added.
2303 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2304 * blog-files/leaves/images/realLeaf1.png: Added.
2305 * blog-files/leaves/images/realLeaf2.png: Added.
2306 * blog-files/leaves/images/realLeaf3.png: Added.
2307 * blog-files/leaves/images/realLeaf4.png: Added.
2308 * blog-files/leaves/images/textBackground.png: Added.
2309 * blog-files/leaves/index.html: Added.
2310 * blog-files/leaves/leaves.css: Added.
2311 * blog-files/leaves/leaves.js: Added.
2312 * blog-files/pulse.html: Added.
2313 * blog-files/pulse.png: Added.
2315 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2317 Rubber-stamped by Mark Rowe.
2319 Update the link to Mac Subversion binaries.
2321 * building/tools.html:
2323 2008-10-27 Antti Koivisto <antti@apple.com>
2327 * blog-files/squirrelfish-link-animated.svg: Added.
2329 2008-10-27 Antti Koivisto <antti@apple.com>
2333 * blog-files/cubes-7.svg: Added.
2334 * blog-files/number-morph.svg: Added.
2336 2008-10-07 Darin Adler <darin@apple.com>
2338 * coding/RefPtr.html: Second draft.
2340 2008-10-04 Mark Rowe <mrowe@apple.com>
2342 Upgrade to WordPress 2.6.2.
2346 2008-09-26 Timothy Hatcher <timothy@apple.com>
2348 Add screenshots of searching in the Web Inspector.
2352 * blog-files/inspector-searching-elements.png: Added.
2353 * blog-files/inspector-searching-profiles.png: Added.
2355 2008-09-25 Maciej Stachowiak <mjs@apple.com>
2359 - add some screenshots.
2361 * blog-files/acid3-screenshot.png: Added.
2362 * blog-files/acid3-timing-screenshot.png: Added.
2364 2008-09-25 Darin Adler <darin@apple.com>
2366 * contact.html: Take a cut at making the role of webkitsdk-dev
2367 clearer, specifying that it's Mac OS X specific and hosted at
2370 2008-09-24 Timothy Hatcher <timothy@apple.com>
2372 Add new screenshots of the Web Inspector's Scope Variables pane.
2376 * blog-files/inspector-closure-scope.png: Added.
2377 * blog-files/inspector-event-scope.png: Added.
2378 * blog-files/inspector-with-scope.png: Added.
2380 2008-09-24 Timothy Hatcher <timothy@apple.com>
2382 Add another screenshot of the Web Inspector.
2386 * blog-files/inspector-disabling-properties.png: Added.
2388 2008-09-24 Timothy Hatcher <timothy@apple.com>
2390 Add new screenshots of the Web Inspector.
2394 * blog-files/inspector-console-autocomplete.png: Added.
2395 * blog-files/inspector-databases-panel-query-view.png: Added.
2396 * blog-files/inspector-databases-panel.png: Added.
2397 * blog-files/inspector-elements-panel.png: Added.
2398 * blog-files/inspector-numeric-style-stepping.gif: Added.
2399 * blog-files/inspector-profiles-panel.png: Added.
2400 * blog-files/inspector-resources-panel.png: Added.
2401 * blog-files/inspector-scripts-panel.png: Added.
2402 * blog-files/inspector-status-bar-with-errors.png: Added.
2403 * blog-files/inspector-toolbar.png: Added.
2405 2008-09-24 Timothy Hatcher <timothy@apple.com>
2409 * demos/drosera/demo.js: Add some console.profile() calls.
2411 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
2413 Reviewed by Darin Adler.
2415 * projects/performance/index.html: Remove dead link to the 24fun test.
2417 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2421 * blog-files/animation-demo.svg: Added.
2423 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2427 * blog-files/sfx-perf.png: Added.
2429 2008-08-25 Mark Rowe <mrowe@apple.com>
2431 Reviewed by Dan Bernstein.
2433 Modernize the bug reporting guidelines and make them a little less Mac-specific.
2435 * quality/bugwriting.html:
2437 2008-08-18 Mark Rowe <mrowe@apple.com>
2439 Upgrade to WordPress 2.6.1.
2443 2008-08-01 Adam Roben <aroben@apple.com>
2445 Add a link to the instructions to use Apple's Safari for Windows
2448 Reviewed by Eric Seidel.
2450 * building/debug.html:
2452 2008-07-28 Robert Blaut <webkit@blaut.biz>
2454 Reviewed by Mark Rowe.
2456 Fix for bug: Website provides no guidance on debugging
2457 <https://bugs.webkit.org/show_bug.cgi?id=3643>
2459 * building/debug.html: added info about Xcode Debugging Guide.
2461 2008-07-26 Mark Rowe <mrowe@apple.com>
2463 Rubber-stamped by Oliver Hunt.
2465 Update the Squirrelfish bytecode documentation.
2467 * specs/squirrelfish-bytecode.html:
2469 2008-07-26 Robert Blaut <webkit@blaut.biz>
2471 Reviewed by Eric Seidel.
2473 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
2474 Corrected validation errors in main.css file.
2478 2008-07-26 Robert Blaut <webkit@blaut.biz>
2480 Reviewed by Alexey Proskuryakov.
2482 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
2483 Added notes about unsupported Visual Studio versions.
2485 * building/tools.html:
2487 2008-07-26 Robert Blaut <webkit@blaut.biz>
2489 Reviewed by Eric Seidel.
2491 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
2492 Removed basic requirements for undetected version of WebKit.
2494 * quality/reporting.html:
2496 2008-07-26 Robert Blaut <webkit@blaut.biz>
2498 Reviewed by Adele Petersen.
2500 Fix for bug 7436: Truncated title on webkit DOM page.
2501 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2503 * projects/dom/index.html: Added basic project informations.
2505 2008-07-24 Adam Roben <aroben@apple.com>
2507 Remove some redundant text accidentally checked in
2509 * building/tools.html:
2511 2008-07-24 Adam Roben <aroben@apple.com>
2513 Fix a dead link to the Windows Platform SDK and related instructions
2515 Rubberstamped by Alexey Proskuryakov.
2517 * building/tools.html: Fixed a dead link.
2519 2008-07-21 Mark Rowe <mrowe@apple.com>
2521 Update Akismet plugin to 2.1.6.
2523 * blog/wp-content/plugins/akismet/akismet.php:
2525 2008-07-21 Mark Rowe <mrowe@apple.com>
2527 Update to WordPress 2.6.
2531 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2533 Fixed indentation of example code for C++ pointers/references!
2535 * coding/coding-style.html:
2537 2008-07-18 Robert Blaut <webkit@blaut.biz>
2539 Reviewed by David Kilzer.
2541 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2542 Added code style guidelines for multi-line boolean expressions
2544 * coding/coding-style.html:
2546 2008-07-02 Mark Rowe <mrowe@apple.com>
2548 Update a URL that was out of date.
2550 * building/checkout.html:
2552 2008-07-01 Mark Rowe <mrowe@apple.com>
2554 Update the path to the configuration file.
2556 * blog/wp-config.php:
2558 2008-06-27 Dan Bernstein <mitz@apple.com>
2560 Reviewed by Timothy Hatcher.
2562 * css/main.css: Reduced text shadow offsets.
2564 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2566 Not reviewed, web site fix.
2568 Remove blank lines in an attempt to fix feeds.
2570 * blog/wp-content/themes/webkit/index.php:
2571 * blog/wp-content/themes/webkit/links.php:
2573 2008-06-22 Aaron Digulla <digulla@hepe.com>
2575 Reviewed by Darin Adler.
2577 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2578 Bug 18993: Update of buttons in editing toolbar demo lags behind
2580 * demos/editingToolbar/FancyToolbar.js:
2581 * demos/editingToolbar/index.html:
2583 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2585 A handy reference image.
2587 * blog-files/acid3-timing.png: Added.
2589 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2593 - tweak newly added markup.
2595 * blog/wp-content/themes/webkit/header.php:
2597 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2599 Rubber stamped by Adele.
2601 - add short title and multisize icon
2603 * blog/wp-content/themes/webkit/header.php:
2604 * images/surfin-safari.icns: Added.
2606 2008-06-04 Dean Jackson <dino@apple.com>
2608 Put index pages into specs dirs to make it easier to
2611 * specs/index.html: Added.
2612 * specs/CSSVisualEffects/index.html: Added.
2614 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2616 Add a snapshot of the squirrelfish bytecode docs.
2618 * specs/squirrelfish-bytecode.html: Added.
2620 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2622 Transparent background!
2624 * blog-files/squirrelfish.png:
2626 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2630 * blog-files/squirrelfish-webkit-graph.png:
2632 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2634 Renamed this file quiet down the peanut gallery.
2636 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2637 * blog-files/webkit-graph.png: Removed.
2639 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2643 * blog-files/webkit-graph.png: Added.
2645 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2647 Moved the squirrelfish mascot to the right place.
2649 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2650 * images/squirrelfish.png: Removed.
2652 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2654 Uploaded the squirrelfish mascot.
2656 * images/squirrelfish.png: Added.
2658 2008-05-23 William Siegrist <wsiegrist@apple.com>
2660 Reviewed by Mark Rowe
2662 Rename duplicated "notice" id to "terms".
2667 2008-05-16 Anders Carlsson <andersca@apple.com>
2671 Add manifest MIME type.
2675 2008-05-14 Anders Carlsson <andersca@apple.com>
2679 Make our Sticky notes example an offline web app.
2681 * misc/DatabaseExample.html:
2682 * misc/DatabaseExample.manifest: Added.
2684 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2686 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2688 * demos/transitions-and-transforms/index.html:
2690 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2692 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2694 * demos/transitions-and-transforms/index.html:
2696 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2698 Tweaked demo visuals slightly.
2700 * demos/transitions-and-transforms/leopard.css:
2702 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2704 Tweak CSS to look a little better while loading.
2706 * demos/transitions-and-transforms/leopard.css:
2708 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2710 Not reviewed - new demo.
2712 Added a demo of CSS Transforms and Transitions.
2714 * demos/transitions-and-transforms: Added.
2715 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2716 * demos/transitions-and-transforms/Horsehead.png: Added.
2717 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2718 * demos/transitions-and-transforms/Quick Look.png: Added.
2719 * demos/transitions-and-transforms/Spaces.png: Added.
2720 * demos/transitions-and-transforms/Stacks.png: Added.
2721 * demos/transitions-and-transforms/Time Machine.png: Added.
2722 * demos/transitions-and-transforms/index.html: Added.
2723 * demos/transitions-and-transforms/leopard.css: Added.
2724 * demos/transitions-and-transforms/no-style.html: Added.
2726 2008-05-08 Mark Rowe <mrowe@apple.com>
2728 Reviewed by Sam Weinig.
2730 Add a link to the Mac OS Forge terms of use.
2734 2008-04-25 Mark Rowe <mrowe@apple.com>
2736 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2740 2008-04-21 Dean Jackson <dino@apple.com>
2742 Updated CSS Visual Effects proposals.
2746 * described simplified sandwich model (that animations have no effect
2747 outside their duration and last specified animation wins)
2748 * diagram showing the above
2749 * specified animations to start at style resolution or document load,
2751 * animation start events always have elapsedTime == 0
2755 * removed text saying that elements cannot be drawn as intersecting.
2756 * described that preserve-3d trees often need a flattening parent, otherwise
2757 elements can be hidden behind their ancestor's background.
2758 * describe that preserve-3d is not always possible, such as when
2759 overflow is 'hidden'.
2765 * specs/CSSVisualEffects/CSSAnimation.html:
2766 * specs/CSSVisualEffects/CSSTransforms.html:
2767 * specs/CSSVisualEffects/CSSTransitions.html:
2768 * specs/CSSVisualEffects/sandwich.png: Added.
2770 2008-04-08 Dean Jackson <dino@apple.com>
2772 Add some updated proposals for CSS specifications, such as
2773 Transforms and Transitions which are already implemented in TOT.
2775 * specs/CSSVisualEffects: Added.
2776 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2777 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2778 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2780 2008-03-31 Mark Rowe <mrowe@apple.com>
2782 Add some images that were missed in the WordPress 2.5 upgrade.
2786 2008-03-31 Mark Rowe <mrowe@apple.com>
2788 Upgrade to WordPress 2.5
2792 2008-03-28 Darin Adler <darin@apple.com>
2794 * building/build.html: Add another mention of using the Cygwin shell.
2795 * building/tools.html: Fix a typo on the name Cygwin.
2797 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2799 More screenshots for the blog.
2801 * blog-files/acid3-full-rendering-pass.png: Added.
2802 * blog-files/acid3-rendering-reference.png: Added.
2804 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2806 Screenshot for blog post.
2808 * blog-files/acid3-100.png: Added.
2810 2008-03-23 Antti Koivisto <antti@apple.com>
2812 * blog-files/wsj-vs.png: Added.
2814 2008-03-23 Eric Seidel <eric@webkit.org>
2818 Make our SVG status document slightly less inaccurate.
2820 * projects/svg/status.xml:
2822 2008-03-21 Antti Koivisto <antti@apple.com>
2824 Add some images for a blog post.
2826 * blog-files/wsj-nopreload.png: Added.
2827 * blog-files/wsj-preload.png: Added.
2829 2008-03-17 Dan Bernstein <mitz@apple.com>
2831 Reviewed by Sam Weinig.
2833 - link "backtrace" to the page that explains how to get one
2835 * quality/bugwriting.html:
2837 2008-03-15 Matt Lilek <webkit@mattlilek.com>
2839 Rubber-stamped by Mitz.
2841 Update crash log page with instructions for Leopard.
2843 * quality/crashlogs.html:
2845 2008-03-11 Robert Blaut <webkit@blaut.biz>
2847 Reviewed by Darin Adler.
2849 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
2850 Patch deletes an obsolete hitlist.html page and other references to it
2852 * nav.inc: removed menu link to hitlist.html
2853 * projects/compat/hitlist.html: Removed.
2854 * projects/compat/index.html: removed reference to hitlist.html
2856 2008-03-06 Timothy Hatcher <timothy@apple.com>
2858 Rubber-stamped by Adam Roben.
2860 Add a simple page that has various demo functions for Drosera.
2862 * demos/drosera: Added.
2863 * demos/drosera/demo.js: Added.
2864 * demos/drosera/drosera.png: Added.
2865 * demos/drosera/index.html: Added.
2867 2008-03-04 Mark Rowe <mrowe@apple.com>
2869 Rubber-stamped by Brady Eidson.
2871 * building/tools.html: Update link to Windows Platform SDK to its new location.
2873 2008-03-04 Mark Rowe <mrowe@apple.com>
2875 Reviewed by Sam Weinig.
2877 Add a note about preferring if over else if when the previous if is terminated by a return statement.
2879 * coding/coding-style.html:
2881 2008-02-08 Adam Roben <aroben@apple.com>
2883 * perf/slickspeed/config.ini: Fixed version number.
2885 2008-02-08 Adam Roben <aroben@apple.com>
2887 Update jQuery to v1.2.3
2889 Rubberstamped by Mitz.
2891 * perf/slickspeed/config.ini:
2892 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
2894 2008-02-07 David Smith <catfish.man@gmail.com>
2896 Rubber stamped by weinig and bdash.
2897 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
2899 * perf/slickspeed/frameworks/prototype.js:
2901 2008-02-07 David Smith <catfish.man@gmail.com>
2903 Rubber stamped by Mark Rowe
2904 Fix a duplicate selector in the test.
2906 * perf/slickspeed/selectors.list:
2908 2008-02-07 David Smith <catfish.man@gmail.com>
2910 Reviewed by Adam Roben.
2911 Added :nth-child and :last-child to the list of selectors to test.
2913 * perf/slickspeed/selectors.list:
2915 2008-02-05 Mark Rowe <mrowe@apple.com>
2917 Update WordPress to 2.3.3 which includes security fixes.
2919 * blog/wp-admin/install-helper.php:
2920 * blog/wp-includes/gettext.php:
2921 * blog/wp-includes/pluggable.php:
2922 * blog/wp-includes/version.php:
2925 2008-02-02 David Smith <catfish.man@gmail.com>
2929 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
2930 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
2932 * perf/slickspeed/header.html: Typo fix, and updated the note to clarify that WebKit is no longer the only implementation causing us to leave some selectors disabled.
2933 * perf/slickspeed/selectors.list: Added the new selectors
2935 2008-02-02 Mark Rowe <mrowe@apple.com>
2937 Add WordPress plugin to give more control over blog comment settings.
2939 * blog/wp-content/plugins/commentcontrol.php: Added.
2941 2008-01-30 Jessica Kahn <jess@apple.com>
2943 Reviewed by Tim Hatcher.
2945 * coding/coding-style.html:
2946 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
2948 2008-01-21 David Smith <catfish.man@gmail.com>
2950 Reviewed by Darin Adler.
2952 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
2954 * perf/slickspeed: Added.
2955 * perf/slickspeed/config.ini: Added.
2956 * perf/slickspeed/footer.html: Added.
2957 * perf/slickspeed/frameworks: Added.
2958 * perf/slickspeed/frameworks/DomQuery.js: Added.
2959 * perf/slickspeed/frameworks/dummy.js: Added.
2960 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
2961 * perf/slickspeed/frameworks/prototype.js: Added.
2962 * perf/slickspeed/header.html: Added.
2963 * perf/slickspeed/index.php: Added.
2964 * perf/slickspeed/instructions.txt: Added.
2965 * perf/slickspeed/logo.png: Added.
2966 * perf/slickspeed/selectors.list: Added.
2967 * perf/slickspeed/style.css: Added.
2968 * perf/slickspeed/system: Added.
2969 * perf/slickspeed/system/index.php: Added.
2970 * perf/slickspeed/system/slickspeed.js: Added.
2971 * perf/slickspeed/system/template.php: Added.
2972 * perf/slickspeed/template.html: Added.
2974 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2976 Added Vista crash logging information.
2980 * quality/crashlogs.html:
2982 2008-01-07 Eric Seidel <eric@webkit.org>
2984 Reviewed by Mark Rowe.
2986 * projects/svg/status.xml: remove fixed bugs.
2988 2007-12-30 Mark Rowe <mrowe@apple.com>
2990 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
2992 * blog/wp-admin/admin.php:
2993 * blog/wp-admin/includes/file.php:
2994 * blog/wp-admin/install.php:
2995 * blog/wp-admin/setup-config.php:
2997 * blog/wp-includes/formatting.php:
2998 * blog/wp-includes/functions.php:
2999 * blog/wp-includes/pluggable.php:
3000 * blog/wp-includes/post.php:
3001 * blog/wp-includes/query.php:
3002 * blog/wp-includes/taxonomy.php:
3003 * blog/wp-includes/version.php:
3004 * blog/wp-includes/wp-db.php:
3006 * blog/wp-settings.php:
3009 2007-12-29 Alp Toker <alp@atoker.com>
3013 * perf/sunspider-0.9/sunspider.html:
3015 2007-12-29 Alp Toker <alp@atoker.com>
3019 Provide the current URL in the SunSpider results page. Useful for
3020 copying benchmark results out of browsers without a location bar or
3021 where the location bar can't handle long URLs.
3023 * perf/sunspider-0.9/sunspider-results.html:
3025 2007-12-21 David Smith <catfish.man@gmail.com>
3027 At bdash's suggestion, display a message if someone attempts to run the 'native' version of the getElementsByClassName benchmark in a browser that doesn't support that.
3029 * blog-files/gebcnspeedtest.html:
3031 2007-12-21 David Smith <catfish.man@gmail.com>
3033 Add the benchmark from the previous commit as well.
3035 * blog-files/gebcnspeedtest.html: Added.
3036 * blog-files/prototype-for-gebcn-test.js: Added.
3038 2007-12-21 David Smith <catfish.man@gmail.com>
3040 Add a graph of benchmark results for an upcoming blog post.
3042 * blog-files/gebcnwebkitonly.png: Added.
3044 2007-12-18 Antti Koivisto <antti@apple.com>
3046 Reviewed by Darin and Steve.
3048 Add instructions to install the QuickTime SDK for Windows.
3050 * building/tools.html:
3052 2007-12-18 Mark Rowe <mrowe@apple.com>
3056 * perf/sunspider-0.9/sunspider.html:
3058 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3060 Correct link to Visual Studio Express 2005.
3061 Old link points to 2008.
3065 * building/tools.html:
3067 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3071 - work around IE layout bugs
3073 * perf/sunspider-0.9/sunspider.css:
3075 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3079 - fix compare feature
3081 * perf/sunspider-0.9/sunspider-results.html:
3083 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3085 Rubber stamped by Mark.
3087 - Add a copy of SunSpider 0.9 to the site
3090 * perf/sunspider-0.9: Added.
3091 * perf/sunspider-0.9/3d-cube.html: Added.
3092 * perf/sunspider-0.9/3d-morph.html: Added.
3093 * perf/sunspider-0.9/3d-raytrace.html: Added.
3094 * perf/sunspider-0.9/access-binary-trees.html: Added.
3095 * perf/sunspider-0.9/access-fannkuch.html: Added.
3096 * perf/sunspider-0.9/access-nbody.html: Added.
3097 * perf/sunspider-0.9/access-nsieve.html: Added.
3098 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
3099 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
3100 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
3101 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
3102 * perf/sunspider-0.9/controlflow-recursive.html: Added.
3103 * perf/sunspider-0.9/crypto-aes.html: Added.
3104 * perf/sunspider-0.9/crypto-md5.html: Added.
3105 * perf/sunspider-0.9/crypto-sha1.html: Added.
3106 * perf/sunspider-0.9/date-format-tofte.html: Added.
3107 * perf/sunspider-0.9/date-format-xparb.html: Added.
3108 * perf/sunspider-0.9/math-cordic.html: Added.
3109 * perf/sunspider-0.9/math-partial-sums.html: Added.
3110 * perf/sunspider-0.9/math-spectral-norm.html: Added.
3111 * perf/sunspider-0.9/regexp-dna.html: Added.
3112 * perf/sunspider-0.9/string-base64.html: Added.
3113 * perf/sunspider-0.9/string-fasta.html: Added.
3114 * perf/sunspider-0.9/string-tagcloud.html: Added.
3115 * perf/sunspider-0.9/string-unpack-code.html: Added.
3116 * perf/sunspider-0.9/string-validate-input.html: Added.
3117 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
3118 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
3119 * perf/sunspider-0.9/sunspider-driver.html: Added.
3120 * perf/sunspider-0.9/sunspider-record-result.js: Added.
3121 * perf/sunspider-0.9/sunspider-results.html: Added.
3122 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
3123 * perf/sunspider-0.9/sunspider.css: Added.
3124 * perf/sunspider-0.9/sunspider.html: Added.
3126 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
3128 Reviewed by Maciej Stachowiak.
3130 http://bugs.webkit.org/show_bug.cgi?id=16446.
3132 * building/debug.html: Update to expand the win32 debugging instructions.
3134 2007-12-07 Brady Eidson <beidson@apple.com>
3136 Reviewed by Darin's rubberstamp
3138 When developing the Database feature and dealing with UI Delegate issues, it is important to have
3139 live examples on the web to help reproduce certain situations.
3141 This file is a dumping ground for such examples, and starts out with one function - the ability to add
3142 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
3144 * misc/DatabaseTester.html: Added.
3146 2007-12-07 Brady Eidson <beidson@apple.com>
3148 Reviewed by Adam Roben
3150 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
3151 unsupported browser or some other error that prevented the database from opening.
3152 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
3153 of those don't exist yet
3155 2007-12-05 Timothy Hatcher <timothy@apple.com>
3157 Add another Inspector screenshot for an upcoming blog post.
3159 * blog-files/InspectorDatabaseBrowser.png: Added.
3161 2007-12-04 Alp Toker <alp@atoker.com>
3163 Reviewed by Mark Rowe.
3165 Link to Planet WebKit.
3169 2007-12-02 Adam Roben <aroben@apple.com>
3171 Add another screenshot
3173 * blog-files/InspectElementMenu.png: Added.
3175 2007-12-02 Adam Roben <aroben@apple.com>
3177 Add some Inspector screenshots for an upcoming blog post
3179 Rubberstamped by Mark Rowe.
3181 * blog-files/InspectorCSSEditing.png: Added.
3182 * blog-files/InspectorFonts.png: Added.
3184 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3188 Link to the commit and review policy.
3190 * coding/contributing.html:
3193 2007-11-30 Darin Adler <darin@apple.com>
3195 * coding/commit-review-policy.html: A couple more typos and very
3196 minor grammatical stuff. No substantive change.
3198 2007-11-30 Darin Adler <darin@apple.com>
3200 * coding/commit-review-policy.html: Fixed a typo, added a footer.
3202 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3206 Clean up a couple of typos from Maciej's last patch.
3208 * coding/commit-review-policy.html:
3210 2007-11-30 Maciej Stachowiak <mjs@apple.com>
3212 Reviewed by Bertrand.
3214 New commit and review policy.
3216 * coding/commit-review-policy.html: Added.
3218 2007-11-21 Mark Rowe <mrowe@apple.com>
3222 Update coding style to cover control statements with no body.
3224 * coding/coding-style.html:
3226 2007-11-17 Adam Roben <aroben@apple.com>
3228 Update Windows debugging instructions
3230 Reviewed by Mark Rowe.
3232 * building/debug.html:
3234 2007-11-14 Brady Eidson <beidson@apple.com>
3238 * images/DroseraPic.png: Added.
3240 2007-11-12 Brady Eidson <beidson@apple.com>
3244 Update the DatabaseExample to use the new API
3246 * misc/DatabaseExample.html:
3248 2007-11-12 Mark Rowe <mrowe@apple.com>
3250 * building/tools.html: Remove extra >.
3252 2007-11-09 Antti Koivisto <antti@apple.com>
3254 Rubber stamped by bdash.
3256 Add directory for blog resources (and one image).
3258 * blog-files: Added.
3259 * blog-files/touch-poster.png: Added.
3261 2007-11-07 Dan Bernstein <mitz@apple.com>
3263 Reviewed by Darin Adler.
3265 - removed a workaround for the bug fixed in the WebCore part of this
3268 2007-11-04 Timothy Hatcher <timothy@apple.com>
3270 Land the HTML Editing Toolbar demo from WWDC 2007.
3273 * demos/editingToolbar: Added.
3274 * demos/editingToolbar/FancyToolbar.css: Added.
3275 * demos/editingToolbar/FancyToolbar.js: Added.
3276 * demos/editingToolbar/FancyToolbarImages: Added.
3277 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
3278 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
3279 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
3280 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
3281 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
3282 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
3283 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
3284 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
3285 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
3286 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
3287 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
3288 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
3289 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
3290 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
3291 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
3292 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
3293 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
3294 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
3295 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
3296 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
3297 * demos/editingToolbar/content.html: Added.
3298 * demos/editingToolbar/images: Added.
3299 * demos/editingToolbar/images/safari.png: Added.
3300 * demos/editingToolbar/index.html: Added.
3302 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
3304 CIA has changed its hostname from cia.navi.cx to cia.vc
3305 <http://bugs.webkit.org/show_bug.cgi?id=15829>
3309 * contact.html: Updated links to CIA.
3311 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
3313 LGPL'ed files contain incorrect FSF address
3314 <http://bugs.webkit.org/show_bug.cgi?id=14885>
3316 Reviewed by NOBODY (follow-up fix).
3318 * blog/wp-includes/class-snoopy.php:
3319 * blog/wp-includes/gettext.php:
3320 * blog/wp-includes/streams.php:
3322 2007-11-01 Sam Weinig <sam@webkit.org>
3324 Rubber-stamped by Tim Hatcher.
3326 * misc/DatabaseExample.html: Speed up default close speed to .25s
3328 2007-11-01 Sam Weinig <sam@webkit.org>
3330 Reviewed by Adam Roben.
3332 - Don't show the close button on the notes unless hovering over the note.
3333 - Do transformation and fade when closing a note using the new transition properties.
3335 * misc/DatabaseExample.html:
3337 2007-10-29 Mark Rowe <mrowe@apple.com>
3343 2007-10-29 Mark Rowe <mrowe@apple.com>
3345 Files that have been added or modified on the web server without making it in to SVN.
3348 * blog/wp-content/databaseexample.png: Added.
3349 * blog/wp-content/uploads: Added.
3350 * blog/wp-content/uploads/2007: Added.
3351 * blog/wp-content/uploads/2007/06: Added.
3352 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
3353 * building/cygwin-downloader.zip: Added.
3355 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3357 Rubber-stamped by Mark Rowe.
3359 * images/download.png: Updated to say "Nightly builds" instead of
3360 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
3361 download link anyway.
3363 2007-10-21 David Kilzer <ddkilzer@webkit.org>
3365 Reviewed by Darin Adler.
3367 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
3368 DOM Exception opening up client-side database example for the first time
3370 There was a race condition when creating the WebKitStickyNotes table for the
3371 first time in which the loaded() function (renamed to loadNotes()) could be
3372 called before the table was created. Prevent this by only calling loadNotes()
3373 in an executeSql() callback after we know the table exists, or after we know
3374 the table has been created.
3376 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
3377 Created a new loaded() function.
3379 2007-10-20 Mark Rowe <mrowe@apple.com>
3381 Rubber-stamped by Adam.
3383 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
3385 * misc/DatabaseExample.html:
3386 * misc/deleteButton.png: Added.
3387 * misc/deleteButton.tiff: Removed.
3388 * misc/deleteButtonPressed.png: Added.
3389 * misc/deleteButtonPressed.tiff: Removed.
3391 2007-10-20 Adam Roben <aroben@apple.com>
3393 Make the notes sticky!
3397 * misc/DatabaseExample.html:
3398 * misc/deleteButton.tiff: Added.
3399 * misc/deleteButtonPressed.tiff: Added.
3401 2007-10-19 Timothy Hatcher <timothy@apple.com>
3403 Reviewed by Mark Rowe.
3405 Fix a couple of exceptions for first time users.
3407 * misc/DatabaseExample.html:
3409 2007-10-19 Anders Carlsson <andersca@apple.com>
3413 Make example actually work.
3415 * misc/DatabaseExample.html:
3417 2007-10-19 Anders Carlsson <andersca@apple.com>
3423 * misc/DatabaseExample.html:
3425 2007-10-19 Brady Eidson <beidson@apple.com>
3429 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
3431 * misc/DatabaseExample.html:
3433 2007-10-19 Brady Eidson <beidson@apple.com>
3435 Reviewed by Tim Hatcher
3437 Sample database API usage
3439 * misc/DatabaseExample.html: Added.
3441 2007-09-25 David Kilzer <ddkilzer@webkit.org>
3445 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
3446 LGPL'ed files contain incorrect FSF address
3448 * blog/wp-content/plugins/wp-cache/wp-cache.php:
3449 * blog/wp-includes/class-snoopy.php:
3450 * blog/wp-includes/gettext.php:
3451 * blog/wp-includes/js/tinymce/license.html:
3452 * blog/wp-includes/streams.php:
3454 2007-09-23 Maciej Stachowiak <mjs@apple.com>
3456 Reviewed by Mark Rowe.
3458 - Limit custom list bullets to ordered lists only
3469 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3473 * coding/coding-style.html:
3474 - in section Other Punctuation
3475 - syntax instead of synatax
3476 - fix sample code alignment
3478 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3482 * misc/WebKitDetect.js: Added.
3484 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3486 Not reviewed - copy of WebKitDetect script from wiki
3488 * misc/WebKitDetect.html: Added.
3490 2007-08-20 Adam Roben <aroben@apple.com>
3492 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
3496 * quality/crashlogs.html:
3498 2007-07-26 Maciej Stachowiak <mjs@apple.com>
3500 - grammar fix pointed out by Mitz.
3502 * projects/goals.html:
3504 2007-07-25 Maciej Stachowiak <mjs@apple.com>
3506 Rubber stamped by Adam.
3508 Added WebKit Project Goals.
3510 * nav.inc: added a nav link.
3511 * projects/goals.html: Added.
3513 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
3515 Reviewed by Adam Roben.
3517 Add information on getting a useful crash log on Mac and Windows.
3520 * quality/crashlogs.html: Added.
3521 * quality/mac_reportbox.jpg: Added.
3522 * quality/mac_viewtrace.jpg: Added.
3523 * quality/win_installwatson.jpg: Added.
3524 * quality/win_watsongui.jpg: Added.
3525 * quality/win_watsoninstalled.jpg: Added.
3527 2007-07-20 Mark Rowe <mrowe@apple.com>
3529 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
3530 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
3531 include is functionally identical for our purposes on the first use.
3533 * blog/wp-content/advanced-cache.php:
3535 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
3539 - http://bugs.webkit.org/show_bug.cgi?id=14628
3540 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
3544 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
3546 Reviewed by Adam Roben.
3548 Add info about VC++ Express forgetting SDK paths.
3550 * building/build.html:
3552 2007-07-02 Mitz Pettel <mitz@webkit.org>
3554 Reviewed by Darin Adler.
3556 - http://bugs.webkit.org/show_bug.cgi?id=14482
3557 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
3559 * quality/reduction.html:
3561 2007-07-01 Mitz Pettel <mitz@webkit.org>
3563 Reviewed by Darin Adler.
3565 - http://bugs.webkit.org/show_bug.cgi?id=14481
3566 Broken links on coding/lgpl-license.html
3568 * coding/lgpl-license.html:
3570 2007-06-24 Mitz Pettel <mitz@webkit.org>
3572 Reviewed by Adam Roben.
3576 * building/build.html:
3578 2007-06-23 Mark Rowe <mrowe@apple.com>
3582 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
3584 2007-06-12 Adam Roben <aroben@apple.com>
3586 Update the location of cygwin-downloader.zip.
3588 Rubberstamped by Hyatt.
3590 * building/tools.html:
3592 2007-06-12 Dave Hyatt <hyatt@apple.com>
3594 Add Windows checkout/build instructions to the website.
3596 * building/build.html:
3597 * building/checkout.html:
3598 * building/debug.html:
3599 * building/tools.html: Added.
3600 * building/run.html:
3605 2007-06-10 Geoffrey Garen <ggaren@apple.com>