1 2014-09-18 Dean Jackson <dino@apple.com>
3 Expand the srcset demo to have 3x and 4x images.
7 * demos/srcset/image-1x.png:
8 * demos/srcset/image-2x.png:
9 * demos/srcset/image-3x.png: Added.
10 * demos/srcset/image-4x.png: Added.
11 * demos/srcset/index.html:
13 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
15 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
16 https://bugs.webkit.org/show_bug.cgi?id=136315
18 Reviewed by Mark Rowe.
20 * building/checkout.html:
21 * building/debug-mac-uiprocess.html:
22 * building/debug.html:
24 * building/tools.html:
27 * projects/javascript/index.html:
28 * projects/svg/index.html:
29 * quality/bugwriting.html:
30 * quality/crashlogs.html:
31 * quality/leakhunting.html:
32 * quality/lifecycle.html:
33 * quality/testing.html:
35 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
37 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
38 https://bugs.webkit.org/show_bug.cgi?id=31993
40 Reviewed by Darin Adler.
42 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
44 * coding/contributing.html:
45 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
47 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
49 Remove people that have left Adobe from Security Contact list
50 https://bugs.webkit.org/show_bug.cgi?id=135256
52 Reviewed by Alexey Proskuryakov.
54 * security/security-group-members.html:
56 2014-08-06 peavo@outlook.com <peavo@outlook.com>
58 [Win] Build error when OFFICIAL_BUILD != 1.
59 https://bugs.webkit.org/show_bug.cgi?id=135613
61 Reviewed by Alex Christensen.
63 Added python installation as a required step before building on Windows.
65 * building/tools.html:
67 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
69 Committers should mail webkit-committers not webkit-reviewers for reactivation
70 https://bugs.webkit.org/show_bug.cgi?id=135203
72 Reviewed by Ryosuke Niwa.
74 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
75 send mail to webkit-committers instead of webkit-reviewers.
77 * coding/commit-review-policy.html:
79 2014-07-15 Alex Christensen <achristensen@webkit.org>
81 Make css jit benchmark work on IE11.
82 https://bugs.webkit.org/show_bug.cgi?id=134956
84 Reviewed by Benjamin Poulain.
86 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
87 Remove an iframe which caused IE11 to try to open content as a URL.
89 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
91 Update policy for Inactive Committer and Reviewer status
92 https://bugs.webkit.org/show_bug.cgi?id=134403
94 Reviewed by Nico Weber.
96 * coding/commit-review-policy.html:
98 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
100 Remove Qt instructions from http://www.webkit.org/building/tools.html
101 https://bugs.webkit.org/show_bug.cgi?id=134384
103 Reviewed by Tim Horton.
105 * building/tools.html:
107 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
108 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
110 2014-06-25 Brent Fulgham <bfulgham@apple.com>
112 [Win] Whoops! DirectX SDK is still needed.
114 * building/tools.html: Put DirectX instruction back.
116 2014-06-24 Brent Fulgham <bfulgham@apple.com>
118 [Win] Remove some out-of-date stuff from our instructions.
119 https://bugs.webkit.org/show_bug.cgi?id=134282
121 Reviewed by Tim Horton.
123 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
124 install anymore (it's part of Visual Studio 2013).
125 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
128 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
130 Drop the cross organizational support requirement from reviewer nomination policy
131 https://bugs.webkit.org/show_bug.cgi?id=134240
133 Reviewed by Gyuyoung Kim.
137 * coding/commit-review-policy.html:
139 2014-05-13 Filip Pizlo <fpizlo@apple.com>
141 Updated the files to have the right width.
143 * blog-files/ftl-jit/dfg_pipeline.png:
144 * blog-files/ftl-jit/four_tier_performance.png:
145 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
146 * blog-files/ftl-jit/ftl_pipeline.png:
147 * blog-files/ftl-jit/ftl_timeline.png:
148 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
149 * blog-files/ftl-jit/polyvariance.png:
150 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
151 * blog-files/ftl-jit/three_tier_performance.png:
153 2014-05-13 Filip Pizlo <fpizlo@apple.com>
155 Add some illustrations about how JSC works.
157 * blog-files/ftl-jit: Added.
158 * blog-files/ftl-jit/dfg_pipeline.png: Added.
159 * blog-files/ftl-jit/four_tier_performance.png: Added.
160 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
161 * blog-files/ftl-jit/ftl_pipeline.png: Added.
162 * blog-files/ftl-jit/ftl_timeline.png: Added.
163 * blog-files/ftl-jit/object_model.png: Added.
164 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
165 * blog-files/ftl-jit/polyvariance.png: Added.
166 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
167 * blog-files/ftl-jit/three_tier_performance.png: Added.
168 * blog-files/ftl-jit/three_tiers.png: Added.
170 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
172 Add potential illustrations for a potential future blog post about the viewport meta tag
174 * blog-files/simple-viewport-configuration: Added.
175 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
176 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
177 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
178 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
179 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
180 * blog-files/simple-viewport-configuration/inspector.png: Added.
181 * blog-files/simple-viewport-configuration/report_size.js: Added.
183 2014-04-29 Alex Christensen <achristensen@webkit.org>
185 [WinCairo] Switch video from GStreamer to Media Foundation.
186 https://bugs.webkit.org/show_bug.cgi?id=132358
188 Reviewed by Brent Fulgham.
190 * building/tools.html:
191 Removed requirement of installing GStreamer.
193 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
195 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
196 https://bugs.webkit.org/show_bug.cgi?id=131791
198 Reviewed by Sam Weinig.
200 * building/debug.html:
202 2014-03-28 James Craig <jcraig@apple.com>
204 Web Inspector: AXI: support for live regions
205 https://bugs.webkit.org/show_bug.cgi?id=130725
207 Reviewed by Timothy Hatcher.
209 Demo update to show off the new Inspector support for live regions.
211 * blog-files/aria1.0/combobox_with_live_region_status.html:
213 2014-03-27 James Craig <jcraig@apple.com>
215 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
216 https://bugs.webkit.org/show_bug.cgi?id=130827
218 Reviewed by Timothy Hatcher.
220 Updated demo files with attr refresh to show off selected children changing.
221 Long term fix will be http://webkit.org/b/130883
223 * blog-files/aria1.0/combobox_with_live_region_status.html:
225 2014-03-25 James Craig <jcraig@apple.com>
227 Blog-files: combobox demo needs aria-expanded support
228 https://bugs.webkit.org/show_bug.cgi?id=130766
230 Reviewed by Chris Fleizach.
232 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
234 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
236 Add illustrations for a potential blog post
238 First version, let see how that works out.
240 * blog-files/css-jit-introduction: Added.
241 * blog-files/css-jit-introduction/clicktostart.js: Added.
242 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
243 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
244 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
245 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
246 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
247 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
249 2014-03-20 James Craig <jcraig@apple.com>
251 Sample code for potential ARIA blog post.
252 https://bugs.webkit.org/show_bug.cgi?id=130548
254 Rubber-stamped by Chris Fleizach.
256 * blog-files/aria1.0: Added.
257 * blog-files/aria1.0/africa_large.svg: Added.
258 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
259 * blog-files/aria1.0/roaming_tabindex: Added.
260 * blog-files/aria1.0/roaming_tabindex/css: Added.
261 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
262 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
263 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
264 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
265 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
266 * blog-files/aria1.0/roaming_tabindex/js: Added.
267 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
268 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
269 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
271 2014-03-14 Maciej Stachowiak <mjs@apple.com>
273 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
274 https://bugs.webkit.org/show_bug.cgi?id=130276
275 <rdar://problem/16266927>
277 Reviewed by Simon Fraser.
279 * blog/wp-content/textfield_screenshot.jpg:
280 * misc/WebKitDetect.html:
281 * misc/WebKitDetect.js:
282 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
283 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
284 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
285 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
286 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
287 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
288 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
289 * perf/sunspider-0.9.1/sunspider-compare-results.js:
290 * perf/sunspider-0.9/3d-cube.html:
291 * perf/sunspider-0.9/3d-morph.html:
292 * perf/sunspider-0.9/3d-raytrace.html:
293 * perf/sunspider-0.9/access-binary-trees.html:
294 * perf/sunspider-0.9/access-fannkuch.html:
295 * perf/sunspider-0.9/access-nbody.html:
296 * perf/sunspider-0.9/access-nsieve.html:
297 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
298 * perf/sunspider-0.9/bitops-bits-in-byte.html:
299 * perf/sunspider-0.9/bitops-bitwise-and.html:
300 * perf/sunspider-0.9/bitops-nsieve-bits.html:
301 * perf/sunspider-0.9/controlflow-recursive.html:
302 * perf/sunspider-0.9/crypto-aes.html:
303 * perf/sunspider-0.9/crypto-md5.html:
304 * perf/sunspider-0.9/crypto-sha1.html:
305 * perf/sunspider-0.9/date-format-tofte.html:
306 * perf/sunspider-0.9/date-format-xparb.html:
307 * perf/sunspider-0.9/math-cordic.html:
308 * perf/sunspider-0.9/math-partial-sums.html:
309 * perf/sunspider-0.9/math-spectral-norm.html:
310 * perf/sunspider-0.9/regexp-dna.html:
311 * perf/sunspider-0.9/string-base64.html:
312 * perf/sunspider-0.9/string-fasta.html:
313 * perf/sunspider-0.9/string-tagcloud.html:
314 * perf/sunspider-0.9/string-unpack-code.html:
315 * perf/sunspider-0.9/string-validate-input.html:
316 * perf/sunspider-0.9/sunspider-analyze-results.js:
317 * perf/sunspider-0.9/sunspider-compare-results.js:
318 * perf/sunspider-0.9/sunspider-driver.html:
319 * perf/sunspider-0.9/sunspider-record-result.js:
320 * perf/sunspider-0.9/sunspider-results.html:
321 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
322 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
323 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
324 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
325 * perf/sunspider-1.0.1/sunspider-compare-results.js:
326 * perf/sunspider-1.0.1/sunspider.html:
327 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
328 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
329 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
330 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
331 * perf/sunspider-1.0.2/sunspider-compare-results.js:
332 * perf/sunspider-1.0.2/sunspider.html:
333 * perf/sunspider-1.0/sunspider-1.0/driver.html:
334 * perf/sunspider-1.0/sunspider-1.0/results.html:
335 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
336 * perf/sunspider-1.0/sunspider-analyze-results.js:
337 * perf/sunspider-1.0/sunspider-compare-results.js:
338 * perf/sunspider-1.0/sunspider.html:
339 * perf/sunspider/sunspider.html:
340 * perf/sunspider/versions.html:
341 * quality/reporting.html:
343 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
345 Use DYEBench v0.9 by default.
347 Rubber-stamped by Benjamin Poulain.
349 * perf/DoYouEvenBench/index.html:
351 2014-02-27 Darin Adler <darin@apple.com>
353 Some small modernizing tweaks to the coding style guide
354 https://bugs.webkit.org/show_bug.cgi?id=129427
356 Reviewed by Alexey Proskuryakov.
358 My intent here was originally to do the nullptr style guide update, but that was already done.
359 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
360 a number of subtle ways.
362 * coding/coding-style.html: Change "left side operator" example to be a more modern example
363 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
364 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
365 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
366 over index iteration in vector iteration example and also showed use of unsigned rather than
367 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
368 a newly created object" example. Use references instead of pointers in one example.
370 2014-02-26 Julien Brianceau <jbriance@cisco.com>
372 Add Cisco to team.html
373 https://bugs.webkit.org/show_bug.cgi?id=129405
375 Reviewed by Andreas Kling.
379 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
381 Update style guide to use nullptr instead of 0 for C++ null pointers.
382 https://bugs.webkit.org/show_bug.cgi?id=129413
384 Reviewed by Ryosuke Niwa.
386 * coding/coding-style.html:
388 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
390 Change tools.html to say Xcode 5 is required to build
391 https://bugs.webkit.org/show_bug.cgi?id=128545
393 Reviewed by Andreas Kling.
395 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
396 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
397 line tools in the downloads pane anymore, so direct folks to use
398 xcode-select to install the command line tools as well.
400 * building/tools.html:
402 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
404 Host DoYouEvenBench on webkit.org
405 https://bugs.webkit.org/show_bug.cgi?id=127185
407 Reviewed by Benjamin Poulain.
409 The previous patch didn't quite work due to cross-origin restrictions.
410 Simply add a hyperlink to a trac page.
412 * perf/DoYouEvenBench/index.html:
414 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
416 Host DoYouEvenBench on webkit.org
417 https://bugs.webkit.org/show_bug.cgi?id=127185
419 Reviewed by Benjamin Poulain.
421 Added webkit.org/perf/DoYouEvenBench.
423 * perf/DoYouEvenBench: Added.
424 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
426 2014-01-03 Alex Christensen <achristensen@webkit.org>
428 Added GStreamer to list of required tools for compiling webkit.
429 https://bugs.webkit.org/show_bug.cgi?id=126319
431 Reviewed by Philippe Normand.
433 * building/tools.html:
434 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
435 Added GStreamer installers to list of required tools for WinCairo.
437 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
439 Add a description about webkit-patch setup-git-clone to checkout.html
440 https://bugs.webkit.org/show_bug.cgi?id=126217
442 Reviewed by Philippe Normand.
446 * building/checkout.html:
448 2013-12-13 Roger Fong <roger_fong@apple.com>
450 Update build instructions for Windows following upgrade to VS2013.
452 * building/tools.html:
454 2013-11-30 Mark Rowe <mrowe@apple.com>
456 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
458 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
460 Reviewed by Sam Weinig.
462 * footer.inc: Remove the old analytics code.
463 * header.inc: Add the new stuff.
465 2013-10-29 Beth Dakin <bdakin@apple.com>
467 Just updating the sample code for this potential blog post.
469 * blog-files/regions/pizza-is-amazing.png: Replaced.
470 * blog-files/regions/unstyled-article.png: Replaced.
471 * demos/regions/pizza-regions-manifesto-regionstyling.html:
472 * demos/regions/pizza-regions-manifesto.html:
474 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
476 Mixed content error when accessing webkit.org/team.html over https
477 https://bugs.webkit.org/show_bug.cgi?id=123020
479 Reviewed by Alexey Proskuryakov.
481 When the webkit.org/team.html page is accessed over https most browsers report
482 Mixed Content error, which is caused by the fact that the contributos.json file
483 is accessed over a plain http connection and not https.
487 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
489 Cleanup webkit.org/team.html
490 https://bugs.webkit.org/show_bug.cgi?id=123022
492 Reviewed by Alexey Proskuryakov.
494 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
498 2013-10-16 Geoffrey Garen <ggaren@apple.com>
500 Publish SunSpider 1.0.2
501 https://bugs.webkit.org/show_bug.cgi?id=122923
503 Reviewed by Darin Adler.
505 * perf/sunspider/sunspider.html:
506 * perf/sunspider/versions.html:
508 2013-10-08 Geoffrey Garen <ggaren@apple.com>
510 Refined power management in SunSpider 1.0.2
511 https://bugs.webkit.org/show_bug.cgi?id=122525
513 Reviewed by Gavin Barraclough.
515 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
517 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
518 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
519 * perf/sunspider-1.0.2/sunspider.css:
523 2013-10-02 Geoffrey Garen <ggaren@apple.com>
525 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
527 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
528 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
530 2013-09-26 Geoffrey Garen <ggaren@apple.com>
532 Fixed a version number string in SunSpider 1.0.2
533 https://bugs.webkit.org/show_bug.cgi?id=122004
535 Reviewed by Gavin Barraclough.
537 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
539 2013-09-26 Geoffrey Garen <ggaren@apple.com>
541 Tentative SunSpider 1.0.2
542 https://bugs.webkit.org/show_bug.cgi?id=122002
544 Reviewed by Gavin Barraclough.
546 See comments in PerformanceTests/SunSpider.
548 * perf/sunspider-1.0.2: Added.
550 2013-09-20 Mark Rowe <mrowe@apple.com>
552 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
554 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
556 Reviewed by David Kilzer.
558 * building/debug-mac-uiprocess.html:
559 * building/tools.html:
561 2013-09-19 Dan Bernstein <mitz@apple.com>
563 Add a style guideline regarding spacing in range-based for loops
564 https://bugs.webkit.org/show_bug.cgi?id=121620
566 Reviewed by Anders Carlsson.
568 * coding/coding-style.html: Added the guideline that spaces should be placed
569 around the colon in a range-based for loop.
571 2013-09-10 Beth Dakin <bdakin@apple.com>
573 Adding another screenshot for a potential blog post.
575 * blog-files/regions/unstyled-article.png: Added.
577 2013-09-09 Roger Fong <roger_fong@apple.com>
579 Update build instructions for Apple Windows port to include cygwin php install steps.
581 * building/tools.html:
583 2013-09-04 Beth Dakin <bdakin@apple.com>
585 Fixing a typo in demo files and screenshot.
587 * blog-files/regions/pizza-is-amazing.png: Replaced.
588 * demos/regions/pizza-regions-manifesto-regionstyling.html:
589 * demos/regions/pizza-regions-manifesto.html:
591 2013-09-04 Beth Dakin <bdakin@apple.com>
593 Upload demo and images for a potential blog post.
595 * blog-files/regions: Added.
596 * blog-files/regions/pizza-is-amazing.png: Added.
597 * demos/regions: Added.
598 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
599 * demos/regions/pizza-regions-manifesto.html: Added.
600 * demos/regions/yellow-pizza.jpg: Added.
602 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
604 Fix the recommended testing platform on the website
606 Rubberstamped by Enrica Casucci.
608 * quality/testing.html:
610 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
612 Fix webkit.org content overflowing their content box
614 Rubberstamped by Simon Fraser.
616 More fixes to have webkit.org show properly on iPad and iPhone.
618 * blog/wp-content/themes/webkit/header.php:
619 Add the correct viewport width for the blog.
621 * building/debug.html:
622 * building/launch-debugger-vs2010-small.png: Added.
623 * building/set-debugging-properties-vs2010-small.png: Added.
624 Fix the images to make them fit in the page.
626 * coding/adding-features.html:
627 Using <pre> for the example of email just make it looks like our code examples.
628 Change the source to use <blockquote> so that the text can reflow to the content box.
630 (.code, pre, tt, code):
631 Scroll the content when it overflows the box for code and pre.
633 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
635 Give a smaller viewport to webkit.org on devices
637 Rubberstamped by Simon Fraser.
639 The CSS of WebKit.org layout the content on 615px + a right margin of
640 215px + a left margin of 20px. The total layout width is 850px.
642 The standard viewport size on mobile devices is 980px. This leaves a gap
643 on the right side of the content when opening the size on iPhone/iPad.
645 This patch changes the layout width to be 860 to display more content on devices
646 while keeping a little margin.
650 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
652 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
653 https://bugs.webkit.org/show_bug.cgi?id=117993
655 Reviewed by George Staikos.
657 * perf/sunspider-1.0.1/json2.js: Added.
658 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
659 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
660 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
661 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
662 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
663 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
664 * perf/sunspider-1.0.1/sunspider.css: Added.
665 * perf/sunspider-1.0.1/sunspider.html: Added.
666 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
667 * perf/sunspider/versions.html: Updated to version 1.0.1.
669 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
671 Update the images for the blog size-matters
673 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
674 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
675 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
677 2013-08-05 Dean Jackson <dino@apple.com>
679 Move previous commit into /demos.
681 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
682 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
683 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
684 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
686 2013-08-05 Dean Jackson <dino@apple.com>
688 Upload example for a blog post.
690 * blog-files/srcset/image-1x.png: Added.
691 * blog-files/srcset/image-2x.png: Added.
692 * blog-files/srcset/image-src.png: Added.
693 * blog-files/srcset/index.html: Added.
695 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
697 Upload images for a potential blog post
699 * blog-files/size-matters: Added.
700 * blog-files/size-matters/JavaScript-growth.png: Added.
701 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
702 * blog-files/size-matters/WebCore-growth.png: Added.
703 * blog-files/size-matters/WebKit-growth.png: Added.
705 2013-07-14 Kwang Yul Seo <skyul@company100.net>
707 Add Company100 to team.html
708 https://bugs.webkit.org/show_bug.cgi?id=118633
710 Reviewed by Andreas Kling.
714 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
716 Add 'partner.samsung.com' to domain affiliations
717 https://bugs.webkit.org/show_bug.cgi?id=118580
719 Reviewed by Antonio Gomes.
723 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
725 Add screenshot of the inspector color picker for the blog
727 * blog-files/last-week-in-webkit: Added.
728 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
730 2013-06-27 Roger Fong <roger_fong@apple.com>
732 Update required tools for Windows instructions.
734 * building/tools.html:
736 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
738 The page title of technical-articles.html is incorrect.
739 https://bugs.webkit.org/show_bug.cgi?id=117727
741 Reviewed by Ryosuke Niwa.
743 Changed the page title of technical-articles.html to "WebKit Technical Articles".
745 * coding/technical-articles.html:
747 2013-06-14 Timothy Hatcher <timothy@apple.com>
749 Shrink larger images to fit the width of the blog.
751 * blog-files/new-inspector/hero-labeled.png:
752 * blog-files/new-inspector/hero.png:
754 2013-06-12 Roger Fong <roger_fong@apple.com>
756 Update webkit.org build instructions for Apple Windows port.
757 https://bugs.webkit.org/show_bug.cgi?id=117563.
759 Reviewed by Brent Fulgham.
761 * building/build.html:
762 * building/debug.html:
763 * building/launch-debugger-vs2005.png: Removed.
764 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
765 * building/set-as-startup-project-vs2005.png: Removed.
766 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
767 * building/set-debugging-properties-vs2005.png: Removed.
768 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
769 * building/tools.html:
771 2013-06-12 Timothy Hatcher <timothy@apple.com>
773 Add new Web Inspector images for a blog post.
775 * blog-files/new-inspector/activity-viewer.png: Added.
776 * blog-files/new-inspector/codemirror.png: Added.
777 * blog-files/new-inspector/console.png: Added.
778 * blog-files/new-inspector/hero-labeled.png: Added.
779 * blog-files/new-inspector/hero.png: Added.
780 * blog-files/new-inspector/layer-borders.png: Added.
781 * blog-files/new-inspector/layers.png: Added.
782 * blog-files/new-inspector/navigation-bar.png: Added.
783 * blog-files/new-inspector/open-sign.png: Added.
784 * blog-files/new-inspector/reasons.png: Added.
785 * blog-files/new-inspector/save.png: Added.
786 * blog-files/new-inspector/source-map.png: Added.
787 * blog-files/new-inspector/styles.png: Added.
788 * blog-files/new-inspector/toolbar-context-menu.png: Added.
789 * blog-files/new-inspector/toolbar-docked.png: Added.
790 * blog-files/new-inspector/toolbar.png: Added.
792 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
794 Broken link to committers list on contributing web page
795 https://bugs.webkit.org/show_bug.cgi?id=116722
797 Reviewed by Andreas Kling.
799 * coding/contributing.html:
800 Changed broken link to point to the team page instead.
802 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
804 Make team.html have each contributor's area of expertise
805 https://bugs.webkit.org/show_bug.cgi?id=116737
807 Reviewed by Benjamin Poulain.
810 Update to use the new expertise field in contributors.json.
812 2013-04-30 Filip Pizlo <fpizlo@apple.com>
814 Release SunSpider 1.0
816 Rubber stamped by Maciej Stachowiak.
818 * perf/sunspider-1.0: Added.
819 * perf/sunspider-1.0/json2.js: Added.
821 * perf/sunspider-1.0/sunspider-1.0: Added.
822 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
823 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
824 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
825 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
826 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
839 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
840 (.computeItemTotals):
843 (.standardDeviation):
848 (.computeLabelWidth):
853 (sunspiderCompareResults):
854 * perf/sunspider-1.0/sunspider.css: Added.
863 * perf/sunspider-1.0/sunspider.html: Added.
864 * perf/sunspider/sunspider.html:
865 * perf/sunspider/versions.html: Added.
867 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
869 Update team.html to use contributors.json instead of committers.py
870 https://bugs.webkit.org/show_bug.cgi?id=114720
872 Reviewed by Ryosuke Niwa.
874 Updating the team.html to use contributors.json. Also removing the unused field 'area'
875 from the contributors information.
879 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
881 The list of contributors in committers.py should be a separate JSON
882 https://bugs.webkit.org/show_bug.cgi?id=114673
884 Reviewed by Anders Carlsson.
886 Updated the website to refer to contributors.json instead of committers.py.
888 * coding/commit-review-policy.html:
890 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
892 Simplify the page "Getting the Code" on WebKit.org
893 https://bugs.webkit.org/show_bug.cgi?id=113980
895 Reviewed by Sam Weinig.
897 * building/checkout.html:
898 Instead of interleaving instructions for Mac and Windows, just
899 copy the things that make sense and have two clear sections.
901 Also mention Linux, it is the exact same instructions as Mac OS X.
903 Make svn checkout the alternative to a download of the tarball. It is
904 almost impossible to do a svn checkout on slow networks nowadays.
906 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
908 Update WebKit.org's contact page
909 https://bugs.webkit.org/show_bug.cgi?id=113968
911 Reviewed by Geoffrey Garen.
914 -Add a direct link to our archives on Gmane.
915 -References the ports mailing-lists. This may reduces the emails
916 erroneously sent to webkit-dev.
917 -Add a link to our "reporting bug page".
918 -Get rid of the link to CIA. The website is dead.
920 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
922 Add Digia to the domain affiliations
923 https://bugs.webkit.org/show_bug.cgi?id=110116
925 Reviewed by Kenneth Rohde Christiansen.
929 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
931 Add basysKom to domainAffiliations in team.html
932 https://bugs.webkit.org/show_bug.cgi?id=109306
934 Reviewed by Laszlo Gombos.
936 Register basysKom as contributing company in
937 http://www.webkit.org/team.html.
941 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
943 Add intel.com to team.html
944 https://bugs.webkit.org/show_bug.cgi?id=109424
946 Reviewed by Kenneth Rohde Christiansen.
950 2013-02-10 Dirk Schulze <dschulze@adobe.com>
952 Add adobe.com to team.html
953 https://bugs.webkit.org/show_bug.cgi?id=109396
955 Reviewed by Laszlo Gombos.
959 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
961 Add sisa.samsung.com to team.html
962 https://bugs.webkit.org/show_bug.cgi?id=109394
964 Reviewed by Dirk Schulze.
968 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
970 Add a sample change log entry to contributing.html
971 https://bugs.webkit.org/show_bug.cgi?id=105506
973 Reviewed by Alexey Proskuryakov.
975 Added a sample change log to the page directly people skimming through the page will still
976 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
978 * coding/contributing.html:
980 2012-12-18 Nico Weber <thakis@chromium.org>
982 Fix broken loop in style guide
983 https://bugs.webkit.org/show_bug.cgi?id=105346
985 Reviewed by Ryosuke Niwa.
987 Found by Sean Silva <silvas@purdue.edu>
989 * coding/coding-style.html:
991 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
993 Add instructions on how to build WebKit on Xcode 4 to build.html
994 https://bugs.webkit.org/show_bug.cgi?id=104739
996 Reviewed by Daniel Bates.
998 Set the build directories to WebKitBuild.
1000 * building/build.html:
1002 2012-11-24 Daniel Bates <dbates@webkit.org>
1004 Substitute "use" for "user" in sentence about naming convention for
1005 enum members so that it reads well.
1007 * coding/coding-style.html:
1009 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1011 Add Samsung to security vendor member list
1012 https://bugs.webkit.org/show_bug.cgi?id=102863
1014 Reviewed by Sam Weinig.
1016 * security/security-group-members.html: Add Samsung members.
1018 2012-10-31 Adam Barth <abarth@webkit.org>
1020 technical-articles.html should link to my talk on how WebKit works
1021 https://bugs.webkit.org/show_bug.cgi?id=100867
1023 Reviewed by Tony Chang.
1025 * coding/technical-articles.html:
1027 2012-10-29 Eric Seidel <eric@webkit.org>
1029 Technical Articles should link to an old talk I gave
1030 https://bugs.webkit.org/show_bug.cgi?id=100624
1032 Reviewed by Adam Barth.
1034 * coding/technical-articles.html:
1036 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1038 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
1040 * coding/coding-style.html:
1042 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1044 Fix a typo per Darin's comment.
1046 * coding/coding-style.html:
1048 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1050 Add a style guide rule for signed and unsigned int
1051 https://bugs.webkit.org/show_bug.cgi?id=96682
1053 Reviewed by Geoffrey Garen.
1055 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
1057 * coding/coding-style.html:
1059 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
1061 Replace JSC::UString by WTF::String
1062 https://bugs.webkit.org/show_bug.cgi?id=95271
1064 Reviewed by Geoffrey Garen.
1066 Update the coding style to avoid mentioning a class that no longer exist.
1068 * coding/coding-style.html:
1070 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1072 Address one more review comment.
1074 * building/checkout.html:
1076 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1078 Recommend the use of https and mention git on building/checkout.html
1079 https://bugs.webkit.org/show_bug.cgi?id=93657
1081 Reviewed by Mark Rowe.
1083 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
1084 because the paragraph right above it refers to buliding/tools.html for that.
1086 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
1087 checkout using a Git client.
1089 * building/checkout.html:
1091 2012-07-27 Adam Barth <abarth@webkit.org>
1093 Writing a blog post for new reviewers doesn't add value to the blog
1094 https://bugs.webkit.org/show_bug.cgi?id=92305
1096 Reviewed by Eric Seidel.
1098 Now that we have Peter posting weekly updates to the blog, having an
1099 announcement on the blog for each reviewer is more noise than signal.
1101 * coding/commit-review-policy.html:
1103 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
1105 Update webkit.org to refer to layoutTestController instead of testRunner
1106 https://bugs.webkit.org/show_bug.cgi?id=89445
1108 Reviewed by Kent Tamura.
1110 * quality/testwriting.html:
1112 2012-05-21 Peter Kasting <pkasting@google.com>
1114 Style guide change: Uses of "std::" should be explicitly qualified.
1115 https://bugs.webkit.org/show_bug.cgi?id=87043
1117 Reviewed by Ryosuke Niwa.
1119 * coding/coding-style.html:
1121 2012-05-11 Darin Adler <darin@apple.com>
1123 Try to make spacing of fine print items in lower left nicer looking.
1126 (#notice, #trademark, #terms): Changed top margin to 10px.
1127 (#notice): Put 30px margin here.
1129 2012-05-11 Darin Adler <darin@apple.com>
1131 CSS tweak needed for the trademark terms of use.
1134 (#notice, #trademark, #terms): Added #trademark.
1136 2012-05-11 Darin Adler <darin@apple.com>
1138 Add a link to WebKit trademark terms of use, other small website changes
1139 https://bugs.webkit.org/show_bug.cgi?id=86112
1141 Reviewed by Dan Bernstein.
1143 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
1144 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
1147 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
1148 of use on the macosforge.org terms of use page.
1150 2012-05-07 Dan Bernstein <mitz@apple.com>
1152 webkit.org instructions for debugging WebProcess are unnecessarily complex
1153 https://bugs.webkit.org/show_bug.cgi?id=85756
1155 Reviewed by Darin Adler.
1157 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
1158 debugging the Web process, as well as instructions for debugging the Web process from the
1159 command line using debug-safari and debug-minibrowser.
1160 * building/tools.html: Updated links and tweaked the language.
1162 2012-04-23 Daniel Bates <dbates@webkit.org>
1164 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
1166 Rubber-stamped by Eric Seidel.
1168 Before you can use the Xcode 4.3.2 command line tools, you must either run
1169 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
1170 DEVELOPER_DIR to point to the Xcode developer tools directory.
1172 * building/tools.html:
1174 2012-04-23 Daniel Bates <dbates@webkit.org>
1176 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
1178 Rubber-stamped by Eric Seidel.
1180 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
1181 are specific to Xcode 4.3.2.
1183 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
1184 * building/debug.html: Ditto.
1186 2012-04-19 Daniel Bates <dbates@webkit.org>
1188 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
1189 https://bugs.webkit.org/show_bug.cgi?id=84364
1191 Reviewed by Eric Seidel.
1193 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
1196 * building/debug-mac-uiprocess.html:
1197 * building/debug.html:
1199 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
1201 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
1202 https://bugs.webkit.org/show_bug.cgi?id=80429
1204 Reviewed by Dan Bernstein.
1206 * building/tools.html:
1208 2012-03-10 Daniel Bates <dbates@webkit.org>
1210 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
1212 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/>.
1213 Substituting https for http in (1) returns the expected page.
1215 * building/debug-mac-uiprocess.html:
1216 * building/debug.html:
1218 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
1220 Add a link to the EFL wiki page
1221 https://bugs.webkit.org/show_bug.cgi?id=79439
1223 Reviewed by Adam Barth.
1225 * building/tools.html:
1226 * css/main.css: Cross-browser border-radius.
1228 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
1230 team.html (on webkit.org) doesn't recognize codeaurora.org
1231 https://bugs.webkit.org/show_bug.cgi?id=79529
1233 Reviewed by Ryosuke Niwa.
1237 2012-02-16 Kent Tamura <tkent@chromium.org>
1239 Improve usability of coding-style.html
1240 https://bugs.webkit.org/show_bug.cgi?id=78470
1242 Reviewed by Eric Seidel.
1244 * coding/coding-style.html:
1245 - Do not add a title attribute to each of LI elements
1246 - Do not add a click handler to each of them
1247 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
1249 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
1251 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
1252 https://bugs.webkit.org/show_bug.cgi?id=76544
1254 Reviewed by Darin Adler.
1256 WEBKITOUTPUTDIR is not only for Windows.
1258 * building/build.html:
1260 2012-01-20 Kent Tamura <tkent@chromium.org>
1262 Each style rule should have its own ID.
1263 https://bugs.webkit.org/show_bug.cgi?id=76428
1265 Reviewed by David Levin.
1267 * coding/coding-style.html: Add an id attribute to each of li elements,
1268 and add code to set title="#id-name" and to make li elements clickable.
1270 2012-01-19 Daniel Bates <dbates@webkit.org>
1272 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
1274 Rubber-stamped by Sam Weinig.
1276 * building/debug.html:
1278 2012-01-19 Daniel Bates <dbates@webkit.org>
1280 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
1281 https://bugs.webkit.org/show_bug.cgi?id=67102
1283 Reviewed by Eric Seidel.
1285 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
1287 * building/active-scheme-xcode4.png: Added.
1288 * building/build-settings-tab-xcode4.png: Added.
1289 * building/build-window.png: Removed.
1290 * building/custom-executable-xcode4.png: Added.
1291 * building/custom-executable.png: Removed.
1292 * building/debug-mac-uiprocess.html: Added.
1293 * building/debug.html:
1294 * building/debug.png: Removed.
1295 * building/info-tab.png: Removed.
1296 * building/run-xcode4.png: Added.
1298 2012-01-11 Antti Koivisto <antti@apple.com>
1300 Remove S60 reference from webkit.org
1301 https://bugs.webkit.org/show_bug.cgi?id=76044
1303 Reviewed by Simon Hausmann.
1309 2012-01-10 Hajime Morrita <morrita@chromium.org>
1311 [Website] i-Bench is no longer available.
1312 https://bugs.webkit.org/show_bug.cgi?id=76027
1314 Reviewed by Ryosuke Niwa.
1316 Updated the availability information of i-Bench.
1318 * projects/performance/index.html:
1320 2011-12-07 Daniel Bates <dbates@webkit.org>
1322 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
1323 https://bugs.webkit.org/show_bug.cgi?id=74006
1325 Reviewed by Antonio Gomes.
1327 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
1328 ASSERT_NOT_REACHED().
1330 * coding/assertion-guidelines.html:
1332 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
1334 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
1335 https://bugs.webkit.org/show_bug.cgi?id=73098
1337 Reviewed by Antti Koivisto.
1339 Revise the sentence about committers being allowed to land patches by others to explicitly state that
1340 they can only land patches by others if asked by authors themselves.
1342 * coding/commit-review-policy.html:
1344 2011-11-14 Mark Rowe <mrowe@apple.com>
1346 Upgrade WordPress's Akismet plug-in to the latest version.
1348 * blog/wp-content/plugins/akismet:
1350 2011-11-14 Mark Rowe <mrowe@apple.com>
1352 Update one file that was missed.
1354 * blog/wp-settings.php:
1356 2011-11-14 Mark Rowe <mrowe@apple.com>
1358 Upgrade WordPress to v3.2.1.
1362 2011-10-28 Dean Jackson <dino@apple.com>
1364 Remove this horribly outdated file. It was showing up in
1365 Google searches and shouldn't be used as official
1368 Rubber-stamped by Simon Fraser.
1370 * specs/MediaQueriesExtensions.html: Removed.
1372 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
1374 Style guide should mention the preference of index over iterator
1375 https://bugs.webkit.org/show_bug.cgi?id=70285
1377 Reviewed by Darin Adler.
1379 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
1380 we prefer index over iterators.
1382 * coding/coding-style.html:
1384 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1386 Fix a typo pointed by Sam (Weinig).
1388 * coding/coding-style.html:
1390 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1392 Style guide should mandate use of pass-by-reference for out arguments
1393 https://bugs.webkit.org/show_bug.cgi?id=69766
1395 Reviewed by Darin Adler.
1397 This matches the convention used throughout WebCore.
1399 * coding/coding-style.html:
1401 2011-10-06 Amruth Raj <amruthraj@motorola.com>
1403 Add Motorola Mobility to team.html
1404 https://bugs.webkit.org/show_bug.cgi?id=69597
1406 Reviewed by Ryosuke Niwa.
1410 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1412 Generate WebKit team's page out of committers.py
1413 https://bugs.webkit.org/show_bug.cgi?id=68045
1415 Fix per Daniel's review comment since I had misunderstood the code.
1419 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1421 Generate WebKit team's page out of committers.py
1422 https://bugs.webkit.org/show_bug.cgi?id=68045
1424 Reviewed by Daniel Bates.
1426 Add the initial implementation of team.html. This page automatically pulls data from committers.py
1427 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
1431 2011-09-01 Jon Lee <jonlee@apple.com>
1433 Adding control rendering at various sizes.
1435 * projects/forms/survey.html:
1437 2011-08-29 Jon Lee <jonlee@apple.com>
1439 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
1441 * projects/forms/survey.html:
1443 2011-08-17 Jon Lee <jonlee@apple.com>
1445 Updating the forms survey to include various element sizes.
1447 * projects/forms/survey.html:
1449 2011-08-16 Daniel Bates <dbates@webkit.org>
1451 Add myself to the list of individual members in the WebKit Security Group.
1453 Rubber-stamped by Eric Seidel.
1455 * security/security-group-members.html:
1457 2011-08-09 Anders Carlsson <andersca@apple.com>
1459 Broken link to LICENSE on contributing code page
1460 https://bugs.webkit.org/show_bug.cgi?id=65947
1462 Reviewed by Ryosuke Niwa.
1464 * coding/contributing.html:
1466 2011-08-04 Dan Bernstein <mitz@apple.com>
1470 * coding/contributing.html:
1472 2011-08-04 Nico Weber <thakis@chromium.org>
1474 Update the contributors page to recommend webkit-patch instead of many manual steps
1475 https://bugs.webkit.org/show_bug.cgi?id=65714
1477 Reviewed by Adam Barth.
1479 asvitkine followed the contributing instructions for his first patch, and got
1480 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1481 webkit-patch prevents errors like this and more.
1483 * coding/contributing.html:
1485 2011-07-21 Jon Lee <jonlee@apple.com>
1487 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1488 <rdar://problem/9782965>
1490 Rubber-stamped by Maciej Stachowiak.
1492 * projects/forms/image-usemap.png: Added.
1493 * projects/forms/image1.png: Added.
1494 * projects/forms/image10.png: Added.
1495 * projects/forms/image16.png: Added.
1496 * projects/forms/index.html: Update links
1497 * projects/forms/survey.html: Added.
1499 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1501 SVG feature status is not up-to-date
1502 https://bugs.webkit.org/show_bug.cgi?id=64856
1504 Reviewed by Dirk Schulze.
1506 Update SVG feature status after r91331.
1508 * projects/svg/status.xml:
1510 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1512 Reviewed by Darin Adler.
1514 Add note about cases where enums are preferred over bools on function parameters.
1515 https://bugs.webkit.org/show_bug.cgi?id=63564
1517 This matches the outcome of this webkit-dev thread:
1518 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1520 * coding/coding-style.html:
1522 2011-05-31 Chris Evans <cevans@chromium.org>
1524 Reviewed by Drew Yao.
1526 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1528 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1530 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1532 Reviewed by Dan Bernstein.
1534 Building instructions should not talk about Tiger
1535 https://bugs.webkit.org/show_bug.cgi?id=61210
1537 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1538 Xcode version to the latest Leopard one.
1540 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1542 Reviewed by Adam Barth.
1544 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1545 https://bugs.webkit.org/show_bug.cgi?id=60686
1547 * security/security-group-members.html:
1549 2011-05-11 Cris Neckar <cdn@chromium.org>
1551 Reviewed by David Levin.
1553 Adding Cris Neckar to the Webkit Security Group site.
1554 https://bugs.webkit.org/show_bug.cgi?id=60668
1556 * security/security-group-members.html:
1558 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1560 Reviewed by Mark Rowe.
1562 Update Qt/Nokia Security contacts
1563 https://bugs.webkit.org/show_bug.cgi?id=60650
1565 Ademar (me) replaced Simon as the release manager and primary security
1566 contact for QtWebKit. See:
1567 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1569 * security/security-group-members.html:
1571 2011-05-09 Eric Seidel <eric@webkit.org>
1573 Reviewed by Adam Barth.
1575 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1576 https://bugs.webkit.org/show_bug.cgi?id=59672
1578 * coding/adding-features.html: Added.
1581 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1583 Not reviewed: adding image files for the blog post.
1585 * blog-files/inspector/remote-debugging-attached.png: Added.
1586 * blog-files/inspector/remote-debugging-discovery.png: Added.
1588 2011-04-27 Ojan Vafai <ojan@chromium.org>
1590 Reviewed by Dan Bernstein.
1592 change style guide to pre-increment in for-loops
1593 https://bugs.webkit.org/show_bug.cgi?id=59619
1595 This matches what a number of reviewers have been asking
1596 for in code reviews.
1598 * coding/coding-style.html:
1600 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1602 Reviewed by Tor Arne Vestbø.
1604 Added instructions on how to work from behind proxy
1605 and detailed the instructions refering to rebasing.
1606 Windows build instructions do not work if you are behind a proxy
1607 or have a Temp directory that you do not own directly.
1608 https://bugs.webkit.org/show_bug.cgi?id=57246
1610 * building/tools.html:
1612 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1614 Reviewed by James Robinson.
1616 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1617 https://bugs.webkit.org/show_bug.cgi?id=58190
1619 * misc/related-target-and-shadow-dom.svg: Added.
1621 2011-04-06 David Levin <levin@chromium.org>
1623 Reviewed by Ojan Vafai.
1625 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1626 https://bugs.webkit.org/show_bug.cgi?id=55275
1628 * coding/coding-style.html:
1630 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1632 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1635 * blog-files/inspector/stack-traces-img/1.png: Added.
1636 * blog-files/inspector/stack-traces-img/2.png: Added.
1637 * blog-files/inspector/stack-traces-img/3.png: Added.
1638 * blog-files/inspector/stack-traces-img/4.png: Added.
1639 * blog-files/inspector/stack-traces-img/5.png: Added.
1640 * blog-files/inspector/stack-traces-img/6.png: Added.
1641 * blog-files/inspector/stack-traces-img/button.png: Added.
1643 2011-02-26 David Levin <levin@chromium.org>
1645 Reviewed by Darin Adler.
1647 Add style guidelines about comments from the unwritten rules email.
1648 https://bugs.webkit.org/show_bug.cgi?id=55272
1650 * coding/coding-style.html: Added the guidelines.
1652 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1654 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1656 * blog-files/inspector/css_rule_diff.png: Added.
1658 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1660 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1662 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1663 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1664 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1665 * blog-files/inspector/warning_10x10.png: Added.
1667 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1669 Unreviewed. Add Web Inspector style editing screenshots.
1671 * blog-files/inspector-css-as-authored.png: Added.
1672 * blog-files/inspector-css-autocomplete.png: Added.
1673 * blog-files/inspector-unknown-css-properties.png: Added.
1675 2011-01-21 David Levin <levin@chromium.org>
1677 Reviewed by Darin Adler.
1679 Proposal: Require cross-organizational seconds for reviewer nominations
1680 https://bugs.webkit.org/show_bug.cgi?id=47597
1682 This changes the committer/reviewer policy to require an additional
1683 reviewer supporting a reviewer nomination to work for a different
1684 company and different project affiliation from the nominee.
1686 This means reviewer nominations would require four supporting reviewers,
1687 one of which knows the reviewer through the community (irc, email, bugs)
1688 ensuring that the nominee has the open-source collaboration skills
1689 we so highly value here in WebKit.
1691 * coding/commit-review-policy.html:
1693 2011-01-01 Adam Barth <abarth@webkit.org>
1695 Reviewed by Eric Seidel.
1697 Move JavaScriptCore to Source
1698 https://bugs.webkit.org/show_bug.cgi?id=51604
1700 * coding/assertion-guidelines.html:
1701 - Update documentation to point to the new location of
1704 2010-12-17 Dan Bernstein <mitz@apple.com>
1706 Reviewed by Simon Fraser.
1708 Rename WebKitTools to Tools
1709 https://bugs.webkit.org/show_bug.cgi?id=49861
1711 * asking_questions.html:
1712 * building/tools.html:
1713 * coding/scripts.html:
1715 2010-11-08 Jessie Berlin <jberlin@apple.com>
1717 Reviewed by Adam Roben.
1719 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1721 https://bugs.webkit.org/show_bug.cgi?id=49189
1723 * building/tools.html:
1724 Add a line recommending bash shell users to comment out or remove those lines, with an
1725 explanation as to why.
1727 2010-11-04 Orlando Leite <orlleite@gmail.com>
1729 Reviewed by Adam Barth.
1731 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1733 * building/tools.html:
1735 2010-10-29 Adam Roben <aroben@apple.com>
1737 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1740 The February 2010 SDK is the last one with support for Visual Studio
1743 I also removed some unnecessary instructions regarding the DirectX
1746 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1747 specific version of the DirectX SDK
1749 Reviewed by Steve Falkenburg.
1751 * building/tools.html:
1753 2010-10-28 Lucas Forschler <lforschler@apple.com>
1755 Reviewed by Geoffrey Garen.
1757 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1759 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1760 -Edited the .htaccess file to redirect the old pages to the new landing page.
1761 -This should keep our search engine page rankings effective.
1762 Potentially breaking:
1763 -This COULD potentially break the SunSpider benchmark.
1764 -Local testing with relative links seems to function as expected.
1765 -The .htaccess 301 redirects are UNTESTED.
1769 * perf/sunspider: Added.
1770 * perf/sunspider-0.9.1/sunspider.html: Removed.
1771 * perf/sunspider-0.9.1/versions.html: Removed.
1772 * perf/sunspider-0.9/sunspider.html: Removed.
1773 * perf/sunspider/sunspider.css: Added.
1774 * perf/sunspider/sunspider.html: Added.
1776 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1778 Reviewed by David Levin.
1780 Add DirectX SDK to Installing Developer Tools web page
1781 https://bugs.webkit.org/show_bug.cgi?id=47911
1783 * building/tools.html:
1785 2010-09-30 David Levin <levin@chromium.org>
1787 Reviewed by Darin Adler.
1789 Add guideline for constructors doing implicit type conversion to coding style.
1790 https://bugs.webkit.org/show_bug.cgi?id=47646
1792 * coding/coding-style.html:
1794 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1796 Reviewed by Simon Fraser.
1798 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1799 https://bugs.webkit.org/show_bug.cgi?id=47013
1801 * nav.inc: Removed the space from the web inspector wiki link.
1803 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1805 Unreviewed HTML syntax fix for my recent change in the coding-style.
1807 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1809 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1811 Reviewed by Darin Adler.
1813 check-webkit-style and the coding style guidelines page are inconsistent
1814 https://bugs.webkit.org/show_bug.cgi?id=46099
1816 * coding/coding-style.html:
1817 Making clear that includes of system headers must come after includes of other headers.
1819 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1821 Reviewed by Adam Barth.
1823 Adding a timeline screenshot for blocking and defer scripts
1824 https://bugs.webkit.org/show_bug.cgi?id=45933
1826 * blog-files/timeline-blocking-script.png: Added.
1827 * blog-files/timeline-defer-script.png: Added.
1829 2010-09-14 Jessie Berlin <jberlin@apple.com>
1831 Reviewed by Adam Roben.
1833 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1834 https://bugs.webkit.org/show_bug.cgi?id=45779
1836 * building/tools.html:
1837 Add instructions about how to optionally get hotfix 976038.
1839 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1841 Reviewed by Adam Barth.
1843 https://bugs.webkit.org/show_bug.cgi?id=43982
1844 This js file seems to be a popular script for detecting mobile WebKit but
1845 it has a flaw that makes it fail on Android and BlackBerry.
1847 The issue is that it looks for "Mobile/" but Android and BlackBerry
1848 use "Mobile" with no numbering after it.
1849 Changed RegExp pattern " Mobile/" to " Mobile\\b".
1851 * misc/WebKitDetect.js:
1852 (WebKitDetect.isMobile):
1854 2010-08-27 Darin Adler <darin@apple.com>
1856 * coding/RefPtr.html: Minor revision, improve clarity and mention some
1857 recent developments.
1859 2010-08-26 Daniel Bates <dbates@rim.com>
1861 Reviewed by Dumitru Daniliuc.
1863 Fix misspelled words on WebKit.org contact.html,
1864 demos/index.html, and quality/leakhunting.html
1865 https://bugs.webkit.org/show_bug.cgi?id=44747
1867 Fix some misspelled words on the WebKit.org site.
1869 * contact.html: Change "bugreports" [sic] to "bug reports".
1870 * demos/index.html: Change "testcase" [sic] to "test case".
1871 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
1873 2010-08-23 David Kilzer <ddkilzer@apple.com>
1875 Clean up some HTML typos in crashlogs.html
1877 Rubber-stamped by Maciej Stachowiak.
1879 * quality/crashlogs.html: Fixed "</code>>" typos added in
1880 r56300. Changed "<tt>" tag with style attribute to "<code>"
1881 that was missed in r56300.
1883 2010-08-17 Beth Dakin <bdakin@apple.com>
1885 Rubber-stamped by Adele.
1887 Adding a MathML Demo and screenshot.
1889 * blog-files/riemann-screenshot.png: Added.
1890 * demos/mathml: Added.
1891 * demos/mathml/MathMLDemo.xhtml: Added.
1893 2010-08-17 Adam Roben <aroben@apple.com>
1895 Instruct developers to (optionally) install Debugging Tools for
1898 These tools are used by some of our scripts, so are useful for
1899 developers to have installed.
1901 Fixes <http://webkit.org/b/44128> webkit.org building instructions
1902 should recommend installing Debugging Tools for Windows
1904 Reviewed by Sam Weinig.
1906 * building/tools.html:
1908 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
1910 Reviewed by Nikolas Zimmermann.
1912 Update SVG implementation status.
1914 * projects/svg/status.xml:
1916 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
1918 Reviewed by Darin Adler.
1920 Add a diagram explaining how a DOM element is attached to the site.
1921 https://bugs.webkit.org/show_bug.cgi?id=42763
1923 * coding/dom-element-attach.html: Added.
1924 * coding/images/dom-element-attach-large.png: Added.
1925 * coding/images/dom-element-attach-small.png: Added.
1926 * coding/images/dom-element-attach.graffle: Added.
1927 * coding/technical-articles.html: Added a link to the page with the diragram.
1929 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1931 Reviewed by Darin Adler.
1933 Improve assertion macro documentation.
1935 https://bugs.webkit.org/show_bug.cgi?id=40565
1937 * coding/assertion-guidelines.html:
1939 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
1941 Reviewed by Geoffrey Garen.
1943 Add an index of technical articles to the WebKit site. This makes the
1944 links to the RefPtr and Assertion documentation discoverable and
1945 provides an easy way to find some useful blog posts.
1947 https://bugs.webkit.org/show_bug.cgi?id=40561
1949 * coding/technical-articles.html: Added.
1950 * nav.inc: Add link to technical articles.
1952 2010-06-15 Adam Roben <aroben@apple.com>
1954 Remove some unnecessary steps for setting up the debugger on Windows
1956 Apparently update-webkit does this for you now.
1958 Rubber-stamped by Steve Falkenburg.
1960 * building/debug.html: Removed the first two Windows steps, which are
1961 now unnecessary, and updated the third to reflect reality.
1963 2010-06-14 Adam Roben <aroben@apple.com>
1965 Improve instructions for debugging on Windows
1967 Fixes <http://webkit.org/b/40585>.
1969 Reviewed by Steve Falkenburg.
1971 * building/debug.html: Improved the Windows instructions. We now
1972 instruct users to set things up so that hitting F5 from WebKit.sln
1973 will launch Safari with the WEBKITNIGHTLY environment variable
1974 pointing to the location of the built WebKit.dll.
1976 * building/console_vs2005.jpg: Removed.
1977 * building/debug_vs2005.jpg: Removed.
1979 * building/launch-debugger-vs2005.png: Added.
1980 * building/set-as-startup-project-vs2005.png: Added.
1981 * building/set-debugging-properties-vs2005.png: Added.
1983 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
1985 Reviewed by Darin Adler.
1987 Add documentation on the various assertion macros in WebKit.
1989 https://bugs.webkit.org/show_bug.cgi?id=39950
1991 * coding/assertion-guidelines.html: Added.
1993 2010-05-29 Sterling Swigart <sswigart@google.com>
1995 Reviewed by David Levin.
1997 Adding tests to canvas.html performance test
1998 https://bugs.webkit.org/show_bug.cgi?id=39883
2000 * demos/canvas-perf/canvas.html:
2006 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
2008 Reviewed by Darin Adler.
2010 Update the style guide re: static member variables and structs
2011 https://bugs.webkit.org/show_bug.cgi?id=39663
2013 Per Darin Adler's proposal on webkit-dev.
2015 All static member variables should be prefixed with s_.
2016 m_ should not be used for public data members in structs.
2017 Only structs should have public data members.
2019 * coding/coding-style.html:
2021 2010-05-24 David Levin <levin@chromium.org>
2023 Reviewed by Maciej Stachowiak.
2025 Improve canvas perf test accuracy.
2026 https://bugs.webkit.org/show_bug.cgi?id=39635
2028 * demos/canvas-perf/canvas.html:
2029 1. Change the various tests to get the image data for the result
2030 to help ensure that the operation has completed by the time,
2031 and subtract out the time needed to do this.
2032 2. Made the test more flexible about number of repetitions and
2034 3. Make the tests run separately and have a pause between them
2035 to allow for garbage collection so that results are more
2037 4. Added a standard logging function and shouldBe asserts to
2038 verify that the correct scaling operations were happening.
2040 2010-05-20 Daniel Bates <dbates@rim.com>
2042 Rubber-stamped by Simon Fraser.
2044 Spelling correction; change "acces" [sic] to "access".
2046 * quality/lifecycle.html:
2048 2010-05-14 Eric Seidel <eric@webkit.org>
2050 Reviewed by Maciej Stachowiak.
2052 Update tools.html to mention that Tiger users require a newer Python
2053 https://bugs.webkit.org/show_bug.cgi?id=38822
2055 Also updated the instructions that only Tiger users need
2056 to install a subversion client. Newer OSes already have
2057 subversion included in the install.
2059 * building/tools.html:
2061 2010-05-08 Dirk Schulze <krit@webkit.org>
2063 Reviewed by Nikolas Zimmermann.
2065 SVGFont's VKern implementation missing
2066 https://bugs.webkit.org/show_bug.cgi?id=38663
2068 * projects/svg/status.xml:
2070 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
2072 Reviewed by Adam Barth.
2074 Commit and Review policy should encourage unofficial reviews
2075 https://bugs.webkit.org/show_bug.cgi?id=38517
2077 * coding/commit-review-policy.html:
2079 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
2081 Reviewed by Darin Adler.
2083 Fix the sticky-notes demo.
2084 https://bugs.webkit.org/show_bug.cgi?id=38550
2086 1. Exceptions thrown by openDatabase() should be treated as
2088 2. Do not allow users to create new notes when openDatabase()
2091 * demos/sticky-notes/index.html:
2093 2010-05-02 Dirk Schulze <krit@webkit.org>
2095 Reviewed by Nikolas Zimmermann.
2097 SVG hkern implementation incomplete
2098 https://bugs.webkit.org/show_bug.cgi?id=38407
2100 We support hkern now. Mention this in the SVG status page.
2102 * projects/svg/status.xml:
2104 2010-04-29 Dean Jackson <dino@apple.com>
2106 Unreviewed. Make a note that we are no longer proposing
2107 the evaluateMediaQuery method. Instead, we are following
2108 the standard matchMedium method from CSS 3 View.
2110 * specs/MediaQueriesExtensions.html:
2112 2010-04-18 Adam Barth <abarth@webkit.org>
2114 Unreviewed. Update a label of the diagram to better match the
2115 description in the text of the blog post.
2117 * blog-files/loader-diagram.svg:
2119 2010-04-17 Adam Barth <abarth@webkit.org>
2121 Unreviewed. Added loader diagram for upcoming blog post.
2123 * blog-files/loader-diagram.svg: Added.
2125 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
2127 Reviewed by Eric Seidel.
2129 Minor Updates and Cleanup to the Contributing Page
2130 https://bugs.webkit.org/show_bug.cgi?id=37415
2132 * coding/contributing.html:
2134 2010-04-07 Maciej Stachowiak <mjs@apple.com>
2138 Random demo to look cool on twitter.
2140 * misc/gradient-input.html: Added.
2142 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
2146 Adding images for inspector blog post. Previewed by Timothy Hatcher.
2148 * blog-files/inspector/audits_launcher.png: Added.
2149 * blog-files/inspector/audits_panel.png: Added.
2150 * blog-files/inspector/console_panel.png: Added.
2151 * blog-files/inspector/context_menu.png: Added.
2152 * blog-files/inspector/css_highlighted_line.png: Added.
2153 * blog-files/inspector/css_line_number_snippet.png: Added.
2154 * blog-files/inspector/css_line_numbers.png: Added.
2155 * blog-files/inspector/deactivate_breakpoints.png: Added.
2156 * blog-files/inspector/evaluate_on_hover.png: Added.
2157 * blog-files/inspector/evaluate_on_hover_2.png: Added.
2158 * blog-files/inspector/inherited_styles.png: Added.
2159 * blog-files/inspector/large_dom.png: Added.
2160 * blog-files/inspector/large_resources.png: Added.
2161 * blog-files/inspector/pseudo_elements.png: Added.
2162 * blog-files/inspector/redirect_headers.png: Added.
2163 * blog-files/inspector/redirect_headers_full.png: Added.
2164 * blog-files/inspector/redirects.png: Added.
2165 * blog-files/inspector/redirects_full.png: Added.
2166 * blog-files/inspector/timeline_overview.png: Added.
2167 * blog-files/inspector/timeline_panel.png: Added.
2168 * blog-files/inspector/timeline_record_details.png: Added.
2170 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2172 Reviewed by David Levin.
2174 Asking Questions Page Grammar Fixes
2175 https://bugs.webkit.org/show_bug.cgi?id=36608
2177 * asking_questions.html:
2179 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2181 Reviewed by Timothy Hatcher.
2183 New Asking Questions Page is not Valid HTML5
2184 https://bugs.webkit.org/show_bug.cgi?id=36605
2186 * asking_questions.html: fixed issues raised by the validator.
2188 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
2190 Reviewed by David Levin.
2192 Add a page on how to ask questions
2193 https://bugs.webkit.org/show_bug.cgi?id=35223
2195 * asking_questions.html: Added.
2196 Add a page on how to ask questions based on Ariya Hidayat's mail: how
2197 to get help effectively
2198 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
2200 * contact.html: Tweaked the wording to make it more clear what the
2201 mailing list are used for. Also changed the formatting to better
2202 underline the different mailing lists.
2204 2010-03-24 Sam Weinig <sam@webkit.org>
2206 Rubber-stamped by Anders Carlsson..
2208 Update Security Group Members list.
2210 * security/security-group-members.html:
2212 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2216 Add another example.
2218 * demos/accessible-ascii-art/butterfly-figure.html: Added.
2220 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2224 Add example of accessible ASCII art for HTML WG.
2226 * demos/accessible-ascii-art: Added.
2227 * demos/accessible-ascii-art/butterfly.html: Added.
2229 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2231 Reviewed by Mark Rowe.
2233 WebKit blog should be valid HTML5
2234 https://bugs.webkit.org/show_bug.cgi?id=36410
2236 * blog/wp-content/themes/webkit/comments-popup.php:
2237 * blog/wp-content/themes/webkit/footer.php:
2238 * blog/wp-content/themes/webkit/header.php:
2240 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2242 Reviewed by Mark Rowe.
2244 Fix a bunch of HTML5 validation errors on various pages.
2245 https://bugs.webkit.org/show_bug.cgi?id=36409
2247 * building/build.html:
2248 * building/checkout.html:
2249 * building/debug.html:
2250 * building/run.html:
2251 * building/tools.html:
2252 * coding/coding-style.html:
2253 * coding/contributing.html:
2254 * coding/major-objects.html:
2259 * projects/compat/index.html:
2260 * projects/css/index.html:
2261 * projects/documentation/index.html:
2262 * projects/goals.html:
2263 * projects/index.html:
2264 * projects/mathml/index.html:
2265 * quality/bugpriorities.html:
2266 * quality/bugwriting.html:
2267 * quality/crashlogs.html:
2268 * quality/lifecycle.html:
2269 * quality/testing.html:
2270 * quality/testwriting.html:
2272 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2274 Reviewed by Mark Rowe.
2276 webkit.org should use the HTML5 doctype
2277 https://bugs.webkit.org/show_bug.cgi?id=36407
2280 * misc/drosera/index.html:
2281 * perf/slickspeed/system/index.php:
2282 * perf/slickspeed/system/template.php:
2285 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2287 Reviewed by Mark Rowe.
2289 http://webkit.org/ has an HTML5 validation error
2290 https://bugs.webkit.org/show_bug.cgi?id=36406
2294 2010-03-15 Maciej Stachowiak <mjs@apple.com>
2296 Tweak canvas perf demo.
2298 * demos/canvas-perf/canvas.html:
2300 2010-03-14 Maciej Stachowiak <mjs@apple.com>
2302 Added canvas perf demo for whatwg.
2304 * demos/canvas-perf: Added.
2305 * demos/canvas-perf/canvas.html: Added.
2306 * demos/canvas-perf/kraken.jpg: Added.
2308 2010-03-09 Adam Roben <aroben@apple.com>
2310 Add a link to the Contributors Meeting registration form in the
2313 Rubber-stamped in advance by Adele Peterson.
2315 * nav.inc: Added a link underneath "Trac".
2317 2010-02-26 Sam Weinig <sam@webkit.org>
2319 Rubber-stamped by Adele Peterson.
2321 Update Security Group Members list.
2323 * security/security-group-members.html:
2325 2010-02-23 Jessie Berlin <jberlin@webkit.org>
2327 Reviewed by Eric Seidel and Adam Roben.
2329 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
2330 https://bugs.webkit.org/show_bug.cgi?id=35098
2332 * building/debug.html:
2333 Add instructions on how to build and run WebKit from within Visual Studio.
2335 2010-02-20 Maciej Stachowiak <mjs@apple.com>
2337 Rubber stamped by Adam Barth.
2339 Add sunspider-0.9.1 to the site in preparation for announcing it.
2340 https://bugs.webkit.org/show_bug.cgi?id=35206
2342 * perf/sunspider-0.9.1: Added.
2343 * perf/sunspider-0.9.1/json2.js: Added.
2344 * perf/sunspider-0.9.1/sunspider-0.9: Added.
2345 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
2346 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
2347 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
2348 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
2349 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
2350 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
2351 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
2352 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
2353 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
2354 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
2355 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
2356 * perf/sunspider-0.9.1/sunspider.css: Added.
2357 * perf/sunspider-0.9.1/sunspider.html: Added.
2358 * perf/sunspider-0.9.1/versions.html: Added.
2360 2010-02-17 Maciej Stachowiak <mjs@apple.com>
2362 Not reviewed - demo.
2364 Made some examples of using <details> for table descriptions.
2366 * demos/hover-summary: Added.
2367 * demos/hover-summary/details.css: Added.
2368 * demos/hover-summary/details.js: Added.
2369 (summaryClickListener):
2372 * demos/hover-summary/example1.html: Added.
2373 * demos/hover-summary/example2.html: Added.
2374 * demos/hover-summary/horizontal-triangle.png: Added.
2375 * demos/hover-summary/vertical-triangle.png: Added.
2377 2010-02-02 Jens Alfke <snej@chromium.org>
2379 Reviewed by David Levin.
2381 Clarified coding guidelines on wiki to allow indentation of
2382 _nested_ namespaces.
2383 https://bugs.webkit.org/show_bug.cgi?id=32137
2385 * coding/coding-style.html:
2387 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
2389 Reviewed by David Kilzer.
2391 Added to contributing code page a pointer to the preferred
2392 license text. Also added information about copyright lines.
2394 https://bugs.webkit.org/show_bug.cgi?id=34017
2396 * coding/contributing.html:
2398 - Added CSS class for books.
2400 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
2402 Reviewed by David Levin.
2404 Added screenshots and clearer instructions on how to submit
2407 https://bugs.webkit.org/show_bug.cgi?id=32542
2409 Also added that a bug report should be selected or created
2410 prior to submitting a patch.
2412 * coding/contributing.html:
2413 * coding/images: Added.
2414 * coding/images/contribute_add_attachment.png: Added.
2415 * coding/images/contribute_mark_review.png: Added.
2417 2010-01-11 Maciej Stachowiak <mjs@apple.com>
2419 Not reviewed; updated for truth (and readability).
2421 Fixed some wrong listings and reorganized this page.
2423 * security/security-group-members.html:
2425 2010-01-06 Dirk Schulze <krit@webkit.org>
2427 Reviewed by Nikolas Zimmermann.
2430 https://bugs.webkit.org/show_bug.cgi?id=31905
2432 Update SVG status page. We support feDisplacementMap and feImage now.
2434 * projects/svg/status.xml:
2436 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
2438 Reviewed by Darin Adler.
2440 Removed outdated contact information from bug life cycle page.
2442 https://bugs.webkit.org/show_bug.cgi?id=32494
2444 * quality/lifecycle.html:
2446 2009-12-13 Dan Bernstein <mitz@apple.com>
2448 Reviewed by Sam Weinig.
2450 Add a style guideline concerning floating point literals
2451 https://bugs.webkit.org/show_bug.cgi?id=32497
2453 * coding/coding-style.html:
2455 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2457 Reviewed by Adam Roben.
2459 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2460 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2461 in Windows as part of running update_webkit.
2463 * building/build.html:
2464 - removed the reference to forgetting to set environment variables as a common source of errors
2465 on Windows. This is because this patch would make it unnecessary for the user to set these
2468 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2470 Reviewed by Darin Adler.
2472 Added the "using std::foo" rule to the coding style guidelines.
2474 https://bugs.webkit.org/show_bug.cgi?id=32301
2476 Added to the coding style guidelines the "using std::foo" rule
2477 checked by the check-webkit-style script. Also clarified the
2478 "using" statement guidelines that apply to implementation files.
2480 * coding/coding-style.html:
2482 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2484 Reviewed by Darin Adler.
2486 Refactored web site documentation so that advice to add
2487 WebKitTools/Scripts to your shell path does not appear
2490 https://bugs.webkit.org/show_bug.cgi?id=32112
2492 * building/build.html:
2493 * building/checkout.html:
2494 * building/run.html:
2495 * coding/coding-style.html:
2496 * coding/contributing.html:
2497 * coding/scripts.html: Added.
2498 * quality/testing.html:
2500 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2502 Reviewed by Eric Seidel.
2504 Add reference to the GTK and QT build wiki pages
2506 https://bugs.webkit.org/show_bug.cgi?id=32088
2508 * building/tools.html:
2511 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2513 Reviewed by Darin Adler.
2515 Added clarifications to the web site regarding coding style and
2518 https://bugs.webkit.org/show_bug.cgi?id=31618
2520 Changes include the following:
2522 - Expanded the style guidelines regarding "using" statements.
2523 - Made the style guidelines page validate as HTML.
2524 - Added that legacy WebKit components should not be cleaned up.
2525 - Added that it is more acceptable to update style when already
2528 * coding/coding-style.html:
2529 * coding/contributing.html:
2530 * projects/cleanup/index.html:
2532 2009-11-18 Eric Seidel <eric@webkit.org>
2534 Reviewed by David Levin.
2536 Make 80 patches a formal requirement for reviewership
2537 https://bugs.webkit.org/show_bug.cgi?id=31313
2538 Per discussion on the webkit-reviewers list:
2539 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2541 * coding/commit-review-policy.html:
2543 2009-11-18 Daniel Bates <dbates@webkit.org>
2545 Reviewed by Eric Seidel.
2547 https://bugs.webkit.org/show_bug.cgi?id=31610
2549 Adds property "min-width" to #title so that the width of the title
2550 element on each page is at least 790px. In particular, this makes
2551 the page <http://webkit.org/security/security-group-members.html>
2552 consistent, in appearance, to the rest of the site.
2556 2009-11-16 Sam Weinig <sam@webkit.org>
2558 Reviewed by Anders Carlsson.
2560 Update Security Group Members list.
2562 * security/security-group-members.html:
2564 2009-11-16 Sam Weinig <sam@webkit.org>
2566 Reviewed by Adele Peterson.
2568 Update Security Group Members list.
2570 * security/security-group-members.html:
2572 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2574 Reviewed by Darin Adler.
2576 Added to the WebKit Coding Style Guidelines not to use
2577 "using namespace" statements in header files.
2579 * coding/coding-style.html:
2581 2009-11-10 Oliver Hunt <oliver@apple.com>
2583 Reviewed by Maciej Stachowiak.
2585 Fix WebGL demos to work with renamed WebGL primitives
2587 * blog-files/webgl/Earth.html:
2588 * blog-files/webgl/ManyPlanetsDeep.html:
2589 * blog-files/webgl/SpinningBox.html:
2590 * blog-files/webgl/SpiritBox.html:
2591 * blog-files/webgl/TeapotPerPixel.html:
2592 * blog-files/webgl/TeapotPerVertex.html:
2593 * blog-files/webgl/WebGL+CSS.html:
2594 * blog-files/webgl/resources/CanvasMatrix.js:
2595 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2596 * blog-files/webgl/resources/utils3d.js:
2601 2009-11-06 Dirk Schulze <krit@webkit.org>
2603 Rubber stamped by Eric Seidel.
2605 Update SVG status page. We support feMorphology now.
2606 Set lightning filters to unimplemented.
2608 * projects/svg/status.xml:
2610 2009-11-06 Jeff Schiller <codedread@gmail.com>
2612 Reviewed by Darin Adler.
2614 SVG Status page update
2615 https://bugs.webkit.org/show_bug.cgi?id=31179
2617 * projects/svg/status.xml:
2619 2009-11-03 Darin Adler <darin@apple.com>
2621 Set the MIME type for all PNG files in this directory.
2623 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2624 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2625 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2626 * blog-files/acid3-100.png: Modified property svn:mime-type.
2627 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2628 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2629 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2630 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2631 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2632 * blog-files/bounce.png: Added property svn:mime-type.
2633 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2634 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2635 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2636 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2637 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2638 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2639 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2640 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2641 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2642 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2643 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2644 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2645 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2646 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2647 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2648 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2649 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2650 * blog-files/inspector/colors.png: Added property svn:mime-type.
2651 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2652 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2653 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2654 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2655 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2656 * blog-files/inspector/enable.png: Added property svn:mime-type.
2657 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2658 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2659 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2660 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2661 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2662 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2663 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2664 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2665 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2666 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2667 * blog-files/kate-circle.png: Modified property svn:mime-type.
2668 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2669 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2670 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2671 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2672 * blog-files/kate.png: Modified property svn:mime-type.
2673 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2674 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2675 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2676 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2677 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2678 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2679 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2680 * blog-files/pulse.png: Added property svn:mime-type.
2681 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2682 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2683 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2684 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2685 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2686 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2687 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2688 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2689 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2690 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2691 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2692 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2693 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2694 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2695 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2696 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2697 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2698 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2699 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2700 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2701 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2702 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2703 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2704 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2705 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2706 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2707 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2708 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2709 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2710 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2711 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2712 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2713 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2714 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2715 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2716 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2717 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2718 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2719 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2720 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2721 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2722 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2723 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2724 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2725 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2726 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2727 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2728 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2729 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2730 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2731 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2732 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2733 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2734 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2735 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2736 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2737 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2738 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2739 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2740 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2741 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2742 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2743 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2744 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2745 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2746 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2747 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2748 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2749 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2750 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2751 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2752 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2753 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2754 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2755 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2756 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2757 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2758 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2759 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2760 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2761 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2762 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2763 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2764 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2765 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2766 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2767 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2768 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2769 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2770 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2771 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2772 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2773 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2774 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2775 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2776 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2777 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2778 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2779 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2780 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2781 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2782 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2783 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2784 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2785 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2786 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2787 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2788 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2789 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2790 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2791 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2792 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2793 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2794 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2795 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2796 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2797 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2798 * images/DroseraPic.png: Modified property svn:mime-type.
2799 * misc/drosera/drosera.png: Modified property svn:mime-type.
2800 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2802 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2804 Reviewed by Timothy Hatcher.
2806 Adding images for an upcoming blog post.
2808 * blog-files/inspector/breakpoints.png: Added.
2809 * blog-files/inspector/colors.png: Added.
2810 * blog-files/inspector/cookies.png: Added.
2811 * blog-files/inspector/css_selectors.png: Added.
2812 * blog-files/inspector/css_syntax_highlight.png: Added.
2813 * blog-files/inspector/dom_storage.png: Added.
2814 * blog-files/inspector/edit_attributes.png: Added.
2815 * blog-files/inspector/enable.png: Added.
2816 * blog-files/inspector/event_listeners.png: Added.
2817 * blog-files/inspector/form_data.png: Added.
2818 * blog-files/inspector/inline_highlight.png: Added.
2819 * blog-files/inspector/inorder.png: Added.
2820 * blog-files/inspector/inspect_inspector.png: Added.
2821 * blog-files/inspector/inspect_inspector_small.png: Added.
2822 * blog-files/inspector/load_lines.png: Added.
2823 * blog-files/inspector/nodelist.png: Added.
2824 * blog-files/inspector/scope_bar.png: Added.
2825 * blog-files/inspector/watched_expression.png: Added.
2827 2009-10-26 Dan Bernstein <mitz@apple.com>
2829 Reviewed by Adele Peterson.
2833 * coding/bsd-license.html: Updated to the latest version.
2835 2009-10-22 Mark Rowe <mrowe@apple.com>
2837 Update to WordPress 2.8.5.
2841 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2843 Reviewed by Eric Seidel.
2845 Replace boolean operator indentation example with an if statement.
2847 https://bugs.webkit.org/show_bug.cgi?id=30538
2849 * coding/coding-style.html: Replace boolean indenting example to use "if"
2851 2009-10-16 Darin Adler <darin@apple.com>
2853 * coding/RefPtr.html: Minor revision, updating a link and tweaking
2854 wording a bit in few places.
2856 2009-10-14 Evan Martin <evan@chromium.org>
2858 Reviewed by Darin Adler.
2860 Document what state the build tree is expected to be in after a patch.
2862 * coding/contributing.html:
2864 2009-10-11 Cameron McCormack <cam@mcc.id.au>
2866 Reviewed by Eric Seidel.
2868 Change <a name> to id="" to fix styling problems
2869 https://bugs.webkit.org/show_bug.cgi?id=30283
2871 This prevents the headings from being styled like links.
2873 * coding/contributing.html:
2875 2009-10-08 Alex Milowski <alex@milowski.com>
2877 Reviewed by Darin Adler.
2879 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
2881 * projects/layout/index.html:
2883 2009-10-07 Sam Weinig <sam@webkit.org>
2885 Reviewed by Dan Bernstein.
2887 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
2888 Change style guidelines for indentation in header files
2890 * coding/coding-style.html: Don't indent in a namespace in a header file.
2892 2009-10-07 Steve Falkenburg <sfalken@apple.com>
2894 Reviewed by Mark Rowe.
2896 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
2898 * building/tools.html:
2900 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
2902 Reviewed by Adam Barth.
2904 Diagram needs to be linked from the home page
2905 https://bugs.webkit.org/show_bug.cgi?id=30142
2907 http://webkit.org/coding/major-objects.html was never linked from the home
2912 2009-09-28 Alex Milowski <alex@milowski.com>
2914 <http://webkit.org/b/29098> Update to MathML project webpage
2916 Reviewed by David Kilzer.
2918 Updated MathML project page and added link to Wiki page.
2920 * projects/mathml/index.html:
2922 2009-09-21 Brady Eidson <beidson@apple.com>
2924 Reviewed by Darin Adler.
2926 Add coding style guidelines for 'using namespace.'
2927 https://bugs.webkit.org/show_bug.cgi?id=29499
2929 * coding/coding-style.html:
2931 2009-09-21 Brady Eidson <beidson@apple.com>
2933 Rubberstamped by Sam Weinig.
2935 Add some example files for an upcoming blog post.
2937 * blog-files/load-unload-example.html: Added.
2938 * blog-files/pageshow-pagehide-example.html: Added.
2940 2009-09-17 Eric Seidel <eric@webkit.org>
2942 Reviewed by Darin Adler.
2944 Update contributing.html to mention recently added tools.
2945 https://bugs.webkit.org/show_bug.cgi?id=29318
2947 Update our contributing instructions to mention
2948 the new tools (check-webkit-style and commit-queue)
2949 recently added to make contributions easier.
2951 * coding/contributing.html:
2952 - Mention check-webkit-style as an optional helper tool.
2953 - Mention checking the 'patch' checkbox.
2954 - Mention the commit-queue as an optional helper tool.
2955 - Remove "or in email" since patch reviews are all done via bugzilla.
2956 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
2957 - Mention commit-queue as an optional help in getting your patch landed.
2958 - Give an overview of the commit-queue process and link to the Commit Queue docs.
2960 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
2962 Reviewed by Mark Rowe.
2964 Add instructions to bug reporting guidlines on how and when
2965 to apply port-specific keywords.
2967 * quality/bugwriting.html:
2969 2009-09-08 Sam Weinig <sam@webkit.org>
2971 Reviewed by Adele Peterson.
2973 Update Security Group Members list.
2975 * security/security-group-members.html:
2977 2009-09-06 Cameron McCormack <cam@mcc.id.au>
2979 Reviewed by Eric Seidel.
2981 Drop <definition-src> support
2982 https://bugs.webkit.org/show_bug.cgi?id=28991
2984 When SVG 1.1 Second Edition is a Recommendation we can remove the
2987 * projects/svg/status.xml: Update page to state that <definition-src>
2990 2009-08-26 Mark Rowe <mrowe@apple.com>
2992 Upgrade WordPress to the latest version.
2994 * blog/wp-includes/version.php:
2995 * blog/wp-login.php:
2997 2009-08-20 Adam Barth <abarth@webkit.org>
2999 Reviewed by Eric Seidel.
3001 major-objects.html should show direct Frame <-> Document pointers
3002 https://bugs.webkit.org/show_bug.cgi?id=28479
3004 * coding/major-objects.html: Added pointers to diagram.
3006 2009-08-18 Anton Muhin <antonm@chromium.org>
3008 Reviewed by Adam Barth.
3010 Mention handy --bug flag of prepare-ChangeLog script.
3011 https://bugs.webkit.org/show_bug.cgi?id=28425
3013 * coding/contributing.html: Add a reference for --bug flag
3015 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
3017 Reviewed by Adam Barth.
3019 Better explanation of "Null after navigation" in object diagram
3020 https://bugs.webkit.org/show_bug.cgi?id=28232
3022 * coding/major-objects.html:
3024 2009-08-11 Adam Barth <abarth@webkit.org>
3028 Remove a few characters from the ASCII art to make it fit better in the
3031 * coding/major-objects.html:
3033 2009-08-11 Adam Barth <abarth@webkit.org>
3035 Reviewed by Oliver Hunt.
3037 Document relation between major objects in WebCore
3038 https://bugs.webkit.org/show_bug.cgi?id=28210
3040 Added a diagram showing the relation between major objects.
3042 * coding/major-objects.html: Added.
3044 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
3046 Reviewed by Oliver Hunt.
3048 Fix webkit-jobs link
3052 2009-08-03 Mark Rowe <mrowe@apple.com>
3054 Update two WordPress plug-ins that we use.
3056 * blog/wp-content/plugins/akismet/akismet.php:
3057 * blog/wp-content/plugins/akismet/readme.txt:
3058 * blog/wp-content/plugins/commentcontrol.php:
3060 2009-08-03 Mark Rowe <mrowe@apple.com>
3062 Add some missing files and delete some obsolete files.
3066 2009-08-03 Mark Rowe <mrowe@apple.com>
3068 Update WordPress to the latest version.
3072 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
3074 Reviewed by Adam Treat.
3076 Mention the new webkit-help and webkit-jobs mailinglist. Change
3077 the description of webkit-dev to be more strict.
3081 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
3083 Reviewed by Adam Treat.
3085 Coding style - Clarify some cases with spacing
3086 https://bugs.webkit.org/show_bug.cgi?id=27499
3088 Add explicit rule about no space before comma or semicolon.
3090 * coding/coding-style.html:
3092 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3094 Fix the font to match the rest of the blog site.
3096 * blog-files/3d-transforms/image-flip.html:
3098 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3100 Move the image flip effect into an iframe to avoid the long
3101 blog page tripping a bug on Leopard.
3103 * blog-files/3d-transforms/image-flip.html: Added.
3105 2009-07-16 Simon Fraser <simon.fraser@apple.com>
3107 New demo files for an up-coming blog post.
3109 * blog-files/3d-transforms/mighty-cubes.png: Added.
3110 * blog-files/3d-transforms/morphing-cubes.html: Added.
3111 * blog-files/3d-transforms/perspective-by-example.html: Added.
3112 * blog-files/3d-transforms/poster-circle.html: Added.
3113 * blog-files/3d-transforms/poster-circle.png: Added.
3114 * blog-files/3d-transforms/transform-style.html: Added.
3116 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
3118 Reviewed by Sam Weinig.
3120 Side bar linking to "DOM Interfaces" returns 404
3121 https://bugs.webkit.org/show_bug.cgi?id=24000
3125 2009-07-09 Oliver Hunt <oliver@apple.com>
3127 Reviewed by Geoff Garen.
3129 JavaScript section of http://webkit.org is excessively out of date.
3131 This removes old todo entries (like adding an API, which we've had since Leopard),
3132 and adds an additional todo for a webkit-less Objective-C API.
3134 * projects/javascript/index.html:
3136 2009-07-03 Adam Barth <abarth@webkit.org>
3138 Reviewed by Sam Weinig.
3140 Adam and Collin's affiliation is incorrect
3141 https://bugs.webkit.org/show_bug.cgi?id=26954
3143 This change corrects their affiliation.
3145 * security/security-group-members.html:
3147 2009-06-24 Brady Eidson <beidson@apple.com>
3149 Reviewed by Mark Rowe
3151 * demos/index.html: Fix more typos etc.
3153 2009-06-17 Sam Weinig <sam@webkit.org>
3155 Reviewed by Mark Rowe.
3157 * security/index.html: Fix some typos.
3159 2009-06-17 Sam Weinig <sam@webkit.org>
3161 Reviewed by Mark Rowe.
3163 Move security policy to security/index.html so that
3164 webkit.org/security/ works.
3167 * security/index.html: Copied from security/security-policy.html.
3168 * security/security-policy.html: Removed.
3170 2009-06-13 Sam Weinig <sam@webkit.org>
3172 Reviewed by Timothy Hatcher.
3174 Add WebKit Security Policy and member list of the WebKit Security Group.
3178 * security/security-group-members.html: Added.
3179 * security/security-policy.html: Added.
3181 2009-06-12 Brady Eidson <beidson@apple.com>
3183 Reviewed by Oliver Hunt
3185 Add a page indexing the various demo applications we have posted.
3187 * demos/index.html: Added.
3188 * nav.inc: Add a link to the demos page on the side bar
3189 * css/main.css: Add a style for date stamps based on the blog.
3191 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
3192 index.html as the Calendar.html url has already been published and we should keep it working.
3194 Move the drosera test code to /misc, as it is no longer a meaningful demo:
3195 * demos/drosera: Removed.
3196 * demos/drosera/demo.js: Removed.
3197 * demos/drosera/drosera.png: Removed.
3198 * demos/drosera/index.html: Removed.
3199 * misc/drosera: Copied from demos/drosera.
3201 Move the sticky notes example into /demos:
3202 * demos/sticky-notes: Added.
3203 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
3204 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
3205 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
3206 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
3207 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
3208 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
3209 * misc/DatabaseExample.manifest: Removed.
3210 * misc/deleteButton.png: Removed.
3211 * misc/deleteButtonPressed.png: Removed.
3213 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
3215 Reviewed by Eric Seidel.
3217 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
3218 Update a few items in the testing language to:
3219 (1) Reflect results are now generated with Leopard (not Tiger)
3220 (2) Explain how to generate pixel-level layout tests.
3222 * quality/testing.html:
3223 * quality/testwriting.html:
3225 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
3227 Bug 26188: Clarify some of the cases in the coding style guide
3229 <https://bugs.webkit.org/show_bug.cgi?id=26188>
3231 Reviewed and tweaked by David Kilzer.
3233 Changed the coding style document to clarify some cases of ambiguity.
3235 * coding/coding-style.html:
3237 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3239 Not reviewed, demo content.
3241 - Add doctype to Calendar demo.
3243 * demos/calendar/Calendar.html:
3245 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3247 Not reviewed, demo content.
3249 - add Calendar demo.
3251 * demos/calendar: Added.
3252 * demos/calendar/Boom.aiff: Added.
3253 * demos/calendar/Calendar.css: Added.
3254 * demos/calendar/Calendar.html: Added.
3255 * demos/calendar/Calendar.js: Added.
3256 * demos/calendar/Calendar.manifest: Added.
3257 * demos/calendar/CalendarApp.icns: Added.
3258 * demos/calendar/Images: Added.
3259 * demos/calendar/Images/AirPort4.png: Added.
3260 * demos/calendar/Images/AirPortError.png: Added.
3261 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
3262 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
3263 * demos/calendar/Images/statusbarBackground.png: Added.
3264 * demos/calendar/Images/statusbarResizerVertical.png: Added.
3265 * demos/calendar/LocationImage.js: Added.
3266 * demos/calendar/Utilities.js: Added.
3267 * demos/calendar/favicon.ico: Added.
3268 * demos/calendar/mime.types: Added.
3270 2009-05-20 Mark Rowe <mrowe@apple.com>
3272 Rubber-stamped by Eric Seidel.
3274 Prevent search engines from getting creative in their descriptions of webkit.org content.
3276 * blog/wp-content/themes/webkit/header.php:
3279 2009-05-06 Eric Seidel <eric@webkit.org>
3281 Reviewed by Maciej Stachowiak.
3283 Update Contributing instructions after feedback from Julie Parent.
3284 https://bugs.webkit.org/show_bug.cgi?id=25611
3286 * coding/contributing.html: Add a few more comments on ChangeLogs
3288 2009-04-17 Simon Fraser <simon.fraser@apple.com>
3290 Reviewed by Steve Falkenburg
3292 Fix the link for setting the Platform SDK paths in the Windows instructions.
3294 * building/build.html:
3296 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
3298 Reviewed by Darin Adler.
3300 https://bugs.webkit.org/show_bug.cgi?id=25186
3301 There is no XSLT component in bugzilla
3303 * projects/xslt/index.html: Changed to search by bug title.
3305 2009-02-20 David Kilzer <ddkilzer@apple.com>
3307 Bug 23983: Remove illegal HTML tags from Sunspider web pages
3309 <https://bugs.webkit.org/show_bug.cgi?id=23983>
3311 Reviewed by Alexey Proskuryakov.
3313 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
3314 * perf/sunspider-0.9/3d-morph.html: Ditto.
3315 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
3316 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
3317 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
3318 * perf/sunspider-0.9/access-nbody.html: Ditto.
3319 * perf/sunspider-0.9/access-nsieve.html: Ditto.
3320 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
3321 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
3322 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
3323 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
3324 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
3325 * perf/sunspider-0.9/crypto-aes.html: Ditto.
3326 * perf/sunspider-0.9/crypto-md5.html: Ditto.
3327 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
3328 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
3329 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
3330 * perf/sunspider-0.9/math-cordic.html: Ditto.
3331 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
3332 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
3333 * perf/sunspider-0.9/regexp-dna.html: Ditto.
3334 * perf/sunspider-0.9/string-base64.html: Ditto.
3335 * perf/sunspider-0.9/string-fasta.html: Ditto.
3336 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
3337 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
3338 * perf/sunspider-0.9/string-validate-input.html: Ditto.
3339 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
3340 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
3341 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
3343 2009-01-19 Adam Roben <aroben@apple.com>
3345 Add links to some recommended Visual Studio hotfixes
3347 Reviewed by Dave Hyatt.
3349 * building/tools.html:
3351 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
3353 Reviewed by Adele Petersen.
3354 Landed by Pamela Greene.
3356 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
3357 Remove links to no-longer-existing Drosera project.
3358 Also, clean up references to wiki in the nav.inc file.
3360 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
3362 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
3364 Reviewed by Darin Adler.
3365 Landed by Pamela Greene.
3367 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
3368 Update website so that newbies are told they must set the
3369 WebKitOutputDir to get a valid build.
3371 * building/build.html: Add language (and link) indicating the
3372 importance of setting the WebKitOutputDir variable, as well
3373 as a link to instructions on how to do so.
3375 2008-12-19 Dean Jackson <dino@apple.com>
3377 Media queries that return <integer> but are really boolean
3378 are restricted to 0 and 1. This is in line with other
3381 * specs/MediaQueriesExtensions.html:
3383 2008-12-03 Dean Jackson <dino@apple.com>
3385 Added links to the WebKit and Mozilla bugs for pointer-events.
3387 * specs/PointerEventsProperty.html:
3389 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
3391 Reviewed by Eric Seidel.
3393 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
3394 https://bugs.webkit.org/show_bug.cgi?id=22468
3396 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
3397 added an explanation about the implementation files.
3399 * coding/coding-style.html:
3401 2008-11-25 Dean Jackson <dino@apple.com>
3403 Add a new work-in-progress proposal for pointer-events in
3404 HTML content. Also note that the Media Queries extensions
3405 are not at all official.
3407 * specs/MediaQueriesExtensions.html:
3408 * specs/PointerEventsProperty.html: Added.
3411 2008-11-25 Jack Wootten <jackwootton@gmail.com>
3413 Bug 20125: http://webkit.org/ missing link to key documentation for new developers.
3415 <https://bugs.webkit.org/show_bug.cgi?id=20125>
3417 Reviewed by David Kilzer.
3419 * projects/documentation/index.html: Added link to "Introduction to
3420 WebKit Objective-C Programming Guide".
3422 2008-11-24 Dean Jackson <dino@apple.com>
3424 Document the work-in-progress proposed extensions to
3425 CSS 3 Media Queries.
3427 * specs/MediaQueriesExtensions.html: Added.
3430 2008-11-17 Geoffrey Garen <ggaren@apple.com>
3432 Reviewed by Sam Weinig and Antti Koivisto.
3434 Clarified the last coding style rule, which was a baffling in its
3437 (Now let's see if our code ever starts following this rule!)
3439 * coding/coding-style.html:
3441 2008-11-17 Brady Eidson <beidson@apple.com>
3443 Reviewed by Mark Rowe
3445 Clarify an edge case for acronym capitalization.
3447 * coding/coding-style.html:
3449 2008-11-11 Simon Fraser <simon.fraser@apple.com>
3451 Update leaves animation sample.
3453 * blog-files/leaves/index.html:
3454 * blog-files/leaves/leaves.css:
3456 2008-11-11 Dean Jackson <dino@apple.com>
3458 Removed quotes in animation name value.
3460 * blog-files/pulse.html:
3462 2008-11-11 Dean Jackson <dino@apple.com>
3464 Added a smaller version of a screenshot.
3466 * blog-files/leaves-screenshot-small.jpg: Added.
3468 2008-11-11 Dean Jackson <dino@apple.com>
3470 Add a bunch of examples for CSS Animation blog draft.
3472 * blog-files/bounce.html: Added.
3473 * blog-files/bounce.png: Added.
3474 * blog-files/leaves-screenshot.jpg: Added.
3475 * blog-files/leaves/images/apple-touch-icon.png: Added.
3476 * blog-files/leaves/images/backgroundLeaves.jpg: Added.
3477 * blog-files/leaves/images/realLeaf1.png: Added.
3478 * blog-files/leaves/images/realLeaf2.png: Added.
3479 * blog-files/leaves/images/realLeaf3.png: Added.
3480 * blog-files/leaves/images/realLeaf4.png: Added.
3481 * blog-files/leaves/images/textBackground.png: Added.
3482 * blog-files/leaves/index.html: Added.
3483 * blog-files/leaves/leaves.css: Added.
3484 * blog-files/leaves/leaves.js: Added.
3485 * blog-files/pulse.html: Added.
3486 * blog-files/pulse.png: Added.
3488 2008-10-30 Cameron Zwarich <zwarich@apple.com>
3490 Rubber-stamped by Mark Rowe.
3492 Update the link to Mac Subversion binaries.
3494 * building/tools.html:
3496 2008-10-27 Antti Koivisto <antti@apple.com>
3500 * blog-files/squirrelfish-link-animated.svg: Added.
3502 2008-10-27 Antti Koivisto <antti@apple.com>
3506 * blog-files/cubes-7.svg: Added.
3507 * blog-files/number-morph.svg: Added.
3509 2008-10-07 Darin Adler <darin@apple.com>
3511 * coding/RefPtr.html: Second draft.
3513 2008-10-04 Mark Rowe <mrowe@apple.com>
3515 Upgrade to WordPress 2.6.2.
3519 2008-09-26 Timothy Hatcher <timothy@apple.com>
3521 Add screenshots of searching in the Web Inspector.
3525 * blog-files/inspector-searching-elements.png: Added.
3526 * blog-files/inspector-searching-profiles.png: Added.
3528 2008-09-25 Maciej Stachowiak <mjs@apple.com>
3532 - add some screenshots.
3534 * blog-files/acid3-screenshot.png: Added.
3535 * blog-files/acid3-timing-screenshot.png: Added.
3537 2008-09-25 Darin Adler <darin@apple.com>
3539 * contact.html: Take a cut at making the role of webkitsdk-dev
3540 clearer, specifying that it's Mac OS X specific and hosted at
3543 2008-09-24 Timothy Hatcher <timothy@apple.com>
3545 Add new screenshots of the Web Inspector's Scope Variables pane.
3549 * blog-files/inspector-closure-scope.png: Added.
3550 * blog-files/inspector-event-scope.png: Added.
3551 * blog-files/inspector-with-scope.png: Added.
3553 2008-09-24 Timothy Hatcher <timothy@apple.com>
3555 Add another screenshot of the Web Inspector.
3559 * blog-files/inspector-disabling-properties.png: Added.
3561 2008-09-24 Timothy Hatcher <timothy@apple.com>
3563 Add new screenshots of the Web Inspector.
3567 * blog-files/inspector-console-autocomplete.png: Added.
3568 * blog-files/inspector-databases-panel-query-view.png: Added.
3569 * blog-files/inspector-databases-panel.png: Added.
3570 * blog-files/inspector-elements-panel.png: Added.
3571 * blog-files/inspector-numeric-style-stepping.gif: Added.
3572 * blog-files/inspector-profiles-panel.png: Added.
3573 * blog-files/inspector-resources-panel.png: Added.
3574 * blog-files/inspector-scripts-panel.png: Added.
3575 * blog-files/inspector-status-bar-with-errors.png: Added.
3576 * blog-files/inspector-toolbar.png: Added.
3578 2008-09-24 Timothy Hatcher <timothy@apple.com>
3582 * demos/drosera/demo.js: Add some console.profile() calls.
3584 2008-09-22 Alexander Orlov <alexander.orlov@loxal.net>
3586 Reviewed by Darin Adler.
3588 * projects/performance/index.html: Remove dead link to the 24fun test.
3590 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3594 * blog-files/animation-demo.svg: Added.
3596 2008-09-18 Maciej Stachowiak <mjs@apple.com>
3600 * blog-files/sfx-perf.png: Added.
3602 2008-08-25 Mark Rowe <mrowe@apple.com>
3604 Reviewed by Dan Bernstein.
3606 Modernize the bug reporting guidelines and make them a little less Mac-specific.
3608 * quality/bugwriting.html:
3610 2008-08-18 Mark Rowe <mrowe@apple.com>
3612 Upgrade to WordPress 2.6.1.
3616 2008-08-01 Adam Roben <aroben@apple.com>
3618 Add a link to the instructions to use Apple's Safari for Windows
3621 Reviewed by Eric Seidel.
3623 * building/debug.html:
3625 2008-07-28 Robert Blaut <webkit@blaut.biz>
3627 Reviewed by Mark Rowe.
3629 Fix for bug: Website provides no guidance on debugging
3630 <https://bugs.webkit.org/show_bug.cgi?id=3643>
3632 * building/debug.html: added info about Xcode Debugging Guide.
3634 2008-07-26 Mark Rowe <mrowe@apple.com>
3636 Rubber-stamped by Oliver Hunt.
3638 Update the Squirrelfish bytecode documentation.
3640 * specs/squirrelfish-bytecode.html:
3642 2008-07-26 Robert Blaut <webkit@blaut.biz>
3644 Reviewed by Eric Seidel.
3646 Fix for <https://bugs.webkit.org/show_bug.cgi?id=19712>
3647 Corrected validation errors in main.css file.
3651 2008-07-26 Robert Blaut <webkit@blaut.biz>
3653 Reviewed by Alexey Proskuryakov.
3655 Fix for bug: <https://bugs.webkit.org/show_bug.cgi?id=18186>
3656 Added notes about unsupported Visual Studio versions.
3658 * building/tools.html:
3660 2008-07-26 Robert Blaut <webkit@blaut.biz>
3662 Reviewed by Eric Seidel.
3664 Fix for <https://bugs.webkit.org/show_bug.cgi?id=16719>
3665 Removed basic requirements for undetected version of WebKit.
3667 * quality/reporting.html:
3669 2008-07-26 Robert Blaut <webkit@blaut.biz>
3671 Reviewed by Adele Petersen.
3673 Fix for bug 7436: Truncated title on webkit DOM page.
3674 <https://bugs.webkit.org/show_bug.cgi?id=7436>
3676 * projects/dom/index.html: Added basic project informations.
3678 2008-07-24 Adam Roben <aroben@apple.com>
3680 Remove some redundant text accidentally checked in
3682 * building/tools.html:
3684 2008-07-24 Adam Roben <aroben@apple.com>
3686 Fix a dead link to the Windows Platform SDK and related instructions
3688 Rubberstamped by Alexey Proskuryakov.
3690 * building/tools.html: Fixed a dead link.
3692 2008-07-21 Mark Rowe <mrowe@apple.com>
3694 Update Akismet plugin to 2.1.6.
3696 * blog/wp-content/plugins/akismet/akismet.php:
3698 2008-07-21 Mark Rowe <mrowe@apple.com>
3700 Update to WordPress 2.6.
3704 2008-07-18 David D. Kilzer <ddkilzer@webkit.org>
3706 Fixed indentation of example code for C++ pointers/references!
3708 * coding/coding-style.html:
3710 2008-07-18 Robert Blaut <webkit@blaut.biz>
3712 Reviewed by David Kilzer.
3714 Fix for <https://bugs.webkit.org/show_bug.cgi?id=12313>
3715 Added code style guidelines for multi-line boolean expressions
3717 * coding/coding-style.html:
3719 2008-07-02 Mark Rowe <mrowe@apple.com>
3721 Update a URL that was out of date.
3723 * building/checkout.html:
3725 2008-07-01 Mark Rowe <mrowe@apple.com>
3727 Update the path to the configuration file.
3729 * blog/wp-config.php:
3731 2008-06-27 Dan Bernstein <mitz@apple.com>
3733 Reviewed by Timothy Hatcher.
3735 * css/main.css: Reduced text shadow offsets.
3737 2008-06-25 Maciej Stachowiak <mjs@apple.com>
3739 Not reviewed, web site fix.
3741 Remove blank lines in an attempt to fix feeds.
3743 * blog/wp-content/themes/webkit/index.php:
3744 * blog/wp-content/themes/webkit/links.php:
3746 2008-06-22 Aaron Digulla <digulla@hepe.com>
3748 Reviewed by Darin Adler.
3750 Fix https://bugs.webkit.org/show_bug.cgi?id=18993
3751 Bug 18993: Update of buttons in editing toolbar demo lags behind
3753 * demos/editingToolbar/FancyToolbar.js:
3754 * demos/editingToolbar/index.html:
3756 2008-06-16 Maciej Stachowiak <mjs@apple.com>
3758 A handy reference image.
3760 * blog-files/acid3-timing.png: Added.
3762 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3766 - tweak newly added markup.
3768 * blog/wp-content/themes/webkit/header.php:
3770 2008-06-10 Maciej Stachowiak <mjs@apple.com>
3772 Rubber stamped by Adele.
3774 - add short title and multisize icon
3776 * blog/wp-content/themes/webkit/header.php:
3777 * images/surfin-safari.icns: Added.
3779 2008-06-04 Dean Jackson <dino@apple.com>
3781 Put index pages into specs dirs to make it easier to
3784 * specs/index.html: Added.
3785 * specs/CSSVisualEffects/index.html: Added.
3787 2008-06-03 Maciej Stachowiak <mjs@apple.com>
3789 Add a snapshot of the squirrelfish bytecode docs.
3791 * specs/squirrelfish-bytecode.html: Added.
3793 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3795 Transparent background!
3797 * blog-files/squirrelfish.png:
3799 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3803 * blog-files/squirrelfish-webkit-graph.png:
3805 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3807 Renamed this file quiet down the peanut gallery.
3809 * blog-files/squirrelfish-webkit-graph.png: Copied from blog-files/webkit-graph.png.
3810 * blog-files/webkit-graph.png: Removed.
3812 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3816 * blog-files/webkit-graph.png: Added.
3818 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3820 Moved the squirrelfish mascot to the right place.
3822 * blog-files/squirrelfish.png: Copied from images/squirrelfish.png.
3823 * images/squirrelfish.png: Removed.
3825 2008-06-02 Geoffrey Garen <ggaren@apple.com>
3827 Uploaded the squirrelfish mascot.
3829 * images/squirrelfish.png: Added.
3831 2008-05-23 William Siegrist <wsiegrist@apple.com>
3833 Reviewed by Mark Rowe
3835 Rename duplicated "notice" id to "terms".
3840 2008-05-16 Anders Carlsson <andersca@apple.com>
3844 Add manifest MIME type.
3848 2008-05-14 Anders Carlsson <andersca@apple.com>
3852 Make our Sticky notes example an offline web app.
3854 * misc/DatabaseExample.html:
3855 * misc/DatabaseExample.manifest: Added.
3857 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3859 Ooops, I made some mistakes trying to fix the validation errors. This time for sure.
3861 * demos/transitions-and-transforms/index.html:
3863 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3865 Make the demo valid HTML5 (according to validator.nu) and add alt text to the images.
3867 * demos/transitions-and-transforms/index.html:
3869 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3871 Tweaked demo visuals slightly.
3873 * demos/transitions-and-transforms/leopard.css:
3875 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3877 Tweak CSS to look a little better while loading.
3879 * demos/transitions-and-transforms/leopard.css:
3881 2008-05-12 Maciej Stachowiak <mjs@apple.com>
3883 Not reviewed - new demo.
3885 Added a demo of CSS Transforms and Transitions.
3887 * demos/transitions-and-transforms: Added.
3888 * demos/transitions-and-transforms/Finder Coverflow.png: Added.
3889 * demos/transitions-and-transforms/Horsehead.png: Added.
3890 * demos/transitions-and-transforms/Mail Stationery.png: Added.
3891 * demos/transitions-and-transforms/Quick Look.png: Added.
3892 * demos/transitions-and-transforms/Spaces.png: Added.
3893 * demos/transitions-and-transforms/Stacks.png: Added.
3894 * demos/transitions-and-transforms/Time Machine.png: Added.
3895 * demos/transitions-and-transforms/index.html: Added.
3896 * demos/transitions-and-transforms/leopard.css: Added.
3897 * demos/transitions-and-transforms/no-style.html: Added.
3899 2008-05-08 Mark Rowe <mrowe@apple.com>
3901 Reviewed by Sam Weinig.
3903 Add a link to the Mac OS Forge terms of use.
3907 2008-04-25 Mark Rowe <mrowe@apple.com>
3909 Upgrade to WordPress 2.5.1. Another day, another security vulnerability in WordPress.
3913 2008-04-21 Dean Jackson <dino@apple.com>
3915 Updated CSS Visual Effects proposals.
3919 * described simplified sandwich model (that animations have no effect
3920 outside their duration and last specified animation wins)
3921 * diagram showing the above
3922 * specified animations to start at style resolution or document load,
3924 * animation start events always have elapsedTime == 0
3928 * removed text saying that elements cannot be drawn as intersecting.
3929 * described that preserve-3d trees often need a flattening parent, otherwise
3930 elements can be hidden behind their ancestor's background.
3931 * describe that preserve-3d is not always possible, such as when
3932 overflow is 'hidden'.
3938 * specs/CSSVisualEffects/CSSAnimation.html:
3939 * specs/CSSVisualEffects/CSSTransforms.html:
3940 * specs/CSSVisualEffects/CSSTransitions.html:
3941 * specs/CSSVisualEffects/sandwich.png: Added.
3943 2008-04-08 Dean Jackson <dino@apple.com>
3945 Add some updated proposals for CSS specifications, such as
3946 Transforms and Transitions which are already implemented in TOT.
3948 * specs/CSSVisualEffects: Added.
3949 * specs/CSSVisualEffects/CSSAnimation.html: Added.
3950 * specs/CSSVisualEffects/CSSTransforms.html: Added.
3951 * specs/CSSVisualEffects/CSSTransitions.html: Added.
3953 2008-03-31 Mark Rowe <mrowe@apple.com>
3955 Add some images that were missed in the WordPress 2.5 upgrade.
3959 2008-03-31 Mark Rowe <mrowe@apple.com>
3961 Upgrade to WordPress 2.5
3965 2008-03-28 Darin Adler <darin@apple.com>
3967 * building/build.html: Add another mention of using the Cygwin shell.
3968 * building/tools.html: Fix a typo on the name Cygwin.
3970 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3972 More screenshots for the blog.
3974 * blog-files/acid3-full-rendering-pass.png: Added.
3975 * blog-files/acid3-rendering-reference.png: Added.
3977 2008-03-26 Maciej Stachowiak <mjs@apple.com>
3979 Screenshot for blog post.
3981 * blog-files/acid3-100.png: Added.
3983 2008-03-23 Antti Koivisto <antti@apple.com>
3985 * blog-files/wsj-vs.png: Added.
3987 2008-03-23 Eric Seidel <eric@webkit.org>
3991 Make our SVG status document slightly less inaccurate.
3993 * projects/svg/status.xml:
3995 2008-03-21 Antti Koivisto <antti@apple.com>
3997 Add some images for a blog post.
3999 * blog-files/wsj-nopreload.png: Added.
4000 * blog-files/wsj-preload.png: Added.
4002 2008-03-17 Dan Bernstein <mitz@apple.com>
4004 Reviewed by Sam Weinig.
4006 - link "backtrace" to the page that explains how to get one
4008 * quality/bugwriting.html:
4010 2008-03-15 Matt Lilek <webkit@mattlilek.com>
4012 Rubber-stamped by Mitz.
4014 Update crash log page with instructions for Leopard.
4016 * quality/crashlogs.html:
4018 2008-03-11 Robert Blaut <webkit@blaut.biz>
4020 Reviewed by Darin Adler.
4022 Fix bug http://bugs.webkit.org/show_bug.cgi?id=17280
4023 Patch deletes an obsolete hitlist.html page and other references to it
4025 * nav.inc: removed menu link to hitlist.html
4026 * projects/compat/hitlist.html: Removed.
4027 * projects/compat/index.html: removed reference to hitlist.html
4029 2008-03-06 Timothy Hatcher <timothy@apple.com>
4031 Rubber-stamped by Adam Roben.
4033 Add a simple page that has various demo functions for Drosera.
4035 * demos/drosera: Added.
4036 * demos/drosera/demo.js: Added.
4037 * demos/drosera/drosera.png: Added.
4038 * demos/drosera/index.html: Added.
4040 2008-03-04 Mark Rowe <mrowe@apple.com>
4042 Rubber-stamped by Brady Eidson.
4044 * building/tools.html: Update link to Windows Platform SDK to its new location.
4046 2008-03-04 Mark Rowe <mrowe@apple.com>
4048 Reviewed by Sam Weinig.
4050 Add a note about preferring if over else if when the previous if is terminated by a return statement.
4052 * coding/coding-style.html:
4054 2008-02-08 Adam Roben <aroben@apple.com>
4056 * perf/slickspeed/config.ini: Fixed version number.
4058 2008-02-08 Adam Roben <aroben@apple.com>
4060 Update jQuery to v1.2.3
4062 Rubberstamped by Mitz.
4064 * perf/slickspeed/config.ini:
4065 * perf/slickspeed/frameworks/jquery-1.2.3.js: Renamed from WebKitSite/perf/slickspeed/frameworks/jquery-1.2.1.js.
4067 2008-02-07 David Smith <catfish.man@gmail.com>
4069 Rubber stamped by weinig and bdash.
4070 Update prototype.js to 1.6.0.2 to be a bit less unfair in comparative benchmarking.
4072 * perf/slickspeed/frameworks/prototype.js:
4074 2008-02-07 David Smith <catfish.man@gmail.com>
4076 Rubber stamped by Mark Rowe
4077 Fix a duplicate selector in the test.
4079 * perf/slickspeed/selectors.list:
4081 2008-02-07 David Smith <catfish.man@gmail.com>
4083 Reviewed by Adam Roben.
4084 Added :nth-child and :last-child to the list of selectors to test.
4086 * perf/slickspeed/selectors.list:
4088 2008-02-05 Mark Rowe <mrowe@apple.com>
4090 Update WordPress to 2.3.3 which includes security fixes.
4092 * blog/wp-admin/install-helper.php:
4093 * blog/wp-includes/gettext.php:
4094 * blog/wp-includes/pluggable.php:
4095 * blog/wp-includes/version.php:
4098 2008-02-02 David Smith <catfish.man@gmail.com>
4102 Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
4103 Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
4105 * perf/slickspeed/header.html: Typo fix, and updated the note to clarify that WebKit is no longer the only implementation causing us to leave some selectors disabled.
4106 * perf/slickspeed/selectors.list: Added the new selectors
4108 2008-02-02 Mark Rowe <mrowe@apple.com>
4110 Add WordPress plugin to give more control over blog comment settings.
4112 * blog/wp-content/plugins/commentcontrol.php: Added.
4114 2008-01-30 Jessica Kahn <jess@apple.com>
4116 Reviewed by Tim Hatcher.
4118 * coding/coding-style.html:
4119 Adding a note about avoiding explicit nil/NO initialization of Objective-C instance variables.
4121 2008-01-21 David Smith <catfish.man@gmail.com>
4123 Reviewed by Darin Adler.
4125 Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
4127 * perf/slickspeed: Added.
4128 * perf/slickspeed/config.ini: Added.
4129 * perf/slickspeed/footer.html: Added.
4130 * perf/slickspeed/frameworks: Added.
4131 * perf/slickspeed/frameworks/DomQuery.js: Added.
4132 * perf/slickspeed/frameworks/dummy.js: Added.
4133 * perf/slickspeed/frameworks/jquery-1.2.1.js: Added.
4134 * perf/slickspeed/frameworks/prototype.js: Added.
4135 * perf/slickspeed/header.html: Added.
4136 * perf/slickspeed/index.php: Added.
4137 * perf/slickspeed/instructions.txt: Added.
4138 * perf/slickspeed/logo.png: Added.
4139 * perf/slickspeed/selectors.list: Added.
4140 * perf/slickspeed/style.css: Added.
4141 * perf/slickspeed/system: Added.
4142 * perf/slickspeed/system/index.php: Added.
4143 * perf/slickspeed/system/slickspeed.js: Added.
4144 * perf/slickspeed/system/template.php: Added.
4145 * perf/slickspeed/template.html: Added.
4147 2008-01-17 Steve Falkenburg <sfalken@apple.com>
4149 Added Vista crash logging information.
4153 * quality/crashlogs.html:
4155 2008-01-07 Eric Seidel <eric@webkit.org>
4157 Reviewed by Mark Rowe.
4159 * projects/svg/status.xml: remove fixed bugs.
4161 2007-12-30 Mark Rowe <mrowe@apple.com>
4163 Unreviewed. Update WordPress to 2.3.2, which includes security fixes.
4165 * blog/wp-admin/admin.php:
4166 * blog/wp-admin/includes/file.php:
4167 * blog/wp-admin/install.php:
4168 * blog/wp-admin/setup-config.php:
4170 * blog/wp-includes/formatting.php:
4171 * blog/wp-includes/functions.php:
4172 * blog/wp-includes/pluggable.php:
4173 * blog/wp-includes/post.php:
4174 * blog/wp-includes/query.php:
4175 * blog/wp-includes/taxonomy.php:
4176 * blog/wp-includes/version.php:
4177 * blog/wp-includes/wp-db.php:
4179 * blog/wp-settings.php:
4182 2007-12-29 Alp Toker <alp@atoker.com>
4186 * perf/sunspider-0.9/sunspider.html:
4188 2007-12-29 Alp Toker <alp@atoker.com>
4192 Provide the current URL in the SunSpider results page. Useful for
4193 copying benchmark results out of browsers without a location bar or
4194 where the location bar can't handle long URLs.
4196 * perf/sunspider-0.9/sunspider-results.html:
4198 2007-12-21 David Smith <catfish.man@gmail.com>
4200 At bdash's suggestion, display a message if someone attempts to run the 'native' version of the getElementsByClassName benchmark in a browser that doesn't support that.
4202 * blog-files/gebcnspeedtest.html:
4204 2007-12-21 David Smith <catfish.man@gmail.com>
4206 Add the benchmark from the previous commit as well.
4208 * blog-files/gebcnspeedtest.html: Added.
4209 * blog-files/prototype-for-gebcn-test.js: Added.
4211 2007-12-21 David Smith <catfish.man@gmail.com>
4213 Add a graph of benchmark results for an upcoming blog post.
4215 * blog-files/gebcnwebkitonly.png: Added.
4217 2007-12-18 Antti Koivisto <antti@apple.com>
4219 Reviewed by Darin and Steve.
4221 Add instructions to install the QuickTime SDK for Windows.
4223 * building/tools.html:
4225 2007-12-18 Mark Rowe <mrowe@apple.com>
4229 * perf/sunspider-0.9/sunspider.html:
4231 2007-12-18 Steve Falkenburg <sfalken@apple.com>
4233 Correct link to Visual Studio Express 2005.
4234 Old link points to 2008.