1 2007-12-17 Maciej Stachowiak <mjs@apple.com>
7 * perf/sunspider-0.9/sunspider-results.html:
9 2007-12-17 Maciej Stachowiak <mjs@apple.com>
11 Rubber stamped by Mark.
13 - Add a copy of SunSpider 0.9 to the site
16 * perf/sunspider-0.9: Added.
17 * perf/sunspider-0.9/3d-cube.html: Added.
18 * perf/sunspider-0.9/3d-morph.html: Added.
19 * perf/sunspider-0.9/3d-raytrace.html: Added.
20 * perf/sunspider-0.9/access-binary-trees.html: Added.
21 * perf/sunspider-0.9/access-fannkuch.html: Added.
22 * perf/sunspider-0.9/access-nbody.html: Added.
23 * perf/sunspider-0.9/access-nsieve.html: Added.
24 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
25 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
26 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
27 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
28 * perf/sunspider-0.9/controlflow-recursive.html: Added.
29 * perf/sunspider-0.9/crypto-aes.html: Added.
30 * perf/sunspider-0.9/crypto-md5.html: Added.
31 * perf/sunspider-0.9/crypto-sha1.html: Added.
32 * perf/sunspider-0.9/date-format-tofte.html: Added.
33 * perf/sunspider-0.9/date-format-xparb.html: Added.
34 * perf/sunspider-0.9/math-cordic.html: Added.
35 * perf/sunspider-0.9/math-partial-sums.html: Added.
36 * perf/sunspider-0.9/math-spectral-norm.html: Added.
37 * perf/sunspider-0.9/regexp-dna.html: Added.
38 * perf/sunspider-0.9/string-base64.html: Added.
39 * perf/sunspider-0.9/string-fasta.html: Added.
40 * perf/sunspider-0.9/string-tagcloud.html: Added.
41 * perf/sunspider-0.9/string-unpack-code.html: Added.
42 * perf/sunspider-0.9/string-validate-input.html: Added.
43 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
44 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
45 * perf/sunspider-0.9/sunspider-driver.html: Added.
46 * perf/sunspider-0.9/sunspider-record-result.js: Added.
47 * perf/sunspider-0.9/sunspider-results.html: Added.
48 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
49 * perf/sunspider-0.9/sunspider.css: Added.
50 * perf/sunspider-0.9/sunspider.html: Added.
52 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
54 Reviewed by Maciej Stachowiak.
56 http://bugs.webkit.org/show_bug.cgi?id=16446.
58 * building/debug.html: Update to expand the win32 debugging instructions.
60 2007-12-07 Brady Eidson <beidson@apple.com>
62 Reviewed by Darin's rubberstamp
64 When developing the Database feature and dealing with UI Delegate issues, it is important to have
65 live examples on the web to help reproduce certain situations.
67 This file is a dumping ground for such examples, and starts out with one function - the ability to add
68 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
70 * misc/DatabaseTester.html: Added.
72 2007-12-07 Brady Eidson <beidson@apple.com>
74 Reviewed by Adam Roben
76 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
77 unsupported browser or some other error that prevented the database from opening.
78 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
79 of those don't exist yet
81 2007-12-05 Timothy Hatcher <timothy@apple.com>
83 Add another Inspector screenshot for an upcoming blog post.
85 * blog-files/InspectorDatabaseBrowser.png: Added.
87 2007-12-04 Alp Toker <alp@atoker.com>
89 Reviewed by Mark Rowe.
91 Link to Planet WebKit.
95 2007-12-02 Adam Roben <aroben@apple.com>
97 Add another screenshot
99 * blog-files/InspectElementMenu.png: Added.
101 2007-12-02 Adam Roben <aroben@apple.com>
103 Add some Inspector screenshots for an upcoming blog post
105 Rubberstamped by Mark Rowe.
107 * blog-files/InspectorCSSEditing.png: Added.
108 * blog-files/InspectorFonts.png: Added.
110 2007-11-30 Matt Lilek <webkit@mattlilek.com>
114 Link to the commit and review policy.
116 * coding/contributing.html:
119 2007-11-30 Darin Adler <darin@apple.com>
121 * coding/commit-review-policy.html: A couple more typos and very
122 minor grammatical stuff. No substantive change.
124 2007-11-30 Darin Adler <darin@apple.com>
126 * coding/commit-review-policy.html: Fixed a typo, added a footer.
128 2007-11-30 Matt Lilek <webkit@mattlilek.com>
132 Clean up a couple of typos from Maciej's last patch.
134 * coding/commit-review-policy.html:
136 2007-11-30 Maciej Stachowiak <mjs@apple.com>
138 Reviewed by Bertrand.
140 New commit and review policy.
142 * coding/commit-review-policy.html: Added.
144 2007-11-21 Mark Rowe <mrowe@apple.com>
148 Update coding style to cover control statements with no body.
150 * coding/coding-style.html:
152 2007-11-17 Adam Roben <aroben@apple.com>
154 Update Windows debugging instructions
156 Reviewed by Mark Rowe.
158 * building/debug.html:
160 2007-11-14 Brady Eidson <beidson@apple.com>
164 * images/DroseraPic.png: Added.
166 2007-11-12 Brady Eidson <beidson@apple.com>
170 Update the DatabaseExample to use the new API
172 * misc/DatabaseExample.html:
174 2007-11-12 Mark Rowe <mrowe@apple.com>
176 * building/tools.html: Remove extra >.
178 2007-11-09 Antti Koivisto <antti@apple.com>
180 Rubber stamped by bdash.
182 Add directory for blog resources (and one image).
185 * blog-files/touch-poster.png: Added.
187 2007-11-07 Dan Bernstein <mitz@apple.com>
189 Reviewed by Darin Adler.
191 - removed a workaround for the bug fixed in the WebCore part of this
194 2007-11-04 Timothy Hatcher <timothy@apple.com>
196 Land the HTML Editing Toolbar demo from WWDC 2007.
199 * demos/editingToolbar: Added.
200 * demos/editingToolbar/FancyToolbar.css: Added.
201 * demos/editingToolbar/FancyToolbar.js: Added.
202 * demos/editingToolbar/FancyToolbarImages: Added.
203 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
204 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
205 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
206 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
207 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
208 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
209 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
210 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
211 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
212 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
213 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
214 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
215 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
216 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
217 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
218 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
219 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
220 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
221 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
222 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
223 * demos/editingToolbar/content.html: Added.
224 * demos/editingToolbar/images: Added.
225 * demos/editingToolbar/images/safari.png: Added.
226 * demos/editingToolbar/index.html: Added.
228 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
230 CIA has changed its hostname from cia.navi.cx to cia.vc
231 <http://bugs.webkit.org/show_bug.cgi?id=15829>
235 * contact.html: Updated links to CIA.
237 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
239 LGPL'ed files contain incorrect FSF address
240 <http://bugs.webkit.org/show_bug.cgi?id=14885>
242 Reviewed by NOBODY (follow-up fix).
244 * blog/wp-includes/class-snoopy.php:
245 * blog/wp-includes/gettext.php:
246 * blog/wp-includes/streams.php:
248 2007-11-01 Sam Weinig <sam@webkit.org>
250 Rubber-stamped by Tim Hatcher.
252 * misc/DatabaseExample.html: Speed up default close speed to .25s
254 2007-11-01 Sam Weinig <sam@webkit.org>
256 Reviewed by Adam Roben.
258 - Don't show the close button on the notes unless hovering over the note.
259 - Do transformation and fade when closing a note using the new transition properties.
261 * misc/DatabaseExample.html:
263 2007-10-29 Mark Rowe <mrowe@apple.com>
269 2007-10-29 Mark Rowe <mrowe@apple.com>
271 Files that have been added or modified on the web server without making it in to SVN.
274 * blog/wp-content/databaseexample.png: Added.
275 * blog/wp-content/uploads: Added.
276 * blog/wp-content/uploads/2007: Added.
277 * blog/wp-content/uploads/2007/06: Added.
278 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
279 * building/cygwin-downloader.zip: Added.
281 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
283 Rubber-stamped by Mark Rowe.
285 * images/download.png: Updated to say "Nightly builds" instead of
286 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
287 download link anyway.
289 2007-10-21 David Kilzer <ddkilzer@webkit.org>
293 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
294 DOM Exception opening up client-side database example for the first time
296 There was a race condition when creating the WebKitStickyNotes table for the
297 first time in which the loaded() function (renamed to loadNotes()) could be
298 called before the table was created. Prevent this by only calling loadNotes()
299 in an executeSql() callback after we know the table exists, or after we know
300 the table has been created.
302 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
303 Created a new loaded() function.
305 2007-10-20 Mark Rowe <mrowe@apple.com>
307 Rubber-stamped by Adam.
309 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
311 * misc/DatabaseExample.html:
312 * misc/deleteButton.png: Added.
313 * misc/deleteButton.tiff: Removed.
314 * misc/deleteButtonPressed.png: Added.
315 * misc/deleteButtonPressed.tiff: Removed.
317 2007-10-20 Adam Roben <aroben@apple.com>
319 Make the notes sticky!
323 * misc/DatabaseExample.html:
324 * misc/deleteButton.tiff: Added.
325 * misc/deleteButtonPressed.tiff: Added.
327 2007-10-19 Timothy Hatcher <timothy@apple.com>
329 Reviewed by Mark Rowe.
331 Fix a couple of exceptions for first time users.
333 * misc/DatabaseExample.html:
335 2007-10-19 Anders Carlsson <andersca@apple.com>
339 Make example actually work.
341 * misc/DatabaseExample.html:
343 2007-10-19 Anders Carlsson <andersca@apple.com>
349 * misc/DatabaseExample.html:
351 2007-10-19 Brady Eidson <beidson@apple.com>
355 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
357 * misc/DatabaseExample.html:
359 2007-10-19 Brady Eidson <beidson@apple.com>
361 Reviewed by Tim Hatcher
363 Sample database API usage
365 * misc/DatabaseExample.html: Added.
367 2007-09-25 David Kilzer <ddkilzer@webkit.org>
371 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
372 LGPL'ed files contain incorrect FSF address
374 * blog/wp-content/plugins/wp-cache/wp-cache.php:
375 * blog/wp-includes/class-snoopy.php:
376 * blog/wp-includes/gettext.php:
377 * blog/wp-includes/js/tinymce/license.html:
378 * blog/wp-includes/streams.php:
380 2007-09-23 Maciej Stachowiak <mjs@apple.com>
382 Reviewed by Mark Rowe.
384 - Limit custom list bullets to ordered lists only
395 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
399 * coding/coding-style.html:
400 - in section Other Punctuation
401 - syntax instead of synatax
402 - fix sample code alignment
404 2007-09-06 Maciej Stachowiak <mjs@apple.com>
408 * misc/WebKitDetect.js: Added.
410 2007-09-06 Maciej Stachowiak <mjs@apple.com>
412 Not reviewed - copy of WebKitDetect script from wiki
414 * misc/WebKitDetect.html: Added.
416 2007-08-20 Adam Roben <aroben@apple.com>
418 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
422 * quality/crashlogs.html:
424 2007-07-26 Maciej Stachowiak <mjs@apple.com>
426 - grammar fix pointed out by Mitz.
428 * projects/goals.html:
430 2007-07-25 Maciej Stachowiak <mjs@apple.com>
432 Rubber stamped by Adam.
434 Added WebKit Project Goals.
436 * nav.inc: added a nav link.
437 * projects/goals.html: Added.
439 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
441 Reviewed by Adam Roben.
443 Add information on getting a useful crash log on Mac and Windows.
446 * quality/crashlogs.html: Added.
447 * quality/mac_reportbox.jpg: Added.
448 * quality/mac_viewtrace.jpg: Added.
449 * quality/win_installwatson.jpg: Added.
450 * quality/win_watsongui.jpg: Added.
451 * quality/win_watsoninstalled.jpg: Added.
453 2007-07-20 Mark Rowe <mrowe@apple.com>
455 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
456 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
457 include is functionally identical for our purposes on the first use.
459 * blog/wp-content/advanced-cache.php:
461 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
465 - http://bugs.webkit.org/show_bug.cgi?id=14628
466 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
470 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
472 Reviewed by Adam Roben.
474 Add info about VC++ Express forgetting SDK paths.
476 * building/build.html:
478 2007-07-02 Mitz Pettel <mitz@webkit.org>
482 - http://bugs.webkit.org/show_bug.cgi?id=14482
483 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
485 * quality/reduction.html:
487 2007-07-01 Mitz Pettel <mitz@webkit.org>
491 - http://bugs.webkit.org/show_bug.cgi?id=14481
492 Broken links on coding/lgpl-license.html
494 * coding/lgpl-license.html:
496 2007-06-24 Mitz Pettel <mitz@webkit.org>
498 Reviewed by Adam Roben.
502 * building/build.html:
504 2007-06-23 Mark Rowe <mrowe@apple.com>
508 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
510 2007-06-12 Adam Roben <aroben@apple.com>
512 Update the location of cygwin-downloader.zip.
514 Rubberstamped by Hyatt.
516 * building/tools.html:
518 2007-06-12 Dave Hyatt <hyatt@apple.com>
520 Add Windows checkout/build instructions to the website.
522 * building/build.html:
523 * building/checkout.html:
524 * building/debug.html:
525 * building/tools.html: Added.
531 2007-06-10 Geoffrey Garen <ggaren@apple.com>
533 Reviewed by Beth Dakin.
535 Cleaned up formatting on the check out page.
537 * building/checkout.html:
539 2007-06-08 Mark Rowe <mrowe@apple.com>
541 Rubber-stamped by Hyatt.
543 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
544 than doing server-side user agent checks. This resolves an issue some people were seeing where
545 caching would lead to a page generated for an Internet Explorer user being served to a Safari
546 user. The visible symptom of this was many of the graphics were missing.
548 * blog/wp-content/themes/webkit/header.php:
551 2007-05-04 Mark Rowe <mrowe@apple.com>
553 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
554 present in the old version which have since been removed, but it's unlikely
555 they'll ever cause a problem.
557 2007-05-04 Mark Rowe <mrowe@apple.com>
559 Add graphics used by existing blog posts into SVN.
561 * blog/wp-content/rotate.png: Added.
562 * blog/wp-content/drosera.png: Added.
563 * blog/wp-content/hitlist.png: Added.
564 * blog/wp-content/svgtextmini.png: Added.
565 * blog/wp-content/svgtextmini_01.png: Added.
566 * blog/wp-content/textfield_screenshot.jpg: Added.
567 * blog/wp-content/Picture9.png: Added.
568 * blog/wp-content/svgtext.png: Added.
569 * blog/wp-content/webInspector.png: Added.
570 * blog/wp-content/rotate.svg: Added.
571 * blog/wp-content/chucknorris.png: Added.
573 2007-04-21 Mitz Pettel <mitz@webkit.org>
577 - http://bugs.webkit.org/show_bug.cgi?id=13350
578 Build Ahem into DumpRenderTree
580 * quality/testing.html: Removed the requirement to download and install
581 Ahem for running the tests.
582 * quality/testwriting.html: Added information about Ahem.
584 2007-04-09 Adele Peterson <adele@apple.com>
586 * blog/wp-content/chrome.jpg: Added.
588 2007-04-05 Mark Malone <markmalone@mac.com>
592 http://bugs.webkit.org/show_bug.cgi?id=13273
593 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
595 * nav.inc: Link directly to the hierarchy.
597 2007-03-26 Darin Adler <darin@apple.com>
599 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
601 2007-03-25 Darin Adler <darin@apple.com>
603 * coding/coding-style.html: Put !important on right/wrong colors so they override the
604 green color that comes from the green.css stylesheet.
606 2007-03-25 Darin Adler <darin@apple.com>
608 * coding/RefPtr.html: A couple minor wording tweaks.
610 2007-03-25 Darin Adler <darin@apple.com>
612 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
614 2007-03-25 Mark Rowe <mrowe@apple.com>
616 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
617 Replace raw ampersands in hyperlink URL with named entity.
619 2007-03-25 Darin Adler <darin@apple.com>
621 * coding/RefPtr.html: A couple wording tweaks.
623 2007-03-25 Darin Adler <darin@apple.com>
625 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
628 2007-03-24 Darin Adler <darin@apple.com>
630 * css/main.css: Try tighter spacing for code examples.
632 2007-03-24 Darin Adler <darin@apple.com>
634 * coding/RefPtr.html: <span> -> </span>
636 2007-03-24 Darin Adler <darin@apple.com>
638 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
640 2007-03-24 Darin Adler <darin@apple.com>
642 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
644 Also tweaked the MIME types of a few files and removed a stray executable bit.
646 2007-03-21 David Kilzer <ddkilzer@apple.com>
648 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
650 2007-03-21 David Kilzer <ddkilzer@apple.com>
652 * building/checkout.html: Got rid of "click here" link and restructured sentences
653 linking to svn clients.
655 2007-03-21 David Kilzer <ddkilzer@apple.com>
659 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
661 2007-03-21 Maciej Stachowiak <mjs@apple.com>
663 - some specs to propose by email
665 * specs/HTML_Timed_Media_Elements.html: Added.
666 * specs/Timed_Media_CSS.html: Added.
667 * specs/Timed_Media_Elements-Open_Issues.html: Added.
668 * specs/mediaelement.css: Added.
669 * specs/movie-status-states.png: Added.
671 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
675 Clear up the steps necessary to get a patch landed.
677 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
678 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
680 * coding/contributing.html:
682 2007-03-18 Maciej Stachowiak <mjs@apple.com>
684 Added a random JS benchmark.
686 * misc/morph.html: Added.
688 2007-03-14 Kevin McCullough <kmccullough@apple.com>
692 Silly wrapping change for testing a post-commit hook change.
696 2007-03-09 Darin Adler <darin@apple.com>
698 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
699 we want it to match pre, and the default font looks fine -- no need to
700 ask for "Courier New" explicitly.
702 2007-03-09 Mark Rowe <mrowe@apple.com>
704 Rubber-stamped by Tim Hatcher.
706 Sexy blog permalinks!
708 * blog/.htaccess: Added.
710 2007-03-09 Mark Rowe <mrowe@apple.com>
714 * building/checkout.html: Update repository URL.
716 2007-03-07 Brady Eidson <beidson@apple.com>
718 Whoops, its actually prepare-ChangeLog
720 * coding/contributing.html:
722 2007-03-07 Brady Eidson <beidson@apple.com>
726 Explicitly mention the prepare-Changelog step for contributing patches
728 * coding/contributing.html:
730 2007-02-25 Anders Carlsson <acarlsson@apple.com>
734 * building/checkout.html:
735 Add Trac link to our SVN repository,
737 2007-02-15 Darin Adler <darin@apple.com>
739 * projects/performance/index.html: Fix i-Bench link.
741 2007-02-08 Mark Rowe <mrowe@apple.com>
743 Reviewed by Tim Hatcher.
745 * nav.inc: Add link to very work-in-progress DOM documentation.
747 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
751 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
753 * blog/wp-admin/admin-header.php:
756 2007-01-15 Brady Eidson <beidson@apple.com>
760 * coding/coding-style.html: Added switch/case indentation rules
762 2007-01-15 Eric Seidel <eric@webkit.org>
766 * coding/coding-style.html: update to include style for header guards
768 2007-01-10 Geoffrey Garen <ggaren@apple.com>
770 * coding/coding-style.html: Fixed minor validation error.
772 2007-01-10 Geoffrey Garen <ggaren@apple.com>
774 Reviewed by Beth Dakin.
776 Updated coding style guidelines to cover a lot of stuff previously absent.
778 * coding/coding-style.html:
780 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
784 http://bugs.webkit.org/show_bug.cgi?id=11295
785 Nightly download size is misleading
787 * images/download.png: Changed the size to 6 MB.
789 2007-01-01 Darin Adler <darin@apple.com>
791 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
793 2006-12-06 Rob Buis <buis@kde.org>
797 http://bugs.webkit.org/show_bug.cgi?id=10254
798 A few grammar and spelling corrections on the WebKit website
800 Grammar and spelling corrections by Jonathan Johnsson.
802 * coding/coding-style.html:
803 * projects/css/index.html:
804 * projects/javascript/index.html:
805 * projects/svg/index.html:
806 * quality/reduction.html:
808 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
812 http://bugs.webkit.org/show_bug.cgi?id=11652
813 Bug 11652: Mailing list address and URL are incorrect
815 This also removes a lot of bit rot from the KWQ-era.
817 * coding/contributing.html:
819 * projects/css/index.html:
820 * projects/editing/index.html:
821 * projects/forms/index.html:
822 * projects/html/index.html:
823 * projects/portability/index.html:
824 * projects/xslt/index.html:
825 * quality/lifecycle.html:
826 * quality/testwriting.html:
828 2006-11-18 Mitz Pettel <mitz@webkit.org>
832 Gender-neutrality fix.
834 * coding/contributing.html:
836 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
838 Reviewed by Tim Hatcher.
840 Moved the web developer page to the wiki, adding link to the Drosera page.
842 * .htaccess: Add permanent redirect to the new page on the wiki.
843 * contact.html: Trac numbers are no longer one off.
845 * webdevelopers/index.html: Removed.
846 * webdevelopers/webkit_version.html: Removed.
847 * webdevelopers/webkit_version.js: Removed.
848 * webdevelopers/webkit_version_xl.html: Removed.
849 * webdevelopers/webkit_version_xl.js: Removed.
851 2006-11-14 Mark Rowe <bdash@webkit.org>
853 Reviewed by Tim Hatcher.
855 http://bugs.webkit.org/show_bug.cgi?id=9529
856 Bug 9529: Navigation HTML duplicated on webkit.org web site
858 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
859 * nav.inc: Generate WordPress archive list if included from within WordPress.
861 2006-11-07 Mark Rowe <bdash@webkit.org>
863 Reviewed by Dave Hyatt.
865 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
866 component to the correct JavaScriptCore.
868 2006-11-06 Timothy Hatcher <timothy@apple.com>
872 Update the site with new wiki and Trac links.
874 * blog/wp-content/themes/webkit/sidebar.php:
875 * building/build.html:
878 * projects/svg/index.html:
880 2006-10-31 Mark Rowe <bdash@webkit.org>
884 Update WebKit blog link to prevent pointless redirects.
888 2006-10-25 Mitz Pettel <mitz@webkit.org>
892 - http://bugs.webkit.org/show_bug.cgi?id=11412
893 Stray list item in coding/coding-style.html
895 * coding/coding-style.html:
897 2006-10-25 Mark Rowe <bdash@webkit.org>
901 Fix some HTML bugs in the coding style guidelines.
903 * coding/coding-style.html:
905 2006-10-13 Geoffrey Garen <ggaren@apple.com>
909 Split build, run, and debug steps into separate pages. Darin recommended
912 * building/build.html:
913 * building/checkout.html:
914 * building/debug.html: Added.
915 * building/run.html: Added.
918 2006-10-05 Eric Seidel <eric@webkit.org>
922 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
924 2006-09-26 Eric Seidel <eric@webkit.org>
928 * projects/svg/status.xml: update status to reflect current state of SVG development
930 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
934 http://bugs.webkit.org/show_bug.cgi?id=10975
935 Update the blog template to valid HTML 4.01 Strict.
937 * blog/wp-content/themes/webkit/comments-popup.php:
938 * blog/wp-content/themes/webkit/comments.php:
939 * blog/wp-content/themes/webkit/footer.php:
940 * blog/wp-content/themes/webkit/header.php:
941 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
943 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
947 http://bugs.webkit.org/show_bug.cgi?id=10966
948 Bug 10966: Updates to website
950 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
952 * coding/coding-style.html:
953 * coding/lgpl-license.html:
956 * projects/css/index.html:
957 * projects/editing/index.html:
958 * projects/forms/index.html:
959 * projects/html/index.html:
960 * projects/index.html:
961 * projects/javascript/index.html:
962 * projects/svg/index.html:
963 * projects/xslt/index.html:
964 * webdevelopers/webkit_version.html:
965 * webdevelopers/webkit_version_xl.html:
967 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
971 Updates to make static pages validate as HTML 4.01 Strict.
973 * building/build.html:
974 * coding/coding-style.html:
976 * index.html: Move <style> tag into the document head.
977 * projects/cleanup/index.html:
978 * projects/compat/index.html:
979 * projects/css/index.html:
980 * projects/documentation/index.html:
981 * projects/editing/index.html:
982 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
983 * projects/html/index.html:
984 * projects/javascript/index.html:
985 * projects/performance/index.html:
986 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
987 * projects/printing/index.html:
988 * projects/svg/index.html:
989 * projects/xslt/index.html:
990 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
991 * quality/reduction.html:
992 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
993 * quality/testing.html:
995 2006-09-19 Brady Eidson <beidson@apple.com>
997 http://bugs.webkit.org/show_bug.cgi?id=8220
998 Add the favicon.ico to the site.
999 Notice, users of shipping Safari won't see the updated favicon
1000 unless they clear their icon cache - ToT users can manually reload
1001 the site and force the refresh ;)
1003 * favicon.ico: Added.
1005 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1009 - this patch brought to you by the letter 'c'
1011 * coding/coding-style.html:
1013 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1017 - http://bugs.webkit.org/show_bug.cgi?id=10444
1018 Navigation links overlap the Spam Karma 2 footer
1020 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1022 2006-08-21 Timothy Hatcher <timothy@apple.com>
1026 Bug 9302: WebKit nightly download image says ~2.5 MB when
1027 universal binaries make it ~5.0 MB
1028 http://bugs.webkit.org/show_bug.cgi?id=9302
1030 * images/download.png:
1032 2006-08-21 Timothy Hatcher <timothy@apple.com>
1036 Changes many opendarwin.org links to the proper webkit.org version.
1038 * blog/wp-content/themes/webkit/sidebar.php:
1039 * blog/wp-content/themes/webkit/style.css:
1040 * building/build.html:
1041 * coding/contributing.html:
1045 * projects/compat/hitlist.html:
1046 * projects/css/index.html:
1047 * projects/editing/index.html:
1048 * projects/forms/index.html:
1049 * projects/html/index.html:
1050 * projects/javascript/index.html:
1051 * projects/svg/index.html:
1052 * projects/svg/svg-status.xsl:
1053 * projects/xslt/index.html:
1054 * quality/bugpriorities.html:
1055 * quality/bugzilla.html:
1056 * quality/leakhunting.html:
1057 * quality/lifecycle.html:
1058 * quality/reporting.html:
1060 2006-08-15 Eric Seidel <eric@webkit.org>
1064 * projects/svg/status.xml: updated to reflect current SVG status
1066 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1070 Tweaked the build instructions a bit.
1072 * building/build.html:
1073 * building/debug.png: Added.
1075 2006-08-02 Darin Adler <darin@apple.com>
1077 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1079 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1083 - Added instructions for debugging in Xcode
1085 * building/build-window.png: Added.
1086 * building/build.html:
1087 * building/custom-executable.png: Added.
1088 * building/info-tab.png: Added.
1090 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1094 - Tweaked the checkout and build instructions to make them simpler and
1097 * building/build.html:
1098 * building/checkout.html:
1100 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1104 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1105 Another case error preventing build
1107 * building/build.html: Building WebKit now requires Xcode 2.3.
1109 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1111 Reviewed and landed by Anders.
1113 * blog/wp-content/themes/webkit/sidebar.php:
1114 Add link to Wiki in the navigation menu here too.
1116 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1118 Reviewed and landed by Anders.
1120 * nav.inc: Add link to Wiki in the navigation menu.
1122 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1124 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1126 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1128 Improve wording of first paragraph of webkit site.
1132 2006-06-08 Timothy Hatcher <timothy@apple.com>
1136 Include our own copies of the BSD and LGPL licenses.
1138 * coding/bsd-license.html: Added.
1139 * coding/lgpl-license.html: Added.
1140 * nav.inc: link to our copies of the licenses
1142 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1146 http://bugs.webkit.org/show_bug.cgi?id=9303
1147 JavaScript error when loading WebKit blog page
1149 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1150 * nav.inc: Removed evil tabs--whitespace change only.
1152 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1154 Reviewed by John Sullivan.
1156 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1157 and 'other' bug databases.
1159 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1161 Reviewed by Timothy Hatcher.
1163 Adding Google Analytics tracking code, to create stats of our webpages.
1165 * blog/wp-content/themes/webkit/footer.php:
1168 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1170 Reviewed by Timothy.
1172 * index.html: Link to Nokia's S60 WebKit.
1174 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1178 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1180 2006-04-28 Eric Seidel <eseidel@apple.com>
1182 Reviewed by andersca.
1184 * projects/svg/status.xml: Update to reflect current status.
1186 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1188 Reviewed by Eric Seidel .
1190 Added WebKit detection scripts and a small howto + a new section to our
1191 website: Web Developers.
1194 * webdevelopers: Added.
1195 * webdevelopers/index.html: Added.
1196 * webdevelopers/webkit_version.html: Added.
1197 * webdevelopers/webkit_version.js: Added.
1198 * webdevelopers/webkit_version_xl.html: Added.
1199 * webdevelopers/webkit_version_xl.js: Added.
1201 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1205 * blog/wp-config.php: passwords and users don't belong in SVN.
1207 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1211 * quality/lifecycle.html: small textual change to my contact info;
1212 * quality/reporting.html: added non-ADC bug report URL.
1214 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1218 * 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.
1220 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1224 * projects/compat/hitlist.html: Added Google Calendar to the list
1225 in place of www.hangseng.com/ebanking
1227 2006-04-11 Eric Seidel <eseidel@apple.com>
1229 Reviewed by andersca.
1231 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1233 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1237 * projects/compat/hitlist.html: updated dates
1239 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1243 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1244 Coding style doc uses illegal entity
1246 * coding/coding-style.html: Changed &emdash; to —.
1248 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1252 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1253 added description of alumni list.
1255 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1259 Clarified that sites on the list aren't necessarily "broken."
1261 * projects/compat/hitlist.html:
1263 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1267 Updated links to gap and bananarepublic bugs.
1269 * projects/compat/hitlist.html:
1271 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1275 Change "Mail.app" to "Mail".
1278 * projects/editing/index.html:
1280 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1282 Oops, accidentally deleted the archives links.
1284 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1286 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1292 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1293 for the rest of the site.
1294 * quality/lifecycle.html: add Joost's homepage to his contact info.
1296 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1298 Doing penance after being set straight by Joost.
1300 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1303 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1305 Reviewed by Maciej, Darin.
1307 Added Safari Compatibility Hit List.
1309 * nav.inc: Link to the hit list.
1310 * projects/compat/hitlist.html: Added.
1311 * projects/compat/index.html: Link to the hit list.
1313 2006-03-02 Eric Seidel <eseidel@apple.com>
1317 * quality/reporting.html: display a nicer message to those using 10.2
1319 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1321 Reviewed by Maciej, landed by Geoff.
1323 Change "Deployment" to "Release" and "Development" to "Debug".
1324 Update latest Xcode version from 2.2 to 2.2.1.
1326 * building/build.html
1328 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1330 Accidentally wrote "Release" instead of "Debug" in my last patch.
1332 * quality/leakhunting.html:
1334 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1336 Some quick proof-reading of the patch I just landed -- no review
1339 * quality/leakhunting.html:
1341 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1343 Reviewed by Darin, Geoff.
1345 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1347 Added this page to the menu, adding in an extra section header
1351 * quality/leakhunting.html: Added.
1353 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1357 Fixed Bugzilla URL's
1359 * projects/forms/index.html:
1360 * projects/html/index.html:
1361 * projects/xslt/index.html:
1363 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1367 Made line-height global instead of just for p
1370 fixed bugzilla link, added starting <p> to first paragraph
1371 removed paragraph about tab-stops
1374 * projects/editing/index.html:
1376 2006-02-17 Darin Adler <darin@apple.com>
1378 * coding/coding-style.html: Mention other non-function brace cases.
1380 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1384 Added left position and margin-bottom to blog footer.
1388 2006-02-16 Timothy Hatcher <timothy@apple.com>
1392 Fixes PNGs with 8bit alpha on IE.
1394 * css/ie.css: attach the pngbehavior.htc to img tags
1395 * images/blank.png: Added.
1396 * index.html: add the width and height to the download img
1397 * pngbehavior.htc: Added.
1399 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1401 Changed by Darin on my machine.
1403 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1406 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1408 Reviewed and landed by Maciej.
1410 Made the author name bold on the frontpage.
1411 Moved the "Posted by" line up under the title and made the author name
1412 bold in single view.
1414 * blog/wp-content/themes/webkit/index.php:
1415 * blog/wp-content/themes/webkit/single.php:
1417 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1421 Updated the site to use the new layout.
1425 * blog/wp-content/themes/classic: Removed.
1426 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1427 * blog/wp-content/themes/classic/comments.php: Removed.
1428 * blog/wp-content/themes/classic/footer.php: Removed.
1429 * blog/wp-content/themes/classic/header.php: Removed.
1430 * blog/wp-content/themes/classic/index.php: Removed.
1431 * blog/wp-content/themes/classic/sidebar.php: Removed.
1432 * blog/wp-content/themes/classic/style.css: Removed.
1433 * blog/wp-content/themes/default: Removed.
1434 * blog/wp-content/themes/default/404.php: Removed.
1435 * blog/wp-content/themes/default/archive.php: Removed.
1436 * blog/wp-content/themes/default/archives.php: Removed.
1437 * blog/wp-content/themes/default/comments-popup.php: Removed.
1438 * blog/wp-content/themes/default/comments.php: Removed.
1439 * blog/wp-content/themes/default/footer.php: Removed.
1440 * blog/wp-content/themes/default/header.php: Removed.
1441 * blog/wp-content/themes/default/images: Removed.
1442 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1443 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1444 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1445 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1446 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1447 * blog/wp-content/themes/default/index.php: Removed.
1448 * blog/wp-content/themes/default/links.php: Removed.
1449 * blog/wp-content/themes/default/page.php: Removed.
1450 * blog/wp-content/themes/default/search.php: Removed.
1451 * blog/wp-content/themes/default/searchform.php: Removed.
1452 * blog/wp-content/themes/default/sidebar.php: Removed.
1453 * blog/wp-content/themes/default/single.php: Removed.
1454 * blog/wp-content/themes/default/style.css: Removed.
1455 * blog/wp-content/themes/webkit/404.php:
1456 * blog/wp-content/themes/webkit/archive.php:
1457 * blog/wp-content/themes/webkit/archives.php:
1458 * blog/wp-content/themes/webkit/footer.php:
1459 * blog/wp-content/themes/webkit/header.php:
1460 * blog/wp-content/themes/webkit/images: Removed.
1461 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1462 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1463 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1464 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1465 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1466 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1467 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1468 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1469 * blog/wp-content/themes/webkit/index.php:
1470 * blog/wp-content/themes/webkit/page.php:
1471 * blog/wp-content/themes/webkit/search.php:
1472 * blog/wp-content/themes/webkit/sidebar.php:
1473 * blog/wp-content/themes/webkit/single.php:
1474 * blog/wp-content/themes/webkit/style.css:
1475 * building/build.html:
1476 * building/checkout.html:
1477 * coding/coding-style.html:
1478 * coding/contributing.html:
1481 * css/blue.css: Added.
1482 * css/gray.css: Added.
1483 * css/green.css: Added.
1484 * css/ie.css: Added.
1485 * css/main.css: Added.
1486 * css/pink.css: Added.
1487 * css/purple.css: Added.
1488 * css/yellow.css: Added.
1489 * footer.inc: Added.
1490 * header.inc: Added.
1491 * images/blue-background.png: Added.
1492 * images/blue-bullet.png: Added.
1493 * images/bluebanner.png: Removed.
1494 * images/download.png: Added.
1495 * images/end.png: Added.
1496 * images/gray-background.png: Added.
1497 * images/green-background.png: Added.
1498 * images/green-bullet.png: Added.
1499 * images/icon-gold.png: Added.
1500 * images/icon.png: Added.
1501 * images/ie-nav.png: Added.
1502 * images/middle.png: Added.
1503 * images/nav.png: Added.
1504 * images/pink-background.png: Added.
1505 * images/pink-bullet.png: Added.
1506 * images/purple-background.png: Added.
1507 * images/purple-bullet.png: Added.
1508 * images/separator.png: Removed.
1509 * images/webkit-background.png: Removed.
1510 * images/welcomeopen.gif: Removed.
1511 * images/yellow-background.png: Added.
1512 * images/yellow-bullet.png: Added.
1515 * projects/accessibility/index.html:
1516 * projects/cleanup/index.html:
1517 * projects/compat/index.html:
1518 * projects/css/index.html:
1519 * projects/documentation/index.html:
1520 * projects/dom/index.html:
1521 * projects/editing/index.html:
1522 * projects/forms/index.html:
1523 * projects/html/index.html:
1524 * projects/index.html:
1525 * projects/javascript/index.html:
1526 * projects/layout/index.html:
1527 * projects/mathml/index.html:
1528 * projects/performance/index.html:
1529 * projects/plugins/index.html:
1530 * projects/portability/index.html:
1531 * projects/printing/index.html:
1532 * projects/svg/index.html:
1533 * projects/webkit/index.html:
1534 * projects/xml/index.html:
1535 * projects/xslt/index.html:
1536 * quality/bugpriorities.html:
1537 * quality/bugwriting.html:
1538 * quality/bugzilla.html:
1539 * quality/lifecycle.html:
1540 * quality/reduction.html:
1541 * quality/reporting.html:
1542 * quality/testing.html:
1543 * quality/testwriting.html:
1544 * sidebar.css: Removed.
1545 * sidebar.html: Removed.
1546 * webkitdev.css: Removed.
1548 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1552 Updated page to show 10.4.4 or 10.4.5
1553 Added support for recognizing Shiira.
1555 * quality/reporting.html:
1557 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1559 Reviewed by eseidel.
1561 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1563 Changed "Sign up for a" into "Create a" bugzilla account.
1565 * quality/reduction.html:
1566 * quality/reporting.html:
1568 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1572 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1573 bits are and how to get them.
1575 Changed link in reporting page to link to Bugzilla page.
1577 * quality/bugzilla.html: Added.
1578 * quality/reporting.html:
1580 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1582 Reviewed by eseidel.
1584 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1585 - Detabified the file.
1587 * quality/reporting.html:
1589 2006-02-10 Darin Adler <darin@apple.com>
1591 * index.html: Fixed a typo in a link.
1593 2006-02-10 Darin Adler <darin@apple.com>
1595 * building/checkout.html: Fixed a spelling mistake.
1597 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1599 Reviewed and landed by Anders.
1601 http://bugs.webkit.org/show_bug.cgi?id=7164
1604 Changed <div id="banner" to <h1 id="banner"
1605 global cleanup of CSS and code
1607 * building/build.html:
1608 * building/checkout.html:
1609 * coding/coding-style.html:
1610 * coding/contributing.html:
1613 * projects/accessibility/index.html:
1614 * projects/cleanup/index.html:
1615 * projects/compat/index.html:
1616 * projects/css/index.html:
1617 * projects/documentation/index.html:
1618 * projects/dom/index.html:
1619 * projects/editing/index.html:
1620 * projects/forms/index.html:
1621 * projects/html/index.html:
1622 * projects/index.html:
1623 * projects/javascript/index.html:
1624 * projects/layout/index.html:
1625 * projects/mathml/index.html:
1626 * projects/performance/index.html:
1627 * projects/plugins/index.html:
1628 * projects/portability/index.html:
1629 * projects/printing/index.html:
1630 * projects/svg/index.html:
1631 * projects/webkit/index.html:
1632 * projects/xml/index.html:
1633 * projects/xslt/index.html:
1634 * quality/bugpriorities.html:
1635 * quality/bugwriting.html:
1636 * quality/lifecycle.html:
1637 * quality/reduction.html:
1638 * quality/reporting.html:
1639 * quality/testing.html:
1640 * quality/testwriting.html:
1643 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1645 Reviewed by Darin. Landed by ap.
1647 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1648 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1650 * quality/reporting.html:
1651 * webkitdev.css: Added margin-bottom for li.
1653 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1655 Reviewed by Darin. Landed by Maciej.
1657 - Several fixes to the site
1658 http://bugs.webkit.org/show_bug.cgi?id=7105
1660 * blog/wp-content/themes/webkit/style.css:
1662 * quality/bugwriting.html:
1663 * quality/reduction.html:
1666 2006-02-05 Eric Seidel <eseidel@apple.com>
1670 General update to SVG project page, also link to status page.
1672 * projects/svg/index.html:
1674 2006-02-05 Eric Seidel <eseidel@apple.com>
1676 Rubber stamped by darin.
1678 * projects/svg/status.xml: Added.
1679 * projects/svg/svg-status.css: Added.
1680 * projects/svg/svg-status.xsl: Added.
1682 2006-02-05 Eric Seidel <eseidel@apple.com>