1 2011-02-26 David Levin <levin@chromium.org>
3 Reviewed by Darin Adler.
5 Add style guidelines about comments from the unwritten rules email.
6 https://bugs.webkit.org/show_bug.cgi?id=55272
8 * coding/coding-style.html: Added the guidelines.
10 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
12 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
14 * blog-files/inspector/css_rule_diff.png: Added.
16 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
18 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
20 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
21 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
22 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
23 * blog-files/inspector/warning_10x10.png: Added.
25 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
27 Unreviewed. Add Web Inspector style editing screenshots.
29 * blog-files/inspector-css-as-authored.png: Added.
30 * blog-files/inspector-css-autocomplete.png: Added.
31 * blog-files/inspector-unknown-css-properties.png: Added.
33 2011-01-21 David Levin <levin@chromium.org>
35 Reviewed by Darin Adler.
37 Proposal: Require cross-organizational seconds for reviewer nominations
38 https://bugs.webkit.org/show_bug.cgi?id=47597
40 This changes the committer/reviewer policy to require an additional
41 reviewer supporting a reviewer nomination to work for a different
42 company and different project affiliation from the nominee.
44 This means reviewer nominations would require four supporting reviewers,
45 one of which knows the reviewer through the community (irc, email, bugs)
46 ensuring that the nominee has the open-source collaboration skills
47 we so highly value here in WebKit.
49 * coding/commit-review-policy.html:
51 2011-01-01 Adam Barth <abarth@webkit.org>
53 Reviewed by Eric Seidel.
55 Move JavaScriptCore to Source
56 https://bugs.webkit.org/show_bug.cgi?id=51604
58 * coding/assertion-guidelines.html:
59 - Update documentation to point to the new location of
62 2010-12-17 Dan Bernstein <mitz@apple.com>
64 Reviewed by Simon Fraser.
66 Rename WebKitTools to Tools
67 https://bugs.webkit.org/show_bug.cgi?id=49861
69 * asking_questions.html:
70 * building/tools.html:
71 * coding/scripts.html:
73 2010-11-08 Jessie Berlin <jberlin@apple.com>
75 Reviewed by Adam Roben.
77 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
79 https://bugs.webkit.org/show_bug.cgi?id=49189
81 * building/tools.html:
82 Add a line recommending bash shell users to comment out or remove those lines, with an
83 explanation as to why.
85 2010-11-04 Orlando Leite <orlleite@gmail.com>
87 Reviewed by Adam Barth.
89 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
91 * building/tools.html:
93 2010-10-29 Adam Roben <aroben@apple.com>
95 Instruct developers to install the Feburary 2010 DirectX SDK, not just
98 The February 2010 SDK is the last one with support for Visual Studio
101 I also removed some unnecessary instructions regarding the DirectX
104 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
105 specific version of the DirectX SDK
107 Reviewed by Steve Falkenburg.
109 * building/tools.html:
111 2010-10-28 Lucas Forschler <lforschler@apple.com>
113 Reviewed by Geoffrey Garen.
115 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
117 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
118 -Edited the .htaccess file to redirect the old pages to the new landing page.
119 -This should keep our search engine page rankings effective.
120 Potentially breaking:
121 -This COULD potentially break the SunSpider benchmark.
122 -Local testing with relative links seems to function as expected.
123 -The .htaccess 301 redirects are UNTESTED.
127 * perf/sunspider: Added.
128 * perf/sunspider-0.9.1/sunspider.html: Removed.
129 * perf/sunspider-0.9.1/versions.html: Removed.
130 * perf/sunspider-0.9/sunspider.html: Removed.
131 * perf/sunspider/sunspider.css: Added.
132 * perf/sunspider/sunspider.html: Added.
134 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
136 Reviewed by David Levin.
138 Add DirectX SDK to Installing Developer Tools web page
139 https://bugs.webkit.org/show_bug.cgi?id=47911
141 * building/tools.html:
143 2010-09-30 David Levin <levin@chromium.org>
145 Reviewed by Darin Adler.
147 Add guideline for constructors doing implicit type conversion to coding style.
148 https://bugs.webkit.org/show_bug.cgi?id=47646
150 * coding/coding-style.html:
152 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
154 Reviewed by Simon Fraser.
156 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
157 https://bugs.webkit.org/show_bug.cgi?id=47013
159 * nav.inc: Removed the space from the web inspector wiki link.
161 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
163 Unreviewed HTML syntax fix for my recent change in the coding-style.
165 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
167 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
169 Reviewed by Darin Adler.
171 check-webkit-style and the coding style guidelines page are inconsistent
172 https://bugs.webkit.org/show_bug.cgi?id=46099
174 * coding/coding-style.html:
175 Making clear that includes of system headers must come after includes of other headers.
177 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
179 Reviewed by Adam Barth.
181 Adding a timeline screenshot for blocking and defer scripts
182 https://bugs.webkit.org/show_bug.cgi?id=45933
184 * blog-files/timeline-blocking-script.png: Added.
185 * blog-files/timeline-defer-script.png: Added.
187 2010-09-14 Jessie Berlin <jberlin@apple.com>
189 Reviewed by Adam Roben.
191 Exceptions are getting ignored on 64-bit Windows in the Web Process.
192 https://bugs.webkit.org/show_bug.cgi?id=45779
194 * building/tools.html:
195 Add instructions about how to optionally get hotfix 976038.
197 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
199 Reviewed by Adam Barth.
201 https://bugs.webkit.org/show_bug.cgi?id=43982
202 This js file seems to be a popular script for detecting mobile WebKit but
203 it has a flaw that makes it fail on Android and BlackBerry.
205 The issue is that it looks for "Mobile/" but Android and BlackBerry
206 use "Mobile" with no numbering after it.
207 Changed RegExp pattern " Mobile/" to " Mobile\\b".
209 * misc/WebKitDetect.js:
210 (WebKitDetect.isMobile):
212 2010-08-27 Darin Adler <darin@apple.com>
214 * coding/RefPtr.html: Minor revision, improve clarity and mention some
217 2010-08-26 Daniel Bates <dbates@rim.com>
219 Reviewed by Dumitru Daniliuc.
221 Fix misspelled words on WebKit.org contact.html,
222 demos/index.html, and quality/leakhunting.html
223 https://bugs.webkit.org/show_bug.cgi?id=44747
225 Fix some misspelled words on the WebKit.org site.
227 * contact.html: Change "bugreports" [sic] to "bug reports".
228 * demos/index.html: Change "testcase" [sic] to "test case".
229 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
231 2010-08-23 David Kilzer <ddkilzer@apple.com>
233 Clean up some HTML typos in crashlogs.html
235 Rubber-stamped by Maciej Stachowiak.
237 * quality/crashlogs.html: Fixed "</code>>" typos added in
238 r56300. Changed "<tt>" tag with style attribute to "<code>"
239 that was missed in r56300.
241 2010-08-17 Beth Dakin <bdakin@apple.com>
243 Rubber-stamped by Adele.
245 Adding a MathML Demo and screenshot.
247 * blog-files/riemann-screenshot.png: Added.
248 * demos/mathml: Added.
249 * demos/mathml/MathMLDemo.xhtml: Added.
251 2010-08-17 Adam Roben <aroben@apple.com>
253 Instruct developers to (optionally) install Debugging Tools for
256 These tools are used by some of our scripts, so are useful for
257 developers to have installed.
259 Fixes <http://webkit.org/b/44128> webkit.org building instructions
260 should recommend installing Debugging Tools for Windows
262 Reviewed by Sam Weinig.
264 * building/tools.html:
266 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
268 Reviewed by Nikolas Zimmermann.
270 Update SVG implementation status.
272 * projects/svg/status.xml:
274 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
276 Reviewed by Darin Adler.
278 Add a diagram explaining how a DOM element is attached to the site.
279 https://bugs.webkit.org/show_bug.cgi?id=42763
281 * coding/dom-element-attach.html: Added.
282 * coding/images/dom-element-attach-large.png: Added.
283 * coding/images/dom-element-attach-small.png: Added.
284 * coding/images/dom-element-attach.graffle: Added.
285 * coding/technical-articles.html: Added a link to the page with the diragram.
287 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
289 Reviewed by Darin Adler.
291 Improve assertion macro documentation.
293 https://bugs.webkit.org/show_bug.cgi?id=40565
295 * coding/assertion-guidelines.html:
297 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
299 Reviewed by Geoffrey Garen.
301 Add an index of technical articles to the WebKit site. This makes the
302 links to the RefPtr and Assertion documentation discoverable and
303 provides an easy way to find some useful blog posts.
305 https://bugs.webkit.org/show_bug.cgi?id=40561
307 * coding/technical-articles.html: Added.
308 * nav.inc: Add link to technical articles.
310 2010-06-15 Adam Roben <aroben@apple.com>
312 Remove some unnecessary steps for setting up the debugger on Windows
314 Apparently update-webkit does this for you now.
316 Rubber-stamped by Steve Falkenburg.
318 * building/debug.html: Removed the first two Windows steps, which are
319 now unnecessary, and updated the third to reflect reality.
321 2010-06-14 Adam Roben <aroben@apple.com>
323 Improve instructions for debugging on Windows
325 Fixes <http://webkit.org/b/40585>.
327 Reviewed by Steve Falkenburg.
329 * building/debug.html: Improved the Windows instructions. We now
330 instruct users to set things up so that hitting F5 from WebKit.sln
331 will launch Safari with the WEBKITNIGHTLY environment variable
332 pointing to the location of the built WebKit.dll.
334 * building/console_vs2005.jpg: Removed.
335 * building/debug_vs2005.jpg: Removed.
337 * building/launch-debugger-vs2005.png: Added.
338 * building/set-as-startup-project-vs2005.png: Added.
339 * building/set-debugging-properties-vs2005.png: Added.
341 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
343 Reviewed by Darin Adler.
345 Add documentation on the various assertion macros in WebKit.
347 https://bugs.webkit.org/show_bug.cgi?id=39950
349 * coding/assertion-guidelines.html: Added.
351 2010-05-29 Sterling Swigart <sswigart@google.com>
353 Reviewed by David Levin.
355 Adding tests to canvas.html performance test
356 https://bugs.webkit.org/show_bug.cgi?id=39883
358 * demos/canvas-perf/canvas.html:
364 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
366 Reviewed by Darin Adler.
368 Update the style guide re: static member variables and structs
369 https://bugs.webkit.org/show_bug.cgi?id=39663
371 Per Darin Adler's proposal on webkit-dev.
373 All static member variables should be prefixed with s_.
374 m_ should not be used for public data members in structs.
375 Only structs should have public data members.
377 * coding/coding-style.html:
379 2010-05-24 David Levin <levin@chromium.org>
381 Reviewed by Maciej Stachowiak.
383 Improve canvas perf test accuracy.
384 https://bugs.webkit.org/show_bug.cgi?id=39635
386 * demos/canvas-perf/canvas.html:
387 1. Change the various tests to get the image data for the result
388 to help ensure that the operation has completed by the time,
389 and subtract out the time needed to do this.
390 2. Made the test more flexible about number of repetitions and
392 3. Make the tests run separately and have a pause between them
393 to allow for garbage collection so that results are more
395 4. Added a standard logging function and shouldBe asserts to
396 verify that the correct scaling operations were happening.
398 2010-05-20 Daniel Bates <dbates@rim.com>
400 Rubber-stamped by Simon Fraser.
402 Spelling correction; change "acces" [sic] to "access".
404 * quality/lifecycle.html:
406 2010-05-14 Eric Seidel <eric@webkit.org>
408 Reviewed by Maciej Stachowiak.
410 Update tools.html to mention that Tiger users require a newer Python
411 https://bugs.webkit.org/show_bug.cgi?id=38822
413 Also updated the instructions that only Tiger users need
414 to install a subversion client. Newer OSes already have
415 subversion included in the install.
417 * building/tools.html:
419 2010-05-08 Dirk Schulze <krit@webkit.org>
421 Reviewed by Nikolas Zimmermann.
423 SVGFont's VKern implementation missing
424 https://bugs.webkit.org/show_bug.cgi?id=38663
426 * projects/svg/status.xml:
428 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
430 Reviewed by Adam Barth.
432 Commit and Review policy should encourage unofficial reviews
433 https://bugs.webkit.org/show_bug.cgi?id=38517
435 * coding/commit-review-policy.html:
437 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
439 Reviewed by Darin Adler.
441 Fix the sticky-notes demo.
442 https://bugs.webkit.org/show_bug.cgi?id=38550
444 1. Exceptions thrown by openDatabase() should be treated as
446 2. Do not allow users to create new notes when openDatabase()
449 * demos/sticky-notes/index.html:
451 2010-05-02 Dirk Schulze <krit@webkit.org>
453 Reviewed by Nikolas Zimmermann.
455 SVG hkern implementation incomplete
456 https://bugs.webkit.org/show_bug.cgi?id=38407
458 We support hkern now. Mention this in the SVG status page.
460 * projects/svg/status.xml:
462 2010-04-29 Dean Jackson <dino@apple.com>
464 Unreviewed. Make a note that we are no longer proposing
465 the evaluateMediaQuery method. Instead, we are following
466 the standard matchMedium method from CSS 3 View.
468 * specs/MediaQueriesExtensions.html:
470 2010-04-18 Adam Barth <abarth@webkit.org>
472 Unreviewed. Update a label of the diagram to better match the
473 description in the text of the blog post.
475 * blog-files/loader-diagram.svg:
477 2010-04-17 Adam Barth <abarth@webkit.org>
479 Unreviewed. Added loader diagram for upcoming blog post.
481 * blog-files/loader-diagram.svg: Added.
483 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
485 Reviewed by Eric Seidel.
487 Minor Updates and Cleanup to the Contributing Page
488 https://bugs.webkit.org/show_bug.cgi?id=37415
490 * coding/contributing.html:
492 2010-04-07 Maciej Stachowiak <mjs@apple.com>
496 Random demo to look cool on twitter.
498 * misc/gradient-input.html: Added.
500 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
504 Adding images for inspector blog post. Previewed by Timothy Hatcher.
506 * blog-files/inspector/audits_launcher.png: Added.
507 * blog-files/inspector/audits_panel.png: Added.
508 * blog-files/inspector/console_panel.png: Added.
509 * blog-files/inspector/context_menu.png: Added.
510 * blog-files/inspector/css_highlighted_line.png: Added.
511 * blog-files/inspector/css_line_number_snippet.png: Added.
512 * blog-files/inspector/css_line_numbers.png: Added.
513 * blog-files/inspector/deactivate_breakpoints.png: Added.
514 * blog-files/inspector/evaluate_on_hover.png: Added.
515 * blog-files/inspector/evaluate_on_hover_2.png: Added.
516 * blog-files/inspector/inherited_styles.png: Added.
517 * blog-files/inspector/large_dom.png: Added.
518 * blog-files/inspector/large_resources.png: Added.
519 * blog-files/inspector/pseudo_elements.png: Added.
520 * blog-files/inspector/redirect_headers.png: Added.
521 * blog-files/inspector/redirect_headers_full.png: Added.
522 * blog-files/inspector/redirects.png: Added.
523 * blog-files/inspector/redirects_full.png: Added.
524 * blog-files/inspector/timeline_overview.png: Added.
525 * blog-files/inspector/timeline_panel.png: Added.
526 * blog-files/inspector/timeline_record_details.png: Added.
528 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
530 Reviewed by David Levin.
532 Asking Questions Page Grammar Fixes
533 https://bugs.webkit.org/show_bug.cgi?id=36608
535 * asking_questions.html:
537 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
539 Reviewed by Timothy Hatcher.
541 New Asking Questions Page is not Valid HTML5
542 https://bugs.webkit.org/show_bug.cgi?id=36605
544 * asking_questions.html: fixed issues raised by the validator.
546 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
548 Reviewed by David Levin.
550 Add a page on how to ask questions
551 https://bugs.webkit.org/show_bug.cgi?id=35223
553 * asking_questions.html: Added.
554 Add a page on how to ask questions based on Ariya Hidayat's mail: how
555 to get help effectively
556 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
558 * contact.html: Tweaked the wording to make it more clear what the
559 mailing list are used for. Also changed the formatting to better
560 underline the different mailing lists.
562 2010-03-24 Sam Weinig <sam@webkit.org>
564 Rubber-stamped by Anders Carlsson..
566 Update Security Group Members list.
568 * security/security-group-members.html:
570 2010-03-22 Maciej Stachowiak <mjs@apple.com>
576 * demos/accessible-ascii-art/butterfly-figure.html: Added.
578 2010-03-22 Maciej Stachowiak <mjs@apple.com>
582 Add example of accessible ASCII art for HTML WG.
584 * demos/accessible-ascii-art: Added.
585 * demos/accessible-ascii-art/butterfly.html: Added.
587 2010-03-20 Maciej Stachowiak <mjs@apple.com>
589 Reviewed by Mark Rowe.
591 WebKit blog should be valid HTML5
592 https://bugs.webkit.org/show_bug.cgi?id=36410
594 * blog/wp-content/themes/webkit/comments-popup.php:
595 * blog/wp-content/themes/webkit/footer.php:
596 * blog/wp-content/themes/webkit/header.php:
598 2010-03-20 Maciej Stachowiak <mjs@apple.com>
600 Reviewed by Mark Rowe.
602 Fix a bunch of HTML5 validation errors on various pages.
603 https://bugs.webkit.org/show_bug.cgi?id=36409
605 * building/build.html:
606 * building/checkout.html:
607 * building/debug.html:
609 * building/tools.html:
610 * coding/coding-style.html:
611 * coding/contributing.html:
612 * coding/major-objects.html:
617 * projects/compat/index.html:
618 * projects/css/index.html:
619 * projects/documentation/index.html:
620 * projects/goals.html:
621 * projects/index.html:
622 * projects/mathml/index.html:
623 * quality/bugpriorities.html:
624 * quality/bugwriting.html:
625 * quality/crashlogs.html:
626 * quality/lifecycle.html:
627 * quality/testing.html:
628 * quality/testwriting.html:
630 2010-03-19 Maciej Stachowiak <mjs@apple.com>
632 Reviewed by Mark Rowe.
634 webkit.org should use the HTML5 doctype
635 https://bugs.webkit.org/show_bug.cgi?id=36407
638 * misc/drosera/index.html:
639 * perf/slickspeed/system/index.php:
640 * perf/slickspeed/system/template.php:
643 2010-03-19 Maciej Stachowiak <mjs@apple.com>
645 Reviewed by Mark Rowe.
647 http://webkit.org/ has an HTML5 validation error
648 https://bugs.webkit.org/show_bug.cgi?id=36406
652 2010-03-15 Maciej Stachowiak <mjs@apple.com>
654 Tweak canvas perf demo.
656 * demos/canvas-perf/canvas.html:
658 2010-03-14 Maciej Stachowiak <mjs@apple.com>
660 Added canvas perf demo for whatwg.
662 * demos/canvas-perf: Added.
663 * demos/canvas-perf/canvas.html: Added.
664 * demos/canvas-perf/kraken.jpg: Added.
666 2010-03-09 Adam Roben <aroben@apple.com>
668 Add a link to the Contributors Meeting registration form in the
671 Rubber-stamped in advance by Adele Peterson.
673 * nav.inc: Added a link underneath "Trac".
675 2010-02-26 Sam Weinig <sam@webkit.org>
677 Rubber-stamped by Adele Peterson.
679 Update Security Group Members list.
681 * security/security-group-members.html:
683 2010-02-23 Jessie Berlin <jberlin@webkit.org>
685 Reviewed by Eric Seidel and Adam Roben.
687 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
688 https://bugs.webkit.org/show_bug.cgi?id=35098
690 * building/debug.html:
691 Add instructions on how to build and run WebKit from within Visual Studio.
693 2010-02-20 Maciej Stachowiak <mjs@apple.com>
695 Rubber stamped by Adam Barth.
697 Add sunspider-0.9.1 to the site in preparation for announcing it.
698 https://bugs.webkit.org/show_bug.cgi?id=35206
700 * perf/sunspider-0.9.1: Added.
701 * perf/sunspider-0.9.1/json2.js: Added.
702 * perf/sunspider-0.9.1/sunspider-0.9: Added.
703 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
704 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
705 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
706 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
707 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
708 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
709 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
710 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
711 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
712 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
713 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
714 * perf/sunspider-0.9.1/sunspider.css: Added.
715 * perf/sunspider-0.9.1/sunspider.html: Added.
716 * perf/sunspider-0.9.1/versions.html: Added.
718 2010-02-17 Maciej Stachowiak <mjs@apple.com>
722 Made some examples of using <details> for table descriptions.
724 * demos/hover-summary: Added.
725 * demos/hover-summary/details.css: Added.
726 * demos/hover-summary/details.js: Added.
727 (summaryClickListener):
730 * demos/hover-summary/example1.html: Added.
731 * demos/hover-summary/example2.html: Added.
732 * demos/hover-summary/horizontal-triangle.png: Added.
733 * demos/hover-summary/vertical-triangle.png: Added.
735 2010-02-02 Jens Alfke <snej@chromium.org>
737 Reviewed by David Levin.
739 Clarified coding guidelines on wiki to allow indentation of
741 https://bugs.webkit.org/show_bug.cgi?id=32137
743 * coding/coding-style.html:
745 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
747 Reviewed by David Kilzer.
749 Added to contributing code page a pointer to the preferred
750 license text. Also added information about copyright lines.
752 https://bugs.webkit.org/show_bug.cgi?id=34017
754 * coding/contributing.html:
756 - Added CSS class for books.
758 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
760 Reviewed by David Levin.
762 Added screenshots and clearer instructions on how to submit
765 https://bugs.webkit.org/show_bug.cgi?id=32542
767 Also added that a bug report should be selected or created
768 prior to submitting a patch.
770 * coding/contributing.html:
771 * coding/images: Added.
772 * coding/images/contribute_add_attachment.png: Added.
773 * coding/images/contribute_mark_review.png: Added.
775 2010-01-11 Maciej Stachowiak <mjs@apple.com>
777 Not reviewed; updated for truth (and readability).
779 Fixed some wrong listings and reorganized this page.
781 * security/security-group-members.html:
783 2010-01-06 Dirk Schulze <krit@webkit.org>
785 Reviewed by Nikolas Zimmermann.
788 https://bugs.webkit.org/show_bug.cgi?id=31905
790 Update SVG status page. We support feDisplacementMap and feImage now.
792 * projects/svg/status.xml:
794 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
796 Reviewed by Darin Adler.
798 Removed outdated contact information from bug life cycle page.
800 https://bugs.webkit.org/show_bug.cgi?id=32494
802 * quality/lifecycle.html:
804 2009-12-13 Dan Bernstein <mitz@apple.com>
806 Reviewed by Sam Weinig.
808 Add a style guideline concerning floating point literals
809 https://bugs.webkit.org/show_bug.cgi?id=32497
811 * coding/coding-style.html:
813 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
815 Reviewed by Adam Roben.
817 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
818 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
819 in Windows as part of running update_webkit.
821 * building/build.html:
822 - removed the reference to forgetting to set environment variables as a common source of errors
823 on Windows. This is because this patch would make it unnecessary for the user to set these
826 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
828 Reviewed by Darin Adler.
830 Added the "using std::foo" rule to the coding style guidelines.
832 https://bugs.webkit.org/show_bug.cgi?id=32301
834 Added to the coding style guidelines the "using std::foo" rule
835 checked by the check-webkit-style script. Also clarified the
836 "using" statement guidelines that apply to implementation files.
838 * coding/coding-style.html:
840 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
842 Reviewed by Darin Adler.
844 Refactored web site documentation so that advice to add
845 WebKitTools/Scripts to your shell path does not appear
848 https://bugs.webkit.org/show_bug.cgi?id=32112
850 * building/build.html:
851 * building/checkout.html:
853 * coding/coding-style.html:
854 * coding/contributing.html:
855 * coding/scripts.html: Added.
856 * quality/testing.html:
858 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
860 Reviewed by Eric Seidel.
862 Add reference to the GTK and QT build wiki pages
864 https://bugs.webkit.org/show_bug.cgi?id=32088
866 * building/tools.html:
869 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
871 Reviewed by Darin Adler.
873 Added clarifications to the web site regarding coding style and
876 https://bugs.webkit.org/show_bug.cgi?id=31618
878 Changes include the following:
880 - Expanded the style guidelines regarding "using" statements.
881 - Made the style guidelines page validate as HTML.
882 - Added that legacy WebKit components should not be cleaned up.
883 - Added that it is more acceptable to update style when already
886 * coding/coding-style.html:
887 * coding/contributing.html:
888 * projects/cleanup/index.html:
890 2009-11-18 Eric Seidel <eric@webkit.org>
892 Reviewed by David Levin.
894 Make 80 patches a formal requirement for reviewership
895 https://bugs.webkit.org/show_bug.cgi?id=31313
896 Per discussion on the webkit-reviewers list:
897 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
899 * coding/commit-review-policy.html:
901 2009-11-18 Daniel Bates <dbates@webkit.org>
903 Reviewed by Eric Seidel.
905 https://bugs.webkit.org/show_bug.cgi?id=31610
907 Adds property "min-width" to #title so that the width of the title
908 element on each page is at least 790px. In particular, this makes
909 the page <http://webkit.org/security/security-group-members.html>
910 consistent, in appearance, to the rest of the site.
914 2009-11-16 Sam Weinig <sam@webkit.org>
916 Reviewed by Anders Carlsson.
918 Update Security Group Members list.
920 * security/security-group-members.html:
922 2009-11-16 Sam Weinig <sam@webkit.org>
924 Reviewed by Adele Peterson.
926 Update Security Group Members list.
928 * security/security-group-members.html:
930 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
932 Reviewed by Darin Adler.
934 Added to the WebKit Coding Style Guidelines not to use
935 "using namespace" statements in header files.
937 * coding/coding-style.html:
939 2009-11-10 Oliver Hunt <oliver@apple.com>
941 Reviewed by Maciej Stachowiak.
943 Fix WebGL demos to work with renamed WebGL primitives
945 * blog-files/webgl/Earth.html:
946 * blog-files/webgl/ManyPlanetsDeep.html:
947 * blog-files/webgl/SpinningBox.html:
948 * blog-files/webgl/SpiritBox.html:
949 * blog-files/webgl/TeapotPerPixel.html:
950 * blog-files/webgl/TeapotPerVertex.html:
951 * blog-files/webgl/WebGL+CSS.html:
952 * blog-files/webgl/resources/CanvasMatrix.js:
953 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
954 * blog-files/webgl/resources/utils3d.js:
959 2009-11-06 Dirk Schulze <krit@webkit.org>
961 Rubber stamped by Eric Seidel.
963 Update SVG status page. We support feMorphology now.
964 Set lightning filters to unimplemented.
966 * projects/svg/status.xml:
968 2009-11-06 Jeff Schiller <codedread@gmail.com>
970 Reviewed by Darin Adler.
972 SVG Status page update
973 https://bugs.webkit.org/show_bug.cgi?id=31179
975 * projects/svg/status.xml:
977 2009-11-03 Darin Adler <darin@apple.com>
979 Set the MIME type for all PNG files in this directory.
981 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
982 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
983 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
984 * blog-files/acid3-100.png: Modified property svn:mime-type.
985 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
986 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
987 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
988 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
989 * blog-files/acid3-timing.png: Modified property svn:mime-type.
990 * blog-files/bounce.png: Added property svn:mime-type.
991 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
992 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
993 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
994 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
995 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
996 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
997 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
998 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
999 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
1000 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
1001 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
1002 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
1003 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
1004 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
1005 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
1006 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
1007 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
1008 * blog-files/inspector/colors.png: Added property svn:mime-type.
1009 * blog-files/inspector/cookies.png: Added property svn:mime-type.
1010 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
1011 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
1012 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
1013 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
1014 * blog-files/inspector/enable.png: Added property svn:mime-type.
1015 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
1016 * blog-files/inspector/form_data.png: Added property svn:mime-type.
1017 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
1018 * blog-files/inspector/inorder.png: Added property svn:mime-type.
1019 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
1020 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
1021 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
1022 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
1023 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
1024 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
1025 * blog-files/kate-circle.png: Modified property svn:mime-type.
1026 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
1027 * blog-files/kate-gradient.png: Modified property svn:mime-type.
1028 * blog-files/kate-reflected.png: Modified property svn:mime-type.
1029 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
1030 * blog-files/kate.png: Modified property svn:mime-type.
1031 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1032 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1033 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1034 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1035 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1036 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1037 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1038 * blog-files/pulse.png: Added property svn:mime-type.
1039 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1040 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1041 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1042 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1043 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1044 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1045 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1046 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1047 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1048 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1049 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1050 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1051 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1052 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1053 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1054 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1055 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1056 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1057 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1058 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1059 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1060 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1061 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1062 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1063 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1064 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1065 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1066 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1067 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1068 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1069 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1070 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1071 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1072 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1073 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1074 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1075 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1076 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1077 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1078 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1079 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1080 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1081 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1082 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1083 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1084 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1085 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1086 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1087 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1088 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1089 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1090 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1091 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1092 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1093 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1094 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1095 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1096 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1097 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1098 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1099 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1100 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1101 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1102 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1103 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1104 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1105 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1106 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1107 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1108 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1109 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1110 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1111 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1112 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1113 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1114 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1115 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1116 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1117 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1118 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1119 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1120 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1121 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1122 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1123 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1124 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1125 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1126 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1127 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1128 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1129 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1130 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1131 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1132 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1133 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1134 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1135 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1136 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1137 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1138 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1139 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1140 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1141 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1142 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1143 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1144 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1145 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1146 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1147 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1148 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1149 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1150 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1151 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1152 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1153 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1154 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1155 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1156 * images/DroseraPic.png: Modified property svn:mime-type.
1157 * misc/drosera/drosera.png: Modified property svn:mime-type.
1158 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1160 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1162 Reviewed by Timothy Hatcher.
1164 Adding images for an upcoming blog post.
1166 * blog-files/inspector/breakpoints.png: Added.
1167 * blog-files/inspector/colors.png: Added.
1168 * blog-files/inspector/cookies.png: Added.
1169 * blog-files/inspector/css_selectors.png: Added.
1170 * blog-files/inspector/css_syntax_highlight.png: Added.
1171 * blog-files/inspector/dom_storage.png: Added.
1172 * blog-files/inspector/edit_attributes.png: Added.
1173 * blog-files/inspector/enable.png: Added.
1174 * blog-files/inspector/event_listeners.png: Added.
1175 * blog-files/inspector/form_data.png: Added.
1176 * blog-files/inspector/inline_highlight.png: Added.
1177 * blog-files/inspector/inorder.png: Added.
1178 * blog-files/inspector/inspect_inspector.png: Added.
1179 * blog-files/inspector/inspect_inspector_small.png: Added.
1180 * blog-files/inspector/load_lines.png: Added.
1181 * blog-files/inspector/nodelist.png: Added.
1182 * blog-files/inspector/scope_bar.png: Added.
1183 * blog-files/inspector/watched_expression.png: Added.
1185 2009-10-26 Dan Bernstein <mitz@apple.com>
1187 Reviewed by Adele Peterson.
1191 * coding/bsd-license.html: Updated to the latest version.
1193 2009-10-22 Mark Rowe <mrowe@apple.com>
1195 Update to WordPress 2.8.5.
1199 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1201 Reviewed by Eric Seidel.
1203 Replace boolean operator indentation example with an if statement.
1205 https://bugs.webkit.org/show_bug.cgi?id=30538
1207 * coding/coding-style.html: Replace boolean indenting example to use "if"
1209 2009-10-16 Darin Adler <darin@apple.com>
1211 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1212 wording a bit in few places.
1214 2009-10-14 Evan Martin <evan@chromium.org>
1216 Reviewed by Darin Adler.
1218 Document what state the build tree is expected to be in after a patch.
1220 * coding/contributing.html:
1222 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1224 Reviewed by Eric Seidel.
1226 Change <a name> to id="" to fix styling problems
1227 https://bugs.webkit.org/show_bug.cgi?id=30283
1229 This prevents the headings from being styled like links.
1231 * coding/contributing.html:
1233 2009-10-08 Alex Milowski <alex@milowski.com>
1235 Reviewed by Darin Adler.
1237 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1239 * projects/layout/index.html:
1241 2009-10-07 Sam Weinig <sam@webkit.org>
1243 Reviewed by Dan Bernstein.
1245 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1246 Change style guidelines for indentation in header files
1248 * coding/coding-style.html: Don't indent in a namespace in a header file.
1250 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1252 Reviewed by Mark Rowe.
1254 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1256 * building/tools.html:
1258 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1260 Reviewed by Adam Barth.
1262 Diagram needs to be linked from the home page
1263 https://bugs.webkit.org/show_bug.cgi?id=30142
1265 http://webkit.org/coding/major-objects.html was never linked from the home
1270 2009-09-28 Alex Milowski <alex@milowski.com>
1272 <http://webkit.org/b/29098> Update to MathML project webpage
1274 Reviewed by David Kilzer.
1276 Updated MathML project page and added link to Wiki page.
1278 * projects/mathml/index.html:
1280 2009-09-21 Brady Eidson <beidson@apple.com>
1282 Reviewed by Darin Adler.
1284 Add coding style guidelines for 'using namespace.'
1285 https://bugs.webkit.org/show_bug.cgi?id=29499
1287 * coding/coding-style.html:
1289 2009-09-21 Brady Eidson <beidson@apple.com>
1291 Rubberstamped by Sam Weinig.
1293 Add some example files for an upcoming blog post.
1295 * blog-files/load-unload-example.html: Added.
1296 * blog-files/pageshow-pagehide-example.html: Added.
1298 2009-09-17 Eric Seidel <eric@webkit.org>
1300 Reviewed by Darin Adler.
1302 Update contributing.html to mention recently added tools.
1303 https://bugs.webkit.org/show_bug.cgi?id=29318
1305 Update our contributing instructions to mention
1306 the new tools (check-webkit-style and commit-queue)
1307 recently added to make contributions easier.
1309 * coding/contributing.html:
1310 - Mention check-webkit-style as an optional helper tool.
1311 - Mention checking the 'patch' checkbox.
1312 - Mention the commit-queue as an optional helper tool.
1313 - Remove "or in email" since patch reviews are all done via bugzilla.
1314 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1315 - Mention commit-queue as an optional help in getting your patch landed.
1316 - Give an overview of the commit-queue process and link to the Commit Queue docs.
1318 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1320 Reviewed by Mark Rowe.
1322 Add instructions to bug reporting guidlines on how and when
1323 to apply port-specific keywords.
1325 * quality/bugwriting.html:
1327 2009-09-08 Sam Weinig <sam@webkit.org>
1329 Reviewed by Adele Peterson.
1331 Update Security Group Members list.
1333 * security/security-group-members.html:
1335 2009-09-06 Cameron McCormack <cam@mcc.id.au>
1337 Reviewed by Eric Seidel.
1339 Drop <definition-src> support
1340 https://bugs.webkit.org/show_bug.cgi?id=28991
1342 When SVG 1.1 Second Edition is a Recommendation we can remove the
1345 * projects/svg/status.xml: Update page to state that <definition-src>
1348 2009-08-26 Mark Rowe <mrowe@apple.com>
1350 Upgrade WordPress to the latest version.
1352 * blog/wp-includes/version.php:
1353 * blog/wp-login.php:
1355 2009-08-20 Adam Barth <abarth@webkit.org>
1357 Reviewed by Eric Seidel.
1359 major-objects.html should show direct Frame <-> Document pointers
1360 https://bugs.webkit.org/show_bug.cgi?id=28479
1362 * coding/major-objects.html: Added pointers to diagram.
1364 2009-08-18 Anton Muhin <antonm@chromium.org>
1366 Reviewed by Adam Barth.
1368 Mention handy --bug flag of prepare-ChangeLog script.
1369 https://bugs.webkit.org/show_bug.cgi?id=28425
1371 * coding/contributing.html: Add a reference for --bug flag
1373 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
1375 Reviewed by Adam Barth.
1377 Better explanation of "Null after navigation" in object diagram
1378 https://bugs.webkit.org/show_bug.cgi?id=28232
1380 * coding/major-objects.html:
1382 2009-08-11 Adam Barth <abarth@webkit.org>
1386 Remove a few characters from the ASCII art to make it fit better in the
1389 * coding/major-objects.html:
1391 2009-08-11 Adam Barth <abarth@webkit.org>
1393 Reviewed by Oliver Hunt.
1395 Document relation between major objects in WebCore
1396 https://bugs.webkit.org/show_bug.cgi?id=28210
1398 Added a diagram showing the relation between major objects.
1400 * coding/major-objects.html: Added.
1402 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
1404 Reviewed by Oliver Hunt.
1406 Fix webkit-jobs link
1410 2009-08-03 Mark Rowe <mrowe@apple.com>
1412 Update two WordPress plug-ins that we use.
1414 * blog/wp-content/plugins/akismet/akismet.php:
1415 * blog/wp-content/plugins/akismet/readme.txt:
1416 * blog/wp-content/plugins/commentcontrol.php:
1418 2009-08-03 Mark Rowe <mrowe@apple.com>
1420 Add some missing files and delete some obsolete files.
1424 2009-08-03 Mark Rowe <mrowe@apple.com>
1426 Update WordPress to the latest version.
1430 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
1432 Reviewed by Adam Treat.
1434 Mention the new webkit-help and webkit-jobs mailinglist. Change
1435 the description of webkit-dev to be more strict.
1439 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
1441 Reviewed by Adam Treat.
1443 Coding style - Clarify some cases with spacing
1444 https://bugs.webkit.org/show_bug.cgi?id=27499
1446 Add explicit rule about no space before comma or semicolon.
1448 * coding/coding-style.html:
1450 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1452 Fix the font to match the rest of the blog site.
1454 * blog-files/3d-transforms/image-flip.html:
1456 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1458 Move the image flip effect into an iframe to avoid the long
1459 blog page tripping a bug on Leopard.
1461 * blog-files/3d-transforms/image-flip.html: Added.
1463 2009-07-16 Simon Fraser <simon.fraser@apple.com>
1465 New demo files for an up-coming blog post.
1467 * blog-files/3d-transforms/mighty-cubes.png: Added.
1468 * blog-files/3d-transforms/morphing-cubes.html: Added.
1469 * blog-files/3d-transforms/perspective-by-example.html: Added.
1470 * blog-files/3d-transforms/poster-circle.html: Added.
1471 * blog-files/3d-transforms/poster-circle.png: Added.
1472 * blog-files/3d-transforms/transform-style.html: Added.
1474 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
1476 Reviewed by Sam Weinig.
1478 Side bar linking to "DOM Interfaces" returns 404
1479 https://bugs.webkit.org/show_bug.cgi?id=24000
1483 2009-07-09 Oliver Hunt <oliver@apple.com>
1485 Reviewed by Geoff Garen.
1487 JavaScript section of http://webkit.org is excessively out of date.
1489 This removes old todo entries (like adding an API, which we've had since Leopard),
1490 and adds an additional todo for a webkit-less Objective-C API.
1492 * projects/javascript/index.html:
1494 2009-07-03 Adam Barth <abarth@webkit.org>
1496 Reviewed by Sam Weinig.
1498 Adam and Collin's affiliation is incorrect
1499 https://bugs.webkit.org/show_bug.cgi?id=26954
1501 This change corrects their affiliation.
1503 * security/security-group-members.html:
1505 2009-06-24 Brady Eidson <beidson@apple.com>
1507 Reviewed by Mark Rowe
1509 * demos/index.html: Fix more typos etc.
1511 2009-06-17 Sam Weinig <sam@webkit.org>
1513 Reviewed by Mark Rowe.
1515 * security/index.html: Fix some typos.
1517 2009-06-17 Sam Weinig <sam@webkit.org>
1519 Reviewed by Mark Rowe.
1521 Move security policy to security/index.html so that
1522 webkit.org/security/ works.
1525 * security/index.html: Copied from security/security-policy.html.
1526 * security/security-policy.html: Removed.
1528 2009-06-13 Sam Weinig <sam@webkit.org>
1530 Reviewed by Timothy Hatcher.
1532 Add WebKit Security Policy and member list of the WebKit Security Group.
1536 * security/security-group-members.html: Added.
1537 * security/security-policy.html: Added.
1539 2009-06-12 Brady Eidson <beidson@apple.com>
1541 Reviewed by Oliver Hunt
1543 Add a page indexing the various demo applications we have posted.
1545 * demos/index.html: Added.
1546 * nav.inc: Add a link to the demos page on the side bar
1547 * css/main.css: Add a style for date stamps based on the blog.
1549 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
1550 index.html as the Calendar.html url has already been published and we should keep it working.
1552 Move the drosera test code to /misc, as it is no longer a meaningful demo:
1553 * demos/drosera: Removed.
1554 * demos/drosera/demo.js: Removed.
1555 * demos/drosera/drosera.png: Removed.
1556 * demos/drosera/index.html: Removed.
1557 * misc/drosera: Copied from demos/drosera.
1559 Move the sticky notes example into /demos:
1560 * demos/sticky-notes: Added.
1561 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
1562 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
1563 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
1564 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
1565 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
1566 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
1567 * misc/DatabaseExample.manifest: Removed.
1568 * misc/deleteButton.png: Removed.
1569 * misc/deleteButtonPressed.png: Removed.
1571 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
1573 Reviewed by Eric Seidel.
1575 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
1576 Update a few items in the testing language to:
1577 (1) Reflect results are now generated with Leopard (not Tiger)
1578 (2) Explain how to generate pixel-level layout tests.
1580 * quality/testing.html:
1581 * quality/testwriting.html:
1583 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
1585 Bug 26188: Clarify some of the cases in the coding style guide
1587 <https://bugs.webkit.org/show_bug.cgi?id=26188>
1589 Reviewed and tweaked by David Kilzer.
1591 Changed the coding style document to clarify some cases of ambiguity.
1593 * coding/coding-style.html:
1595 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1597 Not reviewed, demo content.
1599 - Add doctype to Calendar demo.
1601 * demos/calendar/Calendar.html:
1603 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1605 Not reviewed, demo content.
1607 - add Calendar demo.
1609 * demos/calendar: Added.
1610 * demos/calendar/Boom.aiff: Added.
1611 * demos/calendar/Calendar.css: Added.
1612 * demos/calendar/Calendar.html: Added.
1613 * demos/calendar/Calendar.js: Added.
1614 * demos/calendar/Calendar.manifest: Added.
1615 * demos/calendar/CalendarApp.icns: Added.
1616 * demos/calendar/Images: Added.
1617 * demos/calendar/Images/AirPort4.png: Added.
1618 * demos/calendar/Images/AirPortError.png: Added.
1619 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
1620 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
1621 * demos/calendar/Images/statusbarBackground.png: Added.
1622 * demos/calendar/Images/statusbarResizerVertical.png: Added.
1623 * demos/calendar/LocationImage.js: Added.
1624 * demos/calendar/Utilities.js: Added.
1625 * demos/calendar/favicon.ico: Added.
1626 * demos/calendar/mime.types: Added.
1628 2009-05-20 Mark Rowe <mrowe@apple.com>
1630 Rubber-stamped by Eric Seidel.
1632 Prevent search engines from getting creative in their descriptions of webkit.org content.
1634 * blog/wp-content/themes/webkit/header.php:
1637 2009-05-06 Eric Seidel <eric@webkit.org>
1639 Reviewed by Maciej Stachowiak.
1641 Update Contributing instructions after feedback from Julie Parent.
1642 https://bugs.webkit.org/show_bug.cgi?id=25611
1644 * coding/contributing.html: Add a few more comments on ChangeLogs
1646 2009-04-17 Simon Fraser <simon.fraser@apple.com>
1648 Reviewed by Steve Falkenburg
1650 Fix the link for setting the Platform SDK paths in the Windows instructions.
1652 * building/build.html:
1654 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
1656 Reviewed by Darin Adler.
1658 https://bugs.webkit.org/show_bug.cgi?id=25186
1659 There is no XSLT component in bugzilla
1661 * projects/xslt/index.html: Changed to search by bug title.
1663 2009-02-20 David Kilzer <ddkilzer@apple.com>
1665 Bug 23983: Remove illegal HTML tags from Sunspider web pages
1667 <https://bugs.webkit.org/show_bug.cgi?id=23983>
1669 Reviewed by Alexey Proskuryakov.
1671 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
1672 * perf/sunspider-0.9/3d-morph.html: Ditto.
1673 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
1674 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
1675 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
1676 * perf/sunspider-0.9/access-nbody.html: Ditto.
1677 * perf/sunspider-0.9/access-nsieve.html: Ditto.
1678 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
1679 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
1680 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
1681 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
1682 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
1683 * perf/sunspider-0.9/crypto-aes.html: Ditto.
1684 * perf/sunspider-0.9/crypto-md5.html: Ditto.
1685 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
1686 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
1687 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
1688 * perf/sunspider-0.9/math-cordic.html: Ditto.
1689 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
1690 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
1691 * perf/sunspider-0.9/regexp-dna.html: Ditto.
1692 * perf/sunspider-0.9/string-base64.html: Ditto.
1693 * perf/sunspider-0.9/string-fasta.html: Ditto.
1694 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
1695 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
1696 * perf/sunspider-0.9/string-validate-input.html: Ditto.
1697 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
1698 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
1699 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
1701 2009-01-19 Adam Roben <aroben@apple.com>
1703 Add links to some recommended Visual Studio hotfixes
1705 Reviewed by Dave Hyatt.
1707 * building/tools.html:
1709 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
1711 Reviewed by Adele Petersen.
1712 Landed by Pamela Greene.
1714 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
1715 Remove links to no-longer-existing Drosera project.
1716 Also, clean up references to wiki in the nav.inc file.
1718 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
1720 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
1722 Reviewed by Darin Adler.
1723 Landed by Pamela Greene.
1725 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
1726 Update website so that newbies are told they must set the
1727 WebKitOutputDir to get a valid build.
1729 * building/build.html: Add language (and link) indicating the
1730 importance of setting the WebKitOutputDir variable, as well
1731 as a link to instructions on how to do so.
1733 2008-12-19 Dean Jackson <dino@apple.com>
1735 Media queries that return <integer> but are really boolean
1736 are restricted to 0 and 1. This is in line with other
1739 * specs/MediaQueriesExtensions.html:
1741 2008-12-03 Dean Jackson <dino@apple.com>
1743 Added links to the WebKit and Mozilla bugs for pointer-events.
1745 * specs/PointerEventsProperty.html:
1747 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
1749 Reviewed by Eric Seidel.
1751 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
1752 https://bugs.webkit.org/show_bug.cgi?id=22468
1754 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
1755 added an explanation about the implementation files.
1757 * coding/coding-style.html:
1759 2008-11-25 Dean Jackson <dino@apple.com>
1761 Add a new work-in-progress proposal for pointer-events in
1762 HTML content. Also note that the Media Queries extensions
1763 are not at all official.
1765 * specs/MediaQueriesExtensions.html:
1766 * specs/PointerEventsProperty.html: Added.
1769 2008-11-25 Jack Wootten <jackwootton@gmail.com>
1771 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
1773 <https://bugs.webkit.org/show_bug.cgi?id=20125>
1775 Reviewed by David Kilzer.
1777 * projects/documentation/index.html: Added link to "Introduction to
1778 WebKit Objective-C Programming Guide".
1780 2008-11-24 Dean Jackson <dino@apple.com>
1782 Document the work-in-progress proposed extensions to
1783 CSS 3 Media Queries.
1785 * specs/MediaQueriesExtensions.html: Added.
1788 2008-11-17 Geoffrey Garen <ggaren@apple.com>
1790 Reviewed by Sam Weinig and Antti Koivisto.
1792 Clarified the last coding style rule, which was a baffling in its
1795 (Now let's see if our code ever starts following this rule!)
1797 * coding/coding-style.html:
1799 2008-11-17 Brady Eidson <beidson@apple.com>
1801 Reviewed by Mark Rowe
1803 Clarify an edge case for acronym capitalization.
1805 * coding/coding-style.html:
1807 2008-11-11 Simon Fraser <simon.fraser@apple.com>
1809 Update leaves animation sample.
1811 * blog-files/leaves/index.html:
1812 * blog-files/leaves/leaves.css:
1814 2008-11-11 Dean Jackson <dino@apple.com>
1816 Removed quotes in animation name value.
1818 * blog-files/pulse.html:
1820 2008-11-11 Dean Jackson <dino@apple.com>
1822 Added a smaller version of a screenshot.
1824 * blog-files/leaves-screenshot-small.jpg: Added.
1826 2008-11-11 Dean Jackson <dino@apple.com>
1828 Add a bunch of examples for CSS Animation blog draft.
1830 * blog-files/bounce.html: Added.
1831 * blog-files/bounce.png: Added.
1832 * blog-files/leaves-screenshot.jpg: Added.
1833 * blog-files/leaves/images/apple-touch-icon.png: Added.
1834 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
1835 * blog-files/leaves/images/realLeaf1.png: Added.
1836 * blog-files/leaves/images/realLeaf2.png: Added.
1837 * blog-files/leaves/images/realLeaf3.png: Added.
1838 * blog-files/leaves/images/realLeaf4.png: Added.
1839 * blog-files/leaves/images/textBackground.png: Added.
1840 * blog-files/leaves/index.html: Added.
1841 * blog-files/leaves/leaves.css: Added.
1842 * blog-files/leaves/leaves.js: Added.
1843 * blog-files/pulse.html: Added.
1844 * blog-files/pulse.png: Added.
1846 2008-10-30 Cameron Zwarich <zwarich@apple.com>
1848 Rubber-stamped by Mark Rowe.
1850 Update the link to Mac Subversion binaries.
1852 * building/tools.html:
1854 2008-10-27 Antti Koivisto <antti@apple.com>
1858 * blog-files/squirrelfish-link-animated.svg: Added.
1860 2008-10-27 Antti Koivisto <antti@apple.com>
1864 * blog-files/cubes-7.svg: Added.
1865 * blog-files/number-morph.svg: Added.
1867 2008-10-07 Darin Adler <darin@apple.com>
1869 * coding/RefPtr.html: Second draft.
1871 2008-10-04 Mark Rowe <mrowe@apple.com>
1873 Upgrade to WordPress 2.6.2.
1877 2008-09-26 Timothy Hatcher <timothy@apple.com>
1879 Add screenshots of searching in the Web Inspector.
1883 * blog-files/inspector-searching-elements.png: Added.
1884 * blog-files/inspector-searching-profiles.png: Added.
1886 2008-09-25 Maciej Stachowiak <mjs@apple.com>
1890 - add some screenshots.
1892 * blog-files/acid3-screenshot.png: Added.
1893 * blog-files/acid3-timing-screenshot.png: Added.
1895 2008-09-25 Darin Adler <darin@apple.com>
1897 * contact.html: Take a cut at making the role of webkitsdk-dev
1898 clearer, specifying that it's Mac OS X specific and hosted at
1901 2008-09-24 Timothy Hatcher <timothy@apple.com>
1903 Add new screenshots of the Web Inspector's Scope Variables pane.
1907 * blog-files/inspector-closure-scope.png: Added.
1908 * blog-files/inspector-event-scope.png: Added.
1909 * blog-files/inspector-with-scope.png: Added.
1911 2008-09-24 Timothy Hatcher <timothy@apple.com>
1913 Add another screenshot of the Web Inspector.
1917 * blog-files/inspector-disabling-properties.png: Added.
1919 2008-09-24 Timothy Hatcher <timothy@apple.com>
1921 Add new screenshots of the Web Inspector.
1925 * blog-files/inspector-console-autocomplete.png: Added.
1926 * blog-files/inspector-databases-panel-query-view.png: Added.
1927 * blog-files/inspector-databases-panel.png: Added.
1928 * blog-files/inspector-elements-panel.png: Added.
1929 * blog-files/inspector-numeric-style-stepping.gif: Added.
1930 * blog-files/inspector-profiles-panel.png: Added.
1931 * blog-files/inspector-resources-panel.png: Added.
1932 * blog-files/inspector-scripts-panel.png: Added.
1933 * blog-files/inspector-status-bar-with-errors.png: Added.
1934 * blog-files/inspector-toolbar.png: Added.
1936 2008-09-24 Timothy Hatcher <timothy@apple.com>
1940 * demos/drosera/demo.js: Add some console.profile() calls.
1942 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
1944 Reviewed by Darin Adler.
1946 * projects/performance/index.html: Remove dead link to the 24fun test.
1948 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1952 * blog-files/animation-demo.svg: Added.
1954 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1958 * blog-files/sfx-perf.png: Added.
1960 2008-08-25 Mark Rowe <mrowe@apple.com>
1962 Reviewed by Dan Bernstein.
1964 Modernize the bug reporting guidelines and make them a little less Mac-specific.
1966 * quality/bugwriting.html:
1968 2008-08-18 Mark Rowe <mrowe@apple.com>
1970 Upgrade to WordPress 2.6.1.
1974 2008-08-01 Adam Roben <aroben@apple.com>
1976 Add a link to the instructions to use Apple's Safari for Windows
1979 Reviewed by Eric Seidel.
1981 * building/debug.html:
1983 2008-07-28 Robert Blaut <webkit@blaut.biz>
1985 Reviewed by Mark Rowe.
1987 Fix for bug: Website provides no guidance on debugging
1988 <https://bugs.webkit.org/show_bug.cgi?id=3643>
1990 * building/debug.html: added info about Xcode Debugging Guide.
1992 2008-07-26 Mark Rowe <mrowe@apple.com>
1994 Rubber-stamped by Oliver Hunt.
1996 Update the Squirrelfish bytecode documentation.
1998 * specs/squirrelfish-bytecode.html:
2000 2008-07-26 Robert Blaut <webkit@blaut.biz>
2002 Reviewed by Eric Seidel.
2004 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
2005 Corrected validation errors in main.css file.
2009 2008-07-26 Robert Blaut <webkit@blaut.biz>
2011 Reviewed by Alexey Proskuryakov.
2013 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
2014 Added notes about unsupported Visual Studio versions.
2016 * building/tools.html:
2018 2008-07-26 Robert Blaut <webkit@blaut.biz>
2020 Reviewed by Eric Seidel.
2022 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
2023 Removed basic requirements for undetected version of WebKit.
2025 * quality/reporting.html:
2027 2008-07-26 Robert Blaut <webkit@blaut.biz>
2029 Reviewed by Adele Petersen.
2031 Fix for bug 7436: Truncated title on webkit DOM page.
2032 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2034 * projects/dom/index.html: Added basic project informations.
2036 2008-07-24 Adam Roben <aroben@apple.com>
2038 Remove some redundant text accidentally checked in
2040 * building/tools.html:
2042 2008-07-24 Adam Roben <aroben@apple.com>
2044 Fix a dead link to the Windows Platform SDK and related instructions
2046 Rubberstamped by Alexey Proskuryakov.
2048 * building/tools.html: Fixed a dead link.
2050 2008-07-21 Mark Rowe <mrowe@apple.com>
2052 Update Akismet plugin to 2.1.6.
2054 * blog/wp-content/plugins/akismet/akismet.php:
2056 2008-07-21 Mark Rowe <mrowe@apple.com>
2058 Update to WordPress 2.6.
2062 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2064 Fixed indentation of example code for C++ pointers/references!
2066 * coding/coding-style.html:
2068 2008-07-18 Robert Blaut <webkit@blaut.biz>
2070 Reviewed by David Kilzer.
2072 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2073 Added code style guidelines for multi-line boolean expressions
2075 * coding/coding-style.html:
2077 2008-07-02 Mark Rowe <mrowe@apple.com>
2079 Update a URL that was out of date.
2081 * building/checkout.html:
2083 2008-07-01 Mark Rowe <mrowe@apple.com>
2085 Update the path to the configuration file.
2087 * blog/wp-config.php:
2089 2008-06-27 Dan Bernstein <mitz@apple.com>
2091 Reviewed by Timothy Hatcher.
2093 * css/main.css: Reduced text shadow offsets.
2095 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2097 Not reviewed, web site fix.
2099 Remove blank lines in an attempt to fix feeds.
2101 * blog/wp-content/themes/webkit/index.php:
2102 * blog/wp-content/themes/webkit/links.php:
2104 2008-06-22 Aaron Digulla <digulla@hepe.com>
2106 Reviewed by Darin Adler.
2108 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2109 Bug 18993: Update of buttons in editing toolbar demo lags behind
2111 * demos/editingToolbar/FancyToolbar.js:
2112 * demos/editingToolbar/index.html:
2114 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2116 A handy reference image.
2118 * blog-files/acid3-timing.png: Added.
2120 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2124 - tweak newly added markup.
2126 * blog/wp-content/themes/webkit/header.php:
2128 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2130 Rubber stamped by Adele.
2132 - add short title and multisize icon
2134 * blog/wp-content/themes/webkit/header.php:
2135 * images/surfin-safari.icns: Added.
2137 2008-06-04 Dean Jackson <dino@apple.com>
2139 Put index pages into specs dirs to make it easier to
2142 * specs/index.html: Added.
2143 * specs/CSSVisualEffects/index.html: Added.
2145 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2147 Add a snapshot of the squirrelfish bytecode docs.
2149 * specs/squirrelfish-bytecode.html: Added.
2151 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2153 Transparent background!
2155 * blog-files/squirrelfish.png:
2157 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2161 * blog-files/squirrelfish-webkit-graph.png:
2163 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2165 Renamed this file quiet down the peanut gallery.
2167 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2168 * blog-files/webkit-graph.png: Removed.
2170 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2174 * blog-files/webkit-graph.png: Added.
2176 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2178 Moved the squirrelfish mascot to the right place.
2180 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2181 * images/squirrelfish.png: Removed.
2183 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2185 Uploaded the squirrelfish mascot.
2187 * images/squirrelfish.png: Added.
2189 2008-05-23 William Siegrist <wsiegrist@apple.com>
2191 Reviewed by Mark Rowe
2193 Rename duplicated "notice" id to "terms".
2198 2008-05-16 Anders Carlsson <andersca@apple.com>
2202 Add manifest MIME type.
2206 2008-05-14 Anders Carlsson <andersca@apple.com>
2210 Make our Sticky notes example an offline web app.
2212 * misc/DatabaseExample.html:
2213 * misc/DatabaseExample.manifest: Added.
2215 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2217 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2219 * demos/transitions-and-transforms/index.html:
2221 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2223 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2225 * demos/transitions-and-transforms/index.html:
2227 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2229 Tweaked demo visuals slightly.
2231 * demos/transitions-and-transforms/leopard.css:
2233 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2235 Tweak CSS to look a little better while loading.
2237 * demos/transitions-and-transforms/leopard.css:
2239 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2241 Not reviewed - new demo.
2243 Added a demo of CSS Transforms and Transitions.
2245 * demos/transitions-and-transforms: Added.
2246 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2247 * demos/transitions-and-transforms/Horsehead.png: Added.
2248 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2249 * demos/transitions-and-transforms/Quick Look.png: Added.
2250 * demos/transitions-and-transforms/Spaces.png: Added.
2251 * demos/transitions-and-transforms/Stacks.png: Added.
2252 * demos/transitions-and-transforms/Time Machine.png: Added.
2253 * demos/transitions-and-transforms/index.html: Added.
2254 * demos/transitions-and-transforms/leopard.css: Added.
2255 * demos/transitions-and-transforms/no-style.html: Added.
2257 2008-05-08 Mark Rowe <mrowe@apple.com>
2259 Reviewed by Sam Weinig.
2261 Add a link to the Mac OS Forge terms of use.
2265 2008-04-25 Mark Rowe <mrowe@apple.com>
2267 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2271 2008-04-21 Dean Jackson <dino@apple.com>
2273 Updated CSS Visual Effects proposals.
2277 * described simplified sandwich model (that animations have no effect
2278 outside their duration and last specified animation wins)
2279 * diagram showing the above
2280 * specified animations to start at style resolution or document load,
2282 * animation start events always have elapsedTime == 0
2286 * removed text saying that elements cannot be drawn as intersecting.
2287 * described that preserve-3d trees often need a flattening parent, otherwise
2288 elements can be hidden behind their ancestor's background.
2289 * describe that preserve-3d is not always possible, such as when
2290 overflow is 'hidden'.
2296 * specs/CSSVisualEffects/CSSAnimation.html:
2297 * specs/CSSVisualEffects/CSSTransforms.html:
2298 * specs/CSSVisualEffects/CSSTransitions.html:
2299 * specs/CSSVisualEffects/sandwich.png: Added.
2301 2008-04-08 Dean Jackson <dino@apple.com>
2303 Add some updated proposals for CSS specifications, such as
2304 Transforms and Transitions which are already implemented in TOT.
2306 * specs/CSSVisualEffects: Added.
2307 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2308 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2309 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2311 2008-03-31 Mark Rowe <mrowe@apple.com>
2313 Add some images that were missed in the WordPress 2.5 upgrade.
2317 2008-03-31 Mark Rowe <mrowe@apple.com>
2319 Upgrade to WordPress 2.5
2323 2008-03-28 Darin Adler <darin@apple.com>
2325 * building/build.html: Add another mention of using the Cygwin shell.
2326 * building/tools.html: Fix a typo on the name Cygwin.
2328 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2330 More screenshots for the blog.
2332 * blog-files/acid3-full-rendering-pass.png: Added.
2333 * blog-files/acid3-rendering-reference.png: Added.
2335 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2337 Screenshot for blog post.
2339 * blog-files/acid3-100.png: Added.
2341 2008-03-23 Antti Koivisto <antti@apple.com>
2343 * blog-files/wsj-vs.png: Added.
2345 2008-03-23 Eric Seidel <eric@webkit.org>
2349 Make our SVG status document slightly less inaccurate.
2351 * projects/svg/status.xml:
2353 2008-03-21 Antti Koivisto <antti@apple.com>
2355 Add some images for a blog post.
2357 * blog-files/wsj-nopreload.png: Added.
2358 * blog-files/wsj-preload.png: Added.
2360 2008-03-17 Dan Bernstein <mitz@apple.com>
2362 Reviewed by Sam Weinig.
2364 - link "backtrace" to the page that explains how to get one
2366 * quality/bugwriting.html:
2368 2008-03-15 Matt Lilek <webkit@mattlilek.com>
2370 Rubber-stamped by Mitz.
2372 Update crash log page with instructions for Leopard.
2374 * quality/crashlogs.html:
2376 2008-03-11 Robert Blaut <webkit@blaut.biz>
2378 Reviewed by Darin Adler.
2380 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
2381 Patch deletes an obsolete hitlist.html page and other references to it
2383 * nav.inc: removed menu link to hitlist.html
2384 * projects/compat/hitlist.html: Removed.
2385 * projects/compat/index.html: removed reference to hitlist.html
2387 2008-03-06 Timothy Hatcher <timothy@apple.com>
2389 Rubber-stamped by Adam Roben.
2391 Add a simple page that has various demo functions for Drosera.
2393 * demos/drosera: Added.
2394 * demos/drosera/demo.js: Added.
2395 * demos/drosera/drosera.png: Added.
2396 * demos/drosera/index.html: Added.
2398 2008-03-04 Mark Rowe <mrowe@apple.com>
2400 Rubber-stamped by Brady Eidson.
2402 * building/tools.html: Update link to Windows Platform SDK to its new location.
2404 2008-03-04 Mark Rowe <mrowe@apple.com>
2406 Reviewed by Sam Weinig.
2408 Add a note about preferring if over else if when the previous if is terminated by a return statement.
2410 * coding/coding-style.html:
2412 2008-02-08 Adam Roben <aroben@apple.com>
2414 * perf/slickspeed/config.ini: Fixed version number.
2416 2008-02-08 Adam Roben <aroben@apple.com>
2418 Update jQuery to v1.2.3
2420 Rubberstamped by Mitz.
2422 * perf/slickspeed/config.ini:
2423 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
2425 2008-02-07 David Smith <catfish.man@gmail.com>
2427 Rubber stamped by weinig and bdash.
2428 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
2430 * perf/slickspeed/frameworks/prototype.js:
2432 2008-02-07 David Smith <catfish.man@gmail.com>
2434 Rubber stamped by Mark Rowe
2435 Fix a duplicate selector in the test.
2437 * perf/slickspeed/selectors.list:
2439 2008-02-07 David Smith <catfish.man@gmail.com>
2441 Reviewed by Adam Roben.
2442 Added :nth-child and :last-child to the list of selectors to test.
2444 * perf/slickspeed/selectors.list:
2446 2008-02-05 Mark Rowe <mrowe@apple.com>
2448 Update WordPress to 2.3.3 which includes security fixes.
2450 * blog/wp-admin/install-helper.php:
2451 * blog/wp-includes/gettext.php:
2452 * blog/wp-includes/pluggable.php:
2453 * blog/wp-includes/version.php:
2456 2008-02-02 David Smith <catfish.man@gmail.com>
2460 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
2461 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
2463 * 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.
2464 * perf/slickspeed/selectors.list: Added the new selectors
2466 2008-02-02 Mark Rowe <mrowe@apple.com>
2468 Add WordPress plugin to give more control over blog comment settings.
2470 * blog/wp-content/plugins/commentcontrol.php: Added.
2472 2008-01-30 Jessica Kahn <jess@apple.com>
2474 Reviewed by Tim Hatcher.
2476 * coding/coding-style.html:
2477 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
2479 2008-01-21 David Smith <catfish.man@gmail.com>
2481 Reviewed by Darin Adler.
2483 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
2485 * perf/slickspeed: Added.
2486 * perf/slickspeed/config.ini: Added.
2487 * perf/slickspeed/footer.html: Added.
2488 * perf/slickspeed/frameworks: Added.
2489 * perf/slickspeed/frameworks/DomQuery.js: Added.
2490 * perf/slickspeed/frameworks/dummy.js: Added.
2491 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
2492 * perf/slickspeed/frameworks/prototype.js: Added.
2493 * perf/slickspeed/header.html: Added.
2494 * perf/slickspeed/index.php: Added.
2495 * perf/slickspeed/instructions.txt: Added.
2496 * perf/slickspeed/logo.png: Added.
2497 * perf/slickspeed/selectors.list: Added.
2498 * perf/slickspeed/style.css: Added.
2499 * perf/slickspeed/system: Added.
2500 * perf/slickspeed/system/index.php: Added.
2501 * perf/slickspeed/system/slickspeed.js: Added.
2502 * perf/slickspeed/system/template.php: Added.
2503 * perf/slickspeed/template.html: Added.
2505 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2507 Added Vista crash logging information.
2511 * quality/crashlogs.html:
2513 2008-01-07 Eric Seidel <eric@webkit.org>
2515 Reviewed by Mark Rowe.
2517 * projects/svg/status.xml: remove fixed bugs.
2519 2007-12-30 Mark Rowe <mrowe@apple.com>
2521 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
2523 * blog/wp-admin/admin.php:
2524 * blog/wp-admin/includes/file.php:
2525 * blog/wp-admin/install.php:
2526 * blog/wp-admin/setup-config.php:
2528 * blog/wp-includes/formatting.php:
2529 * blog/wp-includes/functions.php:
2530 * blog/wp-includes/pluggable.php:
2531 * blog/wp-includes/post.php:
2532 * blog/wp-includes/query.php:
2533 * blog/wp-includes/taxonomy.php:
2534 * blog/wp-includes/version.php:
2535 * blog/wp-includes/wp-db.php:
2537 * blog/wp-settings.php:
2540 2007-12-29 Alp Toker <alp@atoker.com>
2544 * perf/sunspider-0.9/sunspider.html:
2546 2007-12-29 Alp Toker <alp@atoker.com>
2550 Provide the current URL in the SunSpider results page. Useful for
2551 copying benchmark results out of browsers without a location bar or
2552 where the location bar can't handle long URLs.
2554 * perf/sunspider-0.9/sunspider-results.html:
2556 2007-12-21 David Smith <catfish.man@gmail.com>
2558 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.
2560 * blog-files/gebcnspeedtest.html:
2562 2007-12-21 David Smith <catfish.man@gmail.com>
2564 Add the benchmark from the previous commit as well.
2566 * blog-files/gebcnspeedtest.html: Added.
2567 * blog-files/prototype-for-gebcn-test.js: Added.
2569 2007-12-21 David Smith <catfish.man@gmail.com>
2571 Add a graph of benchmark results for an upcoming blog post.
2573 * blog-files/gebcnwebkitonly.png: Added.
2575 2007-12-18 Antti Koivisto <antti@apple.com>
2577 Reviewed by Darin and Steve.
2579 Add instructions to install the QuickTime SDK for Windows.
2581 * building/tools.html:
2583 2007-12-18 Mark Rowe <mrowe@apple.com>
2587 * perf/sunspider-0.9/sunspider.html:
2589 2007-12-18 Steve Falkenburg <sfalken@apple.com>
2591 Correct link to Visual Studio Express 2005.
2592 Old link points to 2008.
2596 * building/tools.html:
2598 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2602 - work around IE layout bugs
2604 * perf/sunspider-0.9/sunspider.css:
2606 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2610 - fix compare feature
2612 * perf/sunspider-0.9/sunspider-results.html:
2614 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2616 Rubber stamped by Mark.
2618 - Add a copy of SunSpider 0.9 to the site
2621 * perf/sunspider-0.9: Added.
2622 * perf/sunspider-0.9/3d-cube.html: Added.
2623 * perf/sunspider-0.9/3d-morph.html: Added.
2624 * perf/sunspider-0.9/3d-raytrace.html: Added.
2625 * perf/sunspider-0.9/access-binary-trees.html: Added.
2626 * perf/sunspider-0.9/access-fannkuch.html: Added.
2627 * perf/sunspider-0.9/access-nbody.html: Added.
2628 * perf/sunspider-0.9/access-nsieve.html: Added.
2629 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
2630 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
2631 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
2632 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
2633 * perf/sunspider-0.9/controlflow-recursive.html: Added.
2634 * perf/sunspider-0.9/crypto-aes.html: Added.
2635 * perf/sunspider-0.9/crypto-md5.html: Added.
2636 * perf/sunspider-0.9/crypto-sha1.html: Added.
2637 * perf/sunspider-0.9/date-format-tofte.html: Added.
2638 * perf/sunspider-0.9/date-format-xparb.html: Added.
2639 * perf/sunspider-0.9/math-cordic.html: Added.
2640 * perf/sunspider-0.9/math-partial-sums.html: Added.
2641 * perf/sunspider-0.9/math-spectral-norm.html: Added.
2642 * perf/sunspider-0.9/regexp-dna.html: Added.
2643 * perf/sunspider-0.9/string-base64.html: Added.
2644 * perf/sunspider-0.9/string-fasta.html: Added.
2645 * perf/sunspider-0.9/string-tagcloud.html: Added.
2646 * perf/sunspider-0.9/string-unpack-code.html: Added.
2647 * perf/sunspider-0.9/string-validate-input.html: Added.
2648 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
2649 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
2650 * perf/sunspider-0.9/sunspider-driver.html: Added.
2651 * perf/sunspider-0.9/sunspider-record-result.js: Added.
2652 * perf/sunspider-0.9/sunspider-results.html: Added.
2653 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
2654 * perf/sunspider-0.9/sunspider.css: Added.
2655 * perf/sunspider-0.9/sunspider.html: Added.
2657 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
2659 Reviewed by Maciej Stachowiak.
2661 http://bugs.webkit.org/show_bug.cgi?id=16446.
2663 * building/debug.html: Update to expand the win32 debugging instructions.
2665 2007-12-07 Brady Eidson <beidson@apple.com>
2667 Reviewed by Darin's rubberstamp
2669 When developing the Database feature and dealing with UI Delegate issues, it is important to have
2670 live examples on the web to help reproduce certain situations.
2672 This file is a dumping ground for such examples, and starts out with one function - the ability to add
2673 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
2675 * misc/DatabaseTester.html: Added.
2677 2007-12-07 Brady Eidson <beidson@apple.com>
2679 Reviewed by Adam Roben
2681 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
2682 unsupported browser or some other error that prevented the database from opening.
2683 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
2684 of those don't exist yet
2686 2007-12-05 Timothy Hatcher <timothy@apple.com>
2688 Add another Inspector screenshot for an upcoming blog post.
2690 * blog-files/InspectorDatabaseBrowser.png: Added.
2692 2007-12-04 Alp Toker <alp@atoker.com>
2694 Reviewed by Mark Rowe.
2696 Link to Planet WebKit.
2700 2007-12-02 Adam Roben <aroben@apple.com>
2702 Add another screenshot
2704 * blog-files/InspectElementMenu.png: Added.
2706 2007-12-02 Adam Roben <aroben@apple.com>
2708 Add some Inspector screenshots for an upcoming blog post
2710 Rubberstamped by Mark Rowe.
2712 * blog-files/InspectorCSSEditing.png: Added.
2713 * blog-files/InspectorFonts.png: Added.
2715 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2719 Link to the commit and review policy.
2721 * coding/contributing.html:
2724 2007-11-30 Darin Adler <darin@apple.com>
2726 * coding/commit-review-policy.html: A couple more typos and very
2727 minor grammatical stuff. No substantive change.
2729 2007-11-30 Darin Adler <darin@apple.com>
2731 * coding/commit-review-policy.html: Fixed a typo, added a footer.
2733 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2737 Clean up a couple of typos from Maciej's last patch.
2739 * coding/commit-review-policy.html:
2741 2007-11-30 Maciej Stachowiak <mjs@apple.com>
2743 Reviewed by Bertrand.
2745 New commit and review policy.
2747 * coding/commit-review-policy.html: Added.
2749 2007-11-21 Mark Rowe <mrowe@apple.com>
2753 Update coding style to cover control statements with no body.
2755 * coding/coding-style.html:
2757 2007-11-17 Adam Roben <aroben@apple.com>
2759 Update Windows debugging instructions
2761 Reviewed by Mark Rowe.
2763 * building/debug.html:
2765 2007-11-14 Brady Eidson <beidson@apple.com>
2769 * images/DroseraPic.png: Added.
2771 2007-11-12 Brady Eidson <beidson@apple.com>
2775 Update the DatabaseExample to use the new API
2777 * misc/DatabaseExample.html:
2779 2007-11-12 Mark Rowe <mrowe@apple.com>
2781 * building/tools.html: Remove extra >.
2783 2007-11-09 Antti Koivisto <antti@apple.com>
2785 Rubber stamped by bdash.
2787 Add directory for blog resources (and one image).
2789 * blog-files: Added.
2790 * blog-files/touch-poster.png: Added.
2792 2007-11-07 Dan Bernstein <mitz@apple.com>
2794 Reviewed by Darin Adler.
2796 - removed a workaround for the bug fixed in the WebCore part of this
2799 2007-11-04 Timothy Hatcher <timothy@apple.com>
2801 Land the HTML Editing Toolbar demo from WWDC 2007.
2804 * demos/editingToolbar: Added.
2805 * demos/editingToolbar/FancyToolbar.css: Added.
2806 * demos/editingToolbar/FancyToolbar.js: Added.
2807 * demos/editingToolbar/FancyToolbarImages: Added.
2808 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
2809 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
2810 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
2811 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
2812 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
2813 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
2814 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
2815 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
2816 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
2817 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
2818 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
2819 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
2820 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
2821 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
2822 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
2823 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
2824 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
2825 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
2826 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
2827 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
2828 * demos/editingToolbar/content.html: Added.
2829 * demos/editingToolbar/images: Added.
2830 * demos/editingToolbar/images/safari.png: Added.
2831 * demos/editingToolbar/index.html: Added.
2833 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
2835 CIA has changed its hostname from cia.navi.cx to cia.vc
2836 <http://bugs.webkit.org/show_bug.cgi?id=15829>
2840 * contact.html: Updated links to CIA.
2842 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
2844 LGPL'ed files contain incorrect FSF address
2845 <http://bugs.webkit.org/show_bug.cgi?id=14885>
2847 Reviewed by NOBODY (follow-up fix).
2849 * blog/wp-includes/class-snoopy.php:
2850 * blog/wp-includes/gettext.php:
2851 * blog/wp-includes/streams.php:
2853 2007-11-01 Sam Weinig <sam@webkit.org>
2855 Rubber-stamped by Tim Hatcher.
2857 * misc/DatabaseExample.html: Speed up default close speed to .25s
2859 2007-11-01 Sam Weinig <sam@webkit.org>
2861 Reviewed by Adam Roben.
2863 - Don't show the close button on the notes unless hovering over the note.
2864 - Do transformation and fade when closing a note using the new transition properties.
2866 * misc/DatabaseExample.html:
2868 2007-10-29 Mark Rowe <mrowe@apple.com>
2874 2007-10-29 Mark Rowe <mrowe@apple.com>
2876 Files that have been added or modified on the web server without making it in to SVN.
2879 * blog/wp-content/databaseexample.png: Added.
2880 * blog/wp-content/uploads: Added.
2881 * blog/wp-content/uploads/2007: Added.
2882 * blog/wp-content/uploads/2007/06: Added.
2883 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
2884 * building/cygwin-downloader.zip: Added.
2886 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
2888 Rubber-stamped by Mark Rowe.
2890 * images/download.png: Updated to say "Nightly builds" instead of
2891 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
2892 download link anyway.
2894 2007-10-21 David Kilzer <ddkilzer@webkit.org>
2896 Reviewed by Darin Adler.
2898 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
2899 DOM Exception opening up client-side database example for the first time
2901 There was a race condition when creating the WebKitStickyNotes table for the
2902 first time in which the loaded() function (renamed to loadNotes()) could be
2903 called before the table was created. Prevent this by only calling loadNotes()
2904 in an executeSql() callback after we know the table exists, or after we know
2905 the table has been created.
2907 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
2908 Created a new loaded() function.
2910 2007-10-20 Mark Rowe <mrowe@apple.com>
2912 Rubber-stamped by Adam.
2914 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
2916 * misc/DatabaseExample.html:
2917 * misc/deleteButton.png: Added.
2918 * misc/deleteButton.tiff: Removed.
2919 * misc/deleteButtonPressed.png: Added.
2920 * misc/deleteButtonPressed.tiff: Removed.
2922 2007-10-20 Adam Roben <aroben@apple.com>
2924 Make the notes sticky!
2928 * misc/DatabaseExample.html:
2929 * misc/deleteButton.tiff: Added.
2930 * misc/deleteButtonPressed.tiff: Added.
2932 2007-10-19 Timothy Hatcher <timothy@apple.com>
2934 Reviewed by Mark Rowe.
2936 Fix a couple of exceptions for first time users.
2938 * misc/DatabaseExample.html:
2940 2007-10-19 Anders Carlsson <andersca@apple.com>
2944 Make example actually work.
2946 * misc/DatabaseExample.html:
2948 2007-10-19 Anders Carlsson <andersca@apple.com>
2954 * misc/DatabaseExample.html:
2956 2007-10-19 Brady Eidson <beidson@apple.com>
2960 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
2962 * misc/DatabaseExample.html:
2964 2007-10-19 Brady Eidson <beidson@apple.com>
2966 Reviewed by Tim Hatcher
2968 Sample database API usage
2970 * misc/DatabaseExample.html: Added.
2972 2007-09-25 David Kilzer <ddkilzer@webkit.org>
2976 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
2977 LGPL'ed files contain incorrect FSF address
2979 * blog/wp-content/plugins/wp-cache/wp-cache.php:
2980 * blog/wp-includes/class-snoopy.php:
2981 * blog/wp-includes/gettext.php:
2982 * blog/wp-includes/js/tinymce/license.html:
2983 * blog/wp-includes/streams.php:
2985 2007-09-23 Maciej Stachowiak <mjs@apple.com>
2987 Reviewed by Mark Rowe.
2989 - Limit custom list bullets to ordered lists only
3000 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3004 * coding/coding-style.html:
3005 - in section Other Punctuation
3006 - syntax instead of synatax
3007 - fix sample code alignment
3009 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3013 * misc/WebKitDetect.js: Added.
3015 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3017 Not reviewed - copy of WebKitDetect script from wiki
3019 * misc/WebKitDetect.html: Added.
3021 2007-08-20 Adam Roben <aroben@apple.com>
3023 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
3027 * quality/crashlogs.html:
3029 2007-07-26 Maciej Stachowiak <mjs@apple.com>
3031 - grammar fix pointed out by Mitz.
3033 * projects/goals.html:
3035 2007-07-25 Maciej Stachowiak <mjs@apple.com>
3037 Rubber stamped by Adam.
3039 Added WebKit Project Goals.
3041 * nav.inc: added a nav link.
3042 * projects/goals.html: Added.
3044 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
3046 Reviewed by Adam Roben.
3048 Add information on getting a useful crash log on Mac and Windows.
3051 * quality/crashlogs.html: Added.
3052 * quality/mac_reportbox.jpg: Added.
3053 * quality/mac_viewtrace.jpg: Added.
3054 * quality/win_installwatson.jpg: Added.
3055 * quality/win_watsongui.jpg: Added.
3056 * quality/win_watsoninstalled.jpg: Added.
3058 2007-07-20 Mark Rowe <mrowe@apple.com>
3060 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
3061 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
3062 include is functionally identical for our purposes on the first use.
3064 * blog/wp-content/advanced-cache.php:
3066 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
3070 - http://bugs.webkit.org/show_bug.cgi?id=14628
3071 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
3075 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
3077 Reviewed by Adam Roben.
3079 Add info about VC++ Express forgetting SDK paths.
3081 * building/build.html:
3083 2007-07-02 Mitz Pettel <mitz@webkit.org>
3085 Reviewed by Darin Adler.
3087 - http://bugs.webkit.org/show_bug.cgi?id=14482
3088 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
3090 * quality/reduction.html:
3092 2007-07-01 Mitz Pettel <mitz@webkit.org>
3094 Reviewed by Darin Adler.
3096 - http://bugs.webkit.org/show_bug.cgi?id=14481
3097 Broken links on coding/lgpl-license.html
3099 * coding/lgpl-license.html:
3101 2007-06-24 Mitz Pettel <mitz@webkit.org>
3103 Reviewed by Adam Roben.
3107 * building/build.html:
3109 2007-06-23 Mark Rowe <mrowe@apple.com>
3113 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
3115 2007-06-12 Adam Roben <aroben@apple.com>
3117 Update the location of cygwin-downloader.zip.
3119 Rubberstamped by Hyatt.
3121 * building/tools.html:
3123 2007-06-12 Dave Hyatt <hyatt@apple.com>
3125 Add Windows checkout/build instructions to the website.
3127 * building/build.html:
3128 * building/checkout.html:
3129 * building/debug.html:
3130 * building/tools.html: Added.
3131 * building/run.html:
3136 2007-06-10 Geoffrey Garen <ggaren@apple.com>
3138 Reviewed by Beth Dakin.
3140 Cleaned up formatting on the check out page.
3142 * building/checkout.html:
3144 2007-06-08 Mark Rowe <mrowe@apple.com>
3146 Rubber-stamped by Hyatt.
3148 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
3149 than doing server-side user agent checks. This resolves an issue some people were seeing where
3150 caching would lead to a page generated for an Internet Explorer user being served to a Safari
3151 user. The visible symptom of this was many of the graphics were missing.
3153 * blog/wp-content/themes/webkit/header.php:
3156 2007-05-04 Mark Rowe <mrowe@apple.com>
3158 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
3159 present in the old version which have since been removed, but it's unlikely
3160 they'll ever cause a problem.
3162 2007-05-04 Mark Rowe <mrowe@apple.com>
3164 Add graphics used by existing blog posts into SVN.
3166 * blog/wp-content/rotate.png: Added.
3167 * blog/wp-content/drosera.png: Added.
3168 * blog/wp-content/hitlist.png: Added.
3169 * blog/wp-content/svgtextmini.png: Added.
3170 * blog/wp-content/svgtextmini_01.png: Added.
3171 * blog/wp-content/textfield_screenshot.jpg: Added.
3172 * blog/wp-content/Picture9.png: Added.
3173 * blog/wp-content/svgtext.png: Added.
3174 * blog/wp-content/webInspector.png: Added.
3175 * blog/wp-content/rotate.svg: Added.
3176 * blog/wp-content/chucknorris.png: Added.
3178 2007-04-21 Mitz Pettel <mitz@webkit.org>
3180 Reviewed by Darin Adler.
3182 - http://bugs.webkit.org/show_bug.cgi?id=13350
3183 Build Ahem into DumpRenderTree
3185 * quality/testing.html: Removed the requirement to download and install
3186 Ahem for running the tests.
3187 * quality/testwriting.html: Added information about Ahem.
3189 2007-04-09 Adele Peterson <adele@apple.com>
3191 * blog/wp-content/chrome.jpg: Added.
3193 2007-04-05 Mark Malone <markmalone@mac.com>
3195 Reviewed by Darin Adler.
3197 http://bugs.webkit.org/show_bug.cgi?id=13273
3198 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
3200 * nav.inc: Link directly to the hierarchy.
3202 2007-03-26 Darin Adler <darin@apple.com>
3204 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
3206 2007-03-25 Darin Adler <darin@apple.com>
3208 * coding/coding-style.html: Put !important on right/wrong colors so they override the
3209 green color that comes from the green.css stylesheet.
3211 2007-03-25 Darin Adler <darin@apple.com>
3213 * coding/RefPtr.html: A couple minor wording tweaks.
3215 2007-03-25 Darin Adler <darin@apple.com>
3217 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
3219 2007-03-25 Mark Rowe <mrowe@apple.com>
3221 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
3222 Replace raw ampersands in hyperlink URL with named entity.
3224 2007-03-25 Darin Adler <darin@apple.com>
3226 * coding/RefPtr.html: A couple wording tweaks.
3228 2007-03-25 Darin Adler <darin@apple.com>
3230 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
3231 suggested by Anders.
3233 2007-03-24 Darin Adler <darin@apple.com>
3235 * css/main.css: Try tighter spacing for code examples.
3237 2007-03-24 Darin Adler <darin@apple.com>
3239 * coding/RefPtr.html: <span> -> </span>
3241 2007-03-24 Darin Adler <darin@apple.com>
3243 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
3245 2007-03-24 Darin Adler <darin@apple.com>
3247 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
3249 Also tweaked the MIME types of a few files and removed a stray executable bit.
3251 2007-03-21 David Kilzer <ddkilzer@apple.com>
3253 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
3255 2007-03-21 David Kilzer <ddkilzer@apple.com>
3257 * building/checkout.html: Got rid of "click here" link and restructured sentences
3258 linking to svn clients.
3260 2007-03-21 David Kilzer <ddkilzer@apple.com>
3264 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
3266 2007-03-21 Maciej Stachowiak <mjs@apple.com>
3268 - some specs to propose by email
3270 * specs/HTML_Timed_Media_Elements.html: Added.
3271 * specs/Timed_Media_CSS.html: Added.
3272 * specs/Timed_Media_Elements-Open_Issues.html: Added.
3273 * specs/mediaelement.css: Added.
3274 * specs/movie-status-states.png: Added.
3276 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
3278 Reviewed by Darin Adler.
3280 Clear up the steps necessary to get a patch landed.
3282 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
3283 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
3285 * coding/contributing.html:
3287 2007-03-18 Maciej Stachowiak <mjs@apple.com>
3289 Added a random JS benchmark.
3291 * misc/morph.html: Added.
3293 2007-03-14 Kevin McCullough <kmccullough@apple.com>
3297 Silly wrapping change for testing a post-commit hook change.
3301 2007-03-09 Darin Adler <darin@apple.com>
3303 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
3304 we want it to match pre, and the default font looks fine -- no need to
3305 ask for "Courier New" explicitly.
3307 2007-03-09 Mark Rowe <mrowe@apple.com>
3309 Rubber-stamped by Tim Hatcher.
3311 Sexy blog permalinks!
3313 * blog/.htaccess: Added.
3315 2007-03-09 Mark Rowe <mrowe@apple.com>
3319 * building/checkout.html: Update repository URL.
3321 2007-03-07 Brady Eidson <beidson@apple.com>
3323 Whoops, its actually prepare-ChangeLog
3325 * coding/contributing.html:
3327 2007-03-07 Brady Eidson <beidson@apple.com>
3331 Explicitly mention the prepare-Changelog step for contributing patches
3333 * coding/contributing.html:
3335 2007-02-25 Anders Carlsson <acarlsson@apple.com>
3339 * building/checkout.html:
3340 Add Trac link to our SVN repository,
3342 2007-02-15 Darin Adler <darin@apple.com>
3344 * projects/performance/index.html: Fix i-Bench link.
3346 2007-02-08 Mark Rowe <mrowe@apple.com>
3348 Reviewed by Tim Hatcher.
3350 * nav.inc: Add link to very work-in-progress DOM documentation.
3352 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
3356 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
3358 * blog/wp-admin/admin-header.php:
3359 * blog/wp-login.php:
3361 2007-01-15 Brady Eidson <beidson@apple.com>
3365 * coding/coding-style.html: Added switch/case indentation rules
3367 2007-01-15 Eric Seidel <eric@webkit.org>
3371 * coding/coding-style.html: update to include style for header guards
3373 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3375 * coding/coding-style.html: Fixed minor validation error.
3377 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3379 Reviewed by Beth Dakin.
3381 Updated coding style guidelines to cover a lot of stuff previously absent.
3383 * coding/coding-style.html:
3385 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
3387 Reviewed by Darin Adler.
3389 http://bugs.webkit.org/show_bug.cgi?id=11295
3390 Nightly download size is misleading
3392 * images/download.png: Changed the size to 6 MB.
3394 2007-01-01 Darin Adler <darin@apple.com>
3396 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
3398 2006-12-06 Rob Buis <buis@kde.org>
3402 http://bugs.webkit.org/show_bug.cgi?id=10254
3403 A few grammar and spelling corrections on the WebKit website
3405 Grammar and spelling corrections by Jonathan Johnsson.
3407 * coding/coding-style.html:
3408 * projects/css/index.html:
3409 * projects/javascript/index.html:
3410 * projects/svg/index.html:
3411 * quality/reduction.html:
3413 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
3417 http://bugs.webkit.org/show_bug.cgi?id=11652
3418 Bug 11652: Mailing list address and URL are incorrect
3420 This also removes a lot of bit rot from the KWQ-era.
3422 * coding/contributing.html:
3424 * projects/css/index.html:
3425 * projects/editing/index.html:
3426 * projects/forms/index.html:
3427 * projects/html/index.html:
3428 * projects/portability/index.html:
3429 * projects/xslt/index.html:
3430 * quality/lifecycle.html:
3431 * quality/testwriting.html:
3433 2006-11-18 Mitz Pettel <mitz@webkit.org>
3437 Gender-neutrality fix.
3439 * coding/contributing.html:
3441 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
3443 Reviewed by Tim Hatcher.
3445 Moved the web developer page to the wiki, adding link to the Drosera page.
3447 * .htaccess: Add permanent redirect to the new page on the wiki.
3448 * contact.html: Trac numbers are no longer one off.
3450 * webdevelopers/index.html: Removed.
3451 * webdevelopers/webkit_version.html: Removed.
3452 * webdevelopers/webkit_version.js: Removed.
3453 * webdevelopers/webkit_version_xl.html: Removed.
3454 * webdevelopers/webkit_version_xl.js: Removed.
3456 2006-11-14 Mark Rowe <bdash@webkit.org>
3458 Reviewed by Tim Hatcher.
3460 http://bugs.webkit.org/show_bug.cgi?id=9529
3461 Bug 9529: Navigation HTML duplicated on webkit.org web site
3463 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
3464 * nav.inc: Generate WordPress archive list if included from within WordPress.
3466 2006-11-07 Mark Rowe <bdash@webkit.org>
3468 Reviewed by Dave Hyatt.
3470 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
3471 component to the correct JavaScriptCore.
3473 2006-11-06 Timothy Hatcher <timothy@apple.com>
3477 Update the site with new wiki and Trac links.
3479 * blog/wp-content/themes/webkit/sidebar.php:
3480 * building/build.html:
3483 * projects/svg/index.html:
3485 2006-10-31 Mark Rowe <bdash@webkit.org>
3489 Update WebKit blog link to prevent pointless redirects.
3493 2006-10-25 Mitz Pettel <mitz@webkit.org>
3497 - http://bugs.webkit.org/show_bug.cgi?id=11412
3498 Stray list item in coding/coding-style.html
3500 * coding/coding-style.html:
3502 2006-10-25 Mark Rowe <bdash@webkit.org>
3506 Fix some HTML bugs in the coding style guidelines.
3508 * coding/coding-style.html:
3510 2006-10-13 Geoffrey Garen <ggaren@apple.com>
3514 Split build, run, and debug steps into separate pages. Darin recommended
3517 * building/build.html:
3518 * building/checkout.html:
3519 * building/debug.html: Added.
3520 * building/run.html: Added.
3523 2006-10-05 Eric Seidel <eric@webkit.org>
3527 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
3529 2006-09-26 Eric Seidel <eric@webkit.org>
3533 * projects/svg/status.xml: update status to reflect current state of SVG development
3535 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
3539 http://bugs.webkit.org/show_bug.cgi?id=10975
3540 Update the blog template to valid HTML 4.01 Strict.
3542 * blog/wp-content/themes/webkit/comments-popup.php:
3543 * blog/wp-content/themes/webkit/comments.php:
3544 * blog/wp-content/themes/webkit/footer.php:
3545 * blog/wp-content/themes/webkit/header.php:
3546 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
3548 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3552 http://bugs.webkit.org/show_bug.cgi?id=10966
3553 Bug 10966: Updates to website
3555 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
3557 * coding/coding-style.html:
3558 * coding/lgpl-license.html:
3561 * projects/css/index.html:
3562 * projects/editing/index.html:
3563 * projects/forms/index.html:
3564 * projects/html/index.html:
3565 * projects/index.html:
3566 * projects/javascript/index.html:
3567 * projects/svg/index.html:
3568 * projects/xslt/index.html:
3569 * webdevelopers/webkit_version.html:
3570 * webdevelopers/webkit_version_xl.html:
3572 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3576 Updates to make static pages validate as HTML 4.01 Strict.
3578 * building/build.html:
3579 * coding/coding-style.html:
3581 * index.html: Move <style> tag into the document head.
3582 * projects/cleanup/index.html:
3583 * projects/compat/index.html:
3584 * projects/css/index.html:
3585 * projects/documentation/index.html:
3586 * projects/editing/index.html:
3587 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
3588 * projects/html/index.html:
3589 * projects/javascript/index.html:
3590 * projects/performance/index.html:
3591 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
3592 * projects/printing/index.html:
3593 * projects/svg/index.html:
3594 * projects/xslt/index.html:
3595 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
3596 * quality/reduction.html:
3597 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
3598 * quality/testing.html:
3600 2006-09-19 Brady Eidson <beidson@apple.com>
3602 http://bugs.webkit.org/show_bug.cgi?id=8220
3603 Add the favicon.ico to the site.
3604 Notice, users of shipping Safari won't see the updated f