1 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
3 Fix the recommended testing platform on the website
5 Rubberstamped by Enrica Casucci.
7 * quality/testing.html:
9 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
11 Fix webkit.org content overflowing their content box
13 Rubberstamped by Simon Fraser.
15 More fixes to have webkit.org show properly on iPad and iPhone.
17 * blog/wp-content/themes/webkit/header.php:
18 Add the correct viewport width for the blog.
20 * building/debug.html:
21 * building/launch-debugger-vs2010-small.png: Added.
22 * building/set-debugging-properties-vs2010-small.png: Added.
23 Fix the images to make them fit in the page.
25 * coding/adding-features.html:
26 Using <pre> for the example of email just make it looks like our code examples.
27 Change the source to use <blockquote> so that the text can reflow to the content box.
29 (.code, pre, tt, code):
30 Scroll the content when it overflows the box for code and pre.
32 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
34 Give a smaller viewport to webkit.org on devices
36 Rubberstamped by Simon Fraser.
38 The CSS of WebKit.org layout the content on 615px + a right margin of
39 215px + a left margin of 20px. The total layout width is 850px.
41 The standard viewport size on mobile devices is 980px. This leaves a gap
42 on the right side of the content when opening the size on iPhone/iPad.
44 This patch changes the layout width to be 860 to display more content on devices
45 while keeping a little margin.
49 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
51 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
52 https://bugs.webkit.org/show_bug.cgi?id=117993
54 Reviewed by George Staikos.
56 * perf/sunspider-1.0.1/json2.js: Added.
57 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
58 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
59 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
60 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
61 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
62 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
63 * perf/sunspider-1.0.1/sunspider.css: Added.
64 * perf/sunspider-1.0.1/sunspider.html: Added.
65 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
66 * perf/sunspider/versions.html: Updated to version 1.0.1.
68 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
70 Update the images for the blog size-matters
72 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
73 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
74 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
76 2013-08-05 Dean Jackson <dino@apple.com>
78 Move previous commit into /demos.
80 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
81 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
82 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
83 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
85 2013-08-05 Dean Jackson <dino@apple.com>
87 Upload example for a blog post.
89 * blog-files/srcset/image-1x.png: Added.
90 * blog-files/srcset/image-2x.png: Added.
91 * blog-files/srcset/image-src.png: Added.
92 * blog-files/srcset/index.html: Added.
94 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
96 Upload images for a potential blog post
98 * blog-files/size-matters: Added.
99 * blog-files/size-matters/JavaScript-growth.png: Added.
100 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
101 * blog-files/size-matters/WebCore-growth.png: Added.
102 * blog-files/size-matters/WebKit-growth.png: Added.
104 2013-07-14 Kwang Yul Seo <skyul@company100.net>
106 Add Company100 to team.html
107 https://bugs.webkit.org/show_bug.cgi?id=118633
109 Reviewed by Andreas Kling.
113 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
115 Add 'partner.samsung.com' to domain affiliations
116 https://bugs.webkit.org/show_bug.cgi?id=118580
118 Reviewed by Antonio Gomes.
122 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
124 Add screenshot of the inspector color picker for the blog
126 * blog-files/last-week-in-webkit: Added.
127 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
129 2013-06-27 Roger Fong <roger_fong@apple.com>
131 Update required tools for Windows instructions.
133 * building/tools.html:
135 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
137 The page title of technical-articles.html is incorrect.
138 https://bugs.webkit.org/show_bug.cgi?id=117727
140 Reviewed by Ryosuke Niwa.
142 Changed the page title of technical-articles.html to "WebKit Technical Articles".
144 * coding/technical-articles.html:
146 2013-06-14 Timothy Hatcher <timothy@apple.com>
148 Shrink larger images to fit the width of the blog.
150 * blog-files/new-inspector/hero-labeled.png:
151 * blog-files/new-inspector/hero.png:
153 2013-06-12 Roger Fong <roger_fong@apple.com>
155 Update webkit.org build instructions for Apple Windows port.
156 https://bugs.webkit.org/show_bug.cgi?id=117563.
158 Reviewed by Brent Fulgham.
160 * building/build.html:
161 * building/debug.html:
162 * building/launch-debugger-vs2005.png: Removed.
163 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
164 * building/set-as-startup-project-vs2005.png: Removed.
165 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
166 * building/set-debugging-properties-vs2005.png: Removed.
167 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
168 * building/tools.html:
170 2013-06-12 Timothy Hatcher <timothy@apple.com>
172 Add new Web Inspector images for a blog post.
174 * blog-files/new-inspector/activity-viewer.png: Added.
175 * blog-files/new-inspector/codemirror.png: Added.
176 * blog-files/new-inspector/console.png: Added.
177 * blog-files/new-inspector/hero-labeled.png: Added.
178 * blog-files/new-inspector/hero.png: Added.
179 * blog-files/new-inspector/layer-borders.png: Added.
180 * blog-files/new-inspector/layers.png: Added.
181 * blog-files/new-inspector/navigation-bar.png: Added.
182 * blog-files/new-inspector/open-sign.png: Added.
183 * blog-files/new-inspector/reasons.png: Added.
184 * blog-files/new-inspector/save.png: Added.
185 * blog-files/new-inspector/source-map.png: Added.
186 * blog-files/new-inspector/styles.png: Added.
187 * blog-files/new-inspector/toolbar-context-menu.png: Added.
188 * blog-files/new-inspector/toolbar-docked.png: Added.
189 * blog-files/new-inspector/toolbar.png: Added.
191 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
193 Broken link to committers list on contributing web page
194 https://bugs.webkit.org/show_bug.cgi?id=116722
196 Reviewed by Andreas Kling.
198 * coding/contributing.html:
199 Changed broken link to point to the team page instead.
201 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
203 Make team.html have each contributor's area of expertise
204 https://bugs.webkit.org/show_bug.cgi?id=116737
206 Reviewed by Benjamin Poulain.
209 Update to use the new expertise field in contributors.json.
211 2013-04-30 Filip Pizlo <fpizlo@apple.com>
213 Release SunSpider 1.0
215 Rubber stamped by Maciej Stachowiak.
217 * perf/sunspider-1.0: Added.
218 * perf/sunspider-1.0/json2.js: Added.
220 * perf/sunspider-1.0/sunspider-1.0: Added.
221 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
222 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
223 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
224 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
225 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
238 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
239 (.computeItemTotals):
242 (.standardDeviation):
247 (.computeLabelWidth):
252 (sunspiderCompareResults):
253 * perf/sunspider-1.0/sunspider.css: Added.
262 * perf/sunspider-1.0/sunspider.html: Added.
263 * perf/sunspider/sunspider.html:
264 * perf/sunspider/versions.html: Added.
266 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
268 Update team.html to use contributors.json instead of committers.py
269 https://bugs.webkit.org/show_bug.cgi?id=114720
271 Reviewed by Ryosuke Niwa.
273 Updating the team.html to use contributors.json. Also removing the unused field 'area'
274 from the contributors information.
278 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
280 The list of contributors in committers.py should be a separate JSON
281 https://bugs.webkit.org/show_bug.cgi?id=114673
283 Reviewed by Anders Carlsson.
285 Updated the website to refer to contributors.json instead of committers.py.
287 * coding/commit-review-policy.html:
289 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
291 Simplify the page "Getting the Code" on WebKit.org
292 https://bugs.webkit.org/show_bug.cgi?id=113980
294 Reviewed by Sam Weinig.
296 * building/checkout.html:
297 Instead of interleaving instructions for Mac and Windows, just
298 copy the things that make sense and have two clear sections.
300 Also mention Linux, it is the exact same instructions as Mac OS X.
302 Make svn checkout the alternative to a download of the tarball. It is
303 almost impossible to do a svn checkout on slow networks nowadays.
305 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
307 Update WebKit.org's contact page
308 https://bugs.webkit.org/show_bug.cgi?id=113968
310 Reviewed by Geoffrey Garen.
313 -Add a direct link to our archives on Gmane.
314 -References the ports mailing-lists. This may reduces the emails
315 erroneously sent to webkit-dev.
316 -Add a link to our "reporting bug page".
317 -Get rid of the link to CIA. The website is dead.
319 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
321 Add Digia to the domain affiliations
322 https://bugs.webkit.org/show_bug.cgi?id=110116
324 Reviewed by Kenneth Rohde Christiansen.
328 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
330 Add basysKom to domainAffiliations in team.html
331 https://bugs.webkit.org/show_bug.cgi?id=109306
333 Reviewed by Laszlo Gombos.
335 Register basysKom as contributing company in
336 http://www.webkit.org/team.html.
340 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
342 Add intel.com to team.html
343 https://bugs.webkit.org/show_bug.cgi?id=109424
345 Reviewed by Kenneth Rohde Christiansen.
349 2013-02-10 Dirk Schulze <dschulze@adobe.com>
351 Add adobe.com to team.html
352 https://bugs.webkit.org/show_bug.cgi?id=109396
354 Reviewed by Laszlo Gombos.
358 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
360 Add sisa.samsung.com to team.html
361 https://bugs.webkit.org/show_bug.cgi?id=109394
363 Reviewed by Dirk Schulze.
367 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
369 Add a sample change log entry to contributing.html
370 https://bugs.webkit.org/show_bug.cgi?id=105506
372 Reviewed by Alexey Proskuryakov.
374 Added a sample change log to the page directly people skimming through the page will still
375 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
377 * coding/contributing.html:
379 2012-12-18 Nico Weber <thakis@chromium.org>
381 Fix broken loop in style guide
382 https://bugs.webkit.org/show_bug.cgi?id=105346
384 Reviewed by Ryosuke Niwa.
386 Found by Sean Silva <silvas@purdue.edu>
388 * coding/coding-style.html:
390 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
392 Add instructions on how to build WebKit on Xcode 4 to build.html
393 https://bugs.webkit.org/show_bug.cgi?id=104739
395 Reviewed by Daniel Bates.
397 Set the build directories to WebKitBuild.
399 * building/build.html:
401 2012-11-24 Daniel Bates <dbates@webkit.org>
403 Substitute "use" for "user" in sentence about naming convention for
404 enum members so that it reads well.
406 * coding/coding-style.html:
408 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
410 Add Samsung to security vendor member list
411 https://bugs.webkit.org/show_bug.cgi?id=102863
413 Reviewed by Sam Weinig.
415 * security/security-group-members.html: Add Samsung members.
417 2012-10-31 Adam Barth <abarth@webkit.org>
419 technical-articles.html should link to my talk on how WebKit works
420 https://bugs.webkit.org/show_bug.cgi?id=100867
422 Reviewed by Tony Chang.
424 * coding/technical-articles.html:
426 2012-10-29 Eric Seidel <eric@webkit.org>
428 Technical Articles should link to an old talk I gave
429 https://bugs.webkit.org/show_bug.cgi?id=100624
431 Reviewed by Adam Barth.
433 * coding/technical-articles.html:
435 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
437 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
439 * coding/coding-style.html:
441 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
443 Fix a typo per Darin's comment.
445 * coding/coding-style.html:
447 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
449 Add a style guide rule for signed and unsigned int
450 https://bugs.webkit.org/show_bug.cgi?id=96682
452 Reviewed by Geoffrey Garen.
454 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
456 * coding/coding-style.html:
458 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
460 Replace JSC::UString by WTF::String
461 https://bugs.webkit.org/show_bug.cgi?id=95271
463 Reviewed by Geoffrey Garen.
465 Update the coding style to avoid mentioning a class that no longer exist.
467 * coding/coding-style.html:
469 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
471 Address one more review comment.
473 * building/checkout.html:
475 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
477 Recommend the use of https and mention git on building/checkout.html
478 https://bugs.webkit.org/show_bug.cgi?id=93657
480 Reviewed by Mark Rowe.
482 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
483 because the paragraph right above it refers to buliding/tools.html for that.
485 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
486 checkout using a Git client.
488 * building/checkout.html:
490 2012-07-27 Adam Barth <abarth@webkit.org>
492 Writing a blog post for new reviewers doesn't add value to the blog
493 https://bugs.webkit.org/show_bug.cgi?id=92305
495 Reviewed by Eric Seidel.
497 Now that we have Peter posting weekly updates to the blog, having an
498 announcement on the blog for each reviewer is more noise than signal.
500 * coding/commit-review-policy.html:
502 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
504 Update webkit.org to refer to layoutTestController instead of testRunner
505 https://bugs.webkit.org/show_bug.cgi?id=89445
507 Reviewed by Kent Tamura.
509 * quality/testwriting.html:
511 2012-05-21 Peter Kasting <pkasting@google.com>
513 Style guide change: Uses of "std::" should be explicitly qualified.
514 https://bugs.webkit.org/show_bug.cgi?id=87043
516 Reviewed by Ryosuke Niwa.
518 * coding/coding-style.html:
520 2012-05-11 Darin Adler <darin@apple.com>
522 Try to make spacing of fine print items in lower left nicer looking.
525 (#notice, #trademark, #terms): Changed top margin to 10px.
526 (#notice): Put 30px margin here.
528 2012-05-11 Darin Adler <darin@apple.com>
530 CSS tweak needed for the trademark terms of use.
533 (#notice, #trademark, #terms): Added #trademark.
535 2012-05-11 Darin Adler <darin@apple.com>
537 Add a link to WebKit trademark terms of use, other small website changes
538 https://bugs.webkit.org/show_bug.cgi?id=86112
540 Reviewed by Dan Bernstein.
542 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
543 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
546 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
547 of use on the macosforge.org terms of use page.
549 2012-05-07 Dan Bernstein <mitz@apple.com>
551 webkit.org instructions for debugging WebProcess are unnecessarily complex
552 https://bugs.webkit.org/show_bug.cgi?id=85756
554 Reviewed by Darin Adler.
556 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
557 debugging the Web process, as well as instructions for debugging the Web process from the
558 command line using debug-safari and debug-minibrowser.
559 * building/tools.html: Updated links and tweaked the language.
561 2012-04-23 Daniel Bates <dbates@webkit.org>
563 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
565 Rubber-stamped by Eric Seidel.
567 Before you can use the Xcode 4.3.2 command line tools, you must either run
568 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
569 DEVELOPER_DIR to point to the Xcode developer tools directory.
571 * building/tools.html:
573 2012-04-23 Daniel Bates <dbates@webkit.org>
575 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
577 Rubber-stamped by Eric Seidel.
579 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
580 are specific to Xcode 4.3.2.
582 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
583 * building/debug.html: Ditto.
585 2012-04-19 Daniel Bates <dbates@webkit.org>
587 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
588 https://bugs.webkit.org/show_bug.cgi?id=84364
590 Reviewed by Eric Seidel.
592 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
595 * building/debug-mac-uiprocess.html:
596 * building/debug.html:
598 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
600 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
601 https://bugs.webkit.org/show_bug.cgi?id=80429
603 Reviewed by Dan Bernstein.
605 * building/tools.html:
607 2012-03-10 Daniel Bates <dbates@webkit.org>
609 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
611 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/>.
612 Substituting https for http in (1) returns the expected page.
614 * building/debug-mac-uiprocess.html:
615 * building/debug.html:
617 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
619 Add a link to the EFL wiki page
620 https://bugs.webkit.org/show_bug.cgi?id=79439
622 Reviewed by Adam Barth.
624 * building/tools.html:
625 * css/main.css: Cross-browser border-radius.
627 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
629 team.html (on webkit.org) doesn't recognize codeaurora.org
630 https://bugs.webkit.org/show_bug.cgi?id=79529
632 Reviewed by Ryosuke Niwa.
636 2012-02-16 Kent Tamura <tkent@chromium.org>
638 Improve usability of coding-style.html
639 https://bugs.webkit.org/show_bug.cgi?id=78470
641 Reviewed by Eric Seidel.
643 * coding/coding-style.html:
644 - Do not add a title attribute to each of LI elements
645 - Do not add a click handler to each of them
646 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
648 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
650 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
651 https://bugs.webkit.org/show_bug.cgi?id=76544
653 Reviewed by Darin Adler.
655 WEBKITOUTPUTDIR is not only for Windows.
657 * building/build.html:
659 2012-01-20 Kent Tamura <tkent@chromium.org>
661 Each style rule should have its own ID.
662 https://bugs.webkit.org/show_bug.cgi?id=76428
664 Reviewed by David Levin.
666 * coding/coding-style.html: Add an id attribute to each of li elements,
667 and add code to set title="#id-name" and to make li elements clickable.
669 2012-01-19 Daniel Bates <dbates@webkit.org>
671 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
673 Rubber-stamped by Sam Weinig.
675 * building/debug.html:
677 2012-01-19 Daniel Bates <dbates@webkit.org>
679 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
680 https://bugs.webkit.org/show_bug.cgi?id=67102
682 Reviewed by Eric Seidel.
684 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
686 * building/active-scheme-xcode4.png: Added.
687 * building/build-settings-tab-xcode4.png: Added.
688 * building/build-window.png: Removed.
689 * building/custom-executable-xcode4.png: Added.
690 * building/custom-executable.png: Removed.
691 * building/debug-mac-uiprocess.html: Added.
692 * building/debug.html:
693 * building/debug.png: Removed.
694 * building/info-tab.png: Removed.
695 * building/run-xcode4.png: Added.
697 2012-01-11 Antti Koivisto <antti@apple.com>
699 Remove S60 reference from webkit.org
700 https://bugs.webkit.org/show_bug.cgi?id=76044
702 Reviewed by Simon Hausmann.
708 2012-01-10 Hajime Morrita <morrita@chromium.org>
710 [Website] i-Bench is no longer available.
711 https://bugs.webkit.org/show_bug.cgi?id=76027
713 Reviewed by Ryosuke Niwa.
715 Updated the availability information of i-Bench.
717 * projects/performance/index.html:
719 2011-12-07 Daniel Bates <dbates@webkit.org>
721 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
722 https://bugs.webkit.org/show_bug.cgi?id=74006
724 Reviewed by Antonio Gomes.
726 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
727 ASSERT_NOT_REACHED().
729 * coding/assertion-guidelines.html:
731 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
733 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
734 https://bugs.webkit.org/show_bug.cgi?id=73098
736 Reviewed by Antti Koivisto.
738 Revise the sentence about committers being allowed to land patches by others to explicitly state that
739 they can only land patches by others if asked by authors themselves.
741 * coding/commit-review-policy.html:
743 2011-11-14 Mark Rowe <mrowe@apple.com>
745 Upgrade WordPress's Akismet plug-in to the latest version.
747 * blog/wp-content/plugins/akismet:
749 2011-11-14 Mark Rowe <mrowe@apple.com>
751 Update one file that was missed.
753 * blog/wp-settings.php:
755 2011-11-14 Mark Rowe <mrowe@apple.com>
757 Upgrade WordPress to v3.2.1.
761 2011-10-28 Dean Jackson <dino@apple.com>
763 Remove this horribly outdated file. It was showing up in
764 Google searches and shouldn't be used as official
767 Rubber-stamped by Simon Fraser.
769 * specs/MediaQueriesExtensions.html: Removed.
771 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
773 Style guide should mention the preference of index over iterator
774 https://bugs.webkit.org/show_bug.cgi?id=70285
776 Reviewed by Darin Adler.
778 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
779 we prefer index over iterators.
781 * coding/coding-style.html:
783 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
785 Fix a typo pointed by Sam (Weinig).
787 * coding/coding-style.html:
789 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
791 Style guide should mandate use of pass-by-reference for out arguments
792 https://bugs.webkit.org/show_bug.cgi?id=69766
794 Reviewed by Darin Adler.
796 This matches the convention used throughout WebCore.
798 * coding/coding-style.html:
800 2011-10-06 Amruth Raj <amruthraj@motorola.com>
802 Add Motorola Mobility to team.html
803 https://bugs.webkit.org/show_bug.cgi?id=69597
805 Reviewed by Ryosuke Niwa.
809 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
811 Generate WebKit team's page out of committers.py
812 https://bugs.webkit.org/show_bug.cgi?id=68045
814 Fix per Daniel's review comment since I had misunderstood the code.
818 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
820 Generate WebKit team's page out of committers.py
821 https://bugs.webkit.org/show_bug.cgi?id=68045
823 Reviewed by Daniel Bates.
825 Add the initial implementation of team.html. This page automatically pulls data from committers.py
826 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
830 2011-09-01 Jon Lee <jonlee@apple.com>
832 Adding control rendering at various sizes.
834 * projects/forms/survey.html:
836 2011-08-29 Jon Lee <jonlee@apple.com>
838 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
840 * projects/forms/survey.html:
842 2011-08-17 Jon Lee <jonlee@apple.com>
844 Updating the forms survey to include various element sizes.
846 * projects/forms/survey.html:
848 2011-08-16 Daniel Bates <dbates@webkit.org>
850 Add myself to the list of individual members in the WebKit Security Group.
852 Rubber-stamped by Eric Seidel.
854 * security/security-group-members.html:
856 2011-08-09 Anders Carlsson <andersca@apple.com>
858 Broken link to LICENSE on contributing code page
859 https://bugs.webkit.org/show_bug.cgi?id=65947
861 Reviewed by Ryosuke Niwa.
863 * coding/contributing.html:
865 2011-08-04 Dan Bernstein <mitz@apple.com>
869 * coding/contributing.html:
871 2011-08-04 Nico Weber <thakis@chromium.org>
873 Update the contributors page to recommend webkit-patch instead of many manual steps
874 https://bugs.webkit.org/show_bug.cgi?id=65714
876 Reviewed by Adam Barth.
878 asvitkine followed the contributing instructions for his first patch, and got
879 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
880 webkit-patch prevents errors like this and more.
882 * coding/contributing.html:
884 2011-07-21 Jon Lee <jonlee@apple.com>
886 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
887 <rdar://problem/9782965>
889 Rubber-stamped by Maciej Stachowiak.
891 * projects/forms/image-usemap.png: Added.
892 * projects/forms/image1.png: Added.
893 * projects/forms/image10.png: Added.
894 * projects/forms/image16.png: Added.
895 * projects/forms/index.html: Update links
896 * projects/forms/survey.html: Added.
898 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
900 SVG feature status is not up-to-date
901 https://bugs.webkit.org/show_bug.cgi?id=64856
903 Reviewed by Dirk Schulze.
905 Update SVG feature status after r91331.
907 * projects/svg/status.xml:
909 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
911 Reviewed by Darin Adler.
913 Add note about cases where enums are preferred over bools on function parameters.
914 https://bugs.webkit.org/show_bug.cgi?id=63564
916 This matches the outcome of this webkit-dev thread:
917 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
919 * coding/coding-style.html:
921 2011-05-31 Chris Evans <cevans@chromium.org>
923 Reviewed by Drew Yao.
925 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
927 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
929 2011-05-20 Alexey Proskuryakov <ap@apple.com>
931 Reviewed by Dan Bernstein.
933 Building instructions should not talk about Tiger
934 https://bugs.webkit.org/show_bug.cgi?id=61210
936 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
937 Xcode version to the latest Leopard one.
939 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
941 Reviewed by Adam Barth.
943 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
944 https://bugs.webkit.org/show_bug.cgi?id=60686
946 * security/security-group-members.html:
948 2011-05-11 Cris Neckar <cdn@chromium.org>
950 Reviewed by David Levin.
952 Adding Cris Neckar to the Webkit Security Group site.
953 https://bugs.webkit.org/show_bug.cgi?id=60668
955 * security/security-group-members.html:
957 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
959 Reviewed by Mark Rowe.
961 Update Qt/Nokia Security contacts
962 https://bugs.webkit.org/show_bug.cgi?id=60650
964 Ademar (me) replaced Simon as the release manager and primary security
965 contact for QtWebKit. See:
966 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
968 * security/security-group-members.html:
970 2011-05-09 Eric Seidel <eric@webkit.org>
972 Reviewed by Adam Barth.
974 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
975 https://bugs.webkit.org/show_bug.cgi?id=59672
977 * coding/adding-features.html: Added.
980 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
982 Not reviewed: adding image files for the blog post.
984 * blog-files/inspector/remote-debugging-attached.png: Added.
985 * blog-files/inspector/remote-debugging-discovery.png: Added.
987 2011-04-27 Ojan Vafai <ojan@chromium.org>
989 Reviewed by Dan Bernstein.
991 change style guide to pre-increment in for-loops
992 https://bugs.webkit.org/show_bug.cgi?id=59619
994 This matches what a number of reviewers have been asking
997 * coding/coding-style.html:
999 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1001 Reviewed by Tor Arne Vestbø.
1003 Added instructions on how to work from behind proxy
1004 and detailed the instructions refering to rebasing.
1005 Windows build instructions do not work if you are behind a proxy
1006 or have a Temp directory that you do not own directly.
1007 https://bugs.webkit.org/show_bug.cgi?id=57246
1009 * building/tools.html:
1011 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1013 Reviewed by James Robinson.
1015 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1016 https://bugs.webkit.org/show_bug.cgi?id=58190
1018 * misc/related-target-and-shadow-dom.svg: Added.
1020 2011-04-06 David Levin <levin@chromium.org>
1022 Reviewed by Ojan Vafai.
1024 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1025 https://bugs.webkit.org/show_bug.cgi?id=55275
1027 * coding/coding-style.html:
1029 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1031 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1034 * blog-files/inspector/stack-traces-img/1.png: Added.
1035 * blog-files/inspector/stack-traces-img/2.png: Added.
1036 * blog-files/inspector/stack-traces-img/3.png: Added.
1037 * blog-files/inspector/stack-traces-img/4.png: Added.
1038 * blog-files/inspector/stack-traces-img/5.png: Added.
1039 * blog-files/inspector/stack-traces-img/6.png: Added.
1040 * blog-files/inspector/stack-traces-img/button.png: Added.
1042 2011-02-26 David Levin <levin@chromium.org>
1044 Reviewed by Darin Adler.
1046 Add style guidelines about comments from the unwritten rules email.
1047 https://bugs.webkit.org/show_bug.cgi?id=55272
1049 * coding/coding-style.html: Added the guidelines.
1051 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1053 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1055 * blog-files/inspector/css_rule_diff.png: Added.
1057 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1059 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1061 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1062 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1063 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1064 * blog-files/inspector/warning_10x10.png: Added.
1066 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1068 Unreviewed. Add Web Inspector style editing screenshots.
1070 * blog-files/inspector-css-as-authored.png: Added.
1071 * blog-files/inspector-css-autocomplete.png: Added.
1072 * blog-files/inspector-unknown-css-properties.png: Added.
1074 2011-01-21 David Levin <levin@chromium.org>
1076 Reviewed by Darin Adler.
1078 Proposal: Require cross-organizational seconds for reviewer nominations
1079 https://bugs.webkit.org/show_bug.cgi?id=47597
1081 This changes the committer/reviewer policy to require an additional
1082 reviewer supporting a reviewer nomination to work for a different
1083 company and different project affiliation from the nominee.
1085 This means reviewer nominations would require four supporting reviewers,
1086 one of which knows the reviewer through the community (irc, email, bugs)
1087 ensuring that the nominee has the open-source collaboration skills
1088 we so highly value here in WebKit.
1090 * coding/commit-review-policy.html:
1092 2011-01-01 Adam Barth <abarth@webkit.org>
1094 Reviewed by Eric Seidel.
1096 Move JavaScriptCore to Source
1097 https://bugs.webkit.org/show_bug.cgi?id=51604
1099 * coding/assertion-guidelines.html:
1100 - Update documentation to point to the new location of
1103 2010-12-17 Dan Bernstein <mitz@apple.com>
1105 Reviewed by Simon Fraser.
1107 Rename WebKitTools to Tools
1108 https://bugs.webkit.org/show_bug.cgi?id=49861
1110 * asking_questions.html:
1111 * building/tools.html:
1112 * coding/scripts.html:
1114 2010-11-08 Jessie Berlin <jberlin@apple.com>
1116 Reviewed by Adam Roben.
1118 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1120 https://bugs.webkit.org/show_bug.cgi?id=49189
1122 * building/tools.html:
1123 Add a line recommending bash shell users to comment out or remove those lines, with an
1124 explanation as to why.
1126 2010-11-04 Orlando Leite <orlleite@gmail.com>
1128 Reviewed by Adam Barth.
1130 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1132 * building/tools.html:
1134 2010-10-29 Adam Roben <aroben@apple.com>
1136 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1139 The February 2010 SDK is the last one with support for Visual Studio
1142 I also removed some unnecessary instructions regarding the DirectX
1145 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1146 specific version of the DirectX SDK
1148 Reviewed by Steve Falkenburg.
1150 * building/tools.html:
1152 2010-10-28 Lucas Forschler <lforschler@apple.com>
1154 Reviewed by Geoffrey Garen.
1156 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1158 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1159 -Edited the .htaccess file to redirect the old pages to the new landing page.
1160 -This should keep our search engine page rankings effective.
1161 Potentially breaking:
1162 -This COULD potentially break the SunSpider benchmark.
1163 -Local testing with relative links seems to function as expected.
1164 -The .htaccess 301 redirects are UNTESTED.
1168 * perf/sunspider: Added.
1169 * perf/sunspider-0.9.1/sunspider.html: Removed.
1170 * perf/sunspider-0.9.1/versions.html: Removed.
1171 * perf/sunspider-0.9/sunspider.html: Removed.
1172 * perf/sunspider/sunspider.css: Added.
1173 * perf/sunspider/sunspider.html: Added.
1175 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1177 Reviewed by David Levin.
1179 Add DirectX SDK to Installing Developer Tools web page
1180 https://bugs.webkit.org/show_bug.cgi?id=47911
1182 * building/tools.html:
1184 2010-09-30 David Levin <levin@chromium.org>
1186 Reviewed by Darin Adler.
1188 Add guideline for constructors doing implicit type conversion to coding style.
1189 https://bugs.webkit.org/show_bug.cgi?id=47646
1191 * coding/coding-style.html:
1193 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1195 Reviewed by Simon Fraser.
1197 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1198 https://bugs.webkit.org/show_bug.cgi?id=47013
1200 * nav.inc: Removed the space from the web inspector wiki link.
1202 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1204 Unreviewed HTML syntax fix for my recent change in the coding-style.
1206 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1208 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1210 Reviewed by Darin Adler.
1212 check-webkit-style and the coding style guidelines page are inconsistent
1213 https://bugs.webkit.org/show_bug.cgi?id=46099
1215 * coding/coding-style.html:
1216 Making clear that includes of system headers must come after includes of other headers.
1218 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1220 Reviewed by Adam Barth.
1222 Adding a timeline screenshot for blocking and defer scripts
1223 https://bugs.webkit.org/show_bug.cgi?id=45933
1225 * blog-files/timeline-blocking-script.png: Added.
1226 * blog-files/timeline-defer-script.png: Added.
1228 2010-09-14 Jessie Berlin <jberlin@apple.com>
1230 Reviewed by Adam Roben.
1232 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1233 https://bugs.webkit.org/show_bug.cgi?id=45779
1235 * building/tools.html:
1236 Add instructions about how to optionally get hotfix 976038.
1238 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1240 Reviewed by Adam Barth.
1242 https://bugs.webkit.org/show_bug.cgi?id=43982
1243 This js file seems to be a popular script for detecting mobile WebKit but
1244 it has a flaw that makes it fail on Android and BlackBerry.
1246 The issue is that it looks for "Mobile/" but Android and BlackBerry
1247 use "Mobile" with no numbering after it.
1248 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1250 * misc/WebKitDetect.js:
1251 (WebKitDetect.isMobile):
1253 2010-08-27 Darin Adler <darin@apple.com>
1255 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1256 recent developments.
1258 2010-08-26 Daniel Bates <dbates@rim.com>
1260 Reviewed by Dumitru Daniliuc.
1262 Fix misspelled words on WebKit.org contact.html,
1263 demos/index.html, and quality/leakhunting.html
1264 https://bugs.webkit.org/show_bug.cgi?id=44747
1266 Fix some misspelled words on the WebKit.org site.
1268 * contact.html: Change "bugreports" [sic] to "bug reports".
1269 * demos/index.html: Change "testcase" [sic] to "test case".
1270 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1272 2010-08-23 David Kilzer <ddkilzer@apple.com>
1274 Clean up some HTML typos in crashlogs.html
1276 Rubber-stamped by Maciej Stachowiak.
1278 * quality/crashlogs.html: Fixed "</code>>" typos added in
1279 r56300. Changed "<tt>" tag with style attribute to "<code>"
1280 that was missed in r56300.
1282 2010-08-17 Beth Dakin <bdakin@apple.com>
1284 Rubber-stamped by Adele.
1286 Adding a MathML Demo and screenshot.
1288 * blog-files/riemann-screenshot.png: Added.
1289 * demos/mathml: Added.
1290 * demos/mathml/MathMLDemo.xhtml: Added.
1292 2010-08-17 Adam Roben <aroben@apple.com>
1294 Instruct developers to (optionally) install Debugging Tools for
1297 These tools are used by some of our scripts, so are useful for
1298 developers to have installed.
1300 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1301 should recommend installing Debugging Tools for Windows
1303 Reviewed by Sam Weinig.
1305 * building/tools.html:
1307 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1309 Reviewed by Nikolas Zimmermann.
1311 Update SVG implementation status.
1313 * projects/svg/status.xml:
1315 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1317 Reviewed by Darin Adler.
1319 Add a diagram explaining how a DOM element is attached to the site.
1320 https://bugs.webkit.org/show_bug.cgi?id=42763
1322 * coding/dom-element-attach.html: Added.
1323 * coding/images/dom-element-attach-large.png: Added.
1324 * coding/images/dom-element-attach-small.png: Added.
1325 * coding/images/dom-element-attach.graffle: Added.
1326 * coding/technical-articles.html: Added a link to the page with the diragram.
1328 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1330 Reviewed by Darin Adler.
1332 Improve assertion macro documentation.
1334 https://bugs.webkit.org/show_bug.cgi?id=40565
1336 * coding/assertion-guidelines.html:
1338 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1340 Reviewed by Geoffrey Garen.
1342 Add an index of technical articles to the WebKit site. This makes the
1343 links to the RefPtr and Assertion documentation discoverable and
1344 provides an easy way to find some useful blog posts.
1346 https://bugs.webkit.org/show_bug.cgi?id=40561
1348 * coding/technical-articles.html: Added.
1349 * nav.inc: Add link to technical articles.
1351 2010-06-15 Adam Roben <aroben@apple.com>
1353 Remove some unnecessary steps for setting up the debugger on Windows
1355 Apparently update-webkit does this for you now.
1357 Rubber-stamped by Steve Falkenburg.
1359 * building/debug.html: Removed the first two Windows steps, which are
1360 now unnecessary, and updated the third to reflect reality.
1362 2010-06-14 Adam Roben <aroben@apple.com>
1364 Improve instructions for debugging on Windows
1366 Fixes <http://webkit.org/b/40585>.
1368 Reviewed by Steve Falkenburg.
1370 * building/debug.html: Improved the Windows instructions. We now
1371 instruct users to set things up so that hitting F5 from WebKit.sln
1372 will launch Safari with the WEBKITNIGHTLY environment variable
1373 pointing to the location of the built WebKit.dll.
1375 * building/console_vs2005.jpg: Removed.
1376 * building/debug_vs2005.jpg: Removed.
1378 * building/launch-debugger-vs2005.png: Added.
1379 * building/set-as-startup-project-vs2005.png: Added.
1380 * building/set-debugging-properties-vs2005.png: Added.
1382 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1384 Reviewed by Darin Adler.
1386 Add documentation on the various assertion macros in WebKit.
1388 https://bugs.webkit.org/show_bug.cgi?id=39950
1390 * coding/assertion-guidelines.html: Added.
1392 2010-05-29 Sterling Swigart <sswigart@google.com>
1394 Reviewed by David Levin.
1396 Adding tests to canvas.html performance test
1397 https://bugs.webkit.org/show_bug.cgi?id=39883
1399 * demos/canvas-perf/canvas.html:
1405 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1407 Reviewed by Darin Adler.
1409 Update the style guide re: static member variables and structs
1410 https://bugs.webkit.org/show_bug.cgi?id=39663
1412 Per Darin Adler's proposal on webkit-dev.
1414 All static member variables should be prefixed with s_.
1415 m_ should not be used for public data members in structs.
1416 Only structs should have public data members.
1418 * coding/coding-style.html:
1420 2010-05-24 David Levin <levin@chromium.org>
1422 Reviewed by Maciej Stachowiak.
1424 Improve canvas perf test accuracy.
1425 https://bugs.webkit.org/show_bug.cgi?id=39635
1427 * demos/canvas-perf/canvas.html:
1428 1. Change the various tests to get the image data for the result
1429 to help ensure that the operation has completed by the time,
1430 and subtract out the time needed to do this.
1431 2. Made the test more flexible about number of repetitions and
1433 3. Make the tests run separately and have a pause between them
1434 to allow for garbage collection so that results are more
1436 4. Added a standard logging function and shouldBe asserts to
1437 verify that the correct scaling operations were happening.
1439 2010-05-20 Daniel Bates <dbates@rim.com>
1441 Rubber-stamped by Simon Fraser.
1443 Spelling correction; change "acces" [sic] to "access".
1445 * quality/lifecycle.html:
1447 2010-05-14 Eric Seidel <eric@webkit.org>
1449 Reviewed by Maciej Stachowiak.
1451 Update tools.html to mention that Tiger users require a newer Python
1452 https://bugs.webkit.org/show_bug.cgi?id=38822
1454 Also updated the instructions that only Tiger users need
1455 to install a subversion client. Newer OSes already have
1456 subversion included in the install.
1458 * building/tools.html:
1460 2010-05-08 Dirk Schulze <krit@webkit.org>
1462 Reviewed by Nikolas Zimmermann.
1464 SVGFont's VKern implementation missing
1465 https://bugs.webkit.org/show_bug.cgi?id=38663
1467 * projects/svg/status.xml:
1469 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1471 Reviewed by Adam Barth.
1473 Commit and Review policy should encourage unofficial reviews
1474 https://bugs.webkit.org/show_bug.cgi?id=38517
1476 * coding/commit-review-policy.html:
1478 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1480 Reviewed by Darin Adler.
1482 Fix the sticky-notes demo.
1483 https://bugs.webkit.org/show_bug.cgi?id=38550
1485 1. Exceptions thrown by openDatabase() should be treated as
1487 2. Do not allow users to create new notes when openDatabase()
1490 * demos/sticky-notes/index.html:
1492 2010-05-02 Dirk Schulze <krit@webkit.org>
1494 Reviewed by Nikolas Zimmermann.
1496 SVG hkern implementation incomplete
1497 https://bugs.webkit.org/show_bug.cgi?id=38407
1499 We support hkern now. Mention this in the SVG status page.
1501 * projects/svg/status.xml:
1503 2010-04-29 Dean Jackson <dino@apple.com>
1505 Unreviewed. Make a note that we are no longer proposing
1506 the evaluateMediaQuery method. Instead, we are following
1507 the standard matchMedium method from CSS 3 View.
1509 * specs/MediaQueriesExtensions.html:
1511 2010-04-18 Adam Barth <abarth@webkit.org>
1513 Unreviewed. Update a label of the diagram to better match the
1514 description in the text of the blog post.
1516 * blog-files/loader-diagram.svg:
1518 2010-04-17 Adam Barth <abarth@webkit.org>
1520 Unreviewed. Added loader diagram for upcoming blog post.
1522 * blog-files/loader-diagram.svg: Added.
1524 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1526 Reviewed by Eric Seidel.
1528 Minor Updates and Cleanup to the Contributing Page
1529 https://bugs.webkit.org/show_bug.cgi?id=37415
1531 * coding/contributing.html:
1533 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1537 Random demo to look cool on twitter.
1539 * misc/gradient-input.html: Added.
1541 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1545 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1547 * blog-files/inspector/audits_launcher.png: Added.
1548 * blog-files/inspector/audits_panel.png: Added.
1549 * blog-files/inspector/console_panel.png: Added.
1550 * blog-files/inspector/context_menu.png: Added.
1551 * blog-files/inspector/css_highlighted_line.png: Added.
1552 * blog-files/inspector/css_line_number_snippet.png: Added.
1553 * blog-files/inspector/css_line_numbers.png: Added.
1554 * blog-files/inspector/deactivate_breakpoints.png: Added.
1555 * blog-files/inspector/evaluate_on_hover.png: Added.
1556 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1557 * blog-files/inspector/inherited_styles.png: Added.
1558 * blog-files/inspector/large_dom.png: Added.
1559 * blog-files/inspector/large_resources.png: Added.
1560 * blog-files/inspector/pseudo_elements.png: Added.
1561 * blog-files/inspector/redirect_headers.png: Added.
1562 * blog-files/inspector/redirect_headers_full.png: Added.
1563 * blog-files/inspector/redirects.png: Added.
1564 * blog-files/inspector/redirects_full.png: Added.
1565 * blog-files/inspector/timeline_overview.png: Added.
1566 * blog-files/inspector/timeline_panel.png: Added.
1567 * blog-files/inspector/timeline_record_details.png: Added.
1569 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1571 Reviewed by David Levin.
1573 Asking Questions Page Grammar Fixes
1574 https://bugs.webkit.org/show_bug.cgi?id=36608
1576 * asking_questions.html:
1578 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1580 Reviewed by Timothy Hatcher.
1582 New Asking Questions Page is not Valid HTML5
1583 https://bugs.webkit.org/show_bug.cgi?id=36605
1585 * asking_questions.html: fixed issues raised by the validator.
1587 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1589 Reviewed by David Levin.
1591 Add a page on how to ask questions
1592 https://bugs.webkit.org/show_bug.cgi?id=35223
1594 * asking_questions.html: Added.
1595 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1596 to get help effectively
1597 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1599 * contact.html: Tweaked the wording to make it more clear what the
1600 mailing list are used for. Also changed the formatting to better
1601 underline the different mailing lists.
1603 2010-03-24 Sam Weinig <sam@webkit.org>
1605 Rubber-stamped by Anders Carlsson..
1607 Update Security Group Members list.
1609 * security/security-group-members.html:
1611 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1615 Add another example.
1617 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1619 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1623 Add example of accessible ASCII art for HTML WG.
1625 * demos/accessible-ascii-art: Added.
1626 * demos/accessible-ascii-art/butterfly.html: Added.
1628 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1630 Reviewed by Mark Rowe.
1632 WebKit blog should be valid HTML5
1633 https://bugs.webkit.org/show_bug.cgi?id=36410
1635 * blog/wp-content/themes/webkit/comments-popup.php:
1636 * blog/wp-content/themes/webkit/footer.php:
1637 * blog/wp-content/themes/webkit/header.php:
1639 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1641 Reviewed by Mark Rowe.
1643 Fix a bunch of HTML5 validation errors on various pages.
1644 https://bugs.webkit.org/show_bug.cgi?id=36409
1646 * building/build.html:
1647 * building/checkout.html:
1648 * building/debug.html:
1649 * building/run.html:
1650 * building/tools.html:
1651 * coding/coding-style.html:
1652 * coding/contributing.html:
1653 * coding/major-objects.html:
1658 * projects/compat/index.html:
1659 * projects/css/index.html:
1660 * projects/documentation/index.html:
1661 * projects/goals.html:
1662 * projects/index.html:
1663 * projects/mathml/index.html:
1664 * quality/bugpriorities.html:
1665 * quality/bugwriting.html:
1666 * quality/crashlogs.html:
1667 * quality/lifecycle.html:
1668 * quality/testing.html:
1669 * quality/testwriting.html:
1671 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1673 Reviewed by Mark Rowe.
1675 webkit.org should use the HTML5 doctype
1676 https://bugs.webkit.org/show_bug.cgi?id=36407
1679 * misc/drosera/index.html:
1680 * perf/slickspeed/system/index.php:
1681 * perf/slickspeed/system/template.php:
1684 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1686 Reviewed by Mark Rowe.
1688 http://webkit.org/ has an HTML5 validation error
1689 https://bugs.webkit.org/show_bug.cgi?id=36406
1693 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1695 Tweak canvas perf demo.
1697 * demos/canvas-perf/canvas.html:
1699 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1701 Added canvas perf demo for whatwg.
1703 * demos/canvas-perf: Added.
1704 * demos/canvas-perf/canvas.html: Added.
1705 * demos/canvas-perf/kraken.jpg: Added.
1707 2010-03-09 Adam Roben <aroben@apple.com>
1709 Add a link to the Contributors Meeting registration form in the
1712 Rubber-stamped in advance by Adele Peterson.
1714 * nav.inc: Added a link underneath "Trac".
1716 2010-02-26 Sam Weinig <sam@webkit.org>
1718 Rubber-stamped by Adele Peterson.
1720 Update Security Group Members list.
1722 * security/security-group-members.html:
1724 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1726 Reviewed by Eric Seidel and Adam Roben.
1728 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1729 https://bugs.webkit.org/show_bug.cgi?id=35098
1731 * building/debug.html:
1732 Add instructions on how to build and run WebKit from within Visual Studio.
1734 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1736 Rubber stamped by Adam Barth.
1738 Add sunspider-0.9.1 to the site in preparation for announcing it.
1739 https://bugs.webkit.org/show_bug.cgi?id=35206
1741 * perf/sunspider-0.9.1: Added.
1742 * perf/sunspider-0.9.1/json2.js: Added.
1743 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1744 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1745 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1746 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1747 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1748 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1749 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1750 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1751 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1752 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1753 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1754 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1755 * perf/sunspider-0.9.1/sunspider.css: Added.
1756 * perf/sunspider-0.9.1/sunspider.html: Added.
1757 * perf/sunspider-0.9.1/versions.html: Added.
1759 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1761 Not reviewed - demo.
1763 Made some examples of using <details> for table descriptions.
1765 * demos/hover-summary: Added.
1766 * demos/hover-summary/details.css: Added.
1767 * demos/hover-summary/details.js: Added.
1768 (summaryClickListener):
1771 * demos/hover-summary/example1.html: Added.
1772 * demos/hover-summary/example2.html: Added.
1773 * demos/hover-summary/horizontal-triangle.png: Added.
1774 * demos/hover-summary/vertical-triangle.png: Added.
1776 2010-02-02 Jens Alfke <snej@chromium.org>
1778 Reviewed by David Levin.
1780 Clarified coding guidelines on wiki to allow indentation of
1781 _nested_ namespaces.
1782 https://bugs.webkit.org/show_bug.cgi?id=32137
1784 * coding/coding-style.html:
1786 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1788 Reviewed by David Kilzer.
1790 Added to contributing code page a pointer to the preferred
1791 license text. Also added information about copyright lines.
1793 https://bugs.webkit.org/show_bug.cgi?id=34017
1795 * coding/contributing.html:
1797 - Added CSS class for books.
1799 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1801 Reviewed by David Levin.
1803 Added screenshots and clearer instructions on how to submit
1806 https://bugs.webkit.org/show_bug.cgi?id=32542
1808 Also added that a bug report should be selected or created
1809 prior to submitting a patch.
1811 * coding/contributing.html:
1812 * coding/images: Added.
1813 * coding/images/contribute_add_attachment.png: Added.
1814 * coding/images/contribute_mark_review.png: Added.
1816 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1818 Not reviewed; updated for truth (and readability).
1820 Fixed some wrong listings and reorganized this page.
1822 * security/security-group-members.html:
1824 2010-01-06 Dirk Schulze <krit@webkit.org>
1826 Reviewed by Nikolas Zimmermann.
1829 https://bugs.webkit.org/show_bug.cgi?id=31905
1831 Update SVG status page. We support feDisplacementMap and feImage now.
1833 * projects/svg/status.xml:
1835 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1837 Reviewed by Darin Adler.
1839 Removed outdated contact information from bug life cycle page.
1841 https://bugs.webkit.org/show_bug.cgi?id=32494
1843 * quality/lifecycle.html:
1845 2009-12-13 Dan Bernstein <mitz@apple.com>
1847 Reviewed by Sam Weinig.
1849 Add a style guideline concerning floating point literals
1850 https://bugs.webkit.org/show_bug.cgi?id=32497
1852 * coding/coding-style.html:
1854 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1856 Reviewed by Adam Roben.
1858 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1859 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1860 in Windows as part of running update_webkit.
1862 * building/build.html:
1863 - removed the reference to forgetting to set environment variables as a common source of errors
1864 on Windows. This is because this patch would make it unnecessary for the user to set these
1867 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1869 Reviewed by Darin Adler.
1871 Added the "using std::foo" rule to the coding style guidelines.
1873 https://bugs.webkit.org/show_bug.cgi?id=32301
1875 Added to the coding style guidelines the "using std::foo" rule
1876 checked by the check-webkit-style script. Also clarified the
1877 "using" statement guidelines that apply to implementation files.
1879 * coding/coding-style.html:
1881 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1883 Reviewed by Darin Adler.
1885 Refactored web site documentation so that advice to add
1886 WebKitTools/Scripts to your shell path does not appear
1889 https://bugs.webkit.org/show_bug.cgi?id=32112
1891 * building/build.html:
1892 * building/checkout.html:
1893 * building/run.html:
1894 * coding/coding-style.html:
1895 * coding/contributing.html:
1896 * coding/scripts.html: Added.
1897 * quality/testing.html:
1899 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1901 Reviewed by Eric Seidel.
1903 Add reference to the GTK and QT build wiki pages
1905 https://bugs.webkit.org/show_bug.cgi?id=32088
1907 * building/tools.html:
1910 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
1912 Reviewed by Darin Adler.
1914 Added clarifications to the web site regarding coding style and
1917 https://bugs.webkit.org/show_bug.cgi?id=31618
1919 Changes include the following:
1921 - Expanded the style guidelines regarding "using" statements.
1922 - Made the style guidelines page validate as HTML.
1923 - Added that legacy WebKit components should not be cleaned up.
1924 - Added that it is more acceptable to update style when already
1927 * coding/coding-style.html:
1928 * coding/contributing.html:
1929 * projects/cleanup/index.html:
1931 2009-11-18 Eric Seidel <eric@webkit.org>
1933 Reviewed by David Levin.
1935 Make 80 patches a formal requirement for reviewership
1936 https://bugs.webkit.org/show_bug.cgi?id=31313
1937 Per discussion on the webkit-reviewers list:
1938 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
1940 * coding/commit-review-policy.html:
1942 2009-11-18 Daniel Bates <dbates@webkit.org>
1944 Reviewed by Eric Seidel.
1946 https://bugs.webkit.org/show_bug.cgi?id=31610
1948 Adds property "min-width" to #title so that the width of the title
1949 element on each page is at least 790px. In particular, this makes
1950 the page <http://webkit.org/security/security-group-members.html>
1951 consistent, in appearance, to the rest of the site.
1955 2009-11-16 Sam Weinig <sam@webkit.org>
1957 Reviewed by Anders Carlsson.
1959 Update Security Group Members list.
1961 * security/security-group-members.html:
1963 2009-11-16 Sam Weinig <sam@webkit.org>
1965 Reviewed by Adele Peterson.
1967 Update Security Group Members list.
1969 * security/security-group-members.html:
1971 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
1973 Reviewed by Darin Adler.
1975 Added to the WebKit Coding Style Guidelines not to use
1976 "using namespace" statements in header files.
1978 * coding/coding-style.html:
1980 2009-11-10 Oliver Hunt <oliver@apple.com>
1982 Reviewed by Maciej Stachowiak.
1984 Fix WebGL demos to work with renamed WebGL primitives
1986 * blog-files/webgl/Earth.html:
1987 * blog-files/webgl/ManyPlanetsDeep.html:
1988 * blog-files/webgl/SpinningBox.html:
1989 * blog-files/webgl/SpiritBox.html:
1990 * blog-files/webgl/TeapotPerPixel.html:
1991 * blog-files/webgl/TeapotPerVertex.html:
1992 * blog-files/webgl/WebGL+CSS.html:
1993 * blog-files/webgl/resources/CanvasMatrix.js:
1994 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
1995 * blog-files/webgl/resources/utils3d.js:
2000 2009-11-06 Dirk Schulze <krit@webkit.org>
2002 Rubber stamped by Eric Seidel.
2004 Update SVG status page. We support feMorphology now.
2005 Set lightning filters to unimplemented.
2007 * projects/svg/status.xml:
2009 2009-11-06 Jeff Schiller <codedread@gmail.com>
2011 Reviewed by Darin Adler.
2013 SVG Status page update
2014 https://bugs.webkit.org/show_bug.cgi?id=31179
2016 * projects/svg/status.xml:
2018 2009-11-03 Darin Adler <darin@apple.com>
2020 Set the MIME type for all PNG files in this directory.
2022 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2023 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2024 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2025 * blog-files/acid3-100.png: Modified property svn:mime-type.
2026 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2027 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2028 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2029 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2030 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2031 * blog-files/bounce.png: Added property svn:mime-type.
2032 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2033 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2034 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2035 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2036 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2037 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2038 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2039 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2040 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2041 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2042 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2043 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2044 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2045 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2046 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2047 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2048 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2049 * blog-files/inspector/colors.png: Added property svn:mime-type.
2050 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2051 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2052 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2053 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2054 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2055 * blog-files/inspector/enable.png: Added property svn:mime-type.
2056 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2057 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2058 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2059 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2060 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2061 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2062 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2063 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2064 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2065 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2066 * blog-files/kate-circle.png: Modified property svn:mime-type.
2067 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2068 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2069 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2070 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2071 * blog-files/kate.png: Modified property svn:mime-type.
2072 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2073 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2074 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2075 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2076 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2077 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2078 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2079 * blog-files/pulse.png: Added property svn:mime-type.
2080 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2081 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2082 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2083 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2084 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2085 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2086 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2087 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2088 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2089 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2090 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2091 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2092 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2093 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2094 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2095 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2096 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2097 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2098 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2099 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2100 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2101 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2102 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2103 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2104 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2105 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2106 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2107 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2108 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2109 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2110 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2111 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2112 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2113 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2114 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2115 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2116 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2117 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2118 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2119 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2120 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2121 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2122 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2123 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2124 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2125 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2126 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2127 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2128 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2129 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2130 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2131 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2132 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2133 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2134 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2135 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2136 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2137 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2138 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2139 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2140 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2141 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2142 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2143 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2144 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2145 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2146 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2147 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2148 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2149 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2150 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2151 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2152 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2153 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2154 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2155 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2156 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2157 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2158 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2159 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2160 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2161 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2162 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2163 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2164 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2165 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2166 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2167 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2168 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2169 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2170 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2171 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2172 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2173 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2174 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2175 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2176 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2177 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2178 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2179 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2180 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2181 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2182 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2183 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2184 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2185 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2186 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2187 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2188 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2189 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2190 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2191 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2192 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2193 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2194 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2195 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2196 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2197 * images/DroseraPic.png: Modified property svn:mime-type.
2198 * misc/drosera/drosera.png: Modified property svn:mime-type.
2199 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2201 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2203 Reviewed by Timothy Hatcher.
2205 Adding images for an upcoming blog post.
2207 * blog-files/inspector/breakpoints.png: Added.
2208 * blog-files/inspector/colors.png: Added.
2209 * blog-files/inspector/cookies.png: Added.
2210 * blog-files/inspector/css_selectors.png: Added.
2211 * blog-files/inspector/css_syntax_highlight.png: Added.
2212 * blog-files/inspector/dom_storage.png: Added.
2213 * blog-files/inspector/edit_attributes.png: Added.
2214 * blog-files/inspector/enable.png: Added.
2215 * blog-files/inspector/event_listeners.png: Added.
2216 * blog-files/inspector/form_data.png: Added.
2217 * blog-files/inspector/inline_highlight.png: Added.
2218 * blog-files/inspector/inorder.png: Added.
2219 * blog-files/inspector/inspect_inspector.png: Added.
2220 * blog-files/inspector/inspect_inspector_small.png: Added.
2221 * blog-files/inspector/load_lines.png: Added.
2222 * blog-files/inspector/nodelist.png: Added.
2223 * blog-files/inspector/scope_bar.png: Added.
2224 * blog-files/inspector/watched_expression.png: Added.
2226 2009-10-26 Dan Bernstein <mitz@apple.com>
2228 Reviewed by Adele Peterson.
2232 * coding/bsd-license.html: Updated to the latest version.
2234 2009-10-22 Mark Rowe <mrowe@apple.com>
2236 Update to WordPress 2.8.5.
2240 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2242 Reviewed by Eric Seidel.
2244 Replace boolean operator indentation example with an if statement.
2246 https://bugs.webkit.org/show_bug.cgi?id=30538
2248 * coding/coding-style.html: Replace boolean indenting example to use "if"
2250 2009-10-16 Darin Adler <darin@apple.com>
2252 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2253 wording a bit in few places.
2255 2009-10-14 Evan Martin <evan@chromium.org>
2257 Reviewed by Darin Adler.
2259 Document what state the build tree is expected to be in after a patch.
2261 * coding/contributing.html:
2263 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2265 Reviewed by Eric Seidel.
2267 Change <a name> to id="" to fix styling problems
2268 https://bugs.webkit.org/show_bug.cgi?id=30283
2270 This prevents the headings from being styled like links.
2272 * coding/contributing.html:
2274 2009-10-08 Alex Milowski <alex@milowski.com>
2276 Reviewed by Darin Adler.
2278 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2280 * projects/layout/index.html:
2282 2009-10-07 Sam Weinig <sam@webkit.org>
2284 Reviewed by Dan Bernstein.
2286 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2287 Change style guidelines for indentation in header files
2289 * coding/coding-style.html: Don't indent in a namespace in a header file.
2291 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2293 Reviewed by Mark Rowe.
2295 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2297 * building/tools.html:
2299 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2301 Reviewed by Adam Barth.
2303 Diagram needs to be linked from the home page
2304 https://bugs.webkit.org/show_bug.cgi?id=30142
2306 http://webkit.org/coding/major-objects.html was never linked from the home
2311 2009-09-28 Alex Milowski <alex@milowski.com>
2313 <http://webkit.org/b/29098> Update to MathML project webpage
2315 Reviewed by David Kilzer.
2317 Updated MathML project page and added link to Wiki page.
2319 * projects/mathml/index.html:
2321 2009-09-21 Brady Eidson <beidson@apple.com>
2323 Reviewed by Darin Adler.
2325 Add coding style guidelines for 'using namespace.'
2326 https://bugs.webkit.org/show_bug.cgi?id=29499
2328 * coding/coding-style.html:
2330 2009-09-21 Brady Eidson <beidson@apple.com>
2332 Rubberstamped by Sam Weinig.
2334 Add some example files for an upcoming blog post.
2336 * blog-files/load-unload-example.html: Added.
2337 * blog-files/pageshow-pagehide-example.html: Added.
2339 2009-09-17 Eric Seidel <eric@webkit.org>
2341 Reviewed by Darin Adler.
2343 Update contributing.html to mention recently added tools.
2344 https://bugs.webkit.org/show_bug.cgi?id=29318
2346 Update our contributing instructions to mention
2347 the new tools (check-webkit-style and commit-queue)
2348 recently added to make contributions easier.
2350 * coding/contributing.html:
2351 - Mention check-webkit-style as an optional helper tool.
2352 - Mention checking the 'patch' checkbox.
2353 - Mention the commit-queue as an optional helper tool.
2354 - Remove "or in email" since patch reviews are all done via bugzilla.
2355 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2356 - Mention commit-queue as an optional help in getting your patch landed.
2357 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2359 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2361 Reviewed by Mark Rowe.
2363 Add instructions to bug reporting guidlines on how and when
2364 to apply port-specific keywords.
2366 * quality/bugwriting.html:
2368 2009-09-08 Sam Weinig <sam@webkit.org>
2370 Reviewed by Adele Peterson.
2372 Update Security Group Members list.
2374 * security/security-group-members.html:
2376 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2378 Reviewed by Eric Seidel.
2380 Drop <definition-src> support
2381 https://bugs.webkit.org/show_bug.cgi?id=28991
2383 When SVG 1.1 Second Edition is a Recommendation we can remove the
2386 * projects/svg/status.xml: Update page to state that <definition-src>
2389 2009-08-26 Mark Rowe <mrowe@apple.com>
2391 Upgrade WordPress to the latest version.
2393 * blog/wp-includes/version.php:
2394 * blog/wp-login.php:
2396 2009-08-20 Adam Barth <abarth@webkit.org>
2398 Reviewed by Eric Seidel.
2400 major-objects.html should show direct Frame <-> Document pointers
2401 https://bugs.webkit.org/show_bug.cgi?id=28479
2403 * coding/major-objects.html: Added pointers to diagram.
2405 2009-08-18 Anton Muhin <antonm@chromium.org>
2407 Reviewed by Adam Barth.
2409 Mention handy --bug flag of prepare-ChangeLog script.
2410 https://bugs.webkit.org/show_bug.cgi?id=28425
2412 * coding/contributing.html: Add a reference for --bug flag
2414 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2416 Reviewed by Adam Barth.
2418 Better explanation of "Null after navigation" in object diagram
2419 https://bugs.webkit.org/show_bug.cgi?id=28232
2421 * coding/major-objects.html:
2423 2009-08-11 Adam Barth <abarth@webkit.org>
2427 Remove a few characters from the ASCII art to make it fit better in the
2430 * coding/major-objects.html:
2432 2009-08-11 Adam Barth <abarth@webkit.org>
2434 Reviewed by Oliver Hunt.
2436 Document relation between major objects in WebCore
2437 https://bugs.webkit.org/show_bug.cgi?id=28210
2439 Added a diagram showing the relation between major objects.
2441 * coding/major-objects.html: Added.
2443 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2445 Reviewed by Oliver Hunt.
2447 Fix webkit-jobs link
2451 2009-08-03 Mark Rowe <mrowe@apple.com>
2453 Update two WordPress plug-ins that we use.
2455 * blog/wp-content/plugins/akismet/akismet.php:
2456 * blog/wp-content/plugins/akismet/readme.txt:
2457 * blog/wp-content/plugins/commentcontrol.php:
2459 2009-08-03 Mark Rowe <mrowe@apple.com>
2461 Add some missing files and delete some obsolete files.
2465 2009-08-03 Mark Rowe <mrowe@apple.com>
2467 Update WordPress to the latest version.
2471 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2473 Reviewed by Adam Treat.
2475 Mention the new webkit-help and webkit-jobs mailinglist. Change
2476 the description of webkit-dev to be more strict.
2480 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2482 Reviewed by Adam Treat.
2484 Coding style - Clarify some cases with spacing
2485 https://bugs.webkit.org/show_bug.cgi?id=27499
2487 Add explicit rule about no space before comma or semicolon.
2489 * coding/coding-style.html:
2491 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2493 Fix the font to match the rest of the blog site.
2495 * blog-files/3d-transforms/image-flip.html:
2497 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2499 Move the image flip effect into an iframe to avoid the long
2500 blog page tripping a bug on Leopard.
2502 * blog-files/3d-transforms/image-flip.html: Added.
2504 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2506 New demo files for an up-coming blog post.
2508 * blog-files/3d-transforms/mighty-cubes.png: Added.
2509 * blog-files/3d-transforms/morphing-cubes.html: Added.
2510 * blog-files/3d-transforms/perspective-by-example.html: Added.
2511 * blog-files/3d-transforms/poster-circle.html: Added.
2512 * blog-files/3d-transforms/poster-circle.png: Added.
2513 * blog-files/3d-transforms/transform-style.html: Added.
2515 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2517 Reviewed by Sam Weinig.
2519 Side bar linking to "DOM Interfaces" returns 404
2520 https://bugs.webkit.org/show_bug.cgi?id=24000
2524 2009-07-09 Oliver Hunt <oliver@apple.com>
2526 Reviewed by Geoff Garen.
2528 JavaScript section of http://webkit.org is excessively out of date.
2530 This removes old todo entries (like adding an API, which we've had since Leopard),
2531 and adds an additional todo for a webkit-less Objective-C API.
2533 * projects/javascript/index.html:
2535 2009-07-03 Adam Barth <abarth@webkit.org>
2537 Reviewed by Sam Weinig.
2539 Adam and Collin's affiliation is incorrect
2540 https://bugs.webkit.org/show_bug.cgi?id=26954
2542 This change corrects their affiliation.
2544 * security/security-group-members.html:
2546 2009-06-24 Brady Eidson <beidson@apple.com>
2548 Reviewed by Mark Rowe
2550 * demos/index.html: Fix more typos etc.
2552 2009-06-17 Sam Weinig <sam@webkit.org>
2554 Reviewed by Mark Rowe.
2556 * security/index.html: Fix some typos.
2558 2009-06-17 Sam Weinig <sam@webkit.org>
2560 Reviewed by Mark Rowe.
2562 Move security policy to security/index.html so that
2563 webkit.org/security/ works.
2566 * security/index.html: Copied from security/security-policy.html.
2567 * security/security-policy.html: Removed.
2569 2009-06-13 Sam Weinig <sam@webkit.org>
2571 Reviewed by Timothy Hatcher.
2573 Add WebKit Security Policy and member list of the WebKit Security Group.
2577 * security/security-group-members.html: Added.
2578 * security/security-policy.html: Added.
2580 2009-06-12 Brady Eidson <beidson@apple.com>
2582 Reviewed by Oliver Hunt
2584 Add a page indexing the various demo applications we have posted.
2586 * demos/index.html: Added.
2587 * nav.inc: Add a link to the demos page on the side bar
2588 * css/main.css: Add a style for date stamps based on the blog.
2590 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2591 index.html as the Calendar.html url has already been published and we should keep it working.
2593 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2594 * demos/drosera: Removed.
2595 * demos/drosera/demo.js: Removed.
2596 * demos/drosera/drosera.png: Removed.
2597 * demos/drosera/index.html: Removed.
2598 * misc/drosera: Copied from demos/drosera.
2600 Move the sticky notes example into /demos:
2601 * demos/sticky-notes: Added.
2602 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2603 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2604 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2605 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2606 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2607 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2608 * misc/DatabaseExample.manifest: Removed.
2609 * misc/deleteButton.png: Removed.
2610 * misc/deleteButtonPressed.png: Removed.
2612 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2614 Reviewed by Eric Seidel.
2616 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2617 Update a few items in the testing language to:
2618 (1) Reflect results are now generated with Leopard (not Tiger)
2619 (2) Explain how to generate pixel-level layout tests.
2621 * quality/testing.html:
2622 * quality/testwriting.html:
2624 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2626 Bug 26188: Clarify some of the cases in the coding style guide
2628 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2630 Reviewed and tweaked by David Kilzer.
2632 Changed the coding style document to clarify some cases of ambiguity.
2634 * coding/coding-style.html:
2636 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2638 Not reviewed, demo content.
2640 - Add doctype to Calendar demo.
2642 * demos/calendar/Calendar.html:
2644 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2646 Not reviewed, demo content.
2648 - add Calendar demo.
2650 * demos/calendar: Added.
2651 * demos/calendar/Boom.aiff: Added.
2652 * demos/calendar/Calendar.css: Added.
2653 * demos/calendar/Calendar.html: Added.
2654 * demos/calendar/Calendar.js: Added.
2655 * demos/calendar/Calendar.manifest: Added.
2656 * demos/calendar/CalendarApp.icns: Added.
2657 * demos/calendar/Images: Added.
2658 * demos/calendar/Images/AirPort4.png: Added.
2659 * demos/calendar/Images/AirPortError.png: Added.
2660 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2661 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2662 * demos/calendar/Images/statusbarBackground.png: Added.
2663 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2664 * demos/calendar/LocationImage.js: Added.
2665 * demos/calendar/Utilities.js: Added.
2666 * demos/calendar/favicon.ico: Added.
2667 * demos/calendar/mime.types: Added.
2669 2009-05-20 Mark Rowe <mrowe@apple.com>
2671 Rubber-stamped by Eric Seidel.
2673 Prevent search engines from getting creative in their descriptions of webkit.org content.
2675 * blog/wp-content/themes/webkit/header.php:
2678 2009-05-06 Eric Seidel <eric@webkit.org>
2680 Reviewed by Maciej Stachowiak.
2682 Update Contributing instructions after feedback from Julie Parent.
2683 https://bugs.webkit.org/show_bug.cgi?id=25611
2685 * coding/contributing.html: Add a few more comments on ChangeLogs
2687 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2689 Reviewed by Steve Falkenburg
2691 Fix the link for setting the Platform SDK paths in the Windows instructions.
2693 * building/build.html:
2695 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2697 Reviewed by Darin Adler.
2699 https://bugs.webkit.org/show_bug.cgi?id=25186
2700 There is no XSLT component in bugzilla
2702 * projects/xslt/index.html: Changed to search by bug title.
2704 2009-02-20 David Kilzer <ddkilzer@apple.com>
2706 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2708 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2710 Reviewed by Alexey Proskuryakov.
2712 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2713 * perf/sunspider-0.9/3d-morph.html: Ditto.
2714 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2715 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2716 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2717 * perf/sunspider-0.9/access-nbody.html: Ditto.
2718 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2719 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2720 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2721 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2722 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2723 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2724 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2725 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2726 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2727 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2728 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2729 * perf/sunspider-0.9/math-cordic.html: Ditto.
2730 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2731 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2732 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2733 * perf/sunspider-0.9/string-base64.html: Ditto.
2734 * perf/sunspider-0.9/string-fasta.html: Ditto.
2735 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2736 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2737 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2738 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2739 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2740 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2742 2009-01-19 Adam Roben <aroben@apple.com>
2744 Add links to some recommended Visual Studio hotfixes
2746 Reviewed by Dave Hyatt.
2748 * building/tools.html:
2750 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2752 Reviewed by Adele Petersen.
2753 Landed by Pamela Greene.
2755 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2756 Remove links to no-longer-existing Drosera project.
2757 Also, clean up references to wiki in the nav.inc file.
2759 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2761 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2763 Reviewed by Darin Adler.
2764 Landed by Pamela Greene.
2766 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2767 Update website so that newbies are told they must set the
2768 WebKitOutputDir to get a valid build.
2770 * building/build.html: Add language (and link) indicating the
2771 importance of setting the WebKitOutputDir variable, as well
2772 as a link to instructions on how to do so.
2774 2008-12-19 Dean Jackson <dino@apple.com>
2776 Media queries that return <integer> but are really boolean
2777 are restricted to 0 and 1. This is in line with other
2780 * specs/MediaQueriesExtensions.html:
2782 2008-12-03 Dean Jackson <dino@apple.com>
2784 Added links to the WebKit and Mozilla bugs for pointer-events.
2786 * specs/PointerEventsProperty.html:
2788 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2790 Reviewed by Eric Seidel.
2792 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2793 https://bugs.webkit.org/show_bug.cgi?id=22468
2795 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2796 added an explanation about the implementation files.
2798 * coding/coding-style.html:
2800 2008-11-25 Dean Jackson <dino@apple.com>
2802 Add a new work-in-progress proposal for pointer-events in
2803 HTML content. Also note that the Media Queries extensions
2804 are not at all official.
2806 * specs/MediaQueriesExtensions.html:
2807 * specs/PointerEventsProperty.html: Added.
2810 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2812 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2814 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2816 Reviewed by David Kilzer.
2818 * projects/documentation/index.html: Added link to "Introduction to
2819 WebKit Objective-C Programming Guide".
2821 2008-11-24 Dean Jackson <dino@apple.com>
2823 Document the work-in-progress proposed extensions to
2824 CSS 3 Media Queries.
2826 * specs/MediaQueriesExtensions.html: Added.
2829 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2831 Reviewed by Sam Weinig and Antti Koivisto.
2833 Clarified the last coding style rule, which was a baffling in its
2836 (Now let's see if our code ever starts following this rule!)
2838 * coding/coding-style.html:
2840 2008-11-17 Brady Eidson <beidson@apple.com>
2842 Reviewed by Mark Rowe
2844 Clarify an edge case for acronym capitalization.
2846 * coding/coding-style.html:
2848 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2850 Update leaves animation sample.
2852 * blog-files/leaves/index.html:
2853 * blog-files/leaves/leaves.css:
2855 2008-11-11 Dean Jackson <dino@apple.com>
2857 Removed quotes in animation name value.
2859 * blog-files/pulse.html:
2861 2008-11-11 Dean Jackson <dino@apple.com>
2863 Added a smaller version of a screenshot.
2865 * blog-files/leaves-screenshot-small.jpg: Added.
2867 2008-11-11 Dean Jackson <dino@apple.com>
2869 Add a bunch of examples for CSS Animation blog draft.
2871 * blog-files/bounce.html: Added.
2872 * blog-files/bounce.png: Added.
2873 * blog-files/leaves-screenshot.jpg: Added.
2874 * blog-files/leaves/images/apple-touch-icon.png: Added.
2875 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2876 * blog-files/leaves/images/realLeaf1.png: Added.
2877 * blog-files/leaves/images/realLeaf2.png: Added.
2878 * blog-files/leaves/images/realLeaf3.png: Added.
2879 * blog-files/leaves/images/realLeaf4.png: Added.
2880 * blog-files/leaves/images/textBackground.png: Added.
2881 * blog-files/leaves/index.html: Added.
2882 * blog-files/leaves/leaves.css: Added.
2883 * blog-files/leaves/leaves.js: Added.
2884 * blog-files/pulse.html: Added.
2885 * blog-files/pulse.png: Added.
2887 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2889 Rubber-stamped by Mark Rowe.
2891 Update the link to Mac Subversion binaries.
2893 * building/tools.html:
2895 2008-10-27 Antti Koivisto <antti@apple.com>
2899 * blog-files/squirrelfish-link-animated.svg: Added.
2901 2008-10-27 Antti Koivisto <antti@apple.com>
2905 * blog-files/cubes-7.svg: Added.
2906 * blog-files/number-morph.svg: Added.
2908 2008-10-07 Darin Adler <darin@apple.com>
2910 * coding/RefPtr.html: Second draft.
2912 2008-10-04 Mark Rowe <mrowe@apple.com>
2914 Upgrade to WordPress 2.6.2.
2918 2008-09-26 Timothy Hatcher <timothy@apple.com>
2920 Add screenshots of searching in the Web Inspector.
2924 * blog-files/inspector-searching-elements.png: Added.
2925 * blog-files/inspector-searching-profiles.png: Added.
2927 2008-09-25 Maciej Stachowiak <mjs@apple.com>
2931 - add some screenshots.
2933 * blog-files/acid3-screenshot.png: Added.
2934 * blog-files/acid3-timing-screenshot.png: Added.
2936 2008-09-25 Darin Adler <darin@apple.com>
2938 * contact.html: Take a cut at making the role of webkitsdk-dev
2939 clearer, specifying that it's Mac OS X specific and hosted at
2942 2008-09-24 Timothy Hatcher <timothy@apple.com>
2944 Add new screenshots of the Web Inspector's Scope Variables pane.
2948 * blog-files/inspector-closure-scope.png: Added.
2949 * blog-files/inspector-event-scope.png: Added.
2950 * blog-files/inspector-with-scope.png: Added.
2952 2008-09-24 Timothy Hatcher <timothy@apple.com>
2954 Add another screenshot of the Web Inspector.
2958 * blog-files/inspector-disabling-properties.png: Added.
2960 2008-09-24 Timothy Hatcher <timothy@apple.com>
2962 Add new screenshots of the Web Inspector.
2966 * blog-files/inspector-console-autocomplete.png: Added.
2967 * blog-files/inspector-databases-panel-query-view.png: Added.
2968 * blog-files/inspector-databases-panel.png: Added.
2969 * blog-files/inspector-elements-panel.png: Added.
2970 * blog-files/inspector-numeric-style-stepping.gif: Added.
2971 * blog-files/inspector-profiles-panel.png: Added.
2972 * blog-files/inspector-resources-panel.png: Added.
2973 * blog-files/inspector-scripts-panel.png: Added.
2974 * blog-files/inspector-status-bar-with-errors.png: Added.
2975 * blog-files/inspector-toolbar.png: Added.
2977 2008-09-24 Timothy Hatcher <timothy@apple.com>
2981 * demos/drosera/demo.js: Add some console.profile() calls.
2983 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
2985 Reviewed by Darin Adler.
2987 * projects/performance/index.html: Remove dead link to the 24fun test.
2989 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2993 * blog-files/animation-demo.svg: Added.
2995 2008-09-18 Maciej Stachowiak <mjs@apple.com>
2999 * blog-files/sfx-perf.png: Added.
3001 2008-08-25 Mark Rowe <mrowe@apple.com>
3003 Reviewed by Dan Bernstein.
3005 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3007 * quality/bugwriting.html:
3009 2008-08-18 Mark Rowe <mrowe@apple.com>
3011 Upgrade to WordPress 2.6.1.
3015 2008-08-01 Adam Roben <aroben@apple.com>
3017 Add a link to the instructions to use Apple's Safari for Windows
3020 Reviewed by Eric Seidel.
3022 * building/debug.html:
3024 2008-07-28 Robert Blaut <webkit@blaut.biz>
3026 Reviewed by Mark Rowe.
3028 Fix for bug: Website provides no guidance on debugging
3029 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3031 * building/debug.html: added info about Xcode Debugging Guide.
3033 2008-07-26 Mark Rowe <mrowe@apple.com>
3035 Rubber-stamped by Oliver Hunt.
3037 Update the Squirrelfish bytecode documentation.
3039 * specs/squirrelfish-bytecode.html:
3041 2008-07-26 Robert Blaut <webkit@blaut.biz>
3043 Reviewed by Eric Seidel.
3045 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3046 Corrected validation errors in main.css file.
3050 2008-07-26 Robert Blaut <webkit@blaut.biz>
3052 Reviewed by Alexey Proskuryakov.
3054 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3055 Added notes about unsupported Visual Studio versions.
3057 * building/tools.html:
3059 2008-07-26 Robert Blaut <webkit@blaut.biz>
3061 Reviewed by Eric Seidel.
3063 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3064 Removed basic requirements for undetected version of WebKit.
3066 * quality/reporting.html:
3068 2008-07-26 Robert Blaut <webkit@blaut.biz>
3070 Reviewed by Adele Petersen.
3072 Fix for bug 7436: Truncated title on webkit DOM page.
3073 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3075 * projects/dom/index.html: Added basic project informations.
3077 2008-07-24 Adam Roben <aroben@apple.com>
3079 Remove some redundant text accidentally checked in
3081 * building/tools.html:
3083 2008-07-24 Adam Roben <aroben@apple.com>
3085 Fix a dead link to the Windows Platform SDK and related instructions
3087 Rubberstamped by Alexey Proskuryakov.
3089 * building/tools.html: Fixed a dead link.
3091 2008-07-21 Mark Rowe <mrowe@apple.com>
3093 Update Akismet plugin to 2.1.6.
3095 * blog/wp-content/plugins/akismet/akismet.php:
3097 2008-07-21 Mark Rowe <mrowe@apple.com>
3099 Update to WordPress 2.6.
3103 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3105 Fixed indentation of example code for C++ pointers/references!
3107 * coding/coding-style.html:
3109 2008-07-18 Robert Blaut <webkit@blaut.biz>
3111 Reviewed by David Kilzer.
3113 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3114 Added code style guidelines for multi-line boolean expressions
3116 * coding/coding-style.html:
3118 2008-07-02 Mark Rowe <mrowe@apple.com>
3120 Update a URL that was out of date.
3122 * building/checkout.html:
3124 2008-07-01 Mark Rowe <mrowe@apple.com>
3126 Update the path to the configuration file.
3128 * blog/wp-config.php:
3130 2008-06-27 Dan Bernstein <mitz@apple.com>
3132 Reviewed by Timothy Hatcher.
3134 * css/main.css: Reduced text shadow offsets.
3136 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3138 Not reviewed, web site fix.
3140 Remove blank lines in an attempt to fix feeds.
3142 * blog/wp-content/themes/webkit/index.php:
3143 * blog/wp-content/themes/webkit/links.php:
3145 2008-06-22 Aaron Digulla <digulla@hepe.com>
3147 Reviewed by Darin Adler.
3149 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3150 Bug 18993: Update of buttons in editing toolbar demo lags behind
3152 * demos/editingToolbar/FancyToolbar.js:
3153 * demos/editingToolbar/index.html:
3155 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3157 A handy reference image.
3159 * blog-files/acid3-timing.png: Added.
3161 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3165 - tweak newly added markup.
3167 * blog/wp-content/themes/webkit/header.php:
3169 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3171 Rubber stamped by Adele.
3173 - add short title and multisize icon
3175 * blog/wp-content/themes/webkit/header.php:
3176 * images/surfin-safari.icns: Added.
3178 2008-06-04 Dean Jackson <dino@apple.com>
3180 Put index pages into specs dirs to make it easier to
3183 * specs/index.html: Added.
3184 * specs/CSSVisualEffects/index.html: Added.
3186 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3188 Add a snapshot of the squirrelfish bytecode docs.
3190 * specs/squirrelfish-bytecode.html: Added.
3192 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3194 Transparent background!
3196 * blog-files/squirrelfish.png:
3198 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3202 * blog-files/squirrelfish-webkit-graph.png:
3204 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3206 Renamed this file quiet down the peanut gallery.
3208 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3209 * blog-files/webkit-graph.png: Removed.
3211 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3215 * blog-files/webkit-graph.png: Added.
3217 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3219 Moved the squirrelfish mascot to the right place.
3221 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3222 * images/squirrelfish.png: Removed.
3224 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3226 Uploaded the squirrelfish mascot.
3228 * images/squirrelfish.png: Added.
3230 2008-05-23 William Siegrist <wsiegrist@apple.com>
3232 Reviewed by Mark Rowe
3234 Rename duplicated "notice" id to "terms".
3239 2008-05-16 Anders Carlsson <andersca@apple.com>
3243 Add manifest MIME type.
3247 2008-05-14 Anders Carlsson <andersca@apple.com>
3251 Make our Sticky notes example an offline web app.
3253 * misc/DatabaseExample.html:
3254 * misc/DatabaseExample.manifest: Added.
3256 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3258 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3260 * demos/transitions-and-transforms/index.html:
3262 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3264 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3266 * demos/transitions-and-transforms/index.html:
3268 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3270 Tweaked demo visuals slightly.
3272 * demos/transitions-and-transforms/leopard.css:
3274 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3276 Tweak CSS to look a little better while loading.
3278 * demos/transitions-and-transforms/leopard.css:
3280 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3282 Not reviewed - new demo.
3284 Added a demo of CSS Transforms and Transitions.
3286 * demos/transitions-and-transforms: Added.
3287 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3288 * demos/transitions-and-transforms/Horsehead.png: Added.
3289 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3290 * demos/transitions-and-transforms/Quick Look.png: Added.
3291 * demos/transitions-and-transforms/Spaces.png: Added.
3292 * demos/transitions-and-transforms/Stacks.png: Added.
3293 * demos/transitions-and-transforms/Time Machine.png: Added.
3294 * demos/transitions-and-transforms/index.html: Added.
3295 * demos/transitions-and-transforms/leopard.css: Added.
3296 * demos/transitions-and-transforms/no-style.html: Added.
3298 2008-05-08 Mark Rowe <mrowe@apple.com>
3300 Reviewed by Sam Weinig.
3302 Add a link to the Mac OS Forge terms of use.
3306 2008-04-25 Mark Rowe <mrowe@apple.com>
3308 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3312 2008-04-21 Dean Jackson <dino@apple.com>
3314 Updated CSS Visual Effects proposals.
3318 * described simplified sandwich model (that animations have no effect
3319 outside their duration and last specified animation wins)
3320 * diagram showing the above
3321 * specified animations to start at style resolution or document load,
3323 * animation start events always have elapsedTime == 0
3327 * removed text saying that elements cannot be drawn as intersecting.
3328 * described that preserve-3d trees often need a flattening parent, otherwise
3329 elements can be hidden behind their ancestor's background.
3330 * describe that preserve-3d is not always possible, such as when
3331 overflow is 'hidden'.
3337 * specs/CSSVisualEffects/CSSAnimation.html:
3338 * specs/CSSVisualEffects/CSSTransforms.html:
3339 * specs/CSSVisualEffects/CSSTransitions.html:
3340 * specs/CSSVisualEffects/sandwich.png: Added.
3342 2008-04-08 Dean Jackson <dino@apple.com>
3344 Add some updated proposals for CSS specifications, such as
3345 Transforms and Transitions which are already implemented in TOT.
3347 * specs/CSSVisualEffects: Added.
3348 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3349 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3350 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3352 2008-03-31 Mark Rowe <mrowe@apple.com>
3354 Add some images that were missed in the WordPress 2.5 upgrade.
3358 2008-03-31 Mark Rowe <mrowe@apple.com>
3360 Upgrade to WordPress 2.5
3364 2008-03-28 Darin Adler <darin@apple.com>
3366 * building/build.html: Add another mention of using the Cygwin shell.
3367 * building/tools.html: Fix a typo on the name Cygwin.
3369 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3371 More screenshots for the blog.
3373 * blog-files/acid3-full-rendering-pass.png: Added.
3374 * blog-files/acid3-rendering-reference.png: Added.
3376 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3378 Screenshot for blog post.
3380 * blog-files/acid3-100.png: Added.
3382 2008-03-23 Antti Koivisto <antti@apple.com>
3384 * blog-files/wsj-vs.png: Added.
3386 2008-03-23 Eric Seidel <eric@webkit.org>
3390 Make our SVG status document slightly less inaccurate.
3392 * projects/svg/status.xml:
3394 2008-03-21 Antti Koivisto <antti@apple.com>
3396 Add some images for a blog post.
3398 * blog-files/wsj-nopreload.png: Added.
3399 * blog-files/wsj-preload.png: Added.
3401 2008-03-17 Dan Bernstein <mitz@apple.com>
3403 Reviewed by Sam Weinig.
3405 - link "backtrace" to the page that explains how to get one
3407 * quality/bugwriting.html:
3409 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3411 Rubber-stamped by Mitz.
3413 Update crash log page with instructions for Leopard.
3415 * quality/crashlogs.html:
3417 2008-03-11 Robert Blaut <webkit@blaut.biz>
3419 Reviewed by Darin Adler.
3421 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3422 Patch deletes an obsolete hitlist.html page and other references to it
3424 * nav.inc: removed menu link to hitlist.html
3425 * projects/compat/hitlist.html: Removed.
3426 * projects/compat/index.html: removed reference to hitlist.html
3428 2008-03-06 Timothy Hatcher <timothy@apple.com>
3430 Rubber-stamped by Adam Roben.
3432 Add a simple page that has various demo functions for Drosera.
3434 * demos/drosera: Added.
3435 * demos/drosera/demo.js: Added.
3436 * demos/drosera/drosera.png: Added.
3437 * demos/drosera/index.html: Added.
3439 2008-03-04 Mark Rowe <mrowe@apple.com>
3441 Rubber-stamped by Brady Eidson.
3443 * building/tools.html: Update link to Windows Platform SDK to its new location.
3445 2008-03-04 Mark Rowe <mrowe@apple.com>
3447 Reviewed by Sam Weinig.
3449 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3451 * coding/coding-style.html:
3453 2008-02-08 Adam Roben <aroben@apple.com>
3455 * perf/slickspeed/config.ini: Fixed version number.
3457 2008-02-08 Adam Roben <aroben@apple.com>
3459 Update jQuery to v1.2.3
3461 Rubberstamped by Mitz.
3463 * perf/slickspeed/config.ini:
3464 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3466 2008-02-07 David Smith <catfish.man@gmail.com>
3468 Rubber stamped by weinig and bdash.
3469 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3471 * perf/slickspeed/frameworks/prototype.js:
3473 2008-02-07 David Smith <catfish.man@gmail.com>
3475 Rubber stamped by Mark Rowe
3476 Fix a duplicate selector in the test.
3478 * perf/slickspeed/selectors.list:
3480 2008-02-07 David Smith <catfish.man@gmail.com>
3482 Reviewed by Adam Roben.
3483 Added :nth-child and :last-child to the list of selectors to test.
3485 * perf/slickspeed/selectors.list:
3487 2008-02-05 Mark Rowe <mrowe@apple.com>
3489 Update WordPress to 2.3.3 which includes security fixes.
3491 * blog/wp-admin/install-helper.php:
3492 * blog/wp-includes/gettext.php:
3493 * blog/wp-includes/pluggable.php:
3494 * blog/wp-includes/version.php:
3497 2008-02-02 David Smith <catfish.man@gmail.com>
3501 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3502 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3504 * 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.
3505 * perf/slickspeed/selectors.list: Added the new selectors
3507 2008-02-02 Mark Rowe <mrowe@apple.com>
3509 Add WordPress plugin to give more control over blog comment settings.
3511 * blog/wp-content/plugins/commentcontrol.php: Added.
3513 2008-01-30 Jessica Kahn <jess@apple.com>
3515 Reviewed by Tim Hatcher.
3517 * coding/coding-style.html:
3518 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3520 2008-01-21 David Smith <catfish.man@gmail.com>
3522 Reviewed by Darin Adler.
3524 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3526 * perf/slickspeed: Added.
3527 * perf/slickspeed/config.ini: Added.
3528 * perf/slickspeed/footer.html: Added.
3529 * perf/slickspeed/frameworks: Added.
3530 * perf/slickspeed/frameworks/DomQuery.js: Added.
3531 * perf/slickspeed/frameworks/dummy.js: Added.
3532 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3533 * perf/slickspeed/frameworks/prototype.js: Added.
3534 * perf/slickspeed/header.html: Added.
3535 * perf/slickspeed/index.php: Added.
3536 * perf/slickspeed/instructions.txt: Added.
3537 * perf/slickspeed/logo.png: Added.
3538 * perf/slickspeed/selectors.list: Added.
3539 * perf/slickspeed/style.css: Added.
3540 * perf/slickspeed/system: Added.
3541 * perf/slickspeed/system/index.php: Added.
3542 * perf/slickspeed/system/slickspeed.js: Added.
3543 * perf/slickspeed/system/template.php: Added.
3544 * perf/slickspeed/template.html: Added.
3546 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3548 Added Vista crash logging information.
3552 * quality/crashlogs.html:
3554 2008-01-07 Eric Seidel <eric@webkit.org>
3556 Reviewed by Mark Rowe.
3558 * projects/svg/status.xml: remove fixed bugs.
3560 2007-12-30 Mark Rowe <mrowe@apple.com>
3562 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
3564 * blog/wp-admin/admin.php:
3565 * blog/wp-admin/includes/file.php:
3566 * blog/wp-admin/install.php:
3567 * blog/wp-admin/setup-config.php:
3569 * blog/wp-includes/formatting.php:
3570 * blog/wp-includes/functions.php:
3571 * blog/wp-includes/pluggable.php:
3572 * blog/wp-includes/post.php:
3573 * blog/wp-includes/query.php:
3574 * blog/wp-includes/taxonomy.php:
3575 * blog/wp-includes/version.php:
3576 * blog/wp-includes/wp-db.php:
3578 * blog/wp-settings.php:
3581 2007-12-29 Alp Toker <alp@atoker.com>
3585 * perf/sunspider-0.9/sunspider.html:
3587 2007-12-29 Alp Toker <alp@atoker.com>
3591 Provide the current URL in the SunSpider results page. Useful for
3592 copying benchmark results out of browsers without a location bar or
3593 where the location bar can't handle long URLs.
3595 * perf/sunspider-0.9/sunspider-results.html:
3597 2007-12-21 David Smith <catfish.man@gmail.com>