1 2007-11-14 Brady Eidson <beidson@apple.com>
5 * images/DroseraPic.png: Added.
7 2007-11-12 Brady Eidson <beidson@apple.com>
11 Update the DatabaseExample to use the new API
13 * misc/DatabaseExample.html:
15 2007-11-12 Mark Rowe <mrowe@apple.com>
17 * building/tools.html: Remove extra >.
19 2007-11-09 Antti Koivisto <antti@apple.com>
21 Rubber stamped by bdash.
23 Add directory for blog resources (and one image).
26 * blog-files/touch-poster.png: Added.
28 2007-11-07 Dan Bernstein <mitz@apple.com>
30 Reviewed by Darin Adler.
32 - removed a workaround for the bug fixed in the WebCore part of this
35 2007-11-04 Timothy Hatcher <timothy@apple.com>
37 Land the HTML Editing Toolbar demo from WWDC 2007.
40 * demos/editingToolbar: Added.
41 * demos/editingToolbar/FancyToolbar.css: Added.
42 * demos/editingToolbar/FancyToolbar.js: Added.
43 * demos/editingToolbar/FancyToolbarImages: Added.
44 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
45 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
46 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
47 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
48 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
49 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
50 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
51 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
52 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
53 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
54 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
55 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
56 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
57 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
58 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
59 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
60 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
61 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
62 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
63 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
64 * demos/editingToolbar/content.html: Added.
65 * demos/editingToolbar/images: Added.
66 * demos/editingToolbar/images/safari.png: Added.
67 * demos/editingToolbar/index.html: Added.
69 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
71 CIA has changed its hostname from cia.navi.cx to cia.vc
72 <http://bugs.webkit.org/show_bug.cgi?id=15829>
76 * contact.html: Updated links to CIA.
78 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
80 LGPL'ed files contain incorrect FSF address
81 <http://bugs.webkit.org/show_bug.cgi?id=14885>
83 Reviewed by NOBODY (follow-up fix).
85 * blog/wp-includes/class-snoopy.php:
86 * blog/wp-includes/gettext.php:
87 * blog/wp-includes/streams.php:
89 2007-11-01 Sam Weinig <sam@webkit.org>
91 Rubber-stamped by Tim Hatcher.
93 * misc/DatabaseExample.html: Speed up default close speed to .25s
95 2007-11-01 Sam Weinig <sam@webkit.org>
97 Reviewed by Adam Roben.
99 - Don't show the close button on the notes unless hovering over the note.
100 - Do transformation and fade when closing a note using the new transition properties.
102 * misc/DatabaseExample.html:
104 2007-10-29 Mark Rowe <mrowe@apple.com>
110 2007-10-29 Mark Rowe <mrowe@apple.com>
112 Files that have been added or modified on the web server without making it in to SVN.
115 * blog/wp-content/databaseexample.png: Added.
116 * blog/wp-content/uploads: Added.
117 * blog/wp-content/uploads/2007: Added.
118 * blog/wp-content/uploads/2007/06: Added.
119 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
120 * building/cygwin-downloader.zip: Added.
122 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
124 Rubber-stamped by Mark Rowe.
126 * images/download.png: Updated to say "Nightly builds" instead of
127 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
128 download link anyway.
130 2007-10-21 David Kilzer <ddkilzer@webkit.org>
134 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
135 DOM Exception opening up client-side database example for the first time
137 There was a race condition when creating the WebKitStickyNotes table for the
138 first time in which the loaded() function (renamed to loadNotes()) could be
139 called before the table was created. Prevent this by only calling loadNotes()
140 in an executeSql() callback after we know the table exists, or after we know
141 the table has been created.
143 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
144 Created a new loaded() function.
146 2007-10-20 Mark Rowe <mrowe@apple.com>
148 Rubber-stamped by Adam.
150 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
152 * misc/DatabaseExample.html:
153 * misc/deleteButton.png: Added.
154 * misc/deleteButton.tiff: Removed.
155 * misc/deleteButtonPressed.png: Added.
156 * misc/deleteButtonPressed.tiff: Removed.
158 2007-10-20 Adam Roben <aroben@apple.com>
160 Make the notes sticky!
164 * misc/DatabaseExample.html:
165 * misc/deleteButton.tiff: Added.
166 * misc/deleteButtonPressed.tiff: Added.
168 2007-10-19 Timothy Hatcher <timothy@apple.com>
170 Reviewed by Mark Rowe.
172 Fix a couple of exceptions for first time users.
174 * misc/DatabaseExample.html:
176 2007-10-19 Anders Carlsson <andersca@apple.com>
180 Make example actually work.
182 * misc/DatabaseExample.html:
184 2007-10-19 Anders Carlsson <andersca@apple.com>
190 * misc/DatabaseExample.html:
192 2007-10-19 Brady Eidson <beidson@apple.com>
196 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
198 * misc/DatabaseExample.html:
200 2007-10-19 Brady Eidson <beidson@apple.com>
202 Reviewed by Tim Hatcher
204 Sample database API usage
206 * misc/DatabaseExample.html: Added.
208 2007-09-25 David Kilzer <ddkilzer@webkit.org>
212 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
213 LGPL'ed files contain incorrect FSF address
215 * blog/wp-content/plugins/wp-cache/wp-cache.php:
216 * blog/wp-includes/class-snoopy.php:
217 * blog/wp-includes/gettext.php:
218 * blog/wp-includes/js/tinymce/license.html:
219 * blog/wp-includes/streams.php:
221 2007-09-23 Maciej Stachowiak <mjs@apple.com>
223 Reviewed by Mark Rowe.
225 - Limit custom list bullets to ordered lists only
236 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
240 * coding/coding-style.html:
241 - in section Other Punctuation
242 - syntax instead of synatax
243 - fix sample code alignment
245 2007-09-06 Maciej Stachowiak <mjs@apple.com>
249 * misc/WebKitDetect.js: Added.
251 2007-09-06 Maciej Stachowiak <mjs@apple.com>
253 Not reviewed - copy of WebKitDetect script from wiki
255 * misc/WebKitDetect.html: Added.
257 2007-08-20 Adam Roben <aroben@apple.com>
259 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
263 * quality/crashlogs.html:
265 2007-07-26 Maciej Stachowiak <mjs@apple.com>
267 - grammar fix pointed out by Mitz.
269 * projects/goals.html:
271 2007-07-25 Maciej Stachowiak <mjs@apple.com>
273 Rubber stamped by Adam.
275 Added WebKit Project Goals.
277 * nav.inc: added a nav link.
278 * projects/goals.html: Added.
280 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
282 Reviewed by Adam Roben.
284 Add information on getting a useful crash log on Mac and Windows.
287 * quality/crashlogs.html: Added.
288 * quality/mac_reportbox.jpg: Added.
289 * quality/mac_viewtrace.jpg: Added.
290 * quality/win_installwatson.jpg: Added.
291 * quality/win_watsongui.jpg: Added.
292 * quality/win_watsoninstalled.jpg: Added.
294 2007-07-20 Mark Rowe <mrowe@apple.com>
296 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
297 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
298 include is functionally identical for our purposes on the first use.
300 * blog/wp-content/advanced-cache.php:
302 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
306 - http://bugs.webkit.org/show_bug.cgi?id=14628
307 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
311 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
313 Reviewed by Adam Roben.
315 Add info about VC++ Express forgetting SDK paths.
317 * building/build.html:
319 2007-07-02 Mitz Pettel <mitz@webkit.org>
323 - http://bugs.webkit.org/show_bug.cgi?id=14482
324 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
326 * quality/reduction.html:
328 2007-07-01 Mitz Pettel <mitz@webkit.org>
332 - http://bugs.webkit.org/show_bug.cgi?id=14481
333 Broken links on coding/lgpl-license.html
335 * coding/lgpl-license.html:
337 2007-06-24 Mitz Pettel <mitz@webkit.org>
339 Reviewed by Adam Roben.
343 * building/build.html:
345 2007-06-23 Mark Rowe <mrowe@apple.com>
349 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
351 2007-06-12 Adam Roben <aroben@apple.com>
353 Update the location of cygwin-downloader.zip.
355 Rubberstamped by Hyatt.
357 * building/tools.html:
359 2007-06-12 Dave Hyatt <hyatt@apple.com>
361 Add Windows checkout/build instructions to the website.
363 * building/build.html:
364 * building/checkout.html:
365 * building/debug.html:
366 * building/tools.html: Added.
372 2007-06-10 Geoffrey Garen <ggaren@apple.com>
374 Reviewed by Beth Dakin.
376 Cleaned up formatting on the check out page.
378 * building/checkout.html:
380 2007-06-08 Mark Rowe <mrowe@apple.com>
382 Rubber-stamped by Hyatt.
384 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
385 than doing server-side user agent checks. This resolves an issue some people were seeing where
386 caching would lead to a page generated for an Internet Explorer user being served to a Safari
387 user. The visible symptom of this was many of the graphics were missing.
389 * blog/wp-content/themes/webkit/header.php:
392 2007-05-04 Mark Rowe <mrowe@apple.com>
394 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
395 present in the old version which have since been removed, but it's unlikely
396 they'll ever cause a problem.
398 2007-05-04 Mark Rowe <mrowe@apple.com>
400 Add graphics used by existing blog posts into SVN.
402 * blog/wp-content/rotate.png: Added.
403 * blog/wp-content/drosera.png: Added.
404 * blog/wp-content/hitlist.png: Added.
405 * blog/wp-content/svgtextmini.png: Added.
406 * blog/wp-content/svgtextmini_01.png: Added.
407 * blog/wp-content/textfield_screenshot.jpg: Added.
408 * blog/wp-content/Picture9.png: Added.
409 * blog/wp-content/svgtext.png: Added.
410 * blog/wp-content/webInspector.png: Added.
411 * blog/wp-content/rotate.svg: Added.
412 * blog/wp-content/chucknorris.png: Added.
414 2007-04-21 Mitz Pettel <mitz@webkit.org>
418 - http://bugs.webkit.org/show_bug.cgi?id=13350
419 Build Ahem into DumpRenderTree
421 * quality/testing.html: Removed the requirement to download and install
422 Ahem for running the tests.
423 * quality/testwriting.html: Added information about Ahem.
425 2007-04-09 Adele Peterson <adele@apple.com>
427 * blog/wp-content/chrome.jpg: Added.
429 2007-04-05 Mark Malone <markmalone@mac.com>
433 http://bugs.webkit.org/show_bug.cgi?id=13273
434 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
436 * nav.inc: Link directly to the hierarchy.
438 2007-03-26 Darin Adler <darin@apple.com>
440 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
442 2007-03-25 Darin Adler <darin@apple.com>
444 * coding/coding-style.html: Put !important on right/wrong colors so they override the
445 green color that comes from the green.css stylesheet.
447 2007-03-25 Darin Adler <darin@apple.com>
449 * coding/RefPtr.html: A couple minor wording tweaks.
451 2007-03-25 Darin Adler <darin@apple.com>
453 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
455 2007-03-25 Mark Rowe <mrowe@apple.com>
457 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
458 Replace raw ampersands in hyperlink URL with named entity.
460 2007-03-25 Darin Adler <darin@apple.com>
462 * coding/RefPtr.html: A couple wording tweaks.
464 2007-03-25 Darin Adler <darin@apple.com>
466 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
469 2007-03-24 Darin Adler <darin@apple.com>
471 * css/main.css: Try tighter spacing for code examples.
473 2007-03-24 Darin Adler <darin@apple.com>
475 * coding/RefPtr.html: <span> -> </span>
477 2007-03-24 Darin Adler <darin@apple.com>
479 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
481 2007-03-24 Darin Adler <darin@apple.com>
483 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
485 Also tweaked the MIME types of a few files and removed a stray executable bit.
487 2007-03-21 David Kilzer <ddkilzer@apple.com>
489 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
491 2007-03-21 David Kilzer <ddkilzer@apple.com>
493 * building/checkout.html: Got rid of "click here" link and restructured sentences
494 linking to svn clients.
496 2007-03-21 David Kilzer <ddkilzer@apple.com>
500 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
502 2007-03-21 Maciej Stachowiak <mjs@apple.com>
504 - some specs to propose by email
506 * specs/HTML_Timed_Media_Elements.html: Added.
507 * specs/Timed_Media_CSS.html: Added.
508 * specs/Timed_Media_Elements-Open_Issues.html: Added.
509 * specs/mediaelement.css: Added.
510 * specs/movie-status-states.png: Added.
512 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
516 Clear up the steps necessary to get a patch landed.
518 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
519 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
521 * coding/contributing.html:
523 2007-03-18 Maciej Stachowiak <mjs@apple.com>
525 Added a random JS benchmark.
527 * misc/morph.html: Added.
529 2007-03-14 Kevin McCullough <kmccullough@apple.com>
533 Silly wrapping change for testing a post-commit hook change.
537 2007-03-09 Darin Adler <darin@apple.com>
539 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
540 we want it to match pre, and the default font looks fine -- no need to
541 ask for "Courier New" explicitly.
543 2007-03-09 Mark Rowe <mrowe@apple.com>
545 Rubber-stamped by Tim Hatcher.
547 Sexy blog permalinks!
549 * blog/.htaccess: Added.
551 2007-03-09 Mark Rowe <mrowe@apple.com>
555 * building/checkout.html: Update repository URL.
557 2007-03-07 Brady Eidson <beidson@apple.com>
559 Whoops, its actually prepare-ChangeLog
561 * coding/contributing.html:
563 2007-03-07 Brady Eidson <beidson@apple.com>
567 Explicitly mention the prepare-Changelog step for contributing patches
569 * coding/contributing.html:
571 2007-02-25 Anders Carlsson <acarlsson@apple.com>
575 * building/checkout.html:
576 Add Trac link to our SVN repository,
578 2007-02-15 Darin Adler <darin@apple.com>
580 * projects/performance/index.html: Fix i-Bench link.
582 2007-02-08 Mark Rowe <mrowe@apple.com>
584 Reviewed by Tim Hatcher.
586 * nav.inc: Add link to very work-in-progress DOM documentation.
588 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
592 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
594 * blog/wp-admin/admin-header.php:
597 2007-01-15 Brady Eidson <beidson@apple.com>
601 * coding/coding-style.html: Added switch/case indentation rules
603 2007-01-15 Eric Seidel <eric@webkit.org>
607 * coding/coding-style.html: update to include style for header guards
609 2007-01-10 Geoffrey Garen <ggaren@apple.com>
611 * coding/coding-style.html: Fixed minor validation error.
613 2007-01-10 Geoffrey Garen <ggaren@apple.com>
615 Reviewed by Beth Dakin.
617 Updated coding style guidelines to cover a lot of stuff previously absent.
619 * coding/coding-style.html:
621 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
625 http://bugs.webkit.org/show_bug.cgi?id=11295
626 Nightly download size is misleading
628 * images/download.png: Changed the size to 6 MB.
630 2007-01-01 Darin Adler <darin@apple.com>
632 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
634 2006-12-06 Rob Buis <buis@kde.org>
638 http://bugs.webkit.org/show_bug.cgi?id=10254
639 A few grammar and spelling corrections on the WebKit website
641 Grammar and spelling corrections by Jonathan Johnsson.
643 * coding/coding-style.html:
644 * projects/css/index.html:
645 * projects/javascript/index.html:
646 * projects/svg/index.html:
647 * quality/reduction.html:
649 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
653 http://bugs.webkit.org/show_bug.cgi?id=11652
654 Bug 11652: Mailing list address and URL are incorrect
656 This also removes a lot of bit rot from the KWQ-era.
658 * coding/contributing.html:
660 * projects/css/index.html:
661 * projects/editing/index.html:
662 * projects/forms/index.html:
663 * projects/html/index.html:
664 * projects/portability/index.html:
665 * projects/xslt/index.html:
666 * quality/lifecycle.html:
667 * quality/testwriting.html:
669 2006-11-18 Mitz Pettel <mitz@webkit.org>
673 Gender-neutrality fix.
675 * coding/contributing.html:
677 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
679 Reviewed by Tim Hatcher.
681 Moved the web developer page to the wiki, adding link to the Drosera page.
683 * .htaccess: Add permanent redirect to the new page on the wiki.
684 * contact.html: Trac numbers are no longer one off.
686 * webdevelopers/index.html: Removed.
687 * webdevelopers/webkit_version.html: Removed.
688 * webdevelopers/webkit_version.js: Removed.
689 * webdevelopers/webkit_version_xl.html: Removed.
690 * webdevelopers/webkit_version_xl.js: Removed.
692 2006-11-14 Mark Rowe <bdash@webkit.org>
694 Reviewed by Tim Hatcher.
696 http://bugs.webkit.org/show_bug.cgi?id=9529
697 Bug 9529: Navigation HTML duplicated on webkit.org web site
699 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
700 * nav.inc: Generate WordPress archive list if included from within WordPress.
702 2006-11-07 Mark Rowe <bdash@webkit.org>
704 Reviewed by Dave Hyatt.
706 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
707 component to the correct JavaScriptCore.
709 2006-11-06 Timothy Hatcher <timothy@apple.com>
713 Update the site with new wiki and Trac links.
715 * blog/wp-content/themes/webkit/sidebar.php:
716 * building/build.html:
719 * projects/svg/index.html:
721 2006-10-31 Mark Rowe <bdash@webkit.org>
725 Update WebKit blog link to prevent pointless redirects.
729 2006-10-25 Mitz Pettel <mitz@webkit.org>
733 - http://bugs.webkit.org/show_bug.cgi?id=11412
734 Stray list item in coding/coding-style.html
736 * coding/coding-style.html:
738 2006-10-25 Mark Rowe <bdash@webkit.org>
742 Fix some HTML bugs in the coding style guidelines.
744 * coding/coding-style.html:
746 2006-10-13 Geoffrey Garen <ggaren@apple.com>
750 Split build, run, and debug steps into separate pages. Darin recommended
753 * building/build.html:
754 * building/checkout.html:
755 * building/debug.html: Added.
756 * building/run.html: Added.
759 2006-10-05 Eric Seidel <eric@webkit.org>
763 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
765 2006-09-26 Eric Seidel <eric@webkit.org>
769 * projects/svg/status.xml: update status to reflect current state of SVG development
771 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
775 http://bugs.webkit.org/show_bug.cgi?id=10975
776 Update the blog template to valid HTML 4.01 Strict.
778 * blog/wp-content/themes/webkit/comments-popup.php:
779 * blog/wp-content/themes/webkit/comments.php:
780 * blog/wp-content/themes/webkit/footer.php:
781 * blog/wp-content/themes/webkit/header.php:
782 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
784 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
788 http://bugs.webkit.org/show_bug.cgi?id=10966
789 Bug 10966: Updates to website
791 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
793 * coding/coding-style.html:
794 * coding/lgpl-license.html:
797 * projects/css/index.html:
798 * projects/editing/index.html:
799 * projects/forms/index.html:
800 * projects/html/index.html:
801 * projects/index.html:
802 * projects/javascript/index.html:
803 * projects/svg/index.html:
804 * projects/xslt/index.html:
805 * webdevelopers/webkit_version.html:
806 * webdevelopers/webkit_version_xl.html:
808 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
812 Updates to make static pages validate as HTML 4.01 Strict.
814 * building/build.html:
815 * coding/coding-style.html:
817 * index.html: Move <style> tag into the document head.
818 * projects/cleanup/index.html:
819 * projects/compat/index.html:
820 * projects/css/index.html:
821 * projects/documentation/index.html:
822 * projects/editing/index.html:
823 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
824 * projects/html/index.html:
825 * projects/javascript/index.html:
826 * projects/performance/index.html:
827 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
828 * projects/printing/index.html:
829 * projects/svg/index.html:
830 * projects/xslt/index.html:
831 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
832 * quality/reduction.html:
833 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
834 * quality/testing.html:
836 2006-09-19 Brady Eidson <beidson@apple.com>
838 http://bugs.webkit.org/show_bug.cgi?id=8220
839 Add the favicon.ico to the site.
840 Notice, users of shipping Safari won't see the updated favicon
841 unless they clear their icon cache - ToT users can manually reload
842 the site and force the refresh ;)
844 * favicon.ico: Added.
846 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
850 - this patch brought to you by the letter 'c'
852 * coding/coding-style.html:
854 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
858 - http://bugs.webkit.org/show_bug.cgi?id=10444
859 Navigation links overlap the Spam Karma 2 footer
861 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
863 2006-08-21 Timothy Hatcher <timothy@apple.com>
867 Bug 9302: WebKit nightly download image says ~2.5 MB when
868 universal binaries make it ~5.0 MB
869 http://bugs.webkit.org/show_bug.cgi?id=9302
871 * images/download.png:
873 2006-08-21 Timothy Hatcher <timothy@apple.com>
877 Changes many opendarwin.org links to the proper webkit.org version.
879 * blog/wp-content/themes/webkit/sidebar.php:
880 * blog/wp-content/themes/webkit/style.css:
881 * building/build.html:
882 * coding/contributing.html:
886 * projects/compat/hitlist.html:
887 * projects/css/index.html:
888 * projects/editing/index.html:
889 * projects/forms/index.html:
890 * projects/html/index.html:
891 * projects/javascript/index.html:
892 * projects/svg/index.html:
893 * projects/svg/svg-status.xsl:
894 * projects/xslt/index.html:
895 * quality/bugpriorities.html:
896 * quality/bugzilla.html:
897 * quality/leakhunting.html:
898 * quality/lifecycle.html:
899 * quality/reporting.html:
901 2006-08-15 Eric Seidel <eric@webkit.org>
905 * projects/svg/status.xml: updated to reflect current SVG status
907 2006-08-02 Geoffrey Garen <ggaren@apple.com>
911 Tweaked the build instructions a bit.
913 * building/build.html:
914 * building/debug.png: Added.
916 2006-08-02 Darin Adler <darin@apple.com>
918 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
920 2006-08-01 Geoffrey Garen <ggaren@apple.com>
924 - Added instructions for debugging in Xcode
926 * building/build-window.png: Added.
927 * building/build.html:
928 * building/custom-executable.png: Added.
929 * building/info-tab.png: Added.
931 2006-07-30 Geoffrey Garen <ggaren@apple.com>
935 - Tweaked the checkout and build instructions to make them simpler and
938 * building/build.html:
939 * building/checkout.html:
941 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
945 - see http://bugs.webkit.org/show_bug.cgi?id=9539
946 Another case error preventing build
948 * building/build.html: Building WebKit now requires Xcode 2.3.
950 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
952 Reviewed and landed by Anders.
954 * blog/wp-content/themes/webkit/sidebar.php:
955 Add link to Wiki in the navigation menu here too.
957 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
959 Reviewed and landed by Anders.
961 * nav.inc: Add link to Wiki in the navigation menu.
963 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
965 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
967 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
969 Improve wording of first paragraph of webkit site.
973 2006-06-08 Timothy Hatcher <timothy@apple.com>
977 Include our own copies of the BSD and LGPL licenses.
979 * coding/bsd-license.html: Added.
980 * coding/lgpl-license.html: Added.
981 * nav.inc: link to our copies of the licenses
983 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
987 http://bugs.webkit.org/show_bug.cgi?id=9303
988 JavaScript error when loading WebKit blog page
990 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
991 * nav.inc: Removed evil tabs--whitespace change only.
993 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
995 Reviewed by John Sullivan.
997 * quality/lifecycle.html: mentions case of PlatformOnly bugs
998 and 'other' bug databases.
1000 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1002 Reviewed by Timothy Hatcher.
1004 Adding Google Analytics tracking code, to create stats of our webpages.
1006 * blog/wp-content/themes/webkit/footer.php:
1009 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1011 Reviewed by Timothy.
1013 * index.html: Link to Nokia's S60 WebKit.
1015 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1019 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1021 2006-04-28 Eric Seidel <eseidel@apple.com>
1023 Reviewed by andersca.
1025 * projects/svg/status.xml: Update to reflect current status.
1027 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1029 Reviewed by Eric Seidel .
1031 Added WebKit detection scripts and a small howto + a new section to our
1032 website: Web Developers.
1035 * webdevelopers: Added.
1036 * webdevelopers/index.html: Added.
1037 * webdevelopers/webkit_version.html: Added.
1038 * webdevelopers/webkit_version.js: Added.
1039 * webdevelopers/webkit_version_xl.html: Added.
1040 * webdevelopers/webkit_version_xl.js: Added.
1042 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1046 * blog/wp-config.php: passwords and users don't belong in SVN.
1048 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1052 * quality/lifecycle.html: small textual change to my contact info;
1053 * quality/reporting.html: added non-ADC bug report URL.
1055 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1059 * contact.html: added URL's for trac, CIA, webkit-unassigned and build bot. These probably need to be on other places to but we will do that later on.
1061 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1065 * projects/compat/hitlist.html: Added Google Calendar to the list
1066 in place of www.hangseng.com/ebanking
1068 2006-04-11 Eric Seidel <eseidel@apple.com>
1070 Reviewed by andersca.
1072 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1074 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1078 * projects/compat/hitlist.html: updated dates
1080 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1084 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1085 Coding style doc uses illegal entity
1087 * coding/coding-style.html: Changed &emdash; to —.
1089 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1093 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1094 added description of alumni list.
1096 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1100 Clarified that sites on the list aren't necessarily "broken."
1102 * projects/compat/hitlist.html:
1104 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1108 Updated links to gap and bananarepublic bugs.
1110 * projects/compat/hitlist.html:
1112 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1116 Change "Mail.app" to "Mail".
1119 * projects/editing/index.html:
1121 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1123 Oops, accidentally deleted the archives links.
1125 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1127 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1133 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1134 for the rest of the site.
1135 * quality/lifecycle.html: add Joost's homepage to his contact info.
1137 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1139 Doing penance after being set straight by Joost.
1141 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1144 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1146 Reviewed by Maciej, Darin.
1148 Added Safari Compatibility Hit List.
1150 * nav.inc: Link to the hit list.
1151 * projects/compat/hitlist.html: Added.
1152 * projects/compat/index.html: Link to the hit list.
1154 2006-03-02 Eric Seidel <eseidel@apple.com>
1158 * quality/reporting.html: display a nicer message to those using 10.2
1160 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1162 Reviewed by Maciej, landed by Geoff.
1164 Change "Deployment" to "Release" and "Development" to "Debug".
1165 Update latest Xcode version from 2.2 to 2.2.1.
1167 * building/build.html
1169 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1171 Accidentally wrote "Release" instead of "Debug" in my last patch.
1173 * quality/leakhunting.html:
1175 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1177 Some quick proof-reading of the patch I just landed -- no review
1180 * quality/leakhunting.html:
1182 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1184 Reviewed by Darin, Geoff.
1186 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1188 Added this page to the menu, adding in an extra section header
1192 * quality/leakhunting.html: Added.
1194 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1198 Fixed Bugzilla URL's
1200 * projects/forms/index.html:
1201 * projects/html/index.html:
1202 * projects/xslt/index.html:
1204 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1208 Made line-height global instead of just for p
1211 fixed bugzilla link, added starting <p> to first paragraph
1212 removed paragraph about tab-stops
1215 * projects/editing/index.html:
1217 2006-02-17 Darin Adler <darin@apple.com>
1219 * coding/coding-style.html: Mention other non-function brace cases.
1221 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1225 Added left position and margin-bottom to blog footer.
1229 2006-02-16 Timothy Hatcher <timothy@apple.com>
1233 Fixes PNGs with 8bit alpha on IE.
1235 * css/ie.css: attach the pngbehavior.htc to img tags
1236 * images/blank.png: Added.
1237 * index.html: add the width and height to the download img
1238 * pngbehavior.htc: Added.
1240 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1242 Changed by Darin on my machine.
1244 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1247 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1249 Reviewed and landed by Maciej.
1251 Made the author name bold on the frontpage.
1252 Moved the "Posted by" line up under the title and made the author name
1253 bold in single view.
1255 * blog/wp-content/themes/webkit/index.php:
1256 * blog/wp-content/themes/webkit/single.php:
1258 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1262 Updated the site to use the new layout.
1266 * blog/wp-content/themes/classic: Removed.
1267 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1268 * blog/wp-content/themes/classic/comments.php: Removed.
1269 * blog/wp-content/themes/classic/footer.php: Removed.
1270 * blog/wp-content/themes/classic/header.php: Removed.
1271 * blog/wp-content/themes/classic/index.php: Removed.
1272 * blog/wp-content/themes/classic/sidebar.php: Removed.
1273 * blog/wp-content/themes/classic/style.css: Removed.
1274 * blog/wp-content/themes/default: Removed.
1275 * blog/wp-content/themes/default/404.php: Removed.
1276 * blog/wp-content/themes/default/archive.php: Removed.
1277 * blog/wp-content/themes/default/archives.php: Removed.
1278 * blog/wp-content/themes/default/comments-popup.php: Removed.
1279 * blog/wp-content/themes/default/comments.php: Removed.
1280 * blog/wp-content/themes/default/footer.php: Removed.
1281 * blog/wp-content/themes/default/header.php: Removed.
1282 * blog/wp-content/themes/default/images: Removed.
1283 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1284 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1285 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1286 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1287 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1288 * blog/wp-content/themes/default/index.php: Removed.
1289 * blog/wp-content/themes/default/links.php: Removed.
1290 * blog/wp-content/themes/default/page.php: Removed.
1291 * blog/wp-content/themes/default/search.php: Removed.
1292 * blog/wp-content/themes/default/searchform.php: Removed.
1293 * blog/wp-content/themes/default/sidebar.php: Removed.
1294 * blog/wp-content/themes/default/single.php: Removed.
1295 * blog/wp-content/themes/default/style.css: Removed.
1296 * blog/wp-content/themes/webkit/404.php:
1297 * blog/wp-content/themes/webkit/archive.php:
1298 * blog/wp-content/themes/webkit/archives.php:
1299 * blog/wp-content/themes/webkit/footer.php:
1300 * blog/wp-content/themes/webkit/header.php:
1301 * blog/wp-content/themes/webkit/images: Removed.
1302 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1303 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1304 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1305 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1306 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1307 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1308 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1309 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1310 * blog/wp-content/themes/webkit/index.php:
1311 * blog/wp-content/themes/webkit/page.php:
1312 * blog/wp-content/themes/webkit/search.php:
1313 * blog/wp-content/themes/webkit/sidebar.php:
1314 * blog/wp-content/themes/webkit/single.php:
1315 * blog/wp-content/themes/webkit/style.css:
1316 * building/build.html:
1317 * building/checkout.html:
1318 * coding/coding-style.html:
1319 * coding/contributing.html:
1322 * css/blue.css: Added.
1323 * css/gray.css: Added.
1324 * css/green.css: Added.
1325 * css/ie.css: Added.
1326 * css/main.css: Added.
1327 * css/pink.css: Added.
1328 * css/purple.css: Added.
1329 * css/yellow.css: Added.
1330 * footer.inc: Added.
1331 * header.inc: Added.
1332 * images/blue-background.png: Added.
1333 * images/blue-bullet.png: Added.
1334 * images/bluebanner.png: Removed.
1335 * images/download.png: Added.
1336 * images/end.png: Added.
1337 * images/gray-background.png: Added.
1338 * images/green-background.png: Added.
1339 * images/green-bullet.png: Added.
1340 * images/icon-gold.png: Added.
1341 * images/icon.png: Added.
1342 * images/ie-nav.png: Added.
1343 * images/middle.png: Added.
1344 * images/nav.png: Added.
1345 * images/pink-background.png: Added.
1346 * images/pink-bullet.png: Added.
1347 * images/purple-background.png: Added.
1348 * images/purple-bullet.png: Added.
1349 * images/separator.png: Removed.
1350 * images/webkit-background.png: Removed.
1351 * images/welcomeopen.gif: Removed.
1352 * images/yellow-background.png: Added.
1353 * images/yellow-bullet.png: Added.
1356 * projects/accessibility/index.html:
1357 * projects/cleanup/index.html:
1358 * projects/compat/index.html:
1359 * projects/css/index.html:
1360 * projects/documentation/index.html:
1361 * projects/dom/index.html:
1362 * projects/editing/index.html:
1363 * projects/forms/index.html:
1364 * projects/html/index.html:
1365 * projects/index.html:
1366 * projects/javascript/index.html:
1367 * projects/layout/index.html:
1368 * projects/mathml/index.html:
1369 * projects/performance/index.html:
1370 * projects/plugins/index.html:
1371 * projects/portability/index.html:
1372 * projects/printing/index.html:
1373 * projects/svg/index.html:
1374 * projects/webkit/index.html:
1375 * projects/xml/index.html:
1376 * projects/xslt/index.html:
1377 * quality/bugpriorities.html:
1378 * quality/bugwriting.html:
1379 * quality/bugzilla.html:
1380 * quality/lifecycle.html:
1381 * quality/reduction.html:
1382 * quality/reporting.html:
1383 * quality/testing.html:
1384 * quality/testwriting.html:
1385 * sidebar.css: Removed.
1386 * sidebar.html: Removed.
1387 * webkitdev.css: Removed.
1389 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1393 Updated page to show 10.4.4 or 10.4.5
1394 Added support for recognizing Shiira.
1396 * quality/reporting.html:
1398 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1400 Reviewed by eseidel.
1402 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1404 Changed "Sign up for a" into "Create a" bugzilla account.
1406 * quality/reduction.html:
1407 * quality/reporting.html:
1409 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1413 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1414 bits are and how to get them.
1416 Changed link in reporting page to link to Bugzilla page.
1418 * quality/bugzilla.html: Added.
1419 * quality/reporting.html:
1421 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1423 Reviewed by eseidel.
1425 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1426 - Detabified the file.
1428 * quality/reporting.html:
1430 2006-02-10 Darin Adler <darin@apple.com>
1432 * index.html: Fixed a typo in a link.
1434 2006-02-10 Darin Adler <darin@apple.com>
1436 * building/checkout.html: Fixed a spelling mistake.
1438 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1440 Reviewed and landed by Anders.
1442 http://bugs.webkit.org/show_bug.cgi?id=7164
1445 Changed <div id="banner" to <h1 id="banner"
1446 global cleanup of CSS and code
1448 * building/build.html:
1449 * building/checkout.html:
1450 * coding/coding-style.html:
1451 * coding/contributing.html:
1454 * projects/accessibility/index.html:
1455 * projects/cleanup/index.html:
1456 * projects/compat/index.html:
1457 * projects/css/index.html:
1458 * projects/documentation/index.html:
1459 * projects/dom/index.html:
1460 * projects/editing/index.html:
1461 * projects/forms/index.html:
1462 * projects/html/index.html:
1463 * projects/index.html:
1464 * projects/javascript/index.html:
1465 * projects/layout/index.html:
1466 * projects/mathml/index.html:
1467 * projects/performance/index.html:
1468 * projects/plugins/index.html:
1469 * projects/portability/index.html:
1470 * projects/printing/index.html:
1471 * projects/svg/index.html:
1472 * projects/webkit/index.html:
1473 * projects/xml/index.html:
1474 * projects/xslt/index.html:
1475 * quality/bugpriorities.html:
1476 * quality/bugwriting.html:
1477 * quality/lifecycle.html:
1478 * quality/reduction.html:
1479 * quality/reporting.html:
1480 * quality/testing.html:
1481 * quality/testwriting.html:
1484 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1486 Reviewed by Darin. Landed by ap.
1488 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1489 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1491 * quality/reporting.html:
1492 * webkitdev.css: Added margin-bottom for li.
1494 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1496 Reviewed by Darin. Landed by Maciej.
1498 - Several fixes to the site
1499 http://bugs.webkit.org/show_bug.cgi?id=7105
1501 * blog/wp-content/themes/webkit/style.css:
1503 * quality/bugwriting.html:
1504 * quality/reduction.html:
1507 2006-02-05 Eric Seidel <eseidel@apple.com>
1511 General update to SVG project page, also link to status page.
1513 * projects/svg/index.html:
1515 2006-02-05 Eric Seidel <eseidel@apple.com>
1517 Rubber stamped by darin.
1519 * projects/svg/status.xml: Added.
1520 * projects/svg/svg-status.css: Added.
1521 * projects/svg/svg-status.xsl: Added.
1523 2006-02-05 Eric Seidel <eseidel@apple.com>