1 2017-08-06 James Craig <jcraig@apple.com>
3 Update prefers-reduced-motion demos to link back to blog post
4 https://bugs.webkit.org/show_bug.cgi?id=175251
6 Unreviewed, added some cross links to older demo files.
8 * blog-files/prefers-reduced-motion/axi.htm:
9 * blog-files/prefers-reduced-motion/prm.htm:
11 2017-08-04 Jon Davis <jond@apple.com>
13 Fixed loading feature status page queries and anchor link URLs
14 https://bugs.webkit.org/show_bug.cgi?id=175156
16 Reviewed by Simon Fraser.
18 * wp-content/themes/webkit/status.php:
20 2017-07-26 Frederic Wang <fwang@igalia.com>
22 Unreviewed, minor adjustments to the previous demo.
24 * demos/frames/index.html: Added. Index page for the list of demos.
25 * demos/frames/sandboxing/index.html: Minor fixes.
27 2017-07-26 Frederic Wang <fwang@igalia.com>
29 Unreviewed, add demos (frame sandboxing and scrolling) for a blog post.
31 * demos/frames/sandboxing/am-i-sandboxed.html: Added.
32 * demos/frames/sandboxing/framebusting-success.html: Added.
33 * demos/frames/sandboxing/framebusting-without-user-activation.html: Added.
34 * demos/frames/sandboxing/index.html: Added.
35 * demos/frames/scrollable-iframes.html: Added.
36 * demos/frames/scrollingElement.html: Added.
38 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
40 Unreviewed, add the final demo page for a WebCrypto API blog post
42 * demos/webcrypto/pbkdf2.html: Added.
44 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
46 Unreviewed, add yet another demo page for a WebCrypto API blog post
48 * demos/webcrypto/aes-gcm.html:
49 * demos/webcrypto/alice.png: Added.
50 * demos/webcrypto/bob.png: Added.
51 * demos/webcrypto/ecdh.html: Added.
53 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
55 Unreviewed, add another demo page for a WebCrypto API blog post
57 * demos/webcrypto/aes-gcm.html: Added.
58 * demos/webcrypto/asynchronous-execution.html:
59 * demos/webcrypto/common.js: Added.
61 2017-07-19 Jiewen Tan <jiewen_tan@apple.com>
63 Unreviewed, add a demo page for a WebCrypto API blog post
65 * demos/webcrypto/asynchronous-execution-worker.js: Added.
66 * demos/webcrypto/asynchronous-execution.html: Added.
68 2017-06-30 Jon Lee <jonlee@apple.com>
70 Add a WebRTC example for a blog post
71 https://bugs.webkit.org/show_bug.cgi?id=174049
73 Reviewed by Youenn Fablet.
75 Example does a typical WebRTC video call, but uses canvas to do some image effects.
76 Image effects will last for 30 seconds.
77 After that time, the video stream is directly sent.
78 This illustrates using RTCPeerConnection, replaceTrack and canvas capture.
80 * blog-files/webrtc/pc-with-effects/LICENSE: Added.
81 * blog-files/webrtc/pc-with-effects/glfx.js: Added.
82 * blog-files/webrtc/pc-with-effects/index.html: Added.
83 * blog-files/webrtc/pc-with-effects/main.css: Added.
84 * blog-files/webrtc/pc-with-effects/main.js: Added.
86 2017-06-28 Saam Barati <sbarati@apple.com>
88 Add a Object rest/spread test to the experimental features test page
89 https://bugs.webkit.org/show_bug.cgi?id=173947
91 Rubber stamped by Dean Jackson.
93 * experimental-features.html:
95 2017-06-07 Jon Davis <jond@apple.com>
97 Update the design of the WebKit Feature Status page
98 https://bugs.webkit.org/show_bug.cgi?id=173036
100 Reviewed by Simon Fraser.
102 * wp-content/themes/webkit/functions.php: Fixed a bad function call.
103 * wp-content/themes/webkit/status.php: Implemented redesign with saved search.
104 * wp-content/themes/webkit/style.css:
105 (.feature-header:after):
106 (@media only screen and (max-width: 920px)):
107 (@media only screen and (max-width: 600px)):
108 (.feature-filters): Deleted.
109 (.feature-filters.opened): Deleted.
110 (.feature-filters:after): Deleted.
111 (.feature-filters.opened:after): Deleted.
113 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
115 Add a WebGPU test to the experimental features test page
116 https://bugs.webkit.org/show_bug.cgi?id=172953
118 Reviewed by Darin Adler.
120 * experimental-features.html:
122 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
124 Move Resource Timing / User Timing from experimental features into main preferences
125 https://bugs.webkit.org/show_bug.cgi?id=172950
127 Reviewed by Darin Adler.
129 * experimental-features.html:
130 Remove no longer experimental features.
132 2017-06-02 Filip Pizlo <fpizlo@apple.com>
134 Atomics.load and Atomics.store need to be fully fenced
135 https://bugs.webkit.org/show_bug.cgi?id=172844
137 Reviewed by Keith Miller.
139 Update documentation to say that the canonical way to do fully fenced loads and stores is
140 AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
142 * docs/b3/intermediate-representation.html:
144 2017-05-31 Jon Davis <jond@apple.com>
146 Reduce Safari Technology Preview Release Notes posts shown on homepage
147 https://bugs.webkit.org/show_bug.cgi?id=172364
149 Reviewed by Daniel Bates.
151 * wp-content/themes/webkit/functions.php: Load some extra posts.
152 * wp-content/themes/webkit/widgets/post.php: Show STP blog posts when it is the current featured post.
154 2017-05-18 Jon Davis <jond@apple.com>
156 Add an Accessibility icon to webkit.org
157 https://bugs.webkit.org/show_bug.cgi?id=172298
159 Reviewed by Alexey Proskuryakov.
161 * wp-content/themes/webkit/images/icons.svg: Added accessibility icon to the sprite.
162 * wp-content/themes/webkit/style.css: New rule to use the accessibility icon from the icons sprite.
163 (.tile.category-accessibility .background-image):
165 2017-05-15 James Craig <jcraig@apple.com>
167 AX: Inaccessible content on webkit.org main page
168 https://bugs.webkit.org/show_bug.cgi?id=172106
170 Reviewed by Joseph Pecoraro.
172 * wp-content/themes/webkit/widgets/icon.php: Resolved link title.
173 * wp-content/themes/webkit/widgets/post.php: Resolved link title.
174 * wp-content/themes/webkit/widgets/twitter.php: Resolved link titles. Suppressed unlabeled images with alt="".
176 2017-05-14 James Craig <jcraig@apple.com>
178 Upload poster images and working captioned video
179 https://bugs.webkit.org/show_bug.cgi?id=172102
181 Unreviewed. More resources for prefers-reduced-motion post.
183 * blog-files/prefers-reduced-motion/axi.htm: Added.
184 * blog-files/prefers-reduced-motion/axi.png: Removed.
185 * blog-files/prefers-reduced-motion/posters: Added.
186 * blog-files/prefers-reduced-motion/posters/apple_env_load.jpg: Added.
187 * blog-files/prefers-reduced-motion/posters/apple_env_planeshift.jpg: Added.
188 * blog-files/prefers-reduced-motion/posters/apple_ios10.jpg: Added.
189 * blog-files/prefers-reduced-motion/posters/apple_shoot.jpg: Added.
190 * blog-files/prefers-reduced-motion/posters/apple_shoot_reduced.jpg: Added.
191 * blog-files/prefers-reduced-motion/posters/apple_sierra.jpg: Added.
192 * blog-files/prefers-reduced-motion/posters/apple_sierra_reduced.jpg: Added.
193 * blog-files/prefers-reduced-motion/posters/axi.jpg: Added.
194 * blog-files/prefers-reduced-motion/posters/viljami.jpg: Added.
195 * blog-files/prefers-reduced-motion/prm.htm: Link to axi.htm video demo.
197 2017-05-14 James Craig <jcraig@apple.com>
199 AX: All the articles on the WebKit blog are called "Clickable Link" by VoiceOver
200 https://bugs.webkit.org/show_bug.cgi?id=172096
201 <rdar://problem/31624323>
203 Unreviewed. Fixing broken link titles for screen readers.
205 * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.
207 2017-05-08 James Craig <jcraig@apple.com>
209 More demo files for prefers-reduced-motion post
210 https://bugs.webkit.org/show_bug.cgi?id=170663
214 * blog-files/prefers-reduced-motion/jaws.gif: Added.
215 * blog-files/prefers-reduced-motion/jaws.jpg: Added.
216 * blog-files/prefers-reduced-motion/prm.htm: New animated GIF example.
218 2017-04-24 James Craig <jcraig@apple.com>
220 Upload demo files for prefers-reduced-motion post
221 https://bugs.webkit.org/show_bug.cgi?id=170663
223 Rubber stamped by Jon Davis.
225 * blog-files/prefers-reduced-motion: Added.
226 * blog-files/prefers-reduced-motion/axi.png: Added.
227 * blog-files/prefers-reduced-motion/prm.htm: Added.
229 2017-04-18 Jon Davis <jond@apple.com>
231 Images in WebKit.org blog article are stretched out
232 https://bugs.webkit.org/show_bug.cgi?id=169208
234 Reviewed by Michael Catanzaro.
236 * wp-content/themes/webkit/style.css:
237 (article figure > img):
239 2017-04-13 JF Bastien <jfbastien@apple.com>
241 WebAssembly: manage memory better
242 https://bugs.webkit.org/show_bug.cgi?id=170628
244 Reviewed by Keith Miller, Michael Saboff.
246 * docs/b3/intermediate-representation.html: typos
248 2017-04-08 Simon Fraser <simon.fraser@apple.com>
250 Update the css-status page to handle changes in CSSProperties.json.
252 Change the page structure to allow the left sidebar to use sticky positioning.
254 "Done" -> "Supported".
256 Save the search in the URL.
258 Other formatting changes.
260 * wp-content/themes/webkit/css-status.php:
262 2017-04-06 Dean Jackson <dino@apple.com>
266 * demos/webgpu/index.html:
268 2017-04-06 Jon Davis <jond@apple.com>
270 Updates feature status for recently shipped features
271 https://bugs.webkit.org/show_bug.cgi?id=170359
273 Reviewed by Brian Burg.
275 Added styles for "Supported" status.
277 * wp-content/themes/webkit/status.php:
279 2017-04-04 Dean Jackson <dino@apple.com>
281 Unreviewed. Add details on how to enable the experimental feature.
283 * demos/webgpu/index.html:
285 2017-04-03 Dean Jackson <dino@apple.com>
287 Unreviewed. More WebGPU demos.
289 * demos/webgpu/2d.jpg: Added.
290 * demos/webgpu/2d.js:
291 * demos/webgpu/circle.svg: Added.
292 * demos/webgpu/cubes.jpg: Added.
293 * demos/webgpu/hello.html: Added.
294 * demos/webgpu/hello.jpg: Added.
295 * demos/webgpu/hello.js: Copied from Websites/webkit.org/demos/webgpu/2d.js.
298 * demos/webgpu/index.html: Added.
299 * demos/webgpu/simple.jpg: Added.
301 2017-03-31 Dean Jackson <dino@apple.com>
303 Unreviewed. Add some WebGPU examples.
305 * demos/webgpu/2d.html: Added.
306 * demos/webgpu/2d.js: Added.
307 * demos/webgpu/cubes.html: Added.
308 * demos/webgpu/cubes.js: Added.
309 * demos/webgpu/shared.css: Added.
310 * demos/webgpu/shared.js: Added.
311 * demos/webgpu/simple.html: Added.
312 * demos/webgpu/simple.js: Added.
314 2017-03-11 Jon Davis <jond@apple.com>
316 Add Swift syntax highlighting to webkit.org
317 https://bugs.webkit.org/show_bug.cgi?id=163672
319 Reviewed by Matt Baker.
321 * wp-content/plugins/hyperlight/hyperlight/languages/swift.php: Added.
323 2017-03-10 Jon Davis <jond@apple.com>
325 Switch back to the Twitter API for the Tweet widget
326 https://bugs.webkit.org/show_bug.cgi?id=168749
328 Reviewed by Lucas Forschler.
330 Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
331 displayed through the widget. If the API fails for any reason, it falls back to using the
332 Tweet listener for updated tweets.
334 The Twitter API provides the benefit of embedding media and being able to display the full
335 URLs rather than Twitter-shortened URLs.
337 * wp-content/plugins/tweet-listener.php:
338 * wp-content/themes/webkit/style.css:
339 (.twitter-tile .tile-content):
340 (.twitter-tile.text-only):
341 (.twitter-tile .media):
343 * wp-content/themes/webkit/widgets/twitter.php:
345 2017-03-04 Filip Pizlo <fpizlo@apple.com>
347 B3 should have comprehensive support for atomic operations
348 https://bugs.webkit.org/show_bug.cgi?id=162349
350 Reviewed by Keith Miller.
352 Document the new opcodes!
354 * docs/b3/intermediate-representation.html:
356 2017-03-09 Jon Davis <jond@apple.com>
358 Prevent HTML in rich link previews
359 https://bugs.webkit.org/show_bug.cgi?id=169435
361 Reviewed by Tim Horton.
363 * wp-content/plugins/social-meta.php:
365 2017-03-03 Manuel Rego Casasnovas <rego@igalia.com>
367 Unreviewed, minor updates on CSS Grid Layout examples.
369 * demos/css-grid/index.html:
370 * demos/css-grid/responsive-grid.html:
372 2017-02-27 Simon Fraser <simon.fraser@apple.com>
374 Add css-status page on webkit.org
375 https://bugs.webkit.org/show_bug.cgi?id=168921
377 Reviewed by Sam Weinig.
379 Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
381 This is modeled after the feature status page. Properties can be filtered by status
382 and the spec they belong to.
384 * wp-content/themes/webkit/css-status.php: Added.
386 2017-02-23 Joseph Pecoraro <pecoraro@apple.com>
388 [Resource Timing] Add Experimental Feature Flag
389 https://bugs.webkit.org/show_bug.cgi?id=167147
391 Reviewed by Ryosuke Niwa.
393 * experimental-features.html:
394 Test for Resource Timing.
396 2017-02-23 Alex Christensen <achristensen@webkit.org>
398 Add WebRTC to experimental-features.html
399 https://bugs.webkit.org/show_bug.cgi?id=168757
401 Reviewed by Tim Horton.
403 * experimental-features.html:
405 2017-02-23 Jon Davis <jond@apple.com>
407 Fixed saving survey data
408 https://bugs.webkit.org/show_bug.cgi?id=168730
410 Reviewed by Joseph Pecoraro.
412 * wp-content/themes/webkit/functions.php:
414 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com>
416 Unreviewed, add CSS Grid Layout examples for a blog post.
418 * demos/css-grid/index.html: Added.
419 * demos/css-grid/responsive-grid.html: Added.
421 2017-02-06 Jon Davis <jond@apple.com>
423 Add a survey to learn how people use WebKit Nightly builds
424 https://bugs.webkit.org/show_bug.cgi?id=167748
426 Reviewed by Joseph Pecoraro.
428 * wp-content/themes/webkit/functions.php:
429 * wp-content/themes/webkit/nightly-start.php:
430 * wp-content/themes/webkit/nightly-survey.php: Added.
431 * wp-content/themes/webkit/survey.json: Added.
433 2017-01-28 Yoav Weiss <yoav@yoav.ws>
435 Add Link Preload as an off-by-default experimental feature menu item.
436 https://bugs.webkit.org/show_bug.cgi?id=167201
438 Reviewed by Ryosuke Niwa.
440 * experimental-features.html: Added Link Preload.
442 2017-01-28 Joseph Pecoraro <pecoraro@apple.com>
444 Add User Timing Experimental Feature
445 https://bugs.webkit.org/show_bug.cgi?id=167542
446 <rdar://problem/22746307>
448 Reviewed by Ryosuke Niwa.
450 * experimental-features.html:
452 2017-01-27 Dean Jackson <dino@apple.com>
454 Add a simple demo for Touch stylus events
455 https://bugs.webkit.org/show_bug.cgi?id=167534
457 Reviewed by Simon Fraser.
459 * demos/touch/stylus.html: Added.
461 2017-01-27 Wenson Hsieh <wenson_hsieh@apple.com>
463 Unreviewed, update scroll snapping demos to use current Module 1 spec
465 * demos/scroll-snap/index.html:
467 Adopt the new CSS properties scroll-snap-type and scroll-snap-align.
469 2017-01-26 Wenson Hsieh <wenson_hsieh@apple.com>
471 Unreviewed, add a demo page for an input events blog post
473 * demos/input-events/index.html: Added.
475 2017-01-20 Antoine Quint <graouts@apple.com>
477 Web Animations should be off by default and enabled as an experimental feature
478 https://bugs.webkit.org/show_bug.cgi?id=167115
479 <rdar://problem/30048963>
481 Reviewed by Joseph Pecoraro.
483 Add a test for Web Animations feature detection.
485 * experimental-features.html:
487 2017-01-19 Joseph Pecoraro <pecoraro@apple.com>
489 Include SubtleCrypto test on experimental-features test page
490 https://bugs.webkit.org/show_bug.cgi?id=167226
492 Reviewed by Yusuke Suzuki.
494 * experimental-features.html:
495 Add a test for SubtleCrypto and make the test resilient against exceptions.
497 2017-01-19 Timothy Hatcher <timothy@hatcher.name>
499 Add Tesla to the domain associations on the team page
500 https://bugs.webkit.org/show_bug.cgi?id=167202
502 Reviewed by Brian Burg.
504 * wp-content/themes/webkit/team.php:
506 2016-12-22 Keith Miller <keith_miller@apple.com>
508 Add BitOr for floating points to B3
509 https://bugs.webkit.org/show_bug.cgi?id=166446
511 Reviewed by Saam Barati.
513 Update docs to indicate it's cool to use bit ops with floating point.
515 * docs/b3/intermediate-representation.html:
517 2016-12-07 Dean Jackson <dino@apple.com>
519 Remove runtime toggle for pointer-lock
520 https://bugs.webkit.org/show_bug.cgi?id=165577
521 <rdar://problems/29566996>
525 No need to have pointer-lock tested.
527 * experimental-features.html: Also sort the list alphabetically.
529 2016-12-05 Dean Jackson <dino@apple.com>
531 pointer lock needs to be feature detectable
532 https://bugs.webkit.org/show_bug.cgi?id=165426
533 <rdar://problem/29486715>
535 Reviewed by Antoine Quint.
537 We can now accurately detect pointer-lock.
539 * experimental-features.html:
541 2016-12-02 Dean Jackson <dino@apple.com>
543 Make a public facing page to check for WebKit features
544 https://bugs.webkit.org/show_bug.cgi?id=165331
545 <rdar://problem/29488535>
547 Reviewed by Antoine Quint.
549 Add a web page to webkit.org that allows us to live
550 detect our experimental features. This is mostly for
551 internal debugging, but also provides simple examples
552 of how real content would do such detection.
554 * experimental-features.html: Added.
556 2016-11-17 Keith Miller <keith_miller@apple.com>
559 https://bugs.webkit.org/show_bug.cgi?id=164871
561 Reviewed by Filip Pizlo.
563 Update docs for new rotate instructions.
565 * docs/b3/intermediate-representation.html:
567 2016-10-21 Keith Miller <keith_miller@apple.com>
569 Expand Trunc in B3 to support Double to Float
570 https://bugs.webkit.org/show_bug.cgi?id=163809
572 Update the docs to explain that Trunc now works with fleating point numbers.
574 Reviewed by Geoffrey Garen.
576 * docs/b3/intermediate-representation.html:
578 2016-10-14 Keith Miller <keith_miller@apple.com>
580 B3 needs a special WasmAddress Opcode
581 https://bugs.webkit.org/show_bug.cgi?id=163394
583 Reviewed by Filip Pizlo.
585 Update the b3 docs for the new WasmAddress opcode.
587 * docs/b3/intermediate-representation.html:
589 2016-10-14 Simon Fraser <simon.fraser@apple.com>
591 Annotate bots in contributors.json and don't show them on webkit.org/team
592 https://bugs.webkit.org/show_bug.cgi?id=163317
594 Reviewed by Daniel Bates.
598 * wp-content/themes/webkit/team.php:
600 2016-10-12 Keith Miller <keith_miller@apple.com>
602 B3 needs a special WasmBoundsCheck Opcode
603 https://bugs.webkit.org/show_bug.cgi?id=163246
605 Reviewed by Filip Pizlo.
607 Update the docs for the new WasmBoundsCheck opcode.
609 * docs/b3/intermediate-representation.html:
611 2016-10-09 Simon Fraser <simon.fraser@apple.com>
613 Convert contributors.json to a flat list
614 https://bugs.webkit.org/show_bug.cgi?id=163183
616 Reviewed by Darin Adler.
618 Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
619 and moving that data to a "status" property on each contributor.
621 Fix script that generates webkit.org/team.
623 * wp-content/themes/webkit/team.php:
625 2016-10-03 Filip Pizlo <fpizlo@apple.com>
627 B3 trapping memory accesses should be documented
628 https://bugs.webkit.org/show_bug.cgi?id=162845
630 Reviewed by Geoffrey Garen.
632 Added documentation for the Traps flag, and factored out the documentation of the Chill flag
633 to a new flags section.
635 * docs/b3/intermediate-representation.html:
637 2016-09-30 Filip Pizlo <fpizlo@apple.com>
639 Air should have a way of expressing additional instruction flags
640 https://bugs.webkit.org/show_bug.cgi?id=162699
642 Reviewed by Mark Lam.
644 * docs/b3/assembly-intermediate-representation.html:
646 2016-09-28 Filip Pizlo <fpizlo@apple.com>
648 B3 opcodes should leave room for flags
649 https://bugs.webkit.org/show_bug.cgi?id=162692
651 Reviewed by Keith Miller.
653 Updated the documentation to talk about Kind and the isChill bit, and to remove
656 * docs/b3/intermediate-representation.html:
658 2016-09-27 Joseph Pecoraro <pecoraro@apple.com>
660 Update style guide for #pragma once
661 https://bugs.webkit.org/show_bug.cgi?id=162633
663 Reviewed by Dan Bernstein.
666 Update style guide for #pragma once as discussed on webkit-dev.
668 2016-09-21 Filip Pizlo <fpizlo@apple.com>
670 Add a Fence opcode to B3
671 https://bugs.webkit.org/show_bug.cgi?id=162343
673 Reviewed by Geoffrey Garen.
675 * docs/b3/intermediate-representation.html:
677 2016-08-16 Benjamin Poulain <bpoulain@apple.com>
679 [JSC] Update the documentation of B3's Return opcode
680 https://bugs.webkit.org/show_bug.cgi?id=160912
682 Reviewed by Filip Pizlo.
684 * docs/b3/intermediate-representation.html:
686 2016-08-04 Daniel Bates <dabates@apple.com>
688 Add some files for a Content Security Policy blog post
690 * blog-files/content-security-policy/compass-base.css: Added.
692 * blog-files/content-security-policy/csp-style-hash.html: Added.
693 * blog-files/content-security-policy/icons.svg: Added; derived from file
694 Websites/webkit.org/wp-content/themes/webkit/images/icons.svg. I am explicitly
695 not referencing file Websites/webkit.org/wp-content/themes/webkit/images/icons.svg
696 so that csp-style-hash.html is not affected by changes to this file.
698 2016-07-24 Filip Pizlo <fpizlo@apple.com>
700 B3 should support multiple entrypoints
701 https://bugs.webkit.org/show_bug.cgi?id=159391
703 Reviewed by Saam Barati.
705 Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
708 * docs/b3/index.html:
709 * docs/b3/intermediate-representation.html:
711 2016-07-20 Frederic Wang <fwang@igalia.com>
713 Unreviewed, new demo files for an up-coming blog post.
715 * demos/mathml/demo2016/LICENSE-amiri.txt: Added.
716 * demos/mathml/demo2016/LICENSE-latinmodern-math.txt: Added.
717 * demos/mathml/demo2016/LICENSE-libertinusmath.txt: Added.
718 * demos/mathml/demo2016/README.txt: Added.
719 * demos/mathml/demo2016/amiri-regular.woff: Added.
720 * demos/mathml/demo2016/index.html: Added.
721 * demos/mathml/demo2016/latinmodern-math.woff: Added.
722 * demos/mathml/demo2016/libertinusmath-regular.woff: Added.
723 * demos/mathml/demo2016/webfonts.css: Added.
724 (@namespace url('http://www.w3.org/1999/xhtml');):
730 2016-07-19 Jon Davis <jond@apple.com>
732 Adjust margins for first-line floating elements and add preset floating video sizing
733 https://bugs.webkit.org/show_bug.cgi?id=159898
735 Reviewed by Benjamin Poulain.
737 * wp-content/themes/webkit/style.css:
738 (article video.alignright):
739 (article .alignright:first-child):
740 (@media only screen and (max-width: 690px)):
741 (article .alignright:first-child):
742 (@media only screen and (max-width: 415px)):
743 (article video.alignright):
744 (article .alignright:first-child):
746 2016-07-17 Filip Pizlo <fpizlo@apple.com>
748 Implement table-based switches in B3/Air
749 https://bugs.webkit.org/show_bug.cgi?id=151141
751 Reviewed by Benjamin Poulain.
753 Update documentation to reflect Patchpoint's new powers.
755 * docs/b3/intermediate-representation.html:
757 2016-07-15 Jon Davis <jond@apple.com>
759 Fixed content overflow and missing build information behavior.
760 https://bugs.webkit.org/show_bug.cgi?id=159820
762 Reviewed by Timothy Hatcher.
764 * wp-content/themes/webkit/nightly-start.php:
766 2016-07-14 Jon Davis <jond@apple.com>
768 Improved WebKit Nightly start page design.
769 https://bugs.webkit.org/show_bug.cgi?id=159780
771 Reviewed by Timothy Hatcher.
773 Added better 404 handling, improved presentation of the
774 start page and new Apache rewrites for the P1 bug list.
777 * wp-content/themes/webkit/functions.php:
778 * wp-content/themes/webkit/nightly-start.php:
780 2016-07-01 Jon Davis <jond@apple.com>
782 Added a colorful new image and fixed the Open Graph attribute.
783 https://bugs.webkit.org/show_bug.cgi?id=159359
785 Reviewed by Timothy Hatcher.
787 The Open Graph image tag should use the property attribute not
788 the itemprop attribute.
790 * wp-content/plugins/social-meta.php:
791 * wp-content/themes/webkit/images/ogimage.png:
793 2016-06-30 Dean Jackson <dino@apple.com>
795 Tab pointed out a typo that made the overdamped case fail.
797 * demos/spring/spring.js:
798 (SpringSolver.prototype.solve):
800 2016-06-30 Dean Jackson <dino@apple.com>
802 Fixed a typo in the link to the other version.
804 * blog-files/color-gamut/index.html:
806 2016-06-29 Dean Jackson <dino@apple.com>
808 Add the UI JavaScript library to make
809 other browsers happy.
811 * demos/spring/dat.gui.min.js: Added.
812 * demos/spring/index.html:
814 2016-06-29 Dean Jackson <dino@apple.com>
816 Demo and JS implementation of our spring() animation
819 * demos/spring/index.html: Added.
820 * demos/spring/spring.js: Added.
822 (SpringSolver.prototype.solve):
824 2016-06-29 Dean Jackson <dino@apple.com>
826 Small change to wording, and link to the interactive version.
828 * blog-files/color-gamut/index.html:
830 2016-06-28 Dean Jackson <dino@apple.com>
832 Add a more interactive version of the demo.
834 * blog-files/color-gamut/comparison.html: Added.
836 2016-06-28 Jon Davis <jond@apple.com>
838 Fixed tile height for mobile phone-sized viewports.
839 https://bugs.webkit.org/show_bug.cgi?id=159228
841 Reviewed by Timothy Hatcher.
843 Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
845 * wp-content/themes/webkit/style.css:
846 (.twitter-tile.text-only .tile-content):
849 2016-06-28 Jon Davis <jond@apple.com>
851 Fixed Open Graph meta data and image entries.
852 https://bugs.webkit.org/show_bug.cgi?id=159167.
854 Reviewed by Timothy Hatcher.
856 This patch addresses Open Graph meta data issues:
858 - Added a high-resolution PNG of the WebKit logo because Facebook doesn't support SVG images
859 - Uses the first image of a page or post if not featured image is set
860 - Article date/time information should not be given for the homepage
861 - Added Facebook admins as per the Facebook Open Graph debugger
863 * wp-content/plugins/social-meta.php:
864 * wp-content/themes/webkit/images/ogimage.png: Added.
866 2016-06-27 Dean Jackson <dino@apple.com>
868 Updated content for the color blog post.
870 * blog-files/color-gamut/Iceland-P3.jpg:
871 * blog-files/color-gamut/Iceland-oog.jpg:
872 * blog-files/color-gamut/Iceland-sRGB.jpg:
873 * blog-files/color-gamut/Italy-P3.jpg:
874 * blog-files/color-gamut/Italy-sRGB.jpg:
875 * blog-files/color-gamut/Sunset-P3.jpg:
876 * blog-files/color-gamut/Sunset-sRGB.jpg:
877 * blog-files/color-gamut/YellowFlower-P3.jpg:
878 * blog-files/color-gamut/YellowFlower-oog.jpg:
879 * blog-files/color-gamut/YellowFlower-sRGB.jpg:
880 * blog-files/color-gamut/index.html:
882 2016-06-27 Jon Davis <jond@apple.com>
884 Set a default image for sharing webkit.org links via social.
885 https://bugs.webkit.org/show_bug.cgi?id=159167
887 Reviewed by Timothy Hatcher.
889 * wp-content/plugins/social-meta.php:
891 2016-06-24 Dean Jackson <dino@apple.com>
893 More examples for the wide-gamut demo.
895 * blog-files/color-gamut/Iceland-P3.jpg: Added.
896 * blog-files/color-gamut/Iceland-oog.jpg: Added.
897 * blog-files/color-gamut/Iceland-sRGB.jpg: Added.
898 * blog-files/color-gamut/Italy-P3.jpg: Added.
899 * blog-files/color-gamut/Italy-oog.jpg: Added.
900 * blog-files/color-gamut/Italy-sRGB.jpg: Added.
901 * blog-files/color-gamut/Sunset-AdobeRGB.jpg: Added.
902 * blog-files/color-gamut/Sunset-P3.jpg: Added.
903 * blog-files/color-gamut/Sunset-oog.jpg: Added.
904 * blog-files/color-gamut/Sunset-sRGB.jpg: Added.
905 * blog-files/color-gamut/Webkit-logo-sRGB.png:
906 * blog-files/color-gamut/YellowFlower-P3.jpg: Added.
907 * blog-files/color-gamut/YellowFlower-oog.jpg: Added.
908 * blog-files/color-gamut/YellowFlower-sRGB.jpg: Added.
909 * blog-files/color-gamut/index.html:
911 2016-06-24 Dean Jackson <dino@apple.com>
913 Change something in the webkit.org directory in the hope
914 it will kick off a website update.
916 2016-06-24 Jon Davis <jond@apple.com>
918 Rewrite the WebKit Nightly build download URLs to use the correct secure URL.
919 https://bugs.webkit.org/show_bug.cgi?id=159100.
921 Reviewed by Joseph Pecoraro.
923 * wp-content/plugins/sync-nightly-builds.php:
925 2016-06-13 Jon Davis <jond@apple.com>
927 Minor style updates for figcaptions and post forewords.
929 * wp-content/themes/webkit/style.css:
931 (figure.aligncenter figcaption):
932 (figure.aligncenter figcaption::before):
934 2016-06-13 Jon Davis <jond@apple.com>
936 Adds support for foreword custom meta and display styles on blog posts.
937 https://bugs.webkit.org/show_bug.cgi?id=158707.
939 Reviewed by Timothy Hatcher.
941 * wp-content/themes/webkit/functions.php:
942 * wp-content/themes/webkit/style.css:
945 2016-06-02 Dean Jackson <dino@apple.com>
947 Update the example for wider color gamut images.
949 * blog-files/color-gamut/index.html:
951 2016-06-02 Dean Jackson <dino@apple.com>
953 Adding some sample images for a blog post on color.
955 * blog-files/color-gamut/Flowers-AdobeRGB.jpg: Added.
956 * blog-files/color-gamut/Flowers-ProPhoto.jpg: Added.
957 * blog-files/color-gamut/Flowers-oog.jpg: Added.
958 * blog-files/color-gamut/Flowers-sRGB.jpg: Added.
959 * blog-files/color-gamut/Rose-AdobeRGB.jpg: Added.
960 * blog-files/color-gamut/Rose-ProPhoto.jpg: Added.
961 * blog-files/color-gamut/Rose-oog.jpg: Added.
962 * blog-files/color-gamut/Rose-sRGB.jpg: Added.
963 * blog-files/color-gamut/index.html: Added.
965 2016-06-02 Filip Pizlo <fpizlo@apple.com>
967 Fix typos and make some revisions to the B3 docs
968 https://bugs.webkit.org/show_bug.cgi?id=158311
970 Reviewed by Michael Saboff.
972 I found typos and fixed them. Also, I clarified some things:
974 - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
975 the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
976 what you want to do, for example).
978 - How does isValidForm really get used? You don't really need to create an Inst to use it.
980 - Some other incremental improvements to make the docs clearer.
982 * docs/b3/assembly-intermediate-representation.html:
983 * docs/b3/index.html:
984 * docs/b3/intermediate-representation.html:
986 2016-05-31 Filip Pizlo <fpizlo@apple.com>
988 Unreviewed, fix an obvious typo: a missing comma.
990 * docs/b3/assembly-intermediate-representation.html:
992 2016-05-31 Filip Pizlo <fpizlo@apple.com>
994 Air needs documentation
995 https://bugs.webkit.org/show_bug.cgi?id=153668
997 Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
999 Write documentation for Air!
1001 * docs/b3/assembly-intermediate-representation.html:
1003 2016-05-23 Jon Davis <jond@apple.com>
1005 Add syntax highglighting for ES6 "let", "const" and "of" keywords.
1006 https://bugs.webkit.org/show_bug.cgi?id=157994
1008 Reviewed by Geoffrey Garen.
1010 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php:
1012 2016-05-13 Brady Eidson <beidson@apple.com>
1014 Extend protector naming code style guideline to cover operator= assignment.
1015 https://bugs.webkit.org/show_bug.cgi?id=157693
1017 Reviewed by Darin Adler.
1021 2016-05-13 Brady Eidson <beidson@apple.com>
1023 Protector Ref/RefPtrs should have a specified naming style.
1024 https://bugs.webkit.org/show_bug.cgi?id=157591
1026 Reviewed by Darin Adler.
1030 2016-04-26 Timothy Hatcher <timothy@apple.com>
1032 Remove hard-wraps from the feature policy markdown so it renders full width on the site.
1034 * feature-policy.md:
1036 2016-04-14 Edward O'Connor <eoconnor@apple.com>
1038 Publish the Web-exposed feature policy on webkit.org.
1039 https://bugs.webkit.org/show_bug.cgi?id=156552
1041 Reviewed by Timothy Hatcher.
1043 * feature-policy.md: Added.
1045 2016-04-13 Jon Davis <jond@apple.com>
1047 Remove database quote escapes from pushed tweets.
1049 Reviewed by Timothy Hatcher.
1051 * wp-content/plugins/tweet-listener.php:
1053 2016-04-13 Jon Davis <jond@apple.com>
1055 Added background color for Safari Technology Preview posts.
1057 Reviewed by Timothy Hatcher.
1059 * wp-content/themes/webkit/style.css:
1060 (.tile.category-safari-technology-preview .background-image):
1062 2016-04-07 Jon Davis <jond@apple.com>
1064 Improved drop down menu with translate; cleaned up unnecessary whitespace.
1065 https://bugs.webkit.org/show_bug.cgi?id=156342
1067 Reviewed by Timothy Hatcher.
1069 * wp-content/themes/webkit/style.css:
1070 (p > a[name]::before):
1071 (.has-post-thumbnail .background-image):
1072 (.table-of-contents):
1073 (header .menu-item-has-children .label-toggle::after):
1075 (.sub-menu-layer:after, .sub-menu-layer:before):
1076 (.sub-menu-layer .menu-item):
1077 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1078 (@media only screen and (max-width: 920px)):
1079 (header .sub-menu-layer):
1080 (@media only screen and (max-width: 415px)):
1081 (@media only screen and (max-width: 1180px)): Deleted.
1082 (@media only screen and (max-width: 1000px)): Deleted.
1083 (@media only screen and (max-width: 690px)): Deleted.
1084 (@media only screen and (max-width: 600px)): Deleted.
1085 (@media only screen and (max-height: 415px)): Deleted.
1086 (@media only screen and (max-width: 320px)): Deleted.
1088 2016-04-05 Jon Davis <jond@apple.com>
1090 Make the @webkit link on the front page link to the feed
1091 https://bugs.webkit.org/show_bug.cgi?id=156244
1093 Reviewed by Timothy Hatcher.
1095 * wp-content/themes/webkit/widgets/twitter.php:
1097 2016-03-31 Jon Davis <jond@apple.com>
1099 Show tweets by @webkit in the Twitter tile on webkit.org
1100 https://bugs.webkit.org/show_bug.cgi?id=156093
1102 Reviewed by Timothy Hatcher.
1104 * wp-content/plugins/tweet-listener.php: Added.
1105 * wp-content/themes/webkit/widgets/twitter.php:
1107 2016-03-31 Jon Davis <jond@apple.com>
1109 Fix download links for desktops with small resolutions
1110 https://bugs.webkit.org/show_bug.cgi?id=156081
1112 Reviewed by Timothy Hatcher.
1114 * wp-content/themes/webkit/downloads.php:
1116 2016-03-29 Jon Davis <jond@apple.com>
1118 Fixed a property access error by removing the lamda function for updates
1119 https://bugs.webkit.org/show_bug.cgi?id=155989
1121 * wp-content/plugins/sync-nightly-builds.php:
1123 2016-03-29 Jon Davis <jond@apple.com>
1125 Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
1126 https://bugs.webkit.org/show_bug.cgi?id=155989
1128 Unreviewed fix for the Sync Nightly Builds plugin to work with the older
1129 PHP environment on the server. Quick style adjustments for abovetitle images.
1131 * wp-content/plugins/sync-nightly-builds.php:
1132 * wp-content/themes/webkit/nightly-archives.php:
1133 * wp-content/themes/webkit/style.css:
1134 (article .abovetitle):
1136 2016-03-29 Jon Davis <jond@apple.com>
1138 Add WebKit Nightly Archives, WebKit Nightly Start, and Downloads pages
1139 https://bugs.webkit.org/show_bug.cgi?id=155989
1141 Reviewed by Timothy Hatcher.
1143 * wp-content/plugins/sync-nightly-builds.php: Added.
1144 * wp-content/themes/webkit/downloads.php: Added.
1145 * wp-content/themes/webkit/functions.php:
1146 * wp-content/themes/webkit/images/download.svg:
1147 * wp-content/themes/webkit/images/spinner.svg: Added.
1148 * wp-content/themes/webkit/nightly-archives.php: Added.
1149 * wp-content/themes/webkit/nightly-start.php: Added.
1150 * wp-content/themes/webkit/nightly.php:
1151 * wp-content/themes/webkit/scripts/searchbuilds.js: Added.
1152 (initsearch.xhrPromise.):
1154 (initsearch.displayResults.addEntry):
1155 (initsearch.displayResults):
1156 (initsearch.displayError):
1157 (initsearch.clearErrors):
1158 * wp-content/themes/webkit/style.css:
1160 (input[type=submit]):
1162 (article .abovetitle):
1164 2016-03-29 Jon Davis <jond@apple.com>
1166 Support images above the title on webkit.org posts
1167 https://bugs.webkit.org/show_bug.cgi?id=155979
1169 Reviewed by Timothy Hatcher.
1171 * wp-content/themes/webkit/functions.php:
1172 * wp-content/themes/webkit/single.php:
1174 2016-03-22 Jonathan Davis <jond@apple.com>
1176 Allow the use of custom styles and scripts for blog posts
1177 https://bugs.webkit.org/show_bug.cgi?id=155768
1179 Reviewed by Timothy Hatcher.
1181 * wp-content/themes/webkit/functions.php:
1183 2016-03-09 Jonathan Davis <jond@apple.com>
1185 For RSS feeds, convert image and link relative URIs to absolute URIs
1186 https://bugs.webkit.org/show_bug.cgi?id=155237
1188 Reviewed by Timothy Hatcher.
1190 * wp-content/themes/webkit/functions.php:
1192 2016-03-03 Saam barati <sbarati@apple.com>
1194 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
1195 https://bugs.webkit.org/show_bug.cgi?id=154978
1197 Reviewed by Darin Adler.
1201 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
1203 [DFG][FTL][B3] Support floor and ceil
1204 https://bugs.webkit.org/show_bug.cgi?id=154683
1206 Reviewed by Filip Pizlo.
1208 * docs/b3/intermediate-representation.html:
1210 2016-02-16 Jonathan Davis <jond@apple.com>
1212 Add a redirect for B3 documentation
1213 https://bugs.webkit.org/show_bug.cgi?id=154293
1215 Reviewed by Timothy Hatcher.
1219 2016-02-15 Timothy Hatcher <timothy@apple.com>
1221 Fix byline to avoid bumping into content sticks out.
1223 * wp-content/themes/webkit/style.css:
1224 (article .byline): Bump padding to avoid content with negative margins.
1226 2016-02-13 Timothy Hatcher <timothy@apple.com>
1228 Adjust the appearance of mattewhite figures that are not widescreen.
1230 * wp-content/themes/webkit/style.css:
1231 (article .mattewhite:not(.widescreen):
1233 2016-02-12 Jonathan Davis <jond@apple.com>
1235 Add a CSS class to remove padding when using mattewhite class for figures
1236 https://bugs.webkit.org/show_bug.cgi?id=154206
1238 Reviewed by Filip Pizlo.
1240 * wp-content/themes/webkit/style.css:
1241 (article .two-columns):
1242 (article .two-columns h6):
1243 (article .two-columns p):
1244 (article .mattewhite):
1245 (article .mattewhite.tightwad):
1248 2016-02-12 Filip Pizlo <fpizlo@apple.com>
1250 Unreviewed, upload some blog files.
1252 * blog-files/compile-times.png: Added.
1253 * blog-files/fast-isel.png: Added.
1254 * blog-files/jetstream-latency.png: Added.
1255 * blog-files/jetstream-throughput.png: Added.
1256 * blog-files/jetstream.png: Added.
1257 * blog-files/kraken.png: Added.
1258 * blog-files/low-compile-times.png: Added.
1259 * blog-files/low-fast-isel.png: Added.
1260 * blog-files/low-jetstream-latency.png: Added.
1261 * blog-files/low-jetstream-throughput.png: Added.
1262 * blog-files/low-jetstream.png: Added.
1263 * blog-files/low-kraken.png: Added.
1264 * blog-files/low-octane.png: Added.
1265 * blog-files/octane.png: Added.
1267 2016-02-04 Jonathan Davis <jond@apple.com>
1269 Fix bad link on the Feature Status page.
1270 https://bugs.webkit.org/show_bug.cgi?id=152086
1272 Reviewed by Timothy Hatcher.
1274 * wp-content/themes/webkit/status.php:
1276 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1278 Get rid of anonymous stack slots
1279 https://bugs.webkit.org/show_bug.cgi?id=151128
1281 Reviewed by Mark Lam.
1283 This changes the documentation to account for the addition of Variables and the Get and Set
1284 opcodes, and the removal of anonymous stack slots from B3 IR.
1286 * docs/b3/intermediate-representation.html:
1288 2016-02-02 Dan Bernstein <mitz@apple.com>
1290 Tagline in B3 docs should match the rest of the website
1291 https://bugs.webkit.org/show_bug.cgi?id=153801
1293 Reviewed by Filip Pizlo.
1297 * docs/b3/assembly-intermediate-representation.html:
1298 * docs/b3/index.html:
1299 * docs/b3/intermediate-representation.html:
1301 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1303 Minor fixes for B3 IR documentation
1304 https://bugs.webkit.org/show_bug.cgi?id=153782
1306 Reviewed by Michael Saboff.
1308 Fix minor issues that Geoff found.
1310 * docs/b3/intermediate-representation.html:
1312 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1314 B3 documentation style shouldn't have hacks for h1
1315 https://bugs.webkit.org/show_bug.cgi?id=153725
1317 Reviewed by Alexey Proskuryakov.
1319 * docs/b3/style.css:
1321 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1323 Improve the style of B3 documentation
1324 https://bugs.webkit.org/show_bug.cgi?id=153674
1326 Reviewed by Oliver Hunt.
1328 This makes the style of the B3 documentation look like the Wiki, which I think is
1329 appropriate for the kind of content that we're putting into it - in particular, the font
1330 is the perfect size for dense content. The style also doesn't require much spoonfeeding
1331 from the HTML side so you can write nice looking documentation by just using really
1332 basic HTML constructs.
1334 * docs/b3/assembly-intermediate-representation.html:
1335 * docs/b3/index.html:
1336 * docs/b3/intermediate-representation.html:
1337 * docs/b3/style.css:
1339 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1341 Clean up the B3 documentation a bit
1342 https://bugs.webkit.org/show_bug.cgi?id=153678
1344 Reviewed by Saam Barati.
1346 * docs/b3/index.html: Fix some links and fix small issues.
1347 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
1349 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1351 B3 should have documentation
1352 https://bugs.webkit.org/show_bug.cgi?id=153658
1354 Reviewed by Saam Barati.
1356 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
1357 definition lists. Things go downhill when you try to add paragraphs or code blocks to
1358 a definition. That's unfortunate since we use definitions for the IR document.
1360 Since there is no way to use our preferred styling for the IR document without doing a
1361 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
1364 * docs/b3/assembly-intermediate-representation.html: Added.
1365 * docs/b3/bare-bones-backend.md: Removed.
1366 * docs/b3/index.html: Added.
1367 * docs/b3/intermediate-representation.html: Added.
1368 * docs/b3/style.css: Added.
1372 2016-01-29 Timothy Hatcher <timothy@apple.com>
1374 Add some defintion list styles.
1376 * wp-content/themes/webkit/style.css:
1381 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1383 B3 should have documentation
1384 https://bugs.webkit.org/show_bug.cgi?id=153658
1386 Reviewed by Timothy Hatcher.
1390 * docs/b3/bare-bones-backend.md: Added.
1392 2016-01-16 Timothy Hatcher <timothy@apple.com>
1394 Fix some responsive issues on smaller screens.
1396 * wp-content/themes/webkit/style.css:
1398 (@media (max-width: 900px)):
1401 (.timeline > li:before):
1402 (.timeline .content):
1403 (.timeline li .time::before):
1405 2016-01-14 Timothy Hatcher <timothy@apple.com>
1407 Eliminate the margin on timeline elements so multiple timelines can touch.
1409 * wp-content/themes/webkit/style.css:
1412 2016-01-14 Timothy Hatcher <timothy@apple.com>
1414 Use a 2px border radius instead to look good on 2x devices as well as 1x.
1416 * wp-content/themes/webkit/style.css:
1419 2016-01-14 Timothy Hatcher <timothy@apple.com>
1421 Fix hairline crack on 1x devices between arrow and time label.
1423 * wp-content/themes/webkit/style.css:
1424 (.timeline .content):
1427 2016-01-13 Timothy Hatcher <timothy@apple.com>
1429 Correct some history timeline styles.
1431 * wp-content/themes/webkit/style.css:
1432 (.timeline .content):
1434 2016-01-13 Timothy Hatcher <timothy@apple.com>
1436 Add styles for a history timeline, needed by an upcoming blog post.
1438 * wp-content/themes/webkit/style.css:
1444 (.timeline > li:before):
1445 (.timeline .content):
1448 (.timeline h2, .timeline h3):
1449 (.timeline .time::before):
1451 (@media (min-width: 900px)):
1452 (.timeline > li.force-clear):
1453 (.timeline > li:nth-child(odd)):
1454 (.timeline > li:nth-child(even)):
1455 (.timeline > li.force-clear + li):
1456 (.timeline li .time):
1457 (.timeline li:nth-child(odd) .time):
1458 (.timeline li:nth-child(even) .time):
1459 (.timeline li:nth-child(even) .time::before):
1460 (.timeline > li:nth-child(even):before):
1462 2016-01-06 Jonathan Davis <jond@apple.com>
1464 Fixed Individuals and Vendor Contact formatting.
1465 https://bugs.webkit.org/show_bug.cgi?id=152714
1467 Reviewed by Timothy Hatcher.
1469 * security-policy.md:
1471 2015-12-09 Jonathan Davis <jond@apple.com>
1473 Fixed broken link: https://webkit.org/old/security/security-group-members.html
1474 https://bugs.webkit.org/show_bug.cgi?id=152010
1476 Reviewed by Timothy Hatcher.
1479 * security-policy.md:
1480 * wp-content/themes/webkit/style.css:
1484 2015-12-09 Jonathan Davis <jond@apple.com>
1486 Fix function reference change.
1488 * wp-content/themes/webkit/scripts/global.js:
1490 2015-12-08 Jonathan Davis <jond@apple.com>
1492 Wide tables should be scrollable on narrow mobile screens.
1493 https://bugs.webkit.org/show_bug.cgi?id=151941
1495 Reviewed by Timothy Hatcher.
1497 * wp-content/themes/webkit/scripts/global.js:
1501 (enableScrollableTables):
1503 * wp-content/themes/webkit/style.css:
1504 (.pagination .prev-post):
1505 (article .scrollable):
1506 (.scrollable .scrollable-padding):
1508 2015-12-08 Jonathan Davis <jond@apple.com>
1510 Fix Code Style Guidelines code parsing.
1511 https://bugs.webkit.org/show_bug.cgi?id=152024
1513 Reviewed by Timothy Hatcher.
1515 * wp-content/plugins/table-of-contents.php:
1517 2015-12-08 Jonathan Davis <jond@apple.com>
1519 Fix social meta for home page.
1520 https://bugs.webkit.org/show_bug.cgi?id=151764
1522 Reviewed by Timothy Hatcher.
1524 * wp-content/plugins/social-meta.php:
1526 2015-12-07 Jonathan Davis <jond@apple.com>
1528 Implemented a workaround for sharp SVG WebKit logo.
1529 https://bugs.webkit.org/show_bug.cgi?id=151971
1531 Reviewed by Timothy Hatcher.
1533 * wp-content/themes/webkit/images/webkit.svg:
1535 2015-12-07 Jonathan Davis <jond@apple.com>
1537 Address UX issues with the Contribute menu.
1538 https://bugs.webkit.org/show_bug.cgi?id=151874
1540 Reviewed by Timothy Hatcher.
1542 * wp-content/themes/webkit/functions.php:
1543 * wp-content/themes/webkit/header.php:
1544 * wp-content/themes/webkit/style.css:
1545 (time, mark, audio, video):
1546 (footer, header, hgroup, menu, nav, section):
1551 (q:before, q:after):
1554 (.admin-bar p > a[name]::before):
1555 (.screen-reader-text):
1556 (.screen-reader-text:focus):
1559 (.feature-header:after):
1560 (.feature.opened .feature-header:after):
1561 (footer nav a:hover):
1562 (header .menu-item-has-children .label-toggle::after):
1563 (header .menu-item):
1565 (.sub-menu-layer .menu-item:first-child):
1566 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1567 (@media only screen and (max-width: 920px)):
1568 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
1570 (header .menu-toggle:checked ~ ul):
1571 (header .sub-menu-layer:before):
1572 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
1574 (@media only screen and (max-width: 690px)):
1575 (.feature-filters:after):
1576 (.feature-filters.opened:after):
1578 (.table-of-contents label:after):
1579 (.menu-toggle:checked ~ .table-of-contents label:after):
1580 (.table-of-contents h6):
1581 (header nav .menu-item-has-children .label-toggle): Deleted.
1582 (header nav .menu-item): Deleted.
1583 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
1584 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
1585 (header nav .menu-toggle:checked ~ ul): Deleted.
1586 (header .menu-toggle:checked ~ .sub-menu): Deleted.
1587 (@media only screen and (max-width: 782px)): Deleted.
1589 2015-12-05 Timothy Hatcher <timothy@apple.com>
1591 One last fix for https redirect.
1593 * wp-content/themes/webkit/.htaccess:
1595 2015-12-05 Timothy Hatcher <timothy@apple.com>
1597 Attempt to fix www redirect again.
1599 * wp-content/themes/webkit/.htaccess:
1601 2015-12-05 Timothy Hatcher <timothy@apple.com>
1603 Fix www redirect again.
1605 * wp-content/themes/webkit/.htaccess:
1607 2015-12-05 Timothy Hatcher <timothy@apple.com>
1609 Fix www redirect when https was used and restore status URL code.
1611 * wp-content/themes/webkit/.htaccess:
1612 * wp-content/themes/webkit/status.php:
1614 2015-12-05 Timothy Hatcher <timothy@apple.com>
1616 Another attempt to fix a 404 error when the site loads via www.webkit.org.
1618 * wp-content/themes/webkit/status.php:
1620 2015-12-05 Timothy Hatcher <timothy@apple.com>
1622 Fix a 404 error when the site loads via www.webkit.org.
1624 * wp-content/themes/webkit/status.php:
1626 2015-12-04 Timothy Hatcher <timothy@apple.com>
1628 Fix toggling so hidden links are not clickable still.
1630 * wp-content/themes/webkit/status.php:
1632 2015-12-04 Timothy Hatcher <timothy@apple.com>
1634 Fix another place where feature status internal reference links were wrong.
1636 * wp-content/themes/webkit/status.php:
1638 2015-12-04 Jonathan Davis <jond@apple.com>
1640 Fixed feature status internal reference links.
1642 * wp-content/themes/webkit/status.php:
1644 2015-12-04 Jonathan Davis <jond@apple.com>
1646 Update feature status for up-to-date status information.
1647 https://bugs.webkit.org/show_bug.cgi?id=151821
1649 Reviewed by Timothy Hatcher.
1651 * wp-content/themes/webkit/status.php:
1653 2015-12-04 Jonathan Davis <jond@apple.com>
1655 Added redirects for old webkit.org archive.
1659 2015-12-04 Jonathan Davis <jond@apple.com>
1661 Removing empty directories from the old site.
1663 Reviewed by Timothy Hatcher.
1666 * blog/wp-admin: Removed.
1667 * blog/wp-admin/css: Removed.
1668 * blog/wp-admin/css/colors: Removed.
1669 * blog/wp-admin/css/colors/blue: Removed.
1670 * blog/wp-admin/css/colors/coffee: Removed.
1671 * blog/wp-admin/css/colors/ectoplasm: Removed.
1672 * blog/wp-admin/css/colors/light: Removed.
1673 * blog/wp-admin/css/colors/midnight: Removed.
1674 * blog/wp-admin/css/colors/ocean: Removed.
1675 * blog/wp-admin/css/colors/sunrise: Removed.
1676 * blog/wp-admin/images: Removed.
1677 * blog/wp-admin/includes: Removed.
1678 * blog/wp-admin/js: Removed.
1679 * blog/wp-admin/maint: Removed.
1680 * blog/wp-admin/network: Removed.
1681 * blog/wp-admin/user: Removed.
1682 * blog/wp-content: Removed.
1683 * blog/wp-content/plugins: Removed.
1684 * blog/wp-content/plugins/akismet: Removed.
1685 * blog/wp-content/themes: Removed.
1686 * blog/wp-content/themes/classic: Removed.
1687 * blog/wp-content/themes/default: Removed.
1688 * blog/wp-content/themes/default/images: Removed.
1689 * blog/wp-content/themes/webkit: Removed.
1690 * blog/wp-content/uploads: Removed.
1691 * blog/wp-content/uploads/2007: Removed.
1692 * blog/wp-content/uploads/2007/06: Removed.
1693 * blog/wp-includes: Removed.
1694 * blog/wp-includes/ID3: Removed.
1695 * blog/wp-includes/SimplePie: Removed.
1696 * blog/wp-includes/SimplePie/Cache: Removed.
1697 * blog/wp-includes/SimplePie/Content: Removed.
1698 * blog/wp-includes/SimplePie/Content/Type: Removed.
1699 * blog/wp-includes/SimplePie/Decode: Removed.
1700 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
1701 * blog/wp-includes/SimplePie/HTTP: Removed.
1702 * blog/wp-includes/SimplePie/Net: Removed.
1703 * blog/wp-includes/SimplePie/Parse: Removed.
1704 * blog/wp-includes/SimplePie/XML: Removed.
1705 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
1706 * blog/wp-includes/Text: Removed.
1707 * blog/wp-includes/Text/Diff: Removed.
1708 * blog/wp-includes/Text/Diff/Engine: Removed.
1709 * blog/wp-includes/Text/Diff/Renderer: Removed.
1710 * blog/wp-includes/certificates: Removed.
1711 * blog/wp-includes/css: Removed.
1712 * blog/wp-includes/fonts: Removed.
1713 * blog/wp-includes/images: Removed.
1714 * blog/wp-includes/images/crystal: Removed.
1715 * blog/wp-includes/images/media: Removed.
1716 * blog/wp-includes/images/smilies: Removed.
1717 * blog/wp-includes/images/wlw: Removed.
1718 * blog/wp-includes/js: Removed.
1719 * blog/wp-includes/js/crop: Removed.
1720 * blog/wp-includes/js/imgareaselect: Removed.
1721 * blog/wp-includes/js/jcrop: Removed.
1722 * blog/wp-includes/js/jquery: Removed.
1723 * blog/wp-includes/js/jquery/ui: Removed.
1724 * blog/wp-includes/js/mediaelement: Removed.
1725 * blog/wp-includes/js/plupload: Removed.
1726 * blog/wp-includes/js/scriptaculous: Removed.
1727 * blog/wp-includes/js/swfupload: Removed.
1728 * blog/wp-includes/js/swfupload/plugins: Removed.
1729 * blog/wp-includes/js/thickbox: Removed.
1730 * blog/wp-includes/js/tinymce: Removed.
1731 * blog/wp-includes/js/tinymce/langs: Removed.
1732 * blog/wp-includes/js/tinymce/plugins: Removed.
1733 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
1734 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
1735 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
1736 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
1737 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
1738 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
1739 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
1740 * blog/wp-includes/js/tinymce/plugins/image: Removed.
1741 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
1742 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
1743 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
1744 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
1745 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
1746 * blog/wp-includes/js/tinymce/plugins/media: Removed.
1747 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
1748 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
1749 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
1750 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
1751 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
1752 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
1753 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
1754 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
1755 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
1756 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
1757 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
1758 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
1759 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
1760 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
1761 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
1762 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
1763 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
1764 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
1765 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
1766 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
1767 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
1768 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
1769 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
1770 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
1771 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
1772 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
1773 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
1774 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
1775 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
1776 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
1777 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
1778 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
1779 * blog/wp-includes/js/tinymce/skins: Removed.
1780 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
1781 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
1782 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
1783 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
1784 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
1785 * blog/wp-includes/js/tinymce/themes: Removed.
1786 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
1787 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
1788 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
1789 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
1790 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
1791 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
1792 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
1793 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
1794 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
1795 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
1796 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
1797 * blog/wp-includes/js/tinymce/themes/modern: Removed.
1798 * blog/wp-includes/js/tinymce/utils: Removed.
1799 * blog/wp-includes/pomo: Removed.
1800 * blog/wp-includes/theme-compat: Removed.
1801 * building: Removed.
1803 * coding/images: Removed.
1807 * misc/DatabaseExample.html: Removed.
1808 * misc/DatabaseTester.html: Removed.
1809 * misc/WebKitDetect.html: Removed.
1810 * misc/WebKitDetect.js: Removed.
1811 * misc/drosera: Removed.
1812 * misc/drosera/demo.js: Removed.
1813 * misc/drosera/drosera.png: Removed.
1814 * misc/drosera/index.html: Removed.
1815 * misc/gradient-input.html: Removed.
1816 * misc/morph.html: Removed.
1817 * misc/related-target-and-shadow-dom.svg: Removed.
1818 * projects: Removed.
1819 * projects/accessibility: Removed.
1820 * projects/cleanup: Removed.
1821 * projects/compat: Removed.
1822 * projects/css: Removed.
1823 * projects/documentation: Removed.
1824 * projects/dom: Removed.
1825 * projects/editing: Removed.
1826 * projects/forms: Removed.
1827 * projects/html: Removed.
1828 * projects/javascript: Removed.
1829 * projects/layout: Removed.
1830 * projects/mathml: Removed.
1831 * projects/performance: Removed.
1832 * projects/plugins: Removed.
1833 * projects/portability: Removed.
1834 * projects/printing: Removed.
1835 * projects/svg: Removed.
1836 * projects/webkit: Removed.
1837 * projects/xml: Removed.
1838 * projects/xslt: Removed.
1840 * security: Removed.
1842 2015-12-03 Timothy Hatcher <timothy@apple.com>
1844 Allow index.html indexes again.
1848 2015-12-03 Timothy Hatcher <timothy@apple.com>
1850 Remove the old site files.
1852 * asking_questions.html: Removed.
1853 * building/active-scheme-xcode4.png: Removed.
1854 * building/build-settings-tab-xcode4.png: Removed.
1855 * building/build.html: Removed.
1856 * building/checkout.html: Removed.
1857 * building/custom-executable-xcode4.png: Removed.
1858 * building/cygwin-downloader.zip: Removed.
1859 * building/debug-mac-uiprocess.html: Removed.
1860 * building/debug.html: Removed.
1861 * building/launch-debugger-vs2010-small.png: Removed.
1862 * building/launch-debugger-vs2010.png: Removed.
1863 * building/run-xcode4.png: Removed.
1864 * building/run.html: Removed.
1865 * building/set-as-startup-project-vs2010.png: Removed.
1866 * building/set-debugging-properties-vs2010-small.png: Removed.
1867 * building/set-debugging-properties-vs2010.png: Removed.
1868 * building/tools.html: Removed.
1869 * coding/RefPtr.html: Removed.
1870 * coding/adding-features.html: Removed.
1871 * coding/assertion-guidelines.html: Removed.
1872 * coding/bsd-license.html: Removed.
1873 * coding/coding-style.html: Removed.
1874 * coding/commit-review-policy.html: Removed.
1875 * coding/contributing.html: Removed.
1876 * coding/dom-element-attach.html: Removed.
1877 * coding/images/contribute_add_attachment.png: Removed.
1878 * coding/images/contribute_mark_review.png: Removed.
1879 * coding/images/dom-element-attach-large.png: Removed.
1880 * coding/images/dom-element-attach-small.png: Removed.
1881 * coding/images/dom-element-attach.graffle: Removed.
1882 * coding/lgpl-license.html: Removed.
1883 * coding/major-objects.html: Removed.
1884 * coding/scripts.html: Removed.
1885 * coding/technical-articles.html: Removed.
1886 * contact.html: Removed.
1887 * css/blue.css: Removed.
1888 * css/gray.css: Removed.
1889 * css/green.css: Removed.
1890 * css/ie.css: Removed.
1891 * css/main.css: Removed.
1892 * css/pink.css: Removed.
1893 * css/purple.css: Removed.
1894 * css/yellow.css: Removed.
1895 * demos/index.html: Removed.
1896 * footer.inc: Removed.
1897 * header.inc: Removed.
1898 * images/DroseraPic.png: Removed.
1899 * images/blank.png: Removed.
1900 * images/blue-background.png: Removed.
1901 * images/blue-bullet.png: Removed.
1902 * images/download.png: Removed.
1903 * images/end.png: Removed.
1904 * images/gray-background.png: Removed.
1905 * images/green-background.png: Removed.
1906 * images/green-bullet.png: Removed.
1907 * images/icon-gold.png: Removed.
1908 * images/icon.png: Removed.
1909 * images/ie-nav.png: Removed.
1910 * images/middle.png: Removed.
1911 * images/nav.png: Removed.
1912 * images/pink-background.png: Removed.
1913 * images/pink-bullet.png: Removed.
1914 * images/purple-background.png: Removed.
1915 * images/purple-bullet.png: Removed.
1916 * images/surfin-safari.icns: Removed.
1917 * images/yellow-background.png: Removed.
1918 * images/yellow-bullet.png: Removed.
1919 * index.html: Removed.
1921 * pngbehavior.htc: Removed.
1922 * projects/accessibility/index.html: Removed.
1923 * projects/cleanup/index.html: Removed.
1924 * projects/compat/index.html: Removed.
1925 * projects/css/index.html: Removed.
1926 * projects/documentation/index.html: Removed.
1927 * projects/dom/index.html: Removed.
1928 * projects/editing/index.html: Removed.
1929 * projects/forms/image-usemap.png: Removed.
1930 * projects/forms/image1.png: Removed.
1931 * projects/forms/image10.png: Removed.
1932 * projects/forms/image16.png: Removed.
1933 * projects/forms/index.html: Removed.
1934 * projects/forms/survey.html: Removed.
1935 * projects/goals.html: Removed.
1936 * projects/html/index.html: Removed.
1937 * projects/index.html: Removed.
1938 * projects/javascript/index.html: Removed.
1939 * projects/layout/index.html: Removed.
1940 * projects/mathml/index.html: Removed.
1941 * projects/performance/index.html: Removed.
1942 * projects/plugins/index.html: Removed.
1943 * projects/portability/index.html: Removed.
1944 * projects/printing/index.html: Removed.
1945 * projects/svg/index.html: Removed.
1946 * projects/svg/status.xml: Removed.
1947 * projects/svg/svg-status.css: Removed.
1948 * projects/svg/svg-status.xsl: Removed.
1949 * projects/webkit/index.html: Removed.
1950 * projects/xml/index.html: Removed.
1951 * projects/xslt/index.html: Removed.
1952 * quality/.htaccess: Removed.
1953 * quality/Ahem.ttf: Removed.
1954 * quality/bugpriorities.html: Removed.
1955 * quality/bugwriting.html: Removed.
1956 * quality/bugzilla.html: Removed.
1957 * quality/crashlogs.html: Removed.
1958 * quality/leakhunting.html: Removed.
1959 * quality/lifecycle.html: Removed.
1960 * quality/mac_reportbox.jpg: Removed.
1961 * quality/mac_viewtrace.jpg: Removed.
1962 * quality/reduction.html: Removed.
1963 * quality/reporting.html: Removed.
1964 * quality/testing.html: Removed.
1965 * quality/testwriting.html: Removed.
1966 * quality/win_installwatson.jpg: Removed.
1967 * quality/win_watsongui.jpg: Removed.
1968 * quality/win_watsoninstalled.jpg: Removed.
1969 * security/index.html: Removed.
1970 * security/security-group-members.html: Removed.
1971 * status.html: Removed.
1972 * team.html: Removed.
1974 2015-12-03 Timothy Hatcher <timothy@apple.com>
1976 Yet another attempt to fix the http blog redirects.
1978 Removing the blog folder should do it.
1983 2015-12-03 Timothy Hatcher <timothy@apple.com>
1985 Another attempt to fix the http blog redirects.
1989 2015-12-03 Timothy Hatcher <timothy@apple.com>
1991 Attempt to fix the http blog redirects.
1995 2015-12-03 Timothy Hatcher <timothy@apple.com>
1997 Another attempt to fix the https redirect.
2001 2015-12-03 Timothy Hatcher <timothy@apple.com>
2003 Attempt to fix the https redirect.
2007 2015-12-03 Timothy Hatcher <timothy@apple.com>
2009 Fix blog.webkit.org redirects.
2013 2015-12-03 Timothy Hatcher <timothy@apple.com>
2015 Add redirects for the demos folder.
2019 2015-12-03 Timothy Hatcher <timothy@apple.com>
2021 Remove duplicate redirect.
2025 2015-12-03 Timothy Hatcher <timothy@apple.com>
2027 One more attempt to clean up redirects.
2031 2015-12-03 Timothy Hatcher <timothy@apple.com>
2033 Avoid double slashes after redirect for directories.
2037 2015-12-03 Timothy Hatcher <timothy@apple.com>
2039 Fix directory redirects some more.
2043 2015-12-03 Timothy Hatcher <timothy@apple.com>
2045 Fix directory redirect ordering.
2049 2015-12-03 Jonathan Davis <jond@apple.com>
2051 Fixed cache logic so download data is correctly available.
2053 * wp-content/themes/webkit/nightly.php:
2055 2015-12-03 Timothy Hatcher <timothy@apple.com>
2057 Add some missing redirects for directories of the old site.
2061 2015-12-03 Jonathan Davis <jond@apple.com>
2063 Fixed transient behavior when the cache plugin is enabled.
2065 * wp-content/themes/webkit/functions.php:
2066 * wp-content/themes/webkit/includes.php:
2067 * wp-content/themes/webkit/nightly.php:
2069 2015-12-03 Jonathan Davis <jond@apple.com>
2071 Add sub-section anchors to code style guidelines
2072 https://bugs.webkit.org/show_bug.cgi?id=151770
2074 Reviewed by Timothy Hatcher.
2077 * wp-content/plugins/table-of-contents.php:
2078 * wp-content/themes/webkit/includes.php:
2079 * wp-content/themes/webkit/style.css:
2081 (p > a[name]::before):
2084 (.admin-bar a[name]):
2085 (.admin-bar p > a[name]::before):
2086 (.screen-reader-text):
2087 (.table-of-contents ul li > ul):
2088 (#post-4132 pre:nth-child(-n+10)):
2089 (#post-4132 pre:nth-child(-n+8)): Deleted.
2091 2015-12-01 Jonathan Davis <jond@apple.com>
2093 Updated favicon.ico with the new logo.
2097 2015-12-01 Jonathan Davis <jond@apple.com>
2099 Improved accessibility handling for the small drop-down menu.
2101 * wp-content/themes/webkit/scripts/global.js:
2103 2015-12-01 Jonathan Davis <jond@apple.com>
2105 Fixed font rendering. Fixed SVG rendering for Firefox.
2107 * wp-content/themes/webkit/images/icons.svg:
2108 * wp-content/themes/webkit/images/inspector.svg:
2109 * wp-content/themes/webkit/images/twitter.svg:
2110 * wp-content/themes/webkit/style.css:
2113 (.screen-reader-text:focus):
2115 (.tile.category-web-inspector .background-image):
2116 (.tile.category-performance .background-image):
2117 (.tile.category-javascript .background-image):
2118 (.tile.category-css .background-image):
2119 (.tile.category-standards .background-image):
2120 (.tile.category-contributing .background-image):
2121 (.tile.category-storage .background-image):
2122 (.tile.category-layout .background-image):
2123 (.tile.tag-timeline .background-image):
2124 (.tile.tag-console .background-image):
2125 (.tile.tag-debugger .background-image):
2126 (.tile.tag-shortcuts .background-image):
2127 (.tile .background-image.loaded):
2128 (body, input, textarea, select, button): Deleted.
2130 2015-12-01 Jonathan Davis <jond@apple.com>
2132 Removed escpaes to correctly pass query string arguments.
2136 2015-12-01 Jonathan Davis <jond@apple.com>
2138 Corrected rewrite rules to restore convenience paths.
2142 2015-12-01 Jonathan Davis <jond@apple.com>
2144 Fixed static reference PHP syntax for compatibility with the server environment.
2146 * wp-content/plugins/table-of-contents.php:
2148 2015-12-01 Jonathan Davis <jond@apple.com>
2150 Fixed PHP syntax for compatibility with the server environment.
2152 * wp-content/plugins/social-meta.php:
2153 * wp-content/themes/webkit/functions.php:
2154 * wp-content/themes/webkit/widgets/twitter.php:
2156 2015-12-01 Jonathan Davis <jond@apple.com>
2158 Updated webkit.org to use the new theme and WordPress deployment.
2164 2015-12-01 Jonathan Davis <jond@apple.com>
2166 Fixed data return format for tweets when updating cache.
2168 * wp-content/themes/webkit/widgets/twitter.php:
2170 2015-12-01 Jonathan Davis <jond@apple.com>
2172 Theme update to tidy styles and add a theme screenshot.
2174 * wp-content/themes/webkit/screenshot.png: Added.
2175 * wp-content/themes/webkit/style.css:
2177 (.tile .background-image):
2179 2015-11-30 Jonathan Davis <jond@apple.com>
2181 Set max-height to prevent narrow images from upscaling.
2183 * wp-content/themes/webkit/style.css:
2184 (article figure > img):
2185 (figure.widescreen):
2186 (figure.widescreen figcaption):
2187 (figure.widescreen img): Deleted.
2189 2015-11-30 Jonathan Davis <jond@apple.com>
2191 Added a new theme and plugins for a redesigned webkit.org.
2193 Reviewed by Timothy Hatcher.
2195 * apple-touch-icon-precomposed.png: Added.
2196 * code-style.md: Added.
2197 * commit-review.md: Added.
2198 * favicon.png: Added.
2199 * security-policy.md: Added.
2200 * tabicon.svg: Added.
2201 * wp-content: Added.
2202 * wp-content/index.php: Added.
2203 * wp-content/maintenance.php: Added.
2204 * wp-content/plugins: Added.
2205 * wp-content/plugins/analytics.php: Added.
2206 * wp-content/plugins/hyperlight: Added.
2207 * wp-content/plugins/hyperlight/hyperlight: Added.
2208 * wp-content/plugins/hyperlight/hyperlight.php: Added.
2209 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
2210 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
2211 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
2212 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
2213 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
2214 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
2215 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
2216 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
2217 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
2218 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
2219 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
2220 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
2221 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
2222 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
2223 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
2224 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
2225 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
2226 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
2227 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
2228 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
2229 * wp-content/plugins/index.php: Added.
2230 * wp-content/plugins/social-meta.php: Added.
2231 * wp-content/plugins/table-of-contents.php: Added.
2232 * wp-content/plugins/visual-preview.php: Added.
2233 * wp-content/themes: Added.
2234 * wp-content/themes/index.php: Added.
2235 * wp-content/themes/webkit: Added.
2236 * wp-content/themes/webkit/404.php: Added.
2237 * wp-content/themes/webkit/444.php: Added.
2238 * wp-content/themes/webkit/footer.php: Added.
2239 * wp-content/themes/webkit/front-header.php: Added.
2240 * wp-content/themes/webkit/front-page.php: Added.
2241 * wp-content/themes/webkit/functions.php: Added.
2242 * wp-content/themes/webkit/header.php: Added.
2243 * wp-content/themes/webkit/images: Added.
2244 * wp-content/themes/webkit/images/download.svg: Added.
2245 * wp-content/themes/webkit/images/icons.svg: Added.
2246 * wp-content/themes/webkit/images/inspector.svg: Added.
2247 * wp-content/themes/webkit/images/menu-down.svg: Added.
2248 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
2249 * wp-content/themes/webkit/images/twitter.svg: Added.
2250 * wp-content/themes/webkit/images/webkit.svg: Added.
2251 * wp-content/themes/webkit/includes.php: Added.
2252 * wp-content/themes/webkit/index.php: Added.
2253 * wp-content/themes/webkit/loop.php: Added.
2254 * wp-content/themes/webkit/nightly.php: Added.
2255 * wp-content/themes/webkit/page.php: Added.
2256 * wp-content/themes/webkit/scripts: Added.
2257 * wp-content/themes/webkit/scripts/global.js: Added.
2258 * wp-content/themes/webkit/single.php: Added.
2259 * wp-content/themes/webkit/sitemap.php: Added.
2260 * wp-content/themes/webkit/status.php: Added.
2261 * wp-content/themes/webkit/style.css: Added.
2262 * wp-content/themes/webkit/team.php: Added.
2263 * wp-content/themes/webkit/widgets: Added.
2264 * wp-content/themes/webkit/widgets/icon.php: Added.
2265 * wp-content/themes/webkit/widgets/page.php: Added.
2266 * wp-content/themes/webkit/widgets/post.php: Added.
2267 * wp-content/themes/webkit/widgets/twitter.php: Added.
2269 2015-11-18 Jonathan Davis <jond@apple.com>
2271 Adding a maintenance file for the old WordPress blog.
2273 Reviewed by Timothy Hatcher.
2275 * blog/wp-content/maintenance.php: Added.
2277 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
2279 Add images needed for shadow DOM blog post
2280 https://bugs.webkit.org/show_bug.cgi?id=150549
2282 Reviewed by Timothy Hatcher.
2286 * blog-files/introducing-shadow-dom: Added.
2287 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
2288 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
2290 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2292 Modify the image to fit the width of the blog.
2294 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
2296 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2298 Add more assets for Web Inspector Keyboard Shortcuts blog post.
2300 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
2301 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
2302 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
2303 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
2304 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
2305 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
2307 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2309 Add assets for Web Inspector Keyboard Shortcuts blog post.
2311 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
2312 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
2313 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
2314 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
2315 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
2316 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
2317 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
2319 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
2321 Add anchor tags for scroll snapping examples.
2323 * demos/scroll-snap/index.html: Added anchor tags.
2325 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2327 Add scroll snap blog post resources.
2329 * blog-files/scroll-snap/overflow-normal.mp4: Added.
2330 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
2331 * blog-files/scroll-snap/snap-2d.mp4: Added.
2332 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
2333 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
2334 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
2336 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2338 Add scroll snap demo directory and files.
2340 * demos/scroll-snap/images/1.png: Added.
2341 * demos/scroll-snap/images/10.png: Added.
2342 * demos/scroll-snap/images/11.png: Added.
2343 * demos/scroll-snap/images/12.png: Added.
2344 * demos/scroll-snap/images/13.png: Added.
2345 * demos/scroll-snap/images/14.png: Added.
2346 * demos/scroll-snap/images/15.png: Added.
2347 * demos/scroll-snap/images/16.png: Added.
2348 * demos/scroll-snap/images/2.png: Added.
2349 * demos/scroll-snap/images/3.png: Added.
2350 * demos/scroll-snap/images/4.png: Added.
2351 * demos/scroll-snap/images/5.png: Added.
2352 * demos/scroll-snap/images/6.png: Added.
2353 * demos/scroll-snap/images/7.png: Added.
2354 * demos/scroll-snap/images/8.png: Added.
2355 * demos/scroll-snap/images/9.png: Added.
2356 * demos/scroll-snap/images/bluecross.svg: Added.
2357 * demos/scroll-snap/images/corner.svg: Added.
2358 * demos/scroll-snap/index.html: Added.
2360 2015-09-03 Matt Baker <mattbaker@apple.com>
2362 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
2364 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
2365 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
2366 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
2367 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
2369 2015-09-03 Matt Baker <mattbaker@apple.com>
2371 Add assets for Introducing the Rendering Frames Timeline blog post.
2373 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
2374 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
2375 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
2376 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
2377 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
2378 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
2379 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
2380 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
2381 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
2382 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
2383 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
2384 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
2386 2015-08-28 Jonathan Davis <jond@apple.com>
2388 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
2390 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
2391 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
2392 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
2393 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
2394 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
2395 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
2396 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
2397 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
2398 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
2399 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
2400 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
2401 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
2403 2015-08-26 Brent Fulgham <bfulgham@apple.com>
2405 Update Windows tool install instructions.
2407 * building/tools.html:
2409 2015-08-24 Saam barati <sbarati@apple.com>
2411 Add mp4 version of types-changing video.
2413 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
2415 2015-08-23 Saam barati <sbarati@apple.com>
2417 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
2419 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
2420 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
2421 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
2423 2015-08-22 Saam barati <sbarati@apple.com>
2425 Change image for type profiler and code coverage profiler blog post.
2427 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
2428 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
2430 2015-08-22 Saam barati <sbarati@apple.com>
2432 Change video for type profiler and code coverage profiler blog post.
2434 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
2436 2015-08-22 Saam barati <sbarati@apple.com>
2438 Add 1x/2x resources for type profiler and code coverage profiler blog post.
2440 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
2441 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
2442 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
2443 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
2444 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
2445 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
2446 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
2447 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
2448 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
2449 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
2450 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
2451 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
2453 2015-08-21 Saam barati <sbarati@apple.com>
2455 Edit a resource for type profiler and code coverage profiler blog post.
2457 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
2459 2015-08-21 Saam barati <sbarati@apple.com>
2461 Add resources for type profiler and code coverage profiler blog post.
2463 * blog-files/type-profiler-and-code-coverage-profiler: Added.
2464 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
2465 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
2466 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
2467 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
2468 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
2469 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
2470 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
2472 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2474 Correct a typo in the explanatory text.
2476 * demos/backdrop-filter/index.html:
2478 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2480 Add an example of backdrop-filter.
2482 * demos/backdrop-filter: Added.
2483 * demos/backdrop-filter/dynamic_poster.jpg: Added.
2484 * demos/backdrop-filter/dynamic_source.m4v: Added.
2485 * demos/backdrop-filter/index.html: Added.
2486 * demos/backdrop-filter/inverted_color.jpg: Added.
2487 * demos/backdrop-filter/multiple.jpg: Added.
2488 * demos/backdrop-filter/simple_blur.jpg: Added.
2490 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2492 Add a poster image for the video.
2494 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
2496 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2498 Add more media control examples.
2500 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
2501 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2502 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2504 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2506 Add two more files for a future blog post.
2508 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
2509 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
2511 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
2513 Fix the twitter links on the status page
2517 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
2519 Prepare screenshots for a potential blog post
2521 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
2522 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
2524 2015-07-28 Geoffrey Garen <ggaren@apple.com>
2526 SunSpider is no longer maintained
2527 https://bugs.webkit.org/show_bug.cgi?id=147370
2529 Reviewed by Michael Saboff.
2531 Add an indicator to show that SunSpider is no longer maintained.
2533 * perf/sunspider/sunspider.css:
2537 * perf/sunspider/sunspider.html:
2539 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
2541 Add image for a blog post
2543 * blog-files/el-capitan-system-font.png: Added.
2545 2015-07-23 Timothy Hatcher <timothy@apple.com>
2547 Change some images for a blog post and add 2x images.
2549 * blog-files/inspector-elements-tab-2x.png: Added.
2550 * blog-files/inspector-elements-tab.png: Updated.
2551 * blog-files/inspector-network-tab-2x.png: Added.
2552 * blog-files/inspector-network-tab.png: Updated.
2553 * blog-files/inspector-tab-bar-2x.png: Added.
2554 * blog-files/inspector-tab-bar.png: Updated.
2556 2015-07-23 Timothy Hatcher <timothy@apple.com>
2558 Change some images for a blog post.
2560 * blog-files/inspector-elements-tab.png:
2561 * blog-files/inspector-network-tab.png:
2563 2015-07-23 Timothy Hatcher <timothy@apple.com>
2565 Add and change some images for a blog post.
2567 * blog-files/inspector-elements-network-tabs.png: Removed.
2568 * blog-files/inspector-elements-tab.png: Added.
2569 * blog-files/inspector-network-tab.png: Added.
2570 * blog-files/inspector-tab-bar.png:
2572 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2574 Correct rest of the images to match.
2576 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
2577 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
2578 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
2579 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
2580 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
2582 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2584 Adjust image sizes to avoid page scaling.
2586 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
2587 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
2588 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
2589 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
2590 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
2592 2015-07-22 Brent Fulgham <bfulgham@apple.com>
2594 Add some images needed for an upcoming blog post.
2596 * blog-files/backdrop-filters: Added.
2597 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
2598 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
2599 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
2600 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
2601 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
2602 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
2603 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
2604 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
2605 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
2606 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
2608 2015-07-11 Timothy Hatcher <timothy@apple.com>
2610 Add some images for a blog post.
2612 * blog-files/inspector-elements-network-tabs.png: Added.
2613 * blog-files/inspector-tab-bar.png: Added.
2614 * blog-files/inspector-tab-icons.svg: Added.
2616 2015-06-30 Jonathan Davis <jond@apple.com>
2618 Added WebKit feature status page to navigation.
2620 Reviewed by Timothy Hatcher.
2624 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
2626 Add some images for a blog post.
2628 * blog-files/console-improvements/array-api.png: Added.
2629 * blog-files/console-improvements/collections.png: Added.
2630 * blog-files/console-improvements/console-messages.png: Added.
2631 * blog-files/console-improvements/interactivity.m4v: Added.
2632 * blog-files/console-improvements/iterators.png: Added.
2633 * blog-files/console-improvements/localStorage-api.png: Added.
2634 * blog-files/console-improvements/object-preview.png: Added.
2635 * blog-files/console-improvements/object-tree.png: Added.
2636 * blog-files/console-improvements/promises.png: Added.
2637 * blog-files/console-improvements/tooltip-1.png: Added.
2638 * blog-files/console-improvements/tooltip-2.png: Added.
2640 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2642 Remove unnecessary svn:executable flags
2643 https://bugs.webkit.org/show_bug.cgi?id=146107
2645 Reviewed by Alexey Proskuryakov.
2647 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
2648 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
2649 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
2650 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
2651 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
2652 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
2653 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
2654 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
2656 2015-05-20 Jon Davis <jond@apple.com>
2658 Upgrading WordPress to 4.2.2 release.
2660 Rubber-stamped by Timothy Hatcher.
2662 * Websites/webkit.org/blog/:
2663 * Websites/webkit.org/blcd Tog/wp-admin/:
2664 * Websites/webkit.org/blog/wp-admin/css/:
2665 * Websites/webkit.org/blog/wp-admin/css/colors/:
2666 * Websites/webkit.org/blog/wp-admin/images/:
2667 * Websites/webkit.org/blog/wp-admin/includes/:
2668 * Websites/webkit.org/blog/wp-admin/js/:
2669 * Websites/webkit.org/blog/wp-admin/maint/:
2670 * Websites/webkit.org/blog/wp-admin/network/:
2671 * Websites/webkit.org/blog/wp-admin/user/:
2672 * Websites/webkit.org/blog/wp-includes/:
2673 * Websites/webkit.org/blog/wp-includes/ID3/:
2674 * Websites/webkit.org/blog/wp-includes/SimplePie/:
2675 * Websites/webkit.org/blog/wp-includes/Text/:
2676 * Websites/webkit.org/blog/wp-includes/certificates/:
2677 * Websites/webkit.org/blog/wp-includes/css/:
2678 * Websites/webkit.org/blog/wp-includes/fonts/:
2679 * Websites/webkit.org/blog/wp-includes/images/:
2680 * Websites/webkit.org/blog/wp-includes/js/:
2681 * Websites/webkit.org/blog/wp-includes/pomo/:
2682 * Websites/webkit.org/blog/wp-includes/theme-compat/:
2684 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
2686 Fix the link noted 'contribute to features' in status.html
2687 https://bugs.webkit.org/show_bug.cgi?id=144331
2689 Reviewed by Csaba Osztrogonác.
2691 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
2695 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2697 Add naver to team.html
2698 https://bugs.webkit.org/show_bug.cgi?id=144298
2700 Reviewed by Gyuyoung Kim.
2704 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
2706 Status page: fix the email links
2710 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
2712 Improve the status page
2713 https://bugs.webkit.org/show_bug.cgi?id=144248
2715 Reviewed by Darin Adler.
2718 Lots of minor changes:
2720 -Do not use sync XHR. That was nice for testing but that's eveil
2721 and it breaks Firefox.
2722 -Start fetching the json files as soon as possible during page load,
2723 that server takes forever to respond.
2724 -Remove some useless CSS.
2725 -Get rid of mustache. That template thing was awesome but it took
2726 up to 600ms to fetch the file (plus it is not exactly efficient).
2727 -Put both the specifications and the features in the list.
2728 They are referencing each other with links. That seems to work pretty well.
2729 -Use the keywords for filtering.
2731 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
2733 Start a basic status page on webkit.org
2734 https://bugs.webkit.org/show_bug.cgi?id=143940
2736 Reviewed by Darin Adler.
2738 * status.html: Added.
2739 Nothing fancy, for now just show the "features" list of the two features.json
2741 2015-04-19 Dan Bernstein <mitz@apple.com>
2745 * coding/RefPtr.html:
2747 2015-04-19 Darin Adler <darin@apple.com>
2749 Update RefPtr documentation and deprecation
2750 https://bugs.webkit.org/show_bug.cgi?id=143936
2752 Reviewed by Andreas Kling.
2754 * coding/RefPtr.html: Updated.
2756 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
2758 Fix warning about loading insecure content from secure webkit.org/blog
2759 https://bugs.webkit.org/show_bug.cgi?id=142545
2761 Reviewed by Mark Rowe.
2763 * blog/wp-content/themes/webkit/footer.php:
2764 Use an "https" URL for the subresource, instead of "http".
2766 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2768 Remove svn:keywords property.
2770 As far as I can tell, the property had no effect on any of these files, but also,
2771 when it has effect it's likely harmful.
2773 * demos/srcset/index.html: Removed property svn:keywords.
2774 * specs/index.html: Removed property svn:keywords.
2776 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2778 Unreviewed, remove empty directories.
2780 * blog/wp-includes/js/codepress: Removed.
2782 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
2784 Add LG Electronics to team.html
2785 https://bugs.webkit.org/show_bug.cgi?id=141227
2787 Reviewed by Andreas Kling.
2791 2015-01-30 Chris Dumez <cdumez@apple.com>
2793 Add "Singleton pattern" section to the WebKit coding style
2794 https://bugs.webkit.org/show_bug.cgi?id=141040
2796 Reviewed by Ryosuke Niwa.
2798 Add "Singleton pattern" section to the WebKit coding style to document
2799 what was discussed on webkit-dev:
2800 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
2802 * coding/coding-style.html:
2804 2015-01-27 Daniel Bates <dabates@apple.com>
2806 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
2808 Reviewed by David Kilzer.
2810 * building/build.html: Added instructions to build WebKit for iOS Simulator.
2811 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
2812 in the iOS Simulator using command line tools. We should look to add Xcode instructions
2813 and simplify these steps once we teach debug-safari about the iOS Simulator.
2814 * building/run.html: Added remark to run Safari in the iOS Simulator.
2815 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
2816 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
2818 2014-09-27 Dan Bernstein <mitz@apple.com>
2820 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2821 https://bugs.webkit.org/show_bug.cgi?id=137053
2823 Reviewed by Mark Rowe.
2825 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
2827 2014-09-26 Alexey Proskuryakov <ap@apple.com>
2829 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2830 https://bugs.webkit.org/show_bug.cgi?id=137053
2832 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
2834 Explain that to build from Xcode, one needs to build from command line once first.
2836 Removed a Windows section that explained how to launch cygwin shell, which was
2837 silly given that we then link to a long document explaining further steps.
2839 * building/build.html:
2841 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
2843 Update the list of u-szeged contributors.
2845 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
2849 2014-09-18 Dean Jackson <dino@apple.com>
2851 Expand the srcset demo to have 3x and 4x images.
2855 * demos/srcset/image-1x.png:
2856 * demos/srcset/image-2x.png:
2857 * demos/srcset/image-3x.png: Added.
2858 * demos/srcset/image-4x.png: Added.
2859 * demos/srcset/index.html:
2861 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
2863 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
2864 https://bugs.webkit.org/show_bug.cgi?id=136315
2866 Reviewed by Mark Rowe.
2868 * building/checkout.html:
2869 * building/debug-mac-uiprocess.html:
2870 * building/debug.html:
2871 * building/run.html:
2872 * building/tools.html:
2875 * projects/javascript/index.html:
2876 * projects/svg/index.html:
2877 * quality/bugwriting.html:
2878 * quality/crashlogs.html:
2879 * quality/leakhunting.html:
2880 * quality/lifecycle.html:
2881 * quality/testing.html:
2883 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
2885 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
2886 https://bugs.webkit.org/show_bug.cgi?id=31993
2888 Reviewed by Darin Adler.
2890 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
2892 * coding/contributing.html:
2893 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
2895 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
2897 Remove people that have left Adobe from Security Contact list
2898 https://bugs.webkit.org/show_bug.cgi?id=135256
2900 Reviewed by Alexey Proskuryakov.
2902 * security/security-group-members.html:
2904 2014-08-06 peavo@outlook.com <peavo@outlook.com>
2906 [Win] Build error when OFFICIAL_BUILD != 1.
2907 https://bugs.webkit.org/show_bug.cgi?id=135613
2909 Reviewed by Alex Christensen.
2911 Added python installation as a required step before building on Windows.
2913 * building/tools.html:
2915 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
2917 Committers should mail webkit-committers not webkit-reviewers for reactivation
2918 https://bugs.webkit.org/show_bug.cgi?id=135203
2920 Reviewed by Ryosuke Niwa.
2922 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
2923 send mail to webkit-committers instead of webkit-reviewers.
2925 * coding/commit-review-policy.html:
2927 2014-07-15 Alex Christensen <achristensen@webkit.org>
2929 Make css jit benchmark work on IE11.
2930 https://bugs.webkit.org/show_bug.cgi?id=134956
2932 Reviewed by Benjamin Poulain.
2934 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
2935 Remove an iframe which caused IE11 to try to open content as a URL.
2937 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
2939 Update policy for Inactive Committer and Reviewer status
2940 https://bugs.webkit.org/show_bug.cgi?id=134403
2942 Reviewed by Nico Weber.
2944 * coding/commit-review-policy.html:
2946 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
2948 Remove Qt instructions from http://www.webkit.org/building/tools.html
2949 https://bugs.webkit.org/show_bug.cgi?id=134384
2951 Reviewed by Tim Horton.
2953 * building/tools.html:
2955 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
2956 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
2958 2014-06-25 Brent Fulgham <bfulgham@apple.com>
2960 [Win] Whoops! DirectX SDK is still needed.
2962 * building/tools.html: Put DirectX instruction back.
2964 2014-06-24 Brent Fulgham <bfulgham@apple.com>
2966 [Win] Remove some out-of-date stuff from our instructions.
2967 https://bugs.webkit.org/show_bug.cgi?id=134282
2969 Reviewed by Tim Horton.
2971 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
2972 install anymore (it's part of Visual Studio 2013).
2973 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
2976 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
2978 Drop the cross organizational support requirement from reviewer nomination policy
2979 https://bugs.webkit.org/show_bug.cgi?id=134240
2981 Reviewed by Gyuyoung Kim.
2985 * coding/commit-review-policy.html:
2987 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2989 Updated the files to have the right width.
2991 * blog-files/ftl-jit/dfg_pipeline.png:
2992 * blog-files/ftl-jit/four_tier_performance.png:
2993 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
2994 * blog-files/ftl-jit/ftl_pipeline.png:
2995 * blog-files/ftl-jit/ftl_timeline.png:
2996 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
2997 * blog-files/ftl-jit/polyvariance.png:
2998 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
2999 * blog-files/ftl-jit/three_tier_performance.png:
3001 2014-05-13 Filip Pizlo <fpizlo@apple.com>
3003 Add some illustrations about how JSC works.
3005 * blog-files/ftl-jit: Added.
3006 * blog-files/ftl-jit/dfg_pipeline.png: Added.
3007 * blog-files/ftl-jit/four_tier_performance.png: Added.
3008 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
3009 * blog-files/ftl-jit/ftl_pipeline.png: Added.
3010 * blog-files/ftl-jit/ftl_timeline.png: Added.
3011 * blog-files/ftl-jit/object_model.png: Added.
3012 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
3013 * blog-files/ftl-jit/polyvariance.png: Added.
3014 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
3015 * blog-files/ftl-jit/three_tier_performance.png: Added.
3016 * blog-files/ftl-jit/three_tiers.png: Added.
3018 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
3020 Add potential illustrations for a potential future blog post about the viewport meta tag
3022 * blog-files/simple-viewport-configuration: Added.
3023 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
3024 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
3025 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
3026 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
3027 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
3028 * blog-files/simple-viewport-configuration/inspector.png: Added.
3029 * blog-files/simple-viewport-configuration/report_size.js: Added.
3031 2014-04-29 Alex Christensen <achristensen@webkit.org>
3033 [WinCairo] Switch video from GStreamer to Media Foundation.
3034 https://bugs.webkit.org/show_bug.cgi?id=132358
3036 Reviewed by Brent Fulgham.
3038 * building/tools.html:
3039 Removed requirement of installing GStreamer.
3041 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
3043 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
3044 https://bugs.webkit.org/show_bug.cgi?id=131791
3046 Reviewed by Sam Weinig.
3048 * building/debug.html:
3050 2014-03-28 James Craig <jcraig@apple.com>
3052 Web Inspector: AXI: support for live regions
3053 https://bugs.webkit.org/show_bug.cgi?id=130725
3055 Reviewed by Timothy Hatcher.
3057 Demo update to show off the new Inspector support for live regions.
3059 * blog-files/aria1.0/combobox_with_live_region_status.html:
3061 2014-03-27 James Craig <jcraig@apple.com>
3063 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
3064 https://bugs.webkit.org/show_bug.cgi?id=130827
3066 Reviewed by Timothy Hatcher.
3068 Updated demo files with attr refresh to show off selected children changing.
3069 Long term fix will be http://webkit.org/b/130883
3071 * blog-files/aria1.0/combobox_with_live_region_status.html:
3073 2014-03-25 James Craig <jcraig@apple.com>
3075 Blog-files: combobox demo needs aria-expanded support
3076 https://bugs.webkit.org/show_bug.cgi?id=130766
3078 Reviewed by Chris Fleizach.
3080 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
3082 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
3084 Add illustrations for a potential blog post
3086 First version, let see how that works out.
3088 * blog-files/css-jit-introduction: Added.
3089 * blog-files/css-jit-introduction/clicktostart.js: Added.
3090 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
3091 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
3092 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
3093 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
3094 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
3095 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
3097 2014-03-20 James Craig <jcraig@apple.com>
3099 Sample code for potential ARIA blog post.
3100 https://bugs.webkit.org/show_bug.cgi?id=130548
3102 Rubber-stamped by Chris Fleizach.
3104 * blog-files/aria1.0: Added.
3105 * blog-files/aria1.0/africa_large.svg: Added.
3106 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
3107 * blog-files/aria1.0/roaming_tabindex: Added.
3108 * blog-files/aria1.0/roaming_tabindex/css: Added.
3109 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
3110 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
3111 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
3112 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
3113 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
3114 * blog-files/aria1.0/roaming_tabindex/js: Added.
3115 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
3116 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
3117 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
3119 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3121 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3122 https://bugs.webkit.org/show_bug.cgi?id=130276
3123 <rdar://problem/16266927>
3125 Reviewed by Simon Fraser.
3127 * blog/wp-content/textfield_screenshot.jpg:
3128 * misc/WebKitDetect.html:
3129 * misc/WebKitDetect.js:
3130 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
3131 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
3132 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
3133 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
3134 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
3135 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
3136 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
3137 * perf/sunspider-0.9.1/sunspider-compare-results.js:
3138 * perf/sunspider-0.9/3d-cube.html:
3139 * perf/sunspider-0.9/3d-morph.html:
3140 * perf/sunspider-0.9/3d-raytrace.html:
3141 * perf/sunspider-0.9/access-binary-trees.html:
3142 * perf/sunspider-0.9/access-fannkuch.html:
3143 * perf/sunspider-0.9/access-nbody.html:
3144 * perf/sunspider-0.9/access-nsieve.html:
3145 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
3146 * perf/sunspider-0.9/bitops-bits-in-byte.html:
3147 * perf/sunspider-0.9/bitops-bitwise-and.html:
3148 * perf/sunspider-0.9/bitops-nsieve-bits.html:
3149 * perf/sunspider-0.9/controlflow-recursive.html:
3150 * perf/sunspider-0.9/crypto-aes.html:
3151 * perf/sunspider-0.9/crypto-md5.html:
3152 * perf/sunspider-0.9/crypto-sha1.html:
3153 * perf/sunspider-0.9/date-format-tofte.html:
3154 * perf/sunspider-0.9/date-format-xparb.html:
3155 * perf/sunspider-0.9/math-cordic.html:
3156 * perf/sunspider-0.9/math-partial-sums.html:
3157 * perf/sunspider-0.9/math-spectral-norm.html:
3158 * perf/sunspider-0.9/regexp-dna.html:
3159 * perf/sunspider-0.9/string-base64.html:
3160 * perf/sunspider-0.9/string-fasta.html:
3161 * perf/sunspider-0.9/string-tagcloud.html:
3162 * perf/sunspider-0.9/string-unpack-code.html:
3163 * perf/sunspider-0.9/string-validate-input.html:
3164 * perf/sunspider-0.9/sunspider-analyze-results.js:
3165 * perf/sunspider-0.9/sunspider-compare-results.js:
3166 * perf/sunspider-0.9/sunspider-driver.html:
3167 * perf/sunspider-0.9/sunspider-record-result.js:
3168 * perf/sunspider-0.9/sunspider-results.html:
3169 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
3170 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
3171 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
3172 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
3173 * perf/sunspider-1.0.1/sunspider-compare-results.js:
3174 * perf/sunspider-1.0.1/sunspider.html:
3175 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3176 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
3177 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3178 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
3179 * perf/sunspider-1.0.2/sunspider-compare-results.js:
3180 * perf/sunspider-1.0.2/sunspider.html:
3181 * perf/sunspider-1.0/sunspider-1.0/driver.html:
3182 * perf/sunspider-1.0/sunspider-1.0/results.html:
3183 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
3184 * perf/sunspider-1.0/sunspider-analyze-results.js:
3185 * perf/sunspider-1.0/sunspider-compare-results.js:
3186 * perf/sunspider-1.0/sunspider.html:
3187 * perf/sunspider/sunspider.html:
3188 * perf/sunspider/versions.html:
3189 * quality/reporting.html:
3191 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
3193 Use DYEBench v0.9 by default.
3195 Rubber-stamped by Benjamin Poulain.
3197 * perf/DoYouEvenBench/index.html:
3199 2014-02-27 Darin Adler <darin@apple.com>
3201 Some small modernizing tweaks to the coding style guide
3202 https://bugs.webkit.org/show_bug.cgi?id=129427
3204 Reviewed by Alexey Proskuryakov.
3206 My intent here was originally to do the nullptr style guide update, but that was already done.
3207 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
3208 a number of subtle ways.
3210 * coding/coding-style.html: Change "left side operator" example to be a more modern example
3211 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
3212 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
3213 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
3214 over index iteration in vector iteration example and also showed use of unsigned rather than
3215 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
3216 a newly created object" example. Use references instead of pointers in one example.
3218 2014-02-26 Julien Brianceau <jbriance@cisco.com>
3220 Add Cisco to team.html
3221 https://bugs.webkit.org/show_bug.cgi?id=129405
3223 Reviewed by Andreas Kling.
3227 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
3229 Update style guide to use nullptr instead of 0 for C++ null pointers.
3230 https://bugs.webkit.org/show_bug.cgi?id=129413
3232 Reviewed by Ryosuke Niwa.
3234 * coding/coding-style.html:
3236 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
3238 Change tools.html to say Xcode 5 is required to build
3239 https://bugs.webkit.org/show_bug.cgi?id=128545
3241 Reviewed by Andreas Kling.
3243 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
3244 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
3245 line tools in the downloads pane anymore, so direct folks to use
3246 xcode-select to install the command line tools as well.
3248 * building/tools.html:
3250 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3252 Host DoYouEvenBench on webkit.org
3253 https://bugs.webkit.org/show_bug.cgi?id=127185
3255 Reviewed by Benjamin Poulain.
3257 The previous patch didn't quite work due to cross-origin restrictions.
3258 Simply add a hyperlink to a trac page.
3260 * perf/DoYouEvenBench/index.html:
3262 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3264 Host DoYouEvenBench on webkit.org
3265 https://bugs.webkit.org/show_bug.cgi?id=127185
3267 Reviewed by Benjamin Poulain.
3269 Added webkit.org/perf/DoYouEvenBench.
3271 * perf/DoYouEvenBench: Added.
3272 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
3274 2014-01-03 Alex Christensen <achristensen@webkit.org>
3276 Added GStreamer to list of required tools for compiling webkit.
3277 https://bugs.webkit.org/show_bug.cgi?id=126319
3279 Reviewed by Philippe Normand.
3281 * building/tools.html:
3282 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
3283 Added GStreamer installers to list of required tools for WinCairo.
3285 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
3287 Add a description about webkit-patch setup-git-clone to checkout.html
3288 https://bugs.webkit.org/show_bug.cgi?id=126217
3290 Reviewed by Philippe Normand.
3294 * building/checkout.html:
3296 2013-12-13 Roger Fong <roger_fong@apple.com>
3298 Update build instructions for Windows following upgrade to VS2013.
3300 * building/tools.html:
3302 2013-11-30 Mark Rowe <mrowe@apple.com>
3304 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
3306 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
3308 Reviewed by Sam Weinig.
3310 * footer.inc: Remove the old analytics code.
3311 * header.inc: Add the new stuff.
3313 2013-10-29 Beth Dakin <bdakin@apple.com>
3315 Just updating the sample code for this potential blog post.
3317 * blog-files/regions/pizza-is-amazing.png: Replaced.
3318 * blog-files/regions/unstyled-article.png: Replaced.
3319 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3320 * demos/regions/pizza-regions-manifesto.html:
3322 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3324 Mixed content error when accessing webkit.org/team.html over https
3325 https://bugs.webkit.org/show_bug.cgi?id=123020
3327 Reviewed by Alexey Proskuryakov.
3329 When the webkit.org/team.html page is accessed over https most browsers report
3330 Mixed Content error, which is caused by the fact that the contributos.json file
3331 is accessed over a plain http connection and not https.
3335 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3337 Cleanup webkit.org/team.html
3338 https://bugs.webkit.org/show_bug.cgi?id=123022
3340 Reviewed by Alexey Proskuryakov.
3342 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
3346 2013-10-16 Geoffrey Garen <ggaren@apple.com>
3348 Publish SunSpider 1.0.2
3349 https://bugs.webkit.org/show_bug.cgi?id=122923
3351 Reviewed by Darin Adler.
3353 * perf/sunspider/sunspider.html:
3354 * perf/sunspider/versions.html:
3356 2013-10-08 Geoffrey Garen <ggaren@apple.com>
3358 Refined power management in SunSpider 1.0.2
3359 https://bugs.webkit.org/show_bug.cgi?id=122525
3361 Reviewed by Gavin Barraclough.
3363 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3365 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3366 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3367 * perf/sunspider-1.0.2/sunspider.css:
3371 2013-10-02 Geoffrey Garen <ggaren@apple.com>
3373 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3375 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3376 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3378 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3380 Fixed a version number string in SunSpider 1.0.2
3381 https://bugs.webkit.org/show_bug.cgi?id=122004
3383 Reviewed by Gavin Barraclough.
3385 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
3387 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3389 Tentative SunSpider 1.0.2
3390 https://bugs.webkit.org/show_bug.cgi?id=122002
3392 Reviewed by Gavin Barraclough.
3394 See comments in PerformanceTests/SunSpider.
3396 * perf/sunspider-1.0.2: Added.
3398 2013-09-20 Mark Rowe <mrowe@apple.com>
3400 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
3402 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
3404 Reviewed by David Kilzer.
3406 * building/debug-mac-uiprocess.html:
3407 * building/tools.html:
3409 2013-09-19 Dan Bernstein <mitz@apple.com>
3411 Add a style guideline regarding spacing in range-based for loops
3412 https://bugs.webkit.org/show_bug.cgi?id=121620
3414 Reviewed by Anders Carlsson.
3416 * coding/coding-style.html: Added the guideline that spaces should be placed
3417 around the colon in a range-based for loop.
3419 2013-09-10 Beth Dakin <bdakin@apple.com>
3421 Adding another screenshot for a potential blog post.
3423 * blog-files/regions/unstyled-article.png: Added.
3425 2013-09-09 Roger Fong <roger_fong@apple.com>
3427 Update build instructions for Apple Windows port to include cygwin php install steps.
3429 * building/tools.html:
3431 2013-09-04 Beth Dakin <bdakin@apple.com>
3433 Fixing a typo in demo files and screenshot.
3435 * blog-files/regions/pizza-is-amazing.png: Replaced.
3436 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3437 * demos/regions/pizza-regions-manifesto.html:
3439 2013-09-04 Beth Dakin <bdakin@apple.com>
3441 Upload demo and images for a potential blog post.
3443 * blog-files/regions: Added.
3444 * blog-files/regions/pizza-is-amazing.png: Added.
3445 * demos/regions: Added.
3446 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
3447 * demos/regions/pizza-regions-manifesto.html: Added.
3448 * demos/regions/yellow-pizza.jpg: Added.
3450 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
3452 Fix the recommended testing platform on the website
3454 Rubberstamped by Enrica Casucci.
3456 * quality/testing.html:
3458 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
3460 Fix webkit.org content overflowing their content box
3462 Rubberstamped by Simon Fraser.
3464 More fixes to have webkit.org show properly on iPad and iPhone.
3466 * blog/wp-content/themes/webkit/header.php:
3467 Add the correct viewport width for the blog.
3469 * building/debug.html:
3470 * building/launch-debugger-vs2010-small.png: Added.
3471 * building/set-debugging-properties-vs2010-small.png: Added.
3472 Fix the images to make them fit in the page.
3474 * coding/adding-features.html:
3475 Using <pre> for the example of email just make it looks like our code examples.
3476 Change the source to use <blockquote> so that the text can reflow to the content box.
3478 (.code, pre, tt, code):
3479 Scroll the content when it overflows the box for code and pre.
3481 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
3483 Give a smaller viewport to webkit.org on devices
3485 Rubberstamped by Simon Fraser.
3487 The CSS of WebKit.org layout the content on 615px + a right margin of
3488 215px + a left margin of 20px. The total layout width is 850px.
3490 The standard viewport size on mobile devices is 980px. This leaves a gap
3491 on the right side of the content when opening the size on iPhone/iPad.
3493 This patch changes the layout width to be 860 to display more content on devices
3494 while keeping a little margin.
3498 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
3500 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
3501 https://bugs.webkit.org/show_bug.cgi?id=117993
3503 Reviewed by George Staikos.
3505 * perf/sunspider-1.0.1/json2.js: Added.
3506 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
3507 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
3508 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
3509 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
3510 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
3511 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
3512 * perf/sunspider-1.0.1/sunspider.css: Added.
3513 * perf/sunspider-1.0.1/sunspider.html: Added.
3514 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
3515 * perf/sunspider/versions.html: Updated to version 1.0.1.
3517 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
3519 Update the images for the blog size-matters
3521 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
3522 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
3523 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
3525 2013-08-05 Dean Jackson <dino@apple.com>
3527 Move previous commit into /demos.
3529 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
3530 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
3531 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
3532 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
3534 2013-08-05 Dean Jackson <dino@apple.com>
3536 Upload example for a blog post.
3538 * blog-files/srcset/image-1x.png: Added.
3539 * blog-files/srcset/image-2x.png: Added.
3540 * blog-files/srcset/image-src.png: Added.
3541 * blog-files/srcset/index.html: Added.
3543 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
3545 Upload images for a potential blog post
3547 * blog-files/size-matters: Added.
3548 * blog-files/size-matters/JavaScript-growth.png: Added.
3549 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
3550 * blog-files/size-matters/WebCore-growth.png: Added.
3551 * blog-files/size-matters/WebKit-growth.png: Added.
3553 2013-07-14 Kwang Yul Seo <skyul@company100.net>
3555 Add Company100 to team.html
3556 https://bugs.webkit.org/show_bu