1 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3 Tentative SunSpider 1.0.2
4 https://bugs.webkit.org/show_bug.cgi?id=122002
6 Reviewed by Gavin Barraclough.
8 See comments in PerformanceTests/SunSpider.
10 * perf/sunspider-1.0.2: Added.
12 2013-09-20 Mark Rowe <mrowe@apple.com>
14 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
16 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
18 Reviewed by David Kilzer.
20 * building/debug-mac-uiprocess.html:
21 * building/tools.html:
23 2013-09-19 Dan Bernstein <mitz@apple.com>
25 Add a style guideline regarding spacing in range-based for loops
26 https://bugs.webkit.org/show_bug.cgi?id=121620
28 Reviewed by Anders Carlsson.
30 * coding/coding-style.html: Added the guideline that spaces should be placed
31 around the colon in a range-based for loop.
33 2013-09-10 Beth Dakin <bdakin@apple.com>
35 Adding another screenshot for a potential blog post.
37 * blog-files/regions/unstyled-article.png: Added.
39 2013-09-09 Roger Fong <roger_fong@apple.com>
41 Update build instructions for Apple Windows port to include cygwin php install steps.
43 * building/tools.html:
45 2013-09-04 Beth Dakin <bdakin@apple.com>
47 Fixing a typo in demo files and screenshot.
49 * blog-files/regions/pizza-is-amazing.png: Replaced.
50 * demos/regions/pizza-regions-manifesto-regionstyling.html:
51 * demos/regions/pizza-regions-manifesto.html:
53 2013-09-04 Beth Dakin <bdakin@apple.com>
55 Upload demo and images for a potential blog post.
57 * blog-files/regions: Added.
58 * blog-files/regions/pizza-is-amazing.png: Added.
59 * demos/regions: Added.
60 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
61 * demos/regions/pizza-regions-manifesto.html: Added.
62 * demos/regions/yellow-pizza.jpg: Added.
64 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
66 Fix the recommended testing platform on the website
68 Rubberstamped by Enrica Casucci.
70 * quality/testing.html:
72 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
74 Fix webkit.org content overflowing their content box
76 Rubberstamped by Simon Fraser.
78 More fixes to have webkit.org show properly on iPad and iPhone.
80 * blog/wp-content/themes/webkit/header.php:
81 Add the correct viewport width for the blog.
83 * building/debug.html:
84 * building/launch-debugger-vs2010-small.png: Added.
85 * building/set-debugging-properties-vs2010-small.png: Added.
86 Fix the images to make them fit in the page.
88 * coding/adding-features.html:
89 Using <pre> for the example of email just make it looks like our code examples.
90 Change the source to use <blockquote> so that the text can reflow to the content box.
92 (.code, pre, tt, code):
93 Scroll the content when it overflows the box for code and pre.
95 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
97 Give a smaller viewport to webkit.org on devices
99 Rubberstamped by Simon Fraser.
101 The CSS of WebKit.org layout the content on 615px + a right margin of
102 215px + a left margin of 20px. The total layout width is 850px.
104 The standard viewport size on mobile devices is 980px. This leaves a gap
105 on the right side of the content when opening the size on iPhone/iPad.
107 This patch changes the layout width to be 860 to display more content on devices
108 while keeping a little margin.
112 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
114 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
115 https://bugs.webkit.org/show_bug.cgi?id=117993
117 Reviewed by George Staikos.
119 * perf/sunspider-1.0.1/json2.js: Added.
120 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
121 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
122 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
123 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
124 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
125 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
126 * perf/sunspider-1.0.1/sunspider.css: Added.
127 * perf/sunspider-1.0.1/sunspider.html: Added.
128 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
129 * perf/sunspider/versions.html: Updated to version 1.0.1.
131 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
133 Update the images for the blog size-matters
135 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
136 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
137 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
139 2013-08-05 Dean Jackson <dino@apple.com>
141 Move previous commit into /demos.
143 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
144 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
145 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
146 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
148 2013-08-05 Dean Jackson <dino@apple.com>
150 Upload example for a blog post.
152 * blog-files/srcset/image-1x.png: Added.
153 * blog-files/srcset/image-2x.png: Added.
154 * blog-files/srcset/image-src.png: Added.
155 * blog-files/srcset/index.html: Added.
157 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
159 Upload images for a potential blog post
161 * blog-files/size-matters: Added.
162 * blog-files/size-matters/JavaScript-growth.png: Added.
163 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
164 * blog-files/size-matters/WebCore-growth.png: Added.
165 * blog-files/size-matters/WebKit-growth.png: Added.
167 2013-07-14 Kwang Yul Seo <skyul@company100.net>
169 Add Company100 to team.html
170 https://bugs.webkit.org/show_bug.cgi?id=118633
172 Reviewed by Andreas Kling.
176 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
178 Add 'partner.samsung.com' to domain affiliations
179 https://bugs.webkit.org/show_bug.cgi?id=118580
181 Reviewed by Antonio Gomes.
185 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
187 Add screenshot of the inspector color picker for the blog
189 * blog-files/last-week-in-webkit: Added.
190 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
192 2013-06-27 Roger Fong <roger_fong@apple.com>
194 Update required tools for Windows instructions.
196 * building/tools.html:
198 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
200 The page title of technical-articles.html is incorrect.
201 https://bugs.webkit.org/show_bug.cgi?id=117727
203 Reviewed by Ryosuke Niwa.
205 Changed the page title of technical-articles.html to "WebKit Technical Articles".
207 * coding/technical-articles.html:
209 2013-06-14 Timothy Hatcher <timothy@apple.com>
211 Shrink larger images to fit the width of the blog.
213 * blog-files/new-inspector/hero-labeled.png:
214 * blog-files/new-inspector/hero.png:
216 2013-06-12 Roger Fong <roger_fong@apple.com>
218 Update webkit.org build instructions for Apple Windows port.
219 https://bugs.webkit.org/show_bug.cgi?id=117563.
221 Reviewed by Brent Fulgham.
223 * building/build.html:
224 * building/debug.html:
225 * building/launch-debugger-vs2005.png: Removed.
226 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
227 * building/set-as-startup-project-vs2005.png: Removed.
228 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
229 * building/set-debugging-properties-vs2005.png: Removed.
230 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
231 * building/tools.html:
233 2013-06-12 Timothy Hatcher <timothy@apple.com>
235 Add new Web Inspector images for a blog post.
237 * blog-files/new-inspector/activity-viewer.png: Added.
238 * blog-files/new-inspector/codemirror.png: Added.
239 * blog-files/new-inspector/console.png: Added.
240 * blog-files/new-inspector/hero-labeled.png: Added.
241 * blog-files/new-inspector/hero.png: Added.
242 * blog-files/new-inspector/layer-borders.png: Added.
243 * blog-files/new-inspector/layers.png: Added.
244 * blog-files/new-inspector/navigation-bar.png: Added.
245 * blog-files/new-inspector/open-sign.png: Added.
246 * blog-files/new-inspector/reasons.png: Added.
247 * blog-files/new-inspector/save.png: Added.
248 * blog-files/new-inspector/source-map.png: Added.
249 * blog-files/new-inspector/styles.png: Added.
250 * blog-files/new-inspector/toolbar-context-menu.png: Added.
251 * blog-files/new-inspector/toolbar-docked.png: Added.
252 * blog-files/new-inspector/toolbar.png: Added.
254 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
256 Broken link to committers list on contributing web page
257 https://bugs.webkit.org/show_bug.cgi?id=116722
259 Reviewed by Andreas Kling.
261 * coding/contributing.html:
262 Changed broken link to point to the team page instead.
264 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
266 Make team.html have each contributor's area of expertise
267 https://bugs.webkit.org/show_bug.cgi?id=116737
269 Reviewed by Benjamin Poulain.
272 Update to use the new expertise field in contributors.json.
274 2013-04-30 Filip Pizlo <fpizlo@apple.com>
276 Release SunSpider 1.0
278 Rubber stamped by Maciej Stachowiak.
280 * perf/sunspider-1.0: Added.
281 * perf/sunspider-1.0/json2.js: Added.
283 * perf/sunspider-1.0/sunspider-1.0: Added.
284 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
285 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
286 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
287 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
288 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
301 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
302 (.computeItemTotals):
305 (.standardDeviation):
310 (.computeLabelWidth):
315 (sunspiderCompareResults):
316 * perf/sunspider-1.0/sunspider.css: Added.
325 * perf/sunspider-1.0/sunspider.html: Added.
326 * perf/sunspider/sunspider.html:
327 * perf/sunspider/versions.html: Added.
329 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
331 Update team.html to use contributors.json instead of committers.py
332 https://bugs.webkit.org/show_bug.cgi?id=114720
334 Reviewed by Ryosuke Niwa.
336 Updating the team.html to use contributors.json. Also removing the unused field 'area'
337 from the contributors information.
341 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
343 The list of contributors in committers.py should be a separate JSON
344 https://bugs.webkit.org/show_bug.cgi?id=114673
346 Reviewed by Anders Carlsson.
348 Updated the website to refer to contributors.json instead of committers.py.
350 * coding/commit-review-policy.html:
352 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
354 Simplify the page "Getting the Code" on WebKit.org
355 https://bugs.webkit.org/show_bug.cgi?id=113980
357 Reviewed by Sam Weinig.
359 * building/checkout.html:
360 Instead of interleaving instructions for Mac and Windows, just
361 copy the things that make sense and have two clear sections.
363 Also mention Linux, it is the exact same instructions as Mac OS X.
365 Make svn checkout the alternative to a download of the tarball. It is
366 almost impossible to do a svn checkout on slow networks nowadays.
368 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
370 Update WebKit.org's contact page
371 https://bugs.webkit.org/show_bug.cgi?id=113968
373 Reviewed by Geoffrey Garen.
376 -Add a direct link to our archives on Gmane.
377 -References the ports mailing-lists. This may reduces the emails
378 erroneously sent to webkit-dev.
379 -Add a link to our "reporting bug page".
380 -Get rid of the link to CIA. The website is dead.
382 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
384 Add Digia to the domain affiliations
385 https://bugs.webkit.org/show_bug.cgi?id=110116
387 Reviewed by Kenneth Rohde Christiansen.
391 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
393 Add basysKom to domainAffiliations in team.html
394 https://bugs.webkit.org/show_bug.cgi?id=109306
396 Reviewed by Laszlo Gombos.
398 Register basysKom as contributing company in
399 http://www.webkit.org/team.html.
403 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
405 Add intel.com to team.html
406 https://bugs.webkit.org/show_bug.cgi?id=109424
408 Reviewed by Kenneth Rohde Christiansen.
412 2013-02-10 Dirk Schulze <dschulze@adobe.com>
414 Add adobe.com to team.html
415 https://bugs.webkit.org/show_bug.cgi?id=109396
417 Reviewed by Laszlo Gombos.
421 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
423 Add sisa.samsung.com to team.html
424 https://bugs.webkit.org/show_bug.cgi?id=109394
426 Reviewed by Dirk Schulze.
430 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
432 Add a sample change log entry to contributing.html
433 https://bugs.webkit.org/show_bug.cgi?id=105506
435 Reviewed by Alexey Proskuryakov.
437 Added a sample change log to the page directly people skimming through the page will still
438 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
440 * coding/contributing.html:
442 2012-12-18 Nico Weber <thakis@chromium.org>
444 Fix broken loop in style guide
445 https://bugs.webkit.org/show_bug.cgi?id=105346
447 Reviewed by Ryosuke Niwa.
449 Found by Sean Silva <silvas@purdue.edu>
451 * coding/coding-style.html:
453 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
455 Add instructions on how to build WebKit on Xcode 4 to build.html
456 https://bugs.webkit.org/show_bug.cgi?id=104739
458 Reviewed by Daniel Bates.
460 Set the build directories to WebKitBuild.
462 * building/build.html:
464 2012-11-24 Daniel Bates <dbates@webkit.org>
466 Substitute "use" for "user" in sentence about naming convention for
467 enum members so that it reads well.
469 * coding/coding-style.html:
471 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
473 Add Samsung to security vendor member list
474 https://bugs.webkit.org/show_bug.cgi?id=102863
476 Reviewed by Sam Weinig.
478 * security/security-group-members.html: Add Samsung members.
480 2012-10-31 Adam Barth <abarth@webkit.org>
482 technical-articles.html should link to my talk on how WebKit works
483 https://bugs.webkit.org/show_bug.cgi?id=100867
485 Reviewed by Tony Chang.
487 * coding/technical-articles.html:
489 2012-10-29 Eric Seidel <eric@webkit.org>
491 Technical Articles should link to an old talk I gave
492 https://bugs.webkit.org/show_bug.cgi?id=100624
494 Reviewed by Adam Barth.
496 * coding/technical-articles.html:
498 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
500 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
502 * coding/coding-style.html:
504 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
506 Fix a typo per Darin's comment.
508 * coding/coding-style.html:
510 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
512 Add a style guide rule for signed and unsigned int
513 https://bugs.webkit.org/show_bug.cgi?id=96682
515 Reviewed by Geoffrey Garen.
517 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
519 * coding/coding-style.html:
521 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
523 Replace JSC::UString by WTF::String
524 https://bugs.webkit.org/show_bug.cgi?id=95271
526 Reviewed by Geoffrey Garen.
528 Update the coding style to avoid mentioning a class that no longer exist.
530 * coding/coding-style.html:
532 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
534 Address one more review comment.
536 * building/checkout.html:
538 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
540 Recommend the use of https and mention git on building/checkout.html
541 https://bugs.webkit.org/show_bug.cgi?id=93657
543 Reviewed by Mark Rowe.
545 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
546 because the paragraph right above it refers to buliding/tools.html for that.
548 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
549 checkout using a Git client.
551 * building/checkout.html:
553 2012-07-27 Adam Barth <abarth@webkit.org>
555 Writing a blog post for new reviewers doesn't add value to the blog
556 https://bugs.webkit.org/show_bug.cgi?id=92305
558 Reviewed by Eric Seidel.
560 Now that we have Peter posting weekly updates to the blog, having an
561 announcement on the blog for each reviewer is more noise than signal.
563 * coding/commit-review-policy.html:
565 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
567 Update webkit.org to refer to layoutTestController instead of testRunner
568 https://bugs.webkit.org/show_bug.cgi?id=89445
570 Reviewed by Kent Tamura.
572 * quality/testwriting.html:
574 2012-05-21 Peter Kasting <pkasting@google.com>
576 Style guide change: Uses of "std::" should be explicitly qualified.
577 https://bugs.webkit.org/show_bug.cgi?id=87043
579 Reviewed by Ryosuke Niwa.
581 * coding/coding-style.html:
583 2012-05-11 Darin Adler <darin@apple.com>
585 Try to make spacing of fine print items in lower left nicer looking.
588 (#notice, #trademark, #terms): Changed top margin to 10px.
589 (#notice): Put 30px margin here.
591 2012-05-11 Darin Adler <darin@apple.com>
593 CSS tweak needed for the trademark terms of use.
596 (#notice, #trademark, #terms): Added #trademark.
598 2012-05-11 Darin Adler <darin@apple.com>
600 Add a link to WebKit trademark terms of use, other small website changes
601 https://bugs.webkit.org/show_bug.cgi?id=86112
603 Reviewed by Dan Bernstein.
605 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
606 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
609 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
610 of use on the macosforge.org terms of use page.
612 2012-05-07 Dan Bernstein <mitz@apple.com>
614 webkit.org instructions for debugging WebProcess are unnecessarily complex
615 https://bugs.webkit.org/show_bug.cgi?id=85756
617 Reviewed by Darin Adler.
619 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
620 debugging the Web process, as well as instructions for debugging the Web process from the
621 command line using debug-safari and debug-minibrowser.
622 * building/tools.html: Updated links and tweaked the language.
624 2012-04-23 Daniel Bates <dbates@webkit.org>
626 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
628 Rubber-stamped by Eric Seidel.
630 Before you can use the Xcode 4.3.2 command line tools, you must either run
631 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
632 DEVELOPER_DIR to point to the Xcode developer tools directory.
634 * building/tools.html:
636 2012-04-23 Daniel Bates <dbates@webkit.org>
638 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
640 Rubber-stamped by Eric Seidel.
642 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
643 are specific to Xcode 4.3.2.
645 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
646 * building/debug.html: Ditto.
648 2012-04-19 Daniel Bates <dbates@webkit.org>
650 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
651 https://bugs.webkit.org/show_bug.cgi?id=84364
653 Reviewed by Eric Seidel.
655 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
658 * building/debug-mac-uiprocess.html:
659 * building/debug.html:
661 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
663 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
664 https://bugs.webkit.org/show_bug.cgi?id=80429
666 Reviewed by Dan Bernstein.
668 * building/tools.html:
670 2012-03-10 Daniel Bates <dbates@webkit.org>
672 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
674 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/>.
675 Substituting https for http in (1) returns the expected page.
677 * building/debug-mac-uiprocess.html:
678 * building/debug.html:
680 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
682 Add a link to the EFL wiki page
683 https://bugs.webkit.org/show_bug.cgi?id=79439
685 Reviewed by Adam Barth.
687 * building/tools.html:
688 * css/main.css: Cross-browser border-radius.
690 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
692 team.html (on webkit.org) doesn't recognize codeaurora.org
693 https://bugs.webkit.org/show_bug.cgi?id=79529
695 Reviewed by Ryosuke Niwa.
699 2012-02-16 Kent Tamura <tkent@chromium.org>
701 Improve usability of coding-style.html
702 https://bugs.webkit.org/show_bug.cgi?id=78470
704 Reviewed by Eric Seidel.
706 * coding/coding-style.html:
707 - Do not add a title attribute to each of LI elements
708 - Do not add a click handler to each of them
709 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
711 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
713 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
714 https://bugs.webkit.org/show_bug.cgi?id=76544
716 Reviewed by Darin Adler.
718 WEBKITOUTPUTDIR is not only for Windows.
720 * building/build.html:
722 2012-01-20 Kent Tamura <tkent@chromium.org>
724 Each style rule should have its own ID.
725 https://bugs.webkit.org/show_bug.cgi?id=76428
727 Reviewed by David Levin.
729 * coding/coding-style.html: Add an id attribute to each of li elements,
730 and add code to set title="#id-name" and to make li elements clickable.
732 2012-01-19 Daniel Bates <dbates@webkit.org>
734 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
736 Rubber-stamped by Sam Weinig.
738 * building/debug.html:
740 2012-01-19 Daniel Bates <dbates@webkit.org>
742 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
743 https://bugs.webkit.org/show_bug.cgi?id=67102
745 Reviewed by Eric Seidel.
747 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
749 * building/active-scheme-xcode4.png: Added.
750 * building/build-settings-tab-xcode4.png: Added.
751 * building/build-window.png: Removed.
752 * building/custom-executable-xcode4.png: Added.
753 * building/custom-executable.png: Removed.
754 * building/debug-mac-uiprocess.html: Added.
755 * building/debug.html:
756 * building/debug.png: Removed.
757 * building/info-tab.png: Removed.
758 * building/run-xcode4.png: Added.
760 2012-01-11 Antti Koivisto <antti@apple.com>
762 Remove S60 reference from webkit.org
763 https://bugs.webkit.org/show_bug.cgi?id=76044
765 Reviewed by Simon Hausmann.
771 2012-01-10 Hajime Morrita <morrita@chromium.org>
773 [Website] i-Bench is no longer available.
774 https://bugs.webkit.org/show_bug.cgi?id=76027
776 Reviewed by Ryosuke Niwa.
778 Updated the availability information of i-Bench.
780 * projects/performance/index.html:
782 2011-12-07 Daniel Bates <dbates@webkit.org>
784 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
785 https://bugs.webkit.org/show_bug.cgi?id=74006
787 Reviewed by Antonio Gomes.
789 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
790 ASSERT_NOT_REACHED().
792 * coding/assertion-guidelines.html:
794 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
796 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
797 https://bugs.webkit.org/show_bug.cgi?id=73098
799 Reviewed by Antti Koivisto.
801 Revise the sentence about committers being allowed to land patches by others to explicitly state that
802 they can only land patches by others if asked by authors themselves.
804 * coding/commit-review-policy.html:
806 2011-11-14 Mark Rowe <mrowe@apple.com>
808 Upgrade WordPress's Akismet plug-in to the latest version.
810 * blog/wp-content/plugins/akismet:
812 2011-11-14 Mark Rowe <mrowe@apple.com>
814 Update one file that was missed.
816 * blog/wp-settings.php:
818 2011-11-14 Mark Rowe <mrowe@apple.com>
820 Upgrade WordPress to v3.2.1.
824 2011-10-28 Dean Jackson <dino@apple.com>
826 Remove this horribly outdated file. It was showing up in
827 Google searches and shouldn't be used as official
830 Rubber-stamped by Simon Fraser.
832 * specs/MediaQueriesExtensions.html: Removed.
834 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
836 Style guide should mention the preference of index over iterator
837 https://bugs.webkit.org/show_bug.cgi?id=70285
839 Reviewed by Darin Adler.
841 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
842 we prefer index over iterators.
844 * coding/coding-style.html:
846 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
848 Fix a typo pointed by Sam (Weinig).
850 * coding/coding-style.html:
852 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
854 Style guide should mandate use of pass-by-reference for out arguments
855 https://bugs.webkit.org/show_bug.cgi?id=69766
857 Reviewed by Darin Adler.
859 This matches the convention used throughout WebCore.
861 * coding/coding-style.html:
863 2011-10-06 Amruth Raj <amruthraj@motorola.com>
865 Add Motorola Mobility to team.html
866 https://bugs.webkit.org/show_bug.cgi?id=69597
868 Reviewed by Ryosuke Niwa.
872 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
874 Generate WebKit team's page out of committers.py
875 https://bugs.webkit.org/show_bug.cgi?id=68045
877 Fix per Daniel's review comment since I had misunderstood the code.
881 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
883 Generate WebKit team's page out of committers.py
884 https://bugs.webkit.org/show_bug.cgi?id=68045
886 Reviewed by Daniel Bates.
888 Add the initial implementation of team.html. This page automatically pulls data from committers.py
889 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
893 2011-09-01 Jon Lee <jonlee@apple.com>
895 Adding control rendering at various sizes.
897 * projects/forms/survey.html:
899 2011-08-29 Jon Lee <jonlee@apple.com>
901 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
903 * projects/forms/survey.html:
905 2011-08-17 Jon Lee <jonlee@apple.com>
907 Updating the forms survey to include various element sizes.
909 * projects/forms/survey.html:
911 2011-08-16 Daniel Bates <dbates@webkit.org>
913 Add myself to the list of individual members in the WebKit Security Group.
915 Rubber-stamped by Eric Seidel.
917 * security/security-group-members.html:
919 2011-08-09 Anders Carlsson <andersca@apple.com>
921 Broken link to LICENSE on contributing code page
922 https://bugs.webkit.org/show_bug.cgi?id=65947
924 Reviewed by Ryosuke Niwa.
926 * coding/contributing.html:
928 2011-08-04 Dan Bernstein <mitz@apple.com>
932 * coding/contributing.html:
934 2011-08-04 Nico Weber <thakis@chromium.org>
936 Update the contributors page to recommend webkit-patch instead of many manual steps
937 https://bugs.webkit.org/show_bug.cgi?id=65714
939 Reviewed by Adam Barth.
941 asvitkine followed the contributing instructions for his first patch, and got
942 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
943 webkit-patch prevents errors like this and more.
945 * coding/contributing.html:
947 2011-07-21 Jon Lee <jonlee@apple.com>
949 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
950 <rdar://problem/9782965>
952 Rubber-stamped by Maciej Stachowiak.
954 * projects/forms/image-usemap.png: Added.
955 * projects/forms/image1.png: Added.
956 * projects/forms/image10.png: Added.
957 * projects/forms/image16.png: Added.
958 * projects/forms/index.html: Update links
959 * projects/forms/survey.html: Added.
961 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
963 SVG feature status is not up-to-date
964 https://bugs.webkit.org/show_bug.cgi?id=64856
966 Reviewed by Dirk Schulze.
968 Update SVG feature status after r91331.
970 * projects/svg/status.xml:
972 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
974 Reviewed by Darin Adler.
976 Add note about cases where enums are preferred over bools on function parameters.
977 https://bugs.webkit.org/show_bug.cgi?id=63564
979 This matches the outcome of this webkit-dev thread:
980 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
982 * coding/coding-style.html:
984 2011-05-31 Chris Evans <cevans@chromium.org>
986 Reviewed by Drew Yao.
988 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
990 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
992 2011-05-20 Alexey Proskuryakov <ap@apple.com>
994 Reviewed by Dan Bernstein.
996 Building instructions should not talk about Tiger
997 https://bugs.webkit.org/show_bug.cgi?id=61210
999 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1000 Xcode version to the latest Leopard one.
1002 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1004 Reviewed by Adam Barth.
1006 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1007 https://bugs.webkit.org/show_bug.cgi?id=60686
1009 * security/security-group-members.html:
1011 2011-05-11 Cris Neckar <cdn@chromium.org>
1013 Reviewed by David Levin.
1015 Adding Cris Neckar to the Webkit Security Group site.
1016 https://bugs.webkit.org/show_bug.cgi?id=60668
1018 * security/security-group-members.html:
1020 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1022 Reviewed by Mark Rowe.
1024 Update Qt/Nokia Security contacts
1025 https://bugs.webkit.org/show_bug.cgi?id=60650
1027 Ademar (me) replaced Simon as the release manager and primary security
1028 contact for QtWebKit. See:
1029 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1031 * security/security-group-members.html:
1033 2011-05-09 Eric Seidel <eric@webkit.org>
1035 Reviewed by Adam Barth.
1037 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1038 https://bugs.webkit.org/show_bug.cgi?id=59672
1040 * coding/adding-features.html: Added.
1043 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1045 Not reviewed: adding image files for the blog post.
1047 * blog-files/inspector/remote-debugging-attached.png: Added.
1048 * blog-files/inspector/remote-debugging-discovery.png: Added.
1050 2011-04-27 Ojan Vafai <ojan@chromium.org>
1052 Reviewed by Dan Bernstein.
1054 change style guide to pre-increment in for-loops
1055 https://bugs.webkit.org/show_bug.cgi?id=59619
1057 This matches what a number of reviewers have been asking
1058 for in code reviews.
1060 * coding/coding-style.html:
1062 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1064 Reviewed by Tor Arne Vestbø.
1066 Added instructions on how to work from behind proxy
1067 and detailed the instructions refering to rebasing.
1068 Windows build instructions do not work if you are behind a proxy
1069 or have a Temp directory that you do not own directly.
1070 https://bugs.webkit.org/show_bug.cgi?id=57246
1072 * building/tools.html:
1074 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1076 Reviewed by James Robinson.
1078 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1079 https://bugs.webkit.org/show_bug.cgi?id=58190
1081 * misc/related-target-and-shadow-dom.svg: Added.
1083 2011-04-06 David Levin <levin@chromium.org>
1085 Reviewed by Ojan Vafai.
1087 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1088 https://bugs.webkit.org/show_bug.cgi?id=55275
1090 * coding/coding-style.html:
1092 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1094 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1097 * blog-files/inspector/stack-traces-img/1.png: Added.
1098 * blog-files/inspector/stack-traces-img/2.png: Added.
1099 * blog-files/inspector/stack-traces-img/3.png: Added.
1100 * blog-files/inspector/stack-traces-img/4.png: Added.
1101 * blog-files/inspector/stack-traces-img/5.png: Added.
1102 * blog-files/inspector/stack-traces-img/6.png: Added.
1103 * blog-files/inspector/stack-traces-img/button.png: Added.
1105 2011-02-26 David Levin <levin@chromium.org>
1107 Reviewed by Darin Adler.
1109 Add style guidelines about comments from the unwritten rules email.
1110 https://bugs.webkit.org/show_bug.cgi?id=55272
1112 * coding/coding-style.html: Added the guidelines.
1114 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1116 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1118 * blog-files/inspector/css_rule_diff.png: Added.
1120 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1122 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1124 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1125 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1126 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1127 * blog-files/inspector/warning_10x10.png: Added.
1129 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1131 Unreviewed. Add Web Inspector style editing screenshots.
1133 * blog-files/inspector-css-as-authored.png: Added.
1134 * blog-files/inspector-css-autocomplete.png: Added.
1135 * blog-files/inspector-unknown-css-properties.png: Added.
1137 2011-01-21 David Levin <levin@chromium.org>
1139 Reviewed by Darin Adler.
1141 Proposal: Require cross-organizational seconds for reviewer nominations
1142 https://bugs.webkit.org/show_bug.cgi?id=47597
1144 This changes the committer/reviewer policy to require an additional
1145 reviewer supporting a reviewer nomination to work for a different
1146 company and different project affiliation from the nominee.
1148 This means reviewer nominations would require four supporting reviewers,
1149 one of which knows the reviewer through the community (irc, email, bugs)
1150 ensuring that the nominee has the open-source collaboration skills
1151 we so highly value here in WebKit.
1153 * coding/commit-review-policy.html:
1155 2011-01-01 Adam Barth <abarth@webkit.org>
1157 Reviewed by Eric Seidel.
1159 Move JavaScriptCore to Source
1160 https://bugs.webkit.org/show_bug.cgi?id=51604
1162 * coding/assertion-guidelines.html:
1163 - Update documentation to point to the new location of
1166 2010-12-17 Dan Bernstein <mitz@apple.com>
1168 Reviewed by Simon Fraser.
1170 Rename WebKitTools to Tools
1171 https://bugs.webkit.org/show_bug.cgi?id=49861
1173 * asking_questions.html:
1174 * building/tools.html:
1175 * coding/scripts.html:
1177 2010-11-08 Jessie Berlin <jberlin@apple.com>
1179 Reviewed by Adam Roben.
1181 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1183 https://bugs.webkit.org/show_bug.cgi?id=49189
1185 * building/tools.html:
1186 Add a line recommending bash shell users to comment out or remove those lines, with an
1187 explanation as to why.
1189 2010-11-04 Orlando Leite <orlleite@gmail.com>
1191 Reviewed by Adam Barth.
1193 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1195 * building/tools.html:
1197 2010-10-29 Adam Roben <aroben@apple.com>
1199 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1202 The February 2010 SDK is the last one with support for Visual Studio
1205 I also removed some unnecessary instructions regarding the DirectX
1208 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1209 specific version of the DirectX SDK
1211 Reviewed by Steve Falkenburg.
1213 * building/tools.html:
1215 2010-10-28 Lucas Forschler <lforschler@apple.com>
1217 Reviewed by Geoffrey Garen.
1219 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1221 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1222 -Edited the .htaccess file to redirect the old pages to the new landing page.
1223 -This should keep our search engine page rankings effective.
1224 Potentially breaking:
1225 -This COULD potentially break the SunSpider benchmark.
1226 -Local testing with relative links seems to function as expected.
1227 -The .htaccess 301 redirects are UNTESTED.
1231 * perf/sunspider: Added.
1232 * perf/sunspider-0.9.1/sunspider.html: Removed.
1233 * perf/sunspider-0.9.1/versions.html: Removed.
1234 * perf/sunspider-0.9/sunspider.html: Removed.
1235 * perf/sunspider/sunspider.css: Added.
1236 * perf/sunspider/sunspider.html: Added.
1238 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1240 Reviewed by David Levin.
1242 Add DirectX SDK to Installing Developer Tools web page
1243 https://bugs.webkit.org/show_bug.cgi?id=47911
1245 * building/tools.html:
1247 2010-09-30 David Levin <levin@chromium.org>
1249 Reviewed by Darin Adler.
1251 Add guideline for constructors doing implicit type conversion to coding style.
1252 https://bugs.webkit.org/show_bug.cgi?id=47646
1254 * coding/coding-style.html:
1256 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1258 Reviewed by Simon Fraser.
1260 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1261 https://bugs.webkit.org/show_bug.cgi?id=47013
1263 * nav.inc: Removed the space from the web inspector wiki link.
1265 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1267 Unreviewed HTML syntax fix for my recent change in the coding-style.
1269 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1271 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1273 Reviewed by Darin Adler.
1275 check-webkit-style and the coding style guidelines page are inconsistent
1276 https://bugs.webkit.org/show_bug.cgi?id=46099
1278 * coding/coding-style.html:
1279 Making clear that includes of system headers must come after includes of other headers.
1281 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1283 Reviewed by Adam Barth.
1285 Adding a timeline screenshot for blocking and defer scripts
1286 https://bugs.webkit.org/show_bug.cgi?id=45933
1288 * blog-files/timeline-blocking-script.png: Added.
1289 * blog-files/timeline-defer-script.png: Added.
1291 2010-09-14 Jessie Berlin <jberlin@apple.com>
1293 Reviewed by Adam Roben.
1295 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1296 https://bugs.webkit.org/show_bug.cgi?id=45779
1298 * building/tools.html:
1299 Add instructions about how to optionally get hotfix 976038.
1301 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1303 Reviewed by Adam Barth.
1305 https://bugs.webkit.org/show_bug.cgi?id=43982
1306 This js file seems to be a popular script for detecting mobile WebKit but
1307 it has a flaw that makes it fail on Android and BlackBerry.
1309 The issue is that it looks for "Mobile/" but Android and BlackBerry
1310 use "Mobile" with no numbering after it.
1311 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1313 * misc/WebKitDetect.js:
1314 (WebKitDetect.isMobile):
1316 2010-08-27 Darin Adler <darin@apple.com>
1318 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1319 recent developments.
1321 2010-08-26 Daniel Bates <dbates@rim.com>
1323 Reviewed by Dumitru Daniliuc.
1325 Fix misspelled words on WebKit.org contact.html,
1326 demos/index.html, and quality/leakhunting.html
1327 https://bugs.webkit.org/show_bug.cgi?id=44747
1329 Fix some misspelled words on the WebKit.org site.
1331 * contact.html: Change "bugreports" [sic] to "bug reports".
1332 * demos/index.html: Change "testcase" [sic] to "test case".
1333 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1335 2010-08-23 David Kilzer <ddkilzer@apple.com>
1337 Clean up some HTML typos in crashlogs.html
1339 Rubber-stamped by Maciej Stachowiak.
1341 * quality/crashlogs.html: Fixed "</code>>" typos added in
1342 r56300. Changed "<tt>" tag with style attribute to "<code>"
1343 that was missed in r56300.
1345 2010-08-17 Beth Dakin <bdakin@apple.com>
1347 Rubber-stamped by Adele.
1349 Adding a MathML Demo and screenshot.
1351 * blog-files/riemann-screenshot.png: Added.
1352 * demos/mathml: Added.
1353 * demos/mathml/MathMLDemo.xhtml: Added.
1355 2010-08-17 Adam Roben <aroben@apple.com>
1357 Instruct developers to (optionally) install Debugging Tools for
1360 These tools are used by some of our scripts, so are useful for
1361 developers to have installed.
1363 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1364 should recommend installing Debugging Tools for Windows
1366 Reviewed by Sam Weinig.
1368 * building/tools.html:
1370 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1372 Reviewed by Nikolas Zimmermann.
1374 Update SVG implementation status.
1376 * projects/svg/status.xml:
1378 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1380 Reviewed by Darin Adler.
1382 Add a diagram explaining how a DOM element is attached to the site.
1383 https://bugs.webkit.org/show_bug.cgi?id=42763
1385 * coding/dom-element-attach.html: Added.
1386 * coding/images/dom-element-attach-large.png: Added.
1387 * coding/images/dom-element-attach-small.png: Added.
1388 * coding/images/dom-element-attach.graffle: Added.
1389 * coding/technical-articles.html: Added a link to the page with the diragram.
1391 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1393 Reviewed by Darin Adler.
1395 Improve assertion macro documentation.
1397 https://bugs.webkit.org/show_bug.cgi?id=40565
1399 * coding/assertion-guidelines.html:
1401 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1403 Reviewed by Geoffrey Garen.
1405 Add an index of technical articles to the WebKit site. This makes the
1406 links to the RefPtr and Assertion documentation discoverable and
1407 provides an easy way to find some useful blog posts.
1409 https://bugs.webkit.org/show_bug.cgi?id=40561
1411 * coding/technical-articles.html: Added.
1412 * nav.inc: Add link to technical articles.
1414 2010-06-15 Adam Roben <aroben@apple.com>
1416 Remove some unnecessary steps for setting up the debugger on Windows
1418 Apparently update-webkit does this for you now.
1420 Rubber-stamped by Steve Falkenburg.
1422 * building/debug.html: Removed the first two Windows steps, which are
1423 now unnecessary, and updated the third to reflect reality.
1425 2010-06-14 Adam Roben <aroben@apple.com>
1427 Improve instructions for debugging on Windows
1429 Fixes <http://webkit.org/b/40585>.
1431 Reviewed by Steve Falkenburg.
1433 * building/debug.html: Improved the Windows instructions. We now
1434 instruct users to set things up so that hitting F5 from WebKit.sln
1435 will launch Safari with the WEBKITNIGHTLY environment variable
1436 pointing to the location of the built WebKit.dll.
1438 * building/console_vs2005.jpg: Removed.
1439 * building/debug_vs2005.jpg: Removed.
1441 * building/launch-debugger-vs2005.png: Added.
1442 * building/set-as-startup-project-vs2005.png: Added.
1443 * building/set-debugging-properties-vs2005.png: Added.
1445 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1447 Reviewed by Darin Adler.
1449 Add documentation on the various assertion macros in WebKit.
1451 https://bugs.webkit.org/show_bug.cgi?id=39950
1453 * coding/assertion-guidelines.html: Added.
1455 2010-05-29 Sterling Swigart <sswigart@google.com>
1457 Reviewed by David Levin.
1459 Adding tests to canvas.html performance test
1460 https://bugs.webkit.org/show_bug.cgi?id=39883
1462 * demos/canvas-perf/canvas.html:
1468 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1470 Reviewed by Darin Adler.
1472 Update the style guide re: static member variables and structs
1473 https://bugs.webkit.org/show_bug.cgi?id=39663
1475 Per Darin Adler's proposal on webkit-dev.
1477 All static member variables should be prefixed with s_.
1478 m_ should not be used for public data members in structs.
1479 Only structs should have public data members.
1481 * coding/coding-style.html:
1483 2010-05-24 David Levin <levin@chromium.org>
1485 Reviewed by Maciej Stachowiak.
1487 Improve canvas perf test accuracy.
1488 https://bugs.webkit.org/show_bug.cgi?id=39635
1490 * demos/canvas-perf/canvas.html:
1491 1. Change the various tests to get the image data for the result
1492 to help ensure that the operation has completed by the time,
1493 and subtract out the time needed to do this.
1494 2. Made the test more flexible about number of repetitions and
1496 3. Make the tests run separately and have a pause between them
1497 to allow for garbage collection so that results are more
1499 4. Added a standard logging function and shouldBe asserts to
1500 verify that the correct scaling operations were happening.
1502 2010-05-20 Daniel Bates <dbates@rim.com>
1504 Rubber-stamped by Simon Fraser.
1506 Spelling correction; change "acces" [sic] to "access".
1508 * quality/lifecycle.html:
1510 2010-05-14 Eric Seidel <eric@webkit.org>
1512 Reviewed by Maciej Stachowiak.
1514 Update tools.html to mention that Tiger users require a newer Python
1515 https://bugs.webkit.org/show_bug.cgi?id=38822
1517 Also updated the instructions that only Tiger users need
1518 to install a subversion client. Newer OSes already have
1519 subversion included in the install.
1521 * building/tools.html:
1523 2010-05-08 Dirk Schulze <krit@webkit.org>
1525 Reviewed by Nikolas Zimmermann.
1527 SVGFont's VKern implementation missing
1528 https://bugs.webkit.org/show_bug.cgi?id=38663
1530 * projects/svg/status.xml:
1532 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1534 Reviewed by Adam Barth.
1536 Commit and Review policy should encourage unofficial reviews
1537 https://bugs.webkit.org/show_bug.cgi?id=38517
1539 * coding/commit-review-policy.html:
1541 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1543 Reviewed by Darin Adler.
1545 Fix the sticky-notes demo.
1546 https://bugs.webkit.org/show_bug.cgi?id=38550
1548 1. Exceptions thrown by openDatabase() should be treated as
1550 2. Do not allow users to create new notes when openDatabase()
1553 * demos/sticky-notes/index.html:
1555 2010-05-02 Dirk Schulze <krit@webkit.org>
1557 Reviewed by Nikolas Zimmermann.
1559 SVG hkern implementation incomplete
1560 https://bugs.webkit.org/show_bug.cgi?id=38407
1562 We support hkern now. Mention this in the SVG status page.
1564 * projects/svg/status.xml:
1566 2010-04-29 Dean Jackson <dino@apple.com>
1568 Unreviewed. Make a note that we are no longer proposing
1569 the evaluateMediaQuery method. Instead, we are following
1570 the standard matchMedium method from CSS 3 View.
1572 * specs/MediaQueriesExtensions.html:
1574 2010-04-18 Adam Barth <abarth@webkit.org>
1576 Unreviewed. Update a label of the diagram to better match the
1577 description in the text of the blog post.
1579 * blog-files/loader-diagram.svg:
1581 2010-04-17 Adam Barth <abarth@webkit.org>
1583 Unreviewed. Added loader diagram for upcoming blog post.
1585 * blog-files/loader-diagram.svg: Added.
1587 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1589 Reviewed by Eric Seidel.
1591 Minor Updates and Cleanup to the Contributing Page
1592 https://bugs.webkit.org/show_bug.cgi?id=37415
1594 * coding/contributing.html:
1596 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1600 Random demo to look cool on twitter.
1602 * misc/gradient-input.html: Added.
1604 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1608 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1610 * blog-files/inspector/audits_launcher.png: Added.
1611 * blog-files/inspector/audits_panel.png: Added.
1612 * blog-files/inspector/console_panel.png: Added.
1613 * blog-files/inspector/context_menu.png: Added.
1614 * blog-files/inspector/css_highlighted_line.png: Added.
1615 * blog-files/inspector/css_line_number_snippet.png: Added.
1616 * blog-files/inspector/css_line_numbers.png: Added.
1617 * blog-files/inspector/deactivate_breakpoints.png: Added.
1618 * blog-files/inspector/evaluate_on_hover.png: Added.
1619 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1620 * blog-files/inspector/inherited_styles.png: Added.
1621 * blog-files/inspector/large_dom.png: Added.
1622 * blog-files/inspector/large_resources.png: Added.
1623 * blog-files/inspector/pseudo_elements.png: Added.
1624 * blog-files/inspector/redirect_headers.png: Added.
1625 * blog-files/inspector/redirect_headers_full.png: Added.
1626 * blog-files/inspector/redirects.png: Added.
1627 * blog-files/inspector/redirects_full.png: Added.
1628 * blog-files/inspector/timeline_overview.png: Added.
1629 * blog-files/inspector/timeline_panel.png: Added.
1630 * blog-files/inspector/timeline_record_details.png: Added.
1632 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1634 Reviewed by David Levin.
1636 Asking Questions Page Grammar Fixes
1637 https://bugs.webkit.org/show_bug.cgi?id=36608
1639 * asking_questions.html:
1641 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1643 Reviewed by Timothy Hatcher.
1645 New Asking Questions Page is not Valid HTML5
1646 https://bugs.webkit.org/show_bug.cgi?id=36605
1648 * asking_questions.html: fixed issues raised by the validator.
1650 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1652 Reviewed by David Levin.
1654 Add a page on how to ask questions
1655 https://bugs.webkit.org/show_bug.cgi?id=35223
1657 * asking_questions.html: Added.
1658 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1659 to get help effectively
1660 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1662 * contact.html: Tweaked the wording to make it more clear what the
1663 mailing list are used for. Also changed the formatting to better
1664 underline the different mailing lists.
1666 2010-03-24 Sam Weinig <sam@webkit.org>
1668 Rubber-stamped by Anders Carlsson..
1670 Update Security Group Members list.
1672 * security/security-group-members.html:
1674 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1678 Add another example.
1680 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1682 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1686 Add example of accessible ASCII art for HTML WG.
1688 * demos/accessible-ascii-art: Added.
1689 * demos/accessible-ascii-art/butterfly.html: Added.
1691 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1693 Reviewed by Mark Rowe.
1695 WebKit blog should be valid HTML5
1696 https://bugs.webkit.org/show_bug.cgi?id=36410
1698 * blog/wp-content/themes/webkit/comments-popup.php:
1699 * blog/wp-content/themes/webkit/footer.php:
1700 * blog/wp-content/themes/webkit/header.php:
1702 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1704 Reviewed by Mark Rowe.
1706 Fix a bunch of HTML5 validation errors on various pages.
1707 https://bugs.webkit.org/show_bug.cgi?id=36409
1709 * building/build.html:
1710 * building/checkout.html:
1711 * building/debug.html:
1712 * building/run.html:
1713 * building/tools.html:
1714 * coding/coding-style.html:
1715 * coding/contributing.html:
1716 * coding/major-objects.html:
1721 * projects/compat/index.html:
1722 * projects/css/index.html:
1723 * projects/documentation/index.html:
1724 * projects/goals.html:
1725 * projects/index.html:
1726 * projects/mathml/index.html:
1727 * quality/bugpriorities.html:
1728 * quality/bugwriting.html:
1729 * quality/crashlogs.html:
1730 * quality/lifecycle.html:
1731 * quality/testing.html:
1732 * quality/testwriting.html:
1734 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1736 Reviewed by Mark Rowe.
1738 webkit.org should use the HTML5 doctype
1739 https://bugs.webkit.org/show_bug.cgi?id=36407
1742 * misc/drosera/index.html:
1743 * perf/slickspeed/system/index.php:
1744 * perf/slickspeed/system/template.php:
1747 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1749 Reviewed by Mark Rowe.
1751 http://webkit.org/ has an HTML5 validation error
1752 https://bugs.webkit.org/show_bug.cgi?id=36406
1756 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1758 Tweak canvas perf demo.
1760 * demos/canvas-perf/canvas.html:
1762 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1764 Added canvas perf demo for whatwg.
1766 * demos/canvas-perf: Added.
1767 * demos/canvas-perf/canvas.html: Added.
1768 * demos/canvas-perf/kraken.jpg: Added.
1770 2010-03-09 Adam Roben <aroben@apple.com>
1772 Add a link to the Contributors Meeting registration form in the
1775 Rubber-stamped in advance by Adele Peterson.
1777 * nav.inc: Added a link underneath "Trac".
1779 2010-02-26 Sam Weinig <sam@webkit.org>
1781 Rubber-stamped by Adele Peterson.
1783 Update Security Group Members list.
1785 * security/security-group-members.html:
1787 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1789 Reviewed by Eric Seidel and Adam Roben.
1791 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1792 https://bugs.webkit.org/show_bug.cgi?id=35098
1794 * building/debug.html:
1795 Add instructions on how to build and run WebKit from within Visual Studio.
1797 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1799 Rubber stamped by Adam Barth.
1801 Add sunspider-0.9.1 to the site in preparation for announcing it.
1802 https://bugs.webkit.org/show_bug.cgi?id=35206
1804 * perf/sunspider-0.9.1: Added.
1805 * perf/sunspider-0.9.1/json2.js: Added.
1806 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1807 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1808 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1809 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1810 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1811 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1812 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1813 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1814 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1815 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1816 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1817 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1818 * perf/sunspider-0.9.1/sunspider.css: Added.
1819 * perf/sunspider-0.9.1/sunspider.html: Added.
1820 * perf/sunspider-0.9.1/versions.html: Added.
1822 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1824 Not reviewed - demo.
1826 Made some examples of using <details> for table descriptions.
1828 * demos/hover-summary: Added.
1829 * demos/hover-summary/details.css: Added.
1830 * demos/hover-summary/details.js: Added.
1831 (summaryClickListener):
1834 * demos/hover-summary/example1.html: Added.
1835 * demos/hover-summary/example2.html: Added.
1836 * demos/hover-summary/horizontal-triangle.png: Added.
1837 * demos/hover-summary/vertical-triangle.png: Added.
1839 2010-02-02 Jens Alfke <snej@chromium.org>
1841 Reviewed by David Levin.
1843 Clarified coding guidelines on wiki to allow indentation of
1844 _nested_ namespaces.
1845 https://bugs.webkit.org/show_bug.cgi?id=32137
1847 * coding/coding-style.html:
1849 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1851 Reviewed by David Kilzer.
1853 Added to contributing code page a pointer to the preferred
1854 license text. Also added information about copyright lines.
1856 https://bugs.webkit.org/show_bug.cgi?id=34017
1858 * coding/contributing.html:
1860 - Added CSS class for books.
1862 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1864 Reviewed by David Levin.
1866 Added screenshots and clearer instructions on how to submit
1869 https://bugs.webkit.org/show_bug.cgi?id=32542
1871 Also added that a bug report should be selected or created
1872 prior to submitting a patch.
1874 * coding/contributing.html:
1875 * coding/images: Added.
1876 * coding/images/contribute_add_attachment.png: Added.
1877 * coding/images/contribute_mark_review.png: Added.
1879 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1881 Not reviewed; updated for truth (and readability).
1883 Fixed some wrong listings and reorganized this page.
1885 * security/security-group-members.html:
1887 2010-01-06 Dirk Schulze <krit@webkit.org>
1889 Reviewed by Nikolas Zimmermann.
1892 https://bugs.webkit.org/show_bug.cgi?id=31905
1894 Update SVG status page. We support feDisplacementMap and feImage now.
1896 * projects/svg/status.xml:
1898 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1900 Reviewed by Darin Adler.
1902 Removed outdated contact information from bug life cycle page.
1904 https://bugs.webkit.org/show_bug.cgi?id=32494
1906 * quality/lifecycle.html:
1908 2009-12-13 Dan Bernstein <mitz@apple.com>
1910 Reviewed by Sam Weinig.
1912 Add a style guideline concerning floating point literals
1913 https://bugs.webkit.org/show_bug.cgi?id=32497
1915 * coding/coding-style.html:
1917 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1919 Reviewed by Adam Roben.
1921 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1922 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1923 in Windows as part of running update_webkit.
1925 * building/build.html:
1926 - removed the reference to forgetting to set environment variables as a common source of errors
1927 on Windows. This is because this patch would make it unnecessary for the user to set these
1930 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1932 Reviewed by Darin Adler.
1934 Added the "using std::foo" rule to the coding style guidelines.
1936 https://bugs.webkit.org/show_bug.cgi?id=32301
1938 Added to the coding style guidelines the "using std::foo" rule
1939 checked by the check-webkit-style script. Also clarified the
1940 "using" statement guidelines that apply to implementation files.
1942 * coding/coding-style.html:
1944 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1946 Reviewed by Darin Adler.
1948 Refactored web site documentation so that advice to add
1949 WebKitTools/Scripts to your shell path does not appear
1952 https://bugs.webkit.org/show_bug.cgi?id=32112
1954 * building/build.html:
1955 * building/checkout.html:
1956 * building/run.html:
1957 * coding/coding-style.html:
1958 * coding/contributing.html:
1959 * coding/scripts.html: Added.
1960 * quality/testing.html:
1962 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1964 Reviewed by Eric Seidel.
1966 Add reference to the GTK and QT build wiki pages
1968 https://bugs.webkit.org/show_bug.cgi?id=32088
1970 * building/tools.html:
1973 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
1975 Reviewed by Darin Adler.
1977 Added clarifications to the web site regarding coding style and
1980 https://bugs.webkit.org/show_bug.cgi?id=31618
1982 Changes include the following:
1984 - Expanded the style guidelines regarding "using" statements.
1985 - Made the style guidelines page validate as HTML.
1986 - Added that legacy WebKit components should not be cleaned up.
1987 - Added that it is more acceptable to update style when already
1990 * coding/coding-style.html:
1991 * coding/contributing.html:
1992 * projects/cleanup/index.html:
1994 2009-11-18 Eric Seidel <eric@webkit.org>
1996 Reviewed by David Levin.
1998 Make 80 patches a formal requirement for reviewership
1999 https://bugs.webkit.org/show_bug.cgi?id=31313
2000 Per discussion on the webkit-reviewers list:
2001 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2003 * coding/commit-review-policy.html:
2005 2009-11-18 Daniel Bates <dbates@webkit.org>
2007 Reviewed by Eric Seidel.
2009 https://bugs.webkit.org/show_bug.cgi?id=31610
2011 Adds property "min-width" to #title so that the width of the title
2012 element on each page is at least 790px. In particular, this makes
2013 the page <http://webkit.org/security/security-group-members.html>
2014 consistent, in appearance, to the rest of the site.
2018 2009-11-16 Sam Weinig <sam@webkit.org>
2020 Reviewed by Anders Carlsson.
2022 Update Security Group Members list.
2024 * security/security-group-members.html:
2026 2009-11-16 Sam Weinig <sam@webkit.org>
2028 Reviewed by Adele Peterson.
2030 Update Security Group Members list.
2032 * security/security-group-members.html:
2034 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2036 Reviewed by Darin Adler.
2038 Added to the WebKit Coding Style Guidelines not to use
2039 "using namespace" statements in header files.
2041 * coding/coding-style.html:
2043 2009-11-10 Oliver Hunt <oliver@apple.com>
2045 Reviewed by Maciej Stachowiak.
2047 Fix WebGL demos to work with renamed WebGL primitives
2049 * blog-files/webgl/Earth.html:
2050 * blog-files/webgl/ManyPlanetsDeep.html:
2051 * blog-files/webgl/SpinningBox.html:
2052 * blog-files/webgl/SpiritBox.html:
2053 * blog-files/webgl/TeapotPerPixel.html:
2054 * blog-files/webgl/TeapotPerVertex.html:
2055 * blog-files/webgl/WebGL+CSS.html:
2056 * blog-files/webgl/resources/CanvasMatrix.js:
2057 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2058 * blog-files/webgl/resources/utils3d.js:
2063 2009-11-06 Dirk Schulze <krit@webkit.org>
2065 Rubber stamped by Eric Seidel.
2067 Update SVG status page. We support feMorphology now.
2068 Set lightning filters to unimplemented.
2070 * projects/svg/status.xml:
2072 2009-11-06 Jeff Schiller <codedread@gmail.com>
2074 Reviewed by Darin Adler.
2076 SVG Status page update
2077 https://bugs.webkit.org/show_bug.cgi?id=31179
2079 * projects/svg/status.xml:
2081 2009-11-03 Darin Adler <darin@apple.com>
2083 Set the MIME type for all PNG files in this directory.
2085 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2086 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2087 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2088 * blog-files/acid3-100.png: Modified property svn:mime-type.
2089 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2090 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2091 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2092 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2093 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2094 * blog-files/bounce.png: Added property svn:mime-type.
2095 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2096 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2097 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2098 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2099 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2100 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2101 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2102 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2103 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2104 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2105 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2106 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2107 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2108 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2109 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2110 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2111 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2112 * blog-files/inspector/colors.png: Added property svn:mime-type.
2113 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2114 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2115 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2116 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2117 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2118 * blog-files/inspector/enable.png: Added property svn:mime-type.
2119 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2120 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2121 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2122 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2123 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2124 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2125 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2126 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2127 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2128 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2129 * blog-files/kate-circle.png: Modified property svn:mime-type.
2130 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2131 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2132 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2133 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2134 * blog-files/kate.png: Modified property svn:mime-type.
2135 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2136 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2137 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2138 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2139 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2140 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2141 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2142 * blog-files/pulse.png: Added property svn:mime-type.
2143 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2144 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2145 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2146 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2147 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2148 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2149 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2150 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2151 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2152 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2153 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2154 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2155 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2156 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2157 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2158 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2159 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2160 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2161 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2162 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2163 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2164 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2165 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2166 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2167 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2168 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2169 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2170 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2171 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2172 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2173 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2174 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2175 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2176 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2177 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2178 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2179 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2180 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2181 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2182 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2183 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2184 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2185 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2186 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2187 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2188 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2189 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2190 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2191 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2192 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2193 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2194 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2195 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2196 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2197 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2198 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2199 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2200 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2201 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2202 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2203 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2204 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2205 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2206 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2207 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2208 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2209 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2210 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2211 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2212 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2213 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2214 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2215 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2216 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2217 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2218 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2219 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2220 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2221 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2222 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2223 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2224 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2225 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2226 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2227 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2228 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2229 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2230 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2231 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2232 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2233 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2234 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2235 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2236 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2237 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2238 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2239 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2240 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2241 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2242 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2243 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2244 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2245 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2246 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2247 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2248 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2249 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2250 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2251 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2252 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2253 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2254 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2255 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2256 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2257 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2258 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2259 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2260 * images/DroseraPic.png: Modified property svn:mime-type.
2261 * misc/drosera/drosera.png: Modified property svn:mime-type.
2262 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2264 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2266 Reviewed by Timothy Hatcher.
2268 Adding images for an upcoming blog post.
2270 * blog-files/inspector/breakpoints.png: Added.
2271 * blog-files/inspector/colors.png: Added.
2272 * blog-files/inspector/cookies.png: Added.
2273 * blog-files/inspector/css_selectors.png: Added.
2274 * blog-files/inspector/css_syntax_highlight.png: Added.
2275 * blog-files/inspector/dom_storage.png: Added.
2276 * blog-files/inspector/edit_attributes.png: Added.
2277 * blog-files/inspector/enable.png: Added.
2278 * blog-files/inspector/event_listeners.png: Added.
2279 * blog-files/inspector/form_data.png: Added.
2280 * blog-files/inspector/inline_highlight.png: Added.
2281 * blog-files/inspector/inorder.png: Added.
2282 * blog-files/inspector/inspect_inspector.png: Added.
2283 * blog-files/inspector/inspect_inspector_small.png: Added.
2284 * blog-files/inspector/load_lines.png: Added.
2285 * blog-files/inspector/nodelist.png: Added.
2286 * blog-files/inspector/scope_bar.png: Added.
2287 * blog-files/inspector/watched_expression.png: Added.
2289 2009-10-26 Dan Bernstein <mitz@apple.com>
2291 Reviewed by Adele Peterson.
2295 * coding/bsd-license.html: Updated to the latest version.
2297 2009-10-22 Mark Rowe <mrowe@apple.com>
2299 Update to WordPress 2.8.5.
2303 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2305 Reviewed by Eric Seidel.
2307 Replace boolean operator indentation example with an if statement.
2309 https://bugs.webkit.org/show_bug.cgi?id=30538
2311 * coding/coding-style.html: Replace boolean indenting example to use "if"
2313 2009-10-16 Darin Adler <darin@apple.com>
2315 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2316 wording a bit in few places.
2318 2009-10-14 Evan Martin <evan@chromium.org>
2320 Reviewed by Darin Adler.
2322 Document what state the build tree is expected to be in after a patch.
2324 * coding/contributing.html:
2326 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2328 Reviewed by Eric Seidel.
2330 Change <a name> to id="" to fix styling problems
2331 https://bugs.webkit.org/show_bug.cgi?id=30283
2333 This prevents the headings from being styled like links.
2335 * coding/contributing.html:
2337 2009-10-08 Alex Milowski <alex@milowski.com>
2339 Reviewed by Darin Adler.
2341 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2343 * projects/layout/index.html:
2345 2009-10-07 Sam Weinig <sam@webkit.org>
2347 Reviewed by Dan Bernstein.
2349 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2350 Change style guidelines for indentation in header files
2352 * coding/coding-style.html: Don't indent in a namespace in a header file.
2354 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2356 Reviewed by Mark Rowe.
2358 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2360 * building/tools.html:
2362 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2364 Reviewed by Adam Barth.
2366 Diagram needs to be linked from the home page
2367 https://bugs.webkit.org/show_bug.cgi?id=30142
2369 http://webkit.org/coding/major-objects.html was never linked from the home
2374 2009-09-28 Alex Milowski <alex@milowski.com>
2376 <http://webkit.org/b/29098> Update to MathML project webpage
2378 Reviewed by David Kilzer.
2380 Updated MathML project page and added link to Wiki page.
2382 * projects/mathml/index.html:
2384 2009-09-21 Brady Eidson <beidson@apple.com>
2386 Reviewed by Darin Adler.
2388 Add coding style guidelines for 'using namespace.'
2389 https://bugs.webkit.org/show_bug.cgi?id=29499
2391 * coding/coding-style.html:
2393 2009-09-21 Brady Eidson <beidson@apple.com>
2395 Rubberstamped by Sam Weinig.
2397 Add some example files for an upcoming blog post.
2399 * blog-files/load-unload-example.html: Added.
2400 * blog-files/pageshow-pagehide-example.html: Added.
2402 2009-09-17 Eric Seidel <eric@webkit.org>
2404 Reviewed by Darin Adler.
2406 Update contributing.html to mention recently added tools.
2407 https://bugs.webkit.org/show_bug.cgi?id=29318
2409 Update our contributing instructions to mention
2410 the new tools (check-webkit-style and commit-queue)
2411 recently added to make contributions easier.
2413 * coding/contributing.html:
2414 - Mention check-webkit-style as an optional helper tool.
2415 - Mention checking the 'patch' checkbox.
2416 - Mention the commit-queue as an optional helper tool.
2417 - Remove "or in email" since patch reviews are all done via bugzilla.
2418 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2419 - Mention commit-queue as an optional help in getting your patch landed.
2420 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2422 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2424 Reviewed by Mark Rowe.
2426 Add instructions to bug reporting guidlines on how and when
2427 to apply port-specific keywords.
2429 * quality/bugwriting.html:
2431 2009-09-08 Sam Weinig <sam@webkit.org>
2433 Reviewed by Adele Peterson.
2435 Update Security Group Members list.
2437 * security/security-group-members.html:
2439 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2441 Reviewed by Eric Seidel.
2443 Drop <definition-src> support
2444 https://bugs.webkit.org/show_bug.cgi?id=28991
2446 When SVG 1.1 Second Edition is a Recommendation we can remove the
2449 * projects/svg/status.xml: Update page to state that <definition-src>
2452 2009-08-26 Mark Rowe <mrowe@apple.com>
2454 Upgrade WordPress to the latest version.
2456 * blog/wp-includes/version.php:
2457 * blog/wp-login.php:
2459 2009-08-20 Adam Barth <abarth@webkit.org>
2461 Reviewed by Eric Seidel.
2463 major-objects.html should show direct Frame <-> Document pointers
2464 https://bugs.webkit.org/show_bug.cgi?id=28479
2466 * coding/major-objects.html: Added pointers to diagram.
2468 2009-08-18 Anton Muhin <antonm@chromium.org>
2470 Reviewed by Adam Barth.
2472 Mention handy --bug flag of prepare-ChangeLog script.
2473 https://bugs.webkit.org/show_bug.cgi?id=28425
2475 * coding/contributing.html: Add a reference for --bug flag
2477 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2479 Reviewed by Adam Barth.
2481 Better explanation of "Null after navigation" in object diagram
2482 https://bugs.webkit.org/show_bug.cgi?id=28232
2484 * coding/major-objects.html:
2486 2009-08-11 Adam Barth <abarth@webkit.org>
2490 Remove a few characters from the ASCII art to make it fit better in the
2493 * coding/major-objects.html:
2495 2009-08-11 Adam Barth <abarth@webkit.org>
2497 Reviewed by Oliver Hunt.
2499 Document relation between major objects in WebCore
2500 https://bugs.webkit.org/show_bug.cgi?id=28210
2502 Added a diagram showing the relation between major objects.
2504 * coding/major-objects.html: Added.
2506 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2508 Reviewed by Oliver Hunt.
2510 Fix webkit-jobs link
2514 2009-08-03 Mark Rowe <mrowe@apple.com>
2516 Update two WordPress plug-ins that we use.
2518 * blog/wp-content/plugins/akismet/akismet.php:
2519 * blog/wp-content/plugins/akismet/readme.txt:
2520 * blog/wp-content/plugins/commentcontrol.php:
2522 2009-08-03 Mark Rowe <mrowe@apple.com>
2524 Add some missing files and delete some obsolete files.
2528 2009-08-03 Mark Rowe <mrowe@apple.com>
2530 Update WordPress to the latest version.
2534 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2536 Reviewed by Adam Treat.
2538 Mention the new webkit-help and webkit-jobs mailinglist. Change
2539 the description of webkit-dev to be more strict.
2543 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2545 Reviewed by Adam Treat.
2547 Coding style - Clarify some cases with spacing
2548 https://bugs.webkit.org/show_bug.cgi?id=27499
2550 Add explicit rule about no space before comma or semicolon.
2552 * coding/coding-style.html:
2554 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2556 Fix the font to match the rest of the blog site.
2558 * blog-files/3d-transforms/image-flip.html:
2560 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2562 Move the image flip effect into an iframe to avoid the long
2563 blog page tripping a bug on Leopard.
2565 * blog-files/3d-transforms/image-flip.html: Added.
2567 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2569 New demo files for an up-coming blog post.
2571 * blog-files/3d-transforms/mighty-cubes.png: Added.
2572 * blog-files/3d-transforms/morphing-cubes.html: Added.
2573 * blog-files/3d-transforms/perspective-by-example.html: Added.
2574 * blog-files/3d-transforms/poster-circle.html: Added.
2575 * blog-files/3d-transforms/poster-circle.png: Added.
2576 * blog-files/3d-transforms/transform-style.html: Added.
2578 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2580 Reviewed by Sam Weinig.
2582 Side bar linking to "DOM Interfaces" returns 404
2583 https://bugs.webkit.org/show_bug.cgi?id=24000
2587 2009-07-09 Oliver Hunt <oliver@apple.com>
2589 Reviewed by Geoff Garen.
2591 JavaScript section of http://webkit.org is excessively out of date.
2593 This removes old todo entries (like adding an API, which we've had since Leopard),
2594 and adds an additional todo for a webkit-less Objective-C API.
2596 * projects/javascript/index.html:
2598 2009-07-03 Adam Barth <abarth@webkit.org>
2600 Reviewed by Sam Weinig.
2602 Adam and Collin's affiliation is incorrect
2603 https://bugs.webkit.org/show_bug.cgi?id=26954
2605 This change corrects their affiliation.
2607 * security/security-group-members.html:
2609 2009-06-24 Brady Eidson <beidson@apple.com>
2611 Reviewed by Mark Rowe
2613 * demos/index.html: Fix more typos etc.
2615 2009-06-17 Sam Weinig <sam@webkit.org>
2617 Reviewed by Mark Rowe.
2619 * security/index.html: Fix some typos.
2621 2009-06-17 Sam Weinig <sam@webkit.org>
2623 Reviewed by Mark Rowe.
2625 Move security policy to security/index.html so that
2626 webkit.org/security/ works.
2629 * security/index.html: Copied from security/security-policy.html.
2630 * security/security-policy.html: Removed.
2632 2009-06-13 Sam Weinig <sam@webkit.org>
2634 Reviewed by Timothy Hatcher.
2636 Add WebKit Security Policy and member list of the WebKit Security Group.
2640 * security/security-group-members.html: Added.
2641 * security/security-policy.html: Added.
2643 2009-06-12 Brady Eidson <beidson@apple.com>
2645 Reviewed by Oliver Hunt
2647 Add a page indexing the various demo applications we have posted.
2649 * demos/index.html: Added.
2650 * nav.inc: Add a link to the demos page on the side bar
2651 * css/main.css: Add a style for date stamps based on the blog.
2653 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2654 index.html as the Calendar.html url has already been published and we should keep it working.
2656 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2657 * demos/drosera: Removed.
2658 * demos/drosera/demo.js: Removed.
2659 * demos/drosera/drosera.png: Removed.
2660 * demos/drosera/index.html: Removed.
2661 * misc/drosera: Copied from demos/drosera.
2663 Move the sticky notes example into /demos:
2664 * demos/sticky-notes: Added.
2665 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2666 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2667 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2668 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2669 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2670 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2671 * misc/DatabaseExample.manifest: Removed.
2672 * misc/deleteButton.png: Removed.
2673 * misc/deleteButtonPressed.png: Removed.
2675 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2677 Reviewed by Eric Seidel.
2679 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2680 Update a few items in the testing language to:
2681 (1) Reflect results are now generated with Leopard (not Tiger)
2682 (2) Explain how to generate pixel-level layout tests.
2684 * quality/testing.html:
2685 * quality/testwriting.html:
2687 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2689 Bug 26188: Clarify some of the cases in the coding style guide
2691 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2693 Reviewed and tweaked by David Kilzer.
2695 Changed the coding style document to clarify some cases of ambiguity.
2697 * coding/coding-style.html:
2699 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2701 Not reviewed, demo content.
2703 - Add doctype to Calendar demo.
2705 * demos/calendar/Calendar.html:
2707 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2709 Not reviewed, demo content.
2711 - add Calendar demo.
2713 * demos/calendar: Added.
2714 * demos/calendar/Boom.aiff: Added.
2715 * demos/calendar/Calendar.css: Added.
2716 * demos/calendar/Calendar.html: Added.
2717 * demos/calendar/Calendar.js: Added.
2718 * demos/calendar/Calendar.manifest: Added.
2719 * demos/calendar/CalendarApp.icns: Added.
2720 * demos/calendar/Images: Added.
2721 * demos/calendar/Images/AirPort4.png: Added.
2722 * demos/calendar/Images/AirPortError.png: Added.
2723 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2724 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2725 * demos/calendar/Images/statusbarBackground.png: Added.
2726 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2727 * demos/calendar/LocationImage.js: Added.
2728 * demos/calendar/Utilities.js: Added.
2729 * demos/calendar/favicon.ico: Added.
2730 * demos/calendar/mime.types: Added.
2732 2009-05-20 Mark Rowe <mrowe@apple.com>
2734 Rubber-stamped by Eric Seidel.
2736 Prevent search engines from getting creative in their descriptions of webkit.org content.
2738 * blog/wp-content/themes/webkit/header.php:
2741 2009-05-06 Eric Seidel <eric@webkit.org>
2743 Reviewed by Maciej Stachowiak.
2745 Update Contributing instructions after feedback from Julie Parent.
2746 https://bugs.webkit.org/show_bug.cgi?id=25611
2748 * coding/contributing.html: Add a few more comments on ChangeLogs
2750 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2752 Reviewed by Steve Falkenburg
2754 Fix the link for setting the Platform SDK paths in the Windows instructions.
2756 * building/build.html:
2758 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2760 Reviewed by Darin Adler.
2762 https://bugs.webkit.org/show_bug.cgi?id=25186
2763 There is no XSLT component in bugzilla
2765 * projects/xslt/index.html: Changed to search by bug title.
2767 2009-02-20 David Kilzer <ddkilzer@apple.com>
2769 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2771 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2773 Reviewed by Alexey Proskuryakov.
2775 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2776 * perf/sunspider-0.9/3d-morph.html: Ditto.
2777 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2778 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2779 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2780 * perf/sunspider-0.9/access-nbody.html: Ditto.
2781 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2782 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2783 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2784 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2785 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2786 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2787 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2788 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2789 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2790 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2791 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2792 * perf/sunspider-0.9/math-cordic.html: Ditto.
2793 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2794 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2795 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2796 * perf/sunspider-0.9/string-base64.html: Ditto.
2797 * perf/sunspider-0.9/string-fasta.html: Ditto.
2798 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2799 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2800 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2801 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2802 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2803 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2805 2009-01-19 Adam Roben <aroben@apple.com>
2807 Add links to some recommended Visual Studio hotfixes
2809 Reviewed by Dave Hyatt.
2811 * building/tools.html:
2813 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2815 Reviewed by Adele Petersen.
2816 Landed by Pamela Greene.
2818 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2819 Remove links to no-longer-existing Drosera project.
2820 Also, clean up references to wiki in the nav.inc file.
2822 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2824 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2826 Reviewed by Darin Adler.
2827 Landed by Pamela Greene.
2829 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2830 Update website so that newbies are told they must set the
2831 WebKitOutputDir to get a valid build.
2833 * building/build.html: Add language (and link) indicating the
2834 importance of setting the WebKitOutputDir variable, as well
2835 as a link to instructions on how to do so.
2837 2008-12-19 Dean Jackson <dino@apple.com>
2839 Media queries that return <integer> but are really boolean
2840 are restricted to 0 and 1. This is in line with other
2843 * specs/MediaQueriesExtensions.html:
2845 2008-12-03 Dean Jackson <dino@apple.com>
2847 Added links to the WebKit and Mozilla bugs for pointer-events.
2849 * specs/PointerEventsProperty.html:
2851 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2853 Reviewed by Eric Seidel.
2855 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2856 https://bugs.webkit.org/show_bug.cgi?id=22468
2858 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2859 added an explanation about the implementation files.
2861 * coding/coding-style.html:
2863 2008-11-25 Dean Jackson <dino@apple.com>
2865 Add a new work-in-progress proposal for pointer-events in
2866 HTML content. Also note that the Media Queries extensions
2867 are not at all official.
2869 * specs/MediaQueriesExtensions.html:
2870 * specs/PointerEventsProperty.html: Added.
2873 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2875 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2877 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2879 Reviewed by David Kilzer.
2881 * projects/documentation/index.html: Added link to "Introduction to
2882 WebKit Objective-C Programming Guide".
2884 2008-11-24 Dean Jackson <dino@apple.com>
2886 Document the work-in-progress proposed extensions to
2887 CSS 3 Media Queries.
2889 * specs/MediaQueriesExtensions.html: Added.
2892 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2894 Reviewed by Sam Weinig and Antti Koivisto.
2896 Clarified the last coding style rule, which was a baffling in its
2899 (Now let's see if our code ever starts following this rule!)
2901 * coding/coding-style.html:
2903 2008-11-17 Brady Eidson <beidson@apple.com>
2905 Reviewed by Mark Rowe
2907 Clarify an edge case for acronym capitalization.
2909 * coding/coding-style.html:
2911 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2913 Update leaves animation sample.
2915 * blog-files/leaves/index.html:
2916 * blog-files/leaves/leaves.css:
2918 2008-11-11 Dean Jackson <dino@apple.com>
2920 Removed quotes in animation name value.
2922 * blog-files/pulse.html:
2924 2008-11-11 Dean Jackson <dino@apple.com>
2926 Added a smaller version of a screenshot.
2928 * blog-files/leaves-screenshot-small.jpg: Added.
2930 2008-11-11 Dean Jackson <dino@apple.com>
2932 Add a bunch of examples for CSS Animation blog draft.
2934 * blog-files/bounce.html: Added.
2935 * blog-files/bounce.png: Added.
2936 * blog-files/leaves-screenshot.jpg: Added.
2937 * blog-files/leaves/images/apple-touch-icon.png: Added.
2938 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2939 * blog-files/leaves/images/realLeaf1.png: Added.
2940 * blog-files/leaves/images/realLeaf2.png: Added.
2941 * blog-files/leaves/images/realLeaf3.png: Added.
2942 * blog-files/leaves/images/realLeaf4.png: Added.
2943 * blog-files/leaves/images/textBackground.png: Added.
2944 * blog-files/leaves/index.html: Added.
2945 * blog-files/leaves/leaves.css: Added.
2946 * blog-files/leaves/leaves.js: Added.
2947 * blog-files/pulse.html: Added.
2948 * blog-files/pulse.png: Added.
2950 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2952 Rubber-stamped by Mark Rowe.
2954 Update the link to Mac Subversion binaries.
2956 * building/tools.html:
2958 2008-10-27 Antti Koivisto <antti@apple.com>
2962 * blog-files/squirrelfish-link-animated.svg: Added.
2964 2008-10-27 Antti Koivisto <antti@apple.com>
2968 * blog-files/cubes-7.svg: Added.
2969 * blog-files/number-morph.svg: Added.
2971 2008-10-07 Darin Adler <darin@apple.com>
2973 * coding/RefPtr.html: Second draft.
2975 2008-10-04 Mark Rowe <mrowe@apple.com>
2977 Upgrade to WordPress 2.6.2.
2981 2008-09-26 Timothy Hatcher <timothy@apple.com>
2983 Add screenshots of searching in the Web Inspector.
2987 * blog-files/inspector-searching-elements.png: Added.
2988 * blog-files/inspector-searching-profiles.png: Added.
2990 2008-09-25 Maciej Stachowiak <mjs@apple.com>
2994 - add some screenshots.
2996 * blog-files/acid3-screenshot.png: Added.
2997 * blog-files/acid3-timing-screenshot.png: Added.
2999 2008-09-25 Darin Adler <darin@apple.com>
3001 * contact.html: Take a cut at making the role of webkitsdk-dev
3002 clearer, specifying that it's Mac OS X specific and hosted at
3005 2008-09-24 Timothy Hatcher <timothy@apple.com>
3007 Add new screenshots of the Web Inspector's Scope Variables pane.
3011 * blog-files/inspector-closure-scope.png: Added.
3012 * blog-files/inspector-event-scope.png: Added.
3013 * blog-files/inspector-with-scope.png: Added.
3015 2008-09-24 Timothy Hatcher <timothy@apple.com>
3017 Add another screenshot of the Web Inspector.
3021 * blog-files/inspector-disabling-properties.png: Added.
3023 2008-09-24 Timothy Hatcher <timothy@apple.com>
3025 Add new screenshots of the Web Inspector.
3029 * blog-files/inspector-console-autocomplete.png: Added.
3030 * blog-files/inspector-databases-panel-query-view.png: Added.
3031 * blog-files/inspector-databases-panel.png: Added.
3032 * blog-files/inspector-elements-panel.png: Added.
3033 * blog-files/inspector-numeric-style-stepping.gif: Added.
3034 * blog-files/inspector-profiles-panel.png: Added.
3035 * blog-files/inspector-resources-panel.png: Added.
3036 * blog-files/inspector-scripts-panel.png: Added.
3037 * blog-files/inspector-status-bar-with-errors.png: Added.
3038 * blog-files/inspector-toolbar.png: Added.
3040 2008-09-24 Timothy Hatcher <timothy@apple.com>
3044 * demos/drosera/demo.js: Add some console.profile() calls.
3046 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3048 Reviewed by Darin Adler.
3050 * projects/performance/index.html: Remove dead link to the 24fun test.
3052 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3056 * blog-files/animation-demo.svg: Added.
3058 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3062 * blog-files/sfx-perf.png: Added.
3064 2008-08-25 Mark Rowe <mrowe@apple.com>
3066 Reviewed by Dan Bernstein.
3068 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3070 * quality/bugwriting.html:
3072 2008-08-18 Mark Rowe <mrowe@apple.com>
3074 Upgrade to WordPress 2.6.1.
3078 2008-08-01 Adam Roben <aroben@apple.com>
3080 Add a link to the instructions to use Apple's Safari for Windows
3083 Reviewed by Eric Seidel.
3085 * building/debug.html:
3087 2008-07-28 Robert Blaut <webkit@blaut.biz>
3089 Reviewed by Mark Rowe.
3091 Fix for bug: Website provides no guidance on debugging
3092 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3094 * building/debug.html: added info about Xcode Debugging Guide.
3096 2008-07-26 Mark Rowe <mrowe@apple.com>
3098 Rubber-stamped by Oliver Hunt.
3100 Update the Squirrelfish bytecode documentation.
3102 * specs/squirrelfish-bytecode.html:
3104 2008-07-26 Robert Blaut <webkit@blaut.biz>
3106 Reviewed by Eric Seidel.
3108 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3109 Corrected validation errors in main.css file.
3113 2008-07-26 Robert Blaut <webkit@blaut.biz>
3115 Reviewed by Alexey Proskuryakov.
3117 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3118 Added notes about unsupported Visual Studio versions.
3120 * building/tools.html:
3122 2008-07-26 Robert Blaut <webkit@blaut.biz>
3124 Reviewed by Eric Seidel.
3126 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3127 Removed basic requirements for undetected version of WebKit.
3129 * quality/reporting.html:
3131 2008-07-26 Robert Blaut <webkit@blaut.biz>
3133 Reviewed by Adele Petersen.
3135 Fix for bug 7436: Truncated title on webkit DOM page.
3136 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3138 * projects/dom/index.html: Added basic project informations.
3140 2008-07-24 Adam Roben <aroben@apple.com>
3142 Remove some redundant text accidentally checked in
3144 * building/tools.html:
3146 2008-07-24 Adam Roben <aroben@apple.com>
3148 Fix a dead link to the Windows Platform SDK and related instructions
3150 Rubberstamped by Alexey Proskuryakov.
3152 * building/tools.html: Fixed a dead link.
3154 2008-07-21 Mark Rowe <mrowe@apple.com>
3156 Update Akismet plugin to 2.1.6.
3158 * blog/wp-content/plugins/akismet/akismet.php:
3160 2008-07-21 Mark Rowe <mrowe@apple.com>
3162 Update to WordPress 2.6.
3166 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3168 Fixed indentation of example code for C++ pointers/references!
3170 * coding/coding-style.html:
3172 2008-07-18 Robert Blaut <webkit@blaut.biz>
3174 Reviewed by David Kilzer.
3176 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3177 Added code style guidelines for multi-line boolean expressions
3179 * coding/coding-style.html:
3181 2008-07-02 Mark Rowe <mrowe@apple.com>
3183 Update a URL that was out of date.
3185 * building/checkout.html:
3187 2008-07-01 Mark Rowe <mrowe@apple.com>
3189 Update the path to the configuration file.
3191 * blog/wp-config.php:
3193 2008-06-27 Dan Bernstein <mitz@apple.com>
3195 Reviewed by Timothy Hatcher.
3197 * css/main.css: Reduced text shadow offsets.
3199 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3201 Not reviewed, web site fix.
3203 Remove blank lines in an attempt to fix feeds.
3205 * blog/wp-content/themes/webkit/index.php:
3206 * blog/wp-content/themes/webkit/links.php:
3208 2008-06-22 Aaron Digulla <digulla@hepe.com>
3210 Reviewed by Darin Adler.
3212 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3213 Bug 18993: Update of buttons in editing toolbar demo lags behind
3215 * demos/editingToolbar/FancyToolbar.js:
3216 * demos/editingToolbar/index.html:
3218 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3220 A handy reference image.
3222 * blog-files/acid3-timing.png: Added.
3224 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3228 - tweak newly added markup.
3230 * blog/wp-content/themes/webkit/header.php:
3232 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3234 Rubber stamped by Adele.
3236 - add short title and multisize icon
3238 * blog/wp-content/themes/webkit/header.php:
3239 * images/surfin-safari.icns: Added.
3241 2008-06-04 Dean Jackson <dino@apple.com>
3243 Put index pages into specs dirs to make it easier to
3246 * specs/index.html: Added.
3247 * specs/CSSVisualEffects/index.html: Added.
3249 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3251 Add a snapshot of the squirrelfish bytecode docs.
3253 * specs/squirrelfish-bytecode.html: Added.
3255 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3257 Transparent background!
3259 * blog-files/squirrelfish.png:
3261 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3265 * blog-files/squirrelfish-webkit-graph.png:
3267 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3269 Renamed this file quiet down the peanut gallery.
3271 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3272 * blog-files/webkit-graph.png: Removed.
3274 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3278 * blog-files/webkit-graph.png: Added.
3280 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3282 Moved the squirrelfish mascot to the right place.
3284 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3285 * images/squirrelfish.png: Removed.
3287 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3289 Uploaded the squirrelfish mascot.
3291 * images/squirrelfish.png: Added.
3293 2008-05-23 William Siegrist <wsiegrist@apple.com>
3295 Reviewed by Mark Rowe
3297 Rename duplicated "notice" id to "terms".
3302 2008-05-16 Anders Carlsson <andersca@apple.com>
3306 Add manifest MIME type.
3310 2008-05-14 Anders Carlsson <andersca@apple.com>
3314 Make our Sticky notes example an offline web app.
3316 * misc/DatabaseExample.html:
3317 * misc/DatabaseExample.manifest: Added.
3319 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3321 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3323 * demos/transitions-and-transforms/index.html:
3325 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3327 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3329 * demos/transitions-and-transforms/index.html:
3331 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3333 Tweaked demo visuals slightly.
3335 * demos/transitions-and-transforms/leopard.css:
3337 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3339 Tweak CSS to look a little better while loading.
3341 * demos/transitions-and-transforms/leopard.css:
3343 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3345 Not reviewed - new demo.
3347 Added a demo of CSS Transforms and Transitions.
3349 * demos/transitions-and-transforms: Added.
3350 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3351 * demos/transitions-and-transforms/Horsehead.png: Added.
3352 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3353 * demos/transitions-and-transforms/Quick Look.png: Added.
3354 * demos/transitions-and-transforms/Spaces.png: Added.
3355 * demos/transitions-and-transforms/Stacks.png: Added.
3356 * demos/transitions-and-transforms/Time Machine.png: Added.
3357 * demos/transitions-and-transforms/index.html: Added.
3358 * demos/transitions-and-transforms/leopard.css: Added.
3359 * demos/transitions-and-transforms/no-style.html: Added.
3361 2008-05-08 Mark Rowe <mrowe@apple.com>
3363 Reviewed by Sam Weinig.
3365 Add a link to the Mac OS Forge terms of use.
3369 2008-04-25 Mark Rowe <mrowe@apple.com>
3371 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3375 2008-04-21 Dean Jackson <dino@apple.com>
3377 Updated CSS Visual Effects proposals.
3381 * described simplified sandwich model (that animations have no effect
3382 outside their duration and last specified animation wins)
3383 * diagram showing the above
3384 * specified animations to start at style resolution or document load,
3386 * animation start events always have elapsedTime == 0
3390 * removed text saying that elements cannot be drawn as intersecting.
3391 * described that preserve-3d trees often need a flattening parent, otherwise
3392 elements can be hidden behind their ancestor's background.
3393 * describe that preserve-3d is not always possible, such as when
3394 overflow is 'hidden'.
3400 * specs/CSSVisualEffects/CSSAnimation.html:
3401 * specs/CSSVisualEffects/CSSTransforms.html:
3402 * specs/CSSVisualEffects/CSSTransitions.html:
3403 * specs/CSSVisualEffects/sandwich.png: Added.
3405 2008-04-08 Dean Jackson <dino@apple.com>
3407 Add some updated proposals for CSS specifications, such as
3408 Transforms and Transitions which are already implemented in TOT.
3410 * specs/CSSVisualEffects: Added.
3411 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3412 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3413 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3415 2008-03-31 Mark Rowe <mrowe@apple.com>
3417 Add some images that were missed in the WordPress 2.5 upgrade.
3421 2008-03-31 Mark Rowe <mrowe@apple.com>
3423 Upgrade to WordPress 2.5
3427 2008-03-28 Darin Adler <darin@apple.com>
3429 * building/build.html: Add another mention of using the Cygwin shell.
3430 * building/tools.html: Fix a typo on the name Cygwin.
3432 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3434 More screenshots for the blog.
3436 * blog-files/acid3-full-rendering-pass.png: Added.
3437 * blog-files/acid3-rendering-reference.png: Added.
3439 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3441 Screenshot for blog post.
3443 * blog-files/acid3-100.png: Added.
3445 2008-03-23 Antti Koivisto <antti@apple.com>
3447 * blog-files/wsj-vs.png: Added.
3449 2008-03-23 Eric Seidel <eric@webkit.org>
3453 Make our SVG status document slightly less inaccurate.
3455 * projects/svg/status.xml:
3457 2008-03-21 Antti Koivisto <antti@apple.com>
3459 Add some images for a blog post.
3461 * blog-files/wsj-nopreload.png: Added.
3462 * blog-files/wsj-preload.png: Added.
3464 2008-03-17 Dan Bernstein <mitz@apple.com>
3466 Reviewed by Sam Weinig.
3468 - link "backtrace" to the page that explains how to get one
3470 * quality/bugwriting.html:
3472 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3474 Rubber-stamped by Mitz.
3476 Update crash log page with instructions for Leopard.
3478 * quality/crashlogs.html:
3480 2008-03-11 Robert Blaut <webkit@blaut.biz>
3482 Reviewed by Darin Adler.
3484 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3485 Patch deletes an obsolete hitlist.html page and other references to it
3487 * nav.inc: removed menu link to hitlist.html
3488 * projects/compat/hitlist.html: Removed.
3489 * projects/compat/index.html: removed reference to hitlist.html
3491 2008-03-06 Timothy Hatcher <timothy@apple.com>
3493 Rubber-stamped by Adam Roben.
3495 Add a simple page that has various demo functions for Drosera.
3497 * demos/drosera: Added.
3498 * demos/drosera/demo.js: Added.
3499 * demos/drosera/drosera.png: Added.
3500 * demos/drosera/index.html: Added.
3502 2008-03-04 Mark Rowe <mrowe@apple.com>
3504 Rubber-stamped by Brady Eidson.
3506 * building/tools.html: Update link to Windows Platform SDK to its new location.
3508 2008-03-04 Mark Rowe <mrowe@apple.com>
3510 Reviewed by Sam Weinig.
3512 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3514 * coding/coding-style.html:
3516 2008-02-08 Adam Roben <aroben@apple.com>
3518 * perf/slickspeed/config.ini: Fixed version number.
3520 2008-02-08 Adam Roben <aroben@apple.com>
3522 Update jQuery to v1.2.3
3524 Rubberstamped by Mitz.
3526 * perf/slickspeed/config.ini:
3527 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3529 2008-02-07 David Smith <catfish.man@gmail.com>
3531 Rubber stamped by weinig and bdash.
3532 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3534 * perf/slickspeed/frameworks/prototype.js:
3536 2008-02-07 David Smith <catfish.man@gmail.com>
3538 Rubber stamped by Mark Rowe
3539 Fix a duplicate selector in the test.
3541 * perf/slickspeed/selectors.list:
3543 2008-02-07 David Smith <catfish.man@gmail.com>
3545 Reviewed by Adam Roben.
3546 Added :nth-child and :last-child to the list of selectors to test.
3548 * perf/slickspeed/selectors.list:
3550 2008-02-05 Mark Rowe <mrowe@apple.com>
3552 Update WordPress to 2.3.3 which includes security fixes.
3554 * blog/wp-admin/install-helper.php:
3555 * blog/wp-includes/gettext.php:
3556 * blog/wp-includes/pluggable.php:
3557 * blog/wp-includes/version.php:
3560 2008-02-02 David Smith <catfish.man@gmail.com>
3564 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3565 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3567 * perf/slickspeed/header.html: Typo fix, and updated the note to clarify that WebKit is no longer the only implementation causing us to leave some selectors disabled.
3568 * perf/slickspeed/selectors.list: Added the new selectors
3570 2008-02-02 Mark Rowe <mrowe@apple.com>
3572 Add WordPress plugin to give more control over blog comment settings.
3574 * blog/wp-content/plugins/commentcontrol.php: Added.
3576 2008-01-30 Jessica Kahn <jess@apple.com>
3578 Reviewed by Tim Hatcher.
3580 * coding/coding-style.html:
3581 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3583 2008-01-21 David Smith <catfish.man@gmail.com>
3585 Reviewed by Darin Adler.
3587 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3589 * perf/slickspeed: Added.
3590 * perf/slickspeed/config.ini: Added.
3591 * perf/slickspeed/footer.html: Added.
3592 * perf/slickspeed/frameworks: Added.
3593 * perf/slickspeed/frameworks/DomQuery.js: Added.
3594 * perf/slickspeed/frameworks/dummy.js: Added.
3595 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3596 * perf/slickspeed/frameworks/prototype.js: Added.
3597 * perf/slickspeed/header.html: Added.
3598 * perf/slickspeed/index.php: Added.