1 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3 Correct link to Visual Studio Express 2005.
4 Old link points to 2008.
10 2007-12-17 Maciej Stachowiak <mjs@apple.com>
14 - work around IE layout bugs
16 * perf/sunspider-0.9/sunspider.css:
18 2007-12-17 Maciej Stachowiak <mjs@apple.com>
24 * perf/sunspider-0.9/sunspider-results.html:
26 2007-12-17 Maciej Stachowiak <mjs@apple.com>
28 Rubber stamped by Mark.
30 - Add a copy of SunSpider 0.9 to the site
33 * perf/sunspider-0.9: Added.
34 * perf/sunspider-0.9/3d-cube.html: Added.
35 * perf/sunspider-0.9/3d-morph.html: Added.
36 * perf/sunspider-0.9/3d-raytrace.html: Added.
37 * perf/sunspider-0.9/access-binary-trees.html: Added.
38 * perf/sunspider-0.9/access-fannkuch.html: Added.
39 * perf/sunspider-0.9/access-nbody.html: Added.
40 * perf/sunspider-0.9/access-nsieve.html: Added.
41 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
42 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
43 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
44 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
45 * perf/sunspider-0.9/controlflow-recursive.html: Added.
46 * perf/sunspider-0.9/crypto-aes.html: Added.
47 * perf/sunspider-0.9/crypto-md5.html: Added.
48 * perf/sunspider-0.9/crypto-sha1.html: Added.
49 * perf/sunspider-0.9/date-format-tofte.html: Added.
50 * perf/sunspider-0.9/date-format-xparb.html: Added.
51 * perf/sunspider-0.9/math-cordic.html: Added.
52 * perf/sunspider-0.9/math-partial-sums.html: Added.
53 * perf/sunspider-0.9/math-spectral-norm.html: Added.
54 * perf/sunspider-0.9/regexp-dna.html: Added.
55 * perf/sunspider-0.9/string-base64.html: Added.
56 * perf/sunspider-0.9/string-fasta.html: Added.
57 * perf/sunspider-0.9/string-tagcloud.html: Added.
58 * perf/sunspider-0.9/string-unpack-code.html: Added.
59 * perf/sunspider-0.9/string-validate-input.html: Added.
60 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
61 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
62 * perf/sunspider-0.9/sunspider-driver.html: Added.
63 * perf/sunspider-0.9/sunspider-record-result.js: Added.
64 * perf/sunspider-0.9/sunspider-results.html: Added.
65 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
66 * perf/sunspider-0.9/sunspider.css: Added.
67 * perf/sunspider-0.9/sunspider.html: Added.
69 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
71 Reviewed by Maciej Stachowiak.
73 http://bugs.webkit.org/show_bug.cgi?id=16446.
75 * building/debug.html: Update to expand the win32 debugging instructions.
77 2007-12-07 Brady Eidson <beidson@apple.com>
79 Reviewed by Darin's rubberstamp
81 When developing the Database feature and dealing with UI Delegate issues, it is important to have
82 live examples on the web to help reproduce certain situations.
84 This file is a dumping ground for such examples, and starts out with one function - the ability to add
85 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
87 * misc/DatabaseTester.html: Added.
89 2007-12-07 Brady Eidson <beidson@apple.com>
91 Reviewed by Adam Roben
93 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
94 unsupported browser or some other error that prevented the database from opening.
95 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
96 of those don't exist yet
98 2007-12-05 Timothy Hatcher <timothy@apple.com>
100 Add another Inspector screenshot for an upcoming blog post.
102 * blog-files/InspectorDatabaseBrowser.png: Added.
104 2007-12-04 Alp Toker <alp@atoker.com>
106 Reviewed by Mark Rowe.
108 Link to Planet WebKit.
112 2007-12-02 Adam Roben <aroben@apple.com>
114 Add another screenshot
116 * blog-files/InspectElementMenu.png: Added.
118 2007-12-02 Adam Roben <aroben@apple.com>
120 Add some Inspector screenshots for an upcoming blog post
122 Rubberstamped by Mark Rowe.
124 * blog-files/InspectorCSSEditing.png: Added.
125 * blog-files/InspectorFonts.png: Added.
127 2007-11-30 Matt Lilek <webkit@mattlilek.com>
131 Link to the commit and review policy.
133 * coding/contributing.html:
136 2007-11-30 Darin Adler <darin@apple.com>
138 * coding/commit-review-policy.html: A couple more typos and very
139 minor grammatical stuff. No substantive change.
141 2007-11-30 Darin Adler <darin@apple.com>
143 * coding/commit-review-policy.html: Fixed a typo, added a footer.
145 2007-11-30 Matt Lilek <webkit@mattlilek.com>
149 Clean up a couple of typos from Maciej's last patch.
151 * coding/commit-review-policy.html:
153 2007-11-30 Maciej Stachowiak <mjs@apple.com>
155 Reviewed by Bertrand.
157 New commit and review policy.
159 * coding/commit-review-policy.html: Added.
161 2007-11-21 Mark Rowe <mrowe@apple.com>
165 Update coding style to cover control statements with no body.
167 * coding/coding-style.html:
169 2007-11-17 Adam Roben <aroben@apple.com>
171 Update Windows debugging instructions
173 Reviewed by Mark Rowe.
175 * building/debug.html:
177 2007-11-14 Brady Eidson <beidson@apple.com>
181 * images/DroseraPic.png: Added.
183 2007-11-12 Brady Eidson <beidson@apple.com>
187 Update the DatabaseExample to use the new API
189 * misc/DatabaseExample.html:
191 2007-11-12 Mark Rowe <mrowe@apple.com>
193 * building/tools.html: Remove extra >.
195 2007-11-09 Antti Koivisto <antti@apple.com>
197 Rubber stamped by bdash.
199 Add directory for blog resources (and one image).
202 * blog-files/touch-poster.png: Added.
204 2007-11-07 Dan Bernstein <mitz@apple.com>
206 Reviewed by Darin Adler.
208 - removed a workaround for the bug fixed in the WebCore part of this
211 2007-11-04 Timothy Hatcher <timothy@apple.com>
213 Land the HTML Editing Toolbar demo from WWDC 2007.
216 * demos/editingToolbar: Added.
217 * demos/editingToolbar/FancyToolbar.css: Added.
218 * demos/editingToolbar/FancyToolbar.js: Added.
219 * demos/editingToolbar/FancyToolbarImages: Added.
220 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
221 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
222 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
223 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
224 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
225 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
226 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
227 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
228 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
229 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
230 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
231 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
232 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
233 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
234 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
235 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
236 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
237 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
238 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
239 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
240 * demos/editingToolbar/content.html: Added.
241 * demos/editingToolbar/images: Added.
242 * demos/editingToolbar/images/safari.png: Added.
243 * demos/editingToolbar/index.html: Added.
245 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
247 CIA has changed its hostname from cia.navi.cx to cia.vc
248 <http://bugs.webkit.org/show_bug.cgi?id=15829>
252 * contact.html: Updated links to CIA.
254 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
256 LGPL'ed files contain incorrect FSF address
257 <http://bugs.webkit.org/show_bug.cgi?id=14885>
259 Reviewed by NOBODY (follow-up fix).
261 * blog/wp-includes/class-snoopy.php:
262 * blog/wp-includes/gettext.php:
263 * blog/wp-includes/streams.php:
265 2007-11-01 Sam Weinig <sam@webkit.org>
267 Rubber-stamped by Tim Hatcher.
269 * misc/DatabaseExample.html: Speed up default close speed to .25s
271 2007-11-01 Sam Weinig <sam@webkit.org>
273 Reviewed by Adam Roben.
275 - Don't show the close button on the notes unless hovering over the note.
276 - Do transformation and fade when closing a note using the new transition properties.
278 * misc/DatabaseExample.html:
280 2007-10-29 Mark Rowe <mrowe@apple.com>
286 2007-10-29 Mark Rowe <mrowe@apple.com>
288 Files that have been added or modified on the web server without making it in to SVN.
291 * blog/wp-content/databaseexample.png: Added.
292 * blog/wp-content/uploads: Added.
293 * blog/wp-content/uploads/2007: Added.
294 * blog/wp-content/uploads/2007/06: Added.
295 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
296 * building/cygwin-downloader.zip: Added.
298 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
300 Rubber-stamped by Mark Rowe.
302 * images/download.png: Updated to say "Nightly builds" instead of
303 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
304 download link anyway.
306 2007-10-21 David Kilzer <ddkilzer@webkit.org>
310 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
311 DOM Exception opening up client-side database example for the first time
313 There was a race condition when creating the WebKitStickyNotes table for the
314 first time in which the loaded() function (renamed to loadNotes()) could be
315 called before the table was created. Prevent this by only calling loadNotes()
316 in an executeSql() callback after we know the table exists, or after we know
317 the table has been created.
319 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
320 Created a new loaded() function.
322 2007-10-20 Mark Rowe <mrowe@apple.com>
324 Rubber-stamped by Adam.
326 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
328 * misc/DatabaseExample.html:
329 * misc/deleteButton.png: Added.
330 * misc/deleteButton.tiff: Removed.
331 * misc/deleteButtonPressed.png: Added.
332 * misc/deleteButtonPressed.tiff: Removed.
334 2007-10-20 Adam Roben <aroben@apple.com>
336 Make the notes sticky!
340 * misc/DatabaseExample.html:
341 * misc/deleteButton.tiff: Added.
342 * misc/deleteButtonPressed.tiff: Added.
344 2007-10-19 Timothy Hatcher <timothy@apple.com>
346 Reviewed by Mark Rowe.
348 Fix a couple of exceptions for first time users.
350 * misc/DatabaseExample.html:
352 2007-10-19 Anders Carlsson <andersca@apple.com>
356 Make example actually work.
358 * misc/DatabaseExample.html:
360 2007-10-19 Anders Carlsson <andersca@apple.com>
366 * misc/DatabaseExample.html:
368 2007-10-19 Brady Eidson <beidson@apple.com>
372 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
374 * misc/DatabaseExample.html:
376 2007-10-19 Brady Eidson <beidson@apple.com>
378 Reviewed by Tim Hatcher
380 Sample database API usage
382 * misc/DatabaseExample.html: Added.
384 2007-09-25 David Kilzer <ddkilzer@webkit.org>
388 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
389 LGPL'ed files contain incorrect FSF address
391 * blog/wp-content/plugins/wp-cache/wp-cache.php:
392 * blog/wp-includes/class-snoopy.php:
393 * blog/wp-includes/gettext.php:
394 * blog/wp-includes/js/tinymce/license.html:
395 * blog/wp-includes/streams.php:
397 2007-09-23 Maciej Stachowiak <mjs@apple.com>
399 Reviewed by Mark Rowe.
401 - Limit custom list bullets to ordered lists only
412 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
416 * coding/coding-style.html:
417 - in section Other Punctuation
418 - syntax instead of synatax
419 - fix sample code alignment
421 2007-09-06 Maciej Stachowiak <mjs@apple.com>
425 * misc/WebKitDetect.js: Added.
427 2007-09-06 Maciej Stachowiak <mjs@apple.com>
429 Not reviewed - copy of WebKitDetect script from wiki
431 * misc/WebKitDetect.html: Added.
433 2007-08-20 Adam Roben <aroben@apple.com>
435 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
439 * quality/crashlogs.html:
441 2007-07-26 Maciej Stachowiak <mjs@apple.com>
443 - grammar fix pointed out by Mitz.
445 * projects/goals.html:
447 2007-07-25 Maciej Stachowiak <mjs@apple.com>
449 Rubber stamped by Adam.
451 Added WebKit Project Goals.
453 * nav.inc: added a nav link.
454 * projects/goals.html: Added.
456 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
458 Reviewed by Adam Roben.
460 Add information on getting a useful crash log on Mac and Windows.
463 * quality/crashlogs.html: Added.
464 * quality/mac_reportbox.jpg: Added.
465 * quality/mac_viewtrace.jpg: Added.
466 * quality/win_installwatson.jpg: Added.
467 * quality/win_watsongui.jpg: Added.
468 * quality/win_watsoninstalled.jpg: Added.
470 2007-07-20 Mark Rowe <mrowe@apple.com>
472 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
473 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
474 include is functionally identical for our purposes on the first use.
476 * blog/wp-content/advanced-cache.php:
478 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
482 - http://bugs.webkit.org/show_bug.cgi?id=14628
483 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
487 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
489 Reviewed by Adam Roben.
491 Add info about VC++ Express forgetting SDK paths.
493 * building/build.html:
495 2007-07-02 Mitz Pettel <mitz@webkit.org>
499 - http://bugs.webkit.org/show_bug.cgi?id=14482
500 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
502 * quality/reduction.html:
504 2007-07-01 Mitz Pettel <mitz@webkit.org>
508 - http://bugs.webkit.org/show_bug.cgi?id=14481
509 Broken links on coding/lgpl-license.html
511 * coding/lgpl-license.html:
513 2007-06-24 Mitz Pettel <mitz@webkit.org>
515 Reviewed by Adam Roben.
519 * building/build.html:
521 2007-06-23 Mark Rowe <mrowe@apple.com>
525 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
527 2007-06-12 Adam Roben <aroben@apple.com>
529 Update the location of cygwin-downloader.zip.
531 Rubberstamped by Hyatt.
533 * building/tools.html:
535 2007-06-12 Dave Hyatt <hyatt@apple.com>
537 Add Windows checkout/build instructions to the website.
539 * building/build.html:
540 * building/checkout.html:
541 * building/debug.html:
542 * building/tools.html: Added.
548 2007-06-10 Geoffrey Garen <ggaren@apple.com>
550 Reviewed by Beth Dakin.
552 Cleaned up formatting on the check out page.
554 * building/checkout.html:
556 2007-06-08 Mark Rowe <mrowe@apple.com>
558 Rubber-stamped by Hyatt.
560 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
561 than doing server-side user agent checks. This resolves an issue some people were seeing where
562 caching would lead to a page generated for an Internet Explorer user being served to a Safari
563 user. The visible symptom of this was many of the graphics were missing.
565 * blog/wp-content/themes/webkit/header.php:
568 2007-05-04 Mark Rowe <mrowe@apple.com>
570 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
571 present in the old version which have since been removed, but it's unlikely
572 they'll ever cause a problem.
574 2007-05-04 Mark Rowe <mrowe@apple.com>
576 Add graphics used by existing blog posts into SVN.
578 * blog/wp-content/rotate.png: Added.
579 * blog/wp-content/drosera.png: Added.
580 * blog/wp-content/hitlist.png: Added.
581 * blog/wp-content/svgtextmini.png: Added.
582 * blog/wp-content/svgtextmini_01.png: Added.
583 * blog/wp-content/textfield_screenshot.jpg: Added.
584 * blog/wp-content/Picture9.png: Added.
585 * blog/wp-content/svgtext.png: Added.
586 * blog/wp-content/webInspector.png: Added.
587 * blog/wp-content/rotate.svg: Added.
588 * blog/wp-content/chucknorris.png: Added.
590 2007-04-21 Mitz Pettel <mitz@webkit.org>
594 - http://bugs.webkit.org/show_bug.cgi?id=13350
595 Build Ahem into DumpRenderTree
597 * quality/testing.html: Removed the requirement to download and install
598 Ahem for running the tests.
599 * quality/testwriting.html: Added information about Ahem.
601 2007-04-09 Adele Peterson <adele@apple.com>
603 * blog/wp-content/chrome.jpg: Added.
605 2007-04-05 Mark Malone <markmalone@mac.com>
609 http://bugs.webkit.org/show_bug.cgi?id=13273
610 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
612 * nav.inc: Link directly to the hierarchy.
614 2007-03-26 Darin Adler <darin@apple.com>
616 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
618 2007-03-25 Darin Adler <darin@apple.com>
620 * coding/coding-style.html: Put !important on right/wrong colors so they override the
621 green color that comes from the green.css stylesheet.
623 2007-03-25 Darin Adler <darin@apple.com>
625 * coding/RefPtr.html: A couple minor wording tweaks.
627 2007-03-25 Darin Adler <darin@apple.com>
629 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
631 2007-03-25 Mark Rowe <mrowe@apple.com>
633 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
634 Replace raw ampersands in hyperlink URL with named entity.
636 2007-03-25 Darin Adler <darin@apple.com>
638 * coding/RefPtr.html: A couple wording tweaks.
640 2007-03-25 Darin Adler <darin@apple.com>
642 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
645 2007-03-24 Darin Adler <darin@apple.com>
647 * css/main.css: Try tighter spacing for code examples.
649 2007-03-24 Darin Adler <darin@apple.com>
651 * coding/RefPtr.html: <span> -> </span>
653 2007-03-24 Darin Adler <darin@apple.com>
655 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
657 2007-03-24 Darin Adler <darin@apple.com>
659 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
661 Also tweaked the MIME types of a few files and removed a stray executable bit.
663 2007-03-21 David Kilzer <ddkilzer@apple.com>
665 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
667 2007-03-21 David Kilzer <ddkilzer@apple.com>
669 * building/checkout.html: Got rid of "click here" link and restructured sentences
670 linking to svn clients.
672 2007-03-21 David Kilzer <ddkilzer@apple.com>
676 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
678 2007-03-21 Maciej Stachowiak <mjs@apple.com>
680 - some specs to propose by email
682 * specs/HTML_Timed_Media_Elements.html: Added.
683 * specs/Timed_Media_CSS.html: Added.
684 * specs/Timed_Media_Elements-Open_Issues.html: Added.
685 * specs/mediaelement.css: Added.
686 * specs/movie-status-states.png: Added.
688 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
692 Clear up the steps necessary to get a patch landed.
694 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
695 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
697 * coding/contributing.html:
699 2007-03-18 Maciej Stachowiak <mjs@apple.com>
701 Added a random JS benchmark.
703 * misc/morph.html: Added.
705 2007-03-14 Kevin McCullough <kmccullough@apple.com>
709 Silly wrapping change for testing a post-commit hook change.
713 2007-03-09 Darin Adler <darin@apple.com>
715 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
716 we want it to match pre, and the default font looks fine -- no need to
717 ask for "Courier New" explicitly.
719 2007-03-09 Mark Rowe <mrowe@apple.com>
721 Rubber-stamped by Tim Hatcher.
723 Sexy blog permalinks!
725 * blog/.htaccess: Added.
727 2007-03-09 Mark Rowe <mrowe@apple.com>
731 * building/checkout.html: Update repository URL.
733 2007-03-07 Brady Eidson <beidson@apple.com>
735 Whoops, its actually prepare-ChangeLog
737 * coding/contributing.html:
739 2007-03-07 Brady Eidson <beidson@apple.com>
743 Explicitly mention the prepare-Changelog step for contributing patches
745 * coding/contributing.html:
747 2007-02-25 Anders Carlsson <acarlsson@apple.com>
751 * building/checkout.html:
752 Add Trac link to our SVN repository,
754 2007-02-15 Darin Adler <darin@apple.com>
756 * projects/performance/index.html: Fix i-Bench link.
758 2007-02-08 Mark Rowe <mrowe@apple.com>
760 Reviewed by Tim Hatcher.
762 * nav.inc: Add link to very work-in-progress DOM documentation.
764 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
768 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
770 * blog/wp-admin/admin-header.php:
773 2007-01-15 Brady Eidson <beidson@apple.com>
777 * coding/coding-style.html: Added switch/case indentation rules
779 2007-01-15 Eric Seidel <eric@webkit.org>
783 * coding/coding-style.html: update to include style for header guards
785 2007-01-10 Geoffrey Garen <ggaren@apple.com>
787 * coding/coding-style.html: Fixed minor validation error.
789 2007-01-10 Geoffrey Garen <ggaren@apple.com>
791 Reviewed by Beth Dakin.
793 Updated coding style guidelines to cover a lot of stuff previously absent.
795 * coding/coding-style.html:
797 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
801 http://bugs.webkit.org/show_bug.cgi?id=11295
802 Nightly download size is misleading
804 * images/download.png: Changed the size to 6 MB.
806 2007-01-01 Darin Adler <darin@apple.com>
808 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
810 2006-12-06 Rob Buis <buis@kde.org>
814 http://bugs.webkit.org/show_bug.cgi?id=10254
815 A few grammar and spelling corrections on the WebKit website
817 Grammar and spelling corrections by Jonathan Johnsson.
819 * coding/coding-style.html:
820 * projects/css/index.html:
821 * projects/javascript/index.html:
822 * projects/svg/index.html:
823 * quality/reduction.html:
825 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
829 http://bugs.webkit.org/show_bug.cgi?id=11652
830 Bug 11652: Mailing list address and URL are incorrect
832 This also removes a lot of bit rot from the KWQ-era.
834 * coding/contributing.html:
836 * projects/css/index.html:
837 * projects/editing/index.html:
838 * projects/forms/index.html:
839 * projects/html/index.html:
840 * projects/portability/index.html:
841 * projects/xslt/index.html:
842 * quality/lifecycle.html:
843 * quality/testwriting.html:
845 2006-11-18 Mitz Pettel <mitz@webkit.org>
849 Gender-neutrality fix.
851 * coding/contributing.html:
853 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
855 Reviewed by Tim Hatcher.
857 Moved the web developer page to the wiki, adding link to the Drosera page.
859 * .htaccess: Add permanent redirect to the new page on the wiki.
860 * contact.html: Trac numbers are no longer one off.
862 * webdevelopers/index.html: Removed.
863 * webdevelopers/webkit_version.html: Removed.
864 * webdevelopers/webkit_version.js: Removed.
865 * webdevelopers/webkit_version_xl.html: Removed.
866 * webdevelopers/webkit_version_xl.js: Removed.
868 2006-11-14 Mark Rowe <bdash@webkit.org>
870 Reviewed by Tim Hatcher.
872 http://bugs.webkit.org/show_bug.cgi?id=9529
873 Bug 9529: Navigation HTML duplicated on webkit.org web site
875 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
876 * nav.inc: Generate WordPress archive list if included from within WordPress.
878 2006-11-07 Mark Rowe <bdash@webkit.org>
880 Reviewed by Dave Hyatt.
882 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
883 component to the correct JavaScriptCore.
885 2006-11-06 Timothy Hatcher <timothy@apple.com>
889 Update the site with new wiki and Trac links.
891 * blog/wp-content/themes/webkit/sidebar.php:
892 * building/build.html:
895 * projects/svg/index.html:
897 2006-10-31 Mark Rowe <bdash@webkit.org>
901 Update WebKit blog link to prevent pointless redirects.
905 2006-10-25 Mitz Pettel <mitz@webkit.org>
909 - http://bugs.webkit.org/show_bug.cgi?id=11412
910 Stray list item in coding/coding-style.html
912 * coding/coding-style.html:
914 2006-10-25 Mark Rowe <bdash@webkit.org>
918 Fix some HTML bugs in the coding style guidelines.
920 * coding/coding-style.html:
922 2006-10-13 Geoffrey Garen <ggaren@apple.com>
926 Split build, run, and debug steps into separate pages. Darin recommended
929 * building/build.html:
930 * building/checkout.html:
931 * building/debug.html: Added.
932 * building/run.html: Added.
935 2006-10-05 Eric Seidel <eric@webkit.org>
939 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
941 2006-09-26 Eric Seidel <eric@webkit.org>
945 * projects/svg/status.xml: update status to reflect current state of SVG development
947 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
951 http://bugs.webkit.org/show_bug.cgi?id=10975
952 Update the blog template to valid HTML 4.01 Strict.
954 * blog/wp-content/themes/webkit/comments-popup.php:
955 * blog/wp-content/themes/webkit/comments.php:
956 * blog/wp-content/themes/webkit/footer.php:
957 * blog/wp-content/themes/webkit/header.php:
958 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
960 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
964 http://bugs.webkit.org/show_bug.cgi?id=10966
965 Bug 10966: Updates to website
967 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
969 * coding/coding-style.html:
970 * coding/lgpl-license.html:
973 * projects/css/index.html:
974 * projects/editing/index.html:
975 * projects/forms/index.html:
976 * projects/html/index.html:
977 * projects/index.html:
978 * projects/javascript/index.html:
979 * projects/svg/index.html:
980 * projects/xslt/index.html:
981 * webdevelopers/webkit_version.html:
982 * webdevelopers/webkit_version_xl.html:
984 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
988 Updates to make static pages validate as HTML 4.01 Strict.
990 * building/build.html:
991 * coding/coding-style.html:
993 * index.html: Move <style> tag into the document head.
994 * projects/cleanup/index.html:
995 * projects/compat/index.html:
996 * projects/css/index.html:
997 * projects/documentation/index.html:
998 * projects/editing/index.html:
999 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
1000 * projects/html/index.html:
1001 * projects/javascript/index.html:
1002 * projects/performance/index.html:
1003 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
1004 * projects/printing/index.html:
1005 * projects/svg/index.html:
1006 * projects/xslt/index.html:
1007 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
1008 * quality/reduction.html:
1009 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
1010 * quality/testing.html:
1012 2006-09-19 Brady Eidson <beidson@apple.com>
1014 http://bugs.webkit.org/show_bug.cgi?id=8220
1015 Add the favicon.ico to the site.
1016 Notice, users of shipping Safari won't see the updated favicon
1017 unless they clear their icon cache - ToT users can manually reload
1018 the site and force the refresh ;)
1020 * favicon.ico: Added.
1022 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1026 - this patch brought to you by the letter 'c'
1028 * coding/coding-style.html:
1030 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1034 - http://bugs.webkit.org/show_bug.cgi?id=10444
1035 Navigation links overlap the Spam Karma 2 footer
1037 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1039 2006-08-21 Timothy Hatcher <timothy@apple.com>
1043 Bug 9302: WebKit nightly download image says ~2.5 MB when
1044 universal binaries make it ~5.0 MB
1045 http://bugs.webkit.org/show_bug.cgi?id=9302
1047 * images/download.png:
1049 2006-08-21 Timothy Hatcher <timothy@apple.com>
1053 Changes many opendarwin.org links to the proper webkit.org version.
1055 * blog/wp-content/themes/webkit/sidebar.php:
1056 * blog/wp-content/themes/webkit/style.css:
1057 * building/build.html:
1058 * coding/contributing.html:
1062 * projects/compat/hitlist.html:
1063 * projects/css/index.html:
1064 * projects/editing/index.html:
1065 * projects/forms/index.html:
1066 * projects/html/index.html:
1067 * projects/javascript/index.html:
1068 * projects/svg/index.html:
1069 * projects/svg/svg-status.xsl:
1070 * projects/xslt/index.html:
1071 * quality/bugpriorities.html:
1072 * quality/bugzilla.html:
1073 * quality/leakhunting.html:
1074 * quality/lifecycle.html:
1075 * quality/reporting.html:
1077 2006-08-15 Eric Seidel <eric@webkit.org>
1081 * projects/svg/status.xml: updated to reflect current SVG status
1083 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1087 Tweaked the build instructions a bit.
1089 * building/build.html:
1090 * building/debug.png: Added.
1092 2006-08-02 Darin Adler <darin@apple.com>
1094 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1096 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1100 - Added instructions for debugging in Xcode
1102 * building/build-window.png: Added.
1103 * building/build.html:
1104 * building/custom-executable.png: Added.
1105 * building/info-tab.png: Added.
1107 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1111 - Tweaked the checkout and build instructions to make them simpler and
1114 * building/build.html:
1115 * building/checkout.html:
1117 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1121 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1122 Another case error preventing build
1124 * building/build.html: Building WebKit now requires Xcode 2.3.
1126 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1128 Reviewed and landed by Anders.
1130 * blog/wp-content/themes/webkit/sidebar.php:
1131 Add link to Wiki in the navigation menu here too.
1133 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1135 Reviewed and landed by Anders.
1137 * nav.inc: Add link to Wiki in the navigation menu.
1139 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1141 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1143 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1145 Improve wording of first paragraph of webkit site.
1149 2006-06-08 Timothy Hatcher <timothy@apple.com>
1153 Include our own copies of the BSD and LGPL licenses.
1155 * coding/bsd-license.html: Added.
1156 * coding/lgpl-license.html: Added.
1157 * nav.inc: link to our copies of the licenses
1159 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1163 http://bugs.webkit.org/show_bug.cgi?id=9303
1164 JavaScript error when loading WebKit blog page
1166 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1167 * nav.inc: Removed evil tabs--whitespace change only.
1169 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1171 Reviewed by John Sullivan.
1173 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1174 and 'other' bug databases.
1176 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1178 Reviewed by Timothy Hatcher.
1180 Adding Google Analytics tracking code, to create stats of our webpages.
1182 * blog/wp-content/themes/webkit/footer.php:
1185 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1187 Reviewed by Timothy.
1189 * index.html: Link to Nokia's S60 WebKit.
1191 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1195 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1197 2006-04-28 Eric Seidel <eseidel@apple.com>
1199 Reviewed by andersca.
1201 * projects/svg/status.xml: Update to reflect current status.
1203 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1205 Reviewed by Eric Seidel .
1207 Added WebKit detection scripts and a small howto + a new section to our
1208 website: Web Developers.
1211 * webdevelopers: Added.
1212 * webdevelopers/index.html: Added.
1213 * webdevelopers/webkit_version.html: Added.
1214 * webdevelopers/webkit_version.js: Added.
1215 * webdevelopers/webkit_version_xl.html: Added.
1216 * webdevelopers/webkit_version_xl.js: Added.
1218 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1222 * blog/wp-config.php: passwords and users don't belong in SVN.
1224 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1228 * quality/lifecycle.html: small textual change to my contact info;
1229 * quality/reporting.html: added non-ADC bug report URL.
1231 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1235 * 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.
1237 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1241 * projects/compat/hitlist.html: Added Google Calendar to the list
1242 in place of www.hangseng.com/ebanking
1244 2006-04-11 Eric Seidel <eseidel@apple.com>
1246 Reviewed by andersca.
1248 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1250 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1254 * projects/compat/hitlist.html: updated dates
1256 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1260 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1261 Coding style doc uses illegal entity
1263 * coding/coding-style.html: Changed &emdash; to —.
1265 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1269 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1270 added description of alumni list.
1272 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1276 Clarified that sites on the list aren't necessarily "broken."
1278 * projects/compat/hitlist.html:
1280 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1284 Updated links to gap and bananarepublic bugs.
1286 * projects/compat/hitlist.html:
1288 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1292 Change "Mail.app" to "Mail".
1295 * projects/editing/index.html:
1297 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1299 Oops, accidentally deleted the archives links.
1301 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1303 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1309 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1310 for the rest of the site.
1311 * quality/lifecycle.html: add Joost's homepage to his contact info.
1313 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1315 Doing penance after being set straight by Joost.
1317 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1320 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1322 Reviewed by Maciej, Darin.
1324 Added Safari Compatibility Hit List.
1326 * nav.inc: Link to the hit list.
1327 * projects/compat/hitlist.html: Added.
1328 * projects/compat/index.html: Link to the hit list.
1330 2006-03-02 Eric Seidel <eseidel@apple.com>
1334 * quality/reporting.html: display a nicer message to those using 10.2
1336 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1338 Reviewed by Maciej, landed by Geoff.
1340 Change "Deployment" to "Release" and "Development" to "Debug".
1341 Update latest Xcode version from 2.2 to 2.2.1.
1343 * building/build.html
1345 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1347 Accidentally wrote "Release" instead of "Debug" in my last patch.
1349 * quality/leakhunting.html:
1351 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1353 Some quick proof-reading of the patch I just landed -- no review
1356 * quality/leakhunting.html:
1358 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1360 Reviewed by Darin, Geoff.
1362 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1364 Added this page to the menu, adding in an extra section header
1368 * quality/leakhunting.html: Added.
1370 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1374 Fixed Bugzilla URL's
1376 * projects/forms/index.html:
1377 * projects/html/index.html:
1378 * projects/xslt/index.html:
1380 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1384 Made line-height global instead of just for p
1387 fixed bugzilla link, added starting <p> to first paragraph
1388 removed paragraph about tab-stops
1391 * projects/editing/index.html:
1393 2006-02-17 Darin Adler <darin@apple.com>
1395 * coding/coding-style.html: Mention other non-function brace cases.
1397 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1401 Added left position and margin-bottom to blog footer.
1405 2006-02-16 Timothy Hatcher <timothy@apple.com>
1409 Fixes PNGs with 8bit alpha on IE.
1411 * css/ie.css: attach the pngbehavior.htc to img tags
1412 * images/blank.png: Added.
1413 * index.html: add the width and height to the download img
1414 * pngbehavior.htc: Added.
1416 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1418 Changed by Darin on my machine.
1420 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1423 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1425 Reviewed and landed by Maciej.
1427 Made the author name bold on the frontpage.
1428 Moved the "Posted by" line up under the title and made the author name
1429 bold in single view.
1431 * blog/wp-content/themes/webkit/index.php:
1432 * blog/wp-content/themes/webkit/single.php:
1434 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1438 Updated the site to use the new layout.
1442 * blog/wp-content/themes/classic: Removed.
1443 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1444 * blog/wp-content/themes/classic/comments.php: Removed.
1445 * blog/wp-content/themes/classic/footer.php: Removed.
1446 * blog/wp-content/themes/classic/header.php: Removed.
1447 * blog/wp-content/themes/classic/index.php: Removed.
1448 * blog/wp-content/themes/classic/sidebar.php: Removed.
1449 * blog/wp-content/themes/classic/style.css: Removed.
1450 * blog/wp-content/themes/default: Removed.
1451 * blog/wp-content/themes/default/404.php: Removed.
1452 * blog/wp-content/themes/default/archive.php: Removed.
1453 * blog/wp-content/themes/default/archives.php: Removed.
1454 * blog/wp-content/themes/default/comments-popup.php: Removed.
1455 * blog/wp-content/themes/default/comments.php: Removed.
1456 * blog/wp-content/themes/default/footer.php: Removed.
1457 * blog/wp-content/themes/default/header.php: Removed.
1458 * blog/wp-content/themes/default/images: Removed.
1459 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1460 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1461 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1462 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1463 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1464 * blog/wp-content/themes/default/index.php: Removed.
1465 * blog/wp-content/themes/default/links.php: Removed.
1466 * blog/wp-content/themes/default/page.php: Removed.
1467 * blog/wp-content/themes/default/search.php: Removed.
1468 * blog/wp-content/themes/default/searchform.php: Removed.
1469 * blog/wp-content/themes/default/sidebar.php: Removed.
1470 * blog/wp-content/themes/default/single.php: Removed.
1471 * blog/wp-content/themes/default/style.css: Removed.
1472 * blog/wp-content/themes/webkit/404.php:
1473 * blog/wp-content/themes/webkit/archive.php:
1474 * blog/wp-content/themes/webkit/archives.php:
1475 * blog/wp-content/themes/webkit/footer.php:
1476 * blog/wp-content/themes/webkit/header.php:
1477 * blog/wp-content/themes/webkit/images: Removed.
1478 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1479 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1480 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1481 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1482 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1483 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1484 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1485 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1486 * blog/wp-content/themes/webkit/index.php:
1487 * blog/wp-content/themes/webkit/page.php:
1488 * blog/wp-content/themes/webkit/search.php:
1489 * blog/wp-content/themes/webkit/sidebar.php:
1490 * blog/wp-content/themes/webkit/single.php:
1491 * blog/wp-content/themes/webkit/style.css:
1492 * building/build.html:
1493 * building/checkout.html:
1494 * coding/coding-style.html:
1495 * coding/contributing.html:
1498 * css/blue.css: Added.
1499 * css/gray.css: Added.
1500 * css/green.css: Added.
1501 * css/ie.css: Added.
1502 * css/main.css: Added.
1503 * css/pink.css: Added.
1504 * css/purple.css: Added.
1505 * css/yellow.css: Added.
1506 * footer.inc: Added.
1507 * header.inc: Added.
1508 * images/blue-background.png: Added.
1509 * images/blue-bullet.png: Added.
1510 * images/bluebanner.png: Removed.
1511 * images/download.png: Added.
1512 * images/end.png: Added.
1513 * images/gray-background.png: Added.
1514 * images/green-background.png: Added.
1515 * images/green-bullet.png: Added.
1516 * images/icon-gold.png: Added.
1517 * images/icon.png: Added.
1518 * images/ie-nav.png: Added.
1519 * images/middle.png: Added.
1520 * images/nav.png: Added.
1521 * images/pink-background.png: Added.
1522 * images/pink-bullet.png: Added.
1523 * images/purple-background.png: Added.
1524 * images/purple-bullet.png: Added.
1525 * images/separator.png: Removed.
1526 * images/webkit-background.png: Removed.
1527 * images/welcomeopen.gif: Removed.
1528 * images/yellow-background.png: Added.
1529 * images/yellow-bullet.png: Added.
1532 * projects/accessibility/index.html:
1533 * projects/cleanup/index.html:
1534 * projects/compat/index.html:
1535 * projects/css/index.html:
1536 * projects/documentation/index.html:
1537 * projects/dom/index.html:
1538 * projects/editing/index.html:
1539 * projects/forms/index.html:
1540 * projects/html/index.html:
1541 * projects/index.html:
1542 * projects/javascript/index.html:
1543 * projects/layout/index.html:
1544 * projects/mathml/index.html:
1545 * projects/performance/index.html:
1546 * projects/plugins/index.html:
1547 * projects/portability/index.html:
1548 * projects/printing/index.html:
1549 * projects/svg/index.html:
1550 * projects/webkit/index.html:
1551 * projects/xml/index.html:
1552 * projects/xslt/index.html:
1553 * quality/bugpriorities.html:
1554 * quality/bugwriting.html:
1555 * quality/bugzilla.html:
1556 * quality/lifecycle.html:
1557 * quality/reduction.html:
1558 * quality/reporting.html:
1559 * quality/testing.html:
1560 * quality/testwriting.html:
1561 * sidebar.css: Removed.
1562 * sidebar.html: Removed.
1563 * webkitdev.css: Removed.
1565 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1569 Updated page to show 10.4.4 or 10.4.5
1570 Added support for recognizing Shiira.
1572 * quality/reporting.html:
1574 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1576 Reviewed by eseidel.
1578 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1580 Changed "Sign up for a" into "Create a" bugzilla account.
1582 * quality/reduction.html:
1583 * quality/reporting.html:
1585 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1589 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1590 bits are and how to get them.
1592 Changed link in reporting page to link to Bugzilla page.
1594 * quality/bugzilla.html: Added.
1595 * quality/reporting.html:
1597 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1599 Reviewed by eseidel.
1601 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1602 - Detabified the file.
1604 * quality/reporting.html:
1606 2006-02-10 Darin Adler <darin@apple.com>
1608 * index.html: Fixed a typo in a link.
1610 2006-02-10 Darin Adler <darin@apple.com>
1612 * building/checkout.html: Fixed a spelling mistake.
1614 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1616 Reviewed and landed by Anders.
1618 http://bugs.webkit.org/show_bug.cgi?id=7164
1621 Changed <div id="banner" to <h1 id="banner"
1622 global cleanup of CSS and code
1624 * building/build.html:
1625 * building/checkout.html:
1626 * coding/coding-style.html:
1627 * coding/contributing.html:
1630 * projects/accessibility/index.html:
1631 * projects/cleanup/index.html:
1632 * projects/compat/index.html:
1633 * projects/css/index.html:
1634 * projects/documentation/index.html:
1635 * projects/dom/index.html:
1636 * projects/editing/index.html:
1637 * projects/forms/index.html:
1638 * projects/html/index.html:
1639 * projects/index.html:
1640 * projects/javascript/index.html:
1641 * projects/layout/index.html:
1642 * projects/mathml/index.html:
1643 * projects/performance/index.html:
1644 * projects/plugins/index.html:
1645 * projects/portability/index.html:
1646 * projects/printing/index.html:
1647 * projects/svg/index.html:
1648 * projects/webkit/index.html:
1649 * projects/xml/index.html:
1650 * projects/xslt/index.html:
1651 * quality/bugpriorities.html:
1652 * quality/bugwriting.html:
1653 * quality/lifecycle.html:
1654 * quality/reduction.html:
1655 * quality/reporting.html:
1656 * quality/testing.html:
1657 * quality/testwriting.html:
1660 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1662 Reviewed by Darin. Landed by ap.
1664 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1665 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1667 * quality/reporting.html:
1668 * webkitdev.css: Added margin-bottom for li.
1670 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1672 Reviewed by Darin. Landed by Maciej.
1674 - Several fixes to the site
1675 http://bugs.webkit.org/show_bug.cgi?id=7105
1677 * blog/wp-content/themes/webkit/style.css:
1679 * quality/bugwriting.html:
1680 * quality/reduction.html:
1683 2006-02-05 Eric Seidel <eseidel@apple.com>
1687 General update to SVG project page, also link to status page.
1689 * projects/svg/index.html:
1691 2006-02-05 Eric Seidel <eseidel@apple.com>
1693 Rubber stamped by darin.
1695 * projects/svg/status.xml: Added.
1696 * projects/svg/svg-status.css: Added.
1697 * projects/svg/svg-status.xsl: Added.
1699 2006-02-05 Eric Seidel <eseidel@apple.com>