1 2016-03-29 Jon Davis <jond@apple.com>
3 Support images above the title on webkit.org posts
4 https://bugs.webkit.org/show_bug.cgi?id=155979
6 Reviewed by Timothy Hatcher.
8 * wp-content/themes/webkit/functions.php:
9 * wp-content/themes/webkit/single.php:
11 2016-03-22 Jonathan Davis <jond@apple.com>
13 Allow the use of custom styles and scripts for blog posts
14 https://bugs.webkit.org/show_bug.cgi?id=155768
16 Reviewed by Timothy Hatcher.
18 * wp-content/themes/webkit/functions.php:
20 2016-03-09 Jonathan Davis <jond@apple.com>
22 For RSS feeds, convert image and link relative URIs to absolute URIs
23 https://bugs.webkit.org/show_bug.cgi?id=155237
25 Reviewed by Timothy Hatcher.
27 * wp-content/themes/webkit/functions.php:
29 2016-03-03 Saam barati <sbarati@apple.com>
31 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
32 https://bugs.webkit.org/show_bug.cgi?id=154978
34 Reviewed by Darin Adler.
38 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
40 [DFG][FTL][B3] Support floor and ceil
41 https://bugs.webkit.org/show_bug.cgi?id=154683
43 Reviewed by Filip Pizlo.
45 * docs/b3/intermediate-representation.html:
47 2016-02-16 Jonathan Davis <jond@apple.com>
49 Add a redirect for B3 documentation
50 https://bugs.webkit.org/show_bug.cgi?id=154293
52 Reviewed by Timothy Hatcher.
56 2016-02-15 Timothy Hatcher <timothy@apple.com>
58 Fix byline to avoid bumping into content sticks out.
60 * wp-content/themes/webkit/style.css:
61 (article .byline): Bump padding to avoid content with negative margins.
63 2016-02-13 Timothy Hatcher <timothy@apple.com>
65 Adjust the appearance of mattewhite figures that are not widescreen.
67 * wp-content/themes/webkit/style.css:
68 (article .mattewhite:not(.widescreen):
70 2016-02-12 Jonathan Davis <jond@apple.com>
72 Add a CSS class to remove padding when using mattewhite class for figures
73 https://bugs.webkit.org/show_bug.cgi?id=154206
75 Reviewed by Filip Pizlo.
77 * wp-content/themes/webkit/style.css:
78 (article .two-columns):
79 (article .two-columns h6):
80 (article .two-columns p):
81 (article .mattewhite):
82 (article .mattewhite.tightwad):
85 2016-02-12 Filip Pizlo <fpizlo@apple.com>
87 Unreviewed, upload some blog files.
89 * blog-files/compile-times.png: Added.
90 * blog-files/fast-isel.png: Added.
91 * blog-files/jetstream-latency.png: Added.
92 * blog-files/jetstream-throughput.png: Added.
93 * blog-files/jetstream.png: Added.
94 * blog-files/kraken.png: Added.
95 * blog-files/low-compile-times.png: Added.
96 * blog-files/low-fast-isel.png: Added.
97 * blog-files/low-jetstream-latency.png: Added.
98 * blog-files/low-jetstream-throughput.png: Added.
99 * blog-files/low-jetstream.png: Added.
100 * blog-files/low-kraken.png: Added.
101 * blog-files/low-octane.png: Added.
102 * blog-files/octane.png: Added.
104 2016-02-04 Jonathan Davis <jond@apple.com>
106 Fix bad link on the Feature Status page.
107 https://bugs.webkit.org/show_bug.cgi?id=152086
109 Reviewed by Timothy Hatcher.
111 * wp-content/themes/webkit/status.php:
113 2016-02-02 Filip Pizlo <fpizlo@apple.com>
115 Get rid of anonymous stack slots
116 https://bugs.webkit.org/show_bug.cgi?id=151128
118 Reviewed by Mark Lam.
120 This changes the documentation to account for the addition of Variables and the Get and Set
121 opcodes, and the removal of anonymous stack slots from B3 IR.
123 * docs/b3/intermediate-representation.html:
125 2016-02-02 Dan Bernstein <mitz@apple.com>
127 Tagline in B3 docs should match the rest of the website
128 https://bugs.webkit.org/show_bug.cgi?id=153801
130 Reviewed by Filip Pizlo.
134 * docs/b3/assembly-intermediate-representation.html:
135 * docs/b3/index.html:
136 * docs/b3/intermediate-representation.html:
138 2016-02-02 Filip Pizlo <fpizlo@apple.com>
140 Minor fixes for B3 IR documentation
141 https://bugs.webkit.org/show_bug.cgi?id=153782
143 Reviewed by Michael Saboff.
145 Fix minor issues that Geoff found.
147 * docs/b3/intermediate-representation.html:
149 2016-01-30 Filip Pizlo <fpizlo@apple.com>
151 B3 documentation style shouldn't have hacks for h1
152 https://bugs.webkit.org/show_bug.cgi?id=153725
154 Reviewed by Alexey Proskuryakov.
158 2016-01-30 Filip Pizlo <fpizlo@apple.com>
160 Improve the style of B3 documentation
161 https://bugs.webkit.org/show_bug.cgi?id=153674
163 Reviewed by Oliver Hunt.
165 This makes the style of the B3 documentation look like the Wiki, which I think is
166 appropriate for the kind of content that we're putting into it - in particular, the font
167 is the perfect size for dense content. The style also doesn't require much spoonfeeding
168 from the HTML side so you can write nice looking documentation by just using really
169 basic HTML constructs.
171 * docs/b3/assembly-intermediate-representation.html:
172 * docs/b3/index.html:
173 * docs/b3/intermediate-representation.html:
176 2016-01-29 Filip Pizlo <fpizlo@apple.com>
178 Clean up the B3 documentation a bit
179 https://bugs.webkit.org/show_bug.cgi?id=153678
181 Reviewed by Saam Barati.
183 * docs/b3/index.html: Fix some links and fix small issues.
184 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
186 2016-01-29 Filip Pizlo <fpizlo@apple.com>
188 B3 should have documentation
189 https://bugs.webkit.org/show_bug.cgi?id=153658
191 Reviewed by Saam Barati.
193 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
194 definition lists. Things go downhill when you try to add paragraphs or code blocks to
195 a definition. That's unfortunate since we use definitions for the IR document.
197 Since there is no way to use our preferred styling for the IR document without doing a
198 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
201 * docs/b3/assembly-intermediate-representation.html: Added.
202 * docs/b3/bare-bones-backend.md: Removed.
203 * docs/b3/index.html: Added.
204 * docs/b3/intermediate-representation.html: Added.
205 * docs/b3/style.css: Added.
209 2016-01-29 Timothy Hatcher <timothy@apple.com>
211 Add some defintion list styles.
213 * wp-content/themes/webkit/style.css:
218 2016-01-29 Filip Pizlo <fpizlo@apple.com>
220 B3 should have documentation
221 https://bugs.webkit.org/show_bug.cgi?id=153658
223 Reviewed by Timothy Hatcher.
227 * docs/b3/bare-bones-backend.md: Added.
229 2016-01-16 Timothy Hatcher <timothy@apple.com>
231 Fix some responsive issues on smaller screens.
233 * wp-content/themes/webkit/style.css:
235 (@media (max-width: 900px)):
238 (.timeline > li:before):
239 (.timeline .content):
240 (.timeline li .time::before):
242 2016-01-14 Timothy Hatcher <timothy@apple.com>
244 Eliminate the margin on timeline elements so multiple timelines can touch.
246 * wp-content/themes/webkit/style.css:
249 2016-01-14 Timothy Hatcher <timothy@apple.com>
251 Use a 2px border radius instead to look good on 2x devices as well as 1x.
253 * wp-content/themes/webkit/style.css:
256 2016-01-14 Timothy Hatcher <timothy@apple.com>
258 Fix hairline crack on 1x devices between arrow and time label.
260 * wp-content/themes/webkit/style.css:
261 (.timeline .content):
264 2016-01-13 Timothy Hatcher <timothy@apple.com>
266 Correct some history timeline styles.
268 * wp-content/themes/webkit/style.css:
269 (.timeline .content):
271 2016-01-13 Timothy Hatcher <timothy@apple.com>
273 Add styles for a history timeline, needed by an upcoming blog post.
275 * wp-content/themes/webkit/style.css:
281 (.timeline > li:before):
282 (.timeline .content):
285 (.timeline h2, .timeline h3):
286 (.timeline .time::before):
288 (@media (min-width: 900px)):
289 (.timeline > li.force-clear):
290 (.timeline > li:nth-child(odd)):
291 (.timeline > li:nth-child(even)):
292 (.timeline > li.force-clear + li):
293 (.timeline li .time):
294 (.timeline li:nth-child(odd) .time):
295 (.timeline li:nth-child(even) .time):
296 (.timeline li:nth-child(even) .time::before):
297 (.timeline > li:nth-child(even):before):
299 2016-01-06 Jonathan Davis <jond@apple.com>
301 Fixed Individuals and Vendor Contact formatting.
302 https://bugs.webkit.org/show_bug.cgi?id=152714
304 Reviewed by Timothy Hatcher.
306 * security-policy.md:
308 2015-12-09 Jonathan Davis <jond@apple.com>
310 Fixed broken link: https://webkit.org/old/security/security-group-members.html
311 https://bugs.webkit.org/show_bug.cgi?id=152010
313 Reviewed by Timothy Hatcher.
316 * security-policy.md:
317 * wp-content/themes/webkit/style.css:
321 2015-12-09 Jonathan Davis <jond@apple.com>
323 Fix function reference change.
325 * wp-content/themes/webkit/scripts/global.js:
327 2015-12-08 Jonathan Davis <jond@apple.com>
329 Wide tables should be scrollable on narrow mobile screens.
330 https://bugs.webkit.org/show_bug.cgi?id=151941
332 Reviewed by Timothy Hatcher.
334 * wp-content/themes/webkit/scripts/global.js:
338 (enableScrollableTables):
340 * wp-content/themes/webkit/style.css:
341 (.pagination .prev-post):
342 (article .scrollable):
343 (.scrollable .scrollable-padding):
345 2015-12-08 Jonathan Davis <jond@apple.com>
347 Fix Code Style Guidelines code parsing.
348 https://bugs.webkit.org/show_bug.cgi?id=152024
350 Reviewed by Timothy Hatcher.
352 * wp-content/plugins/table-of-contents.php:
354 2015-12-08 Jonathan Davis <jond@apple.com>
356 Fix social meta for home page.
357 https://bugs.webkit.org/show_bug.cgi?id=151764
359 Reviewed by Timothy Hatcher.
361 * wp-content/plugins/social-meta.php:
363 2015-12-07 Jonathan Davis <jond@apple.com>
365 Implemented a workaround for sharp SVG WebKit logo.
366 https://bugs.webkit.org/show_bug.cgi?id=151971
368 Reviewed by Timothy Hatcher.
370 * wp-content/themes/webkit/images/webkit.svg:
372 2015-12-07 Jonathan Davis <jond@apple.com>
374 Address UX issues with the Contribute menu.
375 https://bugs.webkit.org/show_bug.cgi?id=151874
377 Reviewed by Timothy Hatcher.
379 * wp-content/themes/webkit/functions.php:
380 * wp-content/themes/webkit/header.php:
381 * wp-content/themes/webkit/style.css:
382 (time, mark, audio, video):
383 (footer, header, hgroup, menu, nav, section):
391 (.admin-bar p > a[name]::before):
392 (.screen-reader-text):
393 (.screen-reader-text:focus):
396 (.feature-header:after):
397 (.feature.opened .feature-header:after):
398 (footer nav a:hover):
399 (header .menu-item-has-children .label-toggle::after):
402 (.sub-menu-layer .menu-item:first-child):
403 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
404 (@media only screen and (max-width: 920px)):
405 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
407 (header .menu-toggle:checked ~ ul):
408 (header .sub-menu-layer:before):
409 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
411 (@media only screen and (max-width: 690px)):
412 (.feature-filters:after):
413 (.feature-filters.opened:after):
415 (.table-of-contents label:after):
416 (.menu-toggle:checked ~ .table-of-contents label:after):
417 (.table-of-contents h6):
418 (header nav .menu-item-has-children .label-toggle): Deleted.
419 (header nav .menu-item): Deleted.
420 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
421 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
422 (header nav .menu-toggle:checked ~ ul): Deleted.
423 (header .menu-toggle:checked ~ .sub-menu): Deleted.
424 (@media only screen and (max-width: 782px)): Deleted.
426 2015-12-05 Timothy Hatcher <timothy@apple.com>
428 One last fix for https redirect.
430 * wp-content/themes/webkit/.htaccess:
432 2015-12-05 Timothy Hatcher <timothy@apple.com>
434 Attempt to fix www redirect again.
436 * wp-content/themes/webkit/.htaccess:
438 2015-12-05 Timothy Hatcher <timothy@apple.com>
440 Fix www redirect again.
442 * wp-content/themes/webkit/.htaccess:
444 2015-12-05 Timothy Hatcher <timothy@apple.com>
446 Fix www redirect when https was used and restore status URL code.
448 * wp-content/themes/webkit/.htaccess:
449 * wp-content/themes/webkit/status.php:
451 2015-12-05 Timothy Hatcher <timothy@apple.com>
453 Another attempt to fix a 404 error when the site loads via www.webkit.org.
455 * wp-content/themes/webkit/status.php:
457 2015-12-05 Timothy Hatcher <timothy@apple.com>
459 Fix a 404 error when the site loads via www.webkit.org.
461 * wp-content/themes/webkit/status.php:
463 2015-12-04 Timothy Hatcher <timothy@apple.com>
465 Fix toggling so hidden links are not clickable still.
467 * wp-content/themes/webkit/status.php:
469 2015-12-04 Timothy Hatcher <timothy@apple.com>
471 Fix another place where feature status internal reference links were wrong.
473 * wp-content/themes/webkit/status.php:
475 2015-12-04 Jonathan Davis <jond@apple.com>
477 Fixed feature status internal reference links.
479 * wp-content/themes/webkit/status.php:
481 2015-12-04 Jonathan Davis <jond@apple.com>
483 Update feature status for up-to-date status information.
484 https://bugs.webkit.org/show_bug.cgi?id=151821
486 Reviewed by Timothy Hatcher.
488 * wp-content/themes/webkit/status.php:
490 2015-12-04 Jonathan Davis <jond@apple.com>
492 Added redirects for old webkit.org archive.
496 2015-12-04 Jonathan Davis <jond@apple.com>
498 Removing empty directories from the old site.
500 Reviewed by Timothy Hatcher.
503 * blog/wp-admin: Removed.
504 * blog/wp-admin/css: Removed.
505 * blog/wp-admin/css/colors: Removed.
506 * blog/wp-admin/css/colors/blue: Removed.
507 * blog/wp-admin/css/colors/coffee: Removed.
508 * blog/wp-admin/css/colors/ectoplasm: Removed.
509 * blog/wp-admin/css/colors/light: Removed.
510 * blog/wp-admin/css/colors/midnight: Removed.
511 * blog/wp-admin/css/colors/ocean: Removed.
512 * blog/wp-admin/css/colors/sunrise: Removed.
513 * blog/wp-admin/images: Removed.
514 * blog/wp-admin/includes: Removed.
515 * blog/wp-admin/js: Removed.
516 * blog/wp-admin/maint: Removed.
517 * blog/wp-admin/network: Removed.
518 * blog/wp-admin/user: Removed.
519 * blog/wp-content: Removed.
520 * blog/wp-content/plugins: Removed.
521 * blog/wp-content/plugins/akismet: Removed.
522 * blog/wp-content/themes: Removed.
523 * blog/wp-content/themes/classic: Removed.
524 * blog/wp-content/themes/default: Removed.
525 * blog/wp-content/themes/default/images: Removed.
526 * blog/wp-content/themes/webkit: Removed.
527 * blog/wp-content/uploads: Removed.
528 * blog/wp-content/uploads/2007: Removed.
529 * blog/wp-content/uploads/2007/06: Removed.
530 * blog/wp-includes: Removed.
531 * blog/wp-includes/ID3: Removed.
532 * blog/wp-includes/SimplePie: Removed.
533 * blog/wp-includes/SimplePie/Cache: Removed.
534 * blog/wp-includes/SimplePie/Content: Removed.
535 * blog/wp-includes/SimplePie/Content/Type: Removed.
536 * blog/wp-includes/SimplePie/Decode: Removed.
537 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
538 * blog/wp-includes/SimplePie/HTTP: Removed.
539 * blog/wp-includes/SimplePie/Net: Removed.
540 * blog/wp-includes/SimplePie/Parse: Removed.
541 * blog/wp-includes/SimplePie/XML: Removed.
542 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
543 * blog/wp-includes/Text: Removed.
544 * blog/wp-includes/Text/Diff: Removed.
545 * blog/wp-includes/Text/Diff/Engine: Removed.
546 * blog/wp-includes/Text/Diff/Renderer: Removed.
547 * blog/wp-includes/certificates: Removed.
548 * blog/wp-includes/css: Removed.
549 * blog/wp-includes/fonts: Removed.
550 * blog/wp-includes/images: Removed.
551 * blog/wp-includes/images/crystal: Removed.
552 * blog/wp-includes/images/media: Removed.
553 * blog/wp-includes/images/smilies: Removed.
554 * blog/wp-includes/images/wlw: Removed.
555 * blog/wp-includes/js: Removed.
556 * blog/wp-includes/js/crop: Removed.
557 * blog/wp-includes/js/imgareaselect: Removed.
558 * blog/wp-includes/js/jcrop: Removed.
559 * blog/wp-includes/js/jquery: Removed.
560 * blog/wp-includes/js/jquery/ui: Removed.
561 * blog/wp-includes/js/mediaelement: Removed.
562 * blog/wp-includes/js/plupload: Removed.
563 * blog/wp-includes/js/scriptaculous: Removed.
564 * blog/wp-includes/js/swfupload: Removed.
565 * blog/wp-includes/js/swfupload/plugins: Removed.
566 * blog/wp-includes/js/thickbox: Removed.
567 * blog/wp-includes/js/tinymce: Removed.
568 * blog/wp-includes/js/tinymce/langs: Removed.
569 * blog/wp-includes/js/tinymce/plugins: Removed.
570 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
571 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
572 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
573 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
574 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
575 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
576 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
577 * blog/wp-includes/js/tinymce/plugins/image: Removed.
578 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
579 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
580 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
581 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
582 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
583 * blog/wp-includes/js/tinymce/plugins/media: Removed.
584 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
585 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
586 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
587 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
588 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
589 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
590 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
591 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
592 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
593 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
594 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
595 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
596 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
597 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
598 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
599 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
600 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
601 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
602 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
603 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
604 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
605 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
606 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
607 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
608 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
609 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
610 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
611 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
612 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
613 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
614 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
615 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
616 * blog/wp-includes/js/tinymce/skins: Removed.
617 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
618 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
619 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
620 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
621 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
622 * blog/wp-includes/js/tinymce/themes: Removed.
623 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
624 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
625 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
626 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
627 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
628 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
629 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
630 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
631 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
632 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
633 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
634 * blog/wp-includes/js/tinymce/themes/modern: Removed.
635 * blog/wp-includes/js/tinymce/utils: Removed.
636 * blog/wp-includes/pomo: Removed.
637 * blog/wp-includes/theme-compat: Removed.
640 * coding/images: Removed.
644 * misc/DatabaseExample.html: Removed.
645 * misc/DatabaseTester.html: Removed.
646 * misc/WebKitDetect.html: Removed.
647 * misc/WebKitDetect.js: Removed.
648 * misc/drosera: Removed.
649 * misc/drosera/demo.js: Removed.
650 * misc/drosera/drosera.png: Removed.
651 * misc/drosera/index.html: Removed.
652 * misc/gradient-input.html: Removed.
653 * misc/morph.html: Removed.
654 * misc/related-target-and-shadow-dom.svg: Removed.
656 * projects/accessibility: Removed.
657 * projects/cleanup: Removed.
658 * projects/compat: Removed.
659 * projects/css: Removed.
660 * projects/documentation: Removed.
661 * projects/dom: Removed.
662 * projects/editing: Removed.
663 * projects/forms: Removed.
664 * projects/html: Removed.
665 * projects/javascript: Removed.
666 * projects/layout: Removed.
667 * projects/mathml: Removed.
668 * projects/performance: Removed.
669 * projects/plugins: Removed.
670 * projects/portability: Removed.
671 * projects/printing: Removed.
672 * projects/svg: Removed.
673 * projects/webkit: Removed.
674 * projects/xml: Removed.
675 * projects/xslt: Removed.
679 2015-12-03 Timothy Hatcher <timothy@apple.com>
681 Allow index.html indexes again.
685 2015-12-03 Timothy Hatcher <timothy@apple.com>
687 Remove the old site files.
689 * asking_questions.html: Removed.
690 * building/active-scheme-xcode4.png: Removed.
691 * building/build-settings-tab-xcode4.png: Removed.
692 * building/build.html: Removed.
693 * building/checkout.html: Removed.
694 * building/custom-executable-xcode4.png: Removed.
695 * building/cygwin-downloader.zip: Removed.
696 * building/debug-mac-uiprocess.html: Removed.
697 * building/debug.html: Removed.
698 * building/launch-debugger-vs2010-small.png: Removed.
699 * building/launch-debugger-vs2010.png: Removed.
700 * building/run-xcode4.png: Removed.
701 * building/run.html: Removed.
702 * building/set-as-startup-project-vs2010.png: Removed.
703 * building/set-debugging-properties-vs2010-small.png: Removed.
704 * building/set-debugging-properties-vs2010.png: Removed.
705 * building/tools.html: Removed.
706 * coding/RefPtr.html: Removed.
707 * coding/adding-features.html: Removed.
708 * coding/assertion-guidelines.html: Removed.
709 * coding/bsd-license.html: Removed.
710 * coding/coding-style.html: Removed.
711 * coding/commit-review-policy.html: Removed.
712 * coding/contributing.html: Removed.
713 * coding/dom-element-attach.html: Removed.
714 * coding/images/contribute_add_attachment.png: Removed.
715 * coding/images/contribute_mark_review.png: Removed.
716 * coding/images/dom-element-attach-large.png: Removed.
717 * coding/images/dom-element-attach-small.png: Removed.
718 * coding/images/dom-element-attach.graffle: Removed.
719 * coding/lgpl-license.html: Removed.
720 * coding/major-objects.html: Removed.
721 * coding/scripts.html: Removed.
722 * coding/technical-articles.html: Removed.
723 * contact.html: Removed.
724 * css/blue.css: Removed.
725 * css/gray.css: Removed.
726 * css/green.css: Removed.
727 * css/ie.css: Removed.
728 * css/main.css: Removed.
729 * css/pink.css: Removed.
730 * css/purple.css: Removed.
731 * css/yellow.css: Removed.
732 * demos/index.html: Removed.
733 * footer.inc: Removed.
734 * header.inc: Removed.
735 * images/DroseraPic.png: Removed.
736 * images/blank.png: Removed.
737 * images/blue-background.png: Removed.
738 * images/blue-bullet.png: Removed.
739 * images/download.png: Removed.
740 * images/end.png: Removed.
741 * images/gray-background.png: Removed.
742 * images/green-background.png: Removed.
743 * images/green-bullet.png: Removed.
744 * images/icon-gold.png: Removed.
745 * images/icon.png: Removed.
746 * images/ie-nav.png: Removed.
747 * images/middle.png: Removed.
748 * images/nav.png: Removed.
749 * images/pink-background.png: Removed.
750 * images/pink-bullet.png: Removed.
751 * images/purple-background.png: Removed.
752 * images/purple-bullet.png: Removed.
753 * images/surfin-safari.icns: Removed.
754 * images/yellow-background.png: Removed.
755 * images/yellow-bullet.png: Removed.
756 * index.html: Removed.
758 * pngbehavior.htc: Removed.
759 * projects/accessibility/index.html: Removed.
760 * projects/cleanup/index.html: Removed.
761 * projects/compat/index.html: Removed.
762 * projects/css/index.html: Removed.
763 * projects/documentation/index.html: Removed.
764 * projects/dom/index.html: Removed.
765 * projects/editing/index.html: Removed.
766 * projects/forms/image-usemap.png: Removed.
767 * projects/forms/image1.png: Removed.
768 * projects/forms/image10.png: Removed.
769 * projects/forms/image16.png: Removed.
770 * projects/forms/index.html: Removed.
771 * projects/forms/survey.html: Removed.
772 * projects/goals.html: Removed.
773 * projects/html/index.html: Removed.
774 * projects/index.html: Removed.
775 * projects/javascript/index.html: Removed.
776 * projects/layout/index.html: Removed.
777 * projects/mathml/index.html: Removed.
778 * projects/performance/index.html: Removed.
779 * projects/plugins/index.html: Removed.
780 * projects/portability/index.html: Removed.
781 * projects/printing/index.html: Removed.
782 * projects/svg/index.html: Removed.
783 * projects/svg/status.xml: Removed.
784 * projects/svg/svg-status.css: Removed.
785 * projects/svg/svg-status.xsl: Removed.
786 * projects/webkit/index.html: Removed.
787 * projects/xml/index.html: Removed.
788 * projects/xslt/index.html: Removed.
789 * quality/.htaccess: Removed.
790 * quality/Ahem.ttf: Removed.
791 * quality/bugpriorities.html: Removed.
792 * quality/bugwriting.html: Removed.
793 * quality/bugzilla.html: Removed.
794 * quality/crashlogs.html: Removed.
795 * quality/leakhunting.html: Removed.
796 * quality/lifecycle.html: Removed.
797 * quality/mac_reportbox.jpg: Removed.
798 * quality/mac_viewtrace.jpg: Removed.
799 * quality/reduction.html: Removed.
800 * quality/reporting.html: Removed.
801 * quality/testing.html: Removed.
802 * quality/testwriting.html: Removed.
803 * quality/win_installwatson.jpg: Removed.
804 * quality/win_watsongui.jpg: Removed.
805 * quality/win_watsoninstalled.jpg: Removed.
806 * security/index.html: Removed.
807 * security/security-group-members.html: Removed.
808 * status.html: Removed.
809 * team.html: Removed.
811 2015-12-03 Timothy Hatcher <timothy@apple.com>
813 Yet another attempt to fix the http blog redirects.
815 Removing the blog folder should do it.
820 2015-12-03 Timothy Hatcher <timothy@apple.com>
822 Another attempt to fix the http blog redirects.
826 2015-12-03 Timothy Hatcher <timothy@apple.com>
828 Attempt to fix the http blog redirects.
832 2015-12-03 Timothy Hatcher <timothy@apple.com>
834 Another attempt to fix the https redirect.
838 2015-12-03 Timothy Hatcher <timothy@apple.com>
840 Attempt to fix the https redirect.
844 2015-12-03 Timothy Hatcher <timothy@apple.com>
846 Fix blog.webkit.org redirects.
850 2015-12-03 Timothy Hatcher <timothy@apple.com>
852 Add redirects for the demos folder.
856 2015-12-03 Timothy Hatcher <timothy@apple.com>
858 Remove duplicate redirect.
862 2015-12-03 Timothy Hatcher <timothy@apple.com>
864 One more attempt to clean up redirects.
868 2015-12-03 Timothy Hatcher <timothy@apple.com>
870 Avoid double slashes after redirect for directories.
874 2015-12-03 Timothy Hatcher <timothy@apple.com>
876 Fix directory redirects some more.
880 2015-12-03 Timothy Hatcher <timothy@apple.com>
882 Fix directory redirect ordering.
886 2015-12-03 Jonathan Davis <jond@apple.com>
888 Fixed cache logic so download data is correctly available.
890 * wp-content/themes/webkit/nightly.php:
892 2015-12-03 Timothy Hatcher <timothy@apple.com>
894 Add some missing redirects for directories of the old site.
898 2015-12-03 Jonathan Davis <jond@apple.com>
900 Fixed transient behavior when the cache plugin is enabled.
902 * wp-content/themes/webkit/functions.php:
903 * wp-content/themes/webkit/includes.php:
904 * wp-content/themes/webkit/nightly.php:
906 2015-12-03 Jonathan Davis <jond@apple.com>
908 Add sub-section anchors to code style guidelines
909 https://bugs.webkit.org/show_bug.cgi?id=151770
911 Reviewed by Timothy Hatcher.
914 * wp-content/plugins/table-of-contents.php:
915 * wp-content/themes/webkit/includes.php:
916 * wp-content/themes/webkit/style.css:
918 (p > a[name]::before):
921 (.admin-bar a[name]):
922 (.admin-bar p > a[name]::before):
923 (.screen-reader-text):
924 (.table-of-contents ul li > ul):
925 (#post-4132 pre:nth-child(-n+10)):
926 (#post-4132 pre:nth-child(-n+8)): Deleted.
928 2015-12-01 Jonathan Davis <jond@apple.com>
930 Updated favicon.ico with the new logo.
934 2015-12-01 Jonathan Davis <jond@apple.com>
936 Improved accessibility handling for the small drop-down menu.
938 * wp-content/themes/webkit/scripts/global.js:
940 2015-12-01 Jonathan Davis <jond@apple.com>
942 Fixed font rendering. Fixed SVG rendering for Firefox.
944 * wp-content/themes/webkit/images/icons.svg:
945 * wp-content/themes/webkit/images/inspector.svg:
946 * wp-content/themes/webkit/images/twitter.svg:
947 * wp-content/themes/webkit/style.css:
950 (.screen-reader-text:focus):
952 (.tile.category-web-inspector .background-image):
953 (.tile.category-performance .background-image):
954 (.tile.category-javascript .background-image):
955 (.tile.category-css .background-image):
956 (.tile.category-standards .background-image):
957 (.tile.category-contributing .background-image):
958 (.tile.category-storage .background-image):
959 (.tile.category-layout .background-image):
960 (.tile.tag-timeline .background-image):
961 (.tile.tag-console .background-image):
962 (.tile.tag-debugger .background-image):
963 (.tile.tag-shortcuts .background-image):
964 (.tile .background-image.loaded):
965 (body, input, textarea, select, button): Deleted.
967 2015-12-01 Jonathan Davis <jond@apple.com>
969 Removed escpaes to correctly pass query string arguments.
973 2015-12-01 Jonathan Davis <jond@apple.com>
975 Corrected rewrite rules to restore convenience paths.
979 2015-12-01 Jonathan Davis <jond@apple.com>
981 Fixed static reference PHP syntax for compatibility with the server environment.
983 * wp-content/plugins/table-of-contents.php:
985 2015-12-01 Jonathan Davis <jond@apple.com>
987 Fixed PHP syntax for compatibility with the server environment.
989 * wp-content/plugins/social-meta.php:
990 * wp-content/themes/webkit/functions.php:
991 * wp-content/themes/webkit/widgets/twitter.php:
993 2015-12-01 Jonathan Davis <jond@apple.com>
995 Updated webkit.org to use the new theme and WordPress deployment.
1001 2015-12-01 Jonathan Davis <jond@apple.com>
1003 Fixed data return format for tweets when updating cache.
1005 * wp-content/themes/webkit/widgets/twitter.php:
1007 2015-12-01 Jonathan Davis <jond@apple.com>
1009 Theme update to tidy styles and add a theme screenshot.
1011 * wp-content/themes/webkit/screenshot.png: Added.
1012 * wp-content/themes/webkit/style.css:
1014 (.tile .background-image):
1016 2015-11-30 Jonathan Davis <jond@apple.com>
1018 Set max-height to prevent narrow images from upscaling.
1020 * wp-content/themes/webkit/style.css:
1021 (article figure > img):
1022 (figure.widescreen):
1023 (figure.widescreen figcaption):
1024 (figure.widescreen img): Deleted.
1026 2015-11-30 Jonathan Davis <jond@apple.com>
1028 Added a new theme and plugins for a redesigned webkit.org.
1030 Reviewed by Timothy Hatcher.
1032 * apple-touch-icon-precomposed.png: Added.
1033 * code-style.md: Added.
1034 * commit-review.md: Added.
1035 * favicon.png: Added.
1036 * security-policy.md: Added.
1037 * tabicon.svg: Added.
1038 * wp-content: Added.
1039 * wp-content/index.php: Added.
1040 * wp-content/maintenance.php: Added.
1041 * wp-content/plugins: Added.
1042 * wp-content/plugins/analytics.php: Added.
1043 * wp-content/plugins/hyperlight: Added.
1044 * wp-content/plugins/hyperlight/hyperlight: Added.
1045 * wp-content/plugins/hyperlight/hyperlight.php: Added.
1046 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
1047 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
1048 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
1049 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
1050 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
1051 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
1052 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
1053 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
1054 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
1055 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
1056 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
1057 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
1058 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
1059 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
1060 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
1061 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
1062 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
1063 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
1064 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
1065 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
1066 * wp-content/plugins/index.php: Added.
1067 * wp-content/plugins/social-meta.php: Added.
1068 * wp-content/plugins/table-of-contents.php: Added.
1069 * wp-content/plugins/visual-preview.php: Added.
1070 * wp-content/themes: Added.
1071 * wp-content/themes/index.php: Added.
1072 * wp-content/themes/webkit: Added.
1073 * wp-content/themes/webkit/404.php: Added.
1074 * wp-content/themes/webkit/444.php: Added.
1075 * wp-content/themes/webkit/footer.php: Added.
1076 * wp-content/themes/webkit/front-header.php: Added.
1077 * wp-content/themes/webkit/front-page.php: Added.
1078 * wp-content/themes/webkit/functions.php: Added.
1079 * wp-content/themes/webkit/header.php: Added.
1080 * wp-content/themes/webkit/images: Added.
1081 * wp-content/themes/webkit/images/download.svg: Added.
1082 * wp-content/themes/webkit/images/icons.svg: Added.
1083 * wp-content/themes/webkit/images/inspector.svg: Added.
1084 * wp-content/themes/webkit/images/menu-down.svg: Added.
1085 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
1086 * wp-content/themes/webkit/images/twitter.svg: Added.
1087 * wp-content/themes/webkit/images/webkit.svg: Added.
1088 * wp-content/themes/webkit/includes.php: Added.
1089 * wp-content/themes/webkit/index.php: Added.
1090 * wp-content/themes/webkit/loop.php: Added.
1091 * wp-content/themes/webkit/nightly.php: Added.
1092 * wp-content/themes/webkit/page.php: Added.
1093 * wp-content/themes/webkit/scripts: Added.
1094 * wp-content/themes/webkit/scripts/global.js: Added.
1095 * wp-content/themes/webkit/single.php: Added.
1096 * wp-content/themes/webkit/sitemap.php: Added.
1097 * wp-content/themes/webkit/status.php: Added.
1098 * wp-content/themes/webkit/style.css: Added.
1099 * wp-content/themes/webkit/team.php: Added.
1100 * wp-content/themes/webkit/widgets: Added.
1101 * wp-content/themes/webkit/widgets/icon.php: Added.
1102 * wp-content/themes/webkit/widgets/page.php: Added.
1103 * wp-content/themes/webkit/widgets/post.php: Added.
1104 * wp-content/themes/webkit/widgets/twitter.php: Added.
1106 2015-11-18 Jonathan Davis <jond@apple.com>
1108 Adding a maintenance file for the old WordPress blog.
1110 Reviewed by Timothy Hatcher.
1112 * blog/wp-content/maintenance.php: Added.
1114 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
1116 Add images needed for shadow DOM blog post
1117 https://bugs.webkit.org/show_bug.cgi?id=150549
1119 Reviewed by Timothy Hatcher.
1123 * blog-files/introducing-shadow-dom: Added.
1124 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
1125 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
1127 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1129 Modify the image to fit the width of the blog.
1131 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
1133 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1135 Add more assets for Web Inspector Keyboard Shortcuts blog post.
1137 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
1138 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
1139 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
1140 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
1141 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
1142 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
1144 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1146 Add assets for Web Inspector Keyboard Shortcuts blog post.
1148 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
1149 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
1150 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
1151 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
1152 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
1153 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
1154 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
1156 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
1158 Add anchor tags for scroll snapping examples.
1160 * demos/scroll-snap/index.html: Added anchor tags.
1162 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1164 Add scroll snap blog post resources.
1166 * blog-files/scroll-snap/overflow-normal.mp4: Added.
1167 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
1168 * blog-files/scroll-snap/snap-2d.mp4: Added.
1169 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
1170 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
1171 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
1173 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1175 Add scroll snap demo directory and files.
1177 * demos/scroll-snap/images/1.png: Added.
1178 * demos/scroll-snap/images/10.png: Added.
1179 * demos/scroll-snap/images/11.png: Added.
1180 * demos/scroll-snap/images/12.png: Added.
1181 * demos/scroll-snap/images/13.png: Added.
1182 * demos/scroll-snap/images/14.png: Added.
1183 * demos/scroll-snap/images/15.png: Added.
1184 * demos/scroll-snap/images/16.png: Added.
1185 * demos/scroll-snap/images/2.png: Added.
1186 * demos/scroll-snap/images/3.png: Added.
1187 * demos/scroll-snap/images/4.png: Added.
1188 * demos/scroll-snap/images/5.png: Added.
1189 * demos/scroll-snap/images/6.png: Added.
1190 * demos/scroll-snap/images/7.png: Added.
1191 * demos/scroll-snap/images/8.png: Added.
1192 * demos/scroll-snap/images/9.png: Added.
1193 * demos/scroll-snap/images/bluecross.svg: Added.
1194 * demos/scroll-snap/images/corner.svg: Added.
1195 * demos/scroll-snap/index.html: Added.
1197 2015-09-03 Matt Baker <mattbaker@apple.com>
1199 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
1201 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
1202 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
1203 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
1204 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
1206 2015-09-03 Matt Baker <mattbaker@apple.com>
1208 Add assets for Introducing the Rendering Frames Timeline blog post.
1210 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
1211 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
1212 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
1213 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
1214 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
1215 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
1216 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
1217 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
1218 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
1219 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
1220 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
1221 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
1223 2015-08-28 Jonathan Davis <jond@apple.com>
1225 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
1227 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
1228 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
1229 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
1230 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
1231 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
1232 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
1233 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
1234 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
1235 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
1236 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
1237 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
1238 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
1240 2015-08-26 Brent Fulgham <bfulgham@apple.com>
1242 Update Windows tool install instructions.
1244 * building/tools.html:
1246 2015-08-24 Saam barati <sbarati@apple.com>
1248 Add mp4 version of types-changing video.
1250 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
1252 2015-08-23 Saam barati <sbarati@apple.com>
1254 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
1256 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
1257 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
1258 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
1260 2015-08-22 Saam barati <sbarati@apple.com>
1262 Change image for type profiler and code coverage profiler blog post.
1264 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
1265 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
1267 2015-08-22 Saam barati <sbarati@apple.com>
1269 Change video for type profiler and code coverage profiler blog post.
1271 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
1273 2015-08-22 Saam barati <sbarati@apple.com>
1275 Add 1x/2x resources for type profiler and code coverage profiler blog post.
1277 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
1278 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
1279 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
1280 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
1281 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
1282 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
1283 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
1284 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
1285 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
1286 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
1287 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
1288 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
1290 2015-08-21 Saam barati <sbarati@apple.com>
1292 Edit a resource for type profiler and code coverage profiler blog post.
1294 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
1296 2015-08-21 Saam barati <sbarati@apple.com>
1298 Add resources for type profiler and code coverage profiler blog post.
1300 * blog-files/type-profiler-and-code-coverage-profiler: Added.
1301 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
1302 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
1303 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
1304 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
1305 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
1306 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
1307 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
1309 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1311 Correct a typo in the explanatory text.
1313 * demos/backdrop-filter/index.html:
1315 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1317 Add an example of backdrop-filter.
1319 * demos/backdrop-filter: Added.
1320 * demos/backdrop-filter/dynamic_poster.jpg: Added.
1321 * demos/backdrop-filter/dynamic_source.m4v: Added.
1322 * demos/backdrop-filter/index.html: Added.
1323 * demos/backdrop-filter/inverted_color.jpg: Added.
1324 * demos/backdrop-filter/multiple.jpg: Added.
1325 * demos/backdrop-filter/simple_blur.jpg: Added.
1327 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1329 Add a poster image for the video.
1331 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
1333 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1335 Add more media control examples.
1337 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
1338 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1339 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1341 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1343 Add two more files for a future blog post.
1345 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
1346 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
1348 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
1350 Fix the twitter links on the status page
1354 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
1356 Prepare screenshots for a potential blog post
1358 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
1359 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
1361 2015-07-28 Geoffrey Garen <ggaren@apple.com>
1363 SunSpider is no longer maintained
1364 https://bugs.webkit.org/show_bug.cgi?id=147370
1366 Reviewed by Michael Saboff.
1368 Add an indicator to show that SunSpider is no longer maintained.
1370 * perf/sunspider/sunspider.css:
1374 * perf/sunspider/sunspider.html:
1376 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
1378 Add image for a blog post
1380 * blog-files/el-capitan-system-font.png: Added.
1382 2015-07-23 Timothy Hatcher <timothy@apple.com>
1384 Change some images for a blog post and add 2x images.
1386 * blog-files/inspector-elements-tab-2x.png: Added.
1387 * blog-files/inspector-elements-tab.png: Updated.
1388 * blog-files/inspector-network-tab-2x.png: Added.
1389 * blog-files/inspector-network-tab.png: Updated.
1390 * blog-files/inspector-tab-bar-2x.png: Added.
1391 * blog-files/inspector-tab-bar.png: Updated.
1393 2015-07-23 Timothy Hatcher <timothy@apple.com>
1395 Change some images for a blog post.
1397 * blog-files/inspector-elements-tab.png:
1398 * blog-files/inspector-network-tab.png:
1400 2015-07-23 Timothy Hatcher <timothy@apple.com>
1402 Add and change some images for a blog post.
1404 * blog-files/inspector-elements-network-tabs.png: Removed.
1405 * blog-files/inspector-elements-tab.png: Added.
1406 * blog-files/inspector-network-tab.png: Added.
1407 * blog-files/inspector-tab-bar.png:
1409 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1411 Correct rest of the images to match.
1413 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
1414 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
1415 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
1416 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
1417 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
1419 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1421 Adjust image sizes to avoid page scaling.
1423 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
1424 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
1425 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
1426 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
1427 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
1429 2015-07-22 Brent Fulgham <bfulgham@apple.com>
1431 Add some images needed for an upcoming blog post.
1433 * blog-files/backdrop-filters: Added.
1434 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
1435 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
1436 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
1437 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
1438 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
1439 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
1440 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
1441 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
1442 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
1443 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
1445 2015-07-11 Timothy Hatcher <timothy@apple.com>
1447 Add some images for a blog post.
1449 * blog-files/inspector-elements-network-tabs.png: Added.
1450 * blog-files/inspector-tab-bar.png: Added.
1451 * blog-files/inspector-tab-icons.svg: Added.
1453 2015-06-30 Jonathan Davis <jond@apple.com>
1455 Added WebKit feature status page to navigation.
1457 Reviewed by Timothy Hatcher.
1461 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
1463 Add some images for a blog post.
1465 * blog-files/console-improvements/array-api.png: Added.
1466 * blog-files/console-improvements/collections.png: Added.
1467 * blog-files/console-improvements/console-messages.png: Added.
1468 * blog-files/console-improvements/interactivity.m4v: Added.
1469 * blog-files/console-improvements/iterators.png: Added.
1470 * blog-files/console-improvements/localStorage-api.png: Added.
1471 * blog-files/console-improvements/object-preview.png: Added.
1472 * blog-files/console-improvements/object-tree.png: Added.
1473 * blog-files/console-improvements/promises.png: Added.
1474 * blog-files/console-improvements/tooltip-1.png: Added.
1475 * blog-files/console-improvements/tooltip-2.png: Added.
1477 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
1479 Remove unnecessary svn:executable flags
1480 https://bugs.webkit.org/show_bug.cgi?id=146107
1482 Reviewed by Alexey Proskuryakov.
1484 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
1485 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
1486 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
1487 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
1488 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
1489 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
1490 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
1491 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
1493 2015-05-20 Jon Davis <jond@apple.com>
1495 Upgrading WordPress to 4.2.2 release.
1497 Rubber-stamped by Timothy Hatcher.
1499 * Websites/webkit.org/blog/:
1500 * Websites/webkit.org/blcd Tog/wp-admin/:
1501 * Websites/webkit.org/blog/wp-admin/css/:
1502 * Websites/webkit.org/blog/wp-admin/css/colors/:
1503 * Websites/webkit.org/blog/wp-admin/images/:
1504 * Websites/webkit.org/blog/wp-admin/includes/:
1505 * Websites/webkit.org/blog/wp-admin/js/:
1506 * Websites/webkit.org/blog/wp-admin/maint/:
1507 * Websites/webkit.org/blog/wp-admin/network/:
1508 * Websites/webkit.org/blog/wp-admin/user/:
1509 * Websites/webkit.org/blog/wp-includes/:
1510 * Websites/webkit.org/blog/wp-includes/ID3/:
1511 * Websites/webkit.org/blog/wp-includes/SimplePie/:
1512 * Websites/webkit.org/blog/wp-includes/Text/:
1513 * Websites/webkit.org/blog/wp-includes/certificates/:
1514 * Websites/webkit.org/blog/wp-includes/css/:
1515 * Websites/webkit.org/blog/wp-includes/fonts/:
1516 * Websites/webkit.org/blog/wp-includes/images/:
1517 * Websites/webkit.org/blog/wp-includes/js/:
1518 * Websites/webkit.org/blog/wp-includes/pomo/:
1519 * Websites/webkit.org/blog/wp-includes/theme-compat/:
1521 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
1523 Fix the link noted 'contribute to features' in status.html
1524 https://bugs.webkit.org/show_bug.cgi?id=144331
1526 Reviewed by Csaba Osztrogonác.
1528 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
1532 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
1534 Add naver to team.html
1535 https://bugs.webkit.org/show_bug.cgi?id=144298
1537 Reviewed by Gyuyoung Kim.
1541 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
1543 Status page: fix the email links
1547 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
1549 Improve the status page
1550 https://bugs.webkit.org/show_bug.cgi?id=144248
1552 Reviewed by Darin Adler.
1555 Lots of minor changes:
1557 -Do not use sync XHR. That was nice for testing but that's eveil
1558 and it breaks Firefox.
1559 -Start fetching the json files as soon as possible during page load,
1560 that server takes forever to respond.
1561 -Remove some useless CSS.
1562 -Get rid of mustache. That template thing was awesome but it took
1563 up to 600ms to fetch the file (plus it is not exactly efficient).
1564 -Put both the specifications and the features in the list.
1565 They are referencing each other with links. That seems to work pretty well.
1566 -Use the keywords for filtering.
1568 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
1570 Start a basic status page on webkit.org
1571 https://bugs.webkit.org/show_bug.cgi?id=143940
1573 Reviewed by Darin Adler.
1575 * status.html: Added.
1576 Nothing fancy, for now just show the "features" list of the two features.json
1578 2015-04-19 Dan Bernstein <mitz@apple.com>
1582 * coding/RefPtr.html:
1584 2015-04-19 Darin Adler <darin@apple.com>
1586 Update RefPtr documentation and deprecation
1587 https://bugs.webkit.org/show_bug.cgi?id=143936
1589 Reviewed by Andreas Kling.
1591 * coding/RefPtr.html: Updated.
1593 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
1595 Fix warning about loading insecure content from secure webkit.org/blog
1596 https://bugs.webkit.org/show_bug.cgi?id=142545
1598 Reviewed by Mark Rowe.
1600 * blog/wp-content/themes/webkit/footer.php:
1601 Use an "https" URL for the subresource, instead of "http".
1603 2015-02-20 Alexey Proskuryakov <ap@apple.com>
1605 Remove svn:keywords property.
1607 As far as I can tell, the property had no effect on any of these files, but also,
1608 when it has effect it's likely harmful.
1610 * demos/srcset/index.html: Removed property svn:keywords.
1611 * specs/index.html: Removed property svn:keywords.
1613 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
1615 Unreviewed, remove empty directories.
1617 * blog/wp-includes/js/codepress: Removed.
1619 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
1621 Add LG Electronics to team.html
1622 https://bugs.webkit.org/show_bug.cgi?id=141227
1624 Reviewed by Andreas Kling.
1628 2015-01-30 Chris Dumez <cdumez@apple.com>
1630 Add "Singleton pattern" section to the WebKit coding style
1631 https://bugs.webkit.org/show_bug.cgi?id=141040
1633 Reviewed by Ryosuke Niwa.
1635 Add "Singleton pattern" section to the WebKit coding style to document
1636 what was discussed on webkit-dev:
1637 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
1639 * coding/coding-style.html:
1641 2015-01-27 Daniel Bates <dabates@apple.com>
1643 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
1645 Reviewed by David Kilzer.
1647 * building/build.html: Added instructions to build WebKit for iOS Simulator.
1648 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
1649 in the iOS Simulator using command line tools. We should look to add Xcode instructions
1650 and simplify these steps once we teach debug-safari about the iOS Simulator.
1651 * building/run.html: Added remark to run Safari in the iOS Simulator.
1652 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
1653 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
1655 2014-09-27 Dan Bernstein <mitz@apple.com>
1657 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1658 https://bugs.webkit.org/show_bug.cgi?id=137053
1660 Reviewed by Mark Rowe.
1662 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
1664 2014-09-26 Alexey Proskuryakov <ap@apple.com>
1666 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
1667 https://bugs.webkit.org/show_bug.cgi?id=137053
1669 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
1671 Explain that to build from Xcode, one needs to build from command line once first.
1673 Removed a Windows section that explained how to launch cygwin shell, which was
1674 silly given that we then link to a long document explaining further steps.
1676 * building/build.html:
1678 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
1680 Update the list of u-szeged contributors.
1682 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
1686 2014-09-18 Dean Jackson <dino@apple.com>
1688 Expand the srcset demo to have 3x and 4x images.
1692 * demos/srcset/image-1x.png:
1693 * demos/srcset/image-2x.png:
1694 * demos/srcset/image-3x.png: Added.
1695 * demos/srcset/image-4x.png: Added.
1696 * demos/srcset/index.html:
1698 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
1700 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
1701 https://bugs.webkit.org/show_bug.cgi?id=136315
1703 Reviewed by Mark Rowe.
1705 * building/checkout.html:
1706 * building/debug-mac-uiprocess.html:
1707 * building/debug.html:
1708 * building/run.html:
1709 * building/tools.html:
1712 * projects/javascript/index.html:
1713 * projects/svg/index.html:
1714 * quality/bugwriting.html:
1715 * quality/crashlogs.html:
1716 * quality/leakhunting.html:
1717 * quality/lifecycle.html:
1718 * quality/testing.html:
1720 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
1722 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
1723 https://bugs.webkit.org/show_bug.cgi?id=31993
1725 Reviewed by Darin Adler.
1727 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
1729 * coding/contributing.html:
1730 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
1732 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
1734 Remove people that have left Adobe from Security Contact list
1735 https://bugs.webkit.org/show_bug.cgi?id=135256
1737 Reviewed by Alexey Proskuryakov.
1739 * security/security-group-members.html:
1741 2014-08-06 peavo@outlook.com <peavo@outlook.com>
1743 [Win] Build error when OFFICIAL_BUILD != 1.
1744 https://bugs.webkit.org/show_bug.cgi?id=135613
1746 Reviewed by Alex Christensen.
1748 Added python installation as a required step before building on Windows.
1750 * building/tools.html:
1752 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
1754 Committers should mail webkit-committers not webkit-reviewers for reactivation
1755 https://bugs.webkit.org/show_bug.cgi?id=135203
1757 Reviewed by Ryosuke Niwa.
1759 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
1760 send mail to webkit-committers instead of webkit-reviewers.
1762 * coding/commit-review-policy.html:
1764 2014-07-15 Alex Christensen <achristensen@webkit.org>
1766 Make css jit benchmark work on IE11.
1767 https://bugs.webkit.org/show_bug.cgi?id=134956
1769 Reviewed by Benjamin Poulain.
1771 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
1772 Remove an iframe which caused IE11 to try to open content as a URL.
1774 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
1776 Update policy for Inactive Committer and Reviewer status
1777 https://bugs.webkit.org/show_bug.cgi?id=134403
1779 Reviewed by Nico Weber.
1781 * coding/commit-review-policy.html:
1783 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
1785 Remove Qt instructions from http://www.webkit.org/building/tools.html
1786 https://bugs.webkit.org/show_bug.cgi?id=134384
1788 Reviewed by Tim Horton.
1790 * building/tools.html:
1792 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
1793 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
1795 2014-06-25 Brent Fulgham <bfulgham@apple.com>
1797 [Win] Whoops! DirectX SDK is still needed.
1799 * building/tools.html: Put DirectX instruction back.
1801 2014-06-24 Brent Fulgham <bfulgham@apple.com>
1803 [Win] Remove some out-of-date stuff from our instructions.
1804 https://bugs.webkit.org/show_bug.cgi?id=134282
1806 Reviewed by Tim Horton.
1808 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
1809 install anymore (it's part of Visual Studio 2013).
1810 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
1813 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
1815 Drop the cross organizational support requirement from reviewer nomination policy
1816 https://bugs.webkit.org/show_bug.cgi?id=134240
1818 Reviewed by Gyuyoung Kim.
1822 * coding/commit-review-policy.html:
1824 2014-05-13 Filip Pizlo <fpizlo@apple.com>
1826 Updated the files to have the right width.
1828 * blog-files/ftl-jit/dfg_pipeline.png:
1829 * blog-files/ftl-jit/four_tier_performance.png:
1830 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
1831 * blog-files/ftl-jit/ftl_pipeline.png:
1832 * blog-files/ftl-jit/ftl_timeline.png:
1833 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
1834 * blog-files/ftl-jit/polyvariance.png:
1835 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
1836 * blog-files/ftl-jit/three_tier_performance.png:
1838 2014-05-13 Filip Pizlo <fpizlo@apple.com>
1840 Add some illustrations about how JSC works.
1842 * blog-files/ftl-jit: Added.
1843 * blog-files/ftl-jit/dfg_pipeline.png: Added.
1844 * blog-files/ftl-jit/four_tier_performance.png: Added.
1845 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
1846 * blog-files/ftl-jit/ftl_pipeline.png: Added.
1847 * blog-files/ftl-jit/ftl_timeline.png: Added.
1848 * blog-files/ftl-jit/object_model.png: Added.
1849 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
1850 * blog-files/ftl-jit/polyvariance.png: Added.
1851 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
1852 * blog-files/ftl-jit/three_tier_performance.png: Added.
1853 * blog-files/ftl-jit/three_tiers.png: Added.
1855 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
1857 Add potential illustrations for a potential future blog post about the viewport meta tag
1859 * blog-files/simple-viewport-configuration: Added.
1860 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
1861 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
1862 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
1863 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
1864 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
1865 * blog-files/simple-viewport-configuration/inspector.png: Added.
1866 * blog-files/simple-viewport-configuration/report_size.js: Added.
1868 2014-04-29 Alex Christensen <achristensen@webkit.org>
1870 [WinCairo] Switch video from GStreamer to Media Foundation.
1871 https://bugs.webkit.org/show_bug.cgi?id=132358
1873 Reviewed by Brent Fulgham.
1875 * building/tools.html:
1876 Removed requirement of installing GStreamer.
1878 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
1880 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
1881 https://bugs.webkit.org/show_bug.cgi?id=131791
1883 Reviewed by Sam Weinig.
1885 * building/debug.html:
1887 2014-03-28 James Craig <jcraig@apple.com>
1889 Web Inspector: AXI: support for live regions
1890 https://bugs.webkit.org/show_bug.cgi?id=130725
1892 Reviewed by Timothy Hatcher.
1894 Demo update to show off the new Inspector support for live regions.
1896 * blog-files/aria1.0/combobox_with_live_region_status.html:
1898 2014-03-27 James Craig <jcraig@apple.com>
1900 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
1901 https://bugs.webkit.org/show_bug.cgi?id=130827
1903 Reviewed by Timothy Hatcher.
1905 Updated demo files with attr refresh to show off selected children changing.
1906 Long term fix will be http://webkit.org/b/130883
1908 * blog-files/aria1.0/combobox_with_live_region_status.html:
1910 2014-03-25 James Craig <jcraig@apple.com>
1912 Blog-files: combobox demo needs aria-expanded support
1913 https://bugs.webkit.org/show_bug.cgi?id=130766
1915 Reviewed by Chris Fleizach.
1917 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
1919 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
1921 Add illustrations for a potential blog post
1923 First version, let see how that works out.
1925 * blog-files/css-jit-introduction: Added.
1926 * blog-files/css-jit-introduction/clicktostart.js: Added.
1927 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
1928 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
1929 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
1930 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
1931 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
1932 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
1934 2014-03-20 James Craig <jcraig@apple.com>
1936 Sample code for potential ARIA blog post.
1937 https://bugs.webkit.org/show_bug.cgi?id=130548
1939 Rubber-stamped by Chris Fleizach.
1941 * blog-files/aria1.0: Added.
1942 * blog-files/aria1.0/africa_large.svg: Added.
1943 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
1944 * blog-files/aria1.0/roaming_tabindex: Added.
1945 * blog-files/aria1.0/roaming_tabindex/css: Added.
1946 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
1947 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
1948 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
1949 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
1950 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
1951 * blog-files/aria1.0/roaming_tabindex/js: Added.
1952 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
1953 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
1954 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
1956 2014-03-14 Maciej Stachowiak <mjs@apple.com>
1958 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
1959 https://bugs.webkit.org/show_bug.cgi?id=130276
1960 <rdar://problem/16266927>
1962 Reviewed by Simon Fraser.
1964 * blog/wp-content/textfield_screenshot.jpg:
1965 * misc/WebKitDetect.html:
1966 * misc/WebKitDetect.js:
1967 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
1968 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
1969 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
1970 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
1971 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
1972 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
1973 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
1974 * perf/sunspider-0.9.1/sunspider-compare-results.js:
1975 * perf/sunspider-0.9/3d-cube.html:
1976 * perf/sunspider-0.9/3d-morph.html:
1977 * perf/sunspider-0.9/3d-raytrace.html:
1978 * perf/sunspider-0.9/access-binary-trees.html:
1979 * perf/sunspider-0.9/access-fannkuch.html:
1980 * perf/sunspider-0.9/access-nbody.html:
1981 * perf/sunspider-0.9/access-nsieve.html:
1982 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
1983 * perf/sunspider-0.9/bitops-bits-in-byte.html:
1984 * perf/sunspider-0.9/bitops-bitwise-and.html:
1985 * perf/sunspider-0.9/bitops-nsieve-bits.html:
1986 * perf/sunspider-0.9/controlflow-recursive.html:
1987 * perf/sunspider-0.9/crypto-aes.html:
1988 * perf/sunspider-0.9/crypto-md5.html:
1989 * perf/sunspider-0.9/crypto-sha1.html:
1990 * perf/sunspider-0.9/date-format-tofte.html:
1991 * perf/sunspider-0.9/date-format-xparb.html:
1992 * perf/sunspider-0.9/math-cordic.html:
1993 * perf/sunspider-0.9/math-partial-sums.html:
1994 * perf/sunspider-0.9/math-spectral-norm.html:
1995 * perf/sunspider-0.9/regexp-dna.html:
1996 * perf/sunspider-0.9/string-base64.html:
1997 * perf/sunspider-0.9/string-fasta.html:
1998 * perf/sunspider-0.9/string-tagcloud.html:
1999 * perf/sunspider-0.9/string-unpack-code.html:
2000 * perf/sunspider-0.9/string-validate-input.html:
2001 * perf/sunspider-0.9/sunspider-analyze-results.js:
2002 * perf/sunspider-0.9/sunspider-compare-results.js:
2003 * perf/sunspider-0.9/sunspider-driver.html:
2004 * perf/sunspider-0.9/sunspider-record-result.js:
2005 * perf/sunspider-0.9/sunspider-results.html:
2006 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
2007 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
2008 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
2009 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
2010 * perf/sunspider-1.0.1/sunspider-compare-results.js:
2011 * perf/sunspider-1.0.1/sunspider.html:
2012 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2013 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
2014 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2015 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
2016 * perf/sunspider-1.0.2/sunspider-compare-results.js:
2017 * perf/sunspider-1.0.2/sunspider.html:
2018 * perf/sunspider-1.0/sunspider-1.0/driver.html:
2019 * perf/sunspider-1.0/sunspider-1.0/results.html:
2020 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
2021 * perf/sunspider-1.0/sunspider-analyze-results.js:
2022 * perf/sunspider-1.0/sunspider-compare-results.js:
2023 * perf/sunspider-1.0/sunspider.html:
2024 * perf/sunspider/sunspider.html:
2025 * perf/sunspider/versions.html:
2026 * quality/reporting.html:
2028 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
2030 Use DYEBench v0.9 by default.
2032 Rubber-stamped by Benjamin Poulain.
2034 * perf/DoYouEvenBench/index.html:
2036 2014-02-27 Darin Adler <darin@apple.com>
2038 Some small modernizing tweaks to the coding style guide
2039 https://bugs.webkit.org/show_bug.cgi?id=129427
2041 Reviewed by Alexey Proskuryakov.
2043 My intent here was originally to do the nullptr style guide update, but that was already done.
2044 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
2045 a number of subtle ways.
2047 * coding/coding-style.html: Change "left side operator" example to be a more modern example
2048 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
2049 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
2050 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
2051 over index iteration in vector iteration example and also showed use of unsigned rather than
2052 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
2053 a newly created object" example. Use references instead of pointers in one example.
2055 2014-02-26 Julien Brianceau <jbriance@cisco.com>
2057 Add Cisco to team.html
2058 https://bugs.webkit.org/show_bug.cgi?id=129405
2060 Reviewed by Andreas Kling.
2064 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
2066 Update style guide to use nullptr instead of 0 for C++ null pointers.
2067 https://bugs.webkit.org/show_bug.cgi?id=129413
2069 Reviewed by Ryosuke Niwa.
2071 * coding/coding-style.html:
2073 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
2075 Change tools.html to say Xcode 5 is required to build
2076 https://bugs.webkit.org/show_bug.cgi?id=128545
2078 Reviewed by Andreas Kling.
2080 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
2081 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
2082 line tools in the downloads pane anymore, so direct folks to use
2083 xcode-select to install the command line tools as well.
2085 * building/tools.html:
2087 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2089 Host DoYouEvenBench on webkit.org
2090 https://bugs.webkit.org/show_bug.cgi?id=127185
2092 Reviewed by Benjamin Poulain.
2094 The previous patch didn't quite work due to cross-origin restrictions.
2095 Simply add a hyperlink to a trac page.
2097 * perf/DoYouEvenBench/index.html:
2099 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2101 Host DoYouEvenBench on webkit.org
2102 https://bugs.webkit.org/show_bug.cgi?id=127185
2104 Reviewed by Benjamin Poulain.
2106 Added webkit.org/perf/DoYouEvenBench.
2108 * perf/DoYouEvenBench: Added.
2109 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
2111 2014-01-03 Alex Christensen <achristensen@webkit.org>
2113 Added GStreamer to list of required tools for compiling webkit.
2114 https://bugs.webkit.org/show_bug.cgi?id=126319
2116 Reviewed by Philippe Normand.
2118 * building/tools.html:
2119 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
2120 Added GStreamer installers to list of required tools for WinCairo.
2122 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
2124 Add a description about webkit-patch setup-git-clone to checkout.html
2125 https://bugs.webkit.org/show_bug.cgi?id=126217
2127 Reviewed by Philippe Normand.
2131 * building/checkout.html:
2133 2013-12-13 Roger Fong <roger_fong@apple.com>
2135 Update build instructions for Windows following upgrade to VS2013.
2137 * building/tools.html:
2139 2013-11-30 Mark Rowe <mrowe@apple.com>
2141 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
2143 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
2145 Reviewed by Sam Weinig.
2147 * footer.inc: Remove the old analytics code.
2148 * header.inc: Add the new stuff.
2150 2013-10-29 Beth Dakin <bdakin@apple.com>
2152 Just updating the sample code for this potential blog post.
2154 * blog-files/regions/pizza-is-amazing.png: Replaced.
2155 * blog-files/regions/unstyled-article.png: Replaced.
2156 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2157 * demos/regions/pizza-regions-manifesto.html:
2159 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2161 Mixed content error when accessing webkit.org/team.html over https
2162 https://bugs.webkit.org/show_bug.cgi?id=123020
2164 Reviewed by Alexey Proskuryakov.
2166 When the webkit.org/team.html page is accessed over https most browsers report
2167 Mixed Content error, which is caused by the fact that the contributos.json file
2168 is accessed over a plain http connection and not https.
2172 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2174 Cleanup webkit.org/team.html
2175 https://bugs.webkit.org/show_bug.cgi?id=123022
2177 Reviewed by Alexey Proskuryakov.
2179 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
2183 2013-10-16 Geoffrey Garen <ggaren@apple.com>
2185 Publish SunSpider 1.0.2
2186 https://bugs.webkit.org/show_bug.cgi?id=122923
2188 Reviewed by Darin Adler.
2190 * perf/sunspider/sunspider.html:
2191 * perf/sunspider/versions.html:
2193 2013-10-08 Geoffrey Garen <ggaren@apple.com>
2195 Refined power management in SunSpider 1.0.2
2196 https://bugs.webkit.org/show_bug.cgi?id=122525
2198 Reviewed by Gavin Barraclough.
2200 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2202 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2203 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2204 * perf/sunspider-1.0.2/sunspider.css:
2208 2013-10-02 Geoffrey Garen <ggaren@apple.com>
2210 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2212 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2213 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2215 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2217 Fixed a version number string in SunSpider 1.0.2
2218 https://bugs.webkit.org/show_bug.cgi?id=122004
2220 Reviewed by Gavin Barraclough.
2222 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
2224 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2226 Tentative SunSpider 1.0.2
2227 https://bugs.webkit.org/show_bug.cgi?id=122002
2229 Reviewed by Gavin Barraclough.
2231 See comments in PerformanceTests/SunSpider.
2233 * perf/sunspider-1.0.2: Added.
2235 2013-09-20 Mark Rowe <mrowe@apple.com>
2237 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
2239 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
2241 Reviewed by David Kilzer.
2243 * building/debug-mac-uiprocess.html:
2244 * building/tools.html:
2246 2013-09-19 Dan Bernstein <mitz@apple.com>
2248 Add a style guideline regarding spacing in range-based for loops
2249 https://bugs.webkit.org/show_bug.cgi?id=121620
2251 Reviewed by Anders Carlsson.
2253 * coding/coding-style.html: Added the guideline that spaces should be placed
2254 around the colon in a range-based for loop.
2256 2013-09-10 Beth Dakin <bdakin@apple.com>
2258 Adding another screenshot for a potential blog post.
2260 * blog-files/regions/unstyled-article.png: Added.
2262 2013-09-09 Roger Fong <roger_fong@apple.com>
2264 Update build instructions for Apple Windows port to include cygwin php install steps.
2266 * building/tools.html:
2268 2013-09-04 Beth Dakin <bdakin@apple.com>
2270 Fixing a typo in demo files and screenshot.
2272 * blog-files/regions/pizza-is-amazing.png: Replaced.
2273 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2274 * demos/regions/pizza-regions-manifesto.html:
2276 2013-09-04 Beth Dakin <bdakin@apple.com>
2278 Upload demo and images for a potential blog post.
2280 * blog-files/regions: Added.
2281 * blog-files/regions/pizza-is-amazing.png: Added.
2282 * demos/regions: Added.
2283 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
2284 * demos/regions/pizza-regions-manifesto.html: Added.
2285 * demos/regions/yellow-pizza.jpg: Added.
2287 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
2289 Fix the recommended testing platform on the website
2291 Rubberstamped by Enrica Casucci.
2293 * quality/testing.html:
2295 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
2297 Fix webkit.org content overflowing their content box
2299 Rubberstamped by Simon Fraser.
2301 More fixes to have webkit.org show properly on iPad and iPhone.
2303 * blog/wp-content/themes/webkit/header.php:
2304 Add the correct viewport width for the blog.
2306 * building/debug.html:
2307 * building/launch-debugger-vs2010-small.png: Added.
2308 * building/set-debugging-properties-vs2010-small.png: Added.
2309 Fix the images to make them fit in the page.
2311 * coding/adding-features.html:
2312 Using <pre> for the example of email just make it looks like our code examples.
2313 Change the source to use <blockquote> so that the text can reflow to the content box.
2315 (.code, pre, tt, code):
2316 Scroll the content when it overflows the box for code and pre.
2318 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
2320 Give a smaller viewport to webkit.org on devices
2322 Rubberstamped by Simon Fraser.
2324 The CSS of WebKit.org layout the content on 615px + a right margin of
2325 215px + a left margin of 20px. The total layout width is 850px.
2327 The standard viewport size on mobile devices is 980px. This leaves a gap
2328 on the right side of the content when opening the size on iPhone/iPad.
2330 This patch changes the layout width to be 860 to display more content on devices
2331 while keeping a little margin.
2335 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
2337 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
2338 https://bugs.webkit.org/show_bug.cgi?id=117993
2340 Reviewed by George Staikos.
2342 * perf/sunspider-1.0.1/json2.js: Added.
2343 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
2344 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
2345 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
2346 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
2347 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
2348 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
2349 * perf/sunspider-1.0.1/sunspider.css: Added.
2350 * perf/sunspider-1.0.1/sunspider.html: Added.
2351 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
2352 * perf/sunspider/versions.html: Updated to version 1.0.1.
2354 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
2356 Update the images for the blog size-matters
2358 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
2359 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
2360 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
2362 2013-08-05 Dean Jackson <dino@apple.com>
2364 Move previous commit into /demos.
2366 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
2367 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
2368 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
2369 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
2371 2013-08-05 Dean Jackson <dino@apple.com>
2373 Upload example for a blog post.
2375 * blog-files/srcset/image-1x.png: Added.
2376 * blog-files/srcset/image-2x.png: Added.
2377 * blog-files/srcset/image-src.png: Added.
2378 * blog-files/srcset/index.html: Added.
2380 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
2382 Upload images for a potential blog post
2384 * blog-files/size-matters: Added.
2385 * blog-files/size-matters/JavaScript-growth.png: Added.
2386 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
2387 * blog-files/size-matters/WebCore-growth.png: Added.
2388 * blog-files/size-matters/WebKit-growth.png: Added.
2390 2013-07-14 Kwang Yul Seo <skyul@company100.net>
2392 Add Company100 to team.html
2393 https://bugs.webkit.org/show_bug.cgi?id=118633
2395 Reviewed by Andreas Kling.
2399 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
2401 Add 'partner.samsung.com' to domain affiliations
2402 https://bugs.webkit.org/show_bug.cgi?id=118580
2404 Reviewed by Antonio Gomes.
2408 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
2410 Add screenshot of the inspector color picker for the blog
2412 * blog-files/last-week-in-webkit: Added.
2413 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
2415 2013-06-27 Roger Fong <roger_fong@apple.com>
2417 Update required tools for Windows instructions.
2419 * building/tools.html:
2421 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
2423 The page title of technical-articles.html is incorrect.
2424 https://bugs.webkit.org/show_bug.cgi?id=117727
2426 Reviewed by Ryosuke Niwa.
2428 Changed the page title of technical-articles.html to "WebKit Technical Articles".
2430 * coding/technical-articles.html:
2432 2013-06-14 Timothy Hatcher <timothy@apple.com>
2434 Shrink larger images to fit the width of the blog.
2436 * blog-files/new-inspector/hero-labeled.png:
2437 * blog-files/new-inspector/hero.png:
2439 2013-06-12 Roger Fong <roger_fong@apple.com>
2441 Update webkit.org build instructions for Apple Windows port.
2442 https://bugs.webkit.org/show_bug.cgi?id=117563.
2444 Reviewed by Brent Fulgham.
2446 * building/build.html:
2447 * building/debug.html:
2448 * building/launch-debugger-vs2005.png: Removed.
2449 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
2450 * building/set-as-startup-project-vs2005.png: Removed.
2451 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
2452 * building/set-debugging-properties-vs2005.png: Removed.
2453 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
2454 * building/tools.html:
2456 2013-06-12 Timothy Hatcher <timothy@apple.com>
2458 Add new Web Inspector images for a blog post.
2460 * blog-files/new-inspector/activity-viewer.png: Added.
2461 * blog-files/new-inspector/codemirror.png: Added.
2462 * blog-files/new-inspector/console.png: Added.
2463 * blog-files/new-inspector/hero-labeled.png: Added.
2464 * blog-files/new-inspector/hero.png: Added.
2465 * blog-files/new-inspector/layer-borders.png: Added.
2466 * blog-files/new-inspector/layers.png: Added.
2467 * blog-files/new-inspector/navigation-bar.png: Added.
2468 * blog-files/new-inspector/open-sign.png: Added.
2469 * blog-files/new-inspector/reasons.png: Added.
2470 * blog-files/new-inspector/save.png: Added.
2471 * blog-files/new-inspector/source-map.png: Added.
2472 * blog-files/new-inspector/styles.png: Added.
2473 * blog-files/new-inspector/toolbar-context-menu.png: Added.
2474 * blog-files/new-inspector/toolbar-docked.png: Added.
2475 * blog-files/new-inspector/toolbar.png: Added.
2477 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
2479 Broken link to committers list on contributing web page
2480 https://bugs.webkit.org/show_bug.cgi?id=116722
2482 Reviewed by Andreas Kling.
2484 * coding/contributing.html:
2485 Changed broken link to point to the team page instead.
2487 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
2489 Make team.html have each contributor's area of expertise
2490 https://bugs.webkit.org/show_bug.cgi?id=116737
2492 Reviewed by Benjamin Poulain.
2495 Update to use the new expertise field in contributors.json.
2497 2013-04-30 Filip Pizlo <fpizlo@apple.com>
2499 Release SunSpider 1.0
2501 Rubber stamped by Maciej Stachowiak.
2503 * perf/sunspider-1.0: Added.
2504 * perf/sunspider-1.0/json2.js: Added.
2506 * perf/sunspider-1.0/sunspider-1.0: Added.
2507 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
2508 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
2509 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
2510 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
2511 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
2512 (computeItemTotals):
2515 (standardDeviation):
2520 (computeLabelWidth):
2524 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
2525 (.computeItemTotals):
2528 (.standardDeviation):
2530 (.computeStdErrors):
2533 (.computeLabelWidth):
2534 (.computeMeanWidth):
2538 (sunspiderCompareResults):
2539 * perf/sunspider-1.0/sunspider.css: Added.
2548 * perf/sunspider-1.0/sunspider.html: Added.
2549 * perf/sunspider/sunspider.html:
2550 * perf/sunspider/versions.html: Added.
2552 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
2554 Update team.html to use contributors.json instead of committers.py
2555 https://bugs.webkit.org/show_bug.cgi?id=114720
2557 Reviewed by Ryosuke Niwa.
2559 Updating the team.html to use contributors.json. Also removing the unused field 'area'
2560 from the contributors information.
2564 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
2566 The list of contributors in committers.py should be a separate JSON
2567 https://bugs.webkit.org/show_bug.cgi?id=114673
2569 Reviewed by Anders Carlsson.
2571 Updated the website to refer to contributors.json instead of committers.py.
2573 * coding/commit-review-policy.html:
2575 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
2577 Simplify the page "Getting the Code" on WebKit.org
2578 https://bugs.webkit.org/show_bug.cgi?id=113980
2580 Reviewed by Sam Weinig.
2582 * building/checkout.html:
2583 Instead of interleaving instructions for Mac and Windows, just
2584 copy the things that make sense and have two clear sections.
2586 Also mention Linux, it is the exact same instructions as Mac OS X.
2588 Make svn checkout the alternative to a download of the tarball. It is
2589 almost impossible to do a svn checkout on slow networks nowadays.
2591 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
2593 Update WebKit.org's contact page
2594 https://bugs.webkit.org/show_bug.cgi?id=113968
2596 Reviewed by Geoffrey Garen.
2599 -Add a direct link to our archives on Gmane.
2600 -References the ports mailing-lists. This may reduces the emails
2601 erroneously sent to webkit-dev.
2602 -Add a link to our "reporting bug page".
2603 -Get rid of the link to CIA. The website is dead.
2605 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
2607 Add Digia to the domain affiliations
2608 https://bugs.webkit.org/show_bug.cgi?id=110116
2610 Reviewed by Kenneth Rohde Christiansen.
2614 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
2616 Add basysKom to domainAffiliations in team.html
2617 https://bugs.webkit.org/show_bug.cgi?id=109306
2619 Reviewed by Laszlo Gombos.
2621 Register basysKom as contributing company in
2622 http://www.webkit.org/team.html.
2626 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
2628 Add intel.com to team.html
2629 https://bugs.webkit.org/show_bug.cgi?id=109424
2631 Reviewed by Kenneth Rohde Christiansen.
2635 2013-02-10 Dirk Schulze <dschulze@adobe.com>
2637 Add adobe.com to team.html
2638 https://bugs.webkit.org/show_bug.cgi?id=109396
2640 Reviewed by Laszlo Gombos.
2644 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
2646 Add sisa.samsung.com to team.html
2647 https://bugs.webkit.org/show_bug.cgi?id=109394
2649 Reviewed by Dirk Schulze.
2653 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
2655 Add a sample change log entry to contributing.html
2656 https://bugs.webkit.org/show_bug.cgi?id=105506
2658 Reviewed by Alexey Proskuryakov.
2660 Added a sample change log to the page directly people skimming through the page will still
2661 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
2663 * coding/contributing.html:
2665 2012-12-18 Nico Weber <thakis@chromium.org>
2667 Fix broken loop in style guide
2668 https://bugs.webkit.org/show_bug.cgi?id=105346
2670 Reviewed by Ryosuke Niwa.
2672 Found by Sean Silva <silvas@purdue.edu>
2674 * coding/coding-style.html:
2676 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
2678 Add instructions on how to build WebKit on Xcode 4 to build.html
2679 https://bugs.webkit.org/show_bug.cgi?id=104739
2681 Reviewed by Daniel Bates.
2683 Set the build directories to WebKitBuild.
2685 * building/build.html:
2687 2012-11-24 Daniel Bates <dbates@webkit.org>
2689 Substitute "use" for "user" in sentence about naming convention for
2690 enum members so that it reads well.
2692 * coding/coding-style.html:
2694 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
2696 Add Samsung to security vendor member list
2697 https://bugs.webkit.org/show_bug.cgi?id=102863
2699 Reviewed by Sam Weinig.
2701 * security/security-group-members.html: Add Samsung members.
2703 2012-10-31 Adam Barth <abarth@webkit.org>
2705 technical-articles.html should link to my talk on how WebKit works
2706 https://bugs.webkit.org/show_bug.cgi?id=100867
2708 Reviewed by Tony Chang.
2710 * coding/technical-articles.html:
2712 2012-10-29 Eric Seidel <eric@webkit.org>
2714 Technical Articles should link to an old talk I gave
2715 https://bugs.webkit.org/show_bug.cgi?id=100624
2717 Reviewed by Adam Barth.
2719 * coding/technical-articles.html:
2721 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2723 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
2725 * coding/coding-style.html:
2727 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2729 Fix a typo per Darin's comment.
2731 * coding/coding-style.html:
2733 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
2735 Add a style guide rule for signed and unsigned int
2736 https://bugs.webkit.org/show_bug.cgi?id=96682
2738 Reviewed by Geoffrey Garen.
2740 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
2742 * coding/coding-style.html:
2744 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
2746 Replace JSC::UString by WTF::String
2747 https://bugs.webkit.org/show_bug.cgi?id=95271
2749 Reviewed by Geoffrey Garen.
2751 Update the coding style to avoid mentioning a class that no longer exist.
2753 * coding/coding-style.html:
2755 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
2757 Address one more review comment.
2759 * building/checkout.html:
2761 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
2763 Recommend the use of https and mention git on building/checkout.html
2764 https://bugs.webkit.org/show_bug.cgi?id=93657
2766 Reviewed by Mark Rowe.
2768 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
2769 because the paragraph right above it refers to buliding/tools.html for that.
2771 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
2772 checkout using a Git client.
2774 * building/checkout.html:
2776 2012-07-27 Adam Barth <abarth@webkit.org>
2778 Writing a blog post for new reviewers doesn't add value to the blog
2779 https://bugs.webkit.org/show_bug.cgi?id=92305
2781 Reviewed by Eric Seidel.
2783 Now that we have Peter posting weekly updates to the blog, having an
2784 announcement on the blog for each reviewer is more noise than signal.
2786 * coding/commit-review-policy.html:
2788 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
2790 Update webkit.org to refer to layoutTestController instead of testRunner
2791 https://bugs.webkit.org/show_bug.cgi?id=89445
2793 Reviewed by Kent Tamura.
2795 * quality/testwriting.html:
2797 2012-05-21 Peter Kasting <pkasting@google.com>
2799 Style guide change: Uses of "std::" should be explicitly qualified.
2800 https://bugs.webkit.org/show_bug.cgi?id=87043
2802 Reviewed by Ryosuke Niwa.
2804 * coding/coding-style.html:
2806 2012-05-11 Darin Adler <darin@apple.com>
2808 Try to make spacing of fine print items in lower left nicer looking.
2811 (#notice, #trademark, #terms): Changed top margin to 10px.
2812 (#notice): Put 30px margin here.
2814 2012-05-11 Darin Adler <darin@apple.com>
2816 CSS tweak needed for the trademark terms of use.
2819 (#notice, #trademark, #terms): Added #trademark.
2821 2012-05-11 Darin Adler <darin@apple.com>
2823 Add a link to WebKit trademark terms of use, other small website changes
2824 https://bugs.webkit.org/show_bug.cgi?id=86112
2826 Reviewed by Dan Bernstein.
2828 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
2829 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
2832 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
2833 of use on the macosforge.org terms of use page.
2835 2012-05-07 Dan Bernstein <mitz@apple.com>
2837 webkit.org instructions for debugging WebProcess are unnecessarily complex
2838 https://bugs.webkit.org/show_bug.cgi?id=85756
2840 Reviewed by Darin Adler.
2842 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
2843 debugging the Web process, as well as instructions for debugging the Web process from the
2844 command line using debug-safari and debug-minibrowser.
2845 * building/tools.html: Updated links and tweaked the language.
2847 2012-04-23 Daniel Bates <dbates@webkit.org>
2849 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
2851 Rubber-stamped by Eric Seidel.
2853 Before you can use the Xcode 4.3.2 command line tools, you must either run
2854 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
2855 DEVELOPER_DIR to point to the Xcode developer tools directory.
2857 * building/tools.html:
2859 2012-04-23 Daniel Bates <dbates@webkit.org>
2861 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
2863 Rubber-stamped by Eric Seidel.
2865 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
2866 are specific to Xcode 4.3.2.
2868 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
2869 * building/debug.html: Ditto.
2871 2012-04-19 Daniel Bates <dbates@webkit.org>
2873 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
2874 https://bugs.webkit.org/show_bug.cgi?id=84364
2876 Reviewed by Eric Seidel.
2878 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
2881 * building/debug-mac-uiprocess.html:
2882 * building/debug.html:
2884 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
2886 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
2887 https://bugs.webkit.org/show_bug.cgi?id=80429
2889 Reviewed by Dan Bernstein.
2891 * building/tools.html:
2893 2012-03-10 Daniel Bates <dbates@webkit.org>
2895 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
2897 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/>.
2898 Substituting https for http in (1) returns the expected page.
2900 * building/debug-mac-uiprocess.html:
2901 * building/debug.html:
2903 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
2905 Add a link to the EFL wiki page
2906 https://bugs.webkit.org/show_bug.cgi?id=79439
2908 Reviewed by Adam Barth.
2910 * building/tools.html:
2911 * css/main.css: Cross-browser border-radius.
2913 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
2915 team.html (on webkit.org) doesn't recognize codeaurora.org
2916 https://bugs.webkit.org/show_bug.cgi?id=79529
2918 Reviewed by Ryosuke Niwa.
2922 2012-02-16 Kent Tamura <tkent@chromium.org>
2924 Improve usability of coding-style.html
2925 https://bugs.webkit.org/show_bug.cgi?id=78470
2927 Reviewed by Eric Seidel.
2929 * coding/coding-style.html:
2930 - Do not add a title attribute to each of LI elements
2931 - Do not add a click handler to each of them
2932 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
2934 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
2936 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
2937 https://bugs.webkit.org/show_bug.cgi?id=76544
2939 Reviewed by Darin Adler.
2941 WEBKITOUTPUTDIR is not only for Windows.
2943 * building/build.html:
2945 2012-01-20 Kent Tamura <tkent@chromium.org>
2947 Each style rule should have its own ID.
2948 https://bugs.webkit.org/show_bug.cgi?id=76428
2950 Reviewed by David Levin.
2952 * coding/coding-style.html: Add an id attribute to each of li elements,
2953 and add code to set title="#id-name" and to make li elements clickable.
2955 2012-01-19 Daniel Bates <dbates@webkit.org>
2957 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
2959 Rubber-stamped by Sam Weinig.
2961 * building/debug.html:
2963 2012-01-19 Daniel Bates <dbates@webkit.org>
2965 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
2966 https://bugs.webkit.org/show_bug.cgi?id=67102
2968 Reviewed by Eric Seidel.
2970 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
2972 * building/active-scheme-xcode4.png: Added.
2973 * building/build-settings-tab-xcode4.png: Added.
2974 * building/build-window.png: Removed.
2975 * building/custom-executable-xcode4.png: Added.
2976 * building/custom-executable.png: Removed.
2977 * building/debug-mac-uiprocess.html: Added.
2978 * building/debug.html:
2979 * building/debug.png: Removed.
2980 * building/info-tab.png: Removed.
2981 * building/run-xcode4.png: Added.
2983 2012-01-11 Antti Koivisto <antti@apple.com>
2985 Remove S60 reference from webkit.org
2986 https://bugs.webkit.org/show_bug.cgi?id=76044
2988 Reviewed by Simon Hausmann.
2994 2012-01-10 Hajime Morrita <morrita@chromium.org>
2996 [Website] i-Bench is no longer available.
2997 https://bugs.webkit.org/show_bug.cgi?id=76027
2999 Reviewed by Ryosuke Niwa.
3001 Updated the availability information of i-Bench.
3003 * projects/performance/index.html:
3005 2011-12-07 Daniel Bates <dbates@webkit.org>
3007 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
3008 https://bugs.webkit.org/show_bug.cgi?id=74006
3010 Reviewed by Antonio Gomes.
3012 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
3013 ASSERT_NOT_REACHED().
3015 * coding/assertion-guidelines.html:
3017 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
3019 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
3020 https://bugs.webkit.org/show_bug.cgi?id=73098
3022 Reviewed by Antti Koivisto.
3024 Revise the sentence about committers being allowed to land patches by others to explicitly state that
3025 they can only land patches by others if asked by authors themselves.
3027 * coding/commit-review-policy.html:
3029 2011-11-14 Mark Rowe <mrowe@apple.com>
3031 Upgrade WordPress's Akismet plug-in to the latest version.
3033 * blog/wp-content/plugins/akismet:
3035 2011-11-14 Mark Rowe <mrowe@apple.com>
3037 Update one file that was missed.
3039 * blog/wp-settings.php:
3041 2011-11-14 Mark Rowe <mrowe@apple.com>
3043 Upgrade WordPress to v3.2.1.
3047 2011-10-28 Dean Jackson <dino@apple.com>
3049 Remove this horribly outdated file. It was showing up in
3050 Google searches and shouldn't be used as official
3053 Rubber-stamped by Simon Fraser.
3055 * specs/MediaQueriesExtensions.html: Removed.
3057 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
3059 Style guide should mention the preference of index over iterator
3060 https://bugs.webkit.org/show_bug.cgi?id=70285
3062 Reviewed by Darin Adler.
3064 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
3065 we prefer index over iterators.
3067 * coding/coding-style.html:
3069 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
3071 Fix a typo pointed by Sam (Weinig).
3073 * coding/coding-style.html:
3075 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
3077 Style guide should mandate use of pass-by-reference for out arguments
3078 https://bugs.webkit.org/show_bug.cgi?id=69766
3080 Reviewed by Darin Adler.
3082 This matches the convention used throughout WebCore.
3084 * coding/coding-style.html:
3086 2011-10-06 Amruth Raj <amruthraj@motorola.com>
3088 Add Motorola Mobility to team.html
3089 https://bugs.webkit.org/show_bug.cgi?id=69597
3091 Reviewed by Ryosuke Niwa.
3095 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
3097 Generate WebKit team's page out of committers.py
3098 https://bugs.webkit.org/show_bug.cgi?id=68045
3100 Fix per Daniel's review comment since I had misunderstood the code.
3104 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
3106 Generate WebKit team's page out of committers.py
3107 https://bugs.webkit.org/show_bug.cgi?id=68045
3109 Reviewed by Daniel Bates.
3111 Add the initial implementation of team.html. This page automatically pulls data from committers.py
3112 There are no areas of expertise but that'll be added once the bug 68061 is fixed.
3116 2011-09-01 Jon Lee <jonlee@apple.com>
3118 Adding control rendering at various sizes.
3120 * projects/forms/survey.html:
3122 2011-08-29 Jon Lee <jonlee@apple.com>
3124 Updating forms survey with non-standard wrap for textarea and more data-list driven text fields.
3126 * projects/forms/survey.html:
3128 2011-08-17 Jon Lee <jonlee@apple.com>
3130 Updating the forms survey to include various element sizes.
3132 * projects/forms/survey.html:
3134 2011-08-16 Daniel Bates <dbates@webkit.org>
3136 Add myself to the list of individual members in the WebKit Security Group.
3138 Rubber-stamped by Eric Seidel.
3140 * security/security-group-members.html:
3142 2011-08-09 Anders Carlsson <andersca@apple.com>
3144 Broken link to LICENSE on contributing code page
3145 https://bugs.webkit.org/show_bug.cgi?id=65947
3147 Reviewed by Ryosuke Niwa.
3149 * coding/contributing.html:
3151 2011-08-04 Dan Bernstein <mitz@apple.com>
3155 * coding/contributing.html:
3157 2011-08-04 Nico Weber <thakis@chromium.org>
3159 Update the contributors page to recommend webkit-patch instead of many manual steps
3160 https://bugs.webkit.org/show_bug.cgi?id=65714
3162 Reviewed by Adam Barth.
3164 asvitkine followed the contributing instructions for his first patch, and got
3165 the ChangeLog entry wrong: https://bugs.webkit.org/show_bug.cgi?id=65707
3166 webkit-patch prevents errors like this and more.
3168 * coding/contributing.html:
3170 2011-07-21 Jon Lee <jonlee@apple.com>
3172 Create a new survey page that showcases form and interactive elements for quick reference and comparison.
3173 <rdar://problem/9782965>
3175 Rubber-stamped by Maciej Stachowiak.
3177 * projects/forms/image-usemap.png: Added.
3178 * projects/forms/image1.png: Added.
3179 * projects/forms/image10.png: Added.
3180 * projects/forms/image16.png: Added.
3181 * projects/forms/index.html: Update links
3182 * projects/forms/survey.html: Added.
3184 2011-07-20 Leo Yang <leo.yang@torchmobile.com.cn>
3186 SVG feature status is not up-to-date
3187 https://bugs.webkit.org/show_bug.cgi?id=64856
3189 Reviewed by Dirk Schulze.
3191 Update SVG feature status after r91331.
3193 * projects/svg/status.xml:
3195 2011-06-29 Leandro Pereira <leandro@profusion.mobi>
3197 Reviewed by Darin Adler.
3199 Add note about cases where enums are preferred over bools on function parameters.
3200 https://bugs.webkit.org/show_bug.cgi?id=63564
3202 This matches the outcome of this webkit-dev thread:
3203 https://lists.webkit.org/pipermail/webkit-dev/2010-December/015192.html
3205 * coding/coding-style.html:
3207 2011-05-31 Chris Evans <cevans@chromium.org>
3209 Reviewed by Drew Yao.
3211 Add "Collaboration" to WebKit Security Group Privileges and Responsibilities section.
3213 * security/index.html: Add "Collaboration" section with text discussed on webkit-security.
3215 2011-05-20 Alexey Proskuryakov <ap@apple.com>
3217 Reviewed by Dan Bernstein.
3219 Building instructions should not talk about Tiger
3220 https://bugs.webkit.org/show_bug.cgi?id=61210
3222 * building/tools.html: Removed steps that are only necessary on Tiger, and changed required
3223 Xcode version to the latest Leopard one.
3225 2011-05-16 Huzaifa Sidhpurwala <huzaifas@redhat.com>
3227 Reviewed by Adam Barth.
3229 Add Huzaifa Sidhpurwala to the WebKit Security Group site.
3230 https://bugs.webkit.org/show_bug.cgi?id=60686
3232 * security/security-group-members.html:
3234 2011-05-11 Cris Neckar <cdn@chromium.org>
3236 Reviewed by David Levin.
3238 Adding Cris Neckar to the Webkit Security Group site.
3239 https://bugs.webkit.org/show_bug.cgi?id=60668
3241 * security/security-group-members.html:
3243 2011-05-11 Ademar de Souza Reis Jr. <ademar.reis@openbossa.org>
3245 Reviewed by Mark Rowe.
3247 Update Qt/Nokia Security contacts
3248 https://bugs.webkit.org/show_bug.cgi?id=60650
3250 Ademar (me) replaced Simon as the release manager and primary security
3251 contact for QtWebKit. See:
3252 http://lists.webkit.org/mailman/private.cgi/webkit-security/2011-February/000584.html
3254 * security/security-group-members.html:
3256 2011-05-09 Eric Seidel <eric@webkit.org>
3258 Reviewed by Adam Barth.
3260 Add guidelines for feature addition to webkit.org (per disccusion at contributor meeting)
3261 https://bugs.webkit.org/show_bug.cgi?id=59672
3263 * coding/adding-features.html: Added.
3266 2011-04-29 Pavel Feldman <pfeldman@chromium.org>
3268 Not reviewed: adding image files for the blog post.
3270 * blog-files/inspector/remote-debugging-attached.png: Added.
3271 * blog-files/inspector/remote-debugging-discovery.png: Added.
3273 2011-04-27 Ojan Vafai <ojan@chromium.org>
3275 Reviewed by Dan Bernstein.
3277 change style guide to pre-increment in for-loops
3278 https://bugs.webkit.org/show_bug.cgi?id=59619
3280 This matches what a number of reviewers have been asking
3281 for in code reviews.
3283 * coding/coding-style.html:
3285 2011-04-26 Carol Szabo <carol.szabo@nokia.com>
3287 Reviewed by Tor Arne Vestbø.
3289 Added instructions on how to work from behind proxy
3290 and detailed the instructions refering to rebasing.
3291 Windows build instructions do not work if you are behind a proxy
3292 or have a Temp directory that you do not own directly.
3293 https://bugs.webkit.org/show_bug.cgi?id=57246
3295 * building/tools.html:
3297 2011-04-09 Dimitri Glazkov <dglazkov@chromium.org>
3299 Reviewed by James Robinson.
3301 Add a diagram, explaning how an event's relatedTarget interact with shadow DOM boundaries.
3302 https://bugs.webkit.org/show_bug.cgi?id=58190
3304 * misc/related-target-and-shadow-dom.svg: Added.
3306 2011-04-06 David Levin <levin@chromium.org>
3308 Reviewed by Ojan Vafai.
3310 Augment style guidelines about meaningless parameters from text the unwritten rules email.
3311 https://bugs.webkit.org/show_bug.cgi?id=55275
3313 * coding/coding-style.html:
3315 2011-04-05 Yury Semikhatsky <yurys@chromium.org>
3317 Unreviewed. Add Web Inspector stack trace, pause on exception and window.onerror
3320 * blog-files/inspector/stack-traces-img/1.png: Added.
3321 * blog-files/inspector/stack-traces-img/2.png: Added.
3322 * blog-files/inspector/stack-traces-img/3.png: Added.
3323 * blog-files/inspector/stack-traces-img/4.png: Added.
3324 * blog-files/inspector/stack-traces-img/5.png: Added.
3325 * blog-files/inspector/stack-traces-img/6.png: Added.
3326 * blog-files/inspector/stack-traces-img/button.png: Added.
3328 2011-02-26 David Levin <levin@chromium.org>
3330 Reviewed by Darin Adler.
3332 Add style guidelines about comments from the unwritten rules email.
3333 https://bugs.webkit.org/show_bug.cgi?id=55272
3335 * coding/coding-style.html: Added the guidelines.
3337 2011-02-09 Alexander Pavlov <apavlov@chromium.org>
3339 Unreviewed. Add Web Inspector stylesheet resource diff screenshot.
3341 * blog-files/inspector/css_rule_diff.png: Added.
3343 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
3345 Unreviewed. Add Web Inspector warning 10x10 PNG, move files from r77801 into the inspector/ directory.
3347 * blog-files/inspector/css_as_authored.png: Renamed from Websites/webkit.org/blog-files/inspector-css-as-authored.png.
3348 * blog-files/inspector/css_autocomplete.png: Renamed from Websites/webkit.org/blog-files/inspector-css-autocomplete.png.
3349 * blog-files/inspector/css_unknown_properties.png: Renamed from Websites/webkit.org/blog-files/inspector-unknown-css-properties.png.
3350 * blog-files/inspector/warning_10x10.png: Added.
3352 2011-02-07 Alexander Pavlov <apavlov@chromium.org>
3354 Unreviewed. Add Web Inspector style editing screenshots.
3356 * blog-files/inspector-css-as-authored.png: Added.
3357 * blog-files/inspector-css-autocomplete.png: Added.
3358 * blog-files/inspector-unknown-css-properties.png: Added.
3360 2011-01-21 David Levin <levin@chromium.org>
3362 Reviewed by Darin Adler.
3364 Proposal: Require cross-organizational seconds for reviewer nominations
3365 https://bugs.webkit.org/show_bug.cgi?id=47597
3367 This changes the committer/reviewer policy to require an additional
3368 reviewer supporting a reviewer nomination to work for a different
3369 company and different project affiliation from the nominee.
3371 This means reviewer nominations would require four supporting reviewers,
3372 one of which knows the reviewer through the community (irc, email, bugs)
3373 ensuring that the nominee has the open-source collaboration skills
3374 we so highly value here in WebKit.
3376 * coding/commit-review-policy.html:
3378 2011-01-01 Adam Barth <abarth@webkit.org>
3380 Reviewed by Eric Seidel.
3382 Move JavaScriptCore to Source
3383 https://bugs.webkit.org/show_bug.cgi?id=51604
3385 * coding/assertion-guidelines.html:
3386 - Update documentation to point to the new location of
3389 2010-12-17 Dan Bernstein <mitz@apple.com>
3391 Reviewed by Simon Fraser.
3393 Rename WebKitTools to Tools
3394 https://bugs.webkit.org/show_bug.cgi?id=49861
3396 * asking_questions.html:
3397 * building/tools.html:
3398 * coding/scripts.html:
3400 2010-11-08 Jessie Berlin <jberlin@apple.com>
3402 Reviewed by Adam Roben.
3404 We should add a build step to comment out or remove the lines unsetting TEMP and TMP in the
3406 https://bugs.webkit.org/show_bug.cgi?id=49189
3408 * building/tools.html:
3409 Add a line recommending bash shell users to comment out or remove those lines, with an
3410 explanation as to why.
3412 2010-11-04 Orlando Leite <orlleite@gmail.com>
3414 Reviewed by Adam Barth.
3416 Add Java for Mac OS X Developer Package to Installing Developer Tools web page
3418 * building/tools.html:
3420 2010-10-29 Adam Roben <aroben@apple.com>
3422 Instruct developers to install the Feburary 2010 DirectX SDK, not just
3425 The February 2010 SDK is the last one with support for Visual Studio
3428 I also removed some unnecessary instructions regarding the DirectX
3431 Fixes <http://webkit.org/b/48642> webkit.org should recommend a
3432 specific version of the DirectX SDK
3434 Reviewed by Steve Falkenburg.
3436 * building/tools.html:
3438 2010-10-28 Lucas Forschler <lforschler@apple.com>
3440 Reviewed by Geoffrey Garen.
3442 Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
3444 -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
3445 -Edited the .htaccess file to redirect the old pages to the new landing page.
3446 -This should keep our search engine page rankings effective.
3447 Potentially breaking:
3448 -This COULD potentially break the SunSpider benchmark.
3449 -Local testing with relative links seems to function as expected.
3450 -The .htaccess 301 redirects are UNTESTED.
3454 * perf/sunspider: Added.
3455 * perf/sunspider-0.9.1/sunspider.html: Removed.
3456 * perf/sunspider-0.9.1/versions.html: Removed.
3457 * perf/sunspider-0.9/sunspider.html: Removed.
3458 * perf/sunspider/sunspider.css: Added.
3459 * perf/sunspider/sunspider.html: Added.
3461 2010-10-19 Jenn Braithwaite <jennb@chromium.org>
3463 Reviewed by David Levin.
3465 Add DirectX SDK to Installing Developer Tools web page
3466 https://bugs.webkit.org/show_bug.cgi?id=47911
3468 * building/tools.html:
3470 2010-09-30 David Levin <levin@chromium.org>
3472 Reviewed by Darin Adler.
3474 Add guideline for constructors doing implicit type conversion to coding style.
3475 https://bugs.webkit.org/show_bug.cgi?id=47646
3477 * coding/coding-style.html:
3479 2010-10-01 Alex Mathews <possessedpenguinbob@gmail.com>
3481 Reviewed by Simon Fraser.
3483 Bug 47013 - Main Web Inspector link on webkit.org links to old wiki page
3484 https://bugs.webkit.org/show_bug.cgi?id=47013
3486 * nav.inc: Removed the space from the web inspector wiki link.
3488 2010-09-22 Balazs Kelemen <kbalazs@webkit.org>
3490 Unreviewed HTML syntax fix for my recent change in the coding-style.
3492 * coding/coding-style.html: Change ">" and "<" to ">" and "<".
3494 2010-09-22 Balazs Kelemen <kb@inf.u-szeged.hu>
3496 Reviewed by Darin Adler.
3498 check-webkit-style and the coding style guidelines page are inconsistent
3499 https://bugs.webkit.org/show_bug.cgi?id=46099
3501 * coding/coding-style.html:
3502 Making clear that includes of system headers must come after includes of other headers.
3504 2010-09-16 Tony Gentilcore <tonyg@chromium.org>
3506 Reviewed by Adam Barth.
3508 Adding a timeline screenshot for blocking and defer scripts
3509 https://bugs.webkit.org/show_bug.cgi?id=45933
3511 * blog-files/timeline-blocking-script.png: Added.
3512 * blog-files/timeline-defer-script.png: Added.
3514 2010-09-14 Jessie Berlin <jberlin@apple.com>
3516 Reviewed by Adam Roben.
3518 Exceptions are getting ignored on 64-bit Windows in the Web Process.
3519 https://bugs.webkit.org/show_bug.cgi?id=45779
3521 * building/tools.html:
3522 Add instructions about how to optionally get hotfix 976038.
3524 2010-09-06 Robin Qiu <robin.qiu@torchmobile.com.cn>
3526 Reviewed by Adam Barth.
3528 https://bugs.webkit.org/show_bug.cgi?id=43982
3529 This js file seems to be a popular script for detecting mobile WebKit but
3530 it has a flaw that makes it fail on Android and BlackBerry.
3532 The issue is that it looks for "Mobile/" but Android and BlackBerry
3533 use "Mobile" with no numbering after it.
3534 Changed RegExp pattern " Mobile/" to " Mobile\\b".
3536 * misc/WebKitDetect.js:
3537 (WebKitDetect.isMobile):
3539 2010-08-27 Darin Adler <darin@apple.com>
3541 * coding/RefPtr.html: Minor revision, improve clarity and mention some
3542 recent developments.
3544 2010-08-26 Daniel Bates <dbates@rim.com>
3546 Reviewed by Dumitru Daniliuc.
3548 Fix misspelled words on WebKit.org contact.html,
3549 demos/index.html, and quality/leakhunting.html
3550 https://bugs.webkit.org/show_bug.cgi?id=44747
3552 Fix some misspelled words on the WebKit.org site.
3554 * contact.html: Change "bugreports" [sic] to "bug reports".
3555 * demos/index.html: Change "testcase" [sic] to "test case".
3556 * quality/leakhunting.html: Change "formating" [sic] to "formatting".
3558 2010-08-23 David Kilzer <ddkilzer@apple.com>