1 2013-10-08 Geoffrey Garen <ggaren@apple.com>
3 Refined power management in SunSpider 1.0.2
4 https://bugs.webkit.org/show_bug.cgi?id=122525
6 Reviewed by Gavin Barraclough.
8 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
10 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
11 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
12 * perf/sunspider-1.0.2/sunspider.css:
16 2013-10-02 Geoffrey Garen <ggaren@apple.com>
18 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
20 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
21 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
23 2013-09-26 Geoffrey Garen <ggaren@apple.com>
25 Fixed a version number string in SunSpider 1.0.2
26 https://bugs.webkit.org/show_bug.cgi?id=122004
28 Reviewed by Gavin Barraclough.
30 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
32 2013-09-26 Geoffrey Garen <ggaren@apple.com>
34 Tentative SunSpider 1.0.2
35 https://bugs.webkit.org/show_bug.cgi?id=122002
37 Reviewed by Gavin Barraclough.
39 See comments in PerformanceTests/SunSpider.
41 * perf/sunspider-1.0.2: Added.
43 2013-09-20 Mark Rowe <mrowe@apple.com>
45 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
47 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
49 Reviewed by David Kilzer.
51 * building/debug-mac-uiprocess.html:
52 * building/tools.html:
54 2013-09-19 Dan Bernstein <mitz@apple.com>
56 Add a style guideline regarding spacing in range-based for loops
57 https://bugs.webkit.org/show_bug.cgi?id=121620
59 Reviewed by Anders Carlsson.
61 * coding/coding-style.html: Added the guideline that spaces should be placed
62 around the colon in a range-based for loop.
64 2013-09-10 Beth Dakin <bdakin@apple.com>
66 Adding another screenshot for a potential blog post.
68 * blog-files/regions/unstyled-article.png: Added.
70 2013-09-09 Roger Fong <roger_fong@apple.com>
72 Update build instructions for Apple Windows port to include cygwin php install steps.
74 * building/tools.html:
76 2013-09-04 Beth Dakin <bdakin@apple.com>
78 Fixing a typo in demo files and screenshot.
80 * blog-files/regions/pizza-is-amazing.png: Replaced.
81 * demos/regions/pizza-regions-manifesto-regionstyling.html:
82 * demos/regions/pizza-regions-manifesto.html:
84 2013-09-04 Beth Dakin <bdakin@apple.com>
86 Upload demo and images for a potential blog post.
88 * blog-files/regions: Added.
89 * blog-files/regions/pizza-is-amazing.png: Added.
90 * demos/regions: Added.
91 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
92 * demos/regions/pizza-regions-manifesto.html: Added.
93 * demos/regions/yellow-pizza.jpg: Added.
95 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
97 Fix the recommended testing platform on the website
99 Rubberstamped by Enrica Casucci.
101 * quality/testing.html:
103 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
105 Fix webkit.org content overflowing their content box
107 Rubberstamped by Simon Fraser.
109 More fixes to have webkit.org show properly on iPad and iPhone.
111 * blog/wp-content/themes/webkit/header.php:
112 Add the correct viewport width for the blog.
114 * building/debug.html:
115 * building/launch-debugger-vs2010-small.png: Added.
116 * building/set-debugging-properties-vs2010-small.png: Added.
117 Fix the images to make them fit in the page.
119 * coding/adding-features.html:
120 Using <pre> for the example of email just make it looks like our code examples.
121 Change the source to use <blockquote> so that the text can reflow to the content box.
123 (.code, pre, tt, code):
124 Scroll the content when it overflows the box for code and pre.
126 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
128 Give a smaller viewport to webkit.org on devices
130 Rubberstamped by Simon Fraser.
132 The CSS of WebKit.org layout the content on 615px + a right margin of
133 215px + a left margin of 20px. The total layout width is 850px.
135 The standard viewport size on mobile devices is 980px. This leaves a gap
136 on the right side of the content when opening the size on iPhone/iPad.
138 This patch changes the layout width to be 860 to display more content on devices
139 while keeping a little margin.
143 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
145 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
146 https://bugs.webkit.org/show_bug.cgi?id=117993
148 Reviewed by George Staikos.
150 * perf/sunspider-1.0.1/json2.js: Added.
151 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
152 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
153 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
154 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
155 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
156 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
157 * perf/sunspider-1.0.1/sunspider.css: Added.
158 * perf/sunspider-1.0.1/sunspider.html: Added.
159 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
160 * perf/sunspider/versions.html: Updated to version 1.0.1.
162 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
164 Update the images for the blog size-matters
166 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
167 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
168 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
170 2013-08-05 Dean Jackson <dino@apple.com>
172 Move previous commit into /demos.
174 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
175 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
176 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
177 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
179 2013-08-05 Dean Jackson <dino@apple.com>
181 Upload example for a blog post.
183 * blog-files/srcset/image-1x.png: Added.
184 * blog-files/srcset/image-2x.png: Added.
185 * blog-files/srcset/image-src.png: Added.
186 * blog-files/srcset/index.html: Added.
188 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
190 Upload images for a potential blog post
192 * blog-files/size-matters: Added.
193 * blog-files/size-matters/JavaScript-growth.png: Added.
194 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
195 * blog-files/size-matters/WebCore-growth.png: Added.
196 * blog-files/size-matters/WebKit-growth.png: Added.
198 2013-07-14 Kwang Yul Seo <skyul@company100.net>
200 Add Company100 to team.html
201 https://bugs.webkit.org/show_bug.cgi?id=118633
203 Reviewed by Andreas Kling.
207 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
209 Add 'partner.samsung.com' to domain affiliations
210 https://bugs.webkit.org/show_bug.cgi?id=118580
212 Reviewed by Antonio Gomes.
216 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
218 Add screenshot of the inspector color picker for the blog
220 * blog-files/last-week-in-webkit: Added.
221 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
223 2013-06-27 Roger Fong <roger_fong@apple.com>
225 Update required tools for Windows instructions.
227 * building/tools.html:
229 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
231 The page title of technical-articles.html is incorrect.
232 https://bugs.webkit.org/show_bug.cgi?id=117727
234 Reviewed by Ryosuke Niwa.
236 Changed the page title of technical-articles.html to "WebKit Technical Articles".
238 * coding/technical-articles.html:
240 2013-06-14 Timothy Hatcher <timothy@apple.com>
242 Shrink larger images to fit the width of the blog.
244 * blog-files/new-inspector/hero-labeled.png:
245 * blog-files/new-inspector/hero.png:
247 2013-06-12 Roger Fong <roger_fong@apple.com>
249 Update webkit.org build instructions for Apple Windows port.
250 https://bugs.webkit.org/show_bug.cgi?id=117563.
252 Reviewed by Brent Fulgham.
254 * building/build.html:
255 * building/debug.html:
256 * building/launch-debugger-vs2005.png: Removed.
257 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
258 * building/set-as-startup-project-vs2005.png: Removed.
259 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
260 * building/set-debugging-properties-vs2005.png: Removed.
261 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
262 * building/tools.html:
264 2013-06-12 Timothy Hatcher <timothy@apple.com>
266 Add new Web Inspector images for a blog post.
268 * blog-files/new-inspector/activity-viewer.png: Added.
269 * blog-files/new-inspector/codemirror.png: Added.
270 * blog-files/new-inspector/console.png: Added.
271 * blog-files/new-inspector/hero-labeled.png: Added.
272 * blog-files/new-inspector/hero.png: Added.
273 * blog-files/new-inspector/layer-borders.png: Added.
274 * blog-files/new-inspector/layers.png: Added.
275 * blog-files/new-inspector/navigation-bar.png: Added.
276 * blog-files/new-inspector/open-sign.png: Added.
277 * blog-files/new-inspector/reasons.png: Added.
278 * blog-files/new-inspector/save.png: Added.
279 * blog-files/new-inspector/source-map.png: Added.
280 * blog-files/new-inspector/styles.png: Added.
281 * blog-files/new-inspector/toolbar-context-menu.png: Added.
282 * blog-files/new-inspector/toolbar-docked.png: Added.
283 * blog-files/new-inspector/toolbar.png: Added.
285 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
287 Broken link to committers list on contributing web page
288 https://bugs.webkit.org/show_bug.cgi?id=116722
290 Reviewed by Andreas Kling.
292 * coding/contributing.html:
293 Changed broken link to point to the team page instead.
295 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
297 Make team.html have each contributor's area of expertise
298 https://bugs.webkit.org/show_bug.cgi?id=116737
300 Reviewed by Benjamin Poulain.
303 Update to use the new expertise field in contributors.json.
305 2013-04-30 Filip Pizlo <fpizlo@apple.com>
307 Release SunSpider 1.0
309 Rubber stamped by Maciej Stachowiak.
311 * perf/sunspider-1.0: Added.
312 * perf/sunspider-1.0/json2.js: Added.
314 * perf/sunspider-1.0/sunspider-1.0: Added.
315 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
316 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
317 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
318 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
319 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
332 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
333 (.computeItemTotals):
336 (.standardDeviation):
341 (.computeLabelWidth):
346 (sunspiderCompareResults):
347 * perf/sunspider-1.0/sunspider.css: Added.
356 * perf/sunspider-1.0/sunspider.html: Added.
357 * perf/sunspider/sunspider.html:
358 * perf/sunspider/versions.html: Added.
360 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
362 Update team.html to use contributors.json instead of committers.py
363 https://bugs.webkit.org/show_bug.cgi?id=114720
365 Reviewed by Ryosuke Niwa.
367 Updating the team.html to use contributors.json. Also removing the unused field 'area'
368 from the contributors information.
372 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
374 The list of contributors in committers.py should be a separate JSON
375 https://bugs.webkit.org/show_bug.cgi?id=114673
377 Reviewed by Anders Carlsson.
379 Updated the website to refer to contributors.json instead of committers.py.
381 * coding/commit-review-policy.html:
383 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
385 Simplify the page "Getting the Code" on WebKit.org
386 https://bugs.webkit.org/show_bug.cgi?id=113980
388 Reviewed by Sam Weinig.
390 * building/checkout.html:
391 Instead of interleaving instructions for Mac and Windows, just
392 copy the things that make sense and have two clear sections.
394 Also mention Linux, it is the exact same instructions as Mac OS X.
396 Make svn checkout the alternative to a download of the tarball. It is
397 almost impossible to do a svn checkout on slow networks nowadays.
399 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
401 Update WebKit.org's contact page
402 https://bugs.webkit.org/show_bug.cgi?id=113968
404 Reviewed by Geoffrey Garen.
407 -Add a direct link to our archives on Gmane.
408 -References the ports mailing-lists. This may reduces the emails
409 erroneously sent to webkit-dev.
410 -Add a link to our "reporting bug page".
411 -Get rid of the link to CIA. The website is dead.
413 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
415 Add Digia to the domain affiliations
416 https://bugs.webkit.org/show_bug.cgi?id=110116
418 Reviewed by Kenneth Rohde Christiansen.
422 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
424 Add basysKom to domainAffiliations in team.html
425 https://bugs.webkit.org/show_bug.cgi?id=109306
427 Reviewed by Laszlo Gombos.
429 Register basysKom as contributing company in
430 http://www.webkit.org/team.html.
434 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
436 Add intel.com to team.html
437 https://bugs.webkit.org/show_bug.cgi?id=109424
439 Reviewed by Kenneth Rohde Christiansen.
443 2013-02-10 Dirk Schulze <dschulze@adobe.com>
445 Add adobe.com to team.html
446 https://bugs.webkit.org/show_bug.cgi?id=109396
448 Reviewed by Laszlo Gombos.
452 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
454 Add sisa.samsung.com to team.html
455 https://bugs.webkit.org/show_bug.cgi?id=109394
457 Reviewed by Dirk Schulze.
461 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
463 Add a sample change log entry to contributing.html
464 https://bugs.webkit.org/show_bug.cgi?id=105506
466 Reviewed by Alexey Proskuryakov.
468 Added a sample change log to the page directly people skimming through the page will still
469 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
471 * coding/contributing.html:
473 2012-12-18 Nico Weber <thakis@chromium.org>
475 Fix broken loop in style guide
476 https://bugs.webkit.org/show_bug.cgi?id=105346
478 Reviewed by Ryosuke Niwa.
480 Found by Sean Silva <silvas@purdue.edu>
482 * coding/coding-style.html:
484 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
486 Add instructions on how to build WebKit on Xcode 4 to build.html
487 https://bugs.webkit.org/show_bug.cgi?id=104739
489 Reviewed by Daniel Bates.
491 Set the build directories to WebKitBuild.
493 * building/build.html:
495 2012-11-24 Daniel Bates <dbates@webkit.org>
497 Substitute "use" for "user" in sentence about naming convention for
498 enum members so that it reads well.
500 * coding/coding-style.html:
502 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
504 Add Samsung to security vendor member list
505 https://bugs.webkit.org/show_bug.cgi?id=102863
507 Reviewed by Sam Weinig.
509 * security/security-group-members.html: Add Samsung members.
511 2012-10-31 Adam Barth <abarth@webkit.org>
513 technical-articles.html should link to my talk on how WebKit works
514 https://bugs.webkit.org/show_bug.cgi?id=100867
516 Reviewed by Tony Chang.
518 * coding/technical-articles.html:
520 2012-10-29 Eric Seidel <eric@webkit.org>
522 Technical Articles should link to an old talk I gave
523 https://bugs.webkit.org/show_bug.cgi?id=100624
525 Reviewed by Adam Barth.
527 * coding/technical-articles.html:
529 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
531 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
533 * coding/coding-style.html:
535 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
537 Fix a typo per Darin's comment.
539 * coding/coding-style.html:
541 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
543 Add a style guide rule for signed and unsigned int
544 https://bugs.webkit.org/show_bug.cgi?id=96682
546 Reviewed by Geoffrey Garen.
548 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
550 * coding/coding-style.html:
552 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
554 Replace JSC::UString by WTF::String
555 https://bugs.webkit.org/show_bug.cgi?id=95271
557 Reviewed by Geoffrey Garen.
559 Update the coding style to avoid mentioning a class that no longer exist.
561 * coding/coding-style.html:
563 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
565 Address one more review comment.
567 * building/checkout.html:
569 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
571 Recommend the use of https and mention git on building/checkout.html
572 https://bugs.webkit.org/show_bug.cgi?id=93657
574 Reviewed by Mark Rowe.
576 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
577 because the paragraph right above it refers to buliding/tools.html for that.
579 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
580 checkout using a Git client.
582 * building/checkout.html:
584 2012-07-27 Adam Barth <abarth@webkit.org>
586 Writing a blog post for new reviewers doesn't add value to the blog
587 https://bugs.webkit.org/show_bug.cgi?id=92305
589 Reviewed by Eric Seidel.
591 Now that we have Peter posting weekly updates to the blog, having an
592 announcement on the blog for each reviewer is more noise than signal.
594 * coding/commit-review-policy.html:
596 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
598 Update webkit.org to refer to layoutTestController instead of testRunner
599 https://bugs.webkit.org/show_bug.cgi?id=89445
601 Reviewed by Kent Tamura.
603 * quality/testwriting.html:
605 2012-05-21 Peter Kasting <pkasting@google.com>
607 Style guide change: Uses of "std::" should be explicitly qualified.
608 https://bugs.webkit.org/show_bug.cgi?id=87043
610 Reviewed by Ryosuke Niwa.
612 * coding/coding-style.html:
614 2012-05-11 Darin Adler <darin@apple.com>
616 Try to make spacing of fine print items in lower left nicer looking.
619 (#notice, #trademark, #terms): Changed top margin to 10px.
620 (#notice): Put 30px margin here.
622 2012-05-11 Darin Adler <darin@apple.com>
624 CSS tweak needed for the trademark terms of use.
627 (#notice, #trademark, #terms): Added #trademark.
629 2012-05-11 Darin Adler <darin@apple.com>
631 Add a link to WebKit trademark terms of use, other small website changes
632 https://bugs.webkit.org/show_bug.cgi?id=86112
634 Reviewed by Dan Bernstein.
636 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
637 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
640 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
641 of use on the macosforge.org terms of use page.
643 2012-05-07 Dan Bernstein <mitz@apple.com>
645 webkit.org instructions for debugging WebProcess are unnecessarily complex
646 https://bugs.webkit.org/show_bug.cgi?id=85756
648 Reviewed by Darin Adler.
650 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
651 debugging the Web process, as well as instructions for debugging the Web process from the
652 command line using debug-safari and debug-minibrowser.
653 * building/tools.html: Updated links and tweaked the language.
655 2012-04-23 Daniel Bates <dbates@webkit.org>
657 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
659 Rubber-stamped by Eric Seidel.
661 Before you can use the Xcode 4.3.2 command line tools, you must either run
662 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
663 DEVELOPER_DIR to point to the Xcode developer tools directory.
665 * building/tools.html:
667 2012-04-23 Daniel Bates <dbates@webkit.org>
669 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
671 Rubber-stamped by Eric Seidel.
673 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
674 are specific to Xcode 4.3.2.
676 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
677 * building/debug.html: Ditto.
679 2012-04-19 Daniel Bates <dbates@webkit.org>
681 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
682 https://bugs.webkit.org/show_bug.cgi?id=84364
684 Reviewed by Eric Seidel.
686 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
689 * building/debug-mac-uiprocess.html:
690 * building/debug.html:
692 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
694 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
695 https://bugs.webkit.org/show_bug.cgi?id=80429
697 Reviewed by Dan Bernstein.
699 * building/tools.html:
701 2012-03-10 Daniel Bates <dbates@webkit.org>
703 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
705 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/>.
706 Substituting https for http in (1) returns the expected page.
708 * building/debug-mac-uiprocess.html:
709 * building/debug.html:
711 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
713 Add a link to the EFL wiki page
714 https://bugs.webkit.org/show_bug.cgi?id=79439
716 Reviewed by Adam Barth.
718 * building/tools.html:
719 * css/main.css: Cross-browser border-radius.
721 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
723 team.html (on webkit.org) doesn't recognize codeaurora.org
724 https://bugs.webkit.org/show_bug.cgi?id=79529
726 Reviewed by Ryosuke Niwa.
730 2012-02-16 Kent Tamura <tkent@chromium.org>
732 Improve usability of coding-style.html
733 https://bugs.webkit.org/show_bug.cgi?id=78470
735 Reviewed by Eric Seidel.
737 * coding/coding-style.html:
738 - Do not add a title attribute to each of LI elements
739 - Do not add a click handler to each of them
740 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
742 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
744 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
745 https://bugs.webkit.org/show_bug.cgi?id=76544
747 Reviewed by Darin Adler.
749 WEBKITOUTPUTDIR is not only for Windows.
751 * building/build.html:
753 2012-01-20 Kent Tamura <tkent@chromium.org>
755 Each style rule should have its own ID.
756 https://bugs.webkit.org/show_bug.cgi?id=76428
758 Reviewed by David Levin.
760 * coding/coding-style.html: Add an id attribute to each of li elements,
761 and add code to set title="#id-name" and to make li elements clickable.
763 2012-01-19 Daniel Bates <dbates@webkit.org>
765 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
767 Rubber-stamped by Sam Weinig.
769 * building/debug.html:
771 2012-01-19 Daniel Bates <dbates@webkit.org>
773 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
774 https://bugs.webkit.org/show_bug.cgi?id=67102
776 Reviewed by Eric Seidel.
778 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
780 * building/active-scheme-xcode4.png: Added.
781 * building/build-settings-tab-xcode4.png: Added.
782 * building/build-window.png: Removed.
783 * building/custom-executable-xcode4.png: Added.
784 * building/custom-executable.png: Removed.
785 * building/debug-mac-uiprocess.html: Added.
786 * building/debug.html:
787 * building/debug.png: Removed.
788 * building/info-tab.png: Removed.
789 * building/run-xcode4.png: Added.
791 2012-01-11 Antti Koivisto <antti@apple.com>
793 Remove S60 reference from webkit.org
794 https://bugs.webkit.org/show_bug.cgi?id=76044
796 Reviewed by Simon Hausmann.
802 2012-01-10 Hajime Morrita <morrita@chromium.org>
804 [Website] i-Bench is no longer available.
805 https://bugs.webkit.org/show_bug.cgi?id=76027
807 Reviewed by Ryosuke Niwa.
809 Updated the availability information of i-Bench.
811 * projects/performance/index.html:
813 2011-12-07 Daniel Bates <dbates@webkit.org>
815 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
816 https://bugs.webkit.org/show_bug.cgi?id=74006
818 Reviewed by Antonio Gomes.
820 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
821 ASSERT_NOT_REACHED().
823 * coding/assertion-guidelines.html:
825 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
827 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
828 https://bugs.webkit.org/show_bug.cgi?id=73098
830 Reviewed by Antti Koivisto.
832 Revise the sentence about committers being allowed to land patches by others to explicitly state that
833 they can only land patches by others if asked by authors themselves.
835 * coding/commit-review-policy.html:
837 2011-11-14 Mark Rowe <mrowe@apple.com>
839 Upgrade WordPress's Akismet plug-in to the latest version.
841 * blog/wp-content/plugins/akismet:
843 2011-11-14 Mark Rowe <mrowe@apple.com>
845 Update one file that was missed.
847 * blog/wp-settings.php:
849 2011-11-14 Mark Rowe <mrowe@apple.com>
851 Upgrade WordPress to v3.2.1.
855 2011-10-28 Dean Jackson <dino@apple.com>
857 Remove this horribly outdated file. It was showing up in
858 Google searches and shouldn't be used as official
861 Rubber-stamped by Simon Fraser.
863 * specs/MediaQueriesExtensions.html: Removed.
865 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
867 Style guide should mention the preference of index over iterator
868 https://bugs.webkit.org/show_bug.cgi?id=70285
870 Reviewed by Darin Adler.
872 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
873 we prefer index over iterators.
875 * coding/coding-style.html:
877 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
879 Fix a typo pointed by Sam (Weinig).
881 * coding/coding-style.html:
883 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
885 Style guide should mandate use of pass-by-reference for out arguments
886 https://bugs.webkit.org/show_bug.cgi?id=69766
888 Reviewed by Darin Adler.
890 This matches the convention used throughout WebCore.
892 * coding/coding-style.html:
894 2011-10-06 Amruth Raj <amruthraj@motorola.com>
896 Add Motorola Mobility to team.html
897 https://bugs.webkit.org/show_bug.cgi?id=69597
899 Reviewed by Ryosuke Niwa.
903 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
905 Generate WebKit team's page out of committers.py
906 https://bugs.webkit.org/show_bug.cgi?id=68045
908 Fix per Daniel's review comment since I had misunderstood the code.
912 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
914 Generate WebKit team's page out of committers.py
915 https://bugs.webkit.org/show_bug.cgi?id=68045
917 Reviewed by Daniel Bates.
919 Add the initial implementation of team.html. This page automatically pulls data from committers.py
920 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
924 2011-09-01 Jon Lee <jonlee@apple.com>
926 Adding control rendering at various sizes.
928 * projects/forms/survey.html:
930 2011-08-29 Jon Lee <jonlee@apple.com>
932 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
934 * projects/forms/survey.html:
936 2011-08-17 Jon Lee <jonlee@apple.com>
938 Updating the forms survey to include various element sizes.
940 * projects/forms/survey.html:
942 2011-08-16 Daniel Bates <dbates@webkit.org>
944 Add myself to the list of individual members in the WebKit Security Group.
946 Rubber-stamped by Eric Seidel.
948 * security/security-group-members.html:
950 2011-08-09 Anders Carlsson <andersca@apple.com>
952 Broken link to LICENSE on contributing code page
953 https://bugs.webkit.org/show_bug.cgi?id=65947
955 Reviewed by Ryosuke Niwa.
957 * coding/contributing.html:
959 2011-08-04 Dan Bernstein <mitz@apple.com>
963 * coding/contributing.html:
965 2011-08-04 Nico Weber <thakis@chromium.org>
967 Update the contributors page to recommend webkit-patch instead of many manual steps
968 https://bugs.webkit.org/show_bug.cgi?id=65714
970 Reviewed by Adam Barth.
972 asvitkine followed the contributing instructions for his first patch, and got
973 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
974 webkit-patch prevents errors like this and more.
976 * coding/contributing.html:
978 2011-07-21 Jon Lee <jonlee@apple.com>
980 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
981 <rdar://problem/9782965>
983 Rubber-stamped by Maciej Stachowiak.
985 * projects/forms/image-usemap.png: Added.
986 * projects/forms/image1.png: Added.
987 * projects/forms/image10.png: Added.
988 * projects/forms/image16.png: Added.
989 * projects/forms/index.html: Update links
990 * projects/forms/survey.html: Added.
992 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
994 SVG feature status is not up-to-date
995 https://bugs.webkit.org/show_bug.cgi?id=64856
997 Reviewed by Dirk Schulze.
999 Update SVG feature status after r91331.
1001 * projects/svg/status.xml:
1003 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1005 Reviewed by Darin Adler.
1007 Add note about cases where enums are preferred over bools on function parameters.
1008 https://bugs.webkit.org/show_bug.cgi?id=63564
1010 This matches the outcome of this webkit-dev thread:
1011 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1013 * coding/coding-style.html:
1015 2011-05-31 Chris Evans <cevans@chromium.org>
1017 Reviewed by Drew Yao.
1019 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1021 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1023 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1025 Reviewed by Dan Bernstein.
1027 Building instructions should not talk about Tiger
1028 https://bugs.webkit.org/show_bug.cgi?id=61210
1030 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1031 Xcode version to the latest Leopard one.
1033 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1035 Reviewed by Adam Barth.
1037 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1038 https://bugs.webkit.org/show_bug.cgi?id=60686
1040 * security/security-group-members.html:
1042 2011-05-11 Cris Neckar <cdn@chromium.org>
1044 Reviewed by David Levin.
1046 Adding Cris Neckar to the Webkit Security Group site.
1047 https://bugs.webkit.org/show_bug.cgi?id=60668
1049 * security/security-group-members.html:
1051 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1053 Reviewed by Mark Rowe.
1055 Update Qt/Nokia Security contacts
1056 https://bugs.webkit.org/show_bug.cgi?id=60650
1058 Ademar (me) replaced Simon as the release manager and primary security
1059 contact for QtWebKit. See:
1060 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1062 * security/security-group-members.html:
1064 2011-05-09 Eric Seidel <eric@webkit.org>
1066 Reviewed by Adam Barth.
1068 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1069 https://bugs.webkit.org/show_bug.cgi?id=59672
1071 * coding/adding-features.html: Added.
1074 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1076 Not reviewed: adding image files for the blog post.
1078 * blog-files/inspector/remote-debugging-attached.png: Added.
1079 * blog-files/inspector/remote-debugging-discovery.png: Added.
1081 2011-04-27 Ojan Vafai <ojan@chromium.org>
1083 Reviewed by Dan Bernstein.
1085 change style guide to pre-increment in for-loops
1086 https://bugs.webkit.org/show_bug.cgi?id=59619
1088 This matches what a number of reviewers have been asking
1089 for in code reviews.
1091 * coding/coding-style.html:
1093 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1095 Reviewed by Tor Arne Vestbø.
1097 Added instructions on how to work from behind proxy
1098 and detailed the instructions refering to rebasing.
1099 Windows build instructions do not work if you are behind a proxy
1100 or have a Temp directory that you do not own directly.
1101 https://bugs.webkit.org/show_bug.cgi?id=57246
1103 * building/tools.html:
1105 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1107 Reviewed by James Robinson.
1109 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1110 https://bugs.webkit.org/show_bug.cgi?id=58190
1112 * misc/related-target-and-shadow-dom.svg: Added.
1114 2011-04-06 David Levin <levin@chromium.org>
1116 Reviewed by Ojan Vafai.
1118 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1119 https://bugs.webkit.org/show_bug.cgi?id=55275
1121 * coding/coding-style.html:
1123 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1125 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1128 * blog-files/inspector/stack-traces-img/1.png: Added.
1129 * blog-files/inspector/stack-traces-img/2.png: Added.
1130 * blog-files/inspector/stack-traces-img/3.png: Added.
1131 * blog-files/inspector/stack-traces-img/4.png: Added.
1132 * blog-files/inspector/stack-traces-img/5.png: Added.
1133 * blog-files/inspector/stack-traces-img/6.png: Added.
1134 * blog-files/inspector/stack-traces-img/button.png: Added.
1136 2011-02-26 David Levin <levin@chromium.org>
1138 Reviewed by Darin Adler.
1140 Add style guidelines about comments from the unwritten rules email.
1141 https://bugs.webkit.org/show_bug.cgi?id=55272
1143 * coding/coding-style.html: Added the guidelines.
1145 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1147 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1149 * blog-files/inspector/css_rule_diff.png: Added.
1151 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1153 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1155 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1156 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1157 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1158 * blog-files/inspector/warning_10x10.png: Added.
1160 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1162 Unreviewed. Add Web Inspector style editing screenshots.
1164 * blog-files/inspector-css-as-authored.png: Added.
1165 * blog-files/inspector-css-autocomplete.png: Added.
1166 * blog-files/inspector-unknown-css-properties.png: Added.
1168 2011-01-21 David Levin <levin@chromium.org>
1170 Reviewed by Darin Adler.
1172 Proposal: Require cross-organizational seconds for reviewer nominations
1173 https://bugs.webkit.org/show_bug.cgi?id=47597
1175 This changes the committer/reviewer policy to require an additional
1176 reviewer supporting a reviewer nomination to work for a different
1177 company and different project affiliation from the nominee.
1179 This means reviewer nominations would require four supporting reviewers,
1180 one of which knows the reviewer through the community (irc, email, bugs)
1181 ensuring that the nominee has the open-source collaboration skills
1182 we so highly value here in WebKit.
1184 * coding/commit-review-policy.html:
1186 2011-01-01 Adam Barth <abarth@webkit.org>
1188 Reviewed by Eric Seidel.
1190 Move JavaScriptCore to Source
1191 https://bugs.webkit.org/show_bug.cgi?id=51604
1193 * coding/assertion-guidelines.html:
1194 - Update documentation to point to the new location of
1197 2010-12-17 Dan Bernstein <mitz@apple.com>
1199 Reviewed by Simon Fraser.
1201 Rename WebKitTools to Tools
1202 https://bugs.webkit.org/show_bug.cgi?id=49861
1204 * asking_questions.html:
1205 * building/tools.html:
1206 * coding/scripts.html:
1208 2010-11-08 Jessie Berlin <jberlin@apple.com>
1210 Reviewed by Adam Roben.
1212 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1214 https://bugs.webkit.org/show_bug.cgi?id=49189
1216 * building/tools.html:
1217 Add a line recommending bash shell users to comment out or remove those lines, with an
1218 explanation as to why.
1220 2010-11-04 Orlando Leite <orlleite@gmail.com>
1222 Reviewed by Adam Barth.
1224 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1226 * building/tools.html:
1228 2010-10-29 Adam Roben <aroben@apple.com>
1230 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1233 The February 2010 SDK is the last one with support for Visual Studio
1236 I also removed some unnecessary instructions regarding the DirectX
1239 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1240 specific version of the DirectX SDK
1242 Reviewed by Steve Falkenburg.
1244 * building/tools.html:
1246 2010-10-28 Lucas Forschler <lforschler@apple.com>
1248 Reviewed by Geoffrey Garen.
1250 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1252 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1253 -Edited the .htaccess file to redirect the old pages to the new landing page.
1254 -This should keep our search engine page rankings effective.
1255 Potentially breaking:
1256 -This COULD potentially break the SunSpider benchmark.
1257 -Local testing with relative links seems to function as expected.
1258 -The .htaccess 301 redirects are UNTESTED.
1262 * perf/sunspider: Added.
1263 * perf/sunspider-0.9.1/sunspider.html: Removed.
1264 * perf/sunspider-0.9.1/versions.html: Removed.
1265 * perf/sunspider-0.9/sunspider.html: Removed.
1266 * perf/sunspider/sunspider.css: Added.
1267 * perf/sunspider/sunspider.html: Added.
1269 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1271 Reviewed by David Levin.
1273 Add DirectX SDK to Installing Developer Tools web page
1274 https://bugs.webkit.org/show_bug.cgi?id=47911
1276 * building/tools.html:
1278 2010-09-30 David Levin <levin@chromium.org>
1280 Reviewed by Darin Adler.
1282 Add guideline for constructors doing implicit type conversion to coding style.
1283 https://bugs.webkit.org/show_bug.cgi?id=47646
1285 * coding/coding-style.html:
1287 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1289 Reviewed by Simon Fraser.
1291 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1292 https://bugs.webkit.org/show_bug.cgi?id=47013
1294 * nav.inc: Removed the space from the web inspector wiki link.
1296 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1298 Unreviewed HTML syntax fix for my recent change in the coding-style.
1300 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1302 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1304 Reviewed by Darin Adler.
1306 check-webkit-style and the coding style guidelines page are inconsistent
1307 https://bugs.webkit.org/show_bug.cgi?id=46099
1309 * coding/coding-style.html:
1310 Making clear that includes of system headers must come after includes of other headers.
1312 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1314 Reviewed by Adam Barth.
1316 Adding a timeline screenshot for blocking and defer scripts
1317 https://bugs.webkit.org/show_bug.cgi?id=45933
1319 * blog-files/timeline-blocking-script.png: Added.
1320 * blog-files/timeline-defer-script.png: Added.
1322 2010-09-14 Jessie Berlin <jberlin@apple.com>
1324 Reviewed by Adam Roben.
1326 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1327 https://bugs.webkit.org/show_bug.cgi?id=45779
1329 * building/tools.html:
1330 Add instructions about how to optionally get hotfix 976038.
1332 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1334 Reviewed by Adam Barth.
1336 https://bugs.webkit.org/show_bug.cgi?id=43982
1337 This js file seems to be a popular script for detecting mobile WebKit but
1338 it has a flaw that makes it fail on Android and BlackBerry.
1340 The issue is that it looks for "Mobile/" but Android and BlackBerry
1341 use "Mobile" with no numbering after it.
1342 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1344 * misc/WebKitDetect.js:
1345 (WebKitDetect.isMobile):
1347 2010-08-27 Darin Adler <darin@apple.com>
1349 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1350 recent developments.
1352 2010-08-26 Daniel Bates <dbates@rim.com>
1354 Reviewed by Dumitru Daniliuc.
1356 Fix misspelled words on WebKit.org contact.html,
1357 demos/index.html, and quality/leakhunting.html
1358 https://bugs.webkit.org/show_bug.cgi?id=44747
1360 Fix some misspelled words on the WebKit.org site.
1362 * contact.html: Change "bugreports" [sic] to "bug reports".
1363 * demos/index.html: Change "testcase" [sic] to "test case".
1364 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1366 2010-08-23 David Kilzer <ddkilzer@apple.com>
1368 Clean up some HTML typos in crashlogs.html
1370 Rubber-stamped by Maciej Stachowiak.
1372 * quality/crashlogs.html: Fixed "</code>>" typos added in
1373 r56300. Changed "<tt>" tag with style attribute to "<code>"
1374 that was missed in r56300.
1376 2010-08-17 Beth Dakin <bdakin@apple.com>
1378 Rubber-stamped by Adele.
1380 Adding a MathML Demo and screenshot.
1382 * blog-files/riemann-screenshot.png: Added.
1383 * demos/mathml: Added.
1384 * demos/mathml/MathMLDemo.xhtml: Added.
1386 2010-08-17 Adam Roben <aroben@apple.com>
1388 Instruct developers to (optionally) install Debugging Tools for
1391 These tools are used by some of our scripts, so are useful for
1392 developers to have installed.
1394 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1395 should recommend installing Debugging Tools for Windows
1397 Reviewed by Sam Weinig.
1399 * building/tools.html:
1401 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1403 Reviewed by Nikolas Zimmermann.
1405 Update SVG implementation status.
1407 * projects/svg/status.xml:
1409 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1411 Reviewed by Darin Adler.
1413 Add a diagram explaining how a DOM element is attached to the site.
1414 https://bugs.webkit.org/show_bug.cgi?id=42763
1416 * coding/dom-element-attach.html: Added.
1417 * coding/images/dom-element-attach-large.png: Added.
1418 * coding/images/dom-element-attach-small.png: Added.
1419 * coding/images/dom-element-attach.graffle: Added.
1420 * coding/technical-articles.html: Added a link to the page with the diragram.
1422 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1424 Reviewed by Darin Adler.
1426 Improve assertion macro documentation.
1428 https://bugs.webkit.org/show_bug.cgi?id=40565
1430 * coding/assertion-guidelines.html:
1432 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1434 Reviewed by Geoffrey Garen.
1436 Add an index of technical articles to the WebKit site. This makes the
1437 links to the RefPtr and Assertion documentation discoverable and
1438 provides an easy way to find some useful blog posts.
1440 https://bugs.webkit.org/show_bug.cgi?id=40561
1442 * coding/technical-articles.html: Added.
1443 * nav.inc: Add link to technical articles.
1445 2010-06-15 Adam Roben <aroben@apple.com>
1447 Remove some unnecessary steps for setting up the debugger on Windows
1449 Apparently update-webkit does this for you now.
1451 Rubber-stamped by Steve Falkenburg.
1453 * building/debug.html: Removed the first two Windows steps, which are
1454 now unnecessary, and updated the third to reflect reality.
1456 2010-06-14 Adam Roben <aroben@apple.com>
1458 Improve instructions for debugging on Windows
1460 Fixes <http://webkit.org/b/40585>.
1462 Reviewed by Steve Falkenburg.
1464 * building/debug.html: Improved the Windows instructions. We now
1465 instruct users to set things up so that hitting F5 from WebKit.sln
1466 will launch Safari with the WEBKITNIGHTLY environment variable
1467 pointing to the location of the built WebKit.dll.
1469 * building/console_vs2005.jpg: Removed.
1470 * building/debug_vs2005.jpg: Removed.
1472 * building/launch-debugger-vs2005.png: Added.
1473 * building/set-as-startup-project-vs2005.png: Added.
1474 * building/set-debugging-properties-vs2005.png: Added.
1476 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1478 Reviewed by Darin Adler.
1480 Add documentation on the various assertion macros in WebKit.
1482 https://bugs.webkit.org/show_bug.cgi?id=39950
1484 * coding/assertion-guidelines.html: Added.
1486 2010-05-29 Sterling Swigart <sswigart@google.com>
1488 Reviewed by David Levin.
1490 Adding tests to canvas.html performance test
1491 https://bugs.webkit.org/show_bug.cgi?id=39883
1493 * demos/canvas-perf/canvas.html:
1499 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1501 Reviewed by Darin Adler.
1503 Update the style guide re: static member variables and structs
1504 https://bugs.webkit.org/show_bug.cgi?id=39663
1506 Per Darin Adler's proposal on webkit-dev.
1508 All static member variables should be prefixed with s_.
1509 m_ should not be used for public data members in structs.
1510 Only structs should have public data members.
1512 * coding/coding-style.html:
1514 2010-05-24 David Levin <levin@chromium.org>
1516 Reviewed by Maciej Stachowiak.
1518 Improve canvas perf test accuracy.
1519 https://bugs.webkit.org/show_bug.cgi?id=39635
1521 * demos/canvas-perf/canvas.html:
1522 1. Change the various tests to get the image data for the result
1523 to help ensure that the operation has completed by the time,
1524 and subtract out the time needed to do this.
1525 2. Made the test more flexible about number of repetitions and
1527 3. Make the tests run separately and have a pause between them
1528 to allow for garbage collection so that results are more
1530 4. Added a standard logging function and shouldBe asserts to
1531 verify that the correct scaling operations were happening.
1533 2010-05-20 Daniel Bates <dbates@rim.com>
1535 Rubber-stamped by Simon Fraser.
1537 Spelling correction; change "acces" [sic] to "access".
1539 * quality/lifecycle.html:
1541 2010-05-14 Eric Seidel <eric@webkit.org>
1543 Reviewed by Maciej Stachowiak.
1545 Update tools.html to mention that Tiger users require a newer Python
1546 https://bugs.webkit.org/show_bug.cgi?id=38822
1548 Also updated the instructions that only Tiger users need
1549 to install a subversion client. Newer OSes already have
1550 subversion included in the install.
1552 * building/tools.html:
1554 2010-05-08 Dirk Schulze <krit@webkit.org>
1556 Reviewed by Nikolas Zimmermann.
1558 SVGFont's VKern implementation missing
1559 https://bugs.webkit.org/show_bug.cgi?id=38663
1561 * projects/svg/status.xml:
1563 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1565 Reviewed by Adam Barth.
1567 Commit and Review policy should encourage unofficial reviews
1568 https://bugs.webkit.org/show_bug.cgi?id=38517
1570 * coding/commit-review-policy.html:
1572 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1574 Reviewed by Darin Adler.
1576 Fix the sticky-notes demo.
1577 https://bugs.webkit.org/show_bug.cgi?id=38550
1579 1. Exceptions thrown by openDatabase() should be treated as
1581 2. Do not allow users to create new notes when openDatabase()
1584 * demos/sticky-notes/index.html:
1586 2010-05-02 Dirk Schulze <krit@webkit.org>
1588 Reviewed by Nikolas Zimmermann.
1590 SVG hkern implementation incomplete
1591 https://bugs.webkit.org/show_bug.cgi?id=38407
1593 We support hkern now. Mention this in the SVG status page.
1595 * projects/svg/status.xml:
1597 2010-04-29 Dean Jackson <dino@apple.com>
1599 Unreviewed. Make a note that we are no longer proposing
1600 the evaluateMediaQuery method. Instead, we are following
1601 the standard matchMedium method from CSS 3 View.
1603 * specs/MediaQueriesExtensions.html:
1605 2010-04-18 Adam Barth <abarth@webkit.org>
1607 Unreviewed. Update a label of the diagram to better match the
1608 description in the text of the blog post.
1610 * blog-files/loader-diagram.svg:
1612 2010-04-17 Adam Barth <abarth@webkit.org>
1614 Unreviewed. Added loader diagram for upcoming blog post.
1616 * blog-files/loader-diagram.svg: Added.
1618 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1620 Reviewed by Eric Seidel.
1622 Minor Updates and Cleanup to the Contributing Page
1623 https://bugs.webkit.org/show_bug.cgi?id=37415
1625 * coding/contributing.html:
1627 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1631 Random demo to look cool on twitter.
1633 * misc/gradient-input.html: Added.
1635 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1639 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1641 * blog-files/inspector/audits_launcher.png: Added.
1642 * blog-files/inspector/audits_panel.png: Added.
1643 * blog-files/inspector/console_panel.png: Added.
1644 * blog-files/inspector/context_menu.png: Added.
1645 * blog-files/inspector/css_highlighted_line.png: Added.
1646 * blog-files/inspector/css_line_number_snippet.png: Added.
1647 * blog-files/inspector/css_line_numbers.png: Added.
1648 * blog-files/inspector/deactivate_breakpoints.png: Added.
1649 * blog-files/inspector/evaluate_on_hover.png: Added.
1650 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1651 * blog-files/inspector/inherited_styles.png: Added.
1652 * blog-files/inspector/large_dom.png: Added.
1653 * blog-files/inspector/large_resources.png: Added.
1654 * blog-files/inspector/pseudo_elements.png: Added.
1655 * blog-files/inspector/redirect_headers.png: Added.
1656 * blog-files/inspector/redirect_headers_full.png: Added.
1657 * blog-files/inspector/redirects.png: Added.
1658 * blog-files/inspector/redirects_full.png: Added.
1659 * blog-files/inspector/timeline_overview.png: Added.
1660 * blog-files/inspector/timeline_panel.png: Added.
1661 * blog-files/inspector/timeline_record_details.png: Added.
1663 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1665 Reviewed by David Levin.
1667 Asking Questions Page Grammar Fixes
1668 https://bugs.webkit.org/show_bug.cgi?id=36608
1670 * asking_questions.html:
1672 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1674 Reviewed by Timothy Hatcher.
1676 New Asking Questions Page is not Valid HTML5
1677 https://bugs.webkit.org/show_bug.cgi?id=36605
1679 * asking_questions.html: fixed issues raised by the validator.
1681 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1683 Reviewed by David Levin.
1685 Add a page on how to ask questions
1686 https://bugs.webkit.org/show_bug.cgi?id=35223
1688 * asking_questions.html: Added.
1689 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1690 to get help effectively
1691 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1693 * contact.html: Tweaked the wording to make it more clear what the
1694 mailing list are used for. Also changed the formatting to better
1695 underline the different mailing lists.
1697 2010-03-24 Sam Weinig <sam@webkit.org>
1699 Rubber-stamped by Anders Carlsson..
1701 Update Security Group Members list.
1703 * security/security-group-members.html:
1705 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1709 Add another example.
1711 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1713 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1717 Add example of accessible ASCII art for HTML WG.
1719 * demos/accessible-ascii-art: Added.
1720 * demos/accessible-ascii-art/butterfly.html: Added.
1722 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1724 Reviewed by Mark Rowe.
1726 WebKit blog should be valid HTML5
1727 https://bugs.webkit.org/show_bug.cgi?id=36410
1729 * blog/wp-content/themes/webkit/comments-popup.php:
1730 * blog/wp-content/themes/webkit/footer.php:
1731 * blog/wp-content/themes/webkit/header.php:
1733 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1735 Reviewed by Mark Rowe.
1737 Fix a bunch of HTML5 validation errors on various pages.
1738 https://bugs.webkit.org/show_bug.cgi?id=36409
1740 * building/build.html:
1741 * building/checkout.html:
1742 * building/debug.html:
1743 * building/run.html:
1744 * building/tools.html:
1745 * coding/coding-style.html:
1746 * coding/contributing.html:
1747 * coding/major-objects.html:
1752 * projects/compat/index.html:
1753 * projects/css/index.html:
1754 * projects/documentation/index.html:
1755 * projects/goals.html:
1756 * projects/index.html:
1757 * projects/mathml/index.html:
1758 * quality/bugpriorities.html:
1759 * quality/bugwriting.html:
1760 * quality/crashlogs.html:
1761 * quality/lifecycle.html:
1762 * quality/testing.html:
1763 * quality/testwriting.html:
1765 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1767 Reviewed by Mark Rowe.
1769 webkit.org should use the HTML5 doctype
1770 https://bugs.webkit.org/show_bug.cgi?id=36407
1773 * misc/drosera/index.html:
1774 * perf/slickspeed/system/index.php:
1775 * perf/slickspeed/system/template.php:
1778 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1780 Reviewed by Mark Rowe.
1782 http://webkit.org/ has an HTML5 validation error
1783 https://bugs.webkit.org/show_bug.cgi?id=36406
1787 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1789 Tweak canvas perf demo.
1791 * demos/canvas-perf/canvas.html:
1793 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1795 Added canvas perf demo for whatwg.
1797 * demos/canvas-perf: Added.
1798 * demos/canvas-perf/canvas.html: Added.
1799 * demos/canvas-perf/kraken.jpg: Added.
1801 2010-03-09 Adam Roben <aroben@apple.com>
1803 Add a link to the Contributors Meeting registration form in the
1806 Rubber-stamped in advance by Adele Peterson.
1808 * nav.inc: Added a link underneath "Trac".
1810 2010-02-26 Sam Weinig <sam@webkit.org>
1812 Rubber-stamped by Adele Peterson.
1814 Update Security Group Members list.
1816 * security/security-group-members.html:
1818 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1820 Reviewed by Eric Seidel and Adam Roben.
1822 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1823 https://bugs.webkit.org/show_bug.cgi?id=35098
1825 * building/debug.html:
1826 Add instructions on how to build and run WebKit from within Visual Studio.
1828 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1830 Rubber stamped by Adam Barth.
1832 Add sunspider-0.9.1 to the site in preparation for announcing it.
1833 https://bugs.webkit.org/show_bug.cgi?id=35206
1835 * perf/sunspider-0.9.1: Added.
1836 * perf/sunspider-0.9.1/json2.js: Added.
1837 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1838 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1839 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1840 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1841 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1842 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1843 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1844 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1845 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1846 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1847 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1848 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1849 * perf/sunspider-0.9.1/sunspider.css: Added.
1850 * perf/sunspider-0.9.1/sunspider.html: Added.
1851 * perf/sunspider-0.9.1/versions.html: Added.
1853 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1855 Not reviewed - demo.
1857 Made some examples of using <details> for table descriptions.
1859 * demos/hover-summary: Added.
1860 * demos/hover-summary/details.css: Added.
1861 * demos/hover-summary/details.js: Added.
1862 (summaryClickListener):
1865 * demos/hover-summary/example1.html: Added.
1866 * demos/hover-summary/example2.html: Added.
1867 * demos/hover-summary/horizontal-triangle.png: Added.
1868 * demos/hover-summary/vertical-triangle.png: Added.
1870 2010-02-02 Jens Alfke <snej@chromium.org>
1872 Reviewed by David Levin.
1874 Clarified coding guidelines on wiki to allow indentation of
1875 _nested_ namespaces.
1876 https://bugs.webkit.org/show_bug.cgi?id=32137
1878 * coding/coding-style.html:
1880 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1882 Reviewed by David Kilzer.
1884 Added to contributing code page a pointer to the preferred
1885 license text. Also added information about copyright lines.
1887 https://bugs.webkit.org/show_bug.cgi?id=34017
1889 * coding/contributing.html:
1891 - Added CSS class for books.
1893 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1895 Reviewed by David Levin.
1897 Added screenshots and clearer instructions on how to submit
1900 https://bugs.webkit.org/show_bug.cgi?id=32542
1902 Also added that a bug report should be selected or created
1903 prior to submitting a patch.
1905 * coding/contributing.html:
1906 * coding/images: Added.
1907 * coding/images/contribute_add_attachment.png: Added.
1908 * coding/images/contribute_mark_review.png: Added.
1910 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1912 Not reviewed; updated for truth (and readability).
1914 Fixed some wrong listings and reorganized this page.
1916 * security/security-group-members.html:
1918 2010-01-06 Dirk Schulze <krit@webkit.org>
1920 Reviewed by Nikolas Zimmermann.
1923 https://bugs.webkit.org/show_bug.cgi?id=31905
1925 Update SVG status page. We support feDisplacementMap and feImage now.
1927 * projects/svg/status.xml:
1929 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1931 Reviewed by Darin Adler.
1933 Removed outdated contact information from bug life cycle page.
1935 https://bugs.webkit.org/show_bug.cgi?id=32494
1937 * quality/lifecycle.html:
1939 2009-12-13 Dan Bernstein <mitz@apple.com>
1941 Reviewed by Sam Weinig.
1943 Add a style guideline concerning floating point literals
1944 https://bugs.webkit.org/show_bug.cgi?id=32497
1946 * coding/coding-style.html:
1948 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
1950 Reviewed by Adam Roben.
1952 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
1953 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
1954 in Windows as part of running update_webkit.
1956 * building/build.html:
1957 - removed the reference to forgetting to set environment variables as a common source of errors
1958 on Windows. This is because this patch would make it unnecessary for the user to set these
1961 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
1963 Reviewed by Darin Adler.
1965 Added the "using std::foo" rule to the coding style guidelines.
1967 https://bugs.webkit.org/show_bug.cgi?id=32301
1969 Added to the coding style guidelines the "using std::foo" rule
1970 checked by the check-webkit-style script. Also clarified the
1971 "using" statement guidelines that apply to implementation files.
1973 * coding/coding-style.html:
1975 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
1977 Reviewed by Darin Adler.
1979 Refactored web site documentation so that advice to add
1980 WebKitTools/Scripts to your shell path does not appear
1983 https://bugs.webkit.org/show_bug.cgi?id=32112
1985 * building/build.html:
1986 * building/checkout.html:
1987 * building/run.html:
1988 * coding/coding-style.html:
1989 * coding/contributing.html:
1990 * coding/scripts.html: Added.
1991 * quality/testing.html:
1993 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
1995 Reviewed by Eric Seidel.
1997 Add reference to the GTK and QT build wiki pages
1999 https://bugs.webkit.org/show_bug.cgi?id=32088
2001 * building/tools.html:
2004 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2006 Reviewed by Darin Adler.
2008 Added clarifications to the web site regarding coding style and
2011 https://bugs.webkit.org/show_bug.cgi?id=31618
2013 Changes include the following:
2015 - Expanded the style guidelines regarding "using" statements.
2016 - Made the style guidelines page validate as HTML.
2017 - Added that legacy WebKit components should not be cleaned up.
2018 - Added that it is more acceptable to update style when already
2021 * coding/coding-style.html:
2022 * coding/contributing.html:
2023 * projects/cleanup/index.html:
2025 2009-11-18 Eric Seidel <eric@webkit.org>
2027 Reviewed by David Levin.
2029 Make 80 patches a formal requirement for reviewership
2030 https://bugs.webkit.org/show_bug.cgi?id=31313
2031 Per discussion on the webkit-reviewers list:
2032 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2034 * coding/commit-review-policy.html:
2036 2009-11-18 Daniel Bates <dbates@webkit.org>
2038 Reviewed by Eric Seidel.
2040 https://bugs.webkit.org/show_bug.cgi?id=31610
2042 Adds property "min-width" to #title so that the width of the title
2043 element on each page is at least 790px. In particular, this makes
2044 the page <http://webkit.org/security/security-group-members.html>
2045 consistent, in appearance, to the rest of the site.
2049 2009-11-16 Sam Weinig <sam@webkit.org>
2051 Reviewed by Anders Carlsson.
2053 Update Security Group Members list.
2055 * security/security-group-members.html:
2057 2009-11-16 Sam Weinig <sam@webkit.org>
2059 Reviewed by Adele Peterson.
2061 Update Security Group Members list.
2063 * security/security-group-members.html:
2065 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2067 Reviewed by Darin Adler.
2069 Added to the WebKit Coding Style Guidelines not to use
2070 "using namespace" statements in header files.
2072 * coding/coding-style.html:
2074 2009-11-10 Oliver Hunt <oliver@apple.com>
2076 Reviewed by Maciej Stachowiak.
2078 Fix WebGL demos to work with renamed WebGL primitives
2080 * blog-files/webgl/Earth.html:
2081 * blog-files/webgl/ManyPlanetsDeep.html:
2082 * blog-files/webgl/SpinningBox.html:
2083 * blog-files/webgl/SpiritBox.html:
2084 * blog-files/webgl/TeapotPerPixel.html:
2085 * blog-files/webgl/TeapotPerVertex.html:
2086 * blog-files/webgl/WebGL+CSS.html:
2087 * blog-files/webgl/resources/CanvasMatrix.js:
2088 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2089 * blog-files/webgl/resources/utils3d.js:
2094 2009-11-06 Dirk Schulze <krit@webkit.org>
2096 Rubber stamped by Eric Seidel.
2098 Update SVG status page. We support feMorphology now.
2099 Set lightning filters to unimplemented.
2101 * projects/svg/status.xml:
2103 2009-11-06 Jeff Schiller <codedread@gmail.com>
2105 Reviewed by Darin Adler.
2107 SVG Status page update
2108 https://bugs.webkit.org/show_bug.cgi?id=31179
2110 * projects/svg/status.xml:
2112 2009-11-03 Darin Adler <darin@apple.com>
2114 Set the MIME type for all PNG files in this directory.
2116 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2117 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2118 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2119 * blog-files/acid3-100.png: Modified property svn:mime-type.
2120 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2121 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2122 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2123 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2124 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2125 * blog-files/bounce.png: Added property svn:mime-type.
2126 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2127 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2128 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2129 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2130 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2131 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2132 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2133 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2134 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2135 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2136 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2137 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2138 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2139 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2140 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2141 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2142 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2143 * blog-files/inspector/colors.png: Added property svn:mime-type.
2144 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2145 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2146 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2147 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2148 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2149 * blog-files/inspector/enable.png: Added property svn:mime-type.
2150 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2151 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2152 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2153 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2154 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2155 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2156 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2157 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2158 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2159 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2160 * blog-files/kate-circle.png: Modified property svn:mime-type.
2161 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2162 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2163 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2164 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2165 * blog-files/kate.png: Modified property svn:mime-type.
2166 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2167 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2168 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2169 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2170 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2171 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2172 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2173 * blog-files/pulse.png: Added property svn:mime-type.
2174 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2175 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2176 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2177 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2178 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2179 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2180 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2181 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2182 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2183 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2184 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2185 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2186 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2187 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2188 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2189 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2190 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2191 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2192 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2193 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2194 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2195 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2196 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2197 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2198 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2199 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2200 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2201 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2202 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2203 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2204 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2205 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2206 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2207 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2208 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2209 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2210 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2211 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2212 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2213 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2214 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2215 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2216 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2217 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2218 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2219 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2220 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2221 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2222 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2223 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2224 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2225 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2226 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2227 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2228 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2229 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2230 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2231 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2232 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2233 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2234 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2235 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2236 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2237 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2238 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2239 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2240 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2241 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2242 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2243 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2244 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2245 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2246 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2247 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2248 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2249 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2250 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2251 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2252 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2253 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2254 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2255 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2256 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2257 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2258 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2259 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2260 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2261 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2262 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2263 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2264 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2265 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2266 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2267 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2268 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2269 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2270 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2271 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2272 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2273 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2274 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2275 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2276 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2277 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2278 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2279 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2280 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2281 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2282 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2283 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2284 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2285 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2286 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2287 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2288 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2289 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2290 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2291 * images/DroseraPic.png: Modified property svn:mime-type.
2292 * misc/drosera/drosera.png: Modified property svn:mime-type.
2293 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2295 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2297 Reviewed by Timothy Hatcher.
2299 Adding images for an upcoming blog post.
2301 * blog-files/inspector/breakpoints.png: Added.
2302 * blog-files/inspector/colors.png: Added.
2303 * blog-files/inspector/cookies.png: Added.
2304 * blog-files/inspector/css_selectors.png: Added.
2305 * blog-files/inspector/css_syntax_highlight.png: Added.
2306 * blog-files/inspector/dom_storage.png: Added.
2307 * blog-files/inspector/edit_attributes.png: Added.
2308 * blog-files/inspector/enable.png: Added.
2309 * blog-files/inspector/event_listeners.png: Added.
2310 * blog-files/inspector/form_data.png: Added.
2311 * blog-files/inspector/inline_highlight.png: Added.
2312 * blog-files/inspector/inorder.png: Added.
2313 * blog-files/inspector/inspect_inspector.png: Added.
2314 * blog-files/inspector/inspect_inspector_small.png: Added.
2315 * blog-files/inspector/load_lines.png: Added.
2316 * blog-files/inspector/nodelist.png: Added.
2317 * blog-files/inspector/scope_bar.png: Added.
2318 * blog-files/inspector/watched_expression.png: Added.
2320 2009-10-26 Dan Bernstein <mitz@apple.com>
2322 Reviewed by Adele Peterson.
2326 * coding/bsd-license.html: Updated to the latest version.
2328 2009-10-22 Mark Rowe <mrowe@apple.com>
2330 Update to WordPress 2.8.5.
2334 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2336 Reviewed by Eric Seidel.
2338 Replace boolean operator indentation example with an if statement.
2340 https://bugs.webkit.org/show_bug.cgi?id=30538
2342 * coding/coding-style.html: Replace boolean indenting example to use "if"
2344 2009-10-16 Darin Adler <darin@apple.com>
2346 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2347 wording a bit in few places.
2349 2009-10-14 Evan Martin <evan@chromium.org>
2351 Reviewed by Darin Adler.
2353 Document what state the build tree is expected to be in after a patch.
2355 * coding/contributing.html:
2357 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2359 Reviewed by Eric Seidel.
2361 Change <a name> to id="" to fix styling problems
2362 https://bugs.webkit.org/show_bug.cgi?id=30283
2364 This prevents the headings from being styled like links.
2366 * coding/contributing.html:
2368 2009-10-08 Alex Milowski <alex@milowski.com>
2370 Reviewed by Darin Adler.
2372 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2374 * projects/layout/index.html:
2376 2009-10-07 Sam Weinig <sam@webkit.org>
2378 Reviewed by Dan Bernstein.
2380 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2381 Change style guidelines for indentation in header files
2383 * coding/coding-style.html: Don't indent in a namespace in a header file.
2385 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2387 Reviewed by Mark Rowe.
2389 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2391 * building/tools.html:
2393 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2395 Reviewed by Adam Barth.
2397 Diagram needs to be linked from the home page
2398 https://bugs.webkit.org/show_bug.cgi?id=30142
2400 http://webkit.org/coding/major-objects.html was never linked from the home
2405 2009-09-28 Alex Milowski <alex@milowski.com>
2407 <http://webkit.org/b/29098> Update to MathML project webpage
2409 Reviewed by David Kilzer.
2411 Updated MathML project page and added link to Wiki page.
2413 * projects/mathml/index.html:
2415 2009-09-21 Brady Eidson <beidson@apple.com>
2417 Reviewed by Darin Adler.
2419 Add coding style guidelines for 'using namespace.'
2420 https://bugs.webkit.org/show_bug.cgi?id=29499
2422 * coding/coding-style.html:
2424 2009-09-21 Brady Eidson <beidson@apple.com>
2426 Rubberstamped by Sam Weinig.
2428 Add some example files for an upcoming blog post.
2430 * blog-files/load-unload-example.html: Added.
2431 * blog-files/pageshow-pagehide-example.html: Added.
2433 2009-09-17 Eric Seidel <eric@webkit.org>
2435 Reviewed by Darin Adler.
2437 Update contributing.html to mention recently added tools.
2438 https://bugs.webkit.org/show_bug.cgi?id=29318
2440 Update our contributing instructions to mention
2441 the new tools (check-webkit-style and commit-queue)
2442 recently added to make contributions easier.
2444 * coding/contributing.html:
2445 - Mention check-webkit-style as an optional helper tool.
2446 - Mention checking the 'patch' checkbox.
2447 - Mention the commit-queue as an optional helper tool.
2448 - Remove "or in email" since patch reviews are all done via bugzilla.
2449 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2450 - Mention commit-queue as an optional help in getting your patch landed.
2451 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2453 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2455 Reviewed by Mark Rowe.
2457 Add instructions to bug reporting guidlines on how and when
2458 to apply port-specific keywords.
2460 * quality/bugwriting.html:
2462 2009-09-08 Sam Weinig <sam@webkit.org>
2464 Reviewed by Adele Peterson.
2466 Update Security Group Members list.
2468 * security/security-group-members.html:
2470 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2472 Reviewed by Eric Seidel.
2474 Drop <definition-src> support
2475 https://bugs.webkit.org/show_bug.cgi?id=28991
2477 When SVG 1.1 Second Edition is a Recommendation we can remove the
2480 * projects/svg/status.xml: Update page to state that <definition-src>
2483 2009-08-26 Mark Rowe <mrowe@apple.com>
2485 Upgrade WordPress to the latest version.
2487 * blog/wp-includes/version.php:
2488 * blog/wp-login.php:
2490 2009-08-20 Adam Barth <abarth@webkit.org>
2492 Reviewed by Eric Seidel.
2494 major-objects.html should show direct Frame <-> Document pointers
2495 https://bugs.webkit.org/show_bug.cgi?id=28479
2497 * coding/major-objects.html: Added pointers to diagram.
2499 2009-08-18 Anton Muhin <antonm@chromium.org>
2501 Reviewed by Adam Barth.
2503 Mention handy --bug flag of prepare-ChangeLog script.
2504 https://bugs.webkit.org/show_bug.cgi?id=28425
2506 * coding/contributing.html: Add a reference for --bug flag
2508 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2510 Reviewed by Adam Barth.
2512 Better explanation of "Null after navigation" in object diagram
2513 https://bugs.webkit.org/show_bug.cgi?id=28232
2515 * coding/major-objects.html:
2517 2009-08-11 Adam Barth <abarth@webkit.org>
2521 Remove a few characters from the ASCII art to make it fit better in the
2524 * coding/major-objects.html:
2526 2009-08-11 Adam Barth <abarth@webkit.org>
2528 Reviewed by Oliver Hunt.
2530 Document relation between major objects in WebCore
2531 https://bugs.webkit.org/show_bug.cgi?id=28210
2533 Added a diagram showing the relation between major objects.
2535 * coding/major-objects.html: Added.
2537 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2539 Reviewed by Oliver Hunt.
2541 Fix webkit-jobs link
2545 2009-08-03 Mark Rowe <mrowe@apple.com>
2547 Update two WordPress plug-ins that we use.
2549 * blog/wp-content/plugins/akismet/akismet.php:
2550 * blog/wp-content/plugins/akismet/readme.txt:
2551 * blog/wp-content/plugins/commentcontrol.php:
2553 2009-08-03 Mark Rowe <mrowe@apple.com>
2555 Add some missing files and delete some obsolete files.
2559 2009-08-03 Mark Rowe <mrowe@apple.com>
2561 Update WordPress to the latest version.
2565 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2567 Reviewed by Adam Treat.
2569 Mention the new webkit-help and webkit-jobs mailinglist. Change
2570 the description of webkit-dev to be more strict.
2574 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2576 Reviewed by Adam Treat.
2578 Coding style - Clarify some cases with spacing
2579 https://bugs.webkit.org/show_bug.cgi?id=27499
2581 Add explicit rule about no space before comma or semicolon.
2583 * coding/coding-style.html:
2585 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2587 Fix the font to match the rest of the blog site.
2589 * blog-files/3d-transforms/image-flip.html:
2591 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2593 Move the image flip effect into an iframe to avoid the long
2594 blog page tripping a bug on Leopard.
2596 * blog-files/3d-transforms/image-flip.html: Added.
2598 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2600 New demo files for an up-coming blog post.
2602 * blog-files/3d-transforms/mighty-cubes.png: Added.
2603 * blog-files/3d-transforms/morphing-cubes.html: Added.
2604 * blog-files/3d-transforms/perspective-by-example.html: Added.
2605 * blog-files/3d-transforms/poster-circle.html: Added.
2606 * blog-files/3d-transforms/poster-circle.png: Added.
2607 * blog-files/3d-transforms/transform-style.html: Added.
2609 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2611 Reviewed by Sam Weinig.
2613 Side bar linking to "DOM Interfaces" returns 404
2614 https://bugs.webkit.org/show_bug.cgi?id=24000
2618 2009-07-09 Oliver Hunt <oliver@apple.com>
2620 Reviewed by Geoff Garen.
2622 JavaScript section of http://webkit.org is excessively out of date.
2624 This removes old todo entries (like adding an API, which we've had since Leopard),
2625 and adds an additional todo for a webkit-less Objective-C API.
2627 * projects/javascript/index.html:
2629 2009-07-03 Adam Barth <abarth@webkit.org>
2631 Reviewed by Sam Weinig.
2633 Adam and Collin's affiliation is incorrect
2634 https://bugs.webkit.org/show_bug.cgi?id=26954
2636 This change corrects their affiliation.
2638 * security/security-group-members.html:
2640 2009-06-24 Brady Eidson <beidson@apple.com>
2642 Reviewed by Mark Rowe
2644 * demos/index.html: Fix more typos etc.
2646 2009-06-17 Sam Weinig <sam@webkit.org>
2648 Reviewed by Mark Rowe.
2650 * security/index.html: Fix some typos.
2652 2009-06-17 Sam Weinig <sam@webkit.org>
2654 Reviewed by Mark Rowe.
2656 Move security policy to security/index.html so that
2657 webkit.org/security/ works.
2660 * security/index.html: Copied from security/security-policy.html.
2661 * security/security-policy.html: Removed.
2663 2009-06-13 Sam Weinig <sam@webkit.org>
2665 Reviewed by Timothy Hatcher.
2667 Add WebKit Security Policy and member list of the WebKit Security Group.
2671 * security/security-group-members.html: Added.
2672 * security/security-policy.html: Added.
2674 2009-06-12 Brady Eidson <beidson@apple.com>
2676 Reviewed by Oliver Hunt
2678 Add a page indexing the various demo applications we have posted.
2680 * demos/index.html: Added.
2681 * nav.inc: Add a link to the demos page on the side bar
2682 * css/main.css: Add a style for date stamps based on the blog.
2684 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2685 index.html as the Calendar.html url has already been published and we should keep it working.
2687 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2688 * demos/drosera: Removed.
2689 * demos/drosera/demo.js: Removed.
2690 * demos/drosera/drosera.png: Removed.
2691 * demos/drosera/index.html: Removed.
2692 * misc/drosera: Copied from demos/drosera.
2694 Move the sticky notes example into /demos:
2695 * demos/sticky-notes: Added.
2696 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2697 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2698 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2699 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2700 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2701 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2702 * misc/DatabaseExample.manifest: Removed.
2703 * misc/deleteButton.png: Removed.
2704 * misc/deleteButtonPressed.png: Removed.
2706 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2708 Reviewed by Eric Seidel.
2710 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2711 Update a few items in the testing language to:
2712 (1) Reflect results are now generated with Leopard (not Tiger)
2713 (2) Explain how to generate pixel-level layout tests.
2715 * quality/testing.html:
2716 * quality/testwriting.html:
2718 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2720 Bug 26188: Clarify some of the cases in the coding style guide
2722 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2724 Reviewed and tweaked by David Kilzer.
2726 Changed the coding style document to clarify some cases of ambiguity.
2728 * coding/coding-style.html:
2730 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2732 Not reviewed, demo content.
2734 - Add doctype to Calendar demo.
2736 * demos/calendar/Calendar.html:
2738 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2740 Not reviewed, demo content.
2742 - add Calendar demo.
2744 * demos/calendar: Added.
2745 * demos/calendar/Boom.aiff: Added.
2746 * demos/calendar/Calendar.css: Added.
2747 * demos/calendar/Calendar.html: Added.
2748 * demos/calendar/Calendar.js: Added.
2749 * demos/calendar/Calendar.manifest: Added.
2750 * demos/calendar/CalendarApp.icns: Added.
2751 * demos/calendar/Images: Added.
2752 * demos/calendar/Images/AirPort4.png: Added.
2753 * demos/calendar/Images/AirPortError.png: Added.
2754 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2755 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2756 * demos/calendar/Images/statusbarBackground.png: Added.
2757 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2758 * demos/calendar/LocationImage.js: Added.
2759 * demos/calendar/Utilities.js: Added.
2760 * demos/calendar/favicon.ico: Added.
2761 * demos/calendar/mime.types: Added.
2763 2009-05-20 Mark Rowe <mrowe@apple.com>
2765 Rubber-stamped by Eric Seidel.
2767 Prevent search engines from getting creative in their descriptions of webkit.org content.
2769 * blog/wp-content/themes/webkit/header.php:
2772 2009-05-06 Eric Seidel <eric@webkit.org>
2774 Reviewed by Maciej Stachowiak.
2776 Update Contributing instructions after feedback from Julie Parent.
2777 https://bugs.webkit.org/show_bug.cgi?id=25611
2779 * coding/contributing.html: Add a few more comments on ChangeLogs
2781 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2783 Reviewed by Steve Falkenburg
2785 Fix the link for setting the Platform SDK paths in the Windows instructions.
2787 * building/build.html:
2789 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2791 Reviewed by Darin Adler.
2793 https://bugs.webkit.org/show_bug.cgi?id=25186
2794 There is no XSLT component in bugzilla
2796 * projects/xslt/index.html: Changed to search by bug title.
2798 2009-02-20 David Kilzer <ddkilzer@apple.com>
2800 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2802 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2804 Reviewed by Alexey Proskuryakov.
2806 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2807 * perf/sunspider-0.9/3d-morph.html: Ditto.
2808 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2809 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2810 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2811 * perf/sunspider-0.9/access-nbody.html: Ditto.
2812 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2813 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2814 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2815 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2816 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2817 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2818 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2819 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2820 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2821 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2822 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2823 * perf/sunspider-0.9/math-cordic.html: Ditto.
2824 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2825 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2826 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2827 * perf/sunspider-0.9/string-base64.html: Ditto.
2828 * perf/sunspider-0.9/string-fasta.html: Ditto.
2829 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2830 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2831 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2832 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2833 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2834 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2836 2009-01-19 Adam Roben <aroben@apple.com>
2838 Add links to some recommended Visual Studio hotfixes
2840 Reviewed by Dave Hyatt.
2842 * building/tools.html:
2844 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2846 Reviewed by Adele Petersen.
2847 Landed by Pamela Greene.
2849 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2850 Remove links to no-longer-existing Drosera project.
2851 Also, clean up references to wiki in the nav.inc file.
2853 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2855 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2857 Reviewed by Darin Adler.
2858 Landed by Pamela Greene.
2860 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2861 Update website so that newbies are told they must set the
2862 WebKitOutputDir to get a valid build.
2864 * building/build.html: Add language (and link) indicating the
2865 importance of setting the WebKitOutputDir variable, as well
2866 as a link to instructions on how to do so.
2868 2008-12-19 Dean Jackson <dino@apple.com>
2870 Media queries that return <integer> but are really boolean
2871 are restricted to 0 and 1. This is in line with other
2874 * specs/MediaQueriesExtensions.html:
2876 2008-12-03 Dean Jackson <dino@apple.com>
2878 Added links to the WebKit and Mozilla bugs for pointer-events.
2880 * specs/PointerEventsProperty.html:
2882 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2884 Reviewed by Eric Seidel.
2886 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2887 https://bugs.webkit.org/show_bug.cgi?id=22468
2889 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2890 added an explanation about the implementation files.
2892 * coding/coding-style.html:
2894 2008-11-25 Dean Jackson <dino@apple.com>
2896 Add a new work-in-progress proposal for pointer-events in
2897 HTML content. Also note that the Media Queries extensions
2898 are not at all official.
2900 * specs/MediaQueriesExtensions.html:
2901 * specs/PointerEventsProperty.html: Added.
2904 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2906 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2908 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2910 Reviewed by David Kilzer.
2912 * projects/documentation/index.html: Added link to "Introduction to
2913 WebKit Objective-C Programming Guide".
2915 2008-11-24 Dean Jackson <dino@apple.com>
2917 Document the work-in-progress proposed extensions to
2918 CSS 3 Media Queries.
2920 * specs/MediaQueriesExtensions.html: Added.
2923 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2925 Reviewed by Sam Weinig and Antti Koivisto.
2927 Clarified the last coding style rule, which was a baffling in its
2930 (Now let's see if our code ever starts following this rule!)
2932 * coding/coding-style.html:
2934 2008-11-17 Brady Eidson <beidson@apple.com>
2936 Reviewed by Mark Rowe
2938 Clarify an edge case for acronym capitalization.
2940 * coding/coding-style.html:
2942 2008-11-11 Simon Fraser <simon.fraser@apple.com>
2944 Update leaves animation sample.
2946 * blog-files/leaves/index.html:
2947 * blog-files/leaves/leaves.css:
2949 2008-11-11 Dean Jackson <dino@apple.com>
2951 Removed quotes in animation name value.
2953 * blog-files/pulse.html:
2955 2008-11-11 Dean Jackson <dino@apple.com>
2957 Added a smaller version of a screenshot.
2959 * blog-files/leaves-screenshot-small.jpg: Added.
2961 2008-11-11 Dean Jackson <dino@apple.com>
2963 Add a bunch of examples for CSS Animation blog draft.
2965 * blog-files/bounce.html: Added.
2966 * blog-files/bounce.png: Added.
2967 * blog-files/leaves-screenshot.jpg: Added.
2968 * blog-files/leaves/images/apple-touch-icon.png: Added.
2969 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
2970 * blog-files/leaves/images/realLeaf1.png: Added.
2971 * blog-files/leaves/images/realLeaf2.png: Added.
2972 * blog-files/leaves/images/realLeaf3.png: Added.
2973 * blog-files/leaves/images/realLeaf4.png: Added.
2974 * blog-files/leaves/images/textBackground.png: Added.
2975 * blog-files/leaves/index.html: Added.
2976 * blog-files/leaves/leaves.css: Added.
2977 * blog-files/leaves/leaves.js: Added.
2978 * blog-files/pulse.html: Added.
2979 * blog-files/pulse.png: Added.
2981 2008-10-30 Cameron Zwarich <zwarich@apple.com>
2983 Rubber-stamped by Mark Rowe.
2985 Update the link to Mac Subversion binaries.
2987 * building/tools.html:
2989 2008-10-27 Antti Koivisto <antti@apple.com>
2993 * blog-files/squirrelfish-link-animated.svg: Added.
2995 2008-10-27 Antti Koivisto <antti@apple.com>
2999 * blog-files/cubes-7.svg: Added.
3000 * blog-files/number-morph.svg: Added.
3002 2008-10-07 Darin Adler <darin@apple.com>
3004 * coding/RefPtr.html: Second draft.
3006 2008-10-04 Mark Rowe <mrowe@apple.com>
3008 Upgrade to WordPress 2.6.2.
3012 2008-09-26 Timothy Hatcher <timothy@apple.com>
3014 Add screenshots of searching in the Web Inspector.
3018 * blog-files/inspector-searching-elements.png: Added.
3019 * blog-files/inspector-searching-profiles.png: Added.
3021 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3025 - add some screenshots.
3027 * blog-files/acid3-screenshot.png: Added.
3028 * blog-files/acid3-timing-screenshot.png: Added.
3030 2008-09-25 Darin Adler <darin@apple.com>
3032 * contact.html: Take a cut at making the role of webkitsdk-dev
3033 clearer, specifying that it's Mac OS X specific and hosted at
3036 2008-09-24 Timothy Hatcher <timothy@apple.com>
3038 Add new screenshots of the Web Inspector's Scope Variables pane.
3042 * blog-files/inspector-closure-scope.png: Added.
3043 * blog-files/inspector-event-scope.png: Added.
3044 * blog-files/inspector-with-scope.png: Added.
3046 2008-09-24 Timothy Hatcher <timothy@apple.com>
3048 Add another screenshot of the Web Inspector.
3052 * blog-files/inspector-disabling-properties.png: Added.
3054 2008-09-24 Timothy Hatcher <timothy@apple.com>
3056 Add new screenshots of the Web Inspector.
3060 * blog-files/inspector-console-autocomplete.png: Added.
3061 * blog-files/inspector-databases-panel-query-view.png: Added.
3062 * blog-files/inspector-databases-panel.png: Added.
3063 * blog-files/inspector-elements-panel.png: Added.
3064 * blog-files/inspector-numeric-style-stepping.gif: Added.
3065 * blog-files/inspector-profiles-panel.png: Added.
3066 * blog-files/inspector-resources-panel.png: Added.
3067 * blog-files/inspector-scripts-panel.png: Added.
3068 * blog-files/inspector-status-bar-with-errors.png: Added.
3069 * blog-files/inspector-toolbar.png: Added.
3071 2008-09-24 Timothy Hatcher <timothy@apple.com>
3075 * demos/drosera/demo.js: Add some console.profile() calls.
3077 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3079 Reviewed by Darin Adler.
3081 * projects/performance/index.html: Remove dead link to the 24fun test.
3083 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3087 * blog-files/animation-demo.svg: Added.
3089 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3093 * blog-files/sfx-perf.png: Added.
3095 2008-08-25 Mark Rowe <mrowe@apple.com>
3097 Reviewed by Dan Bernstein.
3099 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3101 * quality/bugwriting.html:
3103 2008-08-18 Mark Rowe <mrowe@apple.com>
3105 Upgrade to WordPress 2.6.1.
3109 2008-08-01 Adam Roben <aroben@apple.com>
3111 Add a link to the instructions to use Apple's Safari for Windows
3114 Reviewed by Eric Seidel.
3116 * building/debug.html:
3118 2008-07-28 Robert Blaut <webkit@blaut.biz>
3120 Reviewed by Mark Rowe.
3122 Fix for bug: Website provides no guidance on debugging
3123 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3125 * building/debug.html: added info about Xcode Debugging Guide.
3127 2008-07-26 Mark Rowe <mrowe@apple.com>
3129 Rubber-stamped by Oliver Hunt.
3131 Update the Squirrelfish bytecode documentation.
3133 * specs/squirrelfish-bytecode.html:
3135 2008-07-26 Robert Blaut <webkit@blaut.biz>
3137 Reviewed by Eric Seidel.
3139 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3140 Corrected validation errors in main.css file.
3144 2008-07-26 Robert Blaut <webkit@blaut.biz>
3146 Reviewed by Alexey Proskuryakov.
3148 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3149 Added notes about unsupported Visual Studio versions.
3151 * building/tools.html:
3153 2008-07-26 Robert Blaut <webkit@blaut.biz>
3155 Reviewed by Eric Seidel.
3157 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3158 Removed basic requirements for undetected version of WebKit.
3160 * quality/reporting.html:
3162 2008-07-26 Robert Blaut <webkit@blaut.biz>
3164 Reviewed by Adele Petersen.
3166 Fix for bug 7436: Truncated title on webkit DOM page.
3167 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3169 * projects/dom/index.html: Added basic project informations.
3171 2008-07-24 Adam Roben <aroben@apple.com>
3173 Remove some redundant text accidentally checked in
3175 * building/tools.html:
3177 2008-07-24 Adam Roben <aroben@apple.com>
3179 Fix a dead link to the Windows Platform SDK and related instructions
3181 Rubberstamped by Alexey Proskuryakov.
3183 * building/tools.html: Fixed a dead link.
3185 2008-07-21 Mark Rowe <mrowe@apple.com>
3187 Update Akismet plugin to 2.1.6.
3189 * blog/wp-content/plugins/akismet/akismet.php:
3191 2008-07-21 Mark Rowe <mrowe@apple.com>
3193 Update to WordPress 2.6.
3197 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3199 Fixed indentation of example code for C++ pointers/references!
3201 * coding/coding-style.html:
3203 2008-07-18 Robert Blaut <webkit@blaut.biz>
3205 Reviewed by David Kilzer.
3207 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3208 Added code style guidelines for multi-line boolean expressions
3210 * coding/coding-style.html:
3212 2008-07-02 Mark Rowe <mrowe@apple.com>
3214 Update a URL that was out of date.
3216 * building/checkout.html:
3218 2008-07-01 Mark Rowe <mrowe@apple.com>
3220 Update the path to the configuration file.
3222 * blog/wp-config.php:
3224 2008-06-27 Dan Bernstein <mitz@apple.com>
3226 Reviewed by Timothy Hatcher.
3228 * css/main.css: Reduced text shadow offsets.
3230 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3232 Not reviewed, web site fix.
3234 Remove blank lines in an attempt to fix feeds.
3236 * blog/wp-content/themes/webkit/index.php:
3237 * blog/wp-content/themes/webkit/links.php:
3239 2008-06-22 Aaron Digulla <digulla@hepe.com>
3241 Reviewed by Darin Adler.
3243 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3244 Bug 18993: Update of buttons in editing toolbar demo lags behind
3246 * demos/editingToolbar/FancyToolbar.js:
3247 * demos/editingToolbar/index.html:
3249 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3251 A handy reference image.
3253 * blog-files/acid3-timing.png: Added.
3255 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3259 - tweak newly added markup.
3261 * blog/wp-content/themes/webkit/header.php:
3263 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3265 Rubber stamped by Adele.
3267 - add short title and multisize icon
3269 * blog/wp-content/themes/webkit/header.php:
3270 * images/surfin-safari.icns: Added.
3272 2008-06-04 Dean Jackson <dino@apple.com>
3274 Put index pages into specs dirs to make it easier to
3277 * specs/index.html: Added.
3278 * specs/CSSVisualEffects/index.html: Added.
3280 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3282 Add a snapshot of the squirrelfish bytecode docs.
3284 * specs/squirrelfish-bytecode.html: Added.
3286 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3288 Transparent background!
3290 * blog-files/squirrelfish.png:
3292 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3296 * blog-files/squirrelfish-webkit-graph.png:
3298 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3300 Renamed this file quiet down the peanut gallery.
3302 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3303 * blog-files/webkit-graph.png: Removed.
3305 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3309 * blog-files/webkit-graph.png: Added.
3311 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3313 Moved the squirrelfish mascot to the right place.
3315 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3316 * images/squirrelfish.png: Removed.
3318 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3320 Uploaded the squirrelfish mascot.
3322 * images/squirrelfish.png: Added.
3324 2008-05-23 William Siegrist <wsiegrist@apple.com>
3326 Reviewed by Mark Rowe
3328 Rename duplicated "notice" id to "terms".
3333 2008-05-16 Anders Carlsson <andersca@apple.com>
3337 Add manifest MIME type.
3341 2008-05-14 Anders Carlsson <andersca@apple.com>
3345 Make our Sticky notes example an offline web app.
3347 * misc/DatabaseExample.html:
3348 * misc/DatabaseExample.manifest: Added.
3350 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3352 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3354 * demos/transitions-and-transforms/index.html:
3356 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3358 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3360 * demos/transitions-and-transforms/index.html:
3362 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3364 Tweaked demo visuals slightly.
3366 * demos/transitions-and-transforms/leopard.css:
3368 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3370 Tweak CSS to look a little better while loading.
3372 * demos/transitions-and-transforms/leopard.css:
3374 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3376 Not reviewed - new demo.
3378 Added a demo of CSS Transforms and Transitions.
3380 * demos/transitions-and-transforms: Added.
3381 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3382 * demos/transitions-and-transforms/Horsehead.png: Added.
3383 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3384 * demos/transitions-and-transforms/Quick Look.png: Added.
3385 * demos/transitions-and-transforms/Spaces.png: Added.
3386 * demos/transitions-and-transforms/Stacks.png: Added.
3387 * demos/transitions-and-transforms/Time Machine.png: Added.
3388 * demos/transitions-and-transforms/index.html: Added.
3389 * demos/transitions-and-transforms/leopard.css: Added.
3390 * demos/transitions-and-transforms/no-style.html: Added.
3392 2008-05-08 Mark Rowe <mrowe@apple.com>
3394 Reviewed by Sam Weinig.
3396 Add a link to the Mac OS Forge terms of use.
3400 2008-04-25 Mark Rowe <mrowe@apple.com>
3402 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3406 2008-04-21 Dean Jackson <dino@apple.com>
3408 Updated CSS Visual Effects proposals.
3412 * described simplified sandwich model (that animations have no effect
3413 outside their duration and last specified animation wins)
3414 * diagram showing the above
3415 * specified animations to start at style resolution or document load,
3417 * animation start events always have elapsedTime == 0
3421 * removed text saying that elements cannot be drawn as intersecting.
3422 * described that preserve-3d trees often need a flattening parent, otherwise
3423 elements can be hidden behind their ancestor's background.
3424 * describe that preserve-3d is not always possible, such as when
3425 overflow is 'hidden'.
3431 * specs/CSSVisualEffects/CSSAnimation.html:
3432 * specs/CSSVisualEffects/CSSTransforms.html:
3433 * specs/CSSVisualEffects/CSSTransitions.html:
3434 * specs/CSSVisualEffects/sandwich.png: Added.
3436 2008-04-08 Dean Jackson <dino@apple.com>
3438 Add some updated proposals for CSS specifications, such as
3439 Transforms and Transitions which are already implemented in TOT.
3441 * specs/CSSVisualEffects: Added.
3442 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3443 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3444 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3446 2008-03-31 Mark Rowe <mrowe@apple.com>
3448 Add some images that were missed in the WordPress 2.5 upgrade.
3452 2008-03-31 Mark Rowe <mrowe@apple.com>
3454 Upgrade to WordPress 2.5
3458 2008-03-28 Darin Adler <darin@apple.com>
3460 * building/build.html: Add another mention of using the Cygwin shell.
3461 * building/tools.html: Fix a typo on the name Cygwin.
3463 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3465 More screenshots for the blog.
3467 * blog-files/acid3-full-rendering-pass.png: Added.
3468 * blog-files/acid3-rendering-reference.png: Added.
3470 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3472 Screenshot for blog post.
3474 * blog-files/acid3-100.png: Added.
3476 2008-03-23 Antti Koivisto <antti@apple.com>
3478 * blog-files/wsj-vs.png: Added.
3480 2008-03-23 Eric Seidel <eric@webkit.org>
3484 Make our SVG status document slightly less inaccurate.
3486 * projects/svg/status.xml:
3488 2008-03-21 Antti Koivisto <antti@apple.com>
3490 Add some images for a blog post.
3492 * blog-files/wsj-nopreload.png: Added.
3493 * blog-files/wsj-preload.png: Added.
3495 2008-03-17 Dan Bernstein <mitz@apple.com>
3497 Reviewed by Sam Weinig.
3499 - link "backtrace" to the page that explains how to get one
3501 * quality/bugwriting.html:
3503 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3505 Rubber-stamped by Mitz.
3507 Update crash log page with instructions for Leopard.
3509 * quality/crashlogs.html:
3511 2008-03-11 Robert Blaut <webkit@blaut.biz>
3513 Reviewed by Darin Adler.
3515 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3516 Patch deletes an obsolete hitlist.html page and other references to it
3518 * nav.inc: removed menu link to hitlist.html
3519 * projects/compat/hitlist.html: Removed.
3520 * projects/compat/index.html: removed reference to hitlist.html
3522 2008-03-06 Timothy Hatcher <timothy@apple.com>
3524 Rubber-stamped by Adam Roben.
3526 Add a simple page that has various demo functions for Drosera.
3528 * demos/drosera: Added.
3529 * demos/drosera/demo.js: Added.
3530 * demos/drosera/drosera.png: Added.
3531 * demos/drosera/index.html: Added.
3533 2008-03-04 Mark Rowe <mrowe@apple.com>
3535 Rubber-stamped by Brady Eidson.
3537 * building/tools.html: Update link to Windows Platform SDK to its new location.
3539 2008-03-04 Mark Rowe <mrowe@apple.com>
3541 Reviewed by Sam Weinig.
3543 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3545 * coding/coding-style.html:
3547 2008-02-08 Adam Roben <aroben@apple.com>
3549 * perf/slickspeed/config.ini: Fixed version number.
3551 2008-02-08 Adam Roben <aroben@apple.com>
3553 Update jQuery to v1.2.3
3555 Rubberstamped by Mitz.
3557 * perf/slickspeed/config.ini:
3558 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3560 2008-02-07 David Smith <catfish.man@gmail.com>
3562 Rubber stamped by weinig and bdash.
3563 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3565 * perf/slickspeed/frameworks/prototype.js:
3567 2008-02-07 David Smith <catfish.man@gmail.com>
3569 Rubber stamped by Mark Rowe
3570 Fix a duplicate selector in the test.
3572 * perf/slickspeed/selectors.list:
3574 2008-02-07 David Smith <catfish.man@gmail.com>
3576 Reviewed by Adam Roben.
3577 Added :nth-child and :last-child to the list of selectors to test.
3579 * perf/slickspeed/selectors.list:
3581 2008-02-05 Mark Rowe <mrowe@apple.com>
3583 Update WordPress to 2.3.3 which includes security fixes.
3585 * blog/wp-admin/install-helper.php:
3586 * blog/wp-includes/gettext.php:
3587 * blog/wp-includes/pluggable.php:
3588 * blog/wp-includes/version.php:
3591 2008-02-02 David Smith <catfish.man@gmail.com>
3595 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3596 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3598 * 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.
3599 * perf/slickspeed/selectors.list: Added the new selectors
3601 2008-02-02 Mark Rowe <mrowe@apple.com>
3603 Add WordPress plugin to give more control over blog comment settings.
3605 * blog/wp-content/plugins/commentcontrol.php: Added.
3607 2008-01-30 Jessica Kahn <jess@apple.com>
3609 Reviewed by Tim Hatcher.
3611 * coding/coding-style.html:
3612 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3614 2008-01-21 David Smith <catfish.man@gmail.com>
3616 Reviewed by Darin Adler.
3618 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3620 * perf/slickspeed: Added.
3621 * perf/slickspeed/config.ini: Added.
3622 * perf/slickspeed/footer.html: Added.
3623 * perf/slickspeed/frameworks: Added.
3624 * perf/slickspeed/frameworks/DomQuery.js: Added.
3625 * perf/slickspeed/frameworks/dummy.js: Added.
3626 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3627 * perf/slickspeed/frameworks/prototype.js: Added.
3628 * perf/slickspeed/header.html: Added.
3629 * perf/slickspeed/index.php: Added.
3630 * perf/slickspeed/instructions.txt: Added.
3631 * perf/slickspeed/logo.png: Added.
3632 * perf/slickspeed/selectors.list: Added.
3633 * perf/slickspeed/style.css: Added.
3634 * perf/slickspeed/system: Added.
3635 * perf/slickspeed/system/index.php: Added.
3636 * perf/slickspeed/system/slickspeed.js: Added.
3637 * perf/slickspeed/system/template.php: Added.
3638 * perf/slickspeed/template.html: Added.
3640 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3642 Added Vista crash logging information.
3646 * quality/crashlogs.html:
3648 2008-01-07 Eric Seidel <eric@webkit.org>
3650 Reviewed by Mark Rowe.
3652 * projects/svg/status.xml: remove fixed bugs.
3654 2007-12-30 Mark Rowe <mrowe@apple.com>
3656 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
3658 * blog/wp-admin/admin.php:
3659 * blog/wp-admin/includes/file.php:
3660 * blog/wp-admin/install.php:
3661 * blog/wp-admin/setup-config.php:
3663 * blog/wp-includes/formatting.php:
3664 * blog/wp-includes/functions.php:
3665 * blog/wp-includes/pluggable.php:
3666 * blog/wp-includes/post.php:
3667 * blog/wp-includes/query.php:
3668 * blog/wp-includes/taxonomy.php:
3669 * blog/wp-includes/version.php:
3670 * blog/wp-includes/wp-db.php:
3672 * blog/wp-settings.php:
3675 2007-12-29 Alp Toker <alp@atoker.com>
3679 * perf/sunspider-0.9/sunspider.html:
3681 2007-12-29 Alp Toker <alp@atoker.com>
3685 Provide the current URL in the SunSpider results page. Useful for
3686 copying benchmark results out of browsers without a location bar or
3687 where the location bar can't handle long URLs.
3689 * perf/sunspider-0.9/sunspider-results.html:
3691 2007-12-21 David Smith <catfish.man@gmail.com>
3693 At bdash's suggestion, display a message if someone attempts to run the 'native' version of the getElementsByClassName benchmark in a browser that doesn't support that.
3695 * blog-files/gebcnspeedtest.html:
3697 2007-12-21 David Smith <catfish.man@gmail.com>
3699 Add the benchmark from the previous commit as well.
3701 * blog-files/gebcnspeedtest.html: Added.
3702 * blog-files/prototype-for-gebcn-test.js: Added.
3704 2007-12-21 David Smith <catfish.man@gmail.com>
3706 Add a graph of benchmark results for an upcoming blog post.
3708 * blog-files/gebcnwebkitonly.png: Added.
3710 2007-12-18 Antti Koivisto <antti@apple.com>
3712 Reviewed by Darin and Steve.
3714 Add instructions to install the QuickTime SDK for Windows.
3716 * building/tools.html:
3718 2007-12-18 Mark Rowe <mrowe@apple.com>
3722 * perf/sunspider-0.9/sunspider.html:
3724 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3726 Correct link to Visual Studio Express 2005.
3727 Old link points to 2008.
3731 * building/tools.html:
3733 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3737 - work around IE layout bugs
3739 * perf/sunspider-0.9/sunspider.css:
3741 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3745 - fix compare feature
3747 * perf/sunspider-0.9/sunspider-results.html:
3749 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3751 Rubber stamped by Mark.
3753 - Add a copy of SunSpider 0.9 to the site
3756 * perf/sunspider-0.9: Added.
3757 * perf/sunspider-0.9/3d-cube.html: Added.
3758 * perf/sunspider-0.9/3d-morph.html: Added.
3759 * perf/sunspider-0.9/3d-raytrace.html: Added.
3760 * perf/sunspider-0.9/access-binary-trees.html: Added.
3761 * perf/sunspider-0.9/access-fannkuch.html: Added.
3762 * perf/sunspider-0.9/access-nbody.html: Added.
3763 * perf/sunspider-0.9/access-nsieve.html: Added.
3764 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
3765 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
3766 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
3767 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
3768 * perf/sunspider-0.9/controlflow-recursive.html: Added.
3769 * perf/sunspider-0.9/crypto-aes.html: Added.
3770 * perf/sunspider-0.9/crypto-md5.html: Added.
3771 * perf/sunspider-0.9/crypto-sha1.html: Added.
3772 * perf/sunspider-0.9/date-format-tofte.html: Added.
3773 * perf/sunspider-0.9/date-format-xparb.html: Added.
3774 * perf/sunspider-0.9/math-cordic.html: Added.
3775 * perf/sunspider-0.9/math-partial-sums.html: Added.
3776 * perf/sunspider-0.9/math-spectral-norm.html: Added.
3777 * perf/sunspider-0.9/regexp-dna.html: Added.
3778 * perf/sunspider-0.9/string-base64.html: Added.
3779 * perf/sunspider-0.9/string-fasta.html: Added.
3780 * perf/sunspider-0.9/string-tagcloud.html: Added.
3781 * perf/sunspider-0.9/string-unpack-code.html: Added.
3782 * perf/sunspider-0.9/string-validate-input.html: Added.
3783 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
3784 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
3785 * perf/sunspider-0.9/sunspider-driver.html: Added.
3786 * perf/sunspider-0.9/sunspider-record-result.js: Added.
3787 * perf/sunspider-0.9/sunspider-results.html: Added.
3788 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
3789 * perf/sunspider-0.9/sunspider.css: Added.
3790 * perf/sunspider-0.9/sunspider.html: Added.
3792 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
3794 Reviewed by Maciej Stachowiak.
3796 http://bugs.webkit.org/show_bug.cgi?id=16446.
3798 * building/debug.html: Update to expand the win32 debugging instructions.
3800 2007-12-07 Brady Eidson <beidson@apple.com>
3802 Reviewed by Darin's rubberstamp
3804 When developing the Database feature and dealing with UI Delegate issues, it is important to have
3805 live examples on the web to help reproduce certain situations.
3807 This file is a dumping ground for such examples, and starts out with one function - the ability to add
3808 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
3810 * misc/DatabaseTester.html: Added.
3812 2007-12-07 Brady Eidson <beidson@apple.com>
3814 Reviewed by Adam Roben
3816 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
3817 unsupported browser or some other error that prevented the database from opening.
3818 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
3819 of those don't exist yet
3821 2007-12-05 Timothy Hatcher <timothy@apple.com>
3823 Add another Inspector screenshot for an upcoming blog post.
3825 * blog-files/InspectorDatabaseBrowser.png: Added.
3827 2007-12-04 Alp Toker <alp@atoker.com>
3829 Reviewed by Mark Rowe.
3831 Link to Planet WebKit.
3835 2007-12-02 Adam Roben <aroben@apple.com>
3837 Add another screenshot
3839 * blog-files/InspectElementMenu.png: Added.
3841 2007-12-02 Adam Roben <aroben@apple.com>
3843 Add some Inspector screenshots for an upcoming blog post
3845 Rubberstamped by Mark Rowe.
3847 * blog-files/InspectorCSSEditing.png: Added.
3848 * blog-files/InspectorFonts.png: Added.
3850 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3854 Link to the commit and review policy.
3856 * coding/contributing.html:
3859 2007-11-30 Darin Adler <darin@apple.com>
3861 * coding/commit-review-policy.html: A couple more typos and very
3862 minor grammatical stuff. No substantive change.
3864 2007-11-30 Darin Adler <darin@apple.com>
3866 * coding/commit-review-policy.html: Fixed a typo, added a footer.
3868 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3872 Clean up a couple of typos from Maciej's last patch.
3874 * coding/commit-review-policy.html:
3876 2007-11-30 Maciej Stachowiak <mjs@apple.com>
3878 Reviewed by Bertrand.
3880 New commit and review policy.
3882 * coding/commit-review-policy.html: Added.
3884 2007-11-21 Mark Rowe <mrowe@apple.com>
3888 Update coding style to cover control statements with no body.
3890 * coding/coding-style.html:
3892 2007-11-17 Adam Roben <aroben@apple.com>
3894 Update Windows debugging instructions
3896 Reviewed by Mark Rowe.
3898 * building/debug.html:
3900 2007-11-14 Brady Eidson <beidson@apple.com>
3904 * images/DroseraPic.png: Added.
3906 2007-11-12 Brady Eidson <beidson@apple.com>
3910 Update the DatabaseExample to use the new API
3912 * misc/DatabaseExample.html:
3914 2007-11-12 Mark Rowe <mrowe@apple.com>
3916 * building/tools.html: Remove extra >.
3918 2007-11-09 Antti Koivisto <antti@apple.com>
3920 Rubber stamped by bdash.
3922 Add directory for blog resources (and one image).
3924 * blog-files: Added.
3925 * blog-files/touch-poster.png: Added.
3927 2007-11-07 Dan Bernstein <mitz@apple.com>
3929 Reviewed by Darin Adler.
3931 - removed a workaround for the bug fixed in the WebCore part of this
3934 2007-11-04 Timothy Hatcher <timothy@apple.com>
3936 Land the HTML Editing Toolbar demo from WWDC 2007.
3939 * demos/editingToolbar: Added.
3940 * demos/editingToolbar/FancyToolbar.css: Added.
3941 * demos/editingToolbar/FancyToolbar.js: Added.
3942 * demos/editingToolbar/FancyToolbarImages: Added.
3943 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
3944 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
3945 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
3946 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
3947 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
3948 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
3949 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
3950 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
3951 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
3952 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
3953 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
3954 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
3955 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
3956 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
3957 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
3958 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
3959 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
3960 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
3961 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
3962 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
3963 * demos/editingToolbar/content.html: Added.
3964 * demos/editingToolbar/images: Added.
3965 * demos/editingToolbar/images/safari.png: Added.
3966 * demos/editingToolbar/index.html: Added.
3968 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
3970 CIA has changed its hostname from cia.navi.cx to cia.vc
3971 <http://bugs.webkit.org/show_bug.cgi?id=15829>
3975 * contact.html: Updated links to CIA.
3977 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
3979 LGPL'ed files contain incorrect FSF address
3980 <http://bugs.webkit.org/show_bug.cgi?id=14885>
3982 Reviewed by NOBODY (follow-up fix).
3984 * blog/wp-includes/class-snoopy.php:
3985 * blog/wp-includes/gettext.php:
3986 * blog/wp-includes/streams.php:
3988 2007-11-01 Sam Weinig <sam@webkit.org>
3990 Rubber-stamped by Tim Hatcher.
3992 * misc/DatabaseExample.html: Speed up default close speed to .25s
3994 2007-11-01 Sam Weinig <sam@webkit.org>
3996 Reviewed by Adam Roben.
3998 - Don't show the close button on the notes unless hovering over the note.
3999 - Do transformation and fade when closing a note using the new transition properties.
4001 * misc/DatabaseExample.html:
4003 2007-10-29 Mark Rowe <mrowe@apple.com>
4009 2007-10-29 Mark Rowe <mrowe@apple.com>
4011 Files that have been added or modified on the web server without making it in to SVN.
4014 * blog/wp-content/databaseexample.png: Added.
4015 * blog/wp-content/uploads: Added.
4016 * blog/wp-content/uploads/2007: Added.
4017 * blog/wp-content/uploads/2007/06: Added.
4018 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
4019 * building/cygwin-downloader.zip: Added.
4021 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
4023 Rubber-stamped by Mark Rowe.
4025 * images/download.png: Updated to say "Nightly builds" instead of
4026 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
4027 download link anyway.
4029 2007-10-21 David Kilzer <ddkilzer@webkit.org>
4031 Reviewed by Darin Adler.
4033 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
4034 DOM Exception opening up client-side database example for the first time
4036 There was a race condition when creating the WebKitStickyNotes table for the
4037 first time in which the loaded() function (renamed to loadNotes()) could be
4038 called before the table was created. Prevent this by only calling loadNotes()
4039 in an executeSql() callback after we know the table exists, or after we know
4040 the table has been created.
4042 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
4043 Created a new loaded() function.
4045 2007-10-20 Mark Rowe <mrowe@apple.com>
4047 Rubber-stamped by Adam.
4049 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
4051 * misc/DatabaseExample.html:
4052 * misc/deleteButton.png: Added.
4053 * misc/deleteButton.tiff: Removed.
4054 * misc/deleteButtonPressed.png: Added.
4055 * misc/deleteButtonPressed.tiff: Removed.
4057 2007-10-20 Adam Roben <aroben@apple.com>
4059 Make the notes sticky!
4063 * misc/DatabaseExample.html:
4064 * misc/deleteButton.tiff: Added.
4065 * misc/deleteButtonPressed.tiff: Added.
4067 2007-10-19 Timothy Hatcher <timothy@apple.com>
4069 Reviewed by Mark Rowe.
4071 Fix a couple of exceptions for first time users.
4073 * misc/DatabaseExample.html:
4075 2007-10-19 Anders Carlsson <andersca@apple.com>
4079 Make example actually work.
4081 * misc/DatabaseExample.html:
4083 2007-10-19 Anders Carlsson <andersca@apple.com>
4089 * misc/DatabaseExample.html:
4091 2007-10-19 Brady Eidson <beidson@apple.com>
4095 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
4097 * misc/DatabaseExample.html:
4099 2007-10-19 Brady Eidson <beidson@apple.com>
4101 Reviewed by Tim Hatcher
4103 Sample database API usage
4105 * misc/DatabaseExample.html: Added.
4107 2007-09-25 David Kilzer <ddkilzer@webkit.org>
4111 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
4112 LGPL'ed files contain incorrect FSF address
4114 * blog/wp-content/plugins/wp-cache/wp-cache.php:
4115 * blog/wp-includes/class-snoopy.php:
4116 * blog/wp-includes/gettext.php:
4117 * blog/wp-includes/js/tinymce/license.html:
4118 * blog/wp-includes/streams.php:
4120 2007-09-23 Maciej Stachowiak <mjs@apple.com>
4122 Reviewed by Mark Rowe.
4124 - Limit custom list bullets to ordered lists only
4135 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4139 * coding/coding-style.html:
4140 - in section Other Punctuation
4141 - syntax instead of synatax
4142 - fix sample code alignment
4144 2007-09-06 Maciej Stachowiak <mjs@apple.com>
4148 * misc/WebKitDetect.js: Added.
4150 2007-09-06 Maciej Stachowiak <mjs@apple.com>
4152 Not reviewed - copy of WebKitDetect script from wiki
4154 * misc/WebKitDetect.html: Added.
4156 2007-08-20 Adam Roben <aroben@apple.com>
4158 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
4162 * quality/crashlogs.html:
4164 2007-07-26 Maciej Stachowiak <mjs@apple.com>
4166 - grammar fix pointed out by Mitz.
4168 * projects/goals.html:
4170 2007-07-25 Maciej Stachowiak <mjs@apple.com>
4172 Rubber stamped by Adam.
4174 Added WebKit Project Goals.
4176 * nav.inc: added a nav link.
4177 * projects/goals.html: Added.
4179 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
4181 Reviewed by Adam Roben.
4183 Add information on getting a useful crash log on Mac and Windows.
4186 * quality/crashlogs.html: Added.
4187 * quality/mac_reportbox.jpg: Added.
4188 * quality/mac_viewtrace.jpg: Added.
4189 * quality/win_installwatson.jpg: Added.
4190 * quality/win_watsongui.jpg: Added.
4191 * quality/win_watsoninstalled.jpg: Added.
4193 2007-07-20 Mark Rowe <mrowe@apple.com>
4195 Replace symlink with a PHP-level include to allow use of git on Windows without cygwin.
4196 WordPress will replace the file with a symlink when it's first accessed, and the PHP-level
4197 include is functionally identical for our purposes on the first use.
4199 * blog/wp-content/advanced-cache.php:
4201 2007-07-16 Charles Gaudette <charles@gaudette-net.com>
4205 - http://bugs.webkit.org/show_bug.cgi?id=14628
4206 broken link on webkit.org home page - "KHTML" points to http://khtml.info/
4210 2007-07-06 Matt Lilek <pewtermoose@gmail.com>
4212 Reviewed by Adam Roben.
4214 Add info about VC++ Express forgetting SDK paths.
4216 * building/build.html:
4218 2007-07-02 Mitz Pettel <mitz@webkit.org>
4220 Reviewed by Darin Adler.
4222 - http://bugs.webkit.org/show_bug.cgi?id=14482
4223 Add information about the NeedsReduction and HasReduction keywords to quality/reduction.html
4225 * quality/reduction.html:
4227 2007-07-01 Mitz Pettel <mitz@webkit.org>
4229 Reviewed by Darin Adler.
4231 - http://bugs.webkit.org/show_bug.cgi?id=14481
4232 Broken links on coding/lgpl-license.html
4234 * coding/lgpl-license.html:
4236 2007-06-24 Mitz Pettel <mitz@webkit.org>
4238 Reviewed by Adam Roben.
4242 * building/build.html:
4244 2007-06-23 Mark Rowe <mrowe@apple.com>
4248 * building/checkout.html: Update link to bypass caching proxy as it has a habit of breaking huge downloads.
4250 2007-06-12 Adam Roben <aroben@apple.com>
4252 Update the location of cygwin-downloader.zip.
4254 Rubberstamped by Hyatt.
4256 * building/tools.html: