1 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3 Host DoYouEvenBench on webkit.org
4 https://bugs.webkit.org/show_bug.cgi?id=127185
6 Reviewed by Benjamin Poulain.
8 The previous patch didn't quite work due to cross-origin restrictions.
9 Simply add a hyperlink to a trac page.
11 * perf/DoYouEvenBench/index.html:
13 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
15 Host DoYouEvenBench on webkit.org
16 https://bugs.webkit.org/show_bug.cgi?id=127185
18 Reviewed by Benjamin Poulain.
20 Added webkit.org/perf/DoYouEvenBench.
22 * perf/DoYouEvenBench: Added.
23 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
25 2014-01-03 Alex Christensen <achristensen@webkit.org>
27 Added GStreamer to list of required tools for compiling webkit.
28 https://bugs.webkit.org/show_bug.cgi?id=126319
30 Reviewed by Philippe Normand.
32 * building/tools.html:
33 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
34 Added GStreamer installers to list of required tools for WinCairo.
36 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
38 Add a description about webkit-patch setup-git-clone to checkout.html
39 https://bugs.webkit.org/show_bug.cgi?id=126217
41 Reviewed by Philippe Normand.
45 * building/checkout.html:
47 2013-12-13 Roger Fong <roger_fong@apple.com>
49 Update build instructions for Windows following upgrade to VS2013.
51 * building/tools.html:
53 2013-11-30 Mark Rowe <mrowe@apple.com>
55 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
57 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
59 Reviewed by Sam Weinig.
61 * footer.inc: Remove the old analytics code.
62 * header.inc: Add the new stuff.
64 2013-10-29 Beth Dakin <bdakin@apple.com>
66 Just updating the sample code for this potential blog post.
68 * blog-files/regions/pizza-is-amazing.png: Replaced.
69 * blog-files/regions/unstyled-article.png: Replaced.
70 * demos/regions/pizza-regions-manifesto-regionstyling.html:
71 * demos/regions/pizza-regions-manifesto.html:
73 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
75 Mixed content error when accessing webkit.org/team.html over https
76 https://bugs.webkit.org/show_bug.cgi?id=123020
78 Reviewed by Alexey Proskuryakov.
80 When the webkit.org/team.html page is accessed over https most browsers report
81 Mixed Content error, which is caused by the fact that the contributos.json file
82 is accessed over a plain http connection and not https.
86 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
88 Cleanup webkit.org/team.html
89 https://bugs.webkit.org/show_bug.cgi?id=123022
91 Reviewed by Alexey Proskuryakov.
93 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
97 2013-10-16 Geoffrey Garen <ggaren@apple.com>
99 Publish SunSpider 1.0.2
100 https://bugs.webkit.org/show_bug.cgi?id=122923
102 Reviewed by Darin Adler.
104 * perf/sunspider/sunspider.html:
105 * perf/sunspider/versions.html:
107 2013-10-08 Geoffrey Garen <ggaren@apple.com>
109 Refined power management in SunSpider 1.0.2
110 https://bugs.webkit.org/show_bug.cgi?id=122525
112 Reviewed by Gavin Barraclough.
114 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
116 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
117 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
118 * perf/sunspider-1.0.2/sunspider.css:
122 2013-10-02 Geoffrey Garen <ggaren@apple.com>
124 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
126 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
127 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
129 2013-09-26 Geoffrey Garen <ggaren@apple.com>
131 Fixed a version number string in SunSpider 1.0.2
132 https://bugs.webkit.org/show_bug.cgi?id=122004
134 Reviewed by Gavin Barraclough.
136 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
138 2013-09-26 Geoffrey Garen <ggaren@apple.com>
140 Tentative SunSpider 1.0.2
141 https://bugs.webkit.org/show_bug.cgi?id=122002
143 Reviewed by Gavin Barraclough.
145 See comments in PerformanceTests/SunSpider.
147 * perf/sunspider-1.0.2: Added.
149 2013-09-20 Mark Rowe <mrowe@apple.com>
151 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
153 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
155 Reviewed by David Kilzer.
157 * building/debug-mac-uiprocess.html:
158 * building/tools.html:
160 2013-09-19 Dan Bernstein <mitz@apple.com>
162 Add a style guideline regarding spacing in range-based for loops
163 https://bugs.webkit.org/show_bug.cgi?id=121620
165 Reviewed by Anders Carlsson.
167 * coding/coding-style.html: Added the guideline that spaces should be placed
168 around the colon in a range-based for loop.
170 2013-09-10 Beth Dakin <bdakin@apple.com>
172 Adding another screenshot for a potential blog post.
174 * blog-files/regions/unstyled-article.png: Added.
176 2013-09-09 Roger Fong <roger_fong@apple.com>
178 Update build instructions for Apple Windows port to include cygwin php install steps.
180 * building/tools.html:
182 2013-09-04 Beth Dakin <bdakin@apple.com>
184 Fixing a typo in demo files and screenshot.
186 * blog-files/regions/pizza-is-amazing.png: Replaced.
187 * demos/regions/pizza-regions-manifesto-regionstyling.html:
188 * demos/regions/pizza-regions-manifesto.html:
190 2013-09-04 Beth Dakin <bdakin@apple.com>
192 Upload demo and images for a potential blog post.
194 * blog-files/regions: Added.
195 * blog-files/regions/pizza-is-amazing.png: Added.
196 * demos/regions: Added.
197 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
198 * demos/regions/pizza-regions-manifesto.html: Added.
199 * demos/regions/yellow-pizza.jpg: Added.
201 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
203 Fix the recommended testing platform on the website
205 Rubberstamped by Enrica Casucci.
207 * quality/testing.html:
209 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
211 Fix webkit.org content overflowing their content box
213 Rubberstamped by Simon Fraser.
215 More fixes to have webkit.org show properly on iPad and iPhone.
217 * blog/wp-content/themes/webkit/header.php:
218 Add the correct viewport width for the blog.
220 * building/debug.html:
221 * building/launch-debugger-vs2010-small.png: Added.
222 * building/set-debugging-properties-vs2010-small.png: Added.
223 Fix the images to make them fit in the page.
225 * coding/adding-features.html:
226 Using <pre> for the example of email just make it looks like our code examples.
227 Change the source to use <blockquote> so that the text can reflow to the content box.
229 (.code, pre, tt, code):
230 Scroll the content when it overflows the box for code and pre.
232 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
234 Give a smaller viewport to webkit.org on devices
236 Rubberstamped by Simon Fraser.
238 The CSS of WebKit.org layout the content on 615px + a right margin of
239 215px + a left margin of 20px. The total layout width is 850px.
241 The standard viewport size on mobile devices is 980px. This leaves a gap
242 on the right side of the content when opening the size on iPhone/iPad.
244 This patch changes the layout width to be 860 to display more content on devices
245 while keeping a little margin.
249 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
251 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
252 https://bugs.webkit.org/show_bug.cgi?id=117993
254 Reviewed by George Staikos.
256 * perf/sunspider-1.0.1/json2.js: Added.
257 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
258 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
259 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
260 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
261 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
262 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
263 * perf/sunspider-1.0.1/sunspider.css: Added.
264 * perf/sunspider-1.0.1/sunspider.html: Added.
265 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
266 * perf/sunspider/versions.html: Updated to version 1.0.1.
268 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
270 Update the images for the blog size-matters
272 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
273 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
274 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
276 2013-08-05 Dean Jackson <dino@apple.com>
278 Move previous commit into /demos.
280 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
281 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
282 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
283 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
285 2013-08-05 Dean Jackson <dino@apple.com>
287 Upload example for a blog post.
289 * blog-files/srcset/image-1x.png: Added.
290 * blog-files/srcset/image-2x.png: Added.
291 * blog-files/srcset/image-src.png: Added.
292 * blog-files/srcset/index.html: Added.
294 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
296 Upload images for a potential blog post
298 * blog-files/size-matters: Added.
299 * blog-files/size-matters/JavaScript-growth.png: Added.
300 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
301 * blog-files/size-matters/WebCore-growth.png: Added.
302 * blog-files/size-matters/WebKit-growth.png: Added.
304 2013-07-14 Kwang Yul Seo <skyul@company100.net>
306 Add Company100 to team.html
307 https://bugs.webkit.org/show_bug.cgi?id=118633
309 Reviewed by Andreas Kling.
313 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
315 Add 'partner.samsung.com' to domain affiliations
316 https://bugs.webkit.org/show_bug.cgi?id=118580
318 Reviewed by Antonio Gomes.
322 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
324 Add screenshot of the inspector color picker for the blog
326 * blog-files/last-week-in-webkit: Added.
327 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
329 2013-06-27 Roger Fong <roger_fong@apple.com>
331 Update required tools for Windows instructions.
333 * building/tools.html:
335 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
337 The page title of technical-articles.html is incorrect.
338 https://bugs.webkit.org/show_bug.cgi?id=117727
340 Reviewed by Ryosuke Niwa.
342 Changed the page title of technical-articles.html to "WebKit Technical Articles".
344 * coding/technical-articles.html:
346 2013-06-14 Timothy Hatcher <timothy@apple.com>
348 Shrink larger images to fit the width of the blog.
350 * blog-files/new-inspector/hero-labeled.png:
351 * blog-files/new-inspector/hero.png:
353 2013-06-12 Roger Fong <roger_fong@apple.com>
355 Update webkit.org build instructions for Apple Windows port.
356 https://bugs.webkit.org/show_bug.cgi?id=117563.
358 Reviewed by Brent Fulgham.
360 * building/build.html:
361 * building/debug.html:
362 * building/launch-debugger-vs2005.png: Removed.
363 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
364 * building/set-as-startup-project-vs2005.png: Removed.
365 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
366 * building/set-debugging-properties-vs2005.png: Removed.
367 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
368 * building/tools.html:
370 2013-06-12 Timothy Hatcher <timothy@apple.com>
372 Add new Web Inspector images for a blog post.
374 * blog-files/new-inspector/activity-viewer.png: Added.
375 * blog-files/new-inspector/codemirror.png: Added.
376 * blog-files/new-inspector/console.png: Added.
377 * blog-files/new-inspector/hero-labeled.png: Added.
378 * blog-files/new-inspector/hero.png: Added.
379 * blog-files/new-inspector/layer-borders.png: Added.
380 * blog-files/new-inspector/layers.png: Added.
381 * blog-files/new-inspector/navigation-bar.png: Added.
382 * blog-files/new-inspector/open-sign.png: Added.
383 * blog-files/new-inspector/reasons.png: Added.
384 * blog-files/new-inspector/save.png: Added.
385 * blog-files/new-inspector/source-map.png: Added.
386 * blog-files/new-inspector/styles.png: Added.
387 * blog-files/new-inspector/toolbar-context-menu.png: Added.
388 * blog-files/new-inspector/toolbar-docked.png: Added.
389 * blog-files/new-inspector/toolbar.png: Added.
391 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
393 Broken link to committers list on contributing web page
394 https://bugs.webkit.org/show_bug.cgi?id=116722
396 Reviewed by Andreas Kling.
398 * coding/contributing.html:
399 Changed broken link to point to the team page instead.
401 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
403 Make team.html have each contributor's area of expertise
404 https://bugs.webkit.org/show_bug.cgi?id=116737
406 Reviewed by Benjamin Poulain.
409 Update to use the new expertise field in contributors.json.
411 2013-04-30 Filip Pizlo <fpizlo@apple.com>
413 Release SunSpider 1.0
415 Rubber stamped by Maciej Stachowiak.
417 * perf/sunspider-1.0: Added.
418 * perf/sunspider-1.0/json2.js: Added.
420 * perf/sunspider-1.0/sunspider-1.0: Added.
421 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
422 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
423 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
424 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
425 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
438 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
439 (.computeItemTotals):
442 (.standardDeviation):
447 (.computeLabelWidth):
452 (sunspiderCompareResults):
453 * perf/sunspider-1.0/sunspider.css: Added.
462 * perf/sunspider-1.0/sunspider.html: Added.
463 * perf/sunspider/sunspider.html:
464 * perf/sunspider/versions.html: Added.
466 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
468 Update team.html to use contributors.json instead of committers.py
469 https://bugs.webkit.org/show_bug.cgi?id=114720
471 Reviewed by Ryosuke Niwa.
473 Updating the team.html to use contributors.json. Also removing the unused field 'area'
474 from the contributors information.
478 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
480 The list of contributors in committers.py should be a separate JSON
481 https://bugs.webkit.org/show_bug.cgi?id=114673
483 Reviewed by Anders Carlsson.
485 Updated the website to refer to contributors.json instead of committers.py.
487 * coding/commit-review-policy.html:
489 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
491 Simplify the page "Getting the Code" on WebKit.org
492 https://bugs.webkit.org/show_bug.cgi?id=113980
494 Reviewed by Sam Weinig.
496 * building/checkout.html:
497 Instead of interleaving instructions for Mac and Windows, just
498 copy the things that make sense and have two clear sections.
500 Also mention Linux, it is the exact same instructions as Mac OS X.
502 Make svn checkout the alternative to a download of the tarball. It is
503 almost impossible to do a svn checkout on slow networks nowadays.
505 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
507 Update WebKit.org's contact page
508 https://bugs.webkit.org/show_bug.cgi?id=113968
510 Reviewed by Geoffrey Garen.
513 -Add a direct link to our archives on Gmane.
514 -References the ports mailing-lists. This may reduces the emails
515 erroneously sent to webkit-dev.
516 -Add a link to our "reporting bug page".
517 -Get rid of the link to CIA. The website is dead.
519 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
521 Add Digia to the domain affiliations
522 https://bugs.webkit.org/show_bug.cgi?id=110116
524 Reviewed by Kenneth Rohde Christiansen.
528 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
530 Add basysKom to domainAffiliations in team.html
531 https://bugs.webkit.org/show_bug.cgi?id=109306
533 Reviewed by Laszlo Gombos.
535 Register basysKom as contributing company in
536 http://www.webkit.org/team.html.
540 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
542 Add intel.com to team.html
543 https://bugs.webkit.org/show_bug.cgi?id=109424
545 Reviewed by Kenneth Rohde Christiansen.
549 2013-02-10 Dirk Schulze <dschulze@adobe.com>
551 Add adobe.com to team.html
552 https://bugs.webkit.org/show_bug.cgi?id=109396
554 Reviewed by Laszlo Gombos.
558 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
560 Add sisa.samsung.com to team.html
561 https://bugs.webkit.org/show_bug.cgi?id=109394
563 Reviewed by Dirk Schulze.
567 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
569 Add a sample change log entry to contributing.html
570 https://bugs.webkit.org/show_bug.cgi?id=105506
572 Reviewed by Alexey Proskuryakov.
574 Added a sample change log to the page directly people skimming through the page will still
575 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
577 * coding/contributing.html:
579 2012-12-18 Nico Weber <thakis@chromium.org>
581 Fix broken loop in style guide
582 https://bugs.webkit.org/show_bug.cgi?id=105346
584 Reviewed by Ryosuke Niwa.
586 Found by Sean Silva <silvas@purdue.edu>
588 * coding/coding-style.html:
590 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
592 Add instructions on how to build WebKit on Xcode 4 to build.html
593 https://bugs.webkit.org/show_bug.cgi?id=104739
595 Reviewed by Daniel Bates.
597 Set the build directories to WebKitBuild.
599 * building/build.html:
601 2012-11-24 Daniel Bates <dbates@webkit.org>
603 Substitute "use" for "user" in sentence about naming convention for
604 enum members so that it reads well.
606 * coding/coding-style.html:
608 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
610 Add Samsung to security vendor member list
611 https://bugs.webkit.org/show_bug.cgi?id=102863
613 Reviewed by Sam Weinig.
615 * security/security-group-members.html: Add Samsung members.
617 2012-10-31 Adam Barth <abarth@webkit.org>
619 technical-articles.html should link to my talk on how WebKit works
620 https://bugs.webkit.org/show_bug.cgi?id=100867
622 Reviewed by Tony Chang.
624 * coding/technical-articles.html:
626 2012-10-29 Eric Seidel <eric@webkit.org>
628 Technical Articles should link to an old talk I gave
629 https://bugs.webkit.org/show_bug.cgi?id=100624
631 Reviewed by Adam Barth.
633 * coding/technical-articles.html:
635 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
637 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
639 * coding/coding-style.html:
641 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
643 Fix a typo per Darin's comment.
645 * coding/coding-style.html:
647 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
649 Add a style guide rule for signed and unsigned int
650 https://bugs.webkit.org/show_bug.cgi?id=96682
652 Reviewed by Geoffrey Garen.
654 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
656 * coding/coding-style.html:
658 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
660 Replace JSC::UString by WTF::String
661 https://bugs.webkit.org/show_bug.cgi?id=95271
663 Reviewed by Geoffrey Garen.
665 Update the coding style to avoid mentioning a class that no longer exist.
667 * coding/coding-style.html:
669 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
671 Address one more review comment.
673 * building/checkout.html:
675 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
677 Recommend the use of https and mention git on building/checkout.html
678 https://bugs.webkit.org/show_bug.cgi?id=93657
680 Reviewed by Mark Rowe.
682 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
683 because the paragraph right above it refers to buliding/tools.html for that.
685 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
686 checkout using a Git client.
688 * building/checkout.html:
690 2012-07-27 Adam Barth <abarth@webkit.org>
692 Writing a blog post for new reviewers doesn't add value to the blog
693 https://bugs.webkit.org/show_bug.cgi?id=92305
695 Reviewed by Eric Seidel.
697 Now that we have Peter posting weekly updates to the blog, having an
698 announcement on the blog for each reviewer is more noise than signal.
700 * coding/commit-review-policy.html:
702 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
704 Update webkit.org to refer to layoutTestController instead of testRunner
705 https://bugs.webkit.org/show_bug.cgi?id=89445
707 Reviewed by Kent Tamura.
709 * quality/testwriting.html:
711 2012-05-21 Peter Kasting <pkasting@google.com>
713 Style guide change: Uses of "std::" should be explicitly qualified.
714 https://bugs.webkit.org/show_bug.cgi?id=87043
716 Reviewed by Ryosuke Niwa.
718 * coding/coding-style.html:
720 2012-05-11 Darin Adler <darin@apple.com>
722 Try to make spacing of fine print items in lower left nicer looking.
725 (#notice, #trademark, #terms): Changed top margin to 10px.
726 (#notice): Put 30px margin here.
728 2012-05-11 Darin Adler <darin@apple.com>
730 CSS tweak needed for the trademark terms of use.
733 (#notice, #trademark, #terms): Added #trademark.
735 2012-05-11 Darin Adler <darin@apple.com>
737 Add a link to WebKit trademark terms of use, other small website changes
738 https://bugs.webkit.org/show_bug.cgi?id=86112
740 Reviewed by Dan Bernstein.
742 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
743 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
746 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
747 of use on the macosforge.org terms of use page.
749 2012-05-07 Dan Bernstein <mitz@apple.com>
751 webkit.org instructions for debugging WebProcess are unnecessarily complex
752 https://bugs.webkit.org/show_bug.cgi?id=85756
754 Reviewed by Darin Adler.
756 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
757 debugging the Web process, as well as instructions for debugging the Web process from the
758 command line using debug-safari and debug-minibrowser.
759 * building/tools.html: Updated links and tweaked the language.
761 2012-04-23 Daniel Bates <dbates@webkit.org>
763 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
765 Rubber-stamped by Eric Seidel.
767 Before you can use the Xcode 4.3.2 command line tools, you must either run
768 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
769 DEVELOPER_DIR to point to the Xcode developer tools directory.
771 * building/tools.html:
773 2012-04-23 Daniel Bates <dbates@webkit.org>
775 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
777 Rubber-stamped by Eric Seidel.
779 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
780 are specific to Xcode 4.3.2.
782 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
783 * building/debug.html: Ditto.
785 2012-04-19 Daniel Bates <dbates@webkit.org>
787 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
788 https://bugs.webkit.org/show_bug.cgi?id=84364
790 Reviewed by Eric Seidel.
792 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
795 * building/debug-mac-uiprocess.html:
796 * building/debug.html:
798 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
800 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
801 https://bugs.webkit.org/show_bug.cgi?id=80429
803 Reviewed by Dan Bernstein.
805 * building/tools.html:
807 2012-03-10 Daniel Bates <dbates@webkit.org>
809 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
811 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/>.
812 Substituting https for http in (1) returns the expected page.
814 * building/debug-mac-uiprocess.html:
815 * building/debug.html:
817 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
819 Add a link to the EFL wiki page
820 https://bugs.webkit.org/show_bug.cgi?id=79439
822 Reviewed by Adam Barth.
824 * building/tools.html:
825 * css/main.css: Cross-browser border-radius.
827 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
829 team.html (on webkit.org) doesn't recognize codeaurora.org
830 https://bugs.webkit.org/show_bug.cgi?id=79529
832 Reviewed by Ryosuke Niwa.
836 2012-02-16 Kent Tamura <tkent@chromium.org>
838 Improve usability of coding-style.html
839 https://bugs.webkit.org/show_bug.cgi?id=78470
841 Reviewed by Eric Seidel.
843 * coding/coding-style.html:
844 - Do not add a title attribute to each of LI elements
845 - Do not add a click handler to each of them
846 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
848 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
850 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
851 https://bugs.webkit.org/show_bug.cgi?id=76544
853 Reviewed by Darin Adler.
855 WEBKITOUTPUTDIR is not only for Windows.
857 * building/build.html:
859 2012-01-20 Kent Tamura <tkent@chromium.org>
861 Each style rule should have its own ID.
862 https://bugs.webkit.org/show_bug.cgi?id=76428
864 Reviewed by David Levin.
866 * coding/coding-style.html: Add an id attribute to each of li elements,
867 and add code to set title="#id-name" and to make li elements clickable.
869 2012-01-19 Daniel Bates <dbates@webkit.org>
871 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
873 Rubber-stamped by Sam Weinig.
875 * building/debug.html:
877 2012-01-19 Daniel Bates <dbates@webkit.org>
879 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
880 https://bugs.webkit.org/show_bug.cgi?id=67102
882 Reviewed by Eric Seidel.
884 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
886 * building/active-scheme-xcode4.png: Added.
887 * building/build-settings-tab-xcode4.png: Added.
888 * building/build-window.png: Removed.
889 * building/custom-executable-xcode4.png: Added.
890 * building/custom-executable.png: Removed.
891 * building/debug-mac-uiprocess.html: Added.
892 * building/debug.html:
893 * building/debug.png: Removed.
894 * building/info-tab.png: Removed.
895 * building/run-xcode4.png: Added.
897 2012-01-11 Antti Koivisto <antti@apple.com>
899 Remove S60 reference from webkit.org
900 https://bugs.webkit.org/show_bug.cgi?id=76044
902 Reviewed by Simon Hausmann.
908 2012-01-10 Hajime Morrita <morrita@chromium.org>
910 [Website] i-Bench is no longer available.
911 https://bugs.webkit.org/show_bug.cgi?id=76027
913 Reviewed by Ryosuke Niwa.
915 Updated the availability information of i-Bench.
917 * projects/performance/index.html:
919 2011-12-07 Daniel Bates <dbates@webkit.org>
921 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
922 https://bugs.webkit.org/show_bug.cgi?id=74006
924 Reviewed by Antonio Gomes.
926 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
927 ASSERT_NOT_REACHED().
929 * coding/assertion-guidelines.html:
931 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
933 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
934 https://bugs.webkit.org/show_bug.cgi?id=73098
936 Reviewed by Antti Koivisto.
938 Revise the sentence about committers being allowed to land patches by others to explicitly state that
939 they can only land patches by others if asked by authors themselves.
941 * coding/commit-review-policy.html:
943 2011-11-14 Mark Rowe <mrowe@apple.com>
945 Upgrade WordPress's Akismet plug-in to the latest version.
947 * blog/wp-content/plugins/akismet:
949 2011-11-14 Mark Rowe <mrowe@apple.com>
951 Update one file that was missed.
953 * blog/wp-settings.php:
955 2011-11-14 Mark Rowe <mrowe@apple.com>
957 Upgrade WordPress to v3.2.1.
961 2011-10-28 Dean Jackson <dino@apple.com>
963 Remove this horribly outdated file. It was showing up in
964 Google searches and shouldn't be used as official
967 Rubber-stamped by Simon Fraser.
969 * specs/MediaQueriesExtensions.html: Removed.
971 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
973 Style guide should mention the preference of index over iterator
974 https://bugs.webkit.org/show_bug.cgi?id=70285
976 Reviewed by Darin Adler.
978 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
979 we prefer index over iterators.
981 * coding/coding-style.html:
983 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
985 Fix a typo pointed by Sam (Weinig).
987 * coding/coding-style.html:
989 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
991 Style guide should mandate use of pass-by-reference for out arguments
992 https://bugs.webkit.org/show_bug.cgi?id=69766
994 Reviewed by Darin Adler.
996 This matches the convention used throughout WebCore.
998 * coding/coding-style.html:
1000 2011-10-06 Amruth Raj <amruthraj@motorola.com>
1002 Add Motorola Mobility to team.html
1003 https://bugs.webkit.org/show_bug.cgi?id=69597
1005 Reviewed by Ryosuke Niwa.
1009 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1011 Generate WebKit team's page out of committers.py
1012 https://bugs.webkit.org/show_bug.cgi?id=68045
1014 Fix per Daniel's review comment since I had misunderstood the code.
1018 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1020 Generate WebKit team's page out of committers.py
1021 https://bugs.webkit.org/show_bug.cgi?id=68045
1023 Reviewed by Daniel Bates.
1025 Add the initial implementation of team.html. This page automatically pulls data from committers.py
1026 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
1030 2011-09-01 Jon Lee <jonlee@apple.com>
1032 Adding control rendering at various sizes.
1034 * projects/forms/survey.html:
1036 2011-08-29 Jon Lee <jonlee@apple.com>
1038 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
1040 * projects/forms/survey.html:
1042 2011-08-17 Jon Lee <jonlee@apple.com>
1044 Updating the forms survey to include various element sizes.
1046 * projects/forms/survey.html:
1048 2011-08-16 Daniel Bates <dbates@webkit.org>
1050 Add myself to the list of individual members in the WebKit Security Group.
1052 Rubber-stamped by Eric Seidel.
1054 * security/security-group-members.html:
1056 2011-08-09 Anders Carlsson <andersca@apple.com>
1058 Broken link to LICENSE on contributing code page
1059 https://bugs.webkit.org/show_bug.cgi?id=65947
1061 Reviewed by Ryosuke Niwa.
1063 * coding/contributing.html:
1065 2011-08-04 Dan Bernstein <mitz@apple.com>
1069 * coding/contributing.html:
1071 2011-08-04 Nico Weber <thakis@chromium.org>
1073 Update the contributors page to recommend webkit-patch instead of many manual steps
1074 https://bugs.webkit.org/show_bug.cgi?id=65714
1076 Reviewed by Adam Barth.
1078 asvitkine followed the contributing instructions for his first patch, and got
1079 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1080 webkit-patch prevents errors like this and more.
1082 * coding/contributing.html:
1084 2011-07-21 Jon Lee <jonlee@apple.com>
1086 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1087 <rdar://problem/9782965>
1089 Rubber-stamped by Maciej Stachowiak.
1091 * projects/forms/image-usemap.png: Added.
1092 * projects/forms/image1.png: Added.
1093 * projects/forms/image10.png: Added.
1094 * projects/forms/image16.png: Added.
1095 * projects/forms/index.html: Update links
1096 * projects/forms/survey.html: Added.
1098 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1100 SVG feature status is not up-to-date
1101 https://bugs.webkit.org/show_bug.cgi?id=64856
1103 Reviewed by Dirk Schulze.
1105 Update SVG feature status after r91331.
1107 * projects/svg/status.xml:
1109 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1111 Reviewed by Darin Adler.
1113 Add note about cases where enums are preferred over bools on function parameters.
1114 https://bugs.webkit.org/show_bug.cgi?id=63564
1116 This matches the outcome of this webkit-dev thread:
1117 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1119 * coding/coding-style.html:
1121 2011-05-31 Chris Evans <cevans@chromium.org>
1123 Reviewed by Drew Yao.
1125 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1127 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1129 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1131 Reviewed by Dan Bernstein.
1133 Building instructions should not talk about Tiger
1134 https://bugs.webkit.org/show_bug.cgi?id=61210
1136 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1137 Xcode version to the latest Leopard one.
1139 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1141 Reviewed by Adam Barth.
1143 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1144 https://bugs.webkit.org/show_bug.cgi?id=60686
1146 * security/security-group-members.html:
1148 2011-05-11 Cris Neckar <cdn@chromium.org>
1150 Reviewed by David Levin.
1152 Adding Cris Neckar to the Webkit Security Group site.
1153 https://bugs.webkit.org/show_bug.cgi?id=60668
1155 * security/security-group-members.html:
1157 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1159 Reviewed by Mark Rowe.
1161 Update Qt/Nokia Security contacts
1162 https://bugs.webkit.org/show_bug.cgi?id=60650
1164 Ademar (me) replaced Simon as the release manager and primary security
1165 contact for QtWebKit. See:
1166 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1168 * security/security-group-members.html:
1170 2011-05-09 Eric Seidel <eric@webkit.org>
1172 Reviewed by Adam Barth.
1174 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1175 https://bugs.webkit.org/show_bug.cgi?id=59672
1177 * coding/adding-features.html: Added.
1180 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1182 Not reviewed: adding image files for the blog post.
1184 * blog-files/inspector/remote-debugging-attached.png: Added.
1185 * blog-files/inspector/remote-debugging-discovery.png: Added.
1187 2011-04-27 Ojan Vafai <ojan@chromium.org>
1189 Reviewed by Dan Bernstein.
1191 change style guide to pre-increment in for-loops
1192 https://bugs.webkit.org/show_bug.cgi?id=59619
1194 This matches what a number of reviewers have been asking
1195 for in code reviews.
1197 * coding/coding-style.html:
1199 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1201 Reviewed by Tor Arne Vestbø.
1203 Added instructions on how to work from behind proxy
1204 and detailed the instructions refering to rebasing.
1205 Windows build instructions do not work if you are behind a proxy
1206 or have a Temp directory that you do not own directly.
1207 https://bugs.webkit.org/show_bug.cgi?id=57246
1209 * building/tools.html:
1211 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1213 Reviewed by James Robinson.
1215 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1216 https://bugs.webkit.org/show_bug.cgi?id=58190
1218 * misc/related-target-and-shadow-dom.svg: Added.
1220 2011-04-06 David Levin <levin@chromium.org>
1222 Reviewed by Ojan Vafai.
1224 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1225 https://bugs.webkit.org/show_bug.cgi?id=55275
1227 * coding/coding-style.html:
1229 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1231 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1234 * blog-files/inspector/stack-traces-img/1.png: Added.
1235 * blog-files/inspector/stack-traces-img/2.png: Added.
1236 * blog-files/inspector/stack-traces-img/3.png: Added.
1237 * blog-files/inspector/stack-traces-img/4.png: Added.
1238 * blog-files/inspector/stack-traces-img/5.png: Added.
1239 * blog-files/inspector/stack-traces-img/6.png: Added.
1240 * blog-files/inspector/stack-traces-img/button.png: Added.
1242 2011-02-26 David Levin <levin@chromium.org>
1244 Reviewed by Darin Adler.
1246 Add style guidelines about comments from the unwritten rules email.
1247 https://bugs.webkit.org/show_bug.cgi?id=55272
1249 * coding/coding-style.html: Added the guidelines.
1251 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1253 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1255 * blog-files/inspector/css_rule_diff.png: Added.
1257 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1259 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1261 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1262 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1263 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1264 * blog-files/inspector/warning_10x10.png: Added.
1266 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1268 Unreviewed. Add Web Inspector style editing screenshots.
1270 * blog-files/inspector-css-as-authored.png: Added.
1271 * blog-files/inspector-css-autocomplete.png: Added.
1272 * blog-files/inspector-unknown-css-properties.png: Added.
1274 2011-01-21 David Levin <levin@chromium.org>
1276 Reviewed by Darin Adler.
1278 Proposal: Require cross-organizational seconds for reviewer nominations
1279 https://bugs.webkit.org/show_bug.cgi?id=47597
1281 This changes the committer/reviewer policy to require an additional
1282 reviewer supporting a reviewer nomination to work for a different
1283 company and different project affiliation from the nominee.
1285 This means reviewer nominations would require four supporting reviewers,
1286 one of which knows the reviewer through the community (irc, email, bugs)
1287 ensuring that the nominee has the open-source collaboration skills
1288 we so highly value here in WebKit.
1290 * coding/commit-review-policy.html:
1292 2011-01-01 Adam Barth <abarth@webkit.org>
1294 Reviewed by Eric Seidel.
1296 Move JavaScriptCore to Source
1297 https://bugs.webkit.org/show_bug.cgi?id=51604
1299 * coding/assertion-guidelines.html:
1300 - Update documentation to point to the new location of
1303 2010-12-17 Dan Bernstein <mitz@apple.com>
1305 Reviewed by Simon Fraser.
1307 Rename WebKitTools to Tools
1308 https://bugs.webkit.org/show_bug.cgi?id=49861
1310 * asking_questions.html:
1311 * building/tools.html:
1312 * coding/scripts.html:
1314 2010-11-08 Jessie Berlin <jberlin@apple.com>
1316 Reviewed by Adam Roben.
1318 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1320 https://bugs.webkit.org/show_bug.cgi?id=49189
1322 * building/tools.html:
1323 Add a line recommending bash shell users to comment out or remove those lines, with an
1324 explanation as to why.
1326 2010-11-04 Orlando Leite <orlleite@gmail.com>
1328 Reviewed by Adam Barth.
1330 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1332 * building/tools.html:
1334 2010-10-29 Adam Roben <aroben@apple.com>
1336 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1339 The February 2010 SDK is the last one with support for Visual Studio
1342 I also removed some unnecessary instructions regarding the DirectX
1345 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1346 specific version of the DirectX SDK
1348 Reviewed by Steve Falkenburg.
1350 * building/tools.html:
1352 2010-10-28 Lucas Forschler <lforschler@apple.com>
1354 Reviewed by Geoffrey Garen.
1356 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1358 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1359 -Edited the .htaccess file to redirect the old pages to the new landing page.
1360 -This should keep our search engine page rankings effective.
1361 Potentially breaking:
1362 -This COULD potentially break the SunSpider benchmark.
1363 -Local testing with relative links seems to function as expected.
1364 -The .htaccess 301 redirects are UNTESTED.
1368 * perf/sunspider: Added.
1369 * perf/sunspider-0.9.1/sunspider.html: Removed.
1370 * perf/sunspider-0.9.1/versions.html: Removed.
1371 * perf/sunspider-0.9/sunspider.html: Removed.
1372 * perf/sunspider/sunspider.css: Added.
1373 * perf/sunspider/sunspider.html: Added.
1375 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1377 Reviewed by David Levin.
1379 Add DirectX SDK to Installing Developer Tools web page
1380 https://bugs.webkit.org/show_bug.cgi?id=47911
1382 * building/tools.html:
1384 2010-09-30 David Levin <levin@chromium.org>
1386 Reviewed by Darin Adler.
1388 Add guideline for constructors doing implicit type conversion to coding style.
1389 https://bugs.webkit.org/show_bug.cgi?id=47646
1391 * coding/coding-style.html:
1393 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1395 Reviewed by Simon Fraser.
1397 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1398 https://bugs.webkit.org/show_bug.cgi?id=47013
1400 * nav.inc: Removed the space from the web inspector wiki link.
1402 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1404 Unreviewed HTML syntax fix for my recent change in the coding-style.
1406 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1408 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1410 Reviewed by Darin Adler.
1412 check-webkit-style and the coding style guidelines page are inconsistent
1413 https://bugs.webkit.org/show_bug.cgi?id=46099
1415 * coding/coding-style.html:
1416 Making clear that includes of system headers must come after includes of other headers.
1418 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1420 Reviewed by Adam Barth.
1422 Adding a timeline screenshot for blocking and defer scripts
1423 https://bugs.webkit.org/show_bug.cgi?id=45933
1425 * blog-files/timeline-blocking-script.png: Added.
1426 * blog-files/timeline-defer-script.png: Added.
1428 2010-09-14 Jessie Berlin <jberlin@apple.com>
1430 Reviewed by Adam Roben.
1432 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1433 https://bugs.webkit.org/show_bug.cgi?id=45779
1435 * building/tools.html:
1436 Add instructions about how to optionally get hotfix 976038.
1438 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1440 Reviewed by Adam Barth.
1442 https://bugs.webkit.org/show_bug.cgi?id=43982
1443 This js file seems to be a popular script for detecting mobile WebKit but
1444 it has a flaw that makes it fail on Android and BlackBerry.
1446 The issue is that it looks for "Mobile/" but Android and BlackBerry
1447 use "Mobile" with no numbering after it.
1448 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1450 * misc/WebKitDetect.js:
1451 (WebKitDetect.isMobile):
1453 2010-08-27 Darin Adler <darin@apple.com>
1455 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1456 recent developments.
1458 2010-08-26 Daniel Bates <dbates@rim.com>
1460 Reviewed by Dumitru Daniliuc.
1462 Fix misspelled words on WebKit.org contact.html,
1463 demos/index.html, and quality/leakhunting.html
1464 https://bugs.webkit.org/show_bug.cgi?id=44747
1466 Fix some misspelled words on the WebKit.org site.
1468 * contact.html: Change "bugreports" [sic] to "bug reports".
1469 * demos/index.html: Change "testcase" [sic] to "test case".
1470 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1472 2010-08-23 David Kilzer <ddkilzer@apple.com>
1474 Clean up some HTML typos in crashlogs.html
1476 Rubber-stamped by Maciej Stachowiak.
1478 * quality/crashlogs.html: Fixed "</code>>" typos added in
1479 r56300. Changed "<tt>" tag with style attribute to "<code>"
1480 that was missed in r56300.
1482 2010-08-17 Beth Dakin <bdakin@apple.com>
1484 Rubber-stamped by Adele.
1486 Adding a MathML Demo and screenshot.
1488 * blog-files/riemann-screenshot.png: Added.
1489 * demos/mathml: Added.
1490 * demos/mathml/MathMLDemo.xhtml: Added.
1492 2010-08-17 Adam Roben <aroben@apple.com>
1494 Instruct developers to (optionally) install Debugging Tools for
1497 These tools are used by some of our scripts, so are useful for
1498 developers to have installed.
1500 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1501 should recommend installing Debugging Tools for Windows
1503 Reviewed by Sam Weinig.
1505 * building/tools.html:
1507 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1509 Reviewed by Nikolas Zimmermann.
1511 Update SVG implementation status.
1513 * projects/svg/status.xml:
1515 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1517 Reviewed by Darin Adler.
1519 Add a diagram explaining how a DOM element is attached to the site.
1520 https://bugs.webkit.org/show_bug.cgi?id=42763
1522 * coding/dom-element-attach.html: Added.
1523 * coding/images/dom-element-attach-large.png: Added.
1524 * coding/images/dom-element-attach-small.png: Added.
1525 * coding/images/dom-element-attach.graffle: Added.
1526 * coding/technical-articles.html: Added a link to the page with the diragram.
1528 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1530 Reviewed by Darin Adler.
1532 Improve assertion macro documentation.
1534 https://bugs.webkit.org/show_bug.cgi?id=40565
1536 * coding/assertion-guidelines.html:
1538 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1540 Reviewed by Geoffrey Garen.
1542 Add an index of technical articles to the WebKit site. This makes the
1543 links to the RefPtr and Assertion documentation discoverable and
1544 provides an easy way to find some useful blog posts.
1546 https://bugs.webkit.org/show_bug.cgi?id=40561
1548 * coding/technical-articles.html: Added.
1549 * nav.inc: Add link to technical articles.
1551 2010-06-15 Adam Roben <aroben@apple.com>
1553 Remove some unnecessary steps for setting up the debugger on Windows
1555 Apparently update-webkit does this for you now.
1557 Rubber-stamped by Steve Falkenburg.
1559 * building/debug.html: Removed the first two Windows steps, which are
1560 now unnecessary, and updated the third to reflect reality.
1562 2010-06-14 Adam Roben <aroben@apple.com>
1564 Improve instructions for debugging on Windows
1566 Fixes <http://webkit.org/b/40585>.
1568 Reviewed by Steve Falkenburg.
1570 * building/debug.html: Improved the Windows instructions. We now
1571 instruct users to set things up so that hitting F5 from WebKit.sln
1572 will launch Safari with the WEBKITNIGHTLY environment variable
1573 pointing to the location of the built WebKit.dll.
1575 * building/console_vs2005.jpg: Removed.
1576 * building/debug_vs2005.jpg: Removed.
1578 * building/launch-debugger-vs2005.png: Added.
1579 * building/set-as-startup-project-vs2005.png: Added.
1580 * building/set-debugging-properties-vs2005.png: Added.
1582 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1584 Reviewed by Darin Adler.
1586 Add documentation on the various assertion macros in WebKit.
1588 https://bugs.webkit.org/show_bug.cgi?id=39950
1590 * coding/assertion-guidelines.html: Added.
1592 2010-05-29 Sterling Swigart <sswigart@google.com>
1594 Reviewed by David Levin.
1596 Adding tests to canvas.html performance test
1597 https://bugs.webkit.org/show_bug.cgi?id=39883
1599 * demos/canvas-perf/canvas.html:
1605 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1607 Reviewed by Darin Adler.
1609 Update the style guide re: static member variables and structs
1610 https://bugs.webkit.org/show_bug.cgi?id=39663
1612 Per Darin Adler's proposal on webkit-dev.
1614 All static member variables should be prefixed with s_.
1615 m_ should not be used for public data members in structs.
1616 Only structs should have public data members.
1618 * coding/coding-style.html:
1620 2010-05-24 David Levin <levin@chromium.org>
1622 Reviewed by Maciej Stachowiak.
1624 Improve canvas perf test accuracy.
1625 https://bugs.webkit.org/show_bug.cgi?id=39635
1627 * demos/canvas-perf/canvas.html:
1628 1. Change the various tests to get the image data for the result
1629 to help ensure that the operation has completed by the time,
1630 and subtract out the time needed to do this.
1631 2. Made the test more flexible about number of repetitions and
1633 3. Make the tests run separately and have a pause between them
1634 to allow for garbage collection so that results are more
1636 4. Added a standard logging function and shouldBe asserts to
1637 verify that the correct scaling operations were happening.
1639 2010-05-20 Daniel Bates <dbates@rim.com>
1641 Rubber-stamped by Simon Fraser.
1643 Spelling correction; change "acces" [sic] to "access".
1645 * quality/lifecycle.html:
1647 2010-05-14 Eric Seidel <eric@webkit.org>
1649 Reviewed by Maciej Stachowiak.
1651 Update tools.html to mention that Tiger users require a newer Python
1652 https://bugs.webkit.org/show_bug.cgi?id=38822
1654 Also updated the instructions that only Tiger users need
1655 to install a subversion client. Newer OSes already have
1656 subversion included in the install.
1658 * building/tools.html:
1660 2010-05-08 Dirk Schulze <krit@webkit.org>
1662 Reviewed by Nikolas Zimmermann.
1664 SVGFont's VKern implementation missing
1665 https://bugs.webkit.org/show_bug.cgi?id=38663
1667 * projects/svg/status.xml:
1669 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1671 Reviewed by Adam Barth.
1673 Commit and Review policy should encourage unofficial reviews
1674 https://bugs.webkit.org/show_bug.cgi?id=38517
1676 * coding/commit-review-policy.html:
1678 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1680 Reviewed by Darin Adler.
1682 Fix the sticky-notes demo.
1683 https://bugs.webkit.org/show_bug.cgi?id=38550
1685 1. Exceptions thrown by openDatabase() should be treated as
1687 2. Do not allow users to create new notes when openDatabase()
1690 * demos/sticky-notes/index.html:
1692 2010-05-02 Dirk Schulze <krit@webkit.org>
1694 Reviewed by Nikolas Zimmermann.
1696 SVG hkern implementation incomplete
1697 https://bugs.webkit.org/show_bug.cgi?id=38407
1699 We support hkern now. Mention this in the SVG status page.
1701 * projects/svg/status.xml:
1703 2010-04-29 Dean Jackson <dino@apple.com>
1705 Unreviewed. Make a note that we are no longer proposing
1706 the evaluateMediaQuery method. Instead, we are following
1707 the standard matchMedium method from CSS 3 View.
1709 * specs/MediaQueriesExtensions.html:
1711 2010-04-18 Adam Barth <abarth@webkit.org>
1713 Unreviewed. Update a label of the diagram to better match the
1714 description in the text of the blog post.
1716 * blog-files/loader-diagram.svg:
1718 2010-04-17 Adam Barth <abarth@webkit.org>
1720 Unreviewed. Added loader diagram for upcoming blog post.
1722 * blog-files/loader-diagram.svg: Added.
1724 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1726 Reviewed by Eric Seidel.
1728 Minor Updates and Cleanup to the Contributing Page
1729 https://bugs.webkit.org/show_bug.cgi?id=37415
1731 * coding/contributing.html:
1733 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1737 Random demo to look cool on twitter.
1739 * misc/gradient-input.html: Added.
1741 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1745 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1747 * blog-files/inspector/audits_launcher.png: Added.
1748 * blog-files/inspector/audits_panel.png: Added.
1749 * blog-files/inspector/console_panel.png: Added.
1750 * blog-files/inspector/context_menu.png: Added.
1751 * blog-files/inspector/css_highlighted_line.png: Added.
1752 * blog-files/inspector/css_line_number_snippet.png: Added.
1753 * blog-files/inspector/css_line_numbers.png: Added.
1754 * blog-files/inspector/deactivate_breakpoints.png: Added.
1755 * blog-files/inspector/evaluate_on_hover.png: Added.
1756 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1757 * blog-files/inspector/inherited_styles.png: Added.
1758 * blog-files/inspector/large_dom.png: Added.
1759 * blog-files/inspector/large_resources.png: Added.
1760 * blog-files/inspector/pseudo_elements.png: Added.
1761 * blog-files/inspector/redirect_headers.png: Added.
1762 * blog-files/inspector/redirect_headers_full.png: Added.
1763 * blog-files/inspector/redirects.png: Added.
1764 * blog-files/inspector/redirects_full.png: Added.
1765 * blog-files/inspector/timeline_overview.png: Added.
1766 * blog-files/inspector/timeline_panel.png: Added.
1767 * blog-files/inspector/timeline_record_details.png: Added.
1769 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1771 Reviewed by David Levin.
1773 Asking Questions Page Grammar Fixes
1774 https://bugs.webkit.org/show_bug.cgi?id=36608
1776 * asking_questions.html:
1778 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1780 Reviewed by Timothy Hatcher.
1782 New Asking Questions Page is not Valid HTML5
1783 https://bugs.webkit.org/show_bug.cgi?id=36605
1785 * asking_questions.html: fixed issues raised by the validator.
1787 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1789 Reviewed by David Levin.
1791 Add a page on how to ask questions
1792 https://bugs.webkit.org/show_bug.cgi?id=35223
1794 * asking_questions.html: Added.
1795 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1796 to get help effectively
1797 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1799 * contact.html: Tweaked the wording to make it more clear what the
1800 mailing list are used for. Also changed the formatting to better
1801 underline the different mailing lists.
1803 2010-03-24 Sam Weinig <sam@webkit.org>
1805 Rubber-stamped by Anders Carlsson..
1807 Update Security Group Members list.
1809 * security/security-group-members.html:
1811 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1815 Add another example.
1817 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1819 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1823 Add example of accessible ASCII art for HTML WG.
1825 * demos/accessible-ascii-art: Added.
1826 * demos/accessible-ascii-art/butterfly.html: Added.
1828 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1830 Reviewed by Mark Rowe.
1832 WebKit blog should be valid HTML5
1833 https://bugs.webkit.org/show_bug.cgi?id=36410
1835 * blog/wp-content/themes/webkit/comments-popup.php:
1836 * blog/wp-content/themes/webkit/footer.php:
1837 * blog/wp-content/themes/webkit/header.php:
1839 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1841 Reviewed by Mark Rowe.
1843 Fix a bunch of HTML5 validation errors on various pages.
1844 https://bugs.webkit.org/show_bug.cgi?id=36409
1846 * building/build.html:
1847 * building/checkout.html:
1848 * building/debug.html:
1849 * building/run.html:
1850 * building/tools.html:
1851 * coding/coding-style.html:
1852 * coding/contributing.html:
1853 * coding/major-objects.html:
1858 * projects/compat/index.html:
1859 * projects/css/index.html:
1860 * projects/documentation/index.html:
1861 * projects/goals.html:
1862 * projects/index.html:
1863 * projects/mathml/index.html:
1864 * quality/bugpriorities.html:
1865 * quality/bugwriting.html:
1866 * quality/crashlogs.html:
1867 * quality/lifecycle.html:
1868 * quality/testing.html:
1869 * quality/testwriting.html:
1871 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1873 Reviewed by Mark Rowe.
1875 webkit.org should use the HTML5 doctype
1876 https://bugs.webkit.org/show_bug.cgi?id=36407
1879 * misc/drosera/index.html:
1880 * perf/slickspeed/system/index.php:
1881 * perf/slickspeed/system/template.php:
1884 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1886 Reviewed by Mark Rowe.
1888 http://webkit.org/ has an HTML5 validation error
1889 https://bugs.webkit.org/show_bug.cgi?id=36406
1893 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1895 Tweak canvas perf demo.
1897 * demos/canvas-perf/canvas.html:
1899 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1901 Added canvas perf demo for whatwg.
1903 * demos/canvas-perf: Added.
1904 * demos/canvas-perf/canvas.html: Added.
1905 * demos/canvas-perf/kraken.jpg: Added.
1907 2010-03-09 Adam Roben <aroben@apple.com>
1909 Add a link to the Contributors Meeting registration form in the
1912 Rubber-stamped in advance by Adele Peterson.
1914 * nav.inc: Added a link underneath "Trac".
1916 2010-02-26 Sam Weinig <sam@webkit.org>
1918 Rubber-stamped by Adele Peterson.
1920 Update Security Group Members list.
1922 * security/security-group-members.html:
1924 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1926 Reviewed by Eric Seidel and Adam Roben.
1928 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1929 https://bugs.webkit.org/show_bug.cgi?id=35098
1931 * building/debug.html:
1932 Add instructions on how to build and run WebKit from within Visual Studio.
1934 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1936 Rubber stamped by Adam Barth.
1938 Add sunspider-0.9.1 to the site in preparation for announcing it.
1939 https://bugs.webkit.org/show_bug.cgi?id=35206
1941 * perf/sunspider-0.9.1: Added.
1942 * perf/sunspider-0.9.1/json2.js: Added.
1943 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1944 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1945 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1946 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1947 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1948 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1949 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1950 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1951 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1952 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1953 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1954 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1955 * perf/sunspider-0.9.1/sunspider.css: Added.
1956 * perf/sunspider-0.9.1/sunspider.html: Added.
1957 * perf/sunspider-0.9.1/versions.html: Added.
1959 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1961 Not reviewed - demo.
1963 Made some examples of using <details> for table descriptions.
1965 * demos/hover-summary: Added.
1966 * demos/hover-summary/details.css: Added.
1967 * demos/hover-summary/details.js: Added.
1968 (summaryClickListener):
1971 * demos/hover-summary/example1.html: Added.
1972 * demos/hover-summary/example2.html: Added.
1973 * demos/hover-summary/horizontal-triangle.png: Added.
1974 * demos/hover-summary/vertical-triangle.png: Added.
1976 2010-02-02 Jens Alfke <snej@chromium.org>
1978 Reviewed by David Levin.
1980 Clarified coding guidelines on wiki to allow indentation of
1981 _nested_ namespaces.
1982 https://bugs.webkit.org/show_bug.cgi?id=32137
1984 * coding/coding-style.html:
1986 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1988 Reviewed by David Kilzer.
1990 Added to contributing code page a pointer to the preferred
1991 license text. Also added information about copyright lines.
1993 https://bugs.webkit.org/show_bug.cgi?id=34017
1995 * coding/contributing.html:
1997 - Added CSS class for books.
1999 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
2001 Reviewed by David Levin.
2003 Added screenshots and clearer instructions on how to submit
2006 https://bugs.webkit.org/show_bug.cgi?id=32542
2008 Also added that a bug report should be selected or created
2009 prior to submitting a patch.
2011 * coding/contributing.html:
2012 * coding/images: Added.
2013 * coding/images/contribute_add_attachment.png: Added.
2014 * coding/images/contribute_mark_review.png: Added.
2016 2010-01-11 Maciej Stachowiak <mjs@apple.com>
2018 Not reviewed; updated for truth (and readability).
2020 Fixed some wrong listings and reorganized this page.
2022 * security/security-group-members.html:
2024 2010-01-06 Dirk Schulze <krit@webkit.org>
2026 Reviewed by Nikolas Zimmermann.
2029 https://bugs.webkit.org/show_bug.cgi?id=31905
2031 Update SVG status page. We support feDisplacementMap and feImage now.
2033 * projects/svg/status.xml:
2035 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
2037 Reviewed by Darin Adler.
2039 Removed outdated contact information from bug life cycle page.
2041 https://bugs.webkit.org/show_bug.cgi?id=32494
2043 * quality/lifecycle.html:
2045 2009-12-13 Dan Bernstein <mitz@apple.com>
2047 Reviewed by Sam Weinig.
2049 Add a style guideline concerning floating point literals
2050 https://bugs.webkit.org/show_bug.cgi?id=32497
2052 * coding/coding-style.html:
2054 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2056 Reviewed by Adam Roben.
2058 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2059 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2060 in Windows as part of running update_webkit.
2062 * building/build.html:
2063 - removed the reference to forgetting to set environment variables as a common source of errors
2064 on Windows. This is because this patch would make it unnecessary for the user to set these
2067 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2069 Reviewed by Darin Adler.
2071 Added the "using std::foo" rule to the coding style guidelines.
2073 https://bugs.webkit.org/show_bug.cgi?id=32301
2075 Added to the coding style guidelines the "using std::foo" rule
2076 checked by the check-webkit-style script. Also clarified the
2077 "using" statement guidelines that apply to implementation files.
2079 * coding/coding-style.html:
2081 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2083 Reviewed by Darin Adler.
2085 Refactored web site documentation so that advice to add
2086 WebKitTools/Scripts to your shell path does not appear
2089 https://bugs.webkit.org/show_bug.cgi?id=32112
2091 * building/build.html:
2092 * building/checkout.html:
2093 * building/run.html:
2094 * coding/coding-style.html:
2095 * coding/contributing.html:
2096 * coding/scripts.html: Added.
2097 * quality/testing.html:
2099 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2101 Reviewed by Eric Seidel.
2103 Add reference to the GTK and QT build wiki pages
2105 https://bugs.webkit.org/show_bug.cgi?id=32088
2107 * building/tools.html:
2110 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2112 Reviewed by Darin Adler.
2114 Added clarifications to the web site regarding coding style and
2117 https://bugs.webkit.org/show_bug.cgi?id=31618
2119 Changes include the following:
2121 - Expanded the style guidelines regarding "using" statements.
2122 - Made the style guidelines page validate as HTML.
2123 - Added that legacy WebKit components should not be cleaned up.
2124 - Added that it is more acceptable to update style when already
2127 * coding/coding-style.html:
2128 * coding/contributing.html:
2129 * projects/cleanup/index.html:
2131 2009-11-18 Eric Seidel <eric@webkit.org>
2133 Reviewed by David Levin.
2135 Make 80 patches a formal requirement for reviewership
2136 https://bugs.webkit.org/show_bug.cgi?id=31313
2137 Per discussion on the webkit-reviewers list:
2138 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2140 * coding/commit-review-policy.html:
2142 2009-11-18 Daniel Bates <dbates@webkit.org>
2144 Reviewed by Eric Seidel.
2146 https://bugs.webkit.org/show_bug.cgi?id=31610
2148 Adds property "min-width" to #title so that the width of the title
2149 element on each page is at least 790px. In particular, this makes
2150 the page <http://webkit.org/security/security-group-members.html>
2151 consistent, in appearance, to the rest of the site.
2155 2009-11-16 Sam Weinig <sam@webkit.org>
2157 Reviewed by Anders Carlsson.
2159 Update Security Group Members list.
2161 * security/security-group-members.html:
2163 2009-11-16 Sam Weinig <sam@webkit.org>
2165 Reviewed by Adele Peterson.
2167 Update Security Group Members list.
2169 * security/security-group-members.html:
2171 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2173 Reviewed by Darin Adler.
2175 Added to the WebKit Coding Style Guidelines not to use
2176 "using namespace" statements in header files.
2178 * coding/coding-style.html:
2180 2009-11-10 Oliver Hunt <oliver@apple.com>
2182 Reviewed by Maciej Stachowiak.
2184 Fix WebGL demos to work with renamed WebGL primitives
2186 * blog-files/webgl/Earth.html:
2187 * blog-files/webgl/ManyPlanetsDeep.html:
2188 * blog-files/webgl/SpinningBox.html:
2189 * blog-files/webgl/SpiritBox.html:
2190 * blog-files/webgl/TeapotPerPixel.html:
2191 * blog-files/webgl/TeapotPerVertex.html:
2192 * blog-files/webgl/WebGL+CSS.html:
2193 * blog-files/webgl/resources/CanvasMatrix.js:
2194 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2195 * blog-files/webgl/resources/utils3d.js:
2200 2009-11-06 Dirk Schulze <krit@webkit.org>
2202 Rubber stamped by Eric Seidel.
2204 Update SVG status page. We support feMorphology now.
2205 Set lightning filters to unimplemented.
2207 * projects/svg/status.xml:
2209 2009-11-06 Jeff Schiller <codedread@gmail.com>
2211 Reviewed by Darin Adler.
2213 SVG Status page update
2214 https://bugs.webkit.org/show_bug.cgi?id=31179
2216 * projects/svg/status.xml:
2218 2009-11-03 Darin Adler <darin@apple.com>
2220 Set the MIME type for all PNG files in this directory.
2222 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2223 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2224 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2225 * blog-files/acid3-100.png: Modified property svn:mime-type.
2226 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2227 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2228 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2229 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2230 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2231 * blog-files/bounce.png: Added property svn:mime-type.
2232 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2233 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2234 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2235 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2236 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2237 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2238 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2239 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2240 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2241 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2242 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2243 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2244 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2245 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2246 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2247 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2248 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2249 * blog-files/inspector/colors.png: Added property svn:mime-type.
2250 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2251 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2252 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2253 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2254 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2255 * blog-files/inspector/enable.png: Added property svn:mime-type.
2256 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2257 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2258 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2259 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2260 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2261 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2262 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2263 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2264 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2265 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2266 * blog-files/kate-circle.png: Modified property svn:mime-type.
2267 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2268 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2269 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2270 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2271 * blog-files/kate.png: Modified property svn:mime-type.
2272 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2273 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2274 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2275 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2276 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2277 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2278 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2279 * blog-files/pulse.png: Added property svn:mime-type.
2280 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2281 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2282 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2283 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2284 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2285 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2286 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2287 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2288 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2289 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2290 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2291 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2292 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2293 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2294 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2295 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2296 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2297 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2298 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2299 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2300 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2301 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2302 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2303 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2304 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2305 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2306 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2307 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2308 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2309 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2310 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2311 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2312 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2313 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2314 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2315 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2316 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2317 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2318 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2319 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2320 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2321 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2322 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2323 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2324 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2325 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2326 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2327 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2328 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2329 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2330 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2331 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2332 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2333 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2334 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2335 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2336 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2337 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2338 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2339 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2340 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2341 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2342 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2343 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2344 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2345 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2346 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2347 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2348 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2349 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2350 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2351 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2352 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2353 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2354 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2355 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2356 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2357 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2358 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2359 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2360 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2361 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2362 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2363 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2364 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2365 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2366 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2367 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2368 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2369 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2370 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2371 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2372 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2373 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2374 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2375 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2376 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2377 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2378 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2379 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2380 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2381 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2382 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2383 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2384 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2385 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2386 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2387 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2388 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2389 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2390 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2391 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2392 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2393 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2394 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2395 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2396 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2397 * images/DroseraPic.png: Modified property svn:mime-type.
2398 * misc/drosera/drosera.png: Modified property svn:mime-type.
2399 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2401 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2403 Reviewed by Timothy Hatcher.
2405 Adding images for an upcoming blog post.
2407 * blog-files/inspector/breakpoints.png: Added.
2408 * blog-files/inspector/colors.png: Added.
2409 * blog-files/inspector/cookies.png: Added.
2410 * blog-files/inspector/css_selectors.png: Added.
2411 * blog-files/inspector/css_syntax_highlight.png: Added.
2412 * blog-files/inspector/dom_storage.png: Added.
2413 * blog-files/inspector/edit_attributes.png: Added.
2414 * blog-files/inspector/enable.png: Added.
2415 * blog-files/inspector/event_listeners.png: Added.
2416 * blog-files/inspector/form_data.png: Added.
2417 * blog-files/inspector/inline_highlight.png: Added.
2418 * blog-files/inspector/inorder.png: Added.
2419 * blog-files/inspector/inspect_inspector.png: Added.
2420 * blog-files/inspector/inspect_inspector_small.png: Added.
2421 * blog-files/inspector/load_lines.png: Added.
2422 * blog-files/inspector/nodelist.png: Added.
2423 * blog-files/inspector/scope_bar.png: Added.
2424 * blog-files/inspector/watched_expression.png: Added.
2426 2009-10-26 Dan Bernstein <mitz@apple.com>
2428 Reviewed by Adele Peterson.
2432 * coding/bsd-license.html: Updated to the latest version.
2434 2009-10-22 Mark Rowe <mrowe@apple.com>
2436 Update to WordPress 2.8.5.
2440 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2442 Reviewed by Eric Seidel.
2444 Replace boolean operator indentation example with an if statement.
2446 https://bugs.webkit.org/show_bug.cgi?id=30538
2448 * coding/coding-style.html: Replace boolean indenting example to use "if"
2450 2009-10-16 Darin Adler <darin@apple.com>
2452 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2453 wording a bit in few places.
2455 2009-10-14 Evan Martin <evan@chromium.org>
2457 Reviewed by Darin Adler.
2459 Document what state the build tree is expected to be in after a patch.
2461 * coding/contributing.html:
2463 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2465 Reviewed by Eric Seidel.
2467 Change <a name> to id="" to fix styling problems
2468 https://bugs.webkit.org/show_bug.cgi?id=30283
2470 This prevents the headings from being styled like links.
2472 * coding/contributing.html:
2474 2009-10-08 Alex Milowski <alex@milowski.com>
2476 Reviewed by Darin Adler.
2478 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2480 * projects/layout/index.html:
2482 2009-10-07 Sam Weinig <sam@webkit.org>
2484 Reviewed by Dan Bernstein.
2486 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2487 Change style guidelines for indentation in header files
2489 * coding/coding-style.html: Don't indent in a namespace in a header file.
2491 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2493 Reviewed by Mark Rowe.
2495 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2497 * building/tools.html:
2499 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2501 Reviewed by Adam Barth.
2503 Diagram needs to be linked from the home page
2504 https://bugs.webkit.org/show_bug.cgi?id=30142
2506 http://webkit.org/coding/major-objects.html was never linked from the home
2511 2009-09-28 Alex Milowski <alex@milowski.com>
2513 <http://webkit.org/b/29098> Update to MathML project webpage
2515 Reviewed by David Kilzer.
2517 Updated MathML project page and added link to Wiki page.
2519 * projects/mathml/index.html:
2521 2009-09-21 Brady Eidson <beidson@apple.com>
2523 Reviewed by Darin Adler.
2525 Add coding style guidelines for 'using namespace.'
2526 https://bugs.webkit.org/show_bug.cgi?id=29499
2528 * coding/coding-style.html:
2530 2009-09-21 Brady Eidson <beidson@apple.com>
2532 Rubberstamped by Sam Weinig.
2534 Add some example files for an upcoming blog post.
2536 * blog-files/load-unload-example.html: Added.
2537 * blog-files/pageshow-pagehide-example.html: Added.
2539 2009-09-17 Eric Seidel <eric@webkit.org>
2541 Reviewed by Darin Adler.
2543 Update contributing.html to mention recently added tools.
2544 https://bugs.webkit.org/show_bug.cgi?id=29318
2546 Update our contributing instructions to mention
2547 the new tools (check-webkit-style and commit-queue)
2548 recently added to make contributions easier.
2550 * coding/contributing.html:
2551 - Mention check-webkit-style as an optional helper tool.
2552 - Mention checking the 'patch' checkbox.
2553 - Mention the commit-queue as an optional helper tool.
2554 - Remove "or in email" since patch reviews are all done via bugzilla.
2555 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2556 - Mention commit-queue as an optional help in getting your patch landed.
2557 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2559 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2561 Reviewed by Mark Rowe.
2563 Add instructions to bug reporting guidlines on how and when
2564 to apply port-specific keywords.
2566 * quality/bugwriting.html:
2568 2009-09-08 Sam Weinig <sam@webkit.org>
2570 Reviewed by Adele Peterson.
2572 Update Security Group Members list.
2574 * security/security-group-members.html:
2576 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2578 Reviewed by Eric Seidel.
2580 Drop <definition-src> support
2581 https://bugs.webkit.org/show_bug.cgi?id=28991
2583 When SVG 1.1 Second Edition is a Recommendation we can remove the
2586 * projects/svg/status.xml: Update page to state that <definition-src>
2589 2009-08-26 Mark Rowe <mrowe@apple.com>
2591 Upgrade WordPress to the latest version.
2593 * blog/wp-includes/version.php:
2594 * blog/wp-login.php:
2596 2009-08-20 Adam Barth <abarth@webkit.org>
2598 Reviewed by Eric Seidel.
2600 major-objects.html should show direct Frame <-> Document pointers
2601 https://bugs.webkit.org/show_bug.cgi?id=28479
2603 * coding/major-objects.html: Added pointers to diagram.
2605 2009-08-18 Anton Muhin <antonm@chromium.org>
2607 Reviewed by Adam Barth.
2609 Mention handy --bug flag of prepare-ChangeLog script.
2610 https://bugs.webkit.org/show_bug.cgi?id=28425
2612 * coding/contributing.html: Add a reference for --bug flag
2614 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2616 Reviewed by Adam Barth.
2618 Better explanation of "Null after navigation" in object diagram
2619 https://bugs.webkit.org/show_bug.cgi?id=28232
2621 * coding/major-objects.html:
2623 2009-08-11 Adam Barth <abarth@webkit.org>
2627 Remove a few characters from the ASCII art to make it fit better in the
2630 * coding/major-objects.html:
2632 2009-08-11 Adam Barth <abarth@webkit.org>
2634 Reviewed by Oliver Hunt.
2636 Document relation between major objects in WebCore
2637 https://bugs.webkit.org/show_bug.cgi?id=28210
2639 Added a diagram showing the relation between major objects.
2641 * coding/major-objects.html: Added.
2643 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2645 Reviewed by Oliver Hunt.
2647 Fix webkit-jobs link
2651 2009-08-03 Mark Rowe <mrowe@apple.com>
2653 Update two WordPress plug-ins that we use.
2655 * blog/wp-content/plugins/akismet/akismet.php:
2656 * blog/wp-content/plugins/akismet/readme.txt:
2657 * blog/wp-content/plugins/commentcontrol.php:
2659 2009-08-03 Mark Rowe <mrowe@apple.com>
2661 Add some missing files and delete some obsolete files.
2665 2009-08-03 Mark Rowe <mrowe@apple.com>
2667 Update WordPress to the latest version.
2671 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2673 Reviewed by Adam Treat.
2675 Mention the new webkit-help and webkit-jobs mailinglist. Change
2676 the description of webkit-dev to be more strict.
2680 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2682 Reviewed by Adam Treat.
2684 Coding style - Clarify some cases with spacing
2685 https://bugs.webkit.org/show_bug.cgi?id=27499
2687 Add explicit rule about no space before comma or semicolon.
2689 * coding/coding-style.html:
2691 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2693 Fix the font to match the rest of the blog site.
2695 * blog-files/3d-transforms/image-flip.html:
2697 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2699 Move the image flip effect into an iframe to avoid the long
2700 blog page tripping a bug on Leopard.
2702 * blog-files/3d-transforms/image-flip.html: Added.
2704 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2706 New demo files for an up-coming blog post.
2708 * blog-files/3d-transforms/mighty-cubes.png: Added.
2709 * blog-files/3d-transforms/morphing-cubes.html: Added.
2710 * blog-files/3d-transforms/perspective-by-example.html: Added.
2711 * blog-files/3d-transforms/poster-circle.html: Added.
2712 * blog-files/3d-transforms/poster-circle.png: Added.
2713 * blog-files/3d-transforms/transform-style.html: Added.
2715 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2717 Reviewed by Sam Weinig.
2719 Side bar linking to "DOM Interfaces" returns 404
2720 https://bugs.webkit.org/show_bug.cgi?id=24000
2724 2009-07-09 Oliver Hunt <oliver@apple.com>
2726 Reviewed by Geoff Garen.
2728 JavaScript section of http://webkit.org is excessively out of date.
2730 This removes old todo entries (like adding an API, which we've had since Leopard),
2731 and adds an additional todo for a webkit-less Objective-C API.
2733 * projects/javascript/index.html:
2735 2009-07-03 Adam Barth <abarth@webkit.org>
2737 Reviewed by Sam Weinig.
2739 Adam and Collin's affiliation is incorrect
2740 https://bugs.webkit.org/show_bug.cgi?id=26954
2742 This change corrects their affiliation.
2744 * security/security-group-members.html:
2746 2009-06-24 Brady Eidson <beidson@apple.com>
2748 Reviewed by Mark Rowe
2750 * demos/index.html: Fix more typos etc.
2752 2009-06-17 Sam Weinig <sam@webkit.org>
2754 Reviewed by Mark Rowe.
2756 * security/index.html: Fix some typos.
2758 2009-06-17 Sam Weinig <sam@webkit.org>
2760 Reviewed by Mark Rowe.
2762 Move security policy to security/index.html so that
2763 webkit.org/security/ works.
2766 * security/index.html: Copied from security/security-policy.html.
2767 * security/security-policy.html: Removed.
2769 2009-06-13 Sam Weinig <sam@webkit.org>
2771 Reviewed by Timothy Hatcher.
2773 Add WebKit Security Policy and member list of the WebKit Security Group.
2777 * security/security-group-members.html: Added.
2778 * security/security-policy.html: Added.
2780 2009-06-12 Brady Eidson <beidson@apple.com>
2782 Reviewed by Oliver Hunt
2784 Add a page indexing the various demo applications we have posted.
2786 * demos/index.html: Added.
2787 * nav.inc: Add a link to the demos page on the side bar
2788 * css/main.css: Add a style for date stamps based on the blog.
2790 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2791 index.html as the Calendar.html url has already been published and we should keep it working.
2793 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2794 * demos/drosera: Removed.
2795 * demos/drosera/demo.js: Removed.
2796 * demos/drosera/drosera.png: Removed.
2797 * demos/drosera/index.html: Removed.
2798 * misc/drosera: Copied from demos/drosera.
2800 Move the sticky notes example into /demos:
2801 * demos/sticky-notes: Added.
2802 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2803 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2804 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2805 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2806 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2807 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2808 * misc/DatabaseExample.manifest: Removed.
2809 * misc/deleteButton.png: Removed.
2810 * misc/deleteButtonPressed.png: Removed.
2812 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2814 Reviewed by Eric Seidel.
2816 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2817 Update a few items in the testing language to:
2818 (1) Reflect results are now generated with Leopard (not Tiger)
2819 (2) Explain how to generate pixel-level layout tests.
2821 * quality/testing.html:
2822 * quality/testwriting.html:
2824 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2826 Bug 26188: Clarify some of the cases in the coding style guide
2828 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2830 Reviewed and tweaked by David Kilzer.
2832 Changed the coding style document to clarify some cases of ambiguity.
2834 * coding/coding-style.html:
2836 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2838 Not reviewed, demo content.
2840 - Add doctype to Calendar demo.
2842 * demos/calendar/Calendar.html:
2844 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2846 Not reviewed, demo content.
2848 - add Calendar demo.
2850 * demos/calendar: Added.
2851 * demos/calendar/Boom.aiff: Added.
2852 * demos/calendar/Calendar.css: Added.
2853 * demos/calendar/Calendar.html: Added.
2854 * demos/calendar/Calendar.js: Added.
2855 * demos/calendar/Calendar.manifest: Added.
2856 * demos/calendar/CalendarApp.icns: Added.
2857 * demos/calendar/Images: Added.
2858 * demos/calendar/Images/AirPort4.png: Added.
2859 * demos/calendar/Images/AirPortError.png: Added.
2860 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2861 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2862 * demos/calendar/Images/statusbarBackground.png: Added.
2863 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2864 * demos/calendar/LocationImage.js: Added.
2865 * demos/calendar/Utilities.js: Added.
2866 * demos/calendar/favicon.ico: Added.
2867 * demos/calendar/mime.types: Added.
2869 2009-05-20 Mark Rowe <mrowe@apple.com>
2871 Rubber-stamped by Eric Seidel.
2873 Prevent search engines from getting creative in their descriptions of webkit.org content.
2875 * blog/wp-content/themes/webkit/header.php:
2878 2009-05-06 Eric Seidel <eric@webkit.org>
2880 Reviewed by Maciej Stachowiak.
2882 Update Contributing instructions after feedback from Julie Parent.
2883 https://bugs.webkit.org/show_bug.cgi?id=25611
2885 * coding/contributing.html: Add a few more comments on ChangeLogs
2887 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2889 Reviewed by Steve Falkenburg
2891 Fix the link for setting the Platform SDK paths in the Windows instructions.
2893 * building/build.html:
2895 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2897 Reviewed by Darin Adler.
2899 https://bugs.webkit.org/show_bug.cgi?id=25186
2900 There is no XSLT component in bugzilla
2902 * projects/xslt/index.html: Changed to search by bug title.
2904 2009-02-20 David Kilzer <ddkilzer@apple.com>
2906 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2908 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2910 Reviewed by Alexey Proskuryakov.
2912 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2913 * perf/sunspider-0.9/3d-morph.html: Ditto.
2914 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2915 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2916 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2917 * perf/sunspider-0.9/access-nbody.html: Ditto.
2918 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2919 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2920 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2921 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2922 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2923 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2924 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2925 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2926 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2927 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2928 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2929 * perf/sunspider-0.9/math-cordic.html: Ditto.
2930 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2931 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2932 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2933 * perf/sunspider-0.9/string-base64.html: Ditto.
2934 * perf/sunspider-0.9/string-fasta.html: Ditto.
2935 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2936 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2937 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2938 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2939 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2940 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2942 2009-01-19 Adam Roben <aroben@apple.com>
2944 Add links to some recommended Visual Studio hotfixes
2946 Reviewed by Dave Hyatt.
2948 * building/tools.html:
2950 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2952 Reviewed by Adele Petersen.
2953 Landed by Pamela Greene.
2955 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2956 Remove links to no-longer-existing Drosera project.
2957 Also, clean up references to wiki in the nav.inc file.
2959 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2961 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2963 Reviewed by Darin Adler.
2964 Landed by Pamela Greene.
2966 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2967 Update website so that newbies are told they must set the
2968 WebKitOutputDir to get a valid build.
2970 * building/build.html: Add language (and link) indicating the
2971 importance of setting the WebKitOutputDir variable, as well
2972 as a link to instructions on how to do so.
2974 2008-12-19 Dean Jackson <dino@apple.com>
2976 Media queries that return <integer> but are really boolean
2977 are restricted to 0 and 1. This is in line with other
2980 * specs/MediaQueriesExtensions.html:
2982 2008-12-03 Dean Jackson <dino@apple.com>
2984 Added links to the WebKit and Mozilla bugs for pointer-events.
2986 * specs/PointerEventsProperty.html:
2988 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2990 Reviewed by Eric Seidel.
2992 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2993 https://bugs.webkit.org/show_bug.cgi?id=22468
2995 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2996 added an explanation about the implementation files.
2998 * coding/coding-style.html:
3000 2008-11-25 Dean Jackson <dino@apple.com>
3002 Add a new work-in-progress proposal for pointer-events in
3003 HTML content. Also note that the Media Queries extensions
3004 are not at all official.
3006 * specs/MediaQueriesExtensions.html:
3007 * specs/PointerEventsProperty.html: Added.
3010 2008-11-25 Jack Wootten <jackwootton@gmail.com>
3012 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
3014 <https://bugs.webkit.org/show_bug.cgi?id=20125>
3016 Reviewed by David Kilzer.
3018 * projects/documentation/index.html: Added link to "Introduction to
3019 WebKit Objective-C Programming Guide".
3021 2008-11-24 Dean Jackson <dino@apple.com>
3023 Document the work-in-progress proposed extensions to
3024 CSS 3 Media Queries.
3026 * specs/MediaQueriesExtensions.html: Added.
3029 2008-11-17 Geoffrey Garen <ggaren@apple.com>
3031 Reviewed by Sam Weinig and Antti Koivisto.
3033 Clarified the last coding style rule, which was a baffling in its
3036 (Now let's see if our code ever starts following this rule!)
3038 * coding/coding-style.html:
3040 2008-11-17 Brady Eidson <beidson@apple.com>
3042 Reviewed by Mark Rowe
3044 Clarify an edge case for acronym capitalization.
3046 * coding/coding-style.html:
3048 2008-11-11 Simon Fraser <simon.fraser@apple.com>
3050 Update leaves animation sample.
3052 * blog-files/leaves/index.html:
3053 * blog-files/leaves/leaves.css:
3055 2008-11-11 Dean Jackson <dino@apple.com>
3057 Removed quotes in animation name value.
3059 * blog-files/pulse.html:
3061 2008-11-11 Dean Jackson <dino@apple.com>
3063 Added a smaller version of a screenshot.
3065 * blog-files/leaves-screenshot-small.jpg: Added.
3067 2008-11-11 Dean Jackson <dino@apple.com>
3069 Add a bunch of examples for CSS Animation blog draft.
3071 * blog-files/bounce.html: Added.
3072 * blog-files/bounce.png: Added.
3073 * blog-files/leaves-screenshot.jpg: Added.
3074 * blog-files/leaves/images/apple-touch-icon.png: Added.
3075 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
3076 * blog-files/leaves/images/realLeaf1.png: Added.
3077 * blog-files/leaves/images/realLeaf2.png: Added.
3078 * blog-files/leaves/images/realLeaf3.png: Added.
3079 * blog-files/leaves/images/realLeaf4.png: Added.
3080 * blog-files/leaves/images/textBackground.png: Added.
3081 * blog-files/leaves/index.html: Added.
3082 * blog-files/leaves/leaves.css: Added.
3083 * blog-files/leaves/leaves.js: Added.
3084 * blog-files/pulse.html: Added.
3085 * blog-files/pulse.png: Added.
3087 2008-10-30 Cameron Zwarich <zwarich@apple.com>
3089 Rubber-stamped by Mark Rowe.
3091 Update the link to Mac Subversion binaries.
3093 * building/tools.html:
3095 2008-10-27 Antti Koivisto <antti@apple.com>
3099 * blog-files/squirrelfish-link-animated.svg: Added.
3101 2008-10-27 Antti Koivisto <antti@apple.com>
3105 * blog-files/cubes-7.svg: Added.
3106 * blog-files/number-morph.svg: Added.
3108 2008-10-07 Darin Adler <darin@apple.com>
3110 * coding/RefPtr.html: Second draft.
3112 2008-10-04 Mark Rowe <mrowe@apple.com>
3114 Upgrade to WordPress 2.6.2.
3118 2008-09-26 Timothy Hatcher <timothy@apple.com>
3120 Add screenshots of searching in the Web Inspector.
3124 * blog-files/inspector-searching-elements.png: Added.
3125 * blog-files/inspector-searching-profiles.png: Added.
3127 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3131 - add some screenshots.
3133 * blog-files/acid3-screenshot.png: Added.
3134 * blog-files/acid3-timing-screenshot.png: Added.
3136 2008-09-25 Darin Adler <darin@apple.com>
3138 * contact.html: Take a cut at making the role of webkitsdk-dev
3139 clearer, specifying that it's Mac OS X specific and hosted at
3142 2008-09-24 Timothy Hatcher <timothy@apple.com>
3144 Add new screenshots of the Web Inspector's Scope Variables pane.
3148 * blog-files/inspector-closure-scope.png: Added.
3149 * blog-files/inspector-event-scope.png: Added.
3150 * blog-files/inspector-with-scope.png: Added.
3152 2008-09-24 Timothy Hatcher <timothy@apple.com>
3154 Add another screenshot of the Web Inspector.
3158 * blog-files/inspector-disabling-properties.png: Added.
3160 2008-09-24 Timothy Hatcher <timothy@apple.com>
3162 Add new screenshots of the Web Inspector.
3166 * blog-files/inspector-console-autocomplete.png: Added.
3167 * blog-files/inspector-databases-panel-query-view.png: Added.
3168 * blog-files/inspector-databases-panel.png: Added.
3169 * blog-files/inspector-elements-panel.png: Added.
3170 * blog-files/inspector-numeric-style-stepping.gif: Added.
3171 * blog-files/inspector-profiles-panel.png: Added.
3172 * blog-files/inspector-resources-panel.png: Added.
3173 * blog-files/inspector-scripts-panel.png: Added.
3174 * blog-files/inspector-status-bar-with-errors.png: Added.
3175 * blog-files/inspector-toolbar.png: Added.
3177 2008-09-24 Timothy Hatcher <timothy@apple.com>
3181 * demos/drosera/demo.js: Add some console.profile() calls.
3183 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3185 Reviewed by Darin Adler.
3187 * projects/performance/index.html: Remove dead link to the 24fun test.
3189 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3193 * blog-files/animation-demo.svg: Added.
3195 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3199 * blog-files/sfx-perf.png: Added.
3201 2008-08-25 Mark Rowe <mrowe@apple.com>
3203 Reviewed by Dan Bernstein.
3205 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3207 * quality/bugwriting.html:
3209 2008-08-18 Mark Rowe <mrowe@apple.com>
3211 Upgrade to WordPress 2.6.1.
3215 2008-08-01 Adam Roben <aroben@apple.com>
3217 Add a link to the instructions to use Apple's Safari for Windows
3220 Reviewed by Eric Seidel.
3222 * building/debug.html:
3224 2008-07-28 Robert Blaut <webkit@blaut.biz>
3226 Reviewed by Mark Rowe.
3228 Fix for bug: Website provides no guidance on debugging
3229 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3231 * building/debug.html: added info about Xcode Debugging Guide.
3233 2008-07-26 Mark Rowe <mrowe@apple.com>
3235 Rubber-stamped by Oliver Hunt.
3237 Update the Squirrelfish bytecode documentation.
3239 * specs/squirrelfish-bytecode.html:
3241 2008-07-26 Robert Blaut <webkit@blaut.biz>
3243 Reviewed by Eric Seidel.
3245 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3246 Corrected validation errors in main.css file.
3250 2008-07-26 Robert Blaut <webkit@blaut.biz>
3252 Reviewed by Alexey Proskuryakov.
3254 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3255 Added notes about unsupported Visual Studio versions.
3257 * building/tools.html:
3259 2008-07-26 Robert Blaut <webkit@blaut.biz>
3261 Reviewed by Eric Seidel.
3263 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3264 Removed basic requirements for undetected version of WebKit.
3266 * quality/reporting.html:
3268 2008-07-26 Robert Blaut <webkit@blaut.biz>
3270 Reviewed by Adele Petersen.
3272 Fix for bug 7436: Truncated title on webkit DOM page.
3273 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3275 * projects/dom/index.html: Added basic project informations.
3277 2008-07-24 Adam Roben <aroben@apple.com>
3279 Remove some redundant text accidentally checked in
3281 * building/tools.html:
3283 2008-07-24 Adam Roben <aroben@apple.com>
3285 Fix a dead link to the Windows Platform SDK and related instructions
3287 Rubberstamped by Alexey Proskuryakov.
3289 * building/tools.html: Fixed a dead link.
3291 2008-07-21 Mark Rowe <mrowe@apple.com>
3293 Update Akismet plugin to 2.1.6.
3295 * blog/wp-content/plugins/akismet/akismet.php:
3297 2008-07-21 Mark Rowe <mrowe@apple.com>
3299 Update to WordPress 2.6.
3303 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3305 Fixed indentation of example code for C++ pointers/references!
3307 * coding/coding-style.html:
3309 2008-07-18 Robert Blaut <webkit@blaut.biz>
3311 Reviewed by David Kilzer.
3313 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3314 Added code style guidelines for multi-line boolean expressions
3316 * coding/coding-style.html:
3318 2008-07-02 Mark Rowe <mrowe@apple.com>
3320 Update a URL that was out of date.
3322 * building/checkout.html:
3324 2008-07-01 Mark Rowe <mrowe@apple.com>
3326 Update the path to the configuration file.
3328 * blog/wp-config.php:
3330 2008-06-27 Dan Bernstein <mitz@apple.com>
3332 Reviewed by Timothy Hatcher.
3334 * css/main.css: Reduced text shadow offsets.
3336 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3338 Not reviewed, web site fix.
3340 Remove blank lines in an attempt to fix feeds.
3342 * blog/wp-content/themes/webkit/index.php:
3343 * blog/wp-content/themes/webkit/links.php:
3345 2008-06-22 Aaron Digulla <digulla@hepe.com>
3347 Reviewed by Darin Adler.
3349 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3350 Bug 18993: Update of buttons in editing toolbar demo lags behind
3352 * demos/editingToolbar/FancyToolbar.js:
3353 * demos/editingToolbar/index.html:
3355 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3357 A handy reference image.
3359 * blog-files/acid3-timing.png: Added.
3361 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3365 - tweak newly added markup.
3367 * blog/wp-content/themes/webkit/header.php:
3369 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3371 Rubber stamped by Adele.
3373 - add short title and multisize icon
3375 * blog/wp-content/themes/webkit/header.php:
3376 * images/surfin-safari.icns: Added.
3378 2008-06-04 Dean Jackson <dino@apple.com>
3380 Put index pages into specs dirs to make it easier to
3383 * specs/index.html: Added.
3384 * specs/CSSVisualEffects/index.html: Added.
3386 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3388 Add a snapshot of the squirrelfish bytecode docs.
3390 * specs/squirrelfish-bytecode.html: Added.
3392 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3394 Transparent background!
3396 * blog-files/squirrelfish.png:
3398 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3402 * blog-files/squirrelfish-webkit-graph.png:
3404 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3406 Renamed this file quiet down the peanut gallery.
3408 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3409 * blog-files/webkit-graph.png: Removed.
3411 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3415 * blog-files/webkit-graph.png: Added.
3417 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3419 Moved the squirrelfish mascot to the right place.
3421 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3422 * images/squirrelfish.png: Removed.
3424 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3426 Uploaded the squirrelfish mascot.
3428 * images/squirrelfish.png: Added.
3430 2008-05-23 William Siegrist <wsiegrist@apple.com>
3432 Reviewed by Mark Rowe
3434 Rename duplicated "notice" id to "terms".
3439 2008-05-16 Anders Carlsson <andersca@apple.com>
3443 Add manifest MIME type.
3447 2008-05-14 Anders Carlsson <andersca@apple.com>
3451 Make our Sticky notes example an offline web app.
3453 * misc/DatabaseExample.html:
3454 * misc/DatabaseExample.manifest: Added.
3456 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3458 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3460 * demos/transitions-and-transforms/index.html:
3462 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3464 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3466 * demos/transitions-and-transforms/index.html:
3468 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3470 Tweaked demo visuals slightly.
3472 * demos/transitions-and-transforms/leopard.css:
3474 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3476 Tweak CSS to look a little better while loading.
3478 * demos/transitions-and-transforms/leopard.css:
3480 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3482 Not reviewed - new demo.
3484 Added a demo of CSS Transforms and Transitions.
3486 * demos/transitions-and-transforms: Added.
3487 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3488 * demos/transitions-and-transforms/Horsehead.png: Added.
3489 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3490 * demos/transitions-and-transforms/Quick Look.png: Added.
3491 * demos/transitions-and-transforms/Spaces.png: Added.
3492 * demos/transitions-and-transforms/Stacks.png: Added.
3493 * demos/transitions-and-transforms/Time Machine.png: Added.
3494 * demos/transitions-and-transforms/index.html: Added.
3495 * demos/transitions-and-transforms/leopard.css: Added.
3496 * demos/transitions-and-transforms/no-style.html: Added.
3498 2008-05-08 Mark Rowe <mrowe@apple.com>
3500 Reviewed by Sam Weinig.
3502 Add a link to the Mac OS Forge terms of use.
3506 2008-04-25 Mark Rowe <mrowe@apple.com>
3508 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3512 2008-04-21 Dean Jackson <dino@apple.com>
3514 Updated CSS Visual Effects proposals.
3518 * described simplified sandwich model (that animations have no effect
3519 outside their duration and last specified animation wins)
3520 * diagram showing the above
3521 * specified animations to start at style resolution or document load,
3523 * animation start events always have elapsedTime == 0
3527 * removed text saying that elements cannot be drawn as intersecting.
3528 * described that preserve-3d trees often need a flattening parent, otherwise
3529 elements can be hidden behind their ancestor's background.
3530 * describe that preserve-3d is not always possible, such as when
3531 overflow is 'hidden'.
3537 * specs/CSSVisualEffects/CSSAnimation.html:
3538 * specs/CSSVisualEffects/CSSTransforms.html:
3539 * specs/CSSVisualEffects/CSSTransitions.html:
3540 * specs/CSSVisualEffects/sandwich.png: Added.
3542 2008-04-08 Dean Jackson <dino@apple.com>
3544 Add some updated proposals for CSS specifications, such as
3545 Transforms and Transitions which are already implemented in TOT.
3547 * specs/CSSVisualEffects: Added.
3548 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3549 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3550 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3552 2008-03-31 Mark Rowe <mrowe@apple.com>
3554 Add some images that were missed in the WordPress 2.5 upgrade.
3558 2008-03-31 Mark Rowe <mrowe@apple.com>
3560 Upgrade to WordPress 2.5
3564 2008-03-28 Darin Adler <darin@apple.com>
3566 * building/build.html: Add another mention of using the Cygwin shell.
3567 * building/tools.html: Fix a typo on the name Cygwin.
3569 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3571 More screenshots for the blog.
3573 * blog-files/acid3-full-rendering-pass.png: Added.
3574 * blog-files/acid3-rendering-reference.png: Added.
3576 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3578 Screenshot for blog post.
3580 * blog-files/acid3-100.png: Added.
3582 2008-03-23 Antti Koivisto <antti@apple.com>
3584 * blog-files/wsj-vs.png: Added.
3586 2008-03-23 Eric Seidel <eric@webkit.org>
3590 Make our SVG status document slightly less inaccurate.
3592 * projects/svg/status.xml:
3594 2008-03-21 Antti Koivisto <antti@apple.com>
3596 Add some images for a blog post.
3598 * blog-files/wsj-nopreload.png: Added.
3599 * blog-files/wsj-preload.png: Added.