1 2008-03-31 Mark Rowe <mrowe@apple.com>
3 Add some images that were missed in the WordPress 2.5 upgrade.
7 2008-03-31 Mark Rowe <mrowe@apple.com>
9 Upgrade to WordPress 2.5
13 2008-03-28 Darin Adler <darin@apple.com>
15 * building/build.html: Add another mention of using the Cygwin shell.
16 * building/tools.html: Fix a typo on the name Cygwin.
18 2008-03-26 Maciej Stachowiak <mjs@apple.com>
20 More screenshots for the blog.
22 * blog-files/acid3-full-rendering-pass.png: Added.
23 * blog-files/acid3-rendering-reference.png: Added.
25 2008-03-26 Maciej Stachowiak <mjs@apple.com>
27 Screenshot for blog post.
29 * blog-files/acid3-100.png: Added.
31 2008-03-23 Antti Koivisto <antti@apple.com>
33 * blog-files/wsj-vs.png: Added.
35 2008-03-23 Eric Seidel <eric@webkit.org>
39 Make our SVG status document slightly less inaccurate.
41 * projects/svg/status.xml:
43 2008-03-21 Antti Koivisto <antti@apple.com>
45 Add some images for a blog post.
47 * blog-files/wsj-nopreload.png: Added.
48 * blog-files/wsj-preload.png: Added.
50 2008-03-17 Dan Bernstein <mitz@apple.com>
52 Reviewed by Sam Weinig.
54 - link "backtrace" to the page that explains how to get one
56 * quality/bugwriting.html:
58 2008-03-15 Matt Lilek <webkit@mattlilek.com>
60 Rubber-stamped by Mitz.
62 Update crash log page with instructions for Leopard.
64 * quality/crashlogs.html:
66 2008-03-11 Robert Blaut <webkit@blaut.biz>
68 Reviewed by Darin Adler.
70 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
71 Patch deletes an obsolete hitlist.html page and other references to it
73 * nav.inc: removed menu link to hitlist.html
74 * projects/compat/hitlist.html: Removed.
75 * projects/compat/index.html: removed reference to hitlist.html
77 2008-03-06 Timothy Hatcher <timothy@apple.com>
79 Rubber-stamped by Adam Roben.
81 Add a simple page that has various demo functions for Drosera.
83 * demos/drosera: Added.
84 * demos/drosera/demo.js: Added.
85 * demos/drosera/drosera.png: Added.
86 * demos/drosera/index.html: Added.
88 2008-03-04 Mark Rowe <mrowe@apple.com>
90 Rubber-stamped by Brady Eidson.
92 * building/tools.html: Update link to Windows Platform SDK to its new location.
94 2008-03-04 Mark Rowe <mrowe@apple.com>
96 Reviewed by Sam Weinig.
98 Add a note about preferring if over else if when the previous if is terminated by a return statement.
100 * coding/coding-style.html:
102 2008-02-08 Adam Roben <aroben@apple.com>
104 * perf/slickspeed/config.ini: Fixed version number.
106 2008-02-08 Adam Roben <aroben@apple.com>
108 Update jQuery to v1.2.3
110 Rubberstamped by Mitz.
112 * perf/slickspeed/config.ini:
113 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
115 2008-02-07 David Smith <catfish.man@gmail.com>
117 Rubber stamped by weinig and bdash.
118 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
120 * perf/slickspeed/frameworks/prototype.js:
122 2008-02-07 David Smith <catfish.man@gmail.com>
124 Rubber stamped by Mark Rowe
125 Fix a duplicate selector in the test.
127 * perf/slickspeed/selectors.list:
129 2008-02-07 David Smith <catfish.man@gmail.com>
131 Reviewed by Adam Roben.
132 Added :nth-child and :last-child to the list of selectors to test.
134 * perf/slickspeed/selectors.list:
136 2008-02-05 Mark Rowe <mrowe@apple.com>
138 Update WordPress to 2.3.3 which includes security fixes.
140 * blog/wp-admin/install-helper.php:
141 * blog/wp-includes/gettext.php:
142 * blog/wp-includes/pluggable.php:
143 * blog/wp-includes/version.php:
146 2008-02-02 David Smith <catfish.man@gmail.com>
150 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
151 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
153 * perf/slickspeed/header.html: Typo fix, and updated the note to clarify that WebKit is no longer the only implementation causing us to leave some selectors disabled.
154 * perf/slickspeed/selectors.list: Added the new selectors
156 2008-02-02 Mark Rowe <mrowe@apple.com>
158 Add WordPress plugin to give more control over blog comment settings.
160 * blog/wp-content/plugins/commentcontrol.php: Added.
162 2008-01-30 Jessica Kahn <jess@apple.com>
164 Reviewed by Tim Hatcher.
166 * coding/coding-style.html:
167 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
169 2008-01-21 David Smith <catfish.man@gmail.com>
173 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
175 * perf/slickspeed: Added.
176 * perf/slickspeed/config.ini: Added.
177 * perf/slickspeed/footer.html: Added.
178 * perf/slickspeed/frameworks: Added.
179 * perf/slickspeed/frameworks/DomQuery.js: Added.
180 * perf/slickspeed/frameworks/dummy.js: Added.
181 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
182 * perf/slickspeed/frameworks/prototype.js: Added.
183 * perf/slickspeed/header.html: Added.
184 * perf/slickspeed/index.php: Added.
185 * perf/slickspeed/instructions.txt: Added.
186 * perf/slickspeed/logo.png: Added.
187 * perf/slickspeed/selectors.list: Added.
188 * perf/slickspeed/style.css: Added.
189 * perf/slickspeed/system: Added.
190 * perf/slickspeed/system/index.php: Added.
191 * perf/slickspeed/system/slickspeed.js: Added.
192 * perf/slickspeed/system/template.php: Added.
193 * perf/slickspeed/template.html: Added.
195 2008-01-17 Steve Falkenburg <sfalken@apple.com>
197 Added Vista crash logging information.
201 * quality/crashlogs.html:
203 2008-01-07 Eric Seidel <eric@webkit.org>
205 Reviewed by Mark Rowe.
207 * projects/svg/status.xml: remove fixed bugs.
209 2007-12-30 Mark Rowe <mrowe@apple.com>
211 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
213 * blog/wp-admin/admin.php:
214 * blog/wp-admin/includes/file.php:
215 * blog/wp-admin/install.php:
216 * blog/wp-admin/setup-config.php:
218 * blog/wp-includes/formatting.php:
219 * blog/wp-includes/functions.php:
220 * blog/wp-includes/pluggable.php:
221 * blog/wp-includes/post.php:
222 * blog/wp-includes/query.php:
223 * blog/wp-includes/taxonomy.php:
224 * blog/wp-includes/version.php:
225 * blog/wp-includes/wp-db.php:
227 * blog/wp-settings.php:
230 2007-12-29 Alp Toker <alp@atoker.com>
234 * perf/sunspider-0.9/sunspider.html:
236 2007-12-29 Alp Toker <alp@atoker.com>
240 Provide the current URL in the SunSpider results page. Useful for
241 copying benchmark results out of browsers without a location bar or
242 where the location bar can't handle long URLs.
244 * perf/sunspider-0.9/sunspider-results.html:
246 2007-12-21 David Smith <catfish.man@gmail.com>
248 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.
250 * blog-files/gebcnspeedtest.html:
252 2007-12-21 David Smith <catfish.man@gmail.com>
254 Add the benchmark from the previous commit as well.
256 * blog-files/gebcnspeedtest.html: Added.
257 * blog-files/prototype-for-gebcn-test.js: Added.
259 2007-12-21 David Smith <catfish.man@gmail.com>
261 Add a graph of benchmark results for an upcoming blog post.
263 * blog-files/gebcnwebkitonly.png: Added.
265 2007-12-18 Antti Koivisto <antti@apple.com>
267 Reviewed by Darin and Steve.
269 Add instructions to install the QuickTime SDK for Windows.
271 * building/tools.html:
273 2007-12-18 Mark Rowe <mrowe@apple.com>
277 * perf/sunspider-0.9/sunspider.html:
279 2007-12-18 Steve Falkenburg <sfalken@apple.com>
281 Correct link to Visual Studio Express 2005.
282 Old link points to 2008.
286 * building/tools.html:
288 2007-12-17 Maciej Stachowiak <mjs@apple.com>
292 - work around IE layout bugs
294 * perf/sunspider-0.9/sunspider.css:
296 2007-12-17 Maciej Stachowiak <mjs@apple.com>
300 - fix compare feature
302 * perf/sunspider-0.9/sunspider-results.html:
304 2007-12-17 Maciej Stachowiak <mjs@apple.com>
306 Rubber stamped by Mark.
308 - Add a copy of SunSpider 0.9 to the site
311 * perf/sunspider-0.9: Added.
312 * perf/sunspider-0.9/3d-cube.html: Added.
313 * perf/sunspider-0.9/3d-morph.html: Added.
314 * perf/sunspider-0.9/3d-raytrace.html: Added.
315 * perf/sunspider-0.9/access-binary-trees.html: Added.
316 * perf/sunspider-0.9/access-fannkuch.html: Added.
317 * perf/sunspider-0.9/access-nbody.html: Added.
318 * perf/sunspider-0.9/access-nsieve.html: Added.
319 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
320 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
321 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
322 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
323 * perf/sunspider-0.9/controlflow-recursive.html: Added.
324 * perf/sunspider-0.9/crypto-aes.html: Added.
325 * perf/sunspider-0.9/crypto-md5.html: Added.
326 * perf/sunspider-0.9/crypto-sha1.html: Added.
327 * perf/sunspider-0.9/date-format-tofte.html: Added.
328 * perf/sunspider-0.9/date-format-xparb.html: Added.
329 * perf/sunspider-0.9/math-cordic.html: Added.
330 * perf/sunspider-0.9/math-partial-sums.html: Added.
331 * perf/sunspider-0.9/math-spectral-norm.html: Added.
332 * perf/sunspider-0.9/regexp-dna.html: Added.
333 * perf/sunspider-0.9/string-base64.html: Added.
334 * perf/sunspider-0.9/string-fasta.html: Added.
335 * perf/sunspider-0.9/string-tagcloud.html: Added.
336 * perf/sunspider-0.9/string-unpack-code.html: Added.
337 * perf/sunspider-0.9/string-validate-input.html: Added.
338 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
339 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
340 * perf/sunspider-0.9/sunspider-driver.html: Added.
341 * perf/sunspider-0.9/sunspider-record-result.js: Added.
342 * perf/sunspider-0.9/sunspider-results.html: Added.
343 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
344 * perf/sunspider-0.9/sunspider.css: Added.
345 * perf/sunspider-0.9/sunspider.html: Added.
347 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
349 Reviewed by Maciej Stachowiak.
351 http://bugs.webkit.org/show_bug.cgi?id=16446.
353 * building/debug.html: Update to expand the win32 debugging instructions.
355 2007-12-07 Brady Eidson <beidson@apple.com>
357 Reviewed by Darin's rubberstamp
359 When developing the Database feature and dealing with UI Delegate issues, it is important to have
360 live examples on the web to help reproduce certain situations.
362 This file is a dumping ground for such examples, and starts out with one function - the ability to add
363 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
365 * misc/DatabaseTester.html: Added.
367 2007-12-07 Brady Eidson <beidson@apple.com>
369 Reviewed by Adam Roben
371 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
372 unsupported browser or some other error that prevented the database from opening.
373 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
374 of those don't exist yet
376 2007-12-05 Timothy Hatcher <timothy@apple.com>
378 Add another Inspector screenshot for an upcoming blog post.
380 * blog-files/InspectorDatabaseBrowser.png: Added.
382 2007-12-04 Alp Toker <alp@atoker.com>
384 Reviewed by Mark Rowe.
386 Link to Planet WebKit.
390 2007-12-02 Adam Roben <aroben@apple.com>
392 Add another screenshot
394 * blog-files/InspectElementMenu.png: Added.
396 2007-12-02 Adam Roben <aroben@apple.com>
398 Add some Inspector screenshots for an upcoming blog post
400 Rubberstamped by Mark Rowe.
402 * blog-files/InspectorCSSEditing.png: Added.
403 * blog-files/InspectorFonts.png: Added.
405 2007-11-30 Matt Lilek <webkit@mattlilek.com>
409 Link to the commit and review policy.
411 * coding/contributing.html:
414 2007-11-30 Darin Adler <darin@apple.com>
416 * coding/commit-review-policy.html: A couple more typos and very
417 minor grammatical stuff. No substantive change.
419 2007-11-30 Darin Adler <darin@apple.com>
421 * coding/commit-review-policy.html: Fixed a typo, added a footer.
423 2007-11-30 Matt Lilek <webkit@mattlilek.com>
427 Clean up a couple of typos from Maciej's last patch.
429 * coding/commit-review-policy.html:
431 2007-11-30 Maciej Stachowiak <mjs@apple.com>
433 Reviewed by Bertrand.
435 New commit and review policy.
437 * coding/commit-review-policy.html: Added.
439 2007-11-21 Mark Rowe <mrowe@apple.com>
443 Update coding style to cover control statements with no body.
445 * coding/coding-style.html:
447 2007-11-17 Adam Roben <aroben@apple.com>
449 Update Windows debugging instructions
451 Reviewed by Mark Rowe.
453 * building/debug.html:
455 2007-11-14 Brady Eidson <beidson@apple.com>
459 * images/DroseraPic.png: Added.
461 2007-11-12 Brady Eidson <beidson@apple.com>
465 Update the DatabaseExample to use the new API
467 * misc/DatabaseExample.html:
469 2007-11-12 Mark Rowe <mrowe@apple.com>
471 * building/tools.html: Remove extra >.
473 2007-11-09 Antti Koivisto <antti@apple.com>
475 Rubber stamped by bdash.
477 Add directory for blog resources (and one image).
480 * blog-files/touch-poster.png: Added.
482 2007-11-07 Dan Bernstein <mitz@apple.com>
484 Reviewed by Darin Adler.
486 - removed a workaround for the bug fixed in the WebCore part of this
489 2007-11-04 Timothy Hatcher <timothy@apple.com>
491 Land the HTML Editing Toolbar demo from WWDC 2007.
494 * demos/editingToolbar: Added.
495 * demos/editingToolbar/FancyToolbar.css: Added.
496 * demos/editingToolbar/FancyToolbar.js: Added.
497 * demos/editingToolbar/FancyToolbarImages: Added.
498 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
499 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
500 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
501 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
502 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
503 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
504 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
505 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
506 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
507 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
508 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
509 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
510 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
511 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
512 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
513 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
514 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
515 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
516 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
517 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
518 * demos/editingToolbar/content.html: Added.
519 * demos/editingToolbar/images: Added.
520 * demos/editingToolbar/images/safari.png: Added.
521 * demos/editingToolbar/index.html: Added.
523 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
525 CIA has changed its hostname from cia.navi.cx to cia.vc
526 <http://bugs.webkit.org/show_bug.cgi?id=15829>
530 * contact.html: Updated links to CIA.
532 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
534 LGPL'ed files contain incorrect FSF address
535 <http://bugs.webkit.org/show_bug.cgi?id=14885>
537 Reviewed by NOBODY (follow-up fix).
539 * blog/wp-includes/class-snoopy.php:
540 * blog/wp-includes/gettext.php:
541 * blog/wp-includes/streams.php:
543 2007-11-01 Sam Weinig <sam@webkit.org>
545 Rubber-stamped by Tim Hatcher.
547 * misc/DatabaseExample.html: Speed up default close speed to .25s
549 2007-11-01 Sam Weinig <sam@webkit.org>
551 Reviewed by Adam Roben.
553 - Don't show the close button on the notes unless hovering over the note.
554 - Do transformation and fade when closing a note using the new transition properties.
556 * misc/DatabaseExample.html:
558 2007-10-29 Mark Rowe <mrowe@apple.com>
564 2007-10-29 Mark Rowe <mrowe@apple.com>
566 Files that have been added or modified on the web server without making it in to SVN.
569 * blog/wp-content/databaseexample.png: Added.
570 * blog/wp-content/uploads: Added.
571 * blog/wp-content/uploads/2007: Added.
572 * blog/wp-content/uploads/2007/06: Added.
573 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
574 * building/cygwin-downloader.zip: Added.
576 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
578 Rubber-stamped by Mark Rowe.
580 * images/download.png: Updated to say "Nightly builds" instead of
581 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
582 download link anyway.
584 2007-10-21 David Kilzer <ddkilzer@webkit.org>
588 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
589 DOM Exception opening up client-side database example for the first time
591 There was a race condition when creating the WebKitStickyNotes table for the
592 first time in which the loaded() function (renamed to loadNotes()) could be
593 called before the table was created. Prevent this by only calling loadNotes()
594 in an executeSql() callback after we know the table exists, or after we know
595 the table has been created.
597 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
598 Created a new loaded() function.
600 2007-10-20 Mark Rowe <mrowe@apple.com>
602 Rubber-stamped by Adam.
604 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
606 * misc/DatabaseExample.html:
607 * misc/deleteButton.png: Added.
608 * misc/deleteButton.tiff: Removed.
609 * misc/deleteButtonPressed.png: Added.
610 * misc/deleteButtonPressed.tiff: Removed.
612 2007-10-20 Adam Roben <aroben@apple.com>
614 Make the notes sticky!
618 * misc/DatabaseExample.html:
619 * misc/deleteButton.tiff: Added.
620 * misc/deleteButtonPressed.tiff: Added.
622 2007-10-19 Timothy Hatcher <timothy@apple.com>
624 Reviewed by Mark Rowe.
626 Fix a couple of exceptions for first time users.
628 * misc/DatabaseExample.html:
630 2007-10-19 Anders Carlsson <andersca@apple.com>
634 Make example actually work.
636 * misc/DatabaseExample.html:
638 2007-10-19 Anders Carlsson <andersca@apple.com>
644 * misc/DatabaseExample.html:
646 2007-10-19 Brady Eidson <beidson@apple.com>
650 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
652 * misc/DatabaseExample.html:
654 2007-10-19 Brady Eidson <beidson@apple.com>
656 Reviewed by Tim Hatcher
658 Sample database API usage
660 * misc/DatabaseExample.html: Added.
662 2007-09-25 David Kilzer <ddkilzer@webkit.org>
666 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
667 LGPL'ed files contain incorrect FSF address
669 * blog/wp-content/plugins/wp-cache/wp-cache.php:
670 * blog/wp-includes/class-snoopy.php:
671 * blog/wp-includes/gettext.php:
672 * blog/wp-includes/js/tinymce/license.html:
673 * blog/wp-includes/streams.php:
675 2007-09-23 Maciej Stachowiak <mjs@apple.com>
677 Reviewed by Mark Rowe.
679 - Limit custom list bullets to ordered lists only
690 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
694 * coding/coding-style.html:
695 - in section Other Punctuation
696 - syntax instead of synatax
697 - fix sample code alignment
699 2007-09-06 Maciej Stachowiak <mjs@apple.com>
703 * misc/WebKitDetect.js: Added.
705 2007-09-06 Maciej Stachowiak <mjs@apple.com>
707 Not reviewed - copy of WebKitDetect script from wiki
709 * misc/WebKitDetect.html: Added.
711 2007-08-20 Adam Roben <aroben@apple.com>
713 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
717 * quality/crashlogs.html:
719 2007-07-26 Maciej Stachowiak <mjs@apple.com>
721 - grammar fix pointed out by Mitz.
723 * projects/goals.html:
725 2007-07-25 Maciej Stachowiak <mjs@apple.com>
727 Rubber stamped by Adam.
729 Added WebKit Project Goals.
731 * nav.inc: added a nav link.
732 * projects/goals.html: Added.
734 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
736 Reviewed by Adam Roben.
738 Add information on getting a useful crash log on Mac and Windows.
741 * quality/crashlogs.html: Added.
742 * quality/mac_reportbox.jpg: Added.
743 * quality/mac_viewtrace.jpg: Added.
744 * quality/win_installwatson.jpg: Added.
745 * quality/win_watsongui.jpg: Added.
746 * quality/win_watsoninstalled.jpg: Added.
748 2007-07-20 Mark Rowe <mrowe@apple.com>
750 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
751 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
752 include is functionally identical for our purposes on the first use.
754 * blog/wp-content/advanced-cache.php:
756 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
760 - http://bugs.webkit.org/show_bug.cgi?id=14628
761 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
765 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
767 Reviewed by Adam Roben.
769 Add info about VC++ Express forgetting SDK paths.
771 * building/build.html:
773 2007-07-02 Mitz Pettel <mitz@webkit.org>
777 - http://bugs.webkit.org/show_bug.cgi?id=14482
778 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
780 * quality/reduction.html:
782 2007-07-01 Mitz Pettel <mitz@webkit.org>
786 - http://bugs.webkit.org/show_bug.cgi?id=14481
787 Broken links on coding/lgpl-license.html
789 * coding/lgpl-license.html:
791 2007-06-24 Mitz Pettel <mitz@webkit.org>
793 Reviewed by Adam Roben.
797 * building/build.html:
799 2007-06-23 Mark Rowe <mrowe@apple.com>
803 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
805 2007-06-12 Adam Roben <aroben@apple.com>
807 Update the location of cygwin-downloader.zip.
809 Rubberstamped by Hyatt.
811 * building/tools.html:
813 2007-06-12 Dave Hyatt <hyatt@apple.com>
815 Add Windows checkout/build instructions to the website.
817 * building/build.html:
818 * building/checkout.html:
819 * building/debug.html:
820 * building/tools.html: Added.
826 2007-06-10 Geoffrey Garen <ggaren@apple.com>
828 Reviewed by Beth Dakin.
830 Cleaned up formatting on the check out page.
832 * building/checkout.html:
834 2007-06-08 Mark Rowe <mrowe@apple.com>
836 Rubber-stamped by Hyatt.
838 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
839 than doing server-side user agent checks. This resolves an issue some people were seeing where
840 caching would lead to a page generated for an Internet Explorer user being served to a Safari
841 user. The visible symptom of this was many of the graphics were missing.
843 * blog/wp-content/themes/webkit/header.php:
846 2007-05-04 Mark Rowe <mrowe@apple.com>
848 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
849 present in the old version which have since been removed, but it's unlikely
850 they'll ever cause a problem.
852 2007-05-04 Mark Rowe <mrowe@apple.com>
854 Add graphics used by existing blog posts into SVN.
856 * blog/wp-content/rotate.png: Added.
857 * blog/wp-content/drosera.png: Added.
858 * blog/wp-content/hitlist.png: Added.
859 * blog/wp-content/svgtextmini.png: Added.
860 * blog/wp-content/svgtextmini_01.png: Added.
861 * blog/wp-content/textfield_screenshot.jpg: Added.
862 * blog/wp-content/Picture9.png: Added.
863 * blog/wp-content/svgtext.png: Added.
864 * blog/wp-content/webInspector.png: Added.
865 * blog/wp-content/rotate.svg: Added.
866 * blog/wp-content/chucknorris.png: Added.
868 2007-04-21 Mitz Pettel <mitz@webkit.org>
872 - http://bugs.webkit.org/show_bug.cgi?id=13350
873 Build Ahem into DumpRenderTree
875 * quality/testing.html: Removed the requirement to download and install
876 Ahem for running the tests.
877 * quality/testwriting.html: Added information about Ahem.
879 2007-04-09 Adele Peterson <adele@apple.com>
881 * blog/wp-content/chrome.jpg: Added.
883 2007-04-05 Mark Malone <markmalone@mac.com>
887 http://bugs.webkit.org/show_bug.cgi?id=13273
888 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
890 * nav.inc: Link directly to the hierarchy.
892 2007-03-26 Darin Adler <darin@apple.com>
894 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
896 2007-03-25 Darin Adler <darin@apple.com>
898 * coding/coding-style.html: Put !important on right/wrong colors so they override the
899 green color that comes from the green.css stylesheet.
901 2007-03-25 Darin Adler <darin@apple.com>
903 * coding/RefPtr.html: A couple minor wording tweaks.
905 2007-03-25 Darin Adler <darin@apple.com>
907 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
909 2007-03-25 Mark Rowe <mrowe@apple.com>
911 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
912 Replace raw ampersands in hyperlink URL with named entity.
914 2007-03-25 Darin Adler <darin@apple.com>
916 * coding/RefPtr.html: A couple wording tweaks.
918 2007-03-25 Darin Adler <darin@apple.com>
920 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
923 2007-03-24 Darin Adler <darin@apple.com>
925 * css/main.css: Try tighter spacing for code examples.
927 2007-03-24 Darin Adler <darin@apple.com>
929 * coding/RefPtr.html: <span> -> </span>
931 2007-03-24 Darin Adler <darin@apple.com>
933 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
935 2007-03-24 Darin Adler <darin@apple.com>
937 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
939 Also tweaked the MIME types of a few files and removed a stray executable bit.
941 2007-03-21 David Kilzer <ddkilzer@apple.com>
943 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
945 2007-03-21 David Kilzer <ddkilzer@apple.com>
947 * building/checkout.html: Got rid of "click here" link and restructured sentences
948 linking to svn clients.
950 2007-03-21 David Kilzer <ddkilzer@apple.com>
954 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
956 2007-03-21 Maciej Stachowiak <mjs@apple.com>
958 - some specs to propose by email
960 * specs/HTML_Timed_Media_Elements.html: Added.
961 * specs/Timed_Media_CSS.html: Added.
962 * specs/Timed_Media_Elements-Open_Issues.html: Added.
963 * specs/mediaelement.css: Added.
964 * specs/movie-status-states.png: Added.
966 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
970 Clear up the steps necessary to get a patch landed.
972 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
973 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
975 * coding/contributing.html:
977 2007-03-18 Maciej Stachowiak <mjs@apple.com>
979 Added a random JS benchmark.
981 * misc/morph.html: Added.
983 2007-03-14 Kevin McCullough <kmccullough@apple.com>
987 Silly wrapping change for testing a post-commit hook change.
991 2007-03-09 Darin Adler <darin@apple.com>
993 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
994 we want it to match pre, and the default font looks fine -- no need to
995 ask for "Courier New" explicitly.
997 2007-03-09 Mark Rowe <mrowe@apple.com>
999 Rubber-stamped by Tim Hatcher.
1001 Sexy blog permalinks!
1003 * blog/.htaccess: Added.
1005 2007-03-09 Mark Rowe <mrowe@apple.com>
1009 * building/checkout.html: Update repository URL.
1011 2007-03-07 Brady Eidson <beidson@apple.com>
1013 Whoops, its actually prepare-ChangeLog
1015 * coding/contributing.html:
1017 2007-03-07 Brady Eidson <beidson@apple.com>
1021 Explicitly mention the prepare-Changelog step for contributing patches
1023 * coding/contributing.html:
1025 2007-02-25 Anders Carlsson <acarlsson@apple.com>
1029 * building/checkout.html:
1030 Add Trac link to our SVN repository,
1032 2007-02-15 Darin Adler <darin@apple.com>
1034 * projects/performance/index.html: Fix i-Bench link.
1036 2007-02-08 Mark Rowe <mrowe@apple.com>
1038 Reviewed by Tim Hatcher.
1040 * nav.inc: Add link to very work-in-progress DOM documentation.
1042 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
1046 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
1048 * blog/wp-admin/admin-header.php:
1049 * blog/wp-login.php:
1051 2007-01-15 Brady Eidson <beidson@apple.com>
1055 * coding/coding-style.html: Added switch/case indentation rules
1057 2007-01-15 Eric Seidel <eric@webkit.org>
1061 * coding/coding-style.html: update to include style for header guards
1063 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1065 * coding/coding-style.html: Fixed minor validation error.
1067 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1069 Reviewed by Beth Dakin.
1071 Updated coding style guidelines to cover a lot of stuff previously absent.
1073 * coding/coding-style.html:
1075 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
1079 http://bugs.webkit.org/show_bug.cgi?id=11295
1080 Nightly download size is misleading
1082 * images/download.png: Changed the size to 6 MB.
1084 2007-01-01 Darin Adler <darin@apple.com>
1086 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
1088 2006-12-06 Rob Buis <buis@kde.org>
1092 http://bugs.webkit.org/show_bug.cgi?id=10254
1093 A few grammar and spelling corrections on the WebKit website
1095 Grammar and spelling corrections by Jonathan Johnsson.
1097 * coding/coding-style.html:
1098 * projects/css/index.html:
1099 * projects/javascript/index.html:
1100 * projects/svg/index.html:
1101 * quality/reduction.html:
1103 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
1107 http://bugs.webkit.org/show_bug.cgi?id=11652
1108 Bug 11652: Mailing list address and URL are incorrect
1110 This also removes a lot of bit rot from the KWQ-era.
1112 * coding/contributing.html:
1114 * projects/css/index.html:
1115 * projects/editing/index.html:
1116 * projects/forms/index.html:
1117 * projects/html/index.html:
1118 * projects/portability/index.html:
1119 * projects/xslt/index.html:
1120 * quality/lifecycle.html:
1121 * quality/testwriting.html:
1123 2006-11-18 Mitz Pettel <mitz@webkit.org>
1127 Gender-neutrality fix.
1129 * coding/contributing.html:
1131 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
1133 Reviewed by Tim Hatcher.
1135 Moved the web developer page to the wiki, adding link to the Drosera page.
1137 * .htaccess: Add permanent redirect to the new page on the wiki.
1138 * contact.html: Trac numbers are no longer one off.
1140 * webdevelopers/index.html: Removed.
1141 * webdevelopers/webkit_version.html: Removed.
1142 * webdevelopers/webkit_version.js: Removed.
1143 * webdevelopers/webkit_version_xl.html: Removed.
1144 * webdevelopers/webkit_version_xl.js: Removed.
1146 2006-11-14 Mark Rowe <bdash@webkit.org>
1148 Reviewed by Tim Hatcher.
1150 http://bugs.webkit.org/show_bug.cgi?id=9529
1151 Bug 9529: Navigation HTML duplicated on webkit.org web site
1153 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
1154 * nav.inc: Generate WordPress archive list if included from within WordPress.
1156 2006-11-07 Mark Rowe <bdash@webkit.org>
1158 Reviewed by Dave Hyatt.
1160 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
1161 component to the correct JavaScriptCore.
1163 2006-11-06 Timothy Hatcher <timothy@apple.com>
1167 Update the site with new wiki and Trac links.
1169 * blog/wp-content/themes/webkit/sidebar.php:
1170 * building/build.html:
1173 * projects/svg/index.html:
1175 2006-10-31 Mark Rowe <bdash@webkit.org>
1179 Update WebKit blog link to prevent pointless redirects.
1183 2006-10-25 Mitz Pettel <mitz@webkit.org>
1187 - http://bugs.webkit.org/show_bug.cgi?id=11412
1188 Stray list item in coding/coding-style.html
1190 * coding/coding-style.html:
1192 2006-10-25 Mark Rowe <bdash@webkit.org>
1196 Fix some HTML bugs in the coding style guidelines.
1198 * coding/coding-style.html:
1200 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1204 Split build, run, and debug steps into separate pages. Darin recommended
1207 * building/build.html:
1208 * building/checkout.html:
1209 * building/debug.html: Added.
1210 * building/run.html: Added.
1213 2006-10-05 Eric Seidel <eric@webkit.org>
1217 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
1219 2006-09-26 Eric Seidel <eric@webkit.org>
1223 * projects/svg/status.xml: update status to reflect current state of SVG development
1225 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
1229 http://bugs.webkit.org/show_bug.cgi?id=10975
1230 Update the blog template to valid HTML 4.01 Strict.
1232 * blog/wp-content/themes/webkit/comments-popup.php:
1233 * blog/wp-content/themes/webkit/comments.php:
1234 * blog/wp-content/themes/webkit/footer.php:
1235 * blog/wp-content/themes/webkit/header.php:
1236 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
1238 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1242 http://bugs.webkit.org/show_bug.cgi?id=10966
1243 Bug 10966: Updates to website
1245 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
1247 * coding/coding-style.html:
1248 * coding/lgpl-license.html:
1251 * projects/css/index.html:
1252 * projects/editing/index.html:
1253 * projects/forms/index.html:
1254 * projects/html/index.html:
1255 * projects/index.html:
1256 * projects/javascript/index.html:
1257 * projects/svg/index.html:
1258 * projects/xslt/index.html:
1259 * webdevelopers/webkit_version.html:
1260 * webdevelopers/webkit_version_xl.html:
1262 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1266 Updates to make static pages validate as HTML 4.01 Strict.
1268 * building/build.html:
1269 * coding/coding-style.html:
1271 * index.html: Move <style> tag into the document head.
1272 * projects/cleanup/index.html:
1273 * projects/compat/index.html:
1274 * projects/css/index.html:
1275 * projects/documentation/index.html:
1276 * projects/editing/index.html:
1277 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
1278 * projects/html/index.html:
1279 * projects/javascript/index.html:
1280 * projects/performance/index.html:
1281 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
1282 * projects/printing/index.html:
1283 * projects/svg/index.html:
1284 * projects/xslt/index.html:
1285 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
1286 * quality/reduction.html:
1287 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
1288 * quality/testing.html:
1290 2006-09-19 Brady Eidson <beidson@apple.com>
1292 http://bugs.webkit.org/show_bug.cgi?id=8220
1293 Add the favicon.ico to the site.
1294 Notice, users of shipping Safari won't see the updated favicon
1295 unless they clear their icon cache - ToT users can manually reload
1296 the site and force the refresh ;)
1298 * favicon.ico: Added.
1300 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1304 - this patch brought to you by the letter 'c'
1306 * coding/coding-style.html:
1308 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1312 - http://bugs.webkit.org/show_bug.cgi?id=10444
1313 Navigation links overlap the Spam Karma 2 footer
1315 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1317 2006-08-21 Timothy Hatcher <timothy@apple.com>
1321 Bug 9302: WebKit nightly download image says ~2.5 MB when
1322 universal binaries make it ~5.0 MB
1323 http://bugs.webkit.org/show_bug.cgi?id=9302
1325 * images/download.png:
1327 2006-08-21 Timothy Hatcher <timothy@apple.com>
1331 Changes many opendarwin.org links to the proper webkit.org version.
1333 * blog/wp-content/themes/webkit/sidebar.php:
1334 * blog/wp-content/themes/webkit/style.css:
1335 * building/build.html:
1336 * coding/contributing.html:
1340 * projects/compat/hitlist.html:
1341 * projects/css/index.html:
1342 * projects/editing/index.html:
1343 * projects/forms/index.html:
1344 * projects/html/index.html:
1345 * projects/javascript/index.html:
1346 * projects/svg/index.html:
1347 * projects/svg/svg-status.xsl:
1348 * projects/xslt/index.html:
1349 * quality/bugpriorities.html:
1350 * quality/bugzilla.html:
1351 * quality/leakhunting.html:
1352 * quality/lifecycle.html:
1353 * quality/reporting.html:
1355 2006-08-15 Eric Seidel <eric@webkit.org>
1359 * projects/svg/status.xml: updated to reflect current SVG status
1361 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1365 Tweaked the build instructions a bit.
1367 * building/build.html:
1368 * building/debug.png: Added.
1370 2006-08-02 Darin Adler <darin@apple.com>
1372 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1374 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1378 - Added instructions for debugging in Xcode
1380 * building/build-window.png: Added.
1381 * building/build.html:
1382 * building/custom-executable.png: Added.
1383 * building/info-tab.png: Added.
1385 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1389 - Tweaked the checkout and build instructions to make them simpler and
1392 * building/build.html:
1393 * building/checkout.html:
1395 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1399 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1400 Another case error preventing build
1402 * building/build.html: Building WebKit now requires Xcode 2.3.
1404 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1406 Reviewed and landed by Anders.
1408 * blog/wp-content/themes/webkit/sidebar.php:
1409 Add link to Wiki in the navigation menu here too.
1411 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1413 Reviewed and landed by Anders.
1415 * nav.inc: Add link to Wiki in the navigation menu.
1417 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1419 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1421 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1423 Improve wording of first paragraph of webkit site.
1427 2006-06-08 Timothy Hatcher <timothy@apple.com>
1431 Include our own copies of the BSD and LGPL licenses.
1433 * coding/bsd-license.html: Added.
1434 * coding/lgpl-license.html: Added.
1435 * nav.inc: link to our copies of the licenses
1437 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1441 http://bugs.webkit.org/show_bug.cgi?id=9303
1442 JavaScript error when loading WebKit blog page
1444 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1445 * nav.inc: Removed evil tabs--whitespace change only.
1447 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1449 Reviewed by John Sullivan.
1451 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1452 and 'other' bug databases.
1454 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1456 Reviewed by Timothy Hatcher.
1458 Adding Google Analytics tracking code, to create stats of our webpages.
1460 * blog/wp-content/themes/webkit/footer.php:
1463 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1465 Reviewed by Timothy.
1467 * index.html: Link to Nokia's S60 WebKit.
1469 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1473 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1475 2006-04-28 Eric Seidel <eseidel@apple.com>
1477 Reviewed by andersca.
1479 * projects/svg/status.xml: Update to reflect current status.
1481 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1483 Reviewed by Eric Seidel .
1485 Added WebKit detection scripts and a small howto + a new section to our
1486 website: Web Developers.
1489 * webdevelopers: Added.
1490 * webdevelopers/index.html: Added.
1491 * webdevelopers/webkit_version.html: Added.
1492 * webdevelopers/webkit_version.js: Added.
1493 * webdevelopers/webkit_version_xl.html: Added.
1494 * webdevelopers/webkit_version_xl.js: Added.
1496 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1500 * blog/wp-config.php: passwords and users don't belong in SVN.
1502 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1506 * quality/lifecycle.html: small textual change to my contact info;
1507 * quality/reporting.html: added non-ADC bug report URL.
1509 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1513 * 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.
1515 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1519 * projects/compat/hitlist.html: Added Google Calendar to the list
1520 in place of www.hangseng.com/ebanking
1522 2006-04-11 Eric Seidel <eseidel@apple.com>
1524 Reviewed by andersca.
1526 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1528 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1532 * projects/compat/hitlist.html: updated dates
1534 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1538 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1539 Coding style doc uses illegal entity
1541 * coding/coding-style.html: Changed &emdash; to —.
1543 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1547 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1548 added description of alumni list.
1550 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1554 Clarified that sites on the list aren't necessarily "broken."
1556 * projects/compat/hitlist.html:
1558 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1562 Updated links to gap and bananarepublic bugs.
1564 * projects/compat/hitlist.html:
1566 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1570 Change "Mail.app" to "Mail".
1573 * projects/editing/index.html:
1575 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1577 Oops, accidentally deleted the archives links.
1579 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1581 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1587 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1588 for the rest of the site.
1589 * quality/lifecycle.html: add Joost's homepage to his contact info.
1591 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1593 Doing penance after being set straight by Joost.
1595 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1598 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1600 Reviewed by Maciej, Darin.
1602 Added Safari Compatibility Hit List.
1604 * nav.inc: Link to the hit list.
1605 * projects/compat/hitlist.html: Added.
1606 * projects/compat/index.html: Link to the hit list.
1608 2006-03-02 Eric Seidel <eseidel@apple.com>
1612 * quality/reporting.html: display a nicer message to those using 10.2
1614 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1616 Reviewed by Maciej, landed by Geoff.
1618 Change "Deployment" to "Release" and "Development" to "Debug".
1619 Update latest Xcode version from 2.2 to 2.2.1.
1621 * building/build.html
1623 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1625 Accidentally wrote "Release" instead of "Debug" in my last patch.
1627 * quality/leakhunting.html:
1629 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1631 Some quick proof-reading of the patch I just landed -- no review
1634 * quality/leakhunting.html:
1636 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1638 Reviewed by Darin, Geoff.
1640 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1642 Added this page to the menu, adding in an extra section header
1646 * quality/leakhunting.html: Added.
1648 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1652 Fixed Bugzilla URL's
1654 * projects/forms/index.html:
1655 * projects/html/index.html:
1656 * projects/xslt/index.html:
1658 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1662 Made line-height global instead of just for p
1665 fixed bugzilla link, added starting <p> to first paragraph
1666 removed paragraph about tab-stops
1669 * projects/editing/index.html:
1671 2006-02-17 Darin Adler <darin@apple.com>
1673 * coding/coding-style.html: Mention other non-function brace cases.
1675 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1679 Added left position and margin-bottom to blog footer.
1683 2006-02-16 Timothy Hatcher <timothy@apple.com>
1687 Fixes PNGs with 8bit alpha on IE.
1689 * css/ie.css: attach the pngbehavior.htc to img tags
1690 * images/blank.png: Added.
1691 * index.html: add the width and height to the download img
1692 * pngbehavior.htc: Added.
1694 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1696 Changed by Darin on my machine.
1698 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1701 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1703 Reviewed and landed by Maciej.
1705 Made the author name bold on the frontpage.
1706 Moved the "Posted by" line up under the title and made the author name
1707 bold in single view.
1709 * blog/wp-content/themes/webkit/index.php:
1710 * blog/wp-content/themes/webkit/single.php:
1712 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1716 Updated the site to use the new layout.
1720 * blog/wp-content/themes/classic: Removed.
1721 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1722 * blog/wp-content/themes/classic/comments.php: Removed.
1723 * blog/wp-content/themes/classic/footer.php: Removed.
1724 * blog/wp-content/themes/classic/header.php: Removed.
1725 * blog/wp-content/themes/classic/index.php: Removed.
1726 * blog/wp-content/themes/classic/sidebar.php: Removed.
1727 * blog/wp-content/themes/classic/style.css: Removed.
1728 * blog/wp-content/themes/default: Removed.
1729 * blog/wp-content/themes/default/404.php: Removed.
1730 * blog/wp-content/themes/default/archive.php: Removed.
1731 * blog/wp-content/themes/default/archives.php: Removed.
1732 * blog/wp-content/themes/default/comments-popup.php: Removed.
1733 * blog/wp-content/themes/default/comments.php: Removed.
1734 * blog/wp-content/themes/default/footer.php: Removed.
1735 * blog/wp-content/themes/default/header.php: Removed.
1736 * blog/wp-content/themes/default/images: Removed.
1737 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1738 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1739 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1740 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1741 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1742 * blog/wp-content/themes/default/index.php: Removed.
1743 * blog/wp-content/themes/default/links.php: Removed.
1744 * blog/wp-content/themes/default/page.php: Removed.
1745 * blog/wp-content/themes/default/search.php: Removed.
1746 * blog/wp-content/themes/default/searchform.php: Removed.
1747 * blog/wp-content/themes/default/sidebar.php: Removed.
1748 * blog/wp-content/themes/default/single.php: Removed.
1749 * blog/wp-content/themes/default/style.css: Removed.
1750 * blog/wp-content/themes/webkit/404.php:
1751 * blog/wp-content/themes/webkit/archive.php:
1752 * blog/wp-content/themes/webkit/archives.php:
1753 * blog/wp-content/themes/webkit/footer.php:
1754 * blog/wp-content/themes/webkit/header.php:
1755 * blog/wp-content/themes/webkit/images: Removed.
1756 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1757 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1758 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1759 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1760 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1761 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1762 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1763 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1764 * blog/wp-content/themes/webkit/index.php:
1765 * blog/wp-content/themes/webkit/page.php:
1766 * blog/wp-content/themes/webkit/search.php:
1767 * blog/wp-content/themes/webkit/sidebar.php:
1768 * blog/wp-content/themes/webkit/single.php:
1769 * blog/wp-content/themes/webkit/style.css:
1770 * building/build.html:
1771 * building/checkout.html:
1772 * coding/coding-style.html:
1773 * coding/contributing.html:
1776 * css/blue.css: Added.
1777 * css/gray.css: Added.
1778 * css/green.css: Added.
1779 * css/ie.css: Added.
1780 * css/main.css: Added.
1781 * css/pink.css: Added.
1782 * css/purple.css: Added.
1783 * css/yellow.css: Added.
1784 * footer.inc: Added.
1785 * header.inc: Added.
1786 * images/blue-background.png: Added.
1787 * images/blue-bullet.png: Added.
1788 * images/bluebanner.png: Removed.
1789 * images/download.png: Added.
1790 * images/end.png: Added.
1791 * images/gray-background.png: Added.
1792 * images/green-background.png: Added.
1793 * images/green-bullet.png: Added.
1794 * images/icon-gold.png: Added.
1795 * images/icon.png: Added.
1796 * images/ie-nav.png: Added.
1797 * images/middle.png: Added.
1798 * images/nav.png: Added.
1799 * images/pink-background.png: Added.
1800 * images/pink-bullet.png: Added.
1801 * images/purple-background.png: Added.
1802 * images/purple-bullet.png: Added.
1803 * images/separator.png: Removed.
1804 * images/webkit-background.png: Removed.
1805 * images/welcomeopen.gif: Removed.
1806 * images/yellow-background.png: Added.
1807 * images/yellow-bullet.png: Added.
1810 * projects/accessibility/index.html:
1811 * projects/cleanup/index.html:
1812 * projects/compat/index.html:
1813 * projects/css/index.html:
1814 * projects/documentation/index.html:
1815 * projects/dom/index.html:
1816 * projects/editing/index.html:
1817 * projects/forms/index.html:
1818 * projects/html/index.html:
1819 * projects/index.html:
1820 * projects/javascript/index.html:
1821 * projects/layout/index.html:
1822 * projects/mathml/index.html:
1823 * projects/performance/index.html:
1824 * projects/plugins/index.html:
1825 * projects/portability/index.html:
1826 * projects/printing/index.html:
1827 * projects/svg/index.html:
1828 * projects/webkit/index.html:
1829 * projects/xml/index.html:
1830 * projects/xslt/index.html:
1831 * quality/bugpriorities.html:
1832 * quality/bugwriting.html:
1833 * quality/bugzilla.html:
1834 * quality/lifecycle.html:
1835 * quality/reduction.html:
1836 * quality/reporting.html:
1837 * quality/testing.html:
1838 * quality/testwriting.html:
1839 * sidebar.css: Removed.
1840 * sidebar.html: Removed.
1841 * webkitdev.css: Removed.
1843 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1847 Updated page to show 10.4.4 or 10.4.5
1848 Added support for recognizing Shiira.
1850 * quality/reporting.html:
1852 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1854 Reviewed by eseidel.
1856 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1858 Changed "Sign up for a" into "Create a" bugzilla account.
1860 * quality/reduction.html:
1861 * quality/reporting.html:
1863 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1867 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1868 bits are and how to get them.
1870 Changed link in reporting page to link to Bugzilla page.
1872 * quality/bugzilla.html: Added.
1873 * quality/reporting.html:
1875 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1877 Reviewed by eseidel.
1879 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1880 - Detabified the file.
1882 * quality/reporting.html:
1884 2006-02-10 Darin Adler <darin@apple.com>
1886 * index.html: Fixed a typo in a link.
1888 2006-02-10 Darin Adler <darin@apple.com>
1890 * building/checkout.html: Fixed a spelling mistake.
1892 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1894 Reviewed and landed by Anders.
1896 http://bugs.webkit.org/show_bug.cgi?id=7164
1899 Changed <div id="banner" to <h1 id="banner"
1900 global cleanup of CSS and code
1902 * building/build.html:
1903 * building/checkout.html:
1904 * coding/coding-style.html:
1905 * coding/contributing.html:
1908 * projects/accessibility/index.html:
1909 * projects/cleanup/index.html:
1910 * projects/compat/index.html:
1911 * projects/css/index.html:
1912 * projects/documentation/index.html:
1913 * projects/dom/index.html:
1914 * projects/editing/index.html:
1915 * projects/forms/index.html:
1916 * projects/html/index.html:
1917 * projects/index.html:
1918 * projects/javascript/index.html:
1919 * projects/layout/index.html:
1920 * projects/mathml/index.html:
1921 * projects/performance/index.html:
1922 * projects/plugins/index.html:
1923 * projects/portability/index.html:
1924 * projects/printing/index.html:
1925 * projects/svg/index.html:
1926 * projects/webkit/index.html:
1927 * projects/xml/index.html:
1928 * projects/xslt/index.html:
1929 * quality/bugpriorities.html:
1930 * quality/bugwriting.html:
1931 * quality/lifecycle.html:
1932 * quality/reduction.html:
1933 * quality/reporting.html:
1934 * quality/testing.html:
1935 * quality/testwriting.html:
1938 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1940 Reviewed by Darin. Landed by ap.
1942 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1943 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1945 * quality/reporting.html:
1946 * webkitdev.css: Added margin-bottom for li.
1948 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1950 Reviewed by Darin. Landed by Maciej.
1952 - Several fixes to the site
1953 http://bugs.webkit.org/show_bug.cgi?id=7105
1955 * blog/wp-content/themes/webkit/style.css:
1957 * quality/bugwriting.html:
1958 * quality/reduction.html:
1961 2006-02-05 Eric Seidel <eseidel@apple.com>
1965 General update to SVG project page, also link to status page.
1967 * projects/svg/index.html:
1969 2006-02-05 Eric Seidel <eseidel@apple.com>
1971 Rubber stamped by darin.
1973 * projects/svg/status.xml: Added.
1974 * projects/svg/svg-status.css: Added.
1975 * projects/svg/svg-status.xsl: Added.
1977 2006-02-05 Eric Seidel <eseidel@apple.com>