1 2011-01-21 David Levin <levin@chromium.org>
3 Reviewed by Darin Adler.
5 Proposal: Require cross-organizational seconds for reviewer nominations
6 https://bugs.webkit.org/show_bug.cgi?id=47597
8 This changes the committer/reviewer policy to require an additional
9 reviewer supporting a reviewer nomination to work for a different
10 company and different project affiliation from the nominee.
12 This means reviewer nominations would require four supporting reviewers,
13 one of which knows the reviewer through the community (irc, email, bugs)
14 ensuring that the nominee has the open-source collaboration skills
15 we so highly value here in WebKit.
17 * coding/commit-review-policy.html:
19 2011-01-01 Adam Barth <abarth@webkit.org>
21 Reviewed by Eric Seidel.
23 Move JavaScriptCore to Source
24 https://bugs.webkit.org/show_bug.cgi?id=51604
26 * coding/assertion-guidelines.html:
27 - Update documentation to point to the new location of
30 2010-12-17 Dan Bernstein <mitz@apple.com>
32 Reviewed by Simon Fraser.
34 Rename WebKitTools to Tools
35 https://bugs.webkit.org/show_bug.cgi?id=49861
37 * asking_questions.html:
38 * building/tools.html:
39 * coding/scripts.html:
41 2010-11-08 Jessie Berlin <jberlin@apple.com>
43 Reviewed by Adam Roben.
45 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
47 https://bugs.webkit.org/show_bug.cgi?id=49189
49 * building/tools.html:
50 Add a line recommending bash shell users to comment out or remove those lines, with an
51 explanation as to why.
53 2010-11-04 Orlando Leite <orlleite@gmail.com>
55 Reviewed by Adam Barth.
57 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
59 * building/tools.html:
61 2010-10-29 Adam Roben <aroben@apple.com>
63 Instruct developers to install the Feburary 2010 DirectX SDK, not just
66 The February 2010 SDK is the last one with support for Visual Studio
69 I also removed some unnecessary instructions regarding the DirectX
72 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
73 specific version of the DirectX SDK
75 Reviewed by Steve Falkenburg.
77 * building/tools.html:
79 2010-10-28 Lucas Forschler <lforschler@apple.com>
81 Reviewed by Geoffrey Garen.
83 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
85 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
86 -Edited the .htaccess file to redirect the old pages to the new landing page.
87 -This should keep our search engine page rankings effective.
89 -This COULD potentially break the SunSpider benchmark.
90 -Local testing with relative links seems to function as expected.
91 -The .htaccess 301 redirects are UNTESTED.
95 * perf/sunspider: Added.
96 * perf/sunspider-0.9.1/sunspider.html: Removed.
97 * perf/sunspider-0.9.1/versions.html: Removed.
98 * perf/sunspider-0.9/sunspider.html: Removed.
99 * perf/sunspider/sunspider.css: Added.
100 * perf/sunspider/sunspider.html: Added.
102 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
104 Reviewed by David Levin.
106 Add DirectX SDK to Installing Developer Tools web page
107 https://bugs.webkit.org/show_bug.cgi?id=47911
109 * building/tools.html:
111 2010-09-30 David Levin <levin@chromium.org>
113 Reviewed by Darin Adler.
115 Add guideline for constructors doing implicit type conversion to coding style.
116 https://bugs.webkit.org/show_bug.cgi?id=47646
118 * coding/coding-style.html:
120 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
122 Reviewed by Simon Fraser.
124 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
125 https://bugs.webkit.org/show_bug.cgi?id=47013
127 * nav.inc: Removed the space from the web inspector wiki link.
129 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
131 Unreviewed HTML syntax fix for my recent change in the coding-style.
133 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
135 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
137 Reviewed by Darin Adler.
139 check-webkit-style and the coding style guidelines page are inconsistent
140 https://bugs.webkit.org/show_bug.cgi?id=46099
142 * coding/coding-style.html:
143 Making clear that includes of system headers must come after includes of other headers.
145 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
147 Reviewed by Adam Barth.
149 Adding a timeline screenshot for blocking and defer scripts
150 https://bugs.webkit.org/show_bug.cgi?id=45933
152 * blog-files/timeline-blocking-script.png: Added.
153 * blog-files/timeline-defer-script.png: Added.
155 2010-09-14 Jessie Berlin <jberlin@apple.com>
157 Reviewed by Adam Roben.
159 Exceptions are getting ignored on 64-bit Windows in the Web Process.
160 https://bugs.webkit.org/show_bug.cgi?id=45779
162 * building/tools.html:
163 Add instructions about how to optionally get hotfix 976038.
165 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
167 Reviewed by Adam Barth.
169 https://bugs.webkit.org/show_bug.cgi?id=43982
170 This js file seems to be a popular script for detecting mobile WebKit but
171 it has a flaw that makes it fail on Android and BlackBerry.
173 The issue is that it looks for "Mobile/" but Android and BlackBerry
174 use "Mobile" with no numbering after it.
175 Changed RegExp pattern " Mobile/" to " Mobile\\b".
177 * misc/WebKitDetect.js:
178 (WebKitDetect.isMobile):
180 2010-08-27 Darin Adler <darin@apple.com>
182 * coding/RefPtr.html: Minor revision, improve clarity and mention some
185 2010-08-26 Daniel Bates <dbates@rim.com>
187 Reviewed by Dumitru Daniliuc.
189 Fix misspelled words on WebKit.org contact.html,
190 demos/index.html, and quality/leakhunting.html
191 https://bugs.webkit.org/show_bug.cgi?id=44747
193 Fix some misspelled words on the WebKit.org site.
195 * contact.html: Change "bugreports" [sic] to "bug reports".
196 * demos/index.html: Change "testcase" [sic] to "test case".
197 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
199 2010-08-23 David Kilzer <ddkilzer@apple.com>
201 Clean up some HTML typos in crashlogs.html
203 Rubber-stamped by Maciej Stachowiak.
205 * quality/crashlogs.html: Fixed "</code>>" typos added in
206 r56300. Changed "<tt>" tag with style attribute to "<code>"
207 that was missed in r56300.
209 2010-08-17 Beth Dakin <bdakin@apple.com>
211 Rubber-stamped by Adele.
213 Adding a MathML Demo and screenshot.
215 * blog-files/riemann-screenshot.png: Added.
216 * demos/mathml: Added.
217 * demos/mathml/MathMLDemo.xhtml: Added.
219 2010-08-17 Adam Roben <aroben@apple.com>
221 Instruct developers to (optionally) install Debugging Tools for
224 These tools are used by some of our scripts, so are useful for
225 developers to have installed.
227 Fixes <http://webkit.org/b/44128> webkit.org building instructions
228 should recommend installing Debugging Tools for Windows
230 Reviewed by Sam Weinig.
232 * building/tools.html:
234 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
236 Reviewed by Nikolas Zimmermann.
238 Update SVG implementation status.
240 * projects/svg/status.xml:
242 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
244 Reviewed by Darin Adler.
246 Add a diagram explaining how a DOM element is attached to the site.
247 https://bugs.webkit.org/show_bug.cgi?id=42763
249 * coding/dom-element-attach.html: Added.
250 * coding/images/dom-element-attach-large.png: Added.
251 * coding/images/dom-element-attach-small.png: Added.
252 * coding/images/dom-element-attach.graffle: Added.
253 * coding/technical-articles.html: Added a link to the page with the diragram.
255 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
257 Reviewed by Darin Adler.
259 Improve assertion macro documentation.
261 https://bugs.webkit.org/show_bug.cgi?id=40565
263 * coding/assertion-guidelines.html:
265 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
267 Reviewed by Geoffrey Garen.
269 Add an index of technical articles to the WebKit site. This makes the
270 links to the RefPtr and Assertion documentation discoverable and
271 provides an easy way to find some useful blog posts.
273 https://bugs.webkit.org/show_bug.cgi?id=40561
275 * coding/technical-articles.html: Added.
276 * nav.inc: Add link to technical articles.
278 2010-06-15 Adam Roben <aroben@apple.com>
280 Remove some unnecessary steps for setting up the debugger on Windows
282 Apparently update-webkit does this for you now.
284 Rubber-stamped by Steve Falkenburg.
286 * building/debug.html: Removed the first two Windows steps, which are
287 now unnecessary, and updated the third to reflect reality.
289 2010-06-14 Adam Roben <aroben@apple.com>
291 Improve instructions for debugging on Windows
293 Fixes <http://webkit.org/b/40585>.
295 Reviewed by Steve Falkenburg.
297 * building/debug.html: Improved the Windows instructions. We now
298 instruct users to set things up so that hitting F5 from WebKit.sln
299 will launch Safari with the WEBKITNIGHTLY environment variable
300 pointing to the location of the built WebKit.dll.
302 * building/console_vs2005.jpg: Removed.
303 * building/debug_vs2005.jpg: Removed.
305 * building/launch-debugger-vs2005.png: Added.
306 * building/set-as-startup-project-vs2005.png: Added.
307 * building/set-debugging-properties-vs2005.png: Added.
309 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
311 Reviewed by Darin Adler.
313 Add documentation on the various assertion macros in WebKit.
315 https://bugs.webkit.org/show_bug.cgi?id=39950
317 * coding/assertion-guidelines.html: Added.
319 2010-05-29 Sterling Swigart <sswigart@google.com>
321 Reviewed by David Levin.
323 Adding tests to canvas.html performance test
324 https://bugs.webkit.org/show_bug.cgi?id=39883
326 * demos/canvas-perf/canvas.html:
332 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
334 Reviewed by Darin Adler.
336 Update the style guide re: static member variables and structs
337 https://bugs.webkit.org/show_bug.cgi?id=39663
339 Per Darin Adler's proposal on webkit-dev.
341 All static member variables should be prefixed with s_.
342 m_ should not be used for public data members in structs.
343 Only structs should have public data members.
345 * coding/coding-style.html:
347 2010-05-24 David Levin <levin@chromium.org>
349 Reviewed by Maciej Stachowiak.
351 Improve canvas perf test accuracy.
352 https://bugs.webkit.org/show_bug.cgi?id=39635
354 * demos/canvas-perf/canvas.html:
355 1. Change the various tests to get the image data for the result
356 to help ensure that the operation has completed by the time,
357 and subtract out the time needed to do this.
358 2. Made the test more flexible about number of repetitions and
360 3. Make the tests run separately and have a pause between them
361 to allow for garbage collection so that results are more
363 4. Added a standard logging function and shouldBe asserts to
364 verify that the correct scaling operations were happening.
366 2010-05-20 Daniel Bates <dbates@rim.com>
368 Rubber-stamped by Simon Fraser.
370 Spelling correction; change "acces" [sic] to "access".
372 * quality/lifecycle.html:
374 2010-05-14 Eric Seidel <eric@webkit.org>
376 Reviewed by Maciej Stachowiak.
378 Update tools.html to mention that Tiger users require a newer Python
379 https://bugs.webkit.org/show_bug.cgi?id=38822
381 Also updated the instructions that only Tiger users need
382 to install a subversion client. Newer OSes already have
383 subversion included in the install.
385 * building/tools.html:
387 2010-05-08 Dirk Schulze <krit@webkit.org>
389 Reviewed by Nikolas Zimmermann.
391 SVGFont's VKern implementation missing
392 https://bugs.webkit.org/show_bug.cgi?id=38663
394 * projects/svg/status.xml:
396 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
398 Reviewed by Adam Barth.
400 Commit and Review policy should encourage unofficial reviews
401 https://bugs.webkit.org/show_bug.cgi?id=38517
403 * coding/commit-review-policy.html:
405 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
407 Reviewed by Darin Adler.
409 Fix the sticky-notes demo.
410 https://bugs.webkit.org/show_bug.cgi?id=38550
412 1. Exceptions thrown by openDatabase() should be treated as
414 2. Do not allow users to create new notes when openDatabase()
417 * demos/sticky-notes/index.html:
419 2010-05-02 Dirk Schulze <krit@webkit.org>
421 Reviewed by Nikolas Zimmermann.
423 SVG hkern implementation incomplete
424 https://bugs.webkit.org/show_bug.cgi?id=38407
426 We support hkern now. Mention this in the SVG status page.
428 * projects/svg/status.xml:
430 2010-04-29 Dean Jackson <dino@apple.com>
432 Unreviewed. Make a note that we are no longer proposing
433 the evaluateMediaQuery method. Instead, we are following
434 the standard matchMedium method from CSS 3 View.
436 * specs/MediaQueriesExtensions.html:
438 2010-04-18 Adam Barth <abarth@webkit.org>
440 Unreviewed. Update a label of the diagram to better match the
441 description in the text of the blog post.
443 * blog-files/loader-diagram.svg:
445 2010-04-17 Adam Barth <abarth@webkit.org>
447 Unreviewed. Added loader diagram for upcoming blog post.
449 * blog-files/loader-diagram.svg: Added.
451 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
453 Reviewed by Eric Seidel.
455 Minor Updates and Cleanup to the Contributing Page
456 https://bugs.webkit.org/show_bug.cgi?id=37415
458 * coding/contributing.html:
460 2010-04-07 Maciej Stachowiak <mjs@apple.com>
464 Random demo to look cool on twitter.
466 * misc/gradient-input.html: Added.
468 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
472 Adding images for inspector blog post. Previewed by Timothy Hatcher.
474 * blog-files/inspector/audits_launcher.png: Added.
475 * blog-files/inspector/audits_panel.png: Added.
476 * blog-files/inspector/console_panel.png: Added.
477 * blog-files/inspector/context_menu.png: Added.
478 * blog-files/inspector/css_highlighted_line.png: Added.
479 * blog-files/inspector/css_line_number_snippet.png: Added.
480 * blog-files/inspector/css_line_numbers.png: Added.
481 * blog-files/inspector/deactivate_breakpoints.png: Added.
482 * blog-files/inspector/evaluate_on_hover.png: Added.
483 * blog-files/inspector/evaluate_on_hover_2.png: Added.
484 * blog-files/inspector/inherited_styles.png: Added.
485 * blog-files/inspector/large_dom.png: Added.
486 * blog-files/inspector/large_resources.png: Added.
487 * blog-files/inspector/pseudo_elements.png: Added.
488 * blog-files/inspector/redirect_headers.png: Added.
489 * blog-files/inspector/redirect_headers_full.png: Added.
490 * blog-files/inspector/redirects.png: Added.
491 * blog-files/inspector/redirects_full.png: Added.
492 * blog-files/inspector/timeline_overview.png: Added.
493 * blog-files/inspector/timeline_panel.png: Added.
494 * blog-files/inspector/timeline_record_details.png: Added.
496 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
498 Reviewed by David Levin.
500 Asking Questions Page Grammar Fixes
501 https://bugs.webkit.org/show_bug.cgi?id=36608
503 * asking_questions.html:
505 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
507 Reviewed by Timothy Hatcher.
509 New Asking Questions Page is not Valid HTML5
510 https://bugs.webkit.org/show_bug.cgi?id=36605
512 * asking_questions.html: fixed issues raised by the validator.
514 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
516 Reviewed by David Levin.
518 Add a page on how to ask questions
519 https://bugs.webkit.org/show_bug.cgi?id=35223
521 * asking_questions.html: Added.
522 Add a page on how to ask questions based on Ariya Hidayat's mail: how
523 to get help effectively
524 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
526 * contact.html: Tweaked the wording to make it more clear what the
527 mailing list are used for. Also changed the formatting to better
528 underline the different mailing lists.
530 2010-03-24 Sam Weinig <sam@webkit.org>
532 Rubber-stamped by Anders Carlsson..
534 Update Security Group Members list.
536 * security/security-group-members.html:
538 2010-03-22 Maciej Stachowiak <mjs@apple.com>
544 * demos/accessible-ascii-art/butterfly-figure.html: Added.
546 2010-03-22 Maciej Stachowiak <mjs@apple.com>
550 Add example of accessible ASCII art for HTML WG.
552 * demos/accessible-ascii-art: Added.
553 * demos/accessible-ascii-art/butterfly.html: Added.
555 2010-03-20 Maciej Stachowiak <mjs@apple.com>
557 Reviewed by Mark Rowe.
559 WebKit blog should be valid HTML5
560 https://bugs.webkit.org/show_bug.cgi?id=36410
562 * blog/wp-content/themes/webkit/comments-popup.php:
563 * blog/wp-content/themes/webkit/footer.php:
564 * blog/wp-content/themes/webkit/header.php:
566 2010-03-20 Maciej Stachowiak <mjs@apple.com>
568 Reviewed by Mark Rowe.
570 Fix a bunch of HTML5 validation errors on various pages.
571 https://bugs.webkit.org/show_bug.cgi?id=36409
573 * building/build.html:
574 * building/checkout.html:
575 * building/debug.html:
577 * building/tools.html:
578 * coding/coding-style.html:
579 * coding/contributing.html:
580 * coding/major-objects.html:
585 * projects/compat/index.html:
586 * projects/css/index.html:
587 * projects/documentation/index.html:
588 * projects/goals.html:
589 * projects/index.html:
590 * projects/mathml/index.html:
591 * quality/bugpriorities.html:
592 * quality/bugwriting.html:
593 * quality/crashlogs.html:
594 * quality/lifecycle.html:
595 * quality/testing.html:
596 * quality/testwriting.html:
598 2010-03-19 Maciej Stachowiak <mjs@apple.com>
600 Reviewed by Mark Rowe.
602 webkit.org should use the HTML5 doctype
603 https://bugs.webkit.org/show_bug.cgi?id=36407
606 * misc/drosera/index.html:
607 * perf/slickspeed/system/index.php:
608 * perf/slickspeed/system/template.php:
611 2010-03-19 Maciej Stachowiak <mjs@apple.com>
613 Reviewed by Mark Rowe.
615 http://webkit.org/ has an HTML5 validation error
616 https://bugs.webkit.org/show_bug.cgi?id=36406
620 2010-03-15 Maciej Stachowiak <mjs@apple.com>
622 Tweak canvas perf demo.
624 * demos/canvas-perf/canvas.html:
626 2010-03-14 Maciej Stachowiak <mjs@apple.com>
628 Added canvas perf demo for whatwg.
630 * demos/canvas-perf: Added.
631 * demos/canvas-perf/canvas.html: Added.
632 * demos/canvas-perf/kraken.jpg: Added.
634 2010-03-09 Adam Roben <aroben@apple.com>
636 Add a link to the Contributors Meeting registration form in the
639 Rubber-stamped in advance by Adele Peterson.
641 * nav.inc: Added a link underneath "Trac".
643 2010-02-26 Sam Weinig <sam@webkit.org>
645 Rubber-stamped by Adele Peterson.
647 Update Security Group Members list.
649 * security/security-group-members.html:
651 2010-02-23 Jessie Berlin <jberlin@webkit.org>
653 Reviewed by Eric Seidel and Adam Roben.
655 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
656 https://bugs.webkit.org/show_bug.cgi?id=35098
658 * building/debug.html:
659 Add instructions on how to build and run WebKit from within Visual Studio.
661 2010-02-20 Maciej Stachowiak <mjs@apple.com>
663 Rubber stamped by Adam Barth.
665 Add sunspider-0.9.1 to the site in preparation for announcing it.
666 https://bugs.webkit.org/show_bug.cgi?id=35206
668 * perf/sunspider-0.9.1: Added.
669 * perf/sunspider-0.9.1/json2.js: Added.
670 * perf/sunspider-0.9.1/sunspider-0.9: Added.
671 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
672 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
673 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
674 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
675 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
676 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
677 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
678 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
679 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
680 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
681 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
682 * perf/sunspider-0.9.1/sunspider.css: Added.
683 * perf/sunspider-0.9.1/sunspider.html: Added.
684 * perf/sunspider-0.9.1/versions.html: Added.
686 2010-02-17 Maciej Stachowiak <mjs@apple.com>
690 Made some examples of using <details> for table descriptions.
692 * demos/hover-summary: Added.
693 * demos/hover-summary/details.css: Added.
694 * demos/hover-summary/details.js: Added.
695 (summaryClickListener):
698 * demos/hover-summary/example1.html: Added.
699 * demos/hover-summary/example2.html: Added.
700 * demos/hover-summary/horizontal-triangle.png: Added.
701 * demos/hover-summary/vertical-triangle.png: Added.
703 2010-02-02 Jens Alfke <snej@chromium.org>
705 Reviewed by David Levin.
707 Clarified coding guidelines on wiki to allow indentation of
709 https://bugs.webkit.org/show_bug.cgi?id=32137
711 * coding/coding-style.html:
713 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
715 Reviewed by David Kilzer.
717 Added to contributing code page a pointer to the preferred
718 license text. Also added information about copyright lines.
720 https://bugs.webkit.org/show_bug.cgi?id=34017
722 * coding/contributing.html:
724 - Added CSS class for books.
726 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
728 Reviewed by David Levin.
730 Added screenshots and clearer instructions on how to submit
733 https://bugs.webkit.org/show_bug.cgi?id=32542
735 Also added that a bug report should be selected or created
736 prior to submitting a patch.
738 * coding/contributing.html:
739 * coding/images: Added.
740 * coding/images/contribute_add_attachment.png: Added.
741 * coding/images/contribute_mark_review.png: Added.
743 2010-01-11 Maciej Stachowiak <mjs@apple.com>
745 Not reviewed; updated for truth (and readability).
747 Fixed some wrong listings and reorganized this page.
749 * security/security-group-members.html:
751 2010-01-06 Dirk Schulze <krit@webkit.org>
753 Reviewed by Nikolas Zimmermann.
756 https://bugs.webkit.org/show_bug.cgi?id=31905
758 Update SVG status page. We support feDisplacementMap and feImage now.
760 * projects/svg/status.xml:
762 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
764 Reviewed by Darin Adler.
766 Removed outdated contact information from bug life cycle page.
768 https://bugs.webkit.org/show_bug.cgi?id=32494
770 * quality/lifecycle.html:
772 2009-12-13 Dan Bernstein <mitz@apple.com>
774 Reviewed by Sam Weinig.
776 Add a style guideline concerning floating point literals
777 https://bugs.webkit.org/show_bug.cgi?id=32497
779 * coding/coding-style.html:
781 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
783 Reviewed by Adam Roben.
785 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
786 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
787 in Windows as part of running update_webkit.
789 * building/build.html:
790 - removed the reference to forgetting to set environment variables as a common source of errors
791 on Windows. This is because this patch would make it unnecessary for the user to set these
794 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
796 Reviewed by Darin Adler.
798 Added the "using std::foo" rule to the coding style guidelines.
800 https://bugs.webkit.org/show_bug.cgi?id=32301
802 Added to the coding style guidelines the "using std::foo" rule
803 checked by the check-webkit-style script. Also clarified the
804 "using" statement guidelines that apply to implementation files.
806 * coding/coding-style.html:
808 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
810 Reviewed by Darin Adler.
812 Refactored web site documentation so that advice to add
813 WebKitTools/Scripts to your shell path does not appear
816 https://bugs.webkit.org/show_bug.cgi?id=32112
818 * building/build.html:
819 * building/checkout.html:
821 * coding/coding-style.html:
822 * coding/contributing.html:
823 * coding/scripts.html: Added.
824 * quality/testing.html:
826 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
828 Reviewed by Eric Seidel.
830 Add reference to the GTK and QT build wiki pages
832 https://bugs.webkit.org/show_bug.cgi?id=32088
834 * building/tools.html:
837 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
839 Reviewed by Darin Adler.
841 Added clarifications to the web site regarding coding style and
844 https://bugs.webkit.org/show_bug.cgi?id=31618
846 Changes include the following:
848 - Expanded the style guidelines regarding "using" statements.
849 - Made the style guidelines page validate as HTML.
850 - Added that legacy WebKit components should not be cleaned up.
851 - Added that it is more acceptable to update style when already
854 * coding/coding-style.html:
855 * coding/contributing.html:
856 * projects/cleanup/index.html:
858 2009-11-18 Eric Seidel <eric@webkit.org>
860 Reviewed by David Levin.
862 Make 80 patches a formal requirement for reviewership
863 https://bugs.webkit.org/show_bug.cgi?id=31313
864 Per discussion on the webkit-reviewers list:
865 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
867 * coding/commit-review-policy.html:
869 2009-11-18 Daniel Bates <dbates@webkit.org>
871 Reviewed by Eric Seidel.
873 https://bugs.webkit.org/show_bug.cgi?id=31610
875 Adds property "min-width" to #title so that the width of the title
876 element on each page is at least 790px. In particular, this makes
877 the page <http://webkit.org/security/security-group-members.html>
878 consistent, in appearance, to the rest of the site.
882 2009-11-16 Sam Weinig <sam@webkit.org>
884 Reviewed by Anders Carlsson.
886 Update Security Group Members list.
888 * security/security-group-members.html:
890 2009-11-16 Sam Weinig <sam@webkit.org>
892 Reviewed by Adele Peterson.
894 Update Security Group Members list.
896 * security/security-group-members.html:
898 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
900 Reviewed by Darin Adler.
902 Added to the WebKit Coding Style Guidelines not to use
903 "using namespace" statements in header files.
905 * coding/coding-style.html:
907 2009-11-10 Oliver Hunt <oliver@apple.com>
909 Reviewed by Maciej Stachowiak.
911 Fix WebGL demos to work with renamed WebGL primitives
913 * blog-files/webgl/Earth.html:
914 * blog-files/webgl/ManyPlanetsDeep.html:
915 * blog-files/webgl/SpinningBox.html:
916 * blog-files/webgl/SpiritBox.html:
917 * blog-files/webgl/TeapotPerPixel.html:
918 * blog-files/webgl/TeapotPerVertex.html:
919 * blog-files/webgl/WebGL+CSS.html:
920 * blog-files/webgl/resources/CanvasMatrix.js:
921 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
922 * blog-files/webgl/resources/utils3d.js:
927 2009-11-06 Dirk Schulze <krit@webkit.org>
929 Rubber stamped by Eric Seidel.
931 Update SVG status page. We support feMorphology now.
932 Set lightning filters to unimplemented.
934 * projects/svg/status.xml:
936 2009-11-06 Jeff Schiller <codedread@gmail.com>
938 Reviewed by Darin Adler.
940 SVG Status page update
941 https://bugs.webkit.org/show_bug.cgi?id=31179
943 * projects/svg/status.xml:
945 2009-11-03 Darin Adler <darin@apple.com>
947 Set the MIME type for all PNG files in this directory.
949 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
950 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
951 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
952 * blog-files/acid3-100.png: Modified property svn:mime-type.
953 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
954 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
955 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
956 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
957 * blog-files/acid3-timing.png: Modified property svn:mime-type.
958 * blog-files/bounce.png: Added property svn:mime-type.
959 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
960 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
961 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
962 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
963 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
964 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
965 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
966 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
967 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
968 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
969 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
970 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
971 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
972 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
973 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
974 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
975 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
976 * blog-files/inspector/colors.png: Added property svn:mime-type.
977 * blog-files/inspector/cookies.png: Added property svn:mime-type.
978 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
979 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
980 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
981 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
982 * blog-files/inspector/enable.png: Added property svn:mime-type.
983 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
984 * blog-files/inspector/form_data.png: Added property svn:mime-type.
985 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
986 * blog-files/inspector/inorder.png: Added property svn:mime-type.
987 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
988 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
989 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
990 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
991 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
992 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
993 * blog-files/kate-circle.png: Modified property svn:mime-type.
994 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
995 * blog-files/kate-gradient.png: Modified property svn:mime-type.
996 * blog-files/kate-reflected.png: Modified property svn:mime-type.
997 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
998 * blog-files/kate.png: Modified property svn:mime-type.
999 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1000 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1001 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1002 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1003 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1004 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1005 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1006 * blog-files/pulse.png: Added property svn:mime-type.
1007 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1008 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1009 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1010 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1011 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1012 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1013 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1014 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1015 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1016 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1017 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1018 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1019 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1020 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1021 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1022 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1023 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1024 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1025 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1026 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1027 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1028 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1029 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1030 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1031 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1032 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1033 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1034 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1035 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1036 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1037 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1038 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1039 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1040 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1041 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1042 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1043 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1044 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1045 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1046 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1047 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1048 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1049 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1050 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1051 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1052 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1053 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1054 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1055 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1056 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1057 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1058 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1059 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1060 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1061 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1062 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1063 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1064 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1065 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1066 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1067 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1068 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1069 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1070 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1071 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1072 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1073 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1074 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1075 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1076 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1077 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1078 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1079 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1080 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1081 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1082 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1083 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1084 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1085 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1086 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1087 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1088 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1089 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1090 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1091 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1092 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1093 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1094 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1095 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1096 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1097 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1098 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1099 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1100 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1101 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1102 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1103 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1104 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1105 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1106 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1107 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1108 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1109 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1110 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1111 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1112 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1113 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1114 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1115 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1116 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1117 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1118 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1119 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1120 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1121 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1122 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1123 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1124 * images/DroseraPic.png: Modified property svn:mime-type.
1125 * misc/drosera/drosera.png: Modified property svn:mime-type.
1126 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1128 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1130 Reviewed by Timothy Hatcher.
1132 Adding images for an upcoming blog post.
1134 * blog-files/inspector/breakpoints.png: Added.
1135 * blog-files/inspector/colors.png: Added.
1136 * blog-files/inspector/cookies.png: Added.
1137 * blog-files/inspector/css_selectors.png: Added.
1138 * blog-files/inspector/css_syntax_highlight.png: Added.
1139 * blog-files/inspector/dom_storage.png: Added.
1140 * blog-files/inspector/edit_attributes.png: Added.
1141 * blog-files/inspector/enable.png: Added.
1142 * blog-files/inspector/event_listeners.png: Added.
1143 * blog-files/inspector/form_data.png: Added.
1144 * blog-files/inspector/inline_highlight.png: Added.
1145 * blog-files/inspector/inorder.png: Added.
1146 * blog-files/inspector/inspect_inspector.png: Added.
1147 * blog-files/inspector/inspect_inspector_small.png: Added.
1148 * blog-files/inspector/load_lines.png: Added.
1149 * blog-files/inspector/nodelist.png: Added.
1150 * blog-files/inspector/scope_bar.png: Added.
1151 * blog-files/inspector/watched_expression.png: Added.
1153 2009-10-26 Dan Bernstein <mitz@apple.com>
1155 Reviewed by Adele Peterson.
1159 * coding/bsd-license.html: Updated to the latest version.
1161 2009-10-22 Mark Rowe <mrowe@apple.com>
1163 Update to WordPress 2.8.5.
1167 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1169 Reviewed by Eric Seidel.
1171 Replace boolean operator indentation example with an if statement.
1173 https://bugs.webkit.org/show_bug.cgi?id=30538
1175 * coding/coding-style.html: Replace boolean indenting example to use "if"
1177 2009-10-16 Darin Adler <darin@apple.com>
1179 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1180 wording a bit in few places.
1182 2009-10-14 Evan Martin <evan@chromium.org>
1184 Reviewed by Darin Adler.
1186 Document what state the build tree is expected to be in after a patch.
1188 * coding/contributing.html:
1190 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1192 Reviewed by Eric Seidel.
1194 Change <a name> to id="" to fix styling problems
1195 https://bugs.webkit.org/show_bug.cgi?id=30283
1197 This prevents the headings from being styled like links.
1199 * coding/contributing.html:
1201 2009-10-08 Alex Milowski <alex@milowski.com>
1203 Reviewed by Darin Adler.
1205 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1207 * projects/layout/index.html:
1209 2009-10-07 Sam Weinig <sam@webkit.org>
1211 Reviewed by Dan Bernstein.
1213 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1214 Change style guidelines for indentation in header files
1216 * coding/coding-style.html: Don't indent in a namespace in a header file.
1218 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1220 Reviewed by Mark Rowe.
1222 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1224 * building/tools.html:
1226 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1228 Reviewed by Adam Barth.
1230 Diagram needs to be linked from the home page
1231 https://bugs.webkit.org/show_bug.cgi?id=30142
1233 http://webkit.org/coding/major-objects.html was never linked from the home
1238 2009-09-28 Alex Milowski <alex@milowski.com>
1240 <http://webkit.org/b/29098> Update to MathML project webpage
1242 Reviewed by David Kilzer.
1244 Updated MathML project page and added link to Wiki page.
1246 * projects/mathml/index.html:
1248 2009-09-21 Brady Eidson <beidson@apple.com>
1250 Reviewed by Darin Adler.
1252 Add coding style guidelines for 'using namespace.'
1253 https://bugs.webkit.org/show_bug.cgi?id=29499
1255 * coding/coding-style.html:
1257 2009-09-21 Brady Eidson <beidson@apple.com>
1259 Rubberstamped by Sam Weinig.
1261 Add some example files for an upcoming blog post.
1263 * blog-files/load-unload-example.html: Added.
1264 * blog-files/pageshow-pagehide-example.html: Added.
1266 2009-09-17 Eric Seidel <eric@webkit.org>
1268 Reviewed by Darin Adler.
1270 Update contributing.html to mention recently added tools.
1271 https://bugs.webkit.org/show_bug.cgi?id=29318
1273 Update our contributing instructions to mention
1274 the new tools (check-webkit-style and commit-queue)
1275 recently added to make contributions easier.
1277 * coding/contributing.html:
1278 - Mention check-webkit-style as an optional helper tool.
1279 - Mention checking the 'patch' checkbox.
1280 - Mention the commit-queue as an optional helper tool.
1281 - Remove "or in email" since patch reviews are all done via bugzilla.
1282 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1283 - Mention commit-queue as an optional help in getting your patch landed.
1284 - Give an overview of the commit-queue process and link to the Commit Queue docs.
1286 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1288 Reviewed by Mark Rowe.
1290 Add instructions to bug reporting guidlines on how and when
1291 to apply port-specific keywords.
1293 * quality/bugwriting.html:
1295 2009-09-08 Sam Weinig <sam@webkit.org>
1297 Reviewed by Adele Peterson.
1299 Update Security Group Members list.
1301 * security/security-group-members.html:
1303 2009-09-06 Cameron McCormack <cam@mcc.id.au>
1305 Reviewed by Eric Seidel.
1307 Drop <definition-src> support
1308 https://bugs.webkit.org/show_bug.cgi?id=28991
1310 When SVG 1.1 Second Edition is a Recommendation we can remove the
1313 * projects/svg/status.xml: Update page to state that <definition-src>
1316 2009-08-26 Mark Rowe <mrowe@apple.com>
1318 Upgrade WordPress to the latest version.
1320 * blog/wp-includes/version.php:
1321 * blog/wp-login.php:
1323 2009-08-20 Adam Barth <abarth@webkit.org>
1325 Reviewed by Eric Seidel.
1327 major-objects.html should show direct Frame <-> Document pointers
1328 https://bugs.webkit.org/show_bug.cgi?id=28479
1330 * coding/major-objects.html: Added pointers to diagram.
1332 2009-08-18 Anton Muhin <antonm@chromium.org>
1334 Reviewed by Adam Barth.
1336 Mention handy --bug flag of prepare-ChangeLog script.
1337 https://bugs.webkit.org/show_bug.cgi?id=28425
1339 * coding/contributing.html: Add a reference for --bug flag
1341 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
1343 Reviewed by Adam Barth.
1345 Better explanation of "Null after navigation" in object diagram
1346 https://bugs.webkit.org/show_bug.cgi?id=28232
1348 * coding/major-objects.html:
1350 2009-08-11 Adam Barth <abarth@webkit.org>
1354 Remove a few characters from the ASCII art to make it fit better in the
1357 * coding/major-objects.html:
1359 2009-08-11 Adam Barth <abarth@webkit.org>
1361 Reviewed by Oliver Hunt.
1363 Document relation between major objects in WebCore
1364 https://bugs.webkit.org/show_bug.cgi?id=28210
1366 Added a diagram showing the relation between major objects.
1368 * coding/major-objects.html: Added.
1370 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
1372 Reviewed by Oliver Hunt.
1374 Fix webkit-jobs link
1378 2009-08-03 Mark Rowe <mrowe@apple.com>
1380 Update two WordPress plug-ins that we use.
1382 * blog/wp-content/plugins/akismet/akismet.php:
1383 * blog/wp-content/plugins/akismet/readme.txt:
1384 * blog/wp-content/plugins/commentcontrol.php:
1386 2009-08-03 Mark Rowe <mrowe@apple.com>
1388 Add some missing files and delete some obsolete files.
1392 2009-08-03 Mark Rowe <mrowe@apple.com>
1394 Update WordPress to the latest version.
1398 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
1400 Reviewed by Adam Treat.
1402 Mention the new webkit-help and webkit-jobs mailinglist. Change
1403 the description of webkit-dev to be more strict.
1407 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
1409 Reviewed by Adam Treat.
1411 Coding style - Clarify some cases with spacing
1412 https://bugs.webkit.org/show_bug.cgi?id=27499
1414 Add explicit rule about no space before comma or semicolon.
1416 * coding/coding-style.html:
1418 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1420 Fix the font to match the rest of the blog site.
1422 * blog-files/3d-transforms/image-flip.html:
1424 2009-07-17 Simon Fraser <simon.fraser@apple.com>
1426 Move the image flip effect into an iframe to avoid the long
1427 blog page tripping a bug on Leopard.
1429 * blog-files/3d-transforms/image-flip.html: Added.
1431 2009-07-16 Simon Fraser <simon.fraser@apple.com>
1433 New demo files for an up-coming blog post.
1435 * blog-files/3d-transforms/mighty-cubes.png: Added.
1436 * blog-files/3d-transforms/morphing-cubes.html: Added.
1437 * blog-files/3d-transforms/perspective-by-example.html: Added.
1438 * blog-files/3d-transforms/poster-circle.html: Added.
1439 * blog-files/3d-transforms/poster-circle.png: Added.
1440 * blog-files/3d-transforms/transform-style.html: Added.
1442 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
1444 Reviewed by Sam Weinig.
1446 Side bar linking to "DOM Interfaces" returns 404
1447 https://bugs.webkit.org/show_bug.cgi?id=24000
1451 2009-07-09 Oliver Hunt <oliver@apple.com>
1453 Reviewed by Geoff Garen.
1455 JavaScript section of http://webkit.org is excessively out of date.
1457 This removes old todo entries (like adding an API, which we've had since Leopard),
1458 and adds an additional todo for a webkit-less Objective-C API.
1460 * projects/javascript/index.html:
1462 2009-07-03 Adam Barth <abarth@webkit.org>
1464 Reviewed by Sam Weinig.
1466 Adam and Collin's affiliation is incorrect
1467 https://bugs.webkit.org/show_bug.cgi?id=26954
1469 This change corrects their affiliation.
1471 * security/security-group-members.html:
1473 2009-06-24 Brady Eidson <beidson@apple.com>
1475 Reviewed by Mark Rowe
1477 * demos/index.html: Fix more typos etc.
1479 2009-06-17 Sam Weinig <sam@webkit.org>
1481 Reviewed by Mark Rowe.
1483 * security/index.html: Fix some typos.
1485 2009-06-17 Sam Weinig <sam@webkit.org>
1487 Reviewed by Mark Rowe.
1489 Move security policy to security/index.html so that
1490 webkit.org/security/ works.
1493 * security/index.html: Copied from security/security-policy.html.
1494 * security/security-policy.html: Removed.
1496 2009-06-13 Sam Weinig <sam@webkit.org>
1498 Reviewed by Timothy Hatcher.
1500 Add WebKit Security Policy and member list of the WebKit Security Group.
1504 * security/security-group-members.html: Added.
1505 * security/security-policy.html: Added.
1507 2009-06-12 Brady Eidson <beidson@apple.com>
1509 Reviewed by Oliver Hunt
1511 Add a page indexing the various demo applications we have posted.
1513 * demos/index.html: Added.
1514 * nav.inc: Add a link to the demos page on the side bar
1515 * css/main.css: Add a style for date stamps based on the blog.
1517 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
1518 index.html as the Calendar.html url has already been published and we should keep it working.
1520 Move the drosera test code to /misc, as it is no longer a meaningful demo:
1521 * demos/drosera: Removed.
1522 * demos/drosera/demo.js: Removed.
1523 * demos/drosera/drosera.png: Removed.
1524 * demos/drosera/index.html: Removed.
1525 * misc/drosera: Copied from demos/drosera.
1527 Move the sticky notes example into /demos:
1528 * demos/sticky-notes: Added.
1529 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
1530 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
1531 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
1532 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
1533 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
1534 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
1535 * misc/DatabaseExample.manifest: Removed.
1536 * misc/deleteButton.png: Removed.
1537 * misc/deleteButtonPressed.png: Removed.
1539 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
1541 Reviewed by Eric Seidel.
1543 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
1544 Update a few items in the testing language to:
1545 (1) Reflect results are now generated with Leopard (not Tiger)
1546 (2) Explain how to generate pixel-level layout tests.
1548 * quality/testing.html:
1549 * quality/testwriting.html:
1551 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
1553 Bug 26188: Clarify some of the cases in the coding style guide
1555 <https://bugs.webkit.org/show_bug.cgi?id=26188>
1557 Reviewed and tweaked by David Kilzer.
1559 Changed the coding style document to clarify some cases of ambiguity.
1561 * coding/coding-style.html:
1563 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1565 Not reviewed, demo content.
1567 - Add doctype to Calendar demo.
1569 * demos/calendar/Calendar.html:
1571 2009-05-27 Maciej Stachowiak <mjs@apple.com>
1573 Not reviewed, demo content.
1575 - add Calendar demo.
1577 * demos/calendar: Added.
1578 * demos/calendar/Boom.aiff: Added.
1579 * demos/calendar/Calendar.css: Added.
1580 * demos/calendar/Calendar.html: Added.
1581 * demos/calendar/Calendar.js: Added.
1582 * demos/calendar/Calendar.manifest: Added.
1583 * demos/calendar/CalendarApp.icns: Added.
1584 * demos/calendar/Images: Added.
1585 * demos/calendar/Images/AirPort4.png: Added.
1586 * demos/calendar/Images/AirPortError.png: Added.
1587 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
1588 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
1589 * demos/calendar/Images/statusbarBackground.png: Added.
1590 * demos/calendar/Images/statusbarResizerVertical.png: Added.
1591 * demos/calendar/LocationImage.js: Added.
1592 * demos/calendar/Utilities.js: Added.
1593 * demos/calendar/favicon.ico: Added.
1594 * demos/calendar/mime.types: Added.
1596 2009-05-20 Mark Rowe <mrowe@apple.com>
1598 Rubber-stamped by Eric Seidel.
1600 Prevent search engines from getting creative in their descriptions of webkit.org content.
1602 * blog/wp-content/themes/webkit/header.php:
1605 2009-05-06 Eric Seidel <eric@webkit.org>
1607 Reviewed by Maciej Stachowiak.
1609 Update Contributing instructions after feedback from Julie Parent.
1610 https://bugs.webkit.org/show_bug.cgi?id=25611
1612 * coding/contributing.html: Add a few more comments on ChangeLogs
1614 2009-04-17 Simon Fraser <simon.fraser@apple.com>
1616 Reviewed by Steve Falkenburg
1618 Fix the link for setting the Platform SDK paths in the Windows instructions.
1620 * building/build.html:
1622 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
1624 Reviewed by Darin Adler.
1626 https://bugs.webkit.org/show_bug.cgi?id=25186
1627 There is no XSLT component in bugzilla
1629 * projects/xslt/index.html: Changed to search by bug title.
1631 2009-02-20 David Kilzer <ddkilzer@apple.com>
1633 Bug 23983: Remove illegal HTML tags from Sunspider web pages
1635 <https://bugs.webkit.org/show_bug.cgi?id=23983>
1637 Reviewed by Alexey Proskuryakov.
1639 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
1640 * perf/sunspider-0.9/3d-morph.html: Ditto.
1641 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
1642 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
1643 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
1644 * perf/sunspider-0.9/access-nbody.html: Ditto.
1645 * perf/sunspider-0.9/access-nsieve.html: Ditto.
1646 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
1647 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
1648 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
1649 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
1650 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
1651 * perf/sunspider-0.9/crypto-aes.html: Ditto.
1652 * perf/sunspider-0.9/crypto-md5.html: Ditto.
1653 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
1654 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
1655 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
1656 * perf/sunspider-0.9/math-cordic.html: Ditto.
1657 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
1658 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
1659 * perf/sunspider-0.9/regexp-dna.html: Ditto.
1660 * perf/sunspider-0.9/string-base64.html: Ditto.
1661 * perf/sunspider-0.9/string-fasta.html: Ditto.
1662 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
1663 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
1664 * perf/sunspider-0.9/string-validate-input.html: Ditto.
1665 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
1666 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
1667 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
1669 2009-01-19 Adam Roben <aroben@apple.com>
1671 Add links to some recommended Visual Studio hotfixes
1673 Reviewed by Dave Hyatt.
1675 * building/tools.html:
1677 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
1679 Reviewed by Adele Petersen.
1680 Landed by Pamela Greene.
1682 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
1683 Remove links to no-longer-existing Drosera project.
1684 Also, clean up references to wiki in the nav.inc file.
1686 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
1688 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
1690 Reviewed by Darin Adler.
1691 Landed by Pamela Greene.
1693 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
1694 Update website so that newbies are told they must set the
1695 WebKitOutputDir to get a valid build.
1697 * building/build.html: Add language (and link) indicating the
1698 importance of setting the WebKitOutputDir variable, as well
1699 as a link to instructions on how to do so.
1701 2008-12-19 Dean Jackson <dino@apple.com>
1703 Media queries that return <integer> but are really boolean
1704 are restricted to 0 and 1. This is in line with other
1707 * specs/MediaQueriesExtensions.html:
1709 2008-12-03 Dean Jackson <dino@apple.com>
1711 Added links to the WebKit and Mozilla bugs for pointer-events.
1713 * specs/PointerEventsProperty.html:
1715 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
1717 Reviewed by Eric Seidel.
1719 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
1720 https://bugs.webkit.org/show_bug.cgi?id=22468
1722 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
1723 added an explanation about the implementation files.
1725 * coding/coding-style.html:
1727 2008-11-25 Dean Jackson <dino@apple.com>
1729 Add a new work-in-progress proposal for pointer-events in
1730 HTML content. Also note that the Media Queries extensions
1731 are not at all official.
1733 * specs/MediaQueriesExtensions.html:
1734 * specs/PointerEventsProperty.html: Added.
1737 2008-11-25 Jack Wootten <jackwootton@gmail.com>
1739 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
1741 <https://bugs.webkit.org/show_bug.cgi?id=20125>
1743 Reviewed by David Kilzer.
1745 * projects/documentation/index.html: Added link to "Introduction to
1746 WebKit Objective-C Programming Guide".
1748 2008-11-24 Dean Jackson <dino@apple.com>
1750 Document the work-in-progress proposed extensions to
1751 CSS 3 Media Queries.
1753 * specs/MediaQueriesExtensions.html: Added.
1756 2008-11-17 Geoffrey Garen <ggaren@apple.com>
1758 Reviewed by Sam Weinig and Antti Koivisto.
1760 Clarified the last coding style rule, which was a baffling in its
1763 (Now let's see if our code ever starts following this rule!)
1765 * coding/coding-style.html:
1767 2008-11-17 Brady Eidson <beidson@apple.com>
1769 Reviewed by Mark Rowe
1771 Clarify an edge case for acronym capitalization.
1773 * coding/coding-style.html:
1775 2008-11-11 Simon Fraser <simon.fraser@apple.com>
1777 Update leaves animation sample.
1779 * blog-files/leaves/index.html:
1780 * blog-files/leaves/leaves.css:
1782 2008-11-11 Dean Jackson <dino@apple.com>
1784 Removed quotes in animation name value.
1786 * blog-files/pulse.html:
1788 2008-11-11 Dean Jackson <dino@apple.com>
1790 Added a smaller version of a screenshot.
1792 * blog-files/leaves-screenshot-small.jpg: Added.
1794 2008-11-11 Dean Jackson <dino@apple.com>
1796 Add a bunch of examples for CSS Animation blog draft.
1798 * blog-files/bounce.html: Added.
1799 * blog-files/bounce.png: Added.
1800 * blog-files/leaves-screenshot.jpg: Added.
1801 * blog-files/leaves/images/apple-touch-icon.png: Added.
1802 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
1803 * blog-files/leaves/images/realLeaf1.png: Added.
1804 * blog-files/leaves/images/realLeaf2.png: Added.
1805 * blog-files/leaves/images/realLeaf3.png: Added.
1806 * blog-files/leaves/images/realLeaf4.png: Added.
1807 * blog-files/leaves/images/textBackground.png: Added.
1808 * blog-files/leaves/index.html: Added.
1809 * blog-files/leaves/leaves.css: Added.
1810 * blog-files/leaves/leaves.js: Added.
1811 * blog-files/pulse.html: Added.
1812 * blog-files/pulse.png: Added.
1814 2008-10-30 Cameron Zwarich <zwarich@apple.com>
1816 Rubber-stamped by Mark Rowe.
1818 Update the link to Mac Subversion binaries.
1820 * building/tools.html:
1822 2008-10-27 Antti Koivisto <antti@apple.com>
1826 * blog-files/squirrelfish-link-animated.svg: Added.
1828 2008-10-27 Antti Koivisto <antti@apple.com>
1832 * blog-files/cubes-7.svg: Added.
1833 * blog-files/number-morph.svg: Added.
1835 2008-10-07 Darin Adler <darin@apple.com>
1837 * coding/RefPtr.html: Second draft.
1839 2008-10-04 Mark Rowe <mrowe@apple.com>
1841 Upgrade to WordPress 2.6.2.
1845 2008-09-26 Timothy Hatcher <timothy@apple.com>
1847 Add screenshots of searching in the Web Inspector.
1851 * blog-files/inspector-searching-elements.png: Added.
1852 * blog-files/inspector-searching-profiles.png: Added.
1854 2008-09-25 Maciej Stachowiak <mjs@apple.com>
1858 - add some screenshots.
1860 * blog-files/acid3-screenshot.png: Added.
1861 * blog-files/acid3-timing-screenshot.png: Added.
1863 2008-09-25 Darin Adler <darin@apple.com>
1865 * contact.html: Take a cut at making the role of webkitsdk-dev
1866 clearer, specifying that it's Mac OS X specific and hosted at
1869 2008-09-24 Timothy Hatcher <timothy@apple.com>
1871 Add new screenshots of the Web Inspector's Scope Variables pane.
1875 * blog-files/inspector-closure-scope.png: Added.
1876 * blog-files/inspector-event-scope.png: Added.
1877 * blog-files/inspector-with-scope.png: Added.
1879 2008-09-24 Timothy Hatcher <timothy@apple.com>
1881 Add another screenshot of the Web Inspector.
1885 * blog-files/inspector-disabling-properties.png: Added.
1887 2008-09-24 Timothy Hatcher <timothy@apple.com>
1889 Add new screenshots of the Web Inspector.
1893 * blog-files/inspector-console-autocomplete.png: Added.
1894 * blog-files/inspector-databases-panel-query-view.png: Added.
1895 * blog-files/inspector-databases-panel.png: Added.
1896 * blog-files/inspector-elements-panel.png: Added.
1897 * blog-files/inspector-numeric-style-stepping.gif: Added.
1898 * blog-files/inspector-profiles-panel.png: Added.
1899 * blog-files/inspector-resources-panel.png: Added.
1900 * blog-files/inspector-scripts-panel.png: Added.
1901 * blog-files/inspector-status-bar-with-errors.png: Added.
1902 * blog-files/inspector-toolbar.png: Added.
1904 2008-09-24 Timothy Hatcher <timothy@apple.com>
1908 * demos/drosera/demo.js: Add some console.profile() calls.
1910 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
1912 Reviewed by Darin Adler.
1914 * projects/performance/index.html: Remove dead link to the 24fun test.
1916 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1920 * blog-files/animation-demo.svg: Added.
1922 2008-09-18 Maciej Stachowiak <mjs@apple.com>
1926 * blog-files/sfx-perf.png: Added.
1928 2008-08-25 Mark Rowe <mrowe@apple.com>
1930 Reviewed by Dan Bernstein.
1932 Modernize the bug reporting guidelines and make them a little less Mac-specific.
1934 * quality/bugwriting.html:
1936 2008-08-18 Mark Rowe <mrowe@apple.com>
1938 Upgrade to WordPress 2.6.1.
1942 2008-08-01 Adam Roben <aroben@apple.com>
1944 Add a link to the instructions to use Apple's Safari for Windows
1947 Reviewed by Eric Seidel.
1949 * building/debug.html:
1951 2008-07-28 Robert Blaut <webkit@blaut.biz>
1953 Reviewed by Mark Rowe.
1955 Fix for bug: Website provides no guidance on debugging
1956 <https://bugs.webkit.org/show_bug.cgi?id=3643>
1958 * building/debug.html: added info about Xcode Debugging Guide.
1960 2008-07-26 Mark Rowe <mrowe@apple.com>
1962 Rubber-stamped by Oliver Hunt.
1964 Update the Squirrelfish bytecode documentation.
1966 * specs/squirrelfish-bytecode.html:
1968 2008-07-26 Robert Blaut <webkit@blaut.biz>
1970 Reviewed by Eric Seidel.
1972 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
1973 Corrected validation errors in main.css file.
1977 2008-07-26 Robert Blaut <webkit@blaut.biz>
1979 Reviewed by Alexey Proskuryakov.
1981 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
1982 Added notes about unsupported Visual Studio versions.
1984 * building/tools.html:
1986 2008-07-26 Robert Blaut <webkit@blaut.biz>
1988 Reviewed by Eric Seidel.
1990 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
1991 Removed basic requirements for undetected version of WebKit.
1993 * quality/reporting.html:
1995 2008-07-26 Robert Blaut <webkit@blaut.biz>
1997 Reviewed by Adele Petersen.
1999 Fix for bug 7436: Truncated title on webkit DOM page.
2000 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2002 * projects/dom/index.html: Added basic project informations.
2004 2008-07-24 Adam Roben <aroben@apple.com>
2006 Remove some redundant text accidentally checked in
2008 * building/tools.html:
2010 2008-07-24 Adam Roben <aroben@apple.com>
2012 Fix a dead link to the Windows Platform SDK and related instructions
2014 Rubberstamped by Alexey Proskuryakov.
2016 * building/tools.html: Fixed a dead link.
2018 2008-07-21 Mark Rowe <mrowe@apple.com>
2020 Update Akismet plugin to 2.1.6.
2022 * blog/wp-content/plugins/akismet/akismet.php:
2024 2008-07-21 Mark Rowe <mrowe@apple.com>
2026 Update to WordPress 2.6.
2030 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2032 Fixed indentation of example code for C++ pointers/references!
2034 * coding/coding-style.html:
2036 2008-07-18 Robert Blaut <webkit@blaut.biz>
2038 Reviewed by David Kilzer.
2040 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2041 Added code style guidelines for multi-line boolean expressions
2043 * coding/coding-style.html:
2045 2008-07-02 Mark Rowe <mrowe@apple.com>
2047 Update a URL that was out of date.
2049 * building/checkout.html:
2051 2008-07-01 Mark Rowe <mrowe@apple.com>
2053 Update the path to the configuration file.
2055 * blog/wp-config.php:
2057 2008-06-27 Dan Bernstein <mitz@apple.com>
2059 Reviewed by Timothy Hatcher.
2061 * css/main.css: Reduced text shadow offsets.
2063 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2065 Not reviewed, web site fix.
2067 Remove blank lines in an attempt to fix feeds.
2069 * blog/wp-content/themes/webkit/index.php:
2070 * blog/wp-content/themes/webkit/links.php:
2072 2008-06-22 Aaron Digulla <digulla@hepe.com>
2074 Reviewed by Darin Adler.
2076 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2077 Bug 18993: Update of buttons in editing toolbar demo lags behind
2079 * demos/editingToolbar/FancyToolbar.js:
2080 * demos/editingToolbar/index.html:
2082 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2084 A handy reference image.
2086 * blog-files/acid3-timing.png: Added.
2088 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2092 - tweak newly added markup.
2094 * blog/wp-content/themes/webkit/header.php:
2096 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2098 Rubber stamped by Adele.
2100 - add short title and multisize icon
2102 * blog/wp-content/themes/webkit/header.php:
2103 * images/surfin-safari.icns: Added.
2105 2008-06-04 Dean Jackson <dino@apple.com>
2107 Put index pages into specs dirs to make it easier to
2110 * specs/index.html: Added.
2111 * specs/CSSVisualEffects/index.html: Added.
2113 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2115 Add a snapshot of the squirrelfish bytecode docs.
2117 * specs/squirrelfish-bytecode.html: Added.
2119 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2121 Transparent background!
2123 * blog-files/squirrelfish.png:
2125 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2129 * blog-files/squirrelfish-webkit-graph.png:
2131 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2133 Renamed this file quiet down the peanut gallery.
2135 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2136 * blog-files/webkit-graph.png: Removed.
2138 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2142 * blog-files/webkit-graph.png: Added.
2144 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2146 Moved the squirrelfish mascot to the right place.
2148 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2149 * images/squirrelfish.png: Removed.
2151 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2153 Uploaded the squirrelfish mascot.
2155 * images/squirrelfish.png: Added.
2157 2008-05-23 William Siegrist <wsiegrist@apple.com>
2159 Reviewed by Mark Rowe
2161 Rename duplicated "notice" id to "terms".
2166 2008-05-16 Anders Carlsson <andersca@apple.com>
2170 Add manifest MIME type.
2174 2008-05-14 Anders Carlsson <andersca@apple.com>
2178 Make our Sticky notes example an offline web app.
2180 * misc/DatabaseExample.html:
2181 * misc/DatabaseExample.manifest: Added.
2183 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2185 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2187 * demos/transitions-and-transforms/index.html:
2189 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2191 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2193 * demos/transitions-and-transforms/index.html:
2195 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2197 Tweaked demo visuals slightly.
2199 * demos/transitions-and-transforms/leopard.css:
2201 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2203 Tweak CSS to look a little better while loading.
2205 * demos/transitions-and-transforms/leopard.css:
2207 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2209 Not reviewed - new demo.
2211 Added a demo of CSS Transforms and Transitions.
2213 * demos/transitions-and-transforms: Added.
2214 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2215 * demos/transitions-and-transforms/Horsehead.png: Added.
2216 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2217 * demos/transitions-and-transforms/Quick Look.png: Added.
2218 * demos/transitions-and-transforms/Spaces.png: Added.
2219 * demos/transitions-and-transforms/Stacks.png: Added.
2220 * demos/transitions-and-transforms/Time Machine.png: Added.
2221 * demos/transitions-and-transforms/index.html: Added.
2222 * demos/transitions-and-transforms/leopard.css: Added.
2223 * demos/transitions-and-transforms/no-style.html: Added.
2225 2008-05-08 Mark Rowe <mrowe@apple.com>
2227 Reviewed by Sam Weinig.
2229 Add a link to the Mac OS Forge terms of use.
2233 2008-04-25 Mark Rowe <mrowe@apple.com>
2235 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2239 2008-04-21 Dean Jackson <dino@apple.com>
2241 Updated CSS Visual Effects proposals.
2245 * described simplified sandwich model (that animations have no effect
2246 outside their duration and last specified animation wins)
2247 * diagram showing the above
2248 * specified animations to start at style resolution or document load,
2250 * animation start events always have elapsedTime == 0
2254 * removed text saying that elements cannot be drawn as intersecting.
2255 * described that preserve-3d trees often need a flattening parent, otherwise
2256 elements can be hidden behind their ancestor's background.
2257 * describe that preserve-3d is not always possible, such as when
2258 overflow is 'hidden'.
2264 * specs/CSSVisualEffects/CSSAnimation.html:
2265 * specs/CSSVisualEffects/CSSTransforms.html:
2266 * specs/CSSVisualEffects/CSSTransitions.html:
2267 * specs/CSSVisualEffects/sandwich.png: Added.
2269 2008-04-08 Dean Jackson <dino@apple.com>
2271 Add some updated proposals for CSS specifications, such as
2272 Transforms and Transitions which are already implemented in TOT.
2274 * specs/CSSVisualEffects: Added.
2275 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2276 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2277 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2279 2008-03-31 Mark Rowe <mrowe@apple.com>
2281 Add some images that were missed in the WordPress 2.5 upgrade.
2285 2008-03-31 Mark Rowe <mrowe@apple.com>
2287 Upgrade to WordPress 2.5
2291 2008-03-28 Darin Adler <darin@apple.com>
2293 * building/build.html: Add another mention of using the Cygwin shell.
2294 * building/tools.html: Fix a typo on the name Cygwin.
2296 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2298 More screenshots for the blog.
2300 * blog-files/acid3-full-rendering-pass.png: Added.
2301 * blog-files/acid3-rendering-reference.png: Added.
2303 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2305 Screenshot for blog post.
2307 * blog-files/acid3-100.png: Added.
2309 2008-03-23 Antti Koivisto <antti@apple.com>
2311 * blog-files/wsj-vs.png: Added.
2313 2008-03-23 Eric Seidel <eric@webkit.org>
2317 Make our SVG status document slightly less inaccurate.
2319 * projects/svg/status.xml:
2321 2008-03-21 Antti Koivisto <antti@apple.com>
2323 Add some images for a blog post.
2325 * blog-files/wsj-nopreload.png: Added.
2326 * blog-files/wsj-preload.png: Added.
2328 2008-03-17 Dan Bernstein <mitz@apple.com>
2330 Reviewed by Sam Weinig.
2332 - link "backtrace" to the page that explains how to get one
2334 * quality/bugwriting.html:
2336 2008-03-15 Matt Lilek <webkit@mattlilek.com>
2338 Rubber-stamped by Mitz.
2340 Update crash log page with instructions for Leopard.
2342 * quality/crashlogs.html:
2344 2008-03-11 Robert Blaut <webkit@blaut.biz>
2346 Reviewed by Darin Adler.
2348 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
2349 Patch deletes an obsolete hitlist.html page and other references to it
2351 * nav.inc: removed menu link to hitlist.html
2352 * projects/compat/hitlist.html: Removed.
2353 * projects/compat/index.html: removed reference to hitlist.html
2355 2008-03-06 Timothy Hatcher <timothy@apple.com>
2357 Rubber-stamped by Adam Roben.
2359 Add a simple page that has various demo functions for Drosera.
2361 * demos/drosera: Added.
2362 * demos/drosera/demo.js: Added.
2363 * demos/drosera/drosera.png: Added.
2364 * demos/drosera/index.html: Added.
2366 2008-03-04 Mark Rowe <mrowe@apple.com>
2368 Rubber-stamped by Brady Eidson.
2370 * building/tools.html: Update link to Windows Platform SDK to its new location.
2372 2008-03-04 Mark Rowe <mrowe@apple.com>
2374 Reviewed by Sam Weinig.
2376 Add a note about preferring if over else if when the previous if is terminated by a return statement.
2378 * coding/coding-style.html:
2380 2008-02-08 Adam Roben <aroben@apple.com>
2382 * perf/slickspeed/config.ini: Fixed version number.
2384 2008-02-08 Adam Roben <aroben@apple.com>
2386 Update jQuery to v1.2.3
2388 Rubberstamped by Mitz.
2390 * perf/slickspeed/config.ini:
2391 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
2393 2008-02-07 David Smith <catfish.man@gmail.com>
2395 Rubber stamped by weinig and bdash.
2396 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
2398 * perf/slickspeed/frameworks/prototype.js:
2400 2008-02-07 David Smith <catfish.man@gmail.com>
2402 Rubber stamped by Mark Rowe
2403 Fix a duplicate selector in the test.
2405 * perf/slickspeed/selectors.list:
2407 2008-02-07 David Smith <catfish.man@gmail.com>
2409 Reviewed by Adam Roben.
2410 Added :nth-child and :last-child to the list of selectors to test.
2412 * perf/slickspeed/selectors.list:
2414 2008-02-05 Mark Rowe <mrowe@apple.com>
2416 Update WordPress to 2.3.3 which includes security fixes.
2418 * blog/wp-admin/install-helper.php:
2419 * blog/wp-includes/gettext.php:
2420 * blog/wp-includes/pluggable.php:
2421 * blog/wp-includes/version.php:
2424 2008-02-02 David Smith <catfish.man@gmail.com>
2428 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
2429 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
2431 * 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.
2432 * perf/slickspeed/selectors.list: Added the new selectors
2434 2008-02-02 Mark Rowe <mrowe@apple.com>
2436 Add WordPress plugin to give more control over blog comment settings.
2438 * blog/wp-content/plugins/commentcontrol.php: Added.
2440 2008-01-30 Jessica Kahn <jess@apple.com>
2442 Reviewed by Tim Hatcher.
2444 * coding/coding-style.html:
2445 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
2447 2008-01-21 David Smith <catfish.man@gmail.com>
2449 Reviewed by Darin Adler.
2451 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
2453 * perf/slickspeed: Added.
2454 * perf/slickspeed/config.ini: Added.
2455 * perf/slickspeed/footer.html: Added.
2456 * perf/slickspeed/frameworks: Added.
2457 * perf/slickspeed/frameworks/DomQuery.js: Added.
2458 * perf/slickspeed/frameworks/dummy.js: Added.
2459 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
2460 * perf/slickspeed/frameworks/prototype.js: Added.
2461 * perf/slickspeed/header.html: Added.
2462 * perf/slickspeed/index.php: Added.
2463 * perf/slickspeed/instructions.txt: Added.
2464 * perf/slickspeed/logo.png: Added.
2465 * perf/slickspeed/selectors.list: Added.
2466 * perf/slickspeed/style.css: Added.
2467 * perf/slickspeed/system: Added.
2468 * perf/slickspeed/system/index.php: Added.
2469 * perf/slickspeed/system/slickspeed.js: Added.
2470 * perf/slickspeed/system/template.php: Added.
2471 * perf/slickspeed/template.html: Added.
2473 2008-01-17 Steve Falkenburg <sfalken@apple.com>
2475 Added Vista crash logging information.
2479 * quality/crashlogs.html:
2481 2008-01-07 Eric Seidel <eric@webkit.org>
2483 Reviewed by Mark Rowe.
2485 * projects/svg/status.xml: remove fixed bugs.
2487 2007-12-30 Mark Rowe <mrowe@apple.com>
2489 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
2491 * blog/wp-admin/admin.php:
2492 * blog/wp-admin/includes/file.php:
2493 * blog/wp-admin/install.php:
2494 * blog/wp-admin/setup-config.php:
2496 * blog/wp-includes/formatting.php:
2497 * blog/wp-includes/functions.php:
2498 * blog/wp-includes/pluggable.php:
2499 * blog/wp-includes/post.php:
2500 * blog/wp-includes/query.php:
2501 * blog/wp-includes/taxonomy.php:
2502 * blog/wp-includes/version.php:
2503 * blog/wp-includes/wp-db.php:
2505 * blog/wp-settings.php:
2508 2007-12-29 Alp Toker <alp@atoker.com>
2512 * perf/sunspider-0.9/sunspider.html:
2514 2007-12-29 Alp Toker <alp@atoker.com>
2518 Provide the current URL in the SunSpider results page. Useful for
2519 copying benchmark results out of browsers without a location bar or
2520 where the location bar can't handle long URLs.
2522 * perf/sunspider-0.9/sunspider-results.html:
2524 2007-12-21 David Smith <catfish.man@gmail.com>
2526 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.
2528 * blog-files/gebcnspeedtest.html:
2530 2007-12-21 David Smith <catfish.man@gmail.com>
2532 Add the benchmark from the previous commit as well.
2534 * blog-files/gebcnspeedtest.html: Added.
2535 * blog-files/prototype-for-gebcn-test.js: Added.
2537 2007-12-21 David Smith <catfish.man@gmail.com>
2539 Add a graph of benchmark results for an upcoming blog post.
2541 * blog-files/gebcnwebkitonly.png: Added.
2543 2007-12-18 Antti Koivisto <antti@apple.com>
2545 Reviewed by Darin and Steve.
2547 Add instructions to install the QuickTime SDK for Windows.
2549 * building/tools.html:
2551 2007-12-18 Mark Rowe <mrowe@apple.com>
2555 * perf/sunspider-0.9/sunspider.html:
2557 2007-12-18 Steve Falkenburg <sfalken@apple.com>
2559 Correct link to Visual Studio Express 2005.
2560 Old link points to 2008.
2564 * building/tools.html:
2566 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2570 - work around IE layout bugs
2572 * perf/sunspider-0.9/sunspider.css:
2574 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2578 - fix compare feature
2580 * perf/sunspider-0.9/sunspider-results.html:
2582 2007-12-17 Maciej Stachowiak <mjs@apple.com>
2584 Rubber stamped by Mark.
2586 - Add a copy of SunSpider 0.9 to the site
2589 * perf/sunspider-0.9: Added.
2590 * perf/sunspider-0.9/3d-cube.html: Added.
2591 * perf/sunspider-0.9/3d-morph.html: Added.
2592 * perf/sunspider-0.9/3d-raytrace.html: Added.
2593 * perf/sunspider-0.9/access-binary-trees.html: Added.
2594 * perf/sunspider-0.9/access-fannkuch.html: Added.
2595 * perf/sunspider-0.9/access-nbody.html: Added.
2596 * perf/sunspider-0.9/access-nsieve.html: Added.
2597 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
2598 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
2599 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
2600 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
2601 * perf/sunspider-0.9/controlflow-recursive.html: Added.
2602 * perf/sunspider-0.9/crypto-aes.html: Added.
2603 * perf/sunspider-0.9/crypto-md5.html: Added.
2604 * perf/sunspider-0.9/crypto-sha1.html: Added.
2605 * perf/sunspider-0.9/date-format-tofte.html: Added.
2606 * perf/sunspider-0.9/date-format-xparb.html: Added.
2607 * perf/sunspider-0.9/math-cordic.html: Added.
2608 * perf/sunspider-0.9/math-partial-sums.html: Added.
2609 * perf/sunspider-0.9/math-spectral-norm.html: Added.
2610 * perf/sunspider-0.9/regexp-dna.html: Added.
2611 * perf/sunspider-0.9/string-base64.html: Added.
2612 * perf/sunspider-0.9/string-fasta.html: Added.
2613 * perf/sunspider-0.9/string-tagcloud.html: Added.
2614 * perf/sunspider-0.9/string-unpack-code.html: Added.
2615 * perf/sunspider-0.9/string-validate-input.html: Added.
2616 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
2617 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
2618 * perf/sunspider-0.9/sunspider-driver.html: Added.
2619 * perf/sunspider-0.9/sunspider-record-result.js: Added.
2620 * perf/sunspider-0.9/sunspider-results.html: Added.
2621 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
2622 * perf/sunspider-0.9/sunspider.css: Added.
2623 * perf/sunspider-0.9/sunspider.html: Added.
2625 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
2627 Reviewed by Maciej Stachowiak.
2629 http://bugs.webkit.org/show_bug.cgi?id=16446.
2631 * building/debug.html: Update to expand the win32 debugging instructions.
2633 2007-12-07 Brady Eidson <beidson@apple.com>
2635 Reviewed by Darin's rubberstamp
2637 When developing the Database feature and dealing with UI Delegate issues, it is important to have
2638 live examples on the web to help reproduce certain situations.
2640 This file is a dumping ground for such examples, and starts out with one function - the ability to add
2641 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
2643 * misc/DatabaseTester.html: Added.
2645 2007-12-07 Brady Eidson <beidson@apple.com>
2647 Reviewed by Adam Roben
2649 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
2650 unsupported browser or some other error that prevented the database from opening.
2651 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
2652 of those don't exist yet
2654 2007-12-05 Timothy Hatcher <timothy@apple.com>
2656 Add another Inspector screenshot for an upcoming blog post.
2658 * blog-files/InspectorDatabaseBrowser.png: Added.
2660 2007-12-04 Alp Toker <alp@atoker.com>
2662 Reviewed by Mark Rowe.
2664 Link to Planet WebKit.
2668 2007-12-02 Adam Roben <aroben@apple.com>
2670 Add another screenshot
2672 * blog-files/InspectElementMenu.png: Added.
2674 2007-12-02 Adam Roben <aroben@apple.com>
2676 Add some Inspector screenshots for an upcoming blog post
2678 Rubberstamped by Mark Rowe.
2680 * blog-files/InspectorCSSEditing.png: Added.
2681 * blog-files/InspectorFonts.png: Added.
2683 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2687 Link to the commit and review policy.
2689 * coding/contributing.html:
2692 2007-11-30 Darin Adler <darin@apple.com>
2694 * coding/commit-review-policy.html: A couple more typos and very
2695 minor grammatical stuff. No substantive change.
2697 2007-11-30 Darin Adler <darin@apple.com>
2699 * coding/commit-review-policy.html: Fixed a typo, added a footer.
2701 2007-11-30 Matt Lilek <webkit@mattlilek.com>
2705 Clean up a couple of typos from Maciej's last patch.
2707 * coding/commit-review-policy.html:
2709 2007-11-30 Maciej Stachowiak <mjs@apple.com>
2711 Reviewed by Bertrand.
2713 New commit and review policy.
2715 * coding/commit-review-policy.html: Added.
2717 2007-11-21 Mark Rowe <mrowe@apple.com>
2721 Update coding style to cover control statements with no body.
2723 * coding/coding-style.html:
2725 2007-11-17 Adam Roben <aroben@apple.com>
2727 Update Windows debugging instructions
2729 Reviewed by Mark Rowe.
2731 * building/debug.html:
2733 2007-11-14 Brady Eidson <beidson@apple.com>
2737 * images/DroseraPic.png: Added.
2739 2007-11-12 Brady Eidson <beidson@apple.com>
2743 Update the DatabaseExample to use the new API
2745 * misc/DatabaseExample.html:
2747 2007-11-12 Mark Rowe <mrowe@apple.com>
2749 * building/tools.html: Remove extra >.
2751 2007-11-09 Antti Koivisto <antti@apple.com>
2753 Rubber stamped by bdash.
2755 Add directory for blog resources (and one image).
2757 * blog-files: Added.
2758 * blog-files/touch-poster.png: Added.
2760 2007-11-07 Dan Bernstein <mitz@apple.com>
2762 Reviewed by Darin Adler.
2764 - removed a workaround for the bug fixed in the WebCore part of this
2767 2007-11-04 Timothy Hatcher <timothy@apple.com>
2769 Land the HTML Editing Toolbar demo from WWDC 2007.
2772 * demos/editingToolbar: Added.
2773 * demos/editingToolbar/FancyToolbar.css: Added.
2774 * demos/editingToolbar/FancyToolbar.js: Added.
2775 * demos/editingToolbar/FancyToolbarImages: Added.
2776 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
2777 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
2778 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
2779 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
2780 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
2781 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
2782 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
2783 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
2784 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
2785 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
2786 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
2787 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
2788 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
2789 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
2790 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
2791 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
2792 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
2793 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
2794 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
2795 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
2796 * demos/editingToolbar/content.html: Added.
2797 * demos/editingToolbar/images: Added.
2798 * demos/editingToolbar/images/safari.png: Added.
2799 * demos/editingToolbar/index.html: Added.
2801 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
2803 CIA has changed its hostname from cia.navi.cx to cia.vc
2804 <http://bugs.webkit.org/show_bug.cgi?id=15829>
2808 * contact.html: Updated links to CIA.
2810 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
2812 LGPL'ed files contain incorrect FSF address
2813 <http://bugs.webkit.org/show_bug.cgi?id=14885>
2815 Reviewed by NOBODY (follow-up fix).
2817 * blog/wp-includes/class-snoopy.php:
2818 * blog/wp-includes/gettext.php:
2819 * blog/wp-includes/streams.php:
2821 2007-11-01 Sam Weinig <sam@webkit.org>
2823 Rubber-stamped by Tim Hatcher.
2825 * misc/DatabaseExample.html: Speed up default close speed to .25s
2827 2007-11-01 Sam Weinig <sam@webkit.org>
2829 Reviewed by Adam Roben.
2831 - Don't show the close button on the notes unless hovering over the note.
2832 - Do transformation and fade when closing a note using the new transition properties.
2834 * misc/DatabaseExample.html:
2836 2007-10-29 Mark Rowe <mrowe@apple.com>
2842 2007-10-29 Mark Rowe <mrowe@apple.com>
2844 Files that have been added or modified on the web server without making it in to SVN.
2847 * blog/wp-content/databaseexample.png: Added.
2848 * blog/wp-content/uploads: Added.
2849 * blog/wp-content/uploads/2007: Added.
2850 * blog/wp-content/uploads/2007/06: Added.
2851 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
2852 * building/cygwin-downloader.zip: Added.
2854 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
2856 Rubber-stamped by Mark Rowe.
2858 * images/download.png: Updated to say "Nightly builds" instead of
2859 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
2860 download link anyway.
2862 2007-10-21 David Kilzer <ddkilzer@webkit.org>
2864 Reviewed by Darin Adler.
2866 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
2867 DOM Exception opening up client-side database example for the first time
2869 There was a race condition when creating the WebKitStickyNotes table for the
2870 first time in which the loaded() function (renamed to loadNotes()) could be
2871 called before the table was created. Prevent this by only calling loadNotes()
2872 in an executeSql() callback after we know the table exists, or after we know
2873 the table has been created.
2875 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
2876 Created a new loaded() function.
2878 2007-10-20 Mark Rowe <mrowe@apple.com>
2880 Rubber-stamped by Adam.
2882 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
2884 * misc/DatabaseExample.html:
2885 * misc/deleteButton.png: Added.
2886 * misc/deleteButton.tiff: Removed.
2887 * misc/deleteButtonPressed.png: Added.
2888 * misc/deleteButtonPressed.tiff: Removed.
2890 2007-10-20 Adam Roben <aroben@apple.com>
2892 Make the notes sticky!
2896 * misc/DatabaseExample.html:
2897 * misc/deleteButton.tiff: Added.
2898 * misc/deleteButtonPressed.tiff: Added.
2900 2007-10-19 Timothy Hatcher <timothy@apple.com>
2902 Reviewed by Mark Rowe.
2904 Fix a couple of exceptions for first time users.
2906 * misc/DatabaseExample.html:
2908 2007-10-19 Anders Carlsson <andersca@apple.com>
2912 Make example actually work.
2914 * misc/DatabaseExample.html:
2916 2007-10-19 Anders Carlsson <andersca@apple.com>
2922 * misc/DatabaseExample.html:
2924 2007-10-19 Brady Eidson <beidson@apple.com>
2928 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
2930 * misc/DatabaseExample.html:
2932 2007-10-19 Brady Eidson <beidson@apple.com>
2934 Reviewed by Tim Hatcher
2936 Sample database API usage
2938 * misc/DatabaseExample.html: Added.
2940 2007-09-25 David Kilzer <ddkilzer@webkit.org>
2944 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
2945 LGPL'ed files contain incorrect FSF address
2947 * blog/wp-content/plugins/wp-cache/wp-cache.php:
2948 * blog/wp-includes/class-snoopy.php:
2949 * blog/wp-includes/gettext.php:
2950 * blog/wp-includes/js/tinymce/license.html:
2951 * blog/wp-includes/streams.php:
2953 2007-09-23 Maciej Stachowiak <mjs@apple.com>
2955 Reviewed by Mark Rowe.
2957 - Limit custom list bullets to ordered lists only
2968 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
2972 * coding/coding-style.html:
2973 - in section Other Punctuation
2974 - syntax instead of synatax
2975 - fix sample code alignment
2977 2007-09-06 Maciej Stachowiak <mjs@apple.com>
2981 * misc/WebKitDetect.js: Added.
2983 2007-09-06 Maciej Stachowiak <mjs@apple.com>
2985 Not reviewed - copy of WebKitDetect script from wiki
2987 * misc/WebKitDetect.html: Added.
2989 2007-08-20 Adam Roben <aroben@apple.com>
2991 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
2995 * quality/crashlogs.html:
2997 2007-07-26 Maciej Stachowiak <mjs@apple.com>
2999 - grammar fix pointed out by Mitz.
3001 * projects/goals.html:
3003 2007-07-25 Maciej Stachowiak <mjs@apple.com>
3005 Rubber stamped by Adam.
3007 Added WebKit Project Goals.
3009 * nav.inc: added a nav link.
3010 * projects/goals.html: Added.
3012 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
3014 Reviewed by Adam Roben.
3016 Add information on getting a useful crash log on Mac and Windows.
3019 * quality/crashlogs.html: Added.
3020 * quality/mac_reportbox.jpg: Added.
3021 * quality/mac_viewtrace.jpg: Added.
3022 * quality/win_installwatson.jpg: Added.
3023 * quality/win_watsongui.jpg: Added.
3024 * quality/win_watsoninstalled.jpg: Added.
3026 2007-07-20 Mark Rowe <mrowe@apple.com>
3028 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
3029 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
3030 include is functionally identical for our purposes on the first use.
3032 * blog/wp-content/advanced-cache.php:
3034 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
3038 - http://bugs.webkit.org/show_bug.cgi?id=14628
3039 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
3043 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
3045 Reviewed by Adam Roben.
3047 Add info about VC++ Express forgetting SDK paths.
3049 * building/build.html:
3051 2007-07-02 Mitz Pettel <mitz@webkit.org>
3053 Reviewed by Darin Adler.
3055 - http://bugs.webkit.org/show_bug.cgi?id=14482
3056 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
3058 * quality/reduction.html:
3060 2007-07-01 Mitz Pettel <mitz@webkit.org>
3062 Reviewed by Darin Adler.
3064 - http://bugs.webkit.org/show_bug.cgi?id=14481
3065 Broken links on coding/lgpl-license.html
3067 * coding/lgpl-license.html:
3069 2007-06-24 Mitz Pettel <mitz@webkit.org>
3071 Reviewed by Adam Roben.
3075 * building/build.html:
3077 2007-06-23 Mark Rowe <mrowe@apple.com>
3081 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
3083 2007-06-12 Adam Roben <aroben@apple.com>
3085 Update the location of cygwin-downloader.zip.
3087 Rubberstamped by Hyatt.
3089 * building/tools.html:
3091 2007-06-12 Dave Hyatt <hyatt@apple.com>
3093 Add Windows checkout/build instructions to the website.
3095 * building/build.html:
3096 * building/checkout.html:
3097 * building/debug.html:
3098 * building/tools.html: Added.
3099 * building/run.html:
3104 2007-06-10 Geoffrey Garen <ggaren@apple.com>
3106 Reviewed by Beth Dakin.
3108 Cleaned up formatting on the check out page.
3110 * building/checkout.html:
3112 2007-06-08 Mark Rowe <mrowe@apple.com>
3114 Rubber-stamped by Hyatt.
3116 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
3117 than doing server-side user agent checks. This resolves an issue some people were seeing where
3118 caching would lead to a page generated for an Internet Explorer user being served to a Safari
3119 user. The visible symptom of this was many of the graphics were missing.
3121 * blog/wp-content/themes/webkit/header.php:
3124 2007-05-04 Mark Rowe <mrowe@apple.com>
3126 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
3127 present in the old version which have since been removed, but it's unlikely
3128 they'll ever cause a problem.
3130 2007-05-04 Mark Rowe <mrowe@apple.com>
3132 Add graphics used by existing blog posts into SVN.
3134 * blog/wp-content/rotate.png: Added.
3135 * blog/wp-content/drosera.png: Added.
3136 * blog/wp-content/hitlist.png: Added.
3137 * blog/wp-content/svgtextmini.png: Added.
3138 * blog/wp-content/svgtextmini_01.png: Added.
3139 * blog/wp-content/textfield_screenshot.jpg: Added.
3140 * blog/wp-content/Picture9.png: Added.
3141 * blog/wp-content/svgtext.png: Added.
3142 * blog/wp-content/webInspector.png: Added.
3143 * blog/wp-content/rotate.svg: Added.
3144 * blog/wp-content/chucknorris.png: Added.
3146 2007-04-21 Mitz Pettel <mitz@webkit.org>
3148 Reviewed by Darin Adler.
3150 - http://bugs.webkit.org/show_bug.cgi?id=13350
3151 Build Ahem into DumpRenderTree
3153 * quality/testing.html: Removed the requirement to download and install
3154 Ahem for running the tests.
3155 * quality/testwriting.html: Added information about Ahem.
3157 2007-04-09 Adele Peterson <adele@apple.com>
3159 * blog/wp-content/chrome.jpg: Added.
3161 2007-04-05 Mark Malone <markmalone@mac.com>
3163 Reviewed by Darin Adler.
3165 http://bugs.webkit.org/show_bug.cgi?id=13273
3166 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
3168 * nav.inc: Link directly to the hierarchy.
3170 2007-03-26 Darin Adler <darin@apple.com>
3172 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
3174 2007-03-25 Darin Adler <darin@apple.com>
3176 * coding/coding-style.html: Put !important on right/wrong colors so they override the
3177 green color that comes from the green.css stylesheet.
3179 2007-03-25 Darin Adler <darin@apple.com>
3181 * coding/RefPtr.html: A couple minor wording tweaks.
3183 2007-03-25 Darin Adler <darin@apple.com>
3185 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
3187 2007-03-25 Mark Rowe <mrowe@apple.com>
3189 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
3190 Replace raw ampersands in hyperlink URL with named entity.
3192 2007-03-25 Darin Adler <darin@apple.com>
3194 * coding/RefPtr.html: A couple wording tweaks.
3196 2007-03-25 Darin Adler <darin@apple.com>
3198 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
3199 suggested by Anders.
3201 2007-03-24 Darin Adler <darin@apple.com>
3203 * css/main.css: Try tighter spacing for code examples.
3205 2007-03-24 Darin Adler <darin@apple.com>
3207 * coding/RefPtr.html: <span> -> </span>
3209 2007-03-24 Darin Adler <darin@apple.com>
3211 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
3213 2007-03-24 Darin Adler <darin@apple.com>
3215 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
3217 Also tweaked the MIME types of a few files and removed a stray executable bit.
3219 2007-03-21 David Kilzer <ddkilzer@apple.com>
3221 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
3223 2007-03-21 David Kilzer <ddkilzer@apple.com>
3225 * building/checkout.html: Got rid of "click here" link and restructured sentences
3226 linking to svn clients.
3228 2007-03-21 David Kilzer <ddkilzer@apple.com>
3232 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
3234 2007-03-21 Maciej Stachowiak <mjs@apple.com>
3236 - some specs to propose by email
3238 * specs/HTML_Timed_Media_Elements.html: Added.
3239 * specs/Timed_Media_CSS.html: Added.
3240 * specs/Timed_Media_Elements-Open_Issues.html: Added.
3241 * specs/mediaelement.css: Added.
3242 * specs/movie-status-states.png: Added.
3244 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
3246 Reviewed by Darin Adler.
3248 Clear up the steps necessary to get a patch landed.
3250 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
3251 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
3253 * coding/contributing.html:
3255 2007-03-18 Maciej Stachowiak <mjs@apple.com>
3257 Added a random JS benchmark.
3259 * misc/morph.html: Added.
3261 2007-03-14 Kevin McCullough <kmccullough@apple.com>
3265 Silly wrapping change for testing a post-commit hook change.
3269 2007-03-09 Darin Adler <darin@apple.com>
3271 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
3272 we want it to match pre, and the default font looks fine -- no need to
3273 ask for "Courier New" explicitly.
3275 2007-03-09 Mark Rowe <mrowe@apple.com>
3277 Rubber-stamped by Tim Hatcher.
3279 Sexy blog permalinks!
3281 * blog/.htaccess: Added.
3283 2007-03-09 Mark Rowe <mrowe@apple.com>
3287 * building/checkout.html: Update repository URL.
3289 2007-03-07 Brady Eidson <beidson@apple.com>
3291 Whoops, its actually prepare-ChangeLog
3293 * coding/contributing.html:
3295 2007-03-07 Brady Eidson <beidson@apple.com>
3299 Explicitly mention the prepare-Changelog step for contributing patches
3301 * coding/contributing.html:
3303 2007-02-25 Anders Carlsson <acarlsson@apple.com>
3307 * building/checkout.html:
3308 Add Trac link to our SVN repository,
3310 2007-02-15 Darin Adler <darin@apple.com>
3312 * projects/performance/index.html: Fix i-Bench link.
3314 2007-02-08 Mark Rowe <mrowe@apple.com>
3316 Reviewed by Tim Hatcher.
3318 * nav.inc: Add link to very work-in-progress DOM documentation.
3320 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
3324 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
3326 * blog/wp-admin/admin-header.php:
3327 * blog/wp-login.php:
3329 2007-01-15 Brady Eidson <beidson@apple.com>
3333 * coding/coding-style.html: Added switch/case indentation rules
3335 2007-01-15 Eric Seidel <eric@webkit.org>
3339 * coding/coding-style.html: update to include style for header guards
3341 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3343 * coding/coding-style.html: Fixed minor validation error.
3345 2007-01-10 Geoffrey Garen <ggaren@apple.com>
3347 Reviewed by Beth Dakin.
3349 Updated coding style guidelines to cover a lot of stuff previously absent.
3351 * coding/coding-style.html:
3353 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
3355 Reviewed by Darin Adler.
3357 http://bugs.webkit.org/show_bug.cgi?id=11295
3358 Nightly download size is misleading
3360 * images/download.png: Changed the size to 6 MB.
3362 2007-01-01 Darin Adler <darin@apple.com>
3364 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
3366 2006-12-06 Rob Buis <buis@kde.org>
3370 http://bugs.webkit.org/show_bug.cgi?id=10254
3371 A few grammar and spelling corrections on the WebKit website
3373 Grammar and spelling corrections by Jonathan Johnsson.
3375 * coding/coding-style.html:
3376 * projects/css/index.html:
3377 * projects/javascript/index.html:
3378 * projects/svg/index.html:
3379 * quality/reduction.html:
3381 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
3385 http://bugs.webkit.org/show_bug.cgi?id=11652
3386 Bug 11652: Mailing list address and URL are incorrect
3388 This also removes a lot of bit rot from the KWQ-era.
3390 * coding/contributing.html:
3392 * projects/css/index.html:
3393 * projects/editing/index.html:
3394 * projects/forms/index.html:
3395 * projects/html/index.html:
3396 * projects/portability/index.html:
3397 * projects/xslt/index.html:
3398 * quality/lifecycle.html:
3399 * quality/testwriting.html:
3401 2006-11-18 Mitz Pettel <mitz@webkit.org>
3405 Gender-neutrality fix.
3407 * coding/contributing.html:
3409 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
3411 Reviewed by Tim Hatcher.
3413 Moved the web developer page to the wiki, adding link to the Drosera page.
3415 * .htaccess: Add permanent redirect to the new page on the wiki.
3416 * contact.html: Trac numbers are no longer one off.
3418 * webdevelopers/index.html: Removed.
3419 * webdevelopers/webkit_version.html: Removed.
3420 * webdevelopers/webkit_version.js: Removed.
3421 * webdevelopers/webkit_version_xl.html: Removed.
3422 * webdevelopers/webkit_version_xl.js: Removed.
3424 2006-11-14 Mark Rowe <bdash@webkit.org>
3426 Reviewed by Tim Hatcher.
3428 http://bugs.webkit.org/show_bug.cgi?id=9529
3429 Bug 9529: Navigation HTML duplicated on webkit.org web site
3431 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
3432 * nav.inc: Generate WordPress archive list if included from within WordPress.
3434 2006-11-07 Mark Rowe <bdash@webkit.org>
3436 Reviewed by Dave Hyatt.
3438 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
3439 component to the correct JavaScriptCore.
3441 2006-11-06 Timothy Hatcher <timothy@apple.com>
3445 Update the site with new wiki and Trac links.
3447 * blog/wp-content/themes/webkit/sidebar.php:
3448 * building/build.html:
3451 * projects/svg/index.html:
3453 2006-10-31 Mark Rowe <bdash@webkit.org>
3457 Update WebKit blog link to prevent pointless redirects.
3461 2006-10-25 Mitz Pettel <mitz@webkit.org>
3465 - http://bugs.webkit.org/show_bug.cgi?id=11412
3466 Stray list item in coding/coding-style.html
3468 * coding/coding-style.html:
3470 2006-10-25 Mark Rowe <bdash@webkit.org>
3474 Fix some HTML bugs in the coding style guidelines.
3476 * coding/coding-style.html:
3478 2006-10-13 Geoffrey Garen <ggaren@apple.com>
3482 Split build, run, and debug steps into separate pages. Darin recommended
3485 * building/build.html:
3486 * building/checkout.html:
3487 * building/debug.html: Added.
3488 * building/run.html: Added.
3491 2006-10-05 Eric Seidel <eric@webkit.org>
3495 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
3497 2006-09-26 Eric Seidel <eric@webkit.org>
3501 * projects/svg/status.xml: update status to reflect current state of SVG development
3503 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
3507 http://bugs.webkit.org/show_bug.cgi?id=10975
3508 Update the blog template to valid HTML 4.01 Strict.
3510 * blog/wp-content/themes/webkit/comments-popup.php:
3511 * blog/wp-content/themes/webkit/comments.php:
3512 * blog/wp-content/themes/webkit/footer.php:
3513 * blog/wp-content/themes/webkit/header.php:
3514 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
3516 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3520 http://bugs.webkit.org/show_bug.cgi?id=10966
3521 Bug 10966: Updates to website
3523 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
3525 * coding/coding-style.html:
3526 * coding/lgpl-license.html:
3529 * projects/css/index.html:
3530 * projects/editing/index.html:
3531 * projects/forms/index.html:
3532 * projects/html/index.html:
3533 * projects/index.html:
3534 * projects/javascript/index.html:
3535 * projects/svg/index.html:
3536 * projects/xslt/index.html:
3537 * webdevelopers/webkit_version.html:
3538 * webdevelopers/webkit_version_xl.html:
3540 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
3544 Updates to make static pages validate as HTML 4.01 Strict.
3546 * building/build.html:
3547 * coding/coding-style.html:
3549 * index.html: Move <style> tag into the document head.
3550 * projects/cleanup/index.html:
3551 * projects/compat/index.html:
3552 * projects/css/index.html:
3553 * projects/documentation/index.html:
3554 * projects/editing/index.html:
3555 * projects/forms/index.html: Remove note about <label> not being implemented correctly.
3556 * projects/html/index.html:
3557 * projects/javascript/index.html:
3558 * projects/performance/index.html:
3559 * projects/portability/index.html: Change mention of Windows port to note that it is in progress rather than non-existant.
3560 * projects/printing/index.html:
3561 * projects/svg/index.html:
3562 * projects/xslt/index.html:
3563 * quality/bugwriting.html: Update WebKit version numbers to be accurate. Move JS away from using innerHTML as W3C validator doesn't like it.
3564 * quality/reduction.html:
3565 * quality/reporting.html: Rename element IDs that start with numbers. Update WebKit and Mac OS X version numbers to be accurate.
3566 * quality/testing.html:
3568 2006-09-19 Brady Eidson <beidson@apple.com>
3570 http://bugs.webkit.org/show_bug.cgi?id=8220
3571 Add the favicon.ico to the site.
3572 Notice, users of shipping Safari won't see the updated favicon
3573 unless they clear their icon cache - ToT users can manually reload
3574 the site and force the refresh ;)
3576 * favicon.ico: Added.
3578 2006-09-08 Kevin McCullough <KMcCullough@apple.com>
3582 - this patch brought to you by the letter 'c'
3584 * coding/coding-style.html:
3586 2006-08-24 Mitz Pettel <opendarwin.org@mitzpettel.com>
3588 Reviewed by Darin Adler.
3590 - http://bugs.webkit.org/show_bug.cgi?id=10444
3591 Navigation links overlap the Spam Karma 2 footer
3593 * blog/wp-content/themes/webkit/style.css: Hide the footer altogether.
3595 2006-08-21 Timothy Hatcher <timothy@apple.com>
3597 Reviewed by Darin Adler.
3599 Bug 9302: WebKit nightly download image says ~2.5 MB when
3600 universal binaries make it ~5.0 MB
3601 http://bugs.webkit.org/show_bug.cgi?id=9302
3603 * images/download.png:
3605 2006-08-21 Timothy Hatcher <timothy@apple.com>
3609 Changes many opendarwin.org links to the proper webkit.org version.
3611 * blog/wp-content/themes/webkit/sidebar.php:
3612 * blog/wp-content/themes/webkit/style.css:
3613 * building/build.html:
3614 * coding/contributing.html:
3618 * projects/compat/hitlist.html:
3619 * projects/css/index.html:
3620 * projects/editing/index.html:
3621 * projects/forms/index.html:
3622 * projects/html/index.html:
3623 * projects/javascript/index.html:
3624 * projects/svg/index.html:
3625 * projects/svg/svg-status.xsl:
3626 * projects/xslt/index.html:
3627 * quality/bugpriorities.html:
3628 * quality/bugzilla.html:
3629 * quality/leakhunting.html:
3630 * quality/lifecycle.html:
3631 * quality/reporting.html:
3633 2006-08-15 Eric Seidel <eric@webkit.org>
3637 * projects/svg/status.xml: updated to reflect current SVG status
3639 2006-08-02 Geoffrey Garen <ggaren@apple.com>
3643 Tweaked the build instructions a bit.
3645 * building/build.html:
3646 * building/debug.png: Added.
3648 2006-08-02 Darin Adler <darin@apple.com>
3650 * building/checkout.html: Fix a typo: "OpenSource" instead of "Open Source".
3652 2006-08-01 Geoffrey Garen <ggaren@apple.com>
3656 - Added instructions for debugging in Xcode
3658 * building/build-window.png: Added.
3659 * building/build.html:
3660 * building/custom-executable.png: Added.
3661 * building/info-tab.png: Added.
3663 2006-07-30 Geoffrey Garen <ggaren@apple.com>
3667 - Tweaked the checkout and build instructions to make them simpler and
3670 * building/build.html:
3671 * building/checkout.html:
3673 2006-06-22 Alexey Proskuryakov <ap@nypop.com>
3675 Reviewed by Darin Adler.
3677 - see http://bugs.webkit.org/show_bug.cgi?id=9539
3678 Another case error preventing build
3680 * building/build.html: Building WebKit now requires Xcode 2.3.
3682 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
3684 Reviewed and landed by Anders.
3686 * blog/wp-content/themes/webkit/sidebar.php:
3687 Add link to Wiki in the navigation menu here too.
3689 2006-06-21 Joost de Valk <jdevalk@opendarwin.org>
3691 Reviewed and landed by Anders.
3693 * nav.inc: Add link to Wiki in the navigation menu.
3695 2006-06-15 Joost de Valk <jdevalk@opendarwin.org>
3697 Patch by David Kilzer, reviewed by Geoffrey Garen, landed by Joost de Valk.
3699 Fix http://bugs.webkit.org/show_bug.cgi?id=9407
3701 Improve wording of first paragraph of webkit site.
3705 2006-06-08 Timothy Hatcher <timothy@apple.com>
3707 Reviewed by Darin Adler.
3709 Include our own copies of the BSD and LGPL licenses.
3711 * coding/bsd-license.html: Added.
3712 * coding/lgpl-license.html: Added.
3713 * nav.inc: link to our copies of the licenses
3715 2006-06-04 David Kilzer <ddkilzer@kilzer.net>
3719 http://bugs.webkit.org/show_bug.cgi?id=9303
3720 JavaScript error when loading WebKit blog page
3722 * blog/wp-content/themes/webkit/sidebar.php: Removed unused JavaScript. Synced with nav.inc.
3723 * nav.inc: Removed evil tabs--whitespace change only.
3725 2006-05-24 Bradley Morrison <bradley.morrison@nokia.com>
3727 Reviewed by John Sullivan.
3729 * quality/lifecycle.html: mentions case of PlatformOnly bugs
3730 and 'other' bug databases.
3732 2006-05-25 Joost de Valk <jdevalk@opendarwin.org>
3734 Reviewed by Timothy Hatcher.
3736 Adding Google Analytics tracking code, to create stats of our webpages.
3738 * blog/wp-content/themes/webkit/footer.php:
3741 2006-05-23 Bradley Morrison <bradley.morrison@nokia.com>
3743 Reviewed by Timothy.
3745 * index.html: Link to Nokia's S60 WebKit.
3747 2006-05-08 Joost de Valk <jdevalk@opendarwin.org>
3751 * building/checkout.html: changed link to point to universal binary. Thanks to Duncan Wilcox for hinting this one.
3753 2006-04-28 Eric Seidel <eseidel@apple.com>
3755 Reviewed by andersca.
3757 * projects/svg/status.xml: Update to reflect current status.
3759 2006-04-18 Joost de Valk <jdevalk@opendarwin.org>
3761 Reviewed by Eric Seidel .
3763 Added WebKit detection scripts and a small howto + a new section to our
3764 website: Web Developers.
3767 * webdevelopers: Added.
3768 * webdevelopers/index.html: Added.
3769 * webdevelopers/webkit_version.html: Added.
3770 * webdevelopers/webkit_version.js: Added.
3771 * webdevelopers/webkit_version_xl.html: Added.
3772 * webdevelopers/webkit_version_xl.js: Added.
3774 2006-04-17 Joost de Valk <jdevalk@opendarwin.org>
3778 * blog/wp-config.php: passwords and users don't belong in SVN.
3780 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
3784 * quality/lifecycle.html: small textual change to my contact info;
3785 * quality/reporting.html: added non-ADC bug report URL.
3787 2006-04-16 Joost de Valk <jdevalk@opendarwin.org>
3791 * contact.html: added URL's for trac, CIA, webkit-unassigned and build bot. These probably need to be on other places to but we will do that later on.
3793 2006-04-13 Geoffrey Garen <ggaren@apple.com>
3797 * projects/compat/hitlist.html: Added Google Calendar to the list
3798 in place of www.hangseng.com/ebanking
3800 2006-04-11 Eric Seidel <eseidel@apple.com>
3802 Reviewed by andersca.
3804 * quality/testing.html: fix run-mozilla-tests to run-javascriptcore-tests
3806 2006-04-10 Geoffrey Garen <ggaren@apple.com>
3810 * projects/compat/hitlist.html: updated dates
3812 2006-03-23 David Kilzer <ddkilzer@kilzer.ent>
3814 Reviewed by Darin Adler.
3816 - Fix http://bugs.webkit.org/show_bug.cgi?id=7918
3817 Coding style doc uses illegal entity
3819 * coding/coding-style.html: Changed &emdash; to —.
3821 2006-03-15 Geoffrey Garen <ggaren@apple.com>
3825 * projects/compat/hitlist.html: Moved delta.com to the alumni list,
3826 added description of alumni list.
3828 2006-03-08 Geoffrey Garen <ggaren@apple.com>
3832 Clarified that sites on the list aren't necessarily "broken."
3834 * projects/compat/hitlist.html:
3836 2006-03-08 Geoffrey Garen <ggaren@apple.com>
3840 Updated links to gap and bananarepublic bugs.
3842 * projects/compat/hitlist.html:
3844 2006-03-06 Mitz Pettel <opendarwin.org@mitzpettel.com>
3846 Reviewed by Darin Adler.
3848 Change "Mail.app" to "Mail".
3851 * projects/editing/index.html:
3853 2006-03-06 Geoffrey Garen <ggaren@apple.com>
3855 Oops, accidentally deleted the archives links.
3857 * blog/wp-content/themes/webkit/sidebar.php: Bring them back.
3859 2006-03-06 Geoffrey Garen <ggaren@apple.com>
3865 * blog/wp-content/themes/webkit/sidebar.php: sync with the sidebar
3866 for the rest of the site.
3867 * quality/lifecycle.html: add Joost's homepage to his contact info.
3869 2006-03-06 Geoffrey Garen <ggaren@apple.com>
3871 Doing penance after being set straight by Joost.
3873 * projects/compat/hitlist.html: Remove slur against QA. My humblest
3876 2006-03-06 Geoffrey Garen <ggaren@apple.com>
3878 Reviewed by Maciej, Darin.
3880 Added Safari Compatibility Hit List.
3882 * nav.inc: Link to the hit list.
3883 * projects/compat/hitlist.html: Added.
3884 * projects/compat/index.html: Link to the hit list.
3886 2006-03-02 Eric Seidel <eseidel@apple.com>
3890 * quality/reporting.html: display a nicer message to those using 10.2
3892 2006-02-26 David Kilzer <ddkilzer@kilzer.net>
3894 Reviewed by Maciej, landed by Geoff.
3896 Change "Deployment" to "Release" and "Development" to "Debug".
3897 Update latest Xcode version from 2.2 to 2.2.1.
3899 * building/build.html
3901 2006-02-21 Geoffrey Garen <ggaren@apple.com>
3903 Accidentally wrote "Release" instead of "Debug" in my last patch.
3905 * quality/leakhunting.html:
3907 2006-02-20 Geoffrey Garen <ggaren@apple.com>
3909 Some quick proof-reading of the patch I just landed -- no review
3912 * quality/leakhunting.html:
3914 2006-02-21 Joost de Valk <jdevalk@opendarwin.org>
3916 Reviewed by Darin, Geoff.
3918 Added a page about leakhunting, based on the info Sullivan gave in two blogposts about it. (posts 20 and 24)
3920 Added this page to the menu, adding in an extra section header
3924 * quality/leakhunting.html: Added.
3926 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
3928 Reviewed by Darin Adler.
3930 Fixed Bugzilla URL's
3932 * projects/forms/index.html:
3933 * projects/html/index.html:
3934 * projects/xslt/index.html:
3936 2006-02-19 Joost de Valk <jdevalk@opendarwin.org>
3938 Reviewed by Darin Adler.
3940 Made line-height global instead of just for p
3943 fixed bugzilla link, added starting <p> to first paragraph
3944 removed paragraph about tab-stops
3947 * projects/editing/index.html:
3949 2006-02-17 Darin Adler <darin@apple.com>
3951 * coding/coding-style.html: Mention other non-function brace cases.
3953 2006-02-17 Joost de Valk <jdevalk@opendarwin.org>
3957 Added left position and margin-bottom to blog footer.
3961 2006-02-16 Timothy Hatcher <timothy@apple.com>
3965 Fixes PNGs with 8bit alpha on IE.
3967 * css/ie.css: attach the pngbehavior.htc to img tags
3968 * images/blank.png: Added.
3969 * index.html: add the width and height to the download img
3970 * pngbehavior.htc: Added.
3972 2006-02-16 Justin Garcia <justin.garcia@apple.com>
3974 Changed by Darin on my machine.
3976 * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
3979 2006-02-16 Joost de Valk <jdevalk@opendarwin.org>
3981 Reviewed and landed by Maciej.
3983 Made the author name bold on the frontpage.
3984 Moved the "Posted by" line up under the title and made the author name
3985 bold in single view.
3987 * blog/wp-content/themes/webkit/index.php:
3988 * blog/wp-content/themes/webkit/single.php:
3990 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
3994 Updated the site to use the new layout.
3998 * blog/wp-content/themes/classic: Removed.
3999 * blog/wp-content/themes/classic/comments-popup.php: Removed.
4000 * blog/wp-content/themes/classic/comments.php: Removed.
4001 * blog/wp-content/themes/classic/footer.php: Removed.
4002 * blog/wp-content/themes/classic/header.php: Removed.
4003 * blog/wp-content/themes/classic/index.php: Removed.
4004 * blog/wp-content/themes/classic/sidebar.php: Removed.
4005 * blog/wp-content/themes/classic/style.css: Removed.
4006 * blog/wp-content/themes/default: Removed.
4007 * blog/wp-content/themes/default/404.php: Removed.
4008 * blog/wp-content/themes/default/archive.php: Removed.
4009 * blog/wp-content/themes/default/archives.php: Removed.
4010 * blog/wp-content/themes/default/comments-popup.php: Removed.
4011 * blog/wp-content/themes/default/comments.php: Removed.
4012 * blog/wp-content/themes/default/footer.php: Removed.
4013 * blog/wp-content/themes/default/header.php: Removed.
4014 * blog/wp-content/themes/default/images: Removed.
4015 * blog/wp-content/themes/default/images/kubrickbg.jpg: Removed.
4016 * blog/wp-content/themes/default/images/kubrickbgcolor.jpg: Removed.
4017 * blog/wp-content/themes/default/images/kubrickbgwide.jpg: Removed.
4018 * blog/wp-content/themes/default/images/kubrickfooter.jpg: Removed.
4019 * blog/wp-content/themes/default/images/kubrickheader.jpg: Removed.
4020 * blog/wp-content/themes/default/index.php: Removed.
4021 * blog/wp-content/themes/default/links.php: Removed.
4022 * blog/wp-content/themes/default/page.php: Removed.
4023 * blog/wp-content/themes/default/search.php: Removed.
4024 * blog/wp-content/themes/default/searchform.php: Removed.
4025 * blog/wp-content/themes/default/sidebar.php: Removed.
4026 * blog/wp-content/themes/default/single.php: Removed.
4027 * blog/wp-content/themes/default/style.css: Removed.
4028 * blog/wp-content/themes/webkit/404.php:
4029 * blog/wp-content/themes/webkit/archive.php:
4030 * blog/wp-content/themes/webkit/archives.php:
4031 * blog/wp-content/themes/webkit/footer.php:
4032 * blog/wp-content/themes/webkit/header.php:
4033 * blog/wp-content/themes/webkit/images: Removed.
4034 * blog/wp-content/themes/webkit/images/bluebanner.png: Removed.
4035 * blog/wp-content/themes/webkit/images/kubrickbg.jpg: Removed.
4036 * blog/wp-content/themes/webkit/images/kubrickbgcolor.jpg: Removed.
4037 * blog/wp-content/themes/webkit/images/kubrickbgwide.jpg: Removed.
4038 * blog/wp-content/themes/webkit/images/kubrickfooter.jpg: Removed.
4039 * blog/wp-content/themes/webkit/images/kubrickheader.jpg: Removed.
4040 * blog/wp-content/themes/webkit/images/separator.png: Removed.
4041 * blog/wp-content/themes/webkit/images/webkit-background.png: Removed.
4042 * blog/wp-content/themes/webkit/index.php:
4043 * blog/wp-content/themes/webkit/page.php:
4044 * blog/wp-content/themes/webkit/search.php:
4045 * blog/wp-content/themes/webkit/sidebar.php:
4046 * blog/wp-content/themes/webkit/single.php:
4047 * blog/wp-content/themes/webkit/style.css:
4048 * building/build.html:
4049 * building/checkout.html:
4050 * coding/coding-style.html:
4051 * coding/contributing.html:
4054 * css/blue.css: Added.
4055 * css/gray.css: Added.
4056 * css/green.css: Added.
4057 * css/ie.css: Added.
4058 * css/main.css: Added.
4059 * css/pink.css: Added.
4060 * css/purple.css: Added.
4061 * css/yellow.css: Added.
4062 * footer.inc: Added.
4063 * header.inc: Added.
4064 * images/blue-background.png: Added.
4065 * images/blue-bullet.png: Added.
4066 * images/bluebanner.png: Removed.
4067 * images/download.png: Added.
4068 * images/end.png: Added.
4069 * images/gray-background.png: Added.
4070 * images/green-background.png: Added.
4071 * images/green-bullet.png: Added.
4072 * images/icon-gold.png: Added.
4073 * images/icon.png: Added.
4074 * images/ie-nav.png: Added.
4075 * images/middle.png: Added.
4076 * images/nav.png: Added.
4077 * images/pink-background.png: Added.
4078 * images/pink-bullet.png: Added.
4079 * images/purple-background.png: Added.
4080 * images/purple-bullet.png: Added.
4081 * images/separator.png: Removed.
4082 * images/webkit-background.png: Removed.
4083 * images/welcomeopen.gif: Removed.
4084 * images/yellow-background.png: Added.
4085 * images/yellow-bullet.png: Added.
4088 * projects/accessibility/index.html:
4089 * projects/cleanup/index.html:
4090 * projects/compat/index.html:
4091 * projects/css/index.html:
4092 * projects/documentation/index.html:
4093 * projects/dom/index.html:
4094 * projects/editing/index.html:
4095 * projects/forms/index.html:
4096 * projects/html/index.html:
4097 * projects/index.html:
4098 * projects/javascript/index.html:
4099 * projects/layout/index.html:
4100 * projects/mathml/index.html:
4101 * projects/performance/index.html:
4102 * projects/plugins/index.html:
4103 * projects/portability/index.html:
4104 * projects/printing/index.html:
4105 * projects/svg/index.html:
4106 * projects/webkit/index.html:
4107 * projects/xml/index.html:
4108 * projects/xslt/index.html:
4109 * quality/bugpriorities.html:
4110 * quality/bugwriting.html:
4111 * quality/bugzilla.html:
4112 * quality/lifecycle.html:
4113 * quality/reduction.html:
4114 * quality/reporting.html:
4115 * quality/testing.html:
4116 * quality/testwriting.html:
4117 * sidebar.css: Removed.
4118 * sidebar.html: Removed.
4119 * webkitdev.css: Removed.
4121 2006-02-15 Joost de Valk <jdevalk@opendarwin.org>
4125 Updated page to show 10.4.4 or 10.4.5
4126 Added support for recognizing Shiira.
4128 * quality/reporting.html:
4130 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
4132 Reviewed by eseidel.
4134 Added a little piece of text to the page about reductions, pointing to the bugzilla page.
4136 Changed "Sign up for a" into "Create a" bugzilla account.
4138 * quality/reduction.html:
4139 * quality/reporting.html:
4141 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
4143 Reviewed by Darin Adler.
4145 Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
4146 bits are and how to get them.
4148 Changed link in reporting page to link to Bugzilla page.
4150 * quality/bugzilla.html: Added.
4151 * quality/reporting.html:
4153 2006-02-12 Joost de Valk <jdevalk@opendarwin.org>
4155 Reviewed by eseidel.
4157 - Changed 10.2 paragraph to say Mac OS X instead of just OS X
4158 - Detabified the file.
4160 * quality/reporting.html:
4162 2006-02-10 Darin Adler <darin@apple.com>
4164 * index.html: Fixed a typo in a link.
4166 2006-02-10 Darin Adler <darin@apple.com>
4168 * building/checkout.html: Fixed a spelling mistake.
4170 2006-02-10 Joost de Valk <jdevalk@opendarwin.org>
4172 Reviewed and landed by Anders.
4174 http://bugs.webkit.org/show_bug.cgi?id=7164
4177 Changed <div id="banner" to <h1 id="banner"
4178 global cleanup of CSS and code
4180 * building/build.html:
4181 * building/checkout.html:
4182 * coding/coding-style.html:
4183 * coding/contributing.html:
4186 * projects/accessibility/index.html:
4187 * projects/cleanup/index.html:
4188 * projects/compat/index.html:
4189 * projects/css/index.html:
4190 * projects/documentation/index.html:
4191 * projects/dom/index.html:
4192 * projects/editing/index.html:
4193 * projects/forms/index.html:
4194 * projects/html/index.html:
4195 * projects/index.html:
4196 * projects/javascript/index.html:
4197 * projects/layout/index.html:
4198 * projects/mathml/index.html:
4199 * projects/performance/index.html:
4200 * projects/plugins/index.html:
4201 * projects/portability/index.html:
4202 * projects/printing/index.html:
4203 * projects/svg/index.html:
4204 * projects/webkit/index.html:
4205 * projects/xml/index.html:
4206 * projects/xslt/index.html:
4207 * quality/bugpriorities.html:
4208 * quality/bugwriting.html:
4209 * quality/lifecycle.html:
4210 * quality/reduction.html:
4211 * quality/reporting.html:
4212 * quality/testing.html:
4213 * quality/testwriting.html:
4216 2006-02-09 Joost de Valk <jdevalk@opendarwin.org>
4218 Reviewed by Darin Adler. Landed by ap.
4220 - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
4221 "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
4223 * quality/reporting.html:
4224 * webkitdev.css: Added margin-bottom for li.
4226 2006-02-07 Joost de Valk <jdevalk@opendarwin.org>
4228 Reviewed by Darin Adler. Landed by Maciej.
4230 - Several fixes to the site
4231 http://bugs.webkit.org/show_bug.cgi?id=7105
4233 * blog/wp-content/themes/webkit/style.css:
4235 * quality/bugwriting.html:
4236 * quality/reduction.html:
4239 2006-02-05 Eric Seidel <eseidel@apple.com>
4243 General update to SVG project page, also link to status page.
4245 * projects/svg/index.html:
4247 2006-02-05 Eric Seidel <eseidel@apple.com>
4249 Rubber stamped by darin.
4251 * projects/svg/status.xml: Added.
4252 * projects/svg/svg-status.css: Added.
4253 * projects/svg/svg-status.xsl: Added.
4255 2006-02-05 Eric Seidel <eseidel@apple.com>