1 2007-12-29 Alp Toker <alp@atoker.com>
5 Provide the current URL in the SunSpider results page. Useful for
6 copying benchmark results out of browsers without a location bar or
7 where the location bar can't handle long URLs.
9 * perf/sunspider-0.9/sunspider-results.html:
11 2007-12-21 David Smith <catfish.man@gmail.com>
13 At bdash's suggestion, display a message if someone attempts to run the 'native' version of the getElementsByClassName benchmark in a browser that doesn't support that.
15 * blog-files/gebcnspeedtest.html:
17 2007-12-21 David Smith <catfish.man@gmail.com>
19 Add the benchmark from the previous commit as well.
21 * blog-files/gebcnspeedtest.html: Added.
22 * blog-files/prototype-for-gebcn-test.js: Added.
24 2007-12-21 David Smith <catfish.man@gmail.com>
26 Add a graph of benchmark results for an upcoming blog post.
28 * blog-files/gebcnwebkitonly.png: Added.
30 2007-12-18 Antti Koivisto <antti@apple.com>
32 Reviewed by Darin and Steve.
34 Add instructions to install the QuickTime SDK for Windows.
36 * building/tools.html:
38 2007-12-18 Mark Rowe <mrowe@apple.com>
42 * perf/sunspider-0.9/sunspider.html:
44 2007-12-18 Steve Falkenburg <sfalken@apple.com>
46 Correct link to Visual Studio Express 2005.
47 Old link points to 2008.
51 * building/tools.html:
53 2007-12-17 Maciej Stachowiak <mjs@apple.com>
57 - work around IE layout bugs
59 * perf/sunspider-0.9/sunspider.css:
61 2007-12-17 Maciej Stachowiak <mjs@apple.com>
67 * perf/sunspider-0.9/sunspider-results.html:
69 2007-12-17 Maciej Stachowiak <mjs@apple.com>
71 Rubber stamped by Mark.
73 - Add a copy of SunSpider 0.9 to the site
76 * perf/sunspider-0.9: Added.
77 * perf/sunspider-0.9/3d-cube.html: Added.
78 * perf/sunspider-0.9/3d-morph.html: Added.
79 * perf/sunspider-0.9/3d-raytrace.html: Added.
80 * perf/sunspider-0.9/access-binary-trees.html: Added.
81 * perf/sunspider-0.9/access-fannkuch.html: Added.
82 * perf/sunspider-0.9/access-nbody.html: Added.
83 * perf/sunspider-0.9/access-nsieve.html: Added.
84 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
85 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
86 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
87 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
88 * perf/sunspider-0.9/controlflow-recursive.html: Added.
89 * perf/sunspider-0.9/crypto-aes.html: Added.
90 * perf/sunspider-0.9/crypto-md5.html: Added.
91 * perf/sunspider-0.9/crypto-sha1.html: Added.
92 * perf/sunspider-0.9/date-format-tofte.html: Added.
93 * perf/sunspider-0.9/date-format-xparb.html: Added.
94 * perf/sunspider-0.9/math-cordic.html: Added.
95 * perf/sunspider-0.9/math-partial-sums.html: Added.
96 * perf/sunspider-0.9/math-spectral-norm.html: Added.
97 * perf/sunspider-0.9/regexp-dna.html: Added.
98 * perf/sunspider-0.9/string-base64.html: Added.
99 * perf/sunspider-0.9/string-fasta.html: Added.
100 * perf/sunspider-0.9/string-tagcloud.html: Added.
101 * perf/sunspider-0.9/string-unpack-code.html: Added.
102 * perf/sunspider-0.9/string-validate-input.html: Added.
103 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
104 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
105 * perf/sunspider-0.9/sunspider-driver.html: Added.
106 * perf/sunspider-0.9/sunspider-record-result.js: Added.
107 * perf/sunspider-0.9/sunspider-results.html: Added.
108 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
109 * perf/sunspider-0.9/sunspider.css: Added.
110 * perf/sunspider-0.9/sunspider.html: Added.
112 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
114 Reviewed by Maciej Stachowiak.
116 http://bugs.webkit.org/show_bug.cgi?id=16446.
118 * building/debug.html: Update to expand the win32 debugging instructions.
120 2007-12-07 Brady Eidson <beidson@apple.com>
122 Reviewed by Darin's rubberstamp
124 When developing the Database feature and dealing with UI Delegate issues, it is important to have
125 live examples on the web to help reproduce certain situations.
127 This file is a dumping ground for such examples, and starts out with one function - the ability to add
128 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
130 * misc/DatabaseTester.html: Added.
132 2007-12-07 Brady Eidson <beidson@apple.com>
134 Reviewed by Adam Roben
136 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
137 unsupported browser or some other error that prevented the database from opening.
138 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
139 of those don't exist yet
141 2007-12-05 Timothy Hatcher <timothy@apple.com>
143 Add another Inspector screenshot for an upcoming blog post.
145 * blog-files/InspectorDatabaseBrowser.png: Added.
147 2007-12-04 Alp Toker <alp@atoker.com>
149 Reviewed by Mark Rowe.
151 Link to Planet WebKit.
155 2007-12-02 Adam Roben <aroben@apple.com>
157 Add another screenshot
159 * blog-files/InspectElementMenu.png: Added.
161 2007-12-02 Adam Roben <aroben@apple.com>
163 Add some Inspector screenshots for an upcoming blog post
165 Rubberstamped by Mark Rowe.
167 * blog-files/InspectorCSSEditing.png: Added.
168 * blog-files/InspectorFonts.png: Added.
170 2007-11-30 Matt Lilek <webkit@mattlilek.com>
174 Link to the commit and review policy.
176 * coding/contributing.html:
179 2007-11-30 Darin Adler <darin@apple.com>
181 * coding/commit-review-policy.html: A couple more typos and very
182 minor grammatical stuff. No substantive change.
184 2007-11-30 Darin Adler <darin@apple.com>
186 * coding/commit-review-policy.html: Fixed a typo, added a footer.
188 2007-11-30 Matt Lilek <webkit@mattlilek.com>
192 Clean up a couple of typos from Maciej's last patch.
194 * coding/commit-review-policy.html:
196 2007-11-30 Maciej Stachowiak <mjs@apple.com>
198 Reviewed by Bertrand.
200 New commit and review policy.
202 * coding/commit-review-policy.html: Added.
204 2007-11-21 Mark Rowe <mrowe@apple.com>
208 Update coding style to cover control statements with no body.
210 * coding/coding-style.html:
212 2007-11-17 Adam Roben <aroben@apple.com>
214 Update Windows debugging instructions
216 Reviewed by Mark Rowe.
218 * building/debug.html:
220 2007-11-14 Brady Eidson <beidson@apple.com>
224 * images/DroseraPic.png: Added.
226 2007-11-12 Brady Eidson <beidson@apple.com>
230 Update the DatabaseExample to use the new API
232 * misc/DatabaseExample.html:
234 2007-11-12 Mark Rowe <mrowe@apple.com>
236 * building/tools.html: Remove extra >.
238 2007-11-09 Antti Koivisto <antti@apple.com>
240 Rubber stamped by bdash.
242 Add directory for blog resources (and one image).
245 * blog-files/touch-poster.png: Added.
247 2007-11-07 Dan Bernstein <mitz@apple.com>
249 Reviewed by Darin Adler.
251 - removed a workaround for the bug fixed in the WebCore part of this
254 2007-11-04 Timothy Hatcher <timothy@apple.com>
256 Land the HTML Editing Toolbar demo from WWDC 2007.
259 * demos/editingToolbar: Added.
260 * demos/editingToolbar/FancyToolbar.css: Added.
261 * demos/editingToolbar/FancyToolbar.js: Added.
262 * demos/editingToolbar/FancyToolbarImages: Added.
263 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
264 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
265 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
266 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
267 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
268 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
269 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
270 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
271 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
272 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
273 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
274 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
275 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
276 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
277 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
278 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
279 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
280 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
281 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
282 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
283 * demos/editingToolbar/content.html: Added.
284 * demos/editingToolbar/images: Added.
285 * demos/editingToolbar/images/safari.png: Added.
286 * demos/editingToolbar/index.html: Added.
288 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
290 CIA has changed its hostname from cia.navi.cx to cia.vc
291 <http://bugs.webkit.org/show_bug.cgi?id=15829>
295 * contact.html: Updated links to CIA.
297 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
299 LGPL'ed files contain incorrect FSF address
300 <http://bugs.webkit.org/show_bug.cgi?id=14885>
302 Reviewed by NOBODY (follow-up fix).
304 * blog/wp-includes/class-snoopy.php:
305 * blog/wp-includes/gettext.php:
306 * blog/wp-includes/streams.php:
308 2007-11-01 Sam Weinig <sam@webkit.org>
310 Rubber-stamped by Tim Hatcher.
312 * misc/DatabaseExample.html: Speed up default close speed to .25s
314 2007-11-01 Sam Weinig <sam@webkit.org>
316 Reviewed by Adam Roben.
318 - Don't show the close button on the notes unless hovering over the note.
319 - Do transformation and fade when closing a note using the new transition properties.
321 * misc/DatabaseExample.html:
323 2007-10-29 Mark Rowe <mrowe@apple.com>
329 2007-10-29 Mark Rowe <mrowe@apple.com>
331 Files that have been added or modified on the web server without making it in to SVN.
334 * blog/wp-content/databaseexample.png: Added.
335 * blog/wp-content/uploads: Added.
336 * blog/wp-content/uploads/2007: Added.
337 * blog/wp-content/uploads/2007/06: Added.
338 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
339 * building/cygwin-downloader.zip: Added.
341 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
343 Rubber-stamped by Mark Rowe.
345 * images/download.png: Updated to say "Nightly builds" instead of
346 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
347 download link anyway.
349 2007-10-21 David Kilzer <ddkilzer@webkit.org>
353 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
354 DOM Exception opening up client-side database example for the first time
356 There was a race condition when creating the WebKitStickyNotes table for the
357 first time in which the loaded() function (renamed to loadNotes()) could be
358 called before the table was created. Prevent this by only calling loadNotes()
359 in an executeSql() callback after we know the table exists, or after we know
360 the table has been created.
362 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
363 Created a new loaded() function.
365 2007-10-20 Mark Rowe <mrowe@apple.com>
367 Rubber-stamped by Adam.
369 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
371 * misc/DatabaseExample.html:
372 * misc/deleteButton.png: Added.
373 * misc/deleteButton.tiff: Removed.
374 * misc/deleteButtonPressed.png: Added.
375 * misc/deleteButtonPressed.tiff: Removed.
377 2007-10-20 Adam Roben <aroben@apple.com>
379 Make the notes sticky!
383 * misc/DatabaseExample.html:
384 * misc/deleteButton.tiff: Added.
385 * misc/deleteButtonPressed.tiff: Added.
387 2007-10-19 Timothy Hatcher <timothy@apple.com>
389 Reviewed by Mark Rowe.
391 Fix a couple of exceptions for first time users.
393 * misc/DatabaseExample.html:
395 2007-10-19 Anders Carlsson <andersca@apple.com>
399 Make example actually work.
401 * misc/DatabaseExample.html:
403 2007-10-19 Anders Carlsson <andersca@apple.com>
409 * misc/DatabaseExample.html:
411 2007-10-19 Brady Eidson <beidson@apple.com>
415 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
417 * misc/DatabaseExample.html:
419 2007-10-19 Brady Eidson <beidson@apple.com>
421 Reviewed by Tim Hatcher
423 Sample database API usage
425 * misc/DatabaseExample.html: Added.
427 2007-09-25 David Kilzer <ddkilzer@webkit.org>
431 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
432 LGPL'ed files contain incorrect FSF address
434 * blog/wp-content/plugins/wp-cache/wp-cache.php:
435 * blog/wp-includes/class-snoopy.php:
436 * blog/wp-includes/gettext.php:
437 * blog/wp-includes/js/tinymce/license.html:
438 * blog/wp-includes/streams.php:
440 2007-09-23 Maciej Stachowiak <mjs@apple.com>
442 Reviewed by Mark Rowe.
444 - Limit custom list bullets to ordered lists only
455 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
459 * coding/coding-style.html:
460 - in section Other Punctuation
461 - syntax instead of synatax
462 - fix sample code alignment
464 2007-09-06 Maciej Stachowiak <mjs@apple.com>
468 * misc/WebKitDetect.js: Added.
470 2007-09-06 Maciej Stachowiak <mjs@apple.com>
472 Not reviewed - copy of WebKitDetect script from wiki
474 * misc/WebKitDetect.html: Added.
476 2007-08-20 Adam Roben <aroben@apple.com>
478 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
482 * quality/crashlogs.html:
484 2007-07-26 Maciej Stachowiak <mjs@apple.com>
486 - grammar fix pointed out by Mitz.
488 * projects/goals.html:
490 2007-07-25 Maciej Stachowiak <mjs@apple.com>
492 Rubber stamped by Adam.
494 Added WebKit Project Goals.
496 * nav.inc: added a nav link.
497 * projects/goals.html: Added.
499 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
501 Reviewed by Adam Roben.
503 Add information on getting a useful crash log on Mac and Windows.
506 * quality/crashlogs.html: Added.
507 * quality/mac_reportbox.jpg: Added.
508 * quality/mac_viewtrace.jpg: Added.
509 * quality/win_installwatson.jpg: Added.
510 * quality/win_watsongui.jpg: Added.
511 * quality/win_watsoninstalled.jpg: Added.
513 2007-07-20 Mark Rowe <mrowe@apple.com>
515 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
516 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
517 include is functionally identical for our purposes on the first use.
519 * blog/wp-content/advanced-cache.php:
521 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
525 - http://bugs.webkit.org/show_bug.cgi?id=14628
526 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
530 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
532 Reviewed by Adam Roben.
534 Add info about VC++ Express forgetting SDK paths.
536 * building/build.html:
538 2007-07-02 Mitz Pettel <mitz@webkit.org>
542 - http://bugs.webkit.org/show_bug.cgi?id=14482
543 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
545 * quality/reduction.html:
547 2007-07-01 Mitz Pettel <mitz@webkit.org>
551 - http://bugs.webkit.org/show_bug.cgi?id=14481
552 Broken links on coding/lgpl-license.html
554 * coding/lgpl-license.html:
556 2007-06-24 Mitz Pettel <mitz@webkit.org>
558 Reviewed by Adam Roben.
562 * building/build.html:
564 2007-06-23 Mark Rowe <mrowe@apple.com>
568 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
570 2007-06-12 Adam Roben <aroben@apple.com>
572 Update the location of cygwin-downloader.zip.
574 Rubberstamped by Hyatt.
576 * building/tools.html:
578 2007-06-12 Dave Hyatt <hyatt@apple.com>
580 Add Windows checkout/build instructions to the website.
582 * building/build.html:
583 * building/checkout.html:
584 * building/debug.html:
585 * building/tools.html: Added.
591 2007-06-10 Geoffrey Garen <ggaren@apple.com>
593 Reviewed by Beth Dakin.
595 Cleaned up formatting on the check out page.
597 * building/checkout.html:
599 2007-06-08 Mark Rowe <mrowe@apple.com>
601 Rubber-stamped by Hyatt.
603 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
604 than doing server-side user agent checks. This resolves an issue some people were seeing where
605 caching would lead to a page generated for an Internet Explorer user being served to a Safari
606 user. The visible symptom of this was many of the graphics were missing.
608 * blog/wp-content/themes/webkit/header.php:
611 2007-05-04 Mark Rowe <mrowe@apple.com>
613 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
614 present in the old version which have since been removed, but it's unlikely
615 they'll ever cause a problem.
617 2007-05-04 Mark Rowe <mrowe@apple.com>
619 Add graphics used by existing blog posts into SVN.
621 * blog/wp-content/rotate.png: Added.
622 * blog/wp-content/drosera.png: Added.
623 * blog/wp-content/hitlist.png: Added.
624 * blog/wp-content/svgtextmini.png: Added.
625 * blog/wp-content/svgtextmini_01.png: Added.
626 * blog/wp-content/textfield_screenshot.jpg: Added.
627 * blog/wp-content/Picture9.png: Added.
628 * blog/wp-content/svgtext.png: Added.
629 * blog/wp-content/webInspector.png: Added.
630 * blog/wp-content/rotate.svg: Added.
631 * blog/wp-content/chucknorris.png: Added.
633 2007-04-21 Mitz Pettel <mitz@webkit.org>
637 - http://bugs.webkit.org/show_bug.cgi?id=13350
638 Build Ahem into DumpRenderTree
640 * quality/testing.html: Removed the requirement to download and install
641 Ahem for running the tests.
642 * quality/testwriting.html: Added information about Ahem.
644 2007-04-09 Adele Peterson <adele@apple.com>
646 * blog/wp-content/chrome.jpg: Added.
648 2007-04-05 Mark Malone <markmalone@mac.com>
652 http://bugs.webkit.org/show_bug.cgi?id=13273
653 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
655 * nav.inc: Link directly to the hierarchy.
657 2007-03-26 Darin Adler <darin@apple.com>
659 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
661 2007-03-25 Darin Adler <darin@apple.com>
663 * coding/coding-style.html: Put !important on right/wrong colors so they override the
664 green color that comes from the green.css stylesheet.
666 2007-03-25 Darin Adler <darin@apple.com>
668 * coding/RefPtr.html: A couple minor wording tweaks.
670 2007-03-25 Darin Adler <darin@apple.com>
672 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
674 2007-03-25 Mark Rowe <mrowe@apple.com>
676 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
677 Replace raw ampersands in hyperlink URL with named entity.
679 2007-03-25 Darin Adler <darin@apple.com>
681 * coding/RefPtr.html: A couple wording tweaks.
683 2007-03-25 Darin Adler <darin@apple.com>
685 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
688 2007-03-24 Darin Adler <darin@apple.com>
690 * css/main.css: Try tighter spacing for code examples.
692 2007-03-24 Darin Adler <darin@apple.com>
694 * coding/RefPtr.html: <span> -> </span>
696 2007-03-24 Darin Adler <darin@apple.com>
698 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
700 2007-03-24 Darin Adler <darin@apple.com>
702 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
704 Also tweaked the MIME types of a few files and removed a stray executable bit.
706 2007-03-21 David Kilzer <ddkilzer@apple.com>
708 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
710 2007-03-21 David Kilzer <ddkilzer@apple.com>
712 * building/checkout.html: Got rid of "click here" link and restructured sentences
713 linking to svn clients.
715 2007-03-21 David Kilzer <ddkilzer@apple.com>
719 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
721 2007-03-21 Maciej Stachowiak <mjs@apple.com>
723 - some specs to propose by email
725 * specs/HTML_Timed_Media_Elements.html: Added.
726 * specs/Timed_Media_CSS.html: Added.
727 * specs/Timed_Media_Elements-Open_Issues.html: Added.
728 * specs/mediaelement.css: Added.
729 * specs/movie-status-states.png: Added.
731 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
735 Clear up the steps necessary to get a patch landed.
737 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
738 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
740 * coding/contributing.html:
742 2007-03-18 Maciej Stachowiak <mjs@apple.com>
744 Added a random JS benchmark.
746 * misc/morph.html: Added.
748 2007-03-14 Kevin McCullough <kmccullough@apple.com>
752 Silly wrapping change for testing a post-commit hook change.
756 2007-03-09 Darin Adler <darin@apple.com>
758 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
759 we want it to match pre, and the default font looks fine -- no need to
760 ask for "Courier New" explicitly.
762 2007-03-09 Mark Rowe <mrowe@apple.com>
764 Rubber-stamped by Tim Hatcher.
766 Sexy blog permalinks!
768 * blog/.htaccess: Added.
770 2007-03-09 Mark Rowe <mrowe@apple.com>
774 * building/checkout.html: Update repository URL.
776 2007-03-07 Brady Eidson <beidson@apple.com>
778 Whoops, its actually prepare-ChangeLog
780 * coding/contributing.html:
782 2007-03-07 Brady Eidson <beidson@apple.com>
786 Explicitly mention the prepare-Changelog step for contributing patches
788 * coding/contributing.html:
790 2007-02-25 Anders Carlsson <acarlsson@apple.com>
794 * building/checkout.html:
795 Add Trac link to our SVN repository,
797 2007-02-15 Darin Adler <darin@apple.com>
799 * projects/performance/index.html: Fix i-Bench link.
801 2007-02-08 Mark Rowe <mrowe@apple.com>
803 Reviewed by Tim Hatcher.
805 * nav.inc: Add link to very work-in-progress DOM documentation.
807 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
811 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
813 * blog/wp-admin/admin-header.php:
816 2007-01-15 Brady Eidson <beidson@apple.com>
820 * coding/coding-style.html: Added switch/case indentation rules
822 2007-01-15 Eric Seidel <eric@webkit.org>
826 * coding/coding-style.html: update to include style for header guards
828 2007-01-10 Geoffrey Garen <ggaren@apple.com>
830 * coding/coding-style.html: Fixed minor validation error.
832 2007-01-10 Geoffrey Garen <ggaren@apple.com>
834 Reviewed by Beth Dakin.
836 Updated coding style guidelines to cover a lot of stuff previously absent.
838 * coding/coding-style.html:
840 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
844 http://bugs.webkit.org/show_bug.cgi?id=11295
845 Nightly download size is misleading
847 * images/download.png: Changed the size to 6 MB.
849 2007-01-01 Darin Adler <darin@apple.com>
851 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
853 2006-12-06 Rob Buis <buis@kde.org>
857 http://bugs.webkit.org/show_bug.cgi?id=10254
858 A few grammar and spelling corrections on the WebKit website
860 Grammar and spelling corrections by Jonathan Johnsson.
862 * coding/coding-style.html:
863 * projects/css/index.html:
864 * projects/javascript/index.html:
865 * projects/svg/index.html:
866 * quality/reduction.html:
868 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
872 http://bugs.webkit.org/show_bug.cgi?id=11652
873 Bug 11652: Mailing list address and URL are incorrect
875 This also removes a lot of bit rot from the KWQ-era.
877 * coding/contributing.html:
879 * projects/css/index.html:
880 * projects/editing/index.html:
881 * projects/forms/index.html:
882 * projects/html/index.html:
883 * projects/portability/index.html:
884 * projects/xslt/index.html:
885 * quality/lifecycle.html:
886 * quality/testwriting.html:
888 2006-11-18 Mitz Pettel <mitz@webkit.org>
892 Gender-neutrality fix.
894 * coding/contributing.html:
896 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
898 Reviewed by Tim Hatcher.
900 Moved the web developer page to the wiki, adding link to the Drosera page.
902 * .htaccess: Add permanent redirect to the new page on the wiki.
903 * contact.html: Trac numbers are no longer one off.
905 * webdevelopers/index.html: Removed.
906 * webdevelopers/webkit_version.html: Removed.
907 * webdevelopers/webkit_version.js: Removed.
908 * webdevelopers/webkit_version_xl.html: Removed.
909 * webdevelopers/webkit_version_xl.js: Removed.
911 2006-11-14 Mark Rowe <bdash@webkit.org>
913 Reviewed by Tim Hatcher.
915 http://bugs.webkit.org/show_bug.cgi?id=9529
916 Bug 9529: Navigation HTML duplicated on webkit.org web site
918 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
919 * nav.inc: Generate WordPress archive list if included from within WordPress.
921 2006-11-07 Mark Rowe <bdash@webkit.org>
923 Reviewed by Dave Hyatt.
925 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
926 component to the correct JavaScriptCore.
928 2006-11-06 Timothy Hatcher <timothy@apple.com>
932 Update the site with new wiki and Trac links.
934 * blog/wp-content/themes/webkit/sidebar.php:
935 * building/build.html:
938 * projects/svg/index.html:
940 2006-10-31 Mark Rowe <bdash@webkit.org>
944 Update WebKit blog link to prevent pointless redirects.
948 2006-10-25 Mitz Pettel <mitz@webkit.org>
952 - http://bugs.webkit.org/show_bug.cgi?id=11412
953 Stray list item in coding/coding-style.html
955 * coding/coding-style.html:
957 2006-10-25 Mark Rowe <bdash@webkit.org>
961 Fix some HTML bugs in the coding style guidelines.
963 * coding/coding-style.html:
965 2006-10-13 Geoffrey Garen <ggaren@apple.com>
969 Split build, run, and debug steps into separate pages. Darin recommended
972 * building/build.html:
973 * building/checkout.html:
974 * building/debug.html: Added.
975 * building/run.html: Added.
978 2006-10-05 Eric Seidel <eric@webkit.org>
982 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
984 2006-09-26 Eric Seidel <eric@webkit.org>
988 * projects/svg/status.xml: update status to reflect current state of SVG development
990 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
994 http://bugs.webkit.org/show_bug.cgi?id=10975
995 Update the blog template to valid HTML 4.01 Strict.
997 * blog/wp-content/themes/webkit/comments-popup.php:
998 * blog/wp-content/themes/webkit/comments.php:
999 * blog/wp-content/themes/webkit/footer.php:
1000 * blog/wp-content/themes/webkit/header.php:
1001 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
1003 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1007 http://bugs.webkit.org/show_bug.cgi?id=10966
1008 Bug 10966: Updates to website
1010 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
1012 * coding/coding-style.html:
1013 * coding/lgpl-license.html:
1016 * projects/css/index.html:
1017 * projects/editing/index.html:
1018 * projects/forms/index.html:
1019 * projects/html/index.html:
1020 * projects/index.html:
1021 * projects/javascript/index.html:
1022 * projects/svg/index.html:
1023 * projects/xslt/index.html:
1024 * webdevelopers/webkit_version.html:
1025 * webdevelopers/webkit_version_xl.html:
1027 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1031 Updates to make static pages validate as HTML 4.01 Strict.
1033 * building/build.html:
1034 * coding/coding-style.html:
1036 * index.html: Move <style> tag into the document head.
1037 * projects/cleanup/index.html:
1038 * projects/compat/index.html:
1039 * projects/css/index.html:
1040 * projects/documentation/index.html:
1041 * projects/editing/index.html:
1042 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
1043 * projects/html/index.html:
1044 * projects/javascript/index.html:
1045 * projects/performance/index.html:
1046 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
1047 * projects/printing/index.html:
1048 * projects/svg/index.html:
1049 * projects/xslt/index.html:
1050 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
1051 * quality/reduction.html:
1052 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
1053 * quality/testing.html:
1055 2006-09-19 Brady Eidson <beidson@apple.com>
1057 http://bugs.webkit.org/show_bug.cgi?id=8220
1058 Add the favicon.ico to the site.
1059 Notice, users of shipping Safari won't see the updated favicon
1060 unless they clear their icon cache - ToT users can manually reload
1061 the site and force the refresh ;)
1063 * favicon.ico: Added.
1065 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1069 - this patch brought to you by the letter 'c'
1071 * coding/coding-style.html:
1073 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1077 - http://bugs.webkit.org/show_bug.cgi?id=10444
1078 Navigation links overlap the Spam Karma 2 footer
1080 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1082 2006-08-21 Timothy Hatcher <timothy@apple.com>
1086 Bug 9302: WebKit nightly download image says ~2.5 MB when
1087 universal binaries make it ~5.0 MB
1088 http://bugs.webkit.org/show_bug.cgi?id=9302
1090 * images/download.png:
1092 2006-08-21 Timothy Hatcher <timothy@apple.com>
1096 Changes many opendarwin.org links to the proper webkit.org version.
1098 * blog/wp-content/themes/webkit/sidebar.php:
1099 * blog/wp-content/themes/webkit/style.css:
1100 * building/build.html:
1101 * coding/contributing.html:
1105 * projects/compat/hitlist.html:
1106 * projects/css/index.html:
1107 * projects/editing/index.html:
1108 * projects/forms/index.html:
1109 * projects/html/index.html:
1110 * projects/javascript/index.html:
1111 * projects/svg/index.html:
1112 * projects/svg/svg-status.xsl:
1113 * projects/xslt/index.html:
1114 * quality/bugpriorities.html:
1115 * quality/bugzilla.html:
1116 * quality/leakhunting.html:
1117 * quality/lifecycle.html:
1118 * quality/reporting.html:
1120 2006-08-15 Eric Seidel <eric@webkit.org>
1124 * projects/svg/status.xml: updated to reflect current SVG status
1126 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1130 Tweaked the build instructions a bit.
1132 * building/build.html:
1133 * building/debug.png: Added.
1135 2006-08-02 Darin Adler <darin@apple.com>
1137 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1139 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1143 - Added instructions for debugging in Xcode
1145 * building/build-window.png: Added.
1146 * building/build.html:
1147 * building/custom-executable.png: Added.
1148 * building/info-tab.png: Added.
1150 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1154 - Tweaked the checkout and build instructions to make them simpler and
1157 * building/build.html:
1158 * building/checkout.html:
1160 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1164 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1165 Another case error preventing build
1167 * building/build.html: Building WebKit now requires Xcode 2.3.
1169 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1171 Reviewed and landed by Anders.
1173 * blog/wp-content/themes/webkit/sidebar.php:
1174 Add link to Wiki in the navigation menu here too.
1176 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1178 Reviewed and landed by Anders.
1180 * nav.inc: Add link to Wiki in the navigation menu.
1182 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1184 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1186 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1188 Improve wording of first paragraph of webkit site.
1192 2006-06-08 Timothy Hatcher <timothy@apple.com>
1196 Include our own copies of the BSD and LGPL licenses.
1198 * coding/bsd-license.html: Added.
1199 * coding/lgpl-license.html: Added.
1200 * nav.inc: link to our copies of the licenses
1202 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1206 http://bugs.webkit.org/show_bug.cgi?id=9303
1207 JavaScript error when loading WebKit blog page
1209 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1210 * nav.inc: Removed evil tabs--whitespace change only.
1212 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1214 Reviewed by John Sullivan.
1216 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1217 and 'other' bug databases.
1219 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1221 Reviewed by Timothy Hatcher.
1223 Adding Google Analytics tracking code, to create stats of our webpages.
1225 * blog/wp-content/themes/webkit/footer.php:
1228 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1230 Reviewed by Timothy.
1232 * index.html: Link to Nokia's S60 WebKit.
1234 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1238 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1240 2006-04-28 Eric Seidel <eseidel@apple.com>
1242 Reviewed by andersca.
1244 * projects/svg/status.xml: Update to reflect current status.
1246 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1248 Reviewed by Eric Seidel .
1250 Added WebKit detection scripts and a small howto + a new section to our
1251 website: Web Developers.
1254 * webdevelopers: Added.
1255 * webdevelopers/index.html: Added.
1256 * webdevelopers/webkit_version.html: Added.
1257 * webdevelopers/webkit_version.js: Added.
1258 * webdevelopers/webkit_version_xl.html: Added.
1259 * webdevelopers/webkit_version_xl.js: Added.
1261 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1265 * blog/wp-config.php: passwords and users don't belong in SVN.
1267 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1271 * quality/lifecycle.html: small textual change to my contact info;
1272 * quality/reporting.html: added non-ADC bug report URL.
1274 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1278 * 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.
1280 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1284 * projects/compat/hitlist.html: Added Google Calendar to the list
1285 in place of www.hangseng.com/ebanking
1287 2006-04-11 Eric Seidel <eseidel@apple.com>
1289 Reviewed by andersca.
1291 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1293 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1297 * projects/compat/hitlist.html: updated dates
1299 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1303 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1304 Coding style doc uses illegal entity
1306 * coding/coding-style.html: Changed &emdash; to —.
1308 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1312 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1313 added description of alumni list.
1315 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1319 Clarified that sites on the list aren't necessarily "broken."
1321 * projects/compat/hitlist.html:
1323 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1327 Updated links to gap and bananarepublic bugs.
1329 * projects/compat/hitlist.html:
1331 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1335 Change "Mail.app" to "Mail".
1338 * projects/editing/index.html:
1340 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1342 Oops, accidentally deleted the archives links.
1344 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1346 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1352 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1353 for the rest of the site.
1354 * quality/lifecycle.html: add Joost's homepage to his contact info.
1356 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1358 Doing penance after being set straight by Joost.
1360 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1363 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1365 Reviewed by Maciej, Darin.
1367 Added Safari Compatibility Hit List.
1369 * nav.inc: Link to the hit list.
1370 * projects/compat/hitlist.html: Added.
1371 * projects/compat/index.html: Link to the hit list.
1373 2006-03-02 Eric Seidel <eseidel@apple.com>
1377 * quality/reporting.html: display a nicer message to those using 10.2
1379 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1381 Reviewed by Maciej, landed by Geoff.
1383 Change "Deployment" to "Release" and "Development" to "Debug".
1384 Update latest Xcode version from 2.2 to 2.2.1.
1386 * building/build.html
1388 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1390 Accidentally wrote "Release" instead of "Debug" in my last patch.
1392 * quality/leakhunting.html:
1394 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1396 Some quick proof-reading of the patch I just landed -- no review
1399 * quality/leakhunting.html:
1401 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1403 Reviewed by Darin, Geoff.
1405 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1407 Added this page to the menu, adding in an extra section header
1411 * quality/leakhunting.html: Added.
1413 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1417 Fixed Bugzilla URL's
1419 * projects/forms/index.html:
1420 * projects/html/index.html:
1421 * projects/xslt/index.html:
1423 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1427 Made line-height global instead of just for p
1430 fixed bugzilla link, added starting <p> to first paragraph
1431 removed paragraph about tab-stops
1434 * projects/editing/index.html:
1436 2006-02-17 Darin Adler <darin@apple.com>
1438 * coding/coding-style.html: Mention other non-function brace cases.
1440 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1444 Added left position and margin-bottom to blog footer.
1448 2006-02-16 Timothy Hatcher <timothy@apple.com>
1452 Fixes PNGs with 8bit alpha on IE.
1454 * css/ie.css: attach the pngbehavior.htc to img tags
1455 * images/blank.png: Added.
1456 * index.html: add the width and height to the download img
1457 * pngbehavior.htc: Added.
1459 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1461 Changed by Darin on my machine.
1463 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1466 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1468 Reviewed and landed by Maciej.
1470 Made the author name bold on the frontpage.
1471 Moved the "Posted by" line up under the title and made the author name
1472 bold in single view.
1474 * blog/wp-content/themes/webkit/index.php:
1475 * blog/wp-content/themes/webkit/single.php:
1477 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1481 Updated the site to use the new layout.
1485 * blog/wp-content/themes/classic: Removed.
1486 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1487 * blog/wp-content/themes/classic/comments.php: Removed.
1488 * blog/wp-content/themes/classic/footer.php: Removed.
1489 * blog/wp-content/themes/classic/header.php: Removed.
1490 * blog/wp-content/themes/classic/index.php: Removed.
1491 * blog/wp-content/themes/classic/sidebar.php: Removed.
1492 * blog/wp-content/themes/classic/style.css: Removed.
1493 * blog/wp-content/themes/default: Removed.
1494 * blog/wp-content/themes/default/404.php: Removed.
1495 * blog/wp-content/themes/default/archive.php: Removed.
1496 * blog/wp-content/themes/default/archives.php: Removed.
1497 * blog/wp-content/themes/default/comments-popup.php: Removed.
1498 * blog/wp-content/themes/default/comments.php: Removed.
1499 * blog/wp-content/themes/default/footer.php: Removed.
1500 * blog/wp-content/themes/default/header.php: Removed.
1501 * blog/wp-content/themes/default/images: Removed.
1502 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1503 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1504 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1505 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1506 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1507 * blog/wp-content/themes/default/index.php: Removed.
1508 * blog/wp-content/themes/default/links.php: Removed.
1509 * blog/wp-content/themes/default/page.php: Removed.
1510 * blog/wp-content/themes/default/search.php: Removed.
1511 * blog/wp-content/themes/default/searchform.php: Removed.
1512 * blog/wp-content/themes/default/sidebar.php: Removed.
1513 * blog/wp-content/themes/default/single.php: Removed.
1514 * blog/wp-content/themes/default/style.css: Removed.
1515 * blog/wp-content/themes/webkit/404.php:
1516 * blog/wp-content/themes/webkit/archive.php:
1517 * blog/wp-content/themes/webkit/archives.php:
1518 * blog/wp-content/themes/webkit/footer.php:
1519 * blog/wp-content/themes/webkit/header.php:
1520 * blog/wp-content/themes/webkit/images: Removed.
1521 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1522 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1523 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1524 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1525 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1526 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1527 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1528 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1529 * blog/wp-content/themes/webkit/index.php:
1530 * blog/wp-content/themes/webkit/page.php:
1531 * blog/wp-content/themes/webkit/search.php:
1532 * blog/wp-content/themes/webkit/sidebar.php:
1533 * blog/wp-content/themes/webkit/single.php:
1534 * blog/wp-content/themes/webkit/style.css:
1535 * building/build.html:
1536 * building/checkout.html:
1537 * coding/coding-style.html:
1538 * coding/contributing.html:
1541 * css/blue.css: Added.
1542 * css/gray.css: Added.
1543 * css/green.css: Added.
1544 * css/ie.css: Added.
1545 * css/main.css: Added.
1546 * css/pink.css: Added.
1547 * css/purple.css: Added.
1548 * css/yellow.css: Added.
1549 * footer.inc: Added.
1550 * header.inc: Added.
1551 * images/blue-background.png: Added.
1552 * images/blue-bullet.png: Added.
1553 * images/bluebanner.png: Removed.
1554 * images/download.png: Added.
1555 * images/end.png: Added.
1556 * images/gray-background.png: Added.
1557 * images/green-background.png: Added.
1558 * images/green-bullet.png: Added.
1559 * images/icon-gold.png: Added.
1560 * images/icon.png: Added.
1561 * images/ie-nav.png: Added.
1562 * images/middle.png: Added.
1563 * images/nav.png: Added.
1564 * images/pink-background.png: Added.
1565 * images/pink-bullet.png: Added.
1566 * images/purple-background.png: Added.
1567 * images/purple-bullet.png: Added.
1568 * images/separator.png: Removed.
1569 * images/webkit-background.png: Removed.
1570 * images/welcomeopen.gif: Removed.
1571 * images/yellow-background.png: Added.
1572 * images/yellow-bullet.png: Added.
1575 * projects/accessibility/index.html:
1576 * projects/cleanup/index.html:
1577 * projects/compat/index.html:
1578 * projects/css/index.html:
1579 * projects/documentation/index.html:
1580 * projects/dom/index.html:
1581 * projects/editing/index.html:
1582 * projects/forms/index.html:
1583 * projects/html/index.html:
1584 * projects/index.html:
1585 * projects/javascript/index.html:
1586 * projects/layout/index.html:
1587 * projects/mathml/index.html:
1588 * projects/performance/index.html:
1589 * projects/plugins/index.html:
1590 * projects/portability/index.html:
1591 * projects/printing/index.html:
1592 * projects/svg/index.html:
1593 * projects/webkit/index.html:
1594 * projects/xml/index.html:
1595 * projects/xslt/index.html:
1596 * quality/bugpriorities.html:
1597 * quality/bugwriting.html:
1598 * quality/bugzilla.html:
1599 * quality/lifecycle.html:
1600 * quality/reduction.html:
1601 * quality/reporting.html:
1602 * quality/testing.html:
1603 * quality/testwriting.html:
1604 * sidebar.css: Removed.
1605 * sidebar.html: Removed.
1606 * webkitdev.css: Removed.
1608 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1612 Updated page to show 10.4.4 or 10.4.5
1613 Added support for recognizing Shiira.
1615 * quality/reporting.html:
1617 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1619 Reviewed by eseidel.
1621 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1623 Changed "Sign up for a" into "Create a" bugzilla account.
1625 * quality/reduction.html:
1626 * quality/reporting.html:
1628 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1632 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1633 bits are and how to get them.
1635 Changed link in reporting page to link to Bugzilla page.
1637 * quality/bugzilla.html: Added.
1638 * quality/reporting.html:
1640 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1642 Reviewed by eseidel.
1644 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1645 - Detabified the file.
1647 * quality/reporting.html:
1649 2006-02-10 Darin Adler <darin@apple.com>
1651 * index.html: Fixed a typo in a link.
1653 2006-02-10 Darin Adler <darin@apple.com>
1655 * building/checkout.html: Fixed a spelling mistake.
1657 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1659 Reviewed and landed by Anders.
1661 http://bugs.webkit.org/show_bug.cgi?id=7164
1664 Changed <div id="banner" to <h1 id="banner"
1665 global cleanup of CSS and code
1667 * building/build.html:
1668 * building/checkout.html:
1669 * coding/coding-style.html:
1670 * coding/contributing.html:
1673 * projects/accessibility/index.html:
1674 * projects/cleanup/index.html:
1675 * projects/compat/index.html:
1676 * projects/css/index.html:
1677 * projects/documentation/index.html:
1678 * projects/dom/index.html:
1679 * projects/editing/index.html:
1680 * projects/forms/index.html:
1681 * projects/html/index.html:
1682 * projects/index.html:
1683 * projects/javascript/index.html:
1684 * projects/layout/index.html:
1685 * projects/mathml/index.html:
1686 * projects/performance/index.html:
1687 * projects/plugins/index.html:
1688 * projects/portability/index.html:
1689 * projects/printing/index.html:
1690 * projects/svg/index.html:
1691 * projects/webkit/index.html:
1692 * projects/xml/index.html:
1693 * projects/xslt/index.html:
1694 * quality/bugpriorities.html:
1695 * quality/bugwriting.html:
1696 * quality/lifecycle.html:
1697 * quality/reduction.html:
1698 * quality/reporting.html:
1699 * quality/testing.html:
1700 * quality/testwriting.html:
1703 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1705 Reviewed by Darin. Landed by ap.
1707 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1708 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1710 * quality/reporting.html:
1711 * webkitdev.css: Added margin-bottom for li.
1713 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1715 Reviewed by Darin. Landed by Maciej.
1717 - Several fixes to the site
1718 http://bugs.webkit.org/show_bug.cgi?id=7105
1720 * blog/wp-content/themes/webkit/style.css:
1722 * quality/bugwriting.html:
1723 * quality/reduction.html:
1726 2006-02-05 Eric Seidel <eseidel@apple.com>
1730 General update to SVG project page, also link to status page.
1732 * projects/svg/index.html:
1734 2006-02-05 Eric Seidel <eseidel@apple.com>
1736 Rubber stamped by darin.
1738 * projects/svg/status.xml: Added.
1739 * projects/svg/svg-status.css: Added.
1740 * projects/svg/svg-status.xsl: Added.
1742 2006-02-05 Eric Seidel <eseidel@apple.com>