1 2013-10-16 Geoffrey Garen <ggaren@apple.com>
3 Publish SunSpider 1.0.2
4 https://bugs.webkit.org/show_bug.cgi?id=122923
6 Reviewed by Darin Adler.
8 * perf/sunspider/sunspider.html:
9 * perf/sunspider/versions.html:
11 2013-10-08 Geoffrey Garen <ggaren@apple.com>
13 Refined power management in SunSpider 1.0.2
14 https://bugs.webkit.org/show_bug.cgi?id=122525
16 Reviewed by Gavin Barraclough.
18 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
20 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
21 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
22 * perf/sunspider-1.0.2/sunspider.css:
26 2013-10-02 Geoffrey Garen <ggaren@apple.com>
28 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
30 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
31 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
33 2013-09-26 Geoffrey Garen <ggaren@apple.com>
35 Fixed a version number string in SunSpider 1.0.2
36 https://bugs.webkit.org/show_bug.cgi?id=122004
38 Reviewed by Gavin Barraclough.
40 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
42 2013-09-26 Geoffrey Garen <ggaren@apple.com>
44 Tentative SunSpider 1.0.2
45 https://bugs.webkit.org/show_bug.cgi?id=122002
47 Reviewed by Gavin Barraclough.
49 See comments in PerformanceTests/SunSpider.
51 * perf/sunspider-1.0.2: Added.
53 2013-09-20 Mark Rowe <mrowe@apple.com>
55 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
57 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
59 Reviewed by David Kilzer.
61 * building/debug-mac-uiprocess.html:
62 * building/tools.html:
64 2013-09-19 Dan Bernstein <mitz@apple.com>
66 Add a style guideline regarding spacing in range-based for loops
67 https://bugs.webkit.org/show_bug.cgi?id=121620
69 Reviewed by Anders Carlsson.
71 * coding/coding-style.html: Added the guideline that spaces should be placed
72 around the colon in a range-based for loop.
74 2013-09-10 Beth Dakin <bdakin@apple.com>
76 Adding another screenshot for a potential blog post.
78 * blog-files/regions/unstyled-article.png: Added.
80 2013-09-09 Roger Fong <roger_fong@apple.com>
82 Update build instructions for Apple Windows port to include cygwin php install steps.
84 * building/tools.html:
86 2013-09-04 Beth Dakin <bdakin@apple.com>
88 Fixing a typo in demo files and screenshot.
90 * blog-files/regions/pizza-is-amazing.png: Replaced.
91 * demos/regions/pizza-regions-manifesto-regionstyling.html:
92 * demos/regions/pizza-regions-manifesto.html:
94 2013-09-04 Beth Dakin <bdakin@apple.com>
96 Upload demo and images for a potential blog post.
98 * blog-files/regions: Added.
99 * blog-files/regions/pizza-is-amazing.png: Added.
100 * demos/regions: Added.
101 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
102 * demos/regions/pizza-regions-manifesto.html: Added.
103 * demos/regions/yellow-pizza.jpg: Added.
105 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
107 Fix the recommended testing platform on the website
109 Rubberstamped by Enrica Casucci.
111 * quality/testing.html:
113 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
115 Fix webkit.org content overflowing their content box
117 Rubberstamped by Simon Fraser.
119 More fixes to have webkit.org show properly on iPad and iPhone.
121 * blog/wp-content/themes/webkit/header.php:
122 Add the correct viewport width for the blog.
124 * building/debug.html:
125 * building/launch-debugger-vs2010-small.png: Added.
126 * building/set-debugging-properties-vs2010-small.png: Added.
127 Fix the images to make them fit in the page.
129 * coding/adding-features.html:
130 Using <pre> for the example of email just make it looks like our code examples.
131 Change the source to use <blockquote> so that the text can reflow to the content box.
133 (.code, pre, tt, code):
134 Scroll the content when it overflows the box for code and pre.
136 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
138 Give a smaller viewport to webkit.org on devices
140 Rubberstamped by Simon Fraser.
142 The CSS of WebKit.org layout the content on 615px + a right margin of
143 215px + a left margin of 20px. The total layout width is 850px.
145 The standard viewport size on mobile devices is 980px. This leaves a gap
146 on the right side of the content when opening the size on iPhone/iPad.
148 This patch changes the layout width to be 860 to display more content on devices
149 while keeping a little margin.
153 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
155 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
156 https://bugs.webkit.org/show_bug.cgi?id=117993
158 Reviewed by George Staikos.
160 * perf/sunspider-1.0.1/json2.js: Added.
161 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
162 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
163 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
164 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
165 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
166 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
167 * perf/sunspider-1.0.1/sunspider.css: Added.
168 * perf/sunspider-1.0.1/sunspider.html: Added.
169 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
170 * perf/sunspider/versions.html: Updated to version 1.0.1.
172 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
174 Update the images for the blog size-matters
176 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
177 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
178 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
180 2013-08-05 Dean Jackson <dino@apple.com>
182 Move previous commit into /demos.
184 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
185 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
186 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
187 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
189 2013-08-05 Dean Jackson <dino@apple.com>
191 Upload example for a blog post.
193 * blog-files/srcset/image-1x.png: Added.
194 * blog-files/srcset/image-2x.png: Added.
195 * blog-files/srcset/image-src.png: Added.
196 * blog-files/srcset/index.html: Added.
198 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
200 Upload images for a potential blog post
202 * blog-files/size-matters: Added.
203 * blog-files/size-matters/JavaScript-growth.png: Added.
204 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
205 * blog-files/size-matters/WebCore-growth.png: Added.
206 * blog-files/size-matters/WebKit-growth.png: Added.
208 2013-07-14 Kwang Yul Seo <skyul@company100.net>
210 Add Company100 to team.html
211 https://bugs.webkit.org/show_bug.cgi?id=118633
213 Reviewed by Andreas Kling.
217 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
219 Add 'partner.samsung.com' to domain affiliations
220 https://bugs.webkit.org/show_bug.cgi?id=118580
222 Reviewed by Antonio Gomes.
226 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
228 Add screenshot of the inspector color picker for the blog
230 * blog-files/last-week-in-webkit: Added.
231 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
233 2013-06-27 Roger Fong <roger_fong@apple.com>
235 Update required tools for Windows instructions.
237 * building/tools.html:
239 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
241 The page title of technical-articles.html is incorrect.
242 https://bugs.webkit.org/show_bug.cgi?id=117727
244 Reviewed by Ryosuke Niwa.
246 Changed the page title of technical-articles.html to "WebKit Technical Articles".
248 * coding/technical-articles.html:
250 2013-06-14 Timothy Hatcher <timothy@apple.com>
252 Shrink larger images to fit the width of the blog.
254 * blog-files/new-inspector/hero-labeled.png:
255 * blog-files/new-inspector/hero.png:
257 2013-06-12 Roger Fong <roger_fong@apple.com>
259 Update webkit.org build instructions for Apple Windows port.
260 https://bugs.webkit.org/show_bug.cgi?id=117563.
262 Reviewed by Brent Fulgham.
264 * building/build.html:
265 * building/debug.html:
266 * building/launch-debugger-vs2005.png: Removed.
267 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
268 * building/set-as-startup-project-vs2005.png: Removed.
269 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
270 * building/set-debugging-properties-vs2005.png: Removed.
271 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
272 * building/tools.html:
274 2013-06-12 Timothy Hatcher <timothy@apple.com>
276 Add new Web Inspector images for a blog post.
278 * blog-files/new-inspector/activity-viewer.png: Added.
279 * blog-files/new-inspector/codemirror.png: Added.
280 * blog-files/new-inspector/console.png: Added.
281 * blog-files/new-inspector/hero-labeled.png: Added.
282 * blog-files/new-inspector/hero.png: Added.
283 * blog-files/new-inspector/layer-borders.png: Added.
284 * blog-files/new-inspector/layers.png: Added.
285 * blog-files/new-inspector/navigation-bar.png: Added.
286 * blog-files/new-inspector/open-sign.png: Added.
287 * blog-files/new-inspector/reasons.png: Added.
288 * blog-files/new-inspector/save.png: Added.
289 * blog-files/new-inspector/source-map.png: Added.
290 * blog-files/new-inspector/styles.png: Added.
291 * blog-files/new-inspector/toolbar-context-menu.png: Added.
292 * blog-files/new-inspector/toolbar-docked.png: Added.
293 * blog-files/new-inspector/toolbar.png: Added.
295 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
297 Broken link to committers list on contributing web page
298 https://bugs.webkit.org/show_bug.cgi?id=116722
300 Reviewed by Andreas Kling.
302 * coding/contributing.html:
303 Changed broken link to point to the team page instead.
305 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
307 Make team.html have each contributor's area of expertise
308 https://bugs.webkit.org/show_bug.cgi?id=116737
310 Reviewed by Benjamin Poulain.
313 Update to use the new expertise field in contributors.json.
315 2013-04-30 Filip Pizlo <fpizlo@apple.com>
317 Release SunSpider 1.0
319 Rubber stamped by Maciej Stachowiak.
321 * perf/sunspider-1.0: Added.
322 * perf/sunspider-1.0/json2.js: Added.
324 * perf/sunspider-1.0/sunspider-1.0: Added.
325 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
326 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
327 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
328 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
329 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
342 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
343 (.computeItemTotals):
346 (.standardDeviation):
351 (.computeLabelWidth):
356 (sunspiderCompareResults):
357 * perf/sunspider-1.0/sunspider.css: Added.
366 * perf/sunspider-1.0/sunspider.html: Added.
367 * perf/sunspider/sunspider.html:
368 * perf/sunspider/versions.html: Added.
370 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
372 Update team.html to use contributors.json instead of committers.py
373 https://bugs.webkit.org/show_bug.cgi?id=114720
375 Reviewed by Ryosuke Niwa.
377 Updating the team.html to use contributors.json. Also removing the unused field 'area'
378 from the contributors information.
382 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
384 The list of contributors in committers.py should be a separate JSON
385 https://bugs.webkit.org/show_bug.cgi?id=114673
387 Reviewed by Anders Carlsson.
389 Updated the website to refer to contributors.json instead of committers.py.
391 * coding/commit-review-policy.html:
393 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
395 Simplify the page "Getting the Code" on WebKit.org
396 https://bugs.webkit.org/show_bug.cgi?id=113980
398 Reviewed by Sam Weinig.
400 * building/checkout.html:
401 Instead of interleaving instructions for Mac and Windows, just
402 copy the things that make sense and have two clear sections.
404 Also mention Linux, it is the exact same instructions as Mac OS X.
406 Make svn checkout the alternative to a download of the tarball. It is
407 almost impossible to do a svn checkout on slow networks nowadays.
409 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
411 Update WebKit.org's contact page
412 https://bugs.webkit.org/show_bug.cgi?id=113968
414 Reviewed by Geoffrey Garen.
417 -Add a direct link to our archives on Gmane.
418 -References the ports mailing-lists. This may reduces the emails
419 erroneously sent to webkit-dev.
420 -Add a link to our "reporting bug page".
421 -Get rid of the link to CIA. The website is dead.
423 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
425 Add Digia to the domain affiliations
426 https://bugs.webkit.org/show_bug.cgi?id=110116
428 Reviewed by Kenneth Rohde Christiansen.
432 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
434 Add basysKom to domainAffiliations in team.html
435 https://bugs.webkit.org/show_bug.cgi?id=109306
437 Reviewed by Laszlo Gombos.
439 Register basysKom as contributing company in
440 http://www.webkit.org/team.html.
444 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
446 Add intel.com to team.html
447 https://bugs.webkit.org/show_bug.cgi?id=109424
449 Reviewed by Kenneth Rohde Christiansen.
453 2013-02-10 Dirk Schulze <dschulze@adobe.com>
455 Add adobe.com to team.html
456 https://bugs.webkit.org/show_bug.cgi?id=109396
458 Reviewed by Laszlo Gombos.
462 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
464 Add sisa.samsung.com to team.html
465 https://bugs.webkit.org/show_bug.cgi?id=109394
467 Reviewed by Dirk Schulze.
471 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
473 Add a sample change log entry to contributing.html
474 https://bugs.webkit.org/show_bug.cgi?id=105506
476 Reviewed by Alexey Proskuryakov.
478 Added a sample change log to the page directly people skimming through the page will still
479 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
481 * coding/contributing.html:
483 2012-12-18 Nico Weber <thakis@chromium.org>
485 Fix broken loop in style guide
486 https://bugs.webkit.org/show_bug.cgi?id=105346
488 Reviewed by Ryosuke Niwa.
490 Found by Sean Silva <silvas@purdue.edu>
492 * coding/coding-style.html:
494 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
496 Add instructions on how to build WebKit on Xcode 4 to build.html
497 https://bugs.webkit.org/show_bug.cgi?id=104739
499 Reviewed by Daniel Bates.
501 Set the build directories to WebKitBuild.
503 * building/build.html:
505 2012-11-24 Daniel Bates <dbates@webkit.org>
507 Substitute "use" for "user" in sentence about naming convention for
508 enum members so that it reads well.
510 * coding/coding-style.html:
512 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
514 Add Samsung to security vendor member list
515 https://bugs.webkit.org/show_bug.cgi?id=102863
517 Reviewed by Sam Weinig.
519 * security/security-group-members.html: Add Samsung members.
521 2012-10-31 Adam Barth <abarth@webkit.org>
523 technical-articles.html should link to my talk on how WebKit works
524 https://bugs.webkit.org/show_bug.cgi?id=100867
526 Reviewed by Tony Chang.
528 * coding/technical-articles.html:
530 2012-10-29 Eric Seidel <eric@webkit.org>
532 Technical Articles should link to an old talk I gave
533 https://bugs.webkit.org/show_bug.cgi?id=100624
535 Reviewed by Adam Barth.
537 * coding/technical-articles.html:
539 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
541 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
543 * coding/coding-style.html:
545 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
547 Fix a typo per Darin's comment.
549 * coding/coding-style.html:
551 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
553 Add a style guide rule for signed and unsigned int
554 https://bugs.webkit.org/show_bug.cgi?id=96682
556 Reviewed by Geoffrey Garen.
558 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
560 * coding/coding-style.html:
562 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
564 Replace JSC::UString by WTF::String
565 https://bugs.webkit.org/show_bug.cgi?id=95271
567 Reviewed by Geoffrey Garen.
569 Update the coding style to avoid mentioning a class that no longer exist.
571 * coding/coding-style.html:
573 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
575 Address one more review comment.
577 * building/checkout.html:
579 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
581 Recommend the use of https and mention git on building/checkout.html
582 https://bugs.webkit.org/show_bug.cgi?id=93657
584 Reviewed by Mark Rowe.
586 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
587 because the paragraph right above it refers to buliding/tools.html for that.
589 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
590 checkout using a Git client.
592 * building/checkout.html:
594 2012-07-27 Adam Barth <abarth@webkit.org>
596 Writing a blog post for new reviewers doesn't add value to the blog
597 https://bugs.webkit.org/show_bug.cgi?id=92305
599 Reviewed by Eric Seidel.
601 Now that we have Peter posting weekly updates to the blog, having an
602 announcement on the blog for each reviewer is more noise than signal.
604 * coding/commit-review-policy.html:
606 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
608 Update webkit.org to refer to layoutTestController instead of testRunner
609 https://bugs.webkit.org/show_bug.cgi?id=89445
611 Reviewed by Kent Tamura.
613 * quality/testwriting.html:
615 2012-05-21 Peter Kasting <pkasting@google.com>
617 Style guide change: Uses of "std::" should be explicitly qualified.
618 https://bugs.webkit.org/show_bug.cgi?id=87043
620 Reviewed by Ryosuke Niwa.
622 * coding/coding-style.html:
624 2012-05-11 Darin Adler <darin@apple.com>
626 Try to make spacing of fine print items in lower left nicer looking.
629 (#notice, #trademark, #terms): Changed top margin to 10px.
630 (#notice): Put 30px margin here.
632 2012-05-11 Darin Adler <darin@apple.com>
634 CSS tweak needed for the trademark terms of use.
637 (#notice, #trademark, #terms): Added #trademark.
639 2012-05-11 Darin Adler <darin@apple.com>
641 Add a link to WebKit trademark terms of use, other small website changes
642 https://bugs.webkit.org/show_bug.cgi?id=86112
644 Reviewed by Dan Bernstein.
646 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
647 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
650 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
651 of use on the macosforge.org terms of use page.
653 2012-05-07 Dan Bernstein <mitz@apple.com>
655 webkit.org instructions for debugging WebProcess are unnecessarily complex
656 https://bugs.webkit.org/show_bug.cgi?id=85756
658 Reviewed by Darin Adler.
660 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
661 debugging the Web process, as well as instructions for debugging the Web process from the
662 command line using debug-safari and debug-minibrowser.
663 * building/tools.html: Updated links and tweaked the language.
665 2012-04-23 Daniel Bates <dbates@webkit.org>
667 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
669 Rubber-stamped by Eric Seidel.
671 Before you can use the Xcode 4.3.2 command line tools, you must either run
672 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
673 DEVELOPER_DIR to point to the Xcode developer tools directory.
675 * building/tools.html:
677 2012-04-23 Daniel Bates <dbates@webkit.org>
679 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
681 Rubber-stamped by Eric Seidel.
683 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
684 are specific to Xcode 4.3.2.
686 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
687 * building/debug.html: Ditto.
689 2012-04-19 Daniel Bates <dbates@webkit.org>
691 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
692 https://bugs.webkit.org/show_bug.cgi?id=84364
694 Reviewed by Eric Seidel.
696 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
699 * building/debug-mac-uiprocess.html:
700 * building/debug.html:
702 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
704 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
705 https://bugs.webkit.org/show_bug.cgi?id=80429
707 Reviewed by Dan Bernstein.
709 * building/tools.html:
711 2012-03-10 Daniel Bates <dbates@webkit.org>
713 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
715 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/>.
716 Substituting https for http in (1) returns the expected page.
718 * building/debug-mac-uiprocess.html:
719 * building/debug.html:
721 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
723 Add a link to the EFL wiki page
724 https://bugs.webkit.org/show_bug.cgi?id=79439
726 Reviewed by Adam Barth.
728 * building/tools.html:
729 * css/main.css: Cross-browser border-radius.
731 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
733 team.html (on webkit.org) doesn't recognize codeaurora.org
734 https://bugs.webkit.org/show_bug.cgi?id=79529
736 Reviewed by Ryosuke Niwa.
740 2012-02-16 Kent Tamura <tkent@chromium.org>
742 Improve usability of coding-style.html
743 https://bugs.webkit.org/show_bug.cgi?id=78470
745 Reviewed by Eric Seidel.
747 * coding/coding-style.html:
748 - Do not add a title attribute to each of LI elements
749 - Do not add a click handler to each of them
750 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
752 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
754 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
755 https://bugs.webkit.org/show_bug.cgi?id=76544
757 Reviewed by Darin Adler.
759 WEBKITOUTPUTDIR is not only for Windows.
761 * building/build.html:
763 2012-01-20 Kent Tamura <tkent@chromium.org>
765 Each style rule should have its own ID.
766 https://bugs.webkit.org/show_bug.cgi?id=76428
768 Reviewed by David Levin.
770 * coding/coding-style.html: Add an id attribute to each of li elements,
771 and add code to set title="#id-name" and to make li elements clickable.
773 2012-01-19 Daniel Bates <dbates@webkit.org>
775 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
777 Rubber-stamped by Sam Weinig.
779 * building/debug.html:
781 2012-01-19 Daniel Bates <dbates@webkit.org>
783 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
784 https://bugs.webkit.org/show_bug.cgi?id=67102
786 Reviewed by Eric Seidel.
788 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
790 * building/active-scheme-xcode4.png: Added.
791 * building/build-settings-tab-xcode4.png: Added.
792 * building/build-window.png: Removed.
793 * building/custom-executable-xcode4.png: Added.
794 * building/custom-executable.png: Removed.
795 * building/debug-mac-uiprocess.html: Added.
796 * building/debug.html:
797 * building/debug.png: Removed.
798 * building/info-tab.png: Removed.
799 * building/run-xcode4.png: Added.
801 2012-01-11 Antti Koivisto <antti@apple.com>
803 Remove S60 reference from webkit.org
804 https://bugs.webkit.org/show_bug.cgi?id=76044
806 Reviewed by Simon Hausmann.
812 2012-01-10 Hajime Morrita <morrita@chromium.org>
814 [Website] i-Bench is no longer available.
815 https://bugs.webkit.org/show_bug.cgi?id=76027
817 Reviewed by Ryosuke Niwa.
819 Updated the availability information of i-Bench.
821 * projects/performance/index.html:
823 2011-12-07 Daniel Bates <dbates@webkit.org>
825 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
826 https://bugs.webkit.org/show_bug.cgi?id=74006
828 Reviewed by Antonio Gomes.
830 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
831 ASSERT_NOT_REACHED().
833 * coding/assertion-guidelines.html:
835 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
837 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
838 https://bugs.webkit.org/show_bug.cgi?id=73098
840 Reviewed by Antti Koivisto.
842 Revise the sentence about committers being allowed to land patches by others to explicitly state that
843 they can only land patches by others if asked by authors themselves.
845 * coding/commit-review-policy.html:
847 2011-11-14 Mark Rowe <mrowe@apple.com>
849 Upgrade WordPress's Akismet plug-in to the latest version.
851 * blog/wp-content/plugins/akismet:
853 2011-11-14 Mark Rowe <mrowe@apple.com>
855 Update one file that was missed.
857 * blog/wp-settings.php:
859 2011-11-14 Mark Rowe <mrowe@apple.com>
861 Upgrade WordPress to v3.2.1.
865 2011-10-28 Dean Jackson <dino@apple.com>
867 Remove this horribly outdated file. It was showing up in
868 Google searches and shouldn't be used as official
871 Rubber-stamped by Simon Fraser.
873 * specs/MediaQueriesExtensions.html: Removed.
875 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
877 Style guide should mention the preference of index over iterator
878 https://bugs.webkit.org/show_bug.cgi?id=70285
880 Reviewed by Darin Adler.
882 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
883 we prefer index over iterators.
885 * coding/coding-style.html:
887 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
889 Fix a typo pointed by Sam (Weinig).
891 * coding/coding-style.html:
893 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
895 Style guide should mandate use of pass-by-reference for out arguments
896 https://bugs.webkit.org/show_bug.cgi?id=69766
898 Reviewed by Darin Adler.
900 This matches the convention used throughout WebCore.
902 * coding/coding-style.html:
904 2011-10-06 Amruth Raj <amruthraj@motorola.com>
906 Add Motorola Mobility to team.html
907 https://bugs.webkit.org/show_bug.cgi?id=69597
909 Reviewed by Ryosuke Niwa.
913 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
915 Generate WebKit team's page out of committers.py
916 https://bugs.webkit.org/show_bug.cgi?id=68045
918 Fix per Daniel's review comment since I had misunderstood the code.
922 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
924 Generate WebKit team's page out of committers.py
925 https://bugs.webkit.org/show_bug.cgi?id=68045
927 Reviewed by Daniel Bates.
929 Add the initial implementation of team.html. This page automatically pulls data from committers.py
930 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
934 2011-09-01 Jon Lee <jonlee@apple.com>
936 Adding control rendering at various sizes.
938 * projects/forms/survey.html:
940 2011-08-29 Jon Lee <jonlee@apple.com>
942 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
944 * projects/forms/survey.html:
946 2011-08-17 Jon Lee <jonlee@apple.com>
948 Updating the forms survey to include various element sizes.
950 * projects/forms/survey.html:
952 2011-08-16 Daniel Bates <dbates@webkit.org>
954 Add myself to the list of individual members in the WebKit Security Group.
956 Rubber-stamped by Eric Seidel.
958 * security/security-group-members.html:
960 2011-08-09 Anders Carlsson <andersca@apple.com>
962 Broken link to LICENSE on contributing code page
963 https://bugs.webkit.org/show_bug.cgi?id=65947
965 Reviewed by Ryosuke Niwa.
967 * coding/contributing.html:
969 2011-08-04 Dan Bernstein <mitz@apple.com>
973 * coding/contributing.html:
975 2011-08-04 Nico Weber <thakis@chromium.org>
977 Update the contributors page to recommend webkit-patch instead of many manual steps
978 https://bugs.webkit.org/show_bug.cgi?id=65714
980 Reviewed by Adam Barth.
982 asvitkine followed the contributing instructions for his first patch, and got
983 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
984 webkit-patch prevents errors like this and more.
986 * coding/contributing.html:
988 2011-07-21 Jon Lee <jonlee@apple.com>
990 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
991 <rdar://problem/9782965>
993 Rubber-stamped by Maciej Stachowiak.
995 * projects/forms/image-usemap.png: Added.
996 * projects/forms/image1.png: Added.
997 * projects/forms/image10.png: Added.
998 * projects/forms/image16.png: Added.
999 * projects/forms/index.html: Update links
1000 * projects/forms/survey.html: Added.
1002 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1004 SVG feature status is not up-to-date
1005 https://bugs.webkit.org/show_bug.cgi?id=64856
1007 Reviewed by Dirk Schulze.
1009 Update SVG feature status after r91331.
1011 * projects/svg/status.xml:
1013 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1015 Reviewed by Darin Adler.
1017 Add note about cases where enums are preferred over bools on function parameters.
1018 https://bugs.webkit.org/show_bug.cgi?id=63564
1020 This matches the outcome of this webkit-dev thread:
1021 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1023 * coding/coding-style.html:
1025 2011-05-31 Chris Evans <cevans@chromium.org>
1027 Reviewed by Drew Yao.
1029 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1031 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1033 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1035 Reviewed by Dan Bernstein.
1037 Building instructions should not talk about Tiger
1038 https://bugs.webkit.org/show_bug.cgi?id=61210
1040 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1041 Xcode version to the latest Leopard one.
1043 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1045 Reviewed by Adam Barth.
1047 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1048 https://bugs.webkit.org/show_bug.cgi?id=60686
1050 * security/security-group-members.html:
1052 2011-05-11 Cris Neckar <cdn@chromium.org>
1054 Reviewed by David Levin.
1056 Adding Cris Neckar to the Webkit Security Group site.
1057 https://bugs.webkit.org/show_bug.cgi?id=60668
1059 * security/security-group-members.html:
1061 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1063 Reviewed by Mark Rowe.
1065 Update Qt/Nokia Security contacts
1066 https://bugs.webkit.org/show_bug.cgi?id=60650
1068 Ademar (me) replaced Simon as the release manager and primary security
1069 contact for QtWebKit. See:
1070 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1072 * security/security-group-members.html:
1074 2011-05-09 Eric Seidel <eric@webkit.org>
1076 Reviewed by Adam Barth.
1078 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1079 https://bugs.webkit.org/show_bug.cgi?id=59672
1081 * coding/adding-features.html: Added.
1084 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1086 Not reviewed: adding image files for the blog post.
1088 * blog-files/inspector/remote-debugging-attached.png: Added.
1089 * blog-files/inspector/remote-debugging-discovery.png: Added.
1091 2011-04-27 Ojan Vafai <ojan@chromium.org>
1093 Reviewed by Dan Bernstein.
1095 change style guide to pre-increment in for-loops
1096 https://bugs.webkit.org/show_bug.cgi?id=59619
1098 This matches what a number of reviewers have been asking
1099 for in code reviews.
1101 * coding/coding-style.html:
1103 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1105 Reviewed by Tor Arne Vestbø.
1107 Added instructions on how to work from behind proxy
1108 and detailed the instructions refering to rebasing.
1109 Windows build instructions do not work if you are behind a proxy
1110 or have a Temp directory that you do not own directly.
1111 https://bugs.webkit.org/show_bug.cgi?id=57246
1113 * building/tools.html:
1115 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1117 Reviewed by James Robinson.
1119 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1120 https://bugs.webkit.org/show_bug.cgi?id=58190
1122 * misc/related-target-and-shadow-dom.svg: Added.
1124 2011-04-06 David Levin <levin@chromium.org>
1126 Reviewed by Ojan Vafai.
1128 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1129 https://bugs.webkit.org/show_bug.cgi?id=55275
1131 * coding/coding-style.html:
1133 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1135 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1138 * blog-files/inspector/stack-traces-img/1.png: Added.
1139 * blog-files/inspector/stack-traces-img/2.png: Added.
1140 * blog-files/inspector/stack-traces-img/3.png: Added.
1141 * blog-files/inspector/stack-traces-img/4.png: Added.
1142 * blog-files/inspector/stack-traces-img/5.png: Added.
1143 * blog-files/inspector/stack-traces-img/6.png: Added.
1144 * blog-files/inspector/stack-traces-img/button.png: Added.
1146 2011-02-26 David Levin <levin@chromium.org>
1148 Reviewed by Darin Adler.
1150 Add style guidelines about comments from the unwritten rules email.
1151 https://bugs.webkit.org/show_bug.cgi?id=55272
1153 * coding/coding-style.html: Added the guidelines.
1155 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1157 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1159 * blog-files/inspector/css_rule_diff.png: Added.
1161 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1163 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1165 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1166 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1167 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1168 * blog-files/inspector/warning_10x10.png: Added.
1170 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1172 Unreviewed. Add Web Inspector style editing screenshots.
1174 * blog-files/inspector-css-as-authored.png: Added.
1175 * blog-files/inspector-css-autocomplete.png: Added.
1176 * blog-files/inspector-unknown-css-properties.png: Added.
1178 2011-01-21 David Levin <levin@chromium.org>
1180 Reviewed by Darin Adler.
1182 Proposal: Require cross-organizational seconds for reviewer nominations
1183 https://bugs.webkit.org/show_bug.cgi?id=47597
1185 This changes the committer/reviewer policy to require an additional
1186 reviewer supporting a reviewer nomination to work for a different
1187 company and different project affiliation from the nominee.
1189 This means reviewer nominations would require four supporting reviewers,
1190 one of which knows the reviewer through the community (irc, email, bugs)
1191 ensuring that the nominee has the open-source collaboration skills
1192 we so highly value here in WebKit.
1194 * coding/commit-review-policy.html:
1196 2011-01-01 Adam Barth <abarth@webkit.org>
1198 Reviewed by Eric Seidel.
1200 Move JavaScriptCore to Source
1201 https://bugs.webkit.org/show_bug.cgi?id=51604
1203 * coding/assertion-guidelines.html:
1204 - Update documentation to point to the new location of
1207 2010-12-17 Dan Bernstein <mitz@apple.com>
1209 Reviewed by Simon Fraser.
1211 Rename WebKitTools to Tools
1212 https://bugs.webkit.org/show_bug.cgi?id=49861
1214 * asking_questions.html:
1215 * building/tools.html:
1216 * coding/scripts.html:
1218 2010-11-08 Jessie Berlin <jberlin@apple.com>
1220 Reviewed by Adam Roben.
1222 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1224 https://bugs.webkit.org/show_bug.cgi?id=49189
1226 * building/tools.html:
1227 Add a line recommending bash shell users to comment out or remove those lines, with an
1228 explanation as to why.
1230 2010-11-04 Orlando Leite <orlleite@gmail.com>
1232 Reviewed by Adam Barth.
1234 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1236 * building/tools.html:
1238 2010-10-29 Adam Roben <aroben@apple.com>
1240 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1243 The February 2010 SDK is the last one with support for Visual Studio
1246 I also removed some unnecessary instructions regarding the DirectX
1249 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1250 specific version of the DirectX SDK
1252 Reviewed by Steve Falkenburg.
1254 * building/tools.html:
1256 2010-10-28 Lucas Forschler <lforschler@apple.com>
1258 Reviewed by Geoffrey Garen.
1260 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1262 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1263 -Edited the .htaccess file to redirect the old pages to the new landing page.
1264 -This should keep our search engine page rankings effective.
1265 Potentially breaking:
1266 -This COULD potentially break the SunSpider benchmark.
1267 -Local testing with relative links seems to function as expected.
1268 -The .htaccess 301 redirects are UNTESTED.
1272 * perf/sunspider: Added.
1273 * perf/sunspider-0.9.1/sunspider.html: Removed.
1274 * perf/sunspider-0.9.1/versions.html: Removed.
1275 * perf/sunspider-0.9/sunspider.html: Removed.
1276 * perf/sunspider/sunspider.css: Added.
1277 * perf/sunspider/sunspider.html: Added.
1279 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1281 Reviewed by David Levin.
1283 Add DirectX SDK to Installing Developer Tools web page
1284 https://bugs.webkit.org/show_bug.cgi?id=47911
1286 * building/tools.html:
1288 2010-09-30 David Levin <levin@chromium.org>
1290 Reviewed by Darin Adler.
1292 Add guideline for constructors doing implicit type conversion to coding style.
1293 https://bugs.webkit.org/show_bug.cgi?id=47646
1295 * coding/coding-style.html:
1297 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1299 Reviewed by Simon Fraser.
1301 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1302 https://bugs.webkit.org/show_bug.cgi?id=47013
1304 * nav.inc: Removed the space from the web inspector wiki link.
1306 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1308 Unreviewed HTML syntax fix for my recent change in the coding-style.
1310 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1312 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1314 Reviewed by Darin Adler.
1316 check-webkit-style and the coding style guidelines page are inconsistent
1317 https://bugs.webkit.org/show_bug.cgi?id=46099
1319 * coding/coding-style.html:
1320 Making clear that includes of system headers must come after includes of other headers.
1322 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1324 Reviewed by Adam Barth.
1326 Adding a timeline screenshot for blocking and defer scripts
1327 https://bugs.webkit.org/show_bug.cgi?id=45933
1329 * blog-files/timeline-blocking-script.png: Added.
1330 * blog-files/timeline-defer-script.png: Added.
1332 2010-09-14 Jessie Berlin <jberlin@apple.com>
1334 Reviewed by Adam Roben.
1336 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1337 https://bugs.webkit.org/show_bug.cgi?id=45779
1339 * building/tools.html:
1340 Add instructions about how to optionally get hotfix 976038.
1342 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1344 Reviewed by Adam Barth.
1346 https://bugs.webkit.org/show_bug.cgi?id=43982
1347 This js file seems to be a popular script for detecting mobile WebKit but
1348 it has a flaw that makes it fail on Android and BlackBerry.
1350 The issue is that it looks for "Mobile/" but Android and BlackBerry
1351 use "Mobile" with no numbering after it.
1352 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1354 * misc/WebKitDetect.js:
1355 (WebKitDetect.isMobile):
1357 2010-08-27 Darin Adler <darin@apple.com>
1359 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1360 recent developments.
1362 2010-08-26 Daniel Bates <dbates@rim.com>
1364 Reviewed by Dumitru Daniliuc.
1366 Fix misspelled words on WebKit.org contact.html,
1367 demos/index.html, and quality/leakhunting.html
1368 https://bugs.webkit.org/show_bug.cgi?id=44747
1370 Fix some misspelled words on the WebKit.org site.
1372 * contact.html: Change "bugreports" [sic] to "bug reports".
1373 * demos/index.html: Change "testcase" [sic] to "test case".
1374 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1376 2010-08-23 David Kilzer <ddkilzer@apple.com>
1378 Clean up some HTML typos in crashlogs.html
1380 Rubber-stamped by Maciej Stachowiak.
1382 * quality/crashlogs.html: Fixed "</code>>" typos added in
1383 r56300. Changed "<tt>" tag with style attribute to "<code>"
1384 that was missed in r56300.
1386 2010-08-17 Beth Dakin <bdakin@apple.com>
1388 Rubber-stamped by Adele.
1390 Adding a MathML Demo and screenshot.
1392 * blog-files/riemann-screenshot.png: Added.
1393 * demos/mathml: Added.
1394 * demos/mathml/MathMLDemo.xhtml: Added.
1396 2010-08-17 Adam Roben <aroben@apple.com>
1398 Instruct developers to (optionally) install Debugging Tools for
1401 These tools are used by some of our scripts, so are useful for
1402 developers to have installed.
1404 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1405 should recommend installing Debugging Tools for Windows
1407 Reviewed by Sam Weinig.
1409 * building/tools.html:
1411 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1413 Reviewed by Nikolas Zimmermann.
1415 Update SVG implementation status.
1417 * projects/svg/status.xml:
1419 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1421 Reviewed by Darin Adler.
1423 Add a diagram explaining how a DOM element is attached to the site.
1424 https://bugs.webkit.org/show_bug.cgi?id=42763
1426 * coding/dom-element-attach.html: Added.
1427 * coding/images/dom-element-attach-large.png: Added.
1428 * coding/images/dom-element-attach-small.png: Added.
1429 * coding/images/dom-element-attach.graffle: Added.
1430 * coding/technical-articles.html: Added a link to the page with the diragram.
1432 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1434 Reviewed by Darin Adler.
1436 Improve assertion macro documentation.
1438 https://bugs.webkit.org/show_bug.cgi?id=40565
1440 * coding/assertion-guidelines.html:
1442 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1444 Reviewed by Geoffrey Garen.
1446 Add an index of technical articles to the WebKit site. This makes the
1447 links to the RefPtr and Assertion documentation discoverable and
1448 provides an easy way to find some useful blog posts.
1450 https://bugs.webkit.org/show_bug.cgi?id=40561
1452 * coding/technical-articles.html: Added.
1453 * nav.inc: Add link to technical articles.
1455 2010-06-15 Adam Roben <aroben@apple.com>
1457 Remove some unnecessary steps for setting up the debugger on Windows
1459 Apparently update-webkit does this for you now.
1461 Rubber-stamped by Steve Falkenburg.
1463 * building/debug.html: Removed the first two Windows steps, which are
1464 now unnecessary, and updated the third to reflect reality.
1466 2010-06-14 Adam Roben <aroben@apple.com>
1468 Improve instructions for debugging on Windows
1470 Fixes <http://webkit.org/b/40585>.
1472 Reviewed by Steve Falkenburg.
1474 * building/debug.html: Improved the Windows instructions. We now
1475 instruct users to set things up so that hitting F5 from WebKit.sln
1476 will launch Safari with the WEBKITNIGHTLY environment variable
1477 pointing to the location of the built WebKit.dll.
1479 * building/console_vs2005.jpg: Removed.
1480 * building/debug_vs2005.jpg: Removed.
1482 * building/launch-debugger-vs2005.png: Added.
1483 * building/set-as-startup-project-vs2005.png: Added.
1484 * building/set-debugging-properties-vs2005.png: Added.
1486 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1488 Reviewed by Darin Adler.
1490 Add documentation on the various assertion macros in WebKit.
1492 https://bugs.webkit.org/show_bug.cgi?id=39950
1494 * coding/assertion-guidelines.html: Added.
1496 2010-05-29 Sterling Swigart <sswigart@google.com>
1498 Reviewed by David Levin.
1500 Adding tests to canvas.html performance test
1501 https://bugs.webkit.org/show_bug.cgi?id=39883
1503 * demos/canvas-perf/canvas.html:
1509 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1511 Reviewed by Darin Adler.
1513 Update the style guide re: static member variables and structs
1514 https://bugs.webkit.org/show_bug.cgi?id=39663
1516 Per Darin Adler's proposal on webkit-dev.
1518 All static member variables should be prefixed with s_.
1519 m_ should not be used for public data members in structs.
1520 Only structs should have public data members.
1522 * coding/coding-style.html:
1524 2010-05-24 David Levin <levin@chromium.org>
1526 Reviewed by Maciej Stachowiak.
1528 Improve canvas perf test accuracy.
1529 https://bugs.webkit.org/show_bug.cgi?id=39635
1531 * demos/canvas-perf/canvas.html:
1532 1. Change the various tests to get the image data for the result
1533 to help ensure that the operation has completed by the time,
1534 and subtract out the time needed to do this.
1535 2. Made the test more flexible about number of repetitions and
1537 3. Make the tests run separately and have a pause between them
1538 to allow for garbage collection so that results are more
1540 4. Added a standard logging function and shouldBe asserts to
1541 verify that the correct scaling operations were happening.
1543 2010-05-20 Daniel Bates <dbates@rim.com>
1545 Rubber-stamped by Simon Fraser.
1547 Spelling correction; change "acces" [sic] to "access".
1549 * quality/lifecycle.html:
1551 2010-05-14 Eric Seidel <eric@webkit.org>
1553 Reviewed by Maciej Stachowiak.
1555 Update tools.html to mention that Tiger users require a newer Python
1556 https://bugs.webkit.org/show_bug.cgi?id=38822
1558 Also updated the instructions that only Tiger users need
1559 to install a subversion client. Newer OSes already have
1560 subversion included in the install.
1562 * building/tools.html:
1564 2010-05-08 Dirk Schulze <krit@webkit.org>
1566 Reviewed by Nikolas Zimmermann.
1568 SVGFont's VKern implementation missing
1569 https://bugs.webkit.org/show_bug.cgi?id=38663
1571 * projects/svg/status.xml:
1573 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1575 Reviewed by Adam Barth.
1577 Commit and Review policy should encourage unofficial reviews
1578 https://bugs.webkit.org/show_bug.cgi?id=38517
1580 * coding/commit-review-policy.html:
1582 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1584 Reviewed by Darin Adler.
1586 Fix the sticky-notes demo.
1587 https://bugs.webkit.org/show_bug.cgi?id=38550
1589 1. Exceptions thrown by openDatabase() should be treated as
1591 2. Do not allow users to create new notes when openDatabase()
1594 * demos/sticky-notes/index.html:
1596 2010-05-02 Dirk Schulze <krit@webkit.org>
1598 Reviewed by Nikolas Zimmermann.
1600 SVG hkern implementation incomplete
1601 https://bugs.webkit.org/show_bug.cgi?id=38407
1603 We support hkern now. Mention this in the SVG status page.
1605 * projects/svg/status.xml:
1607 2010-04-29 Dean Jackson <dino@apple.com>
1609 Unreviewed. Make a note that we are no longer proposing
1610 the evaluateMediaQuery method. Instead, we are following
1611 the standard matchMedium method from CSS 3 View.
1613 * specs/MediaQueriesExtensions.html:
1615 2010-04-18 Adam Barth <abarth@webkit.org>
1617 Unreviewed. Update a label of the diagram to better match the
1618 description in the text of the blog post.
1620 * blog-files/loader-diagram.svg:
1622 2010-04-17 Adam Barth <abarth@webkit.org>
1624 Unreviewed. Added loader diagram for upcoming blog post.
1626 * blog-files/loader-diagram.svg: Added.
1628 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1630 Reviewed by Eric Seidel.
1632 Minor Updates and Cleanup to the Contributing Page
1633 https://bugs.webkit.org/show_bug.cgi?id=37415
1635 * coding/contributing.html:
1637 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1641 Random demo to look cool on twitter.
1643 * misc/gradient-input.html: Added.
1645 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1649 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1651 * blog-files/inspector/audits_launcher.png: Added.
1652 * blog-files/inspector/audits_panel.png: Added.
1653 * blog-files/inspector/console_panel.png: Added.
1654 * blog-files/inspector/context_menu.png: Added.
1655 * blog-files/inspector/css_highlighted_line.png: Added.
1656 * blog-files/inspector/css_line_number_snippet.png: Added.
1657 * blog-files/inspector/css_line_numbers.png: Added.
1658 * blog-files/inspector/deactivate_breakpoints.png: Added.
1659 * blog-files/inspector/evaluate_on_hover.png: Added.
1660 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1661 * blog-files/inspector/inherited_styles.png: Added.
1662 * blog-files/inspector/large_dom.png: Added.
1663 * blog-files/inspector/large_resources.png: Added.
1664 * blog-files/inspector/pseudo_elements.png: Added.
1665 * blog-files/inspector/redirect_headers.png: Added.
1666 * blog-files/inspector/redirect_headers_full.png: Added.
1667 * blog-files/inspector/redirects.png: Added.
1668 * blog-files/inspector/redirects_full.png: Added.
1669 * blog-files/inspector/timeline_overview.png: Added.
1670 * blog-files/inspector/timeline_panel.png: Added.
1671 * blog-files/inspector/timeline_record_details.png: Added.
1673 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1675 Reviewed by David Levin.
1677 Asking Questions Page Grammar Fixes
1678 https://bugs.webkit.org/show_bug.cgi?id=36608
1680 * asking_questions.html:
1682 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1684 Reviewed by Timothy Hatcher.
1686 New Asking Questions Page is not Valid HTML5
1687 https://bugs.webkit.org/show_bug.cgi?id=36605
1689 * asking_questions.html: fixed issues raised by the validator.
1691 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1693 Reviewed by David Levin.
1695 Add a page on how to ask questions
1696 https://bugs.webkit.org/show_bug.cgi?id=35223
1698 * asking_questions.html: Added.
1699 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1700 to get help effectively
1701 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1703 * contact.html: Tweaked the wording to make it more clear what the
1704 mailing list are used for. Also changed the formatting to better
1705 underline the different mailing lists.
1707 2010-03-24 Sam Weinig <sam@webkit.org>
1709 Rubber-stamped by Anders Carlsson..
1711 Update Security Group Members list.
1713 * security/security-group-members.html:
1715 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1719 Add another example.
1721 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1723 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1727 Add example of accessible ASCII art for HTML WG.
1729 * demos/accessible-ascii-art: Added.
1730 * demos/accessible-ascii-art/butterfly.html: Added.
1732 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1734 Reviewed by Mark Rowe.
1736 WebKit blog should be valid HTML5
1737 https://bugs.webkit.org/show_bug.cgi?id=36410
1739 * blog/wp-content/themes/webkit/comments-popup.php:
1740 * blog/wp-content/themes/webkit/footer.php:
1741 * blog/wp-content/themes/webkit/header.php:
1743 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1745 Reviewed by Mark Rowe.
1747 Fix a bunch of HTML5 validation errors on various pages.
1748 https://bugs.webkit.org/show_bug.cgi?id=36409
1750 * building/build.html:
1751 * building/checkout.html:
1752 * building/debug.html:
1753 * building/run.html:
1754 * building/tools.html:
1755 * coding/coding-style.html:
1756 * coding/contributing.html:
1757 * coding/major-objects.html:
1762 * projects/compat/index.html:
1763 * projects/css/index.html:
1764 * projects/documentation/index.html:
1765 * projects/goals.html:
1766 * projects/index.html:
1767 * projects/mathml/index.html:
1768 * quality/bugpriorities.html:
1769 * quality/bugwriting.html:
1770 * quality/crashlogs.html:
1771 * quality/lifecycle.html:
1772 * quality/testing.html:
1773 * quality/testwriting.html:
1775 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1777 Reviewed by Mark Rowe.
1779 webkit.org should use the HTML5 doctype
1780 https://bugs.webkit.org/show_bug.cgi?id=36407
1783 * misc/drosera/index.html:
1784 * perf/slickspeed/system/index.php:
1785 * perf/slickspeed/system/template.php:
1788 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1790 Reviewed by Mark Rowe.
1792 http://webkit.org/ has an HTML5 validation error
1793 https://bugs.webkit.org/show_bug.cgi?id=36406
1797 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1799 Tweak canvas perf demo.
1801 * demos/canvas-perf/canvas.html:
1803 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1805 Added canvas perf demo for whatwg.
1807 * demos/canvas-perf: Added.
1808 * demos/canvas-perf/canvas.html: Added.
1809 * demos/canvas-perf/kraken.jpg: Added.
1811 2010-03-09 Adam Roben <aroben@apple.com>
1813 Add a link to the Contributors Meeting registration form in the
1816 Rubber-stamped in advance by Adele Peterson.
1818 * nav.inc: Added a link underneath "Trac".
1820 2010-02-26 Sam Weinig <sam@webkit.org>
1822 Rubber-stamped by Adele Peterson.
1824 Update Security Group Members list.
1826 * security/security-group-members.html:
1828 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1830 Reviewed by Eric Seidel and Adam Roben.
1832 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1833 https://bugs.webkit.org/show_bug.cgi?id=35098
1835 * building/debug.html:
1836 Add instructions on how to build and run WebKit from within Visual Studio.
1838 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1840 Rubber stamped by Adam Barth.
1842 Add sunspider-0.9.1 to the site in preparation for announcing it.
1843 https://bugs.webkit.org/show_bug.cgi?id=35206
1845 * perf/sunspider-0.9.1: Added.
1846 * perf/sunspider-0.9.1/json2.js: Added.
1847 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1848 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1849 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1850 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1851 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1852 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1853 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1854 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1855 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1856 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1857 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1858 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1859 * perf/sunspider-0.9.1/sunspider.css: Added.
1860 * perf/sunspider-0.9.1/sunspider.html: Added.
1861 * perf/sunspider-0.9.1/versions.html: Added.
1863 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1865 Not reviewed - demo.
1867 Made some examples of using <details> for table descriptions.
1869 * demos/hover-summary: Added.
1870 * demos/hover-summary/details.css: Added.
1871 * demos/hover-summary/details.js: Added.
1872 (summaryClickListener):
1875 * demos/hover-summary/example1.html: Added.
1876 * demos/hover-summary/example2.html: Added.
1877 * demos/hover-summary/horizontal-triangle.png: Added.
1878 * demos/hover-summary/vertical-triangle.png: Added.
1880 2010-02-02 Jens Alfke <snej@chromium.org>
1882 Reviewed by David Levin.
1884 Clarified coding guidelines on wiki to allow indentation of
1885 _nested_ namespaces.
1886 https://bugs.webkit.org/show_bug.cgi?id=32137
1888 * coding/coding-style.html:
1890 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1892 Reviewed by David Kilzer.
1894 Added to contributing code page a pointer to the preferred
1895 license text. Also added information about copyright lines.
1897 https://bugs.webkit.org/show_bug.cgi?id=34017
1899 * coding/contributing.html:
1901 - Added CSS class for books.
1903 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1905 Reviewed by David Levin.
1907 Added screenshots and clearer instructions on how to submit
1910 https://bugs.webkit.org/show_bug.cgi?id=32542
1912 Also added that a bug report should be selected or created
1913 prior to submitting a patch.
1915 * coding/contributing.html:
1916 * coding/images: Added.
1917 * coding/images/contribute_add_attachment.png: Added.
1918 * coding/images/contribute_mark_review.png: Added.
1920 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1922 Not reviewed; updated for truth (and readability).
1924 Fixed some wrong listings and reorganized this page.
1926 * security/security-group-members.html:
1928 2010-01-06 Dirk Schulze <krit@webkit.org>
1930 Reviewed by Nikolas Zimmermann.
1933 https://bugs.webkit.org/show_bug.cgi?id=31905
1935 Update SVG status page. We support feDisplacementMap and feImage now.
1937 * projects/svg/status.xml:
1939 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1941 Reviewed by Darin Adler.
1943 Removed outdated contact information from bug life cycle page.
1945 https://bugs.webkit.org/show_bug.cgi?id=32494
1947 * quality/lifecycle.html:
1949 2009-12-13 Dan Bernstein <mitz@apple.com>
1951 Reviewed by Sam Weinig.
1953 Add a style guideline concerning floating point literals
1954 https://bugs.webkit.org/show_bug.cgi?id=32497
1956 * coding/coding-style.html:
1958 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1960 Reviewed by Adam Roben.
1962 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1963 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1964 in Windows as part of running update_webkit.
1966 * building/build.html:
1967 - removed the reference to forgetting to set environment variables as a common source of errors
1968 on Windows. This is because this patch would make it unnecessary for the user to set these
1971 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1973 Reviewed by Darin Adler.
1975 Added the "using std::foo" rule to the coding style guidelines.
1977 https://bugs.webkit.org/show_bug.cgi?id=32301
1979 Added to the coding style guidelines the "using std::foo" rule
1980 checked by the check-webkit-style script. Also clarified the
1981 "using" statement guidelines that apply to implementation files.
1983 * coding/coding-style.html:
1985 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1987 Reviewed by Darin Adler.
1989 Refactored web site documentation so that advice to add
1990 WebKitTools/Scripts to your shell path does not appear
1993 https://bugs.webkit.org/show_bug.cgi?id=32112
1995 * building/build.html:
1996 * building/checkout.html:
1997 * building/run.html:
1998 * coding/coding-style.html:
1999 * coding/contributing.html:
2000 * coding/scripts.html: Added.
2001 * quality/testing.html:
2003 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2005 Reviewed by Eric Seidel.
2007 Add reference to the GTK and QT build wiki pages
2009 https://bugs.webkit.org/show_bug.cgi?id=32088
2011 * building/tools.html:
2014 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2016 Reviewed by Darin Adler.
2018 Added clarifications to the web site regarding coding style and
2021 https://bugs.webkit.org/show_bug.cgi?id=31618
2023 Changes include the following:
2025 - Expanded the style guidelines regarding "using" statements.
2026 - Made the style guidelines page validate as HTML.
2027 - Added that legacy WebKit components should not be cleaned up.
2028 - Added that it is more acceptable to update style when already
2031 * coding/coding-style.html:
2032 * coding/contributing.html:
2033 * projects/cleanup/index.html:
2035 2009-11-18 Eric Seidel <eric@webkit.org>
2037 Reviewed by David Levin.
2039 Make 80 patches a formal requirement for reviewership
2040 https://bugs.webkit.org/show_bug.cgi?id=31313
2041 Per discussion on the webkit-reviewers list:
2042 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2044 * coding/commit-review-policy.html:
2046 2009-11-18 Daniel Bates <dbates@webkit.org>
2048 Reviewed by Eric Seidel.
2050 https://bugs.webkit.org/show_bug.cgi?id=31610
2052 Adds property "min-width" to #title so that the width of the title
2053 element on each page is at least 790px. In particular, this makes
2054 the page <http://webkit.org/security/security-group-members.html>
2055 consistent, in appearance, to the rest of the site.
2059 2009-11-16 Sam Weinig <sam@webkit.org>
2061 Reviewed by Anders Carlsson.
2063 Update Security Group Members list.
2065 * security/security-group-members.html:
2067 2009-11-16 Sam Weinig <sam@webkit.org>
2069 Reviewed by Adele Peterson.
2071 Update Security Group Members list.
2073 * security/security-group-members.html:
2075 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2077 Reviewed by Darin Adler.
2079 Added to the WebKit Coding Style Guidelines not to use
2080 "using namespace" statements in header files.
2082 * coding/coding-style.html:
2084 2009-11-10 Oliver Hunt <oliver@apple.com>
2086 Reviewed by Maciej Stachowiak.
2088 Fix WebGL demos to work with renamed WebGL primitives
2090 * blog-files/webgl/Earth.html:
2091 * blog-files/webgl/ManyPlanetsDeep.html:
2092 * blog-files/webgl/SpinningBox.html:
2093 * blog-files/webgl/SpiritBox.html:
2094 * blog-files/webgl/TeapotPerPixel.html:
2095 * blog-files/webgl/TeapotPerVertex.html:
2096 * blog-files/webgl/WebGL+CSS.html:
2097 * blog-files/webgl/resources/CanvasMatrix.js:
2098 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2099 * blog-files/webgl/resources/utils3d.js:
2104 2009-11-06 Dirk Schulze <krit@webkit.org>
2106 Rubber stamped by Eric Seidel.
2108 Update SVG status page. We support feMorphology now.
2109 Set lightning filters to unimplemented.
2111 * projects/svg/status.xml:
2113 2009-11-06 Jeff Schiller <codedread@gmail.com>
2115 Reviewed by Darin Adler.
2117 SVG Status page update
2118 https://bugs.webkit.org/show_bug.cgi?id=31179
2120 * projects/svg/status.xml:
2122 2009-11-03 Darin Adler <darin@apple.com>
2124 Set the MIME type for all PNG files in this directory.
2126 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2127 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2128 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2129 * blog-files/acid3-100.png: Modified property svn:mime-type.
2130 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2131 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2132 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2133 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2134 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2135 * blog-files/bounce.png: Added property svn:mime-type.
2136 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2137 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2138 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2139 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2140 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2141 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2142 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2143 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2144 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2145 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2146 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2147 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2148 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2149 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2150 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2151 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2152 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2153 * blog-files/inspector/colors.png: Added property svn:mime-type.
2154 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2155 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2156 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2157 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2158 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2159 * blog-files/inspector/enable.png: Added property svn:mime-type.
2160 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2161 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2162 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2163 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2164 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2165 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2166 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2167 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2168 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2169 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2170 * blog-files/kate-circle.png: Modified property svn:mime-type.
2171 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2172 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2173 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2174 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2175 * blog-files/kate.png: Modified property svn:mime-type.
2176 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2177 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2178 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2179 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2180 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2181 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2182 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2183 * blog-files/pulse.png: Added property svn:mime-type.
2184 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2185 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2186 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2187 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2188 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2189 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2190 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2191 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2192 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2193 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2194 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2195 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2196 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2197 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2198 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2199 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2200 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2201 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2202 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2203 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2204 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2205 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2206 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2207 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2208 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2209 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2210 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2211 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2212 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2213 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2214 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2215 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2216 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2217 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2218 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2219 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2220 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2221 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2222 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2223 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2224 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2225 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2226 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2227 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2228 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2229 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2230 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2231 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2232 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2233 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2234 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2235 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2236 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2237 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2238 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2239 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2240 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2241 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2242 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2243 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2244 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2245 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2246 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2247 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2248 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2249 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2250 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2251 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2252 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2253 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2254 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2255 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2256 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2257 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2258 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2259 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2260 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2261 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2262 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2263 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2264 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2265 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2266 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2267 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2268 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2269 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2270 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2271 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2272 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2273 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2274 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2275 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2276 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2277 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2278 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2279 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2280 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2281 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2282 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2283 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2284 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2285 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2286 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2287 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2288 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2289 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2290 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2291 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2292 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2293 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2294 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2295 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2296 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2297 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2298 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2299 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2300 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2301 * images/DroseraPic.png: Modified property svn:mime-type.
2302 * misc/drosera/drosera.png: Modified property svn:mime-type.
2303 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2305 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2307 Reviewed by Timothy Hatcher.
2309 Adding images for an upcoming blog post.
2311 * blog-files/inspector/breakpoints.png: Added.
2312 * blog-files/inspector/colors.png: Added.
2313 * blog-files/inspector/cookies.png: Added.
2314 * blog-files/inspector/css_selectors.png: Added.
2315 * blog-files/inspector/css_syntax_highlight.png: Added.
2316 * blog-files/inspector/dom_storage.png: Added.
2317 * blog-files/inspector/edit_attributes.png: Added.
2318 * blog-files/inspector/enable.png: Added.
2319 * blog-files/inspector/event_listeners.png: Added.
2320 * blog-files/inspector/form_data.png: Added.
2321 * blog-files/inspector/inline_highlight.png: Added.
2322 * blog-files/inspector/inorder.png: Added.
2323 * blog-files/inspector/inspect_inspector.png: Added.
2324 * blog-files/inspector/inspect_inspector_small.png: Added.
2325 * blog-files/inspector/load_lines.png: Added.
2326 * blog-files/inspector/nodelist.png: Added.
2327 * blog-files/inspector/scope_bar.png: Added.
2328 * blog-files/inspector/watched_expression.png: Added.
2330 2009-10-26 Dan Bernstein <mitz@apple.com>
2332 Reviewed by Adele Peterson.
2336 * coding/bsd-license.html: Updated to the latest version.
2338 2009-10-22 Mark Rowe <mrowe@apple.com>
2340 Update to WordPress 2.8.5.
2344 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2346 Reviewed by Eric Seidel.
2348 Replace boolean operator indentation example with an if statement.
2350 https://bugs.webkit.org/show_bug.cgi?id=30538
2352 * coding/coding-style.html: Replace boolean indenting example to use "if"
2354 2009-10-16 Darin Adler <darin@apple.com>
2356 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2357 wording a bit in few places.
2359 2009-10-14 Evan Martin <evan@chromium.org>
2361 Reviewed by Darin Adler.
2363 Document what state the build tree is expected to be in after a patch.
2365 * coding/contributing.html:
2367 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2369 Reviewed by Eric Seidel.
2371 Change <a name> to id="" to fix styling problems
2372 https://bugs.webkit.org/show_bug.cgi?id=30283
2374 This prevents the headings from being styled like links.
2376 * coding/contributing.html:
2378 2009-10-08 Alex Milowski <alex@milowski.com>
2380 Reviewed by Darin Adler.
2382 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2384 * projects/layout/index.html:
2386 2009-10-07 Sam Weinig <sam@webkit.org>
2388 Reviewed by Dan Bernstein.
2390 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2391 Change style guidelines for indentation in header files
2393 * coding/coding-style.html: Don't indent in a namespace in a header file.
2395 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2397 Reviewed by Mark Rowe.
2399 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2401 * building/tools.html:
2403 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2405 Reviewed by Adam Barth.
2407 Diagram needs to be linked from the home page
2408 https://bugs.webkit.org/show_bug.cgi?id=30142
2410 http://webkit.org/coding/major-objects.html was never linked from the home
2415 2009-09-28 Alex Milowski <alex@milowski.com>
2417 <http://webkit.org/b/29098> Update to MathML project webpage
2419 Reviewed by David Kilzer.
2421 Updated MathML project page and added link to Wiki page.
2423 * projects/mathml/index.html:
2425 2009-09-21 Brady Eidson <beidson@apple.com>
2427 Reviewed by Darin Adler.
2429 Add coding style guidelines for 'using namespace.'
2430 https://bugs.webkit.org/show_bug.cgi?id=29499
2432 * coding/coding-style.html:
2434 2009-09-21 Brady Eidson <beidson@apple.com>
2436 Rubberstamped by Sam Weinig.
2438 Add some example files for an upcoming blog post.
2440 * blog-files/load-unload-example.html: Added.
2441 * blog-files/pageshow-pagehide-example.html: Added.
2443 2009-09-17 Eric Seidel <eric@webkit.org>
2445 Reviewed by Darin Adler.
2447 Update contributing.html to mention recently added tools.
2448 https://bugs.webkit.org/show_bug.cgi?id=29318
2450 Update our contributing instructions to mention
2451 the new tools (check-webkit-style and commit-queue)
2452 recently added to make contributions easier.
2454 * coding/contributing.html:
2455 - Mention check-webkit-style as an optional helper tool.
2456 - Mention checking the 'patch' checkbox.
2457 - Mention the commit-queue as an optional helper tool.
2458 - Remove "or in email" since patch reviews are all done via bugzilla.
2459 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2460 - Mention commit-queue as an optional help in getting your patch landed.
2461 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2463 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2465 Reviewed by Mark Rowe.
2467 Add instructions to bug reporting guidlines on how and when
2468 to apply port-specific keywords.
2470 * quality/bugwriting.html:
2472 2009-09-08 Sam Weinig <sam@webkit.org>
2474 Reviewed by Adele Peterson.
2476 Update Security Group Members list.
2478 * security/security-group-members.html:
2480 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2482 Reviewed by Eric Seidel.
2484 Drop <definition-src> support
2485 https://bugs.webkit.org/show_bug.cgi?id=28991
2487 When SVG 1.1 Second Edition is a Recommendation we can remove the
2490 * projects/svg/status.xml: Update page to state that <definition-src>
2493 2009-08-26 Mark Rowe <mrowe@apple.com>
2495 Upgrade WordPress to the latest version.
2497 * blog/wp-includes/version.php:
2498 * blog/wp-login.php:
2500 2009-08-20 Adam Barth <abarth@webkit.org>
2502 Reviewed by Eric Seidel.
2504 major-objects.html should show direct Frame <-> Document pointers
2505 https://bugs.webkit.org/show_bug.cgi?id=28479
2507 * coding/major-objects.html: Added pointers to diagram.
2509 2009-08-18 Anton Muhin <antonm@chromium.org>
2511 Reviewed by Adam Barth.
2513 Mention handy --bug flag of prepare-ChangeLog script.
2514 https://bugs.webkit.org/show_bug.cgi?id=28425
2516 * coding/contributing.html: Add a reference for --bug flag
2518 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2520 Reviewed by Adam Barth.
2522 Better explanation of "Null after navigation" in object diagram
2523 https://bugs.webkit.org/show_bug.cgi?id=28232
2525 * coding/major-objects.html:
2527 2009-08-11 Adam Barth <abarth@webkit.org>
2531 Remove a few characters from the ASCII art to make it fit better in the
2534 * coding/major-objects.html:
2536 2009-08-11 Adam Barth <abarth@webkit.org>
2538 Reviewed by Oliver Hunt.
2540 Document relation between major objects in WebCore
2541 https://bugs.webkit.org/show_bug.cgi?id=28210
2543 Added a diagram showing the relation between major objects.
2545 * coding/major-objects.html: Added.
2547 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2549 Reviewed by Oliver Hunt.
2551 Fix webkit-jobs link
2555 2009-08-03 Mark Rowe <mrowe@apple.com>
2557 Update two WordPress plug-ins that we use.
2559 * blog/wp-content/plugins/akismet/akismet.php:
2560 * blog/wp-content/plugins/akismet/readme.txt:
2561 * blog/wp-content/plugins/commentcontrol.php:
2563 2009-08-03 Mark Rowe <mrowe@apple.com>
2565 Add some missing files and delete some obsolete files.
2569 2009-08-03 Mark Rowe <mrowe@apple.com>
2571 Update WordPress to the latest version.
2575 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2577 Reviewed by Adam Treat.
2579 Mention the new webkit-help and webkit-jobs mailinglist. Change
2580 the description of webkit-dev to be more strict.
2584 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2586 Reviewed by Adam Treat.
2588 Coding style - Clarify some cases with spacing
2589 https://bugs.webkit.org/show_bug.cgi?id=27499
2591 Add explicit rule about no space before comma or semicolon.
2593 * coding/coding-style.html:
2595 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2597 Fix the font to match the rest of the blog site.
2599 * blog-files/3d-transforms/image-flip.html:
2601 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2603 Move the image flip effect into an iframe to avoid the long
2604 blog page tripping a bug on Leopard.
2606 * blog-files/3d-transforms/image-flip.html: Added.
2608 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2610 New demo files for an up-coming blog post.
2612 * blog-files/3d-transforms/mighty-cubes.png: Added.
2613 * blog-files/3d-transforms/morphing-cubes.html: Added.
2614 * blog-files/3d-transforms/perspective-by-example.html: Added.
2615 * blog-files/3d-transforms/poster-circle.html: Added.
2616 * blog-files/3d-transforms/poster-circle.png: Added.
2617 * blog-files/3d-transforms/transform-style.html: Added.
2619 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2621 Reviewed by Sam Weinig.
2623 Side bar linking to "DOM Interfaces" returns 404
2624 https://bugs.webkit.org/show_bug.cgi?id=24000
2628 2009-07-09 Oliver Hunt <oliver@apple.com>
2630 Reviewed by Geoff Garen.
2632 JavaScript section of http://webkit.org is excessively out of date.
2634 This removes old todo entries (like adding an API, which we've had since Leopard),
2635 and adds an additional todo for a webkit-less Objective-C API.
2637 * projects/javascript/index.html:
2639 2009-07-03 Adam Barth <abarth@webkit.org>
2641 Reviewed by Sam Weinig.
2643 Adam and Collin's affiliation is incorrect
2644 https://bugs.webkit.org/show_bug.cgi?id=26954
2646 This change corrects their affiliation.
2648 * security/security-group-members.html:
2650 2009-06-24 Brady Eidson <beidson@apple.com>
2652 Reviewed by Mark Rowe
2654 * demos/index.html: Fix more typos etc.
2656 2009-06-17 Sam Weinig <sam@webkit.org>
2658 Reviewed by Mark Rowe.
2660 * security/index.html: Fix some typos.
2662 2009-06-17 Sam Weinig <sam@webkit.org>
2664 Reviewed by Mark Rowe.
2666 Move security policy to security/index.html so that
2667 webkit.org/security/ works.
2670 * security/index.html: Copied from security/security-policy.html.
2671 * security/security-policy.html: Removed.
2673 2009-06-13 Sam Weinig <sam@webkit.org>
2675 Reviewed by Timothy Hatcher.
2677 Add WebKit Security Policy and member list of the WebKit Security Group.
2681 * security/security-group-members.html: Added.
2682 * security/security-policy.html: Added.
2684 2009-06-12 Brady Eidson <beidson@apple.com>
2686 Reviewed by Oliver Hunt
2688 Add a page indexing the various demo applications we have posted.
2690 * demos/index.html: Added.
2691 * nav.inc: Add a link to the demos page on the side bar
2692 * css/main.css: Add a style for date stamps based on the blog.
2694 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2695 index.html as the Calendar.html url has already been published and we should keep it working.
2697 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2698 * demos/drosera: Removed.
2699 * demos/drosera/demo.js: Removed.
2700 * demos/drosera/drosera.png: Removed.
2701 * demos/drosera/index.html: Removed.
2702 * misc/drosera: Copied from demos/drosera.
2704 Move the sticky notes example into /demos:
2705 * demos/sticky-notes: Added.
2706 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2707 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2708 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2709 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2710 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2711 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2712 * misc/DatabaseExample.manifest: Removed.
2713 * misc/deleteButton.png: Removed.
2714 * misc/deleteButtonPressed.png: Removed.
2716 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2718 Reviewed by Eric Seidel.
2720 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2721 Update a few items in the testing language to:
2722 (1) Reflect results are now generated with Leopard (not Tiger)
2723 (2) Explain how to generate pixel-level layout tests.
2725 * quality/testing.html:
2726 * quality/testwriting.html:
2728 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2730 Bug 26188: Clarify some of the cases in the coding style guide
2732 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2734 Reviewed and tweaked by David Kilzer.
2736 Changed the coding style document to clarify some cases of ambiguity.
2738 * coding/coding-style.html:
2740 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2742 Not reviewed, demo content.
2744 - Add doctype to Calendar demo.
2746 * demos/calendar/Calendar.html:
2748 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2750 Not reviewed, demo content.
2752 - add Calendar demo.
2754 * demos/calendar: Added.
2755 * demos/calendar/Boom.aiff: Added.
2756 * demos/calendar/Calendar.css: Added.
2757 * demos/calendar/Calendar.html: Added.
2758 * demos/calendar/Calendar.js: Added.
2759 * demos/calendar/Calendar.manifest: Added.
2760 * demos/calendar/CalendarApp.icns: Added.
2761 * demos/calendar/Images: Added.
2762 * demos/calendar/Images/AirPort4.png: Added.
2763 * demos/calendar/Images/AirPortError.png: Added.
2764 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2765 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2766 * demos/calendar/Images/statusbarBackground.png: Added.
2767 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2768 * demos/calendar/LocationImage.js: Added.
2769 * demos/calendar/Utilities.js: Added.
2770 * demos/calendar/favicon.ico: Added.
2771 * demos/calendar/mime.types: Added.
2773 2009-05-20 Mark Rowe <mrowe@apple.com>
2775 Rubber-stamped by Eric Seidel.
2777 Prevent search engines from getting creative in their descriptions of webkit.org content.
2779 * blog/wp-content/themes/webkit/header.php:
2782 2009-05-06 Eric Seidel <eric@webkit.org>
2784 Reviewed by Maciej Stachowiak.
2786 Update Contributing instructions after feedback from Julie Parent.
2787 https://bugs.webkit.org/show_bug.cgi?id=25611
2789 * coding/contributing.html: Add a few more comments on ChangeLogs
2791 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2793 Reviewed by Steve Falkenburg
2795 Fix the link for setting the Platform SDK paths in the Windows instructions.
2797 * building/build.html:
2799 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2801 Reviewed by Darin Adler.
2803 https://bugs.webkit.org/show_bug.cgi?id=25186
2804 There is no XSLT component in bugzilla
2806 * projects/xslt/index.html: Changed to search by bug title.
2808 2009-02-20 David Kilzer <ddkilzer@apple.com>
2810 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2812 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2814 Reviewed by Alexey Proskuryakov.
2816 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2817 * perf/sunspider-0.9/3d-morph.html: Ditto.
2818 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2819 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2820 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2821 * perf/sunspider-0.9/access-nbody.html: Ditto.
2822 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2823 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2824 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2825 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2826 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2827 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2828 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2829 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2830 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2831 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2832 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2833 * perf/sunspider-0.9/math-cordic.html: Ditto.
2834 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2835 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2836 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2837 * perf/sunspider-0.9/string-base64.html: Ditto.
2838 * perf/sunspider-0.9/string-fasta.html: Ditto.
2839 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2840 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2841 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2842 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2843 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2844 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2846 2009-01-19 Adam Roben <aroben@apple.com>
2848 Add links to some recommended Visual Studio hotfixes
2850 Reviewed by Dave Hyatt.
2852 * building/tools.html:
2854 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2856 Reviewed by Adele Petersen.
2857 Landed by Pamela Greene.
2859 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2860 Remove links to no-longer-existing Drosera project.
2861 Also, clean up references to wiki in the nav.inc file.
2863 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2865 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2867 Reviewed by Darin Adler.
2868 Landed by Pamela Greene.
2870 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2871 Update website so that newbies are told they must set the
2872 WebKitOutputDir to get a valid build.
2874 * building/build.html: Add language (and link) indicating the
2875 importance of setting the WebKitOutputDir variable, as well
2876 as a link to instructions on how to do so.
2878 2008-12-19 Dean Jackson <dino@apple.com>
2880 Media queries that return <integer> but are really boolean
2881 are restricted to 0 and 1. This is in line with other
2884 * specs/MediaQueriesExtensions.html:
2886 2008-12-03 Dean Jackson <dino@apple.com>
2888 Added links to the WebKit and Mozilla bugs for pointer-events.
2890 * specs/PointerEventsProperty.html:
2892 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2894 Reviewed by Eric Seidel.
2896 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2897 https://bugs.webkit.org/show_bug.cgi?id=22468
2899 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2900 added an explanation about the implementation files.
2902 * coding/coding-style.html:
2904 2008-11-25 Dean Jackson <dino@apple.com>
2906 Add a new work-in-progress proposal for pointer-events in
2907 HTML content. Also note that the Media Queries extensions
2908 are not at all official.
2910 * specs/MediaQueriesExtensions.html:
2911 * specs/PointerEventsProperty.html: Added.
2914 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2916 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2918 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2920 Reviewed by David Kilzer.
2922 * projects/documentation/index.html: Added link to "Introduction to
2923 WebKit Objective-C Programming Guide".
2925 2008-11-24 Dean Jackson <dino@apple.com>
2927 Document the work-in-progress proposed extensions to
2928 CSS 3 Media Queries.
2930 * specs/MediaQueriesExtensions.html: Added.
2933 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2935 Reviewed by Sam Weinig and Antti Koivisto.
2937 Clarified the last coding style rule, which was a baffling in its
2940 (Now let's see if our code ever starts following this rule!)
2942 * coding/coding-style.html:
2944 2008-11-17 Brady Eidson <beidson@apple.com>
2946 Reviewed by Mark Rowe
2948 Clarify an edge case for acronym capitalization.
2950 * coding/coding-style.html:
2952 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2954 Update leaves animation sample.
2956 * blog-files/leaves/index.html:
2957 * blog-files/leaves/leaves.css:
2959 2008-11-11 Dean Jackson <dino@apple.com>
2961 Removed quotes in animation name value.
2963 * blog-files/pulse.html:
2965 2008-11-11 Dean Jackson <dino@apple.com>
2967 Added a smaller version of a screenshot.
2969 * blog-files/leaves-screenshot-small.jpg: Added.
2971 2008-11-11 Dean Jackson <dino@apple.com>
2973 Add a bunch of examples for CSS Animation blog draft.
2975 * blog-files/bounce.html: Added.
2976 * blog-files/bounce.png: Added.
2977 * blog-files/leaves-screenshot.jpg: Added.
2978 * blog-files/leaves/images/apple-touch-icon.png: Added.
2979 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2980 * blog-files/leaves/images/realLeaf1.png: Added.
2981 * blog-files/leaves/images/realLeaf2.png: Added.
2982 * blog-files/leaves/images/realLeaf3.png: Added.
2983 * blog-files/leaves/images/realLeaf4.png: Added.
2984 * blog-files/leaves/images/textBackground.png: Added.
2985 * blog-files/leaves/index.html: Added.
2986 * blog-files/leaves/leaves.css: Added.
2987 * blog-files/leaves/leaves.js: Added.
2988 * blog-files/pulse.html: Added.
2989 * blog-files/pulse.png: Added.
2991 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2993 Rubber-stamped by Mark Rowe.
2995 Update the link to Mac Subversion binaries.
2997 * building/tools.html:
2999 2008-10-27 Antti Koivisto <antti@apple.com>
3003 * blog-files/squirrelfish-link-animated.svg: Added.
3005 2008-10-27 Antti Koivisto <antti@apple.com>
3009 * blog-files/cubes-7.svg: Added.
3010 * blog-files/number-morph.svg: Added.
3012 2008-10-07 Darin Adler <darin@apple.com>
3014 * coding/RefPtr.html: Second draft.
3016 2008-10-04 Mark Rowe <mrowe@apple.com>
3018 Upgrade to WordPress 2.6.2.
3022 2008-09-26 Timothy Hatcher <timothy@apple.com>
3024 Add screenshots of searching in the Web Inspector.
3028 * blog-files/inspector-searching-elements.png: Added.
3029 * blog-files/inspector-searching-profiles.png: Added.
3031 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3035 - add some screenshots.
3037 * blog-files/acid3-screenshot.png: Added.
3038 * blog-files/acid3-timing-screenshot.png: Added.
3040 2008-09-25 Darin Adler <darin@apple.com>
3042 * contact.html: Take a cut at making the role of webkitsdk-dev
3043 clearer, specifying that it's Mac OS X specific and hosted at
3046 2008-09-24 Timothy Hatcher <timothy@apple.com>
3048 Add new screenshots of the Web Inspector's Scope Variables pane.
3052 * blog-files/inspector-closure-scope.png: Added.
3053 * blog-files/inspector-event-scope.png: Added.
3054 * blog-files/inspector-with-scope.png: Added.
3056 2008-09-24 Timothy Hatcher <timothy@apple.com>
3058 Add another screenshot of the Web Inspector.
3062 * blog-files/inspector-disabling-properties.png: Added.
3064 2008-09-24 Timothy Hatcher <timothy@apple.com>
3066 Add new screenshots of the Web Inspector.
3070 * blog-files/inspector-console-autocomplete.png: Added.
3071 * blog-files/inspector-databases-panel-query-view.png: Added.
3072 * blog-files/inspector-databases-panel.png: Added.
3073 * blog-files/inspector-elements-panel.png: Added.
3074 * blog-files/inspector-numeric-style-stepping.gif: Added.
3075 * blog-files/inspector-profiles-panel.png: Added.
3076 * blog-files/inspector-resources-panel.png: Added.
3077 * blog-files/inspector-scripts-panel.png: Added.
3078 * blog-files/inspector-status-bar-with-errors.png: Added.
3079 * blog-files/inspector-toolbar.png: Added.
3081 2008-09-24 Timothy Hatcher <timothy@apple.com>
3085 * demos/drosera/demo.js: Add some console.profile() calls.
3087 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3089 Reviewed by Darin Adler.
3091 * projects/performance/index.html: Remove dead link to the 24fun test.
3093 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3097 * blog-files/animation-demo.svg: Added.
3099 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3103 * blog-files/sfx-perf.png: Added.
3105 2008-08-25 Mark Rowe <mrowe@apple.com>
3107 Reviewed by Dan Bernstein.
3109 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3111 * quality/bugwriting.html:
3113 2008-08-18 Mark Rowe <mrowe@apple.com>
3115 Upgrade to WordPress 2.6.1.
3119 2008-08-01 Adam Roben <aroben@apple.com>
3121 Add a link to the instructions to use Apple's Safari for Windows
3124 Reviewed by Eric Seidel.
3126 * building/debug.html:
3128 2008-07-28 Robert Blaut <webkit@blaut.biz>
3130 Reviewed by Mark Rowe.
3132 Fix for bug: Website provides no guidance on debugging
3133 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3135 * building/debug.html: added info about Xcode Debugging Guide.
3137 2008-07-26 Mark Rowe <mrowe@apple.com>
3139 Rubber-stamped by Oliver Hunt.
3141 Update the Squirrelfish bytecode documentation.
3143 * specs/squirrelfish-bytecode.html:
3145 2008-07-26 Robert Blaut <webkit@blaut.biz>
3147 Reviewed by Eric Seidel.
3149 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3150 Corrected validation errors in main.css file.
3154 2008-07-26 Robert Blaut <webkit@blaut.biz>
3156 Reviewed by Alexey Proskuryakov.
3158 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3159 Added notes about unsupported Visual Studio versions.
3161 * building/tools.html:
3163 2008-07-26 Robert Blaut <webkit@blaut.biz>
3165 Reviewed by Eric Seidel.
3167 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3168 Removed basic requirements for undetected version of WebKit.
3170 * quality/reporting.html:
3172 2008-07-26 Robert Blaut <webkit@blaut.biz>
3174 Reviewed by Adele Petersen.
3176 Fix for bug 7436: Truncated title on webkit DOM page.
3177 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3179 * projects/dom/index.html: Added basic project informations.
3181 2008-07-24 Adam Roben <aroben@apple.com>
3183 Remove some redundant text accidentally checked in
3185 * building/tools.html:
3187 2008-07-24 Adam Roben <aroben@apple.com>
3189 Fix a dead link to the Windows Platform SDK and related instructions
3191 Rubberstamped by Alexey Proskuryakov.
3193 * building/tools.html: Fixed a dead link.
3195 2008-07-21 Mark Rowe <mrowe@apple.com>
3197 Update Akismet plugin to 2.1.6.
3199 * blog/wp-content/plugins/akismet/akismet.php:
3201 2008-07-21 Mark Rowe <mrowe@apple.com>
3203 Update to WordPress 2.6.
3207 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3209 Fixed indentation of example code for C++ pointers/references!
3211 * coding/coding-style.html:
3213 2008-07-18 Robert Blaut <webkit@blaut.biz>
3215 Reviewed by David Kilzer.
3217 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3218 Added code style guidelines for multi-line boolean expressions
3220 * coding/coding-style.html:
3222 2008-07-02 Mark Rowe <mrowe@apple.com>
3224 Update a URL that was out of date.
3226 * building/checkout.html:
3228 2008-07-01 Mark Rowe <mrowe@apple.com>
3230 Update the path to the configuration file.
3232 * blog/wp-config.php:
3234 2008-06-27 Dan Bernstein <mitz@apple.com>
3236 Reviewed by Timothy Hatcher.
3238 * css/main.css: Reduced text shadow offsets.
3240 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3242 Not reviewed, web site fix.
3244 Remove blank lines in an attempt to fix feeds.
3246 * blog/wp-content/themes/webkit/index.php:
3247 * blog/wp-content/themes/webkit/links.php:
3249 2008-06-22 Aaron Digulla <digulla@hepe.com>
3251 Reviewed by Darin Adler.
3253 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3254 Bug 18993: Update of buttons in editing toolbar demo lags behind
3256 * demos/editingToolbar/FancyToolbar.js:
3257 * demos/editingToolbar/index.html:
3259 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3261 A handy reference image.
3263 * blog-files/acid3-timing.png: Added.
3265 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3269 - tweak newly added markup.
3271 * blog/wp-content/themes/webkit/header.php:
3273 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3275 Rubber stamped by Adele.
3277 - add short title and multisize icon
3279 * blog/wp-content/themes/webkit/header.php:
3280 * images/surfin-safari.icns: Added.
3282 2008-06-04 Dean Jackson <dino@apple.com>
3284 Put index pages into specs dirs to make it easier to
3287 * specs/index.html: Added.
3288 * specs/CSSVisualEffects/index.html: Added.
3290 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3292 Add a snapshot of the squirrelfish bytecode docs.
3294 * specs/squirrelfish-bytecode.html: Added.
3296 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3298 Transparent background!
3300 * blog-files/squirrelfish.png:
3302 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3306 * blog-files/squirrelfish-webkit-graph.png:
3308 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3310 Renamed this file quiet down the peanut gallery.
3312 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3313 * blog-files/webkit-graph.png: Removed.
3315 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3319 * blog-files/webkit-graph.png: Added.
3321 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3323 Moved the squirrelfish mascot to the right place.
3325 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3326 * images/squirrelfish.png: Removed.
3328 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3330 Uploaded the squirrelfish mascot.
3332 * images/squirrelfish.png: Added.
3334 2008-05-23 William Siegrist <wsiegrist@apple.com>
3336 Reviewed by Mark Rowe
3338 Rename duplicated "notice" id to "terms".
3343 2008-05-16 Anders Carlsson <andersca@apple.com>
3347 Add manifest MIME type.
3351 2008-05-14 Anders Carlsson <andersca@apple.com>
3355 Make our Sticky notes example an offline web app.
3357 * misc/DatabaseExample.html:
3358 * misc/DatabaseExample.manifest: Added.
3360 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3362 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3364 * demos/transitions-and-transforms/index.html:
3366 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3368 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3370 * demos/transitions-and-transforms/index.html:
3372 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3374 Tweaked demo visuals slightly.
3376 * demos/transitions-and-transforms/leopard.css:
3378 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3380 Tweak CSS to look a little better while loading.
3382 * demos/transitions-and-transforms/leopard.css:
3384 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3386 Not reviewed - new demo.
3388 Added a demo of CSS Transforms and Transitions.
3390 * demos/transitions-and-transforms: Added.
3391 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3392 * demos/transitions-and-transforms/Horsehead.png: Added.
3393 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3394 * demos/transitions-and-transforms/Quick Look.png: Added.
3395 * demos/transitions-and-transforms/Spaces.png: Added.
3396 * demos/transitions-and-transforms/Stacks.png: Added.
3397 * demos/transitions-and-transforms/Time Machine.png: Added.
3398 * demos/transitions-and-transforms/index.html: Added.
3399 * demos/transitions-and-transforms/leopard.css: Added.
3400 * demos/transitions-and-transforms/no-style.html: Added.
3402 2008-05-08 Mark Rowe <mrowe@apple.com>
3404 Reviewed by Sam Weinig.
3406 Add a link to the Mac OS Forge terms of use.
3410 2008-04-25 Mark Rowe <mrowe@apple.com>
3412 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3416 2008-04-21 Dean Jackson <dino@apple.com>
3418 Updated CSS Visual Effects proposals.
3422 * described simplified sandwich model (that animations have no effect
3423 outside their duration and last specified animation wins)
3424 * diagram showing the above
3425 * specified animations to start at style resolution or document load,
3427 * animation start events always have elapsedTime == 0
3431 * removed text saying that elements cannot be drawn as intersecting.
3432 * described that preserve-3d trees often need a flattening parent, otherwise
3433 elements can be hidden behind their ancestor's background.
3434 * describe that preserve-3d is not always possible, such as when
3435 overflow is 'hidden'.
3441 * specs/CSSVisualEffects/CSSAnimation.html:
3442 * specs/CSSVisualEffects/CSSTransforms.html:
3443 * specs/CSSVisualEffects/CSSTransitions.html:
3444 * specs/CSSVisualEffects/sandwich.png: Added.
3446 2008-04-08 Dean Jackson <dino@apple.com>
3448 Add some updated proposals for CSS specifications, such as
3449 Transforms and Transitions which are already implemented in TOT.
3451 * specs/CSSVisualEffects: Added.
3452 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3453 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3454 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3456 2008-03-31 Mark Rowe <mrowe@apple.com>
3458 Add some images that were missed in the WordPress 2.5 upgrade.
3462 2008-03-31 Mark Rowe <mrowe@apple.com>
3464 Upgrade to WordPress 2.5
3468 2008-03-28 Darin Adler <darin@apple.com>
3470 * building/build.html: Add another mention of using the Cygwin shell.
3471 * building/tools.html: Fix a typo on the name Cygwin.
3473 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3475 More screenshots for the blog.
3477 * blog-files/acid3-full-rendering-pass.png: Added.
3478 * blog-files/acid3-rendering-reference.png: Added.
3480 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3482 Screenshot for blog post.
3484 * blog-files/acid3-100.png: Added.
3486 2008-03-23 Antti Koivisto <antti@apple.com>
3488 * blog-files/wsj-vs.png: Added.
3490 2008-03-23 Eric Seidel <eric@webkit.org>
3494 Make our SVG status document slightly less inaccurate.
3496 * projects/svg/status.xml:
3498 2008-03-21 Antti Koivisto <antti@apple.com>
3500 Add some images for a blog post.
3502 * blog-files/wsj-nopreload.png: Added.
3503 * blog-files/wsj-preload.png: Added.
3505 2008-03-17 Dan Bernstein <mitz@apple.com>
3507 Reviewed by Sam Weinig.
3509 - link "backtrace" to the page that explains how to get one
3511 * quality/bugwriting.html:
3513 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3515 Rubber-stamped by Mitz.
3517 Update crash log page with instructions for Leopard.
3519 * quality/crashlogs.html:
3521 2008-03-11 Robert Blaut <webkit@blaut.biz>
3523 Reviewed by Darin Adler.
3525 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3526 Patch deletes an obsolete hitlist.html page and other references to it
3528 * nav.inc: removed menu link to hitlist.html
3529 * projects/compat/hitlist.html: Removed.
3530 * projects/compat/index.html: removed reference to hitlist.html
3532 2008-03-06 Timothy Hatcher <timothy@apple.com>
3534 Rubber-stamped by Adam Roben.
3536 Add a simple page that has various demo functions for Drosera.
3538 * demos/drosera: Added.
3539 * demos/drosera/demo.js: Added.
3540 * demos/drosera/drosera.png: Added.
3541 * demos/drosera/index.html: Added.
3543 2008-03-04 Mark Rowe <mrowe@apple.com>
3545 Rubber-stamped by Brady Eidson.
3547 * building/tools.html: Update link to Windows Platform SDK to its new location.
3549 2008-03-04 Mark Rowe <mrowe@apple.com>
3551 Reviewed by Sam Weinig.
3553 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3555 * coding/coding-style.html:
3557 2008-02-08 Adam Roben <aroben@apple.com>
3559 * perf/slickspeed/config.ini: Fixed version number.
3561 2008-02-08 Adam Roben <aroben@apple.com>
3563 Update jQuery to v1.2.3
3565 Rubberstamped by Mitz.
3567 * perf/slickspeed/config.ini:
3568 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3570 2008-02-07 David Smith <catfish.man@gmail.com>
3572 Rubber stamped by weinig and bdash.
3573 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3575 * perf/slickspeed/frameworks/prototype.js:
3577 2008-02-07 David Smith <catfish.man@gmail.com>
3579 Rubber stamped by Mark Rowe
3580 Fix a duplicate selector in the test.
3582 * perf/slickspeed/selectors.list:
3584 2008-02-07 David Smith <catfish.man@gmail.com>
3586 Reviewed by Adam Roben.
3587 Added :nth-child and :last-child to the list of selectors to test.
3589 * perf/slickspeed/selectors.list:
3591 2008-02-05 Mark Rowe <mrowe@apple.com>
3593 Update WordPress to 2.3.3 which includes security fixes.
3595 * blog/wp-admin/install-helper.php:
3596 * blog/wp-includes/gettext.php:
3597 * blog/wp-includes/pluggable.php:
3598 * blog/wp-includes/version.php:
3601 2008-02-02 David Smith <catfish.man@gmail.com>