1 2008-03-11 Robert Blaut <webkit@blaut.biz>
3 Reviewed by Darin Adler.
5 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
6 Patch deletes an obsolete hitlist.html page and other references to it
8 * nav.inc: removed menu link to hitlist.html
9 * projects/compat/hitlist.html: Removed.
10 * projects/compat/index.html: removed reference to hitlist.html
12 2008-03-06 Timothy Hatcher <timothy@apple.com>
14 Rubber-stamped by Adam Roben.
16 Add a simple page that has various demo functions for Drosera.
18 * demos/drosera: Added.
19 * demos/drosera/demo.js: Added.
20 * demos/drosera/drosera.png: Added.
21 * demos/drosera/index.html: Added.
23 2008-03-04 Mark Rowe <mrowe@apple.com>
25 Rubber-stamped by Brady Eidson.
27 * building/tools.html: Update link to Windows Platform SDK to its new location.
29 2008-03-04 Mark Rowe <mrowe@apple.com>
31 Reviewed by Sam Weinig.
33 Add a note about preferring if over else if when the previous if is terminated by a return statement.
35 * coding/coding-style.html:
37 2008-02-08 Adam Roben <aroben@apple.com>
39 * perf/slickspeed/config.ini: Fixed version number.
41 2008-02-08 Adam Roben <aroben@apple.com>
43 Update jQuery to v1.2.3
45 Rubberstamped by Mitz.
47 * perf/slickspeed/config.ini:
48 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
50 2008-02-07 David Smith <catfish.man@gmail.com>
52 Rubber stamped by weinig and bdash.
53 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
55 * perf/slickspeed/frameworks/prototype.js:
57 2008-02-07 David Smith <catfish.man@gmail.com>
59 Rubber stamped by Mark Rowe
60 Fix a duplicate selector in the test.
62 * perf/slickspeed/selectors.list:
64 2008-02-07 David Smith <catfish.man@gmail.com>
66 Reviewed by Adam Roben.
67 Added :nth-child and :last-child to the list of selectors to test.
69 * perf/slickspeed/selectors.list:
71 2008-02-05 Mark Rowe <mrowe@apple.com>
73 Update WordPress to 2.3.3 which includes security fixes.
75 * blog/wp-admin/install-helper.php:
76 * blog/wp-includes/gettext.php:
77 * blog/wp-includes/pluggable.php:
78 * blog/wp-includes/version.php:
81 2008-02-02 David Smith <catfish.man@gmail.com>
85 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
86 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
88 * 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.
89 * perf/slickspeed/selectors.list: Added the new selectors
91 2008-02-02 Mark Rowe <mrowe@apple.com>
93 Add WordPress plugin to give more control over blog comment settings.
95 * blog/wp-content/plugins/commentcontrol.php: Added.
97 2008-01-30 Jessica Kahn <jess@apple.com>
99 Reviewed by Tim Hatcher.
101 * coding/coding-style.html:
102 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
104 2008-01-21 David Smith <catfish.man@gmail.com>
108 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
110 * perf/slickspeed: Added.
111 * perf/slickspeed/config.ini: Added.
112 * perf/slickspeed/footer.html: Added.
113 * perf/slickspeed/frameworks: Added.
114 * perf/slickspeed/frameworks/DomQuery.js: Added.
115 * perf/slickspeed/frameworks/dummy.js: Added.
116 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
117 * perf/slickspeed/frameworks/prototype.js: Added.
118 * perf/slickspeed/header.html: Added.
119 * perf/slickspeed/index.php: Added.
120 * perf/slickspeed/instructions.txt: Added.
121 * perf/slickspeed/logo.png: Added.
122 * perf/slickspeed/selectors.list: Added.
123 * perf/slickspeed/style.css: Added.
124 * perf/slickspeed/system: Added.
125 * perf/slickspeed/system/index.php: Added.
126 * perf/slickspeed/system/slickspeed.js: Added.
127 * perf/slickspeed/system/template.php: Added.
128 * perf/slickspeed/template.html: Added.
130 2008-01-17 Steve Falkenburg <sfalken@apple.com>
132 Added Vista crash logging information.
136 * quality/crashlogs.html:
138 2008-01-07 Eric Seidel <eric@webkit.org>
140 Reviewed by Mark Rowe.
142 * projects/svg/status.xml: remove fixed bugs.
144 2007-12-30 Mark Rowe <mrowe@apple.com>
146 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
148 * blog/wp-admin/admin.php:
149 * blog/wp-admin/includes/file.php:
150 * blog/wp-admin/install.php:
151 * blog/wp-admin/setup-config.php:
153 * blog/wp-includes/formatting.php:
154 * blog/wp-includes/functions.php:
155 * blog/wp-includes/pluggable.php:
156 * blog/wp-includes/post.php:
157 * blog/wp-includes/query.php:
158 * blog/wp-includes/taxonomy.php:
159 * blog/wp-includes/version.php:
160 * blog/wp-includes/wp-db.php:
162 * blog/wp-settings.php:
165 2007-12-29 Alp Toker <alp@atoker.com>
169 * perf/sunspider-0.9/sunspider.html:
171 2007-12-29 Alp Toker <alp@atoker.com>
175 Provide the current URL in the SunSpider results page. Useful for
176 copying benchmark results out of browsers without a location bar or
177 where the location bar can't handle long URLs.
179 * perf/sunspider-0.9/sunspider-results.html:
181 2007-12-21 David Smith <catfish.man@gmail.com>
183 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.
185 * blog-files/gebcnspeedtest.html:
187 2007-12-21 David Smith <catfish.man@gmail.com>
189 Add the benchmark from the previous commit as well.
191 * blog-files/gebcnspeedtest.html: Added.
192 * blog-files/prototype-for-gebcn-test.js: Added.
194 2007-12-21 David Smith <catfish.man@gmail.com>
196 Add a graph of benchmark results for an upcoming blog post.
198 * blog-files/gebcnwebkitonly.png: Added.
200 2007-12-18 Antti Koivisto <antti@apple.com>
202 Reviewed by Darin and Steve.
204 Add instructions to install the QuickTime SDK for Windows.
206 * building/tools.html:
208 2007-12-18 Mark Rowe <mrowe@apple.com>
212 * perf/sunspider-0.9/sunspider.html:
214 2007-12-18 Steve Falkenburg <sfalken@apple.com>
216 Correct link to Visual Studio Express 2005.
217 Old link points to 2008.
221 * building/tools.html:
223 2007-12-17 Maciej Stachowiak <mjs@apple.com>
227 - work around IE layout bugs
229 * perf/sunspider-0.9/sunspider.css:
231 2007-12-17 Maciej Stachowiak <mjs@apple.com>
235 - fix compare feature
237 * perf/sunspider-0.9/sunspider-results.html:
239 2007-12-17 Maciej Stachowiak <mjs@apple.com>
241 Rubber stamped by Mark.
243 - Add a copy of SunSpider 0.9 to the site
246 * perf/sunspider-0.9: Added.
247 * perf/sunspider-0.9/3d-cube.html: Added.
248 * perf/sunspider-0.9/3d-morph.html: Added.
249 * perf/sunspider-0.9/3d-raytrace.html: Added.
250 * perf/sunspider-0.9/access-binary-trees.html: Added.
251 * perf/sunspider-0.9/access-fannkuch.html: Added.
252 * perf/sunspider-0.9/access-nbody.html: Added.
253 * perf/sunspider-0.9/access-nsieve.html: Added.
254 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
255 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
256 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
257 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
258 * perf/sunspider-0.9/controlflow-recursive.html: Added.
259 * perf/sunspider-0.9/crypto-aes.html: Added.
260 * perf/sunspider-0.9/crypto-md5.html: Added.
261 * perf/sunspider-0.9/crypto-sha1.html: Added.
262 * perf/sunspider-0.9/date-format-tofte.html: Added.
263 * perf/sunspider-0.9/date-format-xparb.html: Added.
264 * perf/sunspider-0.9/math-cordic.html: Added.
265 * perf/sunspider-0.9/math-partial-sums.html: Added.
266 * perf/sunspider-0.9/math-spectral-norm.html: Added.
267 * perf/sunspider-0.9/regexp-dna.html: Added.
268 * perf/sunspider-0.9/string-base64.html: Added.
269 * perf/sunspider-0.9/string-fasta.html: Added.
270 * perf/sunspider-0.9/string-tagcloud.html: Added.
271 * perf/sunspider-0.9/string-unpack-code.html: Added.
272 * perf/sunspider-0.9/string-validate-input.html: Added.
273 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
274 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
275 * perf/sunspider-0.9/sunspider-driver.html: Added.
276 * perf/sunspider-0.9/sunspider-record-result.js: Added.
277 * perf/sunspider-0.9/sunspider-results.html: Added.
278 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
279 * perf/sunspider-0.9/sunspider.css: Added.
280 * perf/sunspider-0.9/sunspider.html: Added.
282 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
284 Reviewed by Maciej Stachowiak.
286 http://bugs.webkit.org/show_bug.cgi?id=16446.
288 * building/debug.html: Update to expand the win32 debugging instructions.
290 2007-12-07 Brady Eidson <beidson@apple.com>
292 Reviewed by Darin's rubberstamp
294 When developing the Database feature and dealing with UI Delegate issues, it is important to have
295 live examples on the web to help reproduce certain situations.
297 This file is a dumping ground for such examples, and starts out with one function - the ability to add
298 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
300 * misc/DatabaseTester.html: Added.
302 2007-12-07 Brady Eidson <beidson@apple.com>
304 Reviewed by Adam Roben
306 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
307 unsupported browser or some other error that prevented the database from opening.
308 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
309 of those don't exist yet
311 2007-12-05 Timothy Hatcher <timothy@apple.com>
313 Add another Inspector screenshot for an upcoming blog post.
315 * blog-files/InspectorDatabaseBrowser.png: Added.
317 2007-12-04 Alp Toker <alp@atoker.com>
319 Reviewed by Mark Rowe.
321 Link to Planet WebKit.
325 2007-12-02 Adam Roben <aroben@apple.com>
327 Add another screenshot
329 * blog-files/InspectElementMenu.png: Added.
331 2007-12-02 Adam Roben <aroben@apple.com>
333 Add some Inspector screenshots for an upcoming blog post
335 Rubberstamped by Mark Rowe.
337 * blog-files/InspectorCSSEditing.png: Added.
338 * blog-files/InspectorFonts.png: Added.
340 2007-11-30 Matt Lilek <webkit@mattlilek.com>
344 Link to the commit and review policy.
346 * coding/contributing.html:
349 2007-11-30 Darin Adler <darin@apple.com>
351 * coding/commit-review-policy.html: A couple more typos and very
352 minor grammatical stuff. No substantive change.
354 2007-11-30 Darin Adler <darin@apple.com>
356 * coding/commit-review-policy.html: Fixed a typo, added a footer.
358 2007-11-30 Matt Lilek <webkit@mattlilek.com>
362 Clean up a couple of typos from Maciej's last patch.
364 * coding/commit-review-policy.html:
366 2007-11-30 Maciej Stachowiak <mjs@apple.com>
368 Reviewed by Bertrand.
370 New commit and review policy.
372 * coding/commit-review-policy.html: Added.
374 2007-11-21 Mark Rowe <mrowe@apple.com>
378 Update coding style to cover control statements with no body.
380 * coding/coding-style.html:
382 2007-11-17 Adam Roben <aroben@apple.com>
384 Update Windows debugging instructions
386 Reviewed by Mark Rowe.
388 * building/debug.html:
390 2007-11-14 Brady Eidson <beidson@apple.com>
394 * images/DroseraPic.png: Added.
396 2007-11-12 Brady Eidson <beidson@apple.com>
400 Update the DatabaseExample to use the new API
402 * misc/DatabaseExample.html:
404 2007-11-12 Mark Rowe <mrowe@apple.com>
406 * building/tools.html: Remove extra >.
408 2007-11-09 Antti Koivisto <antti@apple.com>
410 Rubber stamped by bdash.
412 Add directory for blog resources (and one image).
415 * blog-files/touch-poster.png: Added.
417 2007-11-07 Dan Bernstein <mitz@apple.com>
419 Reviewed by Darin Adler.
421 - removed a workaround for the bug fixed in the WebCore part of this
424 2007-11-04 Timothy Hatcher <timothy@apple.com>
426 Land the HTML Editing Toolbar demo from WWDC 2007.
429 * demos/editingToolbar: Added.
430 * demos/editingToolbar/FancyToolbar.css: Added.
431 * demos/editingToolbar/FancyToolbar.js: Added.
432 * demos/editingToolbar/FancyToolbarImages: Added.
433 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
434 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
435 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
436 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
437 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
438 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
439 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
440 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
441 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
442 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
443 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
444 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
445 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
446 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
447 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
448 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
449 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
450 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
451 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
452 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
453 * demos/editingToolbar/content.html: Added.
454 * demos/editingToolbar/images: Added.
455 * demos/editingToolbar/images/safari.png: Added.
456 * demos/editingToolbar/index.html: Added.
458 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
460 CIA has changed its hostname from cia.navi.cx to cia.vc
461 <http://bugs.webkit.org/show_bug.cgi?id=15829>
465 * contact.html: Updated links to CIA.
467 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
469 LGPL'ed files contain incorrect FSF address
470 <http://bugs.webkit.org/show_bug.cgi?id=14885>
472 Reviewed by NOBODY (follow-up fix).
474 * blog/wp-includes/class-snoopy.php:
475 * blog/wp-includes/gettext.php:
476 * blog/wp-includes/streams.php:
478 2007-11-01 Sam Weinig <sam@webkit.org>
480 Rubber-stamped by Tim Hatcher.
482 * misc/DatabaseExample.html: Speed up default close speed to .25s
484 2007-11-01 Sam Weinig <sam@webkit.org>
486 Reviewed by Adam Roben.
488 - Don't show the close button on the notes unless hovering over the note.
489 - Do transformation and fade when closing a note using the new transition properties.
491 * misc/DatabaseExample.html:
493 2007-10-29 Mark Rowe <mrowe@apple.com>
499 2007-10-29 Mark Rowe <mrowe@apple.com>
501 Files that have been added or modified on the web server without making it in to SVN.
504 * blog/wp-content/databaseexample.png: Added.
505 * blog/wp-content/uploads: Added.
506 * blog/wp-content/uploads/2007: Added.
507 * blog/wp-content/uploads/2007/06: Added.
508 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
509 * building/cygwin-downloader.zip: Added.
511 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
513 Rubber-stamped by Mark Rowe.
515 * images/download.png: Updated to say "Nightly builds" instead of
516 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
517 download link anyway.
519 2007-10-21 David Kilzer <ddkilzer@webkit.org>
523 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
524 DOM Exception opening up client-side database example for the first time
526 There was a race condition when creating the WebKitStickyNotes table for the
527 first time in which the loaded() function (renamed to loadNotes()) could be
528 called before the table was created. Prevent this by only calling loadNotes()
529 in an executeSql() callback after we know the table exists, or after we know
530 the table has been created.
532 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
533 Created a new loaded() function.
535 2007-10-20 Mark Rowe <mrowe@apple.com>
537 Rubber-stamped by Adam.
539 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
541 * misc/DatabaseExample.html:
542 * misc/deleteButton.png: Added.
543 * misc/deleteButton.tiff: Removed.
544 * misc/deleteButtonPressed.png: Added.
545 * misc/deleteButtonPressed.tiff: Removed.
547 2007-10-20 Adam Roben <aroben@apple.com>
549 Make the notes sticky!
553 * misc/DatabaseExample.html:
554 * misc/deleteButton.tiff: Added.
555 * misc/deleteButtonPressed.tiff: Added.
557 2007-10-19 Timothy Hatcher <timothy@apple.com>
559 Reviewed by Mark Rowe.
561 Fix a couple of exceptions for first time users.
563 * misc/DatabaseExample.html:
565 2007-10-19 Anders Carlsson <andersca@apple.com>
569 Make example actually work.
571 * misc/DatabaseExample.html:
573 2007-10-19 Anders Carlsson <andersca@apple.com>
579 * misc/DatabaseExample.html:
581 2007-10-19 Brady Eidson <beidson@apple.com>
585 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
587 * misc/DatabaseExample.html:
589 2007-10-19 Brady Eidson <beidson@apple.com>
591 Reviewed by Tim Hatcher
593 Sample database API usage
595 * misc/DatabaseExample.html: Added.
597 2007-09-25 David Kilzer <ddkilzer@webkit.org>
601 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
602 LGPL'ed files contain incorrect FSF address
604 * blog/wp-content/plugins/wp-cache/wp-cache.php:
605 * blog/wp-includes/class-snoopy.php:
606 * blog/wp-includes/gettext.php:
607 * blog/wp-includes/js/tinymce/license.html:
608 * blog/wp-includes/streams.php:
610 2007-09-23 Maciej Stachowiak <mjs@apple.com>
612 Reviewed by Mark Rowe.
614 - Limit custom list bullets to ordered lists only
625 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
629 * coding/coding-style.html:
630 - in section Other Punctuation
631 - syntax instead of synatax
632 - fix sample code alignment
634 2007-09-06 Maciej Stachowiak <mjs@apple.com>
638 * misc/WebKitDetect.js: Added.
640 2007-09-06 Maciej Stachowiak <mjs@apple.com>
642 Not reviewed - copy of WebKitDetect script from wiki
644 * misc/WebKitDetect.html: Added.
646 2007-08-20 Adam Roben <aroben@apple.com>
648 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
652 * quality/crashlogs.html:
654 2007-07-26 Maciej Stachowiak <mjs@apple.com>
656 - grammar fix pointed out by Mitz.
658 * projects/goals.html:
660 2007-07-25 Maciej Stachowiak <mjs@apple.com>
662 Rubber stamped by Adam.
664 Added WebKit Project Goals.
666 * nav.inc: added a nav link.
667 * projects/goals.html: Added.
669 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
671 Reviewed by Adam Roben.
673 Add information on getting a useful crash log on Mac and Windows.
676 * quality/crashlogs.html: Added.
677 * quality/mac_reportbox.jpg: Added.
678 * quality/mac_viewtrace.jpg: Added.
679 * quality/win_installwatson.jpg: Added.
680 * quality/win_watsongui.jpg: Added.
681 * quality/win_watsoninstalled.jpg: Added.
683 2007-07-20 Mark Rowe <mrowe@apple.com>
685 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
686 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
687 include is functionally identical for our purposes on the first use.
689 * blog/wp-content/advanced-cache.php:
691 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
695 - http://bugs.webkit.org/show_bug.cgi?id=14628
696 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
700 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
702 Reviewed by Adam Roben.
704 Add info about VC++ Express forgetting SDK paths.
706 * building/build.html:
708 2007-07-02 Mitz Pettel <mitz@webkit.org>
712 - http://bugs.webkit.org/show_bug.cgi?id=14482
713 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
715 * quality/reduction.html:
717 2007-07-01 Mitz Pettel <mitz@webkit.org>
721 - http://bugs.webkit.org/show_bug.cgi?id=14481
722 Broken links on coding/lgpl-license.html
724 * coding/lgpl-license.html:
726 2007-06-24 Mitz Pettel <mitz@webkit.org>
728 Reviewed by Adam Roben.
732 * building/build.html:
734 2007-06-23 Mark Rowe <mrowe@apple.com>
738 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
740 2007-06-12 Adam Roben <aroben@apple.com>
742 Update the location of cygwin-downloader.zip.
744 Rubberstamped by Hyatt.
746 * building/tools.html:
748 2007-06-12 Dave Hyatt <hyatt@apple.com>
750 Add Windows checkout/build instructions to the website.
752 * building/build.html:
753 * building/checkout.html:
754 * building/debug.html:
755 * building/tools.html: Added.
761 2007-06-10 Geoffrey Garen <ggaren@apple.com>
763 Reviewed by Beth Dakin.
765 Cleaned up formatting on the check out page.
767 * building/checkout.html:
769 2007-06-08 Mark Rowe <mrowe@apple.com>
771 Rubber-stamped by Hyatt.
773 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
774 than doing server-side user agent checks. This resolves an issue some people were seeing where
775 caching would lead to a page generated for an Internet Explorer user being served to a Safari
776 user. The visible symptom of this was many of the graphics were missing.
778 * blog/wp-content/themes/webkit/header.php:
781 2007-05-04 Mark Rowe <mrowe@apple.com>
783 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
784 present in the old version which have since been removed, but it's unlikely
785 they'll ever cause a problem.
787 2007-05-04 Mark Rowe <mrowe@apple.com>
789 Add graphics used by existing blog posts into SVN.
791 * blog/wp-content/rotate.png: Added.
792 * blog/wp-content/drosera.png: Added.
793 * blog/wp-content/hitlist.png: Added.
794 * blog/wp-content/svgtextmini.png: Added.
795 * blog/wp-content/svgtextmini_01.png: Added.
796 * blog/wp-content/textfield_screenshot.jpg: Added.
797 * blog/wp-content/Picture9.png: Added.
798 * blog/wp-content/svgtext.png: Added.
799 * blog/wp-content/webInspector.png: Added.
800 * blog/wp-content/rotate.svg: Added.
801 * blog/wp-content/chucknorris.png: Added.
803 2007-04-21 Mitz Pettel <mitz@webkit.org>
807 - http://bugs.webkit.org/show_bug.cgi?id=13350
808 Build Ahem into DumpRenderTree
810 * quality/testing.html: Removed the requirement to download and install
811 Ahem for running the tests.
812 * quality/testwriting.html: Added information about Ahem.
814 2007-04-09 Adele Peterson <adele@apple.com>
816 * blog/wp-content/chrome.jpg: Added.
818 2007-04-05 Mark Malone <markmalone@mac.com>
822 http://bugs.webkit.org/show_bug.cgi?id=13273
823 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
825 * nav.inc: Link directly to the hierarchy.
827 2007-03-26 Darin Adler <darin@apple.com>
829 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
831 2007-03-25 Darin Adler <darin@apple.com>
833 * coding/coding-style.html: Put !important on right/wrong colors so they override the
834 green color that comes from the green.css stylesheet.
836 2007-03-25 Darin Adler <darin@apple.com>
838 * coding/RefPtr.html: A couple minor wording tweaks.
840 2007-03-25 Darin Adler <darin@apple.com>
842 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
844 2007-03-25 Mark Rowe <mrowe@apple.com>
846 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
847 Replace raw ampersands in hyperlink URL with named entity.
849 2007-03-25 Darin Adler <darin@apple.com>
851 * coding/RefPtr.html: A couple wording tweaks.
853 2007-03-25 Darin Adler <darin@apple.com>
855 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
858 2007-03-24 Darin Adler <darin@apple.com>
860 * css/main.css: Try tighter spacing for code examples.
862 2007-03-24 Darin Adler <darin@apple.com>
864 * coding/RefPtr.html: <span> -> </span>
866 2007-03-24 Darin Adler <darin@apple.com>
868 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
870 2007-03-24 Darin Adler <darin@apple.com>
872 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
874 Also tweaked the MIME types of a few files and removed a stray executable bit.
876 2007-03-21 David Kilzer <ddkilzer@apple.com>
878 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
880 2007-03-21 David Kilzer <ddkilzer@apple.com>
882 * building/checkout.html: Got rid of "click here" link and restructured sentences
883 linking to svn clients.
885 2007-03-21 David Kilzer <ddkilzer@apple.com>
889 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
891 2007-03-21 Maciej Stachowiak <mjs@apple.com>
893 - some specs to propose by email
895 * specs/HTML_Timed_Media_Elements.html: Added.
896 * specs/Timed_Media_CSS.html: Added.
897 * specs/Timed_Media_Elements-Open_Issues.html: Added.
898 * specs/mediaelement.css: Added.
899 * specs/movie-status-states.png: Added.
901 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
905 Clear up the steps necessary to get a patch landed.
907 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
908 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
910 * coding/contributing.html:
912 2007-03-18 Maciej Stachowiak <mjs@apple.com>
914 Added a random JS benchmark.
916 * misc/morph.html: Added.
918 2007-03-14 Kevin McCullough <kmccullough@apple.com>
922 Silly wrapping change for testing a post-commit hook change.
926 2007-03-09 Darin Adler <darin@apple.com>
928 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
929 we want it to match pre, and the default font looks fine -- no need to
930 ask for "Courier New" explicitly.
932 2007-03-09 Mark Rowe <mrowe@apple.com>
934 Rubber-stamped by Tim Hatcher.
936 Sexy blog permalinks!
938 * blog/.htaccess: Added.
940 2007-03-09 Mark Rowe <mrowe@apple.com>
944 * building/checkout.html: Update repository URL.
946 2007-03-07 Brady Eidson <beidson@apple.com>
948 Whoops, its actually prepare-ChangeLog
950 * coding/contributing.html:
952 2007-03-07 Brady Eidson <beidson@apple.com>
956 Explicitly mention the prepare-Changelog step for contributing patches
958 * coding/contributing.html:
960 2007-02-25 Anders Carlsson <acarlsson@apple.com>
964 * building/checkout.html:
965 Add Trac link to our SVN repository,
967 2007-02-15 Darin Adler <darin@apple.com>
969 * projects/performance/index.html: Fix i-Bench link.
971 2007-02-08 Mark Rowe <mrowe@apple.com>
973 Reviewed by Tim Hatcher.
975 * nav.inc: Add link to very work-in-progress DOM documentation.
977 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
981 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
983 * blog/wp-admin/admin-header.php:
986 2007-01-15 Brady Eidson <beidson@apple.com>
990 * coding/coding-style.html: Added switch/case indentation rules
992 2007-01-15 Eric Seidel <eric@webkit.org>
996 * coding/coding-style.html: update to include style for header guards
998 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1000 * coding/coding-style.html: Fixed minor validation error.
1002 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1004 Reviewed by Beth Dakin.
1006 Updated coding style guidelines to cover a lot of stuff previously absent.
1008 * coding/coding-style.html:
1010 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
1014 http://bugs.webkit.org/show_bug.cgi?id=11295
1015 Nightly download size is misleading
1017 * images/download.png: Changed the size to 6 MB.
1019 2007-01-01 Darin Adler <darin@apple.com>
1021 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
1023 2006-12-06 Rob Buis <buis@kde.org>
1027 http://bugs.webkit.org/show_bug.cgi?id=10254
1028 A few grammar and spelling corrections on the WebKit website
1030 Grammar and spelling corrections by Jonathan Johnsson.
1032 * coding/coding-style.html:
1033 * projects/css/index.html:
1034 * projects/javascript/index.html:
1035 * projects/svg/index.html:
1036 * quality/reduction.html:
1038 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
1042 http://bugs.webkit.org/show_bug.cgi?id=11652
1043 Bug 11652: Mailing list address and URL are incorrect
1045 This also removes a lot of bit rot from the KWQ-era.
1047 * coding/contributing.html:
1049 * projects/css/index.html:
1050 * projects/editing/index.html:
1051 * projects/forms/index.html:
1052 * projects/html/index.html:
1053 * projects/portability/index.html:
1054 * projects/xslt/index.html:
1055 * quality/lifecycle.html:
1056 * quality/testwriting.html:
1058 2006-11-18 Mitz Pettel <mitz@webkit.org>
1062 Gender-neutrality fix.
1064 * coding/contributing.html:
1066 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
1068 Reviewed by Tim Hatcher.
1070 Moved the web developer page to the wiki, adding link to the Drosera page.
1072 * .htaccess: Add permanent redirect to the new page on the wiki.
1073 * contact.html: Trac numbers are no longer one off.
1075 * webdevelopers/index.html: Removed.
1076 * webdevelopers/webkit_version.html: Removed.
1077 * webdevelopers/webkit_version.js: Removed.
1078 * webdevelopers/webkit_version_xl.html: Removed.
1079 * webdevelopers/webkit_version_xl.js: Removed.
1081 2006-11-14 Mark Rowe <bdash@webkit.org>
1083 Reviewed by Tim Hatcher.
1085 http://bugs.webkit.org/show_bug.cgi?id=9529
1086 Bug 9529: Navigation HTML duplicated on webkit.org web site
1088 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
1089 * nav.inc: Generate WordPress archive list if included from within WordPress.
1091 2006-11-07 Mark Rowe <bdash@webkit.org>
1093 Reviewed by Dave Hyatt.
1095 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
1096 component to the correct JavaScriptCore.
1098 2006-11-06 Timothy Hatcher <timothy@apple.com>
1102 Update the site with new wiki and Trac links.
1104 * blog/wp-content/themes/webkit/sidebar.php:
1105 * building/build.html:
1108 * projects/svg/index.html:
1110 2006-10-31 Mark Rowe <bdash@webkit.org>
1114 Update WebKit blog link to prevent pointless redirects.
1118 2006-10-25 Mitz Pettel <mitz@webkit.org>
1122 - http://bugs.webkit.org/show_bug.cgi?id=11412
1123 Stray list item in coding/coding-style.html
1125 * coding/coding-style.html:
1127 2006-10-25 Mark Rowe <bdash@webkit.org>
1131 Fix some HTML bugs in the coding style guidelines.
1133 * coding/coding-style.html:
1135 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1139 Split build, run, and debug steps into separate pages. Darin recommended
1142 * building/build.html:
1143 * building/checkout.html:
1144 * building/debug.html: Added.
1145 * building/run.html: Added.
1148 2006-10-05 Eric Seidel <eric@webkit.org>
1152 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
1154 2006-09-26 Eric Seidel <eric@webkit.org>
1158 * projects/svg/status.xml: update status to reflect current state of SVG development
1160 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
1164 http://bugs.webkit.org/show_bug.cgi?id=10975
1165 Update the blog template to valid HTML 4.01 Strict.
1167 * blog/wp-content/themes/webkit/comments-popup.php:
1168 * blog/wp-content/themes/webkit/comments.php:
1169 * blog/wp-content/themes/webkit/footer.php:
1170 * blog/wp-content/themes/webkit/header.php:
1171 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
1173 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1177 http://bugs.webkit.org/show_bug.cgi?id=10966
1178 Bug 10966: Updates to website
1180 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
1182 * coding/coding-style.html:
1183 * coding/lgpl-license.html:
1186 * projects/css/index.html:
1187 * projects/editing/index.html:
1188 * projects/forms/index.html:
1189 * projects/html/index.html:
1190 * projects/index.html:
1191 * projects/javascript/index.html:
1192 * projects/svg/index.html:
1193 * projects/xslt/index.html:
1194 * webdevelopers/webkit_version.html:
1195 * webdevelopers/webkit_version_xl.html:
1197 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1201 Updates to make static pages validate as HTML 4.01 Strict.
1203 * building/build.html:
1204 * coding/coding-style.html:
1206 * index.html: Move <style> tag into the document head.
1207 * projects/cleanup/index.html:
1208 * projects/compat/index.html:
1209 * projects/css/index.html:
1210 * projects/documentation/index.html:
1211 * projects/editing/index.html:
1212 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
1213 * projects/html/index.html:
1214 * projects/javascript/index.html:
1215 * projects/performance/index.html:
1216 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
1217 * projects/printing/index.html:
1218 * projects/svg/index.html:
1219 * projects/xslt/index.html:
1220 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
1221 * quality/reduction.html:
1222 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
1223 * quality/testing.html:
1225 2006-09-19 Brady Eidson <beidson@apple.com>
1227 http://bugs.webkit.org/show_bug.cgi?id=8220
1228 Add the favicon.ico to the site.
1229 Notice, users of shipping Safari won't see the updated favicon
1230 unless they clear their icon cache - ToT users can manually reload
1231 the site and force the refresh ;)
1233 * favicon.ico: Added.
1235 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1239 - this patch brought to you by the letter 'c'
1241 * coding/coding-style.html:
1243 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1247 - http://bugs.webkit.org/show_bug.cgi?id=10444
1248 Navigation links overlap the Spam Karma 2 footer
1250 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1252 2006-08-21 Timothy Hatcher <timothy@apple.com>
1256 Bug 9302: WebKit nightly download image says ~2.5 MB when
1257 universal binaries make it ~5.0 MB
1258 http://bugs.webkit.org/show_bug.cgi?id=9302
1260 * images/download.png:
1262 2006-08-21 Timothy Hatcher <timothy@apple.com>
1266 Changes many opendarwin.org links to the proper webkit.org version.
1268 * blog/wp-content/themes/webkit/sidebar.php:
1269 * blog/wp-content/themes/webkit/style.css:
1270 * building/build.html:
1271 * coding/contributing.html:
1275 * projects/compat/hitlist.html:
1276 * projects/css/index.html:
1277 * projects/editing/index.html:
1278 * projects/forms/index.html:
1279 * projects/html/index.html:
1280 * projects/javascript/index.html:
1281 * projects/svg/index.html:
1282 * projects/svg/svg-status.xsl:
1283 * projects/xslt/index.html:
1284 * quality/bugpriorities.html:
1285 * quality/bugzilla.html:
1286 * quality/leakhunting.html:
1287 * quality/lifecycle.html:
1288 * quality/reporting.html:
1290 2006-08-15 Eric Seidel <eric@webkit.org>
1294 * projects/svg/status.xml: updated to reflect current SVG status
1296 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1300 Tweaked the build instructions a bit.
1302 * building/build.html:
1303 * building/debug.png: Added.
1305 2006-08-02 Darin Adler <darin@apple.com>
1307 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1309 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1313 - Added instructions for debugging in Xcode
1315 * building/build-window.png: Added.
1316 * building/build.html:
1317 * building/custom-executable.png: Added.
1318 * building/info-tab.png: Added.
1320 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1324 - Tweaked the checkout and build instructions to make them simpler and
1327 * building/build.html:
1328 * building/checkout.html:
1330 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1334 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1335 Another case error preventing build
1337 * building/build.html: Building WebKit now requires Xcode 2.3.
1339 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1341 Reviewed and landed by Anders.
1343 * blog/wp-content/themes/webkit/sidebar.php:
1344 Add link to Wiki in the navigation menu here too.
1346 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1348 Reviewed and landed by Anders.
1350 * nav.inc: Add link to Wiki in the navigation menu.
1352 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1354 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1356 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1358 Improve wording of first paragraph of webkit site.
1362 2006-06-08 Timothy Hatcher <timothy@apple.com>
1366 Include our own copies of the BSD and LGPL licenses.
1368 * coding/bsd-license.html: Added.
1369 * coding/lgpl-license.html: Added.
1370 * nav.inc: link to our copies of the licenses
1372 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1376 http://bugs.webkit.org/show_bug.cgi?id=9303
1377 JavaScript error when loading WebKit blog page
1379 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1380 * nav.inc: Removed evil tabs--whitespace change only.
1382 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1384 Reviewed by John Sullivan.
1386 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1387 and 'other' bug databases.
1389 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1391 Reviewed by Timothy Hatcher.
1393 Adding Google Analytics tracking code, to create stats of our webpages.
1395 * blog/wp-content/themes/webkit/footer.php:
1398 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1400 Reviewed by Timothy.
1402 * index.html: Link to Nokia's S60 WebKit.
1404 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1408 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1410 2006-04-28 Eric Seidel <eseidel@apple.com>
1412 Reviewed by andersca.
1414 * projects/svg/status.xml: Update to reflect current status.
1416 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1418 Reviewed by Eric Seidel .
1420 Added WebKit detection scripts and a small howto + a new section to our
1421 website: Web Developers.
1424 * webdevelopers: Added.
1425 * webdevelopers/index.html: Added.
1426 * webdevelopers/webkit_version.html: Added.
1427 * webdevelopers/webkit_version.js: Added.
1428 * webdevelopers/webkit_version_xl.html: Added.
1429 * webdevelopers/webkit_version_xl.js: Added.
1431 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1435 * blog/wp-config.php: passwords and users don't belong in SVN.
1437 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1441 * quality/lifecycle.html: small textual change to my contact info;
1442 * quality/reporting.html: added non-ADC bug report URL.
1444 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1448 * 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.
1450 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1454 * projects/compat/hitlist.html: Added Google Calendar to the list
1455 in place of www.hangseng.com/ebanking
1457 2006-04-11 Eric Seidel <eseidel@apple.com>
1459 Reviewed by andersca.
1461 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1463 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1467 * projects/compat/hitlist.html: updated dates
1469 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1473 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1474 Coding style doc uses illegal entity
1476 * coding/coding-style.html: Changed &emdash; to —.
1478 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1482 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1483 added description of alumni list.
1485 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1489 Clarified that sites on the list aren't necessarily "broken."
1491 * projects/compat/hitlist.html:
1493 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1497 Updated links to gap and bananarepublic bugs.
1499 * projects/compat/hitlist.html:
1501 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1505 Change "Mail.app" to "Mail".
1508 * projects/editing/index.html:
1510 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1512 Oops, accidentally deleted the archives links.
1514 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
1516 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1522 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
1523 for the rest of the site.
1524 * quality/lifecycle.html: add Joost's homepage to his contact info.
1526 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1528 Doing penance after being set straight by Joost.
1530 * projects/compat/hitlist.html: Remove slur against QA. My humblest
1533 2006-03-06 Geoffrey Garen <ggaren@apple.com>
1535 Reviewed by Maciej, Darin.
1537 Added Safari Compatibility Hit List.
1539 * nav.inc: Link to the hit list.
1540 * projects/compat/hitlist.html: Added.
1541 * projects/compat/index.html: Link to the hit list.
1543 2006-03-02 Eric Seidel <eseidel@apple.com>
1547 * quality/reporting.html: display a nicer message to those using 10.2
1549 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
1551 Reviewed by Maciej, landed by Geoff.
1553 Change "Deployment" to "Release" and "Development" to "Debug".
1554 Update latest Xcode version from 2.2 to 2.2.1.
1556 * building/build.html
1558 2006-02-21 Geoffrey Garen <ggaren@apple.com>
1560 Accidentally wrote "Release" instead of "Debug" in my last patch.
1562 * quality/leakhunting.html:
1564 2006-02-20 Geoffrey Garen <ggaren@apple.com>
1566 Some quick proof-reading of the patch I just landed -- no review
1569 * quality/leakhunting.html:
1571 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
1573 Reviewed by Darin, Geoff.
1575 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
1577 Added this page to the menu, adding in an extra section header
1581 * quality/leakhunting.html: Added.
1583 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1587 Fixed Bugzilla URL's
1589 * projects/forms/index.html:
1590 * projects/html/index.html:
1591 * projects/xslt/index.html:
1593 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
1597 Made line-height global instead of just for p
1600 fixed bugzilla link, added starting <p> to first paragraph
1601 removed paragraph about tab-stops
1604 * projects/editing/index.html:
1606 2006-02-17 Darin Adler <darin@apple.com>
1608 * coding/coding-style.html: Mention other non-function brace cases.
1610 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
1614 Added left position and margin-bottom to blog footer.
1618 2006-02-16 Timothy Hatcher <timothy@apple.com>
1622 Fixes PNGs with 8bit alpha on IE.
1624 * css/ie.css: attach the pngbehavior.htc to img tags
1625 * images/blank.png: Added.
1626 * index.html: add the width and height to the download img
1627 * pngbehavior.htc: Added.
1629 2006-02-16 Justin Garcia <justin.garcia@apple.com>
1631 Changed by Darin on my machine.
1633 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
1636 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
1638 Reviewed and landed by Maciej.
1640 Made the author name bold on the frontpage.
1641 Moved the "Posted by" line up under the title and made the author name
1642 bold in single view.
1644 * blog/wp-content/themes/webkit/index.php:
1645 * blog/wp-content/themes/webkit/single.php:
1647 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1651 Updated the site to use the new layout.
1655 * blog/wp-content/themes/classic: Removed.
1656 * blog/wp-content/themes/classic/comments-popup.php: Removed.
1657 * blog/wp-content/themes/classic/comments.php: Removed.
1658 * blog/wp-content/themes/classic/footer.php: Removed.
1659 * blog/wp-content/themes/classic/header.php: Removed.
1660 * blog/wp-content/themes/classic/index.php: Removed.
1661 * blog/wp-content/themes/classic/sidebar.php: Removed.
1662 * blog/wp-content/themes/classic/style.css: Removed.
1663 * blog/wp-content/themes/default: Removed.
1664 * blog/wp-content/themes/default/404.php: Removed.
1665 * blog/wp-content/themes/default/archive.php: Removed.
1666 * blog/wp-content/themes/default/archives.php: Removed.
1667 * blog/wp-content/themes/default/comments-popup.php: Removed.
1668 * blog/wp-content/themes/default/comments.php: Removed.
1669 * blog/wp-content/themes/default/footer.php: Removed.
1670 * blog/wp-content/themes/default/header.php: Removed.
1671 * blog/wp-content/themes/default/images: Removed.
1672 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
1673 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
1674 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
1675 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
1676 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
1677 * blog/wp-content/themes/default/index.php: Removed.
1678 * blog/wp-content/themes/default/links.php: Removed.
1679 * blog/wp-content/themes/default/page.php: Removed.
1680 * blog/wp-content/themes/default/search.php: Removed.
1681 * blog/wp-content/themes/default/searchform.php: Removed.
1682 * blog/wp-content/themes/default/sidebar.php: Removed.
1683 * blog/wp-content/themes/default/single.php: Removed.
1684 * blog/wp-content/themes/default/style.css: Removed.
1685 * blog/wp-content/themes/webkit/404.php:
1686 * blog/wp-content/themes/webkit/archive.php:
1687 * blog/wp-content/themes/webkit/archives.php:
1688 * blog/wp-content/themes/webkit/footer.php:
1689 * blog/wp-content/themes/webkit/header.php:
1690 * blog/wp-content/themes/webkit/images: Removed.
1691 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
1692 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
1693 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
1694 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
1695 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
1696 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
1697 * blog/wp-content/themes/webkit/images/separator.png: Removed.
1698 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
1699 * blog/wp-content/themes/webkit/index.php:
1700 * blog/wp-content/themes/webkit/page.php:
1701 * blog/wp-content/themes/webkit/search.php:
1702 * blog/wp-content/themes/webkit/sidebar.php:
1703 * blog/wp-content/themes/webkit/single.php:
1704 * blog/wp-content/themes/webkit/style.css:
1705 * building/build.html:
1706 * building/checkout.html:
1707 * coding/coding-style.html:
1708 * coding/contributing.html:
1711 * css/blue.css: Added.
1712 * css/gray.css: Added.
1713 * css/green.css: Added.
1714 * css/ie.css: Added.
1715 * css/main.css: Added.
1716 * css/pink.css: Added.
1717 * css/purple.css: Added.
1718 * css/yellow.css: Added.
1719 * footer.inc: Added.
1720 * header.inc: Added.
1721 * images/blue-background.png: Added.
1722 * images/blue-bullet.png: Added.
1723 * images/bluebanner.png: Removed.
1724 * images/download.png: Added.
1725 * images/end.png: Added.
1726 * images/gray-background.png: Added.
1727 * images/green-background.png: Added.
1728 * images/green-bullet.png: Added.
1729 * images/icon-gold.png: Added.
1730 * images/icon.png: Added.
1731 * images/ie-nav.png: Added.
1732 * images/middle.png: Added.
1733 * images/nav.png: Added.
1734 * images/pink-background.png: Added.
1735 * images/pink-bullet.png: Added.
1736 * images/purple-background.png: Added.
1737 * images/purple-bullet.png: Added.
1738 * images/separator.png: Removed.
1739 * images/webkit-background.png: Removed.
1740 * images/welcomeopen.gif: Removed.
1741 * images/yellow-background.png: Added.
1742 * images/yellow-bullet.png: Added.
1745 * projects/accessibility/index.html:
1746 * projects/cleanup/index.html:
1747 * projects/compat/index.html:
1748 * projects/css/index.html:
1749 * projects/documentation/index.html:
1750 * projects/dom/index.html:
1751 * projects/editing/index.html:
1752 * projects/forms/index.html:
1753 * projects/html/index.html:
1754 * projects/index.html:
1755 * projects/javascript/index.html:
1756 * projects/layout/index.html:
1757 * projects/mathml/index.html:
1758 * projects/performance/index.html:
1759 * projects/plugins/index.html:
1760 * projects/portability/index.html:
1761 * projects/printing/index.html:
1762 * projects/svg/index.html:
1763 * projects/webkit/index.html:
1764 * projects/xml/index.html:
1765 * projects/xslt/index.html:
1766 * quality/bugpriorities.html:
1767 * quality/bugwriting.html:
1768 * quality/bugzilla.html:
1769 * quality/lifecycle.html:
1770 * quality/reduction.html:
1771 * quality/reporting.html:
1772 * quality/testing.html:
1773 * quality/testwriting.html:
1774 * sidebar.css: Removed.
1775 * sidebar.html: Removed.
1776 * webkitdev.css: Removed.
1778 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
1782 Updated page to show 10.4.4 or 10.4.5
1783 Added support for recognizing Shiira.
1785 * quality/reporting.html:
1787 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1789 Reviewed by eseidel.
1791 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
1793 Changed "Sign up for a" into "Create a" bugzilla account.
1795 * quality/reduction.html:
1796 * quality/reporting.html:
1798 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1802 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
1803 bits are and how to get them.
1805 Changed link in reporting page to link to Bugzilla page.
1807 * quality/bugzilla.html: Added.
1808 * quality/reporting.html:
1810 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
1812 Reviewed by eseidel.
1814 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
1815 - Detabified the file.
1817 * quality/reporting.html:
1819 2006-02-10 Darin Adler <darin@apple.com>
1821 * index.html: Fixed a typo in a link.
1823 2006-02-10 Darin Adler <darin@apple.com>
1825 * building/checkout.html: Fixed a spelling mistake.
1827 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
1829 Reviewed and landed by Anders.
1831 http://bugs.webkit.org/show_bug.cgi?id=7164
1834 Changed <div id="banner" to <h1 id="banner"
1835 global cleanup of CSS and code
1837 * building/build.html:
1838 * building/checkout.html:
1839 * coding/coding-style.html:
1840 * coding/contributing.html:
1843 * projects/accessibility/index.html:
1844 * projects/cleanup/index.html:
1845 * projects/compat/index.html:
1846 * projects/css/index.html:
1847 * projects/documentation/index.html:
1848 * projects/dom/index.html:
1849 * projects/editing/index.html:
1850 * projects/forms/index.html:
1851 * projects/html/index.html:
1852 * projects/index.html:
1853 * projects/javascript/index.html:
1854 * projects/layout/index.html:
1855 * projects/mathml/index.html:
1856 * projects/performance/index.html:
1857 * projects/plugins/index.html:
1858 * projects/portability/index.html:
1859 * projects/printing/index.html:
1860 * projects/svg/index.html:
1861 * projects/webkit/index.html:
1862 * projects/xml/index.html:
1863 * projects/xslt/index.html:
1864 * quality/bugpriorities.html:
1865 * quality/bugwriting.html:
1866 * quality/lifecycle.html:
1867 * quality/reduction.html:
1868 * quality/reporting.html:
1869 * quality/testing.html:
1870 * quality/testwriting.html:
1873 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
1875 Reviewed by Darin. Landed by ap.
1877 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
1878 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
1880 * quality/reporting.html:
1881 * webkitdev.css: Added margin-bottom for li.
1883 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
1885 Reviewed by Darin. Landed by Maciej.
1887 - Several fixes to the site
1888 http://bugs.webkit.org/show_bug.cgi?id=7105
1890 * blog/wp-content/themes/webkit/style.css:
1892 * quality/bugwriting.html:
1893 * quality/reduction.html:
1896 2006-02-05 Eric Seidel <eseidel@apple.com>
1900 General update to SVG project page, also link to status page.
1902 * projects/svg/index.html:
1904 2006-02-05 Eric Seidel <eseidel@apple.com>
1906 Rubber stamped by darin.
1908 * projects/svg/status.xml: Added.
1909 * projects/svg/svg-status.css: Added.
1910 * projects/svg/svg-status.xsl: Added.
1912 2006-02-05 Eric Seidel <eseidel@apple.com>