1 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
4 https://bugs.webkit.org/show_bug.cgi?id=144298
6 Reviewed by Gyuyoung Kim.
10 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
12 Status page: fix the email links
16 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
18 Improve the status page
19 https://bugs.webkit.org/show_bug.cgi?id=144248
21 Reviewed by Darin Adler.
24 Lots of minor changes:
26 -Do not use sync XHR. That was nice for testing but that's eveil
27 and it breaks Firefox.
28 -Start fetching the json files as soon as possible during page load,
29 that server takes forever to respond.
30 -Remove some useless CSS.
31 -Get rid of mustache. That template thing was awesome but it took
32 up to 600ms to fetch the file (plus it is not exactly efficient).
33 -Put both the specifications and the features in the list.
34 They are referencing each other with links. That seems to work pretty well.
35 -Use the keywords for filtering.
37 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
39 Start a basic status page on webkit.org
40 https://bugs.webkit.org/show_bug.cgi?id=143940
42 Reviewed by Darin Adler.
45 Nothing fancy, for now just show the "features" list of the two features.json
47 2015-04-19 Dan Bernstein <mitz@apple.com>
53 2015-04-19 Darin Adler <darin@apple.com>
55 Update RefPtr documentation and deprecation
56 https://bugs.webkit.org/show_bug.cgi?id=143936
58 Reviewed by Andreas Kling.
60 * coding/RefPtr.html: Updated.
62 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
64 Fix warning about loading insecure content from secure webkit.org/blog
65 https://bugs.webkit.org/show_bug.cgi?id=142545
67 Reviewed by Mark Rowe.
69 * blog/wp-content/themes/webkit/footer.php:
70 Use an "https" URL for the subresource, instead of "http".
72 2015-02-20 Alexey Proskuryakov <ap@apple.com>
74 Remove svn:keywords property.
76 As far as I can tell, the property had no effect on any of these files, but also,
77 when it has effect it's likely harmful.
79 * demos/srcset/index.html: Removed property svn:keywords.
80 * specs/index.html: Removed property svn:keywords.
82 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
84 Unreviewed, remove empty directories.
86 * blog/wp-includes/js/codepress: Removed.
88 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
90 Add LG Electronics to team.html
91 https://bugs.webkit.org/show_bug.cgi?id=141227
93 Reviewed by Andreas Kling.
97 2015-01-30 Chris Dumez <cdumez@apple.com>
99 Add "Singleton pattern" section to the WebKit coding style
100 https://bugs.webkit.org/show_bug.cgi?id=141040
102 Reviewed by Ryosuke Niwa.
104 Add "Singleton pattern" section to the WebKit coding style to document
105 what was discussed on webkit-dev:
106 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
108 * coding/coding-style.html:
110 2015-01-27 Daniel Bates <dabates@apple.com>
112 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
114 Reviewed by David Kilzer.
116 * building/build.html: Added instructions to build WebKit for iOS Simulator.
117 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
118 in the iOS Simulator using command line tools. We should look to add Xcode instructions
119 and simplify these steps once we teach debug-safari about the iOS Simulator.
120 * building/run.html: Added remark to run Safari in the iOS Simulator.
121 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
122 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
124 2014-09-27 Dan Bernstein <mitz@apple.com>
126 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
127 https://bugs.webkit.org/show_bug.cgi?id=137053
129 Reviewed by Mark Rowe.
131 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
133 2014-09-26 Alexey Proskuryakov <ap@apple.com>
135 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
136 https://bugs.webkit.org/show_bug.cgi?id=137053
138 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
140 Explain that to build from Xcode, one needs to build from command line once first.
142 Removed a Windows section that explained how to launch cygwin shell, which was
143 silly given that we then link to a long document explaining further steps.
145 * building/build.html:
147 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
149 Update the list of u-szeged contributors.
151 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
155 2014-09-18 Dean Jackson <dino@apple.com>
157 Expand the srcset demo to have 3x and 4x images.
161 * demos/srcset/image-1x.png:
162 * demos/srcset/image-2x.png:
163 * demos/srcset/image-3x.png: Added.
164 * demos/srcset/image-4x.png: Added.
165 * demos/srcset/index.html:
167 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
169 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
170 https://bugs.webkit.org/show_bug.cgi?id=136315
172 Reviewed by Mark Rowe.
174 * building/checkout.html:
175 * building/debug-mac-uiprocess.html:
176 * building/debug.html:
178 * building/tools.html:
181 * projects/javascript/index.html:
182 * projects/svg/index.html:
183 * quality/bugwriting.html:
184 * quality/crashlogs.html:
185 * quality/leakhunting.html:
186 * quality/lifecycle.html:
187 * quality/testing.html:
189 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
191 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
192 https://bugs.webkit.org/show_bug.cgi?id=31993
194 Reviewed by Darin Adler.
196 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
198 * coding/contributing.html:
199 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
201 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
203 Remove people that have left Adobe from Security Contact list
204 https://bugs.webkit.org/show_bug.cgi?id=135256
206 Reviewed by Alexey Proskuryakov.
208 * security/security-group-members.html:
210 2014-08-06 peavo@outlook.com <peavo@outlook.com>
212 [Win] Build error when OFFICIAL_BUILD != 1.
213 https://bugs.webkit.org/show_bug.cgi?id=135613
215 Reviewed by Alex Christensen.
217 Added python installation as a required step before building on Windows.
219 * building/tools.html:
221 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
223 Committers should mail webkit-committers not webkit-reviewers for reactivation
224 https://bugs.webkit.org/show_bug.cgi?id=135203
226 Reviewed by Ryosuke Niwa.
228 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
229 send mail to webkit-committers instead of webkit-reviewers.
231 * coding/commit-review-policy.html:
233 2014-07-15 Alex Christensen <achristensen@webkit.org>
235 Make css jit benchmark work on IE11.
236 https://bugs.webkit.org/show_bug.cgi?id=134956
238 Reviewed by Benjamin Poulain.
240 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
241 Remove an iframe which caused IE11 to try to open content as a URL.
243 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
245 Update policy for Inactive Committer and Reviewer status
246 https://bugs.webkit.org/show_bug.cgi?id=134403
248 Reviewed by Nico Weber.
250 * coding/commit-review-policy.html:
252 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
254 Remove Qt instructions from http://www.webkit.org/building/tools.html
255 https://bugs.webkit.org/show_bug.cgi?id=134384
257 Reviewed by Tim Horton.
259 * building/tools.html:
261 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
262 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
264 2014-06-25 Brent Fulgham <bfulgham@apple.com>
266 [Win] Whoops! DirectX SDK is still needed.
268 * building/tools.html: Put DirectX instruction back.
270 2014-06-24 Brent Fulgham <bfulgham@apple.com>
272 [Win] Remove some out-of-date stuff from our instructions.
273 https://bugs.webkit.org/show_bug.cgi?id=134282
275 Reviewed by Tim Horton.
277 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
278 install anymore (it's part of Visual Studio 2013).
279 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
282 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
284 Drop the cross organizational support requirement from reviewer nomination policy
285 https://bugs.webkit.org/show_bug.cgi?id=134240
287 Reviewed by Gyuyoung Kim.
291 * coding/commit-review-policy.html:
293 2014-05-13 Filip Pizlo <fpizlo@apple.com>
295 Updated the files to have the right width.
297 * blog-files/ftl-jit/dfg_pipeline.png:
298 * blog-files/ftl-jit/four_tier_performance.png:
299 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
300 * blog-files/ftl-jit/ftl_pipeline.png:
301 * blog-files/ftl-jit/ftl_timeline.png:
302 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
303 * blog-files/ftl-jit/polyvariance.png:
304 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
305 * blog-files/ftl-jit/three_tier_performance.png:
307 2014-05-13 Filip Pizlo <fpizlo@apple.com>
309 Add some illustrations about how JSC works.
311 * blog-files/ftl-jit: Added.
312 * blog-files/ftl-jit/dfg_pipeline.png: Added.
313 * blog-files/ftl-jit/four_tier_performance.png: Added.
314 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
315 * blog-files/ftl-jit/ftl_pipeline.png: Added.
316 * blog-files/ftl-jit/ftl_timeline.png: Added.
317 * blog-files/ftl-jit/object_model.png: Added.
318 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
319 * blog-files/ftl-jit/polyvariance.png: Added.
320 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
321 * blog-files/ftl-jit/three_tier_performance.png: Added.
322 * blog-files/ftl-jit/three_tiers.png: Added.
324 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
326 Add potential illustrations for a potential future blog post about the viewport meta tag
328 * blog-files/simple-viewport-configuration: Added.
329 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
330 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
331 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
332 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
333 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
334 * blog-files/simple-viewport-configuration/inspector.png: Added.
335 * blog-files/simple-viewport-configuration/report_size.js: Added.
337 2014-04-29 Alex Christensen <achristensen@webkit.org>
339 [WinCairo] Switch video from GStreamer to Media Foundation.
340 https://bugs.webkit.org/show_bug.cgi?id=132358
342 Reviewed by Brent Fulgham.
344 * building/tools.html:
345 Removed requirement of installing GStreamer.
347 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
349 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
350 https://bugs.webkit.org/show_bug.cgi?id=131791
352 Reviewed by Sam Weinig.
354 * building/debug.html:
356 2014-03-28 James Craig <jcraig@apple.com>
358 Web Inspector: AXI: support for live regions
359 https://bugs.webkit.org/show_bug.cgi?id=130725
361 Reviewed by Timothy Hatcher.
363 Demo update to show off the new Inspector support for live regions.
365 * blog-files/aria1.0/combobox_with_live_region_status.html:
367 2014-03-27 James Craig <jcraig@apple.com>
369 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
370 https://bugs.webkit.org/show_bug.cgi?id=130827
372 Reviewed by Timothy Hatcher.
374 Updated demo files with attr refresh to show off selected children changing.
375 Long term fix will be http://webkit.org/b/130883
377 * blog-files/aria1.0/combobox_with_live_region_status.html:
379 2014-03-25 James Craig <jcraig@apple.com>
381 Blog-files: combobox demo needs aria-expanded support
382 https://bugs.webkit.org/show_bug.cgi?id=130766
384 Reviewed by Chris Fleizach.
386 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
388 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
390 Add illustrations for a potential blog post
392 First version, let see how that works out.
394 * blog-files/css-jit-introduction: Added.
395 * blog-files/css-jit-introduction/clicktostart.js: Added.
396 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
397 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
398 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
399 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
400 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
401 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
403 2014-03-20 James Craig <jcraig@apple.com>
405 Sample code for potential ARIA blog post.
406 https://bugs.webkit.org/show_bug.cgi?id=130548
408 Rubber-stamped by Chris Fleizach.
410 * blog-files/aria1.0: Added.
411 * blog-files/aria1.0/africa_large.svg: Added.
412 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
413 * blog-files/aria1.0/roaming_tabindex: Added.
414 * blog-files/aria1.0/roaming_tabindex/css: Added.
415 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
416 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
417 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
418 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
419 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
420 * blog-files/aria1.0/roaming_tabindex/js: Added.
421 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
422 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
423 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
425 2014-03-14 Maciej Stachowiak <mjs@apple.com>
427 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
428 https://bugs.webkit.org/show_bug.cgi?id=130276
429 <rdar://problem/16266927>
431 Reviewed by Simon Fraser.
433 * blog/wp-content/textfield_screenshot.jpg:
434 * misc/WebKitDetect.html:
435 * misc/WebKitDetect.js:
436 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
437 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
438 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
439 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
440 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
441 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
442 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
443 * perf/sunspider-0.9.1/sunspider-compare-results.js:
444 * perf/sunspider-0.9/3d-cube.html:
445 * perf/sunspider-0.9/3d-morph.html:
446 * perf/sunspider-0.9/3d-raytrace.html:
447 * perf/sunspider-0.9/access-binary-trees.html:
448 * perf/sunspider-0.9/access-fannkuch.html:
449 * perf/sunspider-0.9/access-nbody.html:
450 * perf/sunspider-0.9/access-nsieve.html:
451 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
452 * perf/sunspider-0.9/bitops-bits-in-byte.html:
453 * perf/sunspider-0.9/bitops-bitwise-and.html:
454 * perf/sunspider-0.9/bitops-nsieve-bits.html:
455 * perf/sunspider-0.9/controlflow-recursive.html:
456 * perf/sunspider-0.9/crypto-aes.html:
457 * perf/sunspider-0.9/crypto-md5.html:
458 * perf/sunspider-0.9/crypto-sha1.html:
459 * perf/sunspider-0.9/date-format-tofte.html:
460 * perf/sunspider-0.9/date-format-xparb.html:
461 * perf/sunspider-0.9/math-cordic.html:
462 * perf/sunspider-0.9/math-partial-sums.html:
463 * perf/sunspider-0.9/math-spectral-norm.html:
464 * perf/sunspider-0.9/regexp-dna.html:
465 * perf/sunspider-0.9/string-base64.html:
466 * perf/sunspider-0.9/string-fasta.html:
467 * perf/sunspider-0.9/string-tagcloud.html:
468 * perf/sunspider-0.9/string-unpack-code.html:
469 * perf/sunspider-0.9/string-validate-input.html:
470 * perf/sunspider-0.9/sunspider-analyze-results.js:
471 * perf/sunspider-0.9/sunspider-compare-results.js:
472 * perf/sunspider-0.9/sunspider-driver.html:
473 * perf/sunspider-0.9/sunspider-record-result.js:
474 * perf/sunspider-0.9/sunspider-results.html:
475 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
476 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
477 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
478 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
479 * perf/sunspider-1.0.1/sunspider-compare-results.js:
480 * perf/sunspider-1.0.1/sunspider.html:
481 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
482 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
483 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
484 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
485 * perf/sunspider-1.0.2/sunspider-compare-results.js:
486 * perf/sunspider-1.0.2/sunspider.html:
487 * perf/sunspider-1.0/sunspider-1.0/driver.html:
488 * perf/sunspider-1.0/sunspider-1.0/results.html:
489 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
490 * perf/sunspider-1.0/sunspider-analyze-results.js:
491 * perf/sunspider-1.0/sunspider-compare-results.js:
492 * perf/sunspider-1.0/sunspider.html:
493 * perf/sunspider/sunspider.html:
494 * perf/sunspider/versions.html:
495 * quality/reporting.html:
497 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
499 Use DYEBench v0.9 by default.
501 Rubber-stamped by Benjamin Poulain.
503 * perf/DoYouEvenBench/index.html:
505 2014-02-27 Darin Adler <darin@apple.com>
507 Some small modernizing tweaks to the coding style guide
508 https://bugs.webkit.org/show_bug.cgi?id=129427
510 Reviewed by Alexey Proskuryakov.
512 My intent here was originally to do the nullptr style guide update, but that was already done.
513 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
514 a number of subtle ways.
516 * coding/coding-style.html: Change "left side operator" example to be a more modern example
517 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
518 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
519 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
520 over index iteration in vector iteration example and also showed use of unsigned rather than
521 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
522 a newly created object" example. Use references instead of pointers in one example.
524 2014-02-26 Julien Brianceau <jbriance@cisco.com>
526 Add Cisco to team.html
527 https://bugs.webkit.org/show_bug.cgi?id=129405
529 Reviewed by Andreas Kling.
533 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
535 Update style guide to use nullptr instead of 0 for C++ null pointers.
536 https://bugs.webkit.org/show_bug.cgi?id=129413
538 Reviewed by Ryosuke Niwa.
540 * coding/coding-style.html:
542 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
544 Change tools.html to say Xcode 5 is required to build
545 https://bugs.webkit.org/show_bug.cgi?id=128545
547 Reviewed by Andreas Kling.
549 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
550 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
551 line tools in the downloads pane anymore, so direct folks to use
552 xcode-select to install the command line tools as well.
554 * building/tools.html:
556 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
558 Host DoYouEvenBench on webkit.org
559 https://bugs.webkit.org/show_bug.cgi?id=127185
561 Reviewed by Benjamin Poulain.
563 The previous patch didn't quite work due to cross-origin restrictions.
564 Simply add a hyperlink to a trac page.
566 * perf/DoYouEvenBench/index.html:
568 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
570 Host DoYouEvenBench on webkit.org
571 https://bugs.webkit.org/show_bug.cgi?id=127185
573 Reviewed by Benjamin Poulain.
575 Added webkit.org/perf/DoYouEvenBench.
577 * perf/DoYouEvenBench: Added.
578 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
580 2014-01-03 Alex Christensen <achristensen@webkit.org>
582 Added GStreamer to list of required tools for compiling webkit.
583 https://bugs.webkit.org/show_bug.cgi?id=126319
585 Reviewed by Philippe Normand.
587 * building/tools.html:
588 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
589 Added GStreamer installers to list of required tools for WinCairo.
591 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
593 Add a description about webkit-patch setup-git-clone to checkout.html
594 https://bugs.webkit.org/show_bug.cgi?id=126217
596 Reviewed by Philippe Normand.
600 * building/checkout.html:
602 2013-12-13 Roger Fong <roger_fong@apple.com>
604 Update build instructions for Windows following upgrade to VS2013.
606 * building/tools.html:
608 2013-11-30 Mark Rowe <mrowe@apple.com>
610 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
612 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
614 Reviewed by Sam Weinig.
616 * footer.inc: Remove the old analytics code.
617 * header.inc: Add the new stuff.
619 2013-10-29 Beth Dakin <bdakin@apple.com>
621 Just updating the sample code for this potential blog post.
623 * blog-files/regions/pizza-is-amazing.png: Replaced.
624 * blog-files/regions/unstyled-article.png: Replaced.
625 * demos/regions/pizza-regions-manifesto-regionstyling.html:
626 * demos/regions/pizza-regions-manifesto.html:
628 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
630 Mixed content error when accessing webkit.org/team.html over https
631 https://bugs.webkit.org/show_bug.cgi?id=123020
633 Reviewed by Alexey Proskuryakov.
635 When the webkit.org/team.html page is accessed over https most browsers report
636 Mixed Content error, which is caused by the fact that the contributos.json file
637 is accessed over a plain http connection and not https.
641 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
643 Cleanup webkit.org/team.html
644 https://bugs.webkit.org/show_bug.cgi?id=123022
646 Reviewed by Alexey Proskuryakov.
648 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
652 2013-10-16 Geoffrey Garen <ggaren@apple.com>
654 Publish SunSpider 1.0.2
655 https://bugs.webkit.org/show_bug.cgi?id=122923
657 Reviewed by Darin Adler.
659 * perf/sunspider/sunspider.html:
660 * perf/sunspider/versions.html:
662 2013-10-08 Geoffrey Garen <ggaren@apple.com>
664 Refined power management in SunSpider 1.0.2
665 https://bugs.webkit.org/show_bug.cgi?id=122525
667 Reviewed by Gavin Barraclough.
669 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
671 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
672 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
673 * perf/sunspider-1.0.2/sunspider.css:
677 2013-10-02 Geoffrey Garen <ggaren@apple.com>
679 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
681 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
682 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
684 2013-09-26 Geoffrey Garen <ggaren@apple.com>
686 Fixed a version number string in SunSpider 1.0.2
687 https://bugs.webkit.org/show_bug.cgi?id=122004
689 Reviewed by Gavin Barraclough.
691 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
693 2013-09-26 Geoffrey Garen <ggaren@apple.com>
695 Tentative SunSpider 1.0.2
696 https://bugs.webkit.org/show_bug.cgi?id=122002
698 Reviewed by Gavin Barraclough.
700 See comments in PerformanceTests/SunSpider.
702 * perf/sunspider-1.0.2: Added.
704 2013-09-20 Mark Rowe <mrowe@apple.com>
706 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
708 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
710 Reviewed by David Kilzer.
712 * building/debug-mac-uiprocess.html:
713 * building/tools.html:
715 2013-09-19 Dan Bernstein <mitz@apple.com>
717 Add a style guideline regarding spacing in range-based for loops
718 https://bugs.webkit.org/show_bug.cgi?id=121620
720 Reviewed by Anders Carlsson.
722 * coding/coding-style.html: Added the guideline that spaces should be placed
723 around the colon in a range-based for loop.
725 2013-09-10 Beth Dakin <bdakin@apple.com>
727 Adding another screenshot for a potential blog post.
729 * blog-files/regions/unstyled-article.png: Added.
731 2013-09-09 Roger Fong <roger_fong@apple.com>
733 Update build instructions for Apple Windows port to include cygwin php install steps.
735 * building/tools.html:
737 2013-09-04 Beth Dakin <bdakin@apple.com>
739 Fixing a typo in demo files and screenshot.
741 * blog-files/regions/pizza-is-amazing.png: Replaced.
742 * demos/regions/pizza-regions-manifesto-regionstyling.html:
743 * demos/regions/pizza-regions-manifesto.html:
745 2013-09-04 Beth Dakin <bdakin@apple.com>
747 Upload demo and images for a potential blog post.
749 * blog-files/regions: Added.
750 * blog-files/regions/pizza-is-amazing.png: Added.
751 * demos/regions: Added.
752 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
753 * demos/regions/pizza-regions-manifesto.html: Added.
754 * demos/regions/yellow-pizza.jpg: Added.
756 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
758 Fix the recommended testing platform on the website
760 Rubberstamped by Enrica Casucci.
762 * quality/testing.html:
764 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
766 Fix webkit.org content overflowing their content box
768 Rubberstamped by Simon Fraser.
770 More fixes to have webkit.org show properly on iPad and iPhone.
772 * blog/wp-content/themes/webkit/header.php:
773 Add the correct viewport width for the blog.
775 * building/debug.html:
776 * building/launch-debugger-vs2010-small.png: Added.
777 * building/set-debugging-properties-vs2010-small.png: Added.
778 Fix the images to make them fit in the page.
780 * coding/adding-features.html:
781 Using <pre> for the example of email just make it looks like our code examples.
782 Change the source to use <blockquote> so that the text can reflow to the content box.
784 (.code, pre, tt, code):
785 Scroll the content when it overflows the box for code and pre.
787 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
789 Give a smaller viewport to webkit.org on devices
791 Rubberstamped by Simon Fraser.
793 The CSS of WebKit.org layout the content on 615px + a right margin of
794 215px + a left margin of 20px. The total layout width is 850px.
796 The standard viewport size on mobile devices is 980px. This leaves a gap
797 on the right side of the content when opening the size on iPhone/iPad.
799 This patch changes the layout width to be 860 to display more content on devices
800 while keeping a little margin.
804 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
806 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
807 https://bugs.webkit.org/show_bug.cgi?id=117993
809 Reviewed by George Staikos.
811 * perf/sunspider-1.0.1/json2.js: Added.
812 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
813 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
814 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
815 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
816 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
817 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
818 * perf/sunspider-1.0.1/sunspider.css: Added.
819 * perf/sunspider-1.0.1/sunspider.html: Added.
820 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
821 * perf/sunspider/versions.html: Updated to version 1.0.1.
823 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
825 Update the images for the blog size-matters
827 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
828 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
829 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
831 2013-08-05 Dean Jackson <dino@apple.com>
833 Move previous commit into /demos.
835 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
836 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
837 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
838 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
840 2013-08-05 Dean Jackson <dino@apple.com>
842 Upload example for a blog post.
844 * blog-files/srcset/image-1x.png: Added.
845 * blog-files/srcset/image-2x.png: Added.
846 * blog-files/srcset/image-src.png: Added.
847 * blog-files/srcset/index.html: Added.
849 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
851 Upload images for a potential blog post
853 * blog-files/size-matters: Added.
854 * blog-files/size-matters/JavaScript-growth.png: Added.
855 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
856 * blog-files/size-matters/WebCore-growth.png: Added.
857 * blog-files/size-matters/WebKit-growth.png: Added.
859 2013-07-14 Kwang Yul Seo <skyul@company100.net>
861 Add Company100 to team.html
862 https://bugs.webkit.org/show_bug.cgi?id=118633
864 Reviewed by Andreas Kling.
868 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
870 Add 'partner.samsung.com' to domain affiliations
871 https://bugs.webkit.org/show_bug.cgi?id=118580
873 Reviewed by Antonio Gomes.
877 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
879 Add screenshot of the inspector color picker for the blog
881 * blog-files/last-week-in-webkit: Added.
882 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
884 2013-06-27 Roger Fong <roger_fong@apple.com>
886 Update required tools for Windows instructions.
888 * building/tools.html:
890 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
892 The page title of technical-articles.html is incorrect.
893 https://bugs.webkit.org/show_bug.cgi?id=117727
895 Reviewed by Ryosuke Niwa.
897 Changed the page title of technical-articles.html to "WebKit Technical Articles".
899 * coding/technical-articles.html:
901 2013-06-14 Timothy Hatcher <timothy@apple.com>
903 Shrink larger images to fit the width of the blog.
905 * blog-files/new-inspector/hero-labeled.png:
906 * blog-files/new-inspector/hero.png:
908 2013-06-12 Roger Fong <roger_fong@apple.com>
910 Update webkit.org build instructions for Apple Windows port.
911 https://bugs.webkit.org/show_bug.cgi?id=117563.
913 Reviewed by Brent Fulgham.
915 * building/build.html:
916 * building/debug.html:
917 * building/launch-debugger-vs2005.png: Removed.
918 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
919 * building/set-as-startup-project-vs2005.png: Removed.
920 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
921 * building/set-debugging-properties-vs2005.png: Removed.
922 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
923 * building/tools.html:
925 2013-06-12 Timothy Hatcher <timothy@apple.com>
927 Add new Web Inspector images for a blog post.
929 * blog-files/new-inspector/activity-viewer.png: Added.
930 * blog-files/new-inspector/codemirror.png: Added.
931 * blog-files/new-inspector/console.png: Added.
932 * blog-files/new-inspector/hero-labeled.png: Added.
933 * blog-files/new-inspector/hero.png: Added.
934 * blog-files/new-inspector/layer-borders.png: Added.
935 * blog-files/new-inspector/layers.png: Added.
936 * blog-files/new-inspector/navigation-bar.png: Added.
937 * blog-files/new-inspector/open-sign.png: Added.
938 * blog-files/new-inspector/reasons.png: Added.
939 * blog-files/new-inspector/save.png: Added.
940 * blog-files/new-inspector/source-map.png: Added.
941 * blog-files/new-inspector/styles.png: Added.
942 * blog-files/new-inspector/toolbar-context-menu.png: Added.
943 * blog-files/new-inspector/toolbar-docked.png: Added.
944 * blog-files/new-inspector/toolbar.png: Added.
946 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
948 Broken link to committers list on contributing web page
949 https://bugs.webkit.org/show_bug.cgi?id=116722
951 Reviewed by Andreas Kling.
953 * coding/contributing.html:
954 Changed broken link to point to the team page instead.
956 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
958 Make team.html have each contributor's area of expertise
959 https://bugs.webkit.org/show_bug.cgi?id=116737
961 Reviewed by Benjamin Poulain.
964 Update to use the new expertise field in contributors.json.
966 2013-04-30 Filip Pizlo <fpizlo@apple.com>
968 Release SunSpider 1.0
970 Rubber stamped by Maciej Stachowiak.
972 * perf/sunspider-1.0: Added.
973 * perf/sunspider-1.0/json2.js: Added.
975 * perf/sunspider-1.0/sunspider-1.0: Added.
976 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
977 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
978 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
979 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
980 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
993 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
994 (.computeItemTotals):
997 (.standardDeviation):
1002 (.computeLabelWidth):
1003 (.computeMeanWidth):
1007 (sunspiderCompareResults):
1008 * perf/sunspider-1.0/sunspider.css: Added.
1017 * perf/sunspider-1.0/sunspider.html: Added.
1018 * perf/sunspider/sunspider.html:
1019 * perf/sunspider/versions.html: Added.
1021 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
1023 Update team.html to use contributors.json instead of committers.py
1024 https://bugs.webkit.org/show_bug.cgi?id=114720
1026 Reviewed by Ryosuke Niwa.
1028 Updating the team.html to use contributors.json. Also removing the unused field 'area'
1029 from the contributors information.
1033 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
1035 The list of contributors in committers.py should be a separate JSON
1036 https://bugs.webkit.org/show_bug.cgi?id=114673
1038 Reviewed by Anders Carlsson.
1040 Updated the website to refer to contributors.json instead of committers.py.
1042 * coding/commit-review-policy.html:
1044 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
1046 Simplify the page "Getting the Code" on WebKit.org
1047 https://bugs.webkit.org/show_bug.cgi?id=113980
1049 Reviewed by Sam Weinig.
1051 * building/checkout.html:
1052 Instead of interleaving instructions for Mac and Windows, just
1053 copy the things that make sense and have two clear sections.
1055 Also mention Linux, it is the exact same instructions as Mac OS X.
1057 Make svn checkout the alternative to a download of the tarball. It is
1058 almost impossible to do a svn checkout on slow networks nowadays.
1060 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
1062 Update WebKit.org's contact page
1063 https://bugs.webkit.org/show_bug.cgi?id=113968
1065 Reviewed by Geoffrey Garen.
1068 -Add a direct link to our archives on Gmane.
1069 -References the ports mailing-lists. This may reduces the emails
1070 erroneously sent to webkit-dev.
1071 -Add a link to our "reporting bug page".
1072 -Get rid of the link to CIA. The website is dead.
1074 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
1076 Add Digia to the domain affiliations
1077 https://bugs.webkit.org/show_bug.cgi?id=110116
1079 Reviewed by Kenneth Rohde Christiansen.
1083 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
1085 Add basysKom to domainAffiliations in team.html
1086 https://bugs.webkit.org/show_bug.cgi?id=109306
1088 Reviewed by Laszlo Gombos.
1090 Register basysKom as contributing company in
1091 http://www.webkit.org/team.html.
1095 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
1097 Add intel.com to team.html
1098 https://bugs.webkit.org/show_bug.cgi?id=109424
1100 Reviewed by Kenneth Rohde Christiansen.
1104 2013-02-10 Dirk Schulze <dschulze@adobe.com>
1106 Add adobe.com to team.html
1107 https://bugs.webkit.org/show_bug.cgi?id=109396
1109 Reviewed by Laszlo Gombos.
1113 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
1115 Add sisa.samsung.com to team.html
1116 https://bugs.webkit.org/show_bug.cgi?id=109394
1118 Reviewed by Dirk Schulze.
1122 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
1124 Add a sample change log entry to contributing.html
1125 https://bugs.webkit.org/show_bug.cgi?id=105506
1127 Reviewed by Alexey Proskuryakov.
1129 Added a sample change log to the page directly people skimming through the page will still
1130 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
1132 * coding/contributing.html:
1134 2012-12-18 Nico Weber <thakis@chromium.org>
1136 Fix broken loop in style guide
1137 https://bugs.webkit.org/show_bug.cgi?id=105346
1139 Reviewed by Ryosuke Niwa.
1141 Found by Sean Silva <silvas@purdue.edu>
1143 * coding/coding-style.html:
1145 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
1147 Add instructions on how to build WebKit on Xcode 4 to build.html
1148 https://bugs.webkit.org/show_bug.cgi?id=104739
1150 Reviewed by Daniel Bates.
1152 Set the build directories to WebKitBuild.
1154 * building/build.html:
1156 2012-11-24 Daniel Bates <dbates@webkit.org>
1158 Substitute "use" for "user" in sentence about naming convention for
1159 enum members so that it reads well.
1161 * coding/coding-style.html:
1163 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
1165 Add Samsung to security vendor member list
1166 https://bugs.webkit.org/show_bug.cgi?id=102863
1168 Reviewed by Sam Weinig.
1170 * security/security-group-members.html: Add Samsung members.
1172 2012-10-31 Adam Barth <abarth@webkit.org>
1174 technical-articles.html should link to my talk on how WebKit works
1175 https://bugs.webkit.org/show_bug.cgi?id=100867
1177 Reviewed by Tony Chang.
1179 * coding/technical-articles.html:
1181 2012-10-29 Eric Seidel <eric@webkit.org>
1183 Technical Articles should link to an old talk I gave
1184 https://bugs.webkit.org/show_bug.cgi?id=100624
1186 Reviewed by Adam Barth.
1188 * coding/technical-articles.html:
1190 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1192 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
1194 * coding/coding-style.html:
1196 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1198 Fix a typo per Darin's comment.
1200 * coding/coding-style.html:
1202 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
1204 Add a style guide rule for signed and unsigned int
1205 https://bugs.webkit.org/show_bug.cgi?id=96682
1207 Reviewed by Geoffrey Garen.
1209 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
1211 * coding/coding-style.html:
1213 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
1215 Replace JSC::UString by WTF::String
1216 https://bugs.webkit.org/show_bug.cgi?id=95271
1218 Reviewed by Geoffrey Garen.
1220 Update the coding style to avoid mentioning a class that no longer exist.
1222 * coding/coding-style.html:
1224 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1226 Address one more review comment.
1228 * building/checkout.html:
1230 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
1232 Recommend the use of https and mention git on building/checkout.html
1233 https://bugs.webkit.org/show_bug.cgi?id=93657
1235 Reviewed by Mark Rowe.
1237 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
1238 because the paragraph right above it refers to buliding/tools.html for that.
1240 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
1241 checkout using a Git client.
1243 * building/checkout.html:
1245 2012-07-27 Adam Barth <abarth@webkit.org>
1247 Writing a blog post for new reviewers doesn't add value to the blog
1248 https://bugs.webkit.org/show_bug.cgi?id=92305
1250 Reviewed by Eric Seidel.
1252 Now that we have Peter posting weekly updates to the blog, having an
1253 announcement on the blog for each reviewer is more noise than signal.
1255 * coding/commit-review-policy.html:
1257 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
1259 Update webkit.org to refer to layoutTestController instead of testRunner
1260 https://bugs.webkit.org/show_bug.cgi?id=89445
1262 Reviewed by Kent Tamura.
1264 * quality/testwriting.html:
1266 2012-05-21 Peter Kasting <pkasting@google.com>
1268 Style guide change: Uses of "std::" should be explicitly qualified.
1269 https://bugs.webkit.org/show_bug.cgi?id=87043
1271 Reviewed by Ryosuke Niwa.
1273 * coding/coding-style.html:
1275 2012-05-11 Darin Adler <darin@apple.com>
1277 Try to make spacing of fine print items in lower left nicer looking.
1280 (#notice, #trademark, #terms): Changed top margin to 10px.
1281 (#notice): Put 30px margin here.
1283 2012-05-11 Darin Adler <darin@apple.com>
1285 CSS tweak needed for the trademark terms of use.
1288 (#notice, #trademark, #terms): Added #trademark.
1290 2012-05-11 Darin Adler <darin@apple.com>
1292 Add a link to WebKit trademark terms of use, other small website changes
1293 https://bugs.webkit.org/show_bug.cgi?id=86112
1295 Reviewed by Dan Bernstein.
1297 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
1298 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
1301 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
1302 of use on the macosforge.org terms of use page.
1304 2012-05-07 Dan Bernstein <mitz@apple.com>
1306 webkit.org instructions for debugging WebProcess are unnecessarily complex
1307 https://bugs.webkit.org/show_bug.cgi?id=85756
1309 Reviewed by Darin Adler.
1311 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
1312 debugging the Web process, as well as instructions for debugging the Web process from the
1313 command line using debug-safari and debug-minibrowser.
1314 * building/tools.html: Updated links and tweaked the language.
1316 2012-04-23 Daniel Bates <dbates@webkit.org>
1318 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
1320 Rubber-stamped by Eric Seidel.
1322 Before you can use the Xcode 4.3.2 command line tools, you must either run
1323 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
1324 DEVELOPER_DIR to point to the Xcode developer tools directory.
1326 * building/tools.html:
1328 2012-04-23 Daniel Bates <dbates@webkit.org>
1330 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
1332 Rubber-stamped by Eric Seidel.
1334 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
1335 are specific to Xcode 4.3.2.
1337 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
1338 * building/debug.html: Ditto.
1340 2012-04-19 Daniel Bates <dbates@webkit.org>
1342 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
1343 https://bugs.webkit.org/show_bug.cgi?id=84364
1345 Reviewed by Eric Seidel.
1347 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
1350 * building/debug-mac-uiprocess.html:
1351 * building/debug.html:
1353 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
1355 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
1356 https://bugs.webkit.org/show_bug.cgi?id=80429
1358 Reviewed by Dan Bernstein.
1360 * building/tools.html:
1362 2012-03-10 Daniel Bates <dbates@webkit.org>
1364 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
1366 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/>.
1367 Substituting https for http in (1) returns the expected page.
1369 * building/debug-mac-uiprocess.html:
1370 * building/debug.html:
1372 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
1374 Add a link to the EFL wiki page
1375 https://bugs.webkit.org/show_bug.cgi?id=79439
1377 Reviewed by Adam Barth.
1379 * building/tools.html:
1380 * css/main.css: Cross-browser border-radius.
1382 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
1384 team.html (on webkit.org) doesn't recognize codeaurora.org
1385 https://bugs.webkit.org/show_bug.cgi?id=79529
1387 Reviewed by Ryosuke Niwa.
1391 2012-02-16 Kent Tamura <tkent@chromium.org>
1393 Improve usability of coding-style.html
1394 https://bugs.webkit.org/show_bug.cgi?id=78470
1396 Reviewed by Eric Seidel.
1398 * coding/coding-style.html:
1399 - Do not add a title attribute to each of LI elements
1400 - Do not add a click handler to each of them
1401 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
1403 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
1405 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
1406 https://bugs.webkit.org/show_bug.cgi?id=76544
1408 Reviewed by Darin Adler.
1410 WEBKITOUTPUTDIR is not only for Windows.
1412 * building/build.html:
1414 2012-01-20 Kent Tamura <tkent@chromium.org>
1416 Each style rule should have its own ID.
1417 https://bugs.webkit.org/show_bug.cgi?id=76428
1419 Reviewed by David Levin.
1421 * coding/coding-style.html: Add an id attribute to each of li elements,
1422 and add code to set title="#id-name" and to make li elements clickable.
1424 2012-01-19 Daniel Bates <dbates@webkit.org>
1426 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
1428 Rubber-stamped by Sam Weinig.
1430 * building/debug.html:
1432 2012-01-19 Daniel Bates <dbates@webkit.org>
1434 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
1435 https://bugs.webkit.org/show_bug.cgi?id=67102
1437 Reviewed by Eric Seidel.
1439 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
1441 * building/active-scheme-xcode4.png: Added.
1442 * building/build-settings-tab-xcode4.png: Added.
1443 * building/build-window.png: Removed.
1444 * building/custom-executable-xcode4.png: Added.
1445 * building/custom-executable.png: Removed.
1446 * building/debug-mac-uiprocess.html: Added.
1447 * building/debug.html:
1448 * building/debug.png: Removed.
1449 * building/info-tab.png: Removed.
1450 * building/run-xcode4.png: Added.
1452 2012-01-11 Antti Koivisto <antti@apple.com>
1454 Remove S60 reference from webkit.org
1455 https://bugs.webkit.org/show_bug.cgi?id=76044
1457 Reviewed by Simon Hausmann.
1463 2012-01-10 Hajime Morrita <morrita@chromium.org>
1465 [Website] i-Bench is no longer available.
1466 https://bugs.webkit.org/show_bug.cgi?id=76027
1468 Reviewed by Ryosuke Niwa.
1470 Updated the availability information of i-Bench.
1472 * projects/performance/index.html:
1474 2011-12-07 Daniel Bates <dbates@webkit.org>
1476 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
1477 https://bugs.webkit.org/show_bug.cgi?id=74006
1479 Reviewed by Antonio Gomes.
1481 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
1482 ASSERT_NOT_REACHED().
1484 * coding/assertion-guidelines.html:
1486 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
1488 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
1489 https://bugs.webkit.org/show_bug.cgi?id=73098
1491 Reviewed by Antti Koivisto.
1493 Revise the sentence about committers being allowed to land patches by others to explicitly state that
1494 they can only land patches by others if asked by authors themselves.
1496 * coding/commit-review-policy.html:
1498 2011-11-14 Mark Rowe <mrowe@apple.com>
1500 Upgrade WordPress's Akismet plug-in to the latest version.
1502 * blog/wp-content/plugins/akismet:
1504 2011-11-14 Mark Rowe <mrowe@apple.com>
1506 Update one file that was missed.
1508 * blog/wp-settings.php:
1510 2011-11-14 Mark Rowe <mrowe@apple.com>
1512 Upgrade WordPress to v3.2.1.
1516 2011-10-28 Dean Jackson <dino@apple.com>
1518 Remove this horribly outdated file. It was showing up in
1519 Google searches and shouldn't be used as official
1522 Rubber-stamped by Simon Fraser.
1524 * specs/MediaQueriesExtensions.html: Removed.
1526 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
1528 Style guide should mention the preference of index over iterator
1529 https://bugs.webkit.org/show_bug.cgi?id=70285
1531 Reviewed by Darin Adler.
1533 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
1534 we prefer index over iterators.
1536 * coding/coding-style.html:
1538 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1540 Fix a typo pointed by Sam (Weinig).
1542 * coding/coding-style.html:
1544 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
1546 Style guide should mandate use of pass-by-reference for out arguments
1547 https://bugs.webkit.org/show_bug.cgi?id=69766
1549 Reviewed by Darin Adler.
1551 This matches the convention used throughout WebCore.
1553 * coding/coding-style.html:
1555 2011-10-06 Amruth Raj <amruthraj@motorola.com>
1557 Add Motorola Mobility to team.html
1558 https://bugs.webkit.org/show_bug.cgi?id=69597
1560 Reviewed by Ryosuke Niwa.
1564 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1566 Generate WebKit team's page out of committers.py
1567 https://bugs.webkit.org/show_bug.cgi?id=68045
1569 Fix per Daniel's review comment since I had misunderstood the code.
1573 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
1575 Generate WebKit team's page out of committers.py
1576 https://bugs.webkit.org/show_bug.cgi?id=68045
1578 Reviewed by Daniel Bates.
1580 Add the initial implementation of team.html. This page automatically pulls data from committers.py
1581 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
1585 2011-09-01 Jon Lee <jonlee@apple.com>
1587 Adding control rendering at various sizes.
1589 * projects/forms/survey.html:
1591 2011-08-29 Jon Lee <jonlee@apple.com>
1593 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
1595 * projects/forms/survey.html:
1597 2011-08-17 Jon Lee <jonlee@apple.com>
1599 Updating the forms survey to include various element sizes.
1601 * projects/forms/survey.html:
1603 2011-08-16 Daniel Bates <dbates@webkit.org>
1605 Add myself to the list of individual members in the WebKit Security Group.
1607 Rubber-stamped by Eric Seidel.
1609 * security/security-group-members.html:
1611 2011-08-09 Anders Carlsson <andersca@apple.com>
1613 Broken link to LICENSE on contributing code page
1614 https://bugs.webkit.org/show_bug.cgi?id=65947
1616 Reviewed by Ryosuke Niwa.
1618 * coding/contributing.html:
1620 2011-08-04 Dan Bernstein <mitz@apple.com>
1624 * coding/contributing.html:
1626 2011-08-04 Nico Weber <thakis@chromium.org>
1628 Update the contributors page to recommend webkit-patch instead of many manual steps
1629 https://bugs.webkit.org/show_bug.cgi?id=65714
1631 Reviewed by Adam Barth.
1633 asvitkine followed the contributing instructions for his first patch, and got
1634 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
1635 webkit-patch prevents errors like this and more.
1637 * coding/contributing.html:
1639 2011-07-21 Jon Lee <jonlee@apple.com>
1641 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
1642 <rdar://problem/9782965>
1644 Rubber-stamped by Maciej Stachowiak.
1646 * projects/forms/image-usemap.png: Added.
1647 * projects/forms/image1.png: Added.
1648 * projects/forms/image10.png: Added.
1649 * projects/forms/image16.png: Added.
1650 * projects/forms/index.html: Update links
1651 * projects/forms/survey.html: Added.
1653 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
1655 SVG feature status is not up-to-date
1656 https://bugs.webkit.org/show_bug.cgi?id=64856
1658 Reviewed by Dirk Schulze.
1660 Update SVG feature status after r91331.
1662 * projects/svg/status.xml:
1664 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
1666 Reviewed by Darin Adler.
1668 Add note about cases where enums are preferred over bools on function parameters.
1669 https://bugs.webkit.org/show_bug.cgi?id=63564
1671 This matches the outcome of this webkit-dev thread:
1672 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
1674 * coding/coding-style.html:
1676 2011-05-31 Chris Evans <cevans@chromium.org>
1678 Reviewed by Drew Yao.
1680 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
1682 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
1684 2011-05-20 Alexey Proskuryakov <ap@apple.com>
1686 Reviewed by Dan Bernstein.
1688 Building instructions should not talk about Tiger
1689 https://bugs.webkit.org/show_bug.cgi?id=61210
1691 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
1692 Xcode version to the latest Leopard one.
1694 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
1696 Reviewed by Adam Barth.
1698 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
1699 https://bugs.webkit.org/show_bug.cgi?id=60686
1701 * security/security-group-members.html:
1703 2011-05-11 Cris Neckar <cdn@chromium.org>
1705 Reviewed by David Levin.
1707 Adding Cris Neckar to the Webkit Security Group site.
1708 https://bugs.webkit.org/show_bug.cgi?id=60668
1710 * security/security-group-members.html:
1712 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
1714 Reviewed by Mark Rowe.
1716 Update Qt/Nokia Security contacts
1717 https://bugs.webkit.org/show_bug.cgi?id=60650
1719 Ademar (me) replaced Simon as the release manager and primary security
1720 contact for QtWebKit. See:
1721 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
1723 * security/security-group-members.html:
1725 2011-05-09 Eric Seidel <eric@webkit.org>
1727 Reviewed by Adam Barth.
1729 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
1730 https://bugs.webkit.org/show_bug.cgi?id=59672
1732 * coding/adding-features.html: Added.
1735 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
1737 Not reviewed: adding image files for the blog post.
1739 * blog-files/inspector/remote-debugging-attached.png: Added.
1740 * blog-files/inspector/remote-debugging-discovery.png: Added.
1742 2011-04-27 Ojan Vafai <ojan@chromium.org>
1744 Reviewed by Dan Bernstein.
1746 change style guide to pre-increment in for-loops
1747 https://bugs.webkit.org/show_bug.cgi?id=59619
1749 This matches what a number of reviewers have been asking
1750 for in code reviews.
1752 * coding/coding-style.html:
1754 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
1756 Reviewed by Tor Arne Vestbø.
1758 Added instructions on how to work from behind proxy
1759 and detailed the instructions refering to rebasing.
1760 Windows build instructions do not work if you are behind a proxy
1761 or have a Temp directory that you do not own directly.
1762 https://bugs.webkit.org/show_bug.cgi?id=57246
1764 * building/tools.html:
1766 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
1768 Reviewed by James Robinson.
1770 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
1771 https://bugs.webkit.org/show_bug.cgi?id=58190
1773 * misc/related-target-and-shadow-dom.svg: Added.
1775 2011-04-06 David Levin <levin@chromium.org>
1777 Reviewed by Ojan Vafai.
1779 Augment style guidelines about meaningless parameters from text the unwritten rules email.
1780 https://bugs.webkit.org/show_bug.cgi?id=55275
1782 * coding/coding-style.html:
1784 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
1786 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
1789 * blog-files/inspector/stack-traces-img/1.png: Added.
1790 * blog-files/inspector/stack-traces-img/2.png: Added.
1791 * blog-files/inspector/stack-traces-img/3.png: Added.
1792 * blog-files/inspector/stack-traces-img/4.png: Added.
1793 * blog-files/inspector/stack-traces-img/5.png: Added.
1794 * blog-files/inspector/stack-traces-img/6.png: Added.
1795 * blog-files/inspector/stack-traces-img/button.png: Added.
1797 2011-02-26 David Levin <levin@chromium.org>
1799 Reviewed by Darin Adler.
1801 Add style guidelines about comments from the unwritten rules email.
1802 https://bugs.webkit.org/show_bug.cgi?id=55272
1804 * coding/coding-style.html: Added the guidelines.
1806 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
1808 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
1810 * blog-files/inspector/css_rule_diff.png: Added.
1812 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1814 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
1816 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
1817 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
1818 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
1819 * blog-files/inspector/warning_10x10.png: Added.
1821 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
1823 Unreviewed. Add Web Inspector style editing screenshots.
1825 * blog-files/inspector-css-as-authored.png: Added.
1826 * blog-files/inspector-css-autocomplete.png: Added.
1827 * blog-files/inspector-unknown-css-properties.png: Added.
1829 2011-01-21 David Levin <levin@chromium.org>
1831 Reviewed by Darin Adler.
1833 Proposal: Require cross-organizational seconds for reviewer nominations
1834 https://bugs.webkit.org/show_bug.cgi?id=47597
1836 This changes the committer/reviewer policy to require an additional
1837 reviewer supporting a reviewer nomination to work for a different
1838 company and different project affiliation from the nominee.
1840 This means reviewer nominations would require four supporting reviewers,
1841 one of which knows the reviewer through the community (irc, email, bugs)
1842 ensuring that the nominee has the open-source collaboration skills
1843 we so highly value here in WebKit.
1845 * coding/commit-review-policy.html:
1847 2011-01-01 Adam Barth <abarth@webkit.org>
1849 Reviewed by Eric Seidel.
1851 Move JavaScriptCore to Source
1852 https://bugs.webkit.org/show_bug.cgi?id=51604
1854 * coding/assertion-guidelines.html:
1855 - Update documentation to point to the new location of
1858 2010-12-17 Dan Bernstein <mitz@apple.com>
1860 Reviewed by Simon Fraser.
1862 Rename WebKitTools to Tools
1863 https://bugs.webkit.org/show_bug.cgi?id=49861
1865 * asking_questions.html:
1866 * building/tools.html:
1867 * coding/scripts.html:
1869 2010-11-08 Jessie Berlin <jberlin@apple.com>
1871 Reviewed by Adam Roben.
1873 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
1875 https://bugs.webkit.org/show_bug.cgi?id=49189
1877 * building/tools.html:
1878 Add a line recommending bash shell users to comment out or remove those lines, with an
1879 explanation as to why.
1881 2010-11-04 Orlando Leite <orlleite@gmail.com>
1883 Reviewed by Adam Barth.
1885 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
1887 * building/tools.html:
1889 2010-10-29 Adam Roben <aroben@apple.com>
1891 Instruct developers to install the Feburary 2010 DirectX SDK, not just
1894 The February 2010 SDK is the last one with support for Visual Studio
1897 I also removed some unnecessary instructions regarding the DirectX
1900 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
1901 specific version of the DirectX SDK
1903 Reviewed by Steve Falkenburg.
1905 * building/tools.html:
1907 2010-10-28 Lucas Forschler <lforschler@apple.com>
1909 Reviewed by Geoffrey Garen.
1911 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
1913 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
1914 -Edited the .htaccess file to redirect the old pages to the new landing page.
1915 -This should keep our search engine page rankings effective.
1916 Potentially breaking:
1917 -This COULD potentially break the SunSpider benchmark.
1918 -Local testing with relative links seems to function as expected.
1919 -The .htaccess 301 redirects are UNTESTED.
1923 * perf/sunspider: Added.
1924 * perf/sunspider-0.9.1/sunspider.html: Removed.
1925 * perf/sunspider-0.9.1/versions.html: Removed.
1926 * perf/sunspider-0.9/sunspider.html: Removed.
1927 * perf/sunspider/sunspider.css: Added.
1928 * perf/sunspider/sunspider.html: Added.
1930 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
1932 Reviewed by David Levin.
1934 Add DirectX SDK to Installing Developer Tools web page
1935 https://bugs.webkit.org/show_bug.cgi?id=47911
1937 * building/tools.html:
1939 2010-09-30 David Levin <levin@chromium.org>
1941 Reviewed by Darin Adler.
1943 Add guideline for constructors doing implicit type conversion to coding style.
1944 https://bugs.webkit.org/show_bug.cgi?id=47646
1946 * coding/coding-style.html:
1948 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
1950 Reviewed by Simon Fraser.
1952 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
1953 https://bugs.webkit.org/show_bug.cgi?id=47013
1955 * nav.inc: Removed the space from the web inspector wiki link.
1957 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
1959 Unreviewed HTML syntax fix for my recent change in the coding-style.
1961 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
1963 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
1965 Reviewed by Darin Adler.
1967 check-webkit-style and the coding style guidelines page are inconsistent
1968 https://bugs.webkit.org/show_bug.cgi?id=46099
1970 * coding/coding-style.html:
1971 Making clear that includes of system headers must come after includes of other headers.
1973 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
1975 Reviewed by Adam Barth.
1977 Adding a timeline screenshot for blocking and defer scripts
1978 https://bugs.webkit.org/show_bug.cgi?id=45933
1980 * blog-files/timeline-blocking-script.png: Added.
1981 * blog-files/timeline-defer-script.png: Added.
1983 2010-09-14 Jessie Berlin <jberlin@apple.com>
1985 Reviewed by Adam Roben.
1987 Exceptions are getting ignored on 64-bit Windows in the Web Process.
1988 https://bugs.webkit.org/show_bug.cgi?id=45779
1990 * building/tools.html:
1991 Add instructions about how to optionally get hotfix 976038.
1993 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
1995 Reviewed by Adam Barth.
1997 https://bugs.webkit.org/show_bug.cgi?id=43982
1998 This js file seems to be a popular script for detecting mobile WebKit but
1999 it has a flaw that makes it fail on Android and BlackBerry.
2001 The issue is that it looks for "Mobile/" but Android and BlackBerry
2002 use "Mobile" with no numbering after it.
2003 Changed RegExp pattern " Mobile/" to " Mobile\\b".
2005 * misc/WebKitDetect.js:
2006 (WebKitDetect.isMobile):
2008 2010-08-27 Darin Adler <darin@apple.com>
2010 * coding/RefPtr.html: Minor revision, improve clarity and mention some
2011 recent developments.
2013 2010-08-26 Daniel Bates <dbates@rim.com>
2015 Reviewed by Dumitru Daniliuc.
2017 Fix misspelled words on WebKit.org contact.html,
2018 demos/index.html, and quality/leakhunting.html
2019 https://bugs.webkit.org/show_bug.cgi?id=44747
2021 Fix some misspelled words on the WebKit.org site.
2023 * contact.html: Change "bugreports" [sic] to "bug reports".
2024 * demos/index.html: Change "testcase" [sic] to "test case".
2025 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
2027 2010-08-23 David Kilzer <ddkilzer@apple.com>
2029 Clean up some HTML typos in crashlogs.html
2031 Rubber-stamped by Maciej Stachowiak.
2033 * quality/crashlogs.html: Fixed "</code>>" typos added in
2034 r56300. Changed "<tt>" tag with style attribute to "<code>"
2035 that was missed in r56300.
2037 2010-08-17 Beth Dakin <bdakin@apple.com>
2039 Rubber-stamped by Adele.
2041 Adding a MathML Demo and screenshot.
2043 * blog-files/riemann-screenshot.png: Added.
2044 * demos/mathml: Added.
2045 * demos/mathml/MathMLDemo.xhtml: Added.
2047 2010-08-17 Adam Roben <aroben@apple.com>
2049 Instruct developers to (optionally) install Debugging Tools for
2052 These tools are used by some of our scripts, so are useful for
2053 developers to have installed.
2055 Fixes <http://webkit.org/b/44128> webkit.org building instructions
2056 should recommend installing Debugging Tools for Windows
2058 Reviewed by Sam Weinig.
2060 * building/tools.html:
2062 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
2064 Reviewed by Nikolas Zimmermann.
2066 Update SVG implementation status.
2068 * projects/svg/status.xml:
2070 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
2072 Reviewed by Darin Adler.
2074 Add a diagram explaining how a DOM element is attached to the site.
2075 https://bugs.webkit.org/show_bug.cgi?id=42763
2077 * coding/dom-element-attach.html: Added.
2078 * coding/images/dom-element-attach-large.png: Added.
2079 * coding/images/dom-element-attach-small.png: Added.
2080 * coding/images/dom-element-attach.graffle: Added.
2081 * coding/technical-articles.html: Added a link to the page with the diragram.
2083 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
2085 Reviewed by Darin Adler.
2087 Improve assertion macro documentation.
2089 https://bugs.webkit.org/show_bug.cgi?id=40565
2091 * coding/assertion-guidelines.html:
2093 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
2095 Reviewed by Geoffrey Garen.
2097 Add an index of technical articles to the WebKit site. This makes the
2098 links to the RefPtr and Assertion documentation discoverable and
2099 provides an easy way to find some useful blog posts.
2101 https://bugs.webkit.org/show_bug.cgi?id=40561
2103 * coding/technical-articles.html: Added.
2104 * nav.inc: Add link to technical articles.
2106 2010-06-15 Adam Roben <aroben@apple.com>
2108 Remove some unnecessary steps for setting up the debugger on Windows
2110 Apparently update-webkit does this for you now.
2112 Rubber-stamped by Steve Falkenburg.
2114 * building/debug.html: Removed the first two Windows steps, which are
2115 now unnecessary, and updated the third to reflect reality.
2117 2010-06-14 Adam Roben <aroben@apple.com>
2119 Improve instructions for debugging on Windows
2121 Fixes <http://webkit.org/b/40585>.
2123 Reviewed by Steve Falkenburg.
2125 * building/debug.html: Improved the Windows instructions. We now
2126 instruct users to set things up so that hitting F5 from WebKit.sln
2127 will launch Safari with the WEBKITNIGHTLY environment variable
2128 pointing to the location of the built WebKit.dll.
2130 * building/console_vs2005.jpg: Removed.
2131 * building/debug_vs2005.jpg: Removed.
2133 * building/launch-debugger-vs2005.png: Added.
2134 * building/set-as-startup-project-vs2005.png: Added.
2135 * building/set-debugging-properties-vs2005.png: Added.
2137 2010-06-07 Jeremy Moskovich <jeremy@chromium.org>
2139 Reviewed by Darin Adler.
2141 Add documentation on the various assertion macros in WebKit.
2143 https://bugs.webkit.org/show_bug.cgi?id=39950
2145 * coding/assertion-guidelines.html: Added.
2147 2010-05-29 Sterling Swigart <sswigart@google.com>
2149 Reviewed by David Levin.
2151 Adding tests to canvas.html performance test
2152 https://bugs.webkit.org/show_bug.cgi?id=39883
2154 * demos/canvas-perf/canvas.html:
2160 2010-05-25 Jeremy Orlow <jorlow@chromium.org>
2162 Reviewed by Darin Adler.
2164 Update the style guide re: static member variables and structs
2165 https://bugs.webkit.org/show_bug.cgi?id=39663
2167 Per Darin Adler's proposal on webkit-dev.
2169 All static member variables should be prefixed with s_.
2170 m_ should not be used for public data members in structs.
2171 Only structs should have public data members.
2173 * coding/coding-style.html:
2175 2010-05-24 David Levin <levin@chromium.org>
2177 Reviewed by Maciej Stachowiak.
2179 Improve canvas perf test accuracy.
2180 https://bugs.webkit.org/show_bug.cgi?id=39635
2182 * demos/canvas-perf/canvas.html:
2183 1. Change the various tests to get the image data for the result
2184 to help ensure that the operation has completed by the time,
2185 and subtract out the time needed to do this.
2186 2. Made the test more flexible about number of repetitions and
2188 3. Make the tests run separately and have a pause between them
2189 to allow for garbage collection so that results are more
2191 4. Added a standard logging function and shouldBe asserts to
2192 verify that the correct scaling operations were happening.
2194 2010-05-20 Daniel Bates <dbates@rim.com>
2196 Rubber-stamped by Simon Fraser.
2198 Spelling correction; change "acces" [sic] to "access".
2200 * quality/lifecycle.html:
2202 2010-05-14 Eric Seidel <eric@webkit.org>
2204 Reviewed by Maciej Stachowiak.
2206 Update tools.html to mention that Tiger users require a newer Python
2207 https://bugs.webkit.org/show_bug.cgi?id=38822
2209 Also updated the instructions that only Tiger users need
2210 to install a subversion client. Newer OSes already have
2211 subversion included in the install.
2213 * building/tools.html:
2215 2010-05-08 Dirk Schulze <krit@webkit.org>
2217 Reviewed by Nikolas Zimmermann.
2219 SVGFont's VKern implementation missing
2220 https://bugs.webkit.org/show_bug.cgi?id=38663
2222 * projects/svg/status.xml:
2224 2010-05-05 Shinichiro Hamaji <hamaji@chromium.org>
2226 Reviewed by Adam Barth.
2228 Commit and Review policy should encourage unofficial reviews
2229 https://bugs.webkit.org/show_bug.cgi?id=38517
2231 * coding/commit-review-policy.html:
2233 2010-05-04 Dumitru Daniliuc <dumi@chromium.org>
2235 Reviewed by Darin Adler.
2237 Fix the sticky-notes demo.
2238 https://bugs.webkit.org/show_bug.cgi?id=38550
2240 1. Exceptions thrown by openDatabase() should be treated as
2242 2. Do not allow users to create new notes when openDatabase()
2245 * demos/sticky-notes/index.html:
2247 2010-05-02 Dirk Schulze <krit@webkit.org>
2249 Reviewed by Nikolas Zimmermann.
2251 SVG hkern implementation incomplete
2252 https://bugs.webkit.org/show_bug.cgi?id=38407
2254 We support hkern now. Mention this in the SVG status page.
2256 * projects/svg/status.xml:
2258 2010-04-29 Dean Jackson <dino@apple.com>
2260 Unreviewed. Make a note that we are no longer proposing
2261 the evaluateMediaQuery method. Instead, we are following
2262 the standard matchMedium method from CSS 3 View.
2264 * specs/MediaQueriesExtensions.html:
2266 2010-04-18 Adam Barth <abarth@webkit.org>
2268 Unreviewed. Update a label of the diagram to better match the
2269 description in the text of the blog post.
2271 * blog-files/loader-diagram.svg:
2273 2010-04-17 Adam Barth <abarth@webkit.org>
2275 Unreviewed. Added loader diagram for upcoming blog post.
2277 * blog-files/loader-diagram.svg: Added.
2279 2010-04-11 Joseph Pecoraro <joepeck@webkit.org>
2281 Reviewed by Eric Seidel.
2283 Minor Updates and Cleanup to the Contributing Page
2284 https://bugs.webkit.org/show_bug.cgi?id=37415
2286 * coding/contributing.html:
2288 2010-04-07 Maciej Stachowiak <mjs@apple.com>
2292 Random demo to look cool on twitter.
2294 * misc/gradient-input.html: Added.
2296 2010-04-04 Pavel Feldman <pfeldman@chromium.org>
2300 Adding images for inspector blog post. Previewed by Timothy Hatcher.
2302 * blog-files/inspector/audits_launcher.png: Added.
2303 * blog-files/inspector/audits_panel.png: Added.
2304 * blog-files/inspector/console_panel.png: Added.
2305 * blog-files/inspector/context_menu.png: Added.
2306 * blog-files/inspector/css_highlighted_line.png: Added.
2307 * blog-files/inspector/css_line_number_snippet.png: Added.
2308 * blog-files/inspector/css_line_numbers.png: Added.
2309 * blog-files/inspector/deactivate_breakpoints.png: Added.
2310 * blog-files/inspector/evaluate_on_hover.png: Added.
2311 * blog-files/inspector/evaluate_on_hover_2.png: Added.
2312 * blog-files/inspector/inherited_styles.png: Added.
2313 * blog-files/inspector/large_dom.png: Added.
2314 * blog-files/inspector/large_resources.png: Added.
2315 * blog-files/inspector/pseudo_elements.png: Added.
2316 * blog-files/inspector/redirect_headers.png: Added.
2317 * blog-files/inspector/redirect_headers_full.png: Added.
2318 * blog-files/inspector/redirects.png: Added.
2319 * blog-files/inspector/redirects_full.png: Added.
2320 * blog-files/inspector/timeline_overview.png: Added.
2321 * blog-files/inspector/timeline_panel.png: Added.
2322 * blog-files/inspector/timeline_record_details.png: Added.
2324 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2326 Reviewed by David Levin.
2328 Asking Questions Page Grammar Fixes
2329 https://bugs.webkit.org/show_bug.cgi?id=36608
2331 * asking_questions.html:
2333 2010-03-25 Joseph Pecoraro <joepeck@webkit.org>
2335 Reviewed by Timothy Hatcher.
2337 New Asking Questions Page is not Valid HTML5
2338 https://bugs.webkit.org/show_bug.cgi?id=36605
2340 * asking_questions.html: fixed issues raised by the validator.
2342 2010-03-25 Julien Chaffraix <jchaffraix@webkit.org>
2344 Reviewed by David Levin.
2346 Add a page on how to ask questions
2347 https://bugs.webkit.org/show_bug.cgi?id=35223
2349 * asking_questions.html: Added.
2350 Add a page on how to ask questions based on Ariya Hidayat's mail: how
2351 to get help effectively
2352 (http://article.gmane.org/gmane.os.opendarwin.webkit.user/145/match=get+help+effectively)
2354 * contact.html: Tweaked the wording to make it more clear what the
2355 mailing list are used for. Also changed the formatting to better
2356 underline the different mailing lists.
2358 2010-03-24 Sam Weinig <sam@webkit.org>
2360 Rubber-stamped by Anders Carlsson..
2362 Update Security Group Members list.
2364 * security/security-group-members.html:
2366 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2370 Add another example.
2372 * demos/accessible-ascii-art/butterfly-figure.html: Added.
2374 2010-03-22 Maciej Stachowiak <mjs@apple.com>
2378 Add example of accessible ASCII art for HTML WG.
2380 * demos/accessible-ascii-art: Added.
2381 * demos/accessible-ascii-art/butterfly.html: Added.
2383 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2385 Reviewed by Mark Rowe.
2387 WebKit blog should be valid HTML5
2388 https://bugs.webkit.org/show_bug.cgi?id=36410
2390 * blog/wp-content/themes/webkit/comments-popup.php:
2391 * blog/wp-content/themes/webkit/footer.php:
2392 * blog/wp-content/themes/webkit/header.php:
2394 2010-03-20 Maciej Stachowiak <mjs@apple.com>
2396 Reviewed by Mark Rowe.
2398 Fix a bunch of HTML5 validation errors on various pages.
2399 https://bugs.webkit.org/show_bug.cgi?id=36409
2401 * building/build.html:
2402 * building/checkout.html:
2403 * building/debug.html:
2404 * building/run.html:
2405 * building/tools.html:
2406 * coding/coding-style.html:
2407 * coding/contributing.html:
2408 * coding/major-objects.html:
2413 * projects/compat/index.html:
2414 * projects/css/index.html:
2415 * projects/documentation/index.html:
2416 * projects/goals.html:
2417 * projects/index.html:
2418 * projects/mathml/index.html:
2419 * quality/bugpriorities.html:
2420 * quality/bugwriting.html:
2421 * quality/crashlogs.html:
2422 * quality/lifecycle.html:
2423 * quality/testing.html:
2424 * quality/testwriting.html:
2426 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2428 Reviewed by Mark Rowe.
2430 webkit.org should use the HTML5 doctype
2431 https://bugs.webkit.org/show_bug.cgi?id=36407
2434 * misc/drosera/index.html:
2435 * perf/slickspeed/system/index.php:
2436 * perf/slickspeed/system/template.php:
2439 2010-03-19 Maciej Stachowiak <mjs@apple.com>
2441 Reviewed by Mark Rowe.
2443 http://webkit.org/ has an HTML5 validation error
2444 https://bugs.webkit.org/show_bug.cgi?id=36406
2448 2010-03-15 Maciej Stachowiak <mjs@apple.com>
2450 Tweak canvas perf demo.
2452 * demos/canvas-perf/canvas.html:
2454 2010-03-14 Maciej Stachowiak <mjs@apple.com>
2456 Added canvas perf demo for whatwg.
2458 * demos/canvas-perf: Added.
2459 * demos/canvas-perf/canvas.html: Added.
2460 * demos/canvas-perf/kraken.jpg: Added.
2462 2010-03-09 Adam Roben <aroben@apple.com>
2464 Add a link to the Contributors Meeting registration form in the
2467 Rubber-stamped in advance by Adele Peterson.
2469 * nav.inc: Added a link underneath "Trac".
2471 2010-02-26 Sam Weinig <sam@webkit.org>
2473 Rubber-stamped by Adele Peterson.
2475 Update Security Group Members list.
2477 * security/security-group-members.html:
2479 2010-02-23 Jessie Berlin <jberlin@webkit.org>
2481 Reviewed by Eric Seidel and Adam Roben.
2483 Debugging WebKit on Windows should mention WebKit.sln as an alternative to running debug-safari.
2484 https://bugs.webkit.org/show_bug.cgi?id=35098
2486 * building/debug.html:
2487 Add instructions on how to build and run WebKit from within Visual Studio.
2489 2010-02-20 Maciej Stachowiak <mjs@apple.com>
2491 Rubber stamped by Adam Barth.
2493 Add sunspider-0.9.1 to the site in preparation for announcing it.
2494 https://bugs.webkit.org/show_bug.cgi?id=35206
2496 * perf/sunspider-0.9.1: Added.
2497 * perf/sunspider-0.9.1/json2.js: Added.
2498 * perf/sunspider-0.9.1/sunspider-0.9: Added.
2499 * perf/sunspider-0.9.1/sunspider-0.9.1: Added.
2500 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html: Added.
2501 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html: Added.
2502 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js: Added.
2503 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-prefix.js: Added.
2504 * perf/sunspider-0.9.1/sunspider-0.9/driver.html: Added.
2505 * perf/sunspider-0.9.1/sunspider-0.9/results.html: Added.
2506 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js: Added.
2507 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-prefix.js: Added.
2508 * perf/sunspider-0.9.1/sunspider-analyze-results.js: Added.
2509 * perf/sunspider-0.9.1/sunspider-compare-results.js: Added.
2510 * perf/sunspider-0.9.1/sunspider.css: Added.
2511 * perf/sunspider-0.9.1/sunspider.html: Added.
2512 * perf/sunspider-0.9.1/versions.html: Added.
2514 2010-02-17 Maciej Stachowiak <mjs@apple.com>
2516 Not reviewed - demo.
2518 Made some examples of using <details> for table descriptions.
2520 * demos/hover-summary: Added.
2521 * demos/hover-summary/details.css: Added.
2522 * demos/hover-summary/details.js: Added.
2523 (summaryClickListener):
2526 * demos/hover-summary/example1.html: Added.
2527 * demos/hover-summary/example2.html: Added.
2528 * demos/hover-summary/horizontal-triangle.png: Added.
2529 * demos/hover-summary/vertical-triangle.png: Added.
2531 2010-02-02 Jens Alfke <snej@chromium.org>
2533 Reviewed by David Levin.
2535 Clarified coding guidelines on wiki to allow indentation of
2536 _nested_ namespaces.
2537 https://bugs.webkit.org/show_bug.cgi?id=32137
2539 * coding/coding-style.html:
2541 2010-01-24 Chris Jerdonek <cjerdonek@webkit.org>
2543 Reviewed by David Kilzer.
2545 Added to contributing code page a pointer to the preferred
2546 license text. Also added information about copyright lines.
2548 https://bugs.webkit.org/show_bug.cgi?id=34017
2550 * coding/contributing.html:
2552 - Added CSS class for books.
2554 2010-01-21 Chris Jerdonek <cjerdonek@webkit.org>
2556 Reviewed by David Levin.
2558 Added screenshots and clearer instructions on how to submit
2561 https://bugs.webkit.org/show_bug.cgi?id=32542
2563 Also added that a bug report should be selected or created
2564 prior to submitting a patch.
2566 * coding/contributing.html:
2567 * coding/images: Added.
2568 * coding/images/contribute_add_attachment.png: Added.
2569 * coding/images/contribute_mark_review.png: Added.
2571 2010-01-11 Maciej Stachowiak <mjs@apple.com>
2573 Not reviewed; updated for truth (and readability).
2575 Fixed some wrong listings and reorganized this page.
2577 * security/security-group-members.html:
2579 2010-01-06 Dirk Schulze <krit@webkit.org>
2581 Reviewed by Nikolas Zimmermann.
2584 https://bugs.webkit.org/show_bug.cgi?id=31905
2586 Update SVG status page. We support feDisplacementMap and feImage now.
2588 * projects/svg/status.xml:
2590 2009-12-20 Chris Jerdonek <chris.jerdonek@gmail.com>
2592 Reviewed by Darin Adler.
2594 Removed outdated contact information from bug life cycle page.
2596 https://bugs.webkit.org/show_bug.cgi?id=32494
2598 * quality/lifecycle.html:
2600 2009-12-13 Dan Bernstein <mitz@apple.com>
2602 Reviewed by Sam Weinig.
2604 Add a style guideline concerning floating point literals
2605 https://bugs.webkit.org/show_bug.cgi?id=32497
2607 * coding/coding-style.html:
2609 2009-12-09 Marwan Al Jubeh <marwan.aljubeh@gmail.com>
2611 Reviewed by Adam Roben.
2613 Fixes: https://bugs.webkit.org/show_bug.cgi?id=31228
2614 Set the WebKitOutputDir, WebKitLibrariesDir and Cygwin environment variables automatically
2615 in Windows as part of running update_webkit.
2617 * building/build.html:
2618 - removed the reference to forgetting to set environment variables as a common source of errors
2619 on Windows. This is because this patch would make it unnecessary for the user to set these
2622 2009-12-09 Chris Jerdonek <chris.jerdonek@gmail.com>
2624 Reviewed by Darin Adler.
2626 Added the "using std::foo" rule to the coding style guidelines.
2628 https://bugs.webkit.org/show_bug.cgi?id=32301
2630 Added to the coding style guidelines the "using std::foo" rule
2631 checked by the check-webkit-style script. Also clarified the
2632 "using" statement guidelines that apply to implementation files.
2634 * coding/coding-style.html:
2636 2009-12-05 Chris Jerdonek <chris.jerdonek@gmail.com>
2638 Reviewed by Darin Adler.
2640 Refactored web site documentation so that advice to add
2641 WebKitTools/Scripts to your shell path does not appear
2644 https://bugs.webkit.org/show_bug.cgi?id=32112
2646 * building/build.html:
2647 * building/checkout.html:
2648 * building/run.html:
2649 * coding/coding-style.html:
2650 * coding/contributing.html:
2651 * coding/scripts.html: Added.
2652 * quality/testing.html:
2654 2009-12-04 Marc-Antoine Ruel <maruel@chromium.org>
2656 Reviewed by Eric Seidel.
2658 Add reference to the GTK and QT build wiki pages
2660 https://bugs.webkit.org/show_bug.cgi?id=32088
2662 * building/tools.html:
2665 2009-12-01 Chris Jerdonek <chris.jerdonek@gmail.com>
2667 Reviewed by Darin Adler.
2669 Added clarifications to the web site regarding coding style and
2672 https://bugs.webkit.org/show_bug.cgi?id=31618
2674 Changes include the following:
2676 - Expanded the style guidelines regarding "using" statements.
2677 - Made the style guidelines page validate as HTML.
2678 - Added that legacy WebKit components should not be cleaned up.
2679 - Added that it is more acceptable to update style when already
2682 * coding/coding-style.html:
2683 * coding/contributing.html:
2684 * projects/cleanup/index.html:
2686 2009-11-18 Eric Seidel <eric@webkit.org>
2688 Reviewed by David Levin.
2690 Make 80 patches a formal requirement for reviewership
2691 https://bugs.webkit.org/show_bug.cgi?id=31313
2692 Per discussion on the webkit-reviewers list:
2693 http://lists.webkit.org/mailman/private.cgi/webkit-reviewers/2009-November/000795.html
2695 * coding/commit-review-policy.html:
2697 2009-11-18 Daniel Bates <dbates@webkit.org>
2699 Reviewed by Eric Seidel.
2701 https://bugs.webkit.org/show_bug.cgi?id=31610
2703 Adds property "min-width" to #title so that the width of the title
2704 element on each page is at least 790px. In particular, this makes
2705 the page <http://webkit.org/security/security-group-members.html>
2706 consistent, in appearance, to the rest of the site.
2710 2009-11-16 Sam Weinig <sam@webkit.org>
2712 Reviewed by Anders Carlsson.
2714 Update Security Group Members list.
2716 * security/security-group-members.html:
2718 2009-11-16 Sam Weinig <sam@webkit.org>
2720 Reviewed by Adele Peterson.
2722 Update Security Group Members list.
2724 * security/security-group-members.html:
2726 2009-11-13 Chris Jerdonek <chris.jerdonek@gmail.com>
2728 Reviewed by Darin Adler.
2730 Added to the WebKit Coding Style Guidelines not to use
2731 "using namespace" statements in header files.
2733 * coding/coding-style.html:
2735 2009-11-10 Oliver Hunt <oliver@apple.com>
2737 Reviewed by Maciej Stachowiak.
2739 Fix WebGL demos to work with renamed WebGL primitives
2741 * blog-files/webgl/Earth.html:
2742 * blog-files/webgl/ManyPlanetsDeep.html:
2743 * blog-files/webgl/SpinningBox.html:
2744 * blog-files/webgl/SpiritBox.html:
2745 * blog-files/webgl/TeapotPerPixel.html:
2746 * blog-files/webgl/TeapotPerVertex.html:
2747 * blog-files/webgl/WebGL+CSS.html:
2748 * blog-files/webgl/resources/CanvasMatrix.js:
2749 (CanvasMatrix4.prototype.getAsWebGLFloatArray):
2750 * blog-files/webgl/resources/utils3d.js:
2755 2009-11-06 Dirk Schulze <krit@webkit.org>
2757 Rubber stamped by Eric Seidel.
2759 Update SVG status page. We support feMorphology now.
2760 Set lightning filters to unimplemented.
2762 * projects/svg/status.xml:
2764 2009-11-06 Jeff Schiller <codedread@gmail.com>
2766 Reviewed by Darin Adler.
2768 SVG Status page update
2769 https://bugs.webkit.org/show_bug.cgi?id=31179
2771 * projects/svg/status.xml:
2773 2009-11-03 Darin Adler <darin@apple.com>
2775 Set the MIME type for all PNG files in this directory.
2777 * blog-files/3d-transforms/mighty-cubes.png: Added property svn:mime-type.
2778 * blog-files/3d-transforms/poster-circle.png: Added property svn:mime-type.
2779 * blog-files/InspectorDatabaseBrowser.png: Modified property svn:mime-type.
2780 * blog-files/acid3-100.png: Modified property svn:mime-type.
2781 * blog-files/acid3-full-rendering-pass.png: Modified property svn:mime-type.
2782 * blog-files/acid3-rendering-reference.png: Modified property svn:mime-type.
2783 * blog-files/acid3-screenshot.png: Modified property svn:mime-type.
2784 * blog-files/acid3-timing-screenshot.png: Modified property svn:mime-type.
2785 * blog-files/acid3-timing.png: Modified property svn:mime-type.
2786 * blog-files/bounce.png: Added property svn:mime-type.
2787 * blog-files/gebcnwebkitonly.png: Modified property svn:mime-type.
2788 * blog-files/inspector-closure-scope.png: Added property svn:mime-type.
2789 * blog-files/inspector-console-autocomplete.png: Added property svn:mime-type.
2790 * blog-files/inspector-databases-panel-query-view.png: Added property svn:mime-type.
2791 * blog-files/inspector-databases-panel.png: Added property svn:mime-type.
2792 * blog-files/inspector-disabling-properties.png: Added property svn:mime-type.
2793 * blog-files/inspector-elements-panel.png: Added property svn:mime-type.
2794 * blog-files/inspector-event-scope.png: Added property svn:mime-type.
2795 * blog-files/inspector-profiles-panel.png: Added property svn:mime-type.
2796 * blog-files/inspector-resources-panel.png: Added property svn:mime-type.
2797 * blog-files/inspector-scripts-panel.png: Added property svn:mime-type.
2798 * blog-files/inspector-searching-elements.png: Added property svn:mime-type.
2799 * blog-files/inspector-searching-profiles.png: Added property svn:mime-type.
2800 * blog-files/inspector-status-bar-with-errors.png: Added property svn:mime-type.
2801 * blog-files/inspector-toolbar.png: Added property svn:mime-type.
2802 * blog-files/inspector-with-scope.png: Added property svn:mime-type.
2803 * blog-files/inspector/breakpoints.png: Added property svn:mime-type.
2804 * blog-files/inspector/colors.png: Added property svn:mime-type.
2805 * blog-files/inspector/cookies.png: Added property svn:mime-type.
2806 * blog-files/inspector/css_selectors.png: Added property svn:mime-type.
2807 * blog-files/inspector/css_syntax_highlight.png: Added property svn:mime-type.
2808 * blog-files/inspector/dom_storage.png: Added property svn:mime-type.
2809 * blog-files/inspector/edit_attributes.png: Added property svn:mime-type.
2810 * blog-files/inspector/enable.png: Added property svn:mime-type.
2811 * blog-files/inspector/event_listeners.png: Added property svn:mime-type.
2812 * blog-files/inspector/form_data.png: Added property svn:mime-type.
2813 * blog-files/inspector/inline_highlight.png: Added property svn:mime-type.
2814 * blog-files/inspector/inorder.png: Added property svn:mime-type.
2815 * blog-files/inspector/inspect_inspector.png: Added property svn:mime-type.
2816 * blog-files/inspector/inspect_inspector_small.png: Added property svn:mime-type.
2817 * blog-files/inspector/load_lines.png: Added property svn:mime-type.
2818 * blog-files/inspector/nodelist.png: Added property svn:mime-type.
2819 * blog-files/inspector/scope_bar.png: Added property svn:mime-type.
2820 * blog-files/inspector/watched_expression.png: Added property svn:mime-type.
2821 * blog-files/kate-circle.png: Modified property svn:mime-type.
2822 * blog-files/kate-gradient-rounded.png: Modified property svn:mime-type.
2823 * blog-files/kate-gradient.png: Modified property svn:mime-type.
2824 * blog-files/kate-reflected.png: Modified property svn:mime-type.
2825 * blog-files/kate-vignette-mask.png: Modified property svn:mime-type.
2826 * blog-files/kate.png: Modified property svn:mime-type.
2827 * blog-files/leaves/images/apple-touch-icon.png: Added property svn:mime-type.
2828 * blog-files/leaves/images/realLeaf1.png: Added property svn:mime-type.
2829 * blog-files/leaves/images/realLeaf2.png: Added property svn:mime-type.
2830 * blog-files/leaves/images/realLeaf3.png: Added property svn:mime-type.
2831 * blog-files/leaves/images/realLeaf4.png: Added property svn:mime-type.
2832 * blog-files/leaves/images/textBackground.png: Added property svn:mime-type.
2833 * blog-files/maskspeedracer.png: Modified property svn:mime-type.
2834 * blog-files/pulse.png: Added property svn:mime-type.
2835 * blog-files/scrollbarpicture.png: Modified property svn:mime-type.
2836 * blog-files/sfx-perf.png: Modified property svn:mime-type.
2837 * blog-files/squirrelfish-webkit-graph.png: Modified property svn:mime-type.
2838 * blog-files/squirrelfish.png: Modified property svn:mime-type.
2839 * blog-files/vignette-mask.png: Modified property svn:mime-type.
2840 * blog-files/webgl/resources/mars500x250.png: Modified property svn:mime-type.
2841 * blog-files/wsj-nopreload.png: Modified property svn:mime-type.
2842 * blog-files/wsj-preload.png: Modified property svn:mime-type.
2843 * blog-files/wsj-vs.png: Modified property svn:mime-type.
2844 * blog/wp-admin/images/align-center.png: Added property svn:mime-type.
2845 * blog/wp-admin/images/align-left.png: Added property svn:mime-type.
2846 * blog/wp-admin/images/align-none.png: Added property svn:mime-type.
2847 * blog/wp-admin/images/align-right.png: Added property svn:mime-type.
2848 * blog/wp-admin/images/archive-link.png: Added property svn:mime-type.
2849 * blog/wp-admin/images/blue-grad.png: Added property svn:mime-type.
2850 * blog/wp-admin/images/button-grad-active-vs.png: Added property svn:mime-type.
2851 * blog/wp-admin/images/button-grad-active.png: Added property svn:mime-type.
2852 * blog/wp-admin/images/button-grad-vs.png: Added property svn:mime-type.
2853 * blog/wp-admin/images/button-grad.png: Added property svn:mime-type.
2854 * blog/wp-admin/images/comment-grey-bubble.png: Added property svn:mime-type.
2855 * blog/wp-admin/images/fade-butt.png: Modified property svn:mime-type.
2856 * blog/wp-admin/images/fav-top.png: Added property svn:mime-type.
2857 * blog/wp-admin/images/fav-vs.png: Added property svn:mime-type.
2858 * blog/wp-admin/images/fav.png: Added property svn:mime-type.
2859 * blog/wp-admin/images/generic.png: Added property svn:mime-type.
2860 * blog/wp-admin/images/gray-grad.png: Added property svn:mime-type.
2861 * blog/wp-admin/images/icons32-vs.png: Added property svn:mime-type.
2862 * blog/wp-admin/images/icons32.png: Added property svn:mime-type.
2863 * blog/wp-admin/images/list-vs.png: Added property svn:mime-type.
2864 * blog/wp-admin/images/list.png: Added property svn:mime-type.
2865 * blog/wp-admin/images/logo-ghost.png: Added property svn:mime-type.
2866 * blog/wp-admin/images/marker.png: Added property svn:mime-type.
2867 * blog/wp-admin/images/mask.png: Added property svn:mime-type.
2868 * blog/wp-admin/images/menu-vs.png: Added property svn:mime-type.
2869 * blog/wp-admin/images/menu.png: Added property svn:mime-type.
2870 * blog/wp-admin/images/no.png: Added property svn:mime-type.
2871 * blog/wp-admin/images/se.png: Added property svn:mime-type.
2872 * blog/wp-admin/images/wheel.png: Added property svn:mime-type.
2873 * blog/wp-admin/images/white-grad-active.png: Added property svn:mime-type.
2874 * blog/wp-admin/images/white-grad.png: Added property svn:mime-type.
2875 * blog/wp-admin/images/wordpress-logo.png: Modified property svn:mime-type.
2876 * blog/wp-admin/images/yes.png: Added property svn:mime-type.
2877 * blog/wp-content/Picture9.png: Modified property svn:mime-type.
2878 * blog/wp-content/chucknorris.png: Modified property svn:mime-type.
2879 * blog/wp-content/databaseexample.png: Modified property svn:mime-type.
2880 * blog/wp-content/drosera.png: Modified property svn:mime-type.
2881 * blog/wp-content/hitlist.png: Modified property svn:mime-type.
2882 * blog/wp-content/rotate.png: Modified property svn:mime-type.
2883 * blog/wp-content/svgtext.png: Modified property svn:mime-type.
2884 * blog/wp-content/svgtextmini.png: Modified property svn:mime-type.
2885 * blog/wp-content/svgtextmini_01.png: Modified property svn:mime-type.
2886 * blog/wp-content/themes/classic/screenshot.png: Modified property svn:mime-type.
2887 * blog/wp-content/themes/default/screenshot.png: Modified property svn:mime-type.
2888 * blog/wp-content/uploads/2007/06/newinspector.png: Modified property svn:mime-type.
2889 * blog/wp-content/webInspector.png: Modified property svn:mime-type.
2890 * blog/wp-includes/images/crystal/archive.png: Added property svn:mime-type.
2891 * blog/wp-includes/images/crystal/audio.png: Added property svn:mime-type.
2892 * blog/wp-includes/images/crystal/code.png: Added property svn:mime-type.
2893 * blog/wp-includes/images/crystal/default.png: Added property svn:mime-type.
2894 * blog/wp-includes/images/crystal/document.png: Added property svn:mime-type.
2895 * blog/wp-includes/images/crystal/interactive.png: Added property svn:mime-type.
2896 * blog/wp-includes/images/crystal/spreadsheet.png: Added property svn:mime-type.
2897 * blog/wp-includes/images/crystal/text.png: Added property svn:mime-type.
2898 * blog/wp-includes/images/crystal/video.png: Added property svn:mime-type.
2899 * blog/wp-includes/images/rss.png: Modified property svn:mime-type.
2900 * blog/wp-includes/images/upload.png: Added property svn:mime-type.
2901 * blog/wp-includes/images/wlw/wp-comments.png: Added property svn:mime-type.
2902 * blog/wp-includes/images/wlw/wp-icon.png: Added property svn:mime-type.
2903 * blog/wp-includes/images/wlw/wp-watermark.png: Added property svn:mime-type.
2904 * blog/wp-includes/js/codepress/images/line-numbers.png: Added property svn:mime-type.
2905 * blog/wp-includes/js/thickbox/macFFBgHack.png: Added property svn:mime-type.
2906 * blog/wp-includes/js/thickbox/tb-close.png: Added property svn:mime-type.
2907 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/delete.png: Added property svn:mime-type.
2908 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img/image.png: Added property svn:mime-type.
2909 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/delete.png: Added property svn:mime-type.
2910 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/edit.png: Added property svn:mime-type.
2911 * blog/wp-includes/js/tinymce/plugins/wpgallery/img/gallery.png: Added property svn:mime-type.
2912 * blog/wp-includes/js/tinymce/themes/advanced/img/gotmoxie.png: Added property svn:mime-type.
2913 * blog/wp-includes/js/tinymce/themes/advanced/img/sflogo.png: Added property svn:mime-type.
2914 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img/buttons.png: Added property svn:mime-type.
2915 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg.png: Added property svn:mime-type.
2916 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_black.png: Added property svn:mime-type.
2917 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img/button_bg_silver.png: Added property svn:mime-type.
2918 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/butt2.png: Added property svn:mime-type.
2919 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img/button_bg.png: Added property svn:mime-type.
2920 * demos/calendar/Images/AirPort4.png: Modified property svn:mime-type.
2921 * demos/calendar/Images/AirPortError.png: Modified property svn:mime-type.
2922 * demos/calendar/Images/disclosureTriangleSmallDown.png: Modified property svn:mime-type.
2923 * demos/calendar/Images/disclosureTriangleSmallRight.png: Modified property svn:mime-type.
2924 * demos/calendar/Images/statusbarBackground.png: Modified property svn:mime-type.
2925 * demos/calendar/Images/statusbarResizerVertical.png: Modified property svn:mime-type.
2926 * demos/editingToolbar/FancyToolbarImages/button.png: Modified property svn:mime-type.
2927 * demos/editingToolbar/FancyToolbarImages/buttonLeft.png: Modified property svn:mime-type.
2928 * demos/editingToolbar/FancyToolbarImages/buttonMiddle.png: Modified property svn:mime-type.
2929 * demos/editingToolbar/FancyToolbarImages/buttonPressed.png: Modified property svn:mime-type.
2930 * demos/editingToolbar/FancyToolbarImages/buttonPressedLeft.png: Modified property svn:mime-type.
2931 * demos/editingToolbar/FancyToolbarImages/buttonPressedMiddle.png: Modified property svn:mime-type.
2932 * demos/editingToolbar/FancyToolbarImages/buttonPressedRight.png: Modified property svn:mime-type.
2933 * demos/editingToolbar/FancyToolbarImages/buttonRight.png: Modified property svn:mime-type.
2934 * demos/editingToolbar/FancyToolbarImages/camera.png: Modified property svn:mime-type.
2935 * demos/editingToolbar/FancyToolbarImages/link.png: Modified property svn:mime-type.
2936 * demos/editingToolbar/FancyToolbarImages/textAlign.png: Modified property svn:mime-type.
2937 * demos/editingToolbar/FancyToolbarImages/toolbarOutline.png: Modified property svn:mime-type.
2938 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottom.png: Modified property svn:mime-type.
2939 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomLeft.png: Modified property svn:mime-type.
2940 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineBottomRight.png: Modified property svn:mime-type.
2941 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineLeft.png: Modified property svn:mime-type.
2942 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineRight.png: Modified property svn:mime-type.
2943 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTop.png: Modified property svn:mime-type.
2944 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopLeft.png: Modified property svn:mime-type.
2945 * demos/editingToolbar/FancyToolbarImages/toolbarOutlineTopRight.png: Modified property svn:mime-type.
2946 * demos/editingToolbar/images/safari.png: Modified property svn:mime-type.
2947 * demos/sticky-notes/deleteButton.png: Added property svn:mime-type.
2948 * demos/sticky-notes/deleteButtonPressed.png: Added property svn:mime-type.
2949 * demos/transitions-and-transforms/Horsehead.png: Modified property svn:mime-type.
2950 * demos/transitions-and-transforms/Spaces.png: Modified property svn:mime-type.
2951 * demos/transitions-and-transforms/Stacks.png: Modified property svn:mime-type.
2952 * images/DroseraPic.png: Modified property svn:mime-type.
2953 * misc/drosera/drosera.png: Modified property svn:mime-type.
2954 * perf/slickspeed/logo.png: Modified property svn:mime-type.
2956 2009-11-03 Joseph Pecoraro <joepeck@webkit.org>
2958 Reviewed by Timothy Hatcher.
2960 Adding images for an upcoming blog post.
2962 * blog-files/inspector/breakpoints.png: Added.
2963 * blog-files/inspector/colors.png: Added.
2964 * blog-files/inspector/cookies.png: Added.
2965 * blog-files/inspector/css_selectors.png: Added.
2966 * blog-files/inspector/css_syntax_highlight.png: Added.
2967 * blog-files/inspector/dom_storage.png: Added.
2968 * blog-files/inspector/edit_attributes.png: Added.
2969 * blog-files/inspector/enable.png: Added.
2970 * blog-files/inspector/event_listeners.png: Added.
2971 * blog-files/inspector/form_data.png: Added.
2972 * blog-files/inspector/inline_highlight.png: Added.
2973 * blog-files/inspector/inorder.png: Added.
2974 * blog-files/inspector/inspect_inspector.png: Added.
2975 * blog-files/inspector/inspect_inspector_small.png: Added.
2976 * blog-files/inspector/load_lines.png: Added.
2977 * blog-files/inspector/nodelist.png: Added.
2978 * blog-files/inspector/scope_bar.png: Added.
2979 * blog-files/inspector/watched_expression.png: Added.
2981 2009-10-26 Dan Bernstein <mitz@apple.com>
2983 Reviewed by Adele Peterson.
2987 * coding/bsd-license.html: Updated to the latest version.
2989 2009-10-22 Mark Rowe <mrowe@apple.com>
2991 Update to WordPress 2.8.5.
2995 2009-10-19 Andrew Scherkus <scherkus@chromium.org>
2997 Reviewed by Eric Seidel.
2999 Replace boolean operator indentation example with an if statement.
3001 https://bugs.webkit.org/show_bug.cgi?id=30538
3003 * coding/coding-style.html: Replace boolean indenting example to use "if"
3005 2009-10-16 Darin Adler <darin@apple.com>
3007 * coding/RefPtr.html: Minor revision, updating a link and tweaking
3008 wording a bit in few places.
3010 2009-10-14 Evan Martin <evan@chromium.org>
3012 Reviewed by Darin Adler.
3014 Document what state the build tree is expected to be in after a patch.
3016 * coding/contributing.html:
3018 2009-10-11 Cameron McCormack <cam@mcc.id.au>
3020 Reviewed by Eric Seidel.
3022 Change <a name> to id="" to fix styling problems
3023 https://bugs.webkit.org/show_bug.cgi?id=30283
3025 This prevents the headings from being styled like links.
3027 * coding/contributing.html:
3029 2009-10-08 Alex Milowski <alex@milowski.com>
3031 Reviewed by Darin Adler.
3033 Added a basic description of the layout and rendering project and added links to the blog entries on rendering.
3035 * projects/layout/index.html:
3037 2009-10-07 Sam Weinig <sam@webkit.org>
3039 Reviewed by Dan Bernstein.
3041 Fix for https://bugs.webkit.org/show_bug.cgi?id=30196
3042 Change style guidelines for indentation in header files
3044 * coding/coding-style.html: Don't indent in a namespace in a header file.
3046 2009-10-07 Steve Falkenburg <sfalken@apple.com>
3048 Reviewed by Mark Rowe.
3050 Add new Windows build prerequisite: Visual Studio 2005 Service Pack 1 ATL Security Update
3052 * building/tools.html:
3054 2009-10-06 Jeremy Orlow <jorlow@chromium.org>
3056 Reviewed by Adam Barth.
3058 Diagram needs to be linked from the home page
3059 https://bugs.webkit.org/show_bug.cgi?id=30142
3061 http://webkit.org/coding/major-objects.html was never linked from the home
3066 2009-09-28 Alex Milowski <alex@milowski.com>
3068 <http://webkit.org/b/29098> Update to MathML project webpage
3070 Reviewed by David Kilzer.
3072 Updated MathML project page and added link to Wiki page.
3074 * projects/mathml/index.html:
3076 2009-09-21 Brady Eidson <beidson@apple.com>
3078 Reviewed by Darin Adler.
3080 Add coding style guidelines for 'using namespace.'
3081 https://bugs.webkit.org/show_bug.cgi?id=29499
3083 * coding/coding-style.html:
3085 2009-09-21 Brady Eidson <beidson@apple.com>
3087 Rubberstamped by Sam Weinig.
3089 Add some example files for an upcoming blog post.
3091 * blog-files/load-unload-example.html: Added.
3092 * blog-files/pageshow-pagehide-example.html: Added.
3094 2009-09-17 Eric Seidel <eric@webkit.org>
3096 Reviewed by Darin Adler.
3098 Update contributing.html to mention recently added tools.
3099 https://bugs.webkit.org/show_bug.cgi?id=29318
3101 Update our contributing instructions to mention
3102 the new tools (check-webkit-style and commit-queue)
3103 recently added to make contributions easier.
3105 * coding/contributing.html:
3106 - Mention check-webkit-style as an optional helper tool.
3107 - Mention checking the 'patch' checkbox.
3108 - Mention the commit-queue as an optional helper tool.
3109 - Remove "or in email" since patch reviews are all done via bugzilla.
3110 - Encourage contributers to be responsible for getting their patch landed. Provide a list of committers.
3111 - Mention commit-queue as an optional help in getting your patch landed.
3112 - Give an overview of the commit-queue process and link to the Commit Queue docs.
3114 2009-09-09 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
3116 Reviewed by Mark Rowe.
3118 Add instructions to bug reporting guidlines on how and when
3119 to apply port-specific keywords.
3121 * quality/bugwriting.html:
3123 2009-09-08 Sam Weinig <sam@webkit.org>
3125 Reviewed by Adele Peterson.
3127 Update Security Group Members list.
3129 * security/security-group-members.html:
3131 2009-09-06 Cameron McCormack <cam@mcc.id.au>
3133 Reviewed by Eric Seidel.
3135 Drop <definition-src> support
3136 https://bugs.webkit.org/show_bug.cgi?id=28991
3138 When SVG 1.1 Second Edition is a Recommendation we can remove the
3141 * projects/svg/status.xml: Update page to state that <definition-src>
3144 2009-08-26 Mark Rowe <mrowe@apple.com>
3146 Upgrade WordPress to the latest version.
3148 * blog/wp-includes/version.php:
3149 * blog/wp-login.php:
3151 2009-08-20 Adam Barth <abarth@webkit.org>
3153 Reviewed by Eric Seidel.
3155 major-objects.html should show direct Frame <-> Document pointers
3156 https://bugs.webkit.org/show_bug.cgi?id=28479
3158 * coding/major-objects.html: Added pointers to diagram.
3160 2009-08-18 Anton Muhin <antonm@chromium.org>
3162 Reviewed by Adam Barth.
3164 Mention handy --bug flag of prepare-ChangeLog script.
3165 https://bugs.webkit.org/show_bug.cgi?id=28425
3167 * coding/contributing.html: Add a reference for --bug flag
3169 2009-08-12 Joe Mason <joe.mason@torchmobile.com>
3171 Reviewed by Adam Barth.
3173 Better explanation of "Null after navigation" in object diagram
3174 https://bugs.webkit.org/show_bug.cgi?id=28232
3176 * coding/major-objects.html:
3178 2009-08-11 Adam Barth <abarth@webkit.org>
3182 Remove a few characters from the ASCII art to make it fit better in the
3185 * coding/major-objects.html:
3187 2009-08-11 Adam Barth <abarth@webkit.org>
3189 Reviewed by Oliver Hunt.
3191 Document relation between major objects in WebCore
3192 https://bugs.webkit.org/show_bug.cgi?id=28210
3194 Added a diagram showing the relation between major objects.
3196 * coding/major-objects.html: Added.
3198 2009-08-07 Joseph Pecoraro <joepeck02@gmail.com>
3200 Reviewed by Oliver Hunt.
3202 Fix webkit-jobs link
3206 2009-08-03 Mark Rowe <mrowe@apple.com>
3208 Update two WordPress plug-ins that we use.
3210 * blog/wp-content/plugins/akismet/akismet.php:
3211 * blog/wp-content/plugins/akismet/readme.txt:
3212 * blog/wp-content/plugins/commentcontrol.php:
3214 2009-08-03 Mark Rowe <mrowe@apple.com>
3216 Add some missing files and delete some obsolete files.
3220 2009-08-03 Mark Rowe <mrowe@apple.com>
3222 Update WordPress to the latest version.
3226 2009-07-22 Holger Hans Peter Freyther <zecke@selfish.org>
3228 Reviewed by Adam Treat.
3230 Mention the new webkit-help and webkit-jobs mailinglist. Change
3231 the description of webkit-dev to be more strict.
3235 2009-07-22 Kenneth Rohde Christiansen <kenneth@webkit.org>
3237 Reviewed by Adam Treat.
3239 Coding style - Clarify some cases with spacing
3240 https://bugs.webkit.org/show_bug.cgi?id=27499
3242 Add explicit rule about no space before comma or semicolon.
3244 * coding/coding-style.html:
3246 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3248 Fix the font to match the rest of the blog site.
3250 * blog-files/3d-transforms/image-flip.html:
3252 2009-07-17 Simon Fraser <simon.fraser@apple.com>
3254 Move the image flip effect into an iframe to avoid the long
3255 blog page tripping a bug on Leopard.
3257 * blog-files/3d-transforms/image-flip.html: Added.
3259 2009-07-16 Simon Fraser <simon.fraser@apple.com>
3261 New demo files for an up-coming blog post.
3263 * blog-files/3d-transforms/mighty-cubes.png: Added.
3264 * blog-files/3d-transforms/morphing-cubes.html: Added.
3265 * blog-files/3d-transforms/perspective-by-example.html: Added.
3266 * blog-files/3d-transforms/poster-circle.html: Added.
3267 * blog-files/3d-transforms/poster-circle.png: Added.
3268 * blog-files/3d-transforms/transform-style.html: Added.
3270 2009-07-15 Joseph Pecoraro <joepeck02@gmail.com>
3272 Reviewed by Sam Weinig.
3274 Side bar linking to "DOM Interfaces" returns 404
3275 https://bugs.webkit.org/show_bug.cgi?id=24000
3279 2009-07-09 Oliver Hunt <oliver@apple.com>
3281 Reviewed by Geoff Garen.
3283 JavaScript section of http://webkit.org is excessively out of date.
3285 This removes old todo entries (like adding an API, which we've had since Leopard),
3286 and adds an additional todo for a webkit-less Objective-C API.
3288 * projects/javascript/index.html:
3290 2009-07-03 Adam Barth <abarth@webkit.org>
3292 Reviewed by Sam Weinig.
3294 Adam and Collin's affiliation is incorrect
3295 https://bugs.webkit.org/show_bug.cgi?id=26954
3297 This change corrects their affiliation.
3299 * security/security-group-members.html:
3301 2009-06-24 Brady Eidson <beidson@apple.com>
3303 Reviewed by Mark Rowe
3305 * demos/index.html: Fix more typos etc.
3307 2009-06-17 Sam Weinig <sam@webkit.org>
3309 Reviewed by Mark Rowe.
3311 * security/index.html: Fix some typos.
3313 2009-06-17 Sam Weinig <sam@webkit.org>
3315 Reviewed by Mark Rowe.
3317 Move security policy to security/index.html so that
3318 webkit.org/security/ works.
3321 * security/index.html: Copied from security/security-policy.html.
3322 * security/security-policy.html: Removed.
3324 2009-06-13 Sam Weinig <sam@webkit.org>
3326 Reviewed by Timothy Hatcher.
3328 Add WebKit Security Policy and member list of the WebKit Security Group.
3332 * security/security-group-members.html: Added.
3333 * security/security-policy.html: Added.
3335 2009-06-12 Brady Eidson <beidson@apple.com>
3337 Reviewed by Oliver Hunt
3339 Add a page indexing the various demo applications we have posted.
3341 * demos/index.html: Added.
3342 * nav.inc: Add a link to the demos page on the side bar
3343 * css/main.css: Add a style for date stamps based on the blog.
3345 * demos/calendar/index.html: Added to redirect to Calendar.html. I'm not moving Calendar.html to
3346 index.html as the Calendar.html url has already been published and we should keep it working.
3348 Move the drosera test code to /misc, as it is no longer a meaningful demo:
3349 * demos/drosera: Removed.
3350 * demos/drosera/demo.js: Removed.
3351 * demos/drosera/drosera.png: Removed.
3352 * demos/drosera/index.html: Removed.
3353 * misc/drosera: Copied from demos/drosera.
3355 Move the sticky notes example into /demos:
3356 * demos/sticky-notes: Added.
3357 * demos/sticky-notes/StickyNotes.manifest: Copied from misc/DatabaseExample.manifest.
3358 * demos/sticky-notes/deleteButton.png: Copied from misc/deleteButton.png.
3359 * demos/sticky-notes/deleteButtonPressed.png: Copied from misc/deleteButtonPressed.png.
3360 * demos/sticky-notes/index.html: Copied from misc/DatabaseExample.html.
3361 * misc/DatabaseExample.html: Changed to redirect to demos/sticky-notes/index.html. I'm not removing
3362 it altogether as the misc/DatabaseExample.html url has already been published and we should keep it working.
3363 * misc/DatabaseExample.manifest: Removed.
3364 * misc/deleteButton.png: Removed.
3365 * misc/deleteButtonPressed.png: Removed.
3367 2009-06-10 Brent Fulgham <bfulgham@webkit.org>
3369 Reviewed by Eric Seidel.
3371 Fixes https://bugs.webkit.org/show_bug.cgi?id=26309.
3372 Update a few items in the testing language to:
3373 (1) Reflect results are now generated with Leopard (not Tiger)
3374 (2) Explain how to generate pixel-level layout tests.
3376 * quality/testing.html:
3377 * quality/testwriting.html:
3379 2009-06-05 Kenneth Rohde Christiansen <kenneth.christiansen@openbossa.com>
3381 Bug 26188: Clarify some of the cases in the coding style guide
3383 <https://bugs.webkit.org/show_bug.cgi?id=26188>
3385 Reviewed and tweaked by David Kilzer.
3387 Changed the coding style document to clarify some cases of ambiguity.
3389 * coding/coding-style.html:
3391 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3393 Not reviewed, demo content.
3395 - Add doctype to Calendar demo.
3397 * demos/calendar/Calendar.html:
3399 2009-05-27 Maciej Stachowiak <mjs@apple.com>
3401 Not reviewed, demo content.
3403 - add Calendar demo.
3405 * demos/calendar: Added.
3406 * demos/calendar/Boom.aiff: Added.
3407 * demos/calendar/Calendar.css: Added.
3408 * demos/calendar/Calendar.html: Added.
3409 * demos/calendar/Calendar.js: Added.
3410 * demos/calendar/Calendar.manifest: Added.
3411 * demos/calendar/CalendarApp.icns: Added.
3412 * demos/calendar/Images: Added.
3413 * demos/calendar/Images/AirPort4.png: Added.
3414 * demos/calendar/Images/AirPortError.png: Added.
3415 * demos/calendar/Images/disclosureTriangleSmallDown.png: Added.
3416 * demos/calendar/Images/disclosureTriangleSmallRight.png: Added.
3417 * demos/calendar/Images/statusbarBackground.png: Added.
3418 * demos/calendar/Images/statusbarResizerVertical.png: Added.
3419 * demos/calendar/LocationImage.js: Added.
3420 * demos/calendar/Utilities.js: Added.
3421 * demos/calendar/favicon.ico: Added.
3422 * demos/calendar/mime.types: Added.
3424 2009-05-20 Mark Rowe <mrowe@apple.com>
3426 Rubber-stamped by Eric Seidel.
3428 Prevent search engines from getting creative in their descriptions of webkit.org content.
3430 * blog/wp-content/themes/webkit/header.php:
3433 2009-05-06 Eric Seidel <eric@webkit.org>
3435 Reviewed by Maciej Stachowiak.
3437 Update Contributing instructions after feedback from Julie Parent.
3438 https://bugs.webkit.org/show_bug.cgi?id=25611
3440 * coding/contributing.html: Add a few more comments on ChangeLogs
3442 2009-04-17 Simon Fraser <simon.fraser@apple.com>
3444 Reviewed by Steve Falkenburg
3446 Fix the link for setting the Platform SDK paths in the Windows instructions.
3448 * building/build.html:
3450 2009-04-15 Alexey Proskuryakov <ap@webkit.org>
3452 Reviewed by Darin Adler.
3454 https://bugs.webkit.org/show_bug.cgi?id=25186
3455 There is no XSLT component in bugzilla
3457 * projects/xslt/index.html: Changed to search by bug title.
3459 2009-02-20 David Kilzer <ddkilzer@apple.com>
3461 Bug 23983: Remove illegal HTML tags from Sunspider web pages
3463 <https://bugs.webkit.org/show_bug.cgi?id=23983>
3465 Reviewed by Alexey Proskuryakov.
3467 * perf/sunspider-0.9/3d-cube.html: Removed </link> tag.
3468 * perf/sunspider-0.9/3d-morph.html: Ditto.
3469 * perf/sunspider-0.9/3d-raytrace.html: Ditto.
3470 * perf/sunspider-0.9/access-binary-trees.html: Ditto.
3471 * perf/sunspider-0.9/access-fannkuch.html: Ditto.
3472 * perf/sunspider-0.9/access-nbody.html: Ditto.
3473 * perf/sunspider-0.9/access-nsieve.html: Ditto.
3474 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html: Ditto.
3475 * perf/sunspider-0.9/bitops-bits-in-byte.html: Ditto.
3476 * perf/sunspider-0.9/bitops-bitwise-and.html: Ditto.
3477 * perf/sunspider-0.9/bitops-nsieve-bits.html: Ditto.
3478 * perf/sunspider-0.9/controlflow-recursive.html: Ditto.
3479 * perf/sunspider-0.9/crypto-aes.html: Ditto.
3480 * perf/sunspider-0.9/crypto-md5.html: Ditto.
3481 * perf/sunspider-0.9/crypto-sha1.html: Ditto.
3482 * perf/sunspider-0.9/date-format-tofte.html: Ditto.
3483 * perf/sunspider-0.9/date-format-xparb.html: Ditto.
3484 * perf/sunspider-0.9/math-cordic.html: Ditto.
3485 * perf/sunspider-0.9/math-partial-sums.html: Ditto.
3486 * perf/sunspider-0.9/math-spectral-norm.html: Ditto.
3487 * perf/sunspider-0.9/regexp-dna.html: Ditto.
3488 * perf/sunspider-0.9/string-base64.html: Ditto.
3489 * perf/sunspider-0.9/string-fasta.html: Ditto.
3490 * perf/sunspider-0.9/string-tagcloud.html: Ditto.
3491 * perf/sunspider-0.9/string-unpack-code.html: Ditto.
3492 * perf/sunspider-0.9/string-validate-input.html: Ditto.
3493 * perf/sunspider-0.9/sunspider-driver.html: Ditto.
3494 * perf/sunspider-0.9/sunspider-results.html: Removed </link> and </input> tags.
3495 * perf/sunspider-0.9/sunspider.html: Removed </link> tag.
3497 2009-01-19 Adam Roben <aroben@apple.com>
3499 Add links to some recommended Visual Studio hotfixes
3501 Reviewed by Dave Hyatt.
3503 * building/tools.html:
3505 2009-01-08 Brent Fulgham <bfulgham@gmail.com>
3507 Reviewed by Adele Petersen.
3508 Landed by Pamela Greene.
3510 Fixes: http://bugs.webkit.org/show_bug.cgi?id=23139
3511 Remove links to no-longer-existing Drosera project.
3512 Also, clean up references to wiki in the nav.inc file.
3514 * nav.inc: Correct paths to wiki, swap Drosera for Web Inspector.
3516 2008-12-30 Brent Fulgham <bfulgham@gmail.com>
3518 Reviewed by Darin Adler.
3519 Landed by Pamela Greene.
3521 Fixes: https://bugs.webkit.org/show_bug.cgi?id=22908.
3522 Update website so that newbies are told they must set the
3523 WebKitOutputDir to get a valid build.
3525 * building/build.html: Add language (and link) indicating the
3526 importance of setting the WebKitOutputDir variable, as well
3527 as a link to instructions on how to do so.
3529 2008-12-19 Dean Jackson <dino@apple.com>
3531 Media queries that return <integer> but are really boolean
3532 are restricted to 0 and 1. This is in line with other
3535 * specs/MediaQueriesExtensions.html:
3537 2008-12-03 Dean Jackson <dino@apple.com>
3539 Added links to the WebKit and Mozilla bugs for pointer-events.
3541 * specs/PointerEventsProperty.html:
3543 2008-11-27 Julien Chaffraix <jchaffraix@webkit.org>
3545 Reviewed by Eric Seidel.
3547 Bug 22468: Coding style: config.h should only be included in implementation files, not in header
3548 https://bugs.webkit.org/show_bug.cgi?id=22468
3550 Clarified the rules about config.h inclusion and added 2 new examples to illustrate it. Also
3551 added an explanation about the implementation files.
3553 * coding/coding-style.html:
3555 2008-11-25 Dean Jackson <dino@apple.com>
3557 Add a new work-in-progress proposal for pointer-events in
3558 HTML content. Also note that the Media Queries extensions
3559 are not at all official.
3561 * specs/MediaQueriesExtensions.html:
3562 * specs/PointerEventsProperty.html: Added.