1 2016-10-03 Filip Pizlo <fpizlo@apple.com>
3 B3 trapping memory accesses should be documented
4 https://bugs.webkit.org/show_bug.cgi?id=162845
6 Reviewed by Geoffrey Garen.
8 Added documentation for the Traps flag, and factored out the documentation of the Chill flag
9 to a new flags section.
11 * docs/b3/intermediate-representation.html:
13 2016-09-30 Filip Pizlo <fpizlo@apple.com>
15 Air should have a way of expressing additional instruction flags
16 https://bugs.webkit.org/show_bug.cgi?id=162699
20 * docs/b3/assembly-intermediate-representation.html:
22 2016-09-28 Filip Pizlo <fpizlo@apple.com>
24 B3 opcodes should leave room for flags
25 https://bugs.webkit.org/show_bug.cgi?id=162692
27 Reviewed by Keith Miller.
29 Updated the documentation to talk about Kind and the isChill bit, and to remove
32 * docs/b3/intermediate-representation.html:
34 2016-09-27 Joseph Pecoraro <pecoraro@apple.com>
36 Update style guide for #pragma once
37 https://bugs.webkit.org/show_bug.cgi?id=162633
39 Reviewed by Dan Bernstein.
42 Update style guide for #pragma once as discussed on webkit-dev.
44 2016-09-21 Filip Pizlo <fpizlo@apple.com>
46 Add a Fence opcode to B3
47 https://bugs.webkit.org/show_bug.cgi?id=162343
49 Reviewed by Geoffrey Garen.
51 * docs/b3/intermediate-representation.html:
53 2016-08-16 Benjamin Poulain <bpoulain@apple.com>
55 [JSC] Update the documentation of B3's Return opcode
56 https://bugs.webkit.org/show_bug.cgi?id=160912
58 Reviewed by Filip Pizlo.
60 * docs/b3/intermediate-representation.html:
62 2016-08-04 Daniel Bates <dabates@apple.com>
64 Add some files for a Content Security Policy blog post
66 * blog-files/content-security-policy/compass-base.css: Added.
68 * blog-files/content-security-policy/csp-style-hash.html: Added.
69 * blog-files/content-security-policy/icons.svg: Added; derived from file
70 Websites/webkit.org/wp-content/themes/webkit/images/icons.svg. I am explicitly
71 not referencing file Websites/webkit.org/wp-content/themes/webkit/images/icons.svg
72 so that csp-style-hash.html is not affected by changes to this file.
74 2016-07-24 Filip Pizlo <fpizlo@apple.com>
76 B3 should support multiple entrypoints
77 https://bugs.webkit.org/show_bug.cgi?id=159391
79 Reviewed by Saam Barati.
81 Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
85 * docs/b3/intermediate-representation.html:
87 2016-07-20 Frederic Wang <fwang@igalia.com>
89 Unreviewed, new demo files for an up-coming blog post.
91 * demos/mathml/demo2016/LICENSE-amiri.txt: Added.
92 * demos/mathml/demo2016/LICENSE-latinmodern-math.txt: Added.
93 * demos/mathml/demo2016/LICENSE-libertinusmath.txt: Added.
94 * demos/mathml/demo2016/README.txt: Added.
95 * demos/mathml/demo2016/amiri-regular.woff: Added.
96 * demos/mathml/demo2016/index.html: Added.
97 * demos/mathml/demo2016/latinmodern-math.woff: Added.
98 * demos/mathml/demo2016/libertinusmath-regular.woff: Added.
99 * demos/mathml/demo2016/webfonts.css: Added.
100 (@namespace url('http://www.w3.org/1999/xhtml');):
106 2016-07-19 Jon Davis <jond@apple.com>
108 Adjust margins for first-line floating elements and add preset floating video sizing
109 https://bugs.webkit.org/show_bug.cgi?id=159898
111 Reviewed by Benjamin Poulain.
113 * wp-content/themes/webkit/style.css:
114 (article video.alignright):
115 (article .alignright:first-child):
116 (@media only screen and (max-width: 690px)):
117 (article .alignright:first-child):
118 (@media only screen and (max-width: 415px)):
119 (article video.alignright):
120 (article .alignright:first-child):
122 2016-07-17 Filip Pizlo <fpizlo@apple.com>
124 Implement table-based switches in B3/Air
125 https://bugs.webkit.org/show_bug.cgi?id=151141
127 Reviewed by Benjamin Poulain.
129 Update documentation to reflect Patchpoint's new powers.
131 * docs/b3/intermediate-representation.html:
133 2016-07-15 Jon Davis <jond@apple.com>
135 Fixed content overflow and missing build information behavior.
136 https://bugs.webkit.org/show_bug.cgi?id=159820
138 Reviewed by Timothy Hatcher.
140 * wp-content/themes/webkit/nightly-start.php:
142 2016-07-14 Jon Davis <jond@apple.com>
144 Improved WebKit Nightly start page design.
145 https://bugs.webkit.org/show_bug.cgi?id=159780
147 Reviewed by Timothy Hatcher.
149 Added better 404 handling, improved presentation of the
150 start page and new Apache rewrites for the P1 bug list.
153 * wp-content/themes/webkit/functions.php:
154 * wp-content/themes/webkit/nightly-start.php:
156 2016-07-01 Jon Davis <jond@apple.com>
158 Added a colorful new image and fixed the Open Graph attribute.
159 https://bugs.webkit.org/show_bug.cgi?id=159359
161 Reviewed by Timothy Hatcher.
163 The Open Graph image tag should use the property attribute not
164 the itemprop attribute.
166 * wp-content/plugins/social-meta.php:
167 * wp-content/themes/webkit/images/ogimage.png:
169 2016-06-30 Dean Jackson <dino@apple.com>
171 Tab pointed out a typo that made the overdamped case fail.
173 * demos/spring/spring.js:
174 (SpringSolver.prototype.solve):
176 2016-06-30 Dean Jackson <dino@apple.com>
178 Fixed a typo in the link to the other version.
180 * blog-files/color-gamut/index.html:
182 2016-06-29 Dean Jackson <dino@apple.com>
184 Add the UI JavaScript library to make
185 other browsers happy.
187 * demos/spring/dat.gui.min.js: Added.
188 * demos/spring/index.html:
190 2016-06-29 Dean Jackson <dino@apple.com>
192 Demo and JS implementation of our spring() animation
195 * demos/spring/index.html: Added.
196 * demos/spring/spring.js: Added.
198 (SpringSolver.prototype.solve):
200 2016-06-29 Dean Jackson <dino@apple.com>
202 Small change to wording, and link to the interactive version.
204 * blog-files/color-gamut/index.html:
206 2016-06-28 Dean Jackson <dino@apple.com>
208 Add a more interactive version of the demo.
210 * blog-files/color-gamut/comparison.html: Added.
212 2016-06-28 Jon Davis <jond@apple.com>
214 Fixed tile height for mobile phone-sized viewports.
215 https://bugs.webkit.org/show_bug.cgi?id=159228
217 Reviewed by Timothy Hatcher.
219 Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
221 * wp-content/themes/webkit/style.css:
222 (.twitter-tile.text-only .tile-content):
225 2016-06-28 Jon Davis <jond@apple.com>
227 Fixed Open Graph meta data and image entries.
228 https://bugs.webkit.org/show_bug.cgi?id=159167.
230 Reviewed by Timothy Hatcher.
232 This patch addresses Open Graph meta data issues:
234 - Added a high-resolution PNG of the WebKit logo because Facebook doesn't support SVG images
235 - Uses the first image of a page or post if not featured image is set
236 - Article date/time information should not be given for the homepage
237 - Added Facebook admins as per the Facebook Open Graph debugger
239 * wp-content/plugins/social-meta.php:
240 * wp-content/themes/webkit/images/ogimage.png: Added.
242 2016-06-27 Dean Jackson <dino@apple.com>
244 Updated content for the color blog post.
246 * blog-files/color-gamut/Iceland-P3.jpg:
247 * blog-files/color-gamut/Iceland-oog.jpg:
248 * blog-files/color-gamut/Iceland-sRGB.jpg:
249 * blog-files/color-gamut/Italy-P3.jpg:
250 * blog-files/color-gamut/Italy-sRGB.jpg:
251 * blog-files/color-gamut/Sunset-P3.jpg:
252 * blog-files/color-gamut/Sunset-sRGB.jpg:
253 * blog-files/color-gamut/YellowFlower-P3.jpg:
254 * blog-files/color-gamut/YellowFlower-oog.jpg:
255 * blog-files/color-gamut/YellowFlower-sRGB.jpg:
256 * blog-files/color-gamut/index.html:
258 2016-06-27 Jon Davis <jond@apple.com>
260 Set a default image for sharing webkit.org links via social.
261 https://bugs.webkit.org/show_bug.cgi?id=159167
263 Reviewed by Timothy Hatcher.
265 * wp-content/plugins/social-meta.php:
267 2016-06-24 Dean Jackson <dino@apple.com>
269 More examples for the wide-gamut demo.
271 * blog-files/color-gamut/Iceland-P3.jpg: Added.
272 * blog-files/color-gamut/Iceland-oog.jpg: Added.
273 * blog-files/color-gamut/Iceland-sRGB.jpg: Added.
274 * blog-files/color-gamut/Italy-P3.jpg: Added.
275 * blog-files/color-gamut/Italy-oog.jpg: Added.
276 * blog-files/color-gamut/Italy-sRGB.jpg: Added.
277 * blog-files/color-gamut/Sunset-AdobeRGB.jpg: Added.
278 * blog-files/color-gamut/Sunset-P3.jpg: Added.
279 * blog-files/color-gamut/Sunset-oog.jpg: Added.
280 * blog-files/color-gamut/Sunset-sRGB.jpg: Added.
281 * blog-files/color-gamut/Webkit-logo-sRGB.png:
282 * blog-files/color-gamut/YellowFlower-P3.jpg: Added.
283 * blog-files/color-gamut/YellowFlower-oog.jpg: Added.
284 * blog-files/color-gamut/YellowFlower-sRGB.jpg: Added.
285 * blog-files/color-gamut/index.html:
287 2016-06-24 Dean Jackson <dino@apple.com>
289 Change something in the webkit.org directory in the hope
290 it will kick off a website update.
292 2016-06-24 Jon Davis <jond@apple.com>
294 Rewrite the WebKit Nightly build download URLs to use the correct secure URL.
295 https://bugs.webkit.org/show_bug.cgi?id=159100.
297 Reviewed by Joseph Pecoraro.
299 * wp-content/plugins/sync-nightly-builds.php:
301 2016-06-13 Jon Davis <jond@apple.com>
303 Minor style updates for figcaptions and post forewords.
305 * wp-content/themes/webkit/style.css:
307 (figure.aligncenter figcaption):
308 (figure.aligncenter figcaption::before):
310 2016-06-13 Jon Davis <jond@apple.com>
312 Adds support for foreword custom meta and display styles on blog posts.
313 https://bugs.webkit.org/show_bug.cgi?id=158707.
315 Reviewed by Timothy Hatcher.
317 * wp-content/themes/webkit/functions.php:
318 * wp-content/themes/webkit/style.css:
321 2016-06-02 Dean Jackson <dino@apple.com>
323 Update the example for wider color gamut images.
325 * blog-files/color-gamut/index.html:
327 2016-06-02 Dean Jackson <dino@apple.com>
329 Adding some sample images for a blog post on color.
331 * blog-files/color-gamut/Flowers-AdobeRGB.jpg: Added.
332 * blog-files/color-gamut/Flowers-ProPhoto.jpg: Added.
333 * blog-files/color-gamut/Flowers-oog.jpg: Added.
334 * blog-files/color-gamut/Flowers-sRGB.jpg: Added.
335 * blog-files/color-gamut/Rose-AdobeRGB.jpg: Added.
336 * blog-files/color-gamut/Rose-ProPhoto.jpg: Added.
337 * blog-files/color-gamut/Rose-oog.jpg: Added.
338 * blog-files/color-gamut/Rose-sRGB.jpg: Added.
339 * blog-files/color-gamut/index.html: Added.
341 2016-06-02 Filip Pizlo <fpizlo@apple.com>
343 Fix typos and make some revisions to the B3 docs
344 https://bugs.webkit.org/show_bug.cgi?id=158311
346 Reviewed by Michael Saboff.
348 I found typos and fixed them. Also, I clarified some things:
350 - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
351 the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
352 what you want to do, for example).
354 - How does isValidForm really get used? You don't really need to create an Inst to use it.
356 - Some other incremental improvements to make the docs clearer.
358 * docs/b3/assembly-intermediate-representation.html:
359 * docs/b3/index.html:
360 * docs/b3/intermediate-representation.html:
362 2016-05-31 Filip Pizlo <fpizlo@apple.com>
364 Unreviewed, fix an obvious typo: a missing comma.
366 * docs/b3/assembly-intermediate-representation.html:
368 2016-05-31 Filip Pizlo <fpizlo@apple.com>
370 Air needs documentation
371 https://bugs.webkit.org/show_bug.cgi?id=153668
373 Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
375 Write documentation for Air!
377 * docs/b3/assembly-intermediate-representation.html:
379 2016-05-23 Jon Davis <jond@apple.com>
381 Add syntax highglighting for ES6 "let", "const" and "of" keywords.
382 https://bugs.webkit.org/show_bug.cgi?id=157994
384 Reviewed by Geoffrey Garen.
386 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php:
388 2016-05-13 Brady Eidson <beidson@apple.com>
390 Extend protector naming code style guideline to cover operator= assignment.
391 https://bugs.webkit.org/show_bug.cgi?id=157693
393 Reviewed by Darin Adler.
397 2016-05-13 Brady Eidson <beidson@apple.com>
399 Protector Ref/RefPtrs should have a specified naming style.
400 https://bugs.webkit.org/show_bug.cgi?id=157591
402 Reviewed by Darin Adler.
406 2016-04-26 Timothy Hatcher <timothy@apple.com>
408 Remove hard-wraps from the feature policy markdown so it renders full width on the site.
412 2016-04-14 Edward O'Connor <eoconnor@apple.com>
414 Publish the Web-exposed feature policy on webkit.org.
415 https://bugs.webkit.org/show_bug.cgi?id=156552
417 Reviewed by Timothy Hatcher.
419 * feature-policy.md: Added.
421 2016-04-13 Jon Davis <jond@apple.com>
423 Remove database quote escapes from pushed tweets.
425 Reviewed by Timothy Hatcher.
427 * wp-content/plugins/tweet-listener.php:
429 2016-04-13 Jon Davis <jond@apple.com>
431 Added background color for Safari Technology Preview posts.
433 Reviewed by Timothy Hatcher.
435 * wp-content/themes/webkit/style.css:
436 (.tile.category-safari-technology-preview .background-image):
438 2016-04-07 Jon Davis <jond@apple.com>
440 Improved drop down menu with translate; cleaned up unnecessary whitespace.
441 https://bugs.webkit.org/show_bug.cgi?id=156342
443 Reviewed by Timothy Hatcher.
445 * wp-content/themes/webkit/style.css:
446 (p > a[name]::before):
447 (.has-post-thumbnail .background-image):
448 (.table-of-contents):
449 (header .menu-item-has-children .label-toggle::after):
451 (.sub-menu-layer:after, .sub-menu-layer:before):
452 (.sub-menu-layer .menu-item):
453 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
454 (@media only screen and (max-width: 920px)):
455 (header .sub-menu-layer):
456 (@media only screen and (max-width: 415px)):
457 (@media only screen and (max-width: 1180px)): Deleted.
458 (@media only screen and (max-width: 1000px)): Deleted.
459 (@media only screen and (max-width: 690px)): Deleted.
460 (@media only screen and (max-width: 600px)): Deleted.
461 (@media only screen and (max-height: 415px)): Deleted.
462 (@media only screen and (max-width: 320px)): Deleted.
464 2016-04-05 Jon Davis <jond@apple.com>
466 Make the @webkit link on the front page link to the feed
467 https://bugs.webkit.org/show_bug.cgi?id=156244
469 Reviewed by Timothy Hatcher.
471 * wp-content/themes/webkit/widgets/twitter.php:
473 2016-03-31 Jon Davis <jond@apple.com>
475 Show tweets by @webkit in the Twitter tile on webkit.org
476 https://bugs.webkit.org/show_bug.cgi?id=156093
478 Reviewed by Timothy Hatcher.
480 * wp-content/plugins/tweet-listener.php: Added.
481 * wp-content/themes/webkit/widgets/twitter.php:
483 2016-03-31 Jon Davis <jond@apple.com>
485 Fix download links for desktops with small resolutions
486 https://bugs.webkit.org/show_bug.cgi?id=156081
488 Reviewed by Timothy Hatcher.
490 * wp-content/themes/webkit/downloads.php:
492 2016-03-29 Jon Davis <jond@apple.com>
494 Fixed a property access error by removing the lamda function for updates
495 https://bugs.webkit.org/show_bug.cgi?id=155989
497 * wp-content/plugins/sync-nightly-builds.php:
499 2016-03-29 Jon Davis <jond@apple.com>
501 Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
502 https://bugs.webkit.org/show_bug.cgi?id=155989
504 Unreviewed fix for the Sync Nightly Builds plugin to work with the older
505 PHP environment on the server. Quick style adjustments for abovetitle images.
507 * wp-content/plugins/sync-nightly-builds.php:
508 * wp-content/themes/webkit/nightly-archives.php:
509 * wp-content/themes/webkit/style.css:
510 (article .abovetitle):
512 2016-03-29 Jon Davis <jond@apple.com>
514 Add WebKit Nightly Archives, WebKit Nightly Start, and Downloads pages
515 https://bugs.webkit.org/show_bug.cgi?id=155989
517 Reviewed by Timothy Hatcher.
519 * wp-content/plugins/sync-nightly-builds.php: Added.
520 * wp-content/themes/webkit/downloads.php: Added.
521 * wp-content/themes/webkit/functions.php:
522 * wp-content/themes/webkit/images/download.svg:
523 * wp-content/themes/webkit/images/spinner.svg: Added.
524 * wp-content/themes/webkit/nightly-archives.php: Added.
525 * wp-content/themes/webkit/nightly-start.php: Added.
526 * wp-content/themes/webkit/nightly.php:
527 * wp-content/themes/webkit/scripts/searchbuilds.js: Added.
528 (initsearch.xhrPromise.):
530 (initsearch.displayResults.addEntry):
531 (initsearch.displayResults):
532 (initsearch.displayError):
533 (initsearch.clearErrors):
534 * wp-content/themes/webkit/style.css:
536 (input[type=submit]):
538 (article .abovetitle):
540 2016-03-29 Jon Davis <jond@apple.com>
542 Support images above the title on webkit.org posts
543 https://bugs.webkit.org/show_bug.cgi?id=155979
545 Reviewed by Timothy Hatcher.
547 * wp-content/themes/webkit/functions.php:
548 * wp-content/themes/webkit/single.php:
550 2016-03-22 Jonathan Davis <jond@apple.com>
552 Allow the use of custom styles and scripts for blog posts
553 https://bugs.webkit.org/show_bug.cgi?id=155768
555 Reviewed by Timothy Hatcher.
557 * wp-content/themes/webkit/functions.php:
559 2016-03-09 Jonathan Davis <jond@apple.com>
561 For RSS feeds, convert image and link relative URIs to absolute URIs
562 https://bugs.webkit.org/show_bug.cgi?id=155237
564 Reviewed by Timothy Hatcher.
566 * wp-content/themes/webkit/functions.php:
568 2016-03-03 Saam barati <sbarati@apple.com>
570 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
571 https://bugs.webkit.org/show_bug.cgi?id=154978
573 Reviewed by Darin Adler.
577 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
579 [DFG][FTL][B3] Support floor and ceil
580 https://bugs.webkit.org/show_bug.cgi?id=154683
582 Reviewed by Filip Pizlo.
584 * docs/b3/intermediate-representation.html:
586 2016-02-16 Jonathan Davis <jond@apple.com>
588 Add a redirect for B3 documentation
589 https://bugs.webkit.org/show_bug.cgi?id=154293
591 Reviewed by Timothy Hatcher.
595 2016-02-15 Timothy Hatcher <timothy@apple.com>
597 Fix byline to avoid bumping into content sticks out.
599 * wp-content/themes/webkit/style.css:
600 (article .byline): Bump padding to avoid content with negative margins.
602 2016-02-13 Timothy Hatcher <timothy@apple.com>
604 Adjust the appearance of mattewhite figures that are not widescreen.
606 * wp-content/themes/webkit/style.css:
607 (article .mattewhite:not(.widescreen):
609 2016-02-12 Jonathan Davis <jond@apple.com>
611 Add a CSS class to remove padding when using mattewhite class for figures
612 https://bugs.webkit.org/show_bug.cgi?id=154206
614 Reviewed by Filip Pizlo.
616 * wp-content/themes/webkit/style.css:
617 (article .two-columns):
618 (article .two-columns h6):
619 (article .two-columns p):
620 (article .mattewhite):
621 (article .mattewhite.tightwad):
624 2016-02-12 Filip Pizlo <fpizlo@apple.com>
626 Unreviewed, upload some blog files.
628 * blog-files/compile-times.png: Added.
629 * blog-files/fast-isel.png: Added.
630 * blog-files/jetstream-latency.png: Added.
631 * blog-files/jetstream-throughput.png: Added.
632 * blog-files/jetstream.png: Added.
633 * blog-files/kraken.png: Added.
634 * blog-files/low-compile-times.png: Added.
635 * blog-files/low-fast-isel.png: Added.
636 * blog-files/low-jetstream-latency.png: Added.
637 * blog-files/low-jetstream-throughput.png: Added.
638 * blog-files/low-jetstream.png: Added.
639 * blog-files/low-kraken.png: Added.
640 * blog-files/low-octane.png: Added.
641 * blog-files/octane.png: Added.
643 2016-02-04 Jonathan Davis <jond@apple.com>
645 Fix bad link on the Feature Status page.
646 https://bugs.webkit.org/show_bug.cgi?id=152086
648 Reviewed by Timothy Hatcher.
650 * wp-content/themes/webkit/status.php:
652 2016-02-02 Filip Pizlo <fpizlo@apple.com>
654 Get rid of anonymous stack slots
655 https://bugs.webkit.org/show_bug.cgi?id=151128
657 Reviewed by Mark Lam.
659 This changes the documentation to account for the addition of Variables and the Get and Set
660 opcodes, and the removal of anonymous stack slots from B3 IR.
662 * docs/b3/intermediate-representation.html:
664 2016-02-02 Dan Bernstein <mitz@apple.com>
666 Tagline in B3 docs should match the rest of the website
667 https://bugs.webkit.org/show_bug.cgi?id=153801
669 Reviewed by Filip Pizlo.
673 * docs/b3/assembly-intermediate-representation.html:
674 * docs/b3/index.html:
675 * docs/b3/intermediate-representation.html:
677 2016-02-02 Filip Pizlo <fpizlo@apple.com>
679 Minor fixes for B3 IR documentation
680 https://bugs.webkit.org/show_bug.cgi?id=153782
682 Reviewed by Michael Saboff.
684 Fix minor issues that Geoff found.
686 * docs/b3/intermediate-representation.html:
688 2016-01-30 Filip Pizlo <fpizlo@apple.com>
690 B3 documentation style shouldn't have hacks for h1
691 https://bugs.webkit.org/show_bug.cgi?id=153725
693 Reviewed by Alexey Proskuryakov.
697 2016-01-30 Filip Pizlo <fpizlo@apple.com>
699 Improve the style of B3 documentation
700 https://bugs.webkit.org/show_bug.cgi?id=153674
702 Reviewed by Oliver Hunt.
704 This makes the style of the B3 documentation look like the Wiki, which I think is
705 appropriate for the kind of content that we're putting into it - in particular, the font
706 is the perfect size for dense content. The style also doesn't require much spoonfeeding
707 from the HTML side so you can write nice looking documentation by just using really
708 basic HTML constructs.
710 * docs/b3/assembly-intermediate-representation.html:
711 * docs/b3/index.html:
712 * docs/b3/intermediate-representation.html:
715 2016-01-29 Filip Pizlo <fpizlo@apple.com>
717 Clean up the B3 documentation a bit
718 https://bugs.webkit.org/show_bug.cgi?id=153678
720 Reviewed by Saam Barati.
722 * docs/b3/index.html: Fix some links and fix small issues.
723 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
725 2016-01-29 Filip Pizlo <fpizlo@apple.com>
727 B3 should have documentation
728 https://bugs.webkit.org/show_bug.cgi?id=153658
730 Reviewed by Saam Barati.
732 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
733 definition lists. Things go downhill when you try to add paragraphs or code blocks to
734 a definition. That's unfortunate since we use definitions for the IR document.
736 Since there is no way to use our preferred styling for the IR document without doing a
737 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
740 * docs/b3/assembly-intermediate-representation.html: Added.
741 * docs/b3/bare-bones-backend.md: Removed.
742 * docs/b3/index.html: Added.
743 * docs/b3/intermediate-representation.html: Added.
744 * docs/b3/style.css: Added.
748 2016-01-29 Timothy Hatcher <timothy@apple.com>
750 Add some defintion list styles.
752 * wp-content/themes/webkit/style.css:
757 2016-01-29 Filip Pizlo <fpizlo@apple.com>
759 B3 should have documentation
760 https://bugs.webkit.org/show_bug.cgi?id=153658
762 Reviewed by Timothy Hatcher.
766 * docs/b3/bare-bones-backend.md: Added.
768 2016-01-16 Timothy Hatcher <timothy@apple.com>
770 Fix some responsive issues on smaller screens.
772 * wp-content/themes/webkit/style.css:
774 (@media (max-width: 900px)):
777 (.timeline > li:before):
778 (.timeline .content):
779 (.timeline li .time::before):
781 2016-01-14 Timothy Hatcher <timothy@apple.com>
783 Eliminate the margin on timeline elements so multiple timelines can touch.
785 * wp-content/themes/webkit/style.css:
788 2016-01-14 Timothy Hatcher <timothy@apple.com>
790 Use a 2px border radius instead to look good on 2x devices as well as 1x.
792 * wp-content/themes/webkit/style.css:
795 2016-01-14 Timothy Hatcher <timothy@apple.com>
797 Fix hairline crack on 1x devices between arrow and time label.
799 * wp-content/themes/webkit/style.css:
800 (.timeline .content):
803 2016-01-13 Timothy Hatcher <timothy@apple.com>
805 Correct some history timeline styles.
807 * wp-content/themes/webkit/style.css:
808 (.timeline .content):
810 2016-01-13 Timothy Hatcher <timothy@apple.com>
812 Add styles for a history timeline, needed by an upcoming blog post.
814 * wp-content/themes/webkit/style.css:
820 (.timeline > li:before):
821 (.timeline .content):
824 (.timeline h2, .timeline h3):
825 (.timeline .time::before):
827 (@media (min-width: 900px)):
828 (.timeline > li.force-clear):
829 (.timeline > li:nth-child(odd)):
830 (.timeline > li:nth-child(even)):
831 (.timeline > li.force-clear + li):
832 (.timeline li .time):
833 (.timeline li:nth-child(odd) .time):
834 (.timeline li:nth-child(even) .time):
835 (.timeline li:nth-child(even) .time::before):
836 (.timeline > li:nth-child(even):before):
838 2016-01-06 Jonathan Davis <jond@apple.com>
840 Fixed Individuals and Vendor Contact formatting.
841 https://bugs.webkit.org/show_bug.cgi?id=152714
843 Reviewed by Timothy Hatcher.
845 * security-policy.md:
847 2015-12-09 Jonathan Davis <jond@apple.com>
849 Fixed broken link: https://webkit.org/old/security/security-group-members.html
850 https://bugs.webkit.org/show_bug.cgi?id=152010
852 Reviewed by Timothy Hatcher.
855 * security-policy.md:
856 * wp-content/themes/webkit/style.css:
860 2015-12-09 Jonathan Davis <jond@apple.com>
862 Fix function reference change.
864 * wp-content/themes/webkit/scripts/global.js:
866 2015-12-08 Jonathan Davis <jond@apple.com>
868 Wide tables should be scrollable on narrow mobile screens.
869 https://bugs.webkit.org/show_bug.cgi?id=151941
871 Reviewed by Timothy Hatcher.
873 * wp-content/themes/webkit/scripts/global.js:
877 (enableScrollableTables):
879 * wp-content/themes/webkit/style.css:
880 (.pagination .prev-post):
881 (article .scrollable):
882 (.scrollable .scrollable-padding):
884 2015-12-08 Jonathan Davis <jond@apple.com>
886 Fix Code Style Guidelines code parsing.
887 https://bugs.webkit.org/show_bug.cgi?id=152024
889 Reviewed by Timothy Hatcher.
891 * wp-content/plugins/table-of-contents.php:
893 2015-12-08 Jonathan Davis <jond@apple.com>
895 Fix social meta for home page.
896 https://bugs.webkit.org/show_bug.cgi?id=151764
898 Reviewed by Timothy Hatcher.
900 * wp-content/plugins/social-meta.php:
902 2015-12-07 Jonathan Davis <jond@apple.com>
904 Implemented a workaround for sharp SVG WebKit logo.
905 https://bugs.webkit.org/show_bug.cgi?id=151971
907 Reviewed by Timothy Hatcher.
909 * wp-content/themes/webkit/images/webkit.svg:
911 2015-12-07 Jonathan Davis <jond@apple.com>
913 Address UX issues with the Contribute menu.
914 https://bugs.webkit.org/show_bug.cgi?id=151874
916 Reviewed by Timothy Hatcher.
918 * wp-content/themes/webkit/functions.php:
919 * wp-content/themes/webkit/header.php:
920 * wp-content/themes/webkit/style.css:
921 (time, mark, audio, video):
922 (footer, header, hgroup, menu, nav, section):
930 (.admin-bar p > a[name]::before):
931 (.screen-reader-text):
932 (.screen-reader-text:focus):
935 (.feature-header:after):
936 (.feature.opened .feature-header:after):
937 (footer nav a:hover):
938 (header .menu-item-has-children .label-toggle::after):
941 (.sub-menu-layer .menu-item:first-child):
942 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
943 (@media only screen and (max-width: 920px)):
944 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
946 (header .menu-toggle:checked ~ ul):
947 (header .sub-menu-layer:before):
948 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
950 (@media only screen and (max-width: 690px)):
951 (.feature-filters:after):
952 (.feature-filters.opened:after):
954 (.table-of-contents label:after):
955 (.menu-toggle:checked ~ .table-of-contents label:after):
956 (.table-of-contents h6):
957 (header nav .menu-item-has-children .label-toggle): Deleted.
958 (header nav .menu-item): Deleted.
959 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
960 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
961 (header nav .menu-toggle:checked ~ ul): Deleted.
962 (header .menu-toggle:checked ~ .sub-menu): Deleted.
963 (@media only screen and (max-width: 782px)): Deleted.
965 2015-12-05 Timothy Hatcher <timothy@apple.com>
967 One last fix for https redirect.
969 * wp-content/themes/webkit/.htaccess:
971 2015-12-05 Timothy Hatcher <timothy@apple.com>
973 Attempt to fix www redirect again.
975 * wp-content/themes/webkit/.htaccess:
977 2015-12-05 Timothy Hatcher <timothy@apple.com>
979 Fix www redirect again.
981 * wp-content/themes/webkit/.htaccess:
983 2015-12-05 Timothy Hatcher <timothy@apple.com>
985 Fix www redirect when https was used and restore status URL code.
987 * wp-content/themes/webkit/.htaccess:
988 * wp-content/themes/webkit/status.php:
990 2015-12-05 Timothy Hatcher <timothy@apple.com>
992 Another attempt to fix a 404 error when the site loads via www.webkit.org.
994 * wp-content/themes/webkit/status.php:
996 2015-12-05 Timothy Hatcher <timothy@apple.com>
998 Fix a 404 error when the site loads via www.webkit.org.
1000 * wp-content/themes/webkit/status.php:
1002 2015-12-04 Timothy Hatcher <timothy@apple.com>
1004 Fix toggling so hidden links are not clickable still.
1006 * wp-content/themes/webkit/status.php:
1008 2015-12-04 Timothy Hatcher <timothy@apple.com>
1010 Fix another place where feature status internal reference links were wrong.
1012 * wp-content/themes/webkit/status.php:
1014 2015-12-04 Jonathan Davis <jond@apple.com>
1016 Fixed feature status internal reference links.
1018 * wp-content/themes/webkit/status.php:
1020 2015-12-04 Jonathan Davis <jond@apple.com>
1022 Update feature status for up-to-date status information.
1023 https://bugs.webkit.org/show_bug.cgi?id=151821
1025 Reviewed by Timothy Hatcher.
1027 * wp-content/themes/webkit/status.php:
1029 2015-12-04 Jonathan Davis <jond@apple.com>
1031 Added redirects for old webkit.org archive.
1035 2015-12-04 Jonathan Davis <jond@apple.com>
1037 Removing empty directories from the old site.
1039 Reviewed by Timothy Hatcher.
1042 * blog/wp-admin: Removed.
1043 * blog/wp-admin/css: Removed.
1044 * blog/wp-admin/css/colors: Removed.
1045 * blog/wp-admin/css/colors/blue: Removed.
1046 * blog/wp-admin/css/colors/coffee: Removed.
1047 * blog/wp-admin/css/colors/ectoplasm: Removed.
1048 * blog/wp-admin/css/colors/light: Removed.
1049 * blog/wp-admin/css/colors/midnight: Removed.
1050 * blog/wp-admin/css/colors/ocean: Removed.
1051 * blog/wp-admin/css/colors/sunrise: Removed.
1052 * blog/wp-admin/images: Removed.
1053 * blog/wp-admin/includes: Removed.
1054 * blog/wp-admin/js: Removed.
1055 * blog/wp-admin/maint: Removed.
1056 * blog/wp-admin/network: Removed.
1057 * blog/wp-admin/user: Removed.
1058 * blog/wp-content: Removed.
1059 * blog/wp-content/plugins: Removed.
1060 * blog/wp-content/plugins/akismet: Removed.
1061 * blog/wp-content/themes: Removed.
1062 * blog/wp-content/themes/classic: Removed.
1063 * blog/wp-content/themes/default: Removed.
1064 * blog/wp-content/themes/default/images: Removed.
1065 * blog/wp-content/themes/webkit: Removed.
1066 * blog/wp-content/uploads: Removed.
1067 * blog/wp-content/uploads/2007: Removed.
1068 * blog/wp-content/uploads/2007/06: Removed.
1069 * blog/wp-includes: Removed.
1070 * blog/wp-includes/ID3: Removed.
1071 * blog/wp-includes/SimplePie: Removed.
1072 * blog/wp-includes/SimplePie/Cache: Removed.
1073 * blog/wp-includes/SimplePie/Content: Removed.
1074 * blog/wp-includes/SimplePie/Content/Type: Removed.
1075 * blog/wp-includes/SimplePie/Decode: Removed.
1076 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
1077 * blog/wp-includes/SimplePie/HTTP: Removed.
1078 * blog/wp-includes/SimplePie/Net: Removed.
1079 * blog/wp-includes/SimplePie/Parse: Removed.
1080 * blog/wp-includes/SimplePie/XML: Removed.
1081 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
1082 * blog/wp-includes/Text: Removed.
1083 * blog/wp-includes/Text/Diff: Removed.
1084 * blog/wp-includes/Text/Diff/Engine: Removed.
1085 * blog/wp-includes/Text/Diff/Renderer: Removed.
1086 * blog/wp-includes/certificates: Removed.
1087 * blog/wp-includes/css: Removed.
1088 * blog/wp-includes/fonts: Removed.
1089 * blog/wp-includes/images: Removed.
1090 * blog/wp-includes/images/crystal: Removed.
1091 * blog/wp-includes/images/media: Removed.
1092 * blog/wp-includes/images/smilies: Removed.
1093 * blog/wp-includes/images/wlw: Removed.
1094 * blog/wp-includes/js: Removed.
1095 * blog/wp-includes/js/crop: Removed.
1096 * blog/wp-includes/js/imgareaselect: Removed.
1097 * blog/wp-includes/js/jcrop: Removed.
1098 * blog/wp-includes/js/jquery: Removed.
1099 * blog/wp-includes/js/jquery/ui: Removed.
1100 * blog/wp-includes/js/mediaelement: Removed.
1101 * blog/wp-includes/js/plupload: Removed.
1102 * blog/wp-includes/js/scriptaculous: Removed.
1103 * blog/wp-includes/js/swfupload: Removed.
1104 * blog/wp-includes/js/swfupload/plugins: Removed.
1105 * blog/wp-includes/js/thickbox: Removed.
1106 * blog/wp-includes/js/tinymce: Removed.
1107 * blog/wp-includes/js/tinymce/langs: Removed.
1108 * blog/wp-includes/js/tinymce/plugins: Removed.
1109 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
1110 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
1111 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
1112 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
1113 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
1114 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
1115 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
1116 * blog/wp-includes/js/tinymce/plugins/image: Removed.
1117 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
1118 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
1119 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
1120 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
1121 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
1122 * blog/wp-includes/js/tinymce/plugins/media: Removed.
1123 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
1124 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
1125 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
1126 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
1127 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
1128 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
1129 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
1130 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
1131 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
1132 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
1133 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
1134 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
1135 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
1136 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
1137 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
1138 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
1139 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
1140 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
1141 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
1142 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
1143 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
1144 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
1145 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
1146 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
1147 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
1148 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
1149 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
1150 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
1151 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
1152 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
1153 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
1154 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
1155 * blog/wp-includes/js/tinymce/skins: Removed.
1156 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
1157 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
1158 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
1159 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
1160 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
1161 * blog/wp-includes/js/tinymce/themes: Removed.
1162 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
1163 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
1164 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
1165 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
1166 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
1167 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
1168 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
1169 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
1170 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
1171 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
1172 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
1173 * blog/wp-includes/js/tinymce/themes/modern: Removed.
1174 * blog/wp-includes/js/tinymce/utils: Removed.
1175 * blog/wp-includes/pomo: Removed.
1176 * blog/wp-includes/theme-compat: Removed.
1177 * building: Removed.
1179 * coding/images: Removed.
1183 * misc/DatabaseExample.html: Removed.
1184 * misc/DatabaseTester.html: Removed.
1185 * misc/WebKitDetect.html: Removed.
1186 * misc/WebKitDetect.js: Removed.
1187 * misc/drosera: Removed.
1188 * misc/drosera/demo.js: Removed.
1189 * misc/drosera/drosera.png: Removed.
1190 * misc/drosera/index.html: Removed.
1191 * misc/gradient-input.html: Removed.
1192 * misc/morph.html: Removed.
1193 * misc/related-target-and-shadow-dom.svg: Removed.
1194 * projects: Removed.
1195 * projects/accessibility: Removed.
1196 * projects/cleanup: Removed.
1197 * projects/compat: Removed.
1198 * projects/css: Removed.
1199 * projects/documentation: Removed.
1200 * projects/dom: Removed.
1201 * projects/editing: Removed.
1202 * projects/forms: Removed.
1203 * projects/html: Removed.
1204 * projects/javascript: Removed.
1205 * projects/layout: Removed.
1206 * projects/mathml: Removed.
1207 * projects/performance: Removed.
1208 * projects/plugins: Removed.
1209 * projects/portability: Removed.
1210 * projects/printing: Removed.
1211 * projects/svg: Removed.
1212 * projects/webkit: Removed.
1213 * projects/xml: Removed.
1214 * projects/xslt: Removed.
1216 * security: Removed.
1218 2015-12-03 Timothy Hatcher <timothy@apple.com>
1220 Allow index.html indexes again.
1224 2015-12-03 Timothy Hatcher <timothy@apple.com>
1226 Remove the old site files.
1228 * asking_questions.html: Removed.
1229 * building/active-scheme-xcode4.png: Removed.
1230 * building/build-settings-tab-xcode4.png: Removed.
1231 * building/build.html: Removed.
1232 * building/checkout.html: Removed.
1233 * building/custom-executable-xcode4.png: Removed.
1234 * building/cygwin-downloader.zip: Removed.
1235 * building/debug-mac-uiprocess.html: Removed.
1236 * building/debug.html: Removed.
1237 * building/launch-debugger-vs2010-small.png: Removed.
1238 * building/launch-debugger-vs2010.png: Removed.
1239 * building/run-xcode4.png: Removed.
1240 * building/run.html: Removed.
1241 * building/set-as-startup-project-vs2010.png: Removed.
1242 * building/set-debugging-properties-vs2010-small.png: Removed.
1243 * building/set-debugging-properties-vs2010.png: Removed.
1244 * building/tools.html: Removed.
1245 * coding/RefPtr.html: Removed.
1246 * coding/adding-features.html: Removed.
1247 * coding/assertion-guidelines.html: Removed.
1248 * coding/bsd-license.html: Removed.
1249 * coding/coding-style.html: Removed.
1250 * coding/commit-review-policy.html: Removed.
1251 * coding/contributing.html: Removed.
1252 * coding/dom-element-attach.html: Removed.
1253 * coding/images/contribute_add_attachment.png: Removed.
1254 * coding/images/contribute_mark_review.png: Removed.
1255 * coding/images/dom-element-attach-large.png: Removed.
1256 * coding/images/dom-element-attach-small.png: Removed.
1257 * coding/images/dom-element-attach.graffle: Removed.
1258 * coding/lgpl-license.html: Removed.
1259 * coding/major-objects.html: Removed.
1260 * coding/scripts.html: Removed.
1261 * coding/technical-articles.html: Removed.
1262 * contact.html: Removed.
1263 * css/blue.css: Removed.
1264 * css/gray.css: Removed.
1265 * css/green.css: Removed.
1266 * css/ie.css: Removed.
1267 * css/main.css: Removed.
1268 * css/pink.css: Removed.
1269 * css/purple.css: Removed.
1270 * css/yellow.css: Removed.
1271 * demos/index.html: Removed.
1272 * footer.inc: Removed.
1273 * header.inc: Removed.
1274 * images/DroseraPic.png: Removed.
1275 * images/blank.png: Removed.
1276 * images/blue-background.png: Removed.
1277 * images/blue-bullet.png: Removed.
1278 * images/download.png: Removed.
1279 * images/end.png: Removed.
1280 * images/gray-background.png: Removed.
1281 * images/green-background.png: Removed.
1282 * images/green-bullet.png: Removed.
1283 * images/icon-gold.png: Removed.
1284 * images/icon.png: Removed.
1285 * images/ie-nav.png: Removed.
1286 * images/middle.png: Removed.
1287 * images/nav.png: Removed.
1288 * images/pink-background.png: Removed.
1289 * images/pink-bullet.png: Removed.
1290 * images/purple-background.png: Removed.
1291 * images/purple-bullet.png: Removed.
1292 * images/surfin-safari.icns: Removed.
1293 * images/yellow-background.png: Removed.
1294 * images/yellow-bullet.png: Removed.
1295 * index.html: Removed.
1297 * pngbehavior.htc: Removed.
1298 * projects/accessibility/index.html: Removed.
1299 * projects/cleanup/index.html: Removed.
1300 * projects/compat/index.html: Removed.
1301 * projects/css/index.html: Removed.
1302 * projects/documentation/index.html: Removed.
1303 * projects/dom/index.html: Removed.
1304 * projects/editing/index.html: Removed.
1305 * projects/forms/image-usemap.png: Removed.
1306 * projects/forms/image1.png: Removed.
1307 * projects/forms/image10.png: Removed.
1308 * projects/forms/image16.png: Removed.
1309 * projects/forms/index.html: Removed.
1310 * projects/forms/survey.html: Removed.
1311 * projects/goals.html: Removed.
1312 * projects/html/index.html: Removed.
1313 * projects/index.html: Removed.
1314 * projects/javascript/index.html: Removed.
1315 * projects/layout/index.html: Removed.
1316 * projects/mathml/index.html: Removed.
1317 * projects/performance/index.html: Removed.
1318 * projects/plugins/index.html: Removed.
1319 * projects/portability/index.html: Removed.
1320 * projects/printing/index.html: Removed.
1321 * projects/svg/index.html: Removed.
1322 * projects/svg/status.xml: Removed.
1323 * projects/svg/svg-status.css: Removed.
1324 * projects/svg/svg-status.xsl: Removed.
1325 * projects/webkit/index.html: Removed.
1326 * projects/xml/index.html: Removed.
1327 * projects/xslt/index.html: Removed.
1328 * quality/.htaccess: Removed.
1329 * quality/Ahem.ttf: Removed.
1330 * quality/bugpriorities.html: Removed.
1331 * quality/bugwriting.html: Removed.
1332 * quality/bugzilla.html: Removed.
1333 * quality/crashlogs.html: Removed.
1334 * quality/leakhunting.html: Removed.
1335 * quality/lifecycle.html: Removed.
1336 * quality/mac_reportbox.jpg: Removed.
1337 * quality/mac_viewtrace.jpg: Removed.
1338 * quality/reduction.html: Removed.
1339 * quality/reporting.html: Removed.
1340 * quality/testing.html: Removed.
1341 * quality/testwriting.html: Removed.
1342 * quality/win_installwatson.jpg: Removed.
1343 * quality/win_watsongui.jpg: Removed.
1344 * quality/win_watsoninstalled.jpg: Removed.
1345 * security/index.html: Removed.
1346 * security/security-group-members.html: Removed.
1347 * status.html: Removed.
1348 * team.html: Removed.
1350 2015-12-03 Timothy Hatcher <timothy@apple.com>
1352 Yet another attempt to fix the http blog redirects.
1354 Removing the blog folder should do it.
1359 2015-12-03 Timothy Hatcher <timothy@apple.com>
1361 Another attempt to fix the http blog redirects.
1365 2015-12-03 Timothy Hatcher <timothy@apple.com>
1367 Attempt to fix the http blog redirects.
1371 2015-12-03 Timothy Hatcher <timothy@apple.com>
1373 Another attempt to fix the https redirect.
1377 2015-12-03 Timothy Hatcher <timothy@apple.com>
1379 Attempt to fix the https redirect.
1383 2015-12-03 Timothy Hatcher <timothy@apple.com>
1385 Fix blog.webkit.org redirects.
1389 2015-12-03 Timothy Hatcher <timothy@apple.com>
1391 Add redirects for the demos folder.
1395 2015-12-03 Timothy Hatcher <timothy@apple.com>
1397 Remove duplicate redirect.
1401 2015-12-03 Timothy Hatcher <timothy@apple.com>
1403 One more attempt to clean up redirects.
1407 2015-12-03 Timothy Hatcher <timothy@apple.com>
1409 Avoid double slashes after redirect for directories.
1413 2015-12-03 Timothy Hatcher <timothy@apple.com>
1415 Fix directory redirects some more.
1419 2015-12-03 Timothy Hatcher <timothy@apple.com>
1421 Fix directory redirect ordering.
1425 2015-12-03 Jonathan Davis <jond@apple.com>
1427 Fixed cache logic so download data is correctly available.
1429 * wp-content/themes/webkit/nightly.php:
1431 2015-12-03 Timothy Hatcher <timothy@apple.com>
1433 Add some missing redirects for directories of the old site.
1437 2015-12-03 Jonathan Davis <jond@apple.com>
1439 Fixed transient behavior when the cache plugin is enabled.
1441 * wp-content/themes/webkit/functions.php:
1442 * wp-content/themes/webkit/includes.php:
1443 * wp-content/themes/webkit/nightly.php:
1445 2015-12-03 Jonathan Davis <jond@apple.com>
1447 Add sub-section anchors to code style guidelines
1448 https://bugs.webkit.org/show_bug.cgi?id=151770
1450 Reviewed by Timothy Hatcher.
1453 * wp-content/plugins/table-of-contents.php:
1454 * wp-content/themes/webkit/includes.php:
1455 * wp-content/themes/webkit/style.css:
1457 (p > a[name]::before):
1460 (.admin-bar a[name]):
1461 (.admin-bar p > a[name]::before):
1462 (.screen-reader-text):
1463 (.table-of-contents ul li > ul):
1464 (#post-4132 pre:nth-child(-n+10)):
1465 (#post-4132 pre:nth-child(-n+8)): Deleted.
1467 2015-12-01 Jonathan Davis <jond@apple.com>
1469 Updated favicon.ico with the new logo.
1473 2015-12-01 Jonathan Davis <jond@apple.com>
1475 Improved accessibility handling for the small drop-down menu.
1477 * wp-content/themes/webkit/scripts/global.js:
1479 2015-12-01 Jonathan Davis <jond@apple.com>
1481 Fixed font rendering. Fixed SVG rendering for Firefox.
1483 * wp-content/themes/webkit/images/icons.svg:
1484 * wp-content/themes/webkit/images/inspector.svg:
1485 * wp-content/themes/webkit/images/twitter.svg:
1486 * wp-content/themes/webkit/style.css:
1489 (.screen-reader-text:focus):
1491 (.tile.category-web-inspector .background-image):
1492 (.tile.category-performance .background-image):
1493 (.tile.category-javascript .background-image):
1494 (.tile.category-css .background-image):
1495 (.tile.category-standards .background-image):
1496 (.tile.category-contributing .background-image):
1497 (.tile.category-storage .background-image):
1498 (.tile.category-layout .background-image):
1499 (.tile.tag-timeline .background-image):
1500 (.tile.tag-console .background-image):
1501 (.tile.tag-debugger .background-image):
1502 (.tile.tag-shortcuts .background-image):
1503 (.tile .background-image.loaded):
1504 (body, input, textarea, select, button): Deleted.
1506 2015-12-01 Jonathan Davis <jond@apple.com>
1508 Removed escpaes to correctly pass query string arguments.
1512 2015-12-01 Jonathan Davis <jond@apple.com>
1514 Corrected rewrite rules to restore convenience paths.
1518 2015-12-01 Jonathan Davis <jond@apple.com>
1520 Fixed static reference PHP syntax for compatibility with the server environment.
1522 * wp-content/plugins/table-of-contents.php:
1524 2015-12-01 Jonathan Davis <jond@apple.com>
1526 Fixed PHP syntax for compatibility with the server environment.
1528 * wp-content/plugins/social-meta.php:
1529 * wp-content/themes/webkit/functions.php:
1530 * wp-content/themes/webkit/widgets/twitter.php:
1532 2015-12-01 Jonathan Davis <jond@apple.com>
1534 Updated webkit.org to use the new theme and WordPress deployment.
1540 2015-12-01 Jonathan Davis <jond@apple.com>
1542 Fixed data return format for tweets when updating cache.
1544 * wp-content/themes/webkit/widgets/twitter.php:
1546 2015-12-01 Jonathan Davis <jond@apple.com>
1548 Theme update to tidy styles and add a theme screenshot.
1550 * wp-content/themes/webkit/screenshot.png: Added.
1551 * wp-content/themes/webkit/style.css:
1553 (.tile .background-image):
1555 2015-11-30 Jonathan Davis <jond@apple.com>
1557 Set max-height to prevent narrow images from upscaling.
1559 * wp-content/themes/webkit/style.css:
1560 (article figure > img):
1561 (figure.widescreen):
1562 (figure.widescreen figcaption):
1563 (figure.widescreen img): Deleted.
1565 2015-11-30 Jonathan Davis <jond@apple.com>
1567 Added a new theme and plugins for a redesigned webkit.org.
1569 Reviewed by Timothy Hatcher.
1571 * apple-touch-icon-precomposed.png: Added.
1572 * code-style.md: Added.
1573 * commit-review.md: Added.
1574 * favicon.png: Added.
1575 * security-policy.md: Added.
1576 * tabicon.svg: Added.
1577 * wp-content: Added.
1578 * wp-content/index.php: Added.
1579 * wp-content/maintenance.php: Added.
1580 * wp-content/plugins: Added.
1581 * wp-content/plugins/analytics.php: Added.
1582 * wp-content/plugins/hyperlight: Added.
1583 * wp-content/plugins/hyperlight/hyperlight: Added.
1584 * wp-content/plugins/hyperlight/hyperlight.php: Added.
1585 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
1586 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
1587 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
1588 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
1589 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
1590 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
1591 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
1592 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
1593 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
1594 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
1595 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
1596 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
1597 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
1598 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
1599 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
1600 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
1601 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
1602 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
1603 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
1604 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
1605 * wp-content/plugins/index.php: Added.
1606 * wp-content/plugins/social-meta.php: Added.
1607 * wp-content/plugins/table-of-contents.php: Added.
1608 * wp-content/plugins/visual-preview.php: Added.
1609 * wp-content/themes: Added.
1610 * wp-content/themes/index.php: Added.
1611 * wp-content/themes/webkit: Added.
1612 * wp-content/themes/webkit/404.php: Added.
1613 * wp-content/themes/webkit/444.php: Added.
1614 * wp-content/themes/webkit/footer.php: Added.
1615 * wp-content/themes/webkit/front-header.php: Added.
1616 * wp-content/themes/webkit/front-page.php: Added.
1617 * wp-content/themes/webkit/functions.php: Added.
1618 * wp-content/themes/webkit/header.php: Added.
1619 * wp-content/themes/webkit/images: Added.
1620 * wp-content/themes/webkit/images/download.svg: Added.
1621 * wp-content/themes/webkit/images/icons.svg: Added.
1622 * wp-content/themes/webkit/images/inspector.svg: Added.
1623 * wp-content/themes/webkit/images/menu-down.svg: Added.
1624 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
1625 * wp-content/themes/webkit/images/twitter.svg: Added.
1626 * wp-content/themes/webkit/images/webkit.svg: Added.
1627 * wp-content/themes/webkit/includes.php: Added.
1628 * wp-content/themes/webkit/index.php: Added.
1629 * wp-content/themes/webkit/loop.php: Added.
1630 * wp-content/themes/webkit/nightly.php: Added.
1631 * wp-content/themes/webkit/page.php: Added.
1632 * wp-content/themes/webkit/scripts: Added.
1633 * wp-content/themes/webkit/scripts/global.js: Added.
1634 * wp-content/themes/webkit/single.php: Added.
1635 * wp-content/themes/webkit/sitemap.php: Added.
1636 * wp-content/themes/webkit/status.php: Added.
1637 * wp-content/themes/webkit/style.css: Added.
1638 * wp-content/themes/webkit/team.php: Added.
1639 * wp-content/themes/webkit/widgets: Added.
1640 * wp-content/themes/webkit/widgets/icon.php: Added.
1641 * wp-content/themes/webkit/widgets/page.php: Added.
1642 * wp-content/themes/webkit/widgets/post.php: Added.
1643 * wp-content/themes/webkit/widgets/twitter.php: Added.
1645 2015-11-18 Jonathan Davis <jond@apple.com>
1647 Adding a maintenance file for the old WordPress blog.
1649 Reviewed by Timothy Hatcher.
1651 * blog/wp-content/maintenance.php: Added.
1653 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
1655 Add images needed for shadow DOM blog post
1656 https://bugs.webkit.org/show_bug.cgi?id=150549
1658 Reviewed by Timothy Hatcher.
1662 * blog-files/introducing-shadow-dom: Added.
1663 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
1664 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
1666 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1668 Modify the image to fit the width of the blog.
1670 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
1672 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1674 Add more assets for Web Inspector Keyboard Shortcuts blog post.
1676 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
1677 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
1678 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
1679 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
1680 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
1681 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
1683 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
1685 Add assets for Web Inspector Keyboard Shortcuts blog post.
1687 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
1688 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
1689 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
1690 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
1691 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
1692 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
1693 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
1695 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
1697 Add anchor tags for scroll snapping examples.
1699 * demos/scroll-snap/index.html: Added anchor tags.
1701 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1703 Add scroll snap blog post resources.
1705 * blog-files/scroll-snap/overflow-normal.mp4: Added.
1706 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
1707 * blog-files/scroll-snap/snap-2d.mp4: Added.
1708 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
1709 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
1710 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
1712 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
1714 Add scroll snap demo directory and files.
1716 * demos/scroll-snap/images/1.png: Added.
1717 * demos/scroll-snap/images/10.png: Added.
1718 * demos/scroll-snap/images/11.png: Added.
1719 * demos/scroll-snap/images/12.png: Added.
1720 * demos/scroll-snap/images/13.png: Added.
1721 * demos/scroll-snap/images/14.png: Added.
1722 * demos/scroll-snap/images/15.png: Added.
1723 * demos/scroll-snap/images/16.png: Added.
1724 * demos/scroll-snap/images/2.png: Added.
1725 * demos/scroll-snap/images/3.png: Added.
1726 * demos/scroll-snap/images/4.png: Added.
1727 * demos/scroll-snap/images/5.png: Added.
1728 * demos/scroll-snap/images/6.png: Added.
1729 * demos/scroll-snap/images/7.png: Added.
1730 * demos/scroll-snap/images/8.png: Added.
1731 * demos/scroll-snap/images/9.png: Added.
1732 * demos/scroll-snap/images/bluecross.svg: Added.
1733 * demos/scroll-snap/images/corner.svg: Added.
1734 * demos/scroll-snap/index.html: Added.
1736 2015-09-03 Matt Baker <mattbaker@apple.com>
1738 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
1740 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
1741 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
1742 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
1743 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
1745 2015-09-03 Matt Baker <mattbaker@apple.com>
1747 Add assets for Introducing the Rendering Frames Timeline blog post.
1749 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
1750 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
1751 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
1752 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
1753 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
1754 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
1755 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
1756 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
1757 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
1758 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
1759 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
1760 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
1762 2015-08-28 Jonathan Davis <jond@apple.com>
1764 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
1766 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
1767 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
1768 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
1769 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
1770 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
1771 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
1772 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
1773 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
1774 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
1775 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
1776 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
1777 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
1779 2015-08-26 Brent Fulgham <bfulgham@apple.com>
1781 Update Windows tool install instructions.
1783 * building/tools.html:
1785 2015-08-24 Saam barati <sbarati@apple.com>
1787 Add mp4 version of types-changing video.
1789 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
1791 2015-08-23 Saam barati <sbarati@apple.com>
1793 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
1795 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
1796 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
1797 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
1799 2015-08-22 Saam barati <sbarati@apple.com>
1801 Change image for type profiler and code coverage profiler blog post.
1803 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
1804 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
1806 2015-08-22 Saam barati <sbarati@apple.com>
1808 Change video for type profiler and code coverage profiler blog post.
1810 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
1812 2015-08-22 Saam barati <sbarati@apple.com>
1814 Add 1x/2x resources for type profiler and code coverage profiler blog post.
1816 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
1817 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
1818 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
1819 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
1820 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
1821 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
1822 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
1823 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
1824 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
1825 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
1826 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
1827 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
1829 2015-08-21 Saam barati <sbarati@apple.com>
1831 Edit a resource for type profiler and code coverage profiler blog post.
1833 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
1835 2015-08-21 Saam barati <sbarati@apple.com>
1837 Add resources for type profiler and code coverage profiler blog post.
1839 * blog-files/type-profiler-and-code-coverage-profiler: Added.
1840 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
1841 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
1842 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
1843 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
1844 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
1845 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
1846 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
1848 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1850 Correct a typo in the explanatory text.
1852 * demos/backdrop-filter/index.html:
1854 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1856 Add an example of backdrop-filter.
1858 * demos/backdrop-filter: Added.
1859 * demos/backdrop-filter/dynamic_poster.jpg: Added.
1860 * demos/backdrop-filter/dynamic_source.m4v: Added.
1861 * demos/backdrop-filter/index.html: Added.
1862 * demos/backdrop-filter/inverted_color.jpg: Added.
1863 * demos/backdrop-filter/multiple.jpg: Added.
1864 * demos/backdrop-filter/simple_blur.jpg: Added.
1866 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1868 Add a poster image for the video.
1870 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
1872 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1874 Add more media control examples.
1876 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
1877 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1878 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
1880 2015-08-06 Brent Fulgham <bfulgham@apple.com>
1882 Add two more files for a future blog post.
1884 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
1885 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
1887 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
1889 Fix the twitter links on the status page
1893 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
1895 Prepare screenshots for a potential blog post
1897 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
1898 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
1900 2015-07-28 Geoffrey Garen <ggaren@apple.com>
1902 SunSpider is no longer maintained
1903 https://bugs.webkit.org/show_bug.cgi?id=147370
1905 Reviewed by Michael Saboff.
1907 Add an indicator to show that SunSpider is no longer maintained.
1909 * perf/sunspider/sunspider.css:
1913 * perf/sunspider/sunspider.html:
1915 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
1917 Add image for a blog post
1919 * blog-files/el-capitan-system-font.png: Added.
1921 2015-07-23 Timothy Hatcher <timothy@apple.com>
1923 Change some images for a blog post and add 2x images.
1925 * blog-files/inspector-elements-tab-2x.png: Added.
1926 * blog-files/inspector-elements-tab.png: Updated.
1927 * blog-files/inspector-network-tab-2x.png: Added.
1928 * blog-files/inspector-network-tab.png: Updated.
1929 * blog-files/inspector-tab-bar-2x.png: Added.
1930 * blog-files/inspector-tab-bar.png: Updated.
1932 2015-07-23 Timothy Hatcher <timothy@apple.com>
1934 Change some images for a blog post.
1936 * blog-files/inspector-elements-tab.png:
1937 * blog-files/inspector-network-tab.png:
1939 2015-07-23 Timothy Hatcher <timothy@apple.com>
1941 Add and change some images for a blog post.
1943 * blog-files/inspector-elements-network-tabs.png: Removed.
1944 * blog-files/inspector-elements-tab.png: Added.
1945 * blog-files/inspector-network-tab.png: Added.
1946 * blog-files/inspector-tab-bar.png:
1948 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1950 Correct rest of the images to match.
1952 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
1953 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
1954 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
1955 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
1956 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
1958 2015-07-23 Brent Fulgham <bfulgham@apple.com>
1960 Adjust image sizes to avoid page scaling.
1962 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
1963 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
1964 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
1965 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
1966 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
1968 2015-07-22 Brent Fulgham <bfulgham@apple.com>
1970 Add some images needed for an upcoming blog post.
1972 * blog-files/backdrop-filters: Added.
1973 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
1974 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
1975 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
1976 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
1977 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
1978 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
1979 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
1980 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
1981 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
1982 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
1984 2015-07-11 Timothy Hatcher <timothy@apple.com>
1986 Add some images for a blog post.
1988 * blog-files/inspector-elements-network-tabs.png: Added.
1989 * blog-files/inspector-tab-bar.png: Added.
1990 * blog-files/inspector-tab-icons.svg: Added.
1992 2015-06-30 Jonathan Davis <jond@apple.com>
1994 Added WebKit feature status page to navigation.
1996 Reviewed by Timothy Hatcher.
2000 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
2002 Add some images for a blog post.
2004 * blog-files/console-improvements/array-api.png: Added.
2005 * blog-files/console-improvements/collections.png: Added.
2006 * blog-files/console-improvements/console-messages.png: Added.
2007 * blog-files/console-improvements/interactivity.m4v: Added.
2008 * blog-files/console-improvements/iterators.png: Added.
2009 * blog-files/console-improvements/localStorage-api.png: Added.
2010 * blog-files/console-improvements/object-preview.png: Added.
2011 * blog-files/console-improvements/object-tree.png: Added.
2012 * blog-files/console-improvements/promises.png: Added.
2013 * blog-files/console-improvements/tooltip-1.png: Added.
2014 * blog-files/console-improvements/tooltip-2.png: Added.
2016 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2018 Remove unnecessary svn:executable flags
2019 https://bugs.webkit.org/show_bug.cgi?id=146107
2021 Reviewed by Alexey Proskuryakov.
2023 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
2024 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
2025 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
2026 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
2027 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
2028 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
2029 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
2030 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
2032 2015-05-20 Jon Davis <jond@apple.com>
2034 Upgrading WordPress to 4.2.2 release.
2036 Rubber-stamped by Timothy Hatcher.
2038 * Websites/webkit.org/blog/:
2039 * Websites/webkit.org/blcd Tog/wp-admin/:
2040 * Websites/webkit.org/blog/wp-admin/css/:
2041 * Websites/webkit.org/blog/wp-admin/css/colors/:
2042 * Websites/webkit.org/blog/wp-admin/images/:
2043 * Websites/webkit.org/blog/wp-admin/includes/:
2044 * Websites/webkit.org/blog/wp-admin/js/:
2045 * Websites/webkit.org/blog/wp-admin/maint/:
2046 * Websites/webkit.org/blog/wp-admin/network/:
2047 * Websites/webkit.org/blog/wp-admin/user/:
2048 * Websites/webkit.org/blog/wp-includes/:
2049 * Websites/webkit.org/blog/wp-includes/ID3/:
2050 * Websites/webkit.org/blog/wp-includes/SimplePie/:
2051 * Websites/webkit.org/blog/wp-includes/Text/:
2052 * Websites/webkit.org/blog/wp-includes/certificates/:
2053 * Websites/webkit.org/blog/wp-includes/css/:
2054 * Websites/webkit.org/blog/wp-includes/fonts/:
2055 * Websites/webkit.org/blog/wp-includes/images/:
2056 * Websites/webkit.org/blog/wp-includes/js/:
2057 * Websites/webkit.org/blog/wp-includes/pomo/:
2058 * Websites/webkit.org/blog/wp-includes/theme-compat/:
2060 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
2062 Fix the link noted 'contribute to features' in status.html
2063 https://bugs.webkit.org/show_bug.cgi?id=144331
2065 Reviewed by Csaba Osztrogonác.
2067 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
2071 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2073 Add naver to team.html
2074 https://bugs.webkit.org/show_bug.cgi?id=144298
2076 Reviewed by Gyuyoung Kim.
2080 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
2082 Status page: fix the email links
2086 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
2088 Improve the status page
2089 https://bugs.webkit.org/show_bug.cgi?id=144248
2091 Reviewed by Darin Adler.
2094 Lots of minor changes:
2096 -Do not use sync XHR. That was nice for testing but that's eveil
2097 and it breaks Firefox.
2098 -Start fetching the json files as soon as possible during page load,
2099 that server takes forever to respond.
2100 -Remove some useless CSS.
2101 -Get rid of mustache. That template thing was awesome but it took
2102 up to 600ms to fetch the file (plus it is not exactly efficient).
2103 -Put both the specifications and the features in the list.
2104 They are referencing each other with links. That seems to work pretty well.
2105 -Use the keywords for filtering.
2107 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
2109 Start a basic status page on webkit.org
2110 https://bugs.webkit.org/show_bug.cgi?id=143940
2112 Reviewed by Darin Adler.
2114 * status.html: Added.
2115 Nothing fancy, for now just show the "features" list of the two features.json
2117 2015-04-19 Dan Bernstein <mitz@apple.com>
2121 * coding/RefPtr.html:
2123 2015-04-19 Darin Adler <darin@apple.com>
2125 Update RefPtr documentation and deprecation
2126 https://bugs.webkit.org/show_bug.cgi?id=143936
2128 Reviewed by Andreas Kling.
2130 * coding/RefPtr.html: Updated.
2132 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
2134 Fix warning about loading insecure content from secure webkit.org/blog
2135 https://bugs.webkit.org/show_bug.cgi?id=142545
2137 Reviewed by Mark Rowe.
2139 * blog/wp-content/themes/webkit/footer.php:
2140 Use an "https" URL for the subresource, instead of "http".
2142 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2144 Remove svn:keywords property.
2146 As far as I can tell, the property had no effect on any of these files, but also,
2147 when it has effect it's likely harmful.
2149 * demos/srcset/index.html: Removed property svn:keywords.
2150 * specs/index.html: Removed property svn:keywords.
2152 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2154 Unreviewed, remove empty directories.
2156 * blog/wp-includes/js/codepress: Removed.
2158 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
2160 Add LG Electronics to team.html
2161 https://bugs.webkit.org/show_bug.cgi?id=141227
2163 Reviewed by Andreas Kling.
2167 2015-01-30 Chris Dumez <cdumez@apple.com>
2169 Add "Singleton pattern" section to the WebKit coding style
2170 https://bugs.webkit.org/show_bug.cgi?id=141040
2172 Reviewed by Ryosuke Niwa.
2174 Add "Singleton pattern" section to the WebKit coding style to document
2175 what was discussed on webkit-dev:
2176 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
2178 * coding/coding-style.html:
2180 2015-01-27 Daniel Bates <dabates@apple.com>
2182 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
2184 Reviewed by David Kilzer.
2186 * building/build.html: Added instructions to build WebKit for iOS Simulator.
2187 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
2188 in the iOS Simulator using command line tools. We should look to add Xcode instructions
2189 and simplify these steps once we teach debug-safari about the iOS Simulator.
2190 * building/run.html: Added remark to run Safari in the iOS Simulator.
2191 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
2192 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
2194 2014-09-27 Dan Bernstein <mitz@apple.com>
2196 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2197 https://bugs.webkit.org/show_bug.cgi?id=137053
2199 Reviewed by Mark Rowe.
2201 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
2203 2014-09-26 Alexey Proskuryakov <ap@apple.com>
2205 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2206 https://bugs.webkit.org/show_bug.cgi?id=137053
2208 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
2210 Explain that to build from Xcode, one needs to build from command line once first.
2212 Removed a Windows section that explained how to launch cygwin shell, which was
2213 silly given that we then link to a long document explaining further steps.
2215 * building/build.html:
2217 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
2219 Update the list of u-szeged contributors.
2221 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
2225 2014-09-18 Dean Jackson <dino@apple.com>
2227 Expand the srcset demo to have 3x and 4x images.
2231 * demos/srcset/image-1x.png:
2232 * demos/srcset/image-2x.png:
2233 * demos/srcset/image-3x.png: Added.
2234 * demos/srcset/image-4x.png: Added.
2235 * demos/srcset/index.html:
2237 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
2239 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
2240 https://bugs.webkit.org/show_bug.cgi?id=136315
2242 Reviewed by Mark Rowe.
2244 * building/checkout.html:
2245 * building/debug-mac-uiprocess.html:
2246 * building/debug.html:
2247 * building/run.html:
2248 * building/tools.html:
2251 * projects/javascript/index.html:
2252 * projects/svg/index.html:
2253 * quality/bugwriting.html:
2254 * quality/crashlogs.html:
2255 * quality/leakhunting.html:
2256 * quality/lifecycle.html:
2257 * quality/testing.html:
2259 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
2261 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
2262 https://bugs.webkit.org/show_bug.cgi?id=31993
2264 Reviewed by Darin Adler.
2266 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
2268 * coding/contributing.html:
2269 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
2271 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
2273 Remove people that have left Adobe from Security Contact list
2274 https://bugs.webkit.org/show_bug.cgi?id=135256
2276 Reviewed by Alexey Proskuryakov.
2278 * security/security-group-members.html:
2280 2014-08-06 peavo@outlook.com <peavo@outlook.com>
2282 [Win] Build error when OFFICIAL_BUILD != 1.
2283 https://bugs.webkit.org/show_bug.cgi?id=135613
2285 Reviewed by Alex Christensen.
2287 Added python installation as a required step before building on Windows.
2289 * building/tools.html:
2291 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
2293 Committers should mail webkit-committers not webkit-reviewers for reactivation
2294 https://bugs.webkit.org/show_bug.cgi?id=135203
2296 Reviewed by Ryosuke Niwa.
2298 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
2299 send mail to webkit-committers instead of webkit-reviewers.
2301 * coding/commit-review-policy.html:
2303 2014-07-15 Alex Christensen <achristensen@webkit.org>
2305 Make css jit benchmark work on IE11.
2306 https://bugs.webkit.org/show_bug.cgi?id=134956
2308 Reviewed by Benjamin Poulain.
2310 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
2311 Remove an iframe which caused IE11 to try to open content as a URL.
2313 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
2315 Update policy for Inactive Committer and Reviewer status
2316 https://bugs.webkit.org/show_bug.cgi?id=134403
2318 Reviewed by Nico Weber.
2320 * coding/commit-review-policy.html:
2322 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
2324 Remove Qt instructions from http://www.webkit.org/building/tools.html
2325 https://bugs.webkit.org/show_bug.cgi?id=134384
2327 Reviewed by Tim Horton.
2329 * building/tools.html:
2331 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
2332 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
2334 2014-06-25 Brent Fulgham <bfulgham@apple.com>
2336 [Win] Whoops! DirectX SDK is still needed.
2338 * building/tools.html: Put DirectX instruction back.
2340 2014-06-24 Brent Fulgham <bfulgham@apple.com>
2342 [Win] Remove some out-of-date stuff from our instructions.
2343 https://bugs.webkit.org/show_bug.cgi?id=134282
2345 Reviewed by Tim Horton.
2347 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
2348 install anymore (it's part of Visual Studio 2013).
2349 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
2352 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
2354 Drop the cross organizational support requirement from reviewer nomination policy
2355 https://bugs.webkit.org/show_bug.cgi?id=134240
2357 Reviewed by Gyuyoung Kim.
2361 * coding/commit-review-policy.html:
2363 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2365 Updated the files to have the right width.
2367 * blog-files/ftl-jit/dfg_pipeline.png:
2368 * blog-files/ftl-jit/four_tier_performance.png:
2369 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
2370 * blog-files/ftl-jit/ftl_pipeline.png:
2371 * blog-files/ftl-jit/ftl_timeline.png:
2372 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
2373 * blog-files/ftl-jit/polyvariance.png:
2374 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
2375 * blog-files/ftl-jit/three_tier_performance.png:
2377 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2379 Add some illustrations about how JSC works.
2381 * blog-files/ftl-jit: Added.
2382 * blog-files/ftl-jit/dfg_pipeline.png: Added.
2383 * blog-files/ftl-jit/four_tier_performance.png: Added.
2384 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
2385 * blog-files/ftl-jit/ftl_pipeline.png: Added.
2386 * blog-files/ftl-jit/ftl_timeline.png: Added.
2387 * blog-files/ftl-jit/object_model.png: Added.
2388 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
2389 * blog-files/ftl-jit/polyvariance.png: Added.
2390 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
2391 * blog-files/ftl-jit/three_tier_performance.png: Added.
2392 * blog-files/ftl-jit/three_tiers.png: Added.
2394 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
2396 Add potential illustrations for a potential future blog post about the viewport meta tag
2398 * blog-files/simple-viewport-configuration: Added.
2399 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
2400 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
2401 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
2402 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
2403 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
2404 * blog-files/simple-viewport-configuration/inspector.png: Added.
2405 * blog-files/simple-viewport-configuration/report_size.js: Added.
2407 2014-04-29 Alex Christensen <achristensen@webkit.org>
2409 [WinCairo] Switch video from GStreamer to Media Foundation.
2410 https://bugs.webkit.org/show_bug.cgi?id=132358
2412 Reviewed by Brent Fulgham.
2414 * building/tools.html:
2415 Removed requirement of installing GStreamer.
2417 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
2419 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
2420 https://bugs.webkit.org/show_bug.cgi?id=131791
2422 Reviewed by Sam Weinig.
2424 * building/debug.html:
2426 2014-03-28 James Craig <jcraig@apple.com>
2428 Web Inspector: AXI: support for live regions
2429 https://bugs.webkit.org/show_bug.cgi?id=130725
2431 Reviewed by Timothy Hatcher.
2433 Demo update to show off the new Inspector support for live regions.
2435 * blog-files/aria1.0/combobox_with_live_region_status.html:
2437 2014-03-27 James Craig <jcraig@apple.com>
2439 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
2440 https://bugs.webkit.org/show_bug.cgi?id=130827
2442 Reviewed by Timothy Hatcher.
2444 Updated demo files with attr refresh to show off selected children changing.
2445 Long term fix will be http://webkit.org/b/130883
2447 * blog-files/aria1.0/combobox_with_live_region_status.html:
2449 2014-03-25 James Craig <jcraig@apple.com>
2451 Blog-files: combobox demo needs aria-expanded support
2452 https://bugs.webkit.org/show_bug.cgi?id=130766
2454 Reviewed by Chris Fleizach.
2456 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
2458 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
2460 Add illustrations for a potential blog post
2462 First version, let see how that works out.
2464 * blog-files/css-jit-introduction: Added.
2465 * blog-files/css-jit-introduction/clicktostart.js: Added.
2466 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
2467 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
2468 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
2469 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
2470 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
2471 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
2473 2014-03-20 James Craig <jcraig@apple.com>
2475 Sample code for potential ARIA blog post.
2476 https://bugs.webkit.org/show_bug.cgi?id=130548
2478 Rubber-stamped by Chris Fleizach.
2480 * blog-files/aria1.0: Added.
2481 * blog-files/aria1.0/africa_large.svg: Added.
2482 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
2483 * blog-files/aria1.0/roaming_tabindex: Added.
2484 * blog-files/aria1.0/roaming_tabindex/css: Added.
2485 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
2486 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
2487 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
2488 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
2489 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
2490 * blog-files/aria1.0/roaming_tabindex/js: Added.
2491 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
2492 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
2493 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
2495 2014-03-14 Maciej Stachowiak <mjs@apple.com>
2497 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
2498 https://bugs.webkit.org/show_bug.cgi?id=130276
2499 <rdar://problem/16266927>
2501 Reviewed by Simon Fraser.
2503 * blog/wp-content/textfield_screenshot.jpg:
2504 * misc/WebKitDetect.html:
2505 * misc/WebKitDetect.js:
2506 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
2507 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
2508 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
2509 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
2510 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
2511 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
2512 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
2513 * perf/sunspider-0.9.1/sunspider-compare-results.js:
2514 * perf/sunspider-0.9/3d-cube.html:
2515 * perf/sunspider-0.9/3d-morph.html:
2516 * perf/sunspider-0.9/3d-raytrace.html:
2517 * perf/sunspider-0.9/access-binary-trees.html:
2518 * perf/sunspider-0.9/access-fannkuch.html:
2519 * perf/sunspider-0.9/access-nbody.html:
2520 * perf/sunspider-0.9/access-nsieve.html:
2521 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
2522 * perf/sunspider-0.9/bitops-bits-in-byte.html:
2523 * perf/sunspider-0.9/bitops-bitwise-and.html:
2524 * perf/sunspider-0.9/bitops-nsieve-bits.html:
2525 * perf/sunspider-0.9/controlflow-recursive.html:
2526 * perf/sunspider-0.9/crypto-aes.html:
2527 * perf/sunspider-0.9/crypto-md5.html:
2528 * perf/sunspider-0.9/crypto-sha1.html:
2529 * perf/sunspider-0.9/date-format-tofte.html:
2530 * perf/sunspider-0.9/date-format-xparb.html:
2531 * perf/sunspider-0.9/math-cordic.html:
2532 * perf/sunspider-0.9/math-partial-sums.html:
2533 * perf/sunspider-0.9/math-spectral-norm.html:
2534 * perf/sunspider-0.9/regexp-dna.html:
2535 * perf/sunspider-0.9/string-base64.html:
2536 * perf/sunspider-0.9/string-fasta.html:
2537 * perf/sunspider-0.9/string-tagcloud.html:
2538 * perf/sunspider-0.9/string-unpack-code.html:
2539 * perf/sunspider-0.9/string-validate-input.html:
2540 * perf/sunspider-0.9/sunspider-analyze-results.js:
2541 * perf/sunspider-0.9/sunspider-compare-results.js:
2542 * perf/sunspider-0.9/sunspider-driver.html:
2543 * perf/sunspider-0.9/sunspider-record-result.js:
2544 * perf/sunspider-0.9/sunspider-results.html:
2545 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
2546 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
2547 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
2548 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
2549 * perf/sunspider-1.0.1/sunspider-compare-results.js:
2550 * perf/sunspider-1.0.1/sunspider.html:
2551 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2552 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
2553 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2554 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
2555 * perf/sunspider-1.0.2/sunspider-compare-results.js:
2556 * perf/sunspider-1.0.2/sunspider.html:
2557 * perf/sunspider-1.0/sunspider-1.0/driver.html:
2558 * perf/sunspider-1.0/sunspider-1.0/results.html:
2559 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
2560 * perf/sunspider-1.0/sunspider-analyze-results.js:
2561 * perf/sunspider-1.0/sunspider-compare-results.js:
2562 * perf/sunspider-1.0/sunspider.html:
2563 * perf/sunspider/sunspider.html:
2564 * perf/sunspider/versions.html:
2565 * quality/reporting.html:
2567 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
2569 Use DYEBench v0.9 by default.
2571 Rubber-stamped by Benjamin Poulain.
2573 * perf/DoYouEvenBench/index.html:
2575 2014-02-27 Darin Adler <darin@apple.com>
2577 Some small modernizing tweaks to the coding style guide
2578 https://bugs.webkit.org/show_bug.cgi?id=129427
2580 Reviewed by Alexey Proskuryakov.
2582 My intent here was originally to do the nullptr style guide update, but that was already done.
2583 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
2584 a number of subtle ways.
2586 * coding/coding-style.html: Change "left side operator" example to be a more modern example
2587 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
2588 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
2589 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
2590 over index iteration in vector iteration example and also showed use of unsigned rather than
2591 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
2592 a newly created object" example. Use references instead of pointers in one example.
2594 2014-02-26 Julien Brianceau <jbriance@cisco.com>
2596 Add Cisco to team.html
2597 https://bugs.webkit.org/show_bug.cgi?id=129405
2599 Reviewed by Andreas Kling.
2603 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
2605 Update style guide to use nullptr instead of 0 for C++ null pointers.
2606 https://bugs.webkit.org/show_bug.cgi?id=129413
2608 Reviewed by Ryosuke Niwa.
2610 * coding/coding-style.html:
2612 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
2614 Change tools.html to say Xcode 5 is required to build
2615 https://bugs.webkit.org/show_bug.cgi?id=128545
2617 Reviewed by Andreas Kling.
2619 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
2620 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
2621 line tools in the downloads pane anymore, so direct folks to use
2622 xcode-select to install the command line tools as well.
2624 * building/tools.html:
2626 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2628 Host DoYouEvenBench on webkit.org
2629 https://bugs.webkit.org/show_bug.cgi?id=127185
2631 Reviewed by Benjamin Poulain.
2633 The previous patch didn't quite work due to cross-origin restrictions.
2634 Simply add a hyperlink to a trac page.
2636 * perf/DoYouEvenBench/index.html:
2638 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
2640 Host DoYouEvenBench on webkit.org
2641 https://bugs.webkit.org/show_bug.cgi?id=127185
2643 Reviewed by Benjamin Poulain.
2645 Added webkit.org/perf/DoYouEvenBench.
2647 * perf/DoYouEvenBench: Added.
2648 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
2650 2014-01-03 Alex Christensen <achristensen@webkit.org>
2652 Added GStreamer to list of required tools for compiling webkit.
2653 https://bugs.webkit.org/show_bug.cgi?id=126319
2655 Reviewed by Philippe Normand.
2657 * building/tools.html:
2658 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
2659 Added GStreamer installers to list of required tools for WinCairo.
2661 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
2663 Add a description about webkit-patch setup-git-clone to checkout.html
2664 https://bugs.webkit.org/show_bug.cgi?id=126217
2666 Reviewed by Philippe Normand.
2670 * building/checkout.html:
2672 2013-12-13 Roger Fong <roger_fong@apple.com>
2674 Update build instructions for Windows following upgrade to VS2013.
2676 * building/tools.html:
2678 2013-11-30 Mark Rowe <mrowe@apple.com>
2680 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
2682 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
2684 Reviewed by Sam Weinig.
2686 * footer.inc: Remove the old analytics code.
2687 * header.inc: Add the new stuff.
2689 2013-10-29 Beth Dakin <bdakin@apple.com>
2691 Just updating the sample code for this potential blog post.
2693 * blog-files/regions/pizza-is-amazing.png: Replaced.
2694 * blog-files/regions/unstyled-article.png: Replaced.
2695 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2696 * demos/regions/pizza-regions-manifesto.html:
2698 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2700 Mixed content error when accessing webkit.org/team.html over https
2701 https://bugs.webkit.org/show_bug.cgi?id=123020
2703 Reviewed by Alexey Proskuryakov.
2705 When the webkit.org/team.html page is accessed over https most browsers report
2706 Mixed Content error, which is caused by the fact that the contributos.json file
2707 is accessed over a plain http connection and not https.
2711 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
2713 Cleanup webkit.org/team.html
2714 https://bugs.webkit.org/show_bug.cgi?id=123022
2716 Reviewed by Alexey Proskuryakov.
2718 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
2722 2013-10-16 Geoffrey Garen <ggaren@apple.com>
2724 Publish SunSpider 1.0.2
2725 https://bugs.webkit.org/show_bug.cgi?id=122923
2727 Reviewed by Darin Adler.
2729 * perf/sunspider/sunspider.html:
2730 * perf/sunspider/versions.html:
2732 2013-10-08 Geoffrey Garen <ggaren@apple.com>
2734 Refined power management in SunSpider 1.0.2
2735 https://bugs.webkit.org/show_bug.cgi?id=122525
2737 Reviewed by Gavin Barraclough.
2739 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2741 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2742 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2743 * perf/sunspider-1.0.2/sunspider.css:
2747 2013-10-02 Geoffrey Garen <ggaren@apple.com>
2749 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
2751 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
2752 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
2754 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2756 Fixed a version number string in SunSpider 1.0.2
2757 https://bugs.webkit.org/show_bug.cgi?id=122004
2759 Reviewed by Gavin Barraclough.
2761 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
2763 2013-09-26 Geoffrey Garen <ggaren@apple.com>
2765 Tentative SunSpider 1.0.2
2766 https://bugs.webkit.org/show_bug.cgi?id=122002
2768 Reviewed by Gavin Barraclough.
2770 See comments in PerformanceTests/SunSpider.
2772 * perf/sunspider-1.0.2: Added.
2774 2013-09-20 Mark Rowe <mrowe@apple.com>
2776 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
2778 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
2780 Reviewed by David Kilzer.
2782 * building/debug-mac-uiprocess.html:
2783 * building/tools.html:
2785 2013-09-19 Dan Bernstein <mitz@apple.com>
2787 Add a style guideline regarding spacing in range-based for loops
2788 https://bugs.webkit.org/show_bug.cgi?id=121620
2790 Reviewed by Anders Carlsson.
2792 * coding/coding-style.html: Added the guideline that spaces should be placed
2793 around the colon in a range-based for loop.
2795 2013-09-10 Beth Dakin <bdakin@apple.com>
2797 Adding another screenshot for a potential blog post.
2799 * blog-files/regions/unstyled-article.png: Added.
2801 2013-09-09 Roger Fong <roger_fong@apple.com>
2803 Update build instructions for Apple Windows port to include cygwin php install steps.
2805 * building/tools.html:
2807 2013-09-04 Beth Dakin <bdakin@apple.com>
2809 Fixing a typo in demo files and screenshot.
2811 * blog-files/regions/pizza-is-amazing.png: Replaced.
2812 * demos/regions/pizza-regions-manifesto-regionstyling.html:
2813 * demos/regions/pizza-regions-manifesto.html:
2815 2013-09-04 Beth Dakin <bdakin@apple.com>
2817 Upload demo and images for a potential blog post.
2819 * blog-files/regions: Added.
2820 * blog-files/regions/pizza-is-amazing.png: Added.
2821 * demos/regions: Added.
2822 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
2823 * demos/regions/pizza-regions-manifesto.html: Added.
2824 * demos/regions/yellow-pizza.jpg: Added.
2826 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
2828 Fix the recommended testing platform on the website
2830 Rubberstamped by Enrica Casucci.
2832 * quality/testing.html:
2834 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
2836 Fix webkit.org content overflowing their content box
2838 Rubberstamped by Simon Fraser.
2840 More fixes to have webkit.org show properly on iPad and iPhone.
2842 * blog/wp-content/themes/webkit/header.php:
2843 Add the correct viewport width for the blog.
2845 * building/debug.html:
2846 * building/launch-debugger-vs2010-small.png: Added.
2847 * building/set-debugging-properties-vs2010-small.png: Added.
2848 Fix the images to make them fit in the page.
2850 * coding/adding-features.html:
2851 Using <pre> for the example of email just make it looks like our code examples.
2852 Change the source to use <blockquote> so that the text can reflow to the content box.
2854 (.code, pre, tt, code):
2855 Scroll the content when it overflows the box for code and pre.
2857 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
2859 Give a smaller viewport to webkit.org on devices
2861 Rubberstamped by Simon Fraser.
2863 The CSS of WebKit.org layout the content on 615px + a right margin of
2864 215px + a left margin of 20px. The total layout width is 850px.
2866 The standard viewport size on mobile devices is 980px. This leaves a gap
2867 on the right side of the content when opening the size on iPhone/iPad.
2869 This patch changes the layout width to be 860 to display more content on devices
2870 while keeping a little margin.
2874 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
2876 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
2877 https://bugs.webkit.org/show_bug.cgi?id=117993
2879 Reviewed by George Staikos.
2881 * perf/sunspider-1.0.1/json2.js: Added.
2882 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
2883 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
2884 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
2885 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
2886 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
2887 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
2888 * perf/sunspider-1.0.1/sunspider.css: Added.
2889 * perf/sunspider-1.0.1/sunspider.html: Added.
2890 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
2891 * perf/sunspider/versions.html: Updated to version 1.0.1.
2893 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
2895 Update the images for the blog size-matters
2897 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
2898 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
2899 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
2901 2013-08-05 Dean Jackson <dino@apple.com>
2903 Move previous commit into /demos.
2905 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
2906 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
2907 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
2908 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
2910 2013-08-05 Dean Jackson <dino@apple.com>
2912 Upload example for a blog post.
2914 * blog-files/srcset/image-1x.png: Added.
2915 * blog-files/srcset/image-2x.png: Added.
2916 * blog-files/srcset/image-src.png: Added.
2917 * blog-files/srcset/index.html: Added.
2919 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
2921 Upload images for a potential blog post
2923 * blog-files/size-matters: Added.
2924 * blog-files/size-matters/JavaScript-growth.png: Added.
2925 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
2926 * blog-files/size-matters/WebCore-growth.png: Added.
2927 * blog-files/size-matters/WebKit-growth.png: Added.
2929 2013-07-14 Kwang Yul Seo <skyul@company100.net>
2931 Add Company100 to team.html
2932 https://bugs.webkit.org/show_bug.cgi?id=118633
2934 Reviewed by Andreas Kling.
2938 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
2940 Add 'partner.samsung.com' to domain affiliations
2941 https://bugs.webkit.org/show_bug.cgi?id=118580
2943 Reviewed by Antonio Gomes.
2947 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
2949 Add screenshot of the inspector color picker for the blog
2951 * blog-files/last-week-in-webkit: Added.
2952 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
2954 2013-06-27 Roger Fong <roger_fong@apple.com>
2956 Update required tools for Windows instructions.
2958 * building/tools.html:
2960 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
2962 The page title of technical-articles.html is incorrect.
2963 https://bugs.webkit.org/show_bug.cgi?id=117727
2965 Reviewed by Ryosuke Niwa.
2967 Changed the page title of technical-articles.html to "WebKit Technical Articles".
2969 * coding/technical-articles.html:
2971 2013-06-14 Timothy Hatcher <timothy@apple.com>
2973 Shrink larger images to fit the width of the blog.
2975 * blog-files/new-inspector/hero-labeled.png:
2976 * blog-files/new-inspector/hero.png:
2978 2013-06-12 Roger Fong <roger_fong@apple.com>
2980 Update webkit.org build instructions for Apple Windows port.
2981 https://bugs.webkit.org/show_bug.cgi?id=117563.
2983 Reviewed by Brent Fulgham.
2985 * building/build.html:
2986 * building/debug.html:
2987 * building/launch-debugger-vs2005.png: Removed.
2988 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
2989 * building/set-as-startup-project-vs2005.png: Removed.
2990 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
2991 * building/set-debugging-properties-vs2005.png: Removed.
2992 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
2993 * building/tools.html:
2995 2013-06-12 Timothy Hatcher <timothy@apple.com>
2997 Add new Web Inspector images for a blog post.
2999 * blog-files/new-inspector/activity-viewer.png: Added.
3000 * blog-files/new-inspector/codemirror.png: Added.
3001 * blog-files/new-inspector/console.png: Added.
3002 * blog-files/new-inspector/hero-labeled.png: Added.
3003 * blog-files/new-inspector/hero.png: Added.
3004 * blog-files/new-inspector/layer-borders.png: Added.
3005 * blog-files/new-inspector/layers.png: Added.
3006 * blog-files/new-inspector/navigation-bar.png: Added.
3007 * blog-files/new-inspector/open-sign.png: Added.
3008 * blog-files/new-inspector/reasons.png: Added.
3009 * blog-files/new-inspector/save.png: Added.
3010 * blog-files/new-inspector/source-map.png: Added.
3011 * blog-files/new-inspector/styles.png: Added.
3012 * blog-files/new-inspector/toolbar-context-menu.png: Added.
3013 * blog-files/new-inspector/toolbar-docked.png: Added.
3014 * blog-files/new-inspector/toolbar.png: Added.
3016 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
3018 Broken link to committers list on contributing web page
3019 https://bugs.webkit.org/show_bug.cgi?id=116722
3021 Reviewed by Andreas Kling.
3023 * coding/contributing.html:
3024 Changed broken link to point to the team page instead.
3026 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
3028 Make team.html have each contributor's area of expertise
3029 https://bugs.webkit.org/show_bug.cgi?id=116737
3031 Reviewed by Benjamin Poulain.
3034 Update to use the new expertise field in contributors.json.
3036 2013-04-30 Filip Pizlo <fpizlo@apple.com>
3038 Release SunSpider 1.0
3040 Rubber stamped by Maciej Stachowiak.
3042 * perf/sunspider-1.0: Added.
3043 * perf/sunspider-1.0/json2.js: Added.
3045 * perf/sunspider-1.0/sunspider-1.0: Added.
3046 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
3047 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
3048 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
3049 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
3050 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
3051 (computeItemTotals):
3054 (standardDeviation):
3059 (computeLabelWidth):
3063 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
3064 (.computeItemTotals):
3067 (.standardDeviation):
3069 (.computeStdErrors):
3072 (.computeLabelWidth):
3073 (.computeMeanWidth):
3077 (sunspiderCompareResults):
3078 * perf/sunspider-1.0/sunspider.css: Added.
3087 * perf/sunspider-1.0/sunspider.html: Added.
3088 * perf/sunspider/sunspider.html:
3089 * perf/sunspider/versions.html: Added.
3091 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
3093 Update team.html to use contributors.json instead of committers.py
3094 https://bugs.webkit.org/show_bug.cgi?id=114720
3096 Reviewed by Ryosuke Niwa.
3098 Updating the team.html to use contributors.json. Also removing the unused field 'area'
3099 from the contributors information.
3103 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
3105 The list of contributors in committers.py should be a separate JSON
3106 https://bugs.webkit.org/show_bug.cgi?id=114673
3108 Reviewed by Anders Carlsson.
3110 Updated the website to refer to contributors.json instead of committers.py.
3112 * coding/commit-review-policy.html:
3114 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
3116 Simplify the page "Getting the Code" on WebKit.org
3117 https://bugs.webkit.org/show_bug.cgi?id=113980
3119 Reviewed by Sam Weinig.
3121 * building/checkout.html:
3122 Instead of interleaving instructions for Mac and Windows, just
3123 copy the things that make sense and have two clear sections.
3125 Also mention Linux, it is the exact same instructions as Mac OS X.
3127 Make svn checkout the alternative to a download of the tarball. It is
3128 almost impossible to do a svn checkout on slow networks nowadays.
3130 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
3132 Update WebKit.org's contact page
3133 https://bugs.webkit.org/show_bug.cgi?id=113968
3135 Reviewed by Geoffrey Garen.
3138 -Add a direct link to our archives on Gmane.
3139 -References the ports mailing-lists. This may reduces the emails
3140 erroneously sent to webkit-dev.
3141 -Add a link to our "reporting bug page".
3142 -Get rid of the link to CIA. The website is dead.
3144 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
3146 Add Digia to the domain affiliations
3147 https://bugs.webkit.org/show_bug.cgi?id=110116
3149 Reviewed by Kenneth Rohde Christiansen.
3153 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
3155 Add basysKom to domainAffiliations in team.html
3156 https://bugs.webkit.org/show_bug.cgi?id=109306
3158 Reviewed by Laszlo Gombos.
3160 Register basysKom as contributing company in
3161 http://www.webkit.org/team.html.
3165 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3167 Add intel.com to team.html
3168 https://bugs.webkit.org/show_bug.cgi?id=109424
3170 Reviewed by Kenneth Rohde Christiansen.
3174 2013-02-10 Dirk Schulze <dschulze@adobe.com>
3176 Add adobe.com to team.html
3177 https://bugs.webkit.org/show_bug.cgi?id=109396
3179 Reviewed by Laszlo Gombos.
3183 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
3185 Add sisa.samsung.com to team.html
3186 https://bugs.webkit.org/show_bug.cgi?id=109394
3188 Reviewed by Dirk Schulze.
3192 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
3194 Add a sample change log entry to contributing.html
3195 https://bugs.webkit.org/show_bug.cgi?id=105506
3197 Reviewed by Alexey Proskuryakov.
3199 Added a sample change log to the page directly people skimming through the page will still
3200 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
3202 * coding/contributing.html:
3204 2012-12-18 Nico Weber <thakis@chromium.org>
3206 Fix broken loop in style guide
3207 https://bugs.webkit.org/show_bug.cgi?id=105346
3209 Reviewed by Ryosuke Niwa.
3211 Found by Sean Silva <silvas@purdue.edu>
3213 * coding/coding-style.html:
3215 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
3217 Add instructions on how to build WebKit on Xcode 4 to build.html
3218 https://bugs.webkit.org/show_bug.cgi?id=104739
3220 Reviewed by Daniel Bates.
3222 Set the build directories to WebKitBuild.
3224 * building/build.html:
3226 2012-11-24 Daniel Bates <dbates@webkit.org>
3228 Substitute "use" for "user" in sentence about naming convention for
3229 enum members so that it reads well.
3231 * coding/coding-style.html:
3233 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3235 Add Samsung to security vendor member list
3236 https://bugs.webkit.org/show_bug.cgi?id=102863
3238 Reviewed by Sam Weinig.
3240 * security/security-group-members.html: Add Samsung members.
3242 2012-10-31 Adam Barth <abarth@webkit.org>
3244 technical-articles.html should link to my talk on how WebKit works
3245 https://bugs.webkit.org/show_bug.cgi?id=100867
3247 Reviewed by Tony Chang.
3249 * coding/technical-articles.html:
3251 2012-10-29 Eric Seidel <eric@webkit.org>
3253 Technical Articles should link to an old talk I gave
3254 https://bugs.webkit.org/show_bug.cgi?id=100624
3256 Reviewed by Adam Barth.
3258 * coding/technical-articles.html:
3260 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3262 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
3264 * coding/coding-style.html:
3266 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3268 Fix a typo per Darin's comment.
3270 * coding/coding-style.html:
3272 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3274 Add a style guide rule for signed and unsigned int
3275 https://bugs.webkit.org/show_bug.cgi?id=96682
3277 Reviewed by Geoffrey Garen.
3279 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
3281 * coding/coding-style.html:
3283 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
3285 Replace JSC::UString by WTF::String
3286 https://bugs.webkit.org/show_bug.cgi?id=95271
3288 Reviewed by Geoffrey Garen.
3290 Update the coding style to avoid mentioning a class that no longer exist.
3292 * coding/coding-style.html:
3294 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3296 Address one more review comment.
3298 * building/checkout.html:
3300 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3302 Recommend the use of https and mention git on building/checkout.html
3303 https://bugs.webkit.org/show_bug.cgi?id=93657
3305 Reviewed by Mark Rowe.
3307 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
3308 because the paragraph right above it refers to buliding/tools.html for that.
3310 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
3311 checkout using a Git client.
3313 * building/checkout.html:
3315 2012-07-27 Adam Barth <abarth@webkit.org>
3317 Writing a blog post for new reviewers doesn't add value to the blog
3318 https://bugs.webkit.org/show_bug.cgi?id=92305
3320 Reviewed by Eric Seidel.
3322 Now that we have Peter posting weekly updates to the blog, having an
3323 announcement on the blog for each reviewer is more noise than signal.
3325 * coding/commit-review-policy.html:
3327 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
3329 Update webkit.org to refer to layoutTestController instead of testRunner
3330 https://bugs.webkit.org/show_bug.cgi?id=89445
3332 Reviewed by Kent Tamura.
3334 * quality/testwriting.html:
3336 2012-05-21 Peter Kasting <pkasting@google.com>
3338 Style guide change: Uses of "std::" should be explicitly qualified.
3339 https://bugs.webkit.org/show_bug.cgi?id=87043
3341 Reviewed by Ryosuke Niwa.
3343 * coding/coding-style.html:
3345 2012-05-11 Darin Adler <darin@apple.com>
3347 Try to make spacing of fine print items in lower left nicer looking.
3350 (#notice, #trademark, #terms): Changed top margin to 10px.
3351 (#notice): Put 30px margin here.
3353 2012-05-11 Darin Adler <darin@apple.com>
3355 CSS tweak needed for the trademark terms of use.
3358 (#notice, #trademark, #terms): Added #trademark.
3360 2012-05-11 Darin Adler <darin@apple.com>
3362 Add a link to WebKit trademark terms of use, other small website changes
3363 https://bugs.webkit.org/show_bug.cgi?id=86112
3365 Reviewed by Dan Bernstein.
3367 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
3368 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
3371 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
3372 of use on the macosforge.org terms of use page.
3374 2012-05-07 Dan Bernstein <mitz@apple.com>
3376 webkit.org instructions for debugging WebProcess are unnecessarily complex
3377 https://bugs.webkit.org/show_bug.cgi?id=85756
3379 Reviewed by Darin Adler.
3381 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
3382 debugging the Web process, as well as instructions for debugging the Web process from the
3383 command line using debug-safari and debug-minibrowser.
3384 * building/tools.html: Updated links and tweaked the language.
3386 2012-04-23 Daniel Bates <dbates@webkit.org>
3388 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
3390 Rubber-stamped by Eric Seidel.
3392 Before you can use the Xcode 4.3.2 command line tools, you must either run
3393 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
3394 DEVELOPER_DIR to point to the Xcode developer tools directory.
3396 * building/tools.html:
3398 2012-04-23 Daniel Bates <dbates@webkit.org>
3400 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
3402 Rubber-stamped by Eric Seidel.
3404 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
3405 are specific to Xcode 4.3.2.
3407 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
3408 * building/debug.html: Ditto.
3410 2012-04-19 Daniel Bates <dbates@webkit.org>
3412 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
3413 https://bugs.webkit.org/show_bug.cgi?id=84364
3415 Reviewed by Eric Seidel.
3417 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
3420 * building/debug-mac-uiprocess.html:
3421 * building/debug.html:
3423 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
3425 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
3426 https://bugs.webkit.org/show_bug.cgi?id=80429
3428 Reviewed by Dan Bernstein.
3430 * building/tools.html:
3432 2012-03-10 Daniel Bates <dbates@webkit.org>
3434 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
3436 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/>.
3437 Substituting https for http in (1) returns the expected page.
3439 * building/debug-mac-uiprocess.html:
3440 * building/debug.html:
3442 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
3444 Add a link to the EFL wiki page
3445 https://bugs.webkit.org/show_bug.cgi?id=79439
3447 Reviewed by Adam Barth.
3449 * building/tools.html:
3450 * css/main.css: Cross-browser border-radius.
3452 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
3454 team.html (on webkit.org) doesn't recognize codeaurora.org
3455 https://bugs.webkit.org/show_bug.cgi?id=79529
3457 Reviewed by Ryosuke Niwa.
3461 2012-02-16 Kent Tamura <tkent@chromium.org>
3463 Improve usability of coding-style.html
3464 https://bugs.webkit.org/show_bug.cgi?id=78470
3466 Reviewed by Eric Seidel.
3468 * coding/coding-style.html:
3469 - Do not add a title attribute to each of LI elements
3470 - Do not add a click handler to each of them
3471 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
3473 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
3475 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
3476 https://bugs.webkit.org/show_bug.cgi?id=76544
3478 Reviewed by Darin Adler.
3480 WEBKITOUTPUTDIR is not only for Windows.
3482 * building/build.html:
3484 2012-01-20 Kent Tamura <tkent@chromium.org>
3486 Each style rule should have its own ID.
3487 https://bugs.webkit.org/show_bug.cgi?id=76428
3489 Reviewed by David Levin.
3491 * coding/coding-style.html: Add an id attribute to each of li elements,
3492 and add code to set title="#id-name" and to make li elements clickable.
3494 2012-01-19 Daniel Bates <dbates@webkit.org>
3496 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
3498 Rubber-stamped by Sam Weinig.
3500 * building/debug.html:
3502 2012-01-19 Daniel Bates <dbates@webkit.org>
3504 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
3505 https://bugs.webkit.org/show_bug.cgi?id=67102
3507 Reviewed by Eric Seidel.
3509 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
3511 * building/active-scheme-xcode4.png: Added.
3512 * building/build-settings-tab-xcode4.png: Added.
3513 * building/build-window.png: Removed.
3514 * building/custom-executable-xcode4.png: Added.
3515 * building/custom-executable.png: Removed.
3516 * building/debug-mac-uiprocess.html: Added.
3517 * building/debug.html:
3518 * building/debug.png: Removed.
3519 * building/info-tab.png: Removed.
3520 * building/run-xcode4.png: Added.
3522 2012-01-11 Antti Koivisto <antti@apple.com>
3524 Remove S60 reference from webkit.org
3525 https://bugs.webkit.org/show_bug.cgi?id=76044
3527 Reviewed by Simon Hausmann.
3533 2012-01-10 Hajime Morrita <morrita@chromium.org>
3535 [Website] i-Bench is no longer available.
3536 https://bugs.webkit.org/show_bug.cgi?id=76027
3538 Reviewed by Ryosuke Niwa.
3540 Updated the availability information of i-Bench.
3542 * projects/performance/index.html:
3544 2011-12-07 Daniel Bates <dbates@webkit.org>
3546 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
3547 https://bugs.webkit.org/show_bug.cgi?id=74006
3549 Reviewed by Antonio Gomes.
3551 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
3552 ASSERT_NOT_REACHED().
3554 * coding/assertion-guidelines.html: