1 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
3 Unreviewed. Add Web Inspector style editing screenshots.
5 * blog-files/inspector-css-as-authored.png: Added.
6 * blog-files/inspector-css-autocomplete.png: Added.
7 * blog-files/inspector-unknown-css-properties.png: Added.
9 2011-01-21 David Levin <levin@chromium.org>
11 Reviewed by Darin Adler.
13 Proposal: Require cross-organizational seconds for reviewer nominations
14 https://bugs.webkit.org/show_bug.cgi?id=47597
16 This changes the committer/reviewer policy to require an additional
17 reviewer supporting a reviewer nomination to work for a different
18 company and different project affiliation from the nominee.
20 This means reviewer nominations would require four supporting reviewers,
21 one of which knows the reviewer through the community (irc, email, bugs)
22 ensuring that the nominee has the open-source collaboration skills
23 we so highly value here in WebKit.
25 * coding/commit-review-policy.html:
27 2011-01-01 Adam Barth <abarth@webkit.org>
29 Reviewed by Eric Seidel.
31 Move JavaScriptCore to Source
32 https://bugs.webkit.org/show_bug.cgi?id=51604
34 * coding/assertion-guidelines.html:
35 - Update documentation to point to the new location of
38 2010-12-17 Dan Bernstein <mitz@apple.com>
40 Reviewed by Simon Fraser.
42 Rename WebKitTools to Tools
43 https://bugs.webkit.org/show_bug.cgi?id=49861
45 * asking_questions.html:
46 * building/tools.html:
47 * coding/scripts.html:
49 2010-11-08 Jessie Berlin <jberlin@apple.com>
51 Reviewed by Adam Roben.
53 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
55 https://bugs.webkit.org/show_bug.cgi?id=49189
57 * building/tools.html:
58 Add a line recommending bash shell users to comment out or remove those lines, with an
59 explanation as to why.
61 2010-11-04 Orlando Leite <orlleite@gmail.com>
63 Reviewed by Adam Barth.
65 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
67 * building/tools.html:
69 2010-10-29 Adam Roben <aroben@apple.com>
71 Instruct developers to install the Feburary 2010 DirectX SDK, not just
74 The February 2010 SDK is the last one with support for Visual Studio
77 I also removed some unnecessary instructions regarding the DirectX
80 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
81 specific version of the DirectX SDK
83 Reviewed by Steve Falkenburg.
85 * building/tools.html:
87 2010-10-28 Lucas Forschler <lforschler@apple.com>
89 Reviewed by Geoffrey Garen.
91 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
93 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
94 -Edited the .htaccess file to redirect the old pages to the new landing page.
95 -This should keep our search engine page rankings effective.
97 -This COULD potentially break the SunSpider benchmark.
98 -Local testing with relative links seems to function as expected.
99 -The .htaccess 301 redirects are UNTESTED.
103 * perf/sunspider: Added.
104 * perf/sunspider-0.9.1/sunspider.html: Removed.
105 * perf/sunspider-0.9.1/versions.html: Removed.
106 * perf/sunspider-0.9/sunspider.html: Removed.
107 * perf/sunspider/sunspider.css: Added.
108 * perf/sunspider/sunspider.html: Added.
110 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
112 Reviewed by David Levin.
114 Add DirectX SDK to Installing Developer Tools web page
115 https://bugs.webkit.org/show_bug.cgi?id=47911
117 * building/tools.html:
119 2010-09-30 David Levin <levin@chromium.org>
121 Reviewed by Darin Adler.
123 Add guideline for constructors doing implicit type conversion to coding style.
124 https://bugs.webkit.org/show_bug.cgi?id=47646
126 * coding/coding-style.html:
128 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
130 Reviewed by Simon Fraser.
132 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
133 https://bugs.webkit.org/show_bug.cgi?id=47013
135 * nav.inc: Removed the space from the web inspector wiki link.
137 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
139 Unreviewed HTML syntax fix for my recent change in the coding-style.
141 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
143 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
145 Reviewed by Darin Adler.
147 check-webkit-style and the coding style guidelines page are inconsistent
148 https://bugs.webkit.org/show_bug.cgi?id=46099
150 * coding/coding-style.html:
151 Making clear that includes of system headers must come after includes of other headers.
153 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
155 Reviewed by Adam Barth.
157 Adding a timeline screenshot for blocking and defer scripts
158 https://bugs.webkit.org/show_bug.cgi?id=45933
160 * blog-files/timeline-blocking-script.png: Added.
161 * blog-files/timeline-defer-script.png: Added.
163 2010-09-14 Jessie Berlin <jberlin@apple.com>
165 Reviewed by Adam Roben.
167 Exceptions are getting ignored on 64-bit Windows in the Web Process.
168 https://bugs.webkit.org/show_bug.cgi?id=45779
170 * building/tools.html:
171 Add instructions about how to optionally get hotfix 976038.
173 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
175 Reviewed by Adam Barth.
177 https://bugs.webkit.org/show_bug.cgi?id=43982
178 This js file seems to be a popular script for detecting mobile WebKit but
179 it has a flaw that makes it fail on Android and BlackBerry.
181 The issue is that it looks for "Mobile/" but Android and BlackBerry
182 use "Mobile" with no numbering after it.
183 Changed RegExp pattern " Mobile/" to " Mobile\\b".
185 * misc/WebKitDetect.js:
186 (WebKitDetect.isMobile):
188 2010-08-27 Darin Adler <darin@apple.com>
190 * coding/RefPtr.html: Minor revision, improve clarity and mention some
193 2010-08-26 Daniel Bates <dbates@rim.com>
195 Reviewed by Dumitru Daniliuc.
197 Fix misspelled words on WebKit.org contact.html,
198 demos/index.html, and quality/leakhunting.html
199 https://bugs.webkit.org/show_bug.cgi?id=44747
201 Fix some misspelled words on the WebKit.org site.
203 * contact.html: Change "bugreports" [sic] to "bug reports".
204 * demos/index.html: Change "testcase" [sic] to "test case".
205 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
207 2010-08-23 David Kilzer <ddkilzer@apple.com>
209 Clean up some HTML typos in crashlogs.html
211 Rubber-stamped by Maciej Stachowiak.
213 * quality/crashlogs.html: Fixed "</code>>" typos added in
214 r56300. Changed "<tt>" tag with style attribute to "<code>"
215 that was missed in r56300.
217 2010-08-17 Beth Dakin <bdakin@apple.com>
219 Rubber-stamped by Adele.
221 Adding a MathML Demo and screenshot.
223 * blog-files/riemann-screenshot.png: Added.
224 * demos/mathml: Added.
225 * demos/mathml/MathMLDemo.xhtml: Added.
227 2010-08-17 Adam Roben <aroben@apple.com>
229 Instruct developers to (optionally) install Debugging Tools for
232 These tools are used by some of our scripts, so are useful for
233 developers to have installed.
235 Fixes <http://webkit.org/b/44128> webkit.org building instructions
236 should recommend installing Debugging Tools for Windows
238 Reviewed by Sam Weinig.
240 * building/tools.html:
242 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
244 Reviewed by Nikolas Zimmermann.
246 Update SVG implementation status.
248 * projects/svg/status.xml:
250 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
252 Reviewed by Darin Adler.
254 Add a diagram explaining how a DOM element is attached to the site.
255 https://bugs.webkit.org/show_bug.cgi?id=42763
257 * coding/dom-element-attach.html: Added.
258 * coding/images/dom-element-attach-large.png: Added.
259 * coding/images/dom-element-attach-small.png: Added.
260 * coding/images/dom-element-attach.graffle: Added.
261 * coding/technical-articles.html: Added a link to the page with the diragram.
263 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
265 Reviewed by Darin Adler.
267 Improve assertion macro documentation.
269 https://bugs.webkit.org/show_bug.cgi?id=40565
271 * coding/assertion-guidelines.html:
273 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
275 Reviewed by Geoffrey Garen.
277 Add an index of technical articles to the WebKit site. This makes the
278 links to the RefPtr and Assertion documentation discoverable and
279 provides an easy way to find some useful blog posts.
281 https://bugs.webkit.org/show_bug.cgi?id=40561
283 * coding/technical-articles.html: Added.
284 * nav.inc: Add link to technical articles.
286 2010-06-15 Adam Roben <aroben@apple.com>
288 Remove some unnecessary steps for setting up the debugger on Windows
290 Apparently update-webkit does this for you now.
292 Rubber-stamped by Steve Falkenburg.
294 * building/debug.html: Removed the first two Windows steps, which are
295 now unnecessary, and updated the third to reflect reality.
297 2010-06-14 Adam Roben <aroben@apple.com>
299 Improve instructions for debugging on Windows
301 Fixes <http://webkit.org/b/40585>.
303 Reviewed by Steve Falkenburg.
305 * building/debug.html: Improved the Windows instructions. We now
306 instruct users to set things up so that hitting F5 from WebKit.sln
307 will launch Safari with the WEBKITNIGHTLY environment variable
308 pointing to the location of the built WebKit.dll.
310 * building/console_vs2005.jpg: Removed.
311 * building/debug_vs2005.jpg: Removed.
313 * building/launch-debugger-vs2005.png: Added.
314 * building/set-as-startup-project-vs2005.png: Added.
315 * building/set-debugging-properties-vs2005.png: Added.
317 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
319 Reviewed by Darin Adler.
321 Add documentation on the various assertion macros in WebKit.
323 https://bugs.webkit.org/show_bug.cgi?id=39950
325 * coding/assertion-guidelines.html: Added.
327 2010-05-29 Sterling Swigart <sswigart@google.com>
329 Reviewed by David Levin.
331 Adding tests to canvas.html performance test
332 https://bugs.webkit.org/show_bug.cgi?id=39883
334 * demos/canvas-perf/canvas.html:
340 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
342 Reviewed by Darin Adler.
344 Update the style guide re: static member variables and structs
345 https://bugs.webkit.org/show_bug.cgi?id=39663
347 Per Darin Adler's proposal on webkit-dev.
349 All static member variables should be prefixed with s_.
350 m_ should not be used for public data members in structs.
351 Only structs should have public data members.
353 * coding/coding-style.html:
355 2010-05-24 David Levin <levin@chromium.org>
357 Reviewed by Maciej Stachowiak.
359 Improve canvas perf test accuracy.
360 https://bugs.webkit.org/show_bug.cgi?id=39635
362 * demos/canvas-perf/canvas.html:
363 1. Change the various tests to get the image data for the result
364 to help ensure that the operation has completed by the time,
365 and subtract out the time needed to do this.
366 2. Made the test more flexible about number of repetitions and
368 3. Make the tests run separately and have a pause between them
369 to allow for garbage collection so that results are more
371 4. Added a standard logging function and shouldBe asserts to
372 verify that the correct scaling operations were happening.
374 2010-05-20 Daniel Bates <dbates@rim.com>
376 Rubber-stamped by Simon Fraser.
378 Spelling correction; change "acces" [sic] to "access".
380 * quality/lifecycle.html:
382 2010-05-14 Eric Seidel <eric@webkit.org>
384 Reviewed by Maciej Stachowiak.
386 Update tools.html to mention that Tiger users require a newer Python
387 https://bugs.webkit.org/show_bug.cgi?id=38822
389 Also updated the instructions that only Tiger users need
390 to install a subversion client. Newer OSes already have
391 subversion included in the install.
393 * building/tools.html:
395 2010-05-08 Dirk Schulze <krit@webkit.org>
397 Reviewed by Nikolas Zimmermann.
399 SVGFont's VKern implementation missing
400 https://bugs.webkit.org/show_bug.cgi?id=38663
402 * projects/svg/status.xml:
404 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
406 Reviewed by Adam Barth.
408 Commit and Review policy should encourage unofficial reviews
409 https://bugs.webkit.org/show_bug.cgi?id=38517
411 * coding/commit-review-policy.html:
413 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
415 Reviewed by Darin Adler.
417 Fix the sticky-notes demo.
418 https://bugs.webkit.org/show_bug.cgi?id=38550
420 1. Exceptions thrown by openDatabase() should be treated as
422 2. Do not allow users to create new notes when openDatabase()
425 * demos/sticky-notes/index.html:
427 2010-05-02 Dirk Schulze <krit@webkit.org>
429 Reviewed by Nikolas Zimmermann.
431 SVG hkern implementation incomplete
432 https://bugs.webkit.org/show_bug.cgi?id=38407
434 We support hkern now. Mention this in the SVG status page.
436 * projects/svg/status.xml:
438 2010-04-29 Dean Jackson <dino@apple.com>
440 Unreviewed. Make a note that we are no longer proposing
441 the evaluateMediaQuery method. Instead, we are following
442 the standard matchMedium method from CSS 3 View.
444 * specs/MediaQueriesExtensions.html:
446 2010-04-18 Adam Barth <abarth@webkit.org>
448 Unreviewed. Update a label of the diagram to better match the
449 description in the text of the blog post.
451 * blog-files/loader-diagram.svg:
453 2010-04-17 Adam Barth <abarth@webkit.org>
455 Unreviewed. Added loader diagram for upcoming blog post.
457 * blog-files/loader-diagram.svg: Added.
459 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
461 Reviewed by Eric Seidel.
463 Minor Updates and Cleanup to the Contributing Page
464 https://bugs.webkit.org/show_bug.cgi?id=37415
466 * coding/contributing.html:
468 2010-04-07 Maciej Stachowiak <mjs@apple.com>
472 Random demo to look cool on twitter.
474 * misc/gradient-input.html: Added.
476 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
480 Adding images for inspector blog post. Previewed by Timothy Hatcher.
482 * blog-files/inspector/audits_launcher.png: Added.
483 * blog-files/inspector/audits_panel.png: Added.
484 * blog-files/inspector/console_panel.png: Added.
485 * blog-files/inspector/context_menu.png: Added.
486 * blog-files/inspector/css_highlighted_line.png: Added.
487 * blog-files/inspector/css_line_number_snippet.png: Added.
488 * blog-files/inspector/css_line_numbers.png: Added.
489 * blog-files/inspector/deactivate_breakpoints.png: Added.
490 * blog-files/inspector/evaluate_on_hover.png: Added.
491 * blog-files/inspector/evaluate_on_hover_2.png: Added.
492 * blog-files/inspector/inherited_styles.png: Added.
493 * blog-files/inspector/large_dom.png: Added.
494 * blog-files/inspector/large_resources.png: Added.
495 * blog-files/inspector/pseudo_elements.png: Added.
496 * blog-files/inspector/redirect_headers.png: Added.
497 * blog-files/inspector/redirect_headers_full.png: Added.
498 * blog-files/inspector/redirects.png: Added.
499 * blog-files/inspector/redirects_full.png: Added.
500 * blog-files/inspector/timeline_overview.png: Added.
501 * blog-files/inspector/timeline_panel.png: Added.
502 * blog-files/inspector/timeline_record_details.png: Added.
504 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
506 Reviewed by David Levin.
508 Asking Questions Page Grammar Fixes
509 https://bugs.webkit.org/show_bug.cgi?id=36608
511 * asking_questions.html:
513 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
515 Reviewed by Timothy Hatcher.
517 New Asking Questions Page is not Valid HTML5
518 https://bugs.webkit.org/show_bug.cgi?id=36605
520 * asking_questions.html: fixed issues raised by the validator.
522 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
524 Reviewed by David Levin.
526 Add a page on how to ask questions
527 https://bugs.webkit.org/show_bug.cgi?id=35223
529 * asking_questions.html: Added.
530 Add a page on how to ask questions based on Ariya Hidayat's mail: how
531 to get help effectively
532 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
534 * contact.html: Tweaked the wording to make it more clear what the
535 mailing list are used for. Also changed the formatting to better
536 underline the different mailing lists.
538 2010-03-24 Sam Weinig <sam@webkit.org>
540 Rubber-stamped by Anders Carlsson..
542 Update Security Group Members list.
544 * security/security-group-members.html:
546 2010-03-22 Maciej Stachowiak <mjs@apple.com>
552 * demos/accessible-ascii-art/butterfly-figure.html: Added.
554 2010-03-22 Maciej Stachowiak <mjs@apple.com>
558 Add example of accessible ASCII art for HTML WG.
560 * demos/accessible-ascii-art: Added.
561 * demos/accessible-ascii-art/butterfly.html: Added.
563 2010-03-20 Maciej Stachowiak <mjs@apple.com>
565 Reviewed by Mark Rowe.
567 WebKit blog should be valid HTML5
568 https://bugs.webkit.org/show_bug.cgi?id=36410
570 * blog/wp-content/themes/webkit/comments-popup.php:
571 * blog/wp-content/themes/webkit/footer.php:
572 * blog/wp-content/themes/webkit/header.php:
574 2010-03-20 Maciej Stachowiak <mjs@apple.com>
576 Reviewed by Mark Rowe.
578 Fix a bunch of HTML5 validation errors on various pages.
579 https://bugs.webkit.org/show_bug.cgi?id=36409
581 * building/build.html:
582 * building/checkout.html:
583 * building/debug.html:
585 * building/tools.html:
586 * coding/coding-style.html:
587 * coding/contributing.html:
588 * coding/major-objects.html:
593 * projects/compat/index.html:
594 * projects/css/index.html:
595 * projects/documentation/index.html:
596 * projects/goals.html:
597 * projects/index.html:
598 * projects/mathml/index.html:
599 * quality/bugpriorities.html:
600 * quality/bugwriting.html:
601 * quality/crashlogs.html:
602 * quality/lifecycle.html:
603 * quality/testing.html:
604 * quality/testwriting.html:
606 2010-03-19 Maciej Stachowiak <mjs@apple.com>
608 Reviewed by Mark Rowe.
610 webkit.org should use the HTML5 doctype
611 https://bugs.webkit.org/show_bug.cgi?id=36407
614 * misc/drosera/index.html:
615 * perf/slickspeed/system/index.php:
616 * perf/slickspeed/system/template.php:
619 2010-03-19 Maciej Stachowiak <mjs@apple.com>
621 Reviewed by Mark Rowe.
623 http://webkit.org/ has an HTML5 validation error
624 https://bugs.webkit.org/show_bug.cgi?id=36406
628 2010-03-15 Maciej Stachowiak <mjs@apple.com>
630 Tweak canvas perf demo.
632 * demos/canvas-perf/canvas.html:
634 2010-03-14 Maciej Stachowiak <mjs@apple.com>
636 Added canvas perf demo for whatwg.
638 * demos/canvas-perf: Added.
639 * demos/canvas-perf/canvas.html: Added.
640 * demos/canvas-perf/kraken.jpg: Added.
642 2010-03-09 Adam Roben <aroben@apple.com>
644 Add a link to the Contributors Meeting registration form in the
647 Rubber-stamped in advance by Adele Peterson.
649 * nav.inc: Added a link underneath "Trac".
651 2010-02-26 Sam Weinig <sam@webkit.org>
653 Rubber-stamped by Adele Peterson.
655 Update Security Group Members list.
657 * security/security-group-members.html:
659 2010-02-23 Jessie Berlin <jberlin@webkit.org>
661 Reviewed by Eric Seidel and Adam Roben.
663 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
664 https://bugs.webkit.org/show_bug.cgi?id=35098
666 * building/debug.html:
667 Add instructions on how to build and run WebKit from within Visual Studio.
669 2010-02-20 Maciej Stachowiak <mjs@apple.com>
671 Rubber stamped by Adam Barth.
673 Add sunspider-0.9.1 to the site in preparation for announcing it.
674 https://bugs.webkit.org/show_bug.cgi?id=35206
676 * perf/sunspider-0.9.1: Added.
677 * perf/sunspider-0.9.1/json2.js: Added.
678 * perf/sunspider-0.9.1/sunspider-0.9: Added.
679 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
680 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
681 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
682 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
683 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
684 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
685 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
686 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
687 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
688 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
689 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
690 * perf/sunspider-0.9.1/sunspider.css: Added.
691 * perf/sunspider-0.9.1/sunspider.html: Added.
692 * perf/sunspider-0.9.1/versions.html: Added.
694 2010-02-17 Maciej Stachowiak <mjs@apple.com>
698 Made some examples of using <details> for table descriptions.
700 * demos/hover-summary: Added.
701 * demos/hover-summary/details.css: Added.
702 * demos/hover-summary/details.js: Added.
703 (summaryClickListener):
706 * demos/hover-summary/example1.html: Added.
707 * demos/hover-summary/example2.html: Added.
708 * demos/hover-summary/horizontal-triangle.png: Added.
709 * demos/hover-summary/vertical-triangle.png: Added.
711 2010-02-02 Jens Alfke <snej@chromium.org>
713 Reviewed by David Levin.
715 Clarified coding guidelines on wiki to allow indentation of
717 https://bugs.webkit.org/show_bug.cgi?id=32137
719 * coding/coding-style.html:
721 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
723 Reviewed by David Kilzer.
725 Added to contributing code page a pointer to the preferred
726 license text. Also added information about copyright lines.
728 https://bugs.webkit.org/show_bug.cgi?id=34017
730 * coding/contributing.html:
732 - Added CSS class for books.
734 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
736 Reviewed by David Levin.
738 Added screenshots and clearer instructions on how to submit
741 https://bugs.webkit.org/show_bug.cgi?id=32542
743 Also added that a bug report should be selected or created
744 prior to submitting a patch.
746 * coding/contributing.html:
747 * coding/images: Added.
748 * coding/images/contribute_add_attachment.png: Added.
749 * coding/images/contribute_mark_review.png: Added.
751 2010-01-11 Maciej Stachowiak <mjs@apple.com>
753 Not reviewed; updated for truth (and readability).
755 Fixed some wrong listings and reorganized this page.
757 * security/security-group-members.html:
759 2010-01-06 Dirk Schulze <krit@webkit.org>
761 Reviewed by Nikolas Zimmermann.
764 https://bugs.webkit.org/show_bug.cgi?id=31905
766 Update SVG status page. We support feDisplacementMap and feImage now.
768 * projects/svg/status.xml:
770 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
772 Reviewed by Darin Adler.
774 Removed outdated contact information from bug life cycle page.
776 https://bugs.webkit.org/show_bug.cgi?id=32494
778 * quality/lifecycle.html:
780 2009-12-13 Dan Bernstein <mitz@apple.com>
782 Reviewed by Sam Weinig.
784 Add a style guideline concerning floating point literals
785 https://bugs.webkit.org/show_bug.cgi?id=32497
787 * coding/coding-style.html:
789 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
791 Reviewed by Adam Roben.
793 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
794 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
795 in Windows as part of running update_webkit.
797 * building/build.html:
798 - removed the reference to forgetting to set environment variables as a common source of errors
799 on Windows. This is because this patch would make it unnecessary for the user to set these
802 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
804 Reviewed by Darin Adler.
806 Added the "using std::foo" rule to the coding style guidelines.
808 https://bugs.webkit.org/show_bug.cgi?id=32301
810 Added to the coding style guidelines the "using std::foo" rule
811 checked by the check-webkit-style script. Also clarified the
812 "using" statement guidelines that apply to implementation files.
814 * coding/coding-style.html:
816 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
818 Reviewed by Darin Adler.
820 Refactored web site documentation so that advice to add
821 WebKitTools/Scripts to your shell path does not appear
824 https://bugs.webkit.org/show_bug.cgi?id=32112
826 * building/build.html:
827 * building/checkout.html:
829 * coding/coding-style.html:
830 * coding/contributing.html:
831 * coding/scripts.html: Added.
832 * quality/testing.html:
834 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
836 Reviewed by Eric Seidel.
838 Add reference to the GTK and QT build wiki pages
840 https://bugs.webkit.org/show_bug.cgi?id=32088
842 * building/tools.html:
845 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
847 Reviewed by Darin Adler.
849 Added clarifications to the web site regarding coding style and
852 https://bugs.webkit.org/show_bug.cgi?id=31618
854 Changes include the following:
856 - Expanded the style guidelines regarding "using" statements.
857 - Made the style guidelines page validate as HTML.
858 - Added that legacy WebKit components should not be cleaned up.
859 - Added that it is more acceptable to update style when already
862 * coding/coding-style.html:
863 * coding/contributing.html:
864 * projects/cleanup/index.html:
866 2009-11-18 Eric Seidel <eric@webkit.org>
868 Reviewed by David Levin.
870 Make 80 patches a formal requirement for reviewership
871 https://bugs.webkit.org/show_bug.cgi?id=31313
872 Per discussion on the webkit-reviewers list:
873 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
875 * coding/commit-review-policy.html:
877 2009-11-18 Daniel Bates <dbates@webkit.org>
879 Reviewed by Eric Seidel.
881 https://bugs.webkit.org/show_bug.cgi?id=31610
883 Adds property "min-width" to #title so that the width of the title
884 element on each page is at least 790px. In particular, this makes
885 the page <http://webkit.org/security/security-group-members.html>
886 consistent, in appearance, to the rest of the site.
890 2009-11-16 Sam Weinig <sam@webkit.org>
892 Reviewed by Anders Carlsson.
894 Update Security Group Members list.
896 * security/security-group-members.html:
898 2009-11-16 Sam Weinig <sam@webkit.org>
900 Reviewed by Adele Peterson.
902 Update Security Group Members list.
904 * security/security-group-members.html:
906 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
908 Reviewed by Darin Adler.
910 Added to the WebKit Coding Style Guidelines not to use
911 "using namespace" statements in header files.
913 * coding/coding-style.html:
915 2009-11-10 Oliver Hunt <oliver@apple.com>
917 Reviewed by Maciej Stachowiak.
919 Fix WebGL demos to work with renamed WebGL primitives
921 * blog-files/webgl/Earth.html:
922 * blog-files/webgl/ManyPlanetsDeep.html:
923 * blog-files/webgl/SpinningBox.html:
924 * blog-files/webgl/SpiritBox.html:
925 * blog-files/webgl/TeapotPerPixel.html:
926 * blog-files/webgl/TeapotPerVertex.html:
927 * blog-files/webgl/WebGL+CSS.html:
928 * blog-files/webgl/resources/CanvasMatrix.js:
929 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
930 * blog-files/webgl/resources/utils3d.js:
935 2009-11-06 Dirk Schulze <krit@webkit.org>
937 Rubber stamped by Eric Seidel.
939 Update SVG status page. We support feMorphology now.
940 Set lightning filters to unimplemented.
942 * projects/svg/status.xml:
944 2009-11-06 Jeff Schiller <codedread@gmail.com>
946 Reviewed by Darin Adler.
948 SVG Status page update
949 https://bugs.webkit.org/show_bug.cgi?id=31179
951 * projects/svg/status.xml:
953 2009-11-03 Darin Adler <darin@apple.com>
955 Set the MIME type for all PNG files in this directory.
957 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
958 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
959 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
960 * blog-files/acid3-100.png: Modified property svn:mime-type.
961 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
962 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
963 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
964 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
965 * blog-files/acid3-timing.png: Modified property svn:mime-type.
966 * blog-files/bounce.png: Added property svn:mime-type.
967 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
968 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
969 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
970 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
971 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
972 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
973 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
974 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
975 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
976 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
977 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
978 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
979 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
980 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
981 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
982 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
983 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
984 * blog-files/inspector/colors.png: Added property svn:mime-type.
985 * blog-files/inspector/cookies.png: Added property svn:mime-type.
986 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
987 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
988 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
989 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
990 * blog-files/inspector/enable.png: Added property svn:mime-type.
991 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
992 * blog-files/inspector/form_data.png: Added property svn:mime-type.
993 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
994 * blog-files/inspector/inorder.png: Added property svn:mime-type.
995 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
996 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
997 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
998 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
999 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
1000 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
1001 * blog-files/kate-circle.png: Modified property svn:mime-type.
1002 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
1003 * blog-files/kate-gradient.png: Modified property svn:mime-type.
1004 * blog-files/kate-reflected.png: Modified property svn:mime-type.
1005 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
1006 * blog-files/kate.png: Modified property svn:mime-type.
1007 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1008 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1009 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1010 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1011 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1012 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1013 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1014 * blog-files/pulse.png: Added property svn:mime-type.
1015 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1016 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1017 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1018 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1019 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1020 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1021 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1022 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1023 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1024 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1025 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1026 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1027 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1028 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1029 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1030 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1031 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1032 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1033 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1034 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1035 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1036 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1037 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1038 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1039 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1040 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1041 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1042 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1043 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1044 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1045 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1046 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1047 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1048 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1049 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1050 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1051 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1052 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1053 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1054 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1055 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1056 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1057 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1058 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1059 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1060 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1061 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1062 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1063 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1064 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1065 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1066 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1067 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1068 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1069 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1070 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1071 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1072 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1073 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1074 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1075 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1076 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1077 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1078 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1079 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1080 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1081 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1082 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1083 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1084 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1085 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1086 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1087 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1088 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1089 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1090 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1091 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1092 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1093 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1094 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1095 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1096 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1097 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1098 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1099 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1100 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1101 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1102 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1103 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1104 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1105 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1106 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1107 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1108 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1109 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1110 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1111 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1112 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1113 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1114 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1115 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1116 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1117 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1118 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1119 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1120 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1121 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1122 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1123 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1124 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1125 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1126 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1127 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1128 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1129 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1130 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1131 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1132 * images/DroseraPic.png: Modified property svn:mime-type.
1133 * misc/drosera/drosera.png: Modified property svn:mime-type.
1134 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1136 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1138 Reviewed by Timothy Hatcher.
1140 Adding images for an upcoming blog post.
1142 * blog-files/inspector/breakpoints.png: Added.
1143 * blog-files/inspector/colors.png: Added.
1144 * blog-files/inspector/cookies.png: Added.
1145 * blog-files/inspector/css_selectors.png: Added.
1146 * blog-files/inspector/css_syntax_highlight.png: Added.
1147 * blog-files/inspector/dom_storage.png: Added.
1148 * blog-files/inspector/edit_attributes.png: Added.
1149 * blog-files/inspector/enable.png: Added.
1150 * blog-files/inspector/event_listeners.png: Added.
1151 * blog-files/inspector/form_data.png: Added.
1152 * blog-files/inspector/inline_highlight.png: Added.
1153 * blog-files/inspector/inorder.png: Added.
1154 * blog-files/inspector/inspect_inspector.png: Added.
1155 * blog-files/inspector/inspect_inspector_small.png: Added.
1156 * blog-files/inspector/load_lines.png: Added.
1157 * blog-files/inspector/nodelist.png: Added.
1158 * blog-files/inspector/scope_bar.png: Added.
1159 * blog-files/inspector/watched_expression.png: Added.
1161 2009-10-26 Dan Bernstein <mitz@apple.com>
1163 Reviewed by Adele Peterson.
1167 * coding/bsd-license.html: Updated to the latest version.
1169 2009-10-22 Mark Rowe <mrowe@apple.com>
1171 Update to WordPress 2.8.5.
1175 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1177 Reviewed by Eric Seidel.
1179 Replace boolean operator indentation example with an if statement.
1181 https://bugs.webkit.org/show_bug.cgi?id=30538
1183 * coding/coding-style.html: Replace boolean indenting example to use "if"
1185 2009-10-16 Darin Adler <darin@apple.com>
1187 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1188 wording a bit in few places.
1190 2009-10-14 Evan Martin <evan@chromium.org>
1192 Reviewed by Darin Adler.
1194 Document what state the build tree is expected to be in after a patch.
1196 * coding/contributing.html:
1198 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1200 Reviewed by Eric Seidel.
1202 Change <a name> to id="" to fix styling problems
1203 https://bugs.webkit.org/show_bug.cgi?id=30283
1205 This prevents the headings from being styled like links.
1207 * coding/contributing.html:
1209 2009-10-08 Alex Milowski <alex@milowski.com>
1211 Reviewed by Darin Adler.
1213 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1215 * projects/layout/index.html:
1217 2009-10-07 Sam Weinig <sam@webkit.org>
1219 Reviewed by Dan Bernstein.
1221 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1222 Change style guidelines for indentation in header files
1224 * coding/coding-style.html: Don't indent in a namespace in a header file.
1226 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1228 Reviewed by Mark Rowe.
1230 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1232 * building/tools.html:
1234 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1236 Reviewed by Adam Barth.
1238 Diagram needs to be linked from the home page
1239 https://bugs.webkit.org/show_bug.cgi?id=30142
1241 http://webkit.org/coding/major-objects.html was never linked from the home
1246 2009-09-28 Alex Milowski <alex@milowski.com>
1248 <http://webkit.org/b/29098> Update to MathML project webpage
1250 Reviewed by David Kilzer.
1252 Updated MathML project page and added link to Wiki page.
1254 * projects/mathml/index.html:
1256 2009-09-21 Brady Eidson <beidson@apple.com>
1258 Reviewed by Darin Adler.
1260 Add coding style guidelines for 'using namespace.'
1261 https://bugs.webkit.org/show_bug.cgi?id=29499
1263 * coding/coding-style.html:
1265 2009-09-21 Brady Eidson <beidson@apple.com>
1267 Rubberstamped by Sam Weinig.
1269 Add some example files for an upcoming blog post.
1271 * blog-files/load-unload-example.html: Added.
1272 * blog-files/pageshow-pagehide-example.html: Added.
1274 2009-09-17 Eric Seidel <eric@webkit.org>
1276 Reviewed by Darin Adler.
1278 Update contributing.html to mention recently added tools.
1279 https://bugs.webkit.org/show_bug.cgi?id=29318
1281 Update our contributing instructions to mention
1282 the new tools (check-webkit-style and commit-queue)
1283 recently added to make contributions easier.
1285 * coding/contributing.html:
1286 - Mention check-webkit-style as an optional helper tool.
1287 - Mention checking the 'patch' checkbox.
1288 - Mention the commit-queue as an optional helper tool.
1289 - Remove "or in email" since patch reviews are all done via bugzilla.
1290 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1291 - Mention commit-queue as an optional help in getting your patch landed.
1292 - Give an overview of the commit-queue process and link to the Commit Queue docs.
1294 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1296 Reviewed by Mark Rowe.
1298 Add instructions to bug reporting guidlines on how and when
1299 to apply port-specific keywords.
1301 * quality/bugwriting.html:
1303 2009-09-08 Sam Weinig <sam@webkit.org>
1305 Reviewed by Adele Peterson.
1307 Update Security Group Members list.
1309 * security/security-group-members.html:
1311 2009-09-06 Cameron McCormack <cam@mcc.id.au>
1313 Reviewed by Eric Seidel.
1315 Drop <definition-src> support
1316 https://bugs.webkit.org/show_bug.cgi?id=28991
1318 When SVG 1.1 Second Edition is a Recommendation we can remove the
1321 * projects/svg/status.xml: Update page to state that <definition-src>
1324 2009-08-26 Mark Rowe <mrowe@apple.com>
1326 Upgrade WordPress to the latest version.
1328 * blog/wp-includes/version.php:
1329 * blog/wp-login.php:
1331 2009-08-20 Adam Barth <abarth@webkit.org>
1333 Reviewed by Eric Seidel.
1335 major-objects.html should show direct Frame <-> Document pointers
1336 https://bugs.webkit.org/show_bug.cgi?id=28479
1338 * coding/major-objects.html: Added pointers to diagram.
1340 2009-08-18 Anton Muhin <antonm@chromium.org>
1342 Reviewed by Adam Barth.
1344 Mention handy --bug flag of prepare-ChangeLog script.
1345 https://bugs.webkit.org/show_bug.cgi?id=28425
1347 * coding/contributing.html: Add a reference for --bug flag
1349 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
1351 Reviewed by Adam Barth.
1353 Better explanation of "Null after navigation" in object diagram
1354 https://bugs.webkit.org/show_bug.cgi?id=28232
1356 * coding/major-objects.html:
1358 2009-08-11 Adam Barth <abarth@webkit.org>
1362 Remove a few characters from the ASCII art to make it fit better in the
1365 * coding/major-objects.html:
1367 2009-08-11 Adam Barth <abarth@webkit.org>
1369 Reviewed by Oliver Hunt.
1371 Document relation between major objects in WebCore
1372 https://bugs.webkit.org/show_bug.cgi?id=28210
1374 Added a diagram showing the relation between major objects.
1376 * coding/major-objects.html: Added.
1378 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
1380 Reviewed by Oliver Hunt.
1382 Fix webkit-jobs link
1386 2009-08-03 Mark Rowe <mrowe@apple.com>
1388 Update two WordPress plug-ins that we use.
1390 * blog/wp-content/plugins/akismet/akismet.php:
1391 * blog/wp-content/plugins/akismet/readme.txt:
1392 * blog/wp-content/plugins/commentcontrol.php:
1394 2009-08-03 Mark Rowe <mrowe@apple.com>
1396 Add some missing files and delete some obsolete files.
1400 2009-08-03 Mark Rowe <mrowe@apple.com>
1402 Update WordPress to the latest version.
1406 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
1408 Reviewed by Adam Treat.
1410 Mention the new webkit-help and webkit-jobs mailinglist. Change
1411 the description of webkit-dev to be more strict.
1415 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
1417 Reviewed by Adam Treat.
1419 Coding style - Clarify some cases with spacing
1420 https://bugs.webkit.org/show_bug.cgi?id=27499
1422 Add explicit rule about no space before comma or semicolon.
1424 * coding/coding-style.html:
1426 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1428 Fix the font to match the rest of the blog site.
1430 * blog-files/3d-transforms/image-flip.html:
1432 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1434 Move the image flip effect into an iframe to avoid the long
1435 blog page tripping a bug on Leopard.
1437 * blog-files/3d-transforms/image-flip.html: Added.
1439 2009-07-16 Simon Fraser <simon.fraser@apple.com>
1441 New demo files for an up-coming blog post.
1443 * blog-files/3d-transforms/mighty-cubes.png: Added.
1444 * blog-files/3d-transforms/morphing-cubes.html: Added.
1445 * blog-files/3d-transforms/perspective-by-example.html: Added.
1446 * blog-files/3d-transforms/poster-circle.html: Added.
1447 * blog-files/3d-transforms/poster-circle.png: Added.
1448 * blog-files/3d-transforms/transform-style.html: Added.
1450 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
1452 Reviewed by Sam Weinig.
1454 Side bar linking to "DOM Interfaces" returns 404
1455 https://bugs.webkit.org/show_bug.cgi?id=24000
1459 2009-07-09 Oliver Hunt <oliver@apple.com>
1461 Reviewed by Geoff Garen.
1463 JavaScript section of http://webkit.org is excessively out of date.
1465 This removes old todo entries (like adding an API, which we've had since Leopard),
1466 and adds an additional todo for a webkit-less Objective-C API.
1468 * projects/javascript/index.html:
1470 2009-07-03 Adam Barth <abarth@webkit.org>
1472 Reviewed by Sam Weinig.
1474 Adam and Collin's affiliation is incorrect
1475 https://bugs.webkit.org/show_bug.cgi?id=26954
1477 This change corrects their affiliation.
1479 * security/security-group-members.html:
1481 2009-06-24 Brady Eidson <beidson@apple.com>
1483 Reviewed by Mark Rowe
1485 * demos/index.html: Fix more typos etc.
1487 2009-06-17 Sam Weinig <sam@webkit.org>
1489 Reviewed by Mark Rowe.
1491 * security/index.html: Fix some typos.
1493 2009-06-17 Sam Weinig <sam@webkit.org>
1495 Reviewed by Mark Rowe.
1497 Move security policy to security/index.html so that
1498 webkit.org/security/ works.
1501 * security/index.html: Copied from security/security-policy.html.
1502 * security/security-policy.html: Removed.
1504 2009-06-13 Sam Weinig <sam@webkit.org>
1506 Reviewed by Timothy Hatcher.
1508 Add WebKit Security Policy and member list of the WebKit Security Group.
1512 * security/security-group-members.html: Added.
1513 * security/security-policy.html: Added.
1515 2009-06-12 Brady Eidson <beidson@apple.com>
1517 Reviewed by Oliver Hunt
1519 Add a page indexing the various demo applications we have posted.
1521 * demos/index.html: Added.
1522 * nav.inc: Add a link to the demos page on the side bar
1523 * css/main.css: Add a style for date stamps based on the blog.
1525 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
1526 index.html as the Calendar.html url has already been published and we should keep it working.
1528 Move the drosera test code to /misc, as it is no longer a meaningful demo:
1529 * demos/drosera: Removed.
1530 * demos/drosera/demo.js: Removed.
1531 * demos/drosera/drosera.png: Removed.
1532 * demos/drosera/index.html: Removed.
1533 * misc/drosera: Copied from demos/drosera.
1535 Move the sticky notes example into /demos:
1536 * demos/sticky-notes: Added.
1537 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
1538 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
1539 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
1540 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
1541 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
1542 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
1543 * misc/DatabaseExample.manifest: Removed.
1544 * misc/deleteButton.png: Removed.
1545 * misc/deleteButtonPressed.png: Removed.
1547 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
1549 Reviewed by Eric Seidel.
1551 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
1552 Update a few items in the testing language to:
1553 (1) Reflect results are now generated with Leopard (not Tiger)
1554 (2) Explain how to generate pixel-level layout tests.
1556 * quality/testing.html:
1557 * quality/testwriting.html:
1559 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
1561 Bug 26188: Clarify some of the cases in the coding style guide
1563 <https://bugs.webkit.org/show_bug.cgi?id=26188>
1565 Reviewed and tweaked by David Kilzer.
1567 Changed the coding style document to clarify some cases of ambiguity.
1569 * coding/coding-style.html:
1571 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1573 Not reviewed, demo content.
1575 - Add doctype to Calendar demo.
1577 * demos/calendar/Calendar.html:
1579 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1581 Not reviewed, demo content.
1583 - add Calendar demo.
1585 * demos/calendar: Added.
1586 * demos/calendar/Boom.aiff: Added.
1587 * demos/calendar/Calendar.css: Added.
1588 * demos/calendar/Calendar.html: Added.
1589 * demos/calendar/Calendar.js: Added.
1590 * demos/calendar/Calendar.manifest: Added.
1591 * demos/calendar/CalendarApp.icns: Added.
1592 * demos/calendar/Images: Added.
1593 * demos/calendar/Images/AirPort4.png: Added.
1594 * demos/calendar/Images/AirPortError.png: Added.
1595 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
1596 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
1597 * demos/calendar/Images/statusbarBackground.png: Added.
1598 * demos/calendar/Images/statusbarResizerVertical.png: Added.
1599 * demos/calendar/LocationImage.js: Added.
1600 * demos/calendar/Utilities.js: Added.
1601 * demos/calendar/favicon.ico: Added.
1602 * demos/calendar/mime.types: Added.
1604 2009-05-20 Mark Rowe <mrowe@apple.com>
1606 Rubber-stamped by Eric Seidel.
1608 Prevent search engines from getting creative in their descriptions of webkit.org content.
1610 * blog/wp-content/themes/webkit/header.php:
1613 2009-05-06 Eric Seidel <eric@webkit.org>
1615 Reviewed by Maciej Stachowiak.
1617 Update Contributing instructions after feedback from Julie Parent.
1618 https://bugs.webkit.org/show_bug.cgi?id=25611
1620 * coding/contributing.html: Add a few more comments on ChangeLogs
1622 2009-04-17 Simon Fraser <simon.fraser@apple.com>
1624 Reviewed by Steve Falkenburg
1626 Fix the link for setting the Platform SDK paths in the Windows instructions.
1628 * building/build.html:
1630 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
1632 Reviewed by Darin Adler.
1634 https://bugs.webkit.org/show_bug.cgi?id=25186
1635 There is no XSLT component in bugzilla
1637 * projects/xslt/index.html: Changed to search by bug title.
1639 2009-02-20 David Kilzer <ddkilzer@apple.com>
1641 Bug 23983: Remove illegal HTML tags from Sunspider web pages
1643 <https://bugs.webkit.org/show_bug.cgi?id=23983>
1645 Reviewed by Alexey Proskuryakov.
1647 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
1648 * perf/sunspider-0.9/3d-morph.html: Ditto.
1649 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
1650 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
1651 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
1652 * perf/sunspider-0.9/access-nbody.html: Ditto.
1653 * perf/sunspider-0.9/access-nsieve.html: Ditto.
1654 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
1655 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
1656 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
1657 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
1658 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
1659 * perf/sunspider-0.9/crypto-aes.html: Ditto.
1660 * perf/sunspider-0.9/crypto-md5.html: Ditto.
1661 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
1662 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
1663 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
1664 * perf/sunspider-0.9/math-cordic.html: Ditto.
1665 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
1666 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
1667 * perf/sunspider-0.9/regexp-dna.html: Ditto.
1668 * perf/sunspider-0.9/string-base64.html: Ditto.
1669 * perf/sunspider-0.9/string-fasta.html: Ditto.
1670 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
1671 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
1672 * perf/sunspider-0.9/string-validate-input.html: Ditto.
1673 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
1674 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
1675 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
1677 2009-01-19 Adam Roben <aroben@apple.com>
1679 Add links to some recommended Visual Studio hotfixes
1681 Reviewed by Dave Hyatt.
1683 * building/tools.html:
1685 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
1687 Reviewed by Adele Petersen.
1688 Landed by Pamela Greene.
1690 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
1691 Remove links to no-longer-existing Drosera project.
1692 Also, clean up references to wiki in the nav.inc file.
1694 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
1696 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
1698 Reviewed by Darin Adler.
1699 Landed by Pamela Greene.
1701 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
1702 Update website so that newbies are told they must set the
1703 WebKitOutputDir to get a valid build.
1705 * building/build.html: Add language (and link) indicating the
1706 importance of setting the WebKitOutputDir variable, as well
1707 as a link to instructions on how to do so.
1709 2008-12-19 Dean Jackson <dino@apple.com>
1711 Media queries that return <integer> but are really boolean
1712 are restricted to 0 and 1. This is in line with other
1715 * specs/MediaQueriesExtensions.html:
1717 2008-12-03 Dean Jackson <dino@apple.com>
1719 Added links to the WebKit and Mozilla bugs for pointer-events.
1721 * specs/PointerEventsProperty.html:
1723 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
1725 Reviewed by Eric Seidel.
1727 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
1728 https://bugs.webkit.org/show_bug.cgi?id=22468
1730 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
1731 added an explanation about the implementation files.
1733 * coding/coding-style.html:
1735 2008-11-25 Dean Jackson <dino@apple.com>
1737 Add a new work-in-progress proposal for pointer-events in
1738 HTML content. Also note that the Media Queries extensions
1739 are not at all official.
1741 * specs/MediaQueriesExtensions.html:
1742 * specs/PointerEventsProperty.html: Added.
1745 2008-11-25 Jack Wootten <jackwootton@gmail.com>
1747 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
1749 <https://bugs.webkit.org/show_bug.cgi?id=20125>
1751 Reviewed by David Kilzer.
1753 * projects/documentation/index.html: Added link to "Introduction to
1754 WebKit Objective-C Programming Guide".
1756 2008-11-24 Dean Jackson <dino@apple.com>
1758 Document the work-in-progress proposed extensions to
1759 CSS 3 Media Queries.
1761 * specs/MediaQueriesExtensions.html: Added.
1764 2008-11-17 Geoffrey Garen <ggaren@apple.com>
1766 Reviewed by Sam Weinig and Antti Koivisto.
1768 Clarified the last coding style rule, which was a baffling in its
1771 (Now let's see if our code ever starts following this rule!)
1773 * coding/coding-style.html:
1775 2008-11-17 Brady Eidson <beidson@apple.com>
1777 Reviewed by Mark Rowe
1779 Clarify an edge case for acronym capitalization.
1781 * coding/coding-style.html:
1783 2008-11-11 Simon Fraser <simon.fraser@apple.com>
1785 Update leaves animation sample.
1787 * blog-files/leaves/index.html:
1788 * blog-files/leaves/leaves.css:
1790 2008-11-11 Dean Jackson <dino@apple.com>
1792 Removed quotes in animation name value.
1794 * blog-files/pulse.html:
1796 2008-11-11 Dean Jackson <dino@apple.com>
1798 Added a smaller version of a screenshot.
1800 * blog-files/leaves-screenshot-small.jpg: Added.
1802 2008-11-11 Dean Jackson <dino@apple.com>
1804 Add a bunch of examples for CSS Animation blog draft.
1806 * blog-files/bounce.html: Added.
1807 * blog-files/bounce.png: Added.
1808 * blog-files/leaves-screenshot.jpg: Added.
1809 * blog-files/leaves/images/apple-touch-icon.png: Added.
1810 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
1811 * blog-files/leaves/images/realLeaf1.png: Added.
1812 * blog-files/leaves/images/realLeaf2.png: Added.
1813 * blog-files/leaves/images/realLeaf3.png: Added.
1814 * blog-files/leaves/images/realLeaf4.png: Added.
1815 * blog-files/leaves/images/textBackground.png: Added.
1816 * blog-files/leaves/index.html: Added.
1817 * blog-files/leaves/leaves.css: Added.
1818 * blog-files/leaves/leaves.js: Added.
1819 * blog-files/pulse.html: Added.
1820 * blog-files/pulse.png: Added.
1822 2008-10-30 Cameron Zwarich <zwarich@apple.com>
1824 Rubber-stamped by Mark Rowe.
1826 Update the link to Mac Subversion binaries.
1828 * building/tools.html:
1830 2008-10-27 Antti Koivisto <antti@apple.com>
1834 * blog-files/squirrelfish-link-animated.svg: Added.
1836 2008-10-27 Antti Koivisto <antti@apple.com>
1840 * blog-files/cubes-7.svg: Added.
1841 * blog-files/number-morph.svg: Added.
1843 2008-10-07 Darin Adler <darin@apple.com>
1845 * coding/RefPtr.html: Second draft.
1847 2008-10-04 Mark Rowe <mrowe@apple.com>
1849 Upgrade to WordPress 2.6.2.
1853 2008-09-26 Timothy Hatcher <timothy@apple.com>
1855 Add screenshots of searching in the Web Inspector.
1859 * blog-files/inspector-searching-elements.png: Added.
1860 * blog-files/inspector-searching-profiles.png: Added.
1862 2008-09-25 Maciej Stachowiak <mjs@apple.com>
1866 - add some screenshots.
1868 * blog-files/acid3-screenshot.png: Added.
1869 * blog-files/acid3-timing-screenshot.png: Added.
1871 2008-09-25 Darin Adler <darin@apple.com>
1873 * contact.html: Take a cut at making the role of webkitsdk-dev
1874 clearer, specifying that it's Mac OS X specific and hosted at
1877 2008-09-24 Timothy Hatcher <timothy@apple.com>
1879 Add new screenshots of the Web Inspector's Scope Variables pane.
1883 * blog-files/inspector-closure-scope.png: Added.
1884 * blog-files/inspector-event-scope.png: Added.
1885 * blog-files/inspector-with-scope.png: Added.
1887 2008-09-24 Timothy Hatcher <timothy@apple.com>
1889 Add another screenshot of the Web Inspector.
1893 * blog-files/inspector-disabling-properties.png: Added.
1895 2008-09-24 Timothy Hatcher <timothy@apple.com>
1897 Add new screenshots of the Web Inspector.
1901 * blog-files/inspector-console-autocomplete.png: Added.
1902 * blog-files/inspector-databases-panel-query-view.png: Added.
1903 * blog-files/inspector-databases-panel.png: Added.
1904 * blog-files/inspector-elements-panel.png: Added.
1905 * blog-files/inspector-numeric-style-stepping.gif: Added.
1906 * blog-files/inspector-profiles-panel.png: Added.
1907 * blog-files/inspector-resources-panel.png: Added.
1908 * blog-files/inspector-scripts-panel.png: Added.
1909 * blog-files/inspector-status-bar-with-errors.png: Added.
1910 * blog-files/inspector-toolbar.png: Added.
1912 2008-09-24 Timothy Hatcher <timothy@apple.com>
1916 * demos/drosera/demo.js: Add some console.profile() calls.
1918 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
1920 Reviewed by Darin Adler.
1922 * projects/performance/index.html: Remove dead link to the 24fun test.
1924 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1928 * blog-files/animation-demo.svg: Added.
1930 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1934 * blog-files/sfx-perf.png: Added.
1936 2008-08-25 Mark Rowe <mrowe@apple.com>
1938 Reviewed by Dan Bernstein.
1940 Modernize the bug reporting guidelines and make them a little less Mac-specific.
1942 * quality/bugwriting.html:
1944 2008-08-18 Mark Rowe <mrowe@apple.com>
1946 Upgrade to WordPress 2.6.1.
1950 2008-08-01 Adam Roben <aroben@apple.com>
1952 Add a link to the instructions to use Apple's Safari for Windows
1955 Reviewed by Eric Seidel.
1957 * building/debug.html:
1959 2008-07-28 Robert Blaut <webkit@blaut.biz>
1961 Reviewed by Mark Rowe.
1963 Fix for bug: Website provides no guidance on debugging
1964 <https://bugs.webkit.org/show_bug.cgi?id=3643>
1966 * building/debug.html: added info about Xcode Debugging Guide.
1968 2008-07-26 Mark Rowe <mrowe@apple.com>
1970 Rubber-stamped by Oliver Hunt.
1972 Update the Squirrelfish bytecode documentation.
1974 * specs/squirrelfish-bytecode.html:
1976 2008-07-26 Robert Blaut <webkit@blaut.biz>
1978 Reviewed by Eric Seidel.
1980 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
1981 Corrected validation errors in main.css file.
1985 2008-07-26 Robert Blaut <webkit@blaut.biz>
1987 Reviewed by Alexey Proskuryakov.
1989 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
1990 Added notes about unsupported Visual Studio versions.
1992 * building/tools.html:
1994 2008-07-26 Robert Blaut <webkit@blaut.biz>
1996 Reviewed by Eric Seidel.
1998 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
1999 Removed basic requirements for undetected version of WebKit.
2001 * quality/reporting.html:
2003 2008-07-26 Robert Blaut <webkit@blaut.biz>
2005 Reviewed by Adele Petersen.
2007 Fix for bug 7436: Truncated title on webkit DOM page.
2008 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2010 * projects/dom/index.html: Added basic project informations.
2012 2008-07-24 Adam Roben <aroben@apple.com>
2014 Remove some redundant text accidentally checked in
2016 * building/tools.html:
2018 2008-07-24 Adam Roben <aroben@apple.com>
2020 Fix a dead link to the Windows Platform SDK and related instructions
2022 Rubberstamped by Alexey Proskuryakov.
2024 * building/tools.html: Fixed a dead link.
2026 2008-07-21 Mark Rowe <mrowe@apple.com>
2028 Update Akismet plugin to 2.1.6.
2030 * blog/wp-content/plugins/akismet/akismet.php:
2032 2008-07-21 Mark Rowe <mrowe@apple.com>
2034 Update to WordPress 2.6.
2038 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2040 Fixed indentation of example code for C++ pointers/references!
2042 * coding/coding-style.html:
2044 2008-07-18 Robert Blaut <webkit@blaut.biz>
2046 Reviewed by David Kilzer.
2048 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2049 Added code style guidelines for multi-line boolean expressions
2051 * coding/coding-style.html:
2053 2008-07-02 Mark Rowe <mrowe@apple.com>
2055 Update a URL that was out of date.
2057 * building/checkout.html:
2059 2008-07-01 Mark Rowe <mrowe@apple.com>
2061 Update the path to the configuration file.
2063 * blog/wp-config.php:
2065 2008-06-27 Dan Bernstein <mitz@apple.com>
2067 Reviewed by Timothy Hatcher.
2069 * css/main.css: Reduced text shadow offsets.
2071 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2073 Not reviewed, web site fix.
2075 Remove blank lines in an attempt to fix feeds.
2077 * blog/wp-content/themes/webkit/index.php:
2078 * blog/wp-content/themes/webkit/links.php:
2080 2008-06-22 Aaron Digulla <digulla@hepe.com>
2082 Reviewed by Darin Adler.
2084 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2085 Bug 18993: Update of buttons in editing toolbar demo lags behind
2087 * demos/editingToolbar/FancyToolbar.js:
2088 * demos/editingToolbar/index.html:
2090 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2092 A handy reference image.
2094 * blog-files/acid3-timing.png: Added.
2096 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2100 - tweak newly added markup.
2102 * blog/wp-content/themes/webkit/header.php:
2104 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2106 Rubber stamped by Adele.
2108 - add short title and multisize icon
2110 * blog/wp-content/themes/webkit/header.php:
2111 * images/surfin-safari.icns: Added.
2113 2008-06-04 Dean Jackson <dino@apple.com>
2115 Put index pages into specs dirs to make it easier to
2118 * specs/index.html: Added.
2119 * specs/CSSVisualEffects/index.html: Added.
2121 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2123 Add a snapshot of the squirrelfish bytecode docs.
2125 * specs/squirrelfish-bytecode.html: Added.
2127 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2129 Transparent background!
2131 * blog-files/squirrelfish.png:
2133 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2137 * blog-files/squirrelfish-webkit-graph.png:
2139 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2141 Renamed this file quiet down the peanut gallery.
2143 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2144 * blog-files/webkit-graph.png: Removed.
2146 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2150 * blog-files/webkit-graph.png: Added.
2152 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2154 Moved the squirrelfish mascot to the right place.
2156 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2157 * images/squirrelfish.png: Removed.
2159 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2161 Uploaded the squirrelfish mascot.
2163 * images/squirrelfish.png: Added.
2165 2008-05-23 William Siegrist <wsiegrist@apple.com>
2167 Reviewed by Mark Rowe
2169 Rename duplicated "notice" id to "terms".
2174 2008-05-16 Anders Carlsson <andersca@apple.com>
2178 Add manifest MIME type.
2182 2008-05-14 Anders Carlsson <andersca@apple.com>
2186 Make our Sticky notes example an offline web app.
2188 * misc/DatabaseExample.html:
2189 * misc/DatabaseExample.manifest: Added.
2191 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2193 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2195 * demos/transitions-and-transforms/index.html:
2197 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2199 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2201 * demos/transitions-and-transforms/index.html:
2203 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2205 Tweaked demo visuals slightly.
2207 * demos/transitions-and-transforms/leopard.css:
2209 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2211 Tweak CSS to look a little better while loading.
2213 * demos/transitions-and-transforms/leopard.css:
2215 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2217 Not reviewed - new demo.
2219 Added a demo of CSS Transforms and Transitions.
2221 * demos/transitions-and-transforms: Added.
2222 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2223 * demos/transitions-and-transforms/Horsehead.png: Added.
2224 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2225 * demos/transitions-and-transforms/Quick Look.png: Added.
2226 * demos/transitions-and-transforms/Spaces.png: Added.
2227 * demos/transitions-and-transforms/Stacks.png: Added.
2228 * demos/transitions-and-transforms/Time Machine.png: Added.
2229 * demos/transitions-and-transforms/index.html: Added.
2230 * demos/transitions-and-transforms/leopard.css: Added.
2231 * demos/transitions-and-transforms/no-style.html: Added.
2233 2008-05-08 Mark Rowe <mrowe@apple.com>
2235 Reviewed by Sam Weinig.
2237 Add a link to the Mac OS Forge terms of use.
2241 2008-04-25 Mark Rowe <mrowe@apple.com>
2243 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2247 2008-04-21 Dean Jackson <dino@apple.com>
2249 Updated CSS Visual Effects proposals.
2253 * described simplified sandwich model (that animations have no effect
2254 outside their duration and last specified animation wins)
2255 * diagram showing the above
2256 * specified animations to start at style resolution or document load,
2258 * animation start events always have elapsedTime == 0
2262 * removed text saying that elements cannot be drawn as intersecting.
2263 * described that preserve-3d trees often need a flattening parent, otherwise
2264 elements can be hidden behind their ancestor's background.
2265 * describe that preserve-3d is not always possible, such as when
2266 overflow is 'hidden'.
2272 * specs/CSSVisualEffects/CSSAnimation.html:
2273 * specs/CSSVisualEffects/CSSTransforms.html:
2274 * specs/CSSVisualEffects/CSSTransitions.html:
2275 * specs/CSSVisualEffects/sandwich.png: Added.
2277 2008-04-08 Dean Jackson <dino@apple.com>
2279 Add some updated proposals for CSS specifications, such as
2280 Transforms and Transitions which are already implemented in TOT.
2282 * specs/CSSVisualEffects: Added.
2283 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2284 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2285 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2287 2008-03-31 Mark Rowe <mrowe@apple.com>
2289 Add some images that were missed in the WordPress 2.5 upgrade.
2293 2008-03-31 Mark Rowe <mrowe@apple.com>
2295 Upgrade to WordPress 2.5
2299 2008-03-28 Darin Adler <darin@apple.com>
2301 * building/build.html: Add another mention of using the Cygwin shell.
2302 * building/tools.html: Fix a typo on the name Cygwin.
2304 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2306 More screenshots for the blog.
2308 * blog-files/acid3-full-rendering-pass.png: Added.
2309 * blog-files/acid3-rendering-reference.png: Added.
2311 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2313 Screenshot for blog post.
2315 * blog-files/acid3-100.png: Added.
2317 2008-03-23 Antti Koivisto <antti@apple.com>
2319 * blog-files/wsj-vs.png: Added.
2321 2008-03-23 Eric Seidel <eric@webkit.org>
2325 Make our SVG status document slightly less inaccurate.
2327 * projects/svg/status.xml:
2329 2008-03-21 Antti Koivisto <antti@apple.com>
2331 Add some images for a blog post.
2333 * blog-files/wsj-nopreload.png: Added.
2334 * blog-files/wsj-preload.png: Added.
2336 2008-03-17 Dan Bernstein <mitz@apple.com>
2338 Reviewed by Sam Weinig.
2340 - link "backtrace" to the page that explains how to get one
2342 * quality/bugwriting.html:
2344 2008-03-15 Matt Lilek <webkit@mattlilek.com>
2346 Rubber-stamped by Mitz.
2348 Update crash log page with instructions for Leopard.
2350 * quality/crashlogs.html:
2352 2008-03-11 Robert Blaut <webkit@blaut.biz>
2354 Reviewed by Darin Adler.
2356 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
2357 Patch deletes an obsolete hitlist.html page and other references to it
2359 * nav.inc: removed menu link to hitlist.html
2360 * projects/compat/hitlist.html: Removed.
2361 * projects/compat/index.html: removed reference to hitlist.html
2363 2008-03-06 Timothy Hatcher <timothy@apple.com>
2365 Rubber-stamped by Adam Roben.
2367 Add a simple page that has various demo functions for Drosera.
2369 * demos/drosera: Added.
2370 * demos/drosera/demo.js: Added.
2371 * demos/drosera/drosera.png: Added.
2372 * demos/drosera/index.html: Added.
2374 2008-03-04 Mark Rowe <mrowe@apple.com>
2376 Rubber-stamped by Brady Eidson.
2378 * building/tools.html: Update link to Windows Platform SDK to its new location.
2380 2008-03-04 Mark Rowe <mrowe@apple.com>
2382 Reviewed by Sam Weinig.
2384 Add a note about preferring if over else if when the previous if is terminated by a return statement.
2386 * coding/coding-style.html:
2388 2008-02-08 Adam Roben <aroben@apple.com>
2390 * perf/slickspeed/config.ini: Fixed version number.
2392 2008-02-08 Adam Roben <aroben@apple.com>
2394 Update jQuery to v1.2.3
2396 Rubberstamped by Mitz.
2398 * perf/slickspeed/config.ini:
2399 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
2401 2008-02-07 David Smith <catfish.man@gmail.com>
2403 Rubber stamped by weinig and bdash.
2404 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
2406 * perf/slickspeed/frameworks/prototype.js:
2408 2008-02-07 David Smith <catfish.man@gmail.com>
2410 Rubber stamped by Mark Rowe
2411 Fix a duplicate selector in the test.
2413 * perf/slickspeed/selectors.list:
2415 2008-02-07 David Smith <catfish.man@gmail.com>
2417 Reviewed by Adam Roben.
2418 Added :nth-child and :last-child to the list of selectors to test.
2420 * perf/slickspeed/selectors.list:
2422 2008-02-05 Mark Rowe <mrowe@apple.com>
2424 Update WordPress to 2.3.3 which includes security fixes.
2426 * blog/wp-admin/install-helper.php:
2427 * blog/wp-includes/gettext.php:
2428 * blog/wp-includes/pluggable.php:
2429 * blog/wp-includes/version.php:
2432 2008-02-02 David Smith <catfish.man@gmail.com>
2436 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
2437 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
2439 * 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.
2440 * perf/slickspeed/selectors.list: Added the new selectors
2442 2008-02-02 Mark Rowe <mrowe@apple.com>
2444 Add WordPress plugin to give more control over blog comment settings.
2446 * blog/wp-content/plugins/commentcontrol.php: Added.
2448 2008-01-30 Jessica Kahn <jess@apple.com>
2450 Reviewed by Tim Hatcher.
2452 * coding/coding-style.html:
2453 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
2455 2008-01-21 David Smith <catfish.man@gmail.com>
2457 Reviewed by Darin Adler.
2459 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
2461 * perf/slickspeed: Added.
2462 * perf/slickspeed/config.ini: Added.
2463 * perf/slickspeed/footer.html: Added.
2464 * perf/slickspeed/frameworks: Added.
2465 * perf/slickspeed/frameworks/DomQuery.js: Added.
2466 * perf/slickspeed/frameworks/dummy.js: Added.
2467 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
2468 * perf/slickspeed/frameworks/prototype.js: Added.
2469 * perf/slickspeed/header.html: Added.
2470 * perf/slickspeed/index.php: Added.
2471 * perf/slickspeed/instructions.txt: Added.
2472 * perf/slickspeed/logo.png: Added.
2473 * perf/slickspeed/selectors.list: Added.
2474 * perf/slickspeed/style.css: Added.
2475 * perf/slickspeed/system: Added.
2476 * perf/slickspeed/system/index.php: Added.
2477 * perf/slickspeed/system/slickspeed.js: Added.
2478 * perf/slickspeed/system/template.php: Added.
2479 * perf/slickspeed/template.html: Added.
2481 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2483 Added Vista crash logging information.
2487 * quality/crashlogs.html:
2489 2008-01-07 Eric Seidel <eric@webkit.org>
2491 Reviewed by Mark Rowe.
2493 * projects/svg/status.xml: remove fixed bugs.
2495 2007-12-30 Mark Rowe <mrowe@apple.com>
2497 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
2499 * blog/wp-admin/admin.php:
2500 * blog/wp-admin/includes/file.php:
2501 * blog/wp-admin/install.php:
2502 * blog/wp-admin/setup-config.php:
2504 * blog/wp-includes/formatting.php:
2505 * blog/wp-includes/functions.php:
2506 * blog/wp-includes/pluggable.php:
2507 * blog/wp-includes/post.php:
2508 * blog/wp-includes/query.php:
2509 * blog/wp-includes/taxonomy.php:
2510 * blog/wp-includes/version.php:
2511 * blog/wp-includes/wp-db.php:
2513 * blog/wp-settings.php:
2516 2007-12-29 Alp Toker <alp@atoker.com>
2520 * perf/sunspider-0.9/sunspider.html:
2522 2007-12-29 Alp Toker <alp@atoker.com>
2526 Provide the current URL in the SunSpider results page. Useful for
2527 copying benchmark results out of browsers without a location bar or
2528 where the location bar can't handle long URLs.
2530 * perf/sunspider-0.9/sunspider-results.html:
2532 2007-12-21 David Smith <catfish.man@gmail.com>
2534 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.
2536 * blog-files/gebcnspeedtest.html:
2538 2007-12-21 David Smith <catfish.man@gmail.com>
2540 Add the benchmark from the previous commit as well.
2542 * blog-files/gebcnspeedtest.html: Added.
2543 * blog-files/prototype-for-gebcn-test.js: Added.
2545 2007-12-21 David Smith <catfish.man@gmail.com>
2547 Add a graph of benchmark results for an upcoming blog post.
2549 * blog-files/gebcnwebkitonly.png: Added.
2551 2007-12-18 Antti Koivisto <antti@apple.com>
2553 Reviewed by Darin and Steve.
2555 Add instructions to install the QuickTime SDK for Windows.
2557 * building/tools.html:
2559 2007-12-18 Mark Rowe <mrowe@apple.com>
2563 * perf/sunspider-0.9/sunspider.html:
2565 2007-12-18 Steve Falkenburg <sfalken@apple.com>
2567 Correct link to Visual Studio Express 2005.
2568 Old link points to 2008.
2572 * building/tools.html:
2574 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2578 - work around IE layout bugs
2580 * perf/sunspider-0.9/sunspider.css:
2582 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2586 - fix compare feature
2588 * perf/sunspider-0.9/sunspider-results.html:
2590 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2592 Rubber stamped by Mark.
2594 - Add a copy of SunSpider 0.9 to the site
2597 * perf/sunspider-0.9: Added.
2598 * perf/sunspider-0.9/3d-cube.html: Added.
2599 * perf/sunspider-0.9/3d-morph.html: Added.
2600 * perf/sunspider-0.9/3d-raytrace.html: Added.
2601 * perf/sunspider-0.9/access-binary-trees.html: Added.
2602 * perf/sunspider-0.9/access-fannkuch.html: Added.
2603 * perf/sunspider-0.9/access-nbody.html: Added.
2604 * perf/sunspider-0.9/access-nsieve.html: Added.
2605 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
2606 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
2607 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
2608 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
2609 * perf/sunspider-0.9/controlflow-recursive.html: Added.
2610 * perf/sunspider-0.9/crypto-aes.html: Added.
2611 * perf/sunspider-0.9/crypto-md5.html: Added.
2612 * perf/sunspider-0.9/crypto-sha1.html: Added.
2613 * perf/sunspider-0.9/date-format-tofte.html: Added.
2614 * perf/sunspider-0.9/date-format-xparb.html: Added.
2615 * perf/sunspider-0.9/math-cordic.html: Added.
2616 * perf/sunspider-0.9/math-partial-sums.html: Added.
2617 * perf/sunspider-0.9/math-spectral-norm.html: Added.
2618 * perf/sunspider-0.9/regexp-dna.html: Added.
2619 * perf/sunspider-0.9/string-base64.html: Added.
2620 * perf/sunspider-0.9/string-fasta.html: Added.
2621 * perf/sunspider-0.9/string-tagcloud.html: Added.
2622 * perf/sunspider-0.9/string-unpack-code.html: Added.
2623 * perf/sunspider-0.9/string-validate-input.html: Added.
2624 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
2625 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
2626 * perf/sunspider-0.9/sunspider-driver.html: Added.
2627 * perf/sunspider-0.9/sunspider-record-result.js: Added.
2628 * perf/sunspider-0.9/sunspider-results.html: Added.
2629 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
2630 * perf/sunspider-0.9/sunspider.css: Added.
2631 * perf/sunspider-0.9/sunspider.html: Added.
2633 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
2635 Reviewed by Maciej Stachowiak.
2637 http://bugs.webkit.org/show_bug.cgi?id=16446.
2639 * building/debug.html: Update to expand the win32 debugging instructions.
2641 2007-12-07 Brady Eidson <beidson@apple.com>
2643 Reviewed by Darin's rubberstamp
2645 When developing the Database feature and dealing with UI Delegate issues, it is important to have
2646 live examples on the web to help reproduce certain situations.
2648 This file is a dumping ground for such examples, and starts out with one function - the ability to add
2649 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
2651 * misc/DatabaseTester.html: Added.
2653 2007-12-07 Brady Eidson <beidson@apple.com>
2655 Reviewed by Adam Roben
2657 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
2658 unsupported browser or some other error that prevented the database from opening.
2659 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
2660 of those don't exist yet
2662 2007-12-05 Timothy Hatcher <timothy@apple.com>
2664 Add another Inspector screenshot for an upcoming blog post.
2666 * blog-files/InspectorDatabaseBrowser.png: Added.
2668 2007-12-04 Alp Toker <alp@atoker.com>
2670 Reviewed by Mark Rowe.
2672 Link to Planet WebKit.
2676 2007-12-02 Adam Roben <aroben@apple.com>
2678 Add another screenshot
2680 * blog-files/InspectElementMenu.png: Added.
2682 2007-12-02 Adam Roben <aroben@apple.com>
2684 Add some Inspector screenshots for an upcoming blog post
2686 Rubberstamped by Mark Rowe.
2688 * blog-files/InspectorCSSEditing.png: Added.
2689 * blog-files/InspectorFonts.png: Added.
2691 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2695 Link to the commit and review policy.
2697 * coding/contributing.html:
2700 2007-11-30 Darin Adler <darin@apple.com>
2702 * coding/commit-review-policy.html: A couple more typos and very
2703 minor grammatical stuff. No substantive change.
2705 2007-11-30 Darin Adler <darin@apple.com>
2707 * coding/commit-review-policy.html: Fixed a typo, added a footer.
2709 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2713 Clean up a couple of typos from Maciej's last patch.
2715 * coding/commit-review-policy.html:
2717 2007-11-30 Maciej Stachowiak <mjs@apple.com>
2719 Reviewed by Bertrand.
2721 New commit and review policy.
2723 * coding/commit-review-policy.html: Added.
2725 2007-11-21 Mark Rowe <mrowe@apple.com>
2729 Update coding style to cover control statements with no body.
2731 * coding/coding-style.html:
2733 2007-11-17 Adam Roben <aroben@apple.com>
2735 Update Windows debugging instructions
2737 Reviewed by Mark Rowe.
2739 * building/debug.html:
2741 2007-11-14 Brady Eidson <beidson@apple.com>
2745 * images/DroseraPic.png: Added.
2747 2007-11-12 Brady Eidson <beidson@apple.com>
2751 Update the DatabaseExample to use the new API
2753 * misc/DatabaseExample.html:
2755 2007-11-12 Mark Rowe <mrowe@apple.com>
2757 * building/tools.html: Remove extra >.
2759 2007-11-09 Antti Koivisto <antti@apple.com>
2761 Rubber stamped by bdash.
2763 Add directory for blog resources (and one image).
2765 * blog-files: Added.
2766 * blog-files/touch-poster.png: Added.
2768 2007-11-07 Dan Bernstein <mitz@apple.com>
2770 Reviewed by Darin Adler.
2772 - removed a workaround for the bug fixed in the WebCore part of this
2775 2007-11-04 Timothy Hatcher <timothy@apple.com>
2777 Land the HTML Editing Toolbar demo from WWDC 2007.
2780 * demos/editingToolbar: Added.
2781 * demos/editingToolbar/FancyToolbar.css: Added.
2782 * demos/editingToolbar/FancyToolbar.js: Added.
2783 * demos/editingToolbar/FancyToolbarImages: Added.
2784 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
2785 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
2786 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
2787 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
2788 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
2789 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
2790 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
2791 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
2792 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
2793 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
2794 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
2795 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
2796 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
2797 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
2798 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
2799 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
2800 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
2801 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
2802 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
2803 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
2804 * demos/editingToolbar/content.html: Added.
2805 * demos/editingToolbar/images: Added.
2806 * demos/editingToolbar/images/safari.png: Added.
2807 * demos/editingToolbar/index.html: Added.
2809 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
2811 CIA has changed its hostname from cia.navi.cx to cia.vc
2812 <http://bugs.webkit.org/show_bug.cgi?id=15829>
2816 * contact.html: Updated links to CIA.
2818 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
2820 LGPL'ed files contain incorrect FSF address
2821 <http://bugs.webkit.org/show_bug.cgi?id=14885>
2823 Reviewed by NOBODY (follow-up fix).
2825 * blog/wp-includes/class-snoopy.php:
2826 * blog/wp-includes/gettext.php:
2827 * blog/wp-includes/streams.php:
2829 2007-11-01 Sam Weinig <sam@webkit.org>
2831 Rubber-stamped by Tim Hatcher.
2833 * misc/DatabaseExample.html: Speed up default close speed to .25s
2835 2007-11-01 Sam Weinig <sam@webkit.org>
2837 Reviewed by Adam Roben.
2839 - Don't show the close button on the notes unless hovering over the note.
2840 - Do transformation and fade when closing a note using the new transition properties.
2842 * misc/DatabaseExample.html:
2844 2007-10-29 Mark Rowe <mrowe@apple.com>
2850 2007-10-29 Mark Rowe <mrowe@apple.com>
2852 Files that have been added or modified on the web server without making it in to SVN.
2855 * blog/wp-content/databaseexample.png: Added.
2856 * blog/wp-content/uploads: Added.
2857 * blog/wp-content/uploads/2007: Added.
2858 * blog/wp-content/uploads/2007/06: Added.
2859 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
2860 * building/cygwin-downloader.zip: Added.
2862 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
2864 Rubber-stamped by Mark Rowe.
2866 * images/download.png: Updated to say "Nightly builds" instead of
2867 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
2868 download link anyway.
2870 2007-10-21 David Kilzer <ddkilzer@webkit.org>
2872 Reviewed by Darin Adler.
2874 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
2875 DOM Exception opening up client-side database example for the first time
2877 There was a race condition when creating the WebKitStickyNotes table for the
2878 first time in which the loaded() function (renamed to loadNotes()) could be
2879 called before the table was created. Prevent this by only calling loadNotes()
2880 in an executeSql() callback after we know the table exists, or after we know
2881 the table has been created.
2883 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
2884 Created a new loaded() function.
2886 2007-10-20 Mark Rowe <mrowe@apple.com>
2888 Rubber-stamped by Adam.
2890 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
2892 * misc/DatabaseExample.html:
2893 * misc/deleteButton.png: Added.
2894 * misc/deleteButton.tiff: Removed.
2895 * misc/deleteButtonPressed.png: Added.
2896 * misc/deleteButtonPressed.tiff: Removed.
2898 2007-10-20 Adam Roben <aroben@apple.com>
2900 Make the notes sticky!
2904 * misc/DatabaseExample.html:
2905 * misc/deleteButton.tiff: Added.
2906 * misc/deleteButtonPressed.tiff: Added.
2908 2007-10-19 Timothy Hatcher <timothy@apple.com>
2910 Reviewed by Mark Rowe.
2912 Fix a couple of exceptions for first time users.
2914 * misc/DatabaseExample.html:
2916 2007-10-19 Anders Carlsson <andersca@apple.com>
2920 Make example actually work.
2922 * misc/DatabaseExample.html:
2924 2007-10-19 Anders Carlsson <andersca@apple.com>
2930 * misc/DatabaseExample.html:
2932 2007-10-19 Brady Eidson <beidson@apple.com>
2936 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
2938 * misc/DatabaseExample.html:
2940 2007-10-19 Brady Eidson <beidson@apple.com>
2942 Reviewed by Tim Hatcher
2944 Sample database API usage
2946 * misc/DatabaseExample.html: Added.
2948 2007-09-25 David Kilzer <ddkilzer@webkit.org>
2952 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
2953 LGPL'ed files contain incorrect FSF address
2955 * blog/wp-content/plugins/wp-cache/wp-cache.php:
2956 * blog/wp-includes/class-snoopy.php:
2957 * blog/wp-includes/gettext.php:
2958 * blog/wp-includes/js/tinymce/license.html:
2959 * blog/wp-includes/streams.php:
2961 2007-09-23 Maciej Stachowiak <mjs@apple.com>
2963 Reviewed by Mark Rowe.
2965 - Limit custom list bullets to ordered lists only
2976 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2980 * coding/coding-style.html:
2981 - in section Other Punctuation
2982 - syntax instead of synatax
2983 - fix sample code alignment
2985 2007-09-06 Maciej Stachowiak <mjs@apple.com>
2989 * misc/WebKitDetect.js: Added.
2991 2007-09-06 Maciej Stachowiak <mjs@apple.com>
2993 Not reviewed - copy of WebKitDetect script from wiki
2995 * misc/WebKitDetect.html: Added.
2997 2007-08-20 Adam Roben <aroben@apple.com>
2999 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
3003 * quality/crashlogs.html:
3005 2007-07-26 Maciej Stachowiak <mjs@apple.com>
3007 - grammar fix pointed out by Mitz.
3009 * projects/goals.html:
3011 2007-07-25 Maciej Stachowiak <mjs@apple.com>
3013 Rubber stamped by Adam.
3015 Added WebKit Project Goals.
3017 * nav.inc: added a nav link.
3018 * projects/goals.html: Added.
3020 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
3022 Reviewed by Adam Roben.
3024 Add information on getting a useful crash log on Mac and Windows.
3027 * quality/crashlogs.html: Added.
3028 * quality/mac_reportbox.jpg: Added.
3029 * quality/mac_viewtrace.jpg: Added.
3030 * quality/win_installwatson.jpg: Added.
3031 * quality/win_watsongui.jpg: Added.
3032 * quality/win_watsoninstalled.jpg: Added.
3034 2007-07-20 Mark Rowe <mrowe@apple.com>
3036 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
3037 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
3038 include is functionally identical for our purposes on the first use.
3040 * blog/wp-content/advanced-cache.php:
3042 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
3046 - http://bugs.webkit.org/show_bug.cgi?id=14628
3047 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
3051 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
3053 Reviewed by Adam Roben.
3055 Add info about VC++ Express forgetting SDK paths.
3057 * building/build.html:
3059 2007-07-02 Mitz Pettel <mitz@webkit.org>
3061 Reviewed by Darin Adler.
3063 - http://bugs.webkit.org/show_bug.cgi?id=14482
3064 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
3066 * quality/reduction.html:
3068 2007-07-01 Mitz Pettel <mitz@webkit.org>
3070 Reviewed by Darin Adler.
3072 - http://bugs.webkit.org/show_bug.cgi?id=14481
3073 Broken links on coding/lgpl-license.html
3075 * coding/lgpl-license.html:
3077 2007-06-24 Mitz Pettel <mitz@webkit.org>
3079 Reviewed by Adam Roben.
3083 * building/build.html:
3085 2007-06-23 Mark Rowe <mrowe@apple.com>
3089 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
3091 2007-06-12 Adam Roben <aroben@apple.com>
3093 Update the location of cygwin-downloader.zip.
3095 Rubberstamped by Hyatt.
3097 * building/tools.html:
3099 2007-06-12 Dave Hyatt <hyatt@apple.com>
3101 Add Windows checkout/build instructions to the website.
3103 * building/build.html:
3104 * building/checkout.html:
3105 * building/debug.html:
3106 * building/tools.html: Added.
3107 * building/run.html:
3112 2007-06-10 Geoffrey Garen <ggaren@apple.com>
3114 Reviewed by Beth Dakin.
3116 Cleaned up formatting on the check out page.
3118 * building/checkout.html:
3120 2007-06-08 Mark Rowe <mrowe@apple.com>
3122 Rubber-stamped by Hyatt.
3124 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
3125 than doing server-side user agent checks. This resolves an issue some people were seeing where
3126 caching would lead to a page generated for an Internet Explorer user being served to a Safari
3127 user. The visible symptom of this was many of the graphics were missing.
3129 * blog/wp-content/themes/webkit/header.php:
3132 2007-05-04 Mark Rowe <mrowe@apple.com>
3134 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
3135 present in the old version which have since been removed, but it's unlikely
3136 they'll ever cause a problem.
3138 2007-05-04 Mark Rowe <mrowe@apple.com>
3140 Add graphics used by existing blog posts into SVN.
3142 * blog/wp-content/rotate.png: Added.
3143 * blog/wp-content/drosera.png: Added.
3144 * blog/wp-content/hitlist.png: Added.
3145 * blog/wp-content/svgtextmini.png: Added.
3146 * blog/wp-content/svgtextmini_01.png: Added.
3147 * blog/wp-content/textfield_screenshot.jpg: Added.
3148 * blog/wp-content/Picture9.png: Added.
3149 * blog/wp-content/svgtext.png: Added.
3150 * blog/wp-content/webInspector.png: Added.
3151 * blog/wp-content/rotate.svg: Added.
3152 * blog/wp-content/chucknorris.png: Added.
3154 2007-04-21 Mitz Pettel <mitz@webkit.org>
3156 Reviewed by Darin Adler.
3158 - http://bugs.webkit.org/show_bug.cgi?id=13350
3159 Build Ahem into DumpRenderTree
3161 * quality/testing.html: Removed the requirement to download and install
3162 Ahem for running the tests.
3163 * quality/testwriting.html: Added information about Ahem.
3165 2007-04-09 Adele Peterson <adele@apple.com>
3167 * blog/wp-content/chrome.jpg: Added.
3169 2007-04-05 Mark Malone <markmalone@mac.com>
3171 Reviewed by Darin Adler.
3173 http://bugs.webkit.org/show_bug.cgi?id=13273
3174 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
3176 * nav.inc: Link directly to the hierarchy.
3178 2007-03-26 Darin Adler <darin@apple.com>
3180 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
3182 2007-03-25 Darin Adler <darin@apple.com>
3184 * coding/coding-style.html: Put !important on right/wrong colors so they override the
3185 green color that comes from the green.css stylesheet.
3187 2007-03-25 Darin Adler <darin@apple.com>
3189 * coding/RefPtr.html: A couple minor wording tweaks.
3191 2007-03-25 Darin Adler <darin@apple.com>
3193 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
3195 2007-03-25 Mark Rowe <mrowe@apple.com>
3197 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
3198 Replace raw ampersands in hyperlink URL with named entity.
3200 2007-03-25 Darin Adler <darin@apple.com>
3202 * coding/RefPtr.html: A couple wording tweaks.
3204 2007-03-25 Darin Adler <darin@apple.com>
3206 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
3207 suggested by Anders.
3209 2007-03-24 Darin Adler <darin@apple.com>
3211 * css/main.css: Try tighter spacing for code examples.
3213 2007-03-24 Darin Adler <darin@apple.com>
3215 * coding/RefPtr.html: <span> -> </span>
3217 2007-03-24 Darin Adler <darin@apple.com>
3219 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
3221 2007-03-24 Darin Adler <darin@apple.com>
3223 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
3225 Also tweaked the MIME types of a few files and removed a stray executable bit.
3227 2007-03-21 David Kilzer <ddkilzer@apple.com>
3229 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
3231 2007-03-21 David Kilzer <ddkilzer@apple.com>
3233 * building/checkout.html: Got rid of "click here" link and restructured sentences
3234 linking to svn clients.
3236 2007-03-21 David Kilzer <ddkilzer@apple.com>
3240 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
3242 2007-03-21 Maciej Stachowiak <mjs@apple.com>
3244 - some specs to propose by email
3246 * specs/HTML_Timed_Media_Elements.html: Added.
3247 * specs/Timed_Media_CSS.html: Added.
3248 * specs/Timed_Media_Elements-Open_Issues.html: Added.
3249 * specs/mediaelement.css: Added.
3250 * specs/movie-status-states.png: Added.
3252 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
3254 Reviewed by Darin Adler.
3256 Clear up the steps necessary to get a patch landed.
3258 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
3259 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
3261 * coding/contributing.html:
3263 2007-03-18 Maciej Stachowiak <mjs@apple.com>
3265 Added a random JS benchmark.
3267 * misc/morph.html: Added.
3269 2007-03-14 Kevin McCullough <kmccullough@apple.com>
3273 Silly wrapping change for testing a post-commit hook change.
3277 2007-03-09 Darin Adler <darin@apple.com>
3279 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
3280 we want it to match pre, and the default font looks fine -- no need to
3281 ask for "Courier New" explicitly.
3283 2007-03-09 Mark Rowe <mrowe@apple.com>
3285 Rubber-stamped by Tim Hatcher.
3287 Sexy blog permalinks!
3289 * blog/.htaccess: Added.
3291 2007-03-09 Mark Rowe <mrowe@apple.com>
3295 * building/checkout.html: Update repository URL.
3297 2007-03-07 Brady Eidson <beidson@apple.com>
3299 Whoops, its actually prepare-ChangeLog
3301 * coding/contributing.html:
3303 2007-03-07 Brady Eidson <beidson@apple.com>
3307 Explicitly mention the prepare-Changelog step for contributing patches
3309 * coding/contributing.html:
3311 2007-02-25 Anders Carlsson <acarlsson@apple.com>
3315 * building/checkout.html:
3316 Add Trac link to our SVN repository,
3318 2007-02-15 Darin Adler <darin@apple.com>
3320 * projects/performance/index.html: Fix i-Bench link.
3322 2007-02-08 Mark Rowe <mrowe@apple.com>
3324 Reviewed by Tim Hatcher.
3326 * nav.inc: Add link to very work-in-progress DOM documentation.
3328 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
3332 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
3334 * blog/wp-admin/admin-header.php:
3335 * blog/wp-login.php:
3337 2007-01-15 Brady Eidson <beidson@apple.com>
3341 * coding/coding-style.html: Added switch/case indentation rules
3343 2007-01-15 Eric Seidel <eric@webkit.org>
3347 * coding/coding-style.html: update to include style for header guards
3349 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3351 * coding/coding-style.html: Fixed minor validation error.
3353 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3355 Reviewed by Beth Dakin.
3357 Updated coding style guidelines to cover a lot of stuff previously absent.
3359 * coding/coding-style.html:
3361 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
3363 Reviewed by Darin Adler.
3365 http://bugs.webkit.org/show_bug.cgi?id=11295
3366 Nightly download size is misleading
3368 * images/download.png: Changed the size to 6 MB.
3370 2007-01-01 Darin Adler <darin@apple.com>
3372 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
3374 2006-12-06 Rob Buis <buis@kde.org>
3378 http://bugs.webkit.org/show_bug.cgi?id=10254
3379 A few grammar and spelling corrections on the WebKit website
3381 Grammar and spelling corrections by Jonathan Johnsson.
3383 * coding/coding-style.html:
3384 * projects/css/index.html:
3385 * projects/javascript/index.html:
3386 * projects/svg/index.html:
3387 * quality/reduction.html:
3389 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
3393 http://bugs.webkit.org/show_bug.cgi?id=11652
3394 Bug 11652: Mailing list address and URL are incorrect
3396 This also removes a lot of bit rot from the KWQ-era.
3398 * coding/contributing.html:
3400 * projects/css/index.html:
3401 * projects/editing/index.html:
3402 * projects/forms/index.html:
3403 * projects/html/index.html:
3404 * projects/portability/index.html:
3405 * projects/xslt/index.html:
3406 * quality/lifecycle.html:
3407 * quality/testwriting.html:
3409 2006-11-18 Mitz Pettel <mitz@webkit.org>
3413 Gender-neutrality fix.
3415 * coding/contributing.html:
3417 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
3419 Reviewed by Tim Hatcher.
3421 Moved the web developer page to the wiki, adding link to the Drosera page.
3423 * .htaccess: Add permanent redirect to the new page on the wiki.
3424 * contact.html: Trac numbers are no longer one off.
3426 * webdevelopers/index.html: Removed.
3427 * webdevelopers/webkit_version.html: Removed.
3428 * webdevelopers/webkit_version.js: Removed.
3429 * webdevelopers/webkit_version_xl.html: Removed.
3430 * webdevelopers/webkit_version_xl.js: Removed.
3432 2006-11-14 Mark Rowe <bdash@webkit.org>
3434 Reviewed by Tim Hatcher.
3436 http://bugs.webkit.org/show_bug.cgi?id=9529
3437 Bug 9529: Navigation HTML duplicated on webkit.org web site
3439 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
3440 * nav.inc: Generate WordPress archive list if included from within WordPress.
3442 2006-11-07 Mark Rowe <bdash@webkit.org>
3444 Reviewed by Dave Hyatt.
3446 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
3447 component to the correct JavaScriptCore.
3449 2006-11-06 Timothy Hatcher <timothy@apple.com>
3453 Update the site with new wiki and Trac links.
3455 * blog/wp-content/themes/webkit/sidebar.php:
3456 * building/build.html:
3459 * projects/svg/index.html:
3461 2006-10-31 Mark Rowe <bdash@webkit.org>
3465 Update WebKit blog link to prevent pointless redirects.
3469 2006-10-25 Mitz Pettel <mitz@webkit.org>
3473 - http://bugs.webkit.org/show_bug.cgi?id=11412
3474 Stray list item in coding/coding-style.html
3476 * coding/coding-style.html:
3478 2006-10-25 Mark Rowe <bdash@webkit.org>
3482 Fix some HTML bugs in the coding style guidelines.
3484 * coding/coding-style.html:
3486 2006-10-13 Geoffrey Garen <ggaren@apple.com>
3490 Split build, run, and debug steps into separate pages. Darin recommended
3493 * building/build.html:
3494 * building/checkout.html:
3495 * building/debug.html: Added.
3496 * building/run.html: Added.
3499 2006-10-05 Eric Seidel <eric@webkit.org>
3503 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
3505 2006-09-26 Eric Seidel <eric@webkit.org>
3509 * projects/svg/status.xml: update status to reflect current state of SVG development
3511 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
3515 http://bugs.webkit.org/show_bug.cgi?id=10975
3516 Update the blog template to valid HTML 4.01 Strict.
3518 * blog/wp-content/themes/webkit/comments-popup.php:
3519 * blog/wp-content/themes/webkit/comments.php:
3520 * blog/wp-content/themes/webkit/footer.php:
3521 * blog/wp-content/themes/webkit/header.php:
3522 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
3524 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3528 http://bugs.webkit.org/show_bug.cgi?id=10966
3529 Bug 10966: Updates to website
3531 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
3533 * coding/coding-style.html:
3534 * coding/lgpl-license.html:
3537 * projects/css/index.html:
3538 * projects/editing/index.html:
3539 * projects/forms/index.html:
3540 * projects/html/index.html:
3541 * projects/index.html:
3542 * projects/javascript/index.html:
3543 * projects/svg/index.html:
3544 * projects/xslt/index.html:
3545 * webdevelopers/webkit_version.html:
3546 * webdevelopers/webkit_version_xl.html:
3548 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3552 Updates to make static pages validate as HTML 4.01 Strict.
3554 * building/build.html:
3555 * coding/coding-style.html:
3557 * index.html: Move <style> tag into the document head.
3558 * projects/cleanup/index.html:
3559 * projects/compat/index.html:
3560 * projects/css/index.html:
3561 * projects/documentation/index.html:
3562 * projects/editing/index.html:
3563 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
3564 * projects/html/index.html:
3565 * projects/javascript/index.html:
3566 * projects/performance/index.html:
3567 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
3568 * projects/printing/index.html:
3569 * projects/svg/index.html:
3570 * projects/xslt/index.html:
3571 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
3572 * quality/reduction.html:
3573 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
3574 * quality/testing.html:
3576 2006-09-19 Brady Eidson <beidson@apple.com>
3578 http://bugs.webkit.org/show_bug.cgi?id=8220
3579 Add the favicon.ico to the site.
3580 Notice, users of shipping Safari won't see the updated favicon
3581 unless they clear their icon cache - ToT users can manually reload
3582 the site and force the refresh ;)
3584 * favicon.ico: Added.
3586 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
3590 - this patch brought to you by the letter 'c'
3592 * coding/coding-style.html:
3594 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
3596 Reviewed by Darin Adler.
3598 - http://bugs.webkit.org/show_bug.cgi?id=10444
3599 Navigation links overlap the Spam Karma 2 footer
3601 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
3603 2006-08-21 Timothy Hatcher <timothy@apple.com>
3605 Reviewed by Darin Adler.