1 2017-07-19 Jiewen Tan <jiewen_tan@apple.com>
3 Unreviewed, add a demo page for a WebCrypto API blog post
5 * demos/webcrypto/asynchronous-execution-worker.js: Added.
6 * demos/webcrypto/asynchronous-execution.html: Added.
8 2017-06-30 Jon Lee <jonlee@apple.com>
10 Add a WebRTC example for a blog post
11 https://bugs.webkit.org/show_bug.cgi?id=174049
13 Reviewed by Youenn Fablet.
15 Example does a typical WebRTC video call, but uses canvas to do some image effects.
16 Image effects will last for 30 seconds.
17 After that time, the video stream is directly sent.
18 This illustrates using RTCPeerConnection, replaceTrack and canvas capture.
20 * blog-files/webrtc/pc-with-effects/LICENSE: Added.
21 * blog-files/webrtc/pc-with-effects/glfx.js: Added.
22 * blog-files/webrtc/pc-with-effects/index.html: Added.
23 * blog-files/webrtc/pc-with-effects/main.css: Added.
24 * blog-files/webrtc/pc-with-effects/main.js: Added.
26 2017-06-28 Saam Barati <sbarati@apple.com>
28 Add a Object rest/spread test to the experimental features test page
29 https://bugs.webkit.org/show_bug.cgi?id=173947
31 Rubber stamped by Dean Jackson.
33 * experimental-features.html:
35 2017-06-07 Jon Davis <jond@apple.com>
37 Update the design of the WebKit Feature Status page
38 https://bugs.webkit.org/show_bug.cgi?id=173036
40 Reviewed by Simon Fraser.
42 * wp-content/themes/webkit/functions.php: Fixed a bad function call.
43 * wp-content/themes/webkit/status.php: Implemented redesign with saved search.
44 * wp-content/themes/webkit/style.css:
45 (.feature-header:after):
46 (@media only screen and (max-width: 920px)):
47 (@media only screen and (max-width: 600px)):
48 (.feature-filters): Deleted.
49 (.feature-filters.opened): Deleted.
50 (.feature-filters:after): Deleted.
51 (.feature-filters.opened:after): Deleted.
53 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
55 Add a WebGPU test to the experimental features test page
56 https://bugs.webkit.org/show_bug.cgi?id=172953
58 Reviewed by Darin Adler.
60 * experimental-features.html:
62 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
64 Move Resource Timing / User Timing from experimental features into main preferences
65 https://bugs.webkit.org/show_bug.cgi?id=172950
67 Reviewed by Darin Adler.
69 * experimental-features.html:
70 Remove no longer experimental features.
72 2017-06-02 Filip Pizlo <fpizlo@apple.com>
74 Atomics.load and Atomics.store need to be fully fenced
75 https://bugs.webkit.org/show_bug.cgi?id=172844
77 Reviewed by Keith Miller.
79 Update documentation to say that the canonical way to do fully fenced loads and stores is
80 AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
82 * docs/b3/intermediate-representation.html:
84 2017-05-31 Jon Davis <jond@apple.com>
86 Reduce Safari Technology Preview Release Notes posts shown on homepage
87 https://bugs.webkit.org/show_bug.cgi?id=172364
89 Reviewed by Daniel Bates.
91 * wp-content/themes/webkit/functions.php: Load some extra posts.
92 * wp-content/themes/webkit/widgets/post.php: Show STP blog posts when it is the current featured post.
94 2017-05-18 Jon Davis <jond@apple.com>
96 Add an Accessibility icon to webkit.org
97 https://bugs.webkit.org/show_bug.cgi?id=172298
99 Reviewed by Alexey Proskuryakov.
101 * wp-content/themes/webkit/images/icons.svg: Added accessibility icon to the sprite.
102 * wp-content/themes/webkit/style.css: New rule to use the accessibility icon from the icons sprite.
103 (.tile.category-accessibility .background-image):
105 2017-05-15 James Craig <jcraig@apple.com>
107 AX: Inaccessible content on webkit.org main page
108 https://bugs.webkit.org/show_bug.cgi?id=172106
110 Reviewed by Joseph Pecoraro.
112 * wp-content/themes/webkit/widgets/icon.php: Resolved link title.
113 * wp-content/themes/webkit/widgets/post.php: Resolved link title.
114 * wp-content/themes/webkit/widgets/twitter.php: Resolved link titles. Suppressed unlabeled images with alt="".
116 2017-05-14 James Craig <jcraig@apple.com>
118 Upload poster images and working captioned video
119 https://bugs.webkit.org/show_bug.cgi?id=172102
121 Unreviewed. More resources for prefers-reduced-motion post.
123 * blog-files/prefers-reduced-motion/axi.htm: Added.
124 * blog-files/prefers-reduced-motion/axi.png: Removed.
125 * blog-files/prefers-reduced-motion/posters: Added.
126 * blog-files/prefers-reduced-motion/posters/apple_env_load.jpg: Added.
127 * blog-files/prefers-reduced-motion/posters/apple_env_planeshift.jpg: Added.
128 * blog-files/prefers-reduced-motion/posters/apple_ios10.jpg: Added.
129 * blog-files/prefers-reduced-motion/posters/apple_shoot.jpg: Added.
130 * blog-files/prefers-reduced-motion/posters/apple_shoot_reduced.jpg: Added.
131 * blog-files/prefers-reduced-motion/posters/apple_sierra.jpg: Added.
132 * blog-files/prefers-reduced-motion/posters/apple_sierra_reduced.jpg: Added.
133 * blog-files/prefers-reduced-motion/posters/axi.jpg: Added.
134 * blog-files/prefers-reduced-motion/posters/viljami.jpg: Added.
135 * blog-files/prefers-reduced-motion/prm.htm: Link to axi.htm video demo.
137 2017-05-14 James Craig <jcraig@apple.com>
139 AX: All the articles on the WebKit blog are called "Clickable Link" by VoiceOver
140 https://bugs.webkit.org/show_bug.cgi?id=172096
141 <rdar://problem/31624323>
143 Unreviewed. Fixing broken link titles for screen readers.
145 * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.
147 2017-05-08 James Craig <jcraig@apple.com>
149 More demo files for prefers-reduced-motion post
150 https://bugs.webkit.org/show_bug.cgi?id=170663
154 * blog-files/prefers-reduced-motion/jaws.gif: Added.
155 * blog-files/prefers-reduced-motion/jaws.jpg: Added.
156 * blog-files/prefers-reduced-motion/prm.htm: New animated GIF example.
158 2017-04-24 James Craig <jcraig@apple.com>
160 Upload demo files for prefers-reduced-motion post
161 https://bugs.webkit.org/show_bug.cgi?id=170663
163 Rubber stamped by Jon Davis.
165 * blog-files/prefers-reduced-motion: Added.
166 * blog-files/prefers-reduced-motion/axi.png: Added.
167 * blog-files/prefers-reduced-motion/prm.htm: Added.
169 2017-04-18 Jon Davis <jond@apple.com>
171 Images in WebKit.org blog article are stretched out
172 https://bugs.webkit.org/show_bug.cgi?id=169208
174 Reviewed by Michael Catanzaro.
176 * wp-content/themes/webkit/style.css:
177 (article figure > img):
179 2017-04-13 JF Bastien <jfbastien@apple.com>
181 WebAssembly: manage memory better
182 https://bugs.webkit.org/show_bug.cgi?id=170628
184 Reviewed by Keith Miller, Michael Saboff.
186 * docs/b3/intermediate-representation.html: typos
188 2017-04-08 Simon Fraser <simon.fraser@apple.com>
190 Update the css-status page to handle changes in CSSProperties.json.
192 Change the page structure to allow the left sidebar to use sticky positioning.
194 "Done" -> "Supported".
196 Save the search in the URL.
198 Other formatting changes.
200 * wp-content/themes/webkit/css-status.php:
202 2017-04-06 Dean Jackson <dino@apple.com>
206 * demos/webgpu/index.html:
208 2017-04-06 Jon Davis <jond@apple.com>
210 Updates feature status for recently shipped features
211 https://bugs.webkit.org/show_bug.cgi?id=170359
213 Reviewed by Brian Burg.
215 Added styles for "Supported" status.
217 * wp-content/themes/webkit/status.php:
219 2017-04-04 Dean Jackson <dino@apple.com>
221 Unreviewed. Add details on how to enable the experimental feature.
223 * demos/webgpu/index.html:
225 2017-04-03 Dean Jackson <dino@apple.com>
227 Unreviewed. More WebGPU demos.
229 * demos/webgpu/2d.jpg: Added.
230 * demos/webgpu/2d.js:
231 * demos/webgpu/circle.svg: Added.
232 * demos/webgpu/cubes.jpg: Added.
233 * demos/webgpu/hello.html: Added.
234 * demos/webgpu/hello.jpg: Added.
235 * demos/webgpu/hello.js: Copied from Websites/webkit.org/demos/webgpu/2d.js.
238 * demos/webgpu/index.html: Added.
239 * demos/webgpu/simple.jpg: Added.
241 2017-03-31 Dean Jackson <dino@apple.com>
243 Unreviewed. Add some WebGPU examples.
245 * demos/webgpu/2d.html: Added.
246 * demos/webgpu/2d.js: Added.
247 * demos/webgpu/cubes.html: Added.
248 * demos/webgpu/cubes.js: Added.
249 * demos/webgpu/shared.css: Added.
250 * demos/webgpu/shared.js: Added.
251 * demos/webgpu/simple.html: Added.
252 * demos/webgpu/simple.js: Added.
254 2017-03-11 Jon Davis <jond@apple.com>
256 Add Swift syntax highlighting to webkit.org
257 https://bugs.webkit.org/show_bug.cgi?id=163672
259 Reviewed by Matt Baker.
261 * wp-content/plugins/hyperlight/hyperlight/languages/swift.php: Added.
263 2017-03-10 Jon Davis <jond@apple.com>
265 Switch back to the Twitter API for the Tweet widget
266 https://bugs.webkit.org/show_bug.cgi?id=168749
268 Reviewed by Lucas Forschler.
270 Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
271 displayed through the widget. If the API fails for any reason, it falls back to using the
272 Tweet listener for updated tweets.
274 The Twitter API provides the benefit of embedding media and being able to display the full
275 URLs rather than Twitter-shortened URLs.
277 * wp-content/plugins/tweet-listener.php:
278 * wp-content/themes/webkit/style.css:
279 (.twitter-tile .tile-content):
280 (.twitter-tile.text-only):
281 (.twitter-tile .media):
283 * wp-content/themes/webkit/widgets/twitter.php:
285 2017-03-04 Filip Pizlo <fpizlo@apple.com>
287 B3 should have comprehensive support for atomic operations
288 https://bugs.webkit.org/show_bug.cgi?id=162349
290 Reviewed by Keith Miller.
292 Document the new opcodes!
294 * docs/b3/intermediate-representation.html:
296 2017-03-09 Jon Davis <jond@apple.com>
298 Prevent HTML in rich link previews
299 https://bugs.webkit.org/show_bug.cgi?id=169435
301 Reviewed by Tim Horton.
303 * wp-content/plugins/social-meta.php:
305 2017-03-03 Manuel Rego Casasnovas <rego@igalia.com>
307 Unreviewed, minor updates on CSS Grid Layout examples.
309 * demos/css-grid/index.html:
310 * demos/css-grid/responsive-grid.html:
312 2017-02-27 Simon Fraser <simon.fraser@apple.com>
314 Add css-status page on webkit.org
315 https://bugs.webkit.org/show_bug.cgi?id=168921
317 Reviewed by Sam Weinig.
319 Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
321 This is modeled after the feature status page. Properties can be filtered by status
322 and the spec they belong to.
324 * wp-content/themes/webkit/css-status.php: Added.
326 2017-02-23 Joseph Pecoraro <pecoraro@apple.com>
328 [Resource Timing] Add Experimental Feature Flag
329 https://bugs.webkit.org/show_bug.cgi?id=167147
331 Reviewed by Ryosuke Niwa.
333 * experimental-features.html:
334 Test for Resource Timing.
336 2017-02-23 Alex Christensen <achristensen@webkit.org>
338 Add WebRTC to experimental-features.html
339 https://bugs.webkit.org/show_bug.cgi?id=168757
341 Reviewed by Tim Horton.
343 * experimental-features.html:
345 2017-02-23 Jon Davis <jond@apple.com>
347 Fixed saving survey data
348 https://bugs.webkit.org/show_bug.cgi?id=168730
350 Reviewed by Joseph Pecoraro.
352 * wp-content/themes/webkit/functions.php:
354 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com>
356 Unreviewed, add CSS Grid Layout examples for a blog post.
358 * demos/css-grid/index.html: Added.
359 * demos/css-grid/responsive-grid.html: Added.
361 2017-02-06 Jon Davis <jond@apple.com>
363 Add a survey to learn how people use WebKit Nightly builds
364 https://bugs.webkit.org/show_bug.cgi?id=167748
366 Reviewed by Joseph Pecoraro.
368 * wp-content/themes/webkit/functions.php:
369 * wp-content/themes/webkit/nightly-start.php:
370 * wp-content/themes/webkit/nightly-survey.php: Added.
371 * wp-content/themes/webkit/survey.json: Added.
373 2017-01-28 Yoav Weiss <yoav@yoav.ws>
375 Add Link Preload as an off-by-default experimental feature menu item.
376 https://bugs.webkit.org/show_bug.cgi?id=167201
378 Reviewed by Ryosuke Niwa.
380 * experimental-features.html: Added Link Preload.
382 2017-01-28 Joseph Pecoraro <pecoraro@apple.com>
384 Add User Timing Experimental Feature
385 https://bugs.webkit.org/show_bug.cgi?id=167542
386 <rdar://problem/22746307>
388 Reviewed by Ryosuke Niwa.
390 * experimental-features.html:
392 2017-01-27 Dean Jackson <dino@apple.com>
394 Add a simple demo for Touch stylus events
395 https://bugs.webkit.org/show_bug.cgi?id=167534
397 Reviewed by Simon Fraser.
399 * demos/touch/stylus.html: Added.
401 2017-01-27 Wenson Hsieh <wenson_hsieh@apple.com>
403 Unreviewed, update scroll snapping demos to use current Module 1 spec
405 * demos/scroll-snap/index.html:
407 Adopt the new CSS properties scroll-snap-type and scroll-snap-align.
409 2017-01-26 Wenson Hsieh <wenson_hsieh@apple.com>
411 Unreviewed, add a demo page for an input events blog post
413 * demos/input-events/index.html: Added.
415 2017-01-20 Antoine Quint <graouts@apple.com>
417 Web Animations should be off by default and enabled as an experimental feature
418 https://bugs.webkit.org/show_bug.cgi?id=167115
419 <rdar://problem/30048963>
421 Reviewed by Joseph Pecoraro.
423 Add a test for Web Animations feature detection.
425 * experimental-features.html:
427 2017-01-19 Joseph Pecoraro <pecoraro@apple.com>
429 Include SubtleCrypto test on experimental-features test page
430 https://bugs.webkit.org/show_bug.cgi?id=167226
432 Reviewed by Yusuke Suzuki.
434 * experimental-features.html:
435 Add a test for SubtleCrypto and make the test resilient against exceptions.
437 2017-01-19 Timothy Hatcher <timothy@hatcher.name>
439 Add Tesla to the domain associations on the team page
440 https://bugs.webkit.org/show_bug.cgi?id=167202
442 Reviewed by Brian Burg.
444 * wp-content/themes/webkit/team.php:
446 2016-12-22 Keith Miller <keith_miller@apple.com>
448 Add BitOr for floating points to B3
449 https://bugs.webkit.org/show_bug.cgi?id=166446
451 Reviewed by Saam Barati.
453 Update docs to indicate it's cool to use bit ops with floating point.
455 * docs/b3/intermediate-representation.html:
457 2016-12-07 Dean Jackson <dino@apple.com>
459 Remove runtime toggle for pointer-lock
460 https://bugs.webkit.org/show_bug.cgi?id=165577
461 <rdar://problems/29566996>
465 No need to have pointer-lock tested.
467 * experimental-features.html: Also sort the list alphabetically.
469 2016-12-05 Dean Jackson <dino@apple.com>
471 pointer lock needs to be feature detectable
472 https://bugs.webkit.org/show_bug.cgi?id=165426
473 <rdar://problem/29486715>
475 Reviewed by Antoine Quint.
477 We can now accurately detect pointer-lock.
479 * experimental-features.html:
481 2016-12-02 Dean Jackson <dino@apple.com>
483 Make a public facing page to check for WebKit features
484 https://bugs.webkit.org/show_bug.cgi?id=165331
485 <rdar://problem/29488535>
487 Reviewed by Antoine Quint.
489 Add a web page to webkit.org that allows us to live
490 detect our experimental features. This is mostly for
491 internal debugging, but also provides simple examples
492 of how real content would do such detection.
494 * experimental-features.html: Added.
496 2016-11-17 Keith Miller <keith_miller@apple.com>
499 https://bugs.webkit.org/show_bug.cgi?id=164871
501 Reviewed by Filip Pizlo.
503 Update docs for new rotate instructions.
505 * docs/b3/intermediate-representation.html:
507 2016-10-21 Keith Miller <keith_miller@apple.com>
509 Expand Trunc in B3 to support Double to Float
510 https://bugs.webkit.org/show_bug.cgi?id=163809
512 Update the docs to explain that Trunc now works with fleating point numbers.
514 Reviewed by Geoffrey Garen.
516 * docs/b3/intermediate-representation.html:
518 2016-10-14 Keith Miller <keith_miller@apple.com>
520 B3 needs a special WasmAddress Opcode
521 https://bugs.webkit.org/show_bug.cgi?id=163394
523 Reviewed by Filip Pizlo.
525 Update the b3 docs for the new WasmAddress opcode.
527 * docs/b3/intermediate-representation.html:
529 2016-10-14 Simon Fraser <simon.fraser@apple.com>
531 Annotate bots in contributors.json and don't show them on webkit.org/team
532 https://bugs.webkit.org/show_bug.cgi?id=163317
534 Reviewed by Daniel Bates.
538 * wp-content/themes/webkit/team.php:
540 2016-10-12 Keith Miller <keith_miller@apple.com>
542 B3 needs a special WasmBoundsCheck Opcode
543 https://bugs.webkit.org/show_bug.cgi?id=163246
545 Reviewed by Filip Pizlo.
547 Update the docs for the new WasmBoundsCheck opcode.
549 * docs/b3/intermediate-representation.html:
551 2016-10-09 Simon Fraser <simon.fraser@apple.com>
553 Convert contributors.json to a flat list
554 https://bugs.webkit.org/show_bug.cgi?id=163183
556 Reviewed by Darin Adler.
558 Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
559 and moving that data to a "status" property on each contributor.
561 Fix script that generates webkit.org/team.
563 * wp-content/themes/webkit/team.php:
565 2016-10-03 Filip Pizlo <fpizlo@apple.com>
567 B3 trapping memory accesses should be documented
568 https://bugs.webkit.org/show_bug.cgi?id=162845
570 Reviewed by Geoffrey Garen.
572 Added documentation for the Traps flag, and factored out the documentation of the Chill flag
573 to a new flags section.
575 * docs/b3/intermediate-representation.html:
577 2016-09-30 Filip Pizlo <fpizlo@apple.com>
579 Air should have a way of expressing additional instruction flags
580 https://bugs.webkit.org/show_bug.cgi?id=162699
582 Reviewed by Mark Lam.
584 * docs/b3/assembly-intermediate-representation.html:
586 2016-09-28 Filip Pizlo <fpizlo@apple.com>
588 B3 opcodes should leave room for flags
589 https://bugs.webkit.org/show_bug.cgi?id=162692
591 Reviewed by Keith Miller.
593 Updated the documentation to talk about Kind and the isChill bit, and to remove
596 * docs/b3/intermediate-representation.html:
598 2016-09-27 Joseph Pecoraro <pecoraro@apple.com>
600 Update style guide for #pragma once
601 https://bugs.webkit.org/show_bug.cgi?id=162633
603 Reviewed by Dan Bernstein.
606 Update style guide for #pragma once as discussed on webkit-dev.
608 2016-09-21 Filip Pizlo <fpizlo@apple.com>
610 Add a Fence opcode to B3
611 https://bugs.webkit.org/show_bug.cgi?id=162343
613 Reviewed by Geoffrey Garen.
615 * docs/b3/intermediate-representation.html:
617 2016-08-16 Benjamin Poulain <bpoulain@apple.com>
619 [JSC] Update the documentation of B3's Return opcode
620 https://bugs.webkit.org/show_bug.cgi?id=160912
622 Reviewed by Filip Pizlo.
624 * docs/b3/intermediate-representation.html:
626 2016-08-04 Daniel Bates <dabates@apple.com>
628 Add some files for a Content Security Policy blog post
630 * blog-files/content-security-policy/compass-base.css: Added.
632 * blog-files/content-security-policy/csp-style-hash.html: Added.
633 * blog-files/content-security-policy/icons.svg: Added; derived from file
634 Websites/webkit.org/wp-content/themes/webkit/images/icons.svg. I am explicitly
635 not referencing file Websites/webkit.org/wp-content/themes/webkit/images/icons.svg
636 so that csp-style-hash.html is not affected by changes to this file.
638 2016-07-24 Filip Pizlo <fpizlo@apple.com>
640 B3 should support multiple entrypoints
641 https://bugs.webkit.org/show_bug.cgi?id=159391
643 Reviewed by Saam Barati.
645 Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
648 * docs/b3/index.html:
649 * docs/b3/intermediate-representation.html:
651 2016-07-20 Frederic Wang <fwang@igalia.com>
653 Unreviewed, new demo files for an up-coming blog post.
655 * demos/mathml/demo2016/LICENSE-amiri.txt: Added.
656 * demos/mathml/demo2016/LICENSE-latinmodern-math.txt: Added.
657 * demos/mathml/demo2016/LICENSE-libertinusmath.txt: Added.
658 * demos/mathml/demo2016/README.txt: Added.
659 * demos/mathml/demo2016/amiri-regular.woff: Added.
660 * demos/mathml/demo2016/index.html: Added.
661 * demos/mathml/demo2016/latinmodern-math.woff: Added.
662 * demos/mathml/demo2016/libertinusmath-regular.woff: Added.
663 * demos/mathml/demo2016/webfonts.css: Added.
664 (@namespace url('http://www.w3.org/1999/xhtml');):
670 2016-07-19 Jon Davis <jond@apple.com>
672 Adjust margins for first-line floating elements and add preset floating video sizing
673 https://bugs.webkit.org/show_bug.cgi?id=159898
675 Reviewed by Benjamin Poulain.
677 * wp-content/themes/webkit/style.css:
678 (article video.alignright):
679 (article .alignright:first-child):
680 (@media only screen and (max-width: 690px)):
681 (article .alignright:first-child):
682 (@media only screen and (max-width: 415px)):
683 (article video.alignright):
684 (article .alignright:first-child):
686 2016-07-17 Filip Pizlo <fpizlo@apple.com>
688 Implement table-based switches in B3/Air
689 https://bugs.webkit.org/show_bug.cgi?id=151141
691 Reviewed by Benjamin Poulain.
693 Update documentation to reflect Patchpoint's new powers.
695 * docs/b3/intermediate-representation.html:
697 2016-07-15 Jon Davis <jond@apple.com>
699 Fixed content overflow and missing build information behavior.
700 https://bugs.webkit.org/show_bug.cgi?id=159820
702 Reviewed by Timothy Hatcher.
704 * wp-content/themes/webkit/nightly-start.php:
706 2016-07-14 Jon Davis <jond@apple.com>
708 Improved WebKit Nightly start page design.
709 https://bugs.webkit.org/show_bug.cgi?id=159780
711 Reviewed by Timothy Hatcher.
713 Added better 404 handling, improved presentation of the
714 start page and new Apache rewrites for the P1 bug list.
717 * wp-content/themes/webkit/functions.php:
718 * wp-content/themes/webkit/nightly-start.php:
720 2016-07-01 Jon Davis <jond@apple.com>
722 Added a colorful new image and fixed the Open Graph attribute.
723 https://bugs.webkit.org/show_bug.cgi?id=159359
725 Reviewed by Timothy Hatcher.
727 The Open Graph image tag should use the property attribute not
728 the itemprop attribute.
730 * wp-content/plugins/social-meta.php:
731 * wp-content/themes/webkit/images/ogimage.png:
733 2016-06-30 Dean Jackson <dino@apple.com>
735 Tab pointed out a typo that made the overdamped case fail.
737 * demos/spring/spring.js:
738 (SpringSolver.prototype.solve):
740 2016-06-30 Dean Jackson <dino@apple.com>
742 Fixed a typo in the link to the other version.
744 * blog-files/color-gamut/index.html:
746 2016-06-29 Dean Jackson <dino@apple.com>
748 Add the UI JavaScript library to make
749 other browsers happy.
751 * demos/spring/dat.gui.min.js: Added.
752 * demos/spring/index.html:
754 2016-06-29 Dean Jackson <dino@apple.com>
756 Demo and JS implementation of our spring() animation
759 * demos/spring/index.html: Added.
760 * demos/spring/spring.js: Added.
762 (SpringSolver.prototype.solve):
764 2016-06-29 Dean Jackson <dino@apple.com>
766 Small change to wording, and link to the interactive version.
768 * blog-files/color-gamut/index.html:
770 2016-06-28 Dean Jackson <dino@apple.com>
772 Add a more interactive version of the demo.
774 * blog-files/color-gamut/comparison.html: Added.
776 2016-06-28 Jon Davis <jond@apple.com>
778 Fixed tile height for mobile phone-sized viewports.
779 https://bugs.webkit.org/show_bug.cgi?id=159228
781 Reviewed by Timothy Hatcher.
783 Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
785 * wp-content/themes/webkit/style.css:
786 (.twitter-tile.text-only .tile-content):
789 2016-06-28 Jon Davis <jond@apple.com>
791 Fixed Open Graph meta data and image entries.
792 https://bugs.webkit.org/show_bug.cgi?id=159167.
794 Reviewed by Timothy Hatcher.
796 This patch addresses Open Graph meta data issues:
798 - Added a high-resolution PNG of the WebKit logo because Facebook doesn't support SVG images
799 - Uses the first image of a page or post if not featured image is set
800 - Article date/time information should not be given for the homepage
801 - Added Facebook admins as per the Facebook Open Graph debugger
803 * wp-content/plugins/social-meta.php:
804 * wp-content/themes/webkit/images/ogimage.png: Added.
806 2016-06-27 Dean Jackson <dino@apple.com>
808 Updated content for the color blog post.
810 * blog-files/color-gamut/Iceland-P3.jpg:
811 * blog-files/color-gamut/Iceland-oog.jpg:
812 * blog-files/color-gamut/Iceland-sRGB.jpg:
813 * blog-files/color-gamut/Italy-P3.jpg:
814 * blog-files/color-gamut/Italy-sRGB.jpg:
815 * blog-files/color-gamut/Sunset-P3.jpg:
816 * blog-files/color-gamut/Sunset-sRGB.jpg:
817 * blog-files/color-gamut/YellowFlower-P3.jpg:
818 * blog-files/color-gamut/YellowFlower-oog.jpg:
819 * blog-files/color-gamut/YellowFlower-sRGB.jpg:
820 * blog-files/color-gamut/index.html:
822 2016-06-27 Jon Davis <jond@apple.com>
824 Set a default image for sharing webkit.org links via social.
825 https://bugs.webkit.org/show_bug.cgi?id=159167
827 Reviewed by Timothy Hatcher.
829 * wp-content/plugins/social-meta.php:
831 2016-06-24 Dean Jackson <dino@apple.com>
833 More examples for the wide-gamut demo.
835 * blog-files/color-gamut/Iceland-P3.jpg: Added.
836 * blog-files/color-gamut/Iceland-oog.jpg: Added.
837 * blog-files/color-gamut/Iceland-sRGB.jpg: Added.
838 * blog-files/color-gamut/Italy-P3.jpg: Added.
839 * blog-files/color-gamut/Italy-oog.jpg: Added.
840 * blog-files/color-gamut/Italy-sRGB.jpg: Added.
841 * blog-files/color-gamut/Sunset-AdobeRGB.jpg: Added.
842 * blog-files/color-gamut/Sunset-P3.jpg: Added.
843 * blog-files/color-gamut/Sunset-oog.jpg: Added.
844 * blog-files/color-gamut/Sunset-sRGB.jpg: Added.
845 * blog-files/color-gamut/Webkit-logo-sRGB.png:
846 * blog-files/color-gamut/YellowFlower-P3.jpg: Added.
847 * blog-files/color-gamut/YellowFlower-oog.jpg: Added.
848 * blog-files/color-gamut/YellowFlower-sRGB.jpg: Added.
849 * blog-files/color-gamut/index.html:
851 2016-06-24 Dean Jackson <dino@apple.com>
853 Change something in the webkit.org directory in the hope
854 it will kick off a website update.
856 2016-06-24 Jon Davis <jond@apple.com>
858 Rewrite the WebKit Nightly build download URLs to use the correct secure URL.
859 https://bugs.webkit.org/show_bug.cgi?id=159100.
861 Reviewed by Joseph Pecoraro.
863 * wp-content/plugins/sync-nightly-builds.php:
865 2016-06-13 Jon Davis <jond@apple.com>
867 Minor style updates for figcaptions and post forewords.
869 * wp-content/themes/webkit/style.css:
871 (figure.aligncenter figcaption):
872 (figure.aligncenter figcaption::before):
874 2016-06-13 Jon Davis <jond@apple.com>
876 Adds support for foreword custom meta and display styles on blog posts.
877 https://bugs.webkit.org/show_bug.cgi?id=158707.
879 Reviewed by Timothy Hatcher.
881 * wp-content/themes/webkit/functions.php:
882 * wp-content/themes/webkit/style.css:
885 2016-06-02 Dean Jackson <dino@apple.com>
887 Update the example for wider color gamut images.
889 * blog-files/color-gamut/index.html:
891 2016-06-02 Dean Jackson <dino@apple.com>
893 Adding some sample images for a blog post on color.
895 * blog-files/color-gamut/Flowers-AdobeRGB.jpg: Added.
896 * blog-files/color-gamut/Flowers-ProPhoto.jpg: Added.
897 * blog-files/color-gamut/Flowers-oog.jpg: Added.
898 * blog-files/color-gamut/Flowers-sRGB.jpg: Added.
899 * blog-files/color-gamut/Rose-AdobeRGB.jpg: Added.
900 * blog-files/color-gamut/Rose-ProPhoto.jpg: Added.
901 * blog-files/color-gamut/Rose-oog.jpg: Added.
902 * blog-files/color-gamut/Rose-sRGB.jpg: Added.
903 * blog-files/color-gamut/index.html: Added.
905 2016-06-02 Filip Pizlo <fpizlo@apple.com>
907 Fix typos and make some revisions to the B3 docs
908 https://bugs.webkit.org/show_bug.cgi?id=158311
910 Reviewed by Michael Saboff.
912 I found typos and fixed them. Also, I clarified some things:
914 - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
915 the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
916 what you want to do, for example).
918 - How does isValidForm really get used? You don't really need to create an Inst to use it.
920 - Some other incremental improvements to make the docs clearer.
922 * docs/b3/assembly-intermediate-representation.html:
923 * docs/b3/index.html:
924 * docs/b3/intermediate-representation.html:
926 2016-05-31 Filip Pizlo <fpizlo@apple.com>
928 Unreviewed, fix an obvious typo: a missing comma.
930 * docs/b3/assembly-intermediate-representation.html:
932 2016-05-31 Filip Pizlo <fpizlo@apple.com>
934 Air needs documentation
935 https://bugs.webkit.org/show_bug.cgi?id=153668
937 Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
939 Write documentation for Air!
941 * docs/b3/assembly-intermediate-representation.html:
943 2016-05-23 Jon Davis <jond@apple.com>
945 Add syntax highglighting for ES6 "let", "const" and "of" keywords.
946 https://bugs.webkit.org/show_bug.cgi?id=157994
948 Reviewed by Geoffrey Garen.
950 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php:
952 2016-05-13 Brady Eidson <beidson@apple.com>
954 Extend protector naming code style guideline to cover operator= assignment.
955 https://bugs.webkit.org/show_bug.cgi?id=157693
957 Reviewed by Darin Adler.
961 2016-05-13 Brady Eidson <beidson@apple.com>
963 Protector Ref/RefPtrs should have a specified naming style.
964 https://bugs.webkit.org/show_bug.cgi?id=157591
966 Reviewed by Darin Adler.
970 2016-04-26 Timothy Hatcher <timothy@apple.com>
972 Remove hard-wraps from the feature policy markdown so it renders full width on the site.
976 2016-04-14 Edward O'Connor <eoconnor@apple.com>
978 Publish the Web-exposed feature policy on webkit.org.
979 https://bugs.webkit.org/show_bug.cgi?id=156552
981 Reviewed by Timothy Hatcher.
983 * feature-policy.md: Added.
985 2016-04-13 Jon Davis <jond@apple.com>
987 Remove database quote escapes from pushed tweets.
989 Reviewed by Timothy Hatcher.
991 * wp-content/plugins/tweet-listener.php:
993 2016-04-13 Jon Davis <jond@apple.com>
995 Added background color for Safari Technology Preview posts.
997 Reviewed by Timothy Hatcher.
999 * wp-content/themes/webkit/style.css:
1000 (.tile.category-safari-technology-preview .background-image):
1002 2016-04-07 Jon Davis <jond@apple.com>
1004 Improved drop down menu with translate; cleaned up unnecessary whitespace.
1005 https://bugs.webkit.org/show_bug.cgi?id=156342
1007 Reviewed by Timothy Hatcher.
1009 * wp-content/themes/webkit/style.css:
1010 (p > a[name]::before):
1011 (.has-post-thumbnail .background-image):
1012 (.table-of-contents):
1013 (header .menu-item-has-children .label-toggle::after):
1015 (.sub-menu-layer:after, .sub-menu-layer:before):
1016 (.sub-menu-layer .menu-item):
1017 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1018 (@media only screen and (max-width: 920px)):
1019 (header .sub-menu-layer):
1020 (@media only screen and (max-width: 415px)):
1021 (@media only screen and (max-width: 1180px)): Deleted.
1022 (@media only screen and (max-width: 1000px)): Deleted.
1023 (@media only screen and (max-width: 690px)): Deleted.
1024 (@media only screen and (max-width: 600px)): Deleted.
1025 (@media only screen and (max-height: 415px)): Deleted.
1026 (@media only screen and (max-width: 320px)): Deleted.
1028 2016-04-05 Jon Davis <jond@apple.com>
1030 Make the @webkit link on the front page link to the feed
1031 https://bugs.webkit.org/show_bug.cgi?id=156244
1033 Reviewed by Timothy Hatcher.
1035 * wp-content/themes/webkit/widgets/twitter.php:
1037 2016-03-31 Jon Davis <jond@apple.com>
1039 Show tweets by @webkit in the Twitter tile on webkit.org
1040 https://bugs.webkit.org/show_bug.cgi?id=156093
1042 Reviewed by Timothy Hatcher.
1044 * wp-content/plugins/tweet-listener.php: Added.
1045 * wp-content/themes/webkit/widgets/twitter.php:
1047 2016-03-31 Jon Davis <jond@apple.com>
1049 Fix download links for desktops with small resolutions
1050 https://bugs.webkit.org/show_bug.cgi?id=156081
1052 Reviewed by Timothy Hatcher.
1054 * wp-content/themes/webkit/downloads.php:
1056 2016-03-29 Jon Davis <jond@apple.com>
1058 Fixed a property access error by removing the lamda function for updates
1059 https://bugs.webkit.org/show_bug.cgi?id=155989
1061 * wp-content/plugins/sync-nightly-builds.php:
1063 2016-03-29 Jon Davis <jond@apple.com>
1065 Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
1066 https://bugs.webkit.org/show_bug.cgi?id=155989
1068 Unreviewed fix for the Sync Nightly Builds plugin to work with the older
1069 PHP environment on the server. Quick style adjustments for abovetitle images.
1071 * wp-content/plugins/sync-nightly-builds.php:
1072 * wp-content/themes/webkit/nightly-archives.php:
1073 * wp-content/themes/webkit/style.css:
1074 (article .abovetitle):
1076 2016-03-29 Jon Davis <jond@apple.com>
1078 Add WebKit Nightly Archives, WebKit Nightly Start, and Downloads pages
1079 https://bugs.webkit.org/show_bug.cgi?id=155989
1081 Reviewed by Timothy Hatcher.
1083 * wp-content/plugins/sync-nightly-builds.php: Added.
1084 * wp-content/themes/webkit/downloads.php: Added.
1085 * wp-content/themes/webkit/functions.php:
1086 * wp-content/themes/webkit/images/download.svg:
1087 * wp-content/themes/webkit/images/spinner.svg: Added.
1088 * wp-content/themes/webkit/nightly-archives.php: Added.
1089 * wp-content/themes/webkit/nightly-start.php: Added.
1090 * wp-content/themes/webkit/nightly.php:
1091 * wp-content/themes/webkit/scripts/searchbuilds.js: Added.
1092 (initsearch.xhrPromise.):
1094 (initsearch.displayResults.addEntry):
1095 (initsearch.displayResults):
1096 (initsearch.displayError):
1097 (initsearch.clearErrors):
1098 * wp-content/themes/webkit/style.css:
1100 (input[type=submit]):
1102 (article .abovetitle):
1104 2016-03-29 Jon Davis <jond@apple.com>
1106 Support images above the title on webkit.org posts
1107 https://bugs.webkit.org/show_bug.cgi?id=155979
1109 Reviewed by Timothy Hatcher.
1111 * wp-content/themes/webkit/functions.php:
1112 * wp-content/themes/webkit/single.php:
1114 2016-03-22 Jonathan Davis <jond@apple.com>
1116 Allow the use of custom styles and scripts for blog posts
1117 https://bugs.webkit.org/show_bug.cgi?id=155768
1119 Reviewed by Timothy Hatcher.
1121 * wp-content/themes/webkit/functions.php:
1123 2016-03-09 Jonathan Davis <jond@apple.com>
1125 For RSS feeds, convert image and link relative URIs to absolute URIs
1126 https://bugs.webkit.org/show_bug.cgi?id=155237
1128 Reviewed by Timothy Hatcher.
1130 * wp-content/themes/webkit/functions.php:
1132 2016-03-03 Saam barati <sbarati@apple.com>
1134 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
1135 https://bugs.webkit.org/show_bug.cgi?id=154978
1137 Reviewed by Darin Adler.
1141 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
1143 [DFG][FTL][B3] Support floor and ceil
1144 https://bugs.webkit.org/show_bug.cgi?id=154683
1146 Reviewed by Filip Pizlo.
1148 * docs/b3/intermediate-representation.html:
1150 2016-02-16 Jonathan Davis <jond@apple.com>
1152 Add a redirect for B3 documentation
1153 https://bugs.webkit.org/show_bug.cgi?id=154293
1155 Reviewed by Timothy Hatcher.
1159 2016-02-15 Timothy Hatcher <timothy@apple.com>
1161 Fix byline to avoid bumping into content sticks out.
1163 * wp-content/themes/webkit/style.css:
1164 (article .byline): Bump padding to avoid content with negative margins.
1166 2016-02-13 Timothy Hatcher <timothy@apple.com>
1168 Adjust the appearance of mattewhite figures that are not widescreen.
1170 * wp-content/themes/webkit/style.css:
1171 (article .mattewhite:not(.widescreen):
1173 2016-02-12 Jonathan Davis <jond@apple.com>
1175 Add a CSS class to remove padding when using mattewhite class for figures
1176 https://bugs.webkit.org/show_bug.cgi?id=154206
1178 Reviewed by Filip Pizlo.
1180 * wp-content/themes/webkit/style.css:
1181 (article .two-columns):
1182 (article .two-columns h6):
1183 (article .two-columns p):
1184 (article .mattewhite):
1185 (article .mattewhite.tightwad):
1188 2016-02-12 Filip Pizlo <fpizlo@apple.com>
1190 Unreviewed, upload some blog files.
1192 * blog-files/compile-times.png: Added.
1193 * blog-files/fast-isel.png: Added.
1194 * blog-files/jetstream-latency.png: Added.
1195 * blog-files/jetstream-throughput.png: Added.
1196 * blog-files/jetstream.png: Added.
1197 * blog-files/kraken.png: Added.
1198 * blog-files/low-compile-times.png: Added.
1199 * blog-files/low-fast-isel.png: Added.
1200 * blog-files/low-jetstream-latency.png: Added.
1201 * blog-files/low-jetstream-throughput.png: Added.
1202 * blog-files/low-jetstream.png: Added.
1203 * blog-files/low-kraken.png: Added.
1204 * blog-files/low-octane.png: Added.
1205 * blog-files/octane.png: Added.
1207 2016-02-04 Jonathan Davis <jond@apple.com>
1209 Fix bad link on the Feature Status page.
1210 https://bugs.webkit.org/show_bug.cgi?id=152086
1212 Reviewed by Timothy Hatcher.
1214 * wp-content/themes/webkit/status.php:
1216 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1218 Get rid of anonymous stack slots
1219 https://bugs.webkit.org/show_bug.cgi?id=151128
1221 Reviewed by Mark Lam.
1223 This changes the documentation to account for the addition of Variables and the Get and Set
1224 opcodes, and the removal of anonymous stack slots from B3 IR.
1226 * docs/b3/intermediate-representation.html:
1228 2016-02-02 Dan Bernstein <mitz@apple.com>
1230 Tagline in B3 docs should match the rest of the website
1231 https://bugs.webkit.org/show_bug.cgi?id=153801
1233 Reviewed by Filip Pizlo.
1237 * docs/b3/assembly-intermediate-representation.html:
1238 * docs/b3/index.html:
1239 * docs/b3/intermediate-representation.html:
1241 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1243 Minor fixes for B3 IR documentation
1244 https://bugs.webkit.org/show_bug.cgi?id=153782
1246 Reviewed by Michael Saboff.
1248 Fix minor issues that Geoff found.
1250 * docs/b3/intermediate-representation.html:
1252 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1254 B3 documentation style shouldn't have hacks for h1
1255 https://bugs.webkit.org/show_bug.cgi?id=153725
1257 Reviewed by Alexey Proskuryakov.
1259 * docs/b3/style.css:
1261 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1263 Improve the style of B3 documentation
1264 https://bugs.webkit.org/show_bug.cgi?id=153674
1266 Reviewed by Oliver Hunt.
1268 This makes the style of the B3 documentation look like the Wiki, which I think is
1269 appropriate for the kind of content that we're putting into it - in particular, the font
1270 is the perfect size for dense content. The style also doesn't require much spoonfeeding
1271 from the HTML side so you can write nice looking documentation by just using really
1272 basic HTML constructs.
1274 * docs/b3/assembly-intermediate-representation.html:
1275 * docs/b3/index.html:
1276 * docs/b3/intermediate-representation.html:
1277 * docs/b3/style.css:
1279 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1281 Clean up the B3 documentation a bit
1282 https://bugs.webkit.org/show_bug.cgi?id=153678
1284 Reviewed by Saam Barati.
1286 * docs/b3/index.html: Fix some links and fix small issues.
1287 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
1289 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1291 B3 should have documentation
1292 https://bugs.webkit.org/show_bug.cgi?id=153658
1294 Reviewed by Saam Barati.
1296 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
1297 definition lists. Things go downhill when you try to add paragraphs or code blocks to
1298 a definition. That's unfortunate since we use definitions for the IR document.
1300 Since there is no way to use our preferred styling for the IR document without doing a
1301 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
1304 * docs/b3/assembly-intermediate-representation.html: Added.
1305 * docs/b3/bare-bones-backend.md: Removed.
1306 * docs/b3/index.html: Added.
1307 * docs/b3/intermediate-representation.html: Added.
1308 * docs/b3/style.css: Added.
1312 2016-01-29 Timothy Hatcher <timothy@apple.com>
1314 Add some defintion list styles.
1316 * wp-content/themes/webkit/style.css:
1321 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1323 B3 should have documentation
1324 https://bugs.webkit.org/show_bug.cgi?id=153658
1326 Reviewed by Timothy Hatcher.
1330 * docs/b3/bare-bones-backend.md: Added.
1332 2016-01-16 Timothy Hatcher <timothy@apple.com>
1334 Fix some responsive issues on smaller screens.
1336 * wp-content/themes/webkit/style.css:
1338 (@media (max-width: 900px)):
1341 (.timeline > li:before):
1342 (.timeline .content):
1343 (.timeline li .time::before):
1345 2016-01-14 Timothy Hatcher <timothy@apple.com>
1347 Eliminate the margin on timeline elements so multiple timelines can touch.
1349 * wp-content/themes/webkit/style.css:
1352 2016-01-14 Timothy Hatcher <timothy@apple.com>
1354 Use a 2px border radius instead to look good on 2x devices as well as 1x.
1356 * wp-content/themes/webkit/style.css:
1359 2016-01-14 Timothy Hatcher <timothy@apple.com>
1361 Fix hairline crack on 1x devices between arrow and time label.
1363 * wp-content/themes/webkit/style.css:
1364 (.timeline .content):
1367 2016-01-13 Timothy Hatcher <timothy@apple.com>
1369 Correct some history timeline styles.
1371 * wp-content/themes/webkit/style.css:
1372 (.timeline .content):
1374 2016-01-13 Timothy Hatcher <timothy@apple.com>
1376 Add styles for a history timeline, needed by an upcoming blog post.
1378 * wp-content/themes/webkit/style.css:
1384 (.timeline > li:before):
1385 (.timeline .content):
1388 (.timeline h2, .timeline h3):
1389 (.timeline .time::before):
1391 (@media (min-width: 900px)):
1392 (.timeline > li.force-clear):
1393 (.timeline > li:nth-child(odd)):
1394 (.timeline > li:nth-child(even)):
1395 (.timeline > li.force-clear + li):
1396 (.timeline li .time):
1397 (.timeline li:nth-child(odd) .time):
1398 (.timeline li:nth-child(even) .time):
1399 (.timeline li:nth-child(even) .time::before):
1400 (.timeline > li:nth-child(even):before):
1402 2016-01-06 Jonathan Davis <jond@apple.com>
1404 Fixed Individuals and Vendor Contact formatting.
1405 https://bugs.webkit.org/show_bug.cgi?id=152714
1407 Reviewed by Timothy Hatcher.
1409 * security-policy.md:
1411 2015-12-09 Jonathan Davis <jond@apple.com>
1413 Fixed broken link: https://webkit.org/old/security/security-group-members.html
1414 https://bugs.webkit.org/show_bug.cgi?id=152010
1416 Reviewed by Timothy Hatcher.
1419 * security-policy.md:
1420 * wp-content/themes/webkit/style.css:
1424 2015-12-09 Jonathan Davis <jond@apple.com>
1426 Fix function reference change.
1428 * wp-content/themes/webkit/scripts/global.js:
1430 2015-12-08 Jonathan Davis <jond@apple.com>
1432 Wide tables should be scrollable on narrow mobile screens.
1433 https://bugs.webkit.org/show_bug.cgi?id=151941
1435 Reviewed by Timothy Hatcher.
1437 * wp-content/themes/webkit/scripts/global.js:
1441 (enableScrollableTables):
1443 * wp-content/themes/webkit/style.css:
1444 (.pagination .prev-post):
1445 (article .scrollable):
1446 (.scrollable .scrollable-padding):
1448 2015-12-08 Jonathan Davis <jond@apple.com>
1450 Fix Code Style Guidelines code parsing.
1451 https://bugs.webkit.org/show_bug.cgi?id=152024
1453 Reviewed by Timothy Hatcher.
1455 * wp-content/plugins/table-of-contents.php:
1457 2015-12-08 Jonathan Davis <jond@apple.com>
1459 Fix social meta for home page.
1460 https://bugs.webkit.org/show_bug.cgi?id=151764
1462 Reviewed by Timothy Hatcher.
1464 * wp-content/plugins/social-meta.php:
1466 2015-12-07 Jonathan Davis <jond@apple.com>
1468 Implemented a workaround for sharp SVG WebKit logo.
1469 https://bugs.webkit.org/show_bug.cgi?id=151971
1471 Reviewed by Timothy Hatcher.
1473 * wp-content/themes/webkit/images/webkit.svg:
1475 2015-12-07 Jonathan Davis <jond@apple.com>
1477 Address UX issues with the Contribute menu.
1478 https://bugs.webkit.org/show_bug.cgi?id=151874
1480 Reviewed by Timothy Hatcher.
1482 * wp-content/themes/webkit/functions.php:
1483 * wp-content/themes/webkit/header.php:
1484 * wp-content/themes/webkit/style.css:
1485 (time, mark, audio, video):
1486 (footer, header, hgroup, menu, nav, section):
1491 (q:before, q:after):
1494 (.admin-bar p > a[name]::before):
1495 (.screen-reader-text):
1496 (.screen-reader-text:focus):
1499 (.feature-header:after):
1500 (.feature.opened .feature-header:after):
1501 (footer nav a:hover):
1502 (header .menu-item-has-children .label-toggle::after):
1503 (header .menu-item):
1505 (.sub-menu-layer .menu-item:first-child):
1506 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1507 (@media only screen and (max-width: 920px)):
1508 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
1510 (header .menu-toggle:checked ~ ul):
1511 (header .sub-menu-layer:before):
1512 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
1514 (@media only screen and (max-width: 690px)):
1515 (.feature-filters:after):
1516 (.feature-filters.opened:after):
1518 (.table-of-contents label:after):
1519 (.menu-toggle:checked ~ .table-of-contents label:after):
1520 (.table-of-contents h6):
1521 (header nav .menu-item-has-children .label-toggle): Deleted.
1522 (header nav .menu-item): Deleted.
1523 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
1524 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
1525 (header nav .menu-toggle:checked ~ ul): Deleted.
1526 (header .menu-toggle:checked ~ .sub-menu): Deleted.
1527 (@media only screen and (max-width: 782px)): Deleted.
1529 2015-12-05 Timothy Hatcher <timothy@apple.com>
1531 One last fix for https redirect.
1533 * wp-content/themes/webkit/.htaccess:
1535 2015-12-05 Timothy Hatcher <timothy@apple.com>
1537 Attempt to fix www redirect again.
1539 * wp-content/themes/webkit/.htaccess:
1541 2015-12-05 Timothy Hatcher <timothy@apple.com>
1543 Fix www redirect again.
1545 * wp-content/themes/webkit/.htaccess:
1547 2015-12-05 Timothy Hatcher <timothy@apple.com>
1549 Fix www redirect when https was used and restore status URL code.
1551 * wp-content/themes/webkit/.htaccess:
1552 * wp-content/themes/webkit/status.php:
1554 2015-12-05 Timothy Hatcher <timothy@apple.com>
1556 Another attempt to fix a 404 error when the site loads via www.webkit.org.
1558 * wp-content/themes/webkit/status.php:
1560 2015-12-05 Timothy Hatcher <timothy@apple.com>
1562 Fix a 404 error when the site loads via www.webkit.org.
1564 * wp-content/themes/webkit/status.php:
1566 2015-12-04 Timothy Hatcher <timothy@apple.com>
1568 Fix toggling so hidden links are not clickable still.
1570 * wp-content/themes/webkit/status.php:
1572 2015-12-04 Timothy Hatcher <timothy@apple.com>
1574 Fix another place where feature status internal reference links were wrong.
1576 * wp-content/themes/webkit/status.php:
1578 2015-12-04 Jonathan Davis <jond@apple.com>
1580 Fixed feature status internal reference links.
1582 * wp-content/themes/webkit/status.php:
1584 2015-12-04 Jonathan Davis <jond@apple.com>
1586 Update feature status for up-to-date status information.
1587 https://bugs.webkit.org/show_bug.cgi?id=151821
1589 Reviewed by Timothy Hatcher.
1591 * wp-content/themes/webkit/status.php:
1593 2015-12-04 Jonathan Davis <jond@apple.com>
1595 Added redirects for old webkit.org archive.
1599 2015-12-04 Jonathan Davis <jond@apple.com>
1601 Removing empty directories from the old site.
1603 Reviewed by Timothy Hatcher.
1606 * blog/wp-admin: Removed.
1607 * blog/wp-admin/css: Removed.
1608 * blog/wp-admin/css/colors: Removed.
1609 * blog/wp-admin/css/colors/blue: Removed.
1610 * blog/wp-admin/css/colors/coffee: Removed.
1611 * blog/wp-admin/css/colors/ectoplasm: Removed.
1612 * blog/wp-admin/css/colors/light: Removed.
1613 * blog/wp-admin/css/colors/midnight: Removed.
1614 * blog/wp-admin/css/colors/ocean: Removed.
1615 * blog/wp-admin/css/colors/sunrise: Removed.
1616 * blog/wp-admin/images: Removed.
1617 * blog/wp-admin/includes: Removed.
1618 * blog/wp-admin/js: Removed.
1619 * blog/wp-admin/maint: Removed.
1620 * blog/wp-admin/network: Removed.
1621 * blog/wp-admin/user: Removed.
1622 * blog/wp-content: Removed.
1623 * blog/wp-content/plugins: Removed.
1624 * blog/wp-content/plugins/akismet: Removed.
1625 * blog/wp-content/themes: Removed.
1626 * blog/wp-content/themes/classic: Removed.
1627 * blog/wp-content/themes/default: Removed.
1628 * blog/wp-content/themes/default/images: Removed.
1629 * blog/wp-content/themes/webkit: Removed.
1630 * blog/wp-content/uploads: Removed.
1631 * blog/wp-content/uploads/2007: Removed.
1632 * blog/wp-content/uploads/2007/06: Removed.
1633 * blog/wp-includes: Removed.
1634 * blog/wp-includes/ID3: Removed.
1635 * blog/wp-includes/SimplePie: Removed.
1636 * blog/wp-includes/SimplePie/Cache: Removed.
1637 * blog/wp-includes/SimplePie/Content: Removed.
1638 * blog/wp-includes/SimplePie/Content/Type: Removed.
1639 * blog/wp-includes/SimplePie/Decode: Removed.
1640 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
1641 * blog/wp-includes/SimplePie/HTTP: Removed.
1642 * blog/wp-includes/SimplePie/Net: Removed.
1643 * blog/wp-includes/SimplePie/Parse: Removed.
1644 * blog/wp-includes/SimplePie/XML: Removed.
1645 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
1646 * blog/wp-includes/Text: Removed.
1647 * blog/wp-includes/Text/Diff: Removed.
1648 * blog/wp-includes/Text/Diff/Engine: Removed.
1649 * blog/wp-includes/Text/Diff/Renderer: Removed.
1650 * blog/wp-includes/certificates: Removed.
1651 * blog/wp-includes/css: Removed.
1652 * blog/wp-includes/fonts: Removed.
1653 * blog/wp-includes/images: Removed.
1654 * blog/wp-includes/images/crystal: Removed.
1655 * blog/wp-includes/images/media: Removed.
1656 * blog/wp-includes/images/smilies: Removed.
1657 * blog/wp-includes/images/wlw: Removed.
1658 * blog/wp-includes/js: Removed.
1659 * blog/wp-includes/js/crop: Removed.
1660 * blog/wp-includes/js/imgareaselect: Removed.
1661 * blog/wp-includes/js/jcrop: Removed.
1662 * blog/wp-includes/js/jquery: Removed.
1663 * blog/wp-includes/js/jquery/ui: Removed.
1664 * blog/wp-includes/js/mediaelement: Removed.
1665 * blog/wp-includes/js/plupload: Removed.
1666 * blog/wp-includes/js/scriptaculous: Removed.
1667 * blog/wp-includes/js/swfupload: Removed.
1668 * blog/wp-includes/js/swfupload/plugins: Removed.
1669 * blog/wp-includes/js/thickbox: Removed.
1670 * blog/wp-includes/js/tinymce: Removed.
1671 * blog/wp-includes/js/tinymce/langs: Removed.
1672 * blog/wp-includes/js/tinymce/plugins: Removed.
1673 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
1674 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
1675 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
1676 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
1677 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
1678 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
1679 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
1680 * blog/wp-includes/js/tinymce/plugins/image: Removed.
1681 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
1682 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
1683 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
1684 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
1685 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
1686 * blog/wp-includes/js/tinymce/plugins/media: Removed.
1687 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
1688 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
1689 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
1690 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
1691 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
1692 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
1693 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
1694 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
1695 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
1696 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
1697 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
1698 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
1699 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
1700 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
1701 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
1702 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
1703 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
1704 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
1705 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
1706 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
1707 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
1708 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
1709 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
1710 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
1711 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
1712 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
1713 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
1714 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
1715 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
1716 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
1717 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
1718 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
1719 * blog/wp-includes/js/tinymce/skins: Removed.
1720 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
1721 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
1722 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
1723 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
1724 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
1725 * blog/wp-includes/js/tinymce/themes: Removed.
1726 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
1727 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
1728 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
1729 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
1730 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
1731 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
1732 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
1733 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
1734 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
1735 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
1736 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
1737 * blog/wp-includes/js/tinymce/themes/modern: Removed.
1738 * blog/wp-includes/js/tinymce/utils: Removed.
1739 * blog/wp-includes/pomo: Removed.
1740 * blog/wp-includes/theme-compat: Removed.
1741 * building: Removed.
1743 * coding/images: Removed.
1747 * misc/DatabaseExample.html: Removed.
1748 * misc/DatabaseTester.html: Removed.
1749 * misc/WebKitDetect.html: Removed.
1750 * misc/WebKitDetect.js: Removed.
1751 * misc/drosera: Removed.
1752 * misc/drosera/demo.js: Removed.
1753 * misc/drosera/drosera.png: Removed.
1754 * misc/drosera/index.html: Removed.
1755 * misc/gradient-input.html: Removed.
1756 * misc/morph.html: Removed.
1757 * misc/related-target-and-shadow-dom.svg: Removed.
1758 * projects: Removed.
1759 * projects/accessibility: Removed.
1760 * projects/cleanup: Removed.
1761 * projects/compat: Removed.
1762 * projects/css: Removed.
1763 * projects/documentation: Removed.
1764 * projects/dom: Removed.
1765 * projects/editing: Removed.
1766 * projects/forms: Removed.
1767 * projects/html: Removed.
1768 * projects/javascript: Removed.
1769 * projects/layout: Removed.
1770 * projects/mathml: Removed.
1771 * projects/performance: Removed.
1772 * projects/plugins: Removed.
1773 * projects/portability: Removed.
1774 * projects/printing: Removed.
1775 * projects/svg: Removed.
1776 * projects/webkit: Removed.
1777 * projects/xml: Removed.
1778 * projects/xslt: Removed.
1780 * security: Removed.
1782 2015-12-03 Timothy Hatcher <timothy@apple.com>
1784 Allow index.html indexes again.
1788 2015-12-03 Timothy Hatcher <timothy@apple.com>
1790 Remove the old site files.
1792 * asking_questions.html: Removed.
1793 * building/active-scheme-xcode4.png: Removed.
1794 * building/build-settings-tab-xcode4.png: Removed.
1795 * building/build.html: Removed.
1796 * building/checkout.html: Removed.
1797 * building/custom-executable-xcode4.png: Removed.
1798 * building/cygwin-downloader.zip: Removed.
1799 * building/debug-mac-uiprocess.html: Removed.
1800 * building/debug.html: Removed.
1801 * building/launch-debugger-vs2010-small.png: Removed.
1802 * building/launch-debugger-vs2010.png: Removed.
1803 * building/run-xcode4.png: Removed.
1804 * building/run.html: Removed.
1805 * building/set-as-startup-project-vs2010.png: Removed.
1806 * building/set-debugging-properties-vs2010-small.png: Removed.
1807 * building/set-debugging-properties-vs2010.png: Removed.
1808 * building/tools.html: Removed.
1809 * coding/RefPtr.html: Removed.
1810 * coding/adding-features.html: Removed.
1811 * coding/assertion-guidelines.html: Removed.
1812 * coding/bsd-license.html: Removed.
1813 * coding/coding-style.html: Removed.
1814 * coding/commit-review-policy.html: Removed.
1815 * coding/contributing.html: Removed.
1816 * coding/dom-element-attach.html: Removed.
1817 * coding/images/contribute_add_attachment.png: Removed.
1818 * coding/images/contribute_mark_review.png: Removed.
1819 * coding/images/dom-element-attach-large.png: Removed.
1820 * coding/images/dom-element-attach-small.png: Removed.
1821 * coding/images/dom-element-attach.graffle: Removed.
1822 * coding/lgpl-license.html: Removed.
1823 * coding/major-objects.html: Removed.
1824 * coding/scripts.html: Removed.
1825 * coding/technical-articles.html: Removed.
1826 * contact.html: Removed.
1827 * css/blue.css: Removed.
1828 * css/gray.css: Removed.
1829 * css/green.css: Removed.
1830 * css/ie.css: Removed.
1831 * css/main.css: Removed.
1832 * css/pink.css: Removed.
1833 * css/purple.css: Removed.
1834 * css/yellow.css: Removed.
1835 * demos/index.html: Removed.
1836 * footer.inc: Removed.
1837 * header.inc: Removed.
1838 * images/DroseraPic.png: Removed.
1839 * images/blank.png: Removed.
1840 * images/blue-background.png: Removed.
1841 * images/blue-bullet.png: Removed.
1842 * images/download.png: Removed.
1843 * images/end.png: Removed.
1844 * images/gray-background.png: Removed.
1845 * images/green-background.png: Removed.
1846 * images/green-bullet.png: Removed.
1847 * images/icon-gold.png: Removed.
1848 * images/icon.png: Removed.
1849 * images/ie-nav.png: Removed.
1850 * images/middle.png: Removed.
1851 * images/nav.png: Removed.
1852 * images/pink-background.png: Removed.
1853 * images/pink-bullet.png: Removed.
1854 * images/purple-background.png: Removed.
1855 * images/purple-bullet.png: Removed.
1856 * images/surfin-safari.icns: Removed.
1857 * images/yellow-background.png: Removed.
1858 * images/yellow-bullet.png: Removed.
1859 * index.html: Removed.
1861 * pngbehavior.htc: Removed.
1862 * projects/accessibility/index.html: Removed.
1863 * projects/cleanup/index.html: Removed.
1864 * projects/compat/index.html: Removed.
1865 * projects/css/index.html: Removed.
1866 * projects/documentation/index.html: Removed.
1867 * projects/dom/index.html: Removed.
1868 * projects/editing/index.html: Removed.
1869 * projects/forms/image-usemap.png: Removed.
1870 * projects/forms/image1.png: Removed.
1871 * projects/forms/image10.png: Removed.
1872 * projects/forms/image16.png: Removed.
1873 * projects/forms/index.html: Removed.
1874 * projects/forms/survey.html: Removed.
1875 * projects/goals.html: Removed.
1876 * projects/html/index.html: Removed.
1877 * projects/index.html: Removed.
1878 * projects/javascript/index.html: Removed.
1879 * projects/layout/index.html: Removed.
1880 * projects/mathml/index.html: Removed.
1881 * projects/performance/index.html: Removed.
1882 * projects/plugins/index.html: Removed.
1883 * projects/portability/index.html: Removed.
1884 * projects/printing/index.html: Removed.
1885 * projects/svg/index.html: Removed.
1886 * projects/svg/status.xml: Removed.
1887 * projects/svg/svg-status.css: Removed.
1888 * projects/svg/svg-status.xsl: Removed.
1889 * projects/webkit/index.html: Removed.
1890 * projects/xml/index.html: Removed.
1891 * projects/xslt/index.html: Removed.
1892 * quality/.htaccess: Removed.
1893 * quality/Ahem.ttf: Removed.
1894 * quality/bugpriorities.html: Removed.
1895 * quality/bugwriting.html: Removed.
1896 * quality/bugzilla.html: Removed.
1897 * quality/crashlogs.html: Removed.
1898 * quality/leakhunting.html: Removed.
1899 * quality/lifecycle.html: Removed.
1900 * quality/mac_reportbox.jpg: Removed.
1901 * quality/mac_viewtrace.jpg: Removed.
1902 * quality/reduction.html: Removed.
1903 * quality/reporting.html: Removed.
1904 * quality/testing.html: Removed.
1905 * quality/testwriting.html: Removed.
1906 * quality/win_installwatson.jpg: Removed.
1907 * quality/win_watsongui.jpg: Removed.
1908 * quality/win_watsoninstalled.jpg: Removed.
1909 * security/index.html: Removed.
1910 * security/security-group-members.html: Removed.
1911 * status.html: Removed.
1912 * team.html: Removed.
1914 2015-12-03 Timothy Hatcher <timothy@apple.com>
1916 Yet another attempt to fix the http blog redirects.
1918 Removing the blog folder should do it.
1923 2015-12-03 Timothy Hatcher <timothy@apple.com>
1925 Another attempt to fix the http blog redirects.
1929 2015-12-03 Timothy Hatcher <timothy@apple.com>
1931 Attempt to fix the http blog redirects.
1935 2015-12-03 Timothy Hatcher <timothy@apple.com>
1937 Another attempt to fix the https redirect.
1941 2015-12-03 Timothy Hatcher <timothy@apple.com>
1943 Attempt to fix the https redirect.
1947 2015-12-03 Timothy Hatcher <timothy@apple.com>
1949 Fix blog.webkit.org redirects.
1953 2015-12-03 Timothy Hatcher <timothy@apple.com>
1955 Add redirects for the demos folder.
1959 2015-12-03 Timothy Hatcher <timothy@apple.com>
1961 Remove duplicate redirect.
1965 2015-12-03 Timothy Hatcher <timothy@apple.com>
1967 One more attempt to clean up redirects.
1971 2015-12-03 Timothy Hatcher <timothy@apple.com>
1973 Avoid double slashes after redirect for directories.
1977 2015-12-03 Timothy Hatcher <timothy@apple.com>
1979 Fix directory redirects some more.
1983 2015-12-03 Timothy Hatcher <timothy@apple.com>
1985 Fix directory redirect ordering.
1989 2015-12-03 Jonathan Davis <jond@apple.com>
1991 Fixed cache logic so download data is correctly available.
1993 * wp-content/themes/webkit/nightly.php:
1995 2015-12-03 Timothy Hatcher <timothy@apple.com>
1997 Add some missing redirects for directories of the old site.
2001 2015-12-03 Jonathan Davis <jond@apple.com>
2003 Fixed transient behavior when the cache plugin is enabled.
2005 * wp-content/themes/webkit/functions.php:
2006 * wp-content/themes/webkit/includes.php:
2007 * wp-content/themes/webkit/nightly.php:
2009 2015-12-03 Jonathan Davis <jond@apple.com>
2011 Add sub-section anchors to code style guidelines
2012 https://bugs.webkit.org/show_bug.cgi?id=151770
2014 Reviewed by Timothy Hatcher.
2017 * wp-content/plugins/table-of-contents.php:
2018 * wp-content/themes/webkit/includes.php:
2019 * wp-content/themes/webkit/style.css:
2021 (p > a[name]::before):
2024 (.admin-bar a[name]):
2025 (.admin-bar p > a[name]::before):
2026 (.screen-reader-text):
2027 (.table-of-contents ul li > ul):
2028 (#post-4132 pre:nth-child(-n+10)):
2029 (#post-4132 pre:nth-child(-n+8)): Deleted.
2031 2015-12-01 Jonathan Davis <jond@apple.com>
2033 Updated favicon.ico with the new logo.
2037 2015-12-01 Jonathan Davis <jond@apple.com>
2039 Improved accessibility handling for the small drop-down menu.
2041 * wp-content/themes/webkit/scripts/global.js:
2043 2015-12-01 Jonathan Davis <jond@apple.com>
2045 Fixed font rendering. Fixed SVG rendering for Firefox.
2047 * wp-content/themes/webkit/images/icons.svg:
2048 * wp-content/themes/webkit/images/inspector.svg:
2049 * wp-content/themes/webkit/images/twitter.svg:
2050 * wp-content/themes/webkit/style.css:
2053 (.screen-reader-text:focus):
2055 (.tile.category-web-inspector .background-image):
2056 (.tile.category-performance .background-image):
2057 (.tile.category-javascript .background-image):
2058 (.tile.category-css .background-image):
2059 (.tile.category-standards .background-image):
2060 (.tile.category-contributing .background-image):
2061 (.tile.category-storage .background-image):
2062 (.tile.category-layout .background-image):
2063 (.tile.tag-timeline .background-image):
2064 (.tile.tag-console .background-image):
2065 (.tile.tag-debugger .background-image):
2066 (.tile.tag-shortcuts .background-image):
2067 (.tile .background-image.loaded):
2068 (body, input, textarea, select, button): Deleted.
2070 2015-12-01 Jonathan Davis <jond@apple.com>
2072 Removed escpaes to correctly pass query string arguments.
2076 2015-12-01 Jonathan Davis <jond@apple.com>
2078 Corrected rewrite rules to restore convenience paths.
2082 2015-12-01 Jonathan Davis <jond@apple.com>
2084 Fixed static reference PHP syntax for compatibility with the server environment.
2086 * wp-content/plugins/table-of-contents.php:
2088 2015-12-01 Jonathan Davis <jond@apple.com>
2090 Fixed PHP syntax for compatibility with the server environment.
2092 * wp-content/plugins/social-meta.php:
2093 * wp-content/themes/webkit/functions.php:
2094 * wp-content/themes/webkit/widgets/twitter.php:
2096 2015-12-01 Jonathan Davis <jond@apple.com>
2098 Updated webkit.org to use the new theme and WordPress deployment.
2104 2015-12-01 Jonathan Davis <jond@apple.com>
2106 Fixed data return format for tweets when updating cache.
2108 * wp-content/themes/webkit/widgets/twitter.php:
2110 2015-12-01 Jonathan Davis <jond@apple.com>
2112 Theme update to tidy styles and add a theme screenshot.
2114 * wp-content/themes/webkit/screenshot.png: Added.
2115 * wp-content/themes/webkit/style.css:
2117 (.tile .background-image):
2119 2015-11-30 Jonathan Davis <jond@apple.com>
2121 Set max-height to prevent narrow images from upscaling.
2123 * wp-content/themes/webkit/style.css:
2124 (article figure > img):
2125 (figure.widescreen):
2126 (figure.widescreen figcaption):
2127 (figure.widescreen img): Deleted.
2129 2015-11-30 Jonathan Davis <jond@apple.com>
2131 Added a new theme and plugins for a redesigned webkit.org.
2133 Reviewed by Timothy Hatcher.
2135 * apple-touch-icon-precomposed.png: Added.
2136 * code-style.md: Added.
2137 * commit-review.md: Added.
2138 * favicon.png: Added.
2139 * security-policy.md: Added.
2140 * tabicon.svg: Added.
2141 * wp-content: Added.
2142 * wp-content/index.php: Added.
2143 * wp-content/maintenance.php: Added.
2144 * wp-content/plugins: Added.
2145 * wp-content/plugins/analytics.php: Added.
2146 * wp-content/plugins/hyperlight: Added.
2147 * wp-content/plugins/hyperlight/hyperlight: Added.
2148 * wp-content/plugins/hyperlight/hyperlight.php: Added.
2149 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
2150 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
2151 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
2152 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
2153 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
2154 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
2155 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
2156 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
2157 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
2158 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
2159 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
2160 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
2161 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
2162 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
2163 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
2164 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
2165 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
2166 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
2167 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
2168 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
2169 * wp-content/plugins/index.php: Added.
2170 * wp-content/plugins/social-meta.php: Added.
2171 * wp-content/plugins/table-of-contents.php: Added.
2172 * wp-content/plugins/visual-preview.php: Added.
2173 * wp-content/themes: Added.
2174 * wp-content/themes/index.php: Added.
2175 * wp-content/themes/webkit: Added.
2176 * wp-content/themes/webkit/404.php: Added.
2177 * wp-content/themes/webkit/444.php: Added.
2178 * wp-content/themes/webkit/footer.php: Added.
2179 * wp-content/themes/webkit/front-header.php: Added.
2180 * wp-content/themes/webkit/front-page.php: Added.
2181 * wp-content/themes/webkit/functions.php: Added.
2182 * wp-content/themes/webkit/header.php: Added.
2183 * wp-content/themes/webkit/images: Added.
2184 * wp-content/themes/webkit/images/download.svg: Added.
2185 * wp-content/themes/webkit/images/icons.svg: Added.
2186 * wp-content/themes/webkit/images/inspector.svg: Added.
2187 * wp-content/themes/webkit/images/menu-down.svg: Added.
2188 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
2189 * wp-content/themes/webkit/images/twitter.svg: Added.
2190 * wp-content/themes/webkit/images/webkit.svg: Added.
2191 * wp-content/themes/webkit/includes.php: Added.
2192 * wp-content/themes/webkit/index.php: Added.
2193 * wp-content/themes/webkit/loop.php: Added.
2194 * wp-content/themes/webkit/nightly.php: Added.
2195 * wp-content/themes/webkit/page.php: Added.
2196 * wp-content/themes/webkit/scripts: Added.
2197 * wp-content/themes/webkit/scripts/global.js: Added.
2198 * wp-content/themes/webkit/single.php: Added.
2199 * wp-content/themes/webkit/sitemap.php: Added.
2200 * wp-content/themes/webkit/status.php: Added.
2201 * wp-content/themes/webkit/style.css: Added.
2202 * wp-content/themes/webkit/team.php: Added.
2203 * wp-content/themes/webkit/widgets: Added.
2204 * wp-content/themes/webkit/widgets/icon.php: Added.
2205 * wp-content/themes/webkit/widgets/page.php: Added.
2206 * wp-content/themes/webkit/widgets/post.php: Added.
2207 * wp-content/themes/webkit/widgets/twitter.php: Added.
2209 2015-11-18 Jonathan Davis <jond@apple.com>
2211 Adding a maintenance file for the old WordPress blog.
2213 Reviewed by Timothy Hatcher.
2215 * blog/wp-content/maintenance.php: Added.
2217 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
2219 Add images needed for shadow DOM blog post
2220 https://bugs.webkit.org/show_bug.cgi?id=150549
2222 Reviewed by Timothy Hatcher.
2226 * blog-files/introducing-shadow-dom: Added.
2227 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
2228 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
2230 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2232 Modify the image to fit the width of the blog.
2234 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
2236 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2238 Add more assets for Web Inspector Keyboard Shortcuts blog post.
2240 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
2241 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
2242 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
2243 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
2244 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
2245 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
2247 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2249 Add assets for Web Inspector Keyboard Shortcuts blog post.
2251 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
2252 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
2253 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
2254 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
2255 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
2256 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
2257 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
2259 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
2261 Add anchor tags for scroll snapping examples.
2263 * demos/scroll-snap/index.html: Added anchor tags.
2265 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2267 Add scroll snap blog post resources.
2269 * blog-files/scroll-snap/overflow-normal.mp4: Added.
2270 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
2271 * blog-files/scroll-snap/snap-2d.mp4: Added.
2272 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
2273 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
2274 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
2276 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2278 Add scroll snap demo directory and files.
2280 * demos/scroll-snap/images/1.png: Added.
2281 * demos/scroll-snap/images/10.png: Added.
2282 * demos/scroll-snap/images/11.png: Added.
2283 * demos/scroll-snap/images/12.png: Added.
2284 * demos/scroll-snap/images/13.png: Added.
2285 * demos/scroll-snap/images/14.png: Added.
2286 * demos/scroll-snap/images/15.png: Added.
2287 * demos/scroll-snap/images/16.png: Added.
2288 * demos/scroll-snap/images/2.png: Added.
2289 * demos/scroll-snap/images/3.png: Added.
2290 * demos/scroll-snap/images/4.png: Added.
2291 * demos/scroll-snap/images/5.png: Added.
2292 * demos/scroll-snap/images/6.png: Added.
2293 * demos/scroll-snap/images/7.png: Added.
2294 * demos/scroll-snap/images/8.png: Added.
2295 * demos/scroll-snap/images/9.png: Added.
2296 * demos/scroll-snap/images/bluecross.svg: Added.
2297 * demos/scroll-snap/images/corner.svg: Added.
2298 * demos/scroll-snap/index.html: Added.
2300 2015-09-03 Matt Baker <mattbaker@apple.com>
2302 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
2304 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
2305 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
2306 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
2307 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
2309 2015-09-03 Matt Baker <mattbaker@apple.com>
2311 Add assets for Introducing the Rendering Frames Timeline blog post.
2313 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
2314 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
2315 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
2316 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
2317 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
2318 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
2319 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
2320 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
2321 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
2322 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
2323 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
2324 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
2326 2015-08-28 Jonathan Davis <jond@apple.com>
2328 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
2330 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
2331 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
2332 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
2333 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
2334 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
2335 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
2336 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
2337 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
2338 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
2339 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
2340 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
2341 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
2343 2015-08-26 Brent Fulgham <bfulgham@apple.com>
2345 Update Windows tool install instructions.
2347 * building/tools.html:
2349 2015-08-24 Saam barati <sbarati@apple.com>
2351 Add mp4 version of types-changing video.
2353 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
2355 2015-08-23 Saam barati <sbarati@apple.com>
2357 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
2359 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
2360 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
2361 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
2363 2015-08-22 Saam barati <sbarati@apple.com>
2365 Change image for type profiler and code coverage profiler blog post.
2367 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
2368 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
2370 2015-08-22 Saam barati <sbarati@apple.com>
2372 Change video for type profiler and code coverage profiler blog post.
2374 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
2376 2015-08-22 Saam barati <sbarati@apple.com>
2378 Add 1x/2x resources for type profiler and code coverage profiler blog post.
2380 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
2381 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
2382 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
2383 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
2384 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
2385 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
2386 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
2387 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
2388 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
2389 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
2390 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
2391 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
2393 2015-08-21 Saam barati <sbarati@apple.com>
2395 Edit a resource for type profiler and code coverage profiler blog post.
2397 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
2399 2015-08-21 Saam barati <sbarati@apple.com>
2401 Add resources for type profiler and code coverage profiler blog post.
2403 * blog-files/type-profiler-and-code-coverage-profiler: Added.
2404 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
2405 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
2406 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
2407 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
2408 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
2409 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
2410 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
2412 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2414 Correct a typo in the explanatory text.
2416 * demos/backdrop-filter/index.html:
2418 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2420 Add an example of backdrop-filter.
2422 * demos/backdrop-filter: Added.
2423 * demos/backdrop-filter/dynamic_poster.jpg: Added.
2424 * demos/backdrop-filter/dynamic_source.m4v: Added.
2425 * demos/backdrop-filter/index.html: Added.
2426 * demos/backdrop-filter/inverted_color.jpg: Added.
2427 * demos/backdrop-filter/multiple.jpg: Added.
2428 * demos/backdrop-filter/simple_blur.jpg: Added.
2430 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2432 Add a poster image for the video.
2434 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
2436 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2438 Add more media control examples.
2440 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
2441 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2442 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2444 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2446 Add two more files for a future blog post.
2448 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
2449 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
2451 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
2453 Fix the twitter links on the status page
2457 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
2459 Prepare screenshots for a potential blog post
2461 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
2462 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
2464 2015-07-28 Geoffrey Garen <ggaren@apple.com>
2466 SunSpider is no longer maintained
2467 https://bugs.webkit.org/show_bug.cgi?id=147370
2469 Reviewed by Michael Saboff.
2471 Add an indicator to show that SunSpider is no longer maintained.
2473 * perf/sunspider/sunspider.css:
2477 * perf/sunspider/sunspider.html:
2479 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
2481 Add image for a blog post
2483 * blog-files/el-capitan-system-font.png: Added.
2485 2015-07-23 Timothy Hatcher <timothy@apple.com>
2487 Change some images for a blog post and add 2x images.
2489 * blog-files/inspector-elements-tab-2x.png: Added.
2490 * blog-files/inspector-elements-tab.png: Updated.
2491 * blog-files/inspector-network-tab-2x.png: Added.
2492 * blog-files/inspector-network-tab.png: Updated.
2493 * blog-files/inspector-tab-bar-2x.png: Added.
2494 * blog-files/inspector-tab-bar.png: Updated.
2496 2015-07-23 Timothy Hatcher <timothy@apple.com>
2498 Change some images for a blog post.
2500 * blog-files/inspector-elements-tab.png:
2501 * blog-files/inspector-network-tab.png:
2503 2015-07-23 Timothy Hatcher <timothy@apple.com>
2505 Add and change some images for a blog post.
2507 * blog-files/inspector-elements-network-tabs.png: Removed.
2508 * blog-files/inspector-elements-tab.png: Added.
2509 * blog-files/inspector-network-tab.png: Added.
2510 * blog-files/inspector-tab-bar.png:
2512 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2514 Correct rest of the images to match.
2516 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
2517 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
2518 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
2519 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
2520 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
2522 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2524 Adjust image sizes to avoid page scaling.
2526 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
2527 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
2528 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
2529 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
2530 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
2532 2015-07-22 Brent Fulgham <bfulgham@apple.com>
2534 Add some images needed for an upcoming blog post.
2536 * blog-files/backdrop-filters: Added.
2537 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
2538 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
2539 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
2540 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
2541 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
2542 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
2543 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
2544 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
2545 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
2546 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
2548 2015-07-11 Timothy Hatcher <timothy@apple.com>
2550 Add some images for a blog post.
2552 * blog-files/inspector-elements-network-tabs.png: Added.
2553 * blog-files/inspector-tab-bar.png: Added.
2554 * blog-files/inspector-tab-icons.svg: Added.
2556 2015-06-30 Jonathan Davis <jond@apple.com>
2558 Added WebKit feature status page to navigation.
2560 Reviewed by Timothy Hatcher.
2564 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
2566 Add some images for a blog post.
2568 * blog-files/console-improvements/array-api.png: Added.
2569 * blog-files/console-improvements/collections.png: Added.
2570 * blog-files/console-improvements/console-messages.png: Added.
2571 * blog-files/console-improvements/interactivity.m4v: Added.
2572 * blog-files/console-improvements/iterators.png: Added.
2573 * blog-files/console-improvements/localStorage-api.png: Added.
2574 * blog-files/console-improvements/object-preview.png: Added.
2575 * blog-files/console-improvements/object-tree.png: Added.
2576 * blog-files/console-improvements/promises.png: Added.
2577 * blog-files/console-improvements/tooltip-1.png: Added.
2578 * blog-files/console-improvements/tooltip-2.png: Added.
2580 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2582 Remove unnecessary svn:executable flags
2583 https://bugs.webkit.org/show_bug.cgi?id=146107
2585 Reviewed by Alexey Proskuryakov.
2587 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
2588 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
2589 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
2590 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
2591 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
2592 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
2593 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
2594 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
2596 2015-05-20 Jon Davis <jond@apple.com>
2598 Upgrading WordPress to 4.2.2 release.
2600 Rubber-stamped by Timothy Hatcher.
2602 * Websites/webkit.org/blog/:
2603 * Websites/webkit.org/blcd Tog/wp-admin/:
2604 * Websites/webkit.org/blog/wp-admin/css/:
2605 * Websites/webkit.org/blog/wp-admin/css/colors/:
2606 * Websites/webkit.org/blog/wp-admin/images/:
2607 * Websites/webkit.org/blog/wp-admin/includes/:
2608 * Websites/webkit.org/blog/wp-admin/js/:
2609 * Websites/webkit.org/blog/wp-admin/maint/:
2610 * Websites/webkit.org/blog/wp-admin/network/:
2611 * Websites/webkit.org/blog/wp-admin/user/:
2612 * Websites/webkit.org/blog/wp-includes/:
2613 * Websites/webkit.org/blog/wp-includes/ID3/:
2614 * Websites/webkit.org/blog/wp-includes/SimplePie/:
2615 * Websites/webkit.org/blog/wp-includes/Text/:
2616 * Websites/webkit.org/blog/wp-includes/certificates/:
2617 * Websites/webkit.org/blog/wp-includes/css/:
2618 * Websites/webkit.org/blog/wp-includes/fonts/:
2619 * Websites/webkit.org/blog/wp-includes/images/:
2620 * Websites/webkit.org/blog/wp-includes/js/:
2621 * Websites/webkit.org/blog/wp-includes/pomo/:
2622 * Websites/webkit.org/blog/wp-includes/theme-compat/:
2624 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
2626 Fix the link noted 'contribute to features' in status.html
2627 https://bugs.webkit.org/show_bug.cgi?id=144331
2629 Reviewed by Csaba Osztrogonác.
2631 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
2635 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2637 Add naver to team.html
2638 https://bugs.webkit.org/show_bug.cgi?id=144298
2640 Reviewed by Gyuyoung Kim.
2644 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
2646 Status page: fix the email links
2650 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
2652 Improve the status page
2653 https://bugs.webkit.org/show_bug.cgi?id=144248
2655 Reviewed by Darin Adler.
2658 Lots of minor changes:
2660 -Do not use sync XHR. That was nice for testing but that's eveil
2661 and it breaks Firefox.
2662 -Start fetching the json files as soon as possible during page load,
2663 that server takes forever to respond.
2664 -Remove some useless CSS.
2665 -Get rid of mustache. That template thing was awesome but it took
2666 up to 600ms to fetch the file (plus it is not exactly efficient).
2667 -Put both the specifications and the features in the list.
2668 They are referencing each other with links. That seems to work pretty well.
2669 -Use the keywords for filtering.
2671 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
2673 Start a basic status page on webkit.org
2674 https://bugs.webkit.org/show_bug.cgi?id=143940
2676 Reviewed by Darin Adler.
2678 * status.html: Added.
2679 Nothing fancy, for now just show the "features" list of the two features.json
2681 2015-04-19 Dan Bernstein <mitz@apple.com>
2685 * coding/RefPtr.html:
2687 2015-04-19 Darin Adler <darin@apple.com>
2689 Update RefPtr documentation and deprecation
2690 https://bugs.webkit.org/show_bug.cgi?id=143936
2692 Reviewed by Andreas Kling.
2694 * coding/RefPtr.html: Updated.
2696 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
2698 Fix warning about loading insecure content from secure webkit.org/blog
2699 https://bugs.webkit.org/show_bug.cgi?id=142545
2701 Reviewed by Mark Rowe.
2703 * blog/wp-content/themes/webkit/footer.php:
2704 Use an "https" URL for the subresource, instead of "http".
2706 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2708 Remove svn:keywords property.
2710 As far as I can tell, the property had no effect on any of these files, but also,
2711 when it has effect it's likely harmful.
2713 * demos/srcset/index.html: Removed property svn:keywords.
2714 * specs/index.html: Removed property svn:keywords.
2716 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2718 Unreviewed, remove empty directories.
2720 * blog/wp-includes/js/codepress: Removed.
2722 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
2724 Add LG Electronics to team.html
2725 https://bugs.webkit.org/show_bug.cgi?id=141227
2727 Reviewed by Andreas Kling.
2731 2015-01-30 Chris Dumez <cdumez@apple.com>
2733 Add "Singleton pattern" section to the WebKit coding style
2734 https://bugs.webkit.org/show_bug.cgi?id=141040
2736 Reviewed by Ryosuke Niwa.
2738 Add "Singleton pattern" section to the WebKit coding style to document
2739 what was discussed on webkit-dev:
2740 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
2742 * coding/coding-style.html:
2744 2015-01-27 Daniel Bates <dabates@apple.com>
2746 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
2748 Reviewed by David Kilzer.
2750 * building/build.html: Added instructions to build WebKit for iOS Simulator.
2751 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
2752 in the iOS Simulator using command line tools. We should look to add Xcode instructions
2753 and simplify these steps once we teach debug-safari about the iOS Simulator.
2754 * building/run.html: Added remark to run Safari in the iOS Simulator.
2755 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
2756 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
2758 2014-09-27 Dan Bernstein <mitz@apple.com>
2760 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2761 https://bugs.webkit.org/show_bug.cgi?id=137053
2763 Reviewed by Mark Rowe.
2765 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
2767 2014-09-26 Alexey Proskuryakov <ap@apple.com>
2769 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2770 https://bugs.webkit.org/show_bug.cgi?id=137053
2772 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
2774 Explain that to build from Xcode, one needs to build from command line once first.
2776 Removed a Windows section that explained how to launch cygwin shell, which was
2777 silly given that we then link to a long document explaining further steps.
2779 * building/build.html:
2781 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
2783 Update the list of u-szeged contributors.
2785 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
2789 2014-09-18 Dean Jackson <dino@apple.com>
2791 Expand the srcset demo to have 3x and 4x images.
2795 * demos/srcset/image-1x.png:
2796 * demos/srcset/image-2x.png:
2797 * demos/srcset/image-3x.png: Added.
2798 * demos/srcset/image-4x.png: Added.
2799 * demos/srcset/index.html:
2801 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
2803 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
2804 https://bugs.webkit.org/show_bug.cgi?id=136315
2806 Reviewed by Mark Rowe.
2808 * building/checkout.html:
2809 * building/debug-mac-uiprocess.html:
2810 * building/debug.html:
2811 * building/run.html:
2812 * building/tools.html:
2815 * projects/javascript/index.html:
2816 * projects/svg/index.html:
2817 * quality/bugwriting.html:
2818 * quality/crashlogs.html:
2819 * quality/leakhunting.html:
2820 * quality/lifecycle.html:
2821 * quality/testing.html:
2823 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
2825 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
2826 https://bugs.webkit.org/show_bug.cgi?id=31993
2828 Reviewed by Darin Adler.
2830 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
2832 * coding/contributing.html:
2833 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
2835 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
2837 Remove people that have left Adobe from Security Contact list
2838 https://bugs.webkit.org/show_bug.cgi?id=135256
2840 Reviewed by Alexey Proskuryakov.
2842 * security/security-group-members.html:
2844 2014-08-06 peavo@outlook.com <peavo@outlook.com>
2846 [Win] Build error when OFFICIAL_BUILD != 1.
2847 https://bugs.webkit.org/show_bug.cgi?id=135613
2849 Reviewed by Alex Christensen.
2851 Added python installation as a required step before building on Windows.
2853 * building/tools.html:
2855 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
2857 Committers should mail webkit-committers not webkit-reviewers for reactivation
2858 https://bugs.webkit.org/show_bug.cgi?id=135203
2860 Reviewed by Ryosuke Niwa.
2862 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
2863 send mail to webkit-committers instead of webkit-reviewers.
2865 * coding/commit-review-policy.html:
2867 2014-07-15 Alex Christensen <achristensen@webkit.org>
2869 Make css jit benchmark work on IE11.
2870 https://bugs.webkit.org/show_bug.cgi?id=134956
2872 Reviewed by Benjamin Poulain.
2874 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
2875 Remove an iframe which caused IE11 to try to open content as a URL.
2877 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
2879 Update policy for Inactive Committer and Reviewer status
2880 https://bugs.webkit.org/show_bug.cgi?id=134403
2882 Reviewed by Nico Weber.
2884 * coding/commit-review-policy.html:
2886 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
2888 Remove Qt instructions from http://www.webkit.org/building/tools.html
2889 https://bugs.webkit.org/show_bug.cgi?id=134384
2891 Reviewed by Tim Horton.
2893 * building/tools.html:
2895 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
2896 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
2898 2014-06-25 Brent Fulgham <bfulgham@apple.com>
2900 [Win] Whoops! DirectX SDK is still needed.
2902 * building/tools.html: Put DirectX instruction back.
2904 2014-06-24 Brent Fulgham <bfulgham@apple.com>
2906 [Win] Remove some out-of-date stuff from our instructions.
2907 https://bugs.webkit.org/show_bug.cgi?id=134282
2909 Reviewed by Tim Horton.
2911 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
2912 install anymore (it's part of Visual Studio 2013).
2913 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
2916 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
2918 Drop the cross organizational support requirement from reviewer nomination policy
2919 https://bugs.webkit.org/show_bug.cgi?id=134240
2921 Reviewed by Gyuyoung Kim.
2925 * coding/commit-review-policy.html:
2927 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2929 Updated the files to have the right width.
2931 * blog-files/ftl-jit/dfg_pipeline.png:
2932 * blog-files/ftl-jit/four_tier_performance.png:
2933 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
2934 * blog-files/ftl-jit/ftl_pipeline.png:
2935 * blog-files/ftl-jit/ftl_timeline.png:
2936 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
2937 * blog-files/ftl-jit/polyvariance.png:
2938 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
2939 * blog-files/ftl-jit/three_tier_performance.png:
2941 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2943 Add some illustrations about how JSC works.
2945 * blog-files/ftl-jit: Added.
2946 * blog-files/ftl-jit/dfg_pipeline.png: Added.
2947 * blog-files/ftl-jit/four_tier_performance.png: Added.
2948 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
2949 * blog-files/ftl-jit/ftl_pipeline.png: Added.
2950 * blog-files/ftl-jit/ftl_timeline.png: Added.
2951 * blog-files/ftl-jit/object_model.png: Added.
2952 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
2953 * blog-files/ftl-jit/polyvariance.png: Added.
2954 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
2955 * blog-files/ftl-jit/three_tier_performance.png: Added.
2956 * blog-files/ftl-jit/three_tiers.png: Added.
2958 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
2960 Add potential illustrations for a potential future blog post about the viewport meta tag
2962 * blog-files/simple-viewport-configuration: Added.
2963 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
2964 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
2965 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
2966 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
2967 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
2968 * blog-files/simple-viewport-configuration/inspector.png: Added.
2969 * blog-files/simple-viewport-configuration/report_size.js: Added.
2971 2014-04-29 Alex Christensen <achristensen@webkit.org>
2973 [WinCairo] Switch video from GStreamer to Media Foundation.
2974 https://bugs.webkit.org/show_bug.cgi?id=132358
2976 Reviewed by Brent Fulgham.
2978 * building/tools.html:
2979 Removed requirement of installing GStreamer.
2981 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
2983 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
2984 https://bugs.webkit.org/show_bug.cgi?id=131791
2986 Reviewed by Sam Weinig.
2988 * building/debug.html:
2990 2014-03-28 James Craig <jcraig@apple.com>
2992 Web Inspector: AXI: support for live regions
2993 https://bugs.webkit.org/show_bug.cgi?id=130725
2995 Reviewed by Timothy Hatcher.
2997 Demo update to show off the new Inspector support for live regions.
2999 * blog-files/aria1.0/combobox_with_live_region_status.html:
3001 2014-03-27 James Craig <jcraig@apple.com>
3003 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
3004 https://bugs.webkit.org/show_bug.cgi?id=130827
3006 Reviewed by Timothy Hatcher.
3008 Updated demo files with attr refresh to show off selected children changing.
3009 Long term fix will be http://webkit.org/b/130883
3011 * blog-files/aria1.0/combobox_with_live_region_status.html:
3013 2014-03-25 James Craig <jcraig@apple.com>
3015 Blog-files: combobox demo needs aria-expanded support
3016 https://bugs.webkit.org/show_bug.cgi?id=130766
3018 Reviewed by Chris Fleizach.
3020 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
3022 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
3024 Add illustrations for a potential blog post
3026 First version, let see how that works out.
3028 * blog-files/css-jit-introduction: Added.
3029 * blog-files/css-jit-introduction/clicktostart.js: Added.
3030 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
3031 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
3032 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
3033 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
3034 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
3035 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
3037 2014-03-20 James Craig <jcraig@apple.com>
3039 Sample code for potential ARIA blog post.
3040 https://bugs.webkit.org/show_bug.cgi?id=130548
3042 Rubber-stamped by Chris Fleizach.
3044 * blog-files/aria1.0: Added.
3045 * blog-files/aria1.0/africa_large.svg: Added.
3046 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
3047 * blog-files/aria1.0/roaming_tabindex: Added.
3048 * blog-files/aria1.0/roaming_tabindex/css: Added.
3049 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
3050 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
3051 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
3052 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
3053 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
3054 * blog-files/aria1.0/roaming_tabindex/js: Added.
3055 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
3056 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
3057 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
3059 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3061 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3062 https://bugs.webkit.org/show_bug.cgi?id=130276
3063 <rdar://problem/16266927>
3065 Reviewed by Simon Fraser.
3067 * blog/wp-content/textfield_screenshot.jpg:
3068 * misc/WebKitDetect.html:
3069 * misc/WebKitDetect.js:
3070 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
3071 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
3072 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
3073 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
3074 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
3075 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
3076 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
3077 * perf/sunspider-0.9.1/sunspider-compare-results.js:
3078 * perf/sunspider-0.9/3d-cube.html:
3079 * perf/sunspider-0.9/3d-morph.html:
3080 * perf/sunspider-0.9/3d-raytrace.html:
3081 * perf/sunspider-0.9/access-binary-trees.html:
3082 * perf/sunspider-0.9/access-fannkuch.html:
3083 * perf/sunspider-0.9/access-nbody.html:
3084 * perf/sunspider-0.9/access-nsieve.html:
3085 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
3086 * perf/sunspider-0.9/bitops-bits-in-byte.html:
3087 * perf/sunspider-0.9/bitops-bitwise-and.html:
3088 * perf/sunspider-0.9/bitops-nsieve-bits.html:
3089 * perf/sunspider-0.9/controlflow-recursive.html:
3090 * perf/sunspider-0.9/crypto-aes.html:
3091 * perf/sunspider-0.9/crypto-md5.html:
3092 * perf/sunspider-0.9/crypto-sha1.html:
3093 * perf/sunspider-0.9/date-format-tofte.html:
3094 * perf/sunspider-0.9/date-format-xparb.html:
3095 * perf/sunspider-0.9/math-cordic.html:
3096 * perf/sunspider-0.9/math-partial-sums.html:
3097 * perf/sunspider-0.9/math-spectral-norm.html:
3098 * perf/sunspider-0.9/regexp-dna.html:
3099 * perf/sunspider-0.9/string-base64.html:
3100 * perf/sunspider-0.9/string-fasta.html:
3101 * perf/sunspider-0.9/string-tagcloud.html:
3102 * perf/sunspider-0.9/string-unpack-code.html:
3103 * perf/sunspider-0.9/string-validate-input.html:
3104 * perf/sunspider-0.9/sunspider-analyze-results.js:
3105 * perf/sunspider-0.9/sunspider-compare-results.js:
3106 * perf/sunspider-0.9/sunspider-driver.html:
3107 * perf/sunspider-0.9/sunspider-record-result.js:
3108 * perf/sunspider-0.9/sunspider-results.html:
3109 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
3110 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
3111 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
3112 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
3113 * perf/sunspider-1.0.1/sunspider-compare-results.js:
3114 * perf/sunspider-1.0.1/sunspider.html:
3115 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3116 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
3117 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3118 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
3119 * perf/sunspider-1.0.2/sunspider-compare-results.js:
3120 * perf/sunspider-1.0.2/sunspider.html:
3121 * perf/sunspider-1.0/sunspider-1.0/driver.html:
3122 * perf/sunspider-1.0/sunspider-1.0/results.html:
3123 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
3124 * perf/sunspider-1.0/sunspider-analyze-results.js:
3125 * perf/sunspider-1.0/sunspider-compare-results.js:
3126 * perf/sunspider-1.0/sunspider.html:
3127 * perf/sunspider/sunspider.html:
3128 * perf/sunspider/versions.html:
3129 * quality/reporting.html:
3131 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
3133 Use DYEBench v0.9 by default.
3135 Rubber-stamped by Benjamin Poulain.
3137 * perf/DoYouEvenBench/index.html:
3139 2014-02-27 Darin Adler <darin@apple.com>
3141 Some small modernizing tweaks to the coding style guide
3142 https://bugs.webkit.org/show_bug.cgi?id=129427
3144 Reviewed by Alexey Proskuryakov.
3146 My intent here was originally to do the nullptr style guide update, but that was already done.
3147 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
3148 a number of subtle ways.
3150 * coding/coding-style.html: Change "left side operator" example to be a more modern example
3151 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
3152 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
3153 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
3154 over index iteration in vector iteration example and also showed use of unsigned rather than
3155 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
3156 a newly created object" example. Use references instead of pointers in one example.
3158 2014-02-26 Julien Brianceau <jbriance@cisco.com>
3160 Add Cisco to team.html
3161 https://bugs.webkit.org/show_bug.cgi?id=129405
3163 Reviewed by Andreas Kling.
3167 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
3169 Update style guide to use nullptr instead of 0 for C++ null pointers.
3170 https://bugs.webkit.org/show_bug.cgi?id=129413
3172 Reviewed by Ryosuke Niwa.
3174 * coding/coding-style.html:
3176 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
3178 Change tools.html to say Xcode 5 is required to build
3179 https://bugs.webkit.org/show_bug.cgi?id=128545
3181 Reviewed by Andreas Kling.
3183 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
3184 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
3185 line tools in the downloads pane anymore, so direct folks to use
3186 xcode-select to install the command line tools as well.
3188 * building/tools.html:
3190 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3192 Host DoYouEvenBench on webkit.org
3193 https://bugs.webkit.org/show_bug.cgi?id=127185
3195 Reviewed by Benjamin Poulain.
3197 The previous patch didn't quite work due to cross-origin restrictions.
3198 Simply add a hyperlink to a trac page.
3200 * perf/DoYouEvenBench/index.html:
3202 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3204 Host DoYouEvenBench on webkit.org
3205 https://bugs.webkit.org/show_bug.cgi?id=127185
3207 Reviewed by Benjamin Poulain.
3209 Added webkit.org/perf/DoYouEvenBench.
3211 * perf/DoYouEvenBench: Added.
3212 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
3214 2014-01-03 Alex Christensen <achristensen@webkit.org>
3216 Added GStreamer to list of required tools for compiling webkit.
3217 https://bugs.webkit.org/show_bug.cgi?id=126319
3219 Reviewed by Philippe Normand.
3221 * building/tools.html:
3222 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
3223 Added GStreamer installers to list of required tools for WinCairo.
3225 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
3227 Add a description about webkit-patch setup-git-clone to checkout.html
3228 https://bugs.webkit.org/show_bug.cgi?id=126217
3230 Reviewed by Philippe Normand.
3234 * building/checkout.html:
3236 2013-12-13 Roger Fong <roger_fong@apple.com>
3238 Update build instructions for Windows following upgrade to VS2013.
3240 * building/tools.html:
3242 2013-11-30 Mark Rowe <mrowe@apple.com>
3244 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
3246 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
3248 Reviewed by Sam Weinig.
3250 * footer.inc: Remove the old analytics code.
3251 * header.inc: Add the new stuff.
3253 2013-10-29 Beth Dakin <bdakin@apple.com>
3255 Just updating the sample code for this potential blog post.
3257 * blog-files/regions/pizza-is-amazing.png: Replaced.
3258 * blog-files/regions/unstyled-article.png: Replaced.
3259 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3260 * demos/regions/pizza-regions-manifesto.html:
3262 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3264 Mixed content error when accessing webkit.org/team.html over https
3265 https://bugs.webkit.org/show_bug.cgi?id=123020
3267 Reviewed by Alexey Proskuryakov.
3269 When the webkit.org/team.html page is accessed over https most browsers report
3270 Mixed Content error, which is caused by the fact that the contributos.json file
3271 is accessed over a plain http connection and not https.
3275 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3277 Cleanup webkit.org/team.html
3278 https://bugs.webkit.org/show_bug.cgi?id=123022
3280 Reviewed by Alexey Proskuryakov.
3282 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
3286 2013-10-16 Geoffrey Garen <ggaren@apple.com>
3288 Publish SunSpider 1.0.2
3289 https://bugs.webkit.org/show_bug.cgi?id=122923
3291 Reviewed by Darin Adler.
3293 * perf/sunspider/sunspider.html:
3294 * perf/sunspider/versions.html:
3296 2013-10-08 Geoffrey Garen <ggaren@apple.com>
3298 Refined power management in SunSpider 1.0.2
3299 https://bugs.webkit.org/show_bug.cgi?id=122525
3301 Reviewed by Gavin Barraclough.
3303 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3305 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3306 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3307 * perf/sunspider-1.0.2/sunspider.css:
3311 2013-10-02 Geoffrey Garen <ggaren@apple.com>
3313 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3315 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3316 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3318 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3320 Fixed a version number string in SunSpider 1.0.2
3321 https://bugs.webkit.org/show_bug.cgi?id=122004
3323 Reviewed by Gavin Barraclough.
3325 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
3327 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3329 Tentative SunSpider 1.0.2
3330 https://bugs.webkit.org/show_bug.cgi?id=122002
3332 Reviewed by Gavin Barraclough.
3334 See comments in PerformanceTests/SunSpider.
3336 * perf/sunspider-1.0.2: Added.
3338 2013-09-20 Mark Rowe <mrowe@apple.com>
3340 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
3342 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
3344 Reviewed by David Kilzer.
3346 * building/debug-mac-uiprocess.html:
3347 * building/tools.html:
3349 2013-09-19 Dan Bernstein <mitz@apple.com>
3351 Add a style guideline regarding spacing in range-based for loops
3352 https://bugs.webkit.org/show_bug.cgi?id=121620
3354 Reviewed by Anders Carlsson.
3356 * coding/coding-style.html: Added the guideline that spaces should be placed
3357 around the colon in a range-based for loop.
3359 2013-09-10 Beth Dakin <bdakin@apple.com>
3361 Adding another screenshot for a potential blog post.
3363 * blog-files/regions/unstyled-article.png: Added.
3365 2013-09-09 Roger Fong <roger_fong@apple.com>
3367 Update build instructions for Apple Windows port to include cygwin php install steps.
3369 * building/tools.html:
3371 2013-09-04 Beth Dakin <bdakin@apple.com>
3373 Fixing a typo in demo files and screenshot.
3375 * blog-files/regions/pizza-is-amazing.png: Replaced.
3376 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3377 * demos/regions/pizza-regions-manifesto.html:
3379 2013-09-04 Beth Dakin <bdakin@apple.com>
3381 Upload demo and images for a potential blog post.
3383 * blog-files/regions: Added.
3384 * blog-files/regions/pizza-is-amazing.png: Added.
3385 * demos/regions: Added.
3386 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
3387 * demos/regions/pizza-regions-manifesto.html: Added.
3388 * demos/regions/yellow-pizza.jpg: Added.
3390 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
3392 Fix the recommended testing platform on the website
3394 Rubberstamped by Enrica Casucci.
3396 * quality/testing.html:
3398 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
3400 Fix webkit.org content overflowing their content box
3402 Rubberstamped by Simon Fraser.
3404 More fixes to have webkit.org show properly on iPad and iPhone.
3406 * blog/wp-content/themes/webkit/header.php:
3407 Add the correct viewport width for the blog.
3409 * building/debug.html:
3410 * building/launch-debugger-vs2010-small.png: Added.
3411 * building/set-debugging-properties-vs2010-small.png: Added.
3412 Fix the images to make them fit in the page.
3414 * coding/adding-features.html:
3415 Using <pre> for the example of email just make it looks like our code examples.
3416 Change the source to use <blockquote> so that the text can reflow to the content box.
3418 (.code, pre, tt, code):
3419 Scroll the content when it overflows the box for code and pre.
3421 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
3423 Give a smaller viewport to webkit.org on devices
3425 Rubberstamped by Simon Fraser.
3427 The CSS of WebKit.org layout the content on 615px + a right margin of
3428 215px + a left margin of 20px. The total layout width is 850px.
3430 The standard viewport size on mobile devices is 980px. This leaves a gap
3431 on the right side of the content when opening the size on iPhone/iPad.
3433 This patch changes the layout width to be 860 to display more content on devices
3434 while keeping a little margin.
3438 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
3440 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
3441 https://bugs.webkit.org/show_bug.cgi?id=117993
3443 Reviewed by George Staikos.
3445 * perf/sunspider-1.0.1/json2.js: Added.
3446 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
3447 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
3448 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
3449 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
3450 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
3451 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
3452 * perf/sunspider-1.0.1/sunspider.css: Added.
3453 * perf/sunspider-1.0.1/sunspider.html: Added.
3454 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
3455 * perf/sunspider/versions.html: Updated to version 1.0.1.
3457 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
3459 Update the images for the blog size-matters
3461 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
3462 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
3463 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
3465 2013-08-05 Dean Jackson <dino@apple.com>
3467 Move previous commit into /demos.
3469 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
3470 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
3471 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
3472 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
3474 2013-08-05 Dean Jackson <dino@apple.com>
3476 Upload example for a blog post.
3478 * blog-files/srcset/image-1x.png: Added.
3479 * blog-files/srcset/image-2x.png: Added.
3480 * blog-files/srcset/image-src.png: Added.
3481 * blog-files/srcset/index.html: Added.
3483 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
3485 Upload images for a potential blog post
3487 * blog-files/size-matters: Added.
3488 * blog-files/size-matters/JavaScript-growth.png: Added.
3489 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
3490 * blog-files/size-matters/WebCore-growth.png: Added.
3491 * blog-files/size-matters/WebKit-growth.png: Added.
3493 2013-07-14 Kwang Yul Seo <skyul@company100.net>
3495 Add Company100 to team.html
3496 https://bugs.webkit.org/show_bug.cgi?id=118633
3498 Reviewed by Andreas Kling.
3502 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
3504 Add 'partner.samsung.com' to domain affiliations
3505 https://bugs.webkit.org/show_bug.cgi?id=118580
3507 Reviewed by Antonio Gomes.
3511 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
3513 Add screenshot of the inspector color picker for the blog
3515 * blog-files/last-week-in-webkit: Added.
3516 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
3518 2013-06-27 Roger Fong <roger_fong@apple.com>
3520 Update required tools for Windows instructions.
3522 * building/tools.html:
3524 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
3526 The page title of technical-articles.html is incorrect.
3527 https://bugs.webkit.org/show_bug.cgi?id=117727
3529 Reviewed by Ryosuke Niwa.
3531 Changed the page title of technical-articles.html to "WebKit Technical Articles".
3533 * coding/technical-articles.html:
3535 2013-06-14 Timothy Hatcher <timothy@apple.com>
3537 Shrink larger images to fit the width of the blog.
3539 * blog-files/new-inspector/hero-labeled.png:
3540 * blog-files/new-inspector/hero.png:
3542 2013-06-12 Roger Fong <roger_fong@apple.com>
3544 Update webkit.org build instructions for Apple Windows port.
3545 https://bugs.webkit.org/show_bug.cgi?id=117563.
3547 Reviewed by Brent Fulgham.
3549 * building/build.html:
3550 * building/debug.html:
3551 * building/launch-debugger-vs2005.png: Removed.
3552 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
3553 * building/set-as-startup-project-vs2005.png: Removed.
3554 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
3555 * building/set-debugging-properties-vs2005.png: Removed.
3556 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.