1 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
3 Add sisa.samsung.com to team.html
4 https://bugs.webkit.org/show_bug.cgi?id=109394
6 Reviewed by Dirk Schulze.
10 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
12 Add a sample change log entry to contributing.html
13 https://bugs.webkit.org/show_bug.cgi?id=105506
15 Reviewed by Alexey Proskuryakov.
17 Added a sample change log to the page directly people skimming through the page will still
18 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
20 * coding/contributing.html:
22 2012-12-18 Nico Weber <thakis@chromium.org>
24 Fix broken loop in style guide
25 https://bugs.webkit.org/show_bug.cgi?id=105346
27 Reviewed by Ryosuke Niwa.
29 Found by Sean Silva <silvas@purdue.edu>
31 * coding/coding-style.html:
33 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
35 Add instructions on how to build WebKit on Xcode 4 to build.html
36 https://bugs.webkit.org/show_bug.cgi?id=104739
38 Reviewed by Daniel Bates.
40 Set the build directories to WebKitBuild.
42 * building/build.html:
44 2012-11-24 Daniel Bates <dbates@webkit.org>
46 Substitute "use" for "user" in sentence about naming convention for
47 enum members so that it reads well.
49 * coding/coding-style.html:
51 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
53 Add Samsung to security vendor member list
54 https://bugs.webkit.org/show_bug.cgi?id=102863
56 Reviewed by Sam Weinig.
58 * security/security-group-members.html: Add Samsung members.
60 2012-10-31 Adam Barth <abarth@webkit.org>
62 technical-articles.html should link to my talk on how WebKit works
63 https://bugs.webkit.org/show_bug.cgi?id=100867
65 Reviewed by Tony Chang.
67 * coding/technical-articles.html:
69 2012-10-29 Eric Seidel <eric@webkit.org>
71 Technical Articles should link to an old talk I gave
72 https://bugs.webkit.org/show_bug.cgi?id=100624
74 Reviewed by Adam Barth.
76 * coding/technical-articles.html:
78 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
80 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
82 * coding/coding-style.html:
84 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
86 Fix a typo per Darin's comment.
88 * coding/coding-style.html:
90 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
92 Add a style guide rule for signed and unsigned int
93 https://bugs.webkit.org/show_bug.cgi?id=96682
95 Reviewed by Geoffrey Garen.
97 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
99 * coding/coding-style.html:
101 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
103 Replace JSC::UString by WTF::String
104 https://bugs.webkit.org/show_bug.cgi?id=95271
106 Reviewed by Geoffrey Garen.
108 Update the coding style to avoid mentioning a class that no longer exist.
110 * coding/coding-style.html:
112 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
114 Address one more review comment.
116 * building/checkout.html:
118 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
120 Recommend the use of https and mention git on building/checkout.html
121 https://bugs.webkit.org/show_bug.cgi?id=93657
123 Reviewed by Mark Rowe.
125 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
126 because the paragraph right above it refers to buliding/tools.html for that.
128 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
129 checkout using a Git client.
131 * building/checkout.html:
133 2012-07-27 Adam Barth <abarth@webkit.org>
135 Writing a blog post for new reviewers doesn't add value to the blog
136 https://bugs.webkit.org/show_bug.cgi?id=92305
138 Reviewed by Eric Seidel.
140 Now that we have Peter posting weekly updates to the blog, having an
141 announcement on the blog for each reviewer is more noise than signal.
143 * coding/commit-review-policy.html:
145 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
147 Update webkit.org to refer to layoutTestController instead of testRunner
148 https://bugs.webkit.org/show_bug.cgi?id=89445
150 Reviewed by Kent Tamura.
152 * quality/testwriting.html:
154 2012-05-21 Peter Kasting <pkasting@google.com>
156 Style guide change: Uses of "std::" should be explicitly qualified.
157 https://bugs.webkit.org/show_bug.cgi?id=87043
159 Reviewed by Ryosuke Niwa.
161 * coding/coding-style.html:
163 2012-05-11 Darin Adler <darin@apple.com>
165 Try to make spacing of fine print items in lower left nicer looking.
168 (#notice, #trademark, #terms): Changed top margin to 10px.
169 (#notice): Put 30px margin here.
171 2012-05-11 Darin Adler <darin@apple.com>
173 CSS tweak needed for the trademark terms of use.
176 (#notice, #trademark, #terms): Added #trademark.
178 2012-05-11 Darin Adler <darin@apple.com>
180 Add a link to WebKit trademark terms of use, other small website changes
181 https://bugs.webkit.org/show_bug.cgi?id=86112
183 Reviewed by Dan Bernstein.
185 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
186 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
189 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
190 of use on the macosforge.org terms of use page.
192 2012-05-07 Dan Bernstein <mitz@apple.com>
194 webkit.org instructions for debugging WebProcess are unnecessarily complex
195 https://bugs.webkit.org/show_bug.cgi?id=85756
197 Reviewed by Darin Adler.
199 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
200 debugging the Web process, as well as instructions for debugging the Web process from the
201 command line using debug-safari and debug-minibrowser.
202 * building/tools.html: Updated links and tweaked the language.
204 2012-04-23 Daniel Bates <dbates@webkit.org>
206 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
208 Rubber-stamped by Eric Seidel.
210 Before you can use the Xcode 4.3.2 command line tools, you must either run
211 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
212 DEVELOPER_DIR to point to the Xcode developer tools directory.
214 * building/tools.html:
216 2012-04-23 Daniel Bates <dbates@webkit.org>
218 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
220 Rubber-stamped by Eric Seidel.
222 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
223 are specific to Xcode 4.3.2.
225 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
226 * building/debug.html: Ditto.
228 2012-04-19 Daniel Bates <dbates@webkit.org>
230 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
231 https://bugs.webkit.org/show_bug.cgi?id=84364
233 Reviewed by Eric Seidel.
235 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
238 * building/debug-mac-uiprocess.html:
239 * building/debug.html:
241 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
243 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
244 https://bugs.webkit.org/show_bug.cgi?id=80429
246 Reviewed by Dan Bernstein.
248 * building/tools.html:
250 2012-03-10 Daniel Bates <dbates@webkit.org>
252 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
254 The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
255 Substituting https for http in (1) returns the expected page.
257 * building/debug-mac-uiprocess.html:
258 * building/debug.html:
260 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
262 Add a link to the EFL wiki page
263 https://bugs.webkit.org/show_bug.cgi?id=79439
265 Reviewed by Adam Barth.
267 * building/tools.html:
268 * css/main.css: Cross-browser border-radius.
270 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
272 team.html (on webkit.org) doesn't recognize codeaurora.org
273 https://bugs.webkit.org/show_bug.cgi?id=79529
275 Reviewed by Ryosuke Niwa.
279 2012-02-16 Kent Tamura <tkent@chromium.org>
281 Improve usability of coding-style.html
282 https://bugs.webkit.org/show_bug.cgi?id=78470
284 Reviewed by Eric Seidel.
286 * coding/coding-style.html:
287 - Do not add a title attribute to each of LI elements
288 - Do not add a click handler to each of them
289 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
291 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
293 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
294 https://bugs.webkit.org/show_bug.cgi?id=76544
296 Reviewed by Darin Adler.
298 WEBKITOUTPUTDIR is not only for Windows.
300 * building/build.html:
302 2012-01-20 Kent Tamura <tkent@chromium.org>
304 Each style rule should have its own ID.
305 https://bugs.webkit.org/show_bug.cgi?id=76428
307 Reviewed by David Levin.
309 * coding/coding-style.html: Add an id attribute to each of li elements,
310 and add code to set title="#id-name" and to make li elements clickable.
312 2012-01-19 Daniel Bates <dbates@webkit.org>
314 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
316 Rubber-stamped by Sam Weinig.
318 * building/debug.html:
320 2012-01-19 Daniel Bates <dbates@webkit.org>
322 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
323 https://bugs.webkit.org/show_bug.cgi?id=67102
325 Reviewed by Eric Seidel.
327 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
329 * building/active-scheme-xcode4.png: Added.
330 * building/build-settings-tab-xcode4.png: Added.
331 * building/build-window.png: Removed.
332 * building/custom-executable-xcode4.png: Added.
333 * building/custom-executable.png: Removed.
334 * building/debug-mac-uiprocess.html: Added.
335 * building/debug.html:
336 * building/debug.png: Removed.
337 * building/info-tab.png: Removed.
338 * building/run-xcode4.png: Added.
340 2012-01-11 Antti Koivisto <antti@apple.com>
342 Remove S60 reference from webkit.org
343 https://bugs.webkit.org/show_bug.cgi?id=76044
345 Reviewed by Simon Hausmann.
351 2012-01-10 Hajime Morrita <morrita@chromium.org>
353 [Website] i-Bench is no longer available.
354 https://bugs.webkit.org/show_bug.cgi?id=76027
356 Reviewed by Ryosuke Niwa.
358 Updated the availability information of i-Bench.
360 * projects/performance/index.html:
362 2011-12-07 Daniel Bates <dbates@webkit.org>
364 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
365 https://bugs.webkit.org/show_bug.cgi?id=74006
367 Reviewed by Antonio Gomes.
369 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
370 ASSERT_NOT_REACHED().
372 * coding/assertion-guidelines.html:
374 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
376 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
377 https://bugs.webkit.org/show_bug.cgi?id=73098
379 Reviewed by Antti Koivisto.
381 Revise the sentence about committers being allowed to land patches by others to explicitly state that
382 they can only land patches by others if asked by authors themselves.
384 * coding/commit-review-policy.html:
386 2011-11-14 Mark Rowe <mrowe@apple.com>
388 Upgrade WordPress's Akismet plug-in to the latest version.
390 * blog/wp-content/plugins/akismet:
392 2011-11-14 Mark Rowe <mrowe@apple.com>
394 Update one file that was missed.
396 * blog/wp-settings.php:
398 2011-11-14 Mark Rowe <mrowe@apple.com>
400 Upgrade WordPress to v3.2.1.
404 2011-10-28 Dean Jackson <dino@apple.com>
406 Remove this horribly outdated file. It was showing up in
407 Google searches and shouldn't be used as official
410 Rubber-stamped by Simon Fraser.
412 * specs/MediaQueriesExtensions.html: Removed.
414 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
416 Style guide should mention the preference of index over iterator
417 https://bugs.webkit.org/show_bug.cgi?id=70285
419 Reviewed by Darin Adler.
421 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
422 we prefer index over iterators.
424 * coding/coding-style.html:
426 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
428 Fix a typo pointed by Sam (Weinig).
430 * coding/coding-style.html:
432 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
434 Style guide should mandate use of pass-by-reference for out arguments
435 https://bugs.webkit.org/show_bug.cgi?id=69766
437 Reviewed by Darin Adler.
439 This matches the convention used throughout WebCore.
441 * coding/coding-style.html:
443 2011-10-06 Amruth Raj <amruthraj@motorola.com>
445 Add Motorola Mobility to team.html
446 https://bugs.webkit.org/show_bug.cgi?id=69597
448 Reviewed by Ryosuke Niwa.
452 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
454 Generate WebKit team's page out of committers.py
455 https://bugs.webkit.org/show_bug.cgi?id=68045
457 Fix per Daniel's review comment since I had misunderstood the code.
461 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
463 Generate WebKit team's page out of committers.py
464 https://bugs.webkit.org/show_bug.cgi?id=68045
466 Reviewed by Daniel Bates.
468 Add the initial implementation of team.html. This page automatically pulls data from committers.py
469 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
473 2011-09-01 Jon Lee <jonlee@apple.com>
475 Adding control rendering at various sizes.
477 * projects/forms/survey.html:
479 2011-08-29 Jon Lee <jonlee@apple.com>
481 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
483 * projects/forms/survey.html:
485 2011-08-17 Jon Lee <jonlee@apple.com>
487 Updating the forms survey to include various element sizes.
489 * projects/forms/survey.html:
491 2011-08-16 Daniel Bates <dbates@webkit.org>
493 Add myself to the list of individual members in the WebKit Security Group.
495 Rubber-stamped by Eric Seidel.
497 * security/security-group-members.html:
499 2011-08-09 Anders Carlsson <andersca@apple.com>
501 Broken link to LICENSE on contributing code page
502 https://bugs.webkit.org/show_bug.cgi?id=65947
504 Reviewed by Ryosuke Niwa.
506 * coding/contributing.html:
508 2011-08-04 Dan Bernstein <mitz@apple.com>
512 * coding/contributing.html:
514 2011-08-04 Nico Weber <thakis@chromium.org>
516 Update the contributors page to recommend webkit-patch instead of many manual steps
517 https://bugs.webkit.org/show_bug.cgi?id=65714
519 Reviewed by Adam Barth.
521 asvitkine followed the contributing instructions for his first patch, and got
522 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
523 webkit-patch prevents errors like this and more.
525 * coding/contributing.html:
527 2011-07-21 Jon Lee <jonlee@apple.com>
529 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
530 <rdar://problem/9782965>
532 Rubber-stamped by Maciej Stachowiak.
534 * projects/forms/image-usemap.png: Added.
535 * projects/forms/image1.png: Added.
536 * projects/forms/image10.png: Added.
537 * projects/forms/image16.png: Added.
538 * projects/forms/index.html: Update links
539 * projects/forms/survey.html: Added.
541 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
543 SVG feature status is not up-to-date
544 https://bugs.webkit.org/show_bug.cgi?id=64856
546 Reviewed by Dirk Schulze.
548 Update SVG feature status after r91331.
550 * projects/svg/status.xml:
552 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
554 Reviewed by Darin Adler.
556 Add note about cases where enums are preferred over bools on function parameters.
557 https://bugs.webkit.org/show_bug.cgi?id=63564
559 This matches the outcome of this webkit-dev thread:
560 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
562 * coding/coding-style.html:
564 2011-05-31 Chris Evans <cevans@chromium.org>
566 Reviewed by Drew Yao.
568 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
570 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
572 2011-05-20 Alexey Proskuryakov <ap@apple.com>
574 Reviewed by Dan Bernstein.
576 Building instructions should not talk about Tiger
577 https://bugs.webkit.org/show_bug.cgi?id=61210
579 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
580 Xcode version to the latest Leopard one.
582 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
584 Reviewed by Adam Barth.
586 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
587 https://bugs.webkit.org/show_bug.cgi?id=60686
589 * security/security-group-members.html:
591 2011-05-11 Cris Neckar <cdn@chromium.org>
593 Reviewed by David Levin.
595 Adding Cris Neckar to the Webkit Security Group site.
596 https://bugs.webkit.org/show_bug.cgi?id=60668
598 * security/security-group-members.html:
600 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
602 Reviewed by Mark Rowe.
604 Update Qt/Nokia Security contacts
605 https://bugs.webkit.org/show_bug.cgi?id=60650
607 Ademar (me) replaced Simon as the release manager and primary security
608 contact for QtWebKit. See:
609 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
611 * security/security-group-members.html:
613 2011-05-09 Eric Seidel <eric@webkit.org>
615 Reviewed by Adam Barth.
617 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
618 https://bugs.webkit.org/show_bug.cgi?id=59672
620 * coding/adding-features.html: Added.
623 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
625 Not reviewed: adding image files for the blog post.
627 * blog-files/inspector/remote-debugging-attached.png: Added.
628 * blog-files/inspector/remote-debugging-discovery.png: Added.
630 2011-04-27 Ojan Vafai <ojan@chromium.org>
632 Reviewed by Dan Bernstein.
634 change style guide to pre-increment in for-loops
635 https://bugs.webkit.org/show_bug.cgi?id=59619
637 This matches what a number of reviewers have been asking
640 * coding/coding-style.html:
642 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
644 Reviewed by Tor Arne Vestbø.
646 Added instructions on how to work from behind proxy
647 and detailed the instructions refering to rebasing.
648 Windows build instructions do not work if you are behind a proxy
649 or have a Temp directory that you do not own directly.
650 https://bugs.webkit.org/show_bug.cgi?id=57246
652 * building/tools.html:
654 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
656 Reviewed by James Robinson.
658 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
659 https://bugs.webkit.org/show_bug.cgi?id=58190
661 * misc/related-target-and-shadow-dom.svg: Added.
663 2011-04-06 David Levin <levin@chromium.org>
665 Reviewed by Ojan Vafai.
667 Augment style guidelines about meaningless parameters from text the unwritten rules email.
668 https://bugs.webkit.org/show_bug.cgi?id=55275
670 * coding/coding-style.html:
672 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
674 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
677 * blog-files/inspector/stack-traces-img/1.png: Added.
678 * blog-files/inspector/stack-traces-img/2.png: Added.
679 * blog-files/inspector/stack-traces-img/3.png: Added.
680 * blog-files/inspector/stack-traces-img/4.png: Added.
681 * blog-files/inspector/stack-traces-img/5.png: Added.
682 * blog-files/inspector/stack-traces-img/6.png: Added.
683 * blog-files/inspector/stack-traces-img/button.png: Added.
685 2011-02-26 David Levin <levin@chromium.org>
687 Reviewed by Darin Adler.
689 Add style guidelines about comments from the unwritten rules email.
690 https://bugs.webkit.org/show_bug.cgi?id=55272
692 * coding/coding-style.html: Added the guidelines.
694 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
696 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
698 * blog-files/inspector/css_rule_diff.png: Added.
700 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
702 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
704 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
705 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
706 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
707 * blog-files/inspector/warning_10x10.png: Added.
709 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
711 Unreviewed. Add Web Inspector style editing screenshots.
713 * blog-files/inspector-css-as-authored.png: Added.
714 * blog-files/inspector-css-autocomplete.png: Added.
715 * blog-files/inspector-unknown-css-properties.png: Added.
717 2011-01-21 David Levin <levin@chromium.org>
719 Reviewed by Darin Adler.
721 Proposal: Require cross-organizational seconds for reviewer nominations
722 https://bugs.webkit.org/show_bug.cgi?id=47597
724 This changes the committer/reviewer policy to require an additional
725 reviewer supporting a reviewer nomination to work for a different
726 company and different project affiliation from the nominee.
728 This means reviewer nominations would require four supporting reviewers,
729 one of which knows the reviewer through the community (irc, email, bugs)
730 ensuring that the nominee has the open-source collaboration skills
731 we so highly value here in WebKit.
733 * coding/commit-review-policy.html:
735 2011-01-01 Adam Barth <abarth@webkit.org>
737 Reviewed by Eric Seidel.
739 Move JavaScriptCore to Source
740 https://bugs.webkit.org/show_bug.cgi?id=51604
742 * coding/assertion-guidelines.html:
743 - Update documentation to point to the new location of
746 2010-12-17 Dan Bernstein <mitz@apple.com>
748 Reviewed by Simon Fraser.
750 Rename WebKitTools to Tools
751 https://bugs.webkit.org/show_bug.cgi?id=49861
753 * asking_questions.html:
754 * building/tools.html:
755 * coding/scripts.html:
757 2010-11-08 Jessie Berlin <jberlin@apple.com>
759 Reviewed by Adam Roben.
761 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
763 https://bugs.webkit.org/show_bug.cgi?id=49189
765 * building/tools.html:
766 Add a line recommending bash shell users to comment out or remove those lines, with an
767 explanation as to why.
769 2010-11-04 Orlando Leite <orlleite@gmail.com>
771 Reviewed by Adam Barth.
773 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
775 * building/tools.html:
777 2010-10-29 Adam Roben <aroben@apple.com>
779 Instruct developers to install the Feburary 2010 DirectX SDK, not just
782 The February 2010 SDK is the last one with support for Visual Studio
785 I also removed some unnecessary instructions regarding the DirectX
788 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
789 specific version of the DirectX SDK
791 Reviewed by Steve Falkenburg.
793 * building/tools.html:
795 2010-10-28 Lucas Forschler <lforschler@apple.com>
797 Reviewed by Geoffrey Garen.
799 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
801 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
802 -Edited the .htaccess file to redirect the old pages to the new landing page.
803 -This should keep our search engine page rankings effective.
804 Potentially breaking:
805 -This COULD potentially break the SunSpider benchmark.
806 -Local testing with relative links seems to function as expected.
807 -The .htaccess 301 redirects are UNTESTED.
811 * perf/sunspider: Added.
812 * perf/sunspider-0.9.1/sunspider.html: Removed.
813 * perf/sunspider-0.9.1/versions.html: Removed.
814 * perf/sunspider-0.9/sunspider.html: Removed.
815 * perf/sunspider/sunspider.css: Added.
816 * perf/sunspider/sunspider.html: Added.
818 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
820 Reviewed by David Levin.
822 Add DirectX SDK to Installing Developer Tools web page
823 https://bugs.webkit.org/show_bug.cgi?id=47911
825 * building/tools.html:
827 2010-09-30 David Levin <levin@chromium.org>
829 Reviewed by Darin Adler.
831 Add guideline for constructors doing implicit type conversion to coding style.
832 https://bugs.webkit.org/show_bug.cgi?id=47646
834 * coding/coding-style.html:
836 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
838 Reviewed by Simon Fraser.
840 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
841 https://bugs.webkit.org/show_bug.cgi?id=47013
843 * nav.inc: Removed the space from the web inspector wiki link.
845 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
847 Unreviewed HTML syntax fix for my recent change in the coding-style.
849 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
851 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
853 Reviewed by Darin Adler.
855 check-webkit-style and the coding style guidelines page are inconsistent
856 https://bugs.webkit.org/show_bug.cgi?id=46099
858 * coding/coding-style.html:
859 Making clear that includes of system headers must come after includes of other headers.
861 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
863 Reviewed by Adam Barth.
865 Adding a timeline screenshot for blocking and defer scripts
866 https://bugs.webkit.org/show_bug.cgi?id=45933
868 * blog-files/timeline-blocking-script.png: Added.
869 * blog-files/timeline-defer-script.png: Added.
871 2010-09-14 Jessie Berlin <jberlin@apple.com>
873 Reviewed by Adam Roben.
875 Exceptions are getting ignored on 64-bit Windows in the Web Process.
876 https://bugs.webkit.org/show_bug.cgi?id=45779
878 * building/tools.html:
879 Add instructions about how to optionally get hotfix 976038.
881 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
883 Reviewed by Adam Barth.
885 https://bugs.webkit.org/show_bug.cgi?id=43982
886 This js file seems to be a popular script for detecting mobile WebKit but
887 it has a flaw that makes it fail on Android and BlackBerry.
889 The issue is that it looks for "Mobile/" but Android and BlackBerry
890 use "Mobile" with no numbering after it.
891 Changed RegExp pattern " Mobile/" to " Mobile\\b".
893 * misc/WebKitDetect.js:
894 (WebKitDetect.isMobile):
896 2010-08-27 Darin Adler <darin@apple.com>
898 * coding/RefPtr.html: Minor revision, improve clarity and mention some
901 2010-08-26 Daniel Bates <dbates@rim.com>
903 Reviewed by Dumitru Daniliuc.
905 Fix misspelled words on WebKit.org contact.html,
906 demos/index.html, and quality/leakhunting.html
907 https://bugs.webkit.org/show_bug.cgi?id=44747
909 Fix some misspelled words on the WebKit.org site.
911 * contact.html: Change "bugreports" [sic] to "bug reports".
912 * demos/index.html: Change "testcase" [sic] to "test case".
913 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
915 2010-08-23 David Kilzer <ddkilzer@apple.com>
917 Clean up some HTML typos in crashlogs.html
919 Rubber-stamped by Maciej Stachowiak.
921 * quality/crashlogs.html: Fixed "</code>>" typos added in
922 r56300. Changed "<tt>" tag with style attribute to "<code>"
923 that was missed in r56300.
925 2010-08-17 Beth Dakin <bdakin@apple.com>
927 Rubber-stamped by Adele.
929 Adding a MathML Demo and screenshot.
931 * blog-files/riemann-screenshot.png: Added.
932 * demos/mathml: Added.
933 * demos/mathml/MathMLDemo.xhtml: Added.
935 2010-08-17 Adam Roben <aroben@apple.com>
937 Instruct developers to (optionally) install Debugging Tools for
940 These tools are used by some of our scripts, so are useful for
941 developers to have installed.
943 Fixes <http://webkit.org/b/44128> webkit.org building instructions
944 should recommend installing Debugging Tools for Windows
946 Reviewed by Sam Weinig.
948 * building/tools.html:
950 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
952 Reviewed by Nikolas Zimmermann.
954 Update SVG implementation status.
956 * projects/svg/status.xml:
958 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
960 Reviewed by Darin Adler.
962 Add a diagram explaining how a DOM element is attached to the site.
963 https://bugs.webkit.org/show_bug.cgi?id=42763
965 * coding/dom-element-attach.html: Added.
966 * coding/images/dom-element-attach-large.png: Added.
967 * coding/images/dom-element-attach-small.png: Added.
968 * coding/images/dom-element-attach.graffle: Added.
969 * coding/technical-articles.html: Added a link to the page with the diragram.
971 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
973 Reviewed by Darin Adler.
975 Improve assertion macro documentation.
977 https://bugs.webkit.org/show_bug.cgi?id=40565
979 * coding/assertion-guidelines.html:
981 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
983 Reviewed by Geoffrey Garen.
985 Add an index of technical articles to the WebKit site. This makes the
986 links to the RefPtr and Assertion documentation discoverable and
987 provides an easy way to find some useful blog posts.
989 https://bugs.webkit.org/show_bug.cgi?id=40561
991 * coding/technical-articles.html: Added.
992 * nav.inc: Add link to technical articles.
994 2010-06-15 Adam Roben <aroben@apple.com>
996 Remove some unnecessary steps for setting up the debugger on Windows
998 Apparently update-webkit does this for you now.
1000 Rubber-stamped by Steve Falkenburg.
1002 * building/debug.html: Removed the first two Windows steps, which are
1003 now unnecessary, and updated the third to reflect reality.
1005 2010-06-14 Adam Roben <aroben@apple.com>
1007 Improve instructions for debugging on Windows
1009 Fixes <http://webkit.org/b/40585>.
1011 Reviewed by Steve Falkenburg.
1013 * building/debug.html: Improved the Windows instructions. We now
1014 instruct users to set things up so that hitting F5 from WebKit.sln
1015 will launch Safari with the WEBKITNIGHTLY environment variable
1016 pointing to the location of the built WebKit.dll.
1018 * building/console_vs2005.jpg: Removed.
1019 * building/debug_vs2005.jpg: Removed.
1021 * building/launch-debugger-vs2005.png: Added.
1022 * building/set-as-startup-project-vs2005.png: Added.
1023 * building/set-debugging-properties-vs2005.png: Added.
1025 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1027 Reviewed by Darin Adler.
1029 Add documentation on the various assertion macros in WebKit.
1031 https://bugs.webkit.org/show_bug.cgi?id=39950
1033 * coding/assertion-guidelines.html: Added.
1035 2010-05-29 Sterling Swigart <sswigart@google.com>
1037 Reviewed by David Levin.
1039 Adding tests to canvas.html performance test
1040 https://bugs.webkit.org/show_bug.cgi?id=39883
1042 * demos/canvas-perf/canvas.html:
1048 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1050 Reviewed by Darin Adler.
1052 Update the style guide re: static member variables and structs
1053 https://bugs.webkit.org/show_bug.cgi?id=39663
1055 Per Darin Adler's proposal on webkit-dev.
1057 All static member variables should be prefixed with s_.
1058 m_ should not be used for public data members in structs.
1059 Only structs should have public data members.
1061 * coding/coding-style.html:
1063 2010-05-24 David Levin <levin@chromium.org>
1065 Reviewed by Maciej Stachowiak.
1067 Improve canvas perf test accuracy.
1068 https://bugs.webkit.org/show_bug.cgi?id=39635
1070 * demos/canvas-perf/canvas.html:
1071 1. Change the various tests to get the image data for the result
1072 to help ensure that the operation has completed by the time,
1073 and subtract out the time needed to do this.
1074 2. Made the test more flexible about number of repetitions and
1076 3. Make the tests run separately and have a pause between them
1077 to allow for garbage collection so that results are more
1079 4. Added a standard logging function and shouldBe asserts to
1080 verify that the correct scaling operations were happening.
1082 2010-05-20 Daniel Bates <dbates@rim.com>
1084 Rubber-stamped by Simon Fraser.
1086 Spelling correction; change "acces" [sic] to "access".
1088 * quality/lifecycle.html:
1090 2010-05-14 Eric Seidel <eric@webkit.org>
1092 Reviewed by Maciej Stachowiak.
1094 Update tools.html to mention that Tiger users require a newer Python
1095 https://bugs.webkit.org/show_bug.cgi?id=38822
1097 Also updated the instructions that only Tiger users need
1098 to install a subversion client. Newer OSes already have
1099 subversion included in the install.
1101 * building/tools.html:
1103 2010-05-08 Dirk Schulze <krit@webkit.org>
1105 Reviewed by Nikolas Zimmermann.
1107 SVGFont's VKern implementation missing
1108 https://bugs.webkit.org/show_bug.cgi?id=38663
1110 * projects/svg/status.xml:
1112 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1114 Reviewed by Adam Barth.
1116 Commit and Review policy should encourage unofficial reviews
1117 https://bugs.webkit.org/show_bug.cgi?id=38517
1119 * coding/commit-review-policy.html:
1121 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1123 Reviewed by Darin Adler.
1125 Fix the sticky-notes demo.
1126 https://bugs.webkit.org/show_bug.cgi?id=38550
1128 1. Exceptions thrown by openDatabase() should be treated as
1130 2. Do not allow users to create new notes when openDatabase()
1133 * demos/sticky-notes/index.html:
1135 2010-05-02 Dirk Schulze <krit@webkit.org>
1137 Reviewed by Nikolas Zimmermann.
1139 SVG hkern implementation incomplete
1140 https://bugs.webkit.org/show_bug.cgi?id=38407
1142 We support hkern now. Mention this in the SVG status page.
1144 * projects/svg/status.xml:
1146 2010-04-29 Dean Jackson <dino@apple.com>
1148 Unreviewed. Make a note that we are no longer proposing
1149 the evaluateMediaQuery method. Instead, we are following
1150 the standard matchMedium method from CSS 3 View.
1152 * specs/MediaQueriesExtensions.html:
1154 2010-04-18 Adam Barth <abarth@webkit.org>
1156 Unreviewed. Update a label of the diagram to better match the
1157 description in the text of the blog post.
1159 * blog-files/loader-diagram.svg:
1161 2010-04-17 Adam Barth <abarth@webkit.org>
1163 Unreviewed. Added loader diagram for upcoming blog post.
1165 * blog-files/loader-diagram.svg: Added.
1167 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1169 Reviewed by Eric Seidel.
1171 Minor Updates and Cleanup to the Contributing Page
1172 https://bugs.webkit.org/show_bug.cgi?id=37415
1174 * coding/contributing.html:
1176 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1180 Random demo to look cool on twitter.
1182 * misc/gradient-input.html: Added.
1184 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1188 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1190 * blog-files/inspector/audits_launcher.png: Added.
1191 * blog-files/inspector/audits_panel.png: Added.
1192 * blog-files/inspector/console_panel.png: Added.
1193 * blog-files/inspector/context_menu.png: Added.
1194 * blog-files/inspector/css_highlighted_line.png: Added.
1195 * blog-files/inspector/css_line_number_snippet.png: Added.
1196 * blog-files/inspector/css_line_numbers.png: Added.
1197 * blog-files/inspector/deactivate_breakpoints.png: Added.
1198 * blog-files/inspector/evaluate_on_hover.png: Added.
1199 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1200 * blog-files/inspector/inherited_styles.png: Added.
1201 * blog-files/inspector/large_dom.png: Added.
1202 * blog-files/inspector/large_resources.png: Added.
1203 * blog-files/inspector/pseudo_elements.png: Added.
1204 * blog-files/inspector/redirect_headers.png: Added.
1205 * blog-files/inspector/redirect_headers_full.png: Added.
1206 * blog-files/inspector/redirects.png: Added.
1207 * blog-files/inspector/redirects_full.png: Added.
1208 * blog-files/inspector/timeline_overview.png: Added.
1209 * blog-files/inspector/timeline_panel.png: Added.
1210 * blog-files/inspector/timeline_record_details.png: Added.
1212 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1214 Reviewed by David Levin.
1216 Asking Questions Page Grammar Fixes
1217 https://bugs.webkit.org/show_bug.cgi?id=36608
1219 * asking_questions.html:
1221 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1223 Reviewed by Timothy Hatcher.
1225 New Asking Questions Page is not Valid HTML5
1226 https://bugs.webkit.org/show_bug.cgi?id=36605
1228 * asking_questions.html: fixed issues raised by the validator.
1230 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1232 Reviewed by David Levin.
1234 Add a page on how to ask questions
1235 https://bugs.webkit.org/show_bug.cgi?id=35223
1237 * asking_questions.html: Added.
1238 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1239 to get help effectively
1240 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1242 * contact.html: Tweaked the wording to make it more clear what the
1243 mailing list are used for. Also changed the formatting to better
1244 underline the different mailing lists.
1246 2010-03-24 Sam Weinig <sam@webkit.org>
1248 Rubber-stamped by Anders Carlsson..
1250 Update Security Group Members list.
1252 * security/security-group-members.html:
1254 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1258 Add another example.
1260 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1262 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1266 Add example of accessible ASCII art for HTML WG.
1268 * demos/accessible-ascii-art: Added.
1269 * demos/accessible-ascii-art/butterfly.html: Added.
1271 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1273 Reviewed by Mark Rowe.
1275 WebKit blog should be valid HTML5
1276 https://bugs.webkit.org/show_bug.cgi?id=36410
1278 * blog/wp-content/themes/webkit/comments-popup.php:
1279 * blog/wp-content/themes/webkit/footer.php:
1280 * blog/wp-content/themes/webkit/header.php:
1282 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1284 Reviewed by Mark Rowe.
1286 Fix a bunch of HTML5 validation errors on various pages.
1287 https://bugs.webkit.org/show_bug.cgi?id=36409
1289 * building/build.html:
1290 * building/checkout.html:
1291 * building/debug.html:
1292 * building/run.html:
1293 * building/tools.html:
1294 * coding/coding-style.html:
1295 * coding/contributing.html:
1296 * coding/major-objects.html:
1301 * projects/compat/index.html:
1302 * projects/css/index.html:
1303 * projects/documentation/index.html:
1304 * projects/goals.html:
1305 * projects/index.html:
1306 * projects/mathml/index.html:
1307 * quality/bugpriorities.html:
1308 * quality/bugwriting.html:
1309 * quality/crashlogs.html:
1310 * quality/lifecycle.html:
1311 * quality/testing.html:
1312 * quality/testwriting.html:
1314 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1316 Reviewed by Mark Rowe.
1318 webkit.org should use the HTML5 doctype
1319 https://bugs.webkit.org/show_bug.cgi?id=36407
1322 * misc/drosera/index.html:
1323 * perf/slickspeed/system/index.php:
1324 * perf/slickspeed/system/template.php:
1327 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1329 Reviewed by Mark Rowe.
1331 http://webkit.org/ has an HTML5 validation error
1332 https://bugs.webkit.org/show_bug.cgi?id=36406
1336 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1338 Tweak canvas perf demo.
1340 * demos/canvas-perf/canvas.html:
1342 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1344 Added canvas perf demo for whatwg.
1346 * demos/canvas-perf: Added.
1347 * demos/canvas-perf/canvas.html: Added.
1348 * demos/canvas-perf/kraken.jpg: Added.
1350 2010-03-09 Adam Roben <aroben@apple.com>
1352 Add a link to the Contributors Meeting registration form in the
1355 Rubber-stamped in advance by Adele Peterson.
1357 * nav.inc: Added a link underneath "Trac".
1359 2010-02-26 Sam Weinig <sam@webkit.org>
1361 Rubber-stamped by Adele Peterson.
1363 Update Security Group Members list.
1365 * security/security-group-members.html:
1367 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1369 Reviewed by Eric Seidel and Adam Roben.
1371 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1372 https://bugs.webkit.org/show_bug.cgi?id=35098
1374 * building/debug.html:
1375 Add instructions on how to build and run WebKit from within Visual Studio.
1377 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1379 Rubber stamped by Adam Barth.
1381 Add sunspider-0.9.1 to the site in preparation for announcing it.
1382 https://bugs.webkit.org/show_bug.cgi?id=35206
1384 * perf/sunspider-0.9.1: Added.
1385 * perf/sunspider-0.9.1/json2.js: Added.
1386 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1387 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1388 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1389 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1390 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1391 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1392 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1393 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1394 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1395 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1396 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1397 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1398 * perf/sunspider-0.9.1/sunspider.css: Added.
1399 * perf/sunspider-0.9.1/sunspider.html: Added.
1400 * perf/sunspider-0.9.1/versions.html: Added.
1402 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1404 Not reviewed - demo.
1406 Made some examples of using <details> for table descriptions.
1408 * demos/hover-summary: Added.
1409 * demos/hover-summary/details.css: Added.
1410 * demos/hover-summary/details.js: Added.
1411 (summaryClickListener):
1414 * demos/hover-summary/example1.html: Added.
1415 * demos/hover-summary/example2.html: Added.
1416 * demos/hover-summary/horizontal-triangle.png: Added.
1417 * demos/hover-summary/vertical-triangle.png: Added.
1419 2010-02-02 Jens Alfke <snej@chromium.org>
1421 Reviewed by David Levin.
1423 Clarified coding guidelines on wiki to allow indentation of
1424 _nested_ namespaces.
1425 https://bugs.webkit.org/show_bug.cgi?id=32137
1427 * coding/coding-style.html:
1429 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1431 Reviewed by David Kilzer.
1433 Added to contributing code page a pointer to the preferred
1434 license text. Also added information about copyright lines.
1436 https://bugs.webkit.org/show_bug.cgi?id=34017
1438 * coding/contributing.html:
1440 - Added CSS class for books.
1442 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1444 Reviewed by David Levin.
1446 Added screenshots and clearer instructions on how to submit
1449 https://bugs.webkit.org/show_bug.cgi?id=32542
1451 Also added that a bug report should be selected or created
1452 prior to submitting a patch.
1454 * coding/contributing.html:
1455 * coding/images: Added.
1456 * coding/images/contribute_add_attachment.png: Added.
1457 * coding/images/contribute_mark_review.png: Added.
1459 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1461 Not reviewed; updated for truth (and readability).
1463 Fixed some wrong listings and reorganized this page.
1465 * security/security-group-members.html:
1467 2010-01-06 Dirk Schulze <krit@webkit.org>
1469 Reviewed by Nikolas Zimmermann.
1472 https://bugs.webkit.org/show_bug.cgi?id=31905
1474 Update SVG status page. We support feDisplacementMap and feImage now.
1476 * projects/svg/status.xml:
1478 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1480 Reviewed by Darin Adler.
1482 Removed outdated contact information from bug life cycle page.
1484 https://bugs.webkit.org/show_bug.cgi?id=32494
1486 * quality/lifecycle.html:
1488 2009-12-13 Dan Bernstein <mitz@apple.com>
1490 Reviewed by Sam Weinig.
1492 Add a style guideline concerning floating point literals
1493 https://bugs.webkit.org/show_bug.cgi?id=32497
1495 * coding/coding-style.html:
1497 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1499 Reviewed by Adam Roben.
1501 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1502 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1503 in Windows as part of running update_webkit.
1505 * building/build.html:
1506 - removed the reference to forgetting to set environment variables as a common source of errors
1507 on Windows. This is because this patch would make it unnecessary for the user to set these
1510 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1512 Reviewed by Darin Adler.
1514 Added the "using std::foo" rule to the coding style guidelines.
1516 https://bugs.webkit.org/show_bug.cgi?id=32301
1518 Added to the coding style guidelines the "using std::foo" rule
1519 checked by the check-webkit-style script. Also clarified the
1520 "using" statement guidelines that apply to implementation files.
1522 * coding/coding-style.html:
1524 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1526 Reviewed by Darin Adler.
1528 Refactored web site documentation so that advice to add
1529 WebKitTools/Scripts to your shell path does not appear
1532 https://bugs.webkit.org/show_bug.cgi?id=32112
1534 * building/build.html:
1535 * building/checkout.html:
1536 * building/run.html:
1537 * coding/coding-style.html:
1538 * coding/contributing.html:
1539 * coding/scripts.html: Added.
1540 * quality/testing.html:
1542 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1544 Reviewed by Eric Seidel.
1546 Add reference to the GTK and QT build wiki pages
1548 https://bugs.webkit.org/show_bug.cgi?id=32088
1550 * building/tools.html:
1553 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
1555 Reviewed by Darin Adler.
1557 Added clarifications to the web site regarding coding style and
1560 https://bugs.webkit.org/show_bug.cgi?id=31618
1562 Changes include the following:
1564 - Expanded the style guidelines regarding "using" statements.
1565 - Made the style guidelines page validate as HTML.
1566 - Added that legacy WebKit components should not be cleaned up.
1567 - Added that it is more acceptable to update style when already
1570 * coding/coding-style.html:
1571 * coding/contributing.html:
1572 * projects/cleanup/index.html:
1574 2009-11-18 Eric Seidel <eric@webkit.org>
1576 Reviewed by David Levin.
1578 Make 80 patches a formal requirement for reviewership
1579 https://bugs.webkit.org/show_bug.cgi?id=31313
1580 Per discussion on the webkit-reviewers list:
1581 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
1583 * coding/commit-review-policy.html:
1585 2009-11-18 Daniel Bates <dbates@webkit.org>
1587 Reviewed by Eric Seidel.
1589 https://bugs.webkit.org/show_bug.cgi?id=31610
1591 Adds property "min-width" to #title so that the width of the title
1592 element on each page is at least 790px. In particular, this makes
1593 the page <http://webkit.org/security/security-group-members.html>
1594 consistent, in appearance, to the rest of the site.
1598 2009-11-16 Sam Weinig <sam@webkit.org>
1600 Reviewed by Anders Carlsson.
1602 Update Security Group Members list.
1604 * security/security-group-members.html:
1606 2009-11-16 Sam Weinig <sam@webkit.org>
1608 Reviewed by Adele Peterson.
1610 Update Security Group Members list.
1612 * security/security-group-members.html:
1614 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
1616 Reviewed by Darin Adler.
1618 Added to the WebKit Coding Style Guidelines not to use
1619 "using namespace" statements in header files.
1621 * coding/coding-style.html:
1623 2009-11-10 Oliver Hunt <oliver@apple.com>
1625 Reviewed by Maciej Stachowiak.
1627 Fix WebGL demos to work with renamed WebGL primitives
1629 * blog-files/webgl/Earth.html:
1630 * blog-files/webgl/ManyPlanetsDeep.html:
1631 * blog-files/webgl/SpinningBox.html:
1632 * blog-files/webgl/SpiritBox.html:
1633 * blog-files/webgl/TeapotPerPixel.html:
1634 * blog-files/webgl/TeapotPerVertex.html:
1635 * blog-files/webgl/WebGL+CSS.html:
1636 * blog-files/webgl/resources/CanvasMatrix.js:
1637 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
1638 * blog-files/webgl/resources/utils3d.js:
1643 2009-11-06 Dirk Schulze <krit@webkit.org>
1645 Rubber stamped by Eric Seidel.
1647 Update SVG status page. We support feMorphology now.
1648 Set lightning filters to unimplemented.
1650 * projects/svg/status.xml:
1652 2009-11-06 Jeff Schiller <codedread@gmail.com>
1654 Reviewed by Darin Adler.
1656 SVG Status page update
1657 https://bugs.webkit.org/show_bug.cgi?id=31179
1659 * projects/svg/status.xml:
1661 2009-11-03 Darin Adler <darin@apple.com>
1663 Set the MIME type for all PNG files in this directory.
1665 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
1666 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
1667 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
1668 * blog-files/acid3-100.png: Modified property svn:mime-type.
1669 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
1670 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
1671 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
1672 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
1673 * blog-files/acid3-timing.png: Modified property svn:mime-type.
1674 * blog-files/bounce.png: Added property svn:mime-type.
1675 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
1676 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
1677 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
1678 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
1679 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
1680 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
1681 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
1682 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
1683 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
1684 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
1685 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
1686 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
1687 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
1688 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
1689 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
1690 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
1691 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
1692 * blog-files/inspector/colors.png: Added property svn:mime-type.
1693 * blog-files/inspector/cookies.png: Added property svn:mime-type.
1694 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
1695 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
1696 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
1697 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
1698 * blog-files/inspector/enable.png: Added property svn:mime-type.
1699 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
1700 * blog-files/inspector/form_data.png: Added property svn:mime-type.
1701 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
1702 * blog-files/inspector/inorder.png: Added property svn:mime-type.
1703 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
1704 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
1705 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
1706 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
1707 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
1708 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
1709 * blog-files/kate-circle.png: Modified property svn:mime-type.
1710 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
1711 * blog-files/kate-gradient.png: Modified property svn:mime-type.
1712 * blog-files/kate-reflected.png: Modified property svn:mime-type.
1713 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
1714 * blog-files/kate.png: Modified property svn:mime-type.
1715 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1716 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1717 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1718 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1719 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1720 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1721 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1722 * blog-files/pulse.png: Added property svn:mime-type.
1723 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1724 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1725 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1726 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1727 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1728 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1729 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1730 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1731 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1732 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1733 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1734 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1735 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1736 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1737 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1738 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1739 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1740 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1741 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1742 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1743 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1744 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1745 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1746 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1747 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1748 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1749 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1750 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1751 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1752 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1753 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1754 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1755 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1756 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1757 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1758 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1759 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1760 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1761 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1762 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1763 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1764 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1765 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1766 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1767 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1768 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1769 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1770 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1771 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1772 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1773 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1774 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1775 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1776 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1777 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1778 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1779 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1780 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1781 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1782 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1783 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1784 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1785 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1786 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1787 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1788 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1789 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1790 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1791 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1792 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1793 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1794 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1795 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1796 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1797 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1798 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1799 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1800 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1801 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1802 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1803 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1804 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1805 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1806 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1807 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1808 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1809 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1810 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1811 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1812 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1813 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1814 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1815 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1816 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1817 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1818 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1819 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1820 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1821 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1822 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1823 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1824 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1825 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1826 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1827 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1828 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1829 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1830 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1831 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1832 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1833 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1834 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1835 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1836 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1837 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1838 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1839 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1840 * images/DroseraPic.png: Modified property svn:mime-type.
1841 * misc/drosera/drosera.png: Modified property svn:mime-type.
1842 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1844 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1846 Reviewed by Timothy Hatcher.
1848 Adding images for an upcoming blog post.
1850 * blog-files/inspector/breakpoints.png: Added.
1851 * blog-files/inspector/colors.png: Added.
1852 * blog-files/inspector/cookies.png: Added.
1853 * blog-files/inspector/css_selectors.png: Added.
1854 * blog-files/inspector/css_syntax_highlight.png: Added.
1855 * blog-files/inspector/dom_storage.png: Added.
1856 * blog-files/inspector/edit_attributes.png: Added.
1857 * blog-files/inspector/enable.png: Added.
1858 * blog-files/inspector/event_listeners.png: Added.
1859 * blog-files/inspector/form_data.png: Added.
1860 * blog-files/inspector/inline_highlight.png: Added.
1861 * blog-files/inspector/inorder.png: Added.
1862 * blog-files/inspector/inspect_inspector.png: Added.
1863 * blog-files/inspector/inspect_inspector_small.png: Added.
1864 * blog-files/inspector/load_lines.png: Added.
1865 * blog-files/inspector/nodelist.png: Added.
1866 * blog-files/inspector/scope_bar.png: Added.
1867 * blog-files/inspector/watched_expression.png: Added.
1869 2009-10-26 Dan Bernstein <mitz@apple.com>
1871 Reviewed by Adele Peterson.
1875 * coding/bsd-license.html: Updated to the latest version.
1877 2009-10-22 Mark Rowe <mrowe@apple.com>
1879 Update to WordPress 2.8.5.
1883 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1885 Reviewed by Eric Seidel.
1887 Replace boolean operator indentation example with an if statement.
1889 https://bugs.webkit.org/show_bug.cgi?id=30538
1891 * coding/coding-style.html: Replace boolean indenting example to use "if"
1893 2009-10-16 Darin Adler <darin@apple.com>
1895 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1896 wording a bit in few places.
1898 2009-10-14 Evan Martin <evan@chromium.org>
1900 Reviewed by Darin Adler.
1902 Document what state the build tree is expected to be in after a patch.
1904 * coding/contributing.html:
1906 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1908 Reviewed by Eric Seidel.
1910 Change <a name> to id="" to fix styling problems
1911 https://bugs.webkit.org/show_bug.cgi?id=30283
1913 This prevents the headings from being styled like links.
1915 * coding/contributing.html:
1917 2009-10-08 Alex Milowski <alex@milowski.com>
1919 Reviewed by Darin Adler.
1921 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1923 * projects/layout/index.html:
1925 2009-10-07 Sam Weinig <sam@webkit.org>
1927 Reviewed by Dan Bernstein.
1929 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1930 Change style guidelines for indentation in header files
1932 * coding/coding-style.html: Don't indent in a namespace in a header file.
1934 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1936 Reviewed by Mark Rowe.
1938 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1940 * building/tools.html:
1942 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1944 Reviewed by Adam Barth.
1946 Diagram needs to be linked from the home page
1947 https://bugs.webkit.org/show_bug.cgi?id=30142
1949 http://webkit.org/coding/major-objects.html was never linked from the home
1954 2009-09-28 Alex Milowski <alex@milowski.com>
1956 <http://webkit.org/b/29098> Update to MathML project webpage
1958 Reviewed by David Kilzer.
1960 Updated MathML project page and added link to Wiki page.
1962 * projects/mathml/index.html:
1964 2009-09-21 Brady Eidson <beidson@apple.com>
1966 Reviewed by Darin Adler.
1968 Add coding style guidelines for 'using namespace.'
1969 https://bugs.webkit.org/show_bug.cgi?id=29499
1971 * coding/coding-style.html:
1973 2009-09-21 Brady Eidson <beidson@apple.com>
1975 Rubberstamped by Sam Weinig.
1977 Add some example files for an upcoming blog post.
1979 * blog-files/load-unload-example.html: Added.
1980 * blog-files/pageshow-pagehide-example.html: Added.
1982 2009-09-17 Eric Seidel <eric@webkit.org>
1984 Reviewed by Darin Adler.
1986 Update contributing.html to mention recently added tools.
1987 https://bugs.webkit.org/show_bug.cgi?id=29318
1989 Update our contributing instructions to mention
1990 the new tools (check-webkit-style and commit-queue)
1991 recently added to make contributions easier.
1993 * coding/contributing.html:
1994 - Mention check-webkit-style as an optional helper tool.
1995 - Mention checking the 'patch' checkbox.
1996 - Mention the commit-queue as an optional helper tool.
1997 - Remove "or in email" since patch reviews are all done via bugzilla.
1998 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1999 - Mention commit-queue as an optional help in getting your patch landed.
2000 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2002 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2004 Reviewed by Mark Rowe.
2006 Add instructions to bug reporting guidlines on how and when
2007 to apply port-specific keywords.
2009 * quality/bugwriting.html:
2011 2009-09-08 Sam Weinig <sam@webkit.org>
2013 Reviewed by Adele Peterson.
2015 Update Security Group Members list.
2017 * security/security-group-members.html:
2019 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2021 Reviewed by Eric Seidel.
2023 Drop <definition-src> support
2024 https://bugs.webkit.org/show_bug.cgi?id=28991
2026 When SVG 1.1 Second Edition is a Recommendation we can remove the
2029 * projects/svg/status.xml: Update page to state that <definition-src>
2032 2009-08-26 Mark Rowe <mrowe@apple.com>
2034 Upgrade WordPress to the latest version.
2036 * blog/wp-includes/version.php:
2037 * blog/wp-login.php:
2039 2009-08-20 Adam Barth <abarth@webkit.org>
2041 Reviewed by Eric Seidel.
2043 major-objects.html should show direct Frame <-> Document pointers
2044 https://bugs.webkit.org/show_bug.cgi?id=28479
2046 * coding/major-objects.html: Added pointers to diagram.
2048 2009-08-18 Anton Muhin <antonm@chromium.org>
2050 Reviewed by Adam Barth.
2052 Mention handy --bug flag of prepare-ChangeLog script.
2053 https://bugs.webkit.org/show_bug.cgi?id=28425
2055 * coding/contributing.html: Add a reference for --bug flag
2057 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2059 Reviewed by Adam Barth.
2061 Better explanation of "Null after navigation" in object diagram
2062 https://bugs.webkit.org/show_bug.cgi?id=28232
2064 * coding/major-objects.html:
2066 2009-08-11 Adam Barth <abarth@webkit.org>
2070 Remove a few characters from the ASCII art to make it fit better in the
2073 * coding/major-objects.html:
2075 2009-08-11 Adam Barth <abarth@webkit.org>
2077 Reviewed by Oliver Hunt.
2079 Document relation between major objects in WebCore
2080 https://bugs.webkit.org/show_bug.cgi?id=28210
2082 Added a diagram showing the relation between major objects.
2084 * coding/major-objects.html: Added.
2086 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2088 Reviewed by Oliver Hunt.
2090 Fix webkit-jobs link
2094 2009-08-03 Mark Rowe <mrowe@apple.com>
2096 Update two WordPress plug-ins that we use.
2098 * blog/wp-content/plugins/akismet/akismet.php:
2099 * blog/wp-content/plugins/akismet/readme.txt:
2100 * blog/wp-content/plugins/commentcontrol.php:
2102 2009-08-03 Mark Rowe <mrowe@apple.com>
2104 Add some missing files and delete some obsolete files.
2108 2009-08-03 Mark Rowe <mrowe@apple.com>
2110 Update WordPress to the latest version.
2114 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2116 Reviewed by Adam Treat.
2118 Mention the new webkit-help and webkit-jobs mailinglist. Change
2119 the description of webkit-dev to be more strict.
2123 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2125 Reviewed by Adam Treat.
2127 Coding style - Clarify some cases with spacing
2128 https://bugs.webkit.org/show_bug.cgi?id=27499
2130 Add explicit rule about no space before comma or semicolon.
2132 * coding/coding-style.html:
2134 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2136 Fix the font to match the rest of the blog site.
2138 * blog-files/3d-transforms/image-flip.html:
2140 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2142 Move the image flip effect into an iframe to avoid the long
2143 blog page tripping a bug on Leopard.
2145 * blog-files/3d-transforms/image-flip.html: Added.
2147 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2149 New demo files for an up-coming blog post.
2151 * blog-files/3d-transforms/mighty-cubes.png: Added.
2152 * blog-files/3d-transforms/morphing-cubes.html: Added.
2153 * blog-files/3d-transforms/perspective-by-example.html: Added.
2154 * blog-files/3d-transforms/poster-circle.html: Added.
2155 * blog-files/3d-transforms/poster-circle.png: Added.
2156 * blog-files/3d-transforms/transform-style.html: Added.
2158 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2160 Reviewed by Sam Weinig.
2162 Side bar linking to "DOM Interfaces" returns 404
2163 https://bugs.webkit.org/show_bug.cgi?id=24000
2167 2009-07-09 Oliver Hunt <oliver@apple.com>
2169 Reviewed by Geoff Garen.
2171 JavaScript section of http://webkit.org is excessively out of date.
2173 This removes old todo entries (like adding an API, which we've had since Leopard),
2174 and adds an additional todo for a webkit-less Objective-C API.
2176 * projects/javascript/index.html:
2178 2009-07-03 Adam Barth <abarth@webkit.org>
2180 Reviewed by Sam Weinig.
2182 Adam and Collin's affiliation is incorrect
2183 https://bugs.webkit.org/show_bug.cgi?id=26954
2185 This change corrects their affiliation.
2187 * security/security-group-members.html:
2189 2009-06-24 Brady Eidson <beidson@apple.com>
2191 Reviewed by Mark Rowe
2193 * demos/index.html: Fix more typos etc.
2195 2009-06-17 Sam Weinig <sam@webkit.org>
2197 Reviewed by Mark Rowe.
2199 * security/index.html: Fix some typos.
2201 2009-06-17 Sam Weinig <sam@webkit.org>
2203 Reviewed by Mark Rowe.
2205 Move security policy to security/index.html so that
2206 webkit.org/security/ works.
2209 * security/index.html: Copied from security/security-policy.html.
2210 * security/security-policy.html: Removed.
2212 2009-06-13 Sam Weinig <sam@webkit.org>
2214 Reviewed by Timothy Hatcher.
2216 Add WebKit Security Policy and member list of the WebKit Security Group.
2220 * security/security-group-members.html: Added.
2221 * security/security-policy.html: Added.
2223 2009-06-12 Brady Eidson <beidson@apple.com>
2225 Reviewed by Oliver Hunt
2227 Add a page indexing the various demo applications we have posted.
2229 * demos/index.html: Added.
2230 * nav.inc: Add a link to the demos page on the side bar
2231 * css/main.css: Add a style for date stamps based on the blog.
2233 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2234 index.html as the Calendar.html url has already been published and we should keep it working.
2236 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2237 * demos/drosera: Removed.
2238 * demos/drosera/demo.js: Removed.
2239 * demos/drosera/drosera.png: Removed.
2240 * demos/drosera/index.html: Removed.
2241 * misc/drosera: Copied from demos/drosera.
2243 Move the sticky notes example into /demos:
2244 * demos/sticky-notes: Added.
2245 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2246 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2247 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2248 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2249 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2250 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2251 * misc/DatabaseExample.manifest: Removed.
2252 * misc/deleteButton.png: Removed.
2253 * misc/deleteButtonPressed.png: Removed.
2255 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2257 Reviewed by Eric Seidel.
2259 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2260 Update a few items in the testing language to:
2261 (1) Reflect results are now generated with Leopard (not Tiger)
2262 (2) Explain how to generate pixel-level layout tests.
2264 * quality/testing.html:
2265 * quality/testwriting.html:
2267 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2269 Bug 26188: Clarify some of the cases in the coding style guide
2271 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2273 Reviewed and tweaked by David Kilzer.
2275 Changed the coding style document to clarify some cases of ambiguity.
2277 * coding/coding-style.html:
2279 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2281 Not reviewed, demo content.
2283 - Add doctype to Calendar demo.
2285 * demos/calendar/Calendar.html:
2287 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2289 Not reviewed, demo content.
2291 - add Calendar demo.
2293 * demos/calendar: Added.
2294 * demos/calendar/Boom.aiff: Added.
2295 * demos/calendar/Calendar.css: Added.
2296 * demos/calendar/Calendar.html: Added.
2297 * demos/calendar/Calendar.js: Added.
2298 * demos/calendar/Calendar.manifest: Added.
2299 * demos/calendar/CalendarApp.icns: Added.
2300 * demos/calendar/Images: Added.
2301 * demos/calendar/Images/AirPort4.png: Added.
2302 * demos/calendar/Images/AirPortError.png: Added.
2303 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2304 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2305 * demos/calendar/Images/statusbarBackground.png: Added.
2306 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2307 * demos/calendar/LocationImage.js: Added.
2308 * demos/calendar/Utilities.js: Added.
2309 * demos/calendar/favicon.ico: Added.
2310 * demos/calendar/mime.types: Added.
2312 2009-05-20 Mark Rowe <mrowe@apple.com>
2314 Rubber-stamped by Eric Seidel.
2316 Prevent search engines from getting creative in their descriptions of webkit.org content.
2318 * blog/wp-content/themes/webkit/header.php:
2321 2009-05-06 Eric Seidel <eric@webkit.org>
2323 Reviewed by Maciej Stachowiak.
2325 Update Contributing instructions after feedback from Julie Parent.
2326 https://bugs.webkit.org/show_bug.cgi?id=25611
2328 * coding/contributing.html: Add a few more comments on ChangeLogs
2330 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2332 Reviewed by Steve Falkenburg
2334 Fix the link for setting the Platform SDK paths in the Windows instructions.
2336 * building/build.html:
2338 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2340 Reviewed by Darin Adler.
2342 https://bugs.webkit.org/show_bug.cgi?id=25186
2343 There is no XSLT component in bugzilla
2345 * projects/xslt/index.html: Changed to search by bug title.
2347 2009-02-20 David Kilzer <ddkilzer@apple.com>
2349 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2351 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2353 Reviewed by Alexey Proskuryakov.
2355 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2356 * perf/sunspider-0.9/3d-morph.html: Ditto.
2357 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2358 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2359 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2360 * perf/sunspider-0.9/access-nbody.html: Ditto.
2361 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2362 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2363 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2364 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2365 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2366 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2367 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2368 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2369 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2370 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2371 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2372 * perf/sunspider-0.9/math-cordic.html: Ditto.
2373 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2374 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2375 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2376 * perf/sunspider-0.9/string-base64.html: Ditto.
2377 * perf/sunspider-0.9/string-fasta.html: Ditto.
2378 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2379 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2380 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2381 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2382 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2383 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2385 2009-01-19 Adam Roben <aroben@apple.com>
2387 Add links to some recommended Visual Studio hotfixes
2389 Reviewed by Dave Hyatt.
2391 * building/tools.html:
2393 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2395 Reviewed by Adele Petersen.
2396 Landed by Pamela Greene.
2398 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2399 Remove links to no-longer-existing Drosera project.
2400 Also, clean up references to wiki in the nav.inc file.
2402 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2404 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2406 Reviewed by Darin Adler.
2407 Landed by Pamela Greene.
2409 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2410 Update website so that newbies are told they must set the
2411 WebKitOutputDir to get a valid build.
2413 * building/build.html: Add language (and link) indicating the
2414 importance of setting the WebKitOutputDir variable, as well
2415 as a link to instructions on how to do so.
2417 2008-12-19 Dean Jackson <dino@apple.com>
2419 Media queries that return <integer> but are really boolean
2420 are restricted to 0 and 1. This is in line with other
2423 * specs/MediaQueriesExtensions.html:
2425 2008-12-03 Dean Jackson <dino@apple.com>
2427 Added links to the WebKit and Mozilla bugs for pointer-events.
2429 * specs/PointerEventsProperty.html:
2431 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2433 Reviewed by Eric Seidel.
2435 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2436 https://bugs.webkit.org/show_bug.cgi?id=22468
2438 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2439 added an explanation about the implementation files.
2441 * coding/coding-style.html:
2443 2008-11-25 Dean Jackson <dino@apple.com>
2445 Add a new work-in-progress proposal for pointer-events in
2446 HTML content. Also note that the Media Queries extensions
2447 are not at all official.
2449 * specs/MediaQueriesExtensions.html:
2450 * specs/PointerEventsProperty.html: Added.
2453 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2455 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2457 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2459 Reviewed by David Kilzer.
2461 * projects/documentation/index.html: Added link to "Introduction to
2462 WebKit Objective-C Programming Guide".
2464 2008-11-24 Dean Jackson <dino@apple.com>
2466 Document the work-in-progress proposed extensions to
2467 CSS 3 Media Queries.
2469 * specs/MediaQueriesExtensions.html: Added.
2472 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2474 Reviewed by Sam Weinig and Antti Koivisto.
2476 Clarified the last coding style rule, which was a baffling in its
2479 (Now let's see if our code ever starts following this rule!)
2481 * coding/coding-style.html:
2483 2008-11-17 Brady Eidson <beidson@apple.com>
2485 Reviewed by Mark Rowe
2487 Clarify an edge case for acronym capitalization.
2489 * coding/coding-style.html:
2491 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2493 Update leaves animation sample.
2495 * blog-files/leaves/index.html:
2496 * blog-files/leaves/leaves.css:
2498 2008-11-11 Dean Jackson <dino@apple.com>
2500 Removed quotes in animation name value.
2502 * blog-files/pulse.html:
2504 2008-11-11 Dean Jackson <dino@apple.com>
2506 Added a smaller version of a screenshot.
2508 * blog-files/leaves-screenshot-small.jpg: Added.
2510 2008-11-11 Dean Jackson <dino@apple.com>
2512 Add a bunch of examples for CSS Animation blog draft.
2514 * blog-files/bounce.html: Added.
2515 * blog-files/bounce.png: Added.
2516 * blog-files/leaves-screenshot.jpg: Added.
2517 * blog-files/leaves/images/apple-touch-icon.png: Added.
2518 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2519 * blog-files/leaves/images/realLeaf1.png: Added.
2520 * blog-files/leaves/images/realLeaf2.png: Added.
2521 * blog-files/leaves/images/realLeaf3.png: Added.
2522 * blog-files/leaves/images/realLeaf4.png: Added.
2523 * blog-files/leaves/images/textBackground.png: Added.
2524 * blog-files/leaves/index.html: Added.
2525 * blog-files/leaves/leaves.css: Added.
2526 * blog-files/leaves/leaves.js: Added.
2527 * blog-files/pulse.html: Added.
2528 * blog-files/pulse.png: Added.
2530 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2532 Rubber-stamped by Mark Rowe.
2534 Update the link to Mac Subversion binaries.
2536 * building/tools.html:
2538 2008-10-27 Antti Koivisto <antti@apple.com>
2542 * blog-files/squirrelfish-link-animated.svg: Added.
2544 2008-10-27 Antti Koivisto <antti@apple.com>
2548 * blog-files/cubes-7.svg: Added.
2549 * blog-files/number-morph.svg: Added.
2551 2008-10-07 Darin Adler <darin@apple.com>
2553 * coding/RefPtr.html: Second draft.
2555 2008-10-04 Mark Rowe <mrowe@apple.com>
2557 Upgrade to WordPress 2.6.2.
2561 2008-09-26 Timothy Hatcher <timothy@apple.com>
2563 Add screenshots of searching in the Web Inspector.
2567 * blog-files/inspector-searching-elements.png: Added.
2568 * blog-files/inspector-searching-profiles.png: Added.
2570 2008-09-25 Maciej Stachowiak <mjs@apple.com>
2574 - add some screenshots.
2576 * blog-files/acid3-screenshot.png: Added.
2577 * blog-files/acid3-timing-screenshot.png: Added.
2579 2008-09-25 Darin Adler <darin@apple.com>
2581 * contact.html: Take a cut at making the role of webkitsdk-dev
2582 clearer, specifying that it's Mac OS X specific and hosted at
2585 2008-09-24 Timothy Hatcher <timothy@apple.com>
2587 Add new screenshots of the Web Inspector's Scope Variables pane.
2591 * blog-files/inspector-closure-scope.png: Added.
2592 * blog-files/inspector-event-scope.png: Added.
2593 * blog-files/inspector-with-scope.png: Added.
2595 2008-09-24 Timothy Hatcher <timothy@apple.com>
2597 Add another screenshot of the Web Inspector.
2601 * blog-files/inspector-disabling-properties.png: Added.
2603 2008-09-24 Timothy Hatcher <timothy@apple.com>
2605 Add new screenshots of the Web Inspector.
2609 * blog-files/inspector-console-autocomplete.png: Added.
2610 * blog-files/inspector-databases-panel-query-view.png: Added.
2611 * blog-files/inspector-databases-panel.png: Added.
2612 * blog-files/inspector-elements-panel.png: Added.
2613 * blog-files/inspector-numeric-style-stepping.gif: Added.
2614 * blog-files/inspector-profiles-panel.png: Added.
2615 * blog-files/inspector-resources-panel.png: Added.
2616 * blog-files/inspector-scripts-panel.png: Added.
2617 * blog-files/inspector-status-bar-with-errors.png: Added.
2618 * blog-files/inspector-toolbar.png: Added.
2620 2008-09-24 Timothy Hatcher <timothy@apple.com>
2624 * demos/drosera/demo.js: Add some console.profile() calls.
2626 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
2628 Reviewed by Darin Adler.
2630 * projects/performance/index.html: Remove dead link to the 24fun test.
2632 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2636 * blog-files/animation-demo.svg: Added.
2638 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2642 * blog-files/sfx-perf.png: Added.
2644 2008-08-25 Mark Rowe <mrowe@apple.com>
2646 Reviewed by Dan Bernstein.
2648 Modernize the bug reporting guidelines and make them a little less Mac-specific.
2650 * quality/bugwriting.html:
2652 2008-08-18 Mark Rowe <mrowe@apple.com>
2654 Upgrade to WordPress 2.6.1.
2658 2008-08-01 Adam Roben <aroben@apple.com>
2660 Add a link to the instructions to use Apple's Safari for Windows
2663 Reviewed by Eric Seidel.
2665 * building/debug.html:
2667 2008-07-28 Robert Blaut <webkit@blaut.biz>
2669 Reviewed by Mark Rowe.
2671 Fix for bug: Website provides no guidance on debugging
2672 <https://bugs.webkit.org/show_bug.cgi?id=3643>
2674 * building/debug.html: added info about Xcode Debugging Guide.
2676 2008-07-26 Mark Rowe <mrowe@apple.com>
2678 Rubber-stamped by Oliver Hunt.
2680 Update the Squirrelfish bytecode documentation.
2682 * specs/squirrelfish-bytecode.html:
2684 2008-07-26 Robert Blaut <webkit@blaut.biz>
2686 Reviewed by Eric Seidel.
2688 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
2689 Corrected validation errors in main.css file.
2693 2008-07-26 Robert Blaut <webkit@blaut.biz>
2695 Reviewed by Alexey Proskuryakov.
2697 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
2698 Added notes about unsupported Visual Studio versions.
2700 * building/tools.html:
2702 2008-07-26 Robert Blaut <webkit@blaut.biz>
2704 Reviewed by Eric Seidel.
2706 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
2707 Removed basic requirements for undetected version of WebKit.
2709 * quality/reporting.html:
2711 2008-07-26 Robert Blaut <webkit@blaut.biz>
2713 Reviewed by Adele Petersen.
2715 Fix for bug 7436: Truncated title on webkit DOM page.
2716 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2718 * projects/dom/index.html: Added basic project informations.
2720 2008-07-24 Adam Roben <aroben@apple.com>
2722 Remove some redundant text accidentally checked in
2724 * building/tools.html:
2726 2008-07-24 Adam Roben <aroben@apple.com>
2728 Fix a dead link to the Windows Platform SDK and related instructions
2730 Rubberstamped by Alexey Proskuryakov.
2732 * building/tools.html: Fixed a dead link.
2734 2008-07-21 Mark Rowe <mrowe@apple.com>
2736 Update Akismet plugin to 2.1.6.
2738 * blog/wp-content/plugins/akismet/akismet.php:
2740 2008-07-21 Mark Rowe <mrowe@apple.com>
2742 Update to WordPress 2.6.
2746 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2748 Fixed indentation of example code for C++ pointers/references!
2750 * coding/coding-style.html:
2752 2008-07-18 Robert Blaut <webkit@blaut.biz>
2754 Reviewed by David Kilzer.
2756 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2757 Added code style guidelines for multi-line boolean expressions
2759 * coding/coding-style.html:
2761 2008-07-02 Mark Rowe <mrowe@apple.com>
2763 Update a URL that was out of date.
2765 * building/checkout.html:
2767 2008-07-01 Mark Rowe <mrowe@apple.com>
2769 Update the path to the configuration file.
2771 * blog/wp-config.php:
2773 2008-06-27 Dan Bernstein <mitz@apple.com>
2775 Reviewed by Timothy Hatcher.
2777 * css/main.css: Reduced text shadow offsets.
2779 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2781 Not reviewed, web site fix.
2783 Remove blank lines in an attempt to fix feeds.
2785 * blog/wp-content/themes/webkit/index.php:
2786 * blog/wp-content/themes/webkit/links.php:
2788 2008-06-22 Aaron Digulla <digulla@hepe.com>
2790 Reviewed by Darin Adler.
2792 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2793 Bug 18993: Update of buttons in editing toolbar demo lags behind
2795 * demos/editingToolbar/FancyToolbar.js:
2796 * demos/editingToolbar/index.html:
2798 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2800 A handy reference image.
2802 * blog-files/acid3-timing.png: Added.
2804 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2808 - tweak newly added markup.
2810 * blog/wp-content/themes/webkit/header.php:
2812 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2814 Rubber stamped by Adele.
2816 - add short title and multisize icon
2818 * blog/wp-content/themes/webkit/header.php:
2819 * images/surfin-safari.icns: Added.
2821 2008-06-04 Dean Jackson <dino@apple.com>
2823 Put index pages into specs dirs to make it easier to
2826 * specs/index.html: Added.
2827 * specs/CSSVisualEffects/index.html: Added.
2829 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2831 Add a snapshot of the squirrelfish bytecode docs.
2833 * specs/squirrelfish-bytecode.html: Added.
2835 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2837 Transparent background!
2839 * blog-files/squirrelfish.png:
2841 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2845 * blog-files/squirrelfish-webkit-graph.png:
2847 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2849 Renamed this file quiet down the peanut gallery.
2851 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2852 * blog-files/webkit-graph.png: Removed.
2854 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2858 * blog-files/webkit-graph.png: Added.
2860 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2862 Moved the squirrelfish mascot to the right place.
2864 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2865 * images/squirrelfish.png: Removed.
2867 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2869 Uploaded the squirrelfish mascot.
2871 * images/squirrelfish.png: Added.
2873 2008-05-23 William Siegrist <wsiegrist@apple.com>
2875 Reviewed by Mark Rowe
2877 Rename duplicated "notice" id to "terms".
2882 2008-05-16 Anders Carlsson <andersca@apple.com>
2886 Add manifest MIME type.
2890 2008-05-14 Anders Carlsson <andersca@apple.com>
2894 Make our Sticky notes example an offline web app.
2896 * misc/DatabaseExample.html:
2897 * misc/DatabaseExample.manifest: Added.
2899 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2901 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2903 * demos/transitions-and-transforms/index.html:
2905 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2907 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2909 * demos/transitions-and-transforms/index.html:
2911 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2913 Tweaked demo visuals slightly.
2915 * demos/transitions-and-transforms/leopard.css:
2917 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2919 Tweak CSS to look a little better while loading.
2921 * demos/transitions-and-transforms/leopard.css:
2923 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2925 Not reviewed - new demo.
2927 Added a demo of CSS Transforms and Transitions.
2929 * demos/transitions-and-transforms: Added.
2930 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2931 * demos/transitions-and-transforms/Horsehead.png: Added.
2932 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2933 * demos/transitions-and-transforms/Quick Look.png: Added.
2934 * demos/transitions-and-transforms/Spaces.png: Added.
2935 * demos/transitions-and-transforms/Stacks.png: Added.
2936 * demos/transitions-and-transforms/Time Machine.png: Added.
2937 * demos/transitions-and-transforms/index.html: Added.
2938 * demos/transitions-and-transforms/leopard.css: Added.
2939 * demos/transitions-and-transforms/no-style.html: Added.
2941 2008-05-08 Mark Rowe <mrowe@apple.com>
2943 Reviewed by Sam Weinig.
2945 Add a link to the Mac OS Forge terms of use.
2949 2008-04-25 Mark Rowe <mrowe@apple.com>
2951 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2955 2008-04-21 Dean Jackson <dino@apple.com>
2957 Updated CSS Visual Effects proposals.
2961 * described simplified sandwich model (that animations have no effect
2962 outside their duration and last specified animation wins)
2963 * diagram showing the above
2964 * specified animations to start at style resolution or document load,
2966 * animation start events always have elapsedTime == 0
2970 * removed text saying that elements cannot be drawn as intersecting.
2971 * described that preserve-3d trees often need a flattening parent, otherwise
2972 elements can be hidden behind their ancestor's background.
2973 * describe that preserve-3d is not always possible, such as when
2974 overflow is 'hidden'.
2980 * specs/CSSVisualEffects/CSSAnimation.html:
2981 * specs/CSSVisualEffects/CSSTransforms.html:
2982 * specs/CSSVisualEffects/CSSTransitions.html:
2983 * specs/CSSVisualEffects/sandwich.png: Added.
2985 2008-04-08 Dean Jackson <dino@apple.com>
2987 Add some updated proposals for CSS specifications, such as
2988 Transforms and Transitions which are already implemented in TOT.
2990 * specs/CSSVisualEffects: Added.
2991 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2992 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2993 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2995 2008-03-31 Mark Rowe <mrowe@apple.com>
2997 Add some images that were missed in the WordPress 2.5 upgrade.
3001 2008-03-31 Mark Rowe <mrowe@apple.com>
3003 Upgrade to WordPress 2.5
3007 2008-03-28 Darin Adler <darin@apple.com>
3009 * building/build.html: Add another mention of using the Cygwin shell.
3010 * building/tools.html: Fix a typo on the name Cygwin.
3012 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3014 More screenshots for the blog.
3016 * blog-files/acid3-full-rendering-pass.png: Added.
3017 * blog-files/acid3-rendering-reference.png: Added.
3019 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3021 Screenshot for blog post.
3023 * blog-files/acid3-100.png: Added.
3025 2008-03-23 Antti Koivisto <antti@apple.com>
3027 * blog-files/wsj-vs.png: Added.
3029 2008-03-23 Eric Seidel <eric@webkit.org>
3033 Make our SVG status document slightly less inaccurate.
3035 * projects/svg/status.xml:
3037 2008-03-21 Antti Koivisto <antti@apple.com>
3039 Add some images for a blog post.
3041 * blog-files/wsj-nopreload.png: Added.
3042 * blog-files/wsj-preload.png: Added.
3044 2008-03-17 Dan Bernstein <mitz@apple.com>
3046 Reviewed by Sam Weinig.
3048 - link "backtrace" to the page that explains how to get one
3050 * quality/bugwriting.html:
3052 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3054 Rubber-stamped by Mitz.
3056 Update crash log page with instructions for Leopard.
3058 * quality/crashlogs.html:
3060 2008-03-11 Robert Blaut <webkit@blaut.biz>
3062 Reviewed by Darin Adler.
3064 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3065 Patch deletes an obsolete hitlist.html page and other references to it
3067 * nav.inc: removed menu link to hitlist.html
3068 * projects/compat/hitlist.html: Removed.
3069 * projects/compat/index.html: removed reference to hitlist.html
3071 2008-03-06 Timothy Hatcher <timothy@apple.com>
3073 Rubber-stamped by Adam Roben.
3075 Add a simple page that has various demo functions for Drosera.
3077 * demos/drosera: Added.
3078 * demos/drosera/demo.js: Added.
3079 * demos/drosera/drosera.png: Added.
3080 * demos/drosera/index.html: Added.
3082 2008-03-04 Mark Rowe <mrowe@apple.com>
3084 Rubber-stamped by Brady Eidson.
3086 * building/tools.html: Update link to Windows Platform SDK to its new location.
3088 2008-03-04 Mark Rowe <mrowe@apple.com>
3090 Reviewed by Sam Weinig.
3092 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3094 * coding/coding-style.html:
3096 2008-02-08 Adam Roben <aroben@apple.com>
3098 * perf/slickspeed/config.ini: Fixed version number.
3100 2008-02-08 Adam Roben <aroben@apple.com>
3102 Update jQuery to v1.2.3
3104 Rubberstamped by Mitz.
3106 * perf/slickspeed/config.ini:
3107 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3109 2008-02-07 David Smith <catfish.man@gmail.com>
3111 Rubber stamped by weinig and bdash.
3112 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3114 * perf/slickspeed/frameworks/prototype.js:
3116 2008-02-07 David Smith <catfish.man@gmail.com>
3118 Rubber stamped by Mark Rowe
3119 Fix a duplicate selector in the test.
3121 * perf/slickspeed/selectors.list:
3123 2008-02-07 David Smith <catfish.man@gmail.com>
3125 Reviewed by Adam Roben.
3126 Added :nth-child and :last-child to the list of selectors to test.
3128 * perf/slickspeed/selectors.list:
3130 2008-02-05 Mark Rowe <mrowe@apple.com>
3132 Update WordPress to 2.3.3 which includes security fixes.
3134 * blog/wp-admin/install-helper.php:
3135 * blog/wp-includes/gettext.php:
3136 * blog/wp-includes/pluggable.php:
3137 * blog/wp-includes/version.php:
3140 2008-02-02 David Smith <catfish.man@gmail.com>
3144 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3145 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3147 * 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.
3148 * perf/slickspeed/selectors.list: Added the new selectors
3150 2008-02-02 Mark Rowe <mrowe@apple.com>
3152 Add WordPress plugin to give more control over blog comment settings.
3154 * blog/wp-content/plugins/commentcontrol.php: Added.
3156 2008-01-30 Jessica Kahn <jess@apple.com>
3158 Reviewed by Tim Hatcher.
3160 * coding/coding-style.html:
3161 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3163 2008-01-21 David Smith <catfish.man@gmail.com>
3165 Reviewed by Darin Adler.
3167 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3169 * perf/slickspeed: Added.
3170 * perf/slickspeed/config.ini: Added.
3171 * perf/slickspeed/footer.html: Added.
3172 * perf/slickspeed/frameworks: Added.
3173 * perf/slickspeed/frameworks/DomQuery.js: Added.
3174 * perf/slickspeed/frameworks/dummy.js: Added.
3175 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3176 * perf/slickspeed/frameworks/prototype.js: Added.
3177 * perf/slickspeed/header.html: Added.
3178 * perf/slickspeed/index.php: Added.
3179 * perf/slickspeed/instructions.txt: Added.
3180 * perf/slickspeed/logo.png: Added.
3181 * perf/slickspeed/selectors.list: Added.
3182 * perf/slickspeed/style.css: Added.
3183 * perf/slickspeed/system: Added.
3184 * perf/slickspeed/system/index.php: Added.
3185 * perf/slickspeed/system/slickspeed.js: Added.
3186 * perf/slickspeed/system/template.php: Added.
3187 * perf/slickspeed/template.html: Added.
3189 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3191 Added Vista crash logging information.
3195 * quality/crashlogs.html:
3197 2008-01-07 Eric Seidel <eric@webkit.org>
3199 Reviewed by Mark Rowe.
3201 * projects/svg/status.xml: remove fixed bugs.
3203 2007-12-30 Mark Rowe <mrowe@apple.com>
3205 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
3207 * blog/wp-admin/admin.php:
3208 * blog/wp-admin/includes/file.php:
3209 * blog/wp-admin/install.php:
3210 * blog/wp-admin/setup-config.php:
3212 * blog/wp-includes/formatting.php:
3213 * blog/wp-includes/functions.php:
3214 * blog/wp-includes/pluggable.php:
3215 * blog/wp-includes/post.php:
3216 * blog/wp-includes/query.php:
3217 * blog/wp-includes/taxonomy.php:
3218 * blog/wp-includes/version.php:
3219 * blog/wp-includes/wp-db.php:
3221 * blog/wp-settings.php:
3224 2007-12-29 Alp Toker <alp@atoker.com>
3228 * perf/sunspider-0.9/sunspider.html:
3230 2007-12-29 Alp Toker <alp@atoker.com>
3234 Provide the current URL in the SunSpider results page. Useful for
3235 copying benchmark results out of browsers without a location bar or
3236 where the location bar can't handle long URLs.
3238 * perf/sunspider-0.9/sunspider-results.html:
3240 2007-12-21 David Smith <catfish.man@gmail.com>
3242 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.
3244 * blog-files/gebcnspeedtest.html:
3246 2007-12-21 David Smith <catfish.man@gmail.com>
3248 Add the benchmark from the previous commit as well.
3250 * blog-files/gebcnspeedtest.html: Added.
3251 * blog-files/prototype-for-gebcn-test.js: Added.
3253 2007-12-21 David Smith <catfish.man@gmail.com>
3255 Add a graph of benchmark results for an upcoming blog post.
3257 * blog-files/gebcnwebkitonly.png: Added.
3259 2007-12-18 Antti Koivisto <antti@apple.com>
3261 Reviewed by Darin and Steve.
3263 Add instructions to install the QuickTime SDK for Windows.
3265 * building/tools.html:
3267 2007-12-18 Mark Rowe <mrowe@apple.com>
3271 * perf/sunspider-0.9/sunspider.html:
3273 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3275 Correct link to Visual Studio Express 2005.
3276 Old link points to 2008.
3280 * building/tools.html:
3282 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3286 - work around IE layout bugs
3288 * perf/sunspider-0.9/sunspider.css:
3290 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3294 - fix compare feature
3296 * perf/sunspider-0.9/sunspider-results.html:
3298 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3300 Rubber stamped by Mark.
3302 - Add a copy of SunSpider 0.9 to the site
3305 * perf/sunspider-0.9: Added.
3306 * perf/sunspider-0.9/3d-cube.html: Added.
3307 * perf/sunspider-0.9/3d-morph.html: Added.
3308 * perf/sunspider-0.9/3d-raytrace.html: Added.
3309 * perf/sunspider-0.9/access-binary-trees.html: Added.
3310 * perf/sunspider-0.9/access-fannkuch.html: Added.
3311 * perf/sunspider-0.9/access-nbody.html: Added.
3312 * perf/sunspider-0.9/access-nsieve.html: Added.
3313 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
3314 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
3315 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
3316 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
3317 * perf/sunspider-0.9/controlflow-recursive.html: Added.
3318 * perf/sunspider-0.9/crypto-aes.html: Added.
3319 * perf/sunspider-0.9/crypto-md5.html: Added.
3320 * perf/sunspider-0.9/crypto-sha1.html: Added.
3321 * perf/sunspider-0.9/date-format-tofte.html: Added.
3322 * perf/sunspider-0.9/date-format-xparb.html: Added.
3323 * perf/sunspider-0.9/math-cordic.html: Added.
3324 * perf/sunspider-0.9/math-partial-sums.html: Added.
3325 * perf/sunspider-0.9/math-spectral-norm.html: Added.
3326 * perf/sunspider-0.9/regexp-dna.html: Added.
3327 * perf/sunspider-0.9/string-base64.html: Added.
3328 * perf/sunspider-0.9/string-fasta.html: Added.
3329 * perf/sunspider-0.9/string-tagcloud.html: Added.
3330 * perf/sunspider-0.9/string-unpack-code.html: Added.
3331 * perf/sunspider-0.9/string-validate-input.html: Added.
3332 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
3333 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
3334 * perf/sunspider-0.9/sunspider-driver.html: Added.
3335 * perf/sunspider-0.9/sunspider-record-result.js: Added.
3336 * perf/sunspider-0.9/sunspider-results.html: Added.
3337 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
3338 * perf/sunspider-0.9/sunspider.css: Added.
3339 * perf/sunspider-0.9/sunspider.html: Added.
3341 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
3343 Reviewed by Maciej Stachowiak.
3345 http://bugs.webkit.org/show_bug.cgi?id=16446.
3347 * building/debug.html: Update to expand the win32 debugging instructions.
3349 2007-12-07 Brady Eidson <beidson@apple.com>
3351 Reviewed by Darin's rubberstamp
3353 When developing the Database feature and dealing with UI Delegate issues, it is important to have
3354 live examples on the web to help reproduce certain situations.
3356 This file is a dumping ground for such examples, and starts out with one function - the ability to add
3357 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
3359 * misc/DatabaseTester.html: Added.
3361 2007-12-07 Brady Eidson <beidson@apple.com>
3363 Reviewed by Adam Roben
3365 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
3366 unsupported browser or some other error that prevented the database from opening.
3367 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
3368 of those don't exist yet
3370 2007-12-05 Timothy Hatcher <timothy@apple.com>
3372 Add another Inspector screenshot for an upcoming blog post.
3374 * blog-files/InspectorDatabaseBrowser.png: Added.
3376 2007-12-04 Alp Toker <alp@atoker.com>
3378 Reviewed by Mark Rowe.
3380 Link to Planet WebKit.
3384 2007-12-02 Adam Roben <aroben@apple.com>
3386 Add another screenshot
3388 * blog-files/InspectElementMenu.png: Added.
3390 2007-12-02 Adam Roben <aroben@apple.com>
3392 Add some Inspector screenshots for an upcoming blog post
3394 Rubberstamped by Mark Rowe.
3396 * blog-files/InspectorCSSEditing.png: Added.
3397 * blog-files/InspectorFonts.png: Added.
3399 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3403 Link to the commit and review policy.
3405 * coding/contributing.html:
3408 2007-11-30 Darin Adler <darin@apple.com>
3410 * coding/commit-review-policy.html: A couple more typos and very
3411 minor grammatical stuff. No substantive change.
3413 2007-11-30 Darin Adler <darin@apple.com>
3415 * coding/commit-review-policy.html: Fixed a typo, added a footer.
3417 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3421 Clean up a couple of typos from Maciej's last patch.
3423 * coding/commit-review-policy.html:
3425 2007-11-30 Maciej Stachowiak <mjs@apple.com>
3427 Reviewed by Bertrand.
3429 New commit and review policy.
3431 * coding/commit-review-policy.html: Added.
3433 2007-11-21 Mark Rowe <mrowe@apple.com>
3437 Update coding style to cover control statements with no body.
3439 * coding/coding-style.html:
3441 2007-11-17 Adam Roben <aroben@apple.com>
3443 Update Windows debugging instructions
3445 Reviewed by Mark Rowe.
3447 * building/debug.html:
3449 2007-11-14 Brady Eidson <beidson@apple.com>
3453 * images/DroseraPic.png: Added.
3455 2007-11-12 Brady Eidson <beidson@apple.com>
3459 Update the DatabaseExample to use the new API
3461 * misc/DatabaseExample.html:
3463 2007-11-12 Mark Rowe <mrowe@apple.com>
3465 * building/tools.html: Remove extra >.
3467 2007-11-09 Antti Koivisto <antti@apple.com>
3469 Rubber stamped by bdash.
3471 Add directory for blog resources (and one image).
3473 * blog-files: Added.
3474 * blog-files/touch-poster.png: Added.
3476 2007-11-07 Dan Bernstein <mitz@apple.com>
3478 Reviewed by Darin Adler.
3480 - removed a workaround for the bug fixed in the WebCore part of this
3483 2007-11-04 Timothy Hatcher <timothy@apple.com>
3485 Land the HTML Editing Toolbar demo from WWDC 2007.
3488 * demos/editingToolbar: Added.
3489 * demos/editingToolbar/FancyToolbar.css: Added.
3490 * demos/editingToolbar/FancyToolbar.js: Added.
3491 * demos/editingToolbar/FancyToolbarImages: Added.
3492 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
3493 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
3494 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
3495 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
3496 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
3497 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
3498 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
3499 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
3500 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
3501 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
3502 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
3503 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
3504 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
3505 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
3506 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
3507 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
3508 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
3509 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
3510 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
3511 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
3512 * demos/editingToolbar/content.html: Added.
3513 * demos/editingToolbar/images: Added.
3514 * demos/editingToolbar/images/safari.png: Added.
3515 * demos/editingToolbar/index.html: Added.
3517 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
3519 CIA has changed its hostname from cia.navi.cx to cia.vc
3520 <http://bugs.webkit.org/show_bug.cgi?id=15829>
3524 * contact.html: Updated links to CIA.
3526 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
3528 LGPL'ed files contain incorrect FSF address
3529 <http://bugs.webkit.org/show_bug.cgi?id=14885>
3531 Reviewed by NOBODY (follow-up fix).
3533 * blog/wp-includes/class-snoopy.php:
3534 * blog/wp-includes/gettext.php:
3535 * blog/wp-includes/streams.php:
3537 2007-11-01 Sam Weinig <sam@webkit.org>
3539 Rubber-stamped by Tim Hatcher.
3541 * misc/DatabaseExample.html: Speed up default close speed to .25s
3543 2007-11-01 Sam Weinig <sam@webkit.org>
3545 Reviewed by Adam Roben.
3547 - Don't show the close button on the notes unless hovering over the note.
3548 - Do transformation and fade when closing a note using the new transition properties.
3550 * misc/DatabaseExample.html:
3552 2007-10-29 Mark Rowe <mrowe@apple.com>
3558 2007-10-29 Mark Rowe <mrowe@apple.com>
3560 Files that have been added or modified on the web server without making it in to SVN.
3563 * blog/wp-content/databaseexample.png: Added.
3564 * blog/wp-content/uploads: Added.
3565 * blog/wp-content/uploads/2007: Added.
3566 * blog/wp-content/uploads/2007/06: Added.
3567 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
3568 * building/cygwin-downloader.zip: Added.
3570 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3572 Rubber-stamped by Mark Rowe.
3574 * images/download.png: Updated to say "Nightly builds" instead of
3575 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
3576 download link anyway.
3578 2007-10-21 David Kilzer <ddkilzer@webkit.org>
3580 Reviewed by Darin Adler.
3582 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
3583 DOM Exception opening up client-side database example for the first time
3585 There was a race condition when creating the WebKitStickyNotes table for the
3586 first time in which the loaded() function (renamed to loadNotes()) could be
3587 called before the table was created. Prevent this by only calling loadNotes()
3588 in an executeSql() callback after we know the table exists, or after we know
3589 the table has been created.
3591 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
3592 Created a new loaded() function.
3594 2007-10-20 Mark Rowe <mrowe@apple.com>
3596 Rubber-stamped by Adam.
3598 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
3600 * misc/DatabaseExample.html:
3601 * misc/deleteButton.png: Added.
3602 * misc/deleteButton.tiff: Removed.
3603 * misc/deleteButtonPressed.png: Added.
3604 * misc/deleteButtonPressed.tiff: Removed.
3606 2007-10-20 Adam Roben <aroben@apple.com>
3608 Make the notes sticky!
3612 * misc/DatabaseExample.html:
3613 * misc/deleteButton.tiff: Added.
3614 * misc/deleteButtonPressed.tiff: Added.
3616 2007-10-19 Timothy Hatcher <timothy@apple.com>
3618 Reviewed by Mark Rowe.
3620 Fix a couple of exceptions for first time users.
3622 * misc/DatabaseExample.html:
3624 2007-10-19 Anders Carlsson <andersca@apple.com>
3628 Make example actually work.
3630 * misc/DatabaseExample.html:
3632 2007-10-19 Anders Carlsson <andersca@apple.com>
3638 * misc/DatabaseExample.html:
3640 2007-10-19 Brady Eidson <beidson@apple.com>
3644 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
3646 * misc/DatabaseExample.html:
3648 2007-10-19 Brady Eidson <beidson@apple.com>
3650 Reviewed by Tim Hatcher
3652 Sample database API usage
3654 * misc/DatabaseExample.html: Added.
3656 2007-09-25 David Kilzer <ddkilzer@webkit.org>
3660 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
3661 LGPL'ed files contain incorrect FSF address
3663 * blog/wp-content/plugins/wp-cache/wp-cache.php:
3664 * blog/wp-includes/class-snoopy.php:
3665 * blog/wp-includes/gettext.php:
3666 * blog/wp-includes/js/tinymce/license.html:
3667 * blog/wp-includes/streams.php:
3669 2007-09-23 Maciej Stachowiak <mjs@apple.com>
3671 Reviewed by Mark Rowe.
3673 - Limit custom list bullets to ordered lists only
3684 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
3688 * coding/coding-style.html:
3689 - in section Other Punctuation
3690 - syntax instead of synatax
3691 - fix sample code alignment
3693 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3697 * misc/WebKitDetect.js: Added.
3699 2007-09-06 Maciej Stachowiak <mjs@apple.com>
3701 Not reviewed - copy of WebKitDetect script from wiki
3703 * misc/WebKitDetect.html: Added.
3705 2007-08-20 Adam Roben <aroben@apple.com>
3707 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
3711 * quality/crashlogs.html:
3713 2007-07-26 Maciej Stachowiak <mjs@apple.com>
3715 - grammar fix pointed out by Mitz.
3717 * projects/goals.html:
3719 2007-07-25 Maciej Stachowiak <mjs@apple.com>
3721 Rubber stamped by Adam.
3723 Added WebKit Project Goals.
3725 * nav.inc: added a nav link.
3726 * projects/goals.html: Added.
3728 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
3730 Reviewed by Adam Roben.
3732 Add information on getting a useful crash log on Mac and Windows.
3735 * quality/crashlogs.html: Added.
3736 * quality/mac_reportbox.jpg: Added.
3737 * quality/mac_viewtrace.jpg: Added.
3738 * quality/win_installwatson.jpg: Added.
3739 * quality/win_watsongui.jpg: Added.
3740 * quality/win_watsoninstalled.jpg: Added.
3742 2007-07-20 Mark Rowe <mrowe@apple.com>
3744 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
3745 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
3746 include is functionally identical for our purposes on the first use.
3748 * blog/wp-content/advanced-cache.php:
3750 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
3754 - http://bugs.webkit.org/show_bug.cgi?id=14628
3755 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
3759 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
3761 Reviewed by Adam Roben.
3763 Add info about VC++ Express forgetting SDK paths.
3765 * building/build.html:
3767 2007-07-02 Mitz Pettel <mitz@webkit.org>
3769 Reviewed by Darin Adler.
3771 - http://bugs.webkit.org/show_bug.cgi?id=14482
3772 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
3774 * quality/reduction.html:
3776 2007-07-01 Mitz Pettel <mitz@webkit.org>
3778 Reviewed by Darin Adler.
3780 - http://bugs.webkit.org/show_bug.cgi?id=14481
3781 Broken links on coding/lgpl-license.html
3783 * coding/lgpl-license.html:
3785 2007-06-24 Mitz Pettel <mitz@webkit.org>
3787 Reviewed by Adam Roben.
3791 * building/build.html:
3793 2007-06-23 Mark Rowe <mrowe@apple.com>
3797 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
3799 2007-06-12 Adam Roben <aroben@apple.com>
3801 Update the location of cygwin-downloader.zip.
3803 Rubberstamped by Hyatt.
3805 * building/tools.html:
3807 2007-06-12 Dave Hyatt <hyatt@apple.com>
3809 Add Windows checkout/build instructions to the website.
3811 * building/build.html:
3812 * building/checkout.html:
3813 * building/debug.html:
3814 * building/tools.html: Added.
3815 * building/run.html:
3820 2007-06-10 Geoffrey Garen <ggaren@apple.com>
3822 Reviewed by Beth Dakin.
3824 Cleaned up formatting on the check out page.
3826 * building/checkout.html:
3828 2007-06-08 Mark Rowe <mrowe@apple.com>
3830 Rubber-stamped by Hyatt.
3832 Switch to using Internet Explorer's conditional comments to target IE-specific styles rather
3833 than doing server-side user agent checks. This resolves an issue some people were seeing where
3834 caching would lead to a page generated for an Internet Explorer user being served to a Safari
3835 user. The visible symptom of this was many of the graphics were missing.
3837 * blog/wp-content/themes/webkit/header.php:
3840 2007-05-04 Mark Rowe <mrowe@apple.com>
3842 Upgrade to WordPress 2.2. I didn't go to the effort of tracking down files
3843 present in the old version which have since been removed, but it's unlikely
3844 they'll ever cause a problem.
3846 2007-05-04 Mark Rowe <mrowe@apple.com>
3848 Add graphics used by existing blog posts into SVN.
3850 * blog/wp-content/rotate.png: Added.
3851 * blog/wp-content/drosera.png: Added.
3852 * blog/wp-content/hitlist.png: Added.
3853 * blog/wp-content/svgtextmini.png: Added.
3854 * blog/wp-content/svgtextmini_01.png: Added.
3855 * blog/wp-content/textfield_screenshot.jpg: Added.
3856 * blog/wp-content/Picture9.png: Added.
3857 * blog/wp-content/svgtext.png: Added.
3858 * blog/wp-content/webInspector.png: Added.
3859 * blog/wp-content/rotate.svg: Added.
3860 * blog/wp-content/chucknorris.png: Added.
3862 2007-04-21 Mitz Pettel <mitz@webkit.org>
3864 Reviewed by Darin Adler.
3866 - http://bugs.webkit.org/show_bug.cgi?id=13350
3867 Build Ahem into DumpRenderTree
3869 * quality/testing.html: Removed the requirement to download and install
3870 Ahem for running the tests.
3871 * quality/testwriting.html: Added information about Ahem.
3873 2007-04-09 Adele Peterson <adele@apple.com>
3875 * blog/wp-content/chrome.jpg: Added.
3877 2007-04-05 Mark Malone <markmalone@mac.com>
3879 Reviewed by Darin Adler.
3881 http://bugs.webkit.org/show_bug.cgi?id=13273
3882 Bug 13273: DOM Interfaces Nav link should go somewhere more useful
3884 * nav.inc: Link directly to the hierarchy.
3886 2007-03-26 Darin Adler <darin@apple.com>
3888 * coding/coding-style.html: Let's misquote George Orwell: "Wrong is right. Right is wrong."
3890 2007-03-25 Darin Adler <darin@apple.com>
3892 * coding/coding-style.html: Put !important on right/wrong colors so they override the
3893 green color that comes from the green.css stylesheet.
3895 2007-03-25 Darin Adler <darin@apple.com>
3897 * coding/RefPtr.html: A couple minor wording tweaks.
3899 2007-03-25 Darin Adler <darin@apple.com>
3901 * coding/RefPtr.html: Put the operator name "new" in the oblique style as with other identifiers.
3903 2007-03-25 Mark Rowe <mrowe@apple.com>
3905 * coding/RefPtr.html: Fix grammar error that Mitz pointed out.
3906 Replace raw ampersands in hyperlink URL with named entity.
3908 2007-03-25 Darin Adler <darin@apple.com>
3910 * coding/RefPtr.html: A couple wording tweaks.
3912 2007-03-25 Darin Adler <darin@apple.com>
3914 * coding/RefPtr.html: More formatting tweaks. Added a possible new topic for the document,
3915 suggested by Anders.
3917 2007-03-24 Darin Adler <darin@apple.com>
3919 * css/main.css: Try tighter spacing for code examples.
3921 2007-03-24 Darin Adler <darin@apple.com>
3923 * coding/RefPtr.html: <span> -> </span>
3925 2007-03-24 Darin Adler <darin@apple.com>
3927 * coding/RefPtr.html: "smart pointer" -> "smart pointers"
3929 2007-03-24 Darin Adler <darin@apple.com>
3931 * coding/RefPtr.html: Added. First draft of a document about RefPtr.
3933 Also tweaked the MIME types of a few files and removed a stray executable bit.
3935 2007-03-21 David Kilzer <ddkilzer@apple.com>
3937 * building/checkout.html: By popular demand, the link to the svn 1.3 client has been removed.
3939 2007-03-21 David Kilzer <ddkilzer@apple.com>
3941 * building/checkout.html: Got rid of "click here" link and restructured sentences
3942 linking to svn clients.
3944 2007-03-21 David Kilzer <ddkilzer@apple.com>
3948 * building/checkout.html: Add link to svn 1.4 client for Mac OS X 10.4.
3950 2007-03-21 Maciej Stachowiak <mjs@apple.com>
3952 - some specs to propose by email
3954 * specs/HTML_Timed_Media_Elements.html: Added.
3955 * specs/Timed_Media_CSS.html: Added.
3956 * specs/Timed_Media_Elements-Open_Issues.html: Added.
3957 * specs/mediaelement.css: Added.
3958 * specs/movie-status-states.png: Added.
3960 2007-03-20 Matt Lilek <pewtermoose@gmail.com>
3962 Reviewed by Darin Adler.
3964 Clear up the steps necessary to get a patch landed.
3966 http://bugs.webkit.org/show_bug.cgi?id=12877 - Bug 12877: "Contributing Code" page could be clearer
3967 http://bugs.webkit.org/show_bug.cgi?id=8690 - Bug 8690: Contributing code doesn't mention what to do with new files
3969 * coding/contributing.html:
3971 2007-03-18 Maciej Stachowiak <mjs@apple.com>
3973 Added a random JS benchmark.
3975 * misc/morph.html: Added.
3977 2007-03-14 Kevin McCullough <kmccullough@apple.com>
3981 Silly wrapping change for testing a post-commit hook change.
3985 2007-03-09 Darin Adler <darin@apple.com>
3987 * blog/wp-content/themes/webkit/style.css: Removed rule for code since
3988 we want it to match pre, and the default font looks fine -- no need to
3989 ask for "Courier New" explicitly.
3991 2007-03-09 Mark Rowe <mrowe@apple.com>
3993 Rubber-stamped by Tim Hatcher.
3995 Sexy blog permalinks!
3997 * blog/.htaccess: Added.
3999 2007-03-09 Mark Rowe <mrowe@apple.com>
4003 * building/checkout.html: Update repository URL.
4005 2007-03-07 Brady Eidson <beidson@apple.com>
4007 Whoops, its actually prepare-ChangeLog
4009 * coding/contributing.html:
4011 2007-03-07 Brady Eidson <beidson@apple.com>
4015 Explicitly mention the prepare-Changelog step for contributing patches
4017 * coding/contributing.html:
4019 2007-02-25 Anders Carlsson <acarlsson@apple.com>
4023 * building/checkout.html:
4024 Add Trac link to our SVN repository,
4026 2007-02-15 Darin Adler <darin@apple.com>
4028 * projects/performance/index.html: Fix i-Bench link.
4030 2007-02-08 Mark Rowe <mrowe@apple.com>
4032 Reviewed by Tim Hatcher.
4034 * nav.inc: Add link to very work-in-progress DOM documentation.
4036 2007-01-19 Nicholas Shanks <contact@nickshanks.com>
4040 Change doctype for webkit.org/blog/ admin interface to HTML 4.01.
4042 * blog/wp-admin/admin-header.php:
4043 * blog/wp-login.php:
4045 2007-01-15 Brady Eidson <beidson@apple.com>
4049 * coding/coding-style.html: Added switch/case indentation rules
4051 2007-01-15 Eric Seidel <eric@webkit.org>
4055 * coding/coding-style.html: update to include style for header guards
4057 2007-01-10 Geoffrey Garen <ggaren@apple.com>
4059 * coding/coding-style.html: Fixed minor validation error.
4061 2007-01-10 Geoffrey Garen <ggaren@apple.com>
4063 Reviewed by Beth Dakin.
4065 Updated coding style guidelines to cover a lot of stuff previously absent.
4067 * coding/coding-style.html:
4069 2007-01-04 Lars Naesbye Christensen <larsnaesbye@stud.ku.dk>
4071 Reviewed by Darin Adler.
4073 http://bugs.webkit.org/show_bug.cgi?id=11295
4074 Nightly download size is misleading
4076 * images/download.png: Changed the size to 6 MB.
4078 2007-01-01 Darin Adler <darin@apple.com>
4080 * quality/bugzilla.html: Fix a lingering reference to opendarwin.org.
4082 2006-12-06 Rob Buis <buis@kde.org>
4086 http://bugs.webkit.org/show_bug.cgi?id=10254
4087 A few grammar and spelling corrections on the WebKit website
4089 Grammar and spelling corrections by Jonathan Johnsson.
4091 * coding/coding-style.html:
4092 * projects/css/index.html:
4093 * projects/javascript/index.html:
4094 * projects/svg/index.html:
4095 * quality/reduction.html:
4097 2006-11-21 Matt Lilek <pewtermoose@gmail.com>
4101 http://bugs.webkit.org/show_bug.cgi?id=11652
4102 Bug 11652: Mailing list address and URL are incorrect
4104 This also removes a lot of bit rot from the KWQ-era.
4106 * coding/contributing.html:
4108 * projects/css/index.html:
4109 * projects/editing/index.html:
4110 * projects/forms/index.html:
4111 * projects/html/index.html:
4112 * projects/portability/index.html:
4113 * projects/xslt/index.html:
4114 * quality/lifecycle.html:
4115 * quality/testwriting.html:
4117 2006-11-18 Mitz Pettel <mitz@webkit.org>
4121 Gender-neutrality fix.
4123 * coding/contributing.html:
4125 2006-11-14 Matt Lilek <pewtermoose@gmail.com>
4127 Reviewed by Tim Hatcher.
4129 Moved the web developer page to the wiki, adding link to the Drosera page.
4131 * .htaccess: Add permanent redirect to the new page on the wiki.
4132 * contact.html: Trac numbers are no longer one off.
4134 * webdevelopers/index.html: Removed.
4135 * webdevelopers/webkit_version.html: Removed.
4136 * webdevelopers/webkit_version.js: Removed.
4137 * webdevelopers/webkit_version_xl.html: Removed.
4138 * webdevelopers/webkit_version_xl.js: Removed.
4140 2006-11-14 Mark Rowe <bdash@webkit.org>
4142 Reviewed by Tim Hatcher.
4144 http://bugs.webkit.org/show_bug.cgi?id=9529
4145 Bug 9529: Navigation HTML duplicated on webkit.org web site
4147 * blog/wp-content/themes/webkit/sidebar.php: Include navigation from nav.inc rather than duplicating it here.
4148 * nav.inc: Generate WordPress archive list if included from within WordPress.
4150 2006-11-07 Mark Rowe <bdash@webkit.org>
4152 Reviewed by Dave Hyatt.
4154 * projects/javascript/index.html: Update link to non-existent JavaScript Bugzilla
4155 component to the correct JavaScriptCore.
4157 2006-11-06 Timothy Hatcher <timothy@apple.com>
4161 Update the site with new wiki and Trac links.
4163 * blog/wp-content/themes/webkit/sidebar.php:
4164 * building/build.html:
4167 * projects/svg/index.html:
4169 2006-10-31 Mark Rowe <bdash@webkit.org>
4173 Update WebKit blog link to prevent pointless redirects.
4177 2006-10-25 Mitz Pettel <mitz@webkit.org>
4181 - http://bugs.webkit.org/show_bug.cgi?id=11412
4182 Stray list item in coding/coding-style.html
4184 * coding/coding-style.html:
4186 2006-10-25 Mark Rowe <bdash@webkit.org>
4190 Fix some HTML bugs in the coding style guidelines.
4192 * coding/coding-style.html:
4194 2006-10-13 Geoffrey Garen <ggaren@apple.com>
4198 Split build, run, and debug steps into separate pages. Darin recommended
4201 * building/build.html:
4202 * building/checkout.html:
4203 * building/debug.html: Added.
4204 * building/run.html: Added.
4207 2006-10-05 Eric Seidel <eric@webkit.org>
4211 * coding/coding-style.html: use css styles, add example for whitespace, add example for c++ constructors
4213 2006-09-26 Eric Seidel <eric@webkit.org>
4217 * projects/svg/status.xml: update status to reflect current state of SVG development
4219 2006-09-21 Matt Lilek <pewtermoose@gmail.com>
4223 http://bugs.webkit.org/show_bug.cgi?id=10975
4224 Update the blog template to valid HTML 4.01 Strict.
4226 * blog/wp-content/themes/webkit/comments-popup.php:
4227 * blog/wp-content/themes/webkit/comments.php:
4228 * blog/wp-content/themes/webkit/footer.php:
4229 * blog/wp-content/themes/webkit/header.php:
4230 * blog/wp-content/themes/webkit/style.css: Add missing semi-colon that the validator complained about.
4232 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
4236 http://bugs.webkit.org/show_bug.cgi?id=10966
4237 Bug 10966: Updates to website
4239 Resolves a few remaining validation issues, makes Bugzilla links consistent, and removes unneeded references to OpenDarwin.
4241 * coding/coding-style.html:
4242 * coding/lgpl-license.html:
4245 * projects/css/index.html:
4246 * projects/editing/index.html:
4247 * projects/forms/index.html:
4248 * projects/html/index.html:
4249 * projects/index.html:
4250 * projects/javascript/index.html:
4251 * projects/svg/index.html:
4252 * projects/xslt/index.html:
4253 * webdevelopers/webkit_version.html:
4254 * webdevelopers/webkit_version_xl.html:
4256 2006-09-21 Mark Rowe <opendarwin.org@bdash.net.nz>
4260 Updates to make static pages validate as HTML 4.01 Strict.
4262 * building/build.html:
4263 * coding/coding-style.html:
4265 * index.html: Move <style> tag into the document head.
4266 * projects/cleanup/index.html:
4267 * projects/compat/index.html:
4268 * projects/css/index.html:
4269 * projects/documentation/index.html: