1 2016-02-12 Filip Pizlo <fpizlo@apple.com>
3 Unreviewed, upload some blog files.
5 * blog-files/compile-times.png: Added.
6 * blog-files/fast-isel.png: Added.
7 * blog-files/jetstream-latency.png: Added.
8 * blog-files/jetstream-throughput.png: Added.
9 * blog-files/jetstream.png: Added.
10 * blog-files/kraken.png: Added.
11 * blog-files/low-compile-times.png: Added.
12 * blog-files/low-fast-isel.png: Added.
13 * blog-files/low-jetstream-latency.png: Added.
14 * blog-files/low-jetstream-throughput.png: Added.
15 * blog-files/low-jetstream.png: Added.
16 * blog-files/low-kraken.png: Added.
17 * blog-files/low-octane.png: Added.
18 * blog-files/octane.png: Added.
20 2016-02-04 Jonathan Davis <jond@apple.com>
22 Fix bad link on the Feature Status page.
23 https://bugs.webkit.org/show_bug.cgi?id=152086
25 Reviewed by Timothy Hatcher.
27 * wp-content/themes/webkit/status.php:
29 2016-02-02 Filip Pizlo <fpizlo@apple.com>
31 Get rid of anonymous stack slots
32 https://bugs.webkit.org/show_bug.cgi?id=151128
36 This changes the documentation to account for the addition of Variables and the Get and Set
37 opcodes, and the removal of anonymous stack slots from B3 IR.
39 * docs/b3/intermediate-representation.html:
41 2016-02-02 Dan Bernstein <mitz@apple.com>
43 Tagline in B3 docs should match the rest of the website
44 https://bugs.webkit.org/show_bug.cgi?id=153801
46 Reviewed by Filip Pizlo.
50 * docs/b3/assembly-intermediate-representation.html:
52 * docs/b3/intermediate-representation.html:
54 2016-02-02 Filip Pizlo <fpizlo@apple.com>
56 Minor fixes for B3 IR documentation
57 https://bugs.webkit.org/show_bug.cgi?id=153782
59 Reviewed by Michael Saboff.
61 Fix minor issues that Geoff found.
63 * docs/b3/intermediate-representation.html:
65 2016-01-30 Filip Pizlo <fpizlo@apple.com>
67 B3 documentation style shouldn't have hacks for h1
68 https://bugs.webkit.org/show_bug.cgi?id=153725
70 Reviewed by Alexey Proskuryakov.
74 2016-01-30 Filip Pizlo <fpizlo@apple.com>
76 Improve the style of B3 documentation
77 https://bugs.webkit.org/show_bug.cgi?id=153674
79 Reviewed by Oliver Hunt.
81 This makes the style of the B3 documentation look like the Wiki, which I think is
82 appropriate for the kind of content that we're putting into it - in particular, the font
83 is the perfect size for dense content. The style also doesn't require much spoonfeeding
84 from the HTML side so you can write nice looking documentation by just using really
85 basic HTML constructs.
87 * docs/b3/assembly-intermediate-representation.html:
89 * docs/b3/intermediate-representation.html:
92 2016-01-29 Filip Pizlo <fpizlo@apple.com>
94 Clean up the B3 documentation a bit
95 https://bugs.webkit.org/show_bug.cgi?id=153678
97 Reviewed by Saam Barati.
99 * docs/b3/index.html: Fix some links and fix small issues.
100 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
102 2016-01-29 Filip Pizlo <fpizlo@apple.com>
104 B3 should have documentation
105 https://bugs.webkit.org/show_bug.cgi?id=153658
107 Reviewed by Saam Barati.
109 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
110 definition lists. Things go downhill when you try to add paragraphs or code blocks to
111 a definition. That's unfortunate since we use definitions for the IR document.
113 Since there is no way to use our preferred styling for the IR document without doing a
114 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
117 * docs/b3/assembly-intermediate-representation.html: Added.
118 * docs/b3/bare-bones-backend.md: Removed.
119 * docs/b3/index.html: Added.
120 * docs/b3/intermediate-representation.html: Added.
121 * docs/b3/style.css: Added.
125 2016-01-29 Timothy Hatcher <timothy@apple.com>
127 Add some defintion list styles.
129 * wp-content/themes/webkit/style.css:
134 2016-01-29 Filip Pizlo <fpizlo@apple.com>
136 B3 should have documentation
137 https://bugs.webkit.org/show_bug.cgi?id=153658
139 Reviewed by Timothy Hatcher.
143 * docs/b3/bare-bones-backend.md: Added.
145 2016-01-16 Timothy Hatcher <timothy@apple.com>
147 Fix some responsive issues on smaller screens.
149 * wp-content/themes/webkit/style.css:
151 (@media (max-width: 900px)):
154 (.timeline > li:before):
155 (.timeline .content):
156 (.timeline li .time::before):
158 2016-01-14 Timothy Hatcher <timothy@apple.com>
160 Eliminate the margin on timeline elements so multiple timelines can touch.
162 * wp-content/themes/webkit/style.css:
165 2016-01-14 Timothy Hatcher <timothy@apple.com>
167 Use a 2px border radius instead to look good on 2x devices as well as 1x.
169 * wp-content/themes/webkit/style.css:
172 2016-01-14 Timothy Hatcher <timothy@apple.com>
174 Fix hairline crack on 1x devices between arrow and time label.
176 * wp-content/themes/webkit/style.css:
177 (.timeline .content):
180 2016-01-13 Timothy Hatcher <timothy@apple.com>
182 Correct some history timeline styles.
184 * wp-content/themes/webkit/style.css:
185 (.timeline .content):
187 2016-01-13 Timothy Hatcher <timothy@apple.com>
189 Add styles for a history timeline, needed by an upcoming blog post.
191 * wp-content/themes/webkit/style.css:
197 (.timeline > li:before):
198 (.timeline .content):
201 (.timeline h2, .timeline h3):
202 (.timeline .time::before):
204 (@media (min-width: 900px)):
205 (.timeline > li.force-clear):
206 (.timeline > li:nth-child(odd)):
207 (.timeline > li:nth-child(even)):
208 (.timeline > li.force-clear + li):
209 (.timeline li .time):
210 (.timeline li:nth-child(odd) .time):
211 (.timeline li:nth-child(even) .time):
212 (.timeline li:nth-child(even) .time::before):
213 (.timeline > li:nth-child(even):before):
215 2016-01-06 Jonathan Davis <jond@apple.com>
217 Fixed Individuals and Vendor Contact formatting.
218 https://bugs.webkit.org/show_bug.cgi?id=152714
220 Reviewed by Timothy Hatcher.
222 * security-policy.md:
224 2015-12-09 Jonathan Davis <jond@apple.com>
226 Fixed broken link: https://webkit.org/old/security/security-group-members.html
227 https://bugs.webkit.org/show_bug.cgi?id=152010
229 Reviewed by Timothy Hatcher.
232 * security-policy.md:
233 * wp-content/themes/webkit/style.css:
237 2015-12-09 Jonathan Davis <jond@apple.com>
239 Fix function reference change.
241 * wp-content/themes/webkit/scripts/global.js:
243 2015-12-08 Jonathan Davis <jond@apple.com>
245 Wide tables should be scrollable on narrow mobile screens.
246 https://bugs.webkit.org/show_bug.cgi?id=151941
248 Reviewed by Timothy Hatcher.
250 * wp-content/themes/webkit/scripts/global.js:
254 (enableScrollableTables):
256 * wp-content/themes/webkit/style.css:
257 (.pagination .prev-post):
258 (article .scrollable):
259 (.scrollable .scrollable-padding):
261 2015-12-08 Jonathan Davis <jond@apple.com>
263 Fix Code Style Guidelines code parsing.
264 https://bugs.webkit.org/show_bug.cgi?id=152024
266 Reviewed by Timothy Hatcher.
268 * wp-content/plugins/table-of-contents.php:
270 2015-12-08 Jonathan Davis <jond@apple.com>
272 Fix social meta for home page.
273 https://bugs.webkit.org/show_bug.cgi?id=151764
275 Reviewed by Timothy Hatcher.
277 * wp-content/plugins/social-meta.php:
279 2015-12-07 Jonathan Davis <jond@apple.com>
281 Implemented a workaround for sharp SVG WebKit logo.
282 https://bugs.webkit.org/show_bug.cgi?id=151971
284 Reviewed by Timothy Hatcher.
286 * wp-content/themes/webkit/images/webkit.svg:
288 2015-12-07 Jonathan Davis <jond@apple.com>
290 Address UX issues with the Contribute menu.
291 https://bugs.webkit.org/show_bug.cgi?id=151874
293 Reviewed by Timothy Hatcher.
295 * wp-content/themes/webkit/functions.php:
296 * wp-content/themes/webkit/header.php:
297 * wp-content/themes/webkit/style.css:
298 (time, mark, audio, video):
299 (footer, header, hgroup, menu, nav, section):
307 (.admin-bar p > a[name]::before):
308 (.screen-reader-text):
309 (.screen-reader-text:focus):
312 (.feature-header:after):
313 (.feature.opened .feature-header:after):
314 (footer nav a:hover):
315 (header .menu-item-has-children .label-toggle::after):
318 (.sub-menu-layer .menu-item:first-child):
319 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
320 (@media only screen and (max-width: 920px)):
321 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
323 (header .menu-toggle:checked ~ ul):
324 (header .sub-menu-layer:before):
325 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
327 (@media only screen and (max-width: 690px)):
328 (.feature-filters:after):
329 (.feature-filters.opened:after):
331 (.table-of-contents label:after):
332 (.menu-toggle:checked ~ .table-of-contents label:after):
333 (.table-of-contents h6):
334 (header nav .menu-item-has-children .label-toggle): Deleted.
335 (header nav .menu-item): Deleted.
336 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
337 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
338 (header nav .menu-toggle:checked ~ ul): Deleted.
339 (header .menu-toggle:checked ~ .sub-menu): Deleted.
340 (@media only screen and (max-width: 782px)): Deleted.
342 2015-12-05 Timothy Hatcher <timothy@apple.com>
344 One last fix for https redirect.
346 * wp-content/themes/webkit/.htaccess:
348 2015-12-05 Timothy Hatcher <timothy@apple.com>
350 Attempt to fix www redirect again.
352 * wp-content/themes/webkit/.htaccess:
354 2015-12-05 Timothy Hatcher <timothy@apple.com>
356 Fix www redirect again.
358 * wp-content/themes/webkit/.htaccess:
360 2015-12-05 Timothy Hatcher <timothy@apple.com>
362 Fix www redirect when https was used and restore status URL code.
364 * wp-content/themes/webkit/.htaccess:
365 * wp-content/themes/webkit/status.php:
367 2015-12-05 Timothy Hatcher <timothy@apple.com>
369 Another attempt to fix a 404 error when the site loads via www.webkit.org.
371 * wp-content/themes/webkit/status.php:
373 2015-12-05 Timothy Hatcher <timothy@apple.com>
375 Fix a 404 error when the site loads via www.webkit.org.
377 * wp-content/themes/webkit/status.php:
379 2015-12-04 Timothy Hatcher <timothy@apple.com>
381 Fix toggling so hidden links are not clickable still.
383 * wp-content/themes/webkit/status.php:
385 2015-12-04 Timothy Hatcher <timothy@apple.com>
387 Fix another place where feature status internal reference links were wrong.
389 * wp-content/themes/webkit/status.php:
391 2015-12-04 Jonathan Davis <jond@apple.com>
393 Fixed feature status internal reference links.
395 * wp-content/themes/webkit/status.php:
397 2015-12-04 Jonathan Davis <jond@apple.com>
399 Update feature status for up-to-date status information.
400 https://bugs.webkit.org/show_bug.cgi?id=151821
402 Reviewed by Timothy Hatcher.
404 * wp-content/themes/webkit/status.php:
406 2015-12-04 Jonathan Davis <jond@apple.com>
408 Added redirects for old webkit.org archive.
412 2015-12-04 Jonathan Davis <jond@apple.com>
414 Removing empty directories from the old site.
416 Reviewed by Timothy Hatcher.
419 * blog/wp-admin: Removed.
420 * blog/wp-admin/css: Removed.
421 * blog/wp-admin/css/colors: Removed.
422 * blog/wp-admin/css/colors/blue: Removed.
423 * blog/wp-admin/css/colors/coffee: Removed.
424 * blog/wp-admin/css/colors/ectoplasm: Removed.
425 * blog/wp-admin/css/colors/light: Removed.
426 * blog/wp-admin/css/colors/midnight: Removed.
427 * blog/wp-admin/css/colors/ocean: Removed.
428 * blog/wp-admin/css/colors/sunrise: Removed.
429 * blog/wp-admin/images: Removed.
430 * blog/wp-admin/includes: Removed.
431 * blog/wp-admin/js: Removed.
432 * blog/wp-admin/maint: Removed.
433 * blog/wp-admin/network: Removed.
434 * blog/wp-admin/user: Removed.
435 * blog/wp-content: Removed.
436 * blog/wp-content/plugins: Removed.
437 * blog/wp-content/plugins/akismet: Removed.
438 * blog/wp-content/themes: Removed.
439 * blog/wp-content/themes/classic: Removed.
440 * blog/wp-content/themes/default: Removed.
441 * blog/wp-content/themes/default/images: Removed.
442 * blog/wp-content/themes/webkit: Removed.
443 * blog/wp-content/uploads: Removed.
444 * blog/wp-content/uploads/2007: Removed.
445 * blog/wp-content/uploads/2007/06: Removed.
446 * blog/wp-includes: Removed.
447 * blog/wp-includes/ID3: Removed.
448 * blog/wp-includes/SimplePie: Removed.
449 * blog/wp-includes/SimplePie/Cache: Removed.
450 * blog/wp-includes/SimplePie/Content: Removed.
451 * blog/wp-includes/SimplePie/Content/Type: Removed.
452 * blog/wp-includes/SimplePie/Decode: Removed.
453 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
454 * blog/wp-includes/SimplePie/HTTP: Removed.
455 * blog/wp-includes/SimplePie/Net: Removed.
456 * blog/wp-includes/SimplePie/Parse: Removed.
457 * blog/wp-includes/SimplePie/XML: Removed.
458 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
459 * blog/wp-includes/Text: Removed.
460 * blog/wp-includes/Text/Diff: Removed.
461 * blog/wp-includes/Text/Diff/Engine: Removed.
462 * blog/wp-includes/Text/Diff/Renderer: Removed.
463 * blog/wp-includes/certificates: Removed.
464 * blog/wp-includes/css: Removed.
465 * blog/wp-includes/fonts: Removed.
466 * blog/wp-includes/images: Removed.
467 * blog/wp-includes/images/crystal: Removed.
468 * blog/wp-includes/images/media: Removed.
469 * blog/wp-includes/images/smilies: Removed.
470 * blog/wp-includes/images/wlw: Removed.
471 * blog/wp-includes/js: Removed.
472 * blog/wp-includes/js/crop: Removed.
473 * blog/wp-includes/js/imgareaselect: Removed.
474 * blog/wp-includes/js/jcrop: Removed.
475 * blog/wp-includes/js/jquery: Removed.
476 * blog/wp-includes/js/jquery/ui: Removed.
477 * blog/wp-includes/js/mediaelement: Removed.
478 * blog/wp-includes/js/plupload: Removed.
479 * blog/wp-includes/js/scriptaculous: Removed.
480 * blog/wp-includes/js/swfupload: Removed.
481 * blog/wp-includes/js/swfupload/plugins: Removed.
482 * blog/wp-includes/js/thickbox: Removed.
483 * blog/wp-includes/js/tinymce: Removed.
484 * blog/wp-includes/js/tinymce/langs: Removed.
485 * blog/wp-includes/js/tinymce/plugins: Removed.
486 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
487 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
488 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
489 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
490 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
491 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
492 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
493 * blog/wp-includes/js/tinymce/plugins/image: Removed.
494 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
495 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
496 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
497 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
498 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
499 * blog/wp-includes/js/tinymce/plugins/media: Removed.
500 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
501 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
502 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
503 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
504 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
505 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
506 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
507 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
508 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
509 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
510 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
511 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
512 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
513 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
514 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
515 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
516 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
517 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
518 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
519 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
520 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
521 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
522 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
523 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
524 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
525 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
526 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
527 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
528 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
529 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
530 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
531 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
532 * blog/wp-includes/js/tinymce/skins: Removed.
533 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
534 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
535 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
536 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
537 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
538 * blog/wp-includes/js/tinymce/themes: Removed.
539 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
540 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
541 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
542 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
543 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
544 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
545 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
546 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
547 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
548 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
549 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
550 * blog/wp-includes/js/tinymce/themes/modern: Removed.
551 * blog/wp-includes/js/tinymce/utils: Removed.
552 * blog/wp-includes/pomo: Removed.
553 * blog/wp-includes/theme-compat: Removed.
556 * coding/images: Removed.
560 * misc/DatabaseExample.html: Removed.
561 * misc/DatabaseTester.html: Removed.
562 * misc/WebKitDetect.html: Removed.
563 * misc/WebKitDetect.js: Removed.
564 * misc/drosera: Removed.
565 * misc/drosera/demo.js: Removed.
566 * misc/drosera/drosera.png: Removed.
567 * misc/drosera/index.html: Removed.
568 * misc/gradient-input.html: Removed.
569 * misc/morph.html: Removed.
570 * misc/related-target-and-shadow-dom.svg: Removed.
572 * projects/accessibility: Removed.
573 * projects/cleanup: Removed.
574 * projects/compat: Removed.
575 * projects/css: Removed.
576 * projects/documentation: Removed.
577 * projects/dom: Removed.
578 * projects/editing: Removed.
579 * projects/forms: Removed.
580 * projects/html: Removed.
581 * projects/javascript: Removed.
582 * projects/layout: Removed.
583 * projects/mathml: Removed.
584 * projects/performance: Removed.
585 * projects/plugins: Removed.
586 * projects/portability: Removed.
587 * projects/printing: Removed.
588 * projects/svg: Removed.
589 * projects/webkit: Removed.
590 * projects/xml: Removed.
591 * projects/xslt: Removed.
595 2015-12-03 Timothy Hatcher <timothy@apple.com>
597 Allow index.html indexes again.
601 2015-12-03 Timothy Hatcher <timothy@apple.com>
603 Remove the old site files.
605 * asking_questions.html: Removed.
606 * building/active-scheme-xcode4.png: Removed.
607 * building/build-settings-tab-xcode4.png: Removed.
608 * building/build.html: Removed.
609 * building/checkout.html: Removed.
610 * building/custom-executable-xcode4.png: Removed.
611 * building/cygwin-downloader.zip: Removed.
612 * building/debug-mac-uiprocess.html: Removed.
613 * building/debug.html: Removed.
614 * building/launch-debugger-vs2010-small.png: Removed.
615 * building/launch-debugger-vs2010.png: Removed.
616 * building/run-xcode4.png: Removed.
617 * building/run.html: Removed.
618 * building/set-as-startup-project-vs2010.png: Removed.
619 * building/set-debugging-properties-vs2010-small.png: Removed.
620 * building/set-debugging-properties-vs2010.png: Removed.
621 * building/tools.html: Removed.
622 * coding/RefPtr.html: Removed.
623 * coding/adding-features.html: Removed.
624 * coding/assertion-guidelines.html: Removed.
625 * coding/bsd-license.html: Removed.
626 * coding/coding-style.html: Removed.
627 * coding/commit-review-policy.html: Removed.
628 * coding/contributing.html: Removed.
629 * coding/dom-element-attach.html: Removed.
630 * coding/images/contribute_add_attachment.png: Removed.
631 * coding/images/contribute_mark_review.png: Removed.
632 * coding/images/dom-element-attach-large.png: Removed.
633 * coding/images/dom-element-attach-small.png: Removed.
634 * coding/images/dom-element-attach.graffle: Removed.
635 * coding/lgpl-license.html: Removed.
636 * coding/major-objects.html: Removed.
637 * coding/scripts.html: Removed.
638 * coding/technical-articles.html: Removed.
639 * contact.html: Removed.
640 * css/blue.css: Removed.
641 * css/gray.css: Removed.
642 * css/green.css: Removed.
643 * css/ie.css: Removed.
644 * css/main.css: Removed.
645 * css/pink.css: Removed.
646 * css/purple.css: Removed.
647 * css/yellow.css: Removed.
648 * demos/index.html: Removed.
649 * footer.inc: Removed.
650 * header.inc: Removed.
651 * images/DroseraPic.png: Removed.
652 * images/blank.png: Removed.
653 * images/blue-background.png: Removed.
654 * images/blue-bullet.png: Removed.
655 * images/download.png: Removed.
656 * images/end.png: Removed.
657 * images/gray-background.png: Removed.
658 * images/green-background.png: Removed.
659 * images/green-bullet.png: Removed.
660 * images/icon-gold.png: Removed.
661 * images/icon.png: Removed.
662 * images/ie-nav.png: Removed.
663 * images/middle.png: Removed.
664 * images/nav.png: Removed.
665 * images/pink-background.png: Removed.
666 * images/pink-bullet.png: Removed.
667 * images/purple-background.png: Removed.
668 * images/purple-bullet.png: Removed.
669 * images/surfin-safari.icns: Removed.
670 * images/yellow-background.png: Removed.
671 * images/yellow-bullet.png: Removed.
672 * index.html: Removed.
674 * pngbehavior.htc: Removed.
675 * projects/accessibility/index.html: Removed.
676 * projects/cleanup/index.html: Removed.
677 * projects/compat/index.html: Removed.
678 * projects/css/index.html: Removed.
679 * projects/documentation/index.html: Removed.
680 * projects/dom/index.html: Removed.
681 * projects/editing/index.html: Removed.
682 * projects/forms/image-usemap.png: Removed.
683 * projects/forms/image1.png: Removed.
684 * projects/forms/image10.png: Removed.
685 * projects/forms/image16.png: Removed.
686 * projects/forms/index.html: Removed.
687 * projects/forms/survey.html: Removed.
688 * projects/goals.html: Removed.
689 * projects/html/index.html: Removed.
690 * projects/index.html: Removed.
691 * projects/javascript/index.html: Removed.
692 * projects/layout/index.html: Removed.
693 * projects/mathml/index.html: Removed.
694 * projects/performance/index.html: Removed.
695 * projects/plugins/index.html: Removed.
696 * projects/portability/index.html: Removed.
697 * projects/printing/index.html: Removed.
698 * projects/svg/index.html: Removed.
699 * projects/svg/status.xml: Removed.
700 * projects/svg/svg-status.css: Removed.
701 * projects/svg/svg-status.xsl: Removed.
702 * projects/webkit/index.html: Removed.
703 * projects/xml/index.html: Removed.
704 * projects/xslt/index.html: Removed.
705 * quality/.htaccess: Removed.
706 * quality/Ahem.ttf: Removed.
707 * quality/bugpriorities.html: Removed.
708 * quality/bugwriting.html: Removed.
709 * quality/bugzilla.html: Removed.
710 * quality/crashlogs.html: Removed.
711 * quality/leakhunting.html: Removed.
712 * quality/lifecycle.html: Removed.
713 * quality/mac_reportbox.jpg: Removed.
714 * quality/mac_viewtrace.jpg: Removed.
715 * quality/reduction.html: Removed.
716 * quality/reporting.html: Removed.
717 * quality/testing.html: Removed.
718 * quality/testwriting.html: Removed.
719 * quality/win_installwatson.jpg: Removed.
720 * quality/win_watsongui.jpg: Removed.
721 * quality/win_watsoninstalled.jpg: Removed.
722 * security/index.html: Removed.
723 * security/security-group-members.html: Removed.
724 * status.html: Removed.
725 * team.html: Removed.
727 2015-12-03 Timothy Hatcher <timothy@apple.com>
729 Yet another attempt to fix the http blog redirects.
731 Removing the blog folder should do it.
736 2015-12-03 Timothy Hatcher <timothy@apple.com>
738 Another attempt to fix the http blog redirects.
742 2015-12-03 Timothy Hatcher <timothy@apple.com>
744 Attempt to fix the http blog redirects.
748 2015-12-03 Timothy Hatcher <timothy@apple.com>
750 Another attempt to fix the https redirect.
754 2015-12-03 Timothy Hatcher <timothy@apple.com>
756 Attempt to fix the https redirect.
760 2015-12-03 Timothy Hatcher <timothy@apple.com>
762 Fix blog.webkit.org redirects.
766 2015-12-03 Timothy Hatcher <timothy@apple.com>
768 Add redirects for the demos folder.
772 2015-12-03 Timothy Hatcher <timothy@apple.com>
774 Remove duplicate redirect.
778 2015-12-03 Timothy Hatcher <timothy@apple.com>
780 One more attempt to clean up redirects.
784 2015-12-03 Timothy Hatcher <timothy@apple.com>
786 Avoid double slashes after redirect for directories.
790 2015-12-03 Timothy Hatcher <timothy@apple.com>
792 Fix directory redirects some more.
796 2015-12-03 Timothy Hatcher <timothy@apple.com>
798 Fix directory redirect ordering.
802 2015-12-03 Jonathan Davis <jond@apple.com>
804 Fixed cache logic so download data is correctly available.
806 * wp-content/themes/webkit/nightly.php:
808 2015-12-03 Timothy Hatcher <timothy@apple.com>
810 Add some missing redirects for directories of the old site.
814 2015-12-03 Jonathan Davis <jond@apple.com>
816 Fixed transient behavior when the cache plugin is enabled.
818 * wp-content/themes/webkit/functions.php:
819 * wp-content/themes/webkit/includes.php:
820 * wp-content/themes/webkit/nightly.php:
822 2015-12-03 Jonathan Davis <jond@apple.com>
824 Add sub-section anchors to code style guidelines
825 https://bugs.webkit.org/show_bug.cgi?id=151770
827 Reviewed by Timothy Hatcher.
830 * wp-content/plugins/table-of-contents.php:
831 * wp-content/themes/webkit/includes.php:
832 * wp-content/themes/webkit/style.css:
834 (p > a[name]::before):
837 (.admin-bar a[name]):
838 (.admin-bar p > a[name]::before):
839 (.screen-reader-text):
840 (.table-of-contents ul li > ul):
841 (#post-4132 pre:nth-child(-n+10)):
842 (#post-4132 pre:nth-child(-n+8)): Deleted.
844 2015-12-01 Jonathan Davis <jond@apple.com>
846 Updated favicon.ico with the new logo.
850 2015-12-01 Jonathan Davis <jond@apple.com>
852 Improved accessibility handling for the small drop-down menu.
854 * wp-content/themes/webkit/scripts/global.js:
856 2015-12-01 Jonathan Davis <jond@apple.com>
858 Fixed font rendering. Fixed SVG rendering for Firefox.
860 * wp-content/themes/webkit/images/icons.svg:
861 * wp-content/themes/webkit/images/inspector.svg:
862 * wp-content/themes/webkit/images/twitter.svg:
863 * wp-content/themes/webkit/style.css:
866 (.screen-reader-text:focus):
868 (.tile.category-web-inspector .background-image):
869 (.tile.category-performance .background-image):
870 (.tile.category-javascript .background-image):
871 (.tile.category-css .background-image):
872 (.tile.category-standards .background-image):
873 (.tile.category-contributing .background-image):
874 (.tile.category-storage .background-image):
875 (.tile.category-layout .background-image):
876 (.tile.tag-timeline .background-image):
877 (.tile.tag-console .background-image):
878 (.tile.tag-debugger .background-image):
879 (.tile.tag-shortcuts .background-image):
880 (.tile .background-image.loaded):
881 (body, input, textarea, select, button): Deleted.
883 2015-12-01 Jonathan Davis <jond@apple.com>
885 Removed escpaes to correctly pass query string arguments.
889 2015-12-01 Jonathan Davis <jond@apple.com>
891 Corrected rewrite rules to restore convenience paths.
895 2015-12-01 Jonathan Davis <jond@apple.com>
897 Fixed static reference PHP syntax for compatibility with the server environment.
899 * wp-content/plugins/table-of-contents.php:
901 2015-12-01 Jonathan Davis <jond@apple.com>
903 Fixed PHP syntax for compatibility with the server environment.
905 * wp-content/plugins/social-meta.php:
906 * wp-content/themes/webkit/functions.php:
907 * wp-content/themes/webkit/widgets/twitter.php:
909 2015-12-01 Jonathan Davis <jond@apple.com>
911 Updated webkit.org to use the new theme and WordPress deployment.
917 2015-12-01 Jonathan Davis <jond@apple.com>
919 Fixed data return format for tweets when updating cache.
921 * wp-content/themes/webkit/widgets/twitter.php:
923 2015-12-01 Jonathan Davis <jond@apple.com>
925 Theme update to tidy styles and add a theme screenshot.
927 * wp-content/themes/webkit/screenshot.png: Added.
928 * wp-content/themes/webkit/style.css:
930 (.tile .background-image):
932 2015-11-30 Jonathan Davis <jond@apple.com>
934 Set max-height to prevent narrow images from upscaling.
936 * wp-content/themes/webkit/style.css:
937 (article figure > img):
939 (figure.widescreen figcaption):
940 (figure.widescreen img): Deleted.
942 2015-11-30 Jonathan Davis <jond@apple.com>
944 Added a new theme and plugins for a redesigned webkit.org.
946 Reviewed by Timothy Hatcher.
948 * apple-touch-icon-precomposed.png: Added.
949 * code-style.md: Added.
950 * commit-review.md: Added.
951 * favicon.png: Added.
952 * security-policy.md: Added.
953 * tabicon.svg: Added.
955 * wp-content/index.php: Added.
956 * wp-content/maintenance.php: Added.
957 * wp-content/plugins: Added.
958 * wp-content/plugins/analytics.php: Added.
959 * wp-content/plugins/hyperlight: Added.
960 * wp-content/plugins/hyperlight/hyperlight: Added.
961 * wp-content/plugins/hyperlight/hyperlight.php: Added.
962 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
963 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
964 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
965 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
966 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
967 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
968 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
969 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
970 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
971 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
972 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
973 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
974 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
975 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
976 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
977 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
978 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
979 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
980 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
981 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
982 * wp-content/plugins/index.php: Added.
983 * wp-content/plugins/social-meta.php: Added.
984 * wp-content/plugins/table-of-contents.php: Added.
985 * wp-content/plugins/visual-preview.php: Added.
986 * wp-content/themes: Added.
987 * wp-content/themes/index.php: Added.
988 * wp-content/themes/webkit: Added.
989 * wp-content/themes/webkit/404.php: Added.
990 * wp-content/themes/webkit/444.php: Added.
991 * wp-content/themes/webkit/footer.php: Added.
992 * wp-content/themes/webkit/front-header.php: Added.
993 * wp-content/themes/webkit/front-page.php: Added.
994 * wp-content/themes/webkit/functions.php: Added.
995 * wp-content/themes/webkit/header.php: Added.
996 * wp-content/themes/webkit/images: Added.
997 * wp-content/themes/webkit/images/download.svg: Added.
998 * wp-content/themes/webkit/images/icons.svg: Added.
999 * wp-content/themes/webkit/images/inspector.svg: Added.
1000 * wp-content/themes/webkit/images/menu-down.svg: Added.
1001 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
1002 * wp-content/themes/webkit/images/twitter.svg: Added.
1003 * wp-content/themes/webkit/images/webkit.svg: Added.
1004 * wp-content/themes/webkit/includes.php: Added.
1005 * wp-content/themes/webkit/index.php: Added.
1006 * wp-content/themes/webkit/loop.php: Added.
1007 * wp-content/themes/webkit/nightly.php: Added.
1008 * wp-content/themes/webkit/page.php: Added.
1009 * wp-content/themes/webkit/scripts: Added.
1010 * wp-content/themes/webkit/scripts/global.js: Added.
1011 * wp-content/themes/webkit/single.php: Added.
1012 * wp-content/themes/webkit/sitemap.php: Added.
1013 * wp-content/themes/webkit/status.php: Added.
1014 * wp-content/themes/webkit/style.css: Added.
1015 * wp-content/themes/webkit/team.php: Added.
1016 * wp-content/themes/webkit/widgets: Added.
1017 * wp-content/themes/webkit/widgets/icon.php: Added.
1018 * wp-content/themes/webkit/widgets/page.php: Added.
1019 * wp-content/themes/webkit/widgets/post.php: Added.
1020 * wp-content/themes/webkit/widgets/twitter.php: Added.
1022 2015-11-18 Jonathan Davis <jond@apple.com>
1024 Adding a maintenance file for the old WordPress blog.
1026 Reviewed by Timothy Hatcher.
1028 * blog/wp-content/maintenance.php: Added.
1030 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
1032 Add images needed for shadow DOM blog post
1033 https://bugs.webkit.org/show_bug.cgi?id=150549
1035 Reviewed by Timothy Hatcher.
1039 * blog-files/introducing-shadow-dom: Added.
1040 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
1041 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
1043 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1045 Modify the image to fit the width of the blog.
1047 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
1049 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1051 Add more assets for Web Inspector Keyboard Shortcuts blog post.
1053 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
1054 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
1055 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
1056 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
1057 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
1058 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
1060 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1062 Add assets for Web Inspector Keyboard Shortcuts blog post.
1064 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
1065 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
1066 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
1067 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
1068 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
1069 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
1070 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
1072 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
1074 Add anchor tags for scroll snapping examples.
1076 * demos/scroll-snap/index.html: Added anchor tags.
1078 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1080 Add scroll snap blog post resources.
1082 * blog-files/scroll-snap/overflow-normal.mp4: Added.
1083 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
1084 * blog-files/scroll-snap/snap-2d.mp4: Added.
1085 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
1086 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
1087 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
1089 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1091 Add scroll snap demo directory and files.
1093 * demos/scroll-snap/images/1.png: Added.
1094 * demos/scroll-snap/images/10.png: Added.
1095 * demos/scroll-snap/images/11.png: Added.
1096 * demos/scroll-snap/images/12.png: Added.
1097 * demos/scroll-snap/images/13.png: Added.
1098 * demos/scroll-snap/images/14.png: Added.
1099 * demos/scroll-snap/images/15.png: Added.
1100 * demos/scroll-snap/images/16.png: Added.
1101 * demos/scroll-snap/images/2.png: Added.
1102 * demos/scroll-snap/images/3.png: Added.
1103 * demos/scroll-snap/images/4.png: Added.
1104 * demos/scroll-snap/images/5.png: Added.
1105 * demos/scroll-snap/images/6.png: Added.
1106 * demos/scroll-snap/images/7.png: Added.
1107 * demos/scroll-snap/images/8.png: Added.
1108 * demos/scroll-snap/images/9.png: Added.
1109 * demos/scroll-snap/images/bluecross.svg: Added.
1110 * demos/scroll-snap/images/corner.svg: Added.
1111 * demos/scroll-snap/index.html: Added.
1113 2015-09-03 Matt Baker <mattbaker@apple.com>
1115 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
1117 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
1118 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
1119 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
1120 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
1122 2015-09-03 Matt Baker <mattbaker@apple.com>
1124 Add assets for Introducing the Rendering Frames Timeline blog post.
1126 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
1127 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
1128 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
1129 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
1130 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
1131 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
1132 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
1133 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
1134 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
1135 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
1136 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
1137 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
1139 2015-08-28 Jonathan Davis <jond@apple.com>
1141 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
1143 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
1144 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
1145 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
1146 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
1147 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
1148 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
1149 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
1150 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
1151 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
1152 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
1153 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
1154 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
1156 2015-08-26 Brent Fulgham <bfulgham@apple.com>
1158 Update Windows tool install instructions.
1160 * building/tools.html:
1162 2015-08-24 Saam barati <sbarati@apple.com>
1164 Add mp4 version of types-changing video.
1166 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
1168 2015-08-23 Saam barati <sbarati@apple.com>
1170 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
1172 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
1173 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
1174 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
1176 2015-08-22 Saam barati <sbarati@apple.com>
1178 Change image for type profiler and code coverage profiler blog post.
1180 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
1181 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
1183 2015-08-22 Saam barati <sbarati@apple.com>
1185 Change video for type profiler and code coverage profiler blog post.
1187 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
1189 2015-08-22 Saam barati <sbarati@apple.com>
1191 Add 1x/2x resources for type profiler and code coverage profiler blog post.
1193 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
1194 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
1195 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
1196 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
1197 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
1198 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
1199 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
1200 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
1201 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
1202 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
1203 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
1204 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
1206 2015-08-21 Saam barati <sbarati@apple.com>
1208 Edit a resource for type profiler and code coverage profiler blog post.
1210 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
1212 2015-08-21 Saam barati <sbarati@apple.com>
1214 Add resources for type profiler and code coverage profiler blog post.
1216 * blog-files/type-profiler-and-code-coverage-profiler: Added.
1217 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
1218 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
1219 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
1220 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
1221 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
1222 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
1223 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
1225 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1227 Correct a typo in the explanatory text.
1229 * demos/backdrop-filter/index.html:
1231 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1233 Add an example of backdrop-filter.
1235 * demos/backdrop-filter: Added.
1236 * demos/backdrop-filter/dynamic_poster.jpg: Added.
1237 * demos/backdrop-filter/dynamic_source.m4v: Added.
1238 * demos/backdrop-filter/index.html: Added.
1239 * demos/backdrop-filter/inverted_color.jpg: Added.
1240 * demos/backdrop-filter/multiple.jpg: Added.
1241 * demos/backdrop-filter/simple_blur.jpg: Added.
1243 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1245 Add a poster image for the video.
1247 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
1249 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1251 Add more media control examples.
1253 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
1254 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1255 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1257 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1259 Add two more files for a future blog post.
1261 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
1262 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
1264 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
1266 Fix the twitter links on the status page
1270 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
1272 Prepare screenshots for a potential blog post
1274 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
1275 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
1277 2015-07-28 Geoffrey Garen <ggaren@apple.com>
1279 SunSpider is no longer maintained
1280 https://bugs.webkit.org/show_bug.cgi?id=147370
1282 Reviewed by Michael Saboff.
1284 Add an indicator to show that SunSpider is no longer maintained.
1286 * perf/sunspider/sunspider.css:
1290 * perf/sunspider/sunspider.html:
1292 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
1294 Add image for a blog post
1296 * blog-files/el-capitan-system-font.png: Added.
1298 2015-07-23 Timothy Hatcher <timothy@apple.com>
1300 Change some images for a blog post and add 2x images.
1302 * blog-files/inspector-elements-tab-2x.png: Added.
1303 * blog-files/inspector-elements-tab.png: Updated.
1304 * blog-files/inspector-network-tab-2x.png: Added.
1305 * blog-files/inspector-network-tab.png: Updated.
1306 * blog-files/inspector-tab-bar-2x.png: Added.
1307 * blog-files/inspector-tab-bar.png: Updated.
1309 2015-07-23 Timothy Hatcher <timothy@apple.com>
1311 Change some images for a blog post.
1313 * blog-files/inspector-elements-tab.png:
1314 * blog-files/inspector-network-tab.png:
1316 2015-07-23 Timothy Hatcher <timothy@apple.com>
1318 Add and change some images for a blog post.
1320 * blog-files/inspector-elements-network-tabs.png: Removed.
1321 * blog-files/inspector-elements-tab.png: Added.
1322 * blog-files/inspector-network-tab.png: Added.
1323 * blog-files/inspector-tab-bar.png:
1325 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1327 Correct rest of the images to match.
1329 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
1330 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
1331 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
1332 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
1333 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
1335 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1337 Adjust image sizes to avoid page scaling.
1339 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
1340 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
1341 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
1342 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
1343 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
1345 2015-07-22 Brent Fulgham <bfulgham@apple.com>
1347 Add some images needed for an upcoming blog post.
1349 * blog-files/backdrop-filters: Added.
1350 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
1351 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
1352 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
1353 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
1354 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
1355 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
1356 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
1357 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
1358 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
1359 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
1361 2015-07-11 Timothy Hatcher <timothy@apple.com>
1363 Add some images for a blog post.
1365 * blog-files/inspector-elements-network-tabs.png: Added.
1366 * blog-files/inspector-tab-bar.png: Added.
1367 * blog-files/inspector-tab-icons.svg: Added.
1369 2015-06-30 Jonathan Davis <jond@apple.com>
1371 Added WebKit feature status page to navigation.
1373 Reviewed by Timothy Hatcher.
1377 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
1379 Add some images for a blog post.
1381 * blog-files/console-improvements/array-api.png: Added.
1382 * blog-files/console-improvements/collections.png: Added.
1383 * blog-files/console-improvements/console-messages.png: Added.
1384 * blog-files/console-improvements/interactivity.m4v: Added.
1385 * blog-files/console-improvements/iterators.png: Added.
1386 * blog-files/console-improvements/localStorage-api.png: Added.
1387 * blog-files/console-improvements/object-preview.png: Added.
1388 * blog-files/console-improvements/object-tree.png: Added.
1389 * blog-files/console-improvements/promises.png: Added.
1390 * blog-files/console-improvements/tooltip-1.png: Added.
1391 * blog-files/console-improvements/tooltip-2.png: Added.
1393 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1395 Remove unnecessary svn:executable flags
1396 https://bugs.webkit.org/show_bug.cgi?id=146107
1398 Reviewed by Alexey Proskuryakov.
1400 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
1401 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
1402 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
1403 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
1404 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
1405 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
1406 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
1407 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
1409 2015-05-20 Jon Davis <jond@apple.com>
1411 Upgrading WordPress to 4.2.2 release.
1413 Rubber-stamped by Timothy Hatcher.
1415 * Websites/webkit.org/blog/:
1416 * Websites/webkit.org/blcd Tog/wp-admin/:
1417 * Websites/webkit.org/blog/wp-admin/css/:
1418 * Websites/webkit.org/blog/wp-admin/css/colors/:
1419 * Websites/webkit.org/blog/wp-admin/images/:
1420 * Websites/webkit.org/blog/wp-admin/includes/:
1421 * Websites/webkit.org/blog/wp-admin/js/:
1422 * Websites/webkit.org/blog/wp-admin/maint/:
1423 * Websites/webkit.org/blog/wp-admin/network/:
1424 * Websites/webkit.org/blog/wp-admin/user/:
1425 * Websites/webkit.org/blog/wp-includes/:
1426 * Websites/webkit.org/blog/wp-includes/ID3/:
1427 * Websites/webkit.org/blog/wp-includes/SimplePie/:
1428 * Websites/webkit.org/blog/wp-includes/Text/:
1429 * Websites/webkit.org/blog/wp-includes/certificates/:
1430 * Websites/webkit.org/blog/wp-includes/css/:
1431 * Websites/webkit.org/blog/wp-includes/fonts/:
1432 * Websites/webkit.org/blog/wp-includes/images/:
1433 * Websites/webkit.org/blog/wp-includes/js/:
1434 * Websites/webkit.org/blog/wp-includes/pomo/:
1435 * Websites/webkit.org/blog/wp-includes/theme-compat/:
1437 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
1439 Fix the link noted 'contribute to features' in status.html
1440 https://bugs.webkit.org/show_bug.cgi?id=144331
1442 Reviewed by Csaba Osztrogonác.
1444 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
1448 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1450 Add naver to team.html
1451 https://bugs.webkit.org/show_bug.cgi?id=144298
1453 Reviewed by Gyuyoung Kim.
1457 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
1459 Status page: fix the email links
1463 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
1465 Improve the status page
1466 https://bugs.webkit.org/show_bug.cgi?id=144248
1468 Reviewed by Darin Adler.
1471 Lots of minor changes:
1473 -Do not use sync XHR. That was nice for testing but that's eveil
1474 and it breaks Firefox.
1475 -Start fetching the json files as soon as possible during page load,
1476 that server takes forever to respond.
1477 -Remove some useless CSS.
1478 -Get rid of mustache. That template thing was awesome but it took
1479 up to 600ms to fetch the file (plus it is not exactly efficient).
1480 -Put both the specifications and the features in the list.
1481 They are referencing each other with links. That seems to work pretty well.
1482 -Use the keywords for filtering.
1484 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
1486 Start a basic status page on webkit.org
1487 https://bugs.webkit.org/show_bug.cgi?id=143940
1489 Reviewed by Darin Adler.
1491 * status.html: Added.
1492 Nothing fancy, for now just show the "features" list of the two features.json
1494 2015-04-19 Dan Bernstein <mitz@apple.com>
1498 * coding/RefPtr.html:
1500 2015-04-19 Darin Adler <darin@apple.com>
1502 Update RefPtr documentation and deprecation
1503 https://bugs.webkit.org/show_bug.cgi?id=143936
1505 Reviewed by Andreas Kling.
1507 * coding/RefPtr.html: Updated.
1509 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
1511 Fix warning about loading insecure content from secure webkit.org/blog
1512 https://bugs.webkit.org/show_bug.cgi?id=142545
1514 Reviewed by Mark Rowe.
1516 * blog/wp-content/themes/webkit/footer.php:
1517 Use an "https" URL for the subresource, instead of "http".
1519 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1521 Remove svn:keywords property.
1523 As far as I can tell, the property had no effect on any of these files, but also,
1524 when it has effect it's likely harmful.
1526 * demos/srcset/index.html: Removed property svn:keywords.
1527 * specs/index.html: Removed property svn:keywords.
1529 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1531 Unreviewed, remove empty directories.
1533 * blog/wp-includes/js/codepress: Removed.
1535 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
1537 Add LG Electronics to team.html
1538 https://bugs.webkit.org/show_bug.cgi?id=141227
1540 Reviewed by Andreas Kling.
1544 2015-01-30 Chris Dumez <cdumez@apple.com>
1546 Add "Singleton pattern" section to the WebKit coding style
1547 https://bugs.webkit.org/show_bug.cgi?id=141040
1549 Reviewed by Ryosuke Niwa.
1551 Add "Singleton pattern" section to the WebKit coding style to document
1552 what was discussed on webkit-dev:
1553 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
1555 * coding/coding-style.html:
1557 2015-01-27 Daniel Bates <dabates@apple.com>
1559 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
1561 Reviewed by David Kilzer.
1563 * building/build.html: Added instructions to build WebKit for iOS Simulator.
1564 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
1565 in the iOS Simulator using command line tools. We should look to add Xcode instructions
1566 and simplify these steps once we teach debug-safari about the iOS Simulator.
1567 * building/run.html: Added remark to run Safari in the iOS Simulator.
1568 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
1569 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
1571 2014-09-27 Dan Bernstein <mitz@apple.com>
1573 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1574 https://bugs.webkit.org/show_bug.cgi?id=137053
1576 Reviewed by Mark Rowe.
1578 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
1580 2014-09-26 Alexey Proskuryakov <ap@apple.com>
1582 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1583 https://bugs.webkit.org/show_bug.cgi?id=137053
1585 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
1587 Explain that to build from Xcode, one needs to build from command line once first.
1589 Removed a Windows section that explained how to launch cygwin shell, which was
1590 silly given that we then link to a long document explaining further steps.
1592 * building/build.html:
1594 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
1596 Update the list of u-szeged contributors.
1598 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
1602 2014-09-18 Dean Jackson <dino@apple.com>
1604 Expand the srcset demo to have 3x and 4x images.
1608 * demos/srcset/image-1x.png:
1609 * demos/srcset/image-2x.png:
1610 * demos/srcset/image-3x.png: Added.
1611 * demos/srcset/image-4x.png: Added.
1612 * demos/srcset/index.html:
1614 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
1616 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
1617 https://bugs.webkit.org/show_bug.cgi?id=136315
1619 Reviewed by Mark Rowe.
1621 * building/checkout.html:
1622 * building/debug-mac-uiprocess.html:
1623 * building/debug.html:
1624 * building/run.html:
1625 * building/tools.html:
1628 * projects/javascript/index.html:
1629 * projects/svg/index.html:
1630 * quality/bugwriting.html:
1631 * quality/crashlogs.html:
1632 * quality/leakhunting.html:
1633 * quality/lifecycle.html:
1634 * quality/testing.html:
1636 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
1638 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
1639 https://bugs.webkit.org/show_bug.cgi?id=31993
1641 Reviewed by Darin Adler.
1643 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
1645 * coding/contributing.html:
1646 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
1648 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
1650 Remove people that have left Adobe from Security Contact list
1651 https://bugs.webkit.org/show_bug.cgi?id=135256
1653 Reviewed by Alexey Proskuryakov.
1655 * security/security-group-members.html:
1657 2014-08-06 peavo@outlook.com <peavo@outlook.com>
1659 [Win] Build error when OFFICIAL_BUILD != 1.
1660 https://bugs.webkit.org/show_bug.cgi?id=135613
1662 Reviewed by Alex Christensen.
1664 Added python installation as a required step before building on Windows.
1666 * building/tools.html:
1668 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
1670 Committers should mail webkit-committers not webkit-reviewers for reactivation
1671 https://bugs.webkit.org/show_bug.cgi?id=135203
1673 Reviewed by Ryosuke Niwa.
1675 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
1676 send mail to webkit-committers instead of webkit-reviewers.
1678 * coding/commit-review-policy.html:
1680 2014-07-15 Alex Christensen <achristensen@webkit.org>
1682 Make css jit benchmark work on IE11.
1683 https://bugs.webkit.org/show_bug.cgi?id=134956
1685 Reviewed by Benjamin Poulain.
1687 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
1688 Remove an iframe which caused IE11 to try to open content as a URL.
1690 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
1692 Update policy for Inactive Committer and Reviewer status
1693 https://bugs.webkit.org/show_bug.cgi?id=134403
1695 Reviewed by Nico Weber.
1697 * coding/commit-review-policy.html:
1699 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
1701 Remove Qt instructions from http://www.webkit.org/building/tools.html
1702 https://bugs.webkit.org/show_bug.cgi?id=134384
1704 Reviewed by Tim Horton.
1706 * building/tools.html:
1708 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
1709 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
1711 2014-06-25 Brent Fulgham <bfulgham@apple.com>
1713 [Win] Whoops! DirectX SDK is still needed.
1715 * building/tools.html: Put DirectX instruction back.
1717 2014-06-24 Brent Fulgham <bfulgham@apple.com>
1719 [Win] Remove some out-of-date stuff from our instructions.
1720 https://bugs.webkit.org/show_bug.cgi?id=134282
1722 Reviewed by Tim Horton.
1724 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
1725 install anymore (it's part of Visual Studio 2013).
1726 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
1729 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
1731 Drop the cross organizational support requirement from reviewer nomination policy
1732 https://bugs.webkit.org/show_bug.cgi?id=134240
1734 Reviewed by Gyuyoung Kim.
1738 * coding/commit-review-policy.html:
1740 2014-05-13 Filip Pizlo <fpizlo@apple.com>
1742 Updated the files to have the right width.
1744 * blog-files/ftl-jit/dfg_pipeline.png:
1745 * blog-files/ftl-jit/four_tier_performance.png:
1746 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
1747 * blog-files/ftl-jit/ftl_pipeline.png:
1748 * blog-files/ftl-jit/ftl_timeline.png:
1749 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
1750 * blog-files/ftl-jit/polyvariance.png:
1751 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
1752 * blog-files/ftl-jit/three_tier_performance.png:
1754 2014-05-13 Filip Pizlo <fpizlo@apple.com>
1756 Add some illustrations about how JSC works.
1758 * blog-files/ftl-jit: Added.
1759 * blog-files/ftl-jit/dfg_pipeline.png: Added.
1760 * blog-files/ftl-jit/four_tier_performance.png: Added.
1761 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
1762 * blog-files/ftl-jit/ftl_pipeline.png: Added.
1763 * blog-files/ftl-jit/ftl_timeline.png: Added.
1764 * blog-files/ftl-jit/object_model.png: Added.
1765 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
1766 * blog-files/ftl-jit/polyvariance.png: Added.
1767 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
1768 * blog-files/ftl-jit/three_tier_performance.png: Added.
1769 * blog-files/ftl-jit/three_tiers.png: Added.
1771 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
1773 Add potential illustrations for a potential future blog post about the viewport meta tag
1775 * blog-files/simple-viewport-configuration: Added.
1776 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
1777 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
1778 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
1779 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
1780 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
1781 * blog-files/simple-viewport-configuration/inspector.png: Added.
1782 * blog-files/simple-viewport-configuration/report_size.js: Added.
1784 2014-04-29 Alex Christensen <achristensen@webkit.org>
1786 [WinCairo] Switch video from GStreamer to Media Foundation.
1787 https://bugs.webkit.org/show_bug.cgi?id=132358
1789 Reviewed by Brent Fulgham.
1791 * building/tools.html:
1792 Removed requirement of installing GStreamer.
1794 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
1796 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
1797 https://bugs.webkit.org/show_bug.cgi?id=131791
1799 Reviewed by Sam Weinig.
1801 * building/debug.html:
1803 2014-03-28 James Craig <jcraig@apple.com>
1805 Web Inspector: AXI: support for live regions
1806 https://bugs.webkit.org/show_bug.cgi?id=130725
1808 Reviewed by Timothy Hatcher.
1810 Demo update to show off the new Inspector support for live regions.
1812 * blog-files/aria1.0/combobox_with_live_region_status.html:
1814 2014-03-27 James Craig <jcraig@apple.com>
1816 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
1817 https://bugs.webkit.org/show_bug.cgi?id=130827
1819 Reviewed by Timothy Hatcher.
1821 Updated demo files with attr refresh to show off selected children changing.
1822 Long term fix will be http://webkit.org/b/130883
1824 * blog-files/aria1.0/combobox_with_live_region_status.html:
1826 2014-03-25 James Craig <jcraig@apple.com>
1828 Blog-files: combobox demo needs aria-expanded support
1829 https://bugs.webkit.org/show_bug.cgi?id=130766
1831 Reviewed by Chris Fleizach.
1833 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
1835 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
1837 Add illustrations for a potential blog post
1839 First version, let see how that works out.
1841 * blog-files/css-jit-introduction: Added.
1842 * blog-files/css-jit-introduction/clicktostart.js: Added.
1843 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
1844 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
1845 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
1846 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
1847 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
1848 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
1850 2014-03-20 James Craig <jcraig@apple.com>
1852 Sample code for potential ARIA blog post.
1853 https://bugs.webkit.org/show_bug.cgi?id=130548
1855 Rubber-stamped by Chris Fleizach.
1857 * blog-files/aria1.0: Added.
1858 * blog-files/aria1.0/africa_large.svg: Added.
1859 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
1860 * blog-files/aria1.0/roaming_tabindex: Added.
1861 * blog-files/aria1.0/roaming_tabindex/css: Added.
1862 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
1863 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
1864 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
1865 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
1866 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
1867 * blog-files/aria1.0/roaming_tabindex/js: Added.
1868 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
1869 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
1870 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
1872 2014-03-14 Maciej Stachowiak <mjs@apple.com>
1874 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
1875 https://bugs.webkit.org/show_bug.cgi?id=130276
1876 <rdar://problem/16266927>
1878 Reviewed by Simon Fraser.
1880 * blog/wp-content/textfield_screenshot.jpg:
1881 * misc/WebKitDetect.html:
1882 * misc/WebKitDetect.js:
1883 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
1884 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
1885 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
1886 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
1887 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
1888 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
1889 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
1890 * perf/sunspider-0.9.1/sunspider-compare-results.js:
1891 * perf/sunspider-0.9/3d-cube.html:
1892 * perf/sunspider-0.9/3d-morph.html:
1893 * perf/sunspider-0.9/3d-raytrace.html:
1894 * perf/sunspider-0.9/access-binary-trees.html:
1895 * perf/sunspider-0.9/access-fannkuch.html:
1896 * perf/sunspider-0.9/access-nbody.html:
1897 * perf/sunspider-0.9/access-nsieve.html:
1898 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
1899 * perf/sunspider-0.9/bitops-bits-in-byte.html:
1900 * perf/sunspider-0.9/bitops-bitwise-and.html:
1901 * perf/sunspider-0.9/bitops-nsieve-bits.html:
1902 * perf/sunspider-0.9/controlflow-recursive.html:
1903 * perf/sunspider-0.9/crypto-aes.html:
1904 * perf/sunspider-0.9/crypto-md5.html:
1905 * perf/sunspider-0.9/crypto-sha1.html:
1906 * perf/sunspider-0.9/date-format-tofte.html:
1907 * perf/sunspider-0.9/date-format-xparb.html:
1908 * perf/sunspider-0.9/math-cordic.html:
1909 * perf/sunspider-0.9/math-partial-sums.html:
1910 * perf/sunspider-0.9/math-spectral-norm.html:
1911 * perf/sunspider-0.9/regexp-dna.html:
1912 * perf/sunspider-0.9/string-base64.html:
1913 * perf/sunspider-0.9/string-fasta.html:
1914 * perf/sunspider-0.9/string-tagcloud.html:
1915 * perf/sunspider-0.9/string-unpack-code.html:
1916 * perf/sunspider-0.9/string-validate-input.html:
1917 * perf/sunspider-0.9/sunspider-analyze-results.js:
1918 * perf/sunspider-0.9/sunspider-compare-results.js:
1919 * perf/sunspider-0.9/sunspider-driver.html:
1920 * perf/sunspider-0.9/sunspider-record-result.js:
1921 * perf/sunspider-0.9/sunspider-results.html:
1922 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
1923 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
1924 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
1925 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
1926 * perf/sunspider-1.0.1/sunspider-compare-results.js:
1927 * perf/sunspider-1.0.1/sunspider.html:
1928 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
1929 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
1930 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
1931 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
1932 * perf/sunspider-1.0.2/sunspider-compare-results.js:
1933 * perf/sunspider-1.0.2/sunspider.html:
1934 * perf/sunspider-1.0/sunspider-1.0/driver.html:
1935 * perf/sunspider-1.0/sunspider-1.0/results.html:
1936 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
1937 * perf/sunspider-1.0/sunspider-analyze-results.js:
1938 * perf/sunspider-1.0/sunspider-compare-results.js:
1939 * perf/sunspider-1.0/sunspider.html:
1940 * perf/sunspider/sunspider.html:
1941 * perf/sunspider/versions.html:
1942 * quality/reporting.html:
1944 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
1946 Use DYEBench v0.9 by default.
1948 Rubber-stamped by Benjamin Poulain.
1950 * perf/DoYouEvenBench/index.html:
1952 2014-02-27 Darin Adler <darin@apple.com>
1954 Some small modernizing tweaks to the coding style guide
1955 https://bugs.webkit.org/show_bug.cgi?id=129427
1957 Reviewed by Alexey Proskuryakov.
1959 My intent here was originally to do the nullptr style guide update, but that was already done.
1960 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
1961 a number of subtle ways.
1963 * coding/coding-style.html: Change "left side operator" example to be a more modern example
1964 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
1965 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
1966 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
1967 over index iteration in vector iteration example and also showed use of unsigned rather than
1968 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
1969 a newly created object" example. Use references instead of pointers in one example.
1971 2014-02-26 Julien Brianceau <jbriance@cisco.com>
1973 Add Cisco to team.html
1974 https://bugs.webkit.org/show_bug.cgi?id=129405
1976 Reviewed by Andreas Kling.
1980 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
1982 Update style guide to use nullptr instead of 0 for C++ null pointers.
1983 https://bugs.webkit.org/show_bug.cgi?id=129413
1985 Reviewed by Ryosuke Niwa.
1987 * coding/coding-style.html:
1989 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
1991 Change tools.html to say Xcode 5 is required to build
1992 https://bugs.webkit.org/show_bug.cgi?id=128545
1994 Reviewed by Andreas Kling.
1996 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
1997 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
1998 line tools in the downloads pane anymore, so direct folks to use
1999 xcode-select to install the command line tools as well.
2001 * building/tools.html:
2003 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2005 Host DoYouEvenBench on webkit.org
2006 https://bugs.webkit.org/show_bug.cgi?id=127185
2008 Reviewed by Benjamin Poulain.
2010 The previous patch didn't quite work due to cross-origin restrictions.
2011 Simply add a hyperlink to a trac page.
2013 * perf/DoYouEvenBench/index.html:
2015 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2017 Host DoYouEvenBench on webkit.org
2018 https://bugs.webkit.org/show_bug.cgi?id=127185
2020 Reviewed by Benjamin Poulain.
2022 Added webkit.org/perf/DoYouEvenBench.
2024 * perf/DoYouEvenBench: Added.
2025 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
2027 2014-01-03 Alex Christensen <achristensen@webkit.org>
2029 Added GStreamer to list of required tools for compiling webkit.
2030 https://bugs.webkit.org/show_bug.cgi?id=126319
2032 Reviewed by Philippe Normand.
2034 * building/tools.html:
2035 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
2036 Added GStreamer installers to list of required tools for WinCairo.
2038 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
2040 Add a description about webkit-patch setup-git-clone to checkout.html
2041 https://bugs.webkit.org/show_bug.cgi?id=126217
2043 Reviewed by Philippe Normand.
2047 * building/checkout.html:
2049 2013-12-13 Roger Fong <roger_fong@apple.com>
2051 Update build instructions for Windows following upgrade to VS2013.
2053 * building/tools.html:
2055 2013-11-30 Mark Rowe <mrowe@apple.com>
2057 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
2059 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
2061 Reviewed by Sam Weinig.
2063 * footer.inc: Remove the old analytics code.
2064 * header.inc: Add the new stuff.
2066 2013-10-29 Beth Dakin <bdakin@apple.com>
2068 Just updating the sample code for this potential blog post.
2070 * blog-files/regions/pizza-is-amazing.png: Replaced.
2071 * blog-files/regions/unstyled-article.png: Replaced.
2072 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2073 * demos/regions/pizza-regions-manifesto.html:
2075 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2077 Mixed content error when accessing webkit.org/team.html over https
2078 https://bugs.webkit.org/show_bug.cgi?id=123020
2080 Reviewed by Alexey Proskuryakov.
2082 When the webkit.org/team.html page is accessed over https most browsers report
2083 Mixed Content error, which is caused by the fact that the contributos.json file
2084 is accessed over a plain http connection and not https.
2088 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2090 Cleanup webkit.org/team.html
2091 https://bugs.webkit.org/show_bug.cgi?id=123022
2093 Reviewed by Alexey Proskuryakov.
2095 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
2099 2013-10-16 Geoffrey Garen <ggaren@apple.com>
2101 Publish SunSpider 1.0.2
2102 https://bugs.webkit.org/show_bug.cgi?id=122923
2104 Reviewed by Darin Adler.
2106 * perf/sunspider/sunspider.html:
2107 * perf/sunspider/versions.html:
2109 2013-10-08 Geoffrey Garen <ggaren@apple.com>
2111 Refined power management in SunSpider 1.0.2
2112 https://bugs.webkit.org/show_bug.cgi?id=122525
2114 Reviewed by Gavin Barraclough.
2116 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2118 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2119 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2120 * perf/sunspider-1.0.2/sunspider.css:
2124 2013-10-02 Geoffrey Garen <ggaren@apple.com>
2126 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2128 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2129 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2131 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2133 Fixed a version number string in SunSpider 1.0.2
2134 https://bugs.webkit.org/show_bug.cgi?id=122004
2136 Reviewed by Gavin Barraclough.
2138 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
2140 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2142 Tentative SunSpider 1.0.2
2143 https://bugs.webkit.org/show_bug.cgi?id=122002
2145 Reviewed by Gavin Barraclough.
2147 See comments in PerformanceTests/SunSpider.
2149 * perf/sunspider-1.0.2: Added.
2151 2013-09-20 Mark Rowe <mrowe@apple.com>
2153 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
2155 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
2157 Reviewed by David Kilzer.
2159 * building/debug-mac-uiprocess.html:
2160 * building/tools.html:
2162 2013-09-19 Dan Bernstein <mitz@apple.com>
2164 Add a style guideline regarding spacing in range-based for loops
2165 https://bugs.webkit.org/show_bug.cgi?id=121620
2167 Reviewed by Anders Carlsson.
2169 * coding/coding-style.html: Added the guideline that spaces should be placed
2170 around the colon in a range-based for loop.
2172 2013-09-10 Beth Dakin <bdakin@apple.com>
2174 Adding another screenshot for a potential blog post.
2176 * blog-files/regions/unstyled-article.png: Added.
2178 2013-09-09 Roger Fong <roger_fong@apple.com>
2180 Update build instructions for Apple Windows port to include cygwin php install steps.
2182 * building/tools.html:
2184 2013-09-04 Beth Dakin <bdakin@apple.com>
2186 Fixing a typo in demo files and screenshot.
2188 * blog-files/regions/pizza-is-amazing.png: Replaced.
2189 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2190 * demos/regions/pizza-regions-manifesto.html:
2192 2013-09-04 Beth Dakin <bdakin@apple.com>
2194 Upload demo and images for a potential blog post.
2196 * blog-files/regions: Added.
2197 * blog-files/regions/pizza-is-amazing.png: Added.
2198 * demos/regions: Added.
2199 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
2200 * demos/regions/pizza-regions-manifesto.html: Added.
2201 * demos/regions/yellow-pizza.jpg: Added.
2203 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
2205 Fix the recommended testing platform on the website
2207 Rubberstamped by Enrica Casucci.
2209 * quality/testing.html:
2211 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
2213 Fix webkit.org content overflowing their content box
2215 Rubberstamped by Simon Fraser.
2217 More fixes to have webkit.org show properly on iPad and iPhone.
2219 * blog/wp-content/themes/webkit/header.php:
2220 Add the correct viewport width for the blog.
2222 * building/debug.html:
2223 * building/launch-debugger-vs2010-small.png: Added.
2224 * building/set-debugging-properties-vs2010-small.png: Added.
2225 Fix the images to make them fit in the page.
2227 * coding/adding-features.html:
2228 Using <pre> for the example of email just make it looks like our code examples.
2229 Change the source to use <blockquote> so that the text can reflow to the content box.
2231 (.code, pre, tt, code):
2232 Scroll the content when it overflows the box for code and pre.
2234 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
2236 Give a smaller viewport to webkit.org on devices
2238 Rubberstamped by Simon Fraser.
2240 The CSS of WebKit.org layout the content on 615px + a right margin of
2241 215px + a left margin of 20px. The total layout width is 850px.
2243 The standard viewport size on mobile devices is 980px. This leaves a gap
2244 on the right side of the content when opening the size on iPhone/iPad.
2246 This patch changes the layout width to be 860 to display more content on devices
2247 while keeping a little margin.
2251 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
2253 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
2254 https://bugs.webkit.org/show_bug.cgi?id=117993
2256 Reviewed by George Staikos.
2258 * perf/sunspider-1.0.1/json2.js: Added.
2259 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
2260 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
2261 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
2262 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
2263 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
2264 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
2265 * perf/sunspider-1.0.1/sunspider.css: Added.
2266 * perf/sunspider-1.0.1/sunspider.html: Added.
2267 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
2268 * perf/sunspider/versions.html: Updated to version 1.0.1.
2270 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
2272 Update the images for the blog size-matters
2274 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
2275 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
2276 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
2278 2013-08-05 Dean Jackson <dino@apple.com>
2280 Move previous commit into /demos.
2282 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
2283 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
2284 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
2285 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
2287 2013-08-05 Dean Jackson <dino@apple.com>
2289 Upload example for a blog post.
2291 * blog-files/srcset/image-1x.png: Added.
2292 * blog-files/srcset/image-2x.png: Added.
2293 * blog-files/srcset/image-src.png: Added.
2294 * blog-files/srcset/index.html: Added.
2296 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
2298 Upload images for a potential blog post
2300 * blog-files/size-matters: Added.
2301 * blog-files/size-matters/JavaScript-growth.png: Added.
2302 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
2303 * blog-files/size-matters/WebCore-growth.png: Added.
2304 * blog-files/size-matters/WebKit-growth.png: Added.
2306 2013-07-14 Kwang Yul Seo <skyul@company100.net>
2308 Add Company100 to team.html
2309 https://bugs.webkit.org/show_bug.cgi?id=118633
2311 Reviewed by Andreas Kling.
2315 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
2317 Add 'partner.samsung.com' to domain affiliations
2318 https://bugs.webkit.org/show_bug.cgi?id=118580
2320 Reviewed by Antonio Gomes.
2324 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
2326 Add screenshot of the inspector color picker for the blog
2328 * blog-files/last-week-in-webkit: Added.
2329 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
2331 2013-06-27 Roger Fong <roger_fong@apple.com>
2333 Update required tools for Windows instructions.
2335 * building/tools.html:
2337 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
2339 The page title of technical-articles.html is incorrect.
2340 https://bugs.webkit.org/show_bug.cgi?id=117727
2342 Reviewed by Ryosuke Niwa.
2344 Changed the page title of technical-articles.html to "WebKit Technical Articles".
2346 * coding/technical-articles.html:
2348 2013-06-14 Timothy Hatcher <timothy@apple.com>
2350 Shrink larger images to fit the width of the blog.
2352 * blog-files/new-inspector/hero-labeled.png:
2353 * blog-files/new-inspector/hero.png:
2355 2013-06-12 Roger Fong <roger_fong@apple.com>
2357 Update webkit.org build instructions for Apple Windows port.
2358 https://bugs.webkit.org/show_bug.cgi?id=117563.
2360 Reviewed by Brent Fulgham.
2362 * building/build.html:
2363 * building/debug.html:
2364 * building/launch-debugger-vs2005.png: Removed.
2365 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
2366 * building/set-as-startup-project-vs2005.png: Removed.
2367 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
2368 * building/set-debugging-properties-vs2005.png: Removed.
2369 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
2370 * building/tools.html:
2372 2013-06-12 Timothy Hatcher <timothy@apple.com>
2374 Add new Web Inspector images for a blog post.
2376 * blog-files/new-inspector/activity-viewer.png: Added.
2377 * blog-files/new-inspector/codemirror.png: Added.
2378 * blog-files/new-inspector/console.png: Added.
2379 * blog-files/new-inspector/hero-labeled.png: Added.
2380 * blog-files/new-inspector/hero.png: Added.
2381 * blog-files/new-inspector/layer-borders.png: Added.
2382 * blog-files/new-inspector/layers.png: Added.
2383 * blog-files/new-inspector/navigation-bar.png: Added.
2384 * blog-files/new-inspector/open-sign.png: Added.
2385 * blog-files/new-inspector/reasons.png: Added.
2386 * blog-files/new-inspector/save.png: Added.
2387 * blog-files/new-inspector/source-map.png: Added.
2388 * blog-files/new-inspector/styles.png: Added.
2389 * blog-files/new-inspector/toolbar-context-menu.png: Added.
2390 * blog-files/new-inspector/toolbar-docked.png: Added.
2391 * blog-files/new-inspector/toolbar.png: Added.
2393 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
2395 Broken link to committers list on contributing web page
2396 https://bugs.webkit.org/show_bug.cgi?id=116722
2398 Reviewed by Andreas Kling.
2400 * coding/contributing.html:
2401 Changed broken link to point to the team page instead.
2403 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
2405 Make team.html have each contributor's area of expertise
2406 https://bugs.webkit.org/show_bug.cgi?id=116737
2408 Reviewed by Benjamin Poulain.
2411 Update to use the new expertise field in contributors.json.
2413 2013-04-30 Filip Pizlo <fpizlo@apple.com>
2415 Release SunSpider 1.0
2417 Rubber stamped by Maciej Stachowiak.
2419 * perf/sunspider-1.0: Added.
2420 * perf/sunspider-1.0/json2.js: Added.
2422 * perf/sunspider-1.0/sunspider-1.0: Added.
2423 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
2424 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
2425 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
2426 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
2427 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
2428 (computeItemTotals):
2431 (standardDeviation):
2436 (computeLabelWidth):
2440 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
2441 (.computeItemTotals):
2444 (.standardDeviation):
2446 (.computeStdErrors):
2449 (.computeLabelWidth):
2450 (.computeMeanWidth):
2454 (sunspiderCompareResults):
2455 * perf/sunspider-1.0/sunspider.css: Added.
2464 * perf/sunspider-1.0/sunspider.html: Added.
2465 * perf/sunspider/sunspider.html:
2466 * perf/sunspider/versions.html: Added.
2468 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
2470 Update team.html to use contributors.json instead of committers.py
2471 https://bugs.webkit.org/show_bug.cgi?id=114720
2473 Reviewed by Ryosuke Niwa.
2475 Updating the team.html to use contributors.json. Also removing the unused field 'area'
2476 from the contributors information.
2480 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
2482 The list of contributors in committers.py should be a separate JSON
2483 https://bugs.webkit.org/show_bug.cgi?id=114673
2485 Reviewed by Anders Carlsson.
2487 Updated the website to refer to contributors.json instead of committers.py.
2489 * coding/commit-review-policy.html:
2491 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
2493 Simplify the page "Getting the Code" on WebKit.org
2494 https://bugs.webkit.org/show_bug.cgi?id=113980
2496 Reviewed by Sam Weinig.
2498 * building/checkout.html:
2499 Instead of interleaving instructions for Mac and Windows, just
2500 copy the things that make sense and have two clear sections.
2502 Also mention Linux, it is the exact same instructions as Mac OS X.
2504 Make svn checkout the alternative to a download of the tarball. It is
2505 almost impossible to do a svn checkout on slow networks nowadays.
2507 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
2509 Update WebKit.org's contact page
2510 https://bugs.webkit.org/show_bug.cgi?id=113968
2512 Reviewed by Geoffrey Garen.
2515 -Add a direct link to our archives on Gmane.
2516 -References the ports mailing-lists. This may reduces the emails
2517 erroneously sent to webkit-dev.
2518 -Add a link to our "reporting bug page".
2519 -Get rid of the link to CIA. The website is dead.
2521 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
2523 Add Digia to the domain affiliations
2524 https://bugs.webkit.org/show_bug.cgi?id=110116
2526 Reviewed by Kenneth Rohde Christiansen.
2530 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2532 Add basysKom to domainAffiliations in team.html
2533 https://bugs.webkit.org/show_bug.cgi?id=109306
2535 Reviewed by Laszlo Gombos.
2537 Register basysKom as contributing company in
2538 http://www.webkit.org/team.html.
2542 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2544 Add intel.com to team.html
2545 https://bugs.webkit.org/show_bug.cgi?id=109424
2547 Reviewed by Kenneth Rohde Christiansen.
2551 2013-02-10 Dirk Schulze <dschulze@adobe.com>
2553 Add adobe.com to team.html
2554 https://bugs.webkit.org/show_bug.cgi?id=109396
2556 Reviewed by Laszlo Gombos.
2560 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
2562 Add sisa.samsung.com to team.html
2563 https://bugs.webkit.org/show_bug.cgi?id=109394
2565 Reviewed by Dirk Schulze.
2569 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
2571 Add a sample change log entry to contributing.html
2572 https://bugs.webkit.org/show_bug.cgi?id=105506
2574 Reviewed by Alexey Proskuryakov.
2576 Added a sample change log to the page directly people skimming through the page will still
2577 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
2579 * coding/contributing.html:
2581 2012-12-18 Nico Weber <thakis@chromium.org>
2583 Fix broken loop in style guide
2584 https://bugs.webkit.org/show_bug.cgi?id=105346
2586 Reviewed by Ryosuke Niwa.
2588 Found by Sean Silva <silvas@purdue.edu>
2590 * coding/coding-style.html:
2592 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
2594 Add instructions on how to build WebKit on Xcode 4 to build.html
2595 https://bugs.webkit.org/show_bug.cgi?id=104739
2597 Reviewed by Daniel Bates.
2599 Set the build directories to WebKitBuild.
2601 * building/build.html:
2603 2012-11-24 Daniel Bates <dbates@webkit.org>
2605 Substitute "use" for "user" in sentence about naming convention for
2606 enum members so that it reads well.
2608 * coding/coding-style.html:
2610 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2612 Add Samsung to security vendor member list
2613 https://bugs.webkit.org/show_bug.cgi?id=102863
2615 Reviewed by Sam Weinig.
2617 * security/security-group-members.html: Add Samsung members.
2619 2012-10-31 Adam Barth <abarth@webkit.org>
2621 technical-articles.html should link to my talk on how WebKit works
2622 https://bugs.webkit.org/show_bug.cgi?id=100867
2624 Reviewed by Tony Chang.
2626 * coding/technical-articles.html:
2628 2012-10-29 Eric Seidel <eric@webkit.org>
2630 Technical Articles should link to an old talk I gave
2631 https://bugs.webkit.org/show_bug.cgi?id=100624
2633 Reviewed by Adam Barth.
2635 * coding/technical-articles.html:
2637 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2639 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
2641 * coding/coding-style.html:
2643 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2645 Fix a typo per Darin's comment.
2647 * coding/coding-style.html:
2649 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2651 Add a style guide rule for signed and unsigned int
2652 https://bugs.webkit.org/show_bug.cgi?id=96682
2654 Reviewed by Geoffrey Garen.
2656 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
2658 * coding/coding-style.html:
2660 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
2662 Replace JSC::UString by WTF::String
2663 https://bugs.webkit.org/show_bug.cgi?id=95271
2665 Reviewed by Geoffrey Garen.
2667 Update the coding style to avoid mentioning a class that no longer exist.
2669 * coding/coding-style.html:
2671 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
2673 Address one more review comment.
2675 * building/checkout.html:
2677 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
2679 Recommend the use of https and mention git on building/checkout.html
2680 https://bugs.webkit.org/show_bug.cgi?id=93657
2682 Reviewed by Mark Rowe.
2684 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
2685 because the paragraph right above it refers to buliding/tools.html for that.
2687 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
2688 checkout using a Git client.
2690 * building/checkout.html:
2692 2012-07-27 Adam Barth <abarth@webkit.org>
2694 Writing a blog post for new reviewers doesn't add value to the blog
2695 https://bugs.webkit.org/show_bug.cgi?id=92305
2697 Reviewed by Eric Seidel.
2699 Now that we have Peter posting weekly updates to the blog, having an
2700 announcement on the blog for each reviewer is more noise than signal.
2702 * coding/commit-review-policy.html:
2704 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
2706 Update webkit.org to refer to layoutTestController instead of testRunner
2707 https://bugs.webkit.org/show_bug.cgi?id=89445
2709 Reviewed by Kent Tamura.
2711 * quality/testwriting.html:
2713 2012-05-21 Peter Kasting <pkasting@google.com>
2715 Style guide change: Uses of "std::" should be explicitly qualified.
2716 https://bugs.webkit.org/show_bug.cgi?id=87043
2718 Reviewed by Ryosuke Niwa.
2720 * coding/coding-style.html:
2722 2012-05-11 Darin Adler <darin@apple.com>
2724 Try to make spacing of fine print items in lower left nicer looking.
2727 (#notice, #trademark, #terms): Changed top margin to 10px.
2728 (#notice): Put 30px margin here.
2730 2012-05-11 Darin Adler <darin@apple.com>
2732 CSS tweak needed for the trademark terms of use.
2735 (#notice, #trademark, #terms): Added #trademark.
2737 2012-05-11 Darin Adler <darin@apple.com>
2739 Add a link to WebKit trademark terms of use, other small website changes
2740 https://bugs.webkit.org/show_bug.cgi?id=86112
2742 Reviewed by Dan Bernstein.
2744 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
2745 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
2748 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
2749 of use on the macosforge.org terms of use page.
2751 2012-05-07 Dan Bernstein <mitz@apple.com>
2753 webkit.org instructions for debugging WebProcess are unnecessarily complex
2754 https://bugs.webkit.org/show_bug.cgi?id=85756
2756 Reviewed by Darin Adler.
2758 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
2759 debugging the Web process, as well as instructions for debugging the Web process from the
2760 command line using debug-safari and debug-minibrowser.
2761 * building/tools.html: Updated links and tweaked the language.
2763 2012-04-23 Daniel Bates <dbates@webkit.org>
2765 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
2767 Rubber-stamped by Eric Seidel.
2769 Before you can use the Xcode 4.3.2 command line tools, you must either run
2770 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
2771 DEVELOPER_DIR to point to the Xcode developer tools directory.
2773 * building/tools.html:
2775 2012-04-23 Daniel Bates <dbates@webkit.org>
2777 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
2779 Rubber-stamped by Eric Seidel.
2781 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
2782 are specific to Xcode 4.3.2.
2784 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
2785 * building/debug.html: Ditto.
2787 2012-04-19 Daniel Bates <dbates@webkit.org>
2789 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
2790 https://bugs.webkit.org/show_bug.cgi?id=84364
2792 Reviewed by Eric Seidel.
2794 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
2797 * building/debug-mac-uiprocess.html:
2798 * building/debug.html:
2800 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
2802 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
2803 https://bugs.webkit.org/show_bug.cgi?id=80429
2805 Reviewed by Dan Bernstein.
2807 * building/tools.html:
2809 2012-03-10 Daniel Bates <dbates@webkit.org>
2811 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
2813 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/>.
2814 Substituting https for http in (1) returns the expected page.
2816 * building/debug-mac-uiprocess.html:
2817 * building/debug.html:
2819 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
2821 Add a link to the EFL wiki page
2822 https://bugs.webkit.org/show_bug.cgi?id=79439
2824 Reviewed by Adam Barth.
2826 * building/tools.html:
2827 * css/main.css: Cross-browser border-radius.
2829 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
2831 team.html (on webkit.org) doesn't recognize codeaurora.org
2832 https://bugs.webkit.org/show_bug.cgi?id=79529
2834 Reviewed by Ryosuke Niwa.
2838 2012-02-16 Kent Tamura <tkent@chromium.org>
2840 Improve usability of coding-style.html
2841 https://bugs.webkit.org/show_bug.cgi?id=78470
2843 Reviewed by Eric Seidel.
2845 * coding/coding-style.html:
2846 - Do not add a title attribute to each of LI elements
2847 - Do not add a click handler to each of them
2848 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
2850 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
2852 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
2853 https://bugs.webkit.org/show_bug.cgi?id=76544
2855 Reviewed by Darin Adler.
2857 WEBKITOUTPUTDIR is not only for Windows.
2859 * building/build.html:
2861 2012-01-20 Kent Tamura <tkent@chromium.org>
2863 Each style rule should have its own ID.
2864 https://bugs.webkit.org/show_bug.cgi?id=76428
2866 Reviewed by David Levin.
2868 * coding/coding-style.html: Add an id attribute to each of li elements,
2869 and add code to set title="#id-name" and to make li elements clickable.
2871 2012-01-19 Daniel Bates <dbates@webkit.org>
2873 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
2875 Rubber-stamped by Sam Weinig.
2877 * building/debug.html:
2879 2012-01-19 Daniel Bates <dbates@webkit.org>
2881 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
2882 https://bugs.webkit.org/show_bug.cgi?id=67102
2884 Reviewed by Eric Seidel.
2886 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
2888 * building/active-scheme-xcode4.png: Added.
2889 * building/build-settings-tab-xcode4.png: Added.
2890 * building/build-window.png: Removed.
2891 * building/custom-executable-xcode4.png: Added.
2892 * building/custom-executable.png: Removed.
2893 * building/debug-mac-uiprocess.html: Added.
2894 * building/debug.html:
2895 * building/debug.png: Removed.
2896 * building/info-tab.png: Removed.
2897 * building/run-xcode4.png: Added.
2899 2012-01-11 Antti Koivisto <antti@apple.com>
2901 Remove S60 reference from webkit.org
2902 https://bugs.webkit.org/show_bug.cgi?id=76044
2904 Reviewed by Simon Hausmann.
2910 2012-01-10 Hajime Morrita <morrita@chromium.org>
2912 [Website] i-Bench is no longer available.
2913 https://bugs.webkit.org/show_bug.cgi?id=76027
2915 Reviewed by Ryosuke Niwa.
2917 Updated the availability information of i-Bench.
2919 * projects/performance/index.html:
2921 2011-12-07 Daniel Bates <dbates@webkit.org>
2923 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
2924 https://bugs.webkit.org/show_bug.cgi?id=74006
2926 Reviewed by Antonio Gomes.
2928 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
2929 ASSERT_NOT_REACHED().
2931 * coding/assertion-guidelines.html:
2933 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
2935 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
2936 https://bugs.webkit.org/show_bug.cgi?id=73098
2938 Reviewed by Antti Koivisto.
2940 Revise the sentence about committers being allowed to land patches by others to explicitly state that
2941 they can only land patches by others if asked by authors themselves.
2943 * coding/commit-review-policy.html:
2945 2011-11-14 Mark Rowe <mrowe@apple.com>
2947 Upgrade WordPress's Akismet plug-in to the latest version.
2949 * blog/wp-content/plugins/akismet:
2951 2011-11-14 Mark Rowe <mrowe@apple.com>
2953 Update one file that was missed.
2955 * blog/wp-settings.php:
2957 2011-11-14 Mark Rowe <mrowe@apple.com>
2959 Upgrade WordPress to v3.2.1.
2963 2011-10-28 Dean Jackson <dino@apple.com>
2965 Remove this horribly outdated file. It was showing up in
2966 Google searches and shouldn't be used as official
2969 Rubber-stamped by Simon Fraser.
2971 * specs/MediaQueriesExtensions.html: Removed.
2973 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
2975 Style guide should mention the preference of index over iterator
2976 https://bugs.webkit.org/show_bug.cgi?id=70285
2978 Reviewed by Darin Adler.
2980 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
2981 we prefer index over iterators.
2983 * coding/coding-style.html:
2985 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
2987 Fix a typo pointed by Sam (Weinig).
2989 * coding/coding-style.html:
2991 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
2993 Style guide should mandate use of pass-by-reference for out arguments
2994 https://bugs.webkit.org/show_bug.cgi?id=69766
2996 Reviewed by Darin Adler.
2998 This matches the convention used throughout WebCore.
3000 * coding/coding-style.html:
3002 2011-10-06 Amruth Raj <amruthraj@motorola.com>
3004 Add Motorola Mobility to team.html
3005 https://bugs.webkit.org/show_bug.cgi?id=69597
3007 Reviewed by Ryosuke Niwa.
3011 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
3013 Generate WebKit team's page out of committers.py
3014 https://bugs.webkit.org/show_bug.cgi?id=68045
3016 Fix per Daniel's review comment since I had misunderstood the code.
3020 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
3022 Generate WebKit team's page out of committers.py
3023 https://bugs.webkit.org/show_bug.cgi?id=68045
3025 Reviewed by Daniel Bates.
3027 Add the initial implementation of team.html. This page automatically pulls data from committers.py
3028 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
3032 2011-09-01 Jon Lee <jonlee@apple.com>
3034 Adding control rendering at various sizes.
3036 * projects/forms/survey.html:
3038 2011-08-29 Jon Lee <jonlee@apple.com>
3040 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
3042 * projects/forms/survey.html:
3044 2011-08-17 Jon Lee <jonlee@apple.com>
3046 Updating the forms survey to include various element sizes.
3048 * projects/forms/survey.html:
3050 2011-08-16 Daniel Bates <dbates@webkit.org>
3052 Add myself to the list of individual members in the WebKit Security Group.
3054 Rubber-stamped by Eric Seidel.
3056 * security/security-group-members.html:
3058 2011-08-09 Anders Carlsson <andersca@apple.com>
3060 Broken link to LICENSE on contributing code page
3061 https://bugs.webkit.org/show_bug.cgi?id=65947
3063 Reviewed by Ryosuke Niwa.
3065 * coding/contributing.html:
3067 2011-08-04 Dan Bernstein <mitz@apple.com>
3071 * coding/contributing.html:
3073 2011-08-04 Nico Weber <thakis@chromium.org>
3075 Update the contributors page to recommend webkit-patch instead of many manual steps
3076 https://bugs.webkit.org/show_bug.cgi?id=65714
3078 Reviewed by Adam Barth.
3080 asvitkine followed the contributing instructions for his first patch, and got
3081 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
3082 webkit-patch prevents errors like this and more.
3084 * coding/contributing.html:
3086 2011-07-21 Jon Lee <jonlee@apple.com>
3088 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
3089 <rdar://problem/9782965>
3091 Rubber-stamped by Maciej Stachowiak.
3093 * projects/forms/image-usemap.png: Added.
3094 * projects/forms/image1.png: Added.
3095 * projects/forms/image10.png: Added.
3096 * projects/forms/image16.png: Added.
3097 * projects/forms/index.html: Update links
3098 * projects/forms/survey.html: Added.
3100 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
3102 SVG feature status is not up-to-date
3103 https://bugs.webkit.org/show_bug.cgi?id=64856
3105 Reviewed by Dirk Schulze.
3107 Update SVG feature status after r91331.
3109 * projects/svg/status.xml:
3111 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
3113 Reviewed by Darin Adler.
3115 Add note about cases where enums are preferred over bools on function parameters.
3116 https://bugs.webkit.org/show_bug.cgi?id=63564
3118 This matches the outcome of this webkit-dev thread:
3119 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
3121 * coding/coding-style.html:
3123 2011-05-31 Chris Evans <cevans@chromium.org>
3125 Reviewed by Drew Yao.
3127 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
3129 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
3131 2011-05-20 Alexey Proskuryakov <ap@apple.com>
3133 Reviewed by Dan Bernstein.
3135 Building instructions should not talk about Tiger
3136 https://bugs.webkit.org/show_bug.cgi?id=61210
3138 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
3139 Xcode version to the latest Leopard one.
3141 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
3143 Reviewed by Adam Barth.
3145 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
3146 https://bugs.webkit.org/show_bug.cgi?id=60686
3148 * security/security-group-members.html:
3150 2011-05-11 Cris Neckar <cdn@chromium.org>
3152 Reviewed by David Levin.
3154 Adding Cris Neckar to the Webkit Security Group site.
3155 https://bugs.webkit.org/show_bug.cgi?id=60668
3157 * security/security-group-members.html:
3159 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
3161 Reviewed by Mark Rowe.
3163 Update Qt/Nokia Security contacts
3164 https://bugs.webkit.org/show_bug.cgi?id=60650
3166 Ademar (me) replaced Simon as the release manager and primary security
3167 contact for QtWebKit. See:
3168 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
3170 * security/security-group-members.html:
3172 2011-05-09 Eric Seidel <eric@webkit.org>
3174 Reviewed by Adam Barth.
3176 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
3177 https://bugs.webkit.org/show_bug.cgi?id=59672
3179 * coding/adding-features.html: Added.
3182 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
3184 Not reviewed: adding image files for the blog post.
3186 * blog-files/inspector/remote-debugging-attached.png: Added.
3187 * blog-files/inspector/remote-debugging-discovery.png: Added.
3189 2011-04-27 Ojan Vafai <ojan@chromium.org>
3191 Reviewed by Dan Bernstein.
3193 change style guide to pre-increment in for-loops
3194 https://bugs.webkit.org/show_bug.cgi?id=59619
3196 This matches what a number of reviewers have been asking
3197 for in code reviews.
3199 * coding/coding-style.html:
3201 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
3203 Reviewed by Tor Arne Vestbø.
3205 Added instructions on how to work from behind proxy
3206 and detailed the instructions refering to rebasing.
3207 Windows build instructions do not work if you are behind a proxy
3208 or have a Temp directory that you do not own directly.
3209 https://bugs.webkit.org/show_bug.cgi?id=57246
3211 * building/tools.html:
3213 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
3215 Reviewed by James Robinson.
3217 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
3218 https://bugs.webkit.org/show_bug.cgi?id=58190
3220 * misc/related-target-and-shadow-dom.svg: Added.
3222 2011-04-06 David Levin <levin@chromium.org>
3224 Reviewed by Ojan Vafai.
3226 Augment style guidelines about meaningless parameters from text the unwritten rules email.
3227 https://bugs.webkit.org/show_bug.cgi?id=55275
3229 * coding/coding-style.html:
3231 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
3233 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
3236 * blog-files/inspector/stack-traces-img/1.png: Added.
3237 * blog-files/inspector/stack-traces-img/2.png: Added.
3238 * blog-files/inspector/stack-traces-img/3.png: Added.
3239 * blog-files/inspector/stack-traces-img/4.png: Added.
3240 * blog-files/inspector/stack-traces-img/5.png: Added.
3241 * blog-files/inspector/stack-traces-img/6.png: Added.
3242 * blog-files/inspector/stack-traces-img/button.png: Added.
3244 2011-02-26 David Levin <levin@chromium.org>
3246 Reviewed by Darin Adler.
3248 Add style guidelines about comments from the unwritten rules email.
3249 https://bugs.webkit.org/show_bug.cgi?id=55272
3251 * coding/coding-style.html: Added the guidelines.
3253 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
3255 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
3257 * blog-files/inspector/css_rule_diff.png: Added.
3259 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
3261 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
3263 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
3264 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
3265 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
3266 * blog-files/inspector/warning_10x10.png: Added.
3268 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
3270 Unreviewed. Add Web Inspector style editing screenshots.
3272 * blog-files/inspector-css-as-authored.png: Added.
3273 * blog-files/inspector-css-autocomplete.png: Added.
3274 * blog-files/inspector-unknown-css-properties.png: Added.
3276 2011-01-21 David Levin <levin@chromium.org>
3278 Reviewed by Darin Adler.
3280 Proposal: Require cross-organizational seconds for reviewer nominations
3281 https://bugs.webkit.org/show_bug.cgi?id=47597
3283 This changes the committer/reviewer policy to require an additional
3284 reviewer supporting a reviewer nomination to work for a different
3285 company and different project affiliation from the nominee.
3287 This means reviewer nominations would require four supporting reviewers,
3288 one of which knows the reviewer through the community (irc, email, bugs)
3289 ensuring that the nominee has the open-source collaboration skills
3290 we so highly value here in WebKit.
3292 * coding/commit-review-policy.html:
3294 2011-01-01 Adam Barth <abarth@webkit.org>
3296 Reviewed by Eric Seidel.
3298 Move JavaScriptCore to Source
3299 https://bugs.webkit.org/show_bug.cgi?id=51604
3301 * coding/assertion-guidelines.html:
3302 - Update documentation to point to the new location of
3305 2010-12-17 Dan Bernstein <mitz@apple.com>
3307 Reviewed by Simon Fraser.
3309 Rename WebKitTools to Tools
3310 https://bugs.webkit.org/show_bug.cgi?id=49861
3312 * asking_questions.html:
3313 * building/tools.html:
3314 * coding/scripts.html:
3316 2010-11-08 Jessie Berlin <jberlin@apple.com>
3318 Reviewed by Adam Roben.
3320 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
3322 https://bugs.webkit.org/show_bug.cgi?id=49189
3324 * building/tools.html:
3325 Add a line recommending bash shell users to comment out or remove those lines, with an
3326 explanation as to why.
3328 2010-11-04 Orlando Leite <orlleite@gmail.com>
3330 Reviewed by Adam Barth.
3332 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
3334 * building/tools.html:
3336 2010-10-29 Adam Roben <aroben@apple.com>
3338 Instruct developers to install the Feburary 2010 DirectX SDK, not just
3341 The February 2010 SDK is the last one with support for Visual Studio
3344 I also removed some unnecessary instructions regarding the DirectX
3347 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
3348 specific version of the DirectX SDK
3350 Reviewed by Steve Falkenburg.
3352 * building/tools.html:
3354 2010-10-28 Lucas Forschler <lforschler@apple.com>
3356 Reviewed by Geoffrey Garen.
3358 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
3360 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
3361 -Edited the .htaccess file to redirect the old pages to the new landing page.
3362 -This should keep our search engine page rankings effective.
3363 Potentially breaking:
3364 -This COULD potentially break the SunSpider benchmark.
3365 -Local testing with relative links seems to function as expected.
3366 -The .htaccess 301 redirects are UNTESTED.
3370 * perf/sunspider: Added.
3371 * perf/sunspider-0.9.1/sunspider.html: Removed.
3372 * perf/sunspider-0.9.1/versions.html: Removed.
3373 * perf/sunspider-0.9/sunspider.html: Removed.
3374 * perf/sunspider/sunspider.css: Added.
3375 * perf/sunspider/sunspider.html: Added.
3377 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
3379 Reviewed by David Levin.
3381 Add DirectX SDK to Installing Developer Tools web page
3382 https://bugs.webkit.org/show_bug.cgi?id=47911
3384 * building/tools.html:
3386 2010-09-30 David Levin <levin@chromium.org>
3388 Reviewed by Darin Adler.
3390 Add guideline for constructors doing implicit type conversion to coding style.
3391 https://bugs.webkit.org/show_bug.cgi?id=47646
3393 * coding/coding-style.html:
3395 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
3397 Reviewed by Simon Fraser.
3399 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
3400 https://bugs.webkit.org/show_bug.cgi?id=47013
3402 * nav.inc: Removed the space from the web inspector wiki link.
3404 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
3406 Unreviewed HTML syntax fix for my recent change in the coding-style.
3408 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
3410 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
3412 Reviewed by Darin Adler.
3414 check-webkit-style and the coding style guidelines page are inconsistent
3415 https://bugs.webkit.org/show_bug.cgi?id=46099
3417 * coding/coding-style.html:
3418 Making clear that includes of system headers must come after includes of other headers.
3420 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
3422 Reviewed by Adam Barth.
3424 Adding a timeline screenshot for blocking and defer scripts
3425 https://bugs.webkit.org/show_bug.cgi?id=45933
3427 * blog-files/timeline-blocking-script.png: Added.
3428 * blog-files/timeline-defer-script.png: Added.
3430 2010-09-14 Jessie Berlin <jberlin@apple.com>
3432 Reviewed by Adam Roben.
3434 Exceptions are getting ignored on 64-bit Windows in the Web Process.
3435 https://bugs.webkit.org/show_bug.cgi?id=45779
3437 * building/tools.html:
3438 Add instructions about how to optionally get hotfix 976038.
3440 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
3442 Reviewed by Adam Barth.
3444 https://bugs.webkit.org/show_bug.cgi?id=43982
3445 This js file seems to be a popular script for detecting mobile WebKit but
3446 it has a flaw that makes it fail on Android and BlackBerry.
3448 The issue is that it looks for "Mobile/" but Android and BlackBerry
3449 use "Mobile" with no numbering after it.
3450 Changed RegExp pattern " Mobile/" to " Mobile\\b".
3452 * misc/WebKitDetect.js:
3453 (WebKitDetect.isMobile):
3455 2010-08-27 Darin Adler <darin@apple.com>
3457 * coding/RefPtr.html: Minor revision, improve clarity and mention some
3458 recent developments.
3460 2010-08-26 Daniel Bates <dbates@rim.com>
3462 Reviewed by Dumitru Daniliuc.
3464 Fix misspelled words on WebKit.org contact.html,
3465 demos/index.html, and quality/leakhunting.html
3466 https://bugs.webkit.org/show_bug.cgi?id=44747
3468 Fix some misspelled words on the WebKit.org site.
3470 * contact.html: Change "bugreports" [sic] to "bug reports".
3471 * demos/index.html: Change "testcase" [sic] to "test case".
3472 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
3474 2010-08-23 David Kilzer <ddkilzer@apple.com>
3476 Clean up some HTML typos in crashlogs.html
3478 Rubber-stamped by Maciej Stachowiak.
3480 * quality/crashlogs.html: Fixed "</code>>" typos added in
3481 r56300. Changed "<tt>" tag with style attribute to "<code>"
3482 that was missed in r56300.
3484 2010-08-17 Beth Dakin <bdakin@apple.com>
3486 Rubber-stamped by Adele.
3488 Adding a MathML Demo and screenshot.
3490 * blog-files/riemann-screenshot.png: Added.
3491 * demos/mathml: Added.
3492 * demos/mathml/MathMLDemo.xhtml: Added.
3494 2010-08-17 Adam Roben <aroben@apple.com>
3496 Instruct developers to (optionally) install Debugging Tools for
3499 These tools are used by some of our scripts, so are useful for
3500 developers to have installed.
3502 Fixes <http://webkit.org/b/44128> webkit.org building instructions
3503 should recommend installing Debugging Tools for Windows
3505 Reviewed by Sam Weinig.
3507 * building/tools.html:
3509 2010-07-30 Renata Hodovan <reni@inf.u-szeged.hu>
3511 Reviewed by Nikolas Zimmermann.
3513 Update SVG implementation status.
3515 * projects/svg/status.xml:
3517 2010-07-21 Dimitri Glazkov <dglazkov@chromium.org>
3519 Reviewed by Darin Adler.
3521 Add a diagram explaining how a DOM element is attached to the site.
3522 https://bugs.webkit.org/show_bug.cgi?id=42763
3524 * coding/dom-element-attach.html: Added.
3525 * coding/images/dom-element-attach-large.png: Added.
3526 * coding/images/dom-element-attach-small.png: Added.
3527 * coding/images/dom-element-attach.graffle: Added.
3528 * coding/technical-articles.html: Added a link to the page with the diragram.
3530 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
3532 Reviewed by Darin Adler.
3534 Improve assertion macro documentation.
3536 https://bugs.webkit.org/show_bug.cgi?id=40565
3538 * coding/assertion-guidelines.html:
3540 2010-06-16 Jeremy Moskovich <jeremy@chromium.org>
3542 Reviewed by Geoffrey Garen.
3544 Add an index of technical articles to the WebKit site. This makes the
3545 links to the RefPtr and Assertion documentation discoverable and
3546 provides an easy way to find some useful blog posts.
3548 https://bugs.webkit.org/show_bug.cgi?id=40561
3550 * coding/technical-articles.html: Added.
3551 * nav.inc: Add link to technical articles.
3553 2010-06-15 Adam Roben <aroben@apple.com>
3555 Remove some unnecessary steps for setting up the debugger on Windows
3557 Apparently update-webkit does this for you now.