1 2007-11-17 Adam Roben <aroben@apple.com>
3 Update Windows debugging instructions
9 2007-11-14 Brady Eidson <beidson@apple.com>
13 * images/DroseraPic.png: Added.
15 2007-11-12 Brady Eidson <beidson@apple.com>
19 Update the DatabaseExample to use the new API
21 * misc/DatabaseExample.html:
23 2007-11-12 Mark Rowe <mrowe@apple.com>
25 * building/tools.html: Remove extra >.
27 2007-11-09 Antti Koivisto <antti@apple.com>
29 Rubber stamped by bdash.
31 Add directory for blog resources (and one image).
34 * blog-files/touch-poster.png: Added.
36 2007-11-07 Dan Bernstein <mitz@apple.com>
38 Reviewed by Darin Adler.
40 - removed a workaround for the bug fixed in the WebCore part of this
43 2007-11-04 Timothy Hatcher <timothy@apple.com>
45 Land the HTML Editing Toolbar demo from WWDC 2007.
48 * demos/editingToolbar: Added.
49 * demos/editingToolbar/FancyToolbar.css: Added.
50 * demos/editingToolbar/FancyToolbar.js: Added.
51 * demos/editingToolbar/FancyToolbarImages: Added.
52 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
53 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
54 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
55 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
56 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
57 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
58 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
59 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
60 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
61 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
62 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
63 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
64 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
65 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
66 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
67 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
68 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
69 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
70 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
71 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
72 * demos/editingToolbar/content.html: Added.
73 * demos/editingToolbar/images: Added.
74 * demos/editingToolbar/images/safari.png: Added.
75 * demos/editingToolbar/index.html: Added.
77 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
79 CIA has changed its hostname from cia.navi.cx to cia.vc
80 <http://bugs.webkit.org/show_bug.cgi?id=15829>
84 * contact.html: Updated links to CIA.
86 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
88 LGPL'ed files contain incorrect FSF address
89 <http://bugs.webkit.org/show_bug.cgi?id=14885>
91 Reviewed by NOBODY (follow-up fix).
93 * blog/wp-includes/class-snoopy.php:
94 * blog/wp-includes/gettext.php:
95 * blog/wp-includes/streams.php:
97 2007-11-01 Sam Weinig <sam@webkit.org>
99 Rubber-stamped by Tim Hatcher.
101 * misc/DatabaseExample.html: Speed up default close speed to .25s
103 2007-11-01 Sam Weinig <sam@webkit.org>
105 Reviewed by Adam Roben.
107 - Don't show the close button on the notes unless hovering over the note.
108 - Do transformation and fade when closing a note using the new transition properties.
110 * misc/DatabaseExample.html:
112 2007-10-29 Mark Rowe <mrowe@apple.com>
118 2007-10-29 Mark Rowe <mrowe@apple.com>
120 Files that have been added or modified on the web server without making it in to SVN.
123 * blog/wp-content/databaseexample.png: Added.
124 * blog/wp-content/uploads: Added.
125 * blog/wp-content/uploads/2007: Added.
126 * blog/wp-content/uploads/2007/06: Added.
127 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
128 * building/cygwin-downloader.zip: Added.
130 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
132 Rubber-stamped by Mark Rowe.
134 * images/download.png: Updated to say "Nightly builds" instead of
135 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
136 download link anyway.
138 2007-10-21 David Kilzer <ddkilzer@webkit.org>
142 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
143 DOM Exception opening up client-side database example for the first time
145 There was a race condition when creating the WebKitStickyNotes table for the
146 first time in which the loaded() function (renamed to loadNotes()) could be
147 called before the table was created. Prevent this by only calling loadNotes()
148 in an executeSql() callback after we know the table exists, or after we know
149 the table has been created.
151 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
152 Created a new loaded() function.
154 2007-10-20 Mark Rowe <mrowe@apple.com>
156 Rubber-stamped by Adam.
158 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
160 * misc/DatabaseExample.html:
161 * misc/deleteButton.png: Added.
162 * misc/deleteButton.tiff: Removed.
163 * misc/deleteButtonPressed.png: Added.
164 * misc/deleteButtonPressed.tiff: Removed.
166 2007-10-20 Adam Roben <aroben@apple.com>
168 Make the notes sticky!
172 * misc/DatabaseExample.html:
173 * misc/deleteButton.tiff: Added.
174 * misc/deleteButtonPressed.tiff: Added.
176 2007-10-19 Timothy Hatcher <timothy@apple.com>
178 Reviewed by Mark Rowe.
180 Fix a couple of exceptions for first time users.
182 * misc/DatabaseExample.html:
184 2007-10-19 Anders Carlsson <andersca@apple.com>
188 Make example actually work.
190 * misc/DatabaseExample.html:
192 2007-10-19 Anders Carlsson <andersca@apple.com>
198 * misc/DatabaseExample.html:
200 2007-10-19 Brady Eidson <beidson@apple.com>
204 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
206 * misc/DatabaseExample.html:
208 2007-10-19 Brady Eidson <beidson@apple.com>
210 Reviewed by Tim Hatcher
212 Sample database API usage
214 * misc/DatabaseExample.html: Added.
216 2007-09-25 David Kilzer <ddkilzer@webkit.org>
220 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
221 LGPL'ed files contain incorrect FSF address
223 * blog/wp-content/plugins/wp-cache/wp-cache.php:
224 * blog/wp-includes/class-snoopy.php:
225 * blog/wp-includes/gettext.php:
226 * blog/wp-includes/js/tinymce/license.html:
227 * blog/wp-includes/streams.php:
229 2007-09-23 Maciej Stachowiak <mjs@apple.com>
231 Reviewed by Mark Rowe.
233 - Limit custom list bullets to ordered lists only
244 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
248 * coding/coding-style.html:
249 - in section Other Punctuation
250 - syntax instead of synatax
251 - fix sample code alignment
253 2007-09-06 Maciej Stachowiak <mjs@apple.com>
257 * misc/WebKitDetect.js: Added.
259 2007-09-06 Maciej Stachowiak <mjs@apple.com>
261 Not reviewed - copy of WebKitDetect script from wiki
263 * misc/WebKitDetect.html: Added.
265 2007-08-20 Adam Roben <aroben@apple.com>
267 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
271 * quality/crashlogs.html:
273 2007-07-26 Maciej Stachowiak <mjs@apple.com>
275 - grammar fix pointed out by Mitz.
277 * projects/goals.html:
279 2007-07-25 Maciej Stachowiak <mjs@apple.com>
281 Rubber stamped by Adam.
283 Added WebKit Project Goals.
285 * nav.inc: added a nav link.
286 * projects/goals.html: Added.
288 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
290 Reviewed by Adam Roben.
292 Add information on getting a useful crash log on Mac and Windows.
295 * quality/crashlogs.html: Added.
296 * quality/mac_reportbox.jpg: Added.
297 * quality/mac_viewtrace.jpg: Added.
298 * quality/win_installwatson.jpg: Added.
299 * quality/win_watsongui.jpg: Added.
300 * quality/win_watsoninstalled.jpg: Added.
302 2007-07-20 Mark Rowe <mrowe@apple.com>
304 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
305 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
306 include is functionally identical for our purposes on the first use.
308 * blog/wp-content/advanced-cache.php:
310 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
314 - http://bugs.webkit.org/show_bug.cgi?id=14628
315 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
319 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
321 Reviewed by Adam Roben.
323 Add info about VC++ Express forgetting SDK paths.
325 * building/build.html:
327 2007-07-02 Mitz Pettel <mitz@webkit.org>
331 - http://bugs.webkit.org/show_bug.cgi?id=14482
332 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
334 * quality/reduction.html:
336 2007-07-01 Mitz Pettel <mitz@webkit.org>
340 - http://bugs.webkit.org/show_bug.cgi?id=14481
341 Broken links on coding/lgpl-license.html
343 * coding/lgpl-license.html:
345 2007-06-24 Mitz Pettel <mitz@webkit.org>
347 Reviewed by Adam Roben.
351 * building/build.html:
353 2007-06-23 Mark Rowe <mrowe@apple.com>
357 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
359 2007-06-12 Adam Roben <aroben@apple.com>
361 Update the location of cygwin-downloader.zip.
363 Rubberstamped by Hyatt.
365 * building/tools.html:
367 2007-06-12 Dave Hyatt <hyatt@apple.com>
369 Add Windows checkout/build instructions to the website.
371 * building/build.html:
372 * building/checkout.html:
373 * building/debug.html:
374 * building/tools.html: Added.
380 2007-06-10 Geoffrey Garen <ggaren@apple.com>
382 Reviewed by Beth Dakin.
384 Cleaned up formatting on the check out page.
386 * building/checkout.html:
388 2007-06-08 Mark Rowe <mrowe@apple.com>
390 Rubber-stamped by Hyatt.
392 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
393 than doing server-side user agent checks. This resolves an issue some people were seeing where
394 caching would lead to a page generated for an Internet Explorer user being served to a Safari
395 user. The visible symptom of this was many of the graphics were missing.
397 * blog/wp-content/themes/webkit/header.php:
400 2007-05-04 Mark Rowe <mrowe@apple.com>
402 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
403 present in the old version which have since been removed, but it's unlikely
404 they'll ever cause a problem.
406 2007-05-04 Mark Rowe <mrowe@apple.com>
408 Add graphics used by existing blog posts into SVN.
410 * blog/wp-content/rotate.png: Added.
411 * blog/wp-content/drosera.png: Added.
412 * blog/wp-content/hitlist.png: Added.
413 * blog/wp-content/svgtextmini.png: Added.
414 * blog/wp-content/svgtextmini_01.png: Added.
415 * blog/wp-content/textfield_screenshot.jpg: Added.
416 * blog/wp-content/Picture9.png: Added.
417 * blog/wp-content/svgtext.png: Added.
418 * blog/wp-content/webInspector.png: Added.
419 * blog/wp-content/rotate.svg: Added.
420 * blog/wp-content/chucknorris.png: Added.
422 2007-04-21 Mitz Pettel <mitz@webkit.org>
426 - http://bugs.webkit.org/show_bug.cgi?id=13350
427 Build Ahem into DumpRenderTree
429 * quality/testing.html: Removed the requirement to download and install
430 Ahem for running the tests.
431 * quality/testwriting.html: Added information about Ahem.
433 2007-04-09 Adele Peterson <adele@apple.com>
435 * blog/wp-content/chrome.jpg: Added.
437 2007-04-05 Mark Malone <markmalone@mac.com>
441 http://bugs.webkit.org/show_bug.cgi?id=13273
442 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
444 * nav.inc: Link directly to the hierarchy.
446 2007-03-26 Darin Adler <darin@apple.com>
448 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
450 2007-03-25 Darin Adler <darin@apple.com>
452 * coding/coding-style.html: Put !important on right/wrong colors so they override the
453 green color that comes from the green.css stylesheet.
455 2007-03-25 Darin Adler <darin@apple.com>
457 * coding/RefPtr.html: A couple minor wording tweaks.
459 2007-03-25 Darin Adler <darin@apple.com>
461 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
463 2007-03-25 Mark Rowe <mrowe@apple.com>
465 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
466 Replace raw ampersands in hyperlink URL with named entity.
468 2007-03-25 Darin Adler <darin@apple.com>
470 * coding/RefPtr.html: A couple wording tweaks.
472 2007-03-25 Darin Adler <darin@apple.com>
474 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
477 2007-03-24 Darin Adler <darin@apple.com>
479 * css/main.css: Try tighter spacing for code examples.
481 2007-03-24 Darin Adler <darin@apple.com>
483 * coding/RefPtr.html: <span> -> </span>
485 2007-03-24 Darin Adler <darin@apple.com>
487 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
489 2007-03-24 Darin Adler <darin@apple.com>
491 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
493 Also tweaked the MIME types of a few files and removed a stray executable bit.
495 2007-03-21 David Kilzer <ddkilzer@apple.com>
497 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
499 2007-03-21 David Kilzer <ddkilzer@apple.com>
501 * building/checkout.html: Got rid of "click here" link and restructured sentences
502 linking to svn clients.
504 2007-03-21 David Kilzer <ddkilzer@apple.com>
508 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
510 2007-03-21 Maciej Stachowiak <mjs@apple.com>
512 - some specs to propose by email
514 * specs/HTML_Timed_Media_Elements.html: Added.
515 * specs/Timed_Media_CSS.html: Added.
516 * specs/Timed_Media_Elements-Open_Issues.html: Added.
517 * specs/mediaelement.css: Added.
518 * specs/movie-status-states.png: Added.
520 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
524 Clear up the steps necessary to get a patch landed.
526 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
527 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
529 * coding/contributing.html:
531 2007-03-18 Maciej Stachowiak <mjs@apple.com>
533 Added a random JS benchmark.
535 * misc/morph.html: Added.
537 2007-03-14 Kevin McCullough <kmccullough@apple.com>
541 Silly wrapping change for testing a post-commit hook change.
545 2007-03-09 Darin Adler <darin@apple.com>
547 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
548 we want it to match pre, and the default font looks fine -- no need to
549 ask for "Courier New" explicitly.
551 2007-03-09 Mark Rowe <mrowe@apple.com>
553 Rubber-stamped by Tim Hatcher.
555 Sexy blog permalinks!
557 * blog/.htaccess: Added.
559 2007-03-09 Mark Rowe <mrowe@apple.com>
563 * building/checkout.html: Update repository URL.
565 2007-03-07 Brady Eidson <beidson@apple.com>
567 Whoops, its actually prepare-ChangeLog
569 * coding/contributing.html:
571 2007-03-07 Brady Eidson <beidson@apple.com>
575 Explicitly mention the prepare-Changelog step for contributing patches
577 * coding/contributing.html:
579 2007-02-25 Anders Carlsson <acarlsson@apple.com>
583 * building/checkout.html:
584 Add Trac link to our SVN repository,
586 2007-02-15 Darin Adler <darin@apple.com>
588 * projects/performance/index.html: Fix i-Bench link.
590 2007-02-08 Mark Rowe <mrowe@apple.com>
592 Reviewed by Tim Hatcher.
594 * nav.inc: Add link to very work-in-progress DOM documentation.
596 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
600 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
602 * blog/wp-admin/admin-header.php:
605 2007-01-15 Brady Eidson <beidson@apple.com>
609 * coding/coding-style.html: Added switch/case indentation rules
611 2007-01-15 Eric Seidel <eric@webkit.org>
615 * coding/coding-style.html: update to include style for header guards
617 2007-01-10 Geoffrey Garen <ggaren@apple.com>
619 * coding/coding-style.html: Fixed minor validation error.
621 2007-01-10 Geoffrey Garen <ggaren@apple.com>
623 Reviewed by Beth Dakin.
625 Updated coding style guidelines to cover a lot of stuff previously absent.
627 * coding/coding-style.html:
629 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
633 http://bugs.webkit.org/show_bug.cgi?id=11295
634 Nightly download size is misleading
636 * images/download.png: Changed the size to 6 MB.
638 2007-01-01 Darin Adler <darin@apple.com>
640 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
642 2006-12-06 Rob Buis <buis@kde.org>
646 http://bugs.webkit.org/show_bug.cgi?id=10254
647 A few grammar and spelling corrections on the WebKit website
649 Grammar and spelling corrections by Jonathan Johnsson.
651 * coding/coding-style.html:
652 * projects/css/index.html:
653 * projects/javascript/index.html:
654 * projects/svg/index.html:
655 * quality/reduction.html:
657 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
661 http://bugs.webkit.org/show_bug.cgi?id=11652
662 Bug 11652: Mailing list address and URL are incorrect
664 This also removes a lot of bit rot from the KWQ-era.
666 * coding/contributing.html:
668 * projects/css/index.html:
669 * projects/editing/index.html:
670 * projects/forms/index.html:
671 * projects/html/index.html:
672 * projects/portability/index.html:
673 * projects/xslt/index.html:
674 * quality/lifecycle.html:
675 * quality/testwriting.html:
677 2006-11-18 Mitz Pettel <mitz@webkit.org>
681 Gender-neutrality fix.
683 * coding/contributing.html:
685 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
687 Reviewed by Tim Hatcher.
689 Moved the web developer page to the wiki, adding link to the Drosera page.
691 * .htaccess: Add permanent redirect to the new page on the wiki.
692 * contact.html: Trac numbers are no longer one off.
694 * webdevelopers/index.html: Removed.
695 * webdevelopers/webkit_version.html: Removed.
696 * webdevelopers/webkit_version.js: Removed.
697 * webdevelopers/webkit_version_xl.html: Removed.
698 * webdevelopers/webkit_version_xl.js: Removed.
700 2006-11-14 Mark Rowe <bdash@webkit.org>
702 Reviewed by Tim Hatcher.
704 http://bugs.webkit.org/show_bug.cgi?id=9529
705 Bug 9529: Navigation HTML duplicated on webkit.org web site
707 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
708 * nav.inc: Generate WordPress archive list if included from within WordPress.
710 2006-11-07 Mark Rowe <bdash@webkit.org>
712 Reviewed by Dave Hyatt.
714 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
715 component to the correct JavaScriptCore.
717 2006-11-06 Timothy Hatcher <timothy@apple.com>
721 Update the site with new wiki and Trac links.
723 * blog/wp-content/themes/webkit/sidebar.php:
724 * building/build.html:
727 * projects/svg/index.html:
729 2006-10-31 Mark Rowe <bdash@webkit.org>
733 Update WebKit blog link to prevent pointless redirects.
737 2006-10-25 Mitz Pettel <mitz@webkit.org>
741 - http://bugs.webkit.org/show_bug.cgi?id=11412
742 Stray list item in coding/coding-style.html
744 * coding/coding-style.html:
746 2006-10-25 Mark Rowe <bdash@webkit.org>
750 Fix some HTML bugs in the coding style guidelines.
752 * coding/coding-style.html:
754 2006-10-13 Geoffrey Garen <ggaren@apple.com>
758 Split build, run, and debug steps into separate pages. Darin recommended
761 * building/build.html:
762 * building/checkout.html:
763 * building/debug.html: Added.
764 * building/run.html: Added.
767 2006-10-05 Eric Seidel <eric@webkit.org>
771 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
773 2006-09-26 Eric Seidel <eric@webkit.org>
777 * projects/svg/status.xml: update status to reflect current state of SVG development
779 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
783 http://bugs.webkit.org/show_bug.cgi?id=10975
784 Update the blog template to valid HTML 4.01 Strict.
786 * blog/wp-content/themes/webkit/comments-popup.php:
787 * blog/wp-content/themes/webkit/comments.php:
788 * blog/wp-content/themes/webkit/footer.php:
789 * blog/wp-content/themes/webkit/header.php:
790 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
792 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
796 http://bugs.webkit.org/show_bug.cgi?id=10966
797 Bug 10966: Updates to website
799 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
801 * coding/coding-style.html:
802 * coding/lgpl-license.html:
805 * projects/css/index.html:
806 * projects/editing/index.html:
807 * projects/forms/index.html:
808 * projects/html/index.html:
809 * projects/index.html:
810 * projects/javascript/index.html:
811 * projects/svg/index.html:
812 * projects/xslt/index.html:
813 * webdevelopers/webkit_version.html:
814 * webdevelopers/webkit_version_xl.html:
816 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
820 Updates to make static pages validate as HTML 4.01 Strict.
822 * building/build.html:
823 * coding/coding-style.html:
825 * index.html: Move <style> tag into the document head.
826 * projects/cleanup/index.html:
827 * projects/compat/index.html:
828 * projects/css/index.html:
829 * projects/documentation/index.html:
830 * projects/editing/index.html:
831 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
832 * projects/html/index.html:
833 * projects/javascript/index.html:
834 * projects/performance/index.html:
835 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
836 * projects/printing/index.html:
837 * projects/svg/index.html:
838 * projects/xslt/index.html:
839 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
840 * quality/reduction.html:
841 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
842 * quality/testing.html:
844 2006-09-19 Brady Eidson <beidson@apple.com>
846 http://bugs.webkit.org/show_bug.cgi?id=8220
847 Add the favicon.ico to the site.
848 Notice, users of shipping Safari won't see the updated favicon
849 unless they clear their icon cache - ToT users can manually reload
850 the site and force the refresh ;)
852 * favicon.ico: Added.
854 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
858 - this patch brought to you by the letter 'c'
860 * coding/coding-style.html:
862 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
866 - http://bugs.webkit.org/show_bug.cgi?id=10444
867 Navigation links overlap the Spam Karma 2 footer
869 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
871 2006-08-21 Timothy Hatcher <timothy@apple.com>
875 Bug 9302: WebKit nightly download image says ~2.5 MB when
876 universal binaries make it ~5.0 MB
877 http://bugs.webkit.org/show_bug.cgi?id=9302
879 * images/download.png:
881 2006-08-21 Timothy Hatcher <timothy@apple.com>
885 Changes many opendarwin.org links to the proper webkit.org version.
887 * blog/wp-content/themes/webkit/sidebar.php:
888 * blog/wp-content/themes/webkit/style.css:
889 * building/build.html:
890 * coding/contributing.html:
894 * projects/compat/hitlist.html:
895 * projects/css/index.html:
896 * projects/editing/index.html:
897 * projects/forms/index.html:
898 * projects/html/index.html:
899 * projects/javascript/index.html:
900 * projects/svg/index.html:
901 * projects/svg/svg-status.xsl:
902 * projects/xslt/index.html:
903 * quality/bugpriorities.html:
904 * quality/bugzilla.html:
905 * quality/leakhunting.html:
906 * quality/lifecycle.html:
907 * quality/reporting.html:
909 2006-08-15 Eric Seidel <eric@webkit.org>
913 * projects/svg/status.xml: updated to reflect current SVG status
915 2006-08-02 Geoffrey Garen <ggaren@apple.com>
919 Tweaked the build instructions a bit.
921 * building/build.html:
922 * building/debug.png: Added.
924 2006-08-02 Darin Adler <darin@apple.com>
926 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
928 2006-08-01 Geoffrey Garen <ggaren@apple.com>
932 - Added instructions for debugging in Xcode
934 * building/build-window.png: Added.
935 * building/build.html:
936 * building/custom-executable.png: Added.
937 * building/info-tab.png: Added.
939 2006-07-30 Geoffrey Garen <ggaren@apple.com>
943 - Tweaked the checkout and build instructions to make them simpler and
946 * building/build.html:
947 * building/checkout.html:
949 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
953 - see http://bugs.webkit.org/show_bug.cgi?id=9539
954 Another case error preventing build
956 * building/build.html: Building WebKit now requires Xcode 2.3.
958 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
960 Reviewed and landed by Anders.
962 * blog/wp-content/themes/webkit/sidebar.php:
963 Add link to Wiki in the navigation menu here too.
965 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
967 Reviewed and landed by Anders.
969 * nav.inc: Add link to Wiki in the navigation menu.
971 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
973 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
975 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
977 Improve wording of first paragraph of webkit site.
981 2006-06-08 Timothy Hatcher <timothy@apple.com>
985 Include our own copies of the BSD and LGPL licenses.
987 * coding/bsd-license.html: Added.
988 * coding/lgpl-license.html: Added.
989 * nav.inc: link to our copies of the licenses
991 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
995 http://bugs.webkit.org/show_bug.cgi?id=9303
996 JavaScript error when loading WebKit blog page
998 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
999 * nav.inc: Removed evil tabs--whitespace change only.
1001 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1003 Reviewed by John Sullivan.
1005 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1006 and 'other' bug databases.
1008 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1010 Reviewed by Timothy Hatcher.
1012 Adding Google Analytics tracking code, to create stats of our webpages.
1014 * blog/wp-content/themes/webkit/footer.php:
1017 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1019 Reviewed by Timothy.
1021 * index.html: Link to Nokia's S60 WebKit.
1023 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1027 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1029 2006-04-28 Eric Seidel <eseidel@apple.com>
1031 Reviewed by andersca.
1033 * projects/svg/status.xml: Update to reflect current status.
1035 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1037 Reviewed by Eric Seidel .
1039 Added WebKit detection scripts and a small howto + a new section to our
1040 website: Web Developers.
1043 * webdevelopers: Added.
1044 * webdevelopers/index.html: Added.
1045 * webdevelopers/webkit_version.html: Added.
1046 * webdevelopers/webkit_version.js: Added.
1047 * webdevelopers/webkit_version_xl.html: Added.
1048 * webdevelopers/webkit_version_xl.js: Added.
1050 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1054 * blog/wp-config.php: passwords and users don't belong in SVN.
1056 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1060 * quality/lifecycle.html: small textual change to my contact info;
1061 * quality/reporting.html: added non-ADC bug report URL.
1063 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1067 * 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.
1069 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1073 * projects/compat/hitlist.html: Added Google Calendar to the list
1074 in place of www.hangseng.com/ebanking
1076 2006-04-11 Eric Seidel <eseidel@apple.com>
1078 Reviewed by andersca.
1080 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1082 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1086 * projects/compat/hitlist.html: updated dates
1088 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1092 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1093 Coding style doc uses illegal entity
1095 * coding/coding-style.html: Changed &emdash; to —.
1097 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1101 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1102 added description of alumni list.
1104 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1108 Clarified that sites on the list aren't necessarily "broken."
1110 * projects/compat/hitlist.html:
1112 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1116 Updated links to gap and bananarepublic bugs.
1118 * projects/compat/hitlist.html:
1120 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1124 Change "Mail.app" to "Mail".
1127 * projects/editing/index.html:
1129 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1131 Oops, accidentally deleted the archives links.
1133 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1135 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1141 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1142 for the rest of the site.
1143 * quality/lifecycle.html: add Joost's homepage to his contact info.
1145 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1147 Doing penance after being set straight by Joost.
1149 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1152 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1154 Reviewed by Maciej, Darin.
1156 Added Safari Compatibility Hit List.
1158 * nav.inc: Link to the hit list.
1159 * projects/compat/hitlist.html: Added.
1160 * projects/compat/index.html: Link to the hit list.
1162 2006-03-02 Eric Seidel <eseidel@apple.com>
1166 * quality/reporting.html: display a nicer message to those using 10.2
1168 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1170 Reviewed by Maciej, landed by Geoff.
1172 Change "Deployment" to "Release" and "Development" to "Debug".
1173 Update latest Xcode version from 2.2 to 2.2.1.
1175 * building/build.html
1177 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1179 Accidentally wrote "Release" instead of "Debug" in my last patch.
1181 * quality/leakhunting.html:
1183 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1185 Some quick proof-reading of the patch I just landed -- no review
1188 * quality/leakhunting.html:
1190 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1192 Reviewed by Darin, Geoff.
1194 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1196 Added this page to the menu, adding in an extra section header
1200 * quality/leakhunting.html: Added.
1202 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1206 Fixed Bugzilla URL's
1208 * projects/forms/index.html:
1209 * projects/html/index.html:
1210 * projects/xslt/index.html:
1212 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1216 Made line-height global instead of just for p
1219 fixed bugzilla link, added starting <p> to first paragraph
1220 removed paragraph about tab-stops
1223 * projects/editing/index.html:
1225 2006-02-17 Darin Adler <darin@apple.com>
1227 * coding/coding-style.html: Mention other non-function brace cases.
1229 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1233 Added left position and margin-bottom to blog footer.
1237 2006-02-16 Timothy Hatcher <timothy@apple.com>
1241 Fixes PNGs with 8bit alpha on IE.
1243 * css/ie.css: attach the pngbehavior.htc to img tags
1244 * images/blank.png: Added.
1245 * index.html: add the width and height to the download img
1246 * pngbehavior.htc: Added.
1248 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1250 Changed by Darin on my machine.
1252 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1255 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1257 Reviewed and landed by Maciej.
1259 Made the author name bold on the frontpage.
1260 Moved the "Posted by" line up under the title and made the author name
1261 bold in single view.
1263 * blog/wp-content/themes/webkit/index.php:
1264 * blog/wp-content/themes/webkit/single.php:
1266 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1270 Updated the site to use the new layout.
1274 * blog/wp-content/themes/classic: Removed.
1275 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1276 * blog/wp-content/themes/classic/comments.php: Removed.
1277 * blog/wp-content/themes/classic/footer.php: Removed.
1278 * blog/wp-content/themes/classic/header.php: Removed.
1279 * blog/wp-content/themes/classic/index.php: Removed.
1280 * blog/wp-content/themes/classic/sidebar.php: Removed.
1281 * blog/wp-content/themes/classic/style.css: Removed.
1282 * blog/wp-content/themes/default: Removed.
1283 * blog/wp-content/themes/default/404.php: Removed.
1284 * blog/wp-content/themes/default/archive.php: Removed.
1285 * blog/wp-content/themes/default/archives.php: Removed.
1286 * blog/wp-content/themes/default/comments-popup.php: Removed.
1287 * blog/wp-content/themes/default/comments.php: Removed.
1288 * blog/wp-content/themes/default/footer.php: Removed.
1289 * blog/wp-content/themes/default/header.php: Removed.
1290 * blog/wp-content/themes/default/images: Removed.
1291 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1292 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1293 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1294 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1295 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1296 * blog/wp-content/themes/default/index.php: Removed.
1297 * blog/wp-content/themes/default/links.php: Removed.
1298 * blog/wp-content/themes/default/page.php: Removed.
1299 * blog/wp-content/themes/default/search.php: Removed.
1300 * blog/wp-content/themes/default/searchform.php: Removed.
1301 * blog/wp-content/themes/default/sidebar.php: Removed.
1302 * blog/wp-content/themes/default/single.php: Removed.
1303 * blog/wp-content/themes/default/style.css: Removed.
1304 * blog/wp-content/themes/webkit/404.php:
1305 * blog/wp-content/themes/webkit/archive.php:
1306 * blog/wp-content/themes/webkit/archives.php:
1307 * blog/wp-content/themes/webkit/footer.php:
1308 * blog/wp-content/themes/webkit/header.php:
1309 * blog/wp-content/themes/webkit/images: Removed.
1310 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1311 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1312 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1313 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1314 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1315 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1316 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1317 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1318 * blog/wp-content/themes/webkit/index.php:
1319 * blog/wp-content/themes/webkit/page.php:
1320 * blog/wp-content/themes/webkit/search.php:
1321 * blog/wp-content/themes/webkit/sidebar.php:
1322 * blog/wp-content/themes/webkit/single.php:
1323 * blog/wp-content/themes/webkit/style.css:
1324 * building/build.html:
1325 * building/checkout.html:
1326 * coding/coding-style.html:
1327 * coding/contributing.html:
1330 * css/blue.css: Added.
1331 * css/gray.css: Added.
1332 * css/green.css: Added.
1333 * css/ie.css: Added.
1334 * css/main.css: Added.
1335 * css/pink.css: Added.
1336 * css/purple.css: Added.
1337 * css/yellow.css: Added.
1338 * footer.inc: Added.
1339 * header.inc: Added.
1340 * images/blue-background.png: Added.
1341 * images/blue-bullet.png: Added.
1342 * images/bluebanner.png: Removed.
1343 * images/download.png: Added.
1344 * images/end.png: Added.
1345 * images/gray-background.png: Added.
1346 * images/green-background.png: Added.
1347 * images/green-bullet.png: Added.
1348 * images/icon-gold.png: Added.
1349 * images/icon.png: Added.
1350 * images/ie-nav.png: Added.
1351 * images/middle.png: Added.
1352 * images/nav.png: Added.
1353 * images/pink-background.png: Added.
1354 * images/pink-bullet.png: Added.
1355 * images/purple-background.png: Added.
1356 * images/purple-bullet.png: Added.
1357 * images/separator.png: Removed.
1358 * images/webkit-background.png: Removed.
1359 * images/welcomeopen.gif: Removed.
1360 * images/yellow-background.png: Added.
1361 * images/yellow-bullet.png: Added.
1364 * projects/accessibility/index.html:
1365 * projects/cleanup/index.html:
1366 * projects/compat/index.html:
1367 * projects/css/index.html:
1368 * projects/documentation/index.html:
1369 * projects/dom/index.html:
1370 * projects/editing/index.html:
1371 * projects/forms/index.html:
1372 * projects/html/index.html:
1373 * projects/index.html:
1374 * projects/javascript/index.html:
1375 * projects/layout/index.html:
1376 * projects/mathml/index.html:
1377 * projects/performance/index.html:
1378 * projects/plugins/index.html:
1379 * projects/portability/index.html:
1380 * projects/printing/index.html:
1381 * projects/svg/index.html:
1382 * projects/webkit/index.html:
1383 * projects/xml/index.html:
1384 * projects/xslt/index.html:
1385 * quality/bugpriorities.html:
1386 * quality/bugwriting.html:
1387 * quality/bugzilla.html:
1388 * quality/lifecycle.html:
1389 * quality/reduction.html:
1390 * quality/reporting.html:
1391 * quality/testing.html:
1392 * quality/testwriting.html:
1393 * sidebar.css: Removed.
1394 * sidebar.html: Removed.
1395 * webkitdev.css: Removed.
1397 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1401 Updated page to show 10.4.4 or 10.4.5
1402 Added support for recognizing Shiira.
1404 * quality/reporting.html:
1406 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1408 Reviewed by eseidel.
1410 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1412 Changed "Sign up for a" into "Create a" bugzilla account.
1414 * quality/reduction.html:
1415 * quality/reporting.html:
1417 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1421 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1422 bits are and how to get them.
1424 Changed link in reporting page to link to Bugzilla page.
1426 * quality/bugzilla.html: Added.
1427 * quality/reporting.html:
1429 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1431 Reviewed by eseidel.
1433 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1434 - Detabified the file.
1436 * quality/reporting.html:
1438 2006-02-10 Darin Adler <darin@apple.com>
1440 * index.html: Fixed a typo in a link.
1442 2006-02-10 Darin Adler <darin@apple.com>
1444 * building/checkout.html: Fixed a spelling mistake.
1446 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1448 Reviewed and landed by Anders.
1450 http://bugs.webkit.org/show_bug.cgi?id=7164
1453 Changed <div id="banner" to <h1 id="banner"
1454 global cleanup of CSS and code
1456 * building/build.html:
1457 * building/checkout.html:
1458 * coding/coding-style.html:
1459 * coding/contributing.html:
1462 * projects/accessibility/index.html:
1463 * projects/cleanup/index.html:
1464 * projects/compat/index.html:
1465 * projects/css/index.html:
1466 * projects/documentation/index.html:
1467 * projects/dom/index.html:
1468 * projects/editing/index.html:
1469 * projects/forms/index.html:
1470 * projects/html/index.html:
1471 * projects/index.html:
1472 * projects/javascript/index.html:
1473 * projects/layout/index.html:
1474 * projects/mathml/index.html:
1475 * projects/performance/index.html:
1476 * projects/plugins/index.html:
1477 * projects/portability/index.html:
1478 * projects/printing/index.html:
1479 * projects/svg/index.html:
1480 * projects/webkit/index.html:
1481 * projects/xml/index.html:
1482 * projects/xslt/index.html:
1483 * quality/bugpriorities.html:
1484 * quality/bugwriting.html:
1485 * quality/lifecycle.html:
1486 * quality/reduction.html:
1487 * quality/reporting.html:
1488 * quality/testing.html:
1489 * quality/testwriting.html:
1492 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1494 Reviewed by Darin. Landed by ap.
1496 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1497 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1499 * quality/reporting.html:
1500 * webkitdev.css: Added margin-bottom for li.
1502 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1504 Reviewed by Darin. Landed by Maciej.
1506 - Several fixes to the site
1507 http://bugs.webkit.org/show_bug.cgi?id=7105
1509 * blog/wp-content/themes/webkit/style.css:
1511 * quality/bugwriting.html:
1512 * quality/reduction.html:
1515 2006-02-05 Eric Seidel <eseidel@apple.com>
1519 General update to SVG project page, also link to status page.
1521 * projects/svg/index.html:
1523 2006-02-05 Eric Seidel <eseidel@apple.com>
1525 Rubber stamped by darin.
1527 * projects/svg/status.xml: Added.
1528 * projects/svg/svg-status.css: Added.
1529 * projects/svg/svg-status.xsl: Added.
1531 2006-02-05 Eric Seidel <eseidel@apple.com>