1 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3 Fix a typo per Darin's comment.
5 * coding/coding-style.html:
7 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
9 Add a style guide rule for signed and unsigned int
10 https://bugs.webkit.org/show_bug.cgi?id=96682
12 Reviewed by Geoffrey Garen.
14 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
16 * coding/coding-style.html:
18 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
20 Replace JSC::UString by WTF::String
21 https://bugs.webkit.org/show_bug.cgi?id=95271
23 Reviewed by Geoffrey Garen.
25 Update the coding style to avoid mentioning a class that no longer exist.
27 * coding/coding-style.html:
29 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
31 Address one more review comment.
33 * building/checkout.html:
35 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
37 Recommend the use of https and mention git on building/checkout.html
38 https://bugs.webkit.org/show_bug.cgi?id=93657
40 Reviewed by Mark Rowe.
42 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
43 because the paragraph right above it refers to buliding/tools.html for that.
45 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
46 checkout using a Git client.
48 * building/checkout.html:
50 2012-07-27 Adam Barth <abarth@webkit.org>
52 Writing a blog post for new reviewers doesn't add value to the blog
53 https://bugs.webkit.org/show_bug.cgi?id=92305
55 Reviewed by Eric Seidel.
57 Now that we have Peter posting weekly updates to the blog, having an
58 announcement on the blog for each reviewer is more noise than signal.
60 * coding/commit-review-policy.html:
62 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
64 Update webkit.org to refer to layoutTestController instead of testRunner
65 https://bugs.webkit.org/show_bug.cgi?id=89445
67 Reviewed by Kent Tamura.
69 * quality/testwriting.html:
71 2012-05-21 Peter Kasting <pkasting@google.com>
73 Style guide change: Uses of "std::" should be explicitly qualified.
74 https://bugs.webkit.org/show_bug.cgi?id=87043
76 Reviewed by Ryosuke Niwa.
78 * coding/coding-style.html:
80 2012-05-11 Darin Adler <darin@apple.com>
82 Try to make spacing of fine print items in lower left nicer looking.
85 (#notice, #trademark, #terms): Changed top margin to 10px.
86 (#notice): Put 30px margin here.
88 2012-05-11 Darin Adler <darin@apple.com>
90 CSS tweak needed for the trademark terms of use.
93 (#notice, #trademark, #terms): Added #trademark.
95 2012-05-11 Darin Adler <darin@apple.com>
97 Add a link to WebKit trademark terms of use, other small website changes
98 https://bugs.webkit.org/show_bug.cgi?id=86112
100 Reviewed by Dan Bernstein.
102 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
103 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
106 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
107 of use on the macosforge.org terms of use page.
109 2012-05-07 Dan Bernstein <mitz@apple.com>
111 webkit.org instructions for debugging WebProcess are unnecessarily complex
112 https://bugs.webkit.org/show_bug.cgi?id=85756
114 Reviewed by Darin Adler.
116 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
117 debugging the Web process, as well as instructions for debugging the Web process from the
118 command line using debug-safari and debug-minibrowser.
119 * building/tools.html: Updated links and tweaked the language.
121 2012-04-23 Daniel Bates <dbates@webkit.org>
123 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
125 Rubber-stamped by Eric Seidel.
127 Before you can use the Xcode 4.3.2 command line tools, you must either run
128 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
129 DEVELOPER_DIR to point to the Xcode developer tools directory.
131 * building/tools.html:
133 2012-04-23 Daniel Bates <dbates@webkit.org>
135 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
137 Rubber-stamped by Eric Seidel.
139 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
140 are specific to Xcode 4.3.2.
142 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
143 * building/debug.html: Ditto.
145 2012-04-19 Daniel Bates <dbates@webkit.org>
147 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
148 https://bugs.webkit.org/show_bug.cgi?id=84364
150 Reviewed by Eric Seidel.
152 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
155 * building/debug-mac-uiprocess.html:
156 * building/debug.html:
158 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
160 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
161 https://bugs.webkit.org/show_bug.cgi?id=80429
163 Reviewed by Dan Bernstein.
165 * building/tools.html:
167 2012-03-10 Daniel Bates <dbates@webkit.org>
169 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
171 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/>.
172 Substituting https for http in (1) returns the expected page.
174 * building/debug-mac-uiprocess.html:
175 * building/debug.html:
177 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
179 Add a link to the EFL wiki page
180 https://bugs.webkit.org/show_bug.cgi?id=79439
182 Reviewed by Adam Barth.
184 * building/tools.html:
185 * css/main.css: Cross-browser border-radius.
187 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
189 team.html (on webkit.org) doesn't recognize codeaurora.org
190 https://bugs.webkit.org/show_bug.cgi?id=79529
192 Reviewed by Ryosuke Niwa.
196 2012-02-16 Kent Tamura <tkent@chromium.org>
198 Improve usability of coding-style.html
199 https://bugs.webkit.org/show_bug.cgi?id=78470
201 Reviewed by Eric Seidel.
203 * coding/coding-style.html:
204 - Do not add a title attribute to each of LI elements
205 - Do not add a click handler to each of them
206 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
208 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
210 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
211 https://bugs.webkit.org/show_bug.cgi?id=76544
213 Reviewed by Darin Adler.
215 WEBKITOUTPUTDIR is not only for Windows.
217 * building/build.html:
219 2012-01-20 Kent Tamura <tkent@chromium.org>
221 Each style rule should have its own ID.
222 https://bugs.webkit.org/show_bug.cgi?id=76428
224 Reviewed by David Levin.
226 * coding/coding-style.html: Add an id attribute to each of li elements,
227 and add code to set title="#id-name" and to make li elements clickable.
229 2012-01-19 Daniel Bates <dbates@webkit.org>
231 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
233 Rubber-stamped by Sam Weinig.
235 * building/debug.html:
237 2012-01-19 Daniel Bates <dbates@webkit.org>
239 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
240 https://bugs.webkit.org/show_bug.cgi?id=67102
242 Reviewed by Eric Seidel.
244 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
246 * building/active-scheme-xcode4.png: Added.
247 * building/build-settings-tab-xcode4.png: Added.
248 * building/build-window.png: Removed.
249 * building/custom-executable-xcode4.png: Added.
250 * building/custom-executable.png: Removed.
251 * building/debug-mac-uiprocess.html: Added.
252 * building/debug.html:
253 * building/debug.png: Removed.
254 * building/info-tab.png: Removed.
255 * building/run-xcode4.png: Added.
257 2012-01-11 Antti Koivisto <antti@apple.com>
259 Remove S60 reference from webkit.org
260 https://bugs.webkit.org/show_bug.cgi?id=76044
262 Reviewed by Simon Hausmann.
268 2012-01-10 Hajime Morrita <morrita@chromium.org>
270 [Website] i-Bench is no longer available.
271 https://bugs.webkit.org/show_bug.cgi?id=76027
273 Reviewed by Ryosuke Niwa.
275 Updated the availability information of i-Bench.
277 * projects/performance/index.html:
279 2011-12-07 Daniel Bates <dbates@webkit.org>
281 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
282 https://bugs.webkit.org/show_bug.cgi?id=74006
284 Reviewed by Antonio Gomes.
286 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
287 ASSERT_NOT_REACHED().
289 * coding/assertion-guidelines.html:
291 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
293 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
294 https://bugs.webkit.org/show_bug.cgi?id=73098
296 Reviewed by Antti Koivisto.
298 Revise the sentence about committers being allowed to land patches by others to explicitly state that
299 they can only land patches by others if asked by authors themselves.
301 * coding/commit-review-policy.html:
303 2011-11-14 Mark Rowe <mrowe@apple.com>
305 Upgrade WordPress's Akismet plug-in to the latest version.
307 * blog/wp-content/plugins/akismet:
309 2011-11-14 Mark Rowe <mrowe@apple.com>
311 Update one file that was missed.
313 * blog/wp-settings.php:
315 2011-11-14 Mark Rowe <mrowe@apple.com>
317 Upgrade WordPress to v3.2.1.
321 2011-10-28 Dean Jackson <dino@apple.com>
323 Remove this horribly outdated file. It was showing up in
324 Google searches and shouldn't be used as official
327 Rubber-stamped by Simon Fraser.
329 * specs/MediaQueriesExtensions.html: Removed.
331 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
333 Style guide should mention the preference of index over iterator
334 https://bugs.webkit.org/show_bug.cgi?id=70285
336 Reviewed by Darin Adler.
338 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
339 we prefer index over iterators.
341 * coding/coding-style.html:
343 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
345 Fix a typo pointed by Sam (Weinig).
347 * coding/coding-style.html:
349 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
351 Style guide should mandate use of pass-by-reference for out arguments
352 https://bugs.webkit.org/show_bug.cgi?id=69766
354 Reviewed by Darin Adler.
356 This matches the convention used throughout WebCore.
358 * coding/coding-style.html:
360 2011-10-06 Amruth Raj <amruthraj@motorola.com>
362 Add Motorola Mobility to team.html
363 https://bugs.webkit.org/show_bug.cgi?id=69597
365 Reviewed by Ryosuke Niwa.
369 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
371 Generate WebKit team's page out of committers.py
372 https://bugs.webkit.org/show_bug.cgi?id=68045
374 Fix per Daniel's review comment since I had misunderstood the code.
378 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
380 Generate WebKit team's page out of committers.py
381 https://bugs.webkit.org/show_bug.cgi?id=68045
383 Reviewed by Daniel Bates.
385 Add the initial implementation of team.html. This page automatically pulls data from committers.py
386 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
390 2011-09-01 Jon Lee <jonlee@apple.com>
392 Adding control rendering at various sizes.
394 * projects/forms/survey.html:
396 2011-08-29 Jon Lee <jonlee@apple.com>
398 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
400 * projects/forms/survey.html:
402 2011-08-17 Jon Lee <jonlee@apple.com>
404 Updating the forms survey to include various element sizes.
406 * projects/forms/survey.html:
408 2011-08-16 Daniel Bates <dbates@webkit.org>
410 Add myself to the list of individual members in the WebKit Security Group.
412 Rubber-stamped by Eric Seidel.
414 * security/security-group-members.html:
416 2011-08-09 Anders Carlsson <andersca@apple.com>
418 Broken link to LICENSE on contributing code page
419 https://bugs.webkit.org/show_bug.cgi?id=65947
421 Reviewed by Ryosuke Niwa.
423 * coding/contributing.html:
425 2011-08-04 Dan Bernstein <mitz@apple.com>
429 * coding/contributing.html:
431 2011-08-04 Nico Weber <thakis@chromium.org>
433 Update the contributors page to recommend webkit-patch instead of many manual steps
434 https://bugs.webkit.org/show_bug.cgi?id=65714
436 Reviewed by Adam Barth.
438 asvitkine followed the contributing instructions for his first patch, and got
439 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
440 webkit-patch prevents errors like this and more.
442 * coding/contributing.html:
444 2011-07-21 Jon Lee <jonlee@apple.com>
446 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
447 <rdar://problem/9782965>
449 Rubber-stamped by Maciej Stachowiak.
451 * projects/forms/image-usemap.png: Added.
452 * projects/forms/image1.png: Added.
453 * projects/forms/image10.png: Added.
454 * projects/forms/image16.png: Added.
455 * projects/forms/index.html: Update links
456 * projects/forms/survey.html: Added.
458 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
460 SVG feature status is not up-to-date
461 https://bugs.webkit.org/show_bug.cgi?id=64856
463 Reviewed by Dirk Schulze.
465 Update SVG feature status after r91331.
467 * projects/svg/status.xml:
469 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
471 Reviewed by Darin Adler.
473 Add note about cases where enums are preferred over bools on function parameters.
474 https://bugs.webkit.org/show_bug.cgi?id=63564
476 This matches the outcome of this webkit-dev thread:
477 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
479 * coding/coding-style.html:
481 2011-05-31 Chris Evans <cevans@chromium.org>
483 Reviewed by Drew Yao.
485 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
487 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
489 2011-05-20 Alexey Proskuryakov <ap@apple.com>
491 Reviewed by Dan Bernstein.
493 Building instructions should not talk about Tiger
494 https://bugs.webkit.org/show_bug.cgi?id=61210
496 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
497 Xcode version to the latest Leopard one.
499 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
501 Reviewed by Adam Barth.
503 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
504 https://bugs.webkit.org/show_bug.cgi?id=60686
506 * security/security-group-members.html:
508 2011-05-11 Cris Neckar <cdn@chromium.org>
510 Reviewed by David Levin.
512 Adding Cris Neckar to the Webkit Security Group site.
513 https://bugs.webkit.org/show_bug.cgi?id=60668
515 * security/security-group-members.html:
517 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
519 Reviewed by Mark Rowe.
521 Update Qt/Nokia Security contacts
522 https://bugs.webkit.org/show_bug.cgi?id=60650
524 Ademar (me) replaced Simon as the release manager and primary security
525 contact for QtWebKit. See:
526 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
528 * security/security-group-members.html:
530 2011-05-09 Eric Seidel <eric@webkit.org>
532 Reviewed by Adam Barth.
534 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
535 https://bugs.webkit.org/show_bug.cgi?id=59672
537 * coding/adding-features.html: Added.
540 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
542 Not reviewed: adding image files for the blog post.
544 * blog-files/inspector/remote-debugging-attached.png: Added.
545 * blog-files/inspector/remote-debugging-discovery.png: Added.
547 2011-04-27 Ojan Vafai <ojan@chromium.org>
549 Reviewed by Dan Bernstein.
551 change style guide to pre-increment in for-loops
552 https://bugs.webkit.org/show_bug.cgi?id=59619
554 This matches what a number of reviewers have been asking
557 * coding/coding-style.html:
559 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
561 Reviewed by Tor Arne Vestbø.
563 Added instructions on how to work from behind proxy
564 and detailed the instructions refering to rebasing.
565 Windows build instructions do not work if you are behind a proxy
566 or have a Temp directory that you do not own directly.
567 https://bugs.webkit.org/show_bug.cgi?id=57246
569 * building/tools.html:
571 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
573 Reviewed by James Robinson.
575 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
576 https://bugs.webkit.org/show_bug.cgi?id=58190
578 * misc/related-target-and-shadow-dom.svg: Added.
580 2011-04-06 David Levin <levin@chromium.org>
582 Reviewed by Ojan Vafai.
584 Augment style guidelines about meaningless parameters from text the unwritten rules email.
585 https://bugs.webkit.org/show_bug.cgi?id=55275
587 * coding/coding-style.html:
589 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
591 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
594 * blog-files/inspector/stack-traces-img/1.png: Added.
595 * blog-files/inspector/stack-traces-img/2.png: Added.
596 * blog-files/inspector/stack-traces-img/3.png: Added.
597 * blog-files/inspector/stack-traces-img/4.png: Added.
598 * blog-files/inspector/stack-traces-img/5.png: Added.
599 * blog-files/inspector/stack-traces-img/6.png: Added.
600 * blog-files/inspector/stack-traces-img/button.png: Added.
602 2011-02-26 David Levin <levin@chromium.org>
604 Reviewed by Darin Adler.
606 Add style guidelines about comments from the unwritten rules email.
607 https://bugs.webkit.org/show_bug.cgi?id=55272
609 * coding/coding-style.html: Added the guidelines.
611 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
613 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
615 * blog-files/inspector/css_rule_diff.png: Added.
617 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
619 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
621 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
622 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
623 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
624 * blog-files/inspector/warning_10x10.png: Added.
626 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
628 Unreviewed. Add Web Inspector style editing screenshots.
630 * blog-files/inspector-css-as-authored.png: Added.
631 * blog-files/inspector-css-autocomplete.png: Added.
632 * blog-files/inspector-unknown-css-properties.png: Added.
634 2011-01-21 David Levin <levin@chromium.org>
636 Reviewed by Darin Adler.
638 Proposal: Require cross-organizational seconds for reviewer nominations
639 https://bugs.webkit.org/show_bug.cgi?id=47597
641 This changes the committer/reviewer policy to require an additional
642 reviewer supporting a reviewer nomination to work for a different
643 company and different project affiliation from the nominee.
645 This means reviewer nominations would require four supporting reviewers,
646 one of which knows the reviewer through the community (irc, email, bugs)
647 ensuring that the nominee has the open-source collaboration skills
648 we so highly value here in WebKit.
650 * coding/commit-review-policy.html:
652 2011-01-01 Adam Barth <abarth@webkit.org>
654 Reviewed by Eric Seidel.
656 Move JavaScriptCore to Source
657 https://bugs.webkit.org/show_bug.cgi?id=51604
659 * coding/assertion-guidelines.html:
660 - Update documentation to point to the new location of
663 2010-12-17 Dan Bernstein <mitz@apple.com>
665 Reviewed by Simon Fraser.
667 Rename WebKitTools to Tools
668 https://bugs.webkit.org/show_bug.cgi?id=49861
670 * asking_questions.html:
671 * building/tools.html:
672 * coding/scripts.html:
674 2010-11-08 Jessie Berlin <jberlin@apple.com>
676 Reviewed by Adam Roben.
678 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
680 https://bugs.webkit.org/show_bug.cgi?id=49189
682 * building/tools.html:
683 Add a line recommending bash shell users to comment out or remove those lines, with an
684 explanation as to why.
686 2010-11-04 Orlando Leite <orlleite@gmail.com>
688 Reviewed by Adam Barth.
690 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
692 * building/tools.html:
694 2010-10-29 Adam Roben <aroben@apple.com>
696 Instruct developers to install the Feburary 2010 DirectX SDK, not just
699 The February 2010 SDK is the last one with support for Visual Studio
702 I also removed some unnecessary instructions regarding the DirectX
705 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
706 specific version of the DirectX SDK
708 Reviewed by Steve Falkenburg.
710 * building/tools.html:
712 2010-10-28 Lucas Forschler <lforschler@apple.com>
714 Reviewed by Geoffrey Garen.
716 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
718 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
719 -Edited the .htaccess file to redirect the old pages to the new landing page.
720 -This should keep our search engine page rankings effective.
721 Potentially breaking:
722 -This COULD potentially break the SunSpider benchmark.
723 -Local testing with relative links seems to function as expected.
724 -The .htaccess 301 redirects are UNTESTED.
728 * perf/sunspider: Added.
729 * perf/sunspider-0.9.1/sunspider.html: Removed.
730 * perf/sunspider-0.9.1/versions.html: Removed.
731 * perf/sunspider-0.9/sunspider.html: Removed.
732 * perf/sunspider/sunspider.css: Added.
733 * perf/sunspider/sunspider.html: Added.
735 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
737 Reviewed by David Levin.
739 Add DirectX SDK to Installing Developer Tools web page
740 https://bugs.webkit.org/show_bug.cgi?id=47911
742 * building/tools.html:
744 2010-09-30 David Levin <levin@chromium.org>
746 Reviewed by Darin Adler.
748 Add guideline for constructors doing implicit type conversion to coding style.
749 https://bugs.webkit.org/show_bug.cgi?id=47646
751 * coding/coding-style.html:
753 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
755 Reviewed by Simon Fraser.
757 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
758 https://bugs.webkit.org/show_bug.cgi?id=47013
760 * nav.inc: Removed the space from the web inspector wiki link.
762 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
764 Unreviewed HTML syntax fix for my recent change in the coding-style.
766 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
768 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
770 Reviewed by Darin Adler.
772 check-webkit-style and the coding style guidelines page are inconsistent
773 https://bugs.webkit.org/show_bug.cgi?id=46099
775 * coding/coding-style.html:
776 Making clear that includes of system headers must come after includes of other headers.
778 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
780 Reviewed by Adam Barth.
782 Adding a timeline screenshot for blocking and defer scripts
783 https://bugs.webkit.org/show_bug.cgi?id=45933
785 * blog-files/timeline-blocking-script.png: Added.
786 * blog-files/timeline-defer-script.png: Added.
788 2010-09-14 Jessie Berlin <jberlin@apple.com>
790 Reviewed by Adam Roben.
792 Exceptions are getting ignored on 64-bit Windows in the Web Process.
793 https://bugs.webkit.org/show_bug.cgi?id=45779
795 * building/tools.html:
796 Add instructions about how to optionally get hotfix 976038.
798 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
800 Reviewed by Adam Barth.
802 https://bugs.webkit.org/show_bug.cgi?id=43982
803 This js file seems to be a popular script for detecting mobile WebKit but
804 it has a flaw that makes it fail on Android and BlackBerry.
806 The issue is that it looks for "Mobile/" but Android and BlackBerry
807 use "Mobile" with no numbering after it.
808 Changed RegExp pattern " Mobile/" to " Mobile\\b".
810 * misc/WebKitDetect.js:
811 (WebKitDetect.isMobile):
813 2010-08-27 Darin Adler <darin@apple.com>
815 * coding/RefPtr.html: Minor revision, improve clarity and mention some
818 2010-08-26 Daniel Bates <dbates@rim.com>
820 Reviewed by Dumitru Daniliuc.
822 Fix misspelled words on WebKit.org contact.html,
823 demos/index.html, and quality/leakhunting.html
824 https://bugs.webkit.org/show_bug.cgi?id=44747
826 Fix some misspelled words on the WebKit.org site.
828 * contact.html: Change "bugreports" [sic] to "bug reports".
829 * demos/index.html: Change "testcase" [sic] to "test case".
830 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
832 2010-08-23 David Kilzer <ddkilzer@apple.com>
834 Clean up some HTML typos in crashlogs.html
836 Rubber-stamped by Maciej Stachowiak.
838 * quality/crashlogs.html: Fixed "</code>>" typos added in
839 r56300. Changed "<tt>" tag with style attribute to "<code>"
840 that was missed in r56300.
842 2010-08-17 Beth Dakin <bdakin@apple.com>
844 Rubber-stamped by Adele.
846 Adding a MathML Demo and screenshot.
848 * blog-files/riemann-screenshot.png: Added.
849 * demos/mathml: Added.
850 * demos/mathml/MathMLDemo.xhtml: Added.
852 2010-08-17 Adam Roben <aroben@apple.com>
854 Instruct developers to (optionally) install Debugging Tools for
857 These tools are used by some of our scripts, so are useful for
858 developers to have installed.
860 Fixes <http://webkit.org/b/44128> webkit.org building instructions
861 should recommend installing Debugging Tools for Windows
863 Reviewed by Sam Weinig.
865 * building/tools.html:
867 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
869 Reviewed by Nikolas Zimmermann.
871 Update SVG implementation status.
873 * projects/svg/status.xml:
875 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
877 Reviewed by Darin Adler.
879 Add a diagram explaining how a DOM element is attached to the site.
880 https://bugs.webkit.org/show_bug.cgi?id=42763
882 * coding/dom-element-attach.html: Added.
883 * coding/images/dom-element-attach-large.png: Added.
884 * coding/images/dom-element-attach-small.png: Added.
885 * coding/images/dom-element-attach.graffle: Added.
886 * coding/technical-articles.html: Added a link to the page with the diragram.
888 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
890 Reviewed by Darin Adler.
892 Improve assertion macro documentation.
894 https://bugs.webkit.org/show_bug.cgi?id=40565
896 * coding/assertion-guidelines.html:
898 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
900 Reviewed by Geoffrey Garen.
902 Add an index of technical articles to the WebKit site. This makes the
903 links to the RefPtr and Assertion documentation discoverable and
904 provides an easy way to find some useful blog posts.
906 https://bugs.webkit.org/show_bug.cgi?id=40561
908 * coding/technical-articles.html: Added.
909 * nav.inc: Add link to technical articles.
911 2010-06-15 Adam Roben <aroben@apple.com>
913 Remove some unnecessary steps for setting up the debugger on Windows
915 Apparently update-webkit does this for you now.
917 Rubber-stamped by Steve Falkenburg.
919 * building/debug.html: Removed the first two Windows steps, which are
920 now unnecessary, and updated the third to reflect reality.
922 2010-06-14 Adam Roben <aroben@apple.com>
924 Improve instructions for debugging on Windows
926 Fixes <http://webkit.org/b/40585>.
928 Reviewed by Steve Falkenburg.
930 * building/debug.html: Improved the Windows instructions. We now
931 instruct users to set things up so that hitting F5 from WebKit.sln
932 will launch Safari with the WEBKITNIGHTLY environment variable
933 pointing to the location of the built WebKit.dll.
935 * building/console_vs2005.jpg: Removed.
936 * building/debug_vs2005.jpg: Removed.
938 * building/launch-debugger-vs2005.png: Added.
939 * building/set-as-startup-project-vs2005.png: Added.
940 * building/set-debugging-properties-vs2005.png: Added.
942 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
944 Reviewed by Darin Adler.
946 Add documentation on the various assertion macros in WebKit.
948 https://bugs.webkit.org/show_bug.cgi?id=39950
950 * coding/assertion-guidelines.html: Added.
952 2010-05-29 Sterling Swigart <sswigart@google.com>
954 Reviewed by David Levin.
956 Adding tests to canvas.html performance test
957 https://bugs.webkit.org/show_bug.cgi?id=39883
959 * demos/canvas-perf/canvas.html:
965 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
967 Reviewed by Darin Adler.
969 Update the style guide re: static member variables and structs
970 https://bugs.webkit.org/show_bug.cgi?id=39663
972 Per Darin Adler's proposal on webkit-dev.
974 All static member variables should be prefixed with s_.
975 m_ should not be used for public data members in structs.
976 Only structs should have public data members.
978 * coding/coding-style.html:
980 2010-05-24 David Levin <levin@chromium.org>
982 Reviewed by Maciej Stachowiak.
984 Improve canvas perf test accuracy.
985 https://bugs.webkit.org/show_bug.cgi?id=39635
987 * demos/canvas-perf/canvas.html:
988 1. Change the various tests to get the image data for the result
989 to help ensure that the operation has completed by the time,
990 and subtract out the time needed to do this.
991 2. Made the test more flexible about number of repetitions and
993 3. Make the tests run separately and have a pause between them
994 to allow for garbage collection so that results are more
996 4. Added a standard logging function and shouldBe asserts to
997 verify that the correct scaling operations were happening.
999 2010-05-20 Daniel Bates <dbates@rim.com>
1001 Rubber-stamped by Simon Fraser.
1003 Spelling correction; change "acces" [sic] to "access".
1005 * quality/lifecycle.html:
1007 2010-05-14 Eric Seidel <eric@webkit.org>
1009 Reviewed by Maciej Stachowiak.
1011 Update tools.html to mention that Tiger users require a newer Python
1012 https://bugs.webkit.org/show_bug.cgi?id=38822
1014 Also updated the instructions that only Tiger users need
1015 to install a subversion client. Newer OSes already have
1016 subversion included in the install.
1018 * building/tools.html:
1020 2010-05-08 Dirk Schulze <krit@webkit.org>
1022 Reviewed by Nikolas Zimmermann.
1024 SVGFont's VKern implementation missing
1025 https://bugs.webkit.org/show_bug.cgi?id=38663
1027 * projects/svg/status.xml:
1029 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1031 Reviewed by Adam Barth.
1033 Commit and Review policy should encourage unofficial reviews
1034 https://bugs.webkit.org/show_bug.cgi?id=38517
1036 * coding/commit-review-policy.html:
1038 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1040 Reviewed by Darin Adler.
1042 Fix the sticky-notes demo.
1043 https://bugs.webkit.org/show_bug.cgi?id=38550
1045 1. Exceptions thrown by openDatabase() should be treated as
1047 2. Do not allow users to create new notes when openDatabase()
1050 * demos/sticky-notes/index.html:
1052 2010-05-02 Dirk Schulze <krit@webkit.org>
1054 Reviewed by Nikolas Zimmermann.
1056 SVG hkern implementation incomplete
1057 https://bugs.webkit.org/show_bug.cgi?id=38407
1059 We support hkern now. Mention this in the SVG status page.
1061 * projects/svg/status.xml:
1063 2010-04-29 Dean Jackson <dino@apple.com>
1065 Unreviewed. Make a note that we are no longer proposing
1066 the evaluateMediaQuery method. Instead, we are following
1067 the standard matchMedium method from CSS 3 View.
1069 * specs/MediaQueriesExtensions.html:
1071 2010-04-18 Adam Barth <abarth@webkit.org>
1073 Unreviewed. Update a label of the diagram to better match the
1074 description in the text of the blog post.
1076 * blog-files/loader-diagram.svg:
1078 2010-04-17 Adam Barth <abarth@webkit.org>
1080 Unreviewed. Added loader diagram for upcoming blog post.
1082 * blog-files/loader-diagram.svg: Added.
1084 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1086 Reviewed by Eric Seidel.
1088 Minor Updates and Cleanup to the Contributing Page
1089 https://bugs.webkit.org/show_bug.cgi?id=37415
1091 * coding/contributing.html:
1093 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1097 Random demo to look cool on twitter.
1099 * misc/gradient-input.html: Added.
1101 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1105 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1107 * blog-files/inspector/audits_launcher.png: Added.
1108 * blog-files/inspector/audits_panel.png: Added.
1109 * blog-files/inspector/console_panel.png: Added.
1110 * blog-files/inspector/context_menu.png: Added.
1111 * blog-files/inspector/css_highlighted_line.png: Added.
1112 * blog-files/inspector/css_line_number_snippet.png: Added.
1113 * blog-files/inspector/css_line_numbers.png: Added.
1114 * blog-files/inspector/deactivate_breakpoints.png: Added.
1115 * blog-files/inspector/evaluate_on_hover.png: Added.
1116 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1117 * blog-files/inspector/inherited_styles.png: Added.
1118 * blog-files/inspector/large_dom.png: Added.
1119 * blog-files/inspector/large_resources.png: Added.
1120 * blog-files/inspector/pseudo_elements.png: Added.
1121 * blog-files/inspector/redirect_headers.png: Added.
1122 * blog-files/inspector/redirect_headers_full.png: Added.
1123 * blog-files/inspector/redirects.png: Added.
1124 * blog-files/inspector/redirects_full.png: Added.
1125 * blog-files/inspector/timeline_overview.png: Added.
1126 * blog-files/inspector/timeline_panel.png: Added.
1127 * blog-files/inspector/timeline_record_details.png: Added.
1129 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1131 Reviewed by David Levin.
1133 Asking Questions Page Grammar Fixes
1134 https://bugs.webkit.org/show_bug.cgi?id=36608
1136 * asking_questions.html:
1138 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1140 Reviewed by Timothy Hatcher.
1142 New Asking Questions Page is not Valid HTML5
1143 https://bugs.webkit.org/show_bug.cgi?id=36605
1145 * asking_questions.html: fixed issues raised by the validator.
1147 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1149 Reviewed by David Levin.
1151 Add a page on how to ask questions
1152 https://bugs.webkit.org/show_bug.cgi?id=35223
1154 * asking_questions.html: Added.
1155 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1156 to get help effectively
1157 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1159 * contact.html: Tweaked the wording to make it more clear what the
1160 mailing list are used for. Also changed the formatting to better
1161 underline the different mailing lists.
1163 2010-03-24 Sam Weinig <sam@webkit.org>
1165 Rubber-stamped by Anders Carlsson..
1167 Update Security Group Members list.
1169 * security/security-group-members.html:
1171 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1175 Add another example.
1177 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1179 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1183 Add example of accessible ASCII art for HTML WG.
1185 * demos/accessible-ascii-art: Added.
1186 * demos/accessible-ascii-art/butterfly.html: Added.
1188 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1190 Reviewed by Mark Rowe.
1192 WebKit blog should be valid HTML5
1193 https://bugs.webkit.org/show_bug.cgi?id=36410
1195 * blog/wp-content/themes/webkit/comments-popup.php:
1196 * blog/wp-content/themes/webkit/footer.php:
1197 * blog/wp-content/themes/webkit/header.php:
1199 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1201 Reviewed by Mark Rowe.
1203 Fix a bunch of HTML5 validation errors on various pages.
1204 https://bugs.webkit.org/show_bug.cgi?id=36409
1206 * building/build.html:
1207 * building/checkout.html:
1208 * building/debug.html:
1209 * building/run.html:
1210 * building/tools.html:
1211 * coding/coding-style.html:
1212 * coding/contributing.html:
1213 * coding/major-objects.html:
1218 * projects/compat/index.html:
1219 * projects/css/index.html:
1220 * projects/documentation/index.html:
1221 * projects/goals.html:
1222 * projects/index.html:
1223 * projects/mathml/index.html:
1224 * quality/bugpriorities.html:
1225 * quality/bugwriting.html:
1226 * quality/crashlogs.html:
1227 * quality/lifecycle.html:
1228 * quality/testing.html:
1229 * quality/testwriting.html:
1231 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1233 Reviewed by Mark Rowe.
1235 webkit.org should use the HTML5 doctype
1236 https://bugs.webkit.org/show_bug.cgi?id=36407
1239 * misc/drosera/index.html:
1240 * perf/slickspeed/system/index.php:
1241 * perf/slickspeed/system/template.php:
1244 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1246 Reviewed by Mark Rowe.
1248 http://webkit.org/ has an HTML5 validation error
1249 https://bugs.webkit.org/show_bug.cgi?id=36406
1253 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1255 Tweak canvas perf demo.
1257 * demos/canvas-perf/canvas.html:
1259 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1261 Added canvas perf demo for whatwg.
1263 * demos/canvas-perf: Added.
1264 * demos/canvas-perf/canvas.html: Added.
1265 * demos/canvas-perf/kraken.jpg: Added.
1267 2010-03-09 Adam Roben <aroben@apple.com>
1269 Add a link to the Contributors Meeting registration form in the
1272 Rubber-stamped in advance by Adele Peterson.
1274 * nav.inc: Added a link underneath "Trac".
1276 2010-02-26 Sam Weinig <sam@webkit.org>
1278 Rubber-stamped by Adele Peterson.
1280 Update Security Group Members list.
1282 * security/security-group-members.html:
1284 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1286 Reviewed by Eric Seidel and Adam Roben.
1288 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1289 https://bugs.webkit.org/show_bug.cgi?id=35098
1291 * building/debug.html:
1292 Add instructions on how to build and run WebKit from within Visual Studio.
1294 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1296 Rubber stamped by Adam Barth.
1298 Add sunspider-0.9.1 to the site in preparation for announcing it.
1299 https://bugs.webkit.org/show_bug.cgi?id=35206
1301 * perf/sunspider-0.9.1: Added.
1302 * perf/sunspider-0.9.1/json2.js: Added.
1303 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1304 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1305 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1306 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1307 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1308 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1309 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1310 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1311 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1312 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1313 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1314 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1315 * perf/sunspider-0.9.1/sunspider.css: Added.
1316 * perf/sunspider-0.9.1/sunspider.html: Added.
1317 * perf/sunspider-0.9.1/versions.html: Added.
1319 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1321 Not reviewed - demo.
1323 Made some examples of using <details> for table descriptions.
1325 * demos/hover-summary: Added.
1326 * demos/hover-summary/details.css: Added.
1327 * demos/hover-summary/details.js: Added.
1328 (summaryClickListener):
1331 * demos/hover-summary/example1.html: Added.
1332 * demos/hover-summary/example2.html: Added.
1333 * demos/hover-summary/horizontal-triangle.png: Added.
1334 * demos/hover-summary/vertical-triangle.png: Added.
1336 2010-02-02 Jens Alfke <snej@chromium.org>
1338 Reviewed by David Levin.
1340 Clarified coding guidelines on wiki to allow indentation of
1341 _nested_ namespaces.
1342 https://bugs.webkit.org/show_bug.cgi?id=32137
1344 * coding/coding-style.html:
1346 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1348 Reviewed by David Kilzer.
1350 Added to contributing code page a pointer to the preferred
1351 license text. Also added information about copyright lines.
1353 https://bugs.webkit.org/show_bug.cgi?id=34017
1355 * coding/contributing.html:
1357 - Added CSS class for books.
1359 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1361 Reviewed by David Levin.
1363 Added screenshots and clearer instructions on how to submit
1366 https://bugs.webkit.org/show_bug.cgi?id=32542
1368 Also added that a bug report should be selected or created
1369 prior to submitting a patch.
1371 * coding/contributing.html:
1372 * coding/images: Added.
1373 * coding/images/contribute_add_attachment.png: Added.
1374 * coding/images/contribute_mark_review.png: Added.
1376 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1378 Not reviewed; updated for truth (and readability).
1380 Fixed some wrong listings and reorganized this page.
1382 * security/security-group-members.html:
1384 2010-01-06 Dirk Schulze <krit@webkit.org>
1386 Reviewed by Nikolas Zimmermann.
1389 https://bugs.webkit.org/show_bug.cgi?id=31905
1391 Update SVG status page. We support feDisplacementMap and feImage now.
1393 * projects/svg/status.xml:
1395 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1397 Reviewed by Darin Adler.
1399 Removed outdated contact information from bug life cycle page.
1401 https://bugs.webkit.org/show_bug.cgi?id=32494
1403 * quality/lifecycle.html:
1405 2009-12-13 Dan Bernstein <mitz@apple.com>
1407 Reviewed by Sam Weinig.
1409 Add a style guideline concerning floating point literals
1410 https://bugs.webkit.org/show_bug.cgi?id=32497
1412 * coding/coding-style.html:
1414 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1416 Reviewed by Adam Roben.
1418 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1419 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1420 in Windows as part of running update_webkit.
1422 * building/build.html:
1423 - removed the reference to forgetting to set environment variables as a common source of errors
1424 on Windows. This is because this patch would make it unnecessary for the user to set these
1427 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1429 Reviewed by Darin Adler.
1431 Added the "using std::foo" rule to the coding style guidelines.
1433 https://bugs.webkit.org/show_bug.cgi?id=32301
1435 Added to the coding style guidelines the "using std::foo" rule
1436 checked by the check-webkit-style script. Also clarified the
1437 "using" statement guidelines that apply to implementation files.
1439 * coding/coding-style.html:
1441 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1443 Reviewed by Darin Adler.
1445 Refactored web site documentation so that advice to add
1446 WebKitTools/Scripts to your shell path does not appear
1449 https://bugs.webkit.org/show_bug.cgi?id=32112
1451 * building/build.html:
1452 * building/checkout.html:
1453 * building/run.html:
1454 * coding/coding-style.html:
1455 * coding/contributing.html:
1456 * coding/scripts.html: Added.
1457 * quality/testing.html:
1459 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1461 Reviewed by Eric Seidel.
1463 Add reference to the GTK and QT build wiki pages
1465 https://bugs.webkit.org/show_bug.cgi?id=32088
1467 * building/tools.html:
1470 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
1472 Reviewed by Darin Adler.
1474 Added clarifications to the web site regarding coding style and
1477 https://bugs.webkit.org/show_bug.cgi?id=31618
1479 Changes include the following:
1481 - Expanded the style guidelines regarding "using" statements.
1482 - Made the style guidelines page validate as HTML.
1483 - Added that legacy WebKit components should not be cleaned up.
1484 - Added that it is more acceptable to update style when already
1487 * coding/coding-style.html:
1488 * coding/contributing.html:
1489 * projects/cleanup/index.html:
1491 2009-11-18 Eric Seidel <eric@webkit.org>
1493 Reviewed by David Levin.
1495 Make 80 patches a formal requirement for reviewership
1496 https://bugs.webkit.org/show_bug.cgi?id=31313
1497 Per discussion on the webkit-reviewers list:
1498 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
1500 * coding/commit-review-policy.html:
1502 2009-11-18 Daniel Bates <dbates@webkit.org>
1504 Reviewed by Eric Seidel.
1506 https://bugs.webkit.org/show_bug.cgi?id=31610
1508 Adds property "min-width" to #title so that the width of the title
1509 element on each page is at least 790px. In particular, this makes
1510 the page <http://webkit.org/security/security-group-members.html>
1511 consistent, in appearance, to the rest of the site.
1515 2009-11-16 Sam Weinig <sam@webkit.org>
1517 Reviewed by Anders Carlsson.
1519 Update Security Group Members list.
1521 * security/security-group-members.html:
1523 2009-11-16 Sam Weinig <sam@webkit.org>
1525 Reviewed by Adele Peterson.
1527 Update Security Group Members list.
1529 * security/security-group-members.html:
1531 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
1533 Reviewed by Darin Adler.
1535 Added to the WebKit Coding Style Guidelines not to use
1536 "using namespace" statements in header files.
1538 * coding/coding-style.html:
1540 2009-11-10 Oliver Hunt <oliver@apple.com>
1542 Reviewed by Maciej Stachowiak.
1544 Fix WebGL demos to work with renamed WebGL primitives
1546 * blog-files/webgl/Earth.html:
1547 * blog-files/webgl/ManyPlanetsDeep.html:
1548 * blog-files/webgl/SpinningBox.html:
1549 * blog-files/webgl/SpiritBox.html:
1550 * blog-files/webgl/TeapotPerPixel.html:
1551 * blog-files/webgl/TeapotPerVertex.html:
1552 * blog-files/webgl/WebGL+CSS.html:
1553 * blog-files/webgl/resources/CanvasMatrix.js:
1554 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
1555 * blog-files/webgl/resources/utils3d.js:
1560 2009-11-06 Dirk Schulze <krit@webkit.org>
1562 Rubber stamped by Eric Seidel.
1564 Update SVG status page. We support feMorphology now.
1565 Set lightning filters to unimplemented.
1567 * projects/svg/status.xml:
1569 2009-11-06 Jeff Schiller <codedread@gmail.com>
1571 Reviewed by Darin Adler.
1573 SVG Status page update
1574 https://bugs.webkit.org/show_bug.cgi?id=31179
1576 * projects/svg/status.xml:
1578 2009-11-03 Darin Adler <darin@apple.com>
1580 Set the MIME type for all PNG files in this directory.
1582 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
1583 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
1584 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
1585 * blog-files/acid3-100.png: Modified property svn:mime-type.
1586 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
1587 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
1588 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
1589 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
1590 * blog-files/acid3-timing.png: Modified property svn:mime-type.
1591 * blog-files/bounce.png: Added property svn:mime-type.
1592 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
1593 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
1594 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
1595 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
1596 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
1597 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
1598 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
1599 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
1600 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
1601 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
1602 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
1603 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
1604 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
1605 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
1606 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
1607 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
1608 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
1609 * blog-files/inspector/colors.png: Added property svn:mime-type.
1610 * blog-files/inspector/cookies.png: Added property svn:mime-type.
1611 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
1612 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
1613 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
1614 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
1615 * blog-files/inspector/enable.png: Added property svn:mime-type.
1616 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
1617 * blog-files/inspector/form_data.png: Added property svn:mime-type.
1618 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
1619 * blog-files/inspector/inorder.png: Added property svn:mime-type.
1620 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
1621 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
1622 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
1623 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
1624 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
1625 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
1626 * blog-files/kate-circle.png: Modified property svn:mime-type.
1627 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
1628 * blog-files/kate-gradient.png: Modified property svn:mime-type.
1629 * blog-files/kate-reflected.png: Modified property svn:mime-type.
1630 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
1631 * blog-files/kate.png: Modified property svn:mime-type.
1632 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
1633 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
1634 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
1635 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
1636 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
1637 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
1638 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
1639 * blog-files/pulse.png: Added property svn:mime-type.
1640 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
1641 * blog-files/sfx-perf.png: Modified property svn:mime-type.
1642 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
1643 * blog-files/squirrelfish.png: Modified property svn:mime-type.
1644 * blog-files/vignette-mask.png: Modified property svn:mime-type.
1645 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
1646 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
1647 * blog-files/wsj-preload.png: Modified property svn:mime-type.
1648 * blog-files/wsj-vs.png: Modified property svn:mime-type.
1649 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
1650 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
1651 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
1652 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
1653 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
1654 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
1655 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
1656 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
1657 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
1658 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
1659 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
1660 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
1661 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
1662 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
1663 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
1664 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
1665 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
1666 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
1667 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
1668 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
1669 * blog/wp-admin/images/list.png: Added property svn:mime-type.
1670 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
1671 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
1672 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
1673 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
1674 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
1675 * blog/wp-admin/images/no.png: Added property svn:mime-type.
1676 * blog/wp-admin/images/se.png: Added property svn:mime-type.
1677 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
1678 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
1679 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
1680 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
1681 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
1682 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
1683 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
1684 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
1685 * blog/wp-content/drosera.png: Modified property svn:mime-type.
1686 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
1687 * blog/wp-content/rotate.png: Modified property svn:mime-type.
1688 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
1689 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
1690 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
1691 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
1692 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
1693 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
1694 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
1695 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
1696 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
1697 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
1698 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
1699 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
1700 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
1701 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
1702 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
1703 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
1704 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
1705 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
1706 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
1707 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
1708 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
1709 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
1710 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
1711 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
1712 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
1713 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
1714 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
1715 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
1716 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
1717 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
1718 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
1719 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
1720 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
1721 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
1722 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
1723 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
1724 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
1725 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
1726 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
1727 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
1728 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
1729 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
1730 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
1731 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
1732 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
1733 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
1734 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
1735 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
1736 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
1737 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
1738 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
1739 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
1740 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
1741 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
1742 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
1743 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
1744 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
1745 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
1746 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
1747 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
1748 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
1749 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
1750 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
1751 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
1752 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
1753 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
1754 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
1755 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
1756 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
1757 * images/DroseraPic.png: Modified property svn:mime-type.
1758 * misc/drosera/drosera.png: Modified property svn:mime-type.
1759 * perf/slickspeed/logo.png: Modified property svn:mime-type.
1761 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
1763 Reviewed by Timothy Hatcher.
1765 Adding images for an upcoming blog post.
1767 * blog-files/inspector/breakpoints.png: Added.
1768 * blog-files/inspector/colors.png: Added.
1769 * blog-files/inspector/cookies.png: Added.
1770 * blog-files/inspector/css_selectors.png: Added.
1771 * blog-files/inspector/css_syntax_highlight.png: Added.
1772 * blog-files/inspector/dom_storage.png: Added.
1773 * blog-files/inspector/edit_attributes.png: Added.
1774 * blog-files/inspector/enable.png: Added.
1775 * blog-files/inspector/event_listeners.png: Added.
1776 * blog-files/inspector/form_data.png: Added.
1777 * blog-files/inspector/inline_highlight.png: Added.
1778 * blog-files/inspector/inorder.png: Added.
1779 * blog-files/inspector/inspect_inspector.png: Added.
1780 * blog-files/inspector/inspect_inspector_small.png: Added.
1781 * blog-files/inspector/load_lines.png: Added.
1782 * blog-files/inspector/nodelist.png: Added.
1783 * blog-files/inspector/scope_bar.png: Added.
1784 * blog-files/inspector/watched_expression.png: Added.
1786 2009-10-26 Dan Bernstein <mitz@apple.com>
1788 Reviewed by Adele Peterson.
1792 * coding/bsd-license.html: Updated to the latest version.
1794 2009-10-22 Mark Rowe <mrowe@apple.com>
1796 Update to WordPress 2.8.5.
1800 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
1802 Reviewed by Eric Seidel.
1804 Replace boolean operator indentation example with an if statement.
1806 https://bugs.webkit.org/show_bug.cgi?id=30538
1808 * coding/coding-style.html: Replace boolean indenting example to use "if"
1810 2009-10-16 Darin Adler <darin@apple.com>
1812 * coding/RefPtr.html: Minor revision, updating a link and tweaking
1813 wording a bit in few places.
1815 2009-10-14 Evan Martin <evan@chromium.org>
1817 Reviewed by Darin Adler.
1819 Document what state the build tree is expected to be in after a patch.
1821 * coding/contributing.html:
1823 2009-10-11 Cameron McCormack <cam@mcc.id.au>
1825 Reviewed by Eric Seidel.
1827 Change <a name> to id="" to fix styling problems
1828 https://bugs.webkit.org/show_bug.cgi?id=30283
1830 This prevents the headings from being styled like links.
1832 * coding/contributing.html:
1834 2009-10-08 Alex Milowski <alex@milowski.com>
1836 Reviewed by Darin Adler.
1838 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
1840 * projects/layout/index.html:
1842 2009-10-07 Sam Weinig <sam@webkit.org>
1844 Reviewed by Dan Bernstein.
1846 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
1847 Change style guidelines for indentation in header files
1849 * coding/coding-style.html: Don't indent in a namespace in a header file.
1851 2009-10-07 Steve Falkenburg <sfalken@apple.com>
1853 Reviewed by Mark Rowe.
1855 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
1857 * building/tools.html:
1859 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
1861 Reviewed by Adam Barth.
1863 Diagram needs to be linked from the home page
1864 https://bugs.webkit.org/show_bug.cgi?id=30142
1866 http://webkit.org/coding/major-objects.html was never linked from the home
1871 2009-09-28 Alex Milowski <alex@milowski.com>
1873 <http://webkit.org/b/29098> Update to MathML project webpage
1875 Reviewed by David Kilzer.
1877 Updated MathML project page and added link to Wiki page.
1879 * projects/mathml/index.html:
1881 2009-09-21 Brady Eidson <beidson@apple.com>
1883 Reviewed by Darin Adler.
1885 Add coding style guidelines for 'using namespace.'
1886 https://bugs.webkit.org/show_bug.cgi?id=29499
1888 * coding/coding-style.html:
1890 2009-09-21 Brady Eidson <beidson@apple.com>
1892 Rubberstamped by Sam Weinig.
1894 Add some example files for an upcoming blog post.
1896 * blog-files/load-unload-example.html: Added.
1897 * blog-files/pageshow-pagehide-example.html: Added.
1899 2009-09-17 Eric Seidel <eric@webkit.org>
1901 Reviewed by Darin Adler.
1903 Update contributing.html to mention recently added tools.
1904 https://bugs.webkit.org/show_bug.cgi?id=29318
1906 Update our contributing instructions to mention
1907 the new tools (check-webkit-style and commit-queue)
1908 recently added to make contributions easier.
1910 * coding/contributing.html:
1911 - Mention check-webkit-style as an optional helper tool.
1912 - Mention checking the 'patch' checkbox.
1913 - Mention the commit-queue as an optional helper tool.
1914 - Remove "or in email" since patch reviews are all done via bugzilla.
1915 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
1916 - Mention commit-queue as an optional help in getting your patch landed.
1917 - Give an overview of the commit-queue process and link to the Commit Queue docs.
1919 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
1921 Reviewed by Mark Rowe.
1923 Add instructions to bug reporting guidlines on how and when
1924 to apply port-specific keywords.
1926 * quality/bugwriting.html:
1928 2009-09-08 Sam Weinig <sam@webkit.org>
1930 Reviewed by Adele Peterson.
1932 Update Security Group Members list.
1934 * security/security-group-members.html:
1936 2009-09-06 Cameron McCormack <cam@mcc.id.au>
1938 Reviewed by Eric Seidel.
1940 Drop <definition-src> support
1941 https://bugs.webkit.org/show_bug.cgi?id=28991
1943 When SVG 1.1 Second Edition is a Recommendation we can remove the
1946 * projects/svg/status.xml: Update page to state that <definition-src>
1949 2009-08-26 Mark Rowe <mrowe@apple.com>
1951 Upgrade WordPress to the latest version.
1953 * blog/wp-includes/version.php:
1954 * blog/wp-login.php:
1956 2009-08-20 Adam Barth <abarth@webkit.org>
1958 Reviewed by Eric Seidel.
1960 major-objects.html should show direct Frame <-> Document pointers
1961 https://bugs.webkit.org/show_bug.cgi?id=28479
1963 * coding/major-objects.html: Added pointers to diagram.
1965 2009-08-18 Anton Muhin <antonm@chromium.org>
1967 Reviewed by Adam Barth.
1969 Mention handy --bug flag of prepare-ChangeLog script.
1970 https://bugs.webkit.org/show_bug.cgi?id=28425
1972 * coding/contributing.html: Add a reference for --bug flag
1974 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
1976 Reviewed by Adam Barth.
1978 Better explanation of "Null after navigation" in object diagram
1979 https://bugs.webkit.org/show_bug.cgi?id=28232
1981 * coding/major-objects.html:
1983 2009-08-11 Adam Barth <abarth@webkit.org>
1987 Remove a few characters from the ASCII art to make it fit better in the
1990 * coding/major-objects.html:
1992 2009-08-11 Adam Barth <abarth@webkit.org>
1994 Reviewed by Oliver Hunt.
1996 Document relation between major objects in WebCore
1997 https://bugs.webkit.org/show_bug.cgi?id=28210
1999 Added a diagram showing the relation between major objects.
2001 * coding/major-objects.html: Added.
2003 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2005 Reviewed by Oliver Hunt.
2007 Fix webkit-jobs link
2011 2009-08-03 Mark Rowe <mrowe@apple.com>
2013 Update two WordPress plug-ins that we use.
2015 * blog/wp-content/plugins/akismet/akismet.php:
2016 * blog/wp-content/plugins/akismet/readme.txt:
2017 * blog/wp-content/plugins/commentcontrol.php:
2019 2009-08-03 Mark Rowe <mrowe@apple.com>
2021 Add some missing files and delete some obsolete files.
2025 2009-08-03 Mark Rowe <mrowe@apple.com>
2027 Update WordPress to the latest version.
2031 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2033 Reviewed by Adam Treat.
2035 Mention the new webkit-help and webkit-jobs mailinglist. Change
2036 the description of webkit-dev to be more strict.
2040 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2042 Reviewed by Adam Treat.
2044 Coding style - Clarify some cases with spacing
2045 https://bugs.webkit.org/show_bug.cgi?id=27499
2047 Add explicit rule about no space before comma or semicolon.
2049 * coding/coding-style.html:
2051 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2053 Fix the font to match the rest of the blog site.
2055 * blog-files/3d-transforms/image-flip.html:
2057 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2059 Move the image flip effect into an iframe to avoid the long
2060 blog page tripping a bug on Leopard.
2062 * blog-files/3d-transforms/image-flip.html: Added.
2064 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2066 New demo files for an up-coming blog post.
2068 * blog-files/3d-transforms/mighty-cubes.png: Added.
2069 * blog-files/3d-transforms/morphing-cubes.html: Added.
2070 * blog-files/3d-transforms/perspective-by-example.html: Added.
2071 * blog-files/3d-transforms/poster-circle.html: Added.
2072 * blog-files/3d-transforms/poster-circle.png: Added.
2073 * blog-files/3d-transforms/transform-style.html: Added.
2075 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2077 Reviewed by Sam Weinig.
2079 Side bar linking to "DOM Interfaces" returns 404
2080 https://bugs.webkit.org/show_bug.cgi?id=24000
2084 2009-07-09 Oliver Hunt <oliver@apple.com>
2086 Reviewed by Geoff Garen.
2088 JavaScript section of http://webkit.org is excessively out of date.
2090 This removes old todo entries (like adding an API, which we've had since Leopard),
2091 and adds an additional todo for a webkit-less Objective-C API.
2093 * projects/javascript/index.html:
2095 2009-07-03 Adam Barth <abarth@webkit.org>
2097 Reviewed by Sam Weinig.
2099 Adam and Collin's affiliation is incorrect
2100 https://bugs.webkit.org/show_bug.cgi?id=26954
2102 This change corrects their affiliation.
2104 * security/security-group-members.html:
2106 2009-06-24 Brady Eidson <beidson@apple.com>
2108 Reviewed by Mark Rowe
2110 * demos/index.html: Fix more typos etc.
2112 2009-06-17 Sam Weinig <sam@webkit.org>
2114 Reviewed by Mark Rowe.
2116 * security/index.html: Fix some typos.
2118 2009-06-17 Sam Weinig <sam@webkit.org>
2120 Reviewed by Mark Rowe.
2122 Move security policy to security/index.html so that
2123 webkit.org/security/ works.
2126 * security/index.html: Copied from security/security-policy.html.
2127 * security/security-policy.html: Removed.
2129 2009-06-13 Sam Weinig <sam@webkit.org>
2131 Reviewed by Timothy Hatcher.
2133 Add WebKit Security Policy and member list of the WebKit Security Group.
2137 * security/security-group-members.html: Added.
2138 * security/security-policy.html: Added.
2140 2009-06-12 Brady Eidson <beidson@apple.com>
2142 Reviewed by Oliver Hunt
2144 Add a page indexing the various demo applications we have posted.
2146 * demos/index.html: Added.
2147 * nav.inc: Add a link to the demos page on the side bar
2148 * css/main.css: Add a style for date stamps based on the blog.
2150 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2151 index.html as the Calendar.html url has already been published and we should keep it working.
2153 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2154 * demos/drosera: Removed.
2155 * demos/drosera/demo.js: Removed.
2156 * demos/drosera/drosera.png: Removed.
2157 * demos/drosera/index.html: Removed.
2158 * misc/drosera: Copied from demos/drosera.
2160 Move the sticky notes example into /demos:
2161 * demos/sticky-notes: Added.
2162 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2163 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2164 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2165 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2166 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2167 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2168 * misc/DatabaseExample.manifest: Removed.
2169 * misc/deleteButton.png: Removed.
2170 * misc/deleteButtonPressed.png: Removed.
2172 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2174 Reviewed by Eric Seidel.
2176 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2177 Update a few items in the testing language to:
2178 (1) Reflect results are now generated with Leopard (not Tiger)
2179 (2) Explain how to generate pixel-level layout tests.
2181 * quality/testing.html:
2182 * quality/testwriting.html:
2184 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2186 Bug 26188: Clarify some of the cases in the coding style guide
2188 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2190 Reviewed and tweaked by David Kilzer.
2192 Changed the coding style document to clarify some cases of ambiguity.
2194 * coding/coding-style.html:
2196 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2198 Not reviewed, demo content.
2200 - Add doctype to Calendar demo.
2202 * demos/calendar/Calendar.html:
2204 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2206 Not reviewed, demo content.
2208 - add Calendar demo.
2210 * demos/calendar: Added.
2211 * demos/calendar/Boom.aiff: Added.
2212 * demos/calendar/Calendar.css: Added.
2213 * demos/calendar/Calendar.html: Added.
2214 * demos/calendar/Calendar.js: Added.
2215 * demos/calendar/Calendar.manifest: Added.
2216 * demos/calendar/CalendarApp.icns: Added.
2217 * demos/calendar/Images: Added.
2218 * demos/calendar/Images/AirPort4.png: Added.
2219 * demos/calendar/Images/AirPortError.png: Added.
2220 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2221 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2222 * demos/calendar/Images/statusbarBackground.png: Added.
2223 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2224 * demos/calendar/LocationImage.js: Added.
2225 * demos/calendar/Utilities.js: Added.
2226 * demos/calendar/favicon.ico: Added.
2227 * demos/calendar/mime.types: Added.
2229 2009-05-20 Mark Rowe <mrowe@apple.com>
2231 Rubber-stamped by Eric Seidel.
2233 Prevent search engines from getting creative in their descriptions of webkit.org content.
2235 * blog/wp-content/themes/webkit/header.php:
2238 2009-05-06 Eric Seidel <eric@webkit.org>
2240 Reviewed by Maciej Stachowiak.
2242 Update Contributing instructions after feedback from Julie Parent.
2243 https://bugs.webkit.org/show_bug.cgi?id=25611
2245 * coding/contributing.html: Add a few more comments on ChangeLogs
2247 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2249 Reviewed by Steve Falkenburg
2251 Fix the link for setting the Platform SDK paths in the Windows instructions.
2253 * building/build.html:
2255 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2257 Reviewed by Darin Adler.
2259 https://bugs.webkit.org/show_bug.cgi?id=25186
2260 There is no XSLT component in bugzilla
2262 * projects/xslt/index.html: Changed to search by bug title.
2264 2009-02-20 David Kilzer <ddkilzer@apple.com>
2266 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2268 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2270 Reviewed by Alexey Proskuryakov.
2272 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2273 * perf/sunspider-0.9/3d-morph.html: Ditto.
2274 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2275 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2276 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2277 * perf/sunspider-0.9/access-nbody.html: Ditto.
2278 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2279 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2280 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2281 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2282 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2283 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2284 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2285 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2286 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2287 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2288 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2289 * perf/sunspider-0.9/math-cordic.html: Ditto.
2290 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2291 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2292 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2293 * perf/sunspider-0.9/string-base64.html: Ditto.
2294 * perf/sunspider-0.9/string-fasta.html: Ditto.
2295 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2296 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2297 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2298 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2299 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2300 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2302 2009-01-19 Adam Roben <aroben@apple.com>
2304 Add links to some recommended Visual Studio hotfixes
2306 Reviewed by Dave Hyatt.
2308 * building/tools.html:
2310 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2312 Reviewed by Adele Petersen.
2313 Landed by Pamela Greene.
2315 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2316 Remove links to no-longer-existing Drosera project.
2317 Also, clean up references to wiki in the nav.inc file.
2319 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2321 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2323 Reviewed by Darin Adler.
2324 Landed by Pamela Greene.
2326 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2327 Update website so that newbies are told they must set the
2328 WebKitOutputDir to get a valid build.
2330 * building/build.html: Add language (and link) indicating the
2331 importance of setting the WebKitOutputDir variable, as well
2332 as a link to instructions on how to do so.
2334 2008-12-19 Dean Jackson <dino@apple.com>
2336 Media queries that return <integer> but are really boolean
2337 are restricted to 0 and 1. This is in line with other
2340 * specs/MediaQueriesExtensions.html:
2342 2008-12-03 Dean Jackson <dino@apple.com>
2344 Added links to the WebKit and Mozilla bugs for pointer-events.
2346 * specs/PointerEventsProperty.html:
2348 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2350 Reviewed by Eric Seidel.
2352 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2353 https://bugs.webkit.org/show_bug.cgi?id=22468
2355 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2356 added an explanation about the implementation files.
2358 * coding/coding-style.html:
2360 2008-11-25 Dean Jackson <dino@apple.com>
2362 Add a new work-in-progress proposal for pointer-events in
2363 HTML content. Also note that the Media Queries extensions
2364 are not at all official.
2366 * specs/MediaQueriesExtensions.html:
2367 * specs/PointerEventsProperty.html: Added.
2370 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2372 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2374 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2376 Reviewed by David Kilzer.
2378 * projects/documentation/index.html: Added link to "Introduction to
2379 WebKit Objective-C Programming Guide".
2381 2008-11-24 Dean Jackson <dino@apple.com>
2383 Document the work-in-progress proposed extensions to
2384 CSS 3 Media Queries.
2386 * specs/MediaQueriesExtensions.html: Added.
2389 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2391 Reviewed by Sam Weinig and Antti Koivisto.
2393 Clarified the last coding style rule, which was a baffling in its
2396 (Now let's see if our code ever starts following this rule!)
2398 * coding/coding-style.html:
2400 2008-11-17 Brady Eidson <beidson@apple.com>
2402 Reviewed by Mark Rowe
2404 Clarify an edge case for acronym capitalization.
2406 * coding/coding-style.html:
2408 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2410 Update leaves animation sample.
2412 * blog-files/leaves/index.html:
2413 * blog-files/leaves/leaves.css:
2415 2008-11-11 Dean Jackson <dino@apple.com>
2417 Removed quotes in animation name value.
2419 * blog-files/pulse.html:
2421 2008-11-11 Dean Jackson <dino@apple.com>
2423 Added a smaller version of a screenshot.
2425 * blog-files/leaves-screenshot-small.jpg: Added.
2427 2008-11-11 Dean Jackson <dino@apple.com>
2429 Add a bunch of examples for CSS Animation blog draft.
2431 * blog-files/bounce.html: Added.
2432 * blog-files/bounce.png: Added.
2433 * blog-files/leaves-screenshot.jpg: Added.
2434 * blog-files/leaves/images/apple-touch-icon.png: Added.
2435 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2436 * blog-files/leaves/images/realLeaf1.png: Added.
2437 * blog-files/leaves/images/realLeaf2.png: Added.
2438 * blog-files/leaves/images/realLeaf3.png: Added.
2439 * blog-files/leaves/images/realLeaf4.png: Added.
2440 * blog-files/leaves/images/textBackground.png: Added.
2441 * blog-files/leaves/index.html: Added.
2442 * blog-files/leaves/leaves.css: Added.
2443 * blog-files/leaves/leaves.js: Added.
2444 * blog-files/pulse.html: Added.
2445 * blog-files/pulse.png: Added.
2447 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2449 Rubber-stamped by Mark Rowe.
2451 Update the link to Mac Subversion binaries.
2453 * building/tools.html:
2455 2008-10-27 Antti Koivisto <antti@apple.com>
2459 * blog-files/squirrelfish-link-animated.svg: Added.
2461 2008-10-27 Antti Koivisto <antti@apple.com>
2465 * blog-files/cubes-7.svg: Added.
2466 * blog-files/number-morph.svg: Added.
2468 2008-10-07 Darin Adler <darin@apple.com>
2470 * coding/RefPtr.html: Second draft.
2472 2008-10-04 Mark Rowe <mrowe@apple.com>
2474 Upgrade to WordPress 2.6.2.
2478 2008-09-26 Timothy Hatcher <timothy@apple.com>
2480 Add screenshots of searching in the Web Inspector.
2484 * blog-files/inspector-searching-elements.png: Added.
2485 * blog-files/inspector-searching-profiles.png: Added.
2487 2008-09-25 Maciej Stachowiak <mjs@apple.com>
2491 - add some screenshots.
2493 * blog-files/acid3-screenshot.png: Added.
2494 * blog-files/acid3-timing-screenshot.png: Added.
2496 2008-09-25 Darin Adler <darin@apple.com>
2498 * contact.html: Take a cut at making the role of webkitsdk-dev
2499 clearer, specifying that it's Mac OS X specific and hosted at
2502 2008-09-24 Timothy Hatcher <timothy@apple.com>
2504 Add new screenshots of the Web Inspector's Scope Variables pane.
2508 * blog-files/inspector-closure-scope.png: Added.
2509 * blog-files/inspector-event-scope.png: Added.
2510 * blog-files/inspector-with-scope.png: Added.
2512 2008-09-24 Timothy Hatcher <timothy@apple.com>
2514 Add another screenshot of the Web Inspector.
2518 * blog-files/inspector-disabling-properties.png: Added.
2520 2008-09-24 Timothy Hatcher <timothy@apple.com>
2522 Add new screenshots of the Web Inspector.
2526 * blog-files/inspector-console-autocomplete.png: Added.
2527 * blog-files/inspector-databases-panel-query-view.png: Added.
2528 * blog-files/inspector-databases-panel.png: Added.
2529 * blog-files/inspector-elements-panel.png: Added.
2530 * blog-files/inspector-numeric-style-stepping.gif: Added.
2531 * blog-files/inspector-profiles-panel.png: Added.
2532 * blog-files/inspector-resources-panel.png: Added.
2533 * blog-files/inspector-scripts-panel.png: Added.
2534 * blog-files/inspector-status-bar-with-errors.png: Added.
2535 * blog-files/inspector-toolbar.png: Added.
2537 2008-09-24 Timothy Hatcher <timothy@apple.com>
2541 * demos/drosera/demo.js: Add some console.profile() calls.
2543 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
2545 Reviewed by Darin Adler.
2547 * projects/performance/index.html: Remove dead link to the 24fun test.
2549 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2553 * blog-files/animation-demo.svg: Added.
2555 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2559 * blog-files/sfx-perf.png: Added.
2561 2008-08-25 Mark Rowe <mrowe@apple.com>
2563 Reviewed by Dan Bernstein.
2565 Modernize the bug reporting guidelines and make them a little less Mac-specific.
2567 * quality/bugwriting.html:
2569 2008-08-18 Mark Rowe <mrowe@apple.com>
2571 Upgrade to WordPress 2.6.1.
2575 2008-08-01 Adam Roben <aroben@apple.com>
2577 Add a link to the instructions to use Apple's Safari for Windows
2580 Reviewed by Eric Seidel.
2582 * building/debug.html:
2584 2008-07-28 Robert Blaut <webkit@blaut.biz>
2586 Reviewed by Mark Rowe.
2588 Fix for bug: Website provides no guidance on debugging
2589 <https://bugs.webkit.org/show_bug.cgi?id=3643>
2591 * building/debug.html: added info about Xcode Debugging Guide.
2593 2008-07-26 Mark Rowe <mrowe@apple.com>
2595 Rubber-stamped by Oliver Hunt.
2597 Update the Squirrelfish bytecode documentation.
2599 * specs/squirrelfish-bytecode.html:
2601 2008-07-26 Robert Blaut <webkit@blaut.biz>
2603 Reviewed by Eric Seidel.
2605 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
2606 Corrected validation errors in main.css file.
2610 2008-07-26 Robert Blaut <webkit@blaut.biz>
2612 Reviewed by Alexey Proskuryakov.
2614 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
2615 Added notes about unsupported Visual Studio versions.
2617 * building/tools.html:
2619 2008-07-26 Robert Blaut <webkit@blaut.biz>
2621 Reviewed by Eric Seidel.
2623 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
2624 Removed basic requirements for undetected version of WebKit.
2626 * quality/reporting.html:
2628 2008-07-26 Robert Blaut <webkit@blaut.biz>
2630 Reviewed by Adele Petersen.
2632 Fix for bug 7436: Truncated title on webkit DOM page.
2633 <https://bugs.webkit.org/show_bug.cgi?id=7436>
2635 * projects/dom/index.html: Added basic project informations.
2637 2008-07-24 Adam Roben <aroben@apple.com>
2639 Remove some redundant text accidentally checked in
2641 * building/tools.html:
2643 2008-07-24 Adam Roben <aroben@apple.com>
2645 Fix a dead link to the Windows Platform SDK and related instructions
2647 Rubberstamped by Alexey Proskuryakov.
2649 * building/tools.html: Fixed a dead link.
2651 2008-07-21 Mark Rowe <mrowe@apple.com>
2653 Update Akismet plugin to 2.1.6.
2655 * blog/wp-content/plugins/akismet/akismet.php:
2657 2008-07-21 Mark Rowe <mrowe@apple.com>
2659 Update to WordPress 2.6.
2663 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
2665 Fixed indentation of example code for C++ pointers/references!
2667 * coding/coding-style.html:
2669 2008-07-18 Robert Blaut <webkit@blaut.biz>
2671 Reviewed by David Kilzer.
2673 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
2674 Added code style guidelines for multi-line boolean expressions
2676 * coding/coding-style.html:
2678 2008-07-02 Mark Rowe <mrowe@apple.com>
2680 Update a URL that was out of date.
2682 * building/checkout.html:
2684 2008-07-01 Mark Rowe <mrowe@apple.com>
2686 Update the path to the configuration file.
2688 * blog/wp-config.php:
2690 2008-06-27 Dan Bernstein <mitz@apple.com>
2692 Reviewed by Timothy Hatcher.
2694 * css/main.css: Reduced text shadow offsets.
2696 2008-06-25 Maciej Stachowiak <mjs@apple.com>
2698 Not reviewed, web site fix.
2700 Remove blank lines in an attempt to fix feeds.
2702 * blog/wp-content/themes/webkit/index.php:
2703 * blog/wp-content/themes/webkit/links.php:
2705 2008-06-22 Aaron Digulla <digulla@hepe.com>
2707 Reviewed by Darin Adler.
2709 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
2710 Bug 18993: Update of buttons in editing toolbar demo lags behind
2712 * demos/editingToolbar/FancyToolbar.js:
2713 * demos/editingToolbar/index.html:
2715 2008-06-16 Maciej Stachowiak <mjs@apple.com>
2717 A handy reference image.
2719 * blog-files/acid3-timing.png: Added.
2721 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2725 - tweak newly added markup.
2727 * blog/wp-content/themes/webkit/header.php:
2729 2008-06-10 Maciej Stachowiak <mjs@apple.com>
2731 Rubber stamped by Adele.
2733 - add short title and multisize icon
2735 * blog/wp-content/themes/webkit/header.php:
2736 * images/surfin-safari.icns: Added.
2738 2008-06-04 Dean Jackson <dino@apple.com>
2740 Put index pages into specs dirs to make it easier to
2743 * specs/index.html: Added.
2744 * specs/CSSVisualEffects/index.html: Added.
2746 2008-06-03 Maciej Stachowiak <mjs@apple.com>
2748 Add a snapshot of the squirrelfish bytecode docs.
2750 * specs/squirrelfish-bytecode.html: Added.
2752 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2754 Transparent background!
2756 * blog-files/squirrelfish.png:
2758 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2762 * blog-files/squirrelfish-webkit-graph.png:
2764 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2766 Renamed this file quiet down the peanut gallery.
2768 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
2769 * blog-files/webkit-graph.png: Removed.
2771 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2775 * blog-files/webkit-graph.png: Added.
2777 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2779 Moved the squirrelfish mascot to the right place.
2781 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
2782 * images/squirrelfish.png: Removed.
2784 2008-06-02 Geoffrey Garen <ggaren@apple.com>
2786 Uploaded the squirrelfish mascot.
2788 * images/squirrelfish.png: Added.
2790 2008-05-23 William Siegrist <wsiegrist@apple.com>
2792 Reviewed by Mark Rowe
2794 Rename duplicated "notice" id to "terms".
2799 2008-05-16 Anders Carlsson <andersca@apple.com>
2803 Add manifest MIME type.
2807 2008-05-14 Anders Carlsson <andersca@apple.com>
2811 Make our Sticky notes example an offline web app.
2813 * misc/DatabaseExample.html:
2814 * misc/DatabaseExample.manifest: Added.
2816 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2818 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
2820 * demos/transitions-and-transforms/index.html:
2822 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2824 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
2826 * demos/transitions-and-transforms/index.html:
2828 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2830 Tweaked demo visuals slightly.
2832 * demos/transitions-and-transforms/leopard.css:
2834 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2836 Tweak CSS to look a little better while loading.
2838 * demos/transitions-and-transforms/leopard.css:
2840 2008-05-12 Maciej Stachowiak <mjs@apple.com>
2842 Not reviewed - new demo.
2844 Added a demo of CSS Transforms and Transitions.
2846 * demos/transitions-and-transforms: Added.
2847 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
2848 * demos/transitions-and-transforms/Horsehead.png: Added.
2849 * demos/transitions-and-transforms/Mail Stationery.png: Added.
2850 * demos/transitions-and-transforms/Quick Look.png: Added.
2851 * demos/transitions-and-transforms/Spaces.png: Added.
2852 * demos/transitions-and-transforms/Stacks.png: Added.
2853 * demos/transitions-and-transforms/Time Machine.png: Added.
2854 * demos/transitions-and-transforms/index.html: Added.
2855 * demos/transitions-and-transforms/leopard.css: Added.
2856 * demos/transitions-and-transforms/no-style.html: Added.
2858 2008-05-08 Mark Rowe <mrowe@apple.com>
2860 Reviewed by Sam Weinig.
2862 Add a link to the Mac OS Forge terms of use.
2866 2008-04-25 Mark Rowe <mrowe@apple.com>
2868 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
2872 2008-04-21 Dean Jackson <dino@apple.com>
2874 Updated CSS Visual Effects proposals.
2878 * described simplified sandwich model (that animations have no effect
2879 outside their duration and last specified animation wins)
2880 * diagram showing the above
2881 * specified animations to start at style resolution or document load,
2883 * animation start events always have elapsedTime == 0
2887 * removed text saying that elements cannot be drawn as intersecting.
2888 * described that preserve-3d trees often need a flattening parent, otherwise
2889 elements can be hidden behind their ancestor's background.
2890 * describe that preserve-3d is not always possible, such as when
2891 overflow is 'hidden'.
2897 * specs/CSSVisualEffects/CSSAnimation.html:
2898 * specs/CSSVisualEffects/CSSTransforms.html:
2899 * specs/CSSVisualEffects/CSSTransitions.html:
2900 * specs/CSSVisualEffects/sandwich.png: Added.
2902 2008-04-08 Dean Jackson <dino@apple.com>
2904 Add some updated proposals for CSS specifications, such as
2905 Transforms and Transitions which are already implemented in TOT.
2907 * specs/CSSVisualEffects: Added.
2908 * specs/CSSVisualEffects/CSSAnimation.html: Added.
2909 * specs/CSSVisualEffects/CSSTransforms.html: Added.
2910 * specs/CSSVisualEffects/CSSTransitions.html: Added.
2912 2008-03-31 Mark Rowe <mrowe@apple.com>
2914 Add some images that were missed in the WordPress 2.5 upgrade.
2918 2008-03-31 Mark Rowe <mrowe@apple.com>
2920 Upgrade to WordPress 2.5
2924 2008-03-28 Darin Adler <darin@apple.com>
2926 * building/build.html: Add another mention of using the Cygwin shell.
2927 * building/tools.html: Fix a typo on the name Cygwin.
2929 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2931 More screenshots for the blog.
2933 * blog-files/acid3-full-rendering-pass.png: Added.
2934 * blog-files/acid3-rendering-reference.png: Added.
2936 2008-03-26 Maciej Stachowiak <mjs@apple.com>
2938 Screenshot for blog post.
2940 * blog-files/acid3-100.png: Added.
2942 2008-03-23 Antti Koivisto <antti@apple.com>
2944 * blog-files/wsj-vs.png: Added.
2946 2008-03-23 Eric Seidel <eric@webkit.org>
2950 Make our SVG status document slightly less inaccurate.
2952 * projects/svg/status.xml:
2954 2008-03-21 Antti Koivisto <antti@apple.com>
2956 Add some images for a blog post.
2958 * blog-files/wsj-nopreload.png: Added.
2959 * blog-files/wsj-preload.png: Added.
2961 2008-03-17 Dan Bernstein <mitz@apple.com>
2963 Reviewed by Sam Weinig.
2965 - link "backtrace" to the page that explains how to get one
2967 * quality/bugwriting.html:
2969 2008-03-15 Matt Lilek <webkit@mattlilek.com>
2971 Rubber-stamped by Mitz.
2973 Update crash log page with instructions for Leopard.
2975 * quality/crashlogs.html:
2977 2008-03-11 Robert Blaut <webkit@blaut.biz>
2979 Reviewed by Darin Adler.
2981 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
2982 Patch deletes an obsolete hitlist.html page and other references to it
2984 * nav.inc: removed menu link to hitlist.html
2985 * projects/compat/hitlist.html: Removed.
2986 * projects/compat/index.html: removed reference to hitlist.html
2988 2008-03-06 Timothy Hatcher <timothy@apple.com>
2990 Rubber-stamped by Adam Roben.
2992 Add a simple page that has various demo functions for Drosera.
2994 * demos/drosera: Added.
2995 * demos/drosera/demo.js: Added.
2996 * demos/drosera/drosera.png: Added.
2997 * demos/drosera/index.html: Added.
2999 2008-03-04 Mark Rowe <mrowe@apple.com>
3001 Rubber-stamped by Brady Eidson.
3003 * building/tools.html: Update link to Windows Platform SDK to its new location.
3005 2008-03-04 Mark Rowe <mrowe@apple.com>
3007 Reviewed by Sam Weinig.
3009 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3011 * coding/coding-style.html:
3013 2008-02-08 Adam Roben <aroben@apple.com>
3015 * perf/slickspeed/config.ini: Fixed version number.
3017 2008-02-08 Adam Roben <aroben@apple.com>
3019 Update jQuery to v1.2.3
3021 Rubberstamped by Mitz.
3023 * perf/slickspeed/config.ini:
3024 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3026 2008-02-07 David Smith <catfish.man@gmail.com>
3028 Rubber stamped by weinig and bdash.
3029 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3031 * perf/slickspeed/frameworks/prototype.js:
3033 2008-02-07 David Smith <catfish.man@gmail.com>
3035 Rubber stamped by Mark Rowe
3036 Fix a duplicate selector in the test.
3038 * perf/slickspeed/selectors.list:
3040 2008-02-07 David Smith <catfish.man@gmail.com>
3042 Reviewed by Adam Roben.
3043 Added :nth-child and :last-child to the list of selectors to test.
3045 * perf/slickspeed/selectors.list:
3047 2008-02-05 Mark Rowe <mrowe@apple.com>
3049 Update WordPress to 2.3.3 which includes security fixes.
3051 * blog/wp-admin/install-helper.php:
3052 * blog/wp-includes/gettext.php:
3053 * blog/wp-includes/pluggable.php:
3054 * blog/wp-includes/version.php:
3057 2008-02-02 David Smith <catfish.man@gmail.com>
3061 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3062 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3064 * 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.
3065 * perf/slickspeed/selectors.list: Added the new selectors
3067 2008-02-02 Mark Rowe <mrowe@apple.com>
3069 Add WordPress plugin to give more control over blog comment settings.
3071 * blog/wp-content/plugins/commentcontrol.php: Added.
3073 2008-01-30 Jessica Kahn <jess@apple.com>
3075 Reviewed by Tim Hatcher.
3077 * coding/coding-style.html:
3078 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3080 2008-01-21 David Smith <catfish.man@gmail.com>
3082 Reviewed by Darin Adler.
3084 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3086 * perf/slickspeed: Added.
3087 * perf/slickspeed/config.ini: Added.
3088 * perf/slickspeed/footer.html: Added.
3089 * perf/slickspeed/frameworks: Added.
3090 * perf/slickspeed/frameworks/DomQuery.js: Added.
3091 * perf/slickspeed/frameworks/dummy.js: Added.
3092 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3093 * perf/slickspeed/frameworks/prototype.js: Added.
3094 * perf/slickspeed/header.html: Added.
3095 * perf/slickspeed/index.php: Added.
3096 * perf/slickspeed/instructions.txt: Added.
3097 * perf/slickspeed/logo.png: Added.
3098 * perf/slickspeed/selectors.list: Added.
3099 * perf/slickspeed/style.css: Added.
3100 * perf/slickspeed/system: Added.
3101 * perf/slickspeed/system/index.php: Added.
3102 * perf/slickspeed/system/slickspeed.js: Added.
3103 * perf/slickspeed/system/template.php: Added.
3104 * perf/slickspeed/template.html: Added.
3106 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3108 Added Vista crash logging information.
3112 * quality/crashlogs.html:
3114 2008-01-07 Eric Seidel <eric@webkit.org>
3116 Reviewed by Mark Rowe.
3118 * projects/svg/status.xml: remove fixed bugs.
3120 2007-12-30 Mark Rowe <mrowe@apple.com>
3122 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
3124 * blog/wp-admin/admin.php:
3125 * blog/wp-admin/includes/file.php:
3126 * blog/wp-admin/install.php:
3127 * blog/wp-admin/setup-config.php:
3129 * blog/wp-includes/formatting.php:
3130 * blog/wp-includes/functions.php:
3131 * blog/wp-includes/pluggable.php:
3132 * blog/wp-includes/post.php:
3133 * blog/wp-includes/query.php:
3134 * blog/wp-includes/taxonomy.php:
3135 * blog/wp-includes/version.php:
3136 * blog/wp-includes/wp-db.php:
3138 * blog/wp-settings.php:
3141 2007-12-29 Alp Toker <alp@atoker.com>
3145 * perf/sunspider-0.9/sunspider.html:
3147 2007-12-29 Alp Toker <alp@atoker.com>
3151 Provide the current URL in the SunSpider results page. Useful for
3152 copying benchmark results out of browsers without a location bar or
3153 where the location bar can't handle long URLs.
3155 * perf/sunspider-0.9/sunspider-results.html:
3157 2007-12-21 David Smith <catfish.man@gmail.com>
3159 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.
3161 * blog-files/gebcnspeedtest.html:
3163 2007-12-21 David Smith <catfish.man@gmail.com>
3165 Add the benchmark from the previous commit as well.
3167 * blog-files/gebcnspeedtest.html: Added.
3168 * blog-files/prototype-for-gebcn-test.js: Added.
3170 2007-12-21 David Smith <catfish.man@gmail.com>
3172 Add a graph of benchmark results for an upcoming blog post.
3174 * blog-files/gebcnwebkitonly.png: Added.
3176 2007-12-18 Antti Koivisto <antti@apple.com>
3178 Reviewed by Darin and Steve.
3180 Add instructions to install the QuickTime SDK for Windows.
3182 * building/tools.html:
3184 2007-12-18 Mark Rowe <mrowe@apple.com>
3188 * perf/sunspider-0.9/sunspider.html:
3190 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3192 Correct link to Visual Studio Express 2005.
3193 Old link points to 2008.
3197 * building/tools.html:
3199 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3203 - work around IE layout bugs
3205 * perf/sunspider-0.9/sunspider.css:
3207 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3211 - fix compare feature
3213 * perf/sunspider-0.9/sunspider-results.html:
3215 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3217 Rubber stamped by Mark.
3219 - Add a copy of SunSpider 0.9 to the site
3222 * perf/sunspider-0.9: Added.
3223 * perf/sunspider-0.9/3d-cube.html: Added.
3224 * perf/sunspider-0.9/3d-morph.html: Added.
3225 * perf/sunspider-0.9/3d-raytrace.html: Added.
3226 * perf/sunspider-0.9/access-binary-trees.html: Added.
3227 * perf/sunspider-0.9/access-fannkuch.html: Added.
3228 * perf/sunspider-0.9/access-nbody.html: Added.
3229 * perf/sunspider-0.9/access-nsieve.html: Added.
3230 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
3231 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
3232 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
3233 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
3234 * perf/sunspider-0.9/controlflow-recursive.html: Added.
3235 * perf/sunspider-0.9/crypto-aes.html: Added.
3236 * perf/sunspider-0.9/crypto-md5.html: Added.
3237 * perf/sunspider-0.9/crypto-sha1.html: Added.
3238 * perf/sunspider-0.9/date-format-tofte.html: Added.
3239 * perf/sunspider-0.9/date-format-xparb.html: Added.
3240 * perf/sunspider-0.9/math-cordic.html: Added.
3241 * perf/sunspider-0.9/math-partial-sums.html: Added.
3242 * perf/sunspider-0.9/math-spectral-norm.html: Added.
3243 * perf/sunspider-0.9/regexp-dna.html: Added.
3244 * perf/sunspider-0.9/string-base64.html: Added.
3245 * perf/sunspider-0.9/string-fasta.html: Added.
3246 * perf/sunspider-0.9/string-tagcloud.html: Added.
3247 * perf/sunspider-0.9/string-unpack-code.html: Added.
3248 * perf/sunspider-0.9/string-validate-input.html: Added.
3249 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
3250 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
3251 * perf/sunspider-0.9/sunspider-driver.html: Added.
3252 * perf/sunspider-0.9/sunspider-record-result.js: Added.
3253 * perf/sunspider-0.9/sunspider-results.html: Added.
3254 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
3255 * perf/sunspider-0.9/sunspider.css: Added.
3256 * perf/sunspider-0.9/sunspider.html: Added.
3258 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
3260 Reviewed by Maciej Stachowiak.
3262 http://bugs.webkit.org/show_bug.cgi?id=16446.
3264 * building/debug.html: Update to expand the win32 debugging instructions.
3266 2007-12-07 Brady Eidson <beidson@apple.com>
3268 Reviewed by Darin's rubberstamp
3270 When developing the Database feature and dealing with UI Delegate issues, it is important to have
3271 live examples on the web to help reproduce certain situations.
3273 This file is a dumping ground for such examples, and starts out with one function - the ability to add
3274 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
3276 * misc/DatabaseTester.html: Added.
3278 2007-12-07 Brady Eidson <beidson@apple.com>
3280 Reviewed by Adam Roben
3282 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
3283 unsupported browser or some other error that prevented the database from opening.
3284 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
3285 of those don't exist yet
3287 2007-12-05 Timothy Hatcher <timothy@apple.com>
3289 Add another Inspector screenshot for an upcoming blog post.
3291 * blog-files/InspectorDatabaseBrowser.png: Added.
3293 2007-12-04 Alp Toker <alp@atoker.com>
3295 Reviewed by Mark Rowe.
3297 Link to Planet WebKit.
3301 2007-12-02 Adam Roben <aroben@apple.com>
3303 Add another screenshot
3305 * blog-files/InspectElementMenu.png: Added.
3307 2007-12-02 Adam Roben <aroben@apple.com>
3309 Add some Inspector screenshots for an upcoming blog post
3311 Rubberstamped by Mark Rowe.
3313 * blog-files/InspectorCSSEditing.png: Added.
3314 * blog-files/InspectorFonts.png: Added.
3316 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3320 Link to the commit and review policy.
3322 * coding/contributing.html:
3325 2007-11-30 Darin Adler <darin@apple.com>
3327 * coding/commit-review-policy.html: A couple more typos and very
3328 minor grammatical stuff. No substantive change.
3330 2007-11-30 Darin Adler <darin@apple.com>
3332 * coding/commit-review-policy.html: Fixed a typo, added a footer.
3334 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3338 Clean up a couple of typos from Maciej's last patch.
3340 * coding/commit-review-policy.html:
3342 2007-11-30 Maciej Stachowiak <mjs@apple.com>
3344 Reviewed by Bertrand.
3346 New commit and review policy.
3348 * coding/commit-review-policy.html: Added.
3350 2007-11-21 Mark Rowe <mrowe@apple.com>
3354 Update coding style to cover control statements with no body.
3356 * coding/coding-style.html:
3358 2007-11-17 Adam Roben <aroben@apple.com>
3360 Update Windows debugging instructions
3362 Reviewed by Mark Rowe.
3364 * building/debug.html:
3366 2007-11-14 Brady Eidson <beidson@apple.com>
3370 * images/DroseraPic.png: Added.
3372 2007-11-12 Brady Eidson <beidson@apple.com>
3376 Update the DatabaseExample to use the new API
3378 * misc/DatabaseExample.html:
3380 2007-11-12 Mark Rowe <mrowe@apple.com>
3382 * building/tools.html: Remove extra >.
3384 2007-11-09 Antti Koivisto <antti@apple.com>
3386 Rubber stamped by bdash.
3388 Add directory for blog resources (and one image).
3390 * blog-files: Added.
3391 * blog-files/touch-poster.png: Added.
3393 2007-11-07 Dan Bernstein <mitz@apple.com>
3395 Reviewed by Darin Adler.
3397 - removed a workaround for the bug fixed in the WebCore part of this
3400 2007-11-04 Timothy Hatcher <timothy@apple.com>
3402 Land the HTML Editing Toolbar demo from WWDC 2007.
3405 * demos/editingToolbar: Added.
3406 * demos/editingToolbar/FancyToolbar.css: Added.
3407 * demos/editingToolbar/FancyToolbar.js: Added.
3408 * demos/editingToolbar/FancyToolbarImages: Added.
3409 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
3410 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
3411 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
3412 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
3413 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
3414 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
3415 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
3416 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
3417 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
3418 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
3419 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
3420 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
3421 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
3422 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
3423 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
3424 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
3425 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
3426 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
3427 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
3428 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
3429 * demos/editingToolbar/content.html: Added.
3430 * demos/editingToolbar/images: Added.
3431 * demos/editingToolbar/images/safari.png: Added.
3432 * demos/editingToolbar/index.html: Added.
3434 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
3436 CIA has changed its hostname from cia.navi.cx to cia.vc
3437 <http://bugs.webkit.org/show_bug.cgi?id=15829>
3441 * contact.html: Updated links to CIA.
3443 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
3445 LGPL'ed files contain incorrect FSF address
3446 <http://bugs.webkit.org/show_bug.cgi?id=14885>
3448 Reviewed by NOBODY (follow-up fix).
3450 * blog/wp-includes/class-snoopy.php:
3451 * blog/wp-includes/gettext.php:
3452 * blog/wp-includes/streams.php:
3454 2007-11-01 Sam Weinig <sam@webkit.org>
3456 Rubber-stamped by Tim Hatcher.
3458 * misc/DatabaseExample.html: Speed up default close speed to .25s
3460 2007-11-01 Sam Weinig <sam@webkit.org>
3462 Reviewed by Adam Roben.
3464 - Don't show the close button on the notes unless hovering over the note.
3465 - Do transformation and fade when closing a note using the new transition properties.
3467 * misc/DatabaseExample.html:
3469 2007-10-29 Mark Rowe <mrowe@apple.com>
3475 2007-10-29 Mark Rowe <mrowe@apple.com>
3477 Files that have been added or modified on the web server without making it in to SVN.
3480 * blog/wp-content/databaseexample.png: Added.
3481 * blog/wp-content/uploads: Added.
3482 * blog/wp-content/uploads/2007: Added.
3483 * blog/wp-content/uploads/2007/06: Added.
3484 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
3485 * building/cygwin-downloader.zip: Added.
3487 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
3489 Rubber-stamped by Mark Rowe.
3491 * images/download.png: Updated to say "Nightly builds" instead of
3492 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
3493 download link anyway.
3495 2007-10-21 David Kilzer <ddkilzer@webkit.org>
3497 Reviewed by Darin Adler.
3499 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
3500 DOM Exception opening up client-side database example for the first time
3502 There was a race condition when creating the WebKitStickyNotes table for the
3503 first time in which the loaded() function (renamed to loadNotes()) could be
3504 called before the table was created. Prevent this by only calling loadNotes()
3505 in an executeSql() callback after we know the table exists, or after we know
3506 the table has been created.
3508 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
3509 Created a new loaded() function.
3511 2007-10-20 Mark Rowe <mrowe@apple.com>
3513 Rubber-stamped by Adam.
3515 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
3517 * misc/DatabaseExample.html:
3518 * misc/deleteButton.png: Added.
3519 * misc/deleteButton.tiff: Removed.
3520 * misc/deleteButtonPressed.png: Added.
3521 * misc/deleteButtonPressed.tiff: Removed.
3523 2007-10-20 Adam Roben <aroben@apple.com>
3525 Make the notes sticky!
3529 * misc/DatabaseExample.html:
3530 * misc/deleteButton.tiff: Added.
3531 * misc/deleteButtonPressed.tiff: Added.
3533 2007-10-19 Timothy Hatcher <timothy@apple.com>
3535 Reviewed by Mark Rowe.
3537 Fix a couple of exceptions for first time users.
3539 * misc/DatabaseExample.html:
3541 2007-10-19 Anders Carlsson <andersca@apple.com>
3545 Make example actually work.
3547 * misc/DatabaseExample.html:
3549 2007-10-19 Anders Carlsson <andersca@apple.com>
3555 * misc/DatabaseExample.html:
3557 2007-10-19 Brady Eidson <beidson@apple.com>
3561 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
3563 * misc/DatabaseExample.html:
3565 2007-10-19 Brady Eidson <beidson@apple.com>
3567 Reviewed by Tim Hatcher
3569 Sample database API usage
3571 * misc/DatabaseExample.html: Added.
3573 2007-09-25 David Kilzer <ddkilzer@webkit.org>
3577 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
3578 LGPL'ed files contain incorrect FSF address
3580 * blog/wp-content/plugins/wp-cache/wp-cache.php:
3581 * blog/wp-includes/class-snoopy.php:
3582 * blog/wp-includes/gettext.php:
3583 * blog/wp-includes/js/tinymce/license.html:
3584 * blog/wp-includes/streams.php:
3586 2007-09-23 Maciej Stachowiak <mjs@apple.com>
3588 Reviewed by Mark Rowe.
3590 - Limit custom list bullets to ordered lists only