1 2013-12-13 Roger Fong <roger_fong@apple.com>
3 Update build instructions for Windows following upgrade to VS2013.
7 2013-11-30 Mark Rowe <mrowe@apple.com>
9 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
11 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
13 Reviewed by Sam Weinig.
15 * footer.inc: Remove the old analytics code.
16 * header.inc: Add the new stuff.
18 2013-10-29 Beth Dakin <bdakin@apple.com>
20 Just updating the sample code for this potential blog post.
22 * blog-files/regions/pizza-is-amazing.png: Replaced.
23 * blog-files/regions/unstyled-article.png: Replaced.
24 * demos/regions/pizza-regions-manifesto-regionstyling.html:
25 * demos/regions/pizza-regions-manifesto.html:
27 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
29 Mixed content error when accessing webkit.org/team.html over https
30 https://bugs.webkit.org/show_bug.cgi?id=123020
32 Reviewed by Alexey Proskuryakov.
34 When the webkit.org/team.html page is accessed over https most browsers report
35 Mixed Content error, which is caused by the fact that the contributos.json file
36 is accessed over a plain http connection and not https.
40 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
42 Cleanup webkit.org/team.html
43 https://bugs.webkit.org/show_bug.cgi?id=123022
45 Reviewed by Alexey Proskuryakov.
47 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
51 2013-10-16 Geoffrey Garen <ggaren@apple.com>
53 Publish SunSpider 1.0.2
54 https://bugs.webkit.org/show_bug.cgi?id=122923
56 Reviewed by Darin Adler.
58 * perf/sunspider/sunspider.html:
59 * perf/sunspider/versions.html:
61 2013-10-08 Geoffrey Garen <ggaren@apple.com>
63 Refined power management in SunSpider 1.0.2
64 https://bugs.webkit.org/show_bug.cgi?id=122525
66 Reviewed by Gavin Barraclough.
68 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
70 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
71 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
72 * perf/sunspider-1.0.2/sunspider.css:
76 2013-10-02 Geoffrey Garen <ggaren@apple.com>
78 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
80 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
81 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
83 2013-09-26 Geoffrey Garen <ggaren@apple.com>
85 Fixed a version number string in SunSpider 1.0.2
86 https://bugs.webkit.org/show_bug.cgi?id=122004
88 Reviewed by Gavin Barraclough.
90 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
92 2013-09-26 Geoffrey Garen <ggaren@apple.com>
94 Tentative SunSpider 1.0.2
95 https://bugs.webkit.org/show_bug.cgi?id=122002
97 Reviewed by Gavin Barraclough.
99 See comments in PerformanceTests/SunSpider.
101 * perf/sunspider-1.0.2: Added.
103 2013-09-20 Mark Rowe <mrowe@apple.com>
105 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
107 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
109 Reviewed by David Kilzer.
111 * building/debug-mac-uiprocess.html:
112 * building/tools.html:
114 2013-09-19 Dan Bernstein <mitz@apple.com>
116 Add a style guideline regarding spacing in range-based for loops
117 https://bugs.webkit.org/show_bug.cgi?id=121620
119 Reviewed by Anders Carlsson.
121 * coding/coding-style.html: Added the guideline that spaces should be placed
122 around the colon in a range-based for loop.
124 2013-09-10 Beth Dakin <bdakin@apple.com>
126 Adding another screenshot for a potential blog post.
128 * blog-files/regions/unstyled-article.png: Added.
130 2013-09-09 Roger Fong <roger_fong@apple.com>
132 Update build instructions for Apple Windows port to include cygwin php install steps.
134 * building/tools.html:
136 2013-09-04 Beth Dakin <bdakin@apple.com>
138 Fixing a typo in demo files and screenshot.
140 * blog-files/regions/pizza-is-amazing.png: Replaced.
141 * demos/regions/pizza-regions-manifesto-regionstyling.html:
142 * demos/regions/pizza-regions-manifesto.html:
144 2013-09-04 Beth Dakin <bdakin@apple.com>
146 Upload demo and images for a potential blog post.
148 * blog-files/regions: Added.
149 * blog-files/regions/pizza-is-amazing.png: Added.
150 * demos/regions: Added.
151 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
152 * demos/regions/pizza-regions-manifesto.html: Added.
153 * demos/regions/yellow-pizza.jpg: Added.
155 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
157 Fix the recommended testing platform on the website
159 Rubberstamped by Enrica Casucci.
161 * quality/testing.html:
163 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
165 Fix webkit.org content overflowing their content box
167 Rubberstamped by Simon Fraser.
169 More fixes to have webkit.org show properly on iPad and iPhone.
171 * blog/wp-content/themes/webkit/header.php:
172 Add the correct viewport width for the blog.
174 * building/debug.html:
175 * building/launch-debugger-vs2010-small.png: Added.
176 * building/set-debugging-properties-vs2010-small.png: Added.
177 Fix the images to make them fit in the page.
179 * coding/adding-features.html:
180 Using <pre> for the example of email just make it looks like our code examples.
181 Change the source to use <blockquote> so that the text can reflow to the content box.
183 (.code, pre, tt, code):
184 Scroll the content when it overflows the box for code and pre.
186 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
188 Give a smaller viewport to webkit.org on devices
190 Rubberstamped by Simon Fraser.
192 The CSS of WebKit.org layout the content on 615px + a right margin of
193 215px + a left margin of 20px. The total layout width is 850px.
195 The standard viewport size on mobile devices is 980px. This leaves a gap
196 on the right side of the content when opening the size on iPhone/iPad.
198 This patch changes the layout width to be 860 to display more content on devices
199 while keeping a little margin.
203 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
205 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
206 https://bugs.webkit.org/show_bug.cgi?id=117993
208 Reviewed by George Staikos.
210 * perf/sunspider-1.0.1/json2.js: Added.
211 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
212 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
213 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
214 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
215 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
216 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
217 * perf/sunspider-1.0.1/sunspider.css: Added.
218 * perf/sunspider-1.0.1/sunspider.html: Added.
219 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
220 * perf/sunspider/versions.html: Updated to version 1.0.1.
222 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
224 Update the images for the blog size-matters
226 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
227 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
228 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
230 2013-08-05 Dean Jackson <dino@apple.com>
232 Move previous commit into /demos.
234 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
235 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
236 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
237 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
239 2013-08-05 Dean Jackson <dino@apple.com>
241 Upload example for a blog post.
243 * blog-files/srcset/image-1x.png: Added.
244 * blog-files/srcset/image-2x.png: Added.
245 * blog-files/srcset/image-src.png: Added.
246 * blog-files/srcset/index.html: Added.
248 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
250 Upload images for a potential blog post
252 * blog-files/size-matters: Added.
253 * blog-files/size-matters/JavaScript-growth.png: Added.
254 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
255 * blog-files/size-matters/WebCore-growth.png: Added.
256 * blog-files/size-matters/WebKit-growth.png: Added.
258 2013-07-14 Kwang Yul Seo <skyul@company100.net>
260 Add Company100 to team.html
261 https://bugs.webkit.org/show_bug.cgi?id=118633
263 Reviewed by Andreas Kling.
267 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
269 Add 'partner.samsung.com' to domain affiliations
270 https://bugs.webkit.org/show_bug.cgi?id=118580
272 Reviewed by Antonio Gomes.
276 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
278 Add screenshot of the inspector color picker for the blog
280 * blog-files/last-week-in-webkit: Added.
281 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
283 2013-06-27 Roger Fong <roger_fong@apple.com>
285 Update required tools for Windows instructions.
287 * building/tools.html:
289 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
291 The page title of technical-articles.html is incorrect.
292 https://bugs.webkit.org/show_bug.cgi?id=117727
294 Reviewed by Ryosuke Niwa.
296 Changed the page title of technical-articles.html to "WebKit Technical Articles".
298 * coding/technical-articles.html:
300 2013-06-14 Timothy Hatcher <timothy@apple.com>
302 Shrink larger images to fit the width of the blog.
304 * blog-files/new-inspector/hero-labeled.png:
305 * blog-files/new-inspector/hero.png:
307 2013-06-12 Roger Fong <roger_fong@apple.com>
309 Update webkit.org build instructions for Apple Windows port.
310 https://bugs.webkit.org/show_bug.cgi?id=117563.
312 Reviewed by Brent Fulgham.
314 * building/build.html:
315 * building/debug.html:
316 * building/launch-debugger-vs2005.png: Removed.
317 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
318 * building/set-as-startup-project-vs2005.png: Removed.
319 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
320 * building/set-debugging-properties-vs2005.png: Removed.
321 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
322 * building/tools.html:
324 2013-06-12 Timothy Hatcher <timothy@apple.com>
326 Add new Web Inspector images for a blog post.
328 * blog-files/new-inspector/activity-viewer.png: Added.
329 * blog-files/new-inspector/codemirror.png: Added.
330 * blog-files/new-inspector/console.png: Added.
331 * blog-files/new-inspector/hero-labeled.png: Added.
332 * blog-files/new-inspector/hero.png: Added.
333 * blog-files/new-inspector/layer-borders.png: Added.
334 * blog-files/new-inspector/layers.png: Added.
335 * blog-files/new-inspector/navigation-bar.png: Added.
336 * blog-files/new-inspector/open-sign.png: Added.
337 * blog-files/new-inspector/reasons.png: Added.
338 * blog-files/new-inspector/save.png: Added.
339 * blog-files/new-inspector/source-map.png: Added.
340 * blog-files/new-inspector/styles.png: Added.
341 * blog-files/new-inspector/toolbar-context-menu.png: Added.
342 * blog-files/new-inspector/toolbar-docked.png: Added.
343 * blog-files/new-inspector/toolbar.png: Added.
345 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
347 Broken link to committers list on contributing web page
348 https://bugs.webkit.org/show_bug.cgi?id=116722
350 Reviewed by Andreas Kling.
352 * coding/contributing.html:
353 Changed broken link to point to the team page instead.
355 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
357 Make team.html have each contributor's area of expertise
358 https://bugs.webkit.org/show_bug.cgi?id=116737
360 Reviewed by Benjamin Poulain.
363 Update to use the new expertise field in contributors.json.
365 2013-04-30 Filip Pizlo <fpizlo@apple.com>
367 Release SunSpider 1.0
369 Rubber stamped by Maciej Stachowiak.
371 * perf/sunspider-1.0: Added.
372 * perf/sunspider-1.0/json2.js: Added.
374 * perf/sunspider-1.0/sunspider-1.0: Added.
375 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
376 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
377 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
378 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
379 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
392 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
393 (.computeItemTotals):
396 (.standardDeviation):
401 (.computeLabelWidth):
406 (sunspiderCompareResults):
407 * perf/sunspider-1.0/sunspider.css: Added.
416 * perf/sunspider-1.0/sunspider.html: Added.
417 * perf/sunspider/sunspider.html:
418 * perf/sunspider/versions.html: Added.
420 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
422 Update team.html to use contributors.json instead of committers.py
423 https://bugs.webkit.org/show_bug.cgi?id=114720
425 Reviewed by Ryosuke Niwa.
427 Updating the team.html to use contributors.json. Also removing the unused field 'area'
428 from the contributors information.
432 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
434 The list of contributors in committers.py should be a separate JSON
435 https://bugs.webkit.org/show_bug.cgi?id=114673
437 Reviewed by Anders Carlsson.
439 Updated the website to refer to contributors.json instead of committers.py.
441 * coding/commit-review-policy.html:
443 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
445 Simplify the page "Getting the Code" on WebKit.org
446 https://bugs.webkit.org/show_bug.cgi?id=113980
448 Reviewed by Sam Weinig.
450 * building/checkout.html:
451 Instead of interleaving instructions for Mac and Windows, just
452 copy the things that make sense and have two clear sections.
454 Also mention Linux, it is the exact same instructions as Mac OS X.
456 Make svn checkout the alternative to a download of the tarball. It is
457 almost impossible to do a svn checkout on slow networks nowadays.
459 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
461 Update WebKit.org's contact page
462 https://bugs.webkit.org/show_bug.cgi?id=113968
464 Reviewed by Geoffrey Garen.
467 -Add a direct link to our archives on Gmane.
468 -References the ports mailing-lists. This may reduces the emails
469 erroneously sent to webkit-dev.
470 -Add a link to our "reporting bug page".
471 -Get rid of the link to CIA. The website is dead.
473 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
475 Add Digia to the domain affiliations
476 https://bugs.webkit.org/show_bug.cgi?id=110116
478 Reviewed by Kenneth Rohde Christiansen.
482 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
484 Add basysKom to domainAffiliations in team.html
485 https://bugs.webkit.org/show_bug.cgi?id=109306
487 Reviewed by Laszlo Gombos.
489 Register basysKom as contributing company in
490 http://www.webkit.org/team.html.
494 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
496 Add intel.com to team.html
497 https://bugs.webkit.org/show_bug.cgi?id=109424
499 Reviewed by Kenneth Rohde Christiansen.
503 2013-02-10 Dirk Schulze <dschulze@adobe.com>
505 Add adobe.com to team.html
506 https://bugs.webkit.org/show_bug.cgi?id=109396
508 Reviewed by Laszlo Gombos.
512 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
514 Add sisa.samsung.com to team.html
515 https://bugs.webkit.org/show_bug.cgi?id=109394
517 Reviewed by Dirk Schulze.
521 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
523 Add a sample change log entry to contributing.html
524 https://bugs.webkit.org/show_bug.cgi?id=105506
526 Reviewed by Alexey Proskuryakov.
528 Added a sample change log to the page directly people skimming through the page will still
529 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
531 * coding/contributing.html:
533 2012-12-18 Nico Weber <thakis@chromium.org>
535 Fix broken loop in style guide
536 https://bugs.webkit.org/show_bug.cgi?id=105346
538 Reviewed by Ryosuke Niwa.
540 Found by Sean Silva <silvas@purdue.edu>
542 * coding/coding-style.html:
544 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
546 Add instructions on how to build WebKit on Xcode 4 to build.html
547 https://bugs.webkit.org/show_bug.cgi?id=104739
549 Reviewed by Daniel Bates.
551 Set the build directories to WebKitBuild.
553 * building/build.html:
555 2012-11-24 Daniel Bates <dbates@webkit.org>
557 Substitute "use" for "user" in sentence about naming convention for
558 enum members so that it reads well.
560 * coding/coding-style.html:
562 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
564 Add Samsung to security vendor member list
565 https://bugs.webkit.org/show_bug.cgi?id=102863
567 Reviewed by Sam Weinig.
569 * security/security-group-members.html: Add Samsung members.
571 2012-10-31 Adam Barth <abarth@webkit.org>
573 technical-articles.html should link to my talk on how WebKit works
574 https://bugs.webkit.org/show_bug.cgi?id=100867
576 Reviewed by Tony Chang.
578 * coding/technical-articles.html:
580 2012-10-29 Eric Seidel <eric@webkit.org>
582 Technical Articles should link to an old talk I gave
583 https://bugs.webkit.org/show_bug.cgi?id=100624
585 Reviewed by Adam Barth.
587 * coding/technical-articles.html:
589 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
591 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
593 * coding/coding-style.html:
595 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
597 Fix a typo per Darin's comment.
599 * coding/coding-style.html:
601 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
603 Add a style guide rule for signed and unsigned int
604 https://bugs.webkit.org/show_bug.cgi?id=96682
606 Reviewed by Geoffrey Garen.
608 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
610 * coding/coding-style.html:
612 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
614 Replace JSC::UString by WTF::String
615 https://bugs.webkit.org/show_bug.cgi?id=95271
617 Reviewed by Geoffrey Garen.
619 Update the coding style to avoid mentioning a class that no longer exist.
621 * coding/coding-style.html:
623 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
625 Address one more review comment.
627 * building/checkout.html:
629 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
631 Recommend the use of https and mention git on building/checkout.html
632 https://bugs.webkit.org/show_bug.cgi?id=93657
634 Reviewed by Mark Rowe.
636 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
637 because the paragraph right above it refers to buliding/tools.html for that.
639 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
640 checkout using a Git client.
642 * building/checkout.html:
644 2012-07-27 Adam Barth <abarth@webkit.org>
646 Writing a blog post for new reviewers doesn't add value to the blog
647 https://bugs.webkit.org/show_bug.cgi?id=92305
649 Reviewed by Eric Seidel.
651 Now that we have Peter posting weekly updates to the blog, having an
652 announcement on the blog for each reviewer is more noise than signal.
654 * coding/commit-review-policy.html:
656 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
658 Update webkit.org to refer to layoutTestController instead of testRunner
659 https://bugs.webkit.org/show_bug.cgi?id=89445
661 Reviewed by Kent Tamura.
663 * quality/testwriting.html:
665 2012-05-21 Peter Kasting <pkasting@google.com>
667 Style guide change: Uses of "std::" should be explicitly qualified.
668 https://bugs.webkit.org/show_bug.cgi?id=87043
670 Reviewed by Ryosuke Niwa.
672 * coding/coding-style.html:
674 2012-05-11 Darin Adler <darin@apple.com>
676 Try to make spacing of fine print items in lower left nicer looking.
679 (#notice, #trademark, #terms): Changed top margin to 10px.
680 (#notice): Put 30px margin here.
682 2012-05-11 Darin Adler <darin@apple.com>
684 CSS tweak needed for the trademark terms of use.
687 (#notice, #trademark, #terms): Added #trademark.
689 2012-05-11 Darin Adler <darin@apple.com>
691 Add a link to WebKit trademark terms of use, other small website changes
692 https://bugs.webkit.org/show_bug.cgi?id=86112
694 Reviewed by Dan Bernstein.
696 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
697 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
700 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
701 of use on the macosforge.org terms of use page.
703 2012-05-07 Dan Bernstein <mitz@apple.com>
705 webkit.org instructions for debugging WebProcess are unnecessarily complex
706 https://bugs.webkit.org/show_bug.cgi?id=85756
708 Reviewed by Darin Adler.
710 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
711 debugging the Web process, as well as instructions for debugging the Web process from the
712 command line using debug-safari and debug-minibrowser.
713 * building/tools.html: Updated links and tweaked the language.
715 2012-04-23 Daniel Bates <dbates@webkit.org>
717 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
719 Rubber-stamped by Eric Seidel.
721 Before you can use the Xcode 4.3.2 command line tools, you must either run
722 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
723 DEVELOPER_DIR to point to the Xcode developer tools directory.
725 * building/tools.html:
727 2012-04-23 Daniel Bates <dbates@webkit.org>
729 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
731 Rubber-stamped by Eric Seidel.
733 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
734 are specific to Xcode 4.3.2.
736 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
737 * building/debug.html: Ditto.
739 2012-04-19 Daniel Bates <dbates@webkit.org>
741 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
742 https://bugs.webkit.org/show_bug.cgi?id=84364
744 Reviewed by Eric Seidel.
746 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
749 * building/debug-mac-uiprocess.html:
750 * building/debug.html:
752 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
754 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
755 https://bugs.webkit.org/show_bug.cgi?id=80429
757 Reviewed by Dan Bernstein.
759 * building/tools.html:
761 2012-03-10 Daniel Bates <dbates@webkit.org>
763 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
765 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/>.
766 Substituting https for http in (1) returns the expected page.
768 * building/debug-mac-uiprocess.html:
769 * building/debug.html:
771 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
773 Add a link to the EFL wiki page
774 https://bugs.webkit.org/show_bug.cgi?id=79439
776 Reviewed by Adam Barth.
778 * building/tools.html:
779 * css/main.css: Cross-browser border-radius.
781 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
783 team.html (on webkit.org) doesn't recognize codeaurora.org
784 https://bugs.webkit.org/show_bug.cgi?id=79529
786 Reviewed by Ryosuke Niwa.
790 2012-02-16 Kent Tamura <tkent@chromium.org>
792 Improve usability of coding-style.html
793 https://bugs.webkit.org/show_bug.cgi?id=78470
795 Reviewed by Eric Seidel.
797 * coding/coding-style.html:
798 - Do not add a title attribute to each of LI elements
799 - Do not add a click handler to each of them
800 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
802 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
804 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
805 https://bugs.webkit.org/show_bug.cgi?id=76544
807 Reviewed by Darin Adler.
809 WEBKITOUTPUTDIR is not only for Windows.
811 * building/build.html:
813 2012-01-20 Kent Tamura <tkent@chromium.org>
815 Each style rule should have its own ID.
816 https://bugs.webkit.org/show_bug.cgi?id=76428
818 Reviewed by David Levin.
820 * coding/coding-style.html: Add an id attribute to each of li elements,
821 and add code to set title="#id-name" and to make li elements clickable.
823 2012-01-19 Daniel Bates <dbates@webkit.org>
825 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
827 Rubber-stamped by Sam Weinig.
829 * building/debug.html:
831 2012-01-19 Daniel Bates <dbates@webkit.org>
833 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
834 https://bugs.webkit.org/show_bug.cgi?id=67102
836 Reviewed by Eric Seidel.
838 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
840 * building/active-scheme-xcode4.png: Added.
841 * building/build-settings-tab-xcode4.png: Added.
842 * building/build-window.png: Removed.
843 * building/custom-executable-xcode4.png: Added.
844 * building/custom-executable.png: Removed.
845 * building/debug-mac-uiprocess.html: Added.
846 * building/debug.html:
847 * building/debug.png: Removed.
848 * building/info-tab.png: Removed.
849 * building/run-xcode4.png: Added.
851 2012-01-11 Antti Koivisto <antti@apple.com>
853 Remove S60 reference from webkit.org
854 https://bugs.webkit.org/show_bug.cgi?id=76044
856 Reviewed by Simon Hausmann.
862 2012-01-10 Hajime Morrita <morrita@chromium.org>
864 [Website] i-Bench is no longer available.
865 https://bugs.webkit.org/show_bug.cgi?id=76027
867 Reviewed by Ryosuke Niwa.
869 Updated the availability information of i-Bench.
871 * projects/performance/index.html:
873 2011-12-07 Daniel Bates <dbates@webkit.org>
875 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
876 https://bugs.webkit.org/show_bug.cgi?id=74006
878 Reviewed by Antonio Gomes.
880 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
881 ASSERT_NOT_REACHED().
883 * coding/assertion-guidelines.html:
885 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
887 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
888 https://bugs.webkit.org/show_bug.cgi?id=73098
890 Reviewed by Antti Koivisto.
892 Revise the sentence about committers being allowed to land patches by others to explicitly state that
893 they can only land patches by others if asked by authors themselves.
895 * coding/commit-review-policy.html:
897 2011-11-14 Mark Rowe <mrowe@apple.com>
899 Upgrade WordPress's Akismet plug-in to the latest version.
901 * blog/wp-content/plugins/akismet:
903 2011-11-14 Mark Rowe <mrowe@apple.com>
905 Update one file that was missed.
907 * blog/wp-settings.php:
909 2011-11-14 Mark Rowe <mrowe@apple.com>
911 Upgrade WordPress to v3.2.1.
915 2011-10-28 Dean Jackson <dino@apple.com>
917 Remove this horribly outdated file. It was showing up in
918 Google searches and shouldn't be used as official
921 Rubber-stamped by Simon Fraser.
923 * specs/MediaQueriesExtensions.html: Removed.
925 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
927 Style guide should mention the preference of index over iterator
928 https://bugs.webkit.org/show_bug.cgi?id=70285
930 Reviewed by Darin Adler.
932 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
933 we prefer index over iterators.
935 * coding/coding-style.html:
937 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
939 Fix a typo pointed by Sam (Weinig).
941 * coding/coding-style.html:
943 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
945 Style guide should mandate use of pass-by-reference for out arguments
946 https://bugs.webkit.org/show_bug.cgi?id=69766
948 Reviewed by Darin Adler.
950 This matches the convention used throughout WebCore.
952 * coding/coding-style.html:
954 2011-10-06 Amruth Raj <amruthraj@motorola.com>
956 Add Motorola Mobility to team.html
957 https://bugs.webkit.org/show_bug.cgi?id=69597
959 Reviewed by Ryosuke Niwa.
963 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
965 Generate WebKit team's page out of committers.py
966 https://bugs.webkit.org/show_bug.cgi?id=68045
968 Fix per Daniel's review comment since I had misunderstood the code.
972 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
974 Generate WebKit team's page out of committers.py
975 https://bugs.webkit.org/show_bug.cgi?id=68045
977 Reviewed by Daniel Bates.
979 Add the initial implementation of team.html. This page automatically pulls data from committers.py
980 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
984 2011-09-01 Jon Lee <jonlee@apple.com>
986 Adding control rendering at various sizes.
988 * projects/forms/survey.html:
990 2011-08-29 Jon Lee <jonlee@apple.com>
992 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
994 * projects/forms/survey.html:
996 2011-08-17 Jon Lee <jonlee@apple.com>
998 Updating the forms survey to include various element sizes.
1000 * projects/forms/survey.html:
1002 2011-08-16 Daniel Bates <dbates@webkit.org>
1004 Add myself to the list of individual members in the WebKit Security Group.
1006 Rubber-stamped by Eric Seidel.
1008 * security/security-group-members.html:
1010 2011-08-09 Anders Carlsson <andersca@apple.com>
1012 Broken link to LICENSE on contributing code page
1013 https://bugs.webkit.org/show_bug.cgi?id=65947
1015 Reviewed by Ryosuke Niwa.
1017 * coding/contributing.html:
1019 2011-08-04 Dan Bernstein <mitz@apple.com>
1023 * coding/contributing.html:
1025 2011-08-04 Nico Weber <thakis@chromium.org>
1027 Update the contributors page to recommend webkit-patch instead of many manual steps
1028 https://bugs.webkit.org/show_bug.cgi?id=65714
1030 Reviewed by Adam Barth.
1032 asvitkine followed the contributing instructions for his first patch, and got
1033 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1034 webkit-patch prevents errors like this and more.
1036 * coding/contributing.html:
1038 2011-07-21 Jon Lee <jonlee@apple.com>
1040 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1041 <rdar://problem/9782965>
1043 Rubber-stamped by Maciej Stachowiak.
1045 * projects/forms/image-usemap.png: Added.
1046 * projects/forms/image1.png: Added.
1047 * projects/forms/image10.png: Added.
1048 * projects/forms/image16.png: Added.
1049 * projects/forms/index.html: Update links
1050 * projects/forms/survey.html: Added.
1052 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1054 SVG feature status is not up-to-date
1055 https://bugs.webkit.org/show_bug.cgi?id=64856
1057 Reviewed by Dirk Schulze.
1059 Update SVG feature status after r91331.
1061 * projects/svg/status.xml:
1063 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1065 Reviewed by Darin Adler.
1067 Add note about cases where enums are preferred over bools on function parameters.
1068 https://bugs.webkit.org/show_bug.cgi?id=63564
1070 This matches the outcome of this webkit-dev thread:
1071 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1073 * coding/coding-style.html:
1075 2011-05-31 Chris Evans <cevans@chromium.org>
1077 Reviewed by Drew Yao.
1079 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1081 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1083 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1085 Reviewed by Dan Bernstein.
1087 Building instructions should not talk about Tiger
1088 https://bugs.webkit.org/show_bug.cgi?id=61210
1090 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1091 Xcode version to the latest Leopard one.
1093 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1095 Reviewed by Adam Barth.
1097 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1098 https://bugs.webkit.org/show_bug.cgi?id=60686
1100 * security/security-group-members.html:
1102 2011-05-11 Cris Neckar <cdn@chromium.org>
1104 Reviewed by David Levin.
1106 Adding Cris Neckar to the Webkit Security Group site.
1107 https://bugs.webkit.org/show_bug.cgi?id=60668
1109 * security/security-group-members.html:
1111 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1113 Reviewed by Mark Rowe.
1115 Update Qt/Nokia Security contacts
1116 https://bugs.webkit.org/show_bug.cgi?id=60650
1118 Ademar (me) replaced Simon as the release manager and primary security
1119 contact for QtWebKit. See:
1120 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1122 * security/security-group-members.html:
1124 2011-05-09 Eric Seidel <eric@webkit.org>
1126 Reviewed by Adam Barth.
1128 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1129 https://bugs.webkit.org/show_bug.cgi?id=59672
1131 * coding/adding-features.html: Added.
1134 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1136 Not reviewed: adding image files for the blog post.
1138 * blog-files/inspector/remote-debugging-attached.png: Added.
1139 * blog-files/inspector/remote-debugging-discovery.png: Added.
1141 2011-04-27 Ojan Vafai <ojan@chromium.org>
1143 Reviewed by Dan Bernstein.
1145 change style guide to pre-increment in for-loops
1146 https://bugs.webkit.org/show_bug.cgi?id=59619
1148 This matches what a number of reviewers have been asking
1149 for in code reviews.
1151 * coding/coding-style.html:
1153 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1155 Reviewed by Tor Arne Vestbø.
1157 Added instructions on how to work from behind proxy
1158 and detailed the instructions refering to rebasing.
1159 Windows build instructions do not work if you are behind a proxy
1160 or have a Temp directory that you do not own directly.
1161 https://bugs.webkit.org/show_bug.cgi?id=57246
1163 * building/tools.html:
1165 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1167 Reviewed by James Robinson.
1169 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1170 https://bugs.webkit.org/show_bug.cgi?id=58190
1172 * misc/related-target-and-shadow-dom.svg: Added.
1174 2011-04-06 David Levin <levin@chromium.org>
1176 Reviewed by Ojan Vafai.
1178 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1179 https://bugs.webkit.org/show_bug.cgi?id=55275
1181 * coding/coding-style.html:
1183 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1185 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1188 * blog-files/inspector/stack-traces-img/1.png: Added.
1189 * blog-files/inspector/stack-traces-img/2.png: Added.
1190 * blog-files/inspector/stack-traces-img/3.png: Added.
1191 * blog-files/inspector/stack-traces-img/4.png: Added.
1192 * blog-files/inspector/stack-traces-img/5.png: Added.
1193 * blog-files/inspector/stack-traces-img/6.png: Added.
1194 * blog-files/inspector/stack-traces-img/button.png: Added.
1196 2011-02-26 David Levin <levin@chromium.org>
1198 Reviewed by Darin Adler.
1200 Add style guidelines about comments from the unwritten rules email.
1201 https://bugs.webkit.org/show_bug.cgi?id=55272
1203 * coding/coding-style.html: Added the guidelines.
1205 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1207 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1209 * blog-files/inspector/css_rule_diff.png: Added.
1211 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1213 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1215 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1216 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1217 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1218 * blog-files/inspector/warning_10x10.png: Added.
1220 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1222 Unreviewed. Add Web Inspector style editing screenshots.
1224 * blog-files/inspector-css-as-authored.png: Added.
1225 * blog-files/inspector-css-autocomplete.png: Added.
1226 * blog-files/inspector-unknown-css-properties.png: Added.
1228 2011-01-21 David Levin <levin@chromium.org>
1230 Reviewed by Darin Adler.
1232 Proposal: Require cross-organizational seconds for reviewer nominations
1233 https://bugs.webkit.org/show_bug.cgi?id=47597
1235 This changes the committer/reviewer policy to require an additional
1236 reviewer supporting a reviewer nomination to work for a different
1237 company and different project affiliation from the nominee.
1239 This means reviewer nominations would require four supporting reviewers,
1240 one of which knows the reviewer through the community (irc, email, bugs)
1241 ensuring that the nominee has the open-source collaboration skills
1242 we so highly value here in WebKit.
1244 * coding/commit-review-policy.html:
1246 2011-01-01 Adam Barth <abarth@webkit.org>
1248 Reviewed by Eric Seidel.
1250 Move JavaScriptCore to Source
1251 https://bugs.webkit.org/show_bug.cgi?id=51604
1253 * coding/assertion-guidelines.html:
1254 - Update documentation to point to the new location of
1257 2010-12-17 Dan Bernstein <mitz@apple.com>
1259 Reviewed by Simon Fraser.
1261 Rename WebKitTools to Tools
1262 https://bugs.webkit.org/show_bug.cgi?id=49861
1264 * asking_questions.html:
1265 * building/tools.html:
1266 * coding/scripts.html:
1268 2010-11-08 Jessie Berlin <jberlin@apple.com>
1270 Reviewed by Adam Roben.
1272 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1274 https://bugs.webkit.org/show_bug.cgi?id=49189
1276 * building/tools.html:
1277 Add a line recommending bash shell users to comment out or remove those lines, with an
1278 explanation as to why.
1280 2010-11-04 Orlando Leite <orlleite@gmail.com>
1282 Reviewed by Adam Barth.
1284 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1286 * building/tools.html:
1288 2010-10-29 Adam Roben <aroben@apple.com>
1290 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1293 The February 2010 SDK is the last one with support for Visual Studio
1296 I also removed some unnecessary instructions regarding the DirectX
1299 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1300 specific version of the DirectX SDK
1302 Reviewed by Steve Falkenburg.
1304 * building/tools.html:
1306 2010-10-28 Lucas Forschler <lforschler@apple.com>
1308 Reviewed by Geoffrey Garen.
1310 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1312 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1313 -Edited the .htaccess file to redirect the old pages to the new landing page.
1314 -This should keep our search engine page rankings effective.
1315 Potentially breaking:
1316 -This COULD potentially break the SunSpider benchmark.
1317 -Local testing with relative links seems to function as expected.
1318 -The .htaccess 301 redirects are UNTESTED.
1322 * perf/sunspider: Added.
1323 * perf/sunspider-0.9.1/sunspider.html: Removed.
1324 * perf/sunspider-0.9.1/versions.html: Removed.
1325 * perf/sunspider-0.9/sunspider.html: Removed.
1326 * perf/sunspider/sunspider.css: Added.
1327 * perf/sunspider/sunspider.html: Added.
1329 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1331 Reviewed by David Levin.
1333 Add DirectX SDK to Installing Developer Tools web page
1334 https://bugs.webkit.org/show_bug.cgi?id=47911
1336 * building/tools.html:
1338 2010-09-30 David Levin <levin@chromium.org>
1340 Reviewed by Darin Adler.
1342 Add guideline for constructors doing implicit type conversion to coding style.
1343 https://bugs.webkit.org/show_bug.cgi?id=47646
1345 * coding/coding-style.html:
1347 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1349 Reviewed by Simon Fraser.
1351 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1352 https://bugs.webkit.org/show_bug.cgi?id=47013
1354 * nav.inc: Removed the space from the web inspector wiki link.
1356 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1358 Unreviewed HTML syntax fix for my recent change in the coding-style.
1360 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1362 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1364 Reviewed by Darin Adler.
1366 check-webkit-style and the coding style guidelines page are inconsistent
1367 https://bugs.webkit.org/show_bug.cgi?id=46099
1369 * coding/coding-style.html:
1370 Making clear that includes of system headers must come after includes of other headers.
1372 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1374 Reviewed by Adam Barth.
1376 Adding a timeline screenshot for blocking and defer scripts
1377 https://bugs.webkit.org/show_bug.cgi?id=45933
1379 * blog-files/timeline-blocking-script.png: Added.
1380 * blog-files/timeline-defer-script.png: Added.
1382 2010-09-14 Jessie Berlin <jberlin@apple.com>
1384 Reviewed by Adam Roben.
1386 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1387 https://bugs.webkit.org/show_bug.cgi?id=45779
1389 * building/tools.html:
1390 Add instructions about how to optionally get hotfix 976038.
1392 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1394 Reviewed by Adam Barth.
1396 https://bugs.webkit.org/show_bug.cgi?id=43982
1397 This js file seems to be a popular script for detecting mobile WebKit but
1398 it has a flaw that makes it fail on Android and BlackBerry.
1400 The issue is that it looks for "Mobile/" but Android and BlackBerry
1401 use "Mobile" with no numbering after it.
1402 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1404 * misc/WebKitDetect.js:
1405 (WebKitDetect.isMobile):
1407 2010-08-27 Darin Adler <darin@apple.com>
1409 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1410 recent developments.
1412 2010-08-26 Daniel Bates <dbates@rim.com>
1414 Reviewed by Dumitru Daniliuc.
1416 Fix misspelled words on WebKit.org contact.html,
1417 demos/index.html, and quality/leakhunting.html
1418 https://bugs.webkit.org/show_bug.cgi?id=44747
1420 Fix some misspelled words on the WebKit.org site.
1422 * contact.html: Change "bugreports" [sic] to "bug reports".
1423 * demos/index.html: Change "testcase" [sic] to "test case".
1424 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1426 2010-08-23 David Kilzer <ddkilzer@apple.com>
1428 Clean up some HTML typos in crashlogs.html
1430 Rubber-stamped by Maciej Stachowiak.
1432 * quality/crashlogs.html: Fixed "</code>>" typos added in
1433 r56300. Changed "<tt>" tag with style attribute to "<code>"
1434 that was missed in r56300.
1436 2010-08-17 Beth Dakin <bdakin@apple.com>
1438 Rubber-stamped by Adele.
1440 Adding a MathML Demo and screenshot.
1442 * blog-files/riemann-screenshot.png: Added.
1443 * demos/mathml: Added.
1444 * demos/mathml/MathMLDemo.xhtml: Added.
1446 2010-08-17 Adam Roben <aroben@apple.com>
1448 Instruct developers to (optionally) install Debugging Tools for
1451 These tools are used by some of our scripts, so are useful for
1452 developers to have installed.
1454 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1455 should recommend installing Debugging Tools for Windows
1457 Reviewed by Sam Weinig.
1459 * building/tools.html:
1461 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1463 Reviewed by Nikolas Zimmermann.
1465 Update SVG implementation status.
1467 * projects/svg/status.xml:
1469 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1471 Reviewed by Darin Adler.
1473 Add a diagram explaining how a DOM element is attached to the site.
1474 https://bugs.webkit.org/show_bug.cgi?id=42763
1476 * coding/dom-element-attach.html: Added.
1477 * coding/images/dom-element-attach-large.png: Added.
1478 * coding/images/dom-element-attach-small.png: Added.
1479 * coding/images/dom-element-attach.graffle: Added.
1480 * coding/technical-articles.html: Added a link to the page with the diragram.
1482 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1484 Reviewed by Darin Adler.
1486 Improve assertion macro documentation.
1488 https://bugs.webkit.org/show_bug.cgi?id=40565
1490 * coding/assertion-guidelines.html:
1492 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1494 Reviewed by Geoffrey Garen.
1496 Add an index of technical articles to the WebKit site. This makes the
1497 links to the RefPtr and Assertion documentation discoverable and
1498 provides an easy way to find some useful blog posts.
1500 https://bugs.webkit.org/show_bug.cgi?id=40561
1502 * coding/technical-articles.html: Added.
1503 * nav.inc: Add link to technical articles.
1505 2010-06-15 Adam Roben <aroben@apple.com>
1507 Remove some unnecessary steps for setting up the debugger on Windows
1509 Apparently update-webkit does this for you now.
1511 Rubber-stamped by Steve Falkenburg.
1513 * building/debug.html: Removed the first two Windows steps, which are
1514 now unnecessary, and updated the third to reflect reality.
1516 2010-06-14 Adam Roben <aroben@apple.com>
1518 Improve instructions for debugging on Windows
1520 Fixes <http://webkit.org/b/40585>.
1522 Reviewed by Steve Falkenburg.
1524 * building/debug.html: Improved the Windows instructions. We now
1525 instruct users to set things up so that hitting F5 from WebKit.sln
1526 will launch Safari with the WEBKITNIGHTLY environment variable
1527 pointing to the location of the built WebKit.dll.
1529 * building/console_vs2005.jpg: Removed.
1530 * building/debug_vs2005.jpg: Removed.
1532 * building/launch-debugger-vs2005.png: Added.
1533 * building/set-as-startup-project-vs2005.png: Added.
1534 * building/set-debugging-properties-vs2005.png: Added.
1536 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1538 Reviewed by Darin Adler.
1540 Add documentation on the various assertion macros in WebKit.
1542 https://bugs.webkit.org/show_bug.cgi?id=39950
1544 * coding/assertion-guidelines.html: Added.
1546 2010-05-29 Sterling Swigart <sswigart@google.com>
1548 Reviewed by David Levin.
1550 Adding tests to canvas.html performance test
1551 https://bugs.webkit.org/show_bug.cgi?id=39883
1553 * demos/canvas-perf/canvas.html:
1559 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
1561 Reviewed by Darin Adler.
1563 Update the style guide re: static member variables and structs
1564 https://bugs.webkit.org/show_bug.cgi?id=39663
1566 Per Darin Adler's proposal on webkit-dev.
1568 All static member variables should be prefixed with s_.
1569 m_ should not be used for public data members in structs.
1570 Only structs should have public data members.
1572 * coding/coding-style.html:
1574 2010-05-24 David Levin <levin@chromium.org>
1576 Reviewed by Maciej Stachowiak.
1578 Improve canvas perf test accuracy.
1579 https://bugs.webkit.org/show_bug.cgi?id=39635
1581 * demos/canvas-perf/canvas.html:
1582 1. Change the various tests to get the image data for the result
1583 to help ensure that the operation has completed by the time,
1584 and subtract out the time needed to do this.
1585 2. Made the test more flexible about number of repetitions and
1587 3. Make the tests run separately and have a pause between them
1588 to allow for garbage collection so that results are more
1590 4. Added a standard logging function and shouldBe asserts to
1591 verify that the correct scaling operations were happening.
1593 2010-05-20 Daniel Bates <dbates@rim.com>
1595 Rubber-stamped by Simon Fraser.
1597 Spelling correction; change "acces" [sic] to "access".
1599 * quality/lifecycle.html:
1601 2010-05-14 Eric Seidel <eric@webkit.org>
1603 Reviewed by Maciej Stachowiak.
1605 Update tools.html to mention that Tiger users require a newer Python
1606 https://bugs.webkit.org/show_bug.cgi?id=38822
1608 Also updated the instructions that only Tiger users need
1609 to install a subversion client. Newer OSes already have
1610 subversion included in the install.
1612 * building/tools.html:
1614 2010-05-08 Dirk Schulze <krit@webkit.org>
1616 Reviewed by Nikolas Zimmermann.
1618 SVGFont's VKern implementation missing
1619 https://bugs.webkit.org/show_bug.cgi?id=38663
1621 * projects/svg/status.xml:
1623 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
1625 Reviewed by Adam Barth.
1627 Commit and Review policy should encourage unofficial reviews
1628 https://bugs.webkit.org/show_bug.cgi?id=38517
1630 * coding/commit-review-policy.html:
1632 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
1634 Reviewed by Darin Adler.
1636 Fix the sticky-notes demo.
1637 https://bugs.webkit.org/show_bug.cgi?id=38550
1639 1. Exceptions thrown by openDatabase() should be treated as
1641 2. Do not allow users to create new notes when openDatabase()
1644 * demos/sticky-notes/index.html:
1646 2010-05-02 Dirk Schulze <krit@webkit.org>
1648 Reviewed by Nikolas Zimmermann.
1650 SVG hkern implementation incomplete
1651 https://bugs.webkit.org/show_bug.cgi?id=38407
1653 We support hkern now. Mention this in the SVG status page.
1655 * projects/svg/status.xml:
1657 2010-04-29 Dean Jackson <dino@apple.com>
1659 Unreviewed. Make a note that we are no longer proposing
1660 the evaluateMediaQuery method. Instead, we are following
1661 the standard matchMedium method from CSS 3 View.
1663 * specs/MediaQueriesExtensions.html:
1665 2010-04-18 Adam Barth <abarth@webkit.org>
1667 Unreviewed. Update a label of the diagram to better match the
1668 description in the text of the blog post.
1670 * blog-files/loader-diagram.svg:
1672 2010-04-17 Adam Barth <abarth@webkit.org>
1674 Unreviewed. Added loader diagram for upcoming blog post.
1676 * blog-files/loader-diagram.svg: Added.
1678 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
1680 Reviewed by Eric Seidel.
1682 Minor Updates and Cleanup to the Contributing Page
1683 https://bugs.webkit.org/show_bug.cgi?id=37415
1685 * coding/contributing.html:
1687 2010-04-07 Maciej Stachowiak <mjs@apple.com>
1691 Random demo to look cool on twitter.
1693 * misc/gradient-input.html: Added.
1695 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
1699 Adding images for inspector blog post. Previewed by Timothy Hatcher.
1701 * blog-files/inspector/audits_launcher.png: Added.
1702 * blog-files/inspector/audits_panel.png: Added.
1703 * blog-files/inspector/console_panel.png: Added.
1704 * blog-files/inspector/context_menu.png: Added.
1705 * blog-files/inspector/css_highlighted_line.png: Added.
1706 * blog-files/inspector/css_line_number_snippet.png: Added.
1707 * blog-files/inspector/css_line_numbers.png: Added.
1708 * blog-files/inspector/deactivate_breakpoints.png: Added.
1709 * blog-files/inspector/evaluate_on_hover.png: Added.
1710 * blog-files/inspector/evaluate_on_hover_2.png: Added.
1711 * blog-files/inspector/inherited_styles.png: Added.
1712 * blog-files/inspector/large_dom.png: Added.
1713 * blog-files/inspector/large_resources.png: Added.
1714 * blog-files/inspector/pseudo_elements.png: Added.
1715 * blog-files/inspector/redirect_headers.png: Added.
1716 * blog-files/inspector/redirect_headers_full.png: Added.
1717 * blog-files/inspector/redirects.png: Added.
1718 * blog-files/inspector/redirects_full.png: Added.
1719 * blog-files/inspector/timeline_overview.png: Added.
1720 * blog-files/inspector/timeline_panel.png: Added.
1721 * blog-files/inspector/timeline_record_details.png: Added.
1723 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1725 Reviewed by David Levin.
1727 Asking Questions Page Grammar Fixes
1728 https://bugs.webkit.org/show_bug.cgi?id=36608
1730 * asking_questions.html:
1732 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
1734 Reviewed by Timothy Hatcher.
1736 New Asking Questions Page is not Valid HTML5
1737 https://bugs.webkit.org/show_bug.cgi?id=36605
1739 * asking_questions.html: fixed issues raised by the validator.
1741 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
1743 Reviewed by David Levin.
1745 Add a page on how to ask questions
1746 https://bugs.webkit.org/show_bug.cgi?id=35223
1748 * asking_questions.html: Added.
1749 Add a page on how to ask questions based on Ariya Hidayat's mail: how
1750 to get help effectively
1751 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
1753 * contact.html: Tweaked the wording to make it more clear what the
1754 mailing list are used for. Also changed the formatting to better
1755 underline the different mailing lists.
1757 2010-03-24 Sam Weinig <sam@webkit.org>
1759 Rubber-stamped by Anders Carlsson..
1761 Update Security Group Members list.
1763 * security/security-group-members.html:
1765 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1769 Add another example.
1771 * demos/accessible-ascii-art/butterfly-figure.html: Added.
1773 2010-03-22 Maciej Stachowiak <mjs@apple.com>
1777 Add example of accessible ASCII art for HTML WG.
1779 * demos/accessible-ascii-art: Added.
1780 * demos/accessible-ascii-art/butterfly.html: Added.
1782 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1784 Reviewed by Mark Rowe.
1786 WebKit blog should be valid HTML5
1787 https://bugs.webkit.org/show_bug.cgi?id=36410
1789 * blog/wp-content/themes/webkit/comments-popup.php:
1790 * blog/wp-content/themes/webkit/footer.php:
1791 * blog/wp-content/themes/webkit/header.php:
1793 2010-03-20 Maciej Stachowiak <mjs@apple.com>
1795 Reviewed by Mark Rowe.
1797 Fix a bunch of HTML5 validation errors on various pages.
1798 https://bugs.webkit.org/show_bug.cgi?id=36409
1800 * building/build.html:
1801 * building/checkout.html:
1802 * building/debug.html:
1803 * building/run.html:
1804 * building/tools.html:
1805 * coding/coding-style.html:
1806 * coding/contributing.html:
1807 * coding/major-objects.html:
1812 * projects/compat/index.html:
1813 * projects/css/index.html:
1814 * projects/documentation/index.html:
1815 * projects/goals.html:
1816 * projects/index.html:
1817 * projects/mathml/index.html:
1818 * quality/bugpriorities.html:
1819 * quality/bugwriting.html:
1820 * quality/crashlogs.html:
1821 * quality/lifecycle.html:
1822 * quality/testing.html:
1823 * quality/testwriting.html:
1825 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1827 Reviewed by Mark Rowe.
1829 webkit.org should use the HTML5 doctype
1830 https://bugs.webkit.org/show_bug.cgi?id=36407
1833 * misc/drosera/index.html:
1834 * perf/slickspeed/system/index.php:
1835 * perf/slickspeed/system/template.php:
1838 2010-03-19 Maciej Stachowiak <mjs@apple.com>
1840 Reviewed by Mark Rowe.
1842 http://webkit.org/ has an HTML5 validation error
1843 https://bugs.webkit.org/show_bug.cgi?id=36406
1847 2010-03-15 Maciej Stachowiak <mjs@apple.com>
1849 Tweak canvas perf demo.
1851 * demos/canvas-perf/canvas.html:
1853 2010-03-14 Maciej Stachowiak <mjs@apple.com>
1855 Added canvas perf demo for whatwg.
1857 * demos/canvas-perf: Added.
1858 * demos/canvas-perf/canvas.html: Added.
1859 * demos/canvas-perf/kraken.jpg: Added.
1861 2010-03-09 Adam Roben <aroben@apple.com>
1863 Add a link to the Contributors Meeting registration form in the
1866 Rubber-stamped in advance by Adele Peterson.
1868 * nav.inc: Added a link underneath "Trac".
1870 2010-02-26 Sam Weinig <sam@webkit.org>
1872 Rubber-stamped by Adele Peterson.
1874 Update Security Group Members list.
1876 * security/security-group-members.html:
1878 2010-02-23 Jessie Berlin <jberlin@webkit.org>
1880 Reviewed by Eric Seidel and Adam Roben.
1882 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
1883 https://bugs.webkit.org/show_bug.cgi?id=35098
1885 * building/debug.html:
1886 Add instructions on how to build and run WebKit from within Visual Studio.
1888 2010-02-20 Maciej Stachowiak <mjs@apple.com>
1890 Rubber stamped by Adam Barth.
1892 Add sunspider-0.9.1 to the site in preparation for announcing it.
1893 https://bugs.webkit.org/show_bug.cgi?id=35206
1895 * perf/sunspider-0.9.1: Added.
1896 * perf/sunspider-0.9.1/json2.js: Added.
1897 * perf/sunspider-0.9.1/sunspider-0.9: Added.
1898 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
1899 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
1900 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
1901 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
1902 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
1903 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
1904 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
1905 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
1906 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
1907 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
1908 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
1909 * perf/sunspider-0.9.1/sunspider.css: Added.
1910 * perf/sunspider-0.9.1/sunspider.html: Added.
1911 * perf/sunspider-0.9.1/versions.html: Added.
1913 2010-02-17 Maciej Stachowiak <mjs@apple.com>
1915 Not reviewed - demo.
1917 Made some examples of using <details> for table descriptions.
1919 * demos/hover-summary: Added.
1920 * demos/hover-summary/details.css: Added.
1921 * demos/hover-summary/details.js: Added.
1922 (summaryClickListener):
1925 * demos/hover-summary/example1.html: Added.
1926 * demos/hover-summary/example2.html: Added.
1927 * demos/hover-summary/horizontal-triangle.png: Added.
1928 * demos/hover-summary/vertical-triangle.png: Added.
1930 2010-02-02 Jens Alfke <snej@chromium.org>
1932 Reviewed by David Levin.
1934 Clarified coding guidelines on wiki to allow indentation of
1935 _nested_ namespaces.
1936 https://bugs.webkit.org/show_bug.cgi?id=32137
1938 * coding/coding-style.html:
1940 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
1942 Reviewed by David Kilzer.
1944 Added to contributing code page a pointer to the preferred
1945 license text. Also added information about copyright lines.
1947 https://bugs.webkit.org/show_bug.cgi?id=34017
1949 * coding/contributing.html:
1951 - Added CSS class for books.
1953 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
1955 Reviewed by David Levin.
1957 Added screenshots and clearer instructions on how to submit
1960 https://bugs.webkit.org/show_bug.cgi?id=32542
1962 Also added that a bug report should be selected or created
1963 prior to submitting a patch.
1965 * coding/contributing.html:
1966 * coding/images: Added.
1967 * coding/images/contribute_add_attachment.png: Added.
1968 * coding/images/contribute_mark_review.png: Added.
1970 2010-01-11 Maciej Stachowiak <mjs@apple.com>
1972 Not reviewed; updated for truth (and readability).
1974 Fixed some wrong listings and reorganized this page.
1976 * security/security-group-members.html:
1978 2010-01-06 Dirk Schulze <krit@webkit.org>
1980 Reviewed by Nikolas Zimmermann.
1983 https://bugs.webkit.org/show_bug.cgi?id=31905
1985 Update SVG status page. We support feDisplacementMap and feImage now.
1987 * projects/svg/status.xml:
1989 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
1991 Reviewed by Darin Adler.
1993 Removed outdated contact information from bug life cycle page.
1995 https://bugs.webkit.org/show_bug.cgi?id=32494
1997 * quality/lifecycle.html:
1999 2009-12-13 Dan Bernstein <mitz@apple.com>
2001 Reviewed by Sam Weinig.
2003 Add a style guideline concerning floating point literals
2004 https://bugs.webkit.org/show_bug.cgi?id=32497
2006 * coding/coding-style.html:
2008 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2010 Reviewed by Adam Roben.
2012 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2013 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2014 in Windows as part of running update_webkit.
2016 * building/build.html:
2017 - removed the reference to forgetting to set environment variables as a common source of errors
2018 on Windows. This is because this patch would make it unnecessary for the user to set these
2021 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2023 Reviewed by Darin Adler.
2025 Added the "using std::foo" rule to the coding style guidelines.
2027 https://bugs.webkit.org/show_bug.cgi?id=32301
2029 Added to the coding style guidelines the "using std::foo" rule
2030 checked by the check-webkit-style script. Also clarified the
2031 "using" statement guidelines that apply to implementation files.
2033 * coding/coding-style.html:
2035 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2037 Reviewed by Darin Adler.
2039 Refactored web site documentation so that advice to add
2040 WebKitTools/Scripts to your shell path does not appear
2043 https://bugs.webkit.org/show_bug.cgi?id=32112
2045 * building/build.html:
2046 * building/checkout.html:
2047 * building/run.html:
2048 * coding/coding-style.html:
2049 * coding/contributing.html:
2050 * coding/scripts.html: Added.
2051 * quality/testing.html:
2053 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2055 Reviewed by Eric Seidel.
2057 Add reference to the GTK and QT build wiki pages
2059 https://bugs.webkit.org/show_bug.cgi?id=32088
2061 * building/tools.html:
2064 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2066 Reviewed by Darin Adler.
2068 Added clarifications to the web site regarding coding style and
2071 https://bugs.webkit.org/show_bug.cgi?id=31618
2073 Changes include the following:
2075 - Expanded the style guidelines regarding "using" statements.
2076 - Made the style guidelines page validate as HTML.
2077 - Added that legacy WebKit components should not be cleaned up.
2078 - Added that it is more acceptable to update style when already
2081 * coding/coding-style.html:
2082 * coding/contributing.html:
2083 * projects/cleanup/index.html:
2085 2009-11-18 Eric Seidel <eric@webkit.org>
2087 Reviewed by David Levin.
2089 Make 80 patches a formal requirement for reviewership
2090 https://bugs.webkit.org/show_bug.cgi?id=31313
2091 Per discussion on the webkit-reviewers list:
2092 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2094 * coding/commit-review-policy.html:
2096 2009-11-18 Daniel Bates <dbates@webkit.org>
2098 Reviewed by Eric Seidel.
2100 https://bugs.webkit.org/show_bug.cgi?id=31610
2102 Adds property "min-width" to #title so that the width of the title
2103 element on each page is at least 790px. In particular, this makes
2104 the page <http://webkit.org/security/security-group-members.html>
2105 consistent, in appearance, to the rest of the site.
2109 2009-11-16 Sam Weinig <sam@webkit.org>
2111 Reviewed by Anders Carlsson.
2113 Update Security Group Members list.
2115 * security/security-group-members.html:
2117 2009-11-16 Sam Weinig <sam@webkit.org>
2119 Reviewed by Adele Peterson.
2121 Update Security Group Members list.
2123 * security/security-group-members.html:
2125 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2127 Reviewed by Darin Adler.
2129 Added to the WebKit Coding Style Guidelines not to use
2130 "using namespace" statements in header files.
2132 * coding/coding-style.html:
2134 2009-11-10 Oliver Hunt <oliver@apple.com>
2136 Reviewed by Maciej Stachowiak.
2138 Fix WebGL demos to work with renamed WebGL primitives
2140 * blog-files/webgl/Earth.html:
2141 * blog-files/webgl/ManyPlanetsDeep.html:
2142 * blog-files/webgl/SpinningBox.html:
2143 * blog-files/webgl/SpiritBox.html:
2144 * blog-files/webgl/TeapotPerPixel.html:
2145 * blog-files/webgl/TeapotPerVertex.html:
2146 * blog-files/webgl/WebGL+CSS.html:
2147 * blog-files/webgl/resources/CanvasMatrix.js:
2148 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2149 * blog-files/webgl/resources/utils3d.js:
2154 2009-11-06 Dirk Schulze <krit@webkit.org>
2156 Rubber stamped by Eric Seidel.
2158 Update SVG status page. We support feMorphology now.
2159 Set lightning filters to unimplemented.
2161 * projects/svg/status.xml:
2163 2009-11-06 Jeff Schiller <codedread@gmail.com>
2165 Reviewed by Darin Adler.
2167 SVG Status page update
2168 https://bugs.webkit.org/show_bug.cgi?id=31179
2170 * projects/svg/status.xml:
2172 2009-11-03 Darin Adler <darin@apple.com>
2174 Set the MIME type for all PNG files in this directory.
2176 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2177 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2178 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2179 * blog-files/acid3-100.png: Modified property svn:mime-type.
2180 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2181 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2182 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2183 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2184 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2185 * blog-files/bounce.png: Added property svn:mime-type.
2186 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2187 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2188 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2189 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2190 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2191 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2192 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2193 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2194 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2195 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2196 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2197 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2198 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2199 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2200 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2201 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2202 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2203 * blog-files/inspector/colors.png: Added property svn:mime-type.
2204 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2205 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2206 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2207 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2208 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2209 * blog-files/inspector/enable.png: Added property svn:mime-type.
2210 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2211 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2212 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2213 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2214 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2215 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2216 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2217 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2218 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2219 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2220 * blog-files/kate-circle.png: Modified property svn:mime-type.
2221 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2222 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2223 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2224 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2225 * blog-files/kate.png: Modified property svn:mime-type.
2226 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2227 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2228 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2229 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2230 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2231 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2232 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2233 * blog-files/pulse.png: Added property svn:mime-type.
2234 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2235 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2236 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2237 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2238 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2239 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2240 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2241 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2242 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2243 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2244 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2245 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2246 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2247 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2248 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2249 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2250 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2251 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2252 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2253 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2254 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2255 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2256 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2257 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2258 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2259 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2260 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2261 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2262 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2263 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2264 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2265 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2266 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2267 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2268 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2269 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2270 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2271 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2272 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2273 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2274 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2275 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2276 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2277 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2278 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2279 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2280 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2281 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2282 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2283 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2284 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2285 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2286 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2287 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2288 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2289 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2290 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2291 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2292 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2293 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2294 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2295 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2296 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2297 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2298 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2299 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2300 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2301 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2302 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2303 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2304 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2305 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2306 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2307 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2308 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2309 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2310 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2311 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2312 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2313 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2314 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2315 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2316 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2317 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2318 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2319 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2320 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2321 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2322 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2323 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2324 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2325 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2326 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2327 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2328 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2329 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2330 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2331 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2332 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2333 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2334 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2335 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2336 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2337 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2338 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2339 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2340 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2341 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2342 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2343 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2344 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2345 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2346 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2347 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2348 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2349 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2350 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2351 * images/DroseraPic.png: Modified property svn:mime-type.
2352 * misc/drosera/drosera.png: Modified property svn:mime-type.
2353 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2355 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2357 Reviewed by Timothy Hatcher.
2359 Adding images for an upcoming blog post.
2361 * blog-files/inspector/breakpoints.png: Added.
2362 * blog-files/inspector/colors.png: Added.
2363 * blog-files/inspector/cookies.png: Added.
2364 * blog-files/inspector/css_selectors.png: Added.
2365 * blog-files/inspector/css_syntax_highlight.png: Added.
2366 * blog-files/inspector/dom_storage.png: Added.
2367 * blog-files/inspector/edit_attributes.png: Added.
2368 * blog-files/inspector/enable.png: Added.
2369 * blog-files/inspector/event_listeners.png: Added.
2370 * blog-files/inspector/form_data.png: Added.
2371 * blog-files/inspector/inline_highlight.png: Added.
2372 * blog-files/inspector/inorder.png: Added.
2373 * blog-files/inspector/inspect_inspector.png: Added.
2374 * blog-files/inspector/inspect_inspector_small.png: Added.
2375 * blog-files/inspector/load_lines.png: Added.
2376 * blog-files/inspector/nodelist.png: Added.
2377 * blog-files/inspector/scope_bar.png: Added.
2378 * blog-files/inspector/watched_expression.png: Added.
2380 2009-10-26 Dan Bernstein <mitz@apple.com>
2382 Reviewed by Adele Peterson.
2386 * coding/bsd-license.html: Updated to the latest version.
2388 2009-10-22 Mark Rowe <mrowe@apple.com>
2390 Update to WordPress 2.8.5.
2394 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2396 Reviewed by Eric Seidel.
2398 Replace boolean operator indentation example with an if statement.
2400 https://bugs.webkit.org/show_bug.cgi?id=30538
2402 * coding/coding-style.html: Replace boolean indenting example to use "if"
2404 2009-10-16 Darin Adler <darin@apple.com>
2406 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2407 wording a bit in few places.
2409 2009-10-14 Evan Martin <evan@chromium.org>
2411 Reviewed by Darin Adler.
2413 Document what state the build tree is expected to be in after a patch.
2415 * coding/contributing.html:
2417 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2419 Reviewed by Eric Seidel.
2421 Change <a name> to id="" to fix styling problems
2422 https://bugs.webkit.org/show_bug.cgi?id=30283
2424 This prevents the headings from being styled like links.
2426 * coding/contributing.html:
2428 2009-10-08 Alex Milowski <alex@milowski.com>
2430 Reviewed by Darin Adler.
2432 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2434 * projects/layout/index.html:
2436 2009-10-07 Sam Weinig <sam@webkit.org>
2438 Reviewed by Dan Bernstein.
2440 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2441 Change style guidelines for indentation in header files
2443 * coding/coding-style.html: Don't indent in a namespace in a header file.
2445 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2447 Reviewed by Mark Rowe.
2449 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2451 * building/tools.html:
2453 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2455 Reviewed by Adam Barth.
2457 Diagram needs to be linked from the home page
2458 https://bugs.webkit.org/show_bug.cgi?id=30142
2460 http://webkit.org/coding/major-objects.html was never linked from the home
2465 2009-09-28 Alex Milowski <alex@milowski.com>
2467 <http://webkit.org/b/29098> Update to MathML project webpage
2469 Reviewed by David Kilzer.
2471 Updated MathML project page and added link to Wiki page.
2473 * projects/mathml/index.html:
2475 2009-09-21 Brady Eidson <beidson@apple.com>
2477 Reviewed by Darin Adler.
2479 Add coding style guidelines for 'using namespace.'
2480 https://bugs.webkit.org/show_bug.cgi?id=29499
2482 * coding/coding-style.html:
2484 2009-09-21 Brady Eidson <beidson@apple.com>
2486 Rubberstamped by Sam Weinig.
2488 Add some example files for an upcoming blog post.
2490 * blog-files/load-unload-example.html: Added.
2491 * blog-files/pageshow-pagehide-example.html: Added.
2493 2009-09-17 Eric Seidel <eric@webkit.org>
2495 Reviewed by Darin Adler.
2497 Update contributing.html to mention recently added tools.
2498 https://bugs.webkit.org/show_bug.cgi?id=29318
2500 Update our contributing instructions to mention
2501 the new tools (check-webkit-style and commit-queue)
2502 recently added to make contributions easier.
2504 * coding/contributing.html:
2505 - Mention check-webkit-style as an optional helper tool.
2506 - Mention checking the 'patch' checkbox.
2507 - Mention the commit-queue as an optional helper tool.
2508 - Remove "or in email" since patch reviews are all done via bugzilla.
2509 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2510 - Mention commit-queue as an optional help in getting your patch landed.
2511 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2513 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2515 Reviewed by Mark Rowe.
2517 Add instructions to bug reporting guidlines on how and when
2518 to apply port-specific keywords.
2520 * quality/bugwriting.html:
2522 2009-09-08 Sam Weinig <sam@webkit.org>
2524 Reviewed by Adele Peterson.
2526 Update Security Group Members list.
2528 * security/security-group-members.html:
2530 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2532 Reviewed by Eric Seidel.
2534 Drop <definition-src> support
2535 https://bugs.webkit.org/show_bug.cgi?id=28991
2537 When SVG 1.1 Second Edition is a Recommendation we can remove the
2540 * projects/svg/status.xml: Update page to state that <definition-src>
2543 2009-08-26 Mark Rowe <mrowe@apple.com>
2545 Upgrade WordPress to the latest version.
2547 * blog/wp-includes/version.php:
2548 * blog/wp-login.php:
2550 2009-08-20 Adam Barth <abarth@webkit.org>
2552 Reviewed by Eric Seidel.
2554 major-objects.html should show direct Frame <-> Document pointers
2555 https://bugs.webkit.org/show_bug.cgi?id=28479
2557 * coding/major-objects.html: Added pointers to diagram.
2559 2009-08-18 Anton Muhin <antonm@chromium.org>
2561 Reviewed by Adam Barth.
2563 Mention handy --bug flag of prepare-ChangeLog script.
2564 https://bugs.webkit.org/show_bug.cgi?id=28425
2566 * coding/contributing.html: Add a reference for --bug flag
2568 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
2570 Reviewed by Adam Barth.
2572 Better explanation of "Null after navigation" in object diagram
2573 https://bugs.webkit.org/show_bug.cgi?id=28232
2575 * coding/major-objects.html:
2577 2009-08-11 Adam Barth <abarth@webkit.org>
2581 Remove a few characters from the ASCII art to make it fit better in the
2584 * coding/major-objects.html:
2586 2009-08-11 Adam Barth <abarth@webkit.org>
2588 Reviewed by Oliver Hunt.
2590 Document relation between major objects in WebCore
2591 https://bugs.webkit.org/show_bug.cgi?id=28210
2593 Added a diagram showing the relation between major objects.
2595 * coding/major-objects.html: Added.
2597 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
2599 Reviewed by Oliver Hunt.
2601 Fix webkit-jobs link
2605 2009-08-03 Mark Rowe <mrowe@apple.com>
2607 Update two WordPress plug-ins that we use.
2609 * blog/wp-content/plugins/akismet/akismet.php:
2610 * blog/wp-content/plugins/akismet/readme.txt:
2611 * blog/wp-content/plugins/commentcontrol.php:
2613 2009-08-03 Mark Rowe <mrowe@apple.com>
2615 Add some missing files and delete some obsolete files.
2619 2009-08-03 Mark Rowe <mrowe@apple.com>
2621 Update WordPress to the latest version.
2625 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
2627 Reviewed by Adam Treat.
2629 Mention the new webkit-help and webkit-jobs mailinglist. Change
2630 the description of webkit-dev to be more strict.
2634 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
2636 Reviewed by Adam Treat.
2638 Coding style - Clarify some cases with spacing
2639 https://bugs.webkit.org/show_bug.cgi?id=27499
2641 Add explicit rule about no space before comma or semicolon.
2643 * coding/coding-style.html:
2645 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2647 Fix the font to match the rest of the blog site.
2649 * blog-files/3d-transforms/image-flip.html:
2651 2009-07-17 Simon Fraser <simon.fraser@apple.com>
2653 Move the image flip effect into an iframe to avoid the long
2654 blog page tripping a bug on Leopard.
2656 * blog-files/3d-transforms/image-flip.html: Added.
2658 2009-07-16 Simon Fraser <simon.fraser@apple.com>
2660 New demo files for an up-coming blog post.
2662 * blog-files/3d-transforms/mighty-cubes.png: Added.
2663 * blog-files/3d-transforms/morphing-cubes.html: Added.
2664 * blog-files/3d-transforms/perspective-by-example.html: Added.
2665 * blog-files/3d-transforms/poster-circle.html: Added.
2666 * blog-files/3d-transforms/poster-circle.png: Added.
2667 * blog-files/3d-transforms/transform-style.html: Added.
2669 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
2671 Reviewed by Sam Weinig.
2673 Side bar linking to "DOM Interfaces" returns 404
2674 https://bugs.webkit.org/show_bug.cgi?id=24000
2678 2009-07-09 Oliver Hunt <oliver@apple.com>
2680 Reviewed by Geoff Garen.
2682 JavaScript section of http://webkit.org is excessively out of date.
2684 This removes old todo entries (like adding an API, which we've had since Leopard),
2685 and adds an additional todo for a webkit-less Objective-C API.
2687 * projects/javascript/index.html:
2689 2009-07-03 Adam Barth <abarth@webkit.org>
2691 Reviewed by Sam Weinig.
2693 Adam and Collin's affiliation is incorrect
2694 https://bugs.webkit.org/show_bug.cgi?id=26954
2696 This change corrects their affiliation.
2698 * security/security-group-members.html:
2700 2009-06-24 Brady Eidson <beidson@apple.com>
2702 Reviewed by Mark Rowe
2704 * demos/index.html: Fix more typos etc.
2706 2009-06-17 Sam Weinig <sam@webkit.org>
2708 Reviewed by Mark Rowe.
2710 * security/index.html: Fix some typos.
2712 2009-06-17 Sam Weinig <sam@webkit.org>
2714 Reviewed by Mark Rowe.
2716 Move security policy to security/index.html so that
2717 webkit.org/security/ works.
2720 * security/index.html: Copied from security/security-policy.html.
2721 * security/security-policy.html: Removed.
2723 2009-06-13 Sam Weinig <sam@webkit.org>
2725 Reviewed by Timothy Hatcher.
2727 Add WebKit Security Policy and member list of the WebKit Security Group.
2731 * security/security-group-members.html: Added.
2732 * security/security-policy.html: Added.
2734 2009-06-12 Brady Eidson <beidson@apple.com>
2736 Reviewed by Oliver Hunt
2738 Add a page indexing the various demo applications we have posted.
2740 * demos/index.html: Added.
2741 * nav.inc: Add a link to the demos page on the side bar
2742 * css/main.css: Add a style for date stamps based on the blog.
2744 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
2745 index.html as the Calendar.html url has already been published and we should keep it working.
2747 Move the drosera test code to /misc, as it is no longer a meaningful demo:
2748 * demos/drosera: Removed.
2749 * demos/drosera/demo.js: Removed.
2750 * demos/drosera/drosera.png: Removed.
2751 * demos/drosera/index.html: Removed.
2752 * misc/drosera: Copied from demos/drosera.
2754 Move the sticky notes example into /demos:
2755 * demos/sticky-notes: Added.
2756 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
2757 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
2758 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
2759 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
2760 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
2761 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
2762 * misc/DatabaseExample.manifest: Removed.
2763 * misc/deleteButton.png: Removed.
2764 * misc/deleteButtonPressed.png: Removed.
2766 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
2768 Reviewed by Eric Seidel.
2770 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
2771 Update a few items in the testing language to:
2772 (1) Reflect results are now generated with Leopard (not Tiger)
2773 (2) Explain how to generate pixel-level layout tests.
2775 * quality/testing.html:
2776 * quality/testwriting.html:
2778 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
2780 Bug 26188: Clarify some of the cases in the coding style guide
2782 <https://bugs.webkit.org/show_bug.cgi?id=26188>
2784 Reviewed and tweaked by David Kilzer.
2786 Changed the coding style document to clarify some cases of ambiguity.
2788 * coding/coding-style.html:
2790 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2792 Not reviewed, demo content.
2794 - Add doctype to Calendar demo.
2796 * demos/calendar/Calendar.html:
2798 2009-05-27 Maciej Stachowiak <mjs@apple.com>
2800 Not reviewed, demo content.
2802 - add Calendar demo.
2804 * demos/calendar: Added.
2805 * demos/calendar/Boom.aiff: Added.
2806 * demos/calendar/Calendar.css: Added.
2807 * demos/calendar/Calendar.html: Added.
2808 * demos/calendar/Calendar.js: Added.
2809 * demos/calendar/Calendar.manifest: Added.
2810 * demos/calendar/CalendarApp.icns: Added.
2811 * demos/calendar/Images: Added.
2812 * demos/calendar/Images/AirPort4.png: Added.
2813 * demos/calendar/Images/AirPortError.png: Added.
2814 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
2815 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
2816 * demos/calendar/Images/statusbarBackground.png: Added.
2817 * demos/calendar/Images/statusbarResizerVertical.png: Added.
2818 * demos/calendar/LocationImage.js: Added.
2819 * demos/calendar/Utilities.js: Added.
2820 * demos/calendar/favicon.ico: Added.
2821 * demos/calendar/mime.types: Added.
2823 2009-05-20 Mark Rowe <mrowe@apple.com>
2825 Rubber-stamped by Eric Seidel.
2827 Prevent search engines from getting creative in their descriptions of webkit.org content.
2829 * blog/wp-content/themes/webkit/header.php:
2832 2009-05-06 Eric Seidel <eric@webkit.org>
2834 Reviewed by Maciej Stachowiak.
2836 Update Contributing instructions after feedback from Julie Parent.
2837 https://bugs.webkit.org/show_bug.cgi?id=25611
2839 * coding/contributing.html: Add a few more comments on ChangeLogs
2841 2009-04-17 Simon Fraser <simon.fraser@apple.com>
2843 Reviewed by Steve Falkenburg
2845 Fix the link for setting the Platform SDK paths in the Windows instructions.
2847 * building/build.html:
2849 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
2851 Reviewed by Darin Adler.
2853 https://bugs.webkit.org/show_bug.cgi?id=25186
2854 There is no XSLT component in bugzilla
2856 * projects/xslt/index.html: Changed to search by bug title.
2858 2009-02-20 David Kilzer <ddkilzer@apple.com>
2860 Bug 23983: Remove illegal HTML tags from Sunspider web pages
2862 <https://bugs.webkit.org/show_bug.cgi?id=23983>
2864 Reviewed by Alexey Proskuryakov.
2866 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
2867 * perf/sunspider-0.9/3d-morph.html: Ditto.
2868 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
2869 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
2870 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
2871 * perf/sunspider-0.9/access-nbody.html: Ditto.
2872 * perf/sunspider-0.9/access-nsieve.html: Ditto.
2873 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
2874 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
2875 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
2876 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
2877 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
2878 * perf/sunspider-0.9/crypto-aes.html: Ditto.
2879 * perf/sunspider-0.9/crypto-md5.html: Ditto.
2880 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
2881 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
2882 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
2883 * perf/sunspider-0.9/math-cordic.html: Ditto.
2884 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
2885 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
2886 * perf/sunspider-0.9/regexp-dna.html: Ditto.
2887 * perf/sunspider-0.9/string-base64.html: Ditto.
2888 * perf/sunspider-0.9/string-fasta.html: Ditto.
2889 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
2890 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
2891 * perf/sunspider-0.9/string-validate-input.html: Ditto.
2892 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
2893 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
2894 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
2896 2009-01-19 Adam Roben <aroben@apple.com>
2898 Add links to some recommended Visual Studio hotfixes
2900 Reviewed by Dave Hyatt.
2902 * building/tools.html:
2904 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
2906 Reviewed by Adele Petersen.
2907 Landed by Pamela Greene.
2909 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
2910 Remove links to no-longer-existing Drosera project.
2911 Also, clean up references to wiki in the nav.inc file.
2913 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
2915 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
2917 Reviewed by Darin Adler.
2918 Landed by Pamela Greene.
2920 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
2921 Update website so that newbies are told they must set the
2922 WebKitOutputDir to get a valid build.
2924 * building/build.html: Add language (and link) indicating the
2925 importance of setting the WebKitOutputDir variable, as well
2926 as a link to instructions on how to do so.
2928 2008-12-19 Dean Jackson <dino@apple.com>
2930 Media queries that return <integer> but are really boolean
2931 are restricted to 0 and 1. This is in line with other
2934 * specs/MediaQueriesExtensions.html:
2936 2008-12-03 Dean Jackson <dino@apple.com>
2938 Added links to the WebKit and Mozilla bugs for pointer-events.
2940 * specs/PointerEventsProperty.html:
2942 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
2944 Reviewed by Eric Seidel.
2946 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
2947 https://bugs.webkit.org/show_bug.cgi?id=22468
2949 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
2950 added an explanation about the implementation files.
2952 * coding/coding-style.html:
2954 2008-11-25 Dean Jackson <dino@apple.com>
2956 Add a new work-in-progress proposal for pointer-events in
2957 HTML content. Also note that the Media Queries extensions
2958 are not at all official.
2960 * specs/MediaQueriesExtensions.html:
2961 * specs/PointerEventsProperty.html: Added.
2964 2008-11-25 Jack Wootten <jackwootton@gmail.com>
2966 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
2968 <https://bugs.webkit.org/show_bug.cgi?id=20125>
2970 Reviewed by David Kilzer.
2972 * projects/documentation/index.html: Added link to "Introduction to
2973 WebKit Objective-C Programming Guide".
2975 2008-11-24 Dean Jackson <dino@apple.com>
2977 Document the work-in-progress proposed extensions to
2978 CSS 3 Media Queries.
2980 * specs/MediaQueriesExtensions.html: Added.
2983 2008-11-17 Geoffrey Garen <ggaren@apple.com>
2985 Reviewed by Sam Weinig and Antti Koivisto.
2987 Clarified the last coding style rule, which was a baffling in its
2990 (Now let's see if our code ever starts following this rule!)
2992 * coding/coding-style.html:
2994 2008-11-17 Brady Eidson <beidson@apple.com>
2996 Reviewed by Mark Rowe
2998 Clarify an edge case for acronym capitalization.
3000 * coding/coding-style.html:
3002 2008-11-11 Simon Fraser <simon.fraser@apple.com>
3004 Update leaves animation sample.
3006 * blog-files/leaves/index.html:
3007 * blog-files/leaves/leaves.css:
3009 2008-11-11 Dean Jackson <dino@apple.com>
3011 Removed quotes in animation name value.
3013 * blog-files/pulse.html:
3015 2008-11-11 Dean Jackson <dino@apple.com>
3017 Added a smaller version of a screenshot.
3019 * blog-files/leaves-screenshot-small.jpg: Added.
3021 2008-11-11 Dean Jackson <dino@apple.com>
3023 Add a bunch of examples for CSS Animation blog draft.
3025 * blog-files/bounce.html: Added.
3026 * blog-files/bounce.png: Added.
3027 * blog-files/leaves-screenshot.jpg: Added.
3028 * blog-files/leaves/images/apple-touch-icon.png: Added.
3029 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
3030 * blog-files/leaves/images/realLeaf1.png: Added.
3031 * blog-files/leaves/images/realLeaf2.png: Added.
3032 * blog-files/leaves/images/realLeaf3.png: Added.
3033 * blog-files/leaves/images/realLeaf4.png: Added.
3034 * blog-files/leaves/images/textBackground.png: Added.
3035 * blog-files/leaves/index.html: Added.
3036 * blog-files/leaves/leaves.css: Added.
3037 * blog-files/leaves/leaves.js: Added.
3038 * blog-files/pulse.html: Added.
3039 * blog-files/pulse.png: Added.
3041 2008-10-30 Cameron Zwarich <zwarich@apple.com>
3043 Rubber-stamped by Mark Rowe.
3045 Update the link to Mac Subversion binaries.
3047 * building/tools.html:
3049 2008-10-27 Antti Koivisto <antti@apple.com>
3053 * blog-files/squirrelfish-link-animated.svg: Added.
3055 2008-10-27 Antti Koivisto <antti@apple.com>
3059 * blog-files/cubes-7.svg: Added.
3060 * blog-files/number-morph.svg: Added.
3062 2008-10-07 Darin Adler <darin@apple.com>
3064 * coding/RefPtr.html: Second draft.
3066 2008-10-04 Mark Rowe <mrowe@apple.com>
3068 Upgrade to WordPress 2.6.2.
3072 2008-09-26 Timothy Hatcher <timothy@apple.com>
3074 Add screenshots of searching in the Web Inspector.
3078 * blog-files/inspector-searching-elements.png: Added.
3079 * blog-files/inspector-searching-profiles.png: Added.
3081 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3085 - add some screenshots.
3087 * blog-files/acid3-screenshot.png: Added.
3088 * blog-files/acid3-timing-screenshot.png: Added.
3090 2008-09-25 Darin Adler <darin@apple.com>
3092 * contact.html: Take a cut at making the role of webkitsdk-dev
3093 clearer, specifying that it's Mac OS X specific and hosted at
3096 2008-09-24 Timothy Hatcher <timothy@apple.com>
3098 Add new screenshots of the Web Inspector's Scope Variables pane.
3102 * blog-files/inspector-closure-scope.png: Added.
3103 * blog-files/inspector-event-scope.png: Added.
3104 * blog-files/inspector-with-scope.png: Added.
3106 2008-09-24 Timothy Hatcher <timothy@apple.com>
3108 Add another screenshot of the Web Inspector.
3112 * blog-files/inspector-disabling-properties.png: Added.
3114 2008-09-24 Timothy Hatcher <timothy@apple.com>
3116 Add new screenshots of the Web Inspector.
3120 * blog-files/inspector-console-autocomplete.png: Added.
3121 * blog-files/inspector-databases-panel-query-view.png: Added.
3122 * blog-files/inspector-databases-panel.png: Added.
3123 * blog-files/inspector-elements-panel.png: Added.
3124 * blog-files/inspector-numeric-style-stepping.gif: Added.
3125 * blog-files/inspector-profiles-panel.png: Added.
3126 * blog-files/inspector-resources-panel.png: Added.
3127 * blog-files/inspector-scripts-panel.png: Added.
3128 * blog-files/inspector-status-bar-with-errors.png: Added.
3129 * blog-files/inspector-toolbar.png: Added.
3131 2008-09-24 Timothy Hatcher <timothy@apple.com>
3135 * demos/drosera/demo.js: Add some console.profile() calls.
3137 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3139 Reviewed by Darin Adler.
3141 * projects/performance/index.html: Remove dead link to the 24fun test.
3143 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3147 * blog-files/animation-demo.svg: Added.
3149 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3153 * blog-files/sfx-perf.png: Added.
3155 2008-08-25 Mark Rowe <mrowe@apple.com>
3157 Reviewed by Dan Bernstein.
3159 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3161 * quality/bugwriting.html:
3163 2008-08-18 Mark Rowe <mrowe@apple.com>
3165 Upgrade to WordPress 2.6.1.
3169 2008-08-01 Adam Roben <aroben@apple.com>
3171 Add a link to the instructions to use Apple's Safari for Windows
3174 Reviewed by Eric Seidel.
3176 * building/debug.html:
3178 2008-07-28 Robert Blaut <webkit@blaut.biz>
3180 Reviewed by Mark Rowe.
3182 Fix for bug: Website provides no guidance on debugging
3183 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3185 * building/debug.html: added info about Xcode Debugging Guide.
3187 2008-07-26 Mark Rowe <mrowe@apple.com>
3189 Rubber-stamped by Oliver Hunt.
3191 Update the Squirrelfish bytecode documentation.
3193 * specs/squirrelfish-bytecode.html:
3195 2008-07-26 Robert Blaut <webkit@blaut.biz>
3197 Reviewed by Eric Seidel.
3199 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3200 Corrected validation errors in main.css file.
3204 2008-07-26 Robert Blaut <webkit@blaut.biz>
3206 Reviewed by Alexey Proskuryakov.
3208 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3209 Added notes about unsupported Visual Studio versions.
3211 * building/tools.html:
3213 2008-07-26 Robert Blaut <webkit@blaut.biz>
3215 Reviewed by Eric Seidel.
3217 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3218 Removed basic requirements for undetected version of WebKit.
3220 * quality/reporting.html:
3222 2008-07-26 Robert Blaut <webkit@blaut.biz>
3224 Reviewed by Adele Petersen.
3226 Fix for bug 7436: Truncated title on webkit DOM page.
3227 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3229 * projects/dom/index.html: Added basic project informations.
3231 2008-07-24 Adam Roben <aroben@apple.com>
3233 Remove some redundant text accidentally checked in
3235 * building/tools.html:
3237 2008-07-24 Adam Roben <aroben@apple.com>
3239 Fix a dead link to the Windows Platform SDK and related instructions
3241 Rubberstamped by Alexey Proskuryakov.
3243 * building/tools.html: Fixed a dead link.
3245 2008-07-21 Mark Rowe <mrowe@apple.com>
3247 Update Akismet plugin to 2.1.6.
3249 * blog/wp-content/plugins/akismet/akismet.php:
3251 2008-07-21 Mark Rowe <mrowe@apple.com>
3253 Update to WordPress 2.6.
3257 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3259 Fixed indentation of example code for C++ pointers/references!
3261 * coding/coding-style.html:
3263 2008-07-18 Robert Blaut <webkit@blaut.biz>
3265 Reviewed by David Kilzer.
3267 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3268 Added code style guidelines for multi-line boolean expressions
3270 * coding/coding-style.html:
3272 2008-07-02 Mark Rowe <mrowe@apple.com>
3274 Update a URL that was out of date.
3276 * building/checkout.html:
3278 2008-07-01 Mark Rowe <mrowe@apple.com>
3280 Update the path to the configuration file.
3282 * blog/wp-config.php:
3284 2008-06-27 Dan Bernstein <mitz@apple.com>
3286 Reviewed by Timothy Hatcher.
3288 * css/main.css: Reduced text shadow offsets.
3290 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3292 Not reviewed, web site fix.
3294 Remove blank lines in an attempt to fix feeds.
3296 * blog/wp-content/themes/webkit/index.php:
3297 * blog/wp-content/themes/webkit/links.php:
3299 2008-06-22 Aaron Digulla <digulla@hepe.com>
3301 Reviewed by Darin Adler.
3303 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3304 Bug 18993: Update of buttons in editing toolbar demo lags behind
3306 * demos/editingToolbar/FancyToolbar.js:
3307 * demos/editingToolbar/index.html:
3309 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3311 A handy reference image.
3313 * blog-files/acid3-timing.png: Added.
3315 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3319 - tweak newly added markup.
3321 * blog/wp-content/themes/webkit/header.php:
3323 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3325 Rubber stamped by Adele.
3327 - add short title and multisize icon
3329 * blog/wp-content/themes/webkit/header.php:
3330 * images/surfin-safari.icns: Added.
3332 2008-06-04 Dean Jackson <dino@apple.com>
3334 Put index pages into specs dirs to make it easier to
3337 * specs/index.html: Added.
3338 * specs/CSSVisualEffects/index.html: Added.
3340 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3342 Add a snapshot of the squirrelfish bytecode docs.
3344 * specs/squirrelfish-bytecode.html: Added.
3346 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3348 Transparent background!
3350 * blog-files/squirrelfish.png:
3352 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3356 * blog-files/squirrelfish-webkit-graph.png:
3358 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3360 Renamed this file quiet down the peanut gallery.
3362 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3363 * blog-files/webkit-graph.png: Removed.
3365 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3369 * blog-files/webkit-graph.png: Added.
3371 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3373 Moved the squirrelfish mascot to the right place.
3375 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3376 * images/squirrelfish.png: Removed.
3378 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3380 Uploaded the squirrelfish mascot.
3382 * images/squirrelfish.png: Added.
3384 2008-05-23 William Siegrist <wsiegrist@apple.com>
3386 Reviewed by Mark Rowe
3388 Rename duplicated "notice" id to "terms".
3393 2008-05-16 Anders Carlsson <andersca@apple.com>
3397 Add manifest MIME type.
3401 2008-05-14 Anders Carlsson <andersca@apple.com>
3405 Make our Sticky notes example an offline web app.
3407 * misc/DatabaseExample.html:
3408 * misc/DatabaseExample.manifest: Added.
3410 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3412 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3414 * demos/transitions-and-transforms/index.html:
3416 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3418 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3420 * demos/transitions-and-transforms/index.html:
3422 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3424 Tweaked demo visuals slightly.
3426 * demos/transitions-and-transforms/leopard.css:
3428 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3430 Tweak CSS to look a little better while loading.
3432 * demos/transitions-and-transforms/leopard.css:
3434 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3436 Not reviewed - new demo.
3438 Added a demo of CSS Transforms and Transitions.
3440 * demos/transitions-and-transforms: Added.
3441 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3442 * demos/transitions-and-transforms/Horsehead.png: Added.
3443 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3444 * demos/transitions-and-transforms/Quick Look.png: Added.
3445 * demos/transitions-and-transforms/Spaces.png: Added.
3446 * demos/transitions-and-transforms/Stacks.png: Added.
3447 * demos/transitions-and-transforms/Time Machine.png: Added.
3448 * demos/transitions-and-transforms/index.html: Added.
3449 * demos/transitions-and-transforms/leopard.css: Added.
3450 * demos/transitions-and-transforms/no-style.html: Added.
3452 2008-05-08 Mark Rowe <mrowe@apple.com>
3454 Reviewed by Sam Weinig.
3456 Add a link to the Mac OS Forge terms of use.
3460 2008-04-25 Mark Rowe <mrowe@apple.com>
3462 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3466 2008-04-21 Dean Jackson <dino@apple.com>
3468 Updated CSS Visual Effects proposals.
3472 * described simplified sandwich model (that animations have no effect
3473 outside their duration and last specified animation wins)
3474 * diagram showing the above
3475 * specified animations to start at style resolution or document load,
3477 * animation start events always have elapsedTime == 0
3481 * removed text saying that elements cannot be drawn as intersecting.
3482 * described that preserve-3d trees often need a flattening parent, otherwise
3483 elements can be hidden behind their ancestor's background.
3484 * describe that preserve-3d is not always possible, such as when
3485 overflow is 'hidden'.
3491 * specs/CSSVisualEffects/CSSAnimation.html:
3492 * specs/CSSVisualEffects/CSSTransforms.html:
3493 * specs/CSSVisualEffects/CSSTransitions.html:
3494 * specs/CSSVisualEffects/sandwich.png: Added.
3496 2008-04-08 Dean Jackson <dino@apple.com>
3498 Add some updated proposals for CSS specifications, such as
3499 Transforms and Transitions which are already implemented in TOT.
3501 * specs/CSSVisualEffects: Added.
3502 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3503 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3504 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3506 2008-03-31 Mark Rowe <mrowe@apple.com>
3508 Add some images that were missed in the WordPress 2.5 upgrade.
3512 2008-03-31 Mark Rowe <mrowe@apple.com>
3514 Upgrade to WordPress 2.5
3518 2008-03-28 Darin Adler <darin@apple.com>
3520 * building/build.html: Add another mention of using the Cygwin shell.
3521 * building/tools.html: Fix a typo on the name Cygwin.
3523 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3525 More screenshots for the blog.
3527 * blog-files/acid3-full-rendering-pass.png: Added.
3528 * blog-files/acid3-rendering-reference.png: Added.
3530 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3532 Screenshot for blog post.
3534 * blog-files/acid3-100.png: Added.
3536 2008-03-23 Antti Koivisto <antti@apple.com>
3538 * blog-files/wsj-vs.png: Added.
3540 2008-03-23 Eric Seidel <eric@webkit.org>
3544 Make our SVG status document slightly less inaccurate.
3546 * projects/svg/status.xml:
3548 2008-03-21 Antti Koivisto <antti@apple.com>
3550 Add some images for a blog post.
3552 * blog-files/wsj-nopreload.png: Added.
3553 * blog-files/wsj-preload.png: Added.
3555 2008-03-17 Dan Bernstein <mitz@apple.com>
3557 Reviewed by Sam Weinig.
3559 - link "backtrace" to the page that explains how to get one
3561 * quality/bugwriting.html:
3563 2008-03-15 Matt Lilek <webkit@mattlilek.com>
3565 Rubber-stamped by Mitz.
3567 Update crash log page with instructions for Leopard.
3569 * quality/crashlogs.html:
3571 2008-03-11 Robert Blaut <webkit@blaut.biz>
3573 Reviewed by Darin Adler.
3575 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
3576 Patch deletes an obsolete hitlist.html page and other references to it
3578 * nav.inc: removed menu link to hitlist.html
3579 * projects/compat/hitlist.html: Removed.
3580 * projects/compat/index.html: removed reference to hitlist.html
3582 2008-03-06 Timothy Hatcher <timothy@apple.com>
3584 Rubber-stamped by Adam Roben.
3586 Add a simple page that has various demo functions for Drosera.
3588 * demos/drosera: Added.
3589 * demos/drosera/demo.js: Added.
3590 * demos/drosera/drosera.png: Added.
3591 * demos/drosera/index.html: Added.
3593 2008-03-04 Mark Rowe <mrowe@apple.com>
3595 Rubber-stamped by Brady Eidson.
3597 * building/tools.html: Update link to Windows Platform SDK to its new location.
3599 2008-03-04 Mark Rowe <mrowe@apple.com>
3601 Reviewed by Sam Weinig.
3603 Add a note about preferring if over else if when the previous if is terminated by a return statement.
3605 * coding/coding-style.html:
3607 2008-02-08 Adam Roben <aroben@apple.com>
3609 * perf/slickspeed/config.ini: Fixed version number.
3611 2008-02-08 Adam Roben <aroben@apple.com>
3613 Update jQuery to v1.2.3
3615 Rubberstamped by Mitz.
3617 * perf/slickspeed/config.ini:
3618 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
3620 2008-02-07 David Smith <catfish.man@gmail.com>
3622 Rubber stamped by weinig and bdash.
3623 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
3625 * perf/slickspeed/frameworks/prototype.js:
3627 2008-02-07 David Smith <catfish.man@gmail.com>
3629 Rubber stamped by Mark Rowe
3630 Fix a duplicate selector in the test.
3632 * perf/slickspeed/selectors.list:
3634 2008-02-07 David Smith <catfish.man@gmail.com>
3636 Reviewed by Adam Roben.
3637 Added :nth-child and :last-child to the list of selectors to test.
3639 * perf/slickspeed/selectors.list:
3641 2008-02-05 Mark Rowe <mrowe@apple.com>
3643 Update WordPress to 2.3.3 which includes security fixes.
3645 * blog/wp-admin/install-helper.php:
3646 * blog/wp-includes/gettext.php:
3647 * blog/wp-includes/pluggable.php:
3648 * blog/wp-includes/version.php:
3651 2008-02-02 David Smith <catfish.man@gmail.com>
3655 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
3656 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
3658 * 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.
3659 * perf/slickspeed/selectors.list: Added the new selectors
3661 2008-02-02 Mark Rowe <mrowe@apple.com>
3663 Add WordPress plugin to give more control over blog comment settings.
3665 * blog/wp-content/plugins/commentcontrol.php: Added.
3667 2008-01-30 Jessica Kahn <jess@apple.com>
3669 Reviewed by Tim Hatcher.
3671 * coding/coding-style.html:
3672 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
3674 2008-01-21 David Smith <catfish.man@gmail.com>
3676 Reviewed by Darin Adler.
3678 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
3680 * perf/slickspeed: Added.
3681 * perf/slickspeed/config.ini: Added.
3682 * perf/slickspeed/footer.html: Added.
3683 * perf/slickspeed/frameworks: Added.
3684 * perf/slickspeed/frameworks/DomQuery.js: Added.
3685 * perf/slickspeed/frameworks/dummy.js: Added.
3686 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
3687 * perf/slickspeed/frameworks/prototype.js: Added.
3688 * perf/slickspeed/header.html: Added.
3689 * perf/slickspeed/index.php: Added.
3690 * perf/slickspeed/instructions.txt: Added.
3691 * perf/slickspeed/logo.png: Added.
3692 * perf/slickspeed/selectors.list: Added.
3693 * perf/slickspeed/style.css: Added.
3694 * perf/slickspeed/system: Added.
3695 * perf/slickspeed/system/index.php: Added.
3696 * perf/slickspeed/system/slickspeed.js: Added.
3697 * perf/slickspeed/system/template.php: Added.
3698 * perf/slickspeed/template.html: Added.
3700 2008-01-17 Steve Falkenburg <sfalken@apple.com>
3702 Added Vista crash logging information.
3706 * quality/crashlogs.html:
3708 2008-01-07 Eric Seidel <eric@webkit.org>
3710 Reviewed by Mark Rowe.
3712 * projects/svg/status.xml: remove fixed bugs.
3714 2007-12-30 Mark Rowe <mrowe@apple.com>
3716 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
3718 * blog/wp-admin/admin.php:
3719 * blog/wp-admin/includes/file.php:
3720 * blog/wp-admin/install.php:
3721 * blog/wp-admin/setup-config.php:
3723 * blog/wp-includes/formatting.php:
3724 * blog/wp-includes/functions.php:
3725 * blog/wp-includes/pluggable.php:
3726 * blog/wp-includes/post.php:
3727 * blog/wp-includes/query.php:
3728 * blog/wp-includes/taxonomy.php:
3729 * blog/wp-includes/version.php:
3730 * blog/wp-includes/wp-db.php:
3732 * blog/wp-settings.php:
3735 2007-12-29 Alp Toker <alp@atoker.com>
3739 * perf/sunspider-0.9/sunspider.html:
3741 2007-12-29 Alp Toker <alp@atoker.com>
3745 Provide the current URL in the SunSpider results page. Useful for
3746 copying benchmark results out of browsers without a location bar or
3747 where the location bar can't handle long URLs.
3749 * perf/sunspider-0.9/sunspider-results.html:
3751 2007-12-21 David Smith <catfish.man@gmail.com>
3753 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.
3755 * blog-files/gebcnspeedtest.html:
3757 2007-12-21 David Smith <catfish.man@gmail.com>
3759 Add the benchmark from the previous commit as well.
3761 * blog-files/gebcnspeedtest.html: Added.
3762 * blog-files/prototype-for-gebcn-test.js: Added.
3764 2007-12-21 David Smith <catfish.man@gmail.com>
3766 Add a graph of benchmark results for an upcoming blog post.
3768 * blog-files/gebcnwebkitonly.png: Added.
3770 2007-12-18 Antti Koivisto <antti@apple.com>
3772 Reviewed by Darin and Steve.
3774 Add instructions to install the QuickTime SDK for Windows.
3776 * building/tools.html:
3778 2007-12-18 Mark Rowe <mrowe@apple.com>
3782 * perf/sunspider-0.9/sunspider.html:
3784 2007-12-18 Steve Falkenburg <sfalken@apple.com>
3786 Correct link to Visual Studio Express 2005.
3787 Old link points to 2008.
3791 * building/tools.html:
3793 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3797 - work around IE layout bugs
3799 * perf/sunspider-0.9/sunspider.css:
3801 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3805 - fix compare feature
3807 * perf/sunspider-0.9/sunspider-results.html:
3809 2007-12-17 Maciej Stachowiak <mjs@apple.com>
3811 Rubber stamped by Mark.
3813 - Add a copy of SunSpider 0.9 to the site
3816 * perf/sunspider-0.9: Added.
3817 * perf/sunspider-0.9/3d-cube.html: Added.
3818 * perf/sunspider-0.9/3d-morph.html: Added.
3819 * perf/sunspider-0.9/3d-raytrace.html: Added.
3820 * perf/sunspider-0.9/access-binary-trees.html: Added.
3821 * perf/sunspider-0.9/access-fannkuch.html: Added.
3822 * perf/sunspider-0.9/access-nbody.html: Added.
3823 * perf/sunspider-0.9/access-nsieve.html: Added.
3824 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Added.
3825 * perf/sunspider-0.9/bitops-bits-in-byte.html: Added.
3826 * perf/sunspider-0.9/bitops-bitwise-and.html: Added.
3827 * perf/sunspider-0.9/bitops-nsieve-bits.html: Added.
3828 * perf/sunspider-0.9/controlflow-recursive.html: Added.
3829 * perf/sunspider-0.9/crypto-aes.html: Added.
3830 * perf/sunspider-0.9/crypto-md5.html: Added.
3831 * perf/sunspider-0.9/crypto-sha1.html: Added.
3832 * perf/sunspider-0.9/date-format-tofte.html: Added.
3833 * perf/sunspider-0.9/date-format-xparb.html: Added.
3834 * perf/sunspider-0.9/math-cordic.html: Added.
3835 * perf/sunspider-0.9/math-partial-sums.html: Added.
3836 * perf/sunspider-0.9/math-spectral-norm.html: Added.
3837 * perf/sunspider-0.9/regexp-dna.html: Added.
3838 * perf/sunspider-0.9/string-base64.html: Added.
3839 * perf/sunspider-0.9/string-fasta.html: Added.
3840 * perf/sunspider-0.9/string-tagcloud.html: Added.
3841 * perf/sunspider-0.9/string-unpack-code.html: Added.
3842 * perf/sunspider-0.9/string-validate-input.html: Added.
3843 * perf/sunspider-0.9/sunspider-analyze-results.js: Added.
3844 * perf/sunspider-0.9/sunspider-compare-results.js: Added.
3845 * perf/sunspider-0.9/sunspider-driver.html: Added.
3846 * perf/sunspider-0.9/sunspider-record-result.js: Added.
3847 * perf/sunspider-0.9/sunspider-results.html: Added.
3848 * perf/sunspider-0.9/sunspider-test-prefix.js: Added.
3849 * perf/sunspider-0.9/sunspider.css: Added.
3850 * perf/sunspider-0.9/sunspider.html: Added.
3852 2007-12-16 Brent Fulgham <bfulgham@gmail.com>
3854 Reviewed by Maciej Stachowiak.
3856 http://bugs.webkit.org/show_bug.cgi?id=16446.
3858 * building/debug.html: Update to expand the win32 debugging instructions.
3860 2007-12-07 Brady Eidson <beidson@apple.com>
3862 Reviewed by Darin's rubberstamp
3864 When developing the Database feature and dealing with UI Delegate issues, it is important to have
3865 live examples on the web to help reproduce certain situations.
3867 This file is a dumping ground for such examples, and starts out with one function - the ability to add
3868 arbitrary amounts of data to a database to test the quota-related mechanisms of the UI
3870 * misc/DatabaseTester.html: Added.
3872 2007-12-07 Brady Eidson <beidson@apple.com>
3874 Reviewed by Adam Roben
3876 * misc/DatabaseExample.html: Changed to differentiate failure between running with an
3877 unsupported browser or some other error that prevented the database from opening.
3878 In the future we can use ExceptionCodes returned from openDatabase(), but a good list
3879 of those don't exist yet
3881 2007-12-05 Timothy Hatcher <timothy@apple.com>
3883 Add another Inspector screenshot for an upcoming blog post.
3885 * blog-files/InspectorDatabaseBrowser.png: Added.
3887 2007-12-04 Alp Toker <alp@atoker.com>
3889 Reviewed by Mark Rowe.
3891 Link to Planet WebKit.
3895 2007-12-02 Adam Roben <aroben@apple.com>
3897 Add another screenshot
3899 * blog-files/InspectElementMenu.png: Added.
3901 2007-12-02 Adam Roben <aroben@apple.com>
3903 Add some Inspector screenshots for an upcoming blog post
3905 Rubberstamped by Mark Rowe.
3907 * blog-files/InspectorCSSEditing.png: Added.
3908 * blog-files/InspectorFonts.png: Added.
3910 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3914 Link to the commit and review policy.
3916 * coding/contributing.html:
3919 2007-11-30 Darin Adler <darin@apple.com>
3921 * coding/commit-review-policy.html: A couple more typos and very
3922 minor grammatical stuff. No substantive change.
3924 2007-11-30 Darin Adler <darin@apple.com>
3926 * coding/commit-review-policy.html: Fixed a typo, added a footer.
3928 2007-11-30 Matt Lilek <webkit@mattlilek.com>
3932 Clean up a couple of typos from Maciej's last patch.
3934 * coding/commit-review-policy.html:
3936 2007-11-30 Maciej Stachowiak <mjs@apple.com>
3938 Reviewed by Bertrand.
3940 New commit and review policy.
3942 * coding/commit-review-policy.html: Added.
3944 2007-11-21 Mark Rowe <mrowe@apple.com>
3948 Update coding style to cover control statements with no body.
3950 * coding/coding-style.html:
3952 2007-11-17 Adam Roben <aroben@apple.com>
3954 Update Windows debugging instructions
3956 Reviewed by Mark Rowe.
3958 * building/debug.html:
3960 2007-11-14 Brady Eidson <beidson@apple.com>
3964 * images/DroseraPic.png: Added.
3966 2007-11-12 Brady Eidson <beidson@apple.com>
3970 Update the DatabaseExample to use the new API
3972 * misc/DatabaseExample.html:
3974 2007-11-12 Mark Rowe <mrowe@apple.com>
3976 * building/tools.html: Remove extra >.
3978 2007-11-09 Antti Koivisto <antti@apple.com>
3980 Rubber stamped by bdash.
3982 Add directory for blog resources (and one image).
3984 * blog-files: Added.
3985 * blog-files/touch-poster.png: Added.
3987 2007-11-07 Dan Bernstein <mitz@apple.com>
3989 Reviewed by Darin Adler.
3991 - removed a workaround for the bug fixed in the WebCore part of this
3994 2007-11-04 Timothy Hatcher <timothy@apple.com>
3996 Land the HTML Editing Toolbar demo from WWDC 2007.
3999 * demos/editingToolbar: Added.
4000 * demos/editingToolbar/FancyToolbar.css: Added.
4001 * demos/editingToolbar/FancyToolbar.js: Added.
4002 * demos/editingToolbar/FancyToolbarImages: Added.
4003 * demos/editingToolbar/FancyToolbarImages/button.png: Added.
4004 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Added.
4005 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Added.
4006 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Added.
4007 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Added.
4008 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Added.
4009 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Added.
4010 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Added.
4011 * demos/editingToolbar/FancyToolbarImages/camera.png: Added.
4012 * demos/editingToolbar/FancyToolbarImages/link.png: Added.
4013 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Added.
4014 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Added.
4015 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Added.
4016 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Added.
4017 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Added.
4018 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Added.
4019 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Added.
4020 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Added.
4021 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Added.
4022 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Added.
4023 * demos/editingToolbar/content.html: Added.
4024 * demos/editingToolbar/images: Added.
4025 * demos/editingToolbar/images/safari.png: Added.
4026 * demos/editingToolbar/index.html: Added.
4028 2007-11-04 David D. Kilzer <ddkilzer@webkit.org>
4030 CIA has changed its hostname from cia.navi.cx to cia.vc
4031 <http://bugs.webkit.org/show_bug.cgi?id=15829>
4035 * contact.html: Updated links to CIA.
4037 2007-11-03 David D. Kilzer <ddkilzer@webkit.org>
4039 LGPL'ed files contain incorrect FSF address
4040 <http://bugs.webkit.org/show_bug.cgi?id=14885>
4042 Reviewed by NOBODY (follow-up fix).
4044 * blog/wp-includes/class-snoopy.php:
4045 * blog/wp-includes/gettext.php:
4046 * blog/wp-includes/streams.php:
4048 2007-11-01 Sam Weinig <sam@webkit.org>
4050 Rubber-stamped by Tim Hatcher.
4052 * misc/DatabaseExample.html: Speed up default close speed to .25s
4054 2007-11-01 Sam Weinig <sam@webkit.org>
4056 Reviewed by Adam Roben.
4058 - Don't show the close button on the notes unless hovering over the note.
4059 - Do transformation and fade when closing a note using the new transition properties.
4061 * misc/DatabaseExample.html:
4063 2007-10-29 Mark Rowe <mrowe@apple.com>
4069 2007-10-29 Mark Rowe <mrowe@apple.com>
4071 Files that have been added or modified on the web server without making it in to SVN.
4074 * blog/wp-content/databaseexample.png: Added.
4075 * blog/wp-content/uploads: Added.
4076 * blog/wp-content/uploads/2007: Added.
4077 * blog/wp-content/uploads/2007/06: Added.
4078 * blog/wp-content/uploads/2007/06/newinspector.png: Added.
4079 * building/cygwin-downloader.zip: Added.
4081 2007-10-25 Alexey Proskuryakov <ap@webkit.org>
4083 Rubber-stamped by Mark Rowe.
4085 * images/download.png: Updated to say "Nightly builds" instead of
4086 "Nightly (6 MB)" - the Mac version is ~15 MB now, and this isn't a direct
4087 download link anyway.
4089 2007-10-21 David Kilzer <ddkilzer@webkit.org>
4091 Reviewed by Darin Adler.
4093 - fix http://bugs.webkit.org/show_bug.cgi?id=15592
4094 DOM Exception opening up client-side database example for the first time
4096 There was a race condition when creating the WebKitStickyNotes table for the
4097 first time in which the loaded() function (renamed to loadNotes()) could be
4098 called before the table was created. Prevent this by only calling loadNotes()
4099 in an executeSql() callback after we know the table exists, or after we know
4100 the table has been created.
4102 * misc/DatabaseExample.html: Renamed loaded() function to loadNotes().
4103 Created a new loaded() function.
4105 2007-10-20 Mark Rowe <mrowe@apple.com>
4107 Rubber-stamped by Adam.
4109 Convert TIFFs to PNGs so that the demo page is fully-functional in the Gtk port.
4111 * misc/DatabaseExample.html:
4112 * misc/deleteButton.png: Added.
4113 * misc/deleteButton.tiff: Removed.
4114 * misc/deleteButtonPressed.png: Added.
4115 * misc/deleteButtonPressed.tiff: Removed.
4117 2007-10-20 Adam Roben <aroben@apple.com>
4119 Make the notes sticky!
4123 * misc/DatabaseExample.html:
4124 * misc/deleteButton.tiff: Added.
4125 * misc/deleteButtonPressed.tiff: Added.
4127 2007-10-19 Timothy Hatcher <timothy@apple.com>
4129 Reviewed by Mark Rowe.
4131 Fix a couple of exceptions for first time users.
4133 * misc/DatabaseExample.html:
4135 2007-10-19 Anders Carlsson <andersca@apple.com>
4139 Make example actually work.
4141 * misc/DatabaseExample.html:
4143 2007-10-19 Anders Carlsson <andersca@apple.com>
4149 * misc/DatabaseExample.html:
4151 2007-10-19 Brady Eidson <beidson@apple.com>
4155 Tiger's SQLite doesn't support CREATE TABLE IF NOT EXISTS :(
4157 * misc/DatabaseExample.html:
4159 2007-10-19 Brady Eidson <beidson@apple.com>
4161 Reviewed by Tim Hatcher
4163 Sample database API usage
4165 * misc/DatabaseExample.html: Added.
4167 2007-09-25 David Kilzer <ddkilzer@webkit.org>
4171 - Fix http://bugs.webkit.org/show_bug.cgi?id=14885
4172 LGPL'ed files contain incorrect FSF address
4174 * blog/wp-content/plugins/wp-cache/wp-cache.php:
4175 * blog/wp-includes/class-snoopy.php:
4176 * blog/wp-includes/gettext.php:
4177 * blog/wp-includes/js/tinymce/license.html:
4178 * blog/wp-includes/streams.php:
4180 2007-09-23 Maciej Stachowiak <mjs@apple.com>
4182 Reviewed by Mark Rowe.
4184 - Limit custom list bullets to ordered lists only
4195 2007-09-22 Jan Michael Alonzo <jmalonzo@unpluggable.com>
4199 * coding/coding-style.html:
4200 - in section Other Punctuation
4201 - syntax instead of synatax
4202 - fix sample code alignment
4204 2007-09-06 Maciej Stachowiak <mjs@apple.com>
4208 * misc/WebKitDetect.js: Added.
4210 2007-09-06 Maciej Stachowiak <mjs@apple.com>
4212 Not reviewed - copy of WebKitDetect script from wiki
4214 * misc/WebKitDetect.html: Added.
4216 2007-08-20 Adam Roben <aroben@apple.com>
4218 Remove any mention of drwtsn32.log, as it is almost never useful for tracking down crashes
4222 * quality/crashlogs.html:
4224 2007-07-26 Maciej Stachowiak <mjs@apple.com>
4226 - grammar fix pointed out by Mitz.
4228 * projects/goals.html:
4230 2007-07-25 Maciej Stachowiak <mjs@apple.com>
4232 Rubber stamped by Adam.
4234 Added WebKit Project Goals.
4236 * nav.inc: added a nav link.
4237 * projects/goals.html: Added.
4239 2007-07-22 Matt Lilek <pewtermoose@gmail.com>
4241 Reviewed by Adam Roben.
4243 Add information on getting a useful crash log on Mac and Windows.
4246 * quality/crashlogs.html: Added.
4247 * quality/mac_reportbox.jpg: Added.
4248 * quality/mac_viewtrace.jpg: Added.
4249 * quality/win_installwatson.jpg: Added.
4250 * quality/win_watsongui.jpg: Added.
4251 * quality/win_watsoninstalled.jpg: Added.
4253 2007-07-20 Mark Rowe <mrowe@apple.com>
4255 Replace symlink with a PHP-level include to allow use of