1 2008-09-25 Maciej Stachowiak <mjs@apple.com>
5 - add some screenshots.
7 * blog-files/acid3-screenshot.png: Added.
8 * blog-files/acid3-timing-screenshot.png: Added.
10 2008-09-25 Darin Adler <darin@apple.com>
12 * contact.html: Take a cut at making the role of webkitsdk-dev
13 clearer, specifying that it's Mac OS X specific and hosted at
16 2008-09-24 Timothy Hatcher <timothy@apple.com>
18 Add new screenshots of the Web Inspector's Scope Variables pane.
22 * blog-files/inspector-closure-scope.png: Added.
23 * blog-files/inspector-event-scope.png: Added.
24 * blog-files/inspector-with-scope.png: Added.
26 2008-09-24 Timothy Hatcher <timothy@apple.com>
28 Add another screenshot of the Web Inspector.
32 * blog-files/inspector-disabling-properties.png: Added.
34 2008-09-24 Timothy Hatcher <timothy@apple.com>
36 Add new screenshots of the Web Inspector.
40 * blog-files/inspector-console-autocomplete.png: Added.
41 * blog-files/inspector-databases-panel-query-view.png: Added.
42 * blog-files/inspector-databases-panel.png: Added.
43 * blog-files/inspector-elements-panel.png: Added.
44 * blog-files/inspector-numeric-style-stepping.gif: Added.
45 * blog-files/inspector-profiles-panel.png: Added.
46 * blog-files/inspector-resources-panel.png: Added.
47 * blog-files/inspector-scripts-panel.png: Added.
48 * blog-files/inspector-status-bar-with-errors.png: Added.
49 * blog-files/inspector-toolbar.png: Added.
51 2008-09-24 Timothy Hatcher <timothy@apple.com>
55 * demos/drosera/demo.js: Add some console.profile() calls.
57 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
59 Reviewed by Darin Adler.
61 * projects/performance/index.html: Remove dead link to the 24fun test.
63 2008-09-18 Maciej Stachowiak <mjs@apple.com>
67 * blog-files/animation-demo.svg: Added.
69 2008-09-18 Maciej Stachowiak <mjs@apple.com>
73 * blog-files/sfx-perf.png: Added.
75 2008-08-25 Mark Rowe <mrowe@apple.com>
77 Reviewed by Dan Bernstein.
79 Modernize the bug reporting guidelines and make them a little less Mac-specific.
81 * quality/bugwriting.html:
83 2008-08-18 Mark Rowe <mrowe@apple.com>
85 Upgrade to WordPress 2.6.1.
89 2008-08-01 Adam Roben <aroben@apple.com>
91 Add a link to the instructions to use Apple's Safari for Windows
94 Reviewed by Eric Seidel.
96 * building/debug.html:
98 2008-07-28 Robert Blaut <webkit@blaut.biz>
100 Reviewed by Mark Rowe.
102 Fix for bug: Website provides no guidance on debugging
103 <https://bugs.webkit.org/show_bug.cgi?id=3643>
105 * building/debug.html: added info about Xcode Debugging Guide.
107 2008-07-26 Mark Rowe <mrowe@apple.com>
109 Rubber-stamped by Oliver Hunt.
111 Update the Squirrelfish bytecode documentation.
113 * specs/squirrelfish-bytecode.html:
115 2008-07-26 Robert Blaut <webkit@blaut.biz>
117 Reviewed by Eric Seidel.
119 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
120 Corrected validation errors in main.css file.
124 2008-07-26 Robert Blaut <webkit@blaut.biz>
126 Reviewed by Alexey Proskuryakov.
128 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
129 Added notes about unsupported Visual Studio versions.
131 * building/tools.html:
133 2008-07-26 Robert Blaut <webkit@blaut.biz>
135 Reviewed by Eric Seidel.
137 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
138 Removed basic requirements for undetected version of WebKit.
140 * quality/reporting.html:
142 2008-07-26 Robert Blaut <webkit@blaut.biz>
144 Reviewed by Adele Petersen.
146 Fix for bug 7436: Truncated title on webkit DOM page.
147 <https://bugs.webkit.org/show_bug.cgi?id=7436>
149 * projects/dom/index.html: Added basic project informations.
151 2008-07-24 Adam Roben <aroben@apple.com>
153 Remove some redundant text accidentally checked in
155 * building/tools.html:
157 2008-07-24 Adam Roben <aroben@apple.com>
159 Fix a dead link to the Windows Platform SDK and related instructions
161 Rubberstamped by Alexey Proskuryakov.
163 * building/tools.html: Fixed a dead link.
165 2008-07-21 Mark Rowe <mrowe@apple.com>
167 Update Akismet plugin to 2.1.6.
169 * blog/wp-content/plugins/akismet/akismet.php:
171 2008-07-21 Mark Rowe <mrowe@apple.com>
173 Update to WordPress 2.6.
177 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
179 Fixed indentation of example code for C++ pointers/references!
181 * coding/coding-style.html:
183 2008-07-18 Robert Blaut <webkit@blaut.biz>
185 Reviewed by David Kilzer.
187 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
188 Added code style guidelines for multi-line boolean expressions
190 * coding/coding-style.html:
192 2008-07-02 Mark Rowe <mrowe@apple.com>
194 Update a URL that was out of date.
196 * building/checkout.html:
198 2008-07-01 Mark Rowe <mrowe@apple.com>
200 Update the path to the configuration file.
202 * blog/wp-config.php:
204 2008-06-27 Dan Bernstein <mitz@apple.com>
206 Reviewed by Timothy Hatcher.
208 * css/main.css: Reduced text shadow offsets.
210 2008-06-25 Maciej Stachowiak <mjs@apple.com>
212 Not reviewed, web site fix.
214 Remove blank lines in an attempt to fix feeds.
216 * blog/wp-content/themes/webkit/index.php:
217 * blog/wp-content/themes/webkit/links.php:
219 2008-06-22 Aaron Digulla <digulla@hepe.com>
221 Reviewed by Darin Adler.
223 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
224 Bug 18993: Update of buttons in editing toolbar demo lags behind
226 * demos/editingToolbar/FancyToolbar.js:
227 * demos/editingToolbar/index.html:
229 2008-06-16 Maciej Stachowiak <mjs@apple.com>
231 A handy reference image.
233 * blog-files/acid3-timing.png: Added.
235 2008-06-10 Maciej Stachowiak <mjs@apple.com>
239 - tweak newly added markup.
241 * blog/wp-content/themes/webkit/header.php:
243 2008-06-10 Maciej Stachowiak <mjs@apple.com>
245 Rubber stamped by Adele.
247 - add short title and multisize icon
249 * blog/wp-content/themes/webkit/header.php:
250 * images/surfin-safari.icns: Added.
252 2008-06-04 Dean Jackson <dino@apple.com>
254 Put index pages into specs dirs to make it easier to
257 * specs/index.html: Added.
258 * specs/CSSVisualEffects/index.html: Added.
260 2008-06-03 Maciej Stachowiak <mjs@apple.com>
262 Add a snapshot of the squirrelfish bytecode docs.
264 * specs/squirrelfish-bytecode.html: Added.
266 2008-06-02 Geoffrey Garen <ggaren@apple.com>
268 Transparent background!
270 * blog-files/squirrelfish.png:
272 2008-06-02 Geoffrey Garen <ggaren@apple.com>
276 * blog-files/squirrelfish-webkit-graph.png:
278 2008-06-02 Geoffrey Garen <ggaren@apple.com>
280 Renamed this file quiet down the peanut gallery.
282 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
283 * blog-files/webkit-graph.png: Removed.
285 2008-06-02 Geoffrey Garen <ggaren@apple.com>
289 * blog-files/webkit-graph.png: Added.
291 2008-06-02 Geoffrey Garen <ggaren@apple.com>
293 Moved the squirrelfish mascot to the right place.
295 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
296 * images/squirrelfish.png: Removed.
298 2008-06-02 Geoffrey Garen <ggaren@apple.com>
300 Uploaded the squirrelfish mascot.
302 * images/squirrelfish.png: Added.
304 2008-05-23 William Siegrist <wsiegrist@apple.com>
306 Reviewed by Mark Rowe
308 Rename duplicated "notice" id to "terms".
313 2008-05-16 Anders Carlsson <andersca@apple.com>
317 Add manifest MIME type.
321 2008-05-14 Anders Carlsson <andersca@apple.com>
325 Make our Sticky notes example an offline web app.
327 * misc/DatabaseExample.html:
328 * misc/DatabaseExample.manifest: Added.
330 2008-05-12 Maciej Stachowiak <mjs@apple.com>
332 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
334 * demos/transitions-and-transforms/index.html:
336 2008-05-12 Maciej Stachowiak <mjs@apple.com>
338 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
340 * demos/transitions-and-transforms/index.html:
342 2008-05-12 Maciej Stachowiak <mjs@apple.com>
344 Tweaked demo visuals slightly.
346 * demos/transitions-and-transforms/leopard.css:
348 2008-05-12 Maciej Stachowiak <mjs@apple.com>
350 Tweak CSS to look a little better while loading.
352 * demos/transitions-and-transforms/leopard.css:
354 2008-05-12 Maciej Stachowiak <mjs@apple.com>
356 Not reviewed - new demo.
358 Added a demo of CSS Transforms and Transitions.
360 * demos/transitions-and-transforms: Added.
361 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
362 * demos/transitions-and-transforms/Horsehead.png: Added.
363 * demos/transitions-and-transforms/Mail Stationery.png: Added.
364 * demos/transitions-and-transforms/Quick Look.png: Added.
365 * demos/transitions-and-transforms/Spaces.png: Added.
366 * demos/transitions-and-transforms/Stacks.png: Added.
367 * demos/transitions-and-transforms/Time Machine.png: Added.
368 * demos/transitions-and-transforms/index.html: Added.
369 * demos/transitions-and-transforms/leopard.css: Added.
370 * demos/transitions-and-transforms/no-style.html: Added.
372 2008-05-08 Mark Rowe <mrowe@apple.com>
374 Reviewed by Sam Weinig.
376 Add a link to the Mac OS Forge terms of use.
380 2008-04-25 Mark Rowe <mrowe@apple.com>
382 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
386 2008-04-21 Dean Jackson <dino@apple.com>
388 Updated CSS Visual Effects proposals.
392 * described simplified sandwich model (that animations have no effect
393 outside their duration and last specified animation wins)
394 * diagram showing the above
395 * specified animations to start at style resolution or document load,
397 * animation start events always have elapsedTime == 0
401 * removed text saying that elements cannot be drawn as intersecting.
402 * described that preserve-3d trees often need a flattening parent, otherwise
403 elements can be hidden behind their ancestor's background.
404 * describe that preserve-3d is not always possible, such as when
405 overflow is 'hidden'.
411 * specs/CSSVisualEffects/CSSAnimation.html:
412 * specs/CSSVisualEffects/CSSTransforms.html:
413 * specs/CSSVisualEffects/CSSTransitions.html:
414 * specs/CSSVisualEffects/sandwich.png: Added.
416 2008-04-08 Dean Jackson <dino@apple.com>
418 Add some updated proposals for CSS specifications, such as
419 Transforms and Transitions which are already implemented in TOT.
421 * specs/CSSVisualEffects: Added.
422 * specs/CSSVisualEffects/CSSAnimation.html: Added.
423 * specs/CSSVisualEffects/CSSTransforms.html: Added.
424 * specs/CSSVisualEffects/CSSTransitions.html: Added.
426 2008-03-31 Mark Rowe <mrowe@apple.com>
428 Add some images that were missed in the WordPress 2.5 upgrade.
432 2008-03-31 Mark Rowe <mrowe@apple.com>
434 Upgrade to WordPress 2.5
438 2008-03-28 Darin Adler <darin@apple.com>
440 * building/build.html: Add another mention of using the Cygwin shell.
441 * building/tools.html: Fix a typo on the name Cygwin.
443 2008-03-26 Maciej Stachowiak <mjs@apple.com>
445 More screenshots for the blog.
447 * blog-files/acid3-full-rendering-pass.png: Added.
448 * blog-files/acid3-rendering-reference.png: Added.
450 2008-03-26 Maciej Stachowiak <mjs@apple.com>
452 Screenshot for blog post.
454 * blog-files/acid3-100.png: Added.
456 2008-03-23 Antti Koivisto <antti@apple.com>
458 * blog-files/wsj-vs.png: Added.
460 2008-03-23 Eric Seidel <eric@webkit.org>
464 Make our SVG status document slightly less inaccurate.
466 * projects/svg/status.xml:
468 2008-03-21 Antti Koivisto <antti@apple.com>
470 Add some images for a blog post.
472 * blog-files/wsj-nopreload.png: Added.
473 * blog-files/wsj-preload.png: Added.
475 2008-03-17 Dan Bernstein <mitz@apple.com>
477 Reviewed by Sam Weinig.
479 - link "backtrace" to the page that explains how to get one
481 * quality/bugwriting.html:
483 2008-03-15 Matt Lilek <webkit@mattlilek.com>
485 Rubber-stamped by Mitz.
487 Update crash log page with instructions for Leopard.
489 * quality/crashlogs.html:
491 2008-03-11 Robert Blaut <webkit@blaut.biz>
493 Reviewed by Darin Adler.
495 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
496 Patch deletes an obsolete hitlist.html page and other references to it
498 * nav.inc: removed menu link to hitlist.html
499 * projects/compat/hitlist.html: Removed.
500 * projects/compat/index.html: removed reference to hitlist.html
502 2008-03-06 Timothy Hatcher <timothy@apple.com>
504 Rubber-stamped by Adam Roben.
506 Add a simple page that has various demo functions for Drosera.
508 * demos/drosera: Added.
509 * demos/drosera/demo.js: Added.
510 * demos/drosera/drosera.png: Added.
511 * demos/drosera/index.html: Added.
513 2008-03-04 Mark Rowe <mrowe@apple.com>
515 Rubber-stamped by Brady Eidson.
517 * building/tools.html: Update link to Windows Platform SDK to its new location.
519 2008-03-04 Mark Rowe <mrowe@apple.com>
521 Reviewed by Sam Weinig.
523 Add a note about preferring if over else if when the previous if is terminated by a return statement.
525 * coding/coding-style.html:
527 2008-02-08 Adam Roben <aroben@apple.com>
529 * perf/slickspeed/config.ini: Fixed version number.
531 2008-02-08 Adam Roben <aroben@apple.com>
533 Update jQuery to v1.2.3
535 Rubberstamped by Mitz.
537 * perf/slickspeed/config.ini:
538 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
540 2008-02-07 David Smith <catfish.man@gmail.com>
542 Rubber stamped by weinig and bdash.
543 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
545 * perf/slickspeed/frameworks/prototype.js:
547 2008-02-07 David Smith <catfish.man@gmail.com>
549 Rubber stamped by Mark Rowe
550 Fix a duplicate selector in the test.
552 * perf/slickspeed/selectors.list:
554 2008-02-07 David Smith <catfish.man@gmail.com>
556 Reviewed by Adam Roben.
557 Added :nth-child and :last-child to the list of selectors to test.
559 * perf/slickspeed/selectors.list:
561 2008-02-05 Mark Rowe <mrowe@apple.com>
563 Update WordPress to 2.3.3 which includes security fixes.
565 * blog/wp-admin/install-helper.php:
566 * blog/wp-includes/gettext.php:
567 * blog/wp-includes/pluggable.php:
568 * blog/wp-includes/version.php:
571 2008-02-02 David Smith <catfish.man@gmail.com>
575 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
576 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
578 * 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.
579 * perf/slickspeed/selectors.list: Added the new selectors
581 2008-02-02 Mark Rowe <mrowe@apple.com>
583 Add WordPress plugin to give more control over blog comment settings.
585 * blog/wp-content/plugins/commentcontrol.php: Added.
587 2008-01-30 Jessica Kahn <jess@apple.com>
589 Reviewed by Tim Hatcher.
591 * coding/coding-style.html:
592 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
594 2008-01-21 David Smith <catfish.man@gmail.com>
596 Reviewed by Darin Adler.
598 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
600 * perf/slickspeed: Added.
601 * perf/slickspeed/config.ini: Added.
602 * perf/slickspeed/footer.html: Added.
603 * perf/slickspeed/frameworks: Added.
604 * perf/slickspeed/frameworks/DomQuery.js: Added.
605 * perf/slickspeed/frameworks/dummy.js: Added.
606 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
607 * perf/slickspeed/frameworks/prototype.js: Added.
608 * perf/slickspeed/header.html: Added.
609 * perf/slickspeed/index.php: Added.
610 * perf/slickspeed/instructions.txt: Added.
611 * perf/slickspeed/logo.png: Added.
612 * perf/slickspeed/selectors.list: Added.
613 * perf/slickspeed/style.css: Added.
614 * perf/slickspeed/system: Added.
615 * perf/slickspeed/system/index.php: Added.
616 * perf/slickspeed/system/slickspeed.js: Added.
617 * perf/slickspeed/system/template.php: Added.
618 * perf/slickspeed/template.html: Added.
620 2008-01-17 Steve Falkenburg <sfalken@apple.com>
622 Added Vista crash logging information.
626 * quality/crashlogs.html:
628 2008-01-07 Eric Seidel <eric@webkit.org>
630 Reviewed by Mark Rowe.
632 * projects/svg/status.xml: remove fixed bugs.
634 2007-12-30 Mark Rowe <mrowe@apple.com>
636 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
638 * blog/wp-admin/admin.php:
639 * blog/wp-admin/includes/file.php:
640 * blog/wp-admin/install.php:
641 * blog/wp-admin/setup-config.php:
643 * blog/wp-includes/formatting.php:
644 * blog/wp-includes/functions.php:
645 * blog/wp-includes/pluggable.php:
646 * blog/wp-includes/post.php:
647 * blog/wp-includes/query.php:
648 * blog/wp-includes/taxonomy.php:
649 * blog/wp-includes/version.php:
650 * blog/wp-includes/wp-db.php:
652 * blog/wp-settings.php:
655 2007-12-29 Alp Toker <alp@atoker.com>
659 * perf/sunspider-0.9/sunspider.html:
661 2007-12-29 Alp Toker <alp@atoker.com>
665 Provide the current URL in the SunSpider results page. Useful for
666 copying benchmark results out of browsers without a location bar or
667 where the location bar can't handle long URLs.
669 * perf/sunspider-0.9/sunspider-results.html:
671 2007-12-21 David Smith <catfish.man@gmail.com>
673 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.
675 * blog-files/gebcnspeedtest.html:
677 2007-12-21 David Smith <catfish.man@gmail.com>
679 Add the benchmark from the previous commit as well.
681 * blog-files/gebcnspeedtest.html: Added.
682 * blog-files/prototype-for-gebcn-test.js: Added.
684 2007-12-21 David Smith <catfish.man@gmail.com>
686 Add a graph of benchmark results for an upcoming blog post.
688 * blog-files/gebcnwebkitonly.png: Added.
690 2007-12-18 Antti Koivisto <antti@apple.com>
692 Reviewed by Darin and Steve.
694 Add instructions to install the QuickTime SDK for Windows.
696 * building/tools.html:
698 2007-12-18 Mark Rowe <mrowe@apple.com>
702 * perf/sunspider-0.9/sunspider.html:
704 2007-12-18 Steve Falkenburg <sfalken@apple.com>
706 Correct link to Visual Studio Express 2005.
707 Old link points to 2008.
711 * building/tools.html:
713 2007-12-17 Maciej Stachowiak <mjs@apple.com>
717 - work around IE layout bugs
719 * perf/sunspider-0.9/sunspider.css:
721 2007-12-17 Maciej Stachowiak <mjs@apple.com>
725 - fix compare feature
727 * perf/sunspider-0.9/sunspider-results.html:
729 2007-12-17 Maciej Stachowiak <mjs@apple.com>
731 Rubber stamped by Mark.
733 - Add a copy of SunSpider 0.9 to the site
736 * perf/sunspider-0.9: Added.
737 * perf/sunspider-0.9/3d-cube.html: Added.
738 * perf/sunspider-0.9/3d-morph.html: Added.
739 * perf/sunspider-0.9/3d-raytrace.html: Added.
740 * perf/sunspider-0.9/access-binary-trees.html: Added.
741 * perf/sunspider-0.9/access-fannkuch.html: Added.
742 * perf/sunspider-0.9/access-nbody.html: Added.
743 * perf/sunspider-0.9/access-nsieve.html: Added.
744 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
745 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
746 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
747 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
748 * perf/sunspider-0.9/controlflow-recursive.html: Added.
749 * perf/sunspider-0.9/crypto-aes.html: Added.
750 * perf/sunspider-0.9/crypto-md5.html: Added.
751 * perf/sunspider-0.9/crypto-sha1.html: Added.
752 * perf/sunspider-0.9/date-format-tofte.html: Added.
753 * perf/sunspider-0.9/date-format-xparb.html: Added.
754 * perf/sunspider-0.9/math-cordic.html: Added.
755 * perf/sunspider-0.9/math-partial-sums.html: Added.
756 * perf/sunspider-0.9/math-spectral-norm.html: Added.
757 * perf/sunspider-0.9/regexp-dna.html: Added.
758 * perf/sunspider-0.9/string-base64.html: Added.
759 * perf/sunspider-0.9/string-fasta.html: Added.
760 * perf/sunspider-0.9/string-tagcloud.html: Added.
761 * perf/sunspider-0.9/string-unpack-code.html: Added.
762 * perf/sunspider-0.9/string-validate-input.html: Added.
763 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
764 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
765 * perf/sunspider-0.9/sunspider-driver.html: Added.
766 * perf/sunspider-0.9/sunspider-record-result.js: Added.
767 * perf/sunspider-0.9/sunspider-results.html: Added.
768 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
769 * perf/sunspider-0.9/sunspider.css: Added.
770 * perf/sunspider-0.9/sunspider.html: Added.
772 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
774 Reviewed by Maciej Stachowiak.
776 http://bugs.webkit.org/show_bug.cgi?id=16446.
778 * building/debug.html: Update to expand the win32 debugging instructions.
780 2007-12-07 Brady Eidson <beidson@apple.com>
782 Reviewed by Darin's rubberstamp
784 When developing the Database feature and dealing with UI Delegate issues, it is important to have
785 live examples on the web to help reproduce certain situations.
787 This file is a dumping ground for such examples, and starts out with one function - the ability to add
788 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
790 * misc/DatabaseTester.html: Added.
792 2007-12-07 Brady Eidson <beidson@apple.com>
794 Reviewed by Adam Roben
796 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
797 unsupported browser or some other error that prevented the database from opening.
798 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
799 of those don't exist yet
801 2007-12-05 Timothy Hatcher <timothy@apple.com>
803 Add another Inspector screenshot for an upcoming blog post.
805 * blog-files/InspectorDatabaseBrowser.png: Added.
807 2007-12-04 Alp Toker <alp@atoker.com>
809 Reviewed by Mark Rowe.
811 Link to Planet WebKit.
815 2007-12-02 Adam Roben <aroben@apple.com>
817 Add another screenshot
819 * blog-files/InspectElementMenu.png: Added.
821 2007-12-02 Adam Roben <aroben@apple.com>
823 Add some Inspector screenshots for an upcoming blog post
825 Rubberstamped by Mark Rowe.
827 * blog-files/InspectorCSSEditing.png: Added.
828 * blog-files/InspectorFonts.png: Added.
830 2007-11-30 Matt Lilek <webkit@mattlilek.com>
834 Link to the commit and review policy.
836 * coding/contributing.html:
839 2007-11-30 Darin Adler <darin@apple.com>
841 * coding/commit-review-policy.html: A couple more typos and very
842 minor grammatical stuff. No substantive change.
844 2007-11-30 Darin Adler <darin@apple.com>
846 * coding/commit-review-policy.html: Fixed a typo, added a footer.
848 2007-11-30 Matt Lilek <webkit@mattlilek.com>
852 Clean up a couple of typos from Maciej's last patch.
854 * coding/commit-review-policy.html:
856 2007-11-30 Maciej Stachowiak <mjs@apple.com>
858 Reviewed by Bertrand.
860 New commit and review policy.
862 * coding/commit-review-policy.html: Added.
864 2007-11-21 Mark Rowe <mrowe@apple.com>
868 Update coding style to cover control statements with no body.
870 * coding/coding-style.html:
872 2007-11-17 Adam Roben <aroben@apple.com>
874 Update Windows debugging instructions
876 Reviewed by Mark Rowe.
878 * building/debug.html:
880 2007-11-14 Brady Eidson <beidson@apple.com>
884 * images/DroseraPic.png: Added.
886 2007-11-12 Brady Eidson <beidson@apple.com>
890 Update the DatabaseExample to use the new API
892 * misc/DatabaseExample.html:
894 2007-11-12 Mark Rowe <mrowe@apple.com>
896 * building/tools.html: Remove extra >.
898 2007-11-09 Antti Koivisto <antti@apple.com>
900 Rubber stamped by bdash.
902 Add directory for blog resources (and one image).
905 * blog-files/touch-poster.png: Added.
907 2007-11-07 Dan Bernstein <mitz@apple.com>
909 Reviewed by Darin Adler.
911 - removed a workaround for the bug fixed in the WebCore part of this
914 2007-11-04 Timothy Hatcher <timothy@apple.com>
916 Land the HTML Editing Toolbar demo from WWDC 2007.
919 * demos/editingToolbar: Added.
920 * demos/editingToolbar/FancyToolbar.css: Added.
921 * demos/editingToolbar/FancyToolbar.js: Added.
922 * demos/editingToolbar/FancyToolbarImages: Added.
923 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
924 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
925 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
926 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
927 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
928 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
929 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
930 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
931 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
932 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
933 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
934 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
935 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
936 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
937 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
938 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
939 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
940 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
941 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
942 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
943 * demos/editingToolbar/content.html: Added.
944 * demos/editingToolbar/images: Added.
945 * demos/editingToolbar/images/safari.png: Added.
946 * demos/editingToolbar/index.html: Added.
948 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
950 CIA has changed its hostname from cia.navi.cx to cia.vc
951 <http://bugs.webkit.org/show_bug.cgi?id=15829>
955 * contact.html: Updated links to CIA.
957 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
959 LGPL'ed files contain incorrect FSF address
960 <http://bugs.webkit.org/show_bug.cgi?id=14885>
962 Reviewed by NOBODY (follow-up fix).
964 * blog/wp-includes/class-snoopy.php:
965 * blog/wp-includes/gettext.php:
966 * blog/wp-includes/streams.php:
968 2007-11-01 Sam Weinig <sam@webkit.org>
970 Rubber-stamped by Tim Hatcher.
972 * misc/DatabaseExample.html: Speed up default close speed to .25s
974 2007-11-01 Sam Weinig <sam@webkit.org>
976 Reviewed by Adam Roben.
978 - Don't show the close button on the notes unless hovering over the note.
979 - Do transformation and fade when closing a note using the new transition properties.
981 * misc/DatabaseExample.html:
983 2007-10-29 Mark Rowe <mrowe@apple.com>
989 2007-10-29 Mark Rowe <mrowe@apple.com>
991 Files that have been added or modified on the web server without making it in to SVN.
994 * blog/wp-content/databaseexample.png: Added.
995 * blog/wp-content/uploads: Added.
996 * blog/wp-content/uploads/2007: Added.
997 * blog/wp-content/uploads/2007/06: Added.
998 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
999 * building/cygwin-downloader.zip: Added.
1001 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
1003 Rubber-stamped by Mark Rowe.
1005 * images/download.png: Updated to say "Nightly builds" instead of
1006 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
1007 download link anyway.
1009 2007-10-21 David Kilzer <ddkilzer@webkit.org>
1011 Reviewed by Darin Adler.
1013 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
1014 DOM Exception opening up client-side database example for the first time
1016 There was a race condition when creating the WebKitStickyNotes table for the
1017 first time in which the loaded() function (renamed to loadNotes()) could be
1018 called before the table was created. Prevent this by only calling loadNotes()
1019 in an executeSql() callback after we know the table exists, or after we know
1020 the table has been created.
1022 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
1023 Created a new loaded() function.
1025 2007-10-20 Mark Rowe <mrowe@apple.com>
1027 Rubber-stamped by Adam.
1029 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
1031 * misc/DatabaseExample.html:
1032 * misc/deleteButton.png: Added.
1033 * misc/deleteButton.tiff: Removed.
1034 * misc/deleteButtonPressed.png: Added.
1035 * misc/deleteButtonPressed.tiff: Removed.
1037 2007-10-20 Adam Roben <aroben@apple.com>
1039 Make the notes sticky!
1043 * misc/DatabaseExample.html:
1044 * misc/deleteButton.tiff: Added.
1045 * misc/deleteButtonPressed.tiff: Added.
1047 2007-10-19 Timothy Hatcher <timothy@apple.com>
1049 Reviewed by Mark Rowe.
1051 Fix a couple of exceptions for first time users.
1053 * misc/DatabaseExample.html:
1055 2007-10-19 Anders Carlsson <andersca@apple.com>
1059 Make example actually work.
1061 * misc/DatabaseExample.html:
1063 2007-10-19 Anders Carlsson <andersca@apple.com>
1069 * misc/DatabaseExample.html:
1071 2007-10-19 Brady Eidson <beidson@apple.com>
1075 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
1077 * misc/DatabaseExample.html:
1079 2007-10-19 Brady Eidson <beidson@apple.com>
1081 Reviewed by Tim Hatcher
1083 Sample database API usage
1085 * misc/DatabaseExample.html: Added.
1087 2007-09-25 David Kilzer <ddkilzer@webkit.org>
1091 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
1092 LGPL'ed files contain incorrect FSF address
1094 * blog/wp-content/plugins/wp-cache/wp-cache.php:
1095 * blog/wp-includes/class-snoopy.php:
1096 * blog/wp-includes/gettext.php:
1097 * blog/wp-includes/js/tinymce/license.html:
1098 * blog/wp-includes/streams.php:
1100 2007-09-23 Maciej Stachowiak <mjs@apple.com>
1102 Reviewed by Mark Rowe.
1104 - Limit custom list bullets to ordered lists only
1115 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
1119 * coding/coding-style.html:
1120 - in section Other Punctuation
1121 - syntax instead of synatax
1122 - fix sample code alignment
1124 2007-09-06 Maciej Stachowiak <mjs@apple.com>
1128 * misc/WebKitDetect.js: Added.
1130 2007-09-06 Maciej Stachowiak <mjs@apple.com>
1132 Not reviewed - copy of WebKitDetect script from wiki
1134 * misc/WebKitDetect.html: Added.
1136 2007-08-20 Adam Roben <aroben@apple.com>
1138 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
1142 * quality/crashlogs.html:
1144 2007-07-26 Maciej Stachowiak <mjs@apple.com>
1146 - grammar fix pointed out by Mitz.
1148 * projects/goals.html:
1150 2007-07-25 Maciej Stachowiak <mjs@apple.com>
1152 Rubber stamped by Adam.
1154 Added WebKit Project Goals.
1156 * nav.inc: added a nav link.
1157 * projects/goals.html: Added.
1159 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
1161 Reviewed by Adam Roben.
1163 Add information on getting a useful crash log on Mac and Windows.
1166 * quality/crashlogs.html: Added.
1167 * quality/mac_reportbox.jpg: Added.
1168 * quality/mac_viewtrace.jpg: Added.
1169 * quality/win_installwatson.jpg: Added.
1170 * quality/win_watsongui.jpg: Added.
1171 * quality/win_watsoninstalled.jpg: Added.
1173 2007-07-20 Mark Rowe <mrowe@apple.com>
1175 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
1176 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
1177 include is functionally identical for our purposes on the first use.
1179 * blog/wp-content/advanced-cache.php:
1181 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
1185 - http://bugs.webkit.org/show_bug.cgi?id=14628
1186 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
1190 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
1192 Reviewed by Adam Roben.
1194 Add info about VC++ Express forgetting SDK paths.
1196 * building/build.html:
1198 2007-07-02 Mitz Pettel <mitz@webkit.org>
1200 Reviewed by Darin Adler.
1202 - http://bugs.webkit.org/show_bug.cgi?id=14482
1203 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
1205 * quality/reduction.html:
1207 2007-07-01 Mitz Pettel <mitz@webkit.org>
1209 Reviewed by Darin Adler.
1211 - http://bugs.webkit.org/show_bug.cgi?id=14481
1212 Broken links on coding/lgpl-license.html
1214 * coding/lgpl-license.html:
1216 2007-06-24 Mitz Pettel <mitz@webkit.org>
1218 Reviewed by Adam Roben.
1222 * building/build.html:
1224 2007-06-23 Mark Rowe <mrowe@apple.com>
1228 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
1230 2007-06-12 Adam Roben <aroben@apple.com>
1232 Update the location of cygwin-downloader.zip.
1234 Rubberstamped by Hyatt.
1236 * building/tools.html:
1238 2007-06-12 Dave Hyatt <hyatt@apple.com>
1240 Add Windows checkout/build instructions to the website.
1242 * building/build.html:
1243 * building/checkout.html:
1244 * building/debug.html:
1245 * building/tools.html: Added.
1246 * building/run.html:
1251 2007-06-10 Geoffrey Garen <ggaren@apple.com>
1253 Reviewed by Beth Dakin.
1255 Cleaned up formatting on the check out page.
1257 * building/checkout.html:
1259 2007-06-08 Mark Rowe <mrowe@apple.com>
1261 Rubber-stamped by Hyatt.
1263 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
1264 than doing server-side user agent checks. This resolves an issue some people were seeing where
1265 caching would lead to a page generated for an Internet Explorer user being served to a Safari
1266 user. The visible symptom of this was many of the graphics were missing.
1268 * blog/wp-content/themes/webkit/header.php:
1271 2007-05-04 Mark Rowe <mrowe@apple.com>
1273 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
1274 present in the old version which have since been removed, but it's unlikely
1275 they'll ever cause a problem.
1277 2007-05-04 Mark Rowe <mrowe@apple.com>
1279 Add graphics used by existing blog posts into SVN.
1281 * blog/wp-content/rotate.png: Added.
1282 * blog/wp-content/drosera.png: Added.
1283 * blog/wp-content/hitlist.png: Added.
1284 * blog/wp-content/svgtextmini.png: Added.
1285 * blog/wp-content/svgtextmini_01.png: Added.
1286 * blog/wp-content/textfield_screenshot.jpg: Added.
1287 * blog/wp-content/Picture9.png: Added.
1288 * blog/wp-content/svgtext.png: Added.
1289 * blog/wp-content/webInspector.png: Added.
1290 * blog/wp-content/rotate.svg: Added.
1291 * blog/wp-content/chucknorris.png: Added.
1293 2007-04-21 Mitz Pettel <mitz@webkit.org>
1295 Reviewed by Darin Adler.
1297 - http://bugs.webkit.org/show_bug.cgi?id=13350
1298 Build Ahem into DumpRenderTree
1300 * quality/testing.html: Removed the requirement to download and install
1301 Ahem for running the tests.
1302 * quality/testwriting.html: Added information about Ahem.
1304 2007-04-09 Adele Peterson <adele@apple.com>
1306 * blog/wp-content/chrome.jpg: Added.
1308 2007-04-05 Mark Malone <markmalone@mac.com>
1310 Reviewed by Darin Adler.
1312 http://bugs.webkit.org/show_bug.cgi?id=13273
1313 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
1315 * nav.inc: Link directly to the hierarchy.
1317 2007-03-26 Darin Adler <darin@apple.com>
1319 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
1321 2007-03-25 Darin Adler <darin@apple.com>
1323 * coding/coding-style.html: Put !important on right/wrong colors so they override the
1324 green color that comes from the green.css stylesheet.
1326 2007-03-25 Darin Adler <darin@apple.com>
1328 * coding/RefPtr.html: A couple minor wording tweaks.
1330 2007-03-25 Darin Adler <darin@apple.com>
1332 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
1334 2007-03-25 Mark Rowe <mrowe@apple.com>
1336 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
1337 Replace raw ampersands in hyperlink URL with named entity.
1339 2007-03-25 Darin Adler <darin@apple.com>
1341 * coding/RefPtr.html: A couple wording tweaks.
1343 2007-03-25 Darin Adler <darin@apple.com>
1345 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
1346 suggested by Anders.
1348 2007-03-24 Darin Adler <darin@apple.com>
1350 * css/main.css: Try tighter spacing for code examples.
1352 2007-03-24 Darin Adler <darin@apple.com>
1354 * coding/RefPtr.html: <span> -> </span>
1356 2007-03-24 Darin Adler <darin@apple.com>
1358 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
1360 2007-03-24 Darin Adler <darin@apple.com>
1362 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
1364 Also tweaked the MIME types of a few files and removed a stray executable bit.
1366 2007-03-21 David Kilzer <ddkilzer@apple.com>
1368 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
1370 2007-03-21 David Kilzer <ddkilzer@apple.com>
1372 * building/checkout.html: Got rid of "click here" link and restructured sentences
1373 linking to svn clients.
1375 2007-03-21 David Kilzer <ddkilzer@apple.com>
1379 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
1381 2007-03-21 Maciej Stachowiak <mjs@apple.com>
1383 - some specs to propose by email
1385 * specs/HTML_Timed_Media_Elements.html: Added.
1386 * specs/Timed_Media_CSS.html: Added.
1387 * specs/Timed_Media_Elements-Open_Issues.html: Added.
1388 * specs/mediaelement.css: Added.
1389 * specs/movie-status-states.png: Added.
1391 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
1393 Reviewed by Darin Adler.
1395 Clear up the steps necessary to get a patch landed.
1397 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
1398 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
1400 * coding/contributing.html:
1402 2007-03-18 Maciej Stachowiak <mjs@apple.com>
1404 Added a random JS benchmark.
1406 * misc/morph.html: Added.
1408 2007-03-14 Kevin McCullough <kmccullough@apple.com>
1412 Silly wrapping change for testing a post-commit hook change.
1416 2007-03-09 Darin Adler <darin@apple.com>
1418 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
1419 we want it to match pre, and the default font looks fine -- no need to
1420 ask for "Courier New" explicitly.
1422 2007-03-09 Mark Rowe <mrowe@apple.com>
1424 Rubber-stamped by Tim Hatcher.
1426 Sexy blog permalinks!
1428 * blog/.htaccess: Added.
1430 2007-03-09 Mark Rowe <mrowe@apple.com>
1434 * building/checkout.html: Update repository URL.
1436 2007-03-07 Brady Eidson <beidson@apple.com>
1438 Whoops, its actually prepare-ChangeLog
1440 * coding/contributing.html:
1442 2007-03-07 Brady Eidson <beidson@apple.com>
1446 Explicitly mention the prepare-Changelog step for contributing patches
1448 * coding/contributing.html:
1450 2007-02-25 Anders Carlsson <acarlsson@apple.com>
1454 * building/checkout.html:
1455 Add Trac link to our SVN repository,
1457 2007-02-15 Darin Adler <darin@apple.com>
1459 * projects/performance/index.html: Fix i-Bench link.
1461 2007-02-08 Mark Rowe <mrowe@apple.com>
1463 Reviewed by Tim Hatcher.
1465 * nav.inc: Add link to very work-in-progress DOM documentation.
1467 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
1471 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
1473 * blog/wp-admin/admin-header.php:
1474 * blog/wp-login.php:
1476 2007-01-15 Brady Eidson <beidson@apple.com>
1480 * coding/coding-style.html: Added switch/case indentation rules
1482 2007-01-15 Eric Seidel <eric@webkit.org>
1486 * coding/coding-style.html: update to include style for header guards
1488 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1490 * coding/coding-style.html: Fixed minor validation error.
1492 2007-01-10 Geoffrey Garen <ggaren@apple.com>
1494 Reviewed by Beth Dakin.
1496 Updated coding style guidelines to cover a lot of stuff previously absent.
1498 * coding/coding-style.html:
1500 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
1502 Reviewed by Darin Adler.
1504 http://bugs.webkit.org/show_bug.cgi?id=11295
1505 Nightly download size is misleading
1507 * images/download.png: Changed the size to 6 MB.
1509 2007-01-01 Darin Adler <darin@apple.com>
1511 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
1513 2006-12-06 Rob Buis <buis@kde.org>
1517 http://bugs.webkit.org/show_bug.cgi?id=10254
1518 A few grammar and spelling corrections on the WebKit website
1520 Grammar and spelling corrections by Jonathan Johnsson.
1522 * coding/coding-style.html:
1523 * projects/css/index.html:
1524 * projects/javascript/index.html:
1525 * projects/svg/index.html:
1526 * quality/reduction.html:
1528 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
1532 http://bugs.webkit.org/show_bug.cgi?id=11652
1533 Bug 11652: Mailing list address and URL are incorrect
1535 This also removes a lot of bit rot from the KWQ-era.
1537 * coding/contributing.html:
1539 * projects/css/index.html:
1540 * projects/editing/index.html:
1541 * projects/forms/index.html:
1542 * projects/html/index.html:
1543 * projects/portability/index.html:
1544 * projects/xslt/index.html:
1545 * quality/lifecycle.html:
1546 * quality/testwriting.html:
1548 2006-11-18 Mitz Pettel <mitz@webkit.org>
1552 Gender-neutrality fix.
1554 * coding/contributing.html:
1556 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
1558 Reviewed by Tim Hatcher.
1560 Moved the web developer page to the wiki, adding link to the Drosera page.
1562 * .htaccess: Add permanent redirect to the new page on the wiki.
1563 * contact.html: Trac numbers are no longer one off.
1565 * webdevelopers/index.html: Removed.
1566 * webdevelopers/webkit_version.html: Removed.
1567 * webdevelopers/webkit_version.js: Removed.
1568 * webdevelopers/webkit_version_xl.html: Removed.
1569 * webdevelopers/webkit_version_xl.js: Removed.
1571 2006-11-14 Mark Rowe <bdash@webkit.org>
1573 Reviewed by Tim Hatcher.
1575 http://bugs.webkit.org/show_bug.cgi?id=9529
1576 Bug 9529: Navigation HTML duplicated on webkit.org web site
1578 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
1579 * nav.inc: Generate WordPress archive list if included from within WordPress.
1581 2006-11-07 Mark Rowe <bdash@webkit.org>
1583 Reviewed by Dave Hyatt.
1585 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
1586 component to the correct JavaScriptCore.
1588 2006-11-06 Timothy Hatcher <timothy@apple.com>
1592 Update the site with new wiki and Trac links.
1594 * blog/wp-content/themes/webkit/sidebar.php:
1595 * building/build.html:
1598 * projects/svg/index.html:
1600 2006-10-31 Mark Rowe <bdash@webkit.org>
1604 Update WebKit blog link to prevent pointless redirects.
1608 2006-10-25 Mitz Pettel <mitz@webkit.org>
1612 - http://bugs.webkit.org/show_bug.cgi?id=11412
1613 Stray list item in coding/coding-style.html
1615 * coding/coding-style.html:
1617 2006-10-25 Mark Rowe <bdash@webkit.org>
1621 Fix some HTML bugs in the coding style guidelines.
1623 * coding/coding-style.html:
1625 2006-10-13 Geoffrey Garen <ggaren@apple.com>
1629 Split build, run, and debug steps into separate pages. Darin recommended
1632 * building/build.html:
1633 * building/checkout.html:
1634 * building/debug.html: Added.
1635 * building/run.html: Added.
1638 2006-10-05 Eric Seidel <eric@webkit.org>
1642 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
1644 2006-09-26 Eric Seidel <eric@webkit.org>
1648 * projects/svg/status.xml: update status to reflect current state of SVG development
1650 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
1654 http://bugs.webkit.org/show_bug.cgi?id=10975
1655 Update the blog template to valid HTML 4.01 Strict.
1657 * blog/wp-content/themes/webkit/comments-popup.php:
1658 * blog/wp-content/themes/webkit/comments.php:
1659 * blog/wp-content/themes/webkit/footer.php:
1660 * blog/wp-content/themes/webkit/header.php:
1661 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
1663 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1667 http://bugs.webkit.org/show_bug.cgi?id=10966
1668 Bug 10966: Updates to website
1670 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
1672 * coding/coding-style.html:
1673 * coding/lgpl-license.html:
1676 * projects/css/index.html:
1677 * projects/editing/index.html:
1678 * projects/forms/index.html:
1679 * projects/html/index.html:
1680 * projects/index.html:
1681 * projects/javascript/index.html:
1682 * projects/svg/index.html:
1683 * projects/xslt/index.html:
1684 * webdevelopers/webkit_version.html:
1685 * webdevelopers/webkit_version_xl.html:
1687 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
1691 Updates to make static pages validate as HTML 4.01 Strict.
1693 * building/build.html:
1694 * coding/coding-style.html:
1696 * index.html: Move <style> tag into the document head.
1697 * projects/cleanup/index.html:
1698 * projects/compat/index.html:
1699 * projects/css/index.html:
1700 * projects/documentation/index.html:
1701 * projects/editing/index.html:
1702 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
1703 * projects/html/index.html:
1704 * projects/javascript/index.html:
1705 * projects/performance/index.html:
1706 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
1707 * projects/printing/index.html:
1708 * projects/svg/index.html:
1709 * projects/xslt/index.html:
1710 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
1711 * quality/reduction.html:
1712 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
1713 * quality/testing.html:
1715 2006-09-19 Brady Eidson <beidson@apple.com>
1717 http://bugs.webkit.org/show_bug.cgi?id=8220
1718 Add the favicon.ico to the site.
1719 Notice, users of shipping Safari won't see the updated favicon
1720 unless they clear their icon cache - ToT users can manually reload
1721 the site and force the refresh ;)
1723 * favicon.ico: Added.
1725 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
1729 - this patch brought to you by the letter 'c'
1731 * coding/coding-style.html:
1733 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
1735 Reviewed by Darin Adler.
1737 - http://bugs.webkit.org/show_bug.cgi?id=10444
1738 Navigation links overlap the Spam Karma 2 footer
1740 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
1742 2006-08-21 Timothy Hatcher <timothy@apple.com>
1744 Reviewed by Darin Adler.
1746 Bug 9302: WebKit nightly download image says ~2.5 MB when
1747 universal binaries make it ~5.0 MB
1748 http://bugs.webkit.org/show_bug.cgi?id=9302
1750 * images/download.png:
1752 2006-08-21 Timothy Hatcher <timothy@apple.com>
1756 Changes many opendarwin.org links to the proper webkit.org version.
1758 * blog/wp-content/themes/webkit/sidebar.php:
1759 * blog/wp-content/themes/webkit/style.css:
1760 * building/build.html:
1761 * coding/contributing.html:
1765 * projects/compat/hitlist.html:
1766 * projects/css/index.html:
1767 * projects/editing/index.html:
1768 * projects/forms/index.html:
1769 * projects/html/index.html:
1770 * projects/javascript/index.html:
1771 * projects/svg/index.html:
1772 * projects/svg/svg-status.xsl:
1773 * projects/xslt/index.html:
1774 * quality/bugpriorities.html:
1775 * quality/bugzilla.html:
1776 * quality/leakhunting.html:
1777 * quality/lifecycle.html:
1778 * quality/reporting.html:
1780 2006-08-15 Eric Seidel <eric@webkit.org>
1784 * projects/svg/status.xml: updated to reflect current SVG status
1786 2006-08-02 Geoffrey Garen <ggaren@apple.com>
1790 Tweaked the build instructions a bit.
1792 * building/build.html:
1793 * building/debug.png: Added.
1795 2006-08-02 Darin Adler <darin@apple.com>
1797 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
1799 2006-08-01 Geoffrey Garen <ggaren@apple.com>
1803 - Added instructions for debugging in Xcode
1805 * building/build-window.png: Added.
1806 * building/build.html:
1807 * building/custom-executable.png: Added.
1808 * building/info-tab.png: Added.
1810 2006-07-30 Geoffrey Garen <ggaren@apple.com>
1814 - Tweaked the checkout and build instructions to make them simpler and
1817 * building/build.html:
1818 * building/checkout.html:
1820 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
1822 Reviewed by Darin Adler.
1824 - see http://bugs.webkit.org/show_bug.cgi?id=9539
1825 Another case error preventing build
1827 * building/build.html: Building WebKit now requires Xcode 2.3.
1829 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1831 Reviewed and landed by Anders.
1833 * blog/wp-content/themes/webkit/sidebar.php:
1834 Add link to Wiki in the navigation menu here too.
1836 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
1838 Reviewed and landed by Anders.
1840 * nav.inc: Add link to Wiki in the navigation menu.
1842 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
1844 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
1846 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
1848 Improve wording of first paragraph of webkit site.
1852 2006-06-08 Timothy Hatcher <timothy@apple.com>
1854 Reviewed by Darin Adler.
1856 Include our own copies of the BSD and LGPL licenses.
1858 * coding/bsd-license.html: Added.
1859 * coding/lgpl-license.html: Added.
1860 * nav.inc: link to our copies of the licenses
1862 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
1866 http://bugs.webkit.org/show_bug.cgi?id=9303
1867 JavaScript error when loading WebKit blog page
1869 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
1870 * nav.inc: Removed evil tabs--whitespace change only.
1872 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
1874 Reviewed by John Sullivan.
1876 * quality/lifecycle.html: mentions case of PlatformOnly bugs
1877 and 'other' bug databases.
1879 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
1881 Reviewed by Timothy Hatcher.
1883 Adding Google Analytics tracking code, to create stats of our webpages.
1885 * blog/wp-content/themes/webkit/footer.php:
1888 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
1890 Reviewed by Timothy.
1892 * index.html: Link to Nokia's S60 WebKit.
1894 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
1898 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
1900 2006-04-28 Eric Seidel <eseidel@apple.com>
1902 Reviewed by andersca.
1904 * projects/svg/status.xml: Update to reflect current status.
1906 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
1908 Reviewed by Eric Seidel .
1910 Added WebKit detection scripts and a small howto + a new section to our
1911 website: Web Developers.
1914 * webdevelopers: Added.
1915 * webdevelopers/index.html: Added.
1916 * webdevelopers/webkit_version.html: Added.
1917 * webdevelopers/webkit_version.js: Added.
1918 * webdevelopers/webkit_version_xl.html: Added.
1919 * webdevelopers/webkit_version_xl.js: Added.
1921 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
1925 * blog/wp-config.php: passwords and users don't belong in SVN.
1927 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1931 * quality/lifecycle.html: small textual change to my contact info;
1932 * quality/reporting.html: added non-ADC bug report URL.
1934 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
1938 * 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.
1940 2006-04-13 Geoffrey Garen <ggaren@apple.com>
1944 * projects/compat/hitlist.html: Added Google Calendar to the list
1945 in place of www.hangseng.com/ebanking
1947 2006-04-11 Eric Seidel <eseidel@apple.com>
1949 Reviewed by andersca.
1951 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
1953 2006-04-10 Geoffrey Garen <ggaren@apple.com>
1957 * projects/compat/hitlist.html: updated dates
1959 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
1961 Reviewed by Darin Adler.
1963 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
1964 Coding style doc uses illegal entity
1966 * coding/coding-style.html: Changed &emdash; to —.
1968 2006-03-15 Geoffrey Garen <ggaren@apple.com>
1972 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
1973 added description of alumni list.
1975 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1979 Clarified that sites on the list aren't necessarily "broken."
1981 * projects/compat/hitlist.html:
1983 2006-03-08 Geoffrey Garen <ggaren@apple.com>
1987 Updated links to gap and bananarepublic bugs.
1989 * projects/compat/hitlist.html:
1991 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
1993 Reviewed by Darin Adler.
1995 Change "Mail.app" to "Mail".
1998 * projects/editing/index.html:
2000 2006-03-06 Geoffrey Garen <ggaren@apple.com>
2002 Oops, accidentally deleted the archives links.
2004 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
2006 2006-03-06 Geoffrey Garen <ggaren@apple.com>
2012 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
2013 for the rest of the site.
2014 * quality/lifecycle.html: add Joost's homepage to his contact info.
2016 2006-03-06 Geoffrey Garen <ggaren@apple.com>
2018 Doing penance after being set straight by Joost.
2020 * projects/compat/hitlist.html: Remove slur against QA. My humblest
2023 2006-03-06 Geoffrey Garen <ggaren@apple.com>
2025 Reviewed by Maciej, Darin.
2027 Added Safari Compatibility Hit List.
2029 * nav.inc: Link to the hit list.
2030 * projects/compat/hitlist.html: Added.
2031 * projects/compat/index.html: Link to the hit list.
2033 2006-03-02 Eric Seidel <eseidel@apple.com>
2037 * quality/reporting.html: display a nicer message to those using 10.2
2039 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
2041 Reviewed by Maciej, landed by Geoff.
2043 Change "Deployment" to "Release" and "Development" to "Debug".
2044 Update latest Xcode version from 2.2 to 2.2.1.
2046 * building/build.html
2048 2006-02-21 Geoffrey Garen <ggaren@apple.com>
2050 Accidentally wrote "Release" instead of "Debug" in my last patch.
2052 * quality/leakhunting.html:
2054 2006-02-20 Geoffrey Garen <ggaren@apple.com>
2056 Some quick proof-reading of the patch I just landed -- no review
2059 * quality/leakhunting.html:
2061 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
2063 Reviewed by Darin, Geoff.
2065 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
2067 Added this page to the menu, adding in an extra section header
2071 * quality/leakhunting.html: Added.
2073 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
2075 Reviewed by Darin Adler.
2077 Fixed Bugzilla URL's
2079 * projects/forms/index.html:
2080 * projects/html/index.html:
2081 * projects/xslt/index.html:
2083 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
2085 Reviewed by Darin Adler.
2087 Made line-height global instead of just for p
2090 fixed bugzilla link, added starting <p> to first paragraph
2091 removed paragraph about tab-stops
2094 * projects/editing/index.html:
2096 2006-02-17 Darin Adler <darin@apple.com>
2098 * coding/coding-style.html: Mention other non-function brace cases.
2100 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
2104 Added left position and margin-bottom to blog footer.
2108 2006-02-16 Timothy Hatcher <timothy@apple.com>
2112 Fixes PNGs with 8bit alpha on IE.
2114 * css/ie.css: attach the pngbehavior.htc to img tags
2115 * images/blank.png: Added.
2116 * index.html: add the width and height to the download img
2117 * pngbehavior.htc: Added.
2119 2006-02-16 Justin Garcia <justin.garcia@apple.com>
2121 Changed by Darin on my machine.
2123 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
2126 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
2128 Reviewed and landed by Maciej.
2130 Made the author name bold on the frontpage.
2131 Moved the "Posted by" line up under the title and made the author name
2132 bold in single view.
2134 * blog/wp-content/themes/webkit/index.php:
2135 * blog/wp-content/themes/webkit/single.php:
2137 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
2141 Updated the site to use the new layout.
2145 * blog/wp-content/themes/classic: Removed.
2146 * blog/wp-content/themes/classic/comments-popup.php: Removed.
2147 * blog/wp-content/themes/classic/comments.php: Removed.
2148 * blog/wp-content/themes/classic/footer.php: Removed.
2149 * blog/wp-content/themes/classic/header.php: Removed.
2150 * blog/wp-content/themes/classic/index.php: Removed.
2151 * blog/wp-content/themes/classic/sidebar.php: Removed.
2152 * blog/wp-content/themes/classic/style.css: Removed.
2153 * blog/wp-content/themes/default: Removed.
2154 * blog/wp-content/themes/default/404.php: Removed.
2155 * blog/wp-content/themes/default/archive.php: Removed.
2156 * blog/wp-content/themes/default/archives.php: Removed.
2157 * blog/wp-content/themes/default/comments-popup.php: Removed.
2158 * blog/wp-content/themes/default/comments.php: Removed.
2159 * blog/wp-content/themes/default/footer.php: Removed.
2160 * blog/wp-content/themes/default/header.php: Removed.
2161 * blog/wp-content/themes/default/images: Removed.
2162 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
2163 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
2164 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
2165 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
2166 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
2167 * blog/wp-content/themes/default/index.php: Removed.
2168 * blog/wp-content/themes/default/links.php: Removed.
2169 * blog/wp-content/themes/default/page.php: Removed.
2170 * blog/wp-content/themes/default/search.php: Removed.
2171 * blog/wp-content/themes/default/searchform.php: Removed.
2172 * blog/wp-content/themes/default/sidebar.php: Removed.
2173 * blog/wp-content/themes/default/single.php: Removed.
2174 * blog/wp-content/themes/default/style.css: Removed.
2175 * blog/wp-content/themes/webkit/404.php:
2176 * blog/wp-content/themes/webkit/archive.php:
2177 * blog/wp-content/themes/webkit/archives.php:
2178 * blog/wp-content/themes/webkit/footer.php:
2179 * blog/wp-content/themes/webkit/header.php:
2180 * blog/wp-content/themes/webkit/images: Removed.
2181 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
2182 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
2183 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
2184 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
2185 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
2186 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
2187 * blog/wp-content/themes/webkit/images/separator.png: Removed.
2188 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
2189 * blog/wp-content/themes/webkit/index.php:
2190 * blog/wp-content/themes/webkit/page.php:
2191 * blog/wp-content/themes/webkit/search.php:
2192 * blog/wp-content/themes/webkit/sidebar.php:
2193 * blog/wp-content/themes/webkit/single.php:
2194 * blog/wp-content/themes/webkit/style.css:
2195 * building/build.html:
2196 * building/checkout.html:
2197 * coding/coding-style.html:
2198 * coding/contributing.html:
2201 * css/blue.css: Added.
2202 * css/gray.css: Added.
2203 * css/green.css: Added.
2204 * css/ie.css: Added.
2205 * css/main.css: Added.
2206 * css/pink.css: Added.
2207 * css/purple.css: Added.
2208 * css/yellow.css: Added.
2209 * footer.inc: Added.
2210 * header.inc: Added.
2211 * images/blue-background.png: Added.
2212 * images/blue-bullet.png: Added.
2213 * images/bluebanner.png: Removed.
2214 * images/download.png: Added.
2215 * images/end.png: Added.
2216 * images/gray-background.png: Added.
2217 * images/green-background.png: Added.
2218 * images/green-bullet.png: Added.
2219 * images/icon-gold.png: Added.
2220 * images/icon.png: Added.
2221 * images/ie-nav.png: Added.
2222 * images/middle.png: Added.
2223 * images/nav.png: Added.
2224 * images/pink-background.png: Added.
2225 * images/pink-bullet.png: Added.
2226 * images/purple-background.png: Added.
2227 * images/purple-bullet.png: Added.
2228 * images/separator.png: Removed.
2229 * images/webkit-background.png: Removed.
2230 * images/welcomeopen.gif: Removed.
2231 * images/yellow-background.png: Added.
2232 * images/yellow-bullet.png: Added.
2235 * projects/accessibility/index.html:
2236 * projects/cleanup/index.html:
2237 * projects/compat/index.html:
2238 * projects/css/index.html:
2239 * projects/documentation/index.html:
2240 * projects/dom/index.html:
2241 * projects/editing/index.html:
2242 * projects/forms/index.html:
2243 * projects/html/index.html:
2244 * projects/index.html:
2245 * projects/javascript/index.html:
2246 * projects/layout/index.html:
2247 * projects/mathml/index.html:
2248 * projects/performance/index.html:
2249 * projects/plugins/index.html:
2250 * projects/portability/index.html:
2251 * projects/printing/index.html:
2252 * projects/svg/index.html:
2253 * projects/webkit/index.html:
2254 * projects/xml/index.html:
2255 * projects/xslt/index.html:
2256 * quality/bugpriorities.html:
2257 * quality/bugwriting.html:
2258 * quality/bugzilla.html:
2259 * quality/lifecycle.html:
2260 * quality/reduction.html:
2261 * quality/reporting.html:
2262 * quality/testing.html:
2263 * quality/testwriting.html:
2264 * sidebar.css: Removed.
2265 * sidebar.html: Removed.
2266 * webkitdev.css: Removed.
2268 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
2272 Updated page to show 10.4.4 or 10.4.5
2273 Added support for recognizing Shiira.
2275 * quality/reporting.html:
2277 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
2279 Reviewed by eseidel.
2281 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
2283 Changed "Sign up for a" into "Create a" bugzilla account.
2285 * quality/reduction.html:
2286 * quality/reporting.html:
2288 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
2290 Reviewed by Darin Adler.
2292 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
2293 bits are and how to get them.
2295 Changed link in reporting page to link to Bugzilla page.
2297 * quality/bugzilla.html: Added.
2298 * quality/reporting.html:
2300 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
2302 Reviewed by eseidel.
2304 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
2305 - Detabified the file.
2307 * quality/reporting.html:
2309 2006-02-10 Darin Adler <darin@apple.com>
2311 * index.html: Fixed a typo in a link.
2313 2006-02-10 Darin Adler <darin@apple.com>
2315 * building/checkout.html: Fixed a spelling mistake.
2317 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
2319 Reviewed and landed by Anders.
2321 http://bugs.webkit.org/show_bug.cgi?id=7164
2324 Changed <div id="banner" to <h1 id="banner"
2325 global cleanup of CSS and code
2327 * building/build.html:
2328 * building/checkout.html:
2329 * coding/coding-style.html:
2330 * coding/contributing.html:
2333 * projects/accessibility/index.html:
2334 * projects/cleanup/index.html:
2335 * projects/compat/index.html:
2336 * projects/css/index.html:
2337 * projects/documentation/index.html:
2338 * projects/dom/index.html:
2339 * projects/editing/index.html:
2340 * projects/forms/index.html:
2341 * projects/html/index.html:
2342 * projects/index.html:
2343 * projects/javascript/index.html:
2344 * projects/layout/index.html:
2345 * projects/mathml/index.html:
2346 * projects/performance/index.html:
2347 * projects/plugins/index.html:
2348 * projects/portability/index.html:
2349 * projects/printing/index.html:
2350 * projects/svg/index.html:
2351 * projects/webkit/index.html:
2352 * projects/xml/index.html:
2353 * projects/xslt/index.html:
2354 * quality/bugpriorities.html:
2355 * quality/bugwriting.html:
2356 * quality/lifecycle.html:
2357 * quality/reduction.html:
2358 * quality/reporting.html:
2359 * quality/testing.html:
2360 * quality/testwriting.html:
2363 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
2365 Reviewed by Darin Adler. Landed by ap.
2367 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
2368 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
2370 * quality/reporting.html:
2371 * webkitdev.css: Added margin-bottom for li.
2373 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
2375 Reviewed by Darin Adler. Landed by Maciej.
2377 - Several fixes to the site
2378 http://bugs.webkit.org/show_bug.cgi?id=7105
2380 * blog/wp-content/themes/webkit/style.css:
2382 * quality/bugwriting.html:
2383 * quality/reduction.html:
2386 2006-02-05 Eric Seidel <eseidel@apple.com>
2390 General update to SVG project page, also link to status page.
2392 * projects/svg/index.html:
2394 2006-02-05 Eric Seidel <eseidel@apple.com>
2396 Rubber stamped by darin.
2398 * projects/svg/status.xml: Added.
2399 * projects/svg/svg-status.css: Added.
2400 * projects/svg/svg-status.xsl: Added.
2402 2006-02-05 Eric Seidel <eseidel@apple.com>