1 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
3 Update the list of u-szeged contributors.
5 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
9 2014-09-18 Dean Jackson <dino@apple.com>
11 Expand the srcset demo to have 3x and 4x images.
15 * demos/srcset/image-1x.png:
16 * demos/srcset/image-2x.png:
17 * demos/srcset/image-3x.png: Added.
18 * demos/srcset/image-4x.png: Added.
19 * demos/srcset/index.html:
21 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
23 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
24 https://bugs.webkit.org/show_bug.cgi?id=136315
26 Reviewed by Mark Rowe.
28 * building/checkout.html:
29 * building/debug-mac-uiprocess.html:
30 * building/debug.html:
32 * building/tools.html:
35 * projects/javascript/index.html:
36 * projects/svg/index.html:
37 * quality/bugwriting.html:
38 * quality/crashlogs.html:
39 * quality/leakhunting.html:
40 * quality/lifecycle.html:
41 * quality/testing.html:
43 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
45 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
46 https://bugs.webkit.org/show_bug.cgi?id=31993
48 Reviewed by Darin Adler.
50 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
52 * coding/contributing.html:
53 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
55 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
57 Remove people that have left Adobe from Security Contact list
58 https://bugs.webkit.org/show_bug.cgi?id=135256
60 Reviewed by Alexey Proskuryakov.
62 * security/security-group-members.html:
64 2014-08-06 peavo@outlook.com <peavo@outlook.com>
66 [Win] Build error when OFFICIAL_BUILD != 1.
67 https://bugs.webkit.org/show_bug.cgi?id=135613
69 Reviewed by Alex Christensen.
71 Added python installation as a required step before building on Windows.
73 * building/tools.html:
75 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
77 Committers should mail webkit-committers not webkit-reviewers for reactivation
78 https://bugs.webkit.org/show_bug.cgi?id=135203
80 Reviewed by Ryosuke Niwa.
82 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
83 send mail to webkit-committers instead of webkit-reviewers.
85 * coding/commit-review-policy.html:
87 2014-07-15 Alex Christensen <achristensen@webkit.org>
89 Make css jit benchmark work on IE11.
90 https://bugs.webkit.org/show_bug.cgi?id=134956
92 Reviewed by Benjamin Poulain.
94 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
95 Remove an iframe which caused IE11 to try to open content as a URL.
97 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
99 Update policy for Inactive Committer and Reviewer status
100 https://bugs.webkit.org/show_bug.cgi?id=134403
102 Reviewed by Nico Weber.
104 * coding/commit-review-policy.html:
106 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
108 Remove Qt instructions from http://www.webkit.org/building/tools.html
109 https://bugs.webkit.org/show_bug.cgi?id=134384
111 Reviewed by Tim Horton.
113 * building/tools.html:
115 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
116 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
118 2014-06-25 Brent Fulgham <bfulgham@apple.com>
120 [Win] Whoops! DirectX SDK is still needed.
122 * building/tools.html: Put DirectX instruction back.
124 2014-06-24 Brent Fulgham <bfulgham@apple.com>
126 [Win] Remove some out-of-date stuff from our instructions.
127 https://bugs.webkit.org/show_bug.cgi?id=134282
129 Reviewed by Tim Horton.
131 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
132 install anymore (it's part of Visual Studio 2013).
133 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
136 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
138 Drop the cross organizational support requirement from reviewer nomination policy
139 https://bugs.webkit.org/show_bug.cgi?id=134240
141 Reviewed by Gyuyoung Kim.
145 * coding/commit-review-policy.html:
147 2014-05-13 Filip Pizlo <fpizlo@apple.com>
149 Updated the files to have the right width.
151 * blog-files/ftl-jit/dfg_pipeline.png:
152 * blog-files/ftl-jit/four_tier_performance.png:
153 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
154 * blog-files/ftl-jit/ftl_pipeline.png:
155 * blog-files/ftl-jit/ftl_timeline.png:
156 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
157 * blog-files/ftl-jit/polyvariance.png:
158 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
159 * blog-files/ftl-jit/three_tier_performance.png:
161 2014-05-13 Filip Pizlo <fpizlo@apple.com>
163 Add some illustrations about how JSC works.
165 * blog-files/ftl-jit: Added.
166 * blog-files/ftl-jit/dfg_pipeline.png: Added.
167 * blog-files/ftl-jit/four_tier_performance.png: Added.
168 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
169 * blog-files/ftl-jit/ftl_pipeline.png: Added.
170 * blog-files/ftl-jit/ftl_timeline.png: Added.
171 * blog-files/ftl-jit/object_model.png: Added.
172 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
173 * blog-files/ftl-jit/polyvariance.png: Added.
174 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
175 * blog-files/ftl-jit/three_tier_performance.png: Added.
176 * blog-files/ftl-jit/three_tiers.png: Added.
178 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
180 Add potential illustrations for a potential future blog post about the viewport meta tag
182 * blog-files/simple-viewport-configuration: Added.
183 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
184 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
185 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
186 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
187 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
188 * blog-files/simple-viewport-configuration/inspector.png: Added.
189 * blog-files/simple-viewport-configuration/report_size.js: Added.
191 2014-04-29 Alex Christensen <achristensen@webkit.org>
193 [WinCairo] Switch video from GStreamer to Media Foundation.
194 https://bugs.webkit.org/show_bug.cgi?id=132358
196 Reviewed by Brent Fulgham.
198 * building/tools.html:
199 Removed requirement of installing GStreamer.
201 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
203 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
204 https://bugs.webkit.org/show_bug.cgi?id=131791
206 Reviewed by Sam Weinig.
208 * building/debug.html:
210 2014-03-28 James Craig <jcraig@apple.com>
212 Web Inspector: AXI: support for live regions
213 https://bugs.webkit.org/show_bug.cgi?id=130725
215 Reviewed by Timothy Hatcher.
217 Demo update to show off the new Inspector support for live regions.
219 * blog-files/aria1.0/combobox_with_live_region_status.html:
221 2014-03-27 James Craig <jcraig@apple.com>
223 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
224 https://bugs.webkit.org/show_bug.cgi?id=130827
226 Reviewed by Timothy Hatcher.
228 Updated demo files with attr refresh to show off selected children changing.
229 Long term fix will be http://webkit.org/b/130883
231 * blog-files/aria1.0/combobox_with_live_region_status.html:
233 2014-03-25 James Craig <jcraig@apple.com>
235 Blog-files: combobox demo needs aria-expanded support
236 https://bugs.webkit.org/show_bug.cgi?id=130766
238 Reviewed by Chris Fleizach.
240 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
242 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
244 Add illustrations for a potential blog post
246 First version, let see how that works out.
248 * blog-files/css-jit-introduction: Added.
249 * blog-files/css-jit-introduction/clicktostart.js: Added.
250 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
251 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
252 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
253 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
254 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
255 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
257 2014-03-20 James Craig <jcraig@apple.com>
259 Sample code for potential ARIA blog post.
260 https://bugs.webkit.org/show_bug.cgi?id=130548
262 Rubber-stamped by Chris Fleizach.
264 * blog-files/aria1.0: Added.
265 * blog-files/aria1.0/africa_large.svg: Added.
266 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
267 * blog-files/aria1.0/roaming_tabindex: Added.
268 * blog-files/aria1.0/roaming_tabindex/css: Added.
269 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
270 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
271 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
272 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
273 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
274 * blog-files/aria1.0/roaming_tabindex/js: Added.
275 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
276 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
277 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
279 2014-03-14 Maciej Stachowiak <mjs@apple.com>
281 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
282 https://bugs.webkit.org/show_bug.cgi?id=130276
283 <rdar://problem/16266927>
285 Reviewed by Simon Fraser.
287 * blog/wp-content/textfield_screenshot.jpg:
288 * misc/WebKitDetect.html:
289 * misc/WebKitDetect.js:
290 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
291 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
292 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
293 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
294 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
295 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
296 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
297 * perf/sunspider-0.9.1/sunspider-compare-results.js:
298 * perf/sunspider-0.9/3d-cube.html:
299 * perf/sunspider-0.9/3d-morph.html:
300 * perf/sunspider-0.9/3d-raytrace.html:
301 * perf/sunspider-0.9/access-binary-trees.html:
302 * perf/sunspider-0.9/access-fannkuch.html:
303 * perf/sunspider-0.9/access-nbody.html:
304 * perf/sunspider-0.9/access-nsieve.html:
305 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
306 * perf/sunspider-0.9/bitops-bits-in-byte.html:
307 * perf/sunspider-0.9/bitops-bitwise-and.html:
308 * perf/sunspider-0.9/bitops-nsieve-bits.html:
309 * perf/sunspider-0.9/controlflow-recursive.html:
310 * perf/sunspider-0.9/crypto-aes.html:
311 * perf/sunspider-0.9/crypto-md5.html:
312 * perf/sunspider-0.9/crypto-sha1.html:
313 * perf/sunspider-0.9/date-format-tofte.html:
314 * perf/sunspider-0.9/date-format-xparb.html:
315 * perf/sunspider-0.9/math-cordic.html:
316 * perf/sunspider-0.9/math-partial-sums.html:
317 * perf/sunspider-0.9/math-spectral-norm.html:
318 * perf/sunspider-0.9/regexp-dna.html:
319 * perf/sunspider-0.9/string-base64.html:
320 * perf/sunspider-0.9/string-fasta.html:
321 * perf/sunspider-0.9/string-tagcloud.html:
322 * perf/sunspider-0.9/string-unpack-code.html:
323 * perf/sunspider-0.9/string-validate-input.html:
324 * perf/sunspider-0.9/sunspider-analyze-results.js:
325 * perf/sunspider-0.9/sunspider-compare-results.js:
326 * perf/sunspider-0.9/sunspider-driver.html:
327 * perf/sunspider-0.9/sunspider-record-result.js:
328 * perf/sunspider-0.9/sunspider-results.html:
329 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
330 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
331 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
332 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
333 * perf/sunspider-1.0.1/sunspider-compare-results.js:
334 * perf/sunspider-1.0.1/sunspider.html:
335 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
336 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
337 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
338 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
339 * perf/sunspider-1.0.2/sunspider-compare-results.js:
340 * perf/sunspider-1.0.2/sunspider.html:
341 * perf/sunspider-1.0/sunspider-1.0/driver.html:
342 * perf/sunspider-1.0/sunspider-1.0/results.html:
343 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
344 * perf/sunspider-1.0/sunspider-analyze-results.js:
345 * perf/sunspider-1.0/sunspider-compare-results.js:
346 * perf/sunspider-1.0/sunspider.html:
347 * perf/sunspider/sunspider.html:
348 * perf/sunspider/versions.html:
349 * quality/reporting.html:
351 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
353 Use DYEBench v0.9 by default.
355 Rubber-stamped by Benjamin Poulain.
357 * perf/DoYouEvenBench/index.html:
359 2014-02-27 Darin Adler <darin@apple.com>
361 Some small modernizing tweaks to the coding style guide
362 https://bugs.webkit.org/show_bug.cgi?id=129427
364 Reviewed by Alexey Proskuryakov.
366 My intent here was originally to do the nullptr style guide update, but that was already done.
367 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
368 a number of subtle ways.
370 * coding/coding-style.html: Change "left side operator" example to be a more modern example
371 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
372 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
373 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
374 over index iteration in vector iteration example and also showed use of unsigned rather than
375 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
376 a newly created object" example. Use references instead of pointers in one example.
378 2014-02-26 Julien Brianceau <jbriance@cisco.com>
380 Add Cisco to team.html
381 https://bugs.webkit.org/show_bug.cgi?id=129405
383 Reviewed by Andreas Kling.
387 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
389 Update style guide to use nullptr instead of 0 for C++ null pointers.
390 https://bugs.webkit.org/show_bug.cgi?id=129413
392 Reviewed by Ryosuke Niwa.
394 * coding/coding-style.html:
396 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
398 Change tools.html to say Xcode 5 is required to build
399 https://bugs.webkit.org/show_bug.cgi?id=128545
401 Reviewed by Andreas Kling.
403 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
404 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
405 line tools in the downloads pane anymore, so direct folks to use
406 xcode-select to install the command line tools as well.
408 * building/tools.html:
410 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
412 Host DoYouEvenBench on webkit.org
413 https://bugs.webkit.org/show_bug.cgi?id=127185
415 Reviewed by Benjamin Poulain.
417 The previous patch didn't quite work due to cross-origin restrictions.
418 Simply add a hyperlink to a trac page.
420 * perf/DoYouEvenBench/index.html:
422 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
424 Host DoYouEvenBench on webkit.org
425 https://bugs.webkit.org/show_bug.cgi?id=127185
427 Reviewed by Benjamin Poulain.
429 Added webkit.org/perf/DoYouEvenBench.
431 * perf/DoYouEvenBench: Added.
432 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
434 2014-01-03 Alex Christensen <achristensen@webkit.org>
436 Added GStreamer to list of required tools for compiling webkit.
437 https://bugs.webkit.org/show_bug.cgi?id=126319
439 Reviewed by Philippe Normand.
441 * building/tools.html:
442 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
443 Added GStreamer installers to list of required tools for WinCairo.
445 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
447 Add a description about webkit-patch setup-git-clone to checkout.html
448 https://bugs.webkit.org/show_bug.cgi?id=126217
450 Reviewed by Philippe Normand.
454 * building/checkout.html:
456 2013-12-13 Roger Fong <roger_fong@apple.com>
458 Update build instructions for Windows following upgrade to VS2013.
460 * building/tools.html:
462 2013-11-30 Mark Rowe <mrowe@apple.com>
464 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
466 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
468 Reviewed by Sam Weinig.
470 * footer.inc: Remove the old analytics code.
471 * header.inc: Add the new stuff.
473 2013-10-29 Beth Dakin <bdakin@apple.com>
475 Just updating the sample code for this potential blog post.
477 * blog-files/regions/pizza-is-amazing.png: Replaced.
478 * blog-files/regions/unstyled-article.png: Replaced.
479 * demos/regions/pizza-regions-manifesto-regionstyling.html:
480 * demos/regions/pizza-regions-manifesto.html:
482 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
484 Mixed content error when accessing webkit.org/team.html over https
485 https://bugs.webkit.org/show_bug.cgi?id=123020
487 Reviewed by Alexey Proskuryakov.
489 When the webkit.org/team.html page is accessed over https most browsers report
490 Mixed Content error, which is caused by the fact that the contributos.json file
491 is accessed over a plain http connection and not https.
495 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
497 Cleanup webkit.org/team.html
498 https://bugs.webkit.org/show_bug.cgi?id=123022
500 Reviewed by Alexey Proskuryakov.
502 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
506 2013-10-16 Geoffrey Garen <ggaren@apple.com>
508 Publish SunSpider 1.0.2
509 https://bugs.webkit.org/show_bug.cgi?id=122923
511 Reviewed by Darin Adler.
513 * perf/sunspider/sunspider.html:
514 * perf/sunspider/versions.html:
516 2013-10-08 Geoffrey Garen <ggaren@apple.com>
518 Refined power management in SunSpider 1.0.2
519 https://bugs.webkit.org/show_bug.cgi?id=122525
521 Reviewed by Gavin Barraclough.
523 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
525 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
526 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
527 * perf/sunspider-1.0.2/sunspider.css:
531 2013-10-02 Geoffrey Garen <ggaren@apple.com>
533 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
535 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
536 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
538 2013-09-26 Geoffrey Garen <ggaren@apple.com>
540 Fixed a version number string in SunSpider 1.0.2
541 https://bugs.webkit.org/show_bug.cgi?id=122004
543 Reviewed by Gavin Barraclough.
545 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
547 2013-09-26 Geoffrey Garen <ggaren@apple.com>
549 Tentative SunSpider 1.0.2
550 https://bugs.webkit.org/show_bug.cgi?id=122002
552 Reviewed by Gavin Barraclough.
554 See comments in PerformanceTests/SunSpider.
556 * perf/sunspider-1.0.2: Added.
558 2013-09-20 Mark Rowe <mrowe@apple.com>
560 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
562 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
564 Reviewed by David Kilzer.
566 * building/debug-mac-uiprocess.html:
567 * building/tools.html:
569 2013-09-19 Dan Bernstein <mitz@apple.com>
571 Add a style guideline regarding spacing in range-based for loops
572 https://bugs.webkit.org/show_bug.cgi?id=121620
574 Reviewed by Anders Carlsson.
576 * coding/coding-style.html: Added the guideline that spaces should be placed
577 around the colon in a range-based for loop.
579 2013-09-10 Beth Dakin <bdakin@apple.com>
581 Adding another screenshot for a potential blog post.
583 * blog-files/regions/unstyled-article.png: Added.
585 2013-09-09 Roger Fong <roger_fong@apple.com>
587 Update build instructions for Apple Windows port to include cygwin php install steps.
589 * building/tools.html:
591 2013-09-04 Beth Dakin <bdakin@apple.com>
593 Fixing a typo in demo files and screenshot.
595 * blog-files/regions/pizza-is-amazing.png: Replaced.
596 * demos/regions/pizza-regions-manifesto-regionstyling.html:
597 * demos/regions/pizza-regions-manifesto.html:
599 2013-09-04 Beth Dakin <bdakin@apple.com>
601 Upload demo and images for a potential blog post.
603 * blog-files/regions: Added.
604 * blog-files/regions/pizza-is-amazing.png: Added.
605 * demos/regions: Added.
606 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
607 * demos/regions/pizza-regions-manifesto.html: Added.
608 * demos/regions/yellow-pizza.jpg: Added.
610 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
612 Fix the recommended testing platform on the website
614 Rubberstamped by Enrica Casucci.
616 * quality/testing.html:
618 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
620 Fix webkit.org content overflowing their content box
622 Rubberstamped by Simon Fraser.
624 More fixes to have webkit.org show properly on iPad and iPhone.
626 * blog/wp-content/themes/webkit/header.php:
627 Add the correct viewport width for the blog.
629 * building/debug.html:
630 * building/launch-debugger-vs2010-small.png: Added.
631 * building/set-debugging-properties-vs2010-small.png: Added.
632 Fix the images to make them fit in the page.
634 * coding/adding-features.html:
635 Using <pre> for the example of email just make it looks like our code examples.
636 Change the source to use <blockquote> so that the text can reflow to the content box.
638 (.code, pre, tt, code):
639 Scroll the content when it overflows the box for code and pre.
641 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
643 Give a smaller viewport to webkit.org on devices
645 Rubberstamped by Simon Fraser.
647 The CSS of WebKit.org layout the content on 615px + a right margin of
648 215px + a left margin of 20px. The total layout width is 850px.
650 The standard viewport size on mobile devices is 980px. This leaves a gap
651 on the right side of the content when opening the size on iPhone/iPad.
653 This patch changes the layout width to be 860 to display more content on devices
654 while keeping a little margin.
658 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
660 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
661 https://bugs.webkit.org/show_bug.cgi?id=117993
663 Reviewed by George Staikos.
665 * perf/sunspider-1.0.1/json2.js: Added.
666 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
667 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
668 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
669 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
670 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
671 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
672 * perf/sunspider-1.0.1/sunspider.css: Added.
673 * perf/sunspider-1.0.1/sunspider.html: Added.
674 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
675 * perf/sunspider/versions.html: Updated to version 1.0.1.
677 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
679 Update the images for the blog size-matters
681 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
682 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
683 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
685 2013-08-05 Dean Jackson <dino@apple.com>
687 Move previous commit into /demos.
689 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
690 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
691 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
692 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
694 2013-08-05 Dean Jackson <dino@apple.com>
696 Upload example for a blog post.
698 * blog-files/srcset/image-1x.png: Added.
699 * blog-files/srcset/image-2x.png: Added.
700 * blog-files/srcset/image-src.png: Added.
701 * blog-files/srcset/index.html: Added.
703 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
705 Upload images for a potential blog post
707 * blog-files/size-matters: Added.
708 * blog-files/size-matters/JavaScript-growth.png: Added.
709 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
710 * blog-files/size-matters/WebCore-growth.png: Added.
711 * blog-files/size-matters/WebKit-growth.png: Added.
713 2013-07-14 Kwang Yul Seo <skyul@company100.net>
715 Add Company100 to team.html
716 https://bugs.webkit.org/show_bug.cgi?id=118633
718 Reviewed by Andreas Kling.
722 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
724 Add 'partner.samsung.com' to domain affiliations
725 https://bugs.webkit.org/show_bug.cgi?id=118580
727 Reviewed by Antonio Gomes.
731 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
733 Add screenshot of the inspector color picker for the blog
735 * blog-files/last-week-in-webkit: Added.
736 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
738 2013-06-27 Roger Fong <roger_fong@apple.com>
740 Update required tools for Windows instructions.
742 * building/tools.html:
744 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
746 The page title of technical-articles.html is incorrect.
747 https://bugs.webkit.org/show_bug.cgi?id=117727
749 Reviewed by Ryosuke Niwa.
751 Changed the page title of technical-articles.html to "WebKit Technical Articles".
753 * coding/technical-articles.html:
755 2013-06-14 Timothy Hatcher <timothy@apple.com>
757 Shrink larger images to fit the width of the blog.
759 * blog-files/new-inspector/hero-labeled.png:
760 * blog-files/new-inspector/hero.png:
762 2013-06-12 Roger Fong <roger_fong@apple.com>
764 Update webkit.org build instructions for Apple Windows port.
765 https://bugs.webkit.org/show_bug.cgi?id=117563.
767 Reviewed by Brent Fulgham.
769 * building/build.html:
770 * building/debug.html:
771 * building/launch-debugger-vs2005.png: Removed.
772 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
773 * building/set-as-startup-project-vs2005.png: Removed.
774 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
775 * building/set-debugging-properties-vs2005.png: Removed.
776 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
777 * building/tools.html:
779 2013-06-12 Timothy Hatcher <timothy@apple.com>
781 Add new Web Inspector images for a blog post.
783 * blog-files/new-inspector/activity-viewer.png: Added.
784 * blog-files/new-inspector/codemirror.png: Added.
785 * blog-files/new-inspector/console.png: Added.
786 * blog-files/new-inspector/hero-labeled.png: Added.
787 * blog-files/new-inspector/hero.png: Added.
788 * blog-files/new-inspector/layer-borders.png: Added.
789 * blog-files/new-inspector/layers.png: Added.
790 * blog-files/new-inspector/navigation-bar.png: Added.
791 * blog-files/new-inspector/open-sign.png: Added.
792 * blog-files/new-inspector/reasons.png: Added.
793 * blog-files/new-inspector/save.png: Added.
794 * blog-files/new-inspector/source-map.png: Added.
795 * blog-files/new-inspector/styles.png: Added.
796 * blog-files/new-inspector/toolbar-context-menu.png: Added.
797 * blog-files/new-inspector/toolbar-docked.png: Added.
798 * blog-files/new-inspector/toolbar.png: Added.
800 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
802 Broken link to committers list on contributing web page
803 https://bugs.webkit.org/show_bug.cgi?id=116722
805 Reviewed by Andreas Kling.
807 * coding/contributing.html:
808 Changed broken link to point to the team page instead.
810 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
812 Make team.html have each contributor's area of expertise
813 https://bugs.webkit.org/show_bug.cgi?id=116737
815 Reviewed by Benjamin Poulain.
818 Update to use the new expertise field in contributors.json.
820 2013-04-30 Filip Pizlo <fpizlo@apple.com>
822 Release SunSpider 1.0
824 Rubber stamped by Maciej Stachowiak.
826 * perf/sunspider-1.0: Added.
827 * perf/sunspider-1.0/json2.js: Added.
829 * perf/sunspider-1.0/sunspider-1.0: Added.
830 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
831 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
832 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
833 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
834 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
847 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
848 (.computeItemTotals):
851 (.standardDeviation):
856 (.computeLabelWidth):
861 (sunspiderCompareResults):
862 * perf/sunspider-1.0/sunspider.css: Added.
871 * perf/sunspider-1.0/sunspider.html: Added.
872 * perf/sunspider/sunspider.html:
873 * perf/sunspider/versions.html: Added.
875 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
877 Update team.html to use contributors.json instead of committers.py
878 https://bugs.webkit.org/show_bug.cgi?id=114720
880 Reviewed by Ryosuke Niwa.
882 Updating the team.html to use contributors.json. Also removing the unused field 'area'
883 from the contributors information.
887 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
889 The list of contributors in committers.py should be a separate JSON
890 https://bugs.webkit.org/show_bug.cgi?id=114673
892 Reviewed by Anders Carlsson.
894 Updated the website to refer to contributors.json instead of committers.py.
896 * coding/commit-review-policy.html:
898 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
900 Simplify the page "Getting the Code" on WebKit.org
901 https://bugs.webkit.org/show_bug.cgi?id=113980
903 Reviewed by Sam Weinig.
905 * building/checkout.html:
906 Instead of interleaving instructions for Mac and Windows, just
907 copy the things that make sense and have two clear sections.
909 Also mention Linux, it is the exact same instructions as Mac OS X.
911 Make svn checkout the alternative to a download of the tarball. It is
912 almost impossible to do a svn checkout on slow networks nowadays.
914 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
916 Update WebKit.org's contact page
917 https://bugs.webkit.org/show_bug.cgi?id=113968
919 Reviewed by Geoffrey Garen.
922 -Add a direct link to our archives on Gmane.
923 -References the ports mailing-lists. This may reduces the emails
924 erroneously sent to webkit-dev.
925 -Add a link to our "reporting bug page".
926 -Get rid of the link to CIA. The website is dead.
928 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
930 Add Digia to the domain affiliations
931 https://bugs.webkit.org/show_bug.cgi?id=110116
933 Reviewed by Kenneth Rohde Christiansen.
937 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
939 Add basysKom to domainAffiliations in team.html
940 https://bugs.webkit.org/show_bug.cgi?id=109306
942 Reviewed by Laszlo Gombos.
944 Register basysKom as contributing company in
945 http://www.webkit.org/team.html.
949 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
951 Add intel.com to team.html
952 https://bugs.webkit.org/show_bug.cgi?id=109424
954 Reviewed by Kenneth Rohde Christiansen.
958 2013-02-10 Dirk Schulze <dschulze@adobe.com>
960 Add adobe.com to team.html
961 https://bugs.webkit.org/show_bug.cgi?id=109396
963 Reviewed by Laszlo Gombos.
967 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
969 Add sisa.samsung.com to team.html
970 https://bugs.webkit.org/show_bug.cgi?id=109394
972 Reviewed by Dirk Schulze.
976 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
978 Add a sample change log entry to contributing.html
979 https://bugs.webkit.org/show_bug.cgi?id=105506
981 Reviewed by Alexey Proskuryakov.
983 Added a sample change log to the page directly people skimming through the page will still
984 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
986 * coding/contributing.html:
988 2012-12-18 Nico Weber <thakis@chromium.org>
990 Fix broken loop in style guide
991 https://bugs.webkit.org/show_bug.cgi?id=105346
993 Reviewed by Ryosuke Niwa.
995 Found by Sean Silva <silvas@purdue.edu>
997 * coding/coding-style.html:
999 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
1001 Add instructions on how to build WebKit on Xcode 4 to build.html
1002 https://bugs.webkit.org/show_bug.cgi?id=104739
1004 Reviewed by Daniel Bates.
1006 Set the build directories to WebKitBuild.
1008 * building/build.html:
1010 2012-11-24 Daniel Bates <dbates@webkit.org>
1012 Substitute "use" for "user" in sentence about naming convention for
1013 enum members so that it reads well.
1015 * coding/coding-style.html:
1017 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1019 Add Samsung to security vendor member list
1020 https://bugs.webkit.org/show_bug.cgi?id=102863
1022 Reviewed by Sam Weinig.
1024 * security/security-group-members.html: Add Samsung members.
1026 2012-10-31 Adam Barth <abarth@webkit.org>
1028 technical-articles.html should link to my talk on how WebKit works
1029 https://bugs.webkit.org/show_bug.cgi?id=100867
1031 Reviewed by Tony Chang.
1033 * coding/technical-articles.html:
1035 2012-10-29 Eric Seidel <eric@webkit.org>
1037 Technical Articles should link to an old talk I gave
1038 https://bugs.webkit.org/show_bug.cgi?id=100624
1040 Reviewed by Adam Barth.
1042 * coding/technical-articles.html:
1044 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1046 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
1048 * coding/coding-style.html:
1050 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1052 Fix a typo per Darin's comment.
1054 * coding/coding-style.html:
1056 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1058 Add a style guide rule for signed and unsigned int
1059 https://bugs.webkit.org/show_bug.cgi?id=96682
1061 Reviewed by Geoffrey Garen.
1063 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
1065 * coding/coding-style.html:
1067 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
1069 Replace JSC::UString by WTF::String
1070 https://bugs.webkit.org/show_bug.cgi?id=95271
1072 Reviewed by Geoffrey Garen.
1074 Update the coding style to avoid mentioning a class that no longer exist.
1076 * coding/coding-style.html:
1078 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1080 Address one more review comment.
1082 * building/checkout.html:
1084 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1086 Recommend the use of https and mention git on building/checkout.html
1087 https://bugs.webkit.org/show_bug.cgi?id=93657
1089 Reviewed by Mark Rowe.
1091 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
1092 because the paragraph right above it refers to buliding/tools.html for that.
1094 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
1095 checkout using a Git client.
1097 * building/checkout.html:
1099 2012-07-27 Adam Barth <abarth@webkit.org>
1101 Writing a blog post for new reviewers doesn't add value to the blog
1102 https://bugs.webkit.org/show_bug.cgi?id=92305
1104 Reviewed by Eric Seidel.
1106 Now that we have Peter posting weekly updates to the blog, having an
1107 announcement on the blog for each reviewer is more noise than signal.
1109 * coding/commit-review-policy.html:
1111 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
1113 Update webkit.org to refer to layoutTestController instead of testRunner
1114 https://bugs.webkit.org/show_bug.cgi?id=89445
1116 Reviewed by Kent Tamura.
1118 * quality/testwriting.html:
1120 2012-05-21 Peter Kasting <pkasting@google.com>
1122 Style guide change: Uses of "std::" should be explicitly qualified.
1123 https://bugs.webkit.org/show_bug.cgi?id=87043
1125 Reviewed by Ryosuke Niwa.
1127 * coding/coding-style.html:
1129 2012-05-11 Darin Adler <darin@apple.com>
1131 Try to make spacing of fine print items in lower left nicer looking.
1134 (#notice, #trademark, #terms): Changed top margin to 10px.
1135 (#notice): Put 30px margin here.
1137 2012-05-11 Darin Adler <darin@apple.com>
1139 CSS tweak needed for the trademark terms of use.
1142 (#notice, #trademark, #terms): Added #trademark.
1144 2012-05-11 Darin Adler <darin@apple.com>
1146 Add a link to WebKit trademark terms of use, other small website changes
1147 https://bugs.webkit.org/show_bug.cgi?id=86112
1149 Reviewed by Dan Bernstein.
1151 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
1152 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
1155 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
1156 of use on the macosforge.org terms of use page.
1158 2012-05-07 Dan Bernstein <mitz@apple.com>
1160 webkit.org instructions for debugging WebProcess are unnecessarily complex
1161 https://bugs.webkit.org/show_bug.cgi?id=85756
1163 Reviewed by Darin Adler.
1165 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
1166 debugging the Web process, as well as instructions for debugging the Web process from the
1167 command line using debug-safari and debug-minibrowser.
1168 * building/tools.html: Updated links and tweaked the language.
1170 2012-04-23 Daniel Bates <dbates@webkit.org>
1172 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
1174 Rubber-stamped by Eric Seidel.
1176 Before you can use the Xcode 4.3.2 command line tools, you must either run
1177 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
1178 DEVELOPER_DIR to point to the Xcode developer tools directory.
1180 * building/tools.html:
1182 2012-04-23 Daniel Bates <dbates@webkit.org>
1184 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
1186 Rubber-stamped by Eric Seidel.
1188 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
1189 are specific to Xcode 4.3.2.
1191 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
1192 * building/debug.html: Ditto.
1194 2012-04-19 Daniel Bates <dbates@webkit.org>
1196 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
1197 https://bugs.webkit.org/show_bug.cgi?id=84364
1199 Reviewed by Eric Seidel.
1201 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
1204 * building/debug-mac-uiprocess.html:
1205 * building/debug.html:
1207 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
1209 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
1210 https://bugs.webkit.org/show_bug.cgi?id=80429
1212 Reviewed by Dan Bernstein.
1214 * building/tools.html:
1216 2012-03-10 Daniel Bates <dbates@webkit.org>
1218 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
1220 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/>.
1221 Substituting https for http in (1) returns the expected page.
1223 * building/debug-mac-uiprocess.html:
1224 * building/debug.html:
1226 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
1228 Add a link to the EFL wiki page
1229 https://bugs.webkit.org/show_bug.cgi?id=79439
1231 Reviewed by Adam Barth.
1233 * building/tools.html:
1234 * css/main.css: Cross-browser border-radius.
1236 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
1238 team.html (on webkit.org) doesn't recognize codeaurora.org
1239 https://bugs.webkit.org/show_bug.cgi?id=79529
1241 Reviewed by Ryosuke Niwa.
1245 2012-02-16 Kent Tamura <tkent@chromium.org>
1247 Improve usability of coding-style.html
1248 https://bugs.webkit.org/show_bug.cgi?id=78470
1250 Reviewed by Eric Seidel.
1252 * coding/coding-style.html:
1253 - Do not add a title attribute to each of LI elements
1254 - Do not add a click handler to each of them
1255 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
1257 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
1259 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
1260 https://bugs.webkit.org/show_bug.cgi?id=76544
1262 Reviewed by Darin Adler.
1264 WEBKITOUTPUTDIR is not only for Windows.
1266 * building/build.html:
1268 2012-01-20 Kent Tamura <tkent@chromium.org>
1270 Each style rule should have its own ID.
1271 https://bugs.webkit.org/show_bug.cgi?id=76428
1273 Reviewed by David Levin.
1275 * coding/coding-style.html: Add an id attribute to each of li elements,
1276 and add code to set title="#id-name" and to make li elements clickable.
1278 2012-01-19 Daniel Bates <dbates@webkit.org>
1280 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
1282 Rubber-stamped by Sam Weinig.
1284 * building/debug.html:
1286 2012-01-19 Daniel Bates <dbates@webkit.org>
1288 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
1289 https://bugs.webkit.org/show_bug.cgi?id=67102
1291 Reviewed by Eric Seidel.
1293 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
1295 * building/active-scheme-xcode4.png: Added.
1296 * building/build-settings-tab-xcode4.png: Added.
1297 * building/build-window.png: Removed.
1298 * building/custom-executable-xcode4.png: Added.
1299 * building/custom-executable.png: Removed.
1300 * building/debug-mac-uiprocess.html: Added.
1301 * building/debug.html:
1302 * building/debug.png: Removed.
1303 * building/info-tab.png: Removed.
1304 * building/run-xcode4.png: Added.
1306 2012-01-11 Antti Koivisto <antti@apple.com>
1308 Remove S60 reference from webkit.org
1309 https://bugs.webkit.org/show_bug.cgi?id=76044
1311 Reviewed by Simon Hausmann.
1317 2012-01-10 Hajime Morrita <morrita@chromium.org>
1319 [Website] i-Bench is no longer available.
1320 https://bugs.webkit.org/show_bug.cgi?id=76027
1322 Reviewed by Ryosuke Niwa.
1324 Updated the availability information of i-Bench.
1326 * projects/performance/index.html:
1328 2011-12-07 Daniel Bates <dbates@webkit.org>
1330 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
1331 https://bugs.webkit.org/show_bug.cgi?id=74006
1333 Reviewed by Antonio Gomes.
1335 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
1336 ASSERT_NOT_REACHED().
1338 * coding/assertion-guidelines.html:
1340 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
1342 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
1343 https://bugs.webkit.org/show_bug.cgi?id=73098
1345 Reviewed by Antti Koivisto.
1347 Revise the sentence about committers being allowed to land patches by others to explicitly state that
1348 they can only land patches by others if asked by authors themselves.
1350 * coding/commit-review-policy.html:
1352 2011-11-14 Mark Rowe <mrowe@apple.com>
1354 Upgrade WordPress's Akismet plug-in to the latest version.
1356 * blog/wp-content/plugins/akismet:
1358 2011-11-14 Mark Rowe <mrowe@apple.com>
1360 Update one file that was missed.
1362 * blog/wp-settings.php:
1364 2011-11-14 Mark Rowe <mrowe@apple.com>
1366 Upgrade WordPress to v3.2.1.
1370 2011-10-28 Dean Jackson <dino@apple.com>
1372 Remove this horribly outdated file. It was showing up in
1373 Google searches and shouldn't be used as official
1376 Rubber-stamped by Simon Fraser.
1378 * specs/MediaQueriesExtensions.html: Removed.
1380 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
1382 Style guide should mention the preference of index over iterator
1383 https://bugs.webkit.org/show_bug.cgi?id=70285
1385 Reviewed by Darin Adler.
1387 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
1388 we prefer index over iterators.
1390 * coding/coding-style.html:
1392 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1394 Fix a typo pointed by Sam (Weinig).
1396 * coding/coding-style.html:
1398 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1400 Style guide should mandate use of pass-by-reference for out arguments
1401 https://bugs.webkit.org/show_bug.cgi?id=69766
1403 Reviewed by Darin Adler.
1405 This matches the convention used throughout WebCore.
1407 * coding/coding-style.html:
1409 2011-10-06 Amruth Raj <amruthraj@motorola.com>
1411 Add Motorola Mobility to team.html
1412 https://bugs.webkit.org/show_bug.cgi?id=69597
1414 Reviewed by Ryosuke Niwa.
1418 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1420 Generate WebKit team's page out of committers.py
1421 https://bugs.webkit.org/show_bug.cgi?id=68045
1423 Fix per Daniel's review comment since I had misunderstood the code.
1427 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1429 Generate WebKit team's page out of committers.py
1430 https://bugs.webkit.org/show_bug.cgi?id=68045
1432 Reviewed by Daniel Bates.
1434 Add the initial implementation of team.html. This page automatically pulls data from committers.py
1435 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
1439 2011-09-01 Jon Lee <jonlee@apple.com>
1441 Adding control rendering at various sizes.
1443 * projects/forms/survey.html:
1445 2011-08-29 Jon Lee <jonlee@apple.com>
1447 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
1449 * projects/forms/survey.html:
1451 2011-08-17 Jon Lee <jonlee@apple.com>
1453 Updating the forms survey to include various element sizes.
1455 * projects/forms/survey.html:
1457 2011-08-16 Daniel Bates <dbates@webkit.org>
1459 Add myself to the list of individual members in the WebKit Security Group.
1461 Rubber-stamped by Eric Seidel.
1463 * security/security-group-members.html:
1465 2011-08-09 Anders Carlsson <andersca@apple.com>
1467 Broken link to LICENSE on contributing code page
1468 https://bugs.webkit.org/show_bug.cgi?id=65947
1470 Reviewed by Ryosuke Niwa.
1472 * coding/contributing.html:
1474 2011-08-04 Dan Bernstein <mitz@apple.com>
1478 * coding/contributing.html:
1480 2011-08-04 Nico Weber <thakis@chromium.org>
1482 Update the contributors page to recommend webkit-patch instead of many manual steps
1483 https://bugs.webkit.org/show_bug.cgi?id=65714
1485 Reviewed by Adam Barth.
1487 asvitkine followed the contributing instructions for his first patch, and got
1488 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1489 webkit-patch prevents errors like this and more.
1491 * coding/contributing.html:
1493 2011-07-21 Jon Lee <jonlee@apple.com>
1495 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1496 <rdar://problem/9782965>
1498 Rubber-stamped by Maciej Stachowiak.
1500 * projects/forms/image-usemap.png: Added.
1501 * projects/forms/image1.png: Added.
1502 * projects/forms/image10.png: Added.
1503 * projects/forms/image16.png: Added.
1504 * projects/forms/index.html: Update links
1505 * projects/forms/survey.html: Added.
1507 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1509 SVG feature status is not up-to-date
1510 https://bugs.webkit.org/show_bug.cgi?id=64856
1512 Reviewed by Dirk Schulze.
1514 Update SVG feature status after r91331.
1516 * projects/svg/status.xml:
1518 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1520 Reviewed by Darin Adler.
1522 Add note about cases where enums are preferred over bools on function parameters.
1523 https://bugs.webkit.org/show_bug.cgi?id=63564
1525 This matches the outcome of this webkit-dev thread:
1526 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1528 * coding/coding-style.html:
1530 2011-05-31 Chris Evans <cevans@chromium.org>
1532 Reviewed by Drew Yao.
1534 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1536 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1538 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1540 Reviewed by Dan Bernstein.
1542 Building instructions should not talk about Tiger
1543 https://bugs.webkit.org/show_bug.cgi?id=61210
1545 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1546 Xcode version to the latest Leopard one.
1548 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1550 Reviewed by Adam Barth.
1552 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1553 https://bugs.webkit.org/show_bug.cgi?id=60686
1555 * security/security-group-members.html:
1557 2011-05-11 Cris Neckar <cdn@chromium.org>
1559 Reviewed by David Levin.
1561 Adding Cris Neckar to the Webkit Security Group site.
1562 https://bugs.webkit.org/show_bug.cgi?id=60668
1564 * security/security-group-members.html:
1566 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1568 Reviewed by Mark Rowe.
1570 Update Qt/Nokia Security contacts
1571 https://bugs.webkit.org/show_bug.cgi?id=60650
1573 Ademar (me) replaced Simon as the release manager and primary security
1574 contact for QtWebKit. See:
1575 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1577 * security/security-group-members.html:
1579 2011-05-09 Eric Seidel <eric@webkit.org>
1581 Reviewed by Adam Barth.
1583 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1584 https://bugs.webkit.org/show_bug.cgi?id=59672
1586 * coding/adding-features.html: Added.
1589 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1591 Not reviewed: adding image files for the blog post.
1593 * blog-files/inspector/remote-debugging-attached.png: Added.
1594 * blog-files/inspector/remote-debugging-discovery.png: Added.
1596 2011-04-27 Ojan Vafai <ojan@chromium.org>
1598 Reviewed by Dan Bernstein.
1600 change style guide to pre-increment in for-loops
1601 https://bugs.webkit.org/show_bug.cgi?id=59619
1603 This matches what a number of reviewers have been asking
1604 for in code reviews.
1606 * coding/coding-style.html:
1608 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1610 Reviewed by Tor Arne Vestbø.
1612 Added instructions on how to work from behind proxy
1613 and detailed the instructions refering to rebasing.
1614 Windows build instructions do not work if you are behind a proxy
1615 or have a Temp directory that you do not own directly.
1616 https://bugs.webkit.org/show_bug.cgi?id=57246
1618 * building/tools.html:
1620 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1622 Reviewed by James Robinson.
1624 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1625 https://bugs.webkit.org/show_bug.cgi?id=58190
1627 * misc/related-target-and-shadow-dom.svg: Added.
1629 2011-04-06 David Levin <levin@chromium.org>
1631 Reviewed by Ojan Vafai.
1633 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1634 https://bugs.webkit.org/show_bug.cgi?id=55275
1636 * coding/coding-style.html:
1638 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1640 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1643 * blog-files/inspector/stack-traces-img/1.png: Added.
1644 * blog-files/inspector/stack-traces-img/2.png: Added.
1645 * blog-files/inspector/stack-traces-img/3.png: Added.
1646 * blog-files/inspector/stack-traces-img/4.png: Added.
1647 * blog-files/inspector/stack-traces-img/5.png: Added.
1648 * blog-files/inspector/stack-traces-img/6.png: Added.
1649 * blog-files/inspector/stack-traces-img/button.png: Added.
1651 2011-02-26 David Levin <levin@chromium.org>
1653 Reviewed by Darin Adler.
1655 Add style guidelines about comments from the unwritten rules email.
1656 https://bugs.webkit.org/show_bug.cgi?id=55272
1658 * coding/coding-style.html: Added the guidelines.
1660 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1662 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1664 * blog-files/inspector/css_rule_diff.png: Added.
1666 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1668 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1670 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1671 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1672 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1673 * blog-files/inspector/warning_10x10.png: Added.
1675 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1677 Unreviewed. Add Web Inspector style editing screenshots.
1679 * blog-files/inspector-css-as-authored.png: Added.
1680 * blog-files/inspector-css-autocomplete.png: Added.
1681 * blog-files/inspector-unknown-css-properties.png: Added.
1683 2011-01-21 David Levin <levin@chromium.org>
1685 Reviewed by Darin Adler.
1687 Proposal: Require cross-organizational seconds for reviewer nominations
1688 https://bugs.webkit.org/show_bug.cgi?id=47597
1690 This changes the committer/reviewer policy to require an additional
1691 reviewer supporting a reviewer nomination to work for a different
1692 company and different project affiliation from the nominee.
1694 This means reviewer nominations would require four supporting reviewers,
1695 one of which knows the reviewer through the community (irc, email, bugs)
1696 ensuring that the nominee has the open-source collaboration skills
1697 we so highly value here in WebKit.
1699 * coding/commit-review-policy.html:
1701 2011-01-01 Adam Barth <abarth@webkit.org>
1703 Reviewed by Eric Seidel.
1705 Move JavaScriptCore to Source
1706 https://bugs.webkit.org/show_bug.cgi?id=51604
1708 * coding/assertion-guidelines.html:
1709 - Update documentation to point to the new location of
1712 2010-12-17 Dan Bernstein <mitz@apple.com>
1714 Reviewed by Simon Fraser.
1716 Rename WebKitTools to Tools
1717 https://bugs.webkit.org/show_bug.cgi?id=49861
1719 * asking_questions.html:
1720 * building/tools.html:
1721 * coding/scripts.html:
1723 2010-11-08 Jessie Berlin <jberlin@apple.com>
1725 Reviewed by Adam Roben.
1727 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1729 https://bugs.webkit.org/show_bug.cgi?id=49189
1731 * building/tools.html:
1732 Add a line recommending bash shell users to comment out or remove those lines, with an
1733 explanation as to why.
1735 2010-11-04 Orlando Leite <orlleite@gmail.com>
1737 Reviewed by Adam Barth.
1739 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1741 * building/tools.html:
1743 2010-10-29 Adam Roben <aroben@apple.com>
1745 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1748 The February 2010 SDK is the last one with support for Visual Studio
1751 I also removed some unnecessary instructions regarding the DirectX
1754 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1755 specific version of the DirectX SDK
1757 Reviewed by Steve Falkenburg.
1759 * building/tools.html:
1761 2010-10-28 Lucas Forschler <lforschler@apple.com>
1763 Reviewed by Geoffrey Garen.
1765 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1767 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1768 -Edited the .htaccess file to redirect the old pages to the new landing page.
1769 -This should keep our search engine page rankings effective.
1770 Potentially breaking:
1771 -This COULD potentially break the SunSpider benchmark.
1772 -Local testing with relative links seems to function as expected.
1773 -The .htaccess 301 redirects are UNTESTED.
1777 * perf/sunspider: Added.
1778 * perf/sunspider-0.9.1/sunspider.html: Removed.
1779 * perf/sunspider-0.9.1/versions.html: Removed.
1780 * perf/sunspider-0.9/sunspider.html: Removed.
1781 * perf/sunspider/sunspider.css: Added.
1782 * perf/sunspider/sunspider.html: Added.
1784 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1786 Reviewed by David Levin.
1788 Add DirectX SDK to Installing Developer Tools web page
1789 https://bugs.webkit.org/show_bug.cgi?id=47911
1791 * building/tools.html:
1793 2010-09-30 David Levin <levin@chromium.org>
1795 Reviewed by Darin Adler.
1797 Add guideline for constructors doing implicit type conversion to coding style.
1798 https://bugs.webkit.org/show_bug.cgi?id=47646
1800 * coding/coding-style.html:
1802 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1804 Reviewed by Simon Fraser.
1806 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1807 https://bugs.webkit.org/show_bug.cgi?id=47013
1809 * nav.inc: Removed the space from the web inspector wiki link.
1811 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1813 Unreviewed HTML syntax fix for my recent change in the coding-style.
1815 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1817 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1819 Reviewed by Darin Adler.
1821 check-webkit-style and the coding style guidelines page are inconsistent
1822 https://bugs.webkit.org/show_bug.cgi?id=46099
1824 * coding/coding-style.html:
1825 Making clear that includes of system headers must come after includes of other headers.
1827 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1829 Reviewed by Adam Barth.
1831 Adding a timeline screenshot for blocking and defer scripts
1832 https://bugs.webkit.org/show_bug.cgi?id=45933
1834 * blog-files/timeline-blocking-script.png: Added.
1835 * blog-files/timeline-defer-script.png: Added.
1837 2010-09-14 Jessie Berlin <jberlin@apple.com>
1839 Reviewed by Adam Roben.
1841 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1842 https://bugs.webkit.org/show_bug.cgi?id=45779
1844 * building/tools.html:
1845 Add instructions about how to optionally get hotfix 976038.
1847 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1849 Reviewed by Adam Barth.
1851 https://bugs.webkit.org/show_bug.cgi?id=43982
1852 This js file seems to be a popular script for detecting mobile WebKit but
1853 it has a flaw that makes it fail on Android and BlackBerry.
1855 The issue is that it looks for "Mobile/" but Android and BlackBerry
1856 use "Mobile" with no numbering after it.
1857 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1859 * misc/WebKitDetect.js:
1860 (WebKitDetect.isMobile):
1862 2010-08-27 Darin Adler <darin@apple.com>
1864 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1865 recent developments.
1867 2010-08-26 Daniel Bates <dbates@rim.com>
1869 Reviewed by Dumitru Daniliuc.
1871 Fix misspelled words on WebKit.org contact.html,
1872 demos/index.html, and quality/leakhunting.html
1873 https://bugs.webkit.org/show_bug.cgi?id=44747
1875 Fix some misspelled words on the WebKit.org site.
1877 * contact.html: Change "bugreports" [sic] to "bug reports".
1878 * demos/index.html: Change "testcase" [sic] to "test case".
1879 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1881 2010-08-23 David Kilzer <ddkilzer@apple.com>
1883 Clean up some HTML typos in crashlogs.html
1885 Rubber-stamped by Maciej Stachowiak.
1887 * quality/crashlogs.html: Fixed "</code>>" typos added in
1888 r56300. Changed "<tt>" tag with style attribute to "<code>"
1889 that was missed in r56300.
1891 2010-08-17 Beth Dakin <bdakin@apple.com>
1893 Rubber-stamped by Adele.
1895 Adding a MathML Demo and screenshot.
1897 * blog-files/riemann-screenshot.png: Added.
1898 * demos/mathml: Added.
1899 * demos/mathml/MathMLDemo.xhtml: Added.
1901 2010-08-17 Adam Roben <aroben@apple.com>
1903 Instruct developers to (optionally) install Debugging Tools for
1906 These tools are used by some of our scripts, so are useful for
1907 developers to have installed.
1909 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1910 should recommend installing Debugging Tools for Windows
1912 Reviewed by Sam Weinig.
1914 * building/tools.html:
1916 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1918 Reviewed by Nikolas Zimmermann.
1920 Update SVG implementation status.
1922 * projects/svg/status.xml:
1924 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1926 Reviewed by Darin Adler.
1928 Add a diagram explaining how a DOM element is attached to the site.
1929 https://bugs.webkit.org/show_bug.cgi?id=42763
1931 * coding/dom-element-attach.html: Added.
1932 * coding/images/dom-element-attach-large.png: Added.
1933 * coding/images/dom-element-attach-small.png: Added.
1934 * coding/images/dom-element-attach.graffle: Added.
1935 * coding/technical-articles.html: Added a link to the page with the diragram.
1937 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1939 Reviewed by Darin Adler.
1941 Improve assertion macro documentation.
1943 https://bugs.webkit.org/show_bug.cgi?id=40565
1945 * coding/assertion-guidelines.html:
1947 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1949 Reviewed by Geoffrey Garen.
1951 Add an index of technical articles to the WebKit site. This makes the
1952 links to the RefPtr and Assertion documentation discoverable and
1953 provides an easy way to find some useful blog posts.
1955 https://bugs.webkit.org/show_bug.cgi?id=40561
1957 * coding/technical-articles.html: Added.
1958 * nav.inc: Add link to technical articles.
1960 2010-06-15 Adam Roben <aroben@apple.com>
1962 Remove some unnecessary steps for setting up the debugger on Windows
1964 Apparently update-webkit does this for you now.
1966 Rubber-stamped by Steve Falkenburg.
1968 * building/debug.html: Removed the first two Windows steps, which are
1969 now unnecessary, and updated the third to reflect reality.
1971 2010-06-14 Adam Roben <aroben@apple.com>
1973 Improve instructions for debugging on Windows
1975 Fixes <http://webkit.org/b/40585>.
1977 Reviewed by Steve Falkenburg.
1979 * building/debug.html: Improved the Windows instructions. We now
1980 instruct users to set things up so that hitting F5 from WebKit.sln
1981 will launch Safari with the WEBKITNIGHTLY environment variable
1982 pointing to the location of the built WebKit.dll.
1984 * building/console_vs2005.jpg: Removed.
1985 * building/debug_vs2005.jpg: Removed.
1987 * building/launch-debugger-vs2005.png: Added.
1988 * building/set-as-startup-project-vs2005.png: Added.
1989 * building/set-debugging-properties-vs2005.png: Added.
1991 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1993 Reviewed by Darin Adler.
1995 Add documentation on the various assertion macros in WebKit.
1997 https://bugs.webkit.org/show_bug.cgi?id=39950
1999 * coding/assertion-guidelines.html: Added.
2001 2010-05-29 Sterling Swigart <sswigart@google.com>
2003 Reviewed by David Levin.
2005 Adding tests to canvas.html performance test
2006 https://bugs.webkit.org/show_bug.cgi?id=39883
2008 * demos/canvas-perf/canvas.html:
2014 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
2016 Reviewed by Darin Adler.
2018 Update the style guide re: static member variables and structs
2019 https://bugs.webkit.org/show_bug.cgi?id=39663
2021 Per Darin Adler's proposal on webkit-dev.
2023 All static member variables should be prefixed with s_.
2024 m_ should not be used for public data members in structs.
2025 Only structs should have public data members.
2027 * coding/coding-style.html:
2029 2010-05-24 David Levin <levin@chromium.org>
2031 Reviewed by Maciej Stachowiak.
2033 Improve canvas perf test accuracy.
2034 https://bugs.webkit.org/show_bug.cgi?id=39635
2036 * demos/canvas-perf/canvas.html:
2037 1. Change the various tests to get the image data for the result
2038 to help ensure that the operation has completed by the time,
2039 and subtract out the time needed to do this.
2040 2. Made the test more flexible about number of repetitions and
2042 3. Make the tests run separately and have a pause between them
2043 to allow for garbage collection so that results are more
2045 4. Added a standard logging function and shouldBe asserts to
2046 verify that the correct scaling operations were happening.
2048 2010-05-20 Daniel Bates <dbates@rim.com>
2050 Rubber-stamped by Simon Fraser.
2052 Spelling correction; change "acces" [sic] to "access".
2054 * quality/lifecycle.html:
2056 2010-05-14 Eric Seidel <eric@webkit.org>
2058 Reviewed by Maciej Stachowiak.
2060 Update tools.html to mention that Tiger users require a newer Python
2061 https://bugs.webkit.org/show_bug.cgi?id=38822
2063 Also updated the instructions that only Tiger users need
2064 to install a subversion client. Newer OSes already have
2065 subversion included in the install.
2067 * building/tools.html:
2069 2010-05-08 Dirk Schulze <krit@webkit.org>
2071 Reviewed by Nikolas Zimmermann.
2073 SVGFont's VKern implementation missing
2074 https://bugs.webkit.org/show_bug.cgi?id=38663
2076 * projects/svg/status.xml:
2078 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
2080 Reviewed by Adam Barth.
2082 Commit and Review policy should encourage unofficial reviews
2083 https://bugs.webkit.org/show_bug.cgi?id=38517
2085 * coding/commit-review-policy.html:
2087 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
2089 Reviewed by Darin Adler.
2091 Fix the sticky-notes demo.
2092 https://bugs.webkit.org/show_bug.cgi?id=38550
2094 1. Exceptions thrown by openDatabase() should be treated as
2096 2. Do not allow users to create new notes when openDatabase()
2099 * demos/sticky-notes/index.html:
2101 2010-05-02 Dirk Schulze <krit@webkit.org>
2103 Reviewed by Nikolas Zimmermann.
2105 SVG hkern implementation incomplete
2106 https://bugs.webkit.org/show_bug.cgi?id=38407
2108 We support hkern now. Mention this in the SVG status page.
2110 * projects/svg/status.xml:
2112 2010-04-29 Dean Jackson <dino@apple.com>
2114 Unreviewed. Make a note that we are no longer proposing
2115 the evaluateMediaQuery method. Instead, we are following
2116 the standard matchMedium method from CSS 3 View.
2118 * specs/MediaQueriesExtensions.html:
2120 2010-04-18 Adam Barth <abarth@webkit.org>
2122 Unreviewed. Update a label of the diagram to better match the
2123 description in the text of the blog post.
2125 * blog-files/loader-diagram.svg:
2127 2010-04-17 Adam Barth <abarth@webkit.org>
2129 Unreviewed. Added loader diagram for upcoming blog post.
2131 * blog-files/loader-diagram.svg: Added.
2133 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
2135 Reviewed by Eric Seidel.
2137 Minor Updates and Cleanup to the Contributing Page
2138 https://bugs.webkit.org/show_bug.cgi?id=37415
2140 * coding/contributing.html:
2142 2010-04-07 Maciej Stachowiak <mjs@apple.com>
2146 Random demo to look cool on twitter.
2148 * misc/gradient-input.html: Added.
2150 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
2154 Adding images for inspector blog post. Previewed by Timothy Hatcher.
2156 * blog-files/inspector/audits_launcher.png: Added.
2157 * blog-files/inspector/audits_panel.png: Added.
2158 * blog-files/inspector/console_panel.png: Added.
2159 * blog-files/inspector/context_menu.png: Added.
2160 * blog-files/inspector/css_highlighted_line.png: Added.
2161 * blog-files/inspector/css_line_number_snippet.png: Added.
2162 * blog-files/inspector/css_line_numbers.png: Added.
2163 * blog-files/inspector/deactivate_breakpoints.png: Added.
2164 * blog-files/inspector/evaluate_on_hover.png: Added.
2165 * blog-files/inspector/evaluate_on_hover_2.png: Added.
2166 * blog-files/inspector/inherited_styles.png: Added.
2167 * blog-files/inspector/large_dom.png: Added.
2168 * blog-files/inspector/large_resources.png: Added.
2169 * blog-files/inspector/pseudo_elements.png: Added.
2170 * blog-files/inspector/redirect_headers.png: Added.
2171 * blog-files/inspector/redirect_headers_full.png: Added.
2172 * blog-files/inspector/redirects.png: Added.
2173 * blog-files/inspector/redirects_full.png: Added.
2174 * blog-files/inspector/timeline_overview.png: Added.
2175 * blog-files/inspector/timeline_panel.png: Added.
2176 * blog-files/inspector/timeline_record_details.png: Added.
2178 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2180 Reviewed by David Levin.
2182 Asking Questions Page Grammar Fixes
2183 https://bugs.webkit.org/show_bug.cgi?id=36608
2185 * asking_questions.html:
2187 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2189 Reviewed by Timothy Hatcher.
2191 New Asking Questions Page is not Valid HTML5
2192 https://bugs.webkit.org/show_bug.cgi?id=36605
2194 * asking_questions.html: fixed issues raised by the validator.
2196 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
2198 Reviewed by David Levin.
2200 Add a page on how to ask questions
2201 https://bugs.webkit.org/show_bug.cgi?id=35223
2203 * asking_questions.html: Added.
2204 Add a page on how to ask questions based on Ariya Hidayat's mail: how
2205 to get help effectively
2206 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
2208 * contact.html: Tweaked the wording to make it more clear what the
2209 mailing list are used for. Also changed the formatting to better
2210 underline the different mailing lists.
2212 2010-03-24 Sam Weinig <sam@webkit.org>
2214 Rubber-stamped by Anders Carlsson..
2216 Update Security Group Members list.
2218 * security/security-group-members.html:
2220 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2224 Add another example.
2226 * demos/accessible-ascii-art/butterfly-figure.html: Added.
2228 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2232 Add example of accessible ASCII art for HTML WG.
2234 * demos/accessible-ascii-art: Added.
2235 * demos/accessible-ascii-art/butterfly.html: Added.
2237 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2239 Reviewed by Mark Rowe.
2241 WebKit blog should be valid HTML5
2242 https://bugs.webkit.org/show_bug.cgi?id=36410
2244 * blog/wp-content/themes/webkit/comments-popup.php:
2245 * blog/wp-content/themes/webkit/footer.php:
2246 * blog/wp-content/themes/webkit/header.php:
2248 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2250 Reviewed by Mark Rowe.
2252 Fix a bunch of HTML5 validation errors on various pages.
2253 https://bugs.webkit.org/show_bug.cgi?id=36409
2255 * building/build.html:
2256 * building/checkout.html:
2257 * building/debug.html:
2258 * building/run.html:
2259 * building/tools.html:
2260 * coding/coding-style.html:
2261 * coding/contributing.html:
2262 * coding/major-objects.html:
2267 * projects/compat/index.html:
2268 * projects/css/index.html:
2269 * projects/documentation/index.html:
2270 * projects/goals.html:
2271 * projects/index.html:
2272 * projects/mathml/index.html:
2273 * quality/bugpriorities.html:
2274 * quality/bugwriting.html:
2275 * quality/crashlogs.html:
2276 * quality/lifecycle.html:
2277 * quality/testing.html:
2278 * quality/testwriting.html:
2280 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2282 Reviewed by Mark Rowe.
2284 webkit.org should use the HTML5 doctype
2285 https://bugs.webkit.org/show_bug.cgi?id=36407
2288 * misc/drosera/index.html:
2289 * perf/slickspeed/system/index.php:
2290 * perf/slickspeed/system/template.php:
2293 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2295 Reviewed by Mark Rowe.
2297 http://webkit.org/ has an HTML5 validation error
2298 https://bugs.webkit.org/show_bug.cgi?id=36406
2302 2010-03-15 Maciej Stachowiak <mjs@apple.com>
2304 Tweak canvas perf demo.
2306 * demos/canvas-perf/canvas.html:
2308 2010-03-14 Maciej Stachowiak <mjs@apple.com>
2310 Added canvas perf demo for whatwg.
2312 * demos/canvas-perf: Added.
2313 * demos/canvas-perf/canvas.html: Added.
2314 * demos/canvas-perf/kraken.jpg: Added.
2316 2010-03-09 Adam Roben <aroben@apple.com>
2318 Add a link to the Contributors Meeting registration form in the
2321 Rubber-stamped in advance by Adele Peterson.
2323 * nav.inc: Added a link underneath "Trac".
2325 2010-02-26 Sam Weinig <sam@webkit.org>
2327 Rubber-stamped by Adele Peterson.
2329 Update Security Group Members list.
2331 * security/security-group-members.html:
2333 2010-02-23 Jessie Berlin <jberlin@webkit.org>
2335 Reviewed by Eric Seidel and Adam Roben.
2337 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
2338 https://bugs.webkit.org/show_bug.cgi?id=35098
2340 * building/debug.html:
2341 Add instructions on how to build and run WebKit from within Visual Studio.
2343 2010-02-20 Maciej Stachowiak <mjs@apple.com>
2345 Rubber stamped by Adam Barth.
2347 Add sunspider-0.9.1 to the site in preparation for announcing it.
2348 https://bugs.webkit.org/show_bug.cgi?id=35206
2350 * perf/sunspider-0.9.1: Added.
2351 * perf/sunspider-0.9.1/json2.js: Added.
2352 * perf/sunspider-0.9.1/sunspider-0.9: Added.
2353 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
2354 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
2355 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
2356 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
2357 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
2358 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
2359 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
2360 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
2361 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
2362 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
2363 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
2364 * perf/sunspider-0.9.1/sunspider.css: Added.
2365 * perf/sunspider-0.9.1/sunspider.html: Added.
2366 * perf/sunspider-0.9.1/versions.html: Added.
2368 2010-02-17 Maciej Stachowiak <mjs@apple.com>
2370 Not reviewed - demo.
2372 Made some examples of using <details> for table descriptions.
2374 * demos/hover-summary: Added.
2375 * demos/hover-summary/details.css: Added.
2376 * demos/hover-summary/details.js: Added.
2377 (summaryClickListener):
2380 * demos/hover-summary/example1.html: Added.
2381 * demos/hover-summary/example2.html: Added.
2382 * demos/hover-summary/horizontal-triangle.png: Added.
2383 * demos/hover-summary/vertical-triangle.png: Added.
2385 2010-02-02 Jens Alfke <snej@chromium.org>
2387 Reviewed by David Levin.
2389 Clarified coding guidelines on wiki to allow indentation of
2390 _nested_ namespaces.
2391 https://bugs.webkit.org/show_bug.cgi?id=32137
2393 * coding/coding-style.html:
2395 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
2397 Reviewed by David Kilzer.
2399 Added to contributing code page a pointer to the preferred
2400 license text. Also added information about copyright lines.
2402 https://bugs.webkit.org/show_bug.cgi?id=34017
2404 * coding/contributing.html:
2406 - Added CSS class for books.
2408 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
2410 Reviewed by David Levin.
2412 Added screenshots and clearer instructions on how to submit
2415 https://bugs.webkit.org/show_bug.cgi?id=32542
2417 Also added that a bug report should be selected or created
2418 prior to submitting a patch.
2420 * coding/contributing.html:
2421 * coding/images: Added.
2422 * coding/images/contribute_add_attachment.png: Added.
2423 * coding/images/contribute_mark_review.png: Added.
2425 2010-01-11 Maciej Stachowiak <mjs@apple.com>
2427 Not reviewed; updated for truth (and readability).
2429 Fixed some wrong listings and reorganized this page.
2431 * security/security-group-members.html:
2433 2010-01-06 Dirk Schulze <krit@webkit.org>
2435 Reviewed by Nikolas Zimmermann.
2438 https://bugs.webkit.org/show_bug.cgi?id=31905
2440 Update SVG status page. We support feDisplacementMap and feImage now.
2442 * projects/svg/status.xml:
2444 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
2446 Reviewed by Darin Adler.
2448 Removed outdated contact information from bug life cycle page.
2450 https://bugs.webkit.org/show_bug.cgi?id=32494
2452 * quality/lifecycle.html:
2454 2009-12-13 Dan Bernstein <mitz@apple.com>
2456 Reviewed by Sam Weinig.
2458 Add a style guideline concerning floating point literals
2459 https://bugs.webkit.org/show_bug.cgi?id=32497
2461 * coding/coding-style.html:
2463 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2465 Reviewed by Adam Roben.
2467 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2468 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2469 in Windows as part of running update_webkit.
2471 * building/build.html:
2472 - removed the reference to forgetting to set environment variables as a common source of errors
2473 on Windows. This is because this patch would make it unnecessary for the user to set these
2476 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2478 Reviewed by Darin Adler.
2480 Added the "using std::foo" rule to the coding style guidelines.
2482 https://bugs.webkit.org/show_bug.cgi?id=32301
2484 Added to the coding style guidelines the "using std::foo" rule
2485 checked by the check-webkit-style script. Also clarified the
2486 "using" statement guidelines that apply to implementation files.
2488 * coding/coding-style.html:
2490 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2492 Reviewed by Darin Adler.
2494 Refactored web site documentation so that advice to add
2495 WebKitTools/Scripts to your shell path does not appear
2498 https://bugs.webkit.org/show_bug.cgi?id=32112
2500 * building/build.html:
2501 * building/checkout.html:
2502 * building/run.html:
2503 * coding/coding-style.html:
2504 * coding/contributing.html:
2505 * coding/scripts.html: Added.
2506 * quality/testing.html:
2508 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2510 Reviewed by Eric Seidel.
2512 Add reference to the GTK and QT build wiki pages
2514 https://bugs.webkit.org/show_bug.cgi?id=32088
2516 * building/tools.html:
2519 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2521 Reviewed by Darin Adler.
2523 Added clarifications to the web site regarding coding style and
2526 https://bugs.webkit.org/show_bug.cgi?id=31618
2528 Changes include the following:
2530 - Expanded the style guidelines regarding "using" statements.
2531 - Made the style guidelines page validate as HTML.
2532 - Added that legacy WebKit components should not be cleaned up.
2533 - Added that it is more acceptable to update style when already
2536 * coding/coding-style.html:
2537 * coding/contributing.html:
2538 * projects/cleanup/index.html:
2540 2009-11-18 Eric Seidel <eric@webkit.org>
2542 Reviewed by David Levin.
2544 Make 80 patches a formal requirement for reviewership
2545 https://bugs.webkit.org/show_bug.cgi?id=31313
2546 Per discussion on the webkit-reviewers list:
2547 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2549 * coding/commit-review-policy.html:
2551 2009-11-18 Daniel Bates <dbates@webkit.org>
2553 Reviewed by Eric Seidel.
2555 https://bugs.webkit.org/show_bug.cgi?id=31610
2557 Adds property "min-width" to #title so that the width of the title
2558 element on each page is at least 790px. In particular, this makes
2559 the page <http://webkit.org/security/security-group-members.html>
2560 consistent, in appearance, to the rest of the site.
2564 2009-11-16 Sam Weinig <sam@webkit.org>
2566 Reviewed by Anders Carlsson.
2568 Update Security Group Members list.
2570 * security/security-group-members.html:
2572 2009-11-16 Sam Weinig <sam@webkit.org>
2574 Reviewed by Adele Peterson.
2576 Update Security Group Members list.
2578 * security/security-group-members.html:
2580 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2582 Reviewed by Darin Adler.
2584 Added to the WebKit Coding Style Guidelines not to use
2585 "using namespace" statements in header files.
2587 * coding/coding-style.html:
2589 2009-11-10 Oliver Hunt <oliver@apple.com>
2591 Reviewed by Maciej Stachowiak.
2593 Fix WebGL demos to work with renamed WebGL primitives
2595 * blog-files/webgl/Earth.html:
2596 * blog-files/webgl/ManyPlanetsDeep.html:
2597 * blog-files/webgl/SpinningBox.html:
2598 * blog-files/webgl/SpiritBox.html:
2599 * blog-files/webgl/TeapotPerPixel.html:
2600 * blog-files/webgl/TeapotPerVertex.html:
2601 * blog-files/webgl/WebGL+CSS.html:
2602 * blog-files/webgl/resources/CanvasMatrix.js:
2603 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2604 * blog-files/webgl/resources/utils3d.js:
2609 2009-11-06 Dirk Schulze <krit@webkit.org>
2611 Rubber stamped by Eric Seidel.
2613 Update SVG status page. We support feMorphology now.
2614 Set lightning filters to unimplemented.
2616 * projects/svg/status.xml:
2618 2009-11-06 Jeff Schiller <codedread@gmail.com>
2620 Reviewed by Darin Adler.
2622 SVG Status page update
2623 https://bugs.webkit.org/show_bug.cgi?id=31179
2625 * projects/svg/status.xml:
2627 2009-11-03 Darin Adler <darin@apple.com>
2629 Set the MIME type for all PNG files in this directory.
2631 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2632 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2633 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2634 * blog-files/acid3-100.png: Modified property svn:mime-type.
2635 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2636 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2637 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2638 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2639 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2640 * blog-files/bounce.png: Added property svn:mime-type.
2641 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2642 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2643 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2644 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2645 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2646 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2647 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2648 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2649 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2650 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2651 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2652 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2653 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2654 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2655 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2656 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2657 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2658 * blog-files/inspector/colors.png: Added property svn:mime-type.
2659 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2660 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2661 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2662 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2663 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2664 * blog-files/inspector/enable.png: Added property svn:mime-type.
2665 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2666 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2667 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2668 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2669 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2670 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2671 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2672 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2673 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2674 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2675 * blog-files/kate-circle.png: Modified property svn:mime-type.
2676 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2677 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2678 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2679 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2680 * blog-files/kate.png: Modified property svn:mime-type.
2681 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2682 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2683 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2684 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2685 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2686 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2687 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2688 * blog-files/pulse.png: Added property svn:mime-type.
2689 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2690 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2691 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2692 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2693 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2694 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2695 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2696 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2697 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2698 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2699 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2700 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2701 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2702 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2703 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2704 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2705 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2706 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2707 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2708 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2709 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2710 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2711 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2712 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2713 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2714 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2715 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2716 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2717 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2718 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2719 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2720 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2721 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2722 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2723 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2724 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2725 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2726 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2727 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2728 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2729 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2730 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2731 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2732 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2733 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2734 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2735 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2736 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2737 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2738 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2739 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2740 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2741 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2742 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2743 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2744 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2745 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2746 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2747 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2748 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2749 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2750 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2751 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2752 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2753 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2754 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2755 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2756 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2757 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2758 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2759 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2760 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2761 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2762 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2763 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2764 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2765 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2766 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2767 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2768 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2769 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2770 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2771 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2772 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2773 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2774 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2775 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2776 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2777 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2778 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2779 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2780 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2781 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2782 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2783 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2784 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2785 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2786 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2787 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2788 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2789 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2790 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2791 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2792 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2793 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2794 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2795 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2796 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2797 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2798 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2799 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2800 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2801 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2802 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2803 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2804 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2805 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2806 * images/DroseraPic.png: Modified property svn:mime-type.
2807 * misc/drosera/drosera.png: Modified property svn:mime-type.
2808 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2810 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2812 Reviewed by Timothy Hatcher.
2814 Adding images for an upcoming blog post.
2816 * blog-files/inspector/breakpoints.png: Added.
2817 * blog-files/inspector/colors.png: Added.
2818 * blog-files/inspector/cookies.png: Added.
2819 * blog-files/inspector/css_selectors.png: Added.
2820 * blog-files/inspector/css_syntax_highlight.png: Added.
2821 * blog-files/inspector/dom_storage.png: Added.
2822 * blog-files/inspector/edit_attributes.png: Added.
2823 * blog-files/inspector/enable.png: Added.
2824 * blog-files/inspector/event_listeners.png: Added.
2825 * blog-files/inspector/form_data.png: Added.
2826 * blog-files/inspector/inline_highlight.png: Added.
2827 * blog-files/inspector/inorder.png: Added.
2828 * blog-files/inspector/inspect_inspector.png: Added.
2829 * blog-files/inspector/inspect_inspector_small.png: Added.
2830 * blog-files/inspector/load_lines.png: Added.
2831 * blog-files/inspector/nodelist.png: Added.
2832 * blog-files/inspector/scope_bar.png: Added.
2833 * blog-files/inspector/watched_expression.png: Added.
2835 2009-10-26 Dan Bernstein <mitz@apple.com>
2837 Reviewed by Adele Peterson.
2841 * coding/bsd-license.html: Updated to the latest version.
2843 2009-10-22 Mark Rowe <mrowe@apple.com>
2845 Update to WordPress 2.8.5.
2849 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2851 Reviewed by Eric Seidel.
2853 Replace boolean operator indentation example with an if statement.
2855 https://bugs.webkit.org/show_bug.cgi?id=30538
2857 * coding/coding-style.html: Replace boolean indenting example to use "if"
2859 2009-10-16 Darin Adler <darin@apple.com>
2861 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2862 wording a bit in few places.
2864 2009-10-14 Evan Martin <evan@chromium.org>
2866 Reviewed by Darin Adler.
2868 Document what state the build tree is expected to be in after a patch.
2870 * coding/contributing.html:
2872 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2874 Reviewed by Eric Seidel.
2876 Change <a name> to id="" to fix styling problems
2877 https://bugs.webkit.org/show_bug.cgi?id=30283
2879 This prevents the headings from being styled like links.
2881 * coding/contributing.html:
2883 2009-10-08 Alex Milowski <alex@milowski.com>
2885 Reviewed by Darin Adler.
2887 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2889 * projects/layout/index.html:
2891 2009-10-07 Sam Weinig <sam@webkit.org>
2893 Reviewed by Dan Bernstein.
2895 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2896 Change style guidelines for indentation in header files
2898 * coding/coding-style.html: Don't indent in a namespace in a header file.
2900 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2902 Reviewed by Mark Rowe.
2904 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2906 * building/tools.html:
2908 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2910 Reviewed by Adam Barth.
2912 Diagram needs to be linked from the home page
2913 https://bugs.webkit.org/show_bug.cgi?id=30142
2915 http://webkit.org/coding/major-objects.html was never linked from the home
2920 2009-09-28 Alex Milowski <alex@milowski.com>
2922 <http://webkit.org/b/29098> Update to MathML project webpage
2924 Reviewed by David Kilzer.
2926 Updated MathML project page and added link to Wiki page.
2928 * projects/mathml/index.html:
2930 2009-09-21 Brady Eidson <beidson@apple.com>
2932 Reviewed by Darin Adler.
2934 Add coding style guidelines for 'using namespace.'
2935 https://bugs.webkit.org/show_bug.cgi?id=29499
2937 * coding/coding-style.html:
2939 2009-09-21 Brady Eidson <beidson@apple.com>
2941 Rubberstamped by Sam Weinig.
2943 Add some example files for an upcoming blog post.
2945 * blog-files/load-unload-example.html: Added.
2946 * blog-files/pageshow-pagehide-example.html: Added.
2948 2009-09-17 Eric Seidel <eric@webkit.org>
2950 Reviewed by Darin Adler.
2952 Update contributing.html to mention recently added tools.
2953 https://bugs.webkit.org/show_bug.cgi?id=29318
2955 Update our contributing instructions to mention
2956 the new tools (check-webkit-style and commit-queue)
2957 recently added to make contributions easier.
2959 * coding/contributing.html:
2960 - Mention check-webkit-style as an optional helper tool.
2961 - Mention checking the 'patch' checkbox.
2962 - Mention the commit-queue as an optional helper tool.
2963 - Remove "or in email" since patch reviews are all done via bugzilla.
2964 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2965 - Mention commit-queue as an optional help in getting your patch landed.
2966 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2968 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2970 Reviewed by Mark Rowe.
2972 Add instructions to bug reporting guidlines on how and when
2973 to apply port-specific keywords.
2975 * quality/bugwriting.html:
2977 2009-09-08 Sam Weinig <sam@webkit.org>
2979 Reviewed by Adele Peterson.
2981 Update Security Group Members list.
2983 * security/security-group-members.html:
2985 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2987 Reviewed by Eric Seidel.
2989 Drop <definition-src> support
2990 https://bugs.webkit.org/show_bug.cgi?id=28991
2992 When SVG 1.1 Second Edition is a Recommendation we can remove the
2995 * projects/svg/status.xml: Update page to state that <definition-src>
2998 2009-08-26 Mark Rowe <mrowe@apple.com>
3000 Upgrade WordPress to the latest version.
3002 * blog/wp-includes/version.php:
3003 * blog/wp-login.php:
3005 2009-08-20 Adam Barth <abarth@webkit.org>
3007 Reviewed by Eric Seidel.
3009 major-objects.html should show direct Frame <-> Document pointers
3010 https://bugs.webkit.org/show_bug.cgi?id=28479
3012 * coding/major-objects.html: Added pointers to diagram.
3014 2009-08-18 Anton Muhin <antonm@chromium.org>
3016 Reviewed by Adam Barth.
3018 Mention handy --bug flag of prepare-ChangeLog script.
3019 https://bugs.webkit.org/show_bug.cgi?id=28425
3021 * coding/contributing.html: Add a reference for --bug flag
3023 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
3025 Reviewed by Adam Barth.
3027 Better explanation of "Null after navigation" in object diagram
3028 https://bugs.webkit.org/show_bug.cgi?id=28232
3030 * coding/major-objects.html:
3032 2009-08-11 Adam Barth <abarth@webkit.org>
3036 Remove a few characters from the ASCII art to make it fit better in the
3039 * coding/major-objects.html:
3041 2009-08-11 Adam Barth <abarth@webkit.org>
3043 Reviewed by Oliver Hunt.
3045 Document relation between major objects in WebCore
3046 https://bugs.webkit.org/show_bug.cgi?id=28210
3048 Added a diagram showing the relation between major objects.
3050 * coding/major-objects.html: Added.
3052 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
3054 Reviewed by Oliver Hunt.
3056 Fix webkit-jobs link
3060 2009-08-03 Mark Rowe <mrowe@apple.com>
3062 Update two WordPress plug-ins that we use.
3064 * blog/wp-content/plugins/akismet/akismet.php:
3065 * blog/wp-content/plugins/akismet/readme.txt:
3066 * blog/wp-content/plugins/commentcontrol.php:
3068 2009-08-03 Mark Rowe <mrowe@apple.com>
3070 Add some missing files and delete some obsolete files.
3074 2009-08-03 Mark Rowe <mrowe@apple.com>
3076 Update WordPress to the latest version.
3080 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
3082 Reviewed by Adam Treat.
3084 Mention the new webkit-help and webkit-jobs mailinglist. Change
3085 the description of webkit-dev to be more strict.
3089 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
3091 Reviewed by Adam Treat.
3093 Coding style - Clarify some cases with spacing
3094 https://bugs.webkit.org/show_bug.cgi?id=27499
3096 Add explicit rule about no space before comma or semicolon.
3098 * coding/coding-style.html:
3100 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3102 Fix the font to match the rest of the blog site.
3104 * blog-files/3d-transforms/image-flip.html:
3106 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3108 Move the image flip effect into an iframe to avoid the long
3109 blog page tripping a bug on Leopard.
3111 * blog-files/3d-transforms/image-flip.html: Added.
3113 2009-07-16 Simon Fraser <simon.fraser@apple.com>
3115 New demo files for an up-coming blog post.
3117 * blog-files/3d-transforms/mighty-cubes.png: Added.
3118 * blog-files/3d-transforms/morphing-cubes.html: Added.
3119 * blog-files/3d-transforms/perspective-by-example.html: Added.
3120 * blog-files/3d-transforms/poster-circle.html: Added.
3121 * blog-files/3d-transforms/poster-circle.png: Added.
3122 * blog-files/3d-transforms/transform-style.html: Added.
3124 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
3126 Reviewed by Sam Weinig.
3128 Side bar linking to "DOM Interfaces" returns 404
3129 https://bugs.webkit.org/show_bug.cgi?id=24000
3133 2009-07-09 Oliver Hunt <oliver@apple.com>
3135 Reviewed by Geoff Garen.
3137 JavaScript section of http://webkit.org is excessively out of date.
3139 This removes old todo entries (like adding an API, which we've had since Leopard),
3140 and adds an additional todo for a webkit-less Objective-C API.
3142 * projects/javascript/index.html:
3144 2009-07-03 Adam Barth <abarth@webkit.org>
3146 Reviewed by Sam Weinig.
3148 Adam and Collin's affiliation is incorrect
3149 https://bugs.webkit.org/show_bug.cgi?id=26954
3151 This change corrects their affiliation.
3153 * security/security-group-members.html:
3155 2009-06-24 Brady Eidson <beidson@apple.com>
3157 Reviewed by Mark Rowe
3159 * demos/index.html: Fix more typos etc.
3161 2009-06-17 Sam Weinig <sam@webkit.org>
3163 Reviewed by Mark Rowe.
3165 * security/index.html: Fix some typos.
3167 2009-06-17 Sam Weinig <sam@webkit.org>
3169 Reviewed by Mark Rowe.
3171 Move security policy to security/index.html so that
3172 webkit.org/security/ works.
3175 * security/index.html: Copied from security/security-policy.html.
3176 * security/security-policy.html: Removed.
3178 2009-06-13 Sam Weinig <sam@webkit.org>
3180 Reviewed by Timothy Hatcher.
3182 Add WebKit Security Policy and member list of the WebKit Security Group.
3186 * security/security-group-members.html: Added.
3187 * security/security-policy.html: Added.
3189 2009-06-12 Brady Eidson <beidson@apple.com>
3191 Reviewed by Oliver Hunt
3193 Add a page indexing the various demo applications we have posted.
3195 * demos/index.html: Added.
3196 * nav.inc: Add a link to the demos page on the side bar
3197 * css/main.css: Add a style for date stamps based on the blog.
3199 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
3200 index.html as the Calendar.html url has already been published and we should keep it working.
3202 Move the drosera test code to /misc, as it is no longer a meaningful demo:
3203 * demos/drosera: Removed.
3204 * demos/drosera/demo.js: Removed.
3205 * demos/drosera/drosera.png: Removed.
3206 * demos/drosera/index.html: Removed.
3207 * misc/drosera: Copied from demos/drosera.
3209 Move the sticky notes example into /demos:
3210 * demos/sticky-notes: Added.
3211 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
3212 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
3213 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
3214 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
3215 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
3216 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
3217 * misc/DatabaseExample.manifest: Removed.
3218 * misc/deleteButton.png: Removed.
3219 * misc/deleteButtonPressed.png: Removed.
3221 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
3223 Reviewed by Eric Seidel.
3225 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
3226 Update a few items in the testing language to:
3227 (1) Reflect results are now generated with Leopard (not Tiger)
3228 (2) Explain how to generate pixel-level layout tests.
3230 * quality/testing.html:
3231 * quality/testwriting.html:
3233 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
3235 Bug 26188: Clarify some of the cases in the coding style guide
3237 <https://bugs.webkit.org/show_bug.cgi?id=26188>
3239 Reviewed and tweaked by David Kilzer.
3241 Changed the coding style document to clarify some cases of ambiguity.
3243 * coding/coding-style.html:
3245 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3247 Not reviewed, demo content.
3249 - Add doctype to Calendar demo.
3251 * demos/calendar/Calendar.html:
3253 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3255 Not reviewed, demo content.
3257 - add Calendar demo.
3259 * demos/calendar: Added.
3260 * demos/calendar/Boom.aiff: Added.
3261 * demos/calendar/Calendar.css: Added.
3262 * demos/calendar/Calendar.html: Added.
3263 * demos/calendar/Calendar.js: Added.
3264 * demos/calendar/Calendar.manifest: Added.
3265 * demos/calendar/CalendarApp.icns: Added.
3266 * demos/calendar/Images: Added.
3267 * demos/calendar/Images/AirPort4.png: Added.
3268 * demos/calendar/Images/AirPortError.png: Added.
3269 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
3270 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
3271 * demos/calendar/Images/statusbarBackground.png: Added.
3272 * demos/calendar/Images/statusbarResizerVertical.png: Added.
3273 * demos/calendar/LocationImage.js: Added.
3274 * demos/calendar/Utilities.js: Added.
3275 * demos/calendar/favicon.ico: Added.
3276 * demos/calendar/mime.types: Added.
3278 2009-05-20 Mark Rowe <mrowe@apple.com>
3280 Rubber-stamped by Eric Seidel.
3282 Prevent search engines from getting creative in their descriptions of webkit.org content.
3284 * blog/wp-content/themes/webkit/header.php:
3287 2009-05-06 Eric Seidel <eric@webkit.org>
3289 Reviewed by Maciej Stachowiak.
3291 Update Contributing instructions after feedback from Julie Parent.
3292 https://bugs.webkit.org/show_bug.cgi?id=25611
3294 * coding/contributing.html: Add a few more comments on ChangeLogs
3296 2009-04-17 Simon Fraser <simon.fraser@apple.com>
3298 Reviewed by Steve Falkenburg
3300 Fix the link for setting the Platform SDK paths in the Windows instructions.
3302 * building/build.html:
3304 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
3306 Reviewed by Darin Adler.
3308 https://bugs.webkit.org/show_bug.cgi?id=25186
3309 There is no XSLT component in bugzilla
3311 * projects/xslt/index.html: Changed to search by bug title.
3313 2009-02-20 David Kilzer <ddkilzer@apple.com>
3315 Bug 23983: Remove illegal HTML tags from Sunspider web pages
3317 <https://bugs.webkit.org/show_bug.cgi?id=23983>
3319 Reviewed by Alexey Proskuryakov.
3321 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
3322 * perf/sunspider-0.9/3d-morph.html: Ditto.
3323 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
3324 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
3325 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
3326 * perf/sunspider-0.9/access-nbody.html: Ditto.
3327 * perf/sunspider-0.9/access-nsieve.html: Ditto.
3328 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
3329 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
3330 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
3331 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
3332 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
3333 * perf/sunspider-0.9/crypto-aes.html: Ditto.
3334 * perf/sunspider-0.9/crypto-md5.html: Ditto.
3335 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
3336 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
3337 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
3338 * perf/sunspider-0.9/math-cordic.html: Ditto.
3339 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
3340 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
3341 * perf/sunspider-0.9/regexp-dna.html: Ditto.
3342 * perf/sunspider-0.9/string-base64.html: Ditto.
3343 * perf/sunspider-0.9/string-fasta.html: Ditto.
3344 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
3345 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
3346 * perf/sunspider-0.9/string-validate-input.html: Ditto.
3347 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
3348 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
3349 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
3351 2009-01-19 Adam Roben <aroben@apple.com>
3353 Add links to some recommended Visual Studio hotfixes
3355 Reviewed by Dave Hyatt.
3357 * building/tools.html:
3359 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
3361 Reviewed by Adele Petersen.
3362 Landed by Pamela Greene.
3364 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
3365 Remove links to no-longer-existing Drosera project.
3366 Also, clean up references to wiki in the nav.inc file.
3368 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
3370 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
3372 Reviewed by Darin Adler.
3373 Landed by Pamela Greene.
3375 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
3376 Update website so that newbies are told they must set the
3377 WebKitOutputDir to get a valid build.
3379 * building/build.html: Add language (and link) indicating the
3380 importance of setting the WebKitOutputDir variable, as well
3381 as a link to instructions on how to do so.
3383 2008-12-19 Dean Jackson <dino@apple.com>
3385 Media queries that return <integer> but are really boolean
3386 are restricted to 0 and 1. This is in line with other
3389 * specs/MediaQueriesExtensions.html:
3391 2008-12-03 Dean Jackson <dino@apple.com>
3393 Added links to the WebKit and Mozilla bugs for pointer-events.
3395 * specs/PointerEventsProperty.html:
3397 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
3399 Reviewed by Eric Seidel.
3401 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
3402 https://bugs.webkit.org/show_bug.cgi?id=22468
3404 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
3405 added an explanation about the implementation files.
3407 * coding/coding-style.html:
3409 2008-11-25 Dean Jackson <dino@apple.com>
3411 Add a new work-in-progress proposal for pointer-events in
3412 HTML content. Also note that the Media Queries extensions
3413 are not at all official.
3415 * specs/MediaQueriesExtensions.html:
3416 * specs/PointerEventsProperty.html: Added.
3419 2008-11-25 Jack Wootten <jackwootton@gmail.com>
3421 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
3423 <https://bugs.webkit.org/show_bug.cgi?id=20125>
3425 Reviewed by David Kilzer.
3427 * projects/documentation/index.html: Added link to "Introduction to
3428 WebKit Objective-C Programming Guide".
3430 2008-11-24 Dean Jackson <dino@apple.com>
3432 Document the work-in-progress proposed extensions to
3433 CSS 3 Media Queries.
3435 * specs/MediaQueriesExtensions.html: Added.
3438 2008-11-17 Geoffrey Garen <ggaren@apple.com>
3440 Reviewed by Sam Weinig and Antti Koivisto.
3442 Clarified the last coding style rule, which was a baffling in its
3445 (Now let's see if our code ever starts following this rule!)
3447 * coding/coding-style.html:
3449 2008-11-17 Brady Eidson <beidson@apple.com>
3451 Reviewed by Mark Rowe
3453 Clarify an edge case for acronym capitalization.
3455 * coding/coding-style.html:
3457 2008-11-11 Simon Fraser <simon.fraser@apple.com>
3459 Update leaves animation sample.
3461 * blog-files/leaves/index.html:
3462 * blog-files/leaves/leaves.css:
3464 2008-11-11 Dean Jackson <dino@apple.com>
3466 Removed quotes in animation name value.
3468 * blog-files/pulse.html:
3470 2008-11-11 Dean Jackson <dino@apple.com>
3472 Added a smaller version of a screenshot.
3474 * blog-files/leaves-screenshot-small.jpg: Added.
3476 2008-11-11 Dean Jackson <dino@apple.com>
3478 Add a bunch of examples for CSS Animation blog draft.
3480 * blog-files/bounce.html: Added.
3481 * blog-files/bounce.png: Added.
3482 * blog-files/leaves-screenshot.jpg: Added.
3483 * blog-files/leaves/images/apple-touch-icon.png: Added.
3484 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
3485 * blog-files/leaves/images/realLeaf1.png: Added.
3486 * blog-files/leaves/images/realLeaf2.png: Added.
3487 * blog-files/leaves/images/realLeaf3.png: Added.
3488 * blog-files/leaves/images/realLeaf4.png: Added.
3489 * blog-files/leaves/images/textBackground.png: Added.
3490 * blog-files/leaves/index.html: Added.
3491 * blog-files/leaves/leaves.css: Added.
3492 * blog-files/leaves/leaves.js: Added.
3493 * blog-files/pulse.html: Added.
3494 * blog-files/pulse.png: Added.
3496 2008-10-30 Cameron Zwarich <zwarich@apple.com>
3498 Rubber-stamped by Mark Rowe.
3500 Update the link to Mac Subversion binaries.
3502 * building/tools.html:
3504 2008-10-27 Antti Koivisto <antti@apple.com>
3508 * blog-files/squirrelfish-link-animated.svg: Added.
3510 2008-10-27 Antti Koivisto <antti@apple.com>
3514 * blog-files/cubes-7.svg: Added.
3515 * blog-files/number-morph.svg: Added.
3517 2008-10-07 Darin Adler <darin@apple.com>
3519 * coding/RefPtr.html: Second draft.
3521 2008-10-04 Mark Rowe <mrowe@apple.com>
3523 Upgrade to WordPress 2.6.2.
3527 2008-09-26 Timothy Hatcher <timothy@apple.com>
3529 Add screenshots of searching in the Web Inspector.
3533 * blog-files/inspector-searching-elements.png: Added.
3534 * blog-files/inspector-searching-profiles.png: Added.
3536 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3540 - add some screenshots.
3542 * blog-files/acid3-screenshot.png: Added.
3543 * blog-files/acid3-timing-screenshot.png: Added.
3545 2008-09-25 Darin Adler <darin@apple.com>
3547 * contact.html: Take a cut at making the role of webkitsdk-dev
3548 clearer, specifying that it's Mac OS X specific and hosted at
3551 2008-09-24 Timothy Hatcher <timothy@apple.com>
3553 Add new screenshots of the Web Inspector's Scope Variables pane.
3557 * blog-files/inspector-closure-scope.png: Added.
3558 * blog-files/inspector-event-scope.png: Added.
3559 * blog-files/inspector-with-scope.png: Added.
3561 2008-09-24 Timothy Hatcher <timothy@apple.com>
3563 Add another screenshot of the Web Inspector.
3567 * blog-files/inspector-disabling-properties.png: Added.
3569 2008-09-24 Timothy Hatcher <timothy@apple.com>