1 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
3 Add a description about webkit-patch setup-git-clone to checkout.html
4 https://bugs.webkit.org/show_bug.cgi?id=126217
6 Reviewed by Philippe Normand.
10 * building/checkout.html:
12 2013-12-13 Roger Fong <roger_fong@apple.com>
14 Update build instructions for Windows following upgrade to VS2013.
16 * building/tools.html:
18 2013-11-30 Mark Rowe <mrowe@apple.com>
20 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
22 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
24 Reviewed by Sam Weinig.
26 * footer.inc: Remove the old analytics code.
27 * header.inc: Add the new stuff.
29 2013-10-29 Beth Dakin <bdakin@apple.com>
31 Just updating the sample code for this potential blog post.
33 * blog-files/regions/pizza-is-amazing.png: Replaced.
34 * blog-files/regions/unstyled-article.png: Replaced.
35 * demos/regions/pizza-regions-manifesto-regionstyling.html:
36 * demos/regions/pizza-regions-manifesto.html:
38 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
40 Mixed content error when accessing webkit.org/team.html over https
41 https://bugs.webkit.org/show_bug.cgi?id=123020
43 Reviewed by Alexey Proskuryakov.
45 When the webkit.org/team.html page is accessed over https most browsers report
46 Mixed Content error, which is caused by the fact that the contributos.json file
47 is accessed over a plain http connection and not https.
51 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
53 Cleanup webkit.org/team.html
54 https://bugs.webkit.org/show_bug.cgi?id=123022
56 Reviewed by Alexey Proskuryakov.
58 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
62 2013-10-16 Geoffrey Garen <ggaren@apple.com>
64 Publish SunSpider 1.0.2
65 https://bugs.webkit.org/show_bug.cgi?id=122923
67 Reviewed by Darin Adler.
69 * perf/sunspider/sunspider.html:
70 * perf/sunspider/versions.html:
72 2013-10-08 Geoffrey Garen <ggaren@apple.com>
74 Refined power management in SunSpider 1.0.2
75 https://bugs.webkit.org/show_bug.cgi?id=122525
77 Reviewed by Gavin Barraclough.
79 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
81 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
82 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
83 * perf/sunspider-1.0.2/sunspider.css:
87 2013-10-02 Geoffrey Garen <ggaren@apple.com>
89 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
91 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
92 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
94 2013-09-26 Geoffrey Garen <ggaren@apple.com>
96 Fixed a version number string in SunSpider 1.0.2
97 https://bugs.webkit.org/show_bug.cgi?id=122004
99 Reviewed by Gavin Barraclough.
101 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
103 2013-09-26 Geoffrey Garen <ggaren@apple.com>
105 Tentative SunSpider 1.0.2
106 https://bugs.webkit.org/show_bug.cgi?id=122002
108 Reviewed by Gavin Barraclough.
110 See comments in PerformanceTests/SunSpider.
112 * perf/sunspider-1.0.2: Added.
114 2013-09-20 Mark Rowe <mrowe@apple.com>
116 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
118 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
120 Reviewed by David Kilzer.
122 * building/debug-mac-uiprocess.html:
123 * building/tools.html:
125 2013-09-19 Dan Bernstein <mitz@apple.com>
127 Add a style guideline regarding spacing in range-based for loops
128 https://bugs.webkit.org/show_bug.cgi?id=121620
130 Reviewed by Anders Carlsson.
132 * coding/coding-style.html: Added the guideline that spaces should be placed
133 around the colon in a range-based for loop.
135 2013-09-10 Beth Dakin <bdakin@apple.com>
137 Adding another screenshot for a potential blog post.
139 * blog-files/regions/unstyled-article.png: Added.
141 2013-09-09 Roger Fong <roger_fong@apple.com>
143 Update build instructions for Apple Windows port to include cygwin php install steps.
145 * building/tools.html:
147 2013-09-04 Beth Dakin <bdakin@apple.com>
149 Fixing a typo in demo files and screenshot.
151 * blog-files/regions/pizza-is-amazing.png: Replaced.
152 * demos/regions/pizza-regions-manifesto-regionstyling.html:
153 * demos/regions/pizza-regions-manifesto.html:
155 2013-09-04 Beth Dakin <bdakin@apple.com>
157 Upload demo and images for a potential blog post.
159 * blog-files/regions: Added.
160 * blog-files/regions/pizza-is-amazing.png: Added.
161 * demos/regions: Added.
162 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
163 * demos/regions/pizza-regions-manifesto.html: Added.
164 * demos/regions/yellow-pizza.jpg: Added.
166 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
168 Fix the recommended testing platform on the website
170 Rubberstamped by Enrica Casucci.
172 * quality/testing.html:
174 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
176 Fix webkit.org content overflowing their content box
178 Rubberstamped by Simon Fraser.
180 More fixes to have webkit.org show properly on iPad and iPhone.
182 * blog/wp-content/themes/webkit/header.php:
183 Add the correct viewport width for the blog.
185 * building/debug.html:
186 * building/launch-debugger-vs2010-small.png: Added.
187 * building/set-debugging-properties-vs2010-small.png: Added.
188 Fix the images to make them fit in the page.
190 * coding/adding-features.html:
191 Using <pre> for the example of email just make it looks like our code examples.
192 Change the source to use <blockquote> so that the text can reflow to the content box.
194 (.code, pre, tt, code):
195 Scroll the content when it overflows the box for code and pre.
197 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
199 Give a smaller viewport to webkit.org on devices
201 Rubberstamped by Simon Fraser.
203 The CSS of WebKit.org layout the content on 615px + a right margin of
204 215px + a left margin of 20px. The total layout width is 850px.
206 The standard viewport size on mobile devices is 980px. This leaves a gap
207 on the right side of the content when opening the size on iPhone/iPad.
209 This patch changes the layout width to be 860 to display more content on devices
210 while keeping a little margin.
214 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
216 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
217 https://bugs.webkit.org/show_bug.cgi?id=117993
219 Reviewed by George Staikos.
221 * perf/sunspider-1.0.1/json2.js: Added.
222 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
223 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
224 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
225 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
226 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
227 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
228 * perf/sunspider-1.0.1/sunspider.css: Added.
229 * perf/sunspider-1.0.1/sunspider.html: Added.
230 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
231 * perf/sunspider/versions.html: Updated to version 1.0.1.
233 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
235 Update the images for the blog size-matters
237 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
238 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
239 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
241 2013-08-05 Dean Jackson <dino@apple.com>
243 Move previous commit into /demos.
245 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
246 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
247 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
248 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
250 2013-08-05 Dean Jackson <dino@apple.com>
252 Upload example for a blog post.
254 * blog-files/srcset/image-1x.png: Added.
255 * blog-files/srcset/image-2x.png: Added.
256 * blog-files/srcset/image-src.png: Added.
257 * blog-files/srcset/index.html: Added.
259 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
261 Upload images for a potential blog post
263 * blog-files/size-matters: Added.
264 * blog-files/size-matters/JavaScript-growth.png: Added.
265 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
266 * blog-files/size-matters/WebCore-growth.png: Added.
267 * blog-files/size-matters/WebKit-growth.png: Added.
269 2013-07-14 Kwang Yul Seo <skyul@company100.net>
271 Add Company100 to team.html
272 https://bugs.webkit.org/show_bug.cgi?id=118633
274 Reviewed by Andreas Kling.
278 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
280 Add 'partner.samsung.com' to domain affiliations
281 https://bugs.webkit.org/show_bug.cgi?id=118580
283 Reviewed by Antonio Gomes.
287 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
289 Add screenshot of the inspector color picker for the blog
291 * blog-files/last-week-in-webkit: Added.
292 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
294 2013-06-27 Roger Fong <roger_fong@apple.com>
296 Update required tools for Windows instructions.
298 * building/tools.html:
300 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
302 The page title of technical-articles.html is incorrect.
303 https://bugs.webkit.org/show_bug.cgi?id=117727
305 Reviewed by Ryosuke Niwa.
307 Changed the page title of technical-articles.html to "WebKit Technical Articles".
309 * coding/technical-articles.html:
311 2013-06-14 Timothy Hatcher <timothy@apple.com>
313 Shrink larger images to fit the width of the blog.
315 * blog-files/new-inspector/hero-labeled.png:
316 * blog-files/new-inspector/hero.png:
318 2013-06-12 Roger Fong <roger_fong@apple.com>
320 Update webkit.org build instructions for Apple Windows port.
321 https://bugs.webkit.org/show_bug.cgi?id=117563.
323 Reviewed by Brent Fulgham.
325 * building/build.html:
326 * building/debug.html:
327 * building/launch-debugger-vs2005.png: Removed.
328 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
329 * building/set-as-startup-project-vs2005.png: Removed.
330 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
331 * building/set-debugging-properties-vs2005.png: Removed.
332 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
333 * building/tools.html:
335 2013-06-12 Timothy Hatcher <timothy@apple.com>
337 Add new Web Inspector images for a blog post.
339 * blog-files/new-inspector/activity-viewer.png: Added.
340 * blog-files/new-inspector/codemirror.png: Added.
341 * blog-files/new-inspector/console.png: Added.
342 * blog-files/new-inspector/hero-labeled.png: Added.
343 * blog-files/new-inspector/hero.png: Added.
344 * blog-files/new-inspector/layer-borders.png: Added.
345 * blog-files/new-inspector/layers.png: Added.
346 * blog-files/new-inspector/navigation-bar.png: Added.
347 * blog-files/new-inspector/open-sign.png: Added.
348 * blog-files/new-inspector/reasons.png: Added.
349 * blog-files/new-inspector/save.png: Added.
350 * blog-files/new-inspector/source-map.png: Added.
351 * blog-files/new-inspector/styles.png: Added.
352 * blog-files/new-inspector/toolbar-context-menu.png: Added.
353 * blog-files/new-inspector/toolbar-docked.png: Added.
354 * blog-files/new-inspector/toolbar.png: Added.
356 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
358 Broken link to committers list on contributing web page
359 https://bugs.webkit.org/show_bug.cgi?id=116722
361 Reviewed by Andreas Kling.
363 * coding/contributing.html:
364 Changed broken link to point to the team page instead.
366 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
368 Make team.html have each contributor's area of expertise
369 https://bugs.webkit.org/show_bug.cgi?id=116737
371 Reviewed by Benjamin Poulain.
374 Update to use the new expertise field in contributors.json.
376 2013-04-30 Filip Pizlo <fpizlo@apple.com>
378 Release SunSpider 1.0
380 Rubber stamped by Maciej Stachowiak.
382 * perf/sunspider-1.0: Added.
383 * perf/sunspider-1.0/json2.js: Added.
385 * perf/sunspider-1.0/sunspider-1.0: Added.
386 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
387 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
388 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
389 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
390 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
403 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
404 (.computeItemTotals):
407 (.standardDeviation):
412 (.computeLabelWidth):
417 (sunspiderCompareResults):
418 * perf/sunspider-1.0/sunspider.css: Added.
427 * perf/sunspider-1.0/sunspider.html: Added.
428 * perf/sunspider/sunspider.html:
429 * perf/sunspider/versions.html: Added.
431 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
433 Update team.html to use contributors.json instead of committers.py
434 https://bugs.webkit.org/show_bug.cgi?id=114720
436 Reviewed by Ryosuke Niwa.
438 Updating the team.html to use contributors.json. Also removing the unused field 'area'
439 from the contributors information.
443 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
445 The list of contributors in committers.py should be a separate JSON
446 https://bugs.webkit.org/show_bug.cgi?id=114673
448 Reviewed by Anders Carlsson.
450 Updated the website to refer to contributors.json instead of committers.py.
452 * coding/commit-review-policy.html:
454 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
456 Simplify the page "Getting the Code" on WebKit.org
457 https://bugs.webkit.org/show_bug.cgi?id=113980
459 Reviewed by Sam Weinig.
461 * building/checkout.html:
462 Instead of interleaving instructions for Mac and Windows, just
463 copy the things that make sense and have two clear sections.
465 Also mention Linux, it is the exact same instructions as Mac OS X.
467 Make svn checkout the alternative to a download of the tarball. It is
468 almost impossible to do a svn checkout on slow networks nowadays.
470 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
472 Update WebKit.org's contact page
473 https://bugs.webkit.org/show_bug.cgi?id=113968
475 Reviewed by Geoffrey Garen.
478 -Add a direct link to our archives on Gmane.
479 -References the ports mailing-lists. This may reduces the emails
480 erroneously sent to webkit-dev.
481 -Add a link to our "reporting bug page".
482 -Get rid of the link to CIA. The website is dead.
484 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
486 Add Digia to the domain affiliations
487 https://bugs.webkit.org/show_bug.cgi?id=110116
489 Reviewed by Kenneth Rohde Christiansen.
493 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
495 Add basysKom to domainAffiliations in team.html
496 https://bugs.webkit.org/show_bug.cgi?id=109306
498 Reviewed by Laszlo Gombos.
500 Register basysKom as contributing company in
501 http://www.webkit.org/team.html.
505 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
507 Add intel.com to team.html
508 https://bugs.webkit.org/show_bug.cgi?id=109424
510 Reviewed by Kenneth Rohde Christiansen.
514 2013-02-10 Dirk Schulze <dschulze@adobe.com>
516 Add adobe.com to team.html
517 https://bugs.webkit.org/show_bug.cgi?id=109396
519 Reviewed by Laszlo Gombos.
523 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
525 Add sisa.samsung.com to team.html
526 https://bugs.webkit.org/show_bug.cgi?id=109394
528 Reviewed by Dirk Schulze.
532 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
534 Add a sample change log entry to contributing.html
535 https://bugs.webkit.org/show_bug.cgi?id=105506
537 Reviewed by Alexey Proskuryakov.
539 Added a sample change log to the page directly people skimming through the page will still
540 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
542 * coding/contributing.html:
544 2012-12-18 Nico Weber <thakis@chromium.org>
546 Fix broken loop in style guide
547 https://bugs.webkit.org/show_bug.cgi?id=105346
549 Reviewed by Ryosuke Niwa.
551 Found by Sean Silva <silvas@purdue.edu>
553 * coding/coding-style.html:
555 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
557 Add instructions on how to build WebKit on Xcode 4 to build.html
558 https://bugs.webkit.org/show_bug.cgi?id=104739
560 Reviewed by Daniel Bates.
562 Set the build directories to WebKitBuild.
564 * building/build.html:
566 2012-11-24 Daniel Bates <dbates@webkit.org>
568 Substitute "use" for "user" in sentence about naming convention for
569 enum members so that it reads well.
571 * coding/coding-style.html:
573 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
575 Add Samsung to security vendor member list
576 https://bugs.webkit.org/show_bug.cgi?id=102863
578 Reviewed by Sam Weinig.
580 * security/security-group-members.html: Add Samsung members.
582 2012-10-31 Adam Barth <abarth@webkit.org>
584 technical-articles.html should link to my talk on how WebKit works
585 https://bugs.webkit.org/show_bug.cgi?id=100867
587 Reviewed by Tony Chang.
589 * coding/technical-articles.html:
591 2012-10-29 Eric Seidel <eric@webkit.org>
593 Technical Articles should link to an old talk I gave
594 https://bugs.webkit.org/show_bug.cgi?id=100624
596 Reviewed by Adam Barth.
598 * coding/technical-articles.html:
600 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
602 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
604 * coding/coding-style.html:
606 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
608 Fix a typo per Darin's comment.
610 * coding/coding-style.html:
612 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
614 Add a style guide rule for signed and unsigned int
615 https://bugs.webkit.org/show_bug.cgi?id=96682
617 Reviewed by Geoffrey Garen.
619 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
621 * coding/coding-style.html:
623 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
625 Replace JSC::UString by WTF::String
626 https://bugs.webkit.org/show_bug.cgi?id=95271
628 Reviewed by Geoffrey Garen.
630 Update the coding style to avoid mentioning a class that no longer exist.
632 * coding/coding-style.html:
634 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
636 Address one more review comment.
638 * building/checkout.html:
640 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
642 Recommend the use of https and mention git on building/checkout.html
643 https://bugs.webkit.org/show_bug.cgi?id=93657
645 Reviewed by Mark Rowe.
647 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
648 because the paragraph right above it refers to buliding/tools.html for that.
650 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
651 checkout using a Git client.
653 * building/checkout.html:
655 2012-07-27 Adam Barth <abarth@webkit.org>
657 Writing a blog post for new reviewers doesn't add value to the blog
658 https://bugs.webkit.org/show_bug.cgi?id=92305
660 Reviewed by Eric Seidel.
662 Now that we have Peter posting weekly updates to the blog, having an
663 announcement on the blog for each reviewer is more noise than signal.
665 * coding/commit-review-policy.html:
667 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
669 Update webkit.org to refer to layoutTestController instead of testRunner
670 https://bugs.webkit.org/show_bug.cgi?id=89445
672 Reviewed by Kent Tamura.
674 * quality/testwriting.html:
676 2012-05-21 Peter Kasting <pkasting@google.com>
678 Style guide change: Uses of "std::" should be explicitly qualified.
679 https://bugs.webkit.org/show_bug.cgi?id=87043
681 Reviewed by Ryosuke Niwa.
683 * coding/coding-style.html:
685 2012-05-11 Darin Adler <darin@apple.com>
687 Try to make spacing of fine print items in lower left nicer looking.
690 (#notice, #trademark, #terms): Changed top margin to 10px.
691 (#notice): Put 30px margin here.
693 2012-05-11 Darin Adler <darin@apple.com>
695 CSS tweak needed for the trademark terms of use.
698 (#notice, #trademark, #terms): Added #trademark.
700 2012-05-11 Darin Adler <darin@apple.com>
702 Add a link to WebKit trademark terms of use, other small website changes
703 https://bugs.webkit.org/show_bug.cgi?id=86112
705 Reviewed by Dan Bernstein.
707 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
708 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
711 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
712 of use on the macosforge.org terms of use page.
714 2012-05-07 Dan Bernstein <mitz@apple.com>
716 webkit.org instructions for debugging WebProcess are unnecessarily complex
717 https://bugs.webkit.org/show_bug.cgi?id=85756
719 Reviewed by Darin Adler.
721 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
722 debugging the Web process, as well as instructions for debugging the Web process from the
723 command line using debug-safari and debug-minibrowser.
724 * building/tools.html: Updated links and tweaked the language.
726 2012-04-23 Daniel Bates <dbates@webkit.org>
728 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
730 Rubber-stamped by Eric Seidel.
732 Before you can use the Xcode 4.3.2 command line tools, you must either run
733 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
734 DEVELOPER_DIR to point to the Xcode developer tools directory.
736 * building/tools.html:
738 2012-04-23 Daniel Bates <dbates@webkit.org>
740 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
742 Rubber-stamped by Eric Seidel.
744 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
745 are specific to Xcode 4.3.2.
747 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
748 * building/debug.html: Ditto.
750 2012-04-19 Daniel Bates <dbates@webkit.org>
752 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
753 https://bugs.webkit.org/show_bug.cgi?id=84364
755 Reviewed by Eric Seidel.
757 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
760 * building/debug-mac-uiprocess.html:
761 * building/debug.html:
763 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
765 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
766 https://bugs.webkit.org/show_bug.cgi?id=80429
768 Reviewed by Dan Bernstein.
770 * building/tools.html:
772 2012-03-10 Daniel Bates <dbates@webkit.org>
774 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
776 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/>.
777 Substituting https for http in (1) returns the expected page.
779 * building/debug-mac-uiprocess.html:
780 * building/debug.html:
782 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
784 Add a link to the EFL wiki page
785 https://bugs.webkit.org/show_bug.cgi?id=79439
787 Reviewed by Adam Barth.
789 * building/tools.html:
790 * css/main.css: Cross-browser border-radius.
792 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
794 team.html (on webkit.org) doesn't recognize codeaurora.org
795 https://bugs.webkit.org/show_bug.cgi?id=79529
797 Reviewed by Ryosuke Niwa.
801 2012-02-16 Kent Tamura <tkent@chromium.org>
803 Improve usability of coding-style.html
804 https://bugs.webkit.org/show_bug.cgi?id=78470
806 Reviewed by Eric Seidel.
808 * coding/coding-style.html:
809 - Do not add a title attribute to each of LI elements
810 - Do not add a click handler to each of them
811 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
813 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
815 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
816 https://bugs.webkit.org/show_bug.cgi?id=76544
818 Reviewed by Darin Adler.
820 WEBKITOUTPUTDIR is not only for Windows.
822 * building/build.html:
824 2012-01-20 Kent Tamura <tkent@chromium.org>
826 Each style rule should have its own ID.
827 https://bugs.webkit.org/show_bug.cgi?id=76428
829 Reviewed by David Levin.
831 * coding/coding-style.html: Add an id attribute to each of li elements,
832 and add code to set title="#id-name" and to make li elements clickable.
834 2012-01-19 Daniel Bates <dbates@webkit.org>
836 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
838 Rubber-stamped by Sam Weinig.
840 * building/debug.html:
842 2012-01-19 Daniel Bates <dbates@webkit.org>
844 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
845 https://bugs.webkit.org/show_bug.cgi?id=67102
847 Reviewed by Eric Seidel.
849 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
851 * building/active-scheme-xcode4.png: Added.
852 * building/build-settings-tab-xcode4.png: Added.
853 * building/build-window.png: Removed.
854 * building/custom-executable-xcode4.png: Added.
855 * building/custom-executable.png: Removed.
856 * building/debug-mac-uiprocess.html: Added.
857 * building/debug.html:
858 * building/debug.png: Removed.
859 * building/info-tab.png: Removed.
860 * building/run-xcode4.png: Added.
862 2012-01-11 Antti Koivisto <antti@apple.com>
864 Remove S60 reference from webkit.org
865 https://bugs.webkit.org/show_bug.cgi?id=76044
867 Reviewed by Simon Hausmann.
873 2012-01-10 Hajime Morrita <morrita@chromium.org>
875 [Website] i-Bench is no longer available.
876 https://bugs.webkit.org/show_bug.cgi?id=76027
878 Reviewed by Ryosuke Niwa.
880 Updated the availability information of i-Bench.
882 * projects/performance/index.html:
884 2011-12-07 Daniel Bates <dbates@webkit.org>
886 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
887 https://bugs.webkit.org/show_bug.cgi?id=74006
889 Reviewed by Antonio Gomes.
891 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
892 ASSERT_NOT_REACHED().
894 * coding/assertion-guidelines.html:
896 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
898 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
899 https://bugs.webkit.org/show_bug.cgi?id=73098
901 Reviewed by Antti Koivisto.
903 Revise the sentence about committers being allowed to land patches by others to explicitly state that
904 they can only land patches by others if asked by authors themselves.
906 * coding/commit-review-policy.html:
908 2011-11-14 Mark Rowe <mrowe@apple.com>
910 Upgrade WordPress's Akismet plug-in to the latest version.
912 * blog/wp-content/plugins/akismet:
914 2011-11-14 Mark Rowe <mrowe@apple.com>
916 Update one file that was missed.
918 * blog/wp-settings.php:
920 2011-11-14 Mark Rowe <mrowe@apple.com>
922 Upgrade WordPress to v3.2.1.
926 2011-10-28 Dean Jackson <dino@apple.com>
928 Remove this horribly outdated file. It was showing up in
929 Google searches and shouldn't be used as official
932 Rubber-stamped by Simon Fraser.
934 * specs/MediaQueriesExtensions.html: Removed.
936 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
938 Style guide should mention the preference of index over iterator
939 https://bugs.webkit.org/show_bug.cgi?id=70285
941 Reviewed by Darin Adler.
943 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
944 we prefer index over iterators.
946 * coding/coding-style.html:
948 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
950 Fix a typo pointed by Sam (Weinig).
952 * coding/coding-style.html:
954 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
956 Style guide should mandate use of pass-by-reference for out arguments
957 https://bugs.webkit.org/show_bug.cgi?id=69766
959 Reviewed by Darin Adler.
961 This matches the convention used throughout WebCore.
963 * coding/coding-style.html:
965 2011-10-06 Amruth Raj <amruthraj@motorola.com>
967 Add Motorola Mobility to team.html
968 https://bugs.webkit.org/show_bug.cgi?id=69597
970 Reviewed by Ryosuke Niwa.
974 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
976 Generate WebKit team's page out of committers.py
977 https://bugs.webkit.org/show_bug.cgi?id=68045
979 Fix per Daniel's review comment since I had misunderstood the code.
983 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
985 Generate WebKit team's page out of committers.py
986 https://bugs.webkit.org/show_bug.cgi?id=68045
988 Reviewed by Daniel Bates.
990 Add the initial implementation of team.html. This page automatically pulls data from committers.py
991 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
995 2011-09-01 Jon Lee <jonlee@apple.com>
997 Adding control rendering at various sizes.
999 * projects/forms/survey.html:
1001 2011-08-29 Jon Lee <jonlee@apple.com>
1003 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
1005 * projects/forms/survey.html:
1007 2011-08-17 Jon Lee <jonlee@apple.com>
1009 Updating the forms survey to include various element sizes.
1011 * projects/forms/survey.html:
1013 2011-08-16 Daniel Bates <dbates@webkit.org>
1015 Add myself to the list of individual members in the WebKit Security Group.
1017 Rubber-stamped by Eric Seidel.
1019 * security/security-group-members.html:
1021 2011-08-09 Anders Carlsson <andersca@apple.com>
1023 Broken link to LICENSE on contributing code page
1024 https://bugs.webkit.org/show_bug.cgi?id=65947
1026 Reviewed by Ryosuke Niwa.
1028 * coding/contributing.html:
1030 2011-08-04 Dan Bernstein <mitz@apple.com>
1034 * coding/contributing.html:
1036 2011-08-04 Nico Weber <thakis@chromium.org>
1038 Update the contributors page to recommend webkit-patch instead of many manual steps
1039 https://bugs.webkit.org/show_bug.cgi?id=65714
1041 Reviewed by Adam Barth.
1043 asvitkine followed the contributing instructions for his first patch, and got
1044 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1045 webkit-patch prevents errors like this and more.
1047 * coding/contributing.html:
1049 2011-07-21 Jon Lee <jonlee@apple.com>
1051 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1052 <rdar://problem/9782965>
1054 Rubber-stamped by Maciej Stachowiak.
1056 * projects/forms/image-usemap.png: Added.
1057 * projects/forms/image1.png: Added.
1058 * projects/forms/image10.png: Added.
1059 * projects/forms/image16.png: Added.
1060 * projects/forms/index.html: Update links
1061 * projects/forms/survey.html: Added.
1063 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1065 SVG feature status is not up-to-date
1066 https://bugs.webkit.org/show_bug.cgi?id=64856
1068 Reviewed by Dirk Schulze.
1070 Update SVG feature status after r91331.
1072 * projects/svg/status.xml:
1074 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1076 Reviewed by Darin Adler.
1078 Add note about cases where enums are preferred over bools on function parameters.
1079 https://bugs.webkit.org/show_bug.cgi?id=63564
1081 This matches the outcome of this webkit-dev thread:
1082 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1084 * coding/coding-style.html:
1086 2011-05-31 Chris Evans <cevans@chromium.org>
1088 Reviewed by Drew Yao.
1090 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1092 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1094 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1096 Reviewed by Dan Bernstein.
1098 Building instructions should not talk about Tiger
1099 https://bugs.webkit.org/show_bug.cgi?id=61210
1101 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1102 Xcode version to the latest Leopard one.
1104 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1106 Reviewed by Adam Barth.
1108 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1109 https://bugs.webkit.org/show_bug.cgi?id=60686
1111 * security/security-group-members.html:
1113 2011-05-11 Cris Neckar <cdn@chromium.org>
1115 Reviewed by David Levin.
1117 Adding Cris Neckar to the Webkit Security Group site.
1118 https://bugs.webkit.org/show_bug.cgi?id=60668
1120 * security/security-group-members.html:
1122 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1124 Reviewed by Mark Rowe.
1126 Update Qt/Nokia Security contacts
1127 https://bugs.webkit.org/show_bug.cgi?id=60650
1129 Ademar (me) replaced Simon as the release manager and primary security
1130 contact for QtWebKit. See:
1131 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1133 * security/security-group-members.html:
1135 2011-05-09 Eric Seidel <eric@webkit.org>
1137 Reviewed by Adam Barth.
1139 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1140 https://bugs.webkit.org/show_bug.cgi?id=59672
1142 * coding/adding-features.html: Added.
1145 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1147 Not reviewed: adding image files for the blog post.
1149 * blog-files/inspector/remote-debugging-attached.png: Added.
1150 * blog-files/inspector/remote-debugging-discovery.png: Added.
1152 2011-04-27 Ojan Vafai <ojan@chromium.org>
1154 Reviewed by Dan Bernstein.
1156 change style guide to pre-increment in for-loops
1157 https://bugs.webkit.org/show_bug.cgi?id=59619
1159 This matches what a number of reviewers have been asking
1160 for in code reviews.
1162 * coding/coding-style.html:
1164 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1166 Reviewed by Tor Arne Vestbø.
1168 Added instructions on how to work from behind proxy
1169 and detailed the instructions refering to rebasing.
1170 Windows build instructions do not work if you are behind a proxy
1171 or have a Temp directory that you do not own directly.
1172 https://bugs.webkit.org/show_bug.cgi?id=57246
1174 * building/tools.html:
1176 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1178 Reviewed by James Robinson.
1180 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1181 https://bugs.webkit.org/show_bug.cgi?id=58190
1183 * misc/related-target-and-shadow-dom.svg: Added.
1185 2011-04-06 David Levin <levin@chromium.org>
1187 Reviewed by Ojan Vafai.
1189 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1190 https://bugs.webkit.org/show_bug.cgi?id=55275
1192 * coding/coding-style.html:
1194 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1196 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1199 * blog-files/inspector/stack-traces-img/1.png: Added.
1200 * blog-files/inspector/stack-traces-img/2.png: Added.
1201 * blog-files/inspector/stack-traces-img/3.png: Added.
1202 * blog-files/inspector/stack-traces-img/4.png: Added.
1203 * blog-files/inspector/stack-traces-img/5.png: Added.
1204 * blog-files/inspector/stack-traces-img/6.png: Added.
1205 * blog-files/inspector/stack-traces-img/button.png: Added.
1207 2011-02-26 David Levin <levin@chromium.org>
1209 Reviewed by Darin Adler.
1211 Add style guidelines about comments from the unwritten rules email.
1212 https://bugs.webkit.org/show_bug.cgi?id=55272
1214 * coding/coding-style.html: Added the guidelines.
1216 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1218 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1220 * blog-files/inspector/css_rule_diff.png: Added.
1222 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1224 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1226 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1227 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1228 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1229 * blog-files/inspector/warning_10x10.png: Added.
1231 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1233 Unreviewed. Add Web Inspector style editing screenshots.
1235 * blog-files/inspector-css-as-authored.png: Added.
1236 * blog-files/inspector-css-autocomplete.png: Added.
1237 * blog-files/inspector-unknown-css-properties.png: Added.
1239 2011-01-21 David Levin <levin@chromium.org>
1241 Reviewed by Darin Adler.
1243 Proposal: Require cross-organizational seconds for reviewer nominations
1244 https://bugs.webkit.org/show_bug.cgi?id=47597
1246 This changes the committer/reviewer policy to require an additional
1247 reviewer supporting a reviewer nomination to work for a different
1248 company and different project affiliation from the nominee.
1250 This means reviewer nominations would require four supporting reviewers,
1251 one of which knows the reviewer through the community (irc, email, bugs)
1252 ensuring that the nominee has the open-source collaboration skills
1253 we so highly value here in WebKit.
1255 * coding/commit-review-policy.html:
1257 2011-01-01 Adam Barth <abarth@webkit.org>
1259 Reviewed by Eric Seidel.
1261 Move JavaScriptCore to Source
1262 https://bugs.webkit.org/show_bug.cgi?id=51604
1264 * coding/assertion-guidelines.html:
1265 - Update documentation to point to the new location of
1268 2010-12-17 Dan Bernstein <mitz@apple.com>
1270 Reviewed by Simon Fraser.
1272 Rename WebKitTools to Tools
1273 https://bugs.webkit.org/show_bug.cgi?id=49861
1275 * asking_questions.html:
1276 * building/tools.html:
1277 * coding/scripts.html:
1279 2010-11-08 Jessie Berlin <jberlin@apple.com>
1281 Reviewed by Adam Roben.
1283 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1285 https://bugs.webkit.org/show_bug.cgi?id=49189
1287 * building/tools.html:
1288 Add a line recommending bash shell users to comment out or remove those lines, with an
1289 explanation as to why.
1291 2010-11-04 Orlando Leite <orlleite@gmail.com>
1293 Reviewed by Adam Barth.
1295 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1297 * building/tools.html:
1299 2010-10-29 Adam Roben <aroben@apple.com>
1301 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1304 The February 2010 SDK is the last one with support for Visual Studio
1307 I also removed some unnecessary instructions regarding the DirectX
1310 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1311 specific version of the DirectX SDK
1313 Reviewed by Steve Falkenburg.
1315 * building/tools.html:
1317 2010-10-28 Lucas Forschler <lforschler@apple.com>
1319 Reviewed by Geoffrey Garen.
1321 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1323 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1324 -Edited the .htaccess file to redirect the old pages to the new landing page.
1325 -This should keep our search engine page rankings effective.
1326 Potentially breaking:
1327 -This COULD potentially break the SunSpider benchmark.
1328 -Local testing with relative links seems to function as expected.
1329 -The .htaccess 301 redirects are UNTESTED.
1333 * perf/sunspider: Added.
1334 * perf/sunspider-0.9.1/sunspider.html: Removed.
1335 * perf/sunspider-0.9.1/versions.html: Removed.
1336 * perf/sunspider-0.9/sunspider.html: Removed.
1337 * perf/sunspider/sunspider.css: Added.
1338 * perf/sunspider/sunspider.html: Added.
1340 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1342 Reviewed by David Levin.
1344 Add DirectX SDK to Installing Developer Tools web page
1345 https://bugs.webkit.org/show_bug.cgi?id=47911
1347 * building/tools.html:
1349 2010-09-30 David Levin <levin@chromium.org>
1351 Reviewed by Darin Adler.
1353 Add guideline for constructors doing implicit type conversion to coding style.
1354 https://bugs.webkit.org/show_bug.cgi?id=47646
1356 * coding/coding-style.html:
1358 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1360 Reviewed by Simon Fraser.
1362 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1363 https://bugs.webkit.org/show_bug.cgi?id=47013
1365 * nav.inc: Removed the space from the web inspector wiki link.
1367 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1369 Unreviewed HTML syntax fix for my recent change in the coding-style.
1371 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1373 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1375 Reviewed by Darin Adler.
1377 check-webkit-style and the coding style guidelines page are inconsistent
1378 https://bugs.webkit.org/show_bug.cgi?id=46099
1380 * coding/coding-style.html:
1381 Making clear that includes of system headers must come after includes of other headers.
1383 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1385 Reviewed by Adam Barth.
1387 Adding a timeline screenshot for blocking and defer scripts
1388 https://bugs.webkit.org/show_bug.cgi?id=45933
1390 * blog-files/timeline-blocking-script.png: Added.
1391 * blog-files/timeline-defer-script.png: Added.
1393 2010-09-14 Jessie Berlin <jberlin@apple.com>
1395 Reviewed by Adam Roben.
1397 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1398 https://bugs.webkit.org/show_bug.cgi?id=45779
1400 * building/tools.html:
1401 Add instructions about how to optionally get hotfix 976038.
1403 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1405 Reviewed by Adam Barth.
1407 https://bugs.webkit.org/show_bug.cgi?id=43982
1408 This js file seems to be a popular script for detecting mobile WebKit but
1409 it has a flaw that makes it fail on Android and BlackBerry.
1411 The issue is that it looks for "Mobile/" but Android and BlackBerry
1412 use "Mobile" with no numbering after it.
1413 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1415 * misc/WebKitDetect.js:
1416 (WebKitDetect.isMobile):
1418 2010-08-27 Darin Adler <darin@apple.com>
1420 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1421 recent developments.
1423 2010-08-26 Daniel Bates <dbates@rim.com>
1425 Reviewed by Dumitru Daniliuc.
1427 Fix misspelled words on WebKit.org contact.html,
1428 demos/index.html, and quality/leakhunting.html
1429 https://bugs.webkit.org/show_bug.cgi?id=44747
1431 Fix some misspelled words on the WebKit.org site.
1433 * contact.html: Change "bugreports" [sic] to "bug reports".
1434 * demos/index.html: Change "testcase" [sic] to "test case".
1435 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1437 2010-08-23 David Kilzer <ddkilzer@apple.com>
1439 Clean up some HTML typos in crashlogs.html
1441 Rubber-stamped by Maciej Stachowiak.
1443 * quality/crashlogs.html: Fixed "</code>>" typos added in
1444 r56300. Changed "<tt>" tag with style attribute to "<code>"
1445 that was missed in r56300.
1447 2010-08-17 Beth Dakin <bdakin@apple.com>
1449 Rubber-stamped by Adele.
1451 Adding a MathML Demo and screenshot.
1453 * blog-files/riemann-screenshot.png: Added.
1454 * demos/mathml: Added.
1455 * demos/mathml/MathMLDemo.xhtml: Added.
1457 2010-08-17 Adam Roben <aroben@apple.com>
1459 Instruct developers to (optionally) install Debugging Tools for
1462 These tools are used by some of our scripts, so are useful for
1463 developers to have installed.
1465 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1466 should recommend installing Debugging Tools for Windows
1468 Reviewed by Sam Weinig.
1470 * building/tools.html:
1472 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1474 Reviewed by Nikolas Zimmermann.
1476 Update SVG implementation status.
1478 * projects/svg/status.xml:
1480 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1482 Reviewed by Darin Adler.
1484 Add a diagram explaining how a DOM element is attached to the site.
1485 https://bugs.webkit.org/show_bug.cgi?id=42763
1487 * coding/dom-element-attach.html: Added.
1488 * coding/images/dom-element-attach-large.png: Added.
1489 * coding/images/dom-element-attach-small.png: Added.
1490 * coding/images/dom-element-attach.graffle: Added.
1491 * coding/technical-articles.html: Added a link to the page with the diragram.
1493 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1495 Reviewed by Darin Adler.
1497 Improve assertion macro documentation.
1499 https://bugs.webkit.org/show_bug.cgi?id=40565
1501 * coding/assertion-guidelines.html:
1503 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1505 Reviewed by Geoffrey Garen.
1507 Add an index of technical articles to the WebKit site. This makes the
1508 links to the RefPtr and Assertion documentation discoverable and
1509 provides an easy way to find some useful blog posts.
1511 https://bugs.webkit.org/show_bug.cgi?id=40561
1513 * coding/technical-articles.html: Added.
1514 * nav.inc: Add link to technical articles.
1516 2010-06-15 Adam Roben <aroben@apple.com>
1518 Remove some unnecessary steps for setting up the debugger on Windows
1520 Apparently update-webkit does this for you now.
1522 Rubber-stamped by Steve Falkenburg.
1524 * building/debug.html: Removed the first two Windows steps, which are
1525 now unnecessary, and updated the third to reflect reality.
1527 2010-06-14 Adam Roben <aroben@apple.com>
1529 Improve instructions for debugging on Windows
1531 Fixes <http://webkit.org/b/40585>.
1533 Reviewed by Steve Falkenburg.
1535 * building/debug.html: Improved the Windows instructions. We now
1536 instruct users to set things up so that hitting F5 from WebKit.sln
1537 will launch Safari with the WEBKITNIGHTLY environment variable
1538 pointing to the location of the built WebKit.dll.
1540 * building/console_vs2005.jpg: Removed.
1541 * building/debug_vs2005.jpg: Removed.
1543 * building/launch-debugger-vs2005.png: Added.
1544 * building/set-as-startup-project-vs2005.png: Added.
1545 * building/set-debugging-properties-vs2005.png: Added.
1547 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1549 Reviewed by Darin Adler.
1551 Add documentation on the various assertion macros in WebKit.
1553 https://bugs.webkit.org/show_bug.cgi?id=39950
1555 * coding/assertion-guidelines.html: Added.
1557 2010-05-29 Sterling Swigart <sswigart@google.com>
1559 Reviewed by David Levin.
1561 Adding tests to canvas.html performance test
1562 https://bugs.webkit.org/show_bug.cgi?id=39883
1564 * demos/canvas-perf/canvas.html:
1570 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1572 Reviewed by Darin Adler.
1574 Update the style guide re: static member variables and structs
1575 https://bugs.webkit.org/show_bug.cgi?id=39663
1577 Per Darin Adler's proposal on webkit-dev.
1579 All static member variables should be prefixed with s_.
1580 m_ should not be used for public data members in structs.
1581 Only structs should have public data members.
1583 * coding/coding-style.html:
1585 2010-05-24 David Levin <levin@chromium.org>
1587 Reviewed by Maciej Stachowiak.
1589 Improve canvas perf test accuracy.
1590 https://bugs.webkit.org/show_bug.cgi?id=39635
1592 * demos/canvas-perf/canvas.html:
1593 1. Change the various tests to get the image data for the result
1594 to help ensure that the operation has completed by the time,
1595 and subtract out the time needed to do this.
1596 2. Made the test more flexible about number of repetitions and
1598 3. Make the tests run separately and have a pause between them
1599 to allow for garbage collection so that results are more
1601 4. Added a standard logging function and shouldBe asserts to
1602 verify that the correct scaling operations were happening.
1604 2010-05-20 Daniel Bates <dbates@rim.com>
1606 Rubber-stamped by Simon Fraser.
1608 Spelling correction; change "acces" [sic] to "access".
1610 * quality/lifecycle.html:
1612 2010-05-14 Eric Seidel <eric@webkit.org>
1614 Reviewed by Maciej Stachowiak.
1616 Update tools.html to mention that Tiger users require a newer Python
1617 https://bugs.webkit.org/show_bug.cgi?id=38822
1619 Also updated the instructions that only Tiger users need
1620 to install a subversion client. Newer OSes already have
1621 subversion included in the install.
1623 * building/tools.html:
1625 2010-05-08 Dirk Schulze <krit@webkit.org>
1627 Reviewed by Nikolas Zimmermann.
1629 SVGFont's VKern implementation missing
1630 https://bugs.webkit.org/show_bug.cgi?id=38663
1632 * projects/svg/status.xml:
1634 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1636 Reviewed by Adam Barth.
1638 Commit and Review policy should encourage unofficial reviews
1639 https://bugs.webkit.org/show_bug.cgi?id=38517
1641 * coding/commit-review-policy.html:
1643 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1645 Reviewed by Darin Adler.
1647 Fix the sticky-notes demo.
1648 https://bugs.webkit.org/show_bug.cgi?id=38550
1650 1. Exceptions thrown by openDatabase() should be treated as
1652 2. Do not allow users to create new notes when openDatabase()
1655 * demos/sticky-notes/index.html:
1657 2010-05-02 Dirk Schulze <krit@webkit.org>
1659 Reviewed by Nikolas Zimmermann.
1661 SVG hkern implementation incomplete
1662 https://bugs.webkit.org/show_bug.cgi?id=38407
1664 We support hkern now. Mention this in the SVG status page.
1666 * projects/svg/status.xml:
1668 2010-04-29 Dean Jackson <dino@apple.com>
1670 Unreviewed. Make a note that we are no longer proposing
1671 the evaluateMediaQuery method. Instead, we are following
1672 the standard matchMedium method from CSS 3 View.
1674 * specs/MediaQueriesExtensions.html:
1676 2010-04-18 Adam Barth <abarth@webkit.org>
1678 Unreviewed. Update a label of the diagram to better match the
1679 description in the text of the blog post.
1681 * blog-files/loader-diagram.svg:
1683 2010-04-17 Adam Barth <abarth@webkit.org>
1685 Unreviewed. Added loader diagram for upcoming blog post.
1687 * blog-files/loader-diagram.svg: Added.
1689 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1691 Reviewed by Eric Seidel.
1693 Minor Updates and Cleanup to the Contributing Page
1694 https://bugs.webkit.org/show_bug.cgi?id=37415
1696 * coding/contributing.html:
1698 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1702 Random demo to look cool on twitter.
1704 * misc/gradient-input.html: Added.
1706 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1710 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1712 * blog-files/inspector/audits_launcher.png: Added.
1713 * blog-files/inspector/audits_panel.png: Added.
1714 * blog-files/inspector/console_panel.png: Added.
1715 * blog-files/inspector/context_menu.png: Added.
1716 * blog-files/inspector/css_highlighted_line.png: Added.
1717 * blog-files/inspector/css_line_number_snippet.png: Added.
1718 * blog-files/inspector/css_line_numbers.png: Added.
1719 * blog-files/inspector/deactivate_breakpoints.png: Added.
1720 * blog-files/inspector/evaluate_on_hover.png: Added.
1721 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1722 * blog-files/inspector/inherited_styles.png: Added.
1723 * blog-files/inspector/large_dom.png: Added.
1724 * blog-files/inspector/large_resources.png: Added.
1725 * blog-files/inspector/pseudo_elements.png: Added.
1726 * blog-files/inspector/redirect_headers.png: Added.
1727 * blog-files/inspector/redirect_headers_full.png: Added.
1728 * blog-files/inspector/redirects.png: Added.
1729 * blog-files/inspector/redirects_full.png: Added.
1730 * blog-files/inspector/timeline_overview.png: Added.
1731 * blog-files/inspector/timeline_panel.png: Added.
1732 * blog-files/inspector/timeline_record_details.png: Added.
1734 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1736 Reviewed by David Levin.
1738 Asking Questions Page Grammar Fixes
1739 https://bugs.webkit.org/show_bug.cgi?id=36608
1741 * asking_questions.html:
1743 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1745 Reviewed by Timothy Hatcher.
1747 New Asking Questions Page is not Valid HTML5
1748 https://bugs.webkit.org/show_bug.cgi?id=36605
1750 * asking_questions.html: fixed issues raised by the validator.
1752 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1754 Reviewed by David Levin.
1756 Add a page on how to ask questions
1757 https://bugs.webkit.org/show_bug.cgi?id=35223
1759 * asking_questions.html: Added.
1760 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1761 to get help effectively
1762 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1764 * contact.html: Tweaked the wording to make it more clear what the
1765 mailing list are used for. Also changed the formatting to better
1766 underline the different mailing lists.
1768 2010-03-24 Sam Weinig <sam@webkit.org>
1770 Rubber-stamped by Anders Carlsson..
1772 Update Security Group Members list.
1774 * security/security-group-members.html:
1776 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1780 Add another example.
1782 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1784 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1788 Add example of accessible ASCII art for HTML WG.
1790 * demos/accessible-ascii-art: Added.
1791 * demos/accessible-ascii-art/butterfly.html: Added.
1793 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1795 Reviewed by Mark Rowe.
1797 WebKit blog should be valid HTML5
1798 https://bugs.webkit.org/show_bug.cgi?id=36410
1800 * blog/wp-content/themes/webkit/comments-popup.php:
1801 * blog/wp-content/themes/webkit/footer.php:
1802 * blog/wp-content/themes/webkit/header.php:
1804 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1806 Reviewed by Mark Rowe.
1808 Fix a bunch of HTML5 validation errors on various pages.
1809 https://bugs.webkit.org/show_bug.cgi?id=36409
1811 * building/build.html:
1812 * building/checkout.html:
1813 * building/debug.html:
1814 * building/run.html:
1815 * building/tools.html:
1816 * coding/coding-style.html:
1817 * coding/contributing.html:
1818 * coding/major-objects.html:
1823 * projects/compat/index.html:
1824 * projects/css/index.html:
1825 * projects/documentation/index.html:
1826 * projects/goals.html:
1827 * projects/index.html:
1828 * projects/mathml/index.html:
1829 * quality/bugpriorities.html:
1830 * quality/bugwriting.html:
1831 * quality/crashlogs.html:
1832 * quality/lifecycle.html:
1833 * quality/testing.html:
1834 * quality/testwriting.html:
1836 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1838 Reviewed by Mark Rowe.
1840 webkit.org should use the HTML5 doctype
1841 https://bugs.webkit.org/show_bug.cgi?id=36407
1844 * misc/drosera/index.html:
1845 * perf/slickspeed/system/index.php:
1846 * perf/slickspeed/system/template.php:
1849 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1851 Reviewed by Mark Rowe.
1853 http://webkit.org/ has an HTML5 validation error
1854 https://bugs.webkit.org/show_bug.cgi?id=36406
1858 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1860 Tweak canvas perf demo.
1862 * demos/canvas-perf/canvas.html:
1864 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1866 Added canvas perf demo for whatwg.
1868 * demos/canvas-perf: Added.
1869 * demos/canvas-perf/canvas.html: Added.
1870 * demos/canvas-perf/kraken.jpg: Added.
1872 2010-03-09 Adam Roben <aroben@apple.com>
1874 Add a link to the Contributors Meeting registration form in the
1877 Rubber-stamped in advance by Adele Peterson.
1879 * nav.inc: Added a link underneath "Trac".
1881 2010-02-26 Sam Weinig <sam@webkit.org>
1883 Rubber-stamped by Adele Peterson.
1885 Update Security Group Members list.
1887 * security/security-group-members.html:
1889 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1891 Reviewed by Eric Seidel and Adam Roben.
1893 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1894 https://bugs.webkit.org/show_bug.cgi?id=35098
1896 * building/debug.html:
1897 Add instructions on how to build and run WebKit from within Visual Studio.
1899 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1901 Rubber stamped by Adam Barth.
1903 Add sunspider-0.9.1 to the site in preparation for announcing it.
1904 https://bugs.webkit.org/show_bug.cgi?id=35206
1906 * perf/sunspider-0.9.1: Added.
1907 * perf/sunspider-0.9.1/json2.js: Added.
1908 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1909 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1910 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1911 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1912 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1913 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1914 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1915 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1916 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1917 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1918 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1919 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1920 * perf/sunspider-0.9.1/sunspider.css: Added.
1921 * perf/sunspider-0.9.1/sunspider.html: Added.
1922 * perf/sunspider-0.9.1/versions.html: Added.
1924 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1926 Not reviewed - demo.
1928 Made some examples of using <details> for table descriptions.
1930 * demos/hover-summary: Added.
1931 * demos/hover-summary/details.css: Added.
1932 * demos/hover-summary/details.js: Added.
1933 (summaryClickListener):
1936 * demos/hover-summary/example1.html: Added.
1937 * demos/hover-summary/example2.html: Added.
1938 * demos/hover-summary/horizontal-triangle.png: Added.
1939 * demos/hover-summary/vertical-triangle.png: Added.
1941 2010-02-02 Jens Alfke <snej@chromium.org>
1943 Reviewed by David Levin.
1945 Clarified coding guidelines on wiki to allow indentation of
1946 _nested_ namespaces.
1947 https://bugs.webkit.org/show_bug.cgi?id=32137
1949 * coding/coding-style.html:
1951 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1953 Reviewed by David Kilzer.
1955 Added to contributing code page a pointer to the preferred
1956 license text. Also added information about copyright lines.
1958 https://bugs.webkit.org/show_bug.cgi?id=34017
1960 * coding/contributing.html:
1962 - Added CSS class for books.
1964 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1966 Reviewed by David Levin.
1968 Added screenshots and clearer instructions on how to submit
1971 https://bugs.webkit.org/show_bug.cgi?id=32542
1973 Also added that a bug report should be selected or created
1974 prior to submitting a patch.
1976 * coding/contributing.html:
1977 * coding/images: Added.
1978 * coding/images/contribute_add_attachment.png: Added.
1979 * coding/images/contribute_mark_review.png: Added.
1981 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1983 Not reviewed; updated for truth (and readability).
1985 Fixed some wrong listings and reorganized this page.
1987 * security/security-group-members.html:
1989 2010-01-06 Dirk Schulze <krit@webkit.org>
1991 Reviewed by Nikolas Zimmermann.
1994 https://bugs.webkit.org/show_bug.cgi?id=31905
1996 Update SVG status page. We support feDisplacementMap and feImage now.
1998 * projects/svg/status.xml:
2000 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
2002 Reviewed by Darin Adler.
2004 Removed outdated contact information from bug life cycle page.
2006 https://bugs.webkit.org/show_bug.cgi?id=32494
2008 * quality/lifecycle.html:
2010 2009-12-13 Dan Bernstein <mitz@apple.com>
2012 Reviewed by Sam Weinig.
2014 Add a style guideline concerning floating point literals
2015 https://bugs.webkit.org/show_bug.cgi?id=32497
2017 * coding/coding-style.html:
2019 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2021 Reviewed by Adam Roben.
2023 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2024 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2025 in Windows as part of running update_webkit.
2027 * building/build.html:
2028 - removed the reference to forgetting to set environment variables as a common source of errors
2029 on Windows. This is because this patch would make it unnecessary for the user to set these
2032 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2034 Reviewed by Darin Adler.
2036 Added the "using std::foo" rule to the coding style guidelines.
2038 https://bugs.webkit.org/show_bug.cgi?id=32301
2040 Added to the coding style guidelines the "using std::foo" rule
2041 checked by the check-webkit-style script. Also clarified the
2042 "using" statement guidelines that apply to implementation files.
2044 * coding/coding-style.html:
2046 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2048 Reviewed by Darin Adler.
2050 Refactored web site documentation so that advice to add
2051 WebKitTools/Scripts to your shell path does not appear
2054 https://bugs.webkit.org/show_bug.cgi?id=32112
2056 * building/build.html:
2057 * building/checkout.html:
2058 * building/run.html:
2059 * coding/coding-style.html:
2060 * coding/contributing.html:
2061 * coding/scripts.html: Added.
2062 * quality/testing.html:
2064 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2066 Reviewed by Eric Seidel.
2068 Add reference to the GTK and QT build wiki pages
2070 https://bugs.webkit.org/show_bug.cgi?id=32088
2072 * building/tools.html:
2075 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2077 Reviewed by Darin Adler.
2079 Added clarifications to the web site regarding coding style and
2082 https://bugs.webkit.org/show_bug.cgi?id=31618
2084 Changes include the following:
2086 - Expanded the style guidelines regarding "using" statements.
2087 - Made the style guidelines page validate as HTML.
2088 - Added that legacy WebKit components should not be cleaned up.
2089 - Added that it is more acceptable to update style when already
2092 * coding/coding-style.html:
2093 * coding/contributing.html:
2094 * projects/cleanup/index.html:
2096 2009-11-18 Eric Seidel <eric@webkit.org>
2098 Reviewed by David Levin.
2100 Make 80 patches a formal requirement for reviewership
2101 https://bugs.webkit.org/show_bug.cgi?id=31313
2102 Per discussion on the webkit-reviewers list:
2103 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2105 * coding/commit-review-policy.html:
2107 2009-11-18 Daniel Bates <dbates@webkit.org>
2109 Reviewed by Eric Seidel.
2111 https://bugs.webkit.org/show_bug.cgi?id=31610
2113 Adds property "min-width" to #title so that the width of the title
2114 element on each page is at least 790px. In particular, this makes
2115 the page <http://webkit.org/security/security-group-members.html>
2116 consistent, in appearance, to the rest of the site.
2120 2009-11-16 Sam Weinig <sam@webkit.org>
2122 Reviewed by Anders Carlsson.
2124 Update Security Group Members list.
2126 * security/security-group-members.html:
2128 2009-11-16 Sam Weinig <sam@webkit.org>
2130 Reviewed by Adele Peterson.
2132 Update Security Group Members list.
2134 * security/security-group-members.html:
2136 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2138 Reviewed by Darin Adler.
2140 Added to the WebKit Coding Style Guidelines not to use
2141 "using namespace" statements in header files.
2143 * coding/coding-style.html:
2145 2009-11-10 Oliver Hunt <oliver@apple.com>
2147 Reviewed by Maciej Stachowiak.
2149 Fix WebGL demos to work with renamed WebGL primitives
2151 * blog-files/webgl/Earth.html:
2152 * blog-files/webgl/ManyPlanetsDeep.html:
2153 * blog-files/webgl/SpinningBox.html:
2154 * blog-files/webgl/SpiritBox.html:
2155 * blog-files/webgl/TeapotPerPixel.html:
2156 * blog-files/webgl/TeapotPerVertex.html:
2157 * blog-files/webgl/WebGL+CSS.html:
2158 * blog-files/webgl/resources/CanvasMatrix.js:
2159 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2160 * blog-files/webgl/resources/utils3d.js:
2165 2009-11-06 Dirk Schulze <krit@webkit.org>
2167 Rubber stamped by Eric Seidel.
2169 Update SVG status page. We support feMorphology now.
2170 Set lightning filters to unimplemented.
2172 * projects/svg/status.xml:
2174 2009-11-06 Jeff Schiller <codedread@gmail.com>
2176 Reviewed by Darin Adler.
2178 SVG Status page update
2179 https://bugs.webkit.org/show_bug.cgi?id=31179
2181 * projects/svg/status.xml:
2183 2009-11-03 Darin Adler <darin@apple.com>
2185 Set the MIME type for all PNG files in this directory.
2187 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2188 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2189 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2190 * blog-files/acid3-100.png: Modified property svn:mime-type.
2191 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2192 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2193 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2194 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2195 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2196 * blog-files/bounce.png: Added property svn:mime-type.
2197 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2198 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2199 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2200 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2201 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2202 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2203 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2204 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2205 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2206 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2207 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2208 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2209 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2210 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2211 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2212 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2213 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2214 * blog-files/inspector/colors.png: Added property svn:mime-type.
2215 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2216 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2217 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2218 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2219 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2220 * blog-files/inspector/enable.png: Added property svn:mime-type.
2221 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2222 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2223 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2224 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2225 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2226 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2227 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2228 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2229 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2230 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2231 * blog-files/kate-circle.png: Modified property svn:mime-type.
2232 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2233 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2234 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2235 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2236 * blog-files/kate.png: Modified property svn:mime-type.
2237 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2238 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2239 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2240 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2241 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2242 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2243 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2244 * blog-files/pulse.png: Added property svn:mime-type.
2245 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2246 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2247 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2248 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2249 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2250 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2251 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2252 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2253 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2254 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2255 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2256 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2257 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2258 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2259 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2260 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2261 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2262 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2263 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2264 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2265 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2266 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2267 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2268 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2269 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2270 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2271 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2272 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2273 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2274 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2275 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2276 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2277 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2278 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2279 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2280 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2281 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2282 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2283 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2284 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2285 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2286 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2287 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2288 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2289 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2290 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2291 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2292 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2293 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2294 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2295 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2296 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2297 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2298 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2299 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2300 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2301 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2302 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2303 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2304 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2305 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2306 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2307 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2308 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2309 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2310 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2311 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2312 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2313 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2314 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2315 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2316 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2317 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2318 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2319 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2320 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2321 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2322 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2323 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2324 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2325 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2326 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2327 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2328 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2329 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2330 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2331 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2332 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2333 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2334 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2335 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2336 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2337 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2338 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2339 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2340 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2341 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2342 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2343 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2344 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2345 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2346 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2347 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2348 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2349 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2350 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2351 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2352 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2353 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2354 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2355 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2356 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2357 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2358 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2359 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2360 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2361 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2362 * images/DroseraPic.png: Modified property svn:mime-type.
2363 * misc/drosera/drosera.png: Modified property svn:mime-type.
2364 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2366 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2368 Reviewed by Timothy Hatcher.
2370 Adding images for an upcoming blog post.
2372 * blog-files/inspector/breakpoints.png: Added.
2373 * blog-files/inspector/colors.png: Added.
2374 * blog-files/inspector/cookies.png: Added.
2375 * blog-files/inspector/css_selectors.png: Added.
2376 * blog-files/inspector/css_syntax_highlight.png: Added.
2377 * blog-files/inspector/dom_storage.png: Added.
2378 * blog-files/inspector/edit_attributes.png: Added.
2379 * blog-files/inspector/enable.png: Added.
2380 * blog-files/inspector/event_listeners.png: Added.
2381 * blog-files/inspector/form_data.png: Added.
2382 * blog-files/inspector/inline_highlight.png: Added.
2383 * blog-files/inspector/inorder.png: Added.
2384 * blog-files/inspector/inspect_inspector.png: Added.
2385 * blog-files/inspector/inspect_inspector_small.png: Added.
2386 * blog-files/inspector/load_lines.png: Added.
2387 * blog-files/inspector/nodelist.png: Added.
2388 * blog-files/inspector/scope_bar.png: Added.
2389 * blog-files/inspector/watched_expression.png: Added.
2391 2009-10-26 Dan Bernstein <mitz@apple.com>
2393 Reviewed by Adele Peterson.
2397 * coding/bsd-license.html: Updated to the latest version.
2399 2009-10-22 Mark Rowe <mrowe@apple.com>
2401 Update to WordPress 2.8.5.
2405 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2407 Reviewed by Eric Seidel.
2409 Replace boolean operator indentation example with an if statement.
2411 https://bugs.webkit.org/show_bug.cgi?id=30538
2413 * coding/coding-style.html: Replace boolean indenting example to use "if"
2415 2009-10-16 Darin Adler <darin@apple.com>
2417 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2418 wording a bit in few places.
2420 2009-10-14 Evan Martin <evan@chromium.org>
2422 Reviewed by Darin Adler.
2424 Document what state the build tree is expected to be in after a patch.
2426 * coding/contributing.html:
2428 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2430 Reviewed by Eric Seidel.
2432 Change <a name> to id="" to fix styling problems
2433 https://bugs.webkit.org/show_bug.cgi?id=30283
2435 This prevents the headings from being styled like links.
2437 * coding/contributing.html:
2439 2009-10-08 Alex Milowski <alex@milowski.com>
2441 Reviewed by Darin Adler.
2443 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2445 * projects/layout/index.html:
2447 2009-10-07 Sam Weinig <sam@webkit.org>
2449 Reviewed by Dan Bernstein.
2451 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2452 Change style guidelines for indentation in header files
2454 * coding/coding-style.html: Don't indent in a namespace in a header file.
2456 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2458 Reviewed by Mark Rowe.
2460 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2462 * building/tools.html:
2464 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2466 Reviewed by Adam Barth.
2468 Diagram needs to be linked from the home page
2469 https://bugs.webkit.org/show_bug.cgi?id=30142
2471 http://webkit.org/coding/major-objects.html was never linked from the home
2476 2009-09-28 Alex Milowski <alex@milowski.com>
2478 <http://webkit.org/b/29098> Update to MathML project webpage
2480 Reviewed by David Kilzer.
2482 Updated MathML project page and added link to Wiki page.
2484 * projects/mathml/index.html:
2486 2009-09-21 Brady Eidson <beidson@apple.com>
2488 Reviewed by Darin Adler.
2490 Add coding style guidelines for 'using namespace.'
2491 https://bugs.webkit.org/show_bug.cgi?id=29499
2493 * coding/coding-style.html:
2495 2009-09-21 Brady Eidson <beidson@apple.com>
2497 Rubberstamped by Sam Weinig.
2499 Add some example files for an upcoming blog post.
2501 * blog-files/load-unload-example.html: Added.
2502 * blog-files/pageshow-pagehide-example.html: Added.
2504 2009-09-17 Eric Seidel <eric@webkit.org>
2506 Reviewed by Darin Adler.
2508 Update contributing.html to mention recently added tools.
2509 https://bugs.webkit.org/show_bug.cgi?id=29318
2511 Update our contributing instructions to mention
2512 the new tools (check-webkit-style and commit-queue)
2513 recently added to make contributions easier.
2515 * coding/contributing.html:
2516 - Mention check-webkit-style as an optional helper tool.
2517 - Mention checking the 'patch' checkbox.
2518 - Mention the commit-queue as an optional helper tool.
2519 - Remove "or in email" since patch reviews are all done via bugzilla.
2520 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2521 - Mention commit-queue as an optional help in getting your patch landed.
2522 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2524 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2526 Reviewed by Mark Rowe.
2528 Add instructions to bug reporting guidlines on how and when
2529 to apply port-specific keywords.
2531 * quality/bugwriting.html:
2533 2009-09-08 Sam Weinig <sam@webkit.org>
2535 Reviewed by Adele Peterson.
2537 Update Security Group Members list.
2539 * security/security-group-members.html:
2541 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2543 Reviewed by Eric Seidel.
2545 Drop <definition-src> support
2546 https://bugs.webkit.org/show_bug.cgi?id=28991
2548 When SVG 1.1 Second Edition is a Recommendation we can remove the
2551 * projects/svg/status.xml: Update page to state that <definition-src>
2554 2009-08-26 Mark Rowe <mrowe@apple.com>
2556 Upgrade WordPress to the latest version.
2558 * blog/wp-includes/version.php:
2559 * blog/wp-login.php:
2561 2009-08-20 Adam Barth <abarth@webkit.org>
2563 Reviewed by Eric Seidel.
2565 major-objects.html should show direct Frame <-> Document pointers
2566 https://bugs.webkit.org/show_bug.cgi?id=28479
2568 * coding/major-objects.html: Added pointers to diagram.
2570 2009-08-18 Anton Muhin <antonm@chromium.org>
2572 Reviewed by Adam Barth.
2574 Mention handy --bug flag of prepare-ChangeLog script.
2575 https://bugs.webkit.org/show_bug.cgi?id=28425
2577 * coding/contributing.html: Add a reference for --bug flag
2579 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2581 Reviewed by Adam Barth.
2583 Better explanation of "Null after navigation" in object diagram
2584 https://bugs.webkit.org/show_bug.cgi?id=28232
2586 * coding/major-objects.html:
2588 2009-08-11 Adam Barth <abarth@webkit.org>
2592 Remove a few characters from the ASCII art to make it fit better in the
2595 * coding/major-objects.html:
2597 2009-08-11 Adam Barth <abarth@webkit.org>
2599 Reviewed by Oliver Hunt.
2601 Document relation between major objects in WebCore
2602 https://bugs.webkit.org/show_bug.cgi?id=28210
2604 Added a diagram showing the relation between major objects.
2606 * coding/major-objects.html: Added.
2608 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2610 Reviewed by Oliver Hunt.
2612 Fix webkit-jobs link
2616 2009-08-03 Mark Rowe <mrowe@apple.com>
2618 Update two WordPress plug-ins that we use.
2620 * blog/wp-content/plugins/akismet/akismet.php:
2621 * blog/wp-content/plugins/akismet/readme.txt:
2622 * blog/wp-content/plugins/commentcontrol.php:
2624 2009-08-03 Mark Rowe <mrowe@apple.com>
2626 Add some missing files and delete some obsolete files.
2630 2009-08-03 Mark Rowe <mrowe@apple.com>
2632 Update WordPress to the latest version.
2636 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2638 Reviewed by Adam Treat.
2640 Mention the new webkit-help and webkit-jobs mailinglist. Change
2641 the description of webkit-dev to be more strict.
2645 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2647 Reviewed by Adam Treat.
2649 Coding style - Clarify some cases with spacing
2650 https://bugs.webkit.org/show_bug.cgi?id=27499
2652 Add explicit rule about no space before comma or semicolon.
2654 * coding/coding-style.html:
2656 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2658 Fix the font to match the rest of the blog site.
2660 * blog-files/3d-transforms/image-flip.html:
2662 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2664 Move the image flip effect into an iframe to avoid the long
2665 blog page tripping a bug on Leopard.
2667 * blog-files/3d-transforms/image-flip.html: Added.
2669 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2671 New demo files for an up-coming blog post.
2673 * blog-files/3d-transforms/mighty-cubes.png: Added.
2674 * blog-files/3d-transforms/morphing-cubes.html: Added.
2675 * blog-files/3d-transforms/perspective-by-example.html: Added.
2676 * blog-files/3d-transforms/poster-circle.html: Added.
2677 * blog-files/3d-transforms/poster-circle.png: Added.
2678 * blog-files/3d-transforms/transform-style.html: Added.
2680 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2682 Reviewed by Sam Weinig.
2684 Side bar linking to "DOM Interfaces" returns 404
2685 https://bugs.webkit.org/show_bug.cgi?id=24000
2689 2009-07-09 Oliver Hunt <oliver@apple.com>
2691 Reviewed by Geoff Garen.
2693 JavaScript section of http://webkit.org is excessively out of date.
2695 This removes old todo entries (like adding an API, which we've had since Leopard),
2696 and adds an additional todo for a webkit-less Objective-C API.
2698 * projects/javascript/index.html:
2700 2009-07-03 Adam Barth <abarth@webkit.org>
2702 Reviewed by Sam Weinig.
2704 Adam and Collin's affiliation is incorrect
2705 https://bugs.webkit.org/show_bug.cgi?id=26954
2707 This change corrects their affiliation.
2709 * security/security-group-members.html:
2711 2009-06-24 Brady Eidson <beidson@apple.com>
2713 Reviewed by Mark Rowe
2715 * demos/index.html: Fix more typos etc.
2717 2009-06-17 Sam Weinig <sam@webkit.org>
2719 Reviewed by Mark Rowe.
2721 * security/index.html: Fix some typos.
2723 2009-06-17 Sam Weinig <sam@webkit.org>
2725 Reviewed by Mark Rowe.
2727 Move security policy to security/index.html so that
2728 webkit.org/security/ works.
2731 * security/index.html: Copied from security/security-policy.html.
2732 * security/security-policy.html: Removed.
2734 2009-06-13 Sam Weinig <sam@webkit.org>
2736 Reviewed by Timothy Hatcher.
2738 Add WebKit Security Policy and member list of the WebKit Security Group.
2742 * security/security-group-members.html: Added.
2743 * security/security-policy.html: Added.
2745 2009-06-12 Brady Eidson <beidson@apple.com>
2747 Reviewed by Oliver Hunt
2749 Add a page indexing the various demo applications we have posted.
2751 * demos/index.html: Added.
2752 * nav.inc: Add a link to the demos page on the side bar
2753 * css/main.css: Add a style for date stamps based on the blog.
2755 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2756 index.html as the Calendar.html url has already been published and we should keep it working.
2758 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2759 * demos/drosera: Removed.
2760 * demos/drosera/demo.js: Removed.
2761 * demos/drosera/drosera.png: Removed.
2762 * demos/drosera/index.html: Removed.
2763 * misc/drosera: Copied from demos/drosera.
2765 Move the sticky notes example into /demos:
2766 * demos/sticky-notes: Added.
2767 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2768 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2769 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2770 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2771 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2772 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2773 * misc/DatabaseExample.manifest: Removed.
2774 * misc/deleteButton.png: Removed.
2775 * misc/deleteButtonPressed.png: Removed.
2777 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2779 Reviewed by Eric Seidel.
2781 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2782 Update a few items in the testing language to:
2783 (1) Reflect results are now generated with Leopard (not Tiger)
2784 (2) Explain how to generate pixel-level layout tests.
2786 * quality/testing.html:
2787 * quality/testwriting.html:
2789 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2791 Bug 26188: Clarify some of the cases in the coding style guide
2793 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2795 Reviewed and tweaked by David Kilzer.
2797 Changed the coding style document to clarify some cases of ambiguity.
2799 * coding/coding-style.html:
2801 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2803 Not reviewed, demo content.
2805 - Add doctype to Calendar demo.
2807 * demos/calendar/Calendar.html:
2809 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2811 Not reviewed, demo content.
2813 - add Calendar demo.
2815 * demos/calendar: Added.
2816 * demos/calendar/Boom.aiff: Added.
2817 * demos/calendar/Calendar.css: Added.
2818 * demos/calendar/Calendar.html: Added.
2819 * demos/calendar/Calendar.js: Added.
2820 * demos/calendar/Calendar.manifest: Added.
2821 * demos/calendar/CalendarApp.icns: Added.
2822 * demos/calendar/Images: Added.
2823 * demos/calendar/Images/AirPort4.png: Added.
2824 * demos/calendar/Images/AirPortError.png: Added.
2825 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2826 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2827 * demos/calendar/Images/statusbarBackground.png: Added.
2828 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2829 * demos/calendar/LocationImage.js: Added.
2830 * demos/calendar/Utilities.js: Added.
2831 * demos/calendar/favicon.ico: Added.
2832 * demos/calendar/mime.types: Added.
2834 2009-05-20 Mark Rowe <mrowe@apple.com>
2836 Rubber-stamped by Eric Seidel.
2838 Prevent search engines from getting creative in their descriptions of webkit.org content.
2840 * blog/wp-content/themes/webkit/header.php:
2843 2009-05-06 Eric Seidel <eric@webkit.org>
2845 Reviewed by Maciej Stachowiak.
2847 Update Contributing instructions after feedback from Julie Parent.
2848 https://bugs.webkit.org/show_bug.cgi?id=25611
2850 * coding/contributing.html: Add a few more comments on ChangeLogs
2852 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2854 Reviewed by Steve Falkenburg
2856 Fix the link for setting the Platform SDK paths in the Windows instructions.
2858 * building/build.html:
2860 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2862 Reviewed by Darin Adler.
2864 https://bugs.webkit.org/show_bug.cgi?id=25186
2865 There is no XSLT component in bugzilla
2867 * projects/xslt/index.html: Changed to search by bug title.
2869 2009-02-20 David Kilzer <ddkilzer@apple.com>
2871 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2873 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2875 Reviewed by Alexey Proskuryakov.
2877 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2878 * perf/sunspider-0.9/3d-morph.html: Ditto.
2879 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2880 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2881 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2882 * perf/sunspider-0.9/access-nbody.html: Ditto.
2883 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2884 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2885 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2886 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2887 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2888 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2889 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2890 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2891 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2892 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2893 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2894 * perf/sunspider-0.9/math-cordic.html: Ditto.
2895 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2896 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2897 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2898 * perf/sunspider-0.9/string-base64.html: Ditto.
2899 * perf/sunspider-0.9/string-fasta.html: Ditto.
2900 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2901 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2902 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2903 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2904 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2905 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2907 2009-01-19 Adam Roben <aroben@apple.com>
2909 Add links to some recommended Visual Studio hotfixes
2911 Reviewed by Dave Hyatt.
2913 * building/tools.html:
2915 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2917 Reviewed by Adele Petersen.
2918 Landed by Pamela Greene.
2920 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2921 Remove links to no-longer-existing Drosera project.
2922 Also, clean up references to wiki in the nav.inc file.
2924 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2926 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2928 Reviewed by Darin Adler.
2929 Landed by Pamela Greene.
2931 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2932 Update website so that newbies are told they must set the
2933 WebKitOutputDir to get a valid build.
2935 * building/build.html: Add language (and link) indicating the
2936 importance of setting the WebKitOutputDir variable, as well
2937 as a link to instructions on how to do so.
2939 2008-12-19 Dean Jackson <dino@apple.com>
2941 Media queries that return <integer> but are really boolean
2942 are restricted to 0 and 1. This is in line with other
2945 * specs/MediaQueriesExtensions.html:
2947 2008-12-03 Dean Jackson <dino@apple.com>
2949 Added links to the WebKit and Mozilla bugs for pointer-events.
2951 * specs/PointerEventsProperty.html:
2953 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2955 Reviewed by Eric Seidel.
2957 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2958 https://bugs.webkit.org/show_bug.cgi?id=22468
2960 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2961 added an explanation about the implementation files.
2963 * coding/coding-style.html:
2965 2008-11-25 Dean Jackson <dino@apple.com>
2967 Add a new work-in-progress proposal for pointer-events in
2968 HTML content. Also note that the Media Queries extensions
2969 are not at all official.
2971 * specs/MediaQueriesExtensions.html:
2972 * specs/PointerEventsProperty.html: Added.
2975 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2977 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2979 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2981 Reviewed by David Kilzer.
2983 * projects/documentation/index.html: Added link to "Introduction to
2984 WebKit Objective-C Programming Guide".
2986 2008-11-24 Dean Jackson <dino@apple.com>
2988 Document the work-in-progress proposed extensions to
2989 CSS 3 Media Queries.
2991 * specs/MediaQueriesExtensions.html: Added.
2994 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2996 Reviewed by Sam Weinig and Antti Koivisto.
2998 Clarified the last coding style rule, which was a baffling in its
3001 (Now let's see if our code ever starts following this rule!)
3003 * coding/coding-style.html:
3005 2008-11-17 Brady Eidson <beidson@apple.com>
3007 Reviewed by Mark Rowe
3009 Clarify an edge case for acronym capitalization.
3011 * coding/coding-style.html:
3013 2008-11-11 Simon Fraser <simon.fraser@apple.com>
3015 Update leaves animation sample.
3017 * blog-files/leaves/index.html:
3018 * blog-files/leaves/leaves.css:
3020 2008-11-11 Dean Jackson <dino@apple.com>
3022 Removed quotes in animation name value.
3024 * blog-files/pulse.html:
3026 2008-11-11 Dean Jackson <dino@apple.com>
3028 Added a smaller version of a screenshot.
3030 * blog-files/leaves-screenshot-small.jpg: Added.
3032 2008-11-11 Dean Jackson <dino@apple.com>
3034 Add a bunch of examples for CSS Animation blog draft.
3036 * blog-files/bounce.html: Added.
3037 * blog-files/bounce.png: Added.
3038 * blog-files/leaves-screenshot.jpg: Added.
3039 * blog-files/leaves/images/apple-touch-icon.png: Added.
3040 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
3041 * blog-files/leaves/images/realLeaf1.png: Added.
3042 * blog-files/leaves/images/realLeaf2.png: Added.
3043 * blog-files/leaves/images/realLeaf3.png: Added.
3044 * blog-files/leaves/images/realLeaf4.png: Added.
3045 * blog-files/leaves/images/textBackground.png: Added.
3046 * blog-files/leaves/index.html: Added.
3047 * blog-files/leaves/leaves.css: Added.
3048 * blog-files/leaves/leaves.js: Added.
3049 * blog-files/pulse.html: Added.
3050 * blog-files/pulse.png: Added.
3052 2008-10-30 Cameron Zwarich <zwarich@apple.com>
3054 Rubber-stamped by Mark Rowe.
3056 Update the link to Mac Subversion binaries.
3058 * building/tools.html:
3060 2008-10-27 Antti Koivisto <antti@apple.com>
3064 * blog-files/squirrelfish-link-animated.svg: Added.
3066 2008-10-27 Antti Koivisto <antti@apple.com>
3070 * blog-files/cubes-7.svg: Added.
3071 * blog-files/number-morph.svg: Added.
3073 2008-10-07 Darin Adler <darin@apple.com>
3075 * coding/RefPtr.html: Second draft.
3077 2008-10-04 Mark Rowe <mrowe@apple.com>
3079 Upgrade to WordPress 2.6.2.
3083 2008-09-26 Timothy Hatcher <timothy@apple.com>
3085 Add screenshots of searching in the Web Inspector.
3089 * blog-files/inspector-searching-elements.png: Added.
3090 * blog-files/inspector-searching-profiles.png: Added.
3092 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3096 - add some screenshots.
3098 * blog-files/acid3-screenshot.png: Added.
3099 * blog-files/acid3-timing-screenshot.png: Added.
3101 2008-09-25 Darin Adler <darin@apple.com>
3103 * contact.html: Take a cut at making the role of webkitsdk-dev
3104 clearer, specifying that it's Mac OS X specific and hosted at
3107 2008-09-24 Timothy Hatcher <timothy@apple.com>
3109 Add new screenshots of the Web Inspector's Scope Variables pane.
3113 * blog-files/inspector-closure-scope.png: Added.
3114 * blog-files/inspector-event-scope.png: Added.
3115 * blog-files/inspector-with-scope.png: Added.
3117 2008-09-24 Timothy Hatcher <timothy@apple.com>
3119 Add another screenshot of the Web Inspector.
3123 * blog-files/inspector-disabling-properties.png: Added.
3125 2008-09-24 Timothy Hatcher <timothy@apple.com>
3127 Add new screenshots of the Web Inspector.
3131 * blog-files/inspector-console-autocomplete.png: Added.
3132 * blog-files/inspector-databases-panel-query-view.png: Added.
3133 * blog-files/inspector-databases-panel.png: Added.
3134 * blog-files/inspector-elements-panel.png: Added.
3135 * blog-files/inspector-numeric-style-stepping.gif: Added.
3136 * blog-files/inspector-profiles-panel.png: Added.
3137 * blog-files/inspector-resources-panel.png: Added.
3138 * blog-files/inspector-scripts-panel.png: Added.
3139 * blog-files/inspector-status-bar-with-errors.png: Added.
3140 * blog-files/inspector-toolbar.png: Added.
3142 2008-09-24 Timothy Hatcher <timothy@apple.com>
3146 * demos/drosera/demo.js: Add some console.profile() calls.
3148 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3150 Reviewed by Darin Adler.
3152 * projects/performance/index.html: Remove dead link to the 24fun test.
3154 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3158 * blog-files/animation-demo.svg: Added.
3160 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3164 * blog-files/sfx-perf.png: Added.
3166 2008-08-25 Mark Rowe <mrowe@apple.com>
3168 Reviewed by Dan Bernstein.
3170 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3172 * quality/bugwriting.html:
3174 2008-08-18 Mark Rowe <mrowe@apple.com>
3176 Upgrade to WordPress 2.6.1.
3180 2008-08-01 Adam Roben <aroben@apple.com>
3182 Add a link to the instructions to use Apple's Safari for Windows
3185 Reviewed by Eric Seidel.
3187 * building/debug.html:
3189 2008-07-28 Robert Blaut <webkit@blaut.biz>
3191 Reviewed by Mark Rowe.
3193 Fix for bug: Website provides no guidance on debugging
3194 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3196 * building/debug.html: added info about Xcode Debugging Guide.
3198 2008-07-26 Mark Rowe <mrowe@apple.com>
3200 Rubber-stamped by Oliver Hunt.
3202 Update the Squirrelfish bytecode documentation.
3204 * specs/squirrelfish-bytecode.html:
3206 2008-07-26 Robert Blaut <webkit@blaut.biz>
3208 Reviewed by Eric Seidel.
3210 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3211 Corrected validation errors in main.css file.
3215 2008-07-26 Robert Blaut <webkit@blaut.biz>
3217 Reviewed by Alexey Proskuryakov.
3219 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3220 Added notes about unsupported Visual Studio versions.
3222 * building/tools.html:
3224 2008-07-26 Robert Blaut <webkit@blaut.biz>
3226 Reviewed by Eric Seidel.
3228 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3229 Removed basic requirements for undetected version of WebKit.
3231 * quality/reporting.html:
3233 2008-07-26 Robert Blaut <webkit@blaut.biz>
3235 Reviewed by Adele Petersen.
3237 Fix for bug 7436: Truncated title on webkit DOM page.
3238 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3240 * projects/dom/index.html: Added basic project informations.
3242 2008-07-24 Adam Roben <aroben@apple.com>
3244 Remove some redundant text accidentally checked in
3246 * building/tools.html:
3248 2008-07-24 Adam Roben <aroben@apple.com>
3250 Fix a dead link to the Windows Platform SDK and related instructions
3252 Rubberstamped by Alexey Proskuryakov.
3254 * building/tools.html: Fixed a dead link.
3256 2008-07-21 Mark Rowe <mrowe@apple.com>
3258 Update Akismet plugin to 2.1.6.
3260 * blog/wp-content/plugins/akismet/akismet.php:
3262 2008-07-21 Mark Rowe <mrowe@apple.com>
3264 Update to WordPress 2.6.
3268 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3270 Fixed indentation of example code for C++ pointers/references!
3272 * coding/coding-style.html:
3274 2008-07-18 Robert Blaut <webkit@blaut.biz>
3276 Reviewed by David Kilzer.
3278 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3279 Added code style guidelines for multi-line boolean expressions
3281 * coding/coding-style.html:
3283 2008-07-02 Mark Rowe <mrowe@apple.com>
3285 Update a URL that was out of date.
3287 * building/checkout.html:
3289 2008-07-01 Mark Rowe <mrowe@apple.com>
3291 Update the path to the configuration file.
3293 * blog/wp-config.php:
3295 2008-06-27 Dan Bernstein <mitz@apple.com>
3297 Reviewed by Timothy Hatcher.
3299 * css/main.css: Reduced text shadow offsets.
3301 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3303 Not reviewed, web site fix.
3305 Remove blank lines in an attempt to fix feeds.
3307 * blog/wp-content/themes/webkit/index.php:
3308 * blog/wp-content/themes/webkit/links.php:
3310 2008-06-22 Aaron Digulla <digulla@hepe.com>
3312 Reviewed by Darin Adler.
3314 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3315 Bug 18993: Update of buttons in editing toolbar demo lags behind
3317 * demos/editingToolbar/FancyToolbar.js:
3318 * demos/editingToolbar/index.html:
3320 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3322 A handy reference image.
3324 * blog-files/acid3-timing.png: Added.
3326 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3330 - tweak newly added markup.
3332 * blog/wp-content/themes/webkit/header.php:
3334 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3336 Rubber stamped by Adele.
3338 - add short title and multisize icon
3340 * blog/wp-content/themes/webkit/header.php:
3341 * images/surfin-safari.icns: Added.
3343 2008-06-04 Dean Jackson <dino@apple.com>
3345 Put index pages into specs dirs to make it easier to
3348 * specs/index.html: Added.
3349 * specs/CSSVisualEffects/index.html: Added.
3351 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3353 Add a snapshot of the squirrelfish bytecode docs.
3355 * specs/squirrelfish-bytecode.html: Added.
3357 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3359 Transparent background!
3361 * blog-files/squirrelfish.png:
3363 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3367 * blog-files/squirrelfish-webkit-graph.png:
3369 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3371 Renamed this file quiet down the peanut gallery.
3373 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3374 * blog-files/webkit-graph.png: Removed.
3376 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3380 * blog-files/webkit-graph.png: Added.
3382 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3384 Moved the squirrelfish mascot to the right place.
3386 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3387 * images/squirrelfish.png: Removed.
3389 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3391 Uploaded the squirrelfish mascot.
3393 * images/squirrelfish.png: Added.
3395 2008-05-23 William Siegrist <wsiegrist@apple.com>
3397 Reviewed by Mark Rowe
3399 Rename duplicated "notice" id to "terms".
3404 2008-05-16 Anders Carlsson <andersca@apple.com>
3408 Add manifest MIME type.
3412 2008-05-14 Anders Carlsson <andersca@apple.com>
3416 Make our Sticky notes example an offline web app.
3418 * misc/DatabaseExample.html:
3419 * misc/DatabaseExample.manifest: Added.
3421 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3423 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3425 * demos/transitions-and-transforms/index.html:
3427 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3429 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3431 * demos/transitions-and-transforms/index.html:
3433 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3435 Tweaked demo visuals slightly.
3437 * demos/transitions-and-transforms/leopard.css:
3439 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3441 Tweak CSS to look a little better while loading.
3443 * demos/transitions-and-transforms/leopard.css:
3445 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3447 Not reviewed - new demo.
3449 Added a demo of CSS Transforms and Transitions.
3451 * demos/transitions-and-transforms: Added.
3452 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3453 * demos/transitions-and-transforms/Horsehead.png: Added.
3454 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3455 * demos/transitions-and-transforms/Quick Look.png: Added.
3456 * demos/transitions-and-transforms/Spaces.png: Added.
3457 * demos/transitions-and-transforms/Stacks.png: Added.
3458 * demos/transitions-and-transforms/Time Machine.png: Added.
3459 * demos/transitions-and-transforms/index.html: Added.
3460 * demos/transitions-and-transforms/leopard.css: Added.
3461 * demos/transitions-and-transforms/no-style.html: Added.
3463 2008-05-08 Mark Rowe <mrowe@apple.com>
3465 Reviewed by Sam Weinig.
3467 Add a link to the Mac OS Forge terms of use.
3471 2008-04-25 Mark Rowe <mrowe@apple.com>
3473 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3477 2008-04-21 Dean Jackson <dino@apple.com>
3479 Updated CSS Visual Effects proposals.
3483 * described simplified sandwich model (that animations have no effect
3484 outside their duration and last specified animation wins)
3485 * diagram showing the above
3486 * specified animations to start at style resolution or document load,
3488 * animation start events always have elapsedTime == 0
3492 * removed text saying that elements cannot be drawn as intersecting.
3493 * described that preserve-3d trees often need a flattening parent, otherwise
3494 elements can be hidden behind their ancestor's background.
3495 * describe that preserve-3d is not always possible, such as when
3496 overflow is 'hidden'.
3502 * specs/CSSVisualEffects/CSSAnimation.html:
3503 * specs/CSSVisualEffects/CSSTransforms.html:
3504 * specs/CSSVisualEffects/CSSTransitions.html:
3505 * specs/CSSVisualEffects/sandwich.png: Added.
3507 2008-04-08 Dean Jackson <dino@apple.com>
3509 Add some updated proposals for CSS specifications, such as
3510 Transforms and Transitions which are already implemented in TOT.
3512 * specs/CSSVisualEffects: Added.
3513 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3514 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3515 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3517 2008-03-31 Mark Rowe <mrowe@apple.com>
3519 Add some images that were missed in the WordPress 2.5 upgrade.
3523 2008-03-31 Mark Rowe <mrowe@apple.com>
3525 Upgrade to WordPress 2.5
3529 2008-03-28 Darin Adler <darin@apple.com>
3531 * building/build.html: Add another mention of using the Cygwin shell.
3532 * building/tools.html: Fix a typo on the name Cygwin.
3534 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3536 More screenshots for the blog.
3538 * blog-files/acid3-full-rendering-pass.png: Added.
3539 * blog-files/acid3-rendering-reference.png: Added.
3541 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3543 Screenshot for blog post.
3545 * blog-files/acid3-100.png: Added.
3547 2008-03-23 Antti Koivisto <antti@apple.com>
3549 * blog-files/wsj-vs.png: Added.
3551 2008-03-23 Eric Seidel <eric@webkit.org>
3555 Make our SVG status document slightly less inaccurate.
3557 * projects/svg/status.xml:
3559 2008-03-21 Antti Koivisto <antti@apple.com>
3561 Add some images for a blog post.
3563 * blog-files/wsj-nopreload.png: Added.
3564 * blog-files/wsj-preload.png: Added.
3566 2008-03-17 Dan Bernstein <mitz@apple.com>
3568 Reviewed by Sam Weinig.
3570 - link "backtrace" to the page that explains how to get one
3572 * quality/bugwriting.html:
3574 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3576 Rubber-stamped by Mitz.
3578 Update crash log page with instructions for Leopard.
3580 * quality/crashlogs.html:
3582 2008-03-11 Robert Blaut <webkit@blaut.biz>
3584 Reviewed by Darin Adler.
3586 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3587 Patch deletes an obsolete hitlist.html page and other references to it
3589 * nav.inc: removed menu link to hitlist.html
3590 * projects/compat/hitlist.html: Removed.
3591 * projects/compat/index.html: removed reference to hitlist.html
3593 2008-03-06 Timothy Hatcher <timothy@apple.com>
3595 Rubber-stamped by Adam Roben.
3597 Add a simple page that has various demo functions for Drosera.
3599 * demos/drosera: Added.
3600 * demos/drosera/demo.js: Added.