1 2017-06-30 Jon Lee <jonlee@apple.com>
3 Add a WebRTC example for a blog post
4 https://bugs.webkit.org/show_bug.cgi?id=174049
6 Reviewed by Youenn Fablet.
8 Example does a typical WebRTC video call, but uses canvas to do some image effects.
9 Image effects will last for 30 seconds.
10 After that time, the video stream is directly sent.
11 This illustrates using RTCPeerConnection, replaceTrack and canvas capture.
13 * blog-files/webrtc/pc-with-effects/LICENSE: Added.
14 * blog-files/webrtc/pc-with-effects/glfx.js: Added.
15 * blog-files/webrtc/pc-with-effects/index.html: Added.
16 * blog-files/webrtc/pc-with-effects/main.css: Added.
17 * blog-files/webrtc/pc-with-effects/main.js: Added.
19 2017-06-28 Saam Barati <sbarati@apple.com>
21 Add a Object rest/spread test to the experimental features test page
22 https://bugs.webkit.org/show_bug.cgi?id=173947
24 Rubber stamped by Dean Jackson.
26 * experimental-features.html:
28 2017-06-07 Jon Davis <jond@apple.com>
30 Update the design of the WebKit Feature Status page
31 https://bugs.webkit.org/show_bug.cgi?id=173036
33 Reviewed by Simon Fraser.
35 * wp-content/themes/webkit/functions.php: Fixed a bad function call.
36 * wp-content/themes/webkit/status.php: Implemented redesign with saved search.
37 * wp-content/themes/webkit/style.css:
38 (.feature-header:after):
39 (@media only screen and (max-width: 920px)):
40 (@media only screen and (max-width: 600px)):
41 (.feature-filters): Deleted.
42 (.feature-filters.opened): Deleted.
43 (.feature-filters:after): Deleted.
44 (.feature-filters.opened:after): Deleted.
46 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
48 Add a WebGPU test to the experimental features test page
49 https://bugs.webkit.org/show_bug.cgi?id=172953
51 Reviewed by Darin Adler.
53 * experimental-features.html:
55 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
57 Move Resource Timing / User Timing from experimental features into main preferences
58 https://bugs.webkit.org/show_bug.cgi?id=172950
60 Reviewed by Darin Adler.
62 * experimental-features.html:
63 Remove no longer experimental features.
65 2017-06-02 Filip Pizlo <fpizlo@apple.com>
67 Atomics.load and Atomics.store need to be fully fenced
68 https://bugs.webkit.org/show_bug.cgi?id=172844
70 Reviewed by Keith Miller.
72 Update documentation to say that the canonical way to do fully fenced loads and stores is
73 AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
75 * docs/b3/intermediate-representation.html:
77 2017-05-31 Jon Davis <jond@apple.com>
79 Reduce Safari Technology Preview Release Notes posts shown on homepage
80 https://bugs.webkit.org/show_bug.cgi?id=172364
82 Reviewed by Daniel Bates.
84 * wp-content/themes/webkit/functions.php: Load some extra posts.
85 * wp-content/themes/webkit/widgets/post.php: Show STP blog posts when it is the current featured post.
87 2017-05-18 Jon Davis <jond@apple.com>
89 Add an Accessibility icon to webkit.org
90 https://bugs.webkit.org/show_bug.cgi?id=172298
92 Reviewed by Alexey Proskuryakov.
94 * wp-content/themes/webkit/images/icons.svg: Added accessibility icon to the sprite.
95 * wp-content/themes/webkit/style.css: New rule to use the accessibility icon from the icons sprite.
96 (.tile.category-accessibility .background-image):
98 2017-05-15 James Craig <jcraig@apple.com>
100 AX: Inaccessible content on webkit.org main page
101 https://bugs.webkit.org/show_bug.cgi?id=172106
103 Reviewed by Joseph Pecoraro.
105 * wp-content/themes/webkit/widgets/icon.php: Resolved link title.
106 * wp-content/themes/webkit/widgets/post.php: Resolved link title.
107 * wp-content/themes/webkit/widgets/twitter.php: Resolved link titles. Suppressed unlabeled images with alt="".
109 2017-05-14 James Craig <jcraig@apple.com>
111 Upload poster images and working captioned video
112 https://bugs.webkit.org/show_bug.cgi?id=172102
114 Unreviewed. More resources for prefers-reduced-motion post.
116 * blog-files/prefers-reduced-motion/axi.htm: Added.
117 * blog-files/prefers-reduced-motion/axi.png: Removed.
118 * blog-files/prefers-reduced-motion/posters: Added.
119 * blog-files/prefers-reduced-motion/posters/apple_env_load.jpg: Added.
120 * blog-files/prefers-reduced-motion/posters/apple_env_planeshift.jpg: Added.
121 * blog-files/prefers-reduced-motion/posters/apple_ios10.jpg: Added.
122 * blog-files/prefers-reduced-motion/posters/apple_shoot.jpg: Added.
123 * blog-files/prefers-reduced-motion/posters/apple_shoot_reduced.jpg: Added.
124 * blog-files/prefers-reduced-motion/posters/apple_sierra.jpg: Added.
125 * blog-files/prefers-reduced-motion/posters/apple_sierra_reduced.jpg: Added.
126 * blog-files/prefers-reduced-motion/posters/axi.jpg: Added.
127 * blog-files/prefers-reduced-motion/posters/viljami.jpg: Added.
128 * blog-files/prefers-reduced-motion/prm.htm: Link to axi.htm video demo.
130 2017-05-14 James Craig <jcraig@apple.com>
132 AX: All the articles on the WebKit blog are called "Clickable Link" by VoiceOver
133 https://bugs.webkit.org/show_bug.cgi?id=172096
134 <rdar://problem/31624323>
136 Unreviewed. Fixing broken link titles for screen readers.
138 * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.
140 2017-05-08 James Craig <jcraig@apple.com>
142 More demo files for prefers-reduced-motion post
143 https://bugs.webkit.org/show_bug.cgi?id=170663
147 * blog-files/prefers-reduced-motion/jaws.gif: Added.
148 * blog-files/prefers-reduced-motion/jaws.jpg: Added.
149 * blog-files/prefers-reduced-motion/prm.htm: New animated GIF example.
151 2017-04-24 James Craig <jcraig@apple.com>
153 Upload demo files for prefers-reduced-motion post
154 https://bugs.webkit.org/show_bug.cgi?id=170663
156 Rubber stamped by Jon Davis.
158 * blog-files/prefers-reduced-motion: Added.
159 * blog-files/prefers-reduced-motion/axi.png: Added.
160 * blog-files/prefers-reduced-motion/prm.htm: Added.
162 2017-04-18 Jon Davis <jond@apple.com>
164 Images in WebKit.org blog article are stretched out
165 https://bugs.webkit.org/show_bug.cgi?id=169208
167 Reviewed by Michael Catanzaro.
169 * wp-content/themes/webkit/style.css:
170 (article figure > img):
172 2017-04-13 JF Bastien <jfbastien@apple.com>
174 WebAssembly: manage memory better
175 https://bugs.webkit.org/show_bug.cgi?id=170628
177 Reviewed by Keith Miller, Michael Saboff.
179 * docs/b3/intermediate-representation.html: typos
181 2017-04-08 Simon Fraser <simon.fraser@apple.com>
183 Update the css-status page to handle changes in CSSProperties.json.
185 Change the page structure to allow the left sidebar to use sticky positioning.
187 "Done" -> "Supported".
189 Save the search in the URL.
191 Other formatting changes.
193 * wp-content/themes/webkit/css-status.php:
195 2017-04-06 Dean Jackson <dino@apple.com>
199 * demos/webgpu/index.html:
201 2017-04-06 Jon Davis <jond@apple.com>
203 Updates feature status for recently shipped features
204 https://bugs.webkit.org/show_bug.cgi?id=170359
206 Reviewed by Brian Burg.
208 Added styles for "Supported" status.
210 * wp-content/themes/webkit/status.php:
212 2017-04-04 Dean Jackson <dino@apple.com>
214 Unreviewed. Add details on how to enable the experimental feature.
216 * demos/webgpu/index.html:
218 2017-04-03 Dean Jackson <dino@apple.com>
220 Unreviewed. More WebGPU demos.
222 * demos/webgpu/2d.jpg: Added.
223 * demos/webgpu/2d.js:
224 * demos/webgpu/circle.svg: Added.
225 * demos/webgpu/cubes.jpg: Added.
226 * demos/webgpu/hello.html: Added.
227 * demos/webgpu/hello.jpg: Added.
228 * demos/webgpu/hello.js: Copied from Websites/webkit.org/demos/webgpu/2d.js.
231 * demos/webgpu/index.html: Added.
232 * demos/webgpu/simple.jpg: Added.
234 2017-03-31 Dean Jackson <dino@apple.com>
236 Unreviewed. Add some WebGPU examples.
238 * demos/webgpu/2d.html: Added.
239 * demos/webgpu/2d.js: Added.
240 * demos/webgpu/cubes.html: Added.
241 * demos/webgpu/cubes.js: Added.
242 * demos/webgpu/shared.css: Added.
243 * demos/webgpu/shared.js: Added.
244 * demos/webgpu/simple.html: Added.
245 * demos/webgpu/simple.js: Added.
247 2017-03-11 Jon Davis <jond@apple.com>
249 Add Swift syntax highlighting to webkit.org
250 https://bugs.webkit.org/show_bug.cgi?id=163672
252 Reviewed by Matt Baker.
254 * wp-content/plugins/hyperlight/hyperlight/languages/swift.php: Added.
256 2017-03-10 Jon Davis <jond@apple.com>
258 Switch back to the Twitter API for the Tweet widget
259 https://bugs.webkit.org/show_bug.cgi?id=168749
261 Reviewed by Lucas Forschler.
263 Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
264 displayed through the widget. If the API fails for any reason, it falls back to using the
265 Tweet listener for updated tweets.
267 The Twitter API provides the benefit of embedding media and being able to display the full
268 URLs rather than Twitter-shortened URLs.
270 * wp-content/plugins/tweet-listener.php:
271 * wp-content/themes/webkit/style.css:
272 (.twitter-tile .tile-content):
273 (.twitter-tile.text-only):
274 (.twitter-tile .media):
276 * wp-content/themes/webkit/widgets/twitter.php:
278 2017-03-04 Filip Pizlo <fpizlo@apple.com>
280 B3 should have comprehensive support for atomic operations
281 https://bugs.webkit.org/show_bug.cgi?id=162349
283 Reviewed by Keith Miller.
285 Document the new opcodes!
287 * docs/b3/intermediate-representation.html:
289 2017-03-09 Jon Davis <jond@apple.com>
291 Prevent HTML in rich link previews
292 https://bugs.webkit.org/show_bug.cgi?id=169435
294 Reviewed by Tim Horton.
296 * wp-content/plugins/social-meta.php:
298 2017-03-03 Manuel Rego Casasnovas <rego@igalia.com>
300 Unreviewed, minor updates on CSS Grid Layout examples.
302 * demos/css-grid/index.html:
303 * demos/css-grid/responsive-grid.html:
305 2017-02-27 Simon Fraser <simon.fraser@apple.com>
307 Add css-status page on webkit.org
308 https://bugs.webkit.org/show_bug.cgi?id=168921
310 Reviewed by Sam Weinig.
312 Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
314 This is modeled after the feature status page. Properties can be filtered by status
315 and the spec they belong to.
317 * wp-content/themes/webkit/css-status.php: Added.
319 2017-02-23 Joseph Pecoraro <pecoraro@apple.com>
321 [Resource Timing] Add Experimental Feature Flag
322 https://bugs.webkit.org/show_bug.cgi?id=167147
324 Reviewed by Ryosuke Niwa.
326 * experimental-features.html:
327 Test for Resource Timing.
329 2017-02-23 Alex Christensen <achristensen@webkit.org>
331 Add WebRTC to experimental-features.html
332 https://bugs.webkit.org/show_bug.cgi?id=168757
334 Reviewed by Tim Horton.
336 * experimental-features.html:
338 2017-02-23 Jon Davis <jond@apple.com>
340 Fixed saving survey data
341 https://bugs.webkit.org/show_bug.cgi?id=168730
343 Reviewed by Joseph Pecoraro.
345 * wp-content/themes/webkit/functions.php:
347 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com>
349 Unreviewed, add CSS Grid Layout examples for a blog post.
351 * demos/css-grid/index.html: Added.
352 * demos/css-grid/responsive-grid.html: Added.
354 2017-02-06 Jon Davis <jond@apple.com>
356 Add a survey to learn how people use WebKit Nightly builds
357 https://bugs.webkit.org/show_bug.cgi?id=167748
359 Reviewed by Joseph Pecoraro.
361 * wp-content/themes/webkit/functions.php:
362 * wp-content/themes/webkit/nightly-start.php:
363 * wp-content/themes/webkit/nightly-survey.php: Added.
364 * wp-content/themes/webkit/survey.json: Added.
366 2017-01-28 Yoav Weiss <yoav@yoav.ws>
368 Add Link Preload as an off-by-default experimental feature menu item.
369 https://bugs.webkit.org/show_bug.cgi?id=167201
371 Reviewed by Ryosuke Niwa.
373 * experimental-features.html: Added Link Preload.
375 2017-01-28 Joseph Pecoraro <pecoraro@apple.com>
377 Add User Timing Experimental Feature
378 https://bugs.webkit.org/show_bug.cgi?id=167542
379 <rdar://problem/22746307>
381 Reviewed by Ryosuke Niwa.
383 * experimental-features.html:
385 2017-01-27 Dean Jackson <dino@apple.com>
387 Add a simple demo for Touch stylus events
388 https://bugs.webkit.org/show_bug.cgi?id=167534
390 Reviewed by Simon Fraser.
392 * demos/touch/stylus.html: Added.
394 2017-01-27 Wenson Hsieh <wenson_hsieh@apple.com>
396 Unreviewed, update scroll snapping demos to use current Module 1 spec
398 * demos/scroll-snap/index.html:
400 Adopt the new CSS properties scroll-snap-type and scroll-snap-align.
402 2017-01-26 Wenson Hsieh <wenson_hsieh@apple.com>
404 Unreviewed, add a demo page for an input events blog post
406 * demos/input-events/index.html: Added.
408 2017-01-20 Antoine Quint <graouts@apple.com>
410 Web Animations should be off by default and enabled as an experimental feature
411 https://bugs.webkit.org/show_bug.cgi?id=167115
412 <rdar://problem/30048963>
414 Reviewed by Joseph Pecoraro.
416 Add a test for Web Animations feature detection.
418 * experimental-features.html:
420 2017-01-19 Joseph Pecoraro <pecoraro@apple.com>
422 Include SubtleCrypto test on experimental-features test page
423 https://bugs.webkit.org/show_bug.cgi?id=167226
425 Reviewed by Yusuke Suzuki.
427 * experimental-features.html:
428 Add a test for SubtleCrypto and make the test resilient against exceptions.
430 2017-01-19 Timothy Hatcher <timothy@hatcher.name>
432 Add Tesla to the domain associations on the team page
433 https://bugs.webkit.org/show_bug.cgi?id=167202
435 Reviewed by Brian Burg.
437 * wp-content/themes/webkit/team.php:
439 2016-12-22 Keith Miller <keith_miller@apple.com>
441 Add BitOr for floating points to B3
442 https://bugs.webkit.org/show_bug.cgi?id=166446
444 Reviewed by Saam Barati.
446 Update docs to indicate it's cool to use bit ops with floating point.
448 * docs/b3/intermediate-representation.html:
450 2016-12-07 Dean Jackson <dino@apple.com>
452 Remove runtime toggle for pointer-lock
453 https://bugs.webkit.org/show_bug.cgi?id=165577
454 <rdar://problems/29566996>
458 No need to have pointer-lock tested.
460 * experimental-features.html: Also sort the list alphabetically.
462 2016-12-05 Dean Jackson <dino@apple.com>
464 pointer lock needs to be feature detectable
465 https://bugs.webkit.org/show_bug.cgi?id=165426
466 <rdar://problem/29486715>
468 Reviewed by Antoine Quint.
470 We can now accurately detect pointer-lock.
472 * experimental-features.html:
474 2016-12-02 Dean Jackson <dino@apple.com>
476 Make a public facing page to check for WebKit features
477 https://bugs.webkit.org/show_bug.cgi?id=165331
478 <rdar://problem/29488535>
480 Reviewed by Antoine Quint.
482 Add a web page to webkit.org that allows us to live
483 detect our experimental features. This is mostly for
484 internal debugging, but also provides simple examples
485 of how real content would do such detection.
487 * experimental-features.html: Added.
489 2016-11-17 Keith Miller <keith_miller@apple.com>
492 https://bugs.webkit.org/show_bug.cgi?id=164871
494 Reviewed by Filip Pizlo.
496 Update docs for new rotate instructions.
498 * docs/b3/intermediate-representation.html:
500 2016-10-21 Keith Miller <keith_miller@apple.com>
502 Expand Trunc in B3 to support Double to Float
503 https://bugs.webkit.org/show_bug.cgi?id=163809
505 Update the docs to explain that Trunc now works with fleating point numbers.
507 Reviewed by Geoffrey Garen.
509 * docs/b3/intermediate-representation.html:
511 2016-10-14 Keith Miller <keith_miller@apple.com>
513 B3 needs a special WasmAddress Opcode
514 https://bugs.webkit.org/show_bug.cgi?id=163394
516 Reviewed by Filip Pizlo.
518 Update the b3 docs for the new WasmAddress opcode.
520 * docs/b3/intermediate-representation.html:
522 2016-10-14 Simon Fraser <simon.fraser@apple.com>
524 Annotate bots in contributors.json and don't show them on webkit.org/team
525 https://bugs.webkit.org/show_bug.cgi?id=163317
527 Reviewed by Daniel Bates.
531 * wp-content/themes/webkit/team.php:
533 2016-10-12 Keith Miller <keith_miller@apple.com>
535 B3 needs a special WasmBoundsCheck Opcode
536 https://bugs.webkit.org/show_bug.cgi?id=163246
538 Reviewed by Filip Pizlo.
540 Update the docs for the new WasmBoundsCheck opcode.
542 * docs/b3/intermediate-representation.html:
544 2016-10-09 Simon Fraser <simon.fraser@apple.com>
546 Convert contributors.json to a flat list
547 https://bugs.webkit.org/show_bug.cgi?id=163183
549 Reviewed by Darin Adler.
551 Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
552 and moving that data to a "status" property on each contributor.
554 Fix script that generates webkit.org/team.
556 * wp-content/themes/webkit/team.php:
558 2016-10-03 Filip Pizlo <fpizlo@apple.com>
560 B3 trapping memory accesses should be documented
561 https://bugs.webkit.org/show_bug.cgi?id=162845
563 Reviewed by Geoffrey Garen.
565 Added documentation for the Traps flag, and factored out the documentation of the Chill flag
566 to a new flags section.
568 * docs/b3/intermediate-representation.html:
570 2016-09-30 Filip Pizlo <fpizlo@apple.com>
572 Air should have a way of expressing additional instruction flags
573 https://bugs.webkit.org/show_bug.cgi?id=162699
575 Reviewed by Mark Lam.
577 * docs/b3/assembly-intermediate-representation.html:
579 2016-09-28 Filip Pizlo <fpizlo@apple.com>
581 B3 opcodes should leave room for flags
582 https://bugs.webkit.org/show_bug.cgi?id=162692
584 Reviewed by Keith Miller.
586 Updated the documentation to talk about Kind and the isChill bit, and to remove
589 * docs/b3/intermediate-representation.html:
591 2016-09-27 Joseph Pecoraro <pecoraro@apple.com>
593 Update style guide for #pragma once
594 https://bugs.webkit.org/show_bug.cgi?id=162633
596 Reviewed by Dan Bernstein.
599 Update style guide for #pragma once as discussed on webkit-dev.
601 2016-09-21 Filip Pizlo <fpizlo@apple.com>
603 Add a Fence opcode to B3
604 https://bugs.webkit.org/show_bug.cgi?id=162343
606 Reviewed by Geoffrey Garen.
608 * docs/b3/intermediate-representation.html:
610 2016-08-16 Benjamin Poulain <bpoulain@apple.com>
612 [JSC] Update the documentation of B3's Return opcode
613 https://bugs.webkit.org/show_bug.cgi?id=160912
615 Reviewed by Filip Pizlo.
617 * docs/b3/intermediate-representation.html:
619 2016-08-04 Daniel Bates <dabates@apple.com>
621 Add some files for a Content Security Policy blog post
623 * blog-files/content-security-policy/compass-base.css: Added.
625 * blog-files/content-security-policy/csp-style-hash.html: Added.
626 * blog-files/content-security-policy/icons.svg: Added; derived from file
627 Websites/webkit.org/wp-content/themes/webkit/images/icons.svg. I am explicitly
628 not referencing file Websites/webkit.org/wp-content/themes/webkit/images/icons.svg
629 so that csp-style-hash.html is not affected by changes to this file.
631 2016-07-24 Filip Pizlo <fpizlo@apple.com>
633 B3 should support multiple entrypoints
634 https://bugs.webkit.org/show_bug.cgi?id=159391
636 Reviewed by Saam Barati.
638 Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
641 * docs/b3/index.html:
642 * docs/b3/intermediate-representation.html:
644 2016-07-20 Frederic Wang <fwang@igalia.com>
646 Unreviewed, new demo files for an up-coming blog post.
648 * demos/mathml/demo2016/LICENSE-amiri.txt: Added.
649 * demos/mathml/demo2016/LICENSE-latinmodern-math.txt: Added.
650 * demos/mathml/demo2016/LICENSE-libertinusmath.txt: Added.
651 * demos/mathml/demo2016/README.txt: Added.
652 * demos/mathml/demo2016/amiri-regular.woff: Added.
653 * demos/mathml/demo2016/index.html: Added.
654 * demos/mathml/demo2016/latinmodern-math.woff: Added.
655 * demos/mathml/demo2016/libertinusmath-regular.woff: Added.
656 * demos/mathml/demo2016/webfonts.css: Added.
657 (@namespace url('http://www.w3.org/1999/xhtml');):
663 2016-07-19 Jon Davis <jond@apple.com>
665 Adjust margins for first-line floating elements and add preset floating video sizing
666 https://bugs.webkit.org/show_bug.cgi?id=159898
668 Reviewed by Benjamin Poulain.
670 * wp-content/themes/webkit/style.css:
671 (article video.alignright):
672 (article .alignright:first-child):
673 (@media only screen and (max-width: 690px)):
674 (article .alignright:first-child):
675 (@media only screen and (max-width: 415px)):
676 (article video.alignright):
677 (article .alignright:first-child):
679 2016-07-17 Filip Pizlo <fpizlo@apple.com>
681 Implement table-based switches in B3/Air
682 https://bugs.webkit.org/show_bug.cgi?id=151141
684 Reviewed by Benjamin Poulain.
686 Update documentation to reflect Patchpoint's new powers.
688 * docs/b3/intermediate-representation.html:
690 2016-07-15 Jon Davis <jond@apple.com>
692 Fixed content overflow and missing build information behavior.
693 https://bugs.webkit.org/show_bug.cgi?id=159820
695 Reviewed by Timothy Hatcher.
697 * wp-content/themes/webkit/nightly-start.php:
699 2016-07-14 Jon Davis <jond@apple.com>
701 Improved WebKit Nightly start page design.
702 https://bugs.webkit.org/show_bug.cgi?id=159780
704 Reviewed by Timothy Hatcher.
706 Added better 404 handling, improved presentation of the
707 start page and new Apache rewrites for the P1 bug list.
710 * wp-content/themes/webkit/functions.php:
711 * wp-content/themes/webkit/nightly-start.php:
713 2016-07-01 Jon Davis <jond@apple.com>
715 Added a colorful new image and fixed the Open Graph attribute.
716 https://bugs.webkit.org/show_bug.cgi?id=159359
718 Reviewed by Timothy Hatcher.
720 The Open Graph image tag should use the property attribute not
721 the itemprop attribute.
723 * wp-content/plugins/social-meta.php:
724 * wp-content/themes/webkit/images/ogimage.png:
726 2016-06-30 Dean Jackson <dino@apple.com>
728 Tab pointed out a typo that made the overdamped case fail.
730 * demos/spring/spring.js:
731 (SpringSolver.prototype.solve):
733 2016-06-30 Dean Jackson <dino@apple.com>
735 Fixed a typo in the link to the other version.
737 * blog-files/color-gamut/index.html:
739 2016-06-29 Dean Jackson <dino@apple.com>
741 Add the UI JavaScript library to make
742 other browsers happy.
744 * demos/spring/dat.gui.min.js: Added.
745 * demos/spring/index.html:
747 2016-06-29 Dean Jackson <dino@apple.com>
749 Demo and JS implementation of our spring() animation
752 * demos/spring/index.html: Added.
753 * demos/spring/spring.js: Added.
755 (SpringSolver.prototype.solve):
757 2016-06-29 Dean Jackson <dino@apple.com>
759 Small change to wording, and link to the interactive version.
761 * blog-files/color-gamut/index.html:
763 2016-06-28 Dean Jackson <dino@apple.com>
765 Add a more interactive version of the demo.
767 * blog-files/color-gamut/comparison.html: Added.
769 2016-06-28 Jon Davis <jond@apple.com>
771 Fixed tile height for mobile phone-sized viewports.
772 https://bugs.webkit.org/show_bug.cgi?id=159228
774 Reviewed by Timothy Hatcher.
776 Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
778 * wp-content/themes/webkit/style.css:
779 (.twitter-tile.text-only .tile-content):
782 2016-06-28 Jon Davis <jond@apple.com>
784 Fixed Open Graph meta data and image entries.
785 https://bugs.webkit.org/show_bug.cgi?id=159167.
787 Reviewed by Timothy Hatcher.
789 This patch addresses Open Graph meta data issues:
791 - Added a high-resolution PNG of the WebKit logo because Facebook doesn't support SVG images
792 - Uses the first image of a page or post if not featured image is set
793 - Article date/time information should not be given for the homepage
794 - Added Facebook admins as per the Facebook Open Graph debugger
796 * wp-content/plugins/social-meta.php:
797 * wp-content/themes/webkit/images/ogimage.png: Added.
799 2016-06-27 Dean Jackson <dino@apple.com>
801 Updated content for the color blog post.
803 * blog-files/color-gamut/Iceland-P3.jpg:
804 * blog-files/color-gamut/Iceland-oog.jpg:
805 * blog-files/color-gamut/Iceland-sRGB.jpg:
806 * blog-files/color-gamut/Italy-P3.jpg:
807 * blog-files/color-gamut/Italy-sRGB.jpg:
808 * blog-files/color-gamut/Sunset-P3.jpg:
809 * blog-files/color-gamut/Sunset-sRGB.jpg:
810 * blog-files/color-gamut/YellowFlower-P3.jpg:
811 * blog-files/color-gamut/YellowFlower-oog.jpg:
812 * blog-files/color-gamut/YellowFlower-sRGB.jpg:
813 * blog-files/color-gamut/index.html:
815 2016-06-27 Jon Davis <jond@apple.com>
817 Set a default image for sharing webkit.org links via social.
818 https://bugs.webkit.org/show_bug.cgi?id=159167
820 Reviewed by Timothy Hatcher.
822 * wp-content/plugins/social-meta.php:
824 2016-06-24 Dean Jackson <dino@apple.com>
826 More examples for the wide-gamut demo.
828 * blog-files/color-gamut/Iceland-P3.jpg: Added.
829 * blog-files/color-gamut/Iceland-oog.jpg: Added.
830 * blog-files/color-gamut/Iceland-sRGB.jpg: Added.
831 * blog-files/color-gamut/Italy-P3.jpg: Added.
832 * blog-files/color-gamut/Italy-oog.jpg: Added.
833 * blog-files/color-gamut/Italy-sRGB.jpg: Added.
834 * blog-files/color-gamut/Sunset-AdobeRGB.jpg: Added.
835 * blog-files/color-gamut/Sunset-P3.jpg: Added.
836 * blog-files/color-gamut/Sunset-oog.jpg: Added.
837 * blog-files/color-gamut/Sunset-sRGB.jpg: Added.
838 * blog-files/color-gamut/Webkit-logo-sRGB.png:
839 * blog-files/color-gamut/YellowFlower-P3.jpg: Added.
840 * blog-files/color-gamut/YellowFlower-oog.jpg: Added.
841 * blog-files/color-gamut/YellowFlower-sRGB.jpg: Added.
842 * blog-files/color-gamut/index.html:
844 2016-06-24 Dean Jackson <dino@apple.com>
846 Change something in the webkit.org directory in the hope
847 it will kick off a website update.
849 2016-06-24 Jon Davis <jond@apple.com>
851 Rewrite the WebKit Nightly build download URLs to use the correct secure URL.
852 https://bugs.webkit.org/show_bug.cgi?id=159100.
854 Reviewed by Joseph Pecoraro.
856 * wp-content/plugins/sync-nightly-builds.php:
858 2016-06-13 Jon Davis <jond@apple.com>
860 Minor style updates for figcaptions and post forewords.
862 * wp-content/themes/webkit/style.css:
864 (figure.aligncenter figcaption):
865 (figure.aligncenter figcaption::before):
867 2016-06-13 Jon Davis <jond@apple.com>
869 Adds support for foreword custom meta and display styles on blog posts.
870 https://bugs.webkit.org/show_bug.cgi?id=158707.
872 Reviewed by Timothy Hatcher.
874 * wp-content/themes/webkit/functions.php:
875 * wp-content/themes/webkit/style.css:
878 2016-06-02 Dean Jackson <dino@apple.com>
880 Update the example for wider color gamut images.
882 * blog-files/color-gamut/index.html:
884 2016-06-02 Dean Jackson <dino@apple.com>
886 Adding some sample images for a blog post on color.
888 * blog-files/color-gamut/Flowers-AdobeRGB.jpg: Added.
889 * blog-files/color-gamut/Flowers-ProPhoto.jpg: Added.
890 * blog-files/color-gamut/Flowers-oog.jpg: Added.
891 * blog-files/color-gamut/Flowers-sRGB.jpg: Added.
892 * blog-files/color-gamut/Rose-AdobeRGB.jpg: Added.
893 * blog-files/color-gamut/Rose-ProPhoto.jpg: Added.
894 * blog-files/color-gamut/Rose-oog.jpg: Added.
895 * blog-files/color-gamut/Rose-sRGB.jpg: Added.
896 * blog-files/color-gamut/index.html: Added.
898 2016-06-02 Filip Pizlo <fpizlo@apple.com>
900 Fix typos and make some revisions to the B3 docs
901 https://bugs.webkit.org/show_bug.cgi?id=158311
903 Reviewed by Michael Saboff.
905 I found typos and fixed them. Also, I clarified some things:
907 - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
908 the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
909 what you want to do, for example).
911 - How does isValidForm really get used? You don't really need to create an Inst to use it.
913 - Some other incremental improvements to make the docs clearer.
915 * docs/b3/assembly-intermediate-representation.html:
916 * docs/b3/index.html:
917 * docs/b3/intermediate-representation.html:
919 2016-05-31 Filip Pizlo <fpizlo@apple.com>
921 Unreviewed, fix an obvious typo: a missing comma.
923 * docs/b3/assembly-intermediate-representation.html:
925 2016-05-31 Filip Pizlo <fpizlo@apple.com>
927 Air needs documentation
928 https://bugs.webkit.org/show_bug.cgi?id=153668
930 Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
932 Write documentation for Air!
934 * docs/b3/assembly-intermediate-representation.html:
936 2016-05-23 Jon Davis <jond@apple.com>
938 Add syntax highglighting for ES6 "let", "const" and "of" keywords.
939 https://bugs.webkit.org/show_bug.cgi?id=157994
941 Reviewed by Geoffrey Garen.
943 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php:
945 2016-05-13 Brady Eidson <beidson@apple.com>
947 Extend protector naming code style guideline to cover operator= assignment.
948 https://bugs.webkit.org/show_bug.cgi?id=157693
950 Reviewed by Darin Adler.
954 2016-05-13 Brady Eidson <beidson@apple.com>
956 Protector Ref/RefPtrs should have a specified naming style.
957 https://bugs.webkit.org/show_bug.cgi?id=157591
959 Reviewed by Darin Adler.
963 2016-04-26 Timothy Hatcher <timothy@apple.com>
965 Remove hard-wraps from the feature policy markdown so it renders full width on the site.
969 2016-04-14 Edward O'Connor <eoconnor@apple.com>
971 Publish the Web-exposed feature policy on webkit.org.
972 https://bugs.webkit.org/show_bug.cgi?id=156552
974 Reviewed by Timothy Hatcher.
976 * feature-policy.md: Added.
978 2016-04-13 Jon Davis <jond@apple.com>
980 Remove database quote escapes from pushed tweets.
982 Reviewed by Timothy Hatcher.
984 * wp-content/plugins/tweet-listener.php:
986 2016-04-13 Jon Davis <jond@apple.com>
988 Added background color for Safari Technology Preview posts.
990 Reviewed by Timothy Hatcher.
992 * wp-content/themes/webkit/style.css:
993 (.tile.category-safari-technology-preview .background-image):
995 2016-04-07 Jon Davis <jond@apple.com>
997 Improved drop down menu with translate; cleaned up unnecessary whitespace.
998 https://bugs.webkit.org/show_bug.cgi?id=156342
1000 Reviewed by Timothy Hatcher.
1002 * wp-content/themes/webkit/style.css:
1003 (p > a[name]::before):
1004 (.has-post-thumbnail .background-image):
1005 (.table-of-contents):
1006 (header .menu-item-has-children .label-toggle::after):
1008 (.sub-menu-layer:after, .sub-menu-layer:before):
1009 (.sub-menu-layer .menu-item):
1010 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1011 (@media only screen and (max-width: 920px)):
1012 (header .sub-menu-layer):
1013 (@media only screen and (max-width: 415px)):
1014 (@media only screen and (max-width: 1180px)): Deleted.
1015 (@media only screen and (max-width: 1000px)): Deleted.
1016 (@media only screen and (max-width: 690px)): Deleted.
1017 (@media only screen and (max-width: 600px)): Deleted.
1018 (@media only screen and (max-height: 415px)): Deleted.
1019 (@media only screen and (max-width: 320px)): Deleted.
1021 2016-04-05 Jon Davis <jond@apple.com>
1023 Make the @webkit link on the front page link to the feed
1024 https://bugs.webkit.org/show_bug.cgi?id=156244
1026 Reviewed by Timothy Hatcher.
1028 * wp-content/themes/webkit/widgets/twitter.php:
1030 2016-03-31 Jon Davis <jond@apple.com>
1032 Show tweets by @webkit in the Twitter tile on webkit.org
1033 https://bugs.webkit.org/show_bug.cgi?id=156093
1035 Reviewed by Timothy Hatcher.
1037 * wp-content/plugins/tweet-listener.php: Added.
1038 * wp-content/themes/webkit/widgets/twitter.php:
1040 2016-03-31 Jon Davis <jond@apple.com>
1042 Fix download links for desktops with small resolutions
1043 https://bugs.webkit.org/show_bug.cgi?id=156081
1045 Reviewed by Timothy Hatcher.
1047 * wp-content/themes/webkit/downloads.php:
1049 2016-03-29 Jon Davis <jond@apple.com>
1051 Fixed a property access error by removing the lamda function for updates
1052 https://bugs.webkit.org/show_bug.cgi?id=155989
1054 * wp-content/plugins/sync-nightly-builds.php:
1056 2016-03-29 Jon Davis <jond@apple.com>
1058 Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
1059 https://bugs.webkit.org/show_bug.cgi?id=155989
1061 Unreviewed fix for the Sync Nightly Builds plugin to work with the older
1062 PHP environment on the server. Quick style adjustments for abovetitle images.
1064 * wp-content/plugins/sync-nightly-builds.php:
1065 * wp-content/themes/webkit/nightly-archives.php:
1066 * wp-content/themes/webkit/style.css:
1067 (article .abovetitle):
1069 2016-03-29 Jon Davis <jond@apple.com>
1071 Add WebKit Nightly Archives, WebKit Nightly Start, and Downloads pages
1072 https://bugs.webkit.org/show_bug.cgi?id=155989
1074 Reviewed by Timothy Hatcher.
1076 * wp-content/plugins/sync-nightly-builds.php: Added.
1077 * wp-content/themes/webkit/downloads.php: Added.
1078 * wp-content/themes/webkit/functions.php:
1079 * wp-content/themes/webkit/images/download.svg:
1080 * wp-content/themes/webkit/images/spinner.svg: Added.
1081 * wp-content/themes/webkit/nightly-archives.php: Added.
1082 * wp-content/themes/webkit/nightly-start.php: Added.
1083 * wp-content/themes/webkit/nightly.php:
1084 * wp-content/themes/webkit/scripts/searchbuilds.js: Added.
1085 (initsearch.xhrPromise.):
1087 (initsearch.displayResults.addEntry):
1088 (initsearch.displayResults):
1089 (initsearch.displayError):
1090 (initsearch.clearErrors):
1091 * wp-content/themes/webkit/style.css:
1093 (input[type=submit]):
1095 (article .abovetitle):
1097 2016-03-29 Jon Davis <jond@apple.com>
1099 Support images above the title on webkit.org posts
1100 https://bugs.webkit.org/show_bug.cgi?id=155979
1102 Reviewed by Timothy Hatcher.
1104 * wp-content/themes/webkit/functions.php:
1105 * wp-content/themes/webkit/single.php:
1107 2016-03-22 Jonathan Davis <jond@apple.com>
1109 Allow the use of custom styles and scripts for blog posts
1110 https://bugs.webkit.org/show_bug.cgi?id=155768
1112 Reviewed by Timothy Hatcher.
1114 * wp-content/themes/webkit/functions.php:
1116 2016-03-09 Jonathan Davis <jond@apple.com>
1118 For RSS feeds, convert image and link relative URIs to absolute URIs
1119 https://bugs.webkit.org/show_bug.cgi?id=155237
1121 Reviewed by Timothy Hatcher.
1123 * wp-content/themes/webkit/functions.php:
1125 2016-03-03 Saam barati <sbarati@apple.com>
1127 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
1128 https://bugs.webkit.org/show_bug.cgi?id=154978
1130 Reviewed by Darin Adler.
1134 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
1136 [DFG][FTL][B3] Support floor and ceil
1137 https://bugs.webkit.org/show_bug.cgi?id=154683
1139 Reviewed by Filip Pizlo.
1141 * docs/b3/intermediate-representation.html:
1143 2016-02-16 Jonathan Davis <jond@apple.com>
1145 Add a redirect for B3 documentation
1146 https://bugs.webkit.org/show_bug.cgi?id=154293
1148 Reviewed by Timothy Hatcher.
1152 2016-02-15 Timothy Hatcher <timothy@apple.com>
1154 Fix byline to avoid bumping into content sticks out.
1156 * wp-content/themes/webkit/style.css:
1157 (article .byline): Bump padding to avoid content with negative margins.
1159 2016-02-13 Timothy Hatcher <timothy@apple.com>
1161 Adjust the appearance of mattewhite figures that are not widescreen.
1163 * wp-content/themes/webkit/style.css:
1164 (article .mattewhite:not(.widescreen):
1166 2016-02-12 Jonathan Davis <jond@apple.com>
1168 Add a CSS class to remove padding when using mattewhite class for figures
1169 https://bugs.webkit.org/show_bug.cgi?id=154206
1171 Reviewed by Filip Pizlo.
1173 * wp-content/themes/webkit/style.css:
1174 (article .two-columns):
1175 (article .two-columns h6):
1176 (article .two-columns p):
1177 (article .mattewhite):
1178 (article .mattewhite.tightwad):
1181 2016-02-12 Filip Pizlo <fpizlo@apple.com>
1183 Unreviewed, upload some blog files.
1185 * blog-files/compile-times.png: Added.
1186 * blog-files/fast-isel.png: Added.
1187 * blog-files/jetstream-latency.png: Added.
1188 * blog-files/jetstream-throughput.png: Added.
1189 * blog-files/jetstream.png: Added.
1190 * blog-files/kraken.png: Added.
1191 * blog-files/low-compile-times.png: Added.
1192 * blog-files/low-fast-isel.png: Added.
1193 * blog-files/low-jetstream-latency.png: Added.
1194 * blog-files/low-jetstream-throughput.png: Added.
1195 * blog-files/low-jetstream.png: Added.
1196 * blog-files/low-kraken.png: Added.
1197 * blog-files/low-octane.png: Added.
1198 * blog-files/octane.png: Added.
1200 2016-02-04 Jonathan Davis <jond@apple.com>
1202 Fix bad link on the Feature Status page.
1203 https://bugs.webkit.org/show_bug.cgi?id=152086
1205 Reviewed by Timothy Hatcher.
1207 * wp-content/themes/webkit/status.php:
1209 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1211 Get rid of anonymous stack slots
1212 https://bugs.webkit.org/show_bug.cgi?id=151128
1214 Reviewed by Mark Lam.
1216 This changes the documentation to account for the addition of Variables and the Get and Set
1217 opcodes, and the removal of anonymous stack slots from B3 IR.
1219 * docs/b3/intermediate-representation.html:
1221 2016-02-02 Dan Bernstein <mitz@apple.com>
1223 Tagline in B3 docs should match the rest of the website
1224 https://bugs.webkit.org/show_bug.cgi?id=153801
1226 Reviewed by Filip Pizlo.
1230 * docs/b3/assembly-intermediate-representation.html:
1231 * docs/b3/index.html:
1232 * docs/b3/intermediate-representation.html:
1234 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1236 Minor fixes for B3 IR documentation
1237 https://bugs.webkit.org/show_bug.cgi?id=153782
1239 Reviewed by Michael Saboff.
1241 Fix minor issues that Geoff found.
1243 * docs/b3/intermediate-representation.html:
1245 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1247 B3 documentation style shouldn't have hacks for h1
1248 https://bugs.webkit.org/show_bug.cgi?id=153725
1250 Reviewed by Alexey Proskuryakov.
1252 * docs/b3/style.css:
1254 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1256 Improve the style of B3 documentation
1257 https://bugs.webkit.org/show_bug.cgi?id=153674
1259 Reviewed by Oliver Hunt.
1261 This makes the style of the B3 documentation look like the Wiki, which I think is
1262 appropriate for the kind of content that we're putting into it - in particular, the font
1263 is the perfect size for dense content. The style also doesn't require much spoonfeeding
1264 from the HTML side so you can write nice looking documentation by just using really
1265 basic HTML constructs.
1267 * docs/b3/assembly-intermediate-representation.html:
1268 * docs/b3/index.html:
1269 * docs/b3/intermediate-representation.html:
1270 * docs/b3/style.css:
1272 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1274 Clean up the B3 documentation a bit
1275 https://bugs.webkit.org/show_bug.cgi?id=153678
1277 Reviewed by Saam Barati.
1279 * docs/b3/index.html: Fix some links and fix small issues.
1280 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
1282 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1284 B3 should have documentation
1285 https://bugs.webkit.org/show_bug.cgi?id=153658
1287 Reviewed by Saam Barati.
1289 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
1290 definition lists. Things go downhill when you try to add paragraphs or code blocks to
1291 a definition. That's unfortunate since we use definitions for the IR document.
1293 Since there is no way to use our preferred styling for the IR document without doing a
1294 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
1297 * docs/b3/assembly-intermediate-representation.html: Added.
1298 * docs/b3/bare-bones-backend.md: Removed.
1299 * docs/b3/index.html: Added.
1300 * docs/b3/intermediate-representation.html: Added.
1301 * docs/b3/style.css: Added.
1305 2016-01-29 Timothy Hatcher <timothy@apple.com>
1307 Add some defintion list styles.
1309 * wp-content/themes/webkit/style.css:
1314 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1316 B3 should have documentation
1317 https://bugs.webkit.org/show_bug.cgi?id=153658
1319 Reviewed by Timothy Hatcher.
1323 * docs/b3/bare-bones-backend.md: Added.
1325 2016-01-16 Timothy Hatcher <timothy@apple.com>
1327 Fix some responsive issues on smaller screens.
1329 * wp-content/themes/webkit/style.css:
1331 (@media (max-width: 900px)):
1334 (.timeline > li:before):
1335 (.timeline .content):
1336 (.timeline li .time::before):
1338 2016-01-14 Timothy Hatcher <timothy@apple.com>
1340 Eliminate the margin on timeline elements so multiple timelines can touch.
1342 * wp-content/themes/webkit/style.css:
1345 2016-01-14 Timothy Hatcher <timothy@apple.com>
1347 Use a 2px border radius instead to look good on 2x devices as well as 1x.
1349 * wp-content/themes/webkit/style.css:
1352 2016-01-14 Timothy Hatcher <timothy@apple.com>
1354 Fix hairline crack on 1x devices between arrow and time label.
1356 * wp-content/themes/webkit/style.css:
1357 (.timeline .content):
1360 2016-01-13 Timothy Hatcher <timothy@apple.com>
1362 Correct some history timeline styles.
1364 * wp-content/themes/webkit/style.css:
1365 (.timeline .content):
1367 2016-01-13 Timothy Hatcher <timothy@apple.com>
1369 Add styles for a history timeline, needed by an upcoming blog post.
1371 * wp-content/themes/webkit/style.css:
1377 (.timeline > li:before):
1378 (.timeline .content):
1381 (.timeline h2, .timeline h3):
1382 (.timeline .time::before):
1384 (@media (min-width: 900px)):
1385 (.timeline > li.force-clear):
1386 (.timeline > li:nth-child(odd)):
1387 (.timeline > li:nth-child(even)):
1388 (.timeline > li.force-clear + li):
1389 (.timeline li .time):
1390 (.timeline li:nth-child(odd) .time):
1391 (.timeline li:nth-child(even) .time):
1392 (.timeline li:nth-child(even) .time::before):
1393 (.timeline > li:nth-child(even):before):
1395 2016-01-06 Jonathan Davis <jond@apple.com>
1397 Fixed Individuals and Vendor Contact formatting.
1398 https://bugs.webkit.org/show_bug.cgi?id=152714
1400 Reviewed by Timothy Hatcher.
1402 * security-policy.md:
1404 2015-12-09 Jonathan Davis <jond@apple.com>
1406 Fixed broken link: https://webkit.org/old/security/security-group-members.html
1407 https://bugs.webkit.org/show_bug.cgi?id=152010
1409 Reviewed by Timothy Hatcher.
1412 * security-policy.md:
1413 * wp-content/themes/webkit/style.css:
1417 2015-12-09 Jonathan Davis <jond@apple.com>
1419 Fix function reference change.
1421 * wp-content/themes/webkit/scripts/global.js:
1423 2015-12-08 Jonathan Davis <jond@apple.com>
1425 Wide tables should be scrollable on narrow mobile screens.
1426 https://bugs.webkit.org/show_bug.cgi?id=151941
1428 Reviewed by Timothy Hatcher.
1430 * wp-content/themes/webkit/scripts/global.js:
1434 (enableScrollableTables):
1436 * wp-content/themes/webkit/style.css:
1437 (.pagination .prev-post):
1438 (article .scrollable):
1439 (.scrollable .scrollable-padding):
1441 2015-12-08 Jonathan Davis <jond@apple.com>
1443 Fix Code Style Guidelines code parsing.
1444 https://bugs.webkit.org/show_bug.cgi?id=152024
1446 Reviewed by Timothy Hatcher.
1448 * wp-content/plugins/table-of-contents.php:
1450 2015-12-08 Jonathan Davis <jond@apple.com>
1452 Fix social meta for home page.
1453 https://bugs.webkit.org/show_bug.cgi?id=151764
1455 Reviewed by Timothy Hatcher.
1457 * wp-content/plugins/social-meta.php:
1459 2015-12-07 Jonathan Davis <jond@apple.com>
1461 Implemented a workaround for sharp SVG WebKit logo.
1462 https://bugs.webkit.org/show_bug.cgi?id=151971
1464 Reviewed by Timothy Hatcher.
1466 * wp-content/themes/webkit/images/webkit.svg:
1468 2015-12-07 Jonathan Davis <jond@apple.com>
1470 Address UX issues with the Contribute menu.
1471 https://bugs.webkit.org/show_bug.cgi?id=151874
1473 Reviewed by Timothy Hatcher.
1475 * wp-content/themes/webkit/functions.php:
1476 * wp-content/themes/webkit/header.php:
1477 * wp-content/themes/webkit/style.css:
1478 (time, mark, audio, video):
1479 (footer, header, hgroup, menu, nav, section):
1484 (q:before, q:after):
1487 (.admin-bar p > a[name]::before):
1488 (.screen-reader-text):
1489 (.screen-reader-text:focus):
1492 (.feature-header:after):
1493 (.feature.opened .feature-header:after):
1494 (footer nav a:hover):
1495 (header .menu-item-has-children .label-toggle::after):
1496 (header .menu-item):
1498 (.sub-menu-layer .menu-item:first-child):
1499 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1500 (@media only screen and (max-width: 920px)):
1501 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
1503 (header .menu-toggle:checked ~ ul):
1504 (header .sub-menu-layer:before):
1505 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
1507 (@media only screen and (max-width: 690px)):
1508 (.feature-filters:after):
1509 (.feature-filters.opened:after):
1511 (.table-of-contents label:after):
1512 (.menu-toggle:checked ~ .table-of-contents label:after):
1513 (.table-of-contents h6):
1514 (header nav .menu-item-has-children .label-toggle): Deleted.
1515 (header nav .menu-item): Deleted.
1516 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
1517 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
1518 (header nav .menu-toggle:checked ~ ul): Deleted.
1519 (header .menu-toggle:checked ~ .sub-menu): Deleted.
1520 (@media only screen and (max-width: 782px)): Deleted.
1522 2015-12-05 Timothy Hatcher <timothy@apple.com>
1524 One last fix for https redirect.
1526 * wp-content/themes/webkit/.htaccess:
1528 2015-12-05 Timothy Hatcher <timothy@apple.com>
1530 Attempt to fix www redirect again.
1532 * wp-content/themes/webkit/.htaccess:
1534 2015-12-05 Timothy Hatcher <timothy@apple.com>
1536 Fix www redirect again.
1538 * wp-content/themes/webkit/.htaccess:
1540 2015-12-05 Timothy Hatcher <timothy@apple.com>
1542 Fix www redirect when https was used and restore status URL code.
1544 * wp-content/themes/webkit/.htaccess:
1545 * wp-content/themes/webkit/status.php:
1547 2015-12-05 Timothy Hatcher <timothy@apple.com>
1549 Another attempt to fix a 404 error when the site loads via www.webkit.org.
1551 * wp-content/themes/webkit/status.php:
1553 2015-12-05 Timothy Hatcher <timothy@apple.com>
1555 Fix a 404 error when the site loads via www.webkit.org.
1557 * wp-content/themes/webkit/status.php:
1559 2015-12-04 Timothy Hatcher <timothy@apple.com>
1561 Fix toggling so hidden links are not clickable still.
1563 * wp-content/themes/webkit/status.php:
1565 2015-12-04 Timothy Hatcher <timothy@apple.com>
1567 Fix another place where feature status internal reference links were wrong.
1569 * wp-content/themes/webkit/status.php:
1571 2015-12-04 Jonathan Davis <jond@apple.com>
1573 Fixed feature status internal reference links.
1575 * wp-content/themes/webkit/status.php:
1577 2015-12-04 Jonathan Davis <jond@apple.com>
1579 Update feature status for up-to-date status information.
1580 https://bugs.webkit.org/show_bug.cgi?id=151821
1582 Reviewed by Timothy Hatcher.
1584 * wp-content/themes/webkit/status.php:
1586 2015-12-04 Jonathan Davis <jond@apple.com>
1588 Added redirects for old webkit.org archive.
1592 2015-12-04 Jonathan Davis <jond@apple.com>
1594 Removing empty directories from the old site.
1596 Reviewed by Timothy Hatcher.
1599 * blog/wp-admin: Removed.
1600 * blog/wp-admin/css: Removed.
1601 * blog/wp-admin/css/colors: Removed.
1602 * blog/wp-admin/css/colors/blue: Removed.
1603 * blog/wp-admin/css/colors/coffee: Removed.
1604 * blog/wp-admin/css/colors/ectoplasm: Removed.
1605 * blog/wp-admin/css/colors/light: Removed.
1606 * blog/wp-admin/css/colors/midnight: Removed.
1607 * blog/wp-admin/css/colors/ocean: Removed.
1608 * blog/wp-admin/css/colors/sunrise: Removed.
1609 * blog/wp-admin/images: Removed.
1610 * blog/wp-admin/includes: Removed.
1611 * blog/wp-admin/js: Removed.
1612 * blog/wp-admin/maint: Removed.
1613 * blog/wp-admin/network: Removed.
1614 * blog/wp-admin/user: Removed.
1615 * blog/wp-content: Removed.
1616 * blog/wp-content/plugins: Removed.
1617 * blog/wp-content/plugins/akismet: Removed.
1618 * blog/wp-content/themes: Removed.
1619 * blog/wp-content/themes/classic: Removed.
1620 * blog/wp-content/themes/default: Removed.
1621 * blog/wp-content/themes/default/images: Removed.
1622 * blog/wp-content/themes/webkit: Removed.
1623 * blog/wp-content/uploads: Removed.
1624 * blog/wp-content/uploads/2007: Removed.
1625 * blog/wp-content/uploads/2007/06: Removed.
1626 * blog/wp-includes: Removed.
1627 * blog/wp-includes/ID3: Removed.
1628 * blog/wp-includes/SimplePie: Removed.
1629 * blog/wp-includes/SimplePie/Cache: Removed.
1630 * blog/wp-includes/SimplePie/Content: Removed.
1631 * blog/wp-includes/SimplePie/Content/Type: Removed.
1632 * blog/wp-includes/SimplePie/Decode: Removed.
1633 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
1634 * blog/wp-includes/SimplePie/HTTP: Removed.
1635 * blog/wp-includes/SimplePie/Net: Removed.
1636 * blog/wp-includes/SimplePie/Parse: Removed.
1637 * blog/wp-includes/SimplePie/XML: Removed.
1638 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
1639 * blog/wp-includes/Text: Removed.
1640 * blog/wp-includes/Text/Diff: Removed.
1641 * blog/wp-includes/Text/Diff/Engine: Removed.
1642 * blog/wp-includes/Text/Diff/Renderer: Removed.
1643 * blog/wp-includes/certificates: Removed.
1644 * blog/wp-includes/css: Removed.
1645 * blog/wp-includes/fonts: Removed.
1646 * blog/wp-includes/images: Removed.
1647 * blog/wp-includes/images/crystal: Removed.
1648 * blog/wp-includes/images/media: Removed.
1649 * blog/wp-includes/images/smilies: Removed.
1650 * blog/wp-includes/images/wlw: Removed.
1651 * blog/wp-includes/js: Removed.
1652 * blog/wp-includes/js/crop: Removed.
1653 * blog/wp-includes/js/imgareaselect: Removed.
1654 * blog/wp-includes/js/jcrop: Removed.
1655 * blog/wp-includes/js/jquery: Removed.
1656 * blog/wp-includes/js/jquery/ui: Removed.
1657 * blog/wp-includes/js/mediaelement: Removed.
1658 * blog/wp-includes/js/plupload: Removed.
1659 * blog/wp-includes/js/scriptaculous: Removed.
1660 * blog/wp-includes/js/swfupload: Removed.
1661 * blog/wp-includes/js/swfupload/plugins: Removed.
1662 * blog/wp-includes/js/thickbox: Removed.
1663 * blog/wp-includes/js/tinymce: Removed.
1664 * blog/wp-includes/js/tinymce/langs: Removed.
1665 * blog/wp-includes/js/tinymce/plugins: Removed.
1666 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
1667 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
1668 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
1669 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
1670 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
1671 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
1672 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
1673 * blog/wp-includes/js/tinymce/plugins/image: Removed.
1674 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
1675 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
1676 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
1677 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
1678 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
1679 * blog/wp-includes/js/tinymce/plugins/media: Removed.
1680 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
1681 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
1682 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
1683 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
1684 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
1685 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
1686 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
1687 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
1688 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
1689 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
1690 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
1691 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
1692 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
1693 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
1694 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
1695 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
1696 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
1697 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
1698 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
1699 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
1700 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
1701 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
1702 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
1703 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
1704 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
1705 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
1706 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
1707 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
1708 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
1709 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
1710 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
1711 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
1712 * blog/wp-includes/js/tinymce/skins: Removed.
1713 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
1714 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
1715 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
1716 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
1717 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
1718 * blog/wp-includes/js/tinymce/themes: Removed.
1719 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
1720 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
1721 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
1722 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
1723 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
1724 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
1725 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
1726 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
1727 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
1728 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
1729 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
1730 * blog/wp-includes/js/tinymce/themes/modern: Removed.
1731 * blog/wp-includes/js/tinymce/utils: Removed.
1732 * blog/wp-includes/pomo: Removed.
1733 * blog/wp-includes/theme-compat: Removed.
1734 * building: Removed.
1736 * coding/images: Removed.
1740 * misc/DatabaseExample.html: Removed.
1741 * misc/DatabaseTester.html: Removed.
1742 * misc/WebKitDetect.html: Removed.
1743 * misc/WebKitDetect.js: Removed.
1744 * misc/drosera: Removed.
1745 * misc/drosera/demo.js: Removed.
1746 * misc/drosera/drosera.png: Removed.
1747 * misc/drosera/index.html: Removed.
1748 * misc/gradient-input.html: Removed.
1749 * misc/morph.html: Removed.
1750 * misc/related-target-and-shadow-dom.svg: Removed.
1751 * projects: Removed.
1752 * projects/accessibility: Removed.
1753 * projects/cleanup: Removed.
1754 * projects/compat: Removed.
1755 * projects/css: Removed.
1756 * projects/documentation: Removed.
1757 * projects/dom: Removed.
1758 * projects/editing: Removed.
1759 * projects/forms: Removed.
1760 * projects/html: Removed.
1761 * projects/javascript: Removed.
1762 * projects/layout: Removed.
1763 * projects/mathml: Removed.
1764 * projects/performance: Removed.
1765 * projects/plugins: Removed.
1766 * projects/portability: Removed.
1767 * projects/printing: Removed.
1768 * projects/svg: Removed.
1769 * projects/webkit: Removed.
1770 * projects/xml: Removed.
1771 * projects/xslt: Removed.
1773 * security: Removed.
1775 2015-12-03 Timothy Hatcher <timothy@apple.com>
1777 Allow index.html indexes again.
1781 2015-12-03 Timothy Hatcher <timothy@apple.com>
1783 Remove the old site files.
1785 * asking_questions.html: Removed.
1786 * building/active-scheme-xcode4.png: Removed.
1787 * building/build-settings-tab-xcode4.png: Removed.
1788 * building/build.html: Removed.
1789 * building/checkout.html: Removed.
1790 * building/custom-executable-xcode4.png: Removed.
1791 * building/cygwin-downloader.zip: Removed.
1792 * building/debug-mac-uiprocess.html: Removed.
1793 * building/debug.html: Removed.
1794 * building/launch-debugger-vs2010-small.png: Removed.
1795 * building/launch-debugger-vs2010.png: Removed.
1796 * building/run-xcode4.png: Removed.
1797 * building/run.html: Removed.
1798 * building/set-as-startup-project-vs2010.png: Removed.
1799 * building/set-debugging-properties-vs2010-small.png: Removed.
1800 * building/set-debugging-properties-vs2010.png: Removed.
1801 * building/tools.html: Removed.
1802 * coding/RefPtr.html: Removed.
1803 * coding/adding-features.html: Removed.
1804 * coding/assertion-guidelines.html: Removed.
1805 * coding/bsd-license.html: Removed.
1806 * coding/coding-style.html: Removed.
1807 * coding/commit-review-policy.html: Removed.
1808 * coding/contributing.html: Removed.
1809 * coding/dom-element-attach.html: Removed.
1810 * coding/images/contribute_add_attachment.png: Removed.
1811 * coding/images/contribute_mark_review.png: Removed.
1812 * coding/images/dom-element-attach-large.png: Removed.
1813 * coding/images/dom-element-attach-small.png: Removed.
1814 * coding/images/dom-element-attach.graffle: Removed.
1815 * coding/lgpl-license.html: Removed.
1816 * coding/major-objects.html: Removed.
1817 * coding/scripts.html: Removed.
1818 * coding/technical-articles.html: Removed.
1819 * contact.html: Removed.
1820 * css/blue.css: Removed.
1821 * css/gray.css: Removed.
1822 * css/green.css: Removed.
1823 * css/ie.css: Removed.
1824 * css/main.css: Removed.
1825 * css/pink.css: Removed.
1826 * css/purple.css: Removed.
1827 * css/yellow.css: Removed.
1828 * demos/index.html: Removed.
1829 * footer.inc: Removed.
1830 * header.inc: Removed.
1831 * images/DroseraPic.png: Removed.
1832 * images/blank.png: Removed.
1833 * images/blue-background.png: Removed.
1834 * images/blue-bullet.png: Removed.
1835 * images/download.png: Removed.
1836 * images/end.png: Removed.
1837 * images/gray-background.png: Removed.
1838 * images/green-background.png: Removed.
1839 * images/green-bullet.png: Removed.
1840 * images/icon-gold.png: Removed.
1841 * images/icon.png: Removed.
1842 * images/ie-nav.png: Removed.
1843 * images/middle.png: Removed.
1844 * images/nav.png: Removed.
1845 * images/pink-background.png: Removed.
1846 * images/pink-bullet.png: Removed.
1847 * images/purple-background.png: Removed.
1848 * images/purple-bullet.png: Removed.
1849 * images/surfin-safari.icns: Removed.
1850 * images/yellow-background.png: Removed.
1851 * images/yellow-bullet.png: Removed.
1852 * index.html: Removed.
1854 * pngbehavior.htc: Removed.
1855 * projects/accessibility/index.html: Removed.
1856 * projects/cleanup/index.html: Removed.
1857 * projects/compat/index.html: Removed.
1858 * projects/css/index.html: Removed.
1859 * projects/documentation/index.html: Removed.
1860 * projects/dom/index.html: Removed.
1861 * projects/editing/index.html: Removed.
1862 * projects/forms/image-usemap.png: Removed.
1863 * projects/forms/image1.png: Removed.
1864 * projects/forms/image10.png: Removed.
1865 * projects/forms/image16.png: Removed.
1866 * projects/forms/index.html: Removed.
1867 * projects/forms/survey.html: Removed.
1868 * projects/goals.html: Removed.
1869 * projects/html/index.html: Removed.
1870 * projects/index.html: Removed.
1871 * projects/javascript/index.html: Removed.
1872 * projects/layout/index.html: Removed.
1873 * projects/mathml/index.html: Removed.
1874 * projects/performance/index.html: Removed.
1875 * projects/plugins/index.html: Removed.
1876 * projects/portability/index.html: Removed.
1877 * projects/printing/index.html: Removed.
1878 * projects/svg/index.html: Removed.
1879 * projects/svg/status.xml: Removed.
1880 * projects/svg/svg-status.css: Removed.
1881 * projects/svg/svg-status.xsl: Removed.
1882 * projects/webkit/index.html: Removed.
1883 * projects/xml/index.html: Removed.
1884 * projects/xslt/index.html: Removed.
1885 * quality/.htaccess: Removed.
1886 * quality/Ahem.ttf: Removed.
1887 * quality/bugpriorities.html: Removed.
1888 * quality/bugwriting.html: Removed.
1889 * quality/bugzilla.html: Removed.
1890 * quality/crashlogs.html: Removed.
1891 * quality/leakhunting.html: Removed.
1892 * quality/lifecycle.html: Removed.
1893 * quality/mac_reportbox.jpg: Removed.
1894 * quality/mac_viewtrace.jpg: Removed.
1895 * quality/reduction.html: Removed.
1896 * quality/reporting.html: Removed.
1897 * quality/testing.html: Removed.
1898 * quality/testwriting.html: Removed.
1899 * quality/win_installwatson.jpg: Removed.
1900 * quality/win_watsongui.jpg: Removed.
1901 * quality/win_watsoninstalled.jpg: Removed.
1902 * security/index.html: Removed.
1903 * security/security-group-members.html: Removed.
1904 * status.html: Removed.
1905 * team.html: Removed.
1907 2015-12-03 Timothy Hatcher <timothy@apple.com>
1909 Yet another attempt to fix the http blog redirects.
1911 Removing the blog folder should do it.
1916 2015-12-03 Timothy Hatcher <timothy@apple.com>
1918 Another attempt to fix the http blog redirects.
1922 2015-12-03 Timothy Hatcher <timothy@apple.com>
1924 Attempt to fix the http blog redirects.
1928 2015-12-03 Timothy Hatcher <timothy@apple.com>
1930 Another attempt to fix the https redirect.
1934 2015-12-03 Timothy Hatcher <timothy@apple.com>
1936 Attempt to fix the https redirect.
1940 2015-12-03 Timothy Hatcher <timothy@apple.com>
1942 Fix blog.webkit.org redirects.
1946 2015-12-03 Timothy Hatcher <timothy@apple.com>
1948 Add redirects for the demos folder.
1952 2015-12-03 Timothy Hatcher <timothy@apple.com>
1954 Remove duplicate redirect.
1958 2015-12-03 Timothy Hatcher <timothy@apple.com>
1960 One more attempt to clean up redirects.
1964 2015-12-03 Timothy Hatcher <timothy@apple.com>
1966 Avoid double slashes after redirect for directories.
1970 2015-12-03 Timothy Hatcher <timothy@apple.com>
1972 Fix directory redirects some more.
1976 2015-12-03 Timothy Hatcher <timothy@apple.com>
1978 Fix directory redirect ordering.
1982 2015-12-03 Jonathan Davis <jond@apple.com>
1984 Fixed cache logic so download data is correctly available.
1986 * wp-content/themes/webkit/nightly.php:
1988 2015-12-03 Timothy Hatcher <timothy@apple.com>
1990 Add some missing redirects for directories of the old site.
1994 2015-12-03 Jonathan Davis <jond@apple.com>
1996 Fixed transient behavior when the cache plugin is enabled.
1998 * wp-content/themes/webkit/functions.php:
1999 * wp-content/themes/webkit/includes.php:
2000 * wp-content/themes/webkit/nightly.php:
2002 2015-12-03 Jonathan Davis <jond@apple.com>
2004 Add sub-section anchors to code style guidelines
2005 https://bugs.webkit.org/show_bug.cgi?id=151770
2007 Reviewed by Timothy Hatcher.
2010 * wp-content/plugins/table-of-contents.php:
2011 * wp-content/themes/webkit/includes.php:
2012 * wp-content/themes/webkit/style.css:
2014 (p > a[name]::before):
2017 (.admin-bar a[name]):
2018 (.admin-bar p > a[name]::before):
2019 (.screen-reader-text):
2020 (.table-of-contents ul li > ul):
2021 (#post-4132 pre:nth-child(-n+10)):
2022 (#post-4132 pre:nth-child(-n+8)): Deleted.
2024 2015-12-01 Jonathan Davis <jond@apple.com>
2026 Updated favicon.ico with the new logo.
2030 2015-12-01 Jonathan Davis <jond@apple.com>
2032 Improved accessibility handling for the small drop-down menu.
2034 * wp-content/themes/webkit/scripts/global.js:
2036 2015-12-01 Jonathan Davis <jond@apple.com>
2038 Fixed font rendering. Fixed SVG rendering for Firefox.
2040 * wp-content/themes/webkit/images/icons.svg:
2041 * wp-content/themes/webkit/images/inspector.svg:
2042 * wp-content/themes/webkit/images/twitter.svg:
2043 * wp-content/themes/webkit/style.css:
2046 (.screen-reader-text:focus):
2048 (.tile.category-web-inspector .background-image):
2049 (.tile.category-performance .background-image):
2050 (.tile.category-javascript .background-image):
2051 (.tile.category-css .background-image):
2052 (.tile.category-standards .background-image):
2053 (.tile.category-contributing .background-image):
2054 (.tile.category-storage .background-image):
2055 (.tile.category-layout .background-image):
2056 (.tile.tag-timeline .background-image):
2057 (.tile.tag-console .background-image):
2058 (.tile.tag-debugger .background-image):
2059 (.tile.tag-shortcuts .background-image):
2060 (.tile .background-image.loaded):
2061 (body, input, textarea, select, button): Deleted.
2063 2015-12-01 Jonathan Davis <jond@apple.com>
2065 Removed escpaes to correctly pass query string arguments.
2069 2015-12-01 Jonathan Davis <jond@apple.com>
2071 Corrected rewrite rules to restore convenience paths.
2075 2015-12-01 Jonathan Davis <jond@apple.com>
2077 Fixed static reference PHP syntax for compatibility with the server environment.
2079 * wp-content/plugins/table-of-contents.php:
2081 2015-12-01 Jonathan Davis <jond@apple.com>
2083 Fixed PHP syntax for compatibility with the server environment.
2085 * wp-content/plugins/social-meta.php:
2086 * wp-content/themes/webkit/functions.php:
2087 * wp-content/themes/webkit/widgets/twitter.php:
2089 2015-12-01 Jonathan Davis <jond@apple.com>
2091 Updated webkit.org to use the new theme and WordPress deployment.
2097 2015-12-01 Jonathan Davis <jond@apple.com>
2099 Fixed data return format for tweets when updating cache.
2101 * wp-content/themes/webkit/widgets/twitter.php:
2103 2015-12-01 Jonathan Davis <jond@apple.com>
2105 Theme update to tidy styles and add a theme screenshot.
2107 * wp-content/themes/webkit/screenshot.png: Added.
2108 * wp-content/themes/webkit/style.css:
2110 (.tile .background-image):
2112 2015-11-30 Jonathan Davis <jond@apple.com>
2114 Set max-height to prevent narrow images from upscaling.
2116 * wp-content/themes/webkit/style.css:
2117 (article figure > img):
2118 (figure.widescreen):
2119 (figure.widescreen figcaption):
2120 (figure.widescreen img): Deleted.
2122 2015-11-30 Jonathan Davis <jond@apple.com>
2124 Added a new theme and plugins for a redesigned webkit.org.
2126 Reviewed by Timothy Hatcher.
2128 * apple-touch-icon-precomposed.png: Added.
2129 * code-style.md: Added.
2130 * commit-review.md: Added.
2131 * favicon.png: Added.
2132 * security-policy.md: Added.
2133 * tabicon.svg: Added.
2134 * wp-content: Added.
2135 * wp-content/index.php: Added.
2136 * wp-content/maintenance.php: Added.
2137 * wp-content/plugins: Added.
2138 * wp-content/plugins/analytics.php: Added.
2139 * wp-content/plugins/hyperlight: Added.
2140 * wp-content/plugins/hyperlight/hyperlight: Added.
2141 * wp-content/plugins/hyperlight/hyperlight.php: Added.
2142 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
2143 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
2144 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
2145 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
2146 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
2147 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
2148 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
2149 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
2150 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
2151 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
2152 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
2153 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
2154 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
2155 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
2156 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
2157 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
2158 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
2159 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
2160 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
2161 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
2162 * wp-content/plugins/index.php: Added.
2163 * wp-content/plugins/social-meta.php: Added.
2164 * wp-content/plugins/table-of-contents.php: Added.
2165 * wp-content/plugins/visual-preview.php: Added.
2166 * wp-content/themes: Added.
2167 * wp-content/themes/index.php: Added.
2168 * wp-content/themes/webkit: Added.
2169 * wp-content/themes/webkit/404.php: Added.
2170 * wp-content/themes/webkit/444.php: Added.
2171 * wp-content/themes/webkit/footer.php: Added.
2172 * wp-content/themes/webkit/front-header.php: Added.
2173 * wp-content/themes/webkit/front-page.php: Added.
2174 * wp-content/themes/webkit/functions.php: Added.
2175 * wp-content/themes/webkit/header.php: Added.
2176 * wp-content/themes/webkit/images: Added.
2177 * wp-content/themes/webkit/images/download.svg: Added.
2178 * wp-content/themes/webkit/images/icons.svg: Added.
2179 * wp-content/themes/webkit/images/inspector.svg: Added.
2180 * wp-content/themes/webkit/images/menu-down.svg: Added.
2181 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
2182 * wp-content/themes/webkit/images/twitter.svg: Added.
2183 * wp-content/themes/webkit/images/webkit.svg: Added.
2184 * wp-content/themes/webkit/includes.php: Added.
2185 * wp-content/themes/webkit/index.php: Added.
2186 * wp-content/themes/webkit/loop.php: Added.
2187 * wp-content/themes/webkit/nightly.php: Added.
2188 * wp-content/themes/webkit/page.php: Added.
2189 * wp-content/themes/webkit/scripts: Added.
2190 * wp-content/themes/webkit/scripts/global.js: Added.
2191 * wp-content/themes/webkit/single.php: Added.
2192 * wp-content/themes/webkit/sitemap.php: Added.
2193 * wp-content/themes/webkit/status.php: Added.
2194 * wp-content/themes/webkit/style.css: Added.
2195 * wp-content/themes/webkit/team.php: Added.
2196 * wp-content/themes/webkit/widgets: Added.
2197 * wp-content/themes/webkit/widgets/icon.php: Added.
2198 * wp-content/themes/webkit/widgets/page.php: Added.
2199 * wp-content/themes/webkit/widgets/post.php: Added.
2200 * wp-content/themes/webkit/widgets/twitter.php: Added.
2202 2015-11-18 Jonathan Davis <jond@apple.com>
2204 Adding a maintenance file for the old WordPress blog.
2206 Reviewed by Timothy Hatcher.
2208 * blog/wp-content/maintenance.php: Added.
2210 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
2212 Add images needed for shadow DOM blog post
2213 https://bugs.webkit.org/show_bug.cgi?id=150549
2215 Reviewed by Timothy Hatcher.
2219 * blog-files/introducing-shadow-dom: Added.
2220 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
2221 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
2223 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2225 Modify the image to fit the width of the blog.
2227 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
2229 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2231 Add more assets for Web Inspector Keyboard Shortcuts blog post.
2233 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
2234 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
2235 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
2236 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
2237 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
2238 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
2240 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2242 Add assets for Web Inspector Keyboard Shortcuts blog post.
2244 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
2245 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
2246 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
2247 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
2248 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
2249 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
2250 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
2252 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
2254 Add anchor tags for scroll snapping examples.
2256 * demos/scroll-snap/index.html: Added anchor tags.
2258 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2260 Add scroll snap blog post resources.
2262 * blog-files/scroll-snap/overflow-normal.mp4: Added.
2263 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
2264 * blog-files/scroll-snap/snap-2d.mp4: Added.
2265 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
2266 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
2267 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
2269 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2271 Add scroll snap demo directory and files.
2273 * demos/scroll-snap/images/1.png: Added.
2274 * demos/scroll-snap/images/10.png: Added.
2275 * demos/scroll-snap/images/11.png: Added.
2276 * demos/scroll-snap/images/12.png: Added.
2277 * demos/scroll-snap/images/13.png: Added.
2278 * demos/scroll-snap/images/14.png: Added.
2279 * demos/scroll-snap/images/15.png: Added.
2280 * demos/scroll-snap/images/16.png: Added.
2281 * demos/scroll-snap/images/2.png: Added.
2282 * demos/scroll-snap/images/3.png: Added.
2283 * demos/scroll-snap/images/4.png: Added.
2284 * demos/scroll-snap/images/5.png: Added.
2285 * demos/scroll-snap/images/6.png: Added.
2286 * demos/scroll-snap/images/7.png: Added.
2287 * demos/scroll-snap/images/8.png: Added.
2288 * demos/scroll-snap/images/9.png: Added.
2289 * demos/scroll-snap/images/bluecross.svg: Added.
2290 * demos/scroll-snap/images/corner.svg: Added.
2291 * demos/scroll-snap/index.html: Added.
2293 2015-09-03 Matt Baker <mattbaker@apple.com>
2295 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
2297 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
2298 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
2299 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
2300 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
2302 2015-09-03 Matt Baker <mattbaker@apple.com>
2304 Add assets for Introducing the Rendering Frames Timeline blog post.
2306 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
2307 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
2308 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
2309 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
2310 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
2311 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
2312 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
2313 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
2314 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
2315 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
2316 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
2317 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
2319 2015-08-28 Jonathan Davis <jond@apple.com>
2321 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
2323 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
2324 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
2325 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
2326 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
2327 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
2328 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
2329 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
2330 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
2331 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
2332 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
2333 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
2334 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
2336 2015-08-26 Brent Fulgham <bfulgham@apple.com>
2338 Update Windows tool install instructions.
2340 * building/tools.html:
2342 2015-08-24 Saam barati <sbarati@apple.com>
2344 Add mp4 version of types-changing video.
2346 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
2348 2015-08-23 Saam barati <sbarati@apple.com>
2350 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
2352 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
2353 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
2354 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
2356 2015-08-22 Saam barati <sbarati@apple.com>
2358 Change image for type profiler and code coverage profiler blog post.
2360 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
2361 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
2363 2015-08-22 Saam barati <sbarati@apple.com>
2365 Change video for type profiler and code coverage profiler blog post.
2367 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
2369 2015-08-22 Saam barati <sbarati@apple.com>
2371 Add 1x/2x resources for type profiler and code coverage profiler blog post.
2373 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
2374 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
2375 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
2376 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
2377 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
2378 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
2379 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
2380 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
2381 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
2382 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
2383 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
2384 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
2386 2015-08-21 Saam barati <sbarati@apple.com>
2388 Edit a resource for type profiler and code coverage profiler blog post.
2390 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
2392 2015-08-21 Saam barati <sbarati@apple.com>
2394 Add resources for type profiler and code coverage profiler blog post.
2396 * blog-files/type-profiler-and-code-coverage-profiler: Added.
2397 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
2398 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
2399 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
2400 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
2401 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
2402 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
2403 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
2405 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2407 Correct a typo in the explanatory text.
2409 * demos/backdrop-filter/index.html:
2411 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2413 Add an example of backdrop-filter.
2415 * demos/backdrop-filter: Added.
2416 * demos/backdrop-filter/dynamic_poster.jpg: Added.
2417 * demos/backdrop-filter/dynamic_source.m4v: Added.
2418 * demos/backdrop-filter/index.html: Added.
2419 * demos/backdrop-filter/inverted_color.jpg: Added.
2420 * demos/backdrop-filter/multiple.jpg: Added.
2421 * demos/backdrop-filter/simple_blur.jpg: Added.
2423 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2425 Add a poster image for the video.
2427 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
2429 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2431 Add more media control examples.
2433 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
2434 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2435 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2437 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2439 Add two more files for a future blog post.
2441 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
2442 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
2444 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
2446 Fix the twitter links on the status page
2450 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
2452 Prepare screenshots for a potential blog post
2454 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
2455 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
2457 2015-07-28 Geoffrey Garen <ggaren@apple.com>
2459 SunSpider is no longer maintained
2460 https://bugs.webkit.org/show_bug.cgi?id=147370
2462 Reviewed by Michael Saboff.
2464 Add an indicator to show that SunSpider is no longer maintained.
2466 * perf/sunspider/sunspider.css:
2470 * perf/sunspider/sunspider.html:
2472 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
2474 Add image for a blog post
2476 * blog-files/el-capitan-system-font.png: Added.
2478 2015-07-23 Timothy Hatcher <timothy@apple.com>
2480 Change some images for a blog post and add 2x images.
2482 * blog-files/inspector-elements-tab-2x.png: Added.
2483 * blog-files/inspector-elements-tab.png: Updated.
2484 * blog-files/inspector-network-tab-2x.png: Added.
2485 * blog-files/inspector-network-tab.png: Updated.
2486 * blog-files/inspector-tab-bar-2x.png: Added.
2487 * blog-files/inspector-tab-bar.png: Updated.
2489 2015-07-23 Timothy Hatcher <timothy@apple.com>
2491 Change some images for a blog post.
2493 * blog-files/inspector-elements-tab.png:
2494 * blog-files/inspector-network-tab.png:
2496 2015-07-23 Timothy Hatcher <timothy@apple.com>
2498 Add and change some images for a blog post.
2500 * blog-files/inspector-elements-network-tabs.png: Removed.
2501 * blog-files/inspector-elements-tab.png: Added.
2502 * blog-files/inspector-network-tab.png: Added.
2503 * blog-files/inspector-tab-bar.png:
2505 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2507 Correct rest of the images to match.
2509 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
2510 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
2511 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
2512 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
2513 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
2515 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2517 Adjust image sizes to avoid page scaling.
2519 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
2520 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
2521 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
2522 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
2523 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
2525 2015-07-22 Brent Fulgham <bfulgham@apple.com>
2527 Add some images needed for an upcoming blog post.
2529 * blog-files/backdrop-filters: Added.
2530 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
2531 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
2532 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
2533 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
2534 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
2535 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
2536 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
2537 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
2538 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
2539 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
2541 2015-07-11 Timothy Hatcher <timothy@apple.com>
2543 Add some images for a blog post.
2545 * blog-files/inspector-elements-network-tabs.png: Added.
2546 * blog-files/inspector-tab-bar.png: Added.
2547 * blog-files/inspector-tab-icons.svg: Added.
2549 2015-06-30 Jonathan Davis <jond@apple.com>
2551 Added WebKit feature status page to navigation.
2553 Reviewed by Timothy Hatcher.
2557 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
2559 Add some images for a blog post.
2561 * blog-files/console-improvements/array-api.png: Added.
2562 * blog-files/console-improvements/collections.png: Added.
2563 * blog-files/console-improvements/console-messages.png: Added.
2564 * blog-files/console-improvements/interactivity.m4v: Added.
2565 * blog-files/console-improvements/iterators.png: Added.
2566 * blog-files/console-improvements/localStorage-api.png: Added.
2567 * blog-files/console-improvements/object-preview.png: Added.
2568 * blog-files/console-improvements/object-tree.png: Added.
2569 * blog-files/console-improvements/promises.png: Added.
2570 * blog-files/console-improvements/tooltip-1.png: Added.
2571 * blog-files/console-improvements/tooltip-2.png: Added.
2573 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2575 Remove unnecessary svn:executable flags
2576 https://bugs.webkit.org/show_bug.cgi?id=146107
2578 Reviewed by Alexey Proskuryakov.
2580 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
2581 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
2582 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
2583 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
2584 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
2585 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
2586 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
2587 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
2589 2015-05-20 Jon Davis <jond@apple.com>
2591 Upgrading WordPress to 4.2.2 release.
2593 Rubber-stamped by Timothy Hatcher.
2595 * Websites/webkit.org/blog/:
2596 * Websites/webkit.org/blcd Tog/wp-admin/:
2597 * Websites/webkit.org/blog/wp-admin/css/:
2598 * Websites/webkit.org/blog/wp-admin/css/colors/:
2599 * Websites/webkit.org/blog/wp-admin/images/:
2600 * Websites/webkit.org/blog/wp-admin/includes/:
2601 * Websites/webkit.org/blog/wp-admin/js/:
2602 * Websites/webkit.org/blog/wp-admin/maint/:
2603 * Websites/webkit.org/blog/wp-admin/network/:
2604 * Websites/webkit.org/blog/wp-admin/user/:
2605 * Websites/webkit.org/blog/wp-includes/:
2606 * Websites/webkit.org/blog/wp-includes/ID3/:
2607 * Websites/webkit.org/blog/wp-includes/SimplePie/:
2608 * Websites/webkit.org/blog/wp-includes/Text/:
2609 * Websites/webkit.org/blog/wp-includes/certificates/:
2610 * Websites/webkit.org/blog/wp-includes/css/:
2611 * Websites/webkit.org/blog/wp-includes/fonts/:
2612 * Websites/webkit.org/blog/wp-includes/images/:
2613 * Websites/webkit.org/blog/wp-includes/js/:
2614 * Websites/webkit.org/blog/wp-includes/pomo/:
2615 * Websites/webkit.org/blog/wp-includes/theme-compat/:
2617 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
2619 Fix the link noted 'contribute to features' in status.html
2620 https://bugs.webkit.org/show_bug.cgi?id=144331
2622 Reviewed by Csaba Osztrogonác.
2624 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
2628 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2630 Add naver to team.html
2631 https://bugs.webkit.org/show_bug.cgi?id=144298
2633 Reviewed by Gyuyoung Kim.
2637 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
2639 Status page: fix the email links
2643 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
2645 Improve the status page
2646 https://bugs.webkit.org/show_bug.cgi?id=144248
2648 Reviewed by Darin Adler.
2651 Lots of minor changes:
2653 -Do not use sync XHR. That was nice for testing but that's eveil
2654 and it breaks Firefox.
2655 -Start fetching the json files as soon as possible during page load,
2656 that server takes forever to respond.
2657 -Remove some useless CSS.
2658 -Get rid of mustache. That template thing was awesome but it took
2659 up to 600ms to fetch the file (plus it is not exactly efficient).
2660 -Put both the specifications and the features in the list.
2661 They are referencing each other with links. That seems to work pretty well.
2662 -Use the keywords for filtering.
2664 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
2666 Start a basic status page on webkit.org
2667 https://bugs.webkit.org/show_bug.cgi?id=143940
2669 Reviewed by Darin Adler.
2671 * status.html: Added.
2672 Nothing fancy, for now just show the "features" list of the two features.json
2674 2015-04-19 Dan Bernstein <mitz@apple.com>
2678 * coding/RefPtr.html:
2680 2015-04-19 Darin Adler <darin@apple.com>
2682 Update RefPtr documentation and deprecation
2683 https://bugs.webkit.org/show_bug.cgi?id=143936
2685 Reviewed by Andreas Kling.
2687 * coding/RefPtr.html: Updated.
2689 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
2691 Fix warning about loading insecure content from secure webkit.org/blog
2692 https://bugs.webkit.org/show_bug.cgi?id=142545
2694 Reviewed by Mark Rowe.
2696 * blog/wp-content/themes/webkit/footer.php:
2697 Use an "https" URL for the subresource, instead of "http".
2699 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2701 Remove svn:keywords property.
2703 As far as I can tell, the property had no effect on any of these files, but also,
2704 when it has effect it's likely harmful.
2706 * demos/srcset/index.html: Removed property svn:keywords.
2707 * specs/index.html: Removed property svn:keywords.
2709 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2711 Unreviewed, remove empty directories.
2713 * blog/wp-includes/js/codepress: Removed.
2715 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
2717 Add LG Electronics to team.html
2718 https://bugs.webkit.org/show_bug.cgi?id=141227
2720 Reviewed by Andreas Kling.
2724 2015-01-30 Chris Dumez <cdumez@apple.com>
2726 Add "Singleton pattern" section to the WebKit coding style
2727 https://bugs.webkit.org/show_bug.cgi?id=141040
2729 Reviewed by Ryosuke Niwa.
2731 Add "Singleton pattern" section to the WebKit coding style to document
2732 what was discussed on webkit-dev:
2733 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
2735 * coding/coding-style.html:
2737 2015-01-27 Daniel Bates <dabates@apple.com>
2739 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
2741 Reviewed by David Kilzer.
2743 * building/build.html: Added instructions to build WebKit for iOS Simulator.
2744 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
2745 in the iOS Simulator using command line tools. We should look to add Xcode instructions
2746 and simplify these steps once we teach debug-safari about the iOS Simulator.
2747 * building/run.html: Added remark to run Safari in the iOS Simulator.
2748 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
2749 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
2751 2014-09-27 Dan Bernstein <mitz@apple.com>
2753 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2754 https://bugs.webkit.org/show_bug.cgi?id=137053
2756 Reviewed by Mark Rowe.
2758 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
2760 2014-09-26 Alexey Proskuryakov <ap@apple.com>
2762 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2763 https://bugs.webkit.org/show_bug.cgi?id=137053
2765 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
2767 Explain that to build from Xcode, one needs to build from command line once first.
2769 Removed a Windows section that explained how to launch cygwin shell, which was
2770 silly given that we then link to a long document explaining further steps.
2772 * building/build.html:
2774 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
2776 Update the list of u-szeged contributors.
2778 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
2782 2014-09-18 Dean Jackson <dino@apple.com>
2784 Expand the srcset demo to have 3x and 4x images.
2788 * demos/srcset/image-1x.png:
2789 * demos/srcset/image-2x.png:
2790 * demos/srcset/image-3x.png: Added.
2791 * demos/srcset/image-4x.png: Added.
2792 * demos/srcset/index.html:
2794 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
2796 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
2797 https://bugs.webkit.org/show_bug.cgi?id=136315
2799 Reviewed by Mark Rowe.
2801 * building/checkout.html:
2802 * building/debug-mac-uiprocess.html:
2803 * building/debug.html:
2804 * building/run.html:
2805 * building/tools.html:
2808 * projects/javascript/index.html:
2809 * projects/svg/index.html:
2810 * quality/bugwriting.html:
2811 * quality/crashlogs.html:
2812 * quality/leakhunting.html:
2813 * quality/lifecycle.html:
2814 * quality/testing.html:
2816 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
2818 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
2819 https://bugs.webkit.org/show_bug.cgi?id=31993
2821 Reviewed by Darin Adler.
2823 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
2825 * coding/contributing.html:
2826 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
2828 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
2830 Remove people that have left Adobe from Security Contact list
2831 https://bugs.webkit.org/show_bug.cgi?id=135256
2833 Reviewed by Alexey Proskuryakov.
2835 * security/security-group-members.html:
2837 2014-08-06 peavo@outlook.com <peavo@outlook.com>
2839 [Win] Build error when OFFICIAL_BUILD != 1.
2840 https://bugs.webkit.org/show_bug.cgi?id=135613
2842 Reviewed by Alex Christensen.
2844 Added python installation as a required step before building on Windows.
2846 * building/tools.html:
2848 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
2850 Committers should mail webkit-committers not webkit-reviewers for reactivation
2851 https://bugs.webkit.org/show_bug.cgi?id=135203
2853 Reviewed by Ryosuke Niwa.
2855 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
2856 send mail to webkit-committers instead of webkit-reviewers.
2858 * coding/commit-review-policy.html:
2860 2014-07-15 Alex Christensen <achristensen@webkit.org>
2862 Make css jit benchmark work on IE11.
2863 https://bugs.webkit.org/show_bug.cgi?id=134956
2865 Reviewed by Benjamin Poulain.
2867 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
2868 Remove an iframe which caused IE11 to try to open content as a URL.
2870 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
2872 Update policy for Inactive Committer and Reviewer status
2873 https://bugs.webkit.org/show_bug.cgi?id=134403
2875 Reviewed by Nico Weber.
2877 * coding/commit-review-policy.html:
2879 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
2881 Remove Qt instructions from http://www.webkit.org/building/tools.html
2882 https://bugs.webkit.org/show_bug.cgi?id=134384
2884 Reviewed by Tim Horton.
2886 * building/tools.html:
2888 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
2889 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
2891 2014-06-25 Brent Fulgham <bfulgham@apple.com>
2893 [Win] Whoops! DirectX SDK is still needed.
2895 * building/tools.html: Put DirectX instruction back.
2897 2014-06-24 Brent Fulgham <bfulgham@apple.com>
2899 [Win] Remove some out-of-date stuff from our instructions.
2900 https://bugs.webkit.org/show_bug.cgi?id=134282
2902 Reviewed by Tim Horton.
2904 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
2905 install anymore (it's part of Visual Studio 2013).
2906 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
2909 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
2911 Drop the cross organizational support requirement from reviewer nomination policy
2912 https://bugs.webkit.org/show_bug.cgi?id=134240
2914 Reviewed by Gyuyoung Kim.
2918 * coding/commit-review-policy.html:
2920 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2922 Updated the files to have the right width.
2924 * blog-files/ftl-jit/dfg_pipeline.png:
2925 * blog-files/ftl-jit/four_tier_performance.png:
2926 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
2927 * blog-files/ftl-jit/ftl_pipeline.png:
2928 * blog-files/ftl-jit/ftl_timeline.png:
2929 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
2930 * blog-files/ftl-jit/polyvariance.png:
2931 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
2932 * blog-files/ftl-jit/three_tier_performance.png:
2934 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2936 Add some illustrations about how JSC works.
2938 * blog-files/ftl-jit: Added.
2939 * blog-files/ftl-jit/dfg_pipeline.png: Added.
2940 * blog-files/ftl-jit/four_tier_performance.png: Added.
2941 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
2942 * blog-files/ftl-jit/ftl_pipeline.png: Added.
2943 * blog-files/ftl-jit/ftl_timeline.png: Added.
2944 * blog-files/ftl-jit/object_model.png: Added.
2945 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
2946 * blog-files/ftl-jit/polyvariance.png: Added.
2947 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
2948 * blog-files/ftl-jit/three_tier_performance.png: Added.
2949 * blog-files/ftl-jit/three_tiers.png: Added.
2951 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
2953 Add potential illustrations for a potential future blog post about the viewport meta tag
2955 * blog-files/simple-viewport-configuration: Added.
2956 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
2957 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
2958 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
2959 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
2960 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
2961 * blog-files/simple-viewport-configuration/inspector.png: Added.
2962 * blog-files/simple-viewport-configuration/report_size.js: Added.
2964 2014-04-29 Alex Christensen <achristensen@webkit.org>
2966 [WinCairo] Switch video from GStreamer to Media Foundation.
2967 https://bugs.webkit.org/show_bug.cgi?id=132358
2969 Reviewed by Brent Fulgham.
2971 * building/tools.html:
2972 Removed requirement of installing GStreamer.
2974 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
2976 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
2977 https://bugs.webkit.org/show_bug.cgi?id=131791
2979 Reviewed by Sam Weinig.
2981 * building/debug.html:
2983 2014-03-28 James Craig <jcraig@apple.com>
2985 Web Inspector: AXI: support for live regions
2986 https://bugs.webkit.org/show_bug.cgi?id=130725
2988 Reviewed by Timothy Hatcher.
2990 Demo update to show off the new Inspector support for live regions.
2992 * blog-files/aria1.0/combobox_with_live_region_status.html:
2994 2014-03-27 James Craig <jcraig@apple.com>
2996 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
2997 https://bugs.webkit.org/show_bug.cgi?id=130827
2999 Reviewed by Timothy Hatcher.
3001 Updated demo files with attr refresh to show off selected children changing.
3002 Long term fix will be http://webkit.org/b/130883
3004 * blog-files/aria1.0/combobox_with_live_region_status.html:
3006 2014-03-25 James Craig <jcraig@apple.com>
3008 Blog-files: combobox demo needs aria-expanded support
3009 https://bugs.webkit.org/show_bug.cgi?id=130766
3011 Reviewed by Chris Fleizach.
3013 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
3015 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
3017 Add illustrations for a potential blog post
3019 First version, let see how that works out.
3021 * blog-files/css-jit-introduction: Added.
3022 * blog-files/css-jit-introduction/clicktostart.js: Added.
3023 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
3024 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
3025 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
3026 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
3027 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
3028 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
3030 2014-03-20 James Craig <jcraig@apple.com>
3032 Sample code for potential ARIA blog post.
3033 https://bugs.webkit.org/show_bug.cgi?id=130548
3035 Rubber-stamped by Chris Fleizach.
3037 * blog-files/aria1.0: Added.
3038 * blog-files/aria1.0/africa_large.svg: Added.
3039 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
3040 * blog-files/aria1.0/roaming_tabindex: Added.
3041 * blog-files/aria1.0/roaming_tabindex/css: Added.
3042 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
3043 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
3044 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
3045 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
3046 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
3047 * blog-files/aria1.0/roaming_tabindex/js: Added.
3048 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
3049 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
3050 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
3052 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3054 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3055 https://bugs.webkit.org/show_bug.cgi?id=130276
3056 <rdar://problem/16266927>
3058 Reviewed by Simon Fraser.
3060 * blog/wp-content/textfield_screenshot.jpg:
3061 * misc/WebKitDetect.html:
3062 * misc/WebKitDetect.js:
3063 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
3064 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
3065 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
3066 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
3067 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
3068 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
3069 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
3070 * perf/sunspider-0.9.1/sunspider-compare-results.js:
3071 * perf/sunspider-0.9/3d-cube.html:
3072 * perf/sunspider-0.9/3d-morph.html:
3073 * perf/sunspider-0.9/3d-raytrace.html:
3074 * perf/sunspider-0.9/access-binary-trees.html:
3075 * perf/sunspider-0.9/access-fannkuch.html:
3076 * perf/sunspider-0.9/access-nbody.html:
3077 * perf/sunspider-0.9/access-nsieve.html:
3078 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
3079 * perf/sunspider-0.9/bitops-bits-in-byte.html:
3080 * perf/sunspider-0.9/bitops-bitwise-and.html:
3081 * perf/sunspider-0.9/bitops-nsieve-bits.html:
3082 * perf/sunspider-0.9/controlflow-recursive.html:
3083 * perf/sunspider-0.9/crypto-aes.html:
3084 * perf/sunspider-0.9/crypto-md5.html:
3085 * perf/sunspider-0.9/crypto-sha1.html:
3086 * perf/sunspider-0.9/date-format-tofte.html:
3087 * perf/sunspider-0.9/date-format-xparb.html:
3088 * perf/sunspider-0.9/math-cordic.html:
3089 * perf/sunspider-0.9/math-partial-sums.html:
3090 * perf/sunspider-0.9/math-spectral-norm.html:
3091 * perf/sunspider-0.9/regexp-dna.html:
3092 * perf/sunspider-0.9/string-base64.html:
3093 * perf/sunspider-0.9/string-fasta.html:
3094 * perf/sunspider-0.9/string-tagcloud.html:
3095 * perf/sunspider-0.9/string-unpack-code.html:
3096 * perf/sunspider-0.9/string-validate-input.html:
3097 * perf/sunspider-0.9/sunspider-analyze-results.js:
3098 * perf/sunspider-0.9/sunspider-compare-results.js:
3099 * perf/sunspider-0.9/sunspider-driver.html:
3100 * perf/sunspider-0.9/sunspider-record-result.js:
3101 * perf/sunspider-0.9/sunspider-results.html:
3102 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
3103 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
3104 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
3105 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
3106 * perf/sunspider-1.0.1/sunspider-compare-results.js:
3107 * perf/sunspider-1.0.1/sunspider.html:
3108 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3109 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
3110 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3111 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
3112 * perf/sunspider-1.0.2/sunspider-compare-results.js:
3113 * perf/sunspider-1.0.2/sunspider.html:
3114 * perf/sunspider-1.0/sunspider-1.0/driver.html:
3115 * perf/sunspider-1.0/sunspider-1.0/results.html:
3116 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
3117 * perf/sunspider-1.0/sunspider-analyze-results.js:
3118 * perf/sunspider-1.0/sunspider-compare-results.js:
3119 * perf/sunspider-1.0/sunspider.html:
3120 * perf/sunspider/sunspider.html:
3121 * perf/sunspider/versions.html:
3122 * quality/reporting.html:
3124 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
3126 Use DYEBench v0.9 by default.
3128 Rubber-stamped by Benjamin Poulain.
3130 * perf/DoYouEvenBench/index.html:
3132 2014-02-27 Darin Adler <darin@apple.com>
3134 Some small modernizing tweaks to the coding style guide
3135 https://bugs.webkit.org/show_bug.cgi?id=129427
3137 Reviewed by Alexey Proskuryakov.
3139 My intent here was originally to do the nullptr style guide update, but that was already done.
3140 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
3141 a number of subtle ways.
3143 * coding/coding-style.html: Change "left side operator" example to be a more modern example
3144 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
3145 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
3146 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
3147 over index iteration in vector iteration example and also showed use of unsigned rather than
3148 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
3149 a newly created object" example. Use references instead of pointers in one example.
3151 2014-02-26 Julien Brianceau <jbriance@cisco.com>
3153 Add Cisco to team.html
3154 https://bugs.webkit.org/show_bug.cgi?id=129405
3156 Reviewed by Andreas Kling.
3160 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
3162 Update style guide to use nullptr instead of 0 for C++ null pointers.
3163 https://bugs.webkit.org/show_bug.cgi?id=129413
3165 Reviewed by Ryosuke Niwa.
3167 * coding/coding-style.html:
3169 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
3171 Change tools.html to say Xcode 5 is required to build
3172 https://bugs.webkit.org/show_bug.cgi?id=128545
3174 Reviewed by Andreas Kling.
3176 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
3177 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
3178 line tools in the downloads pane anymore, so direct folks to use
3179 xcode-select to install the command line tools as well.
3181 * building/tools.html:
3183 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3185 Host DoYouEvenBench on webkit.org
3186 https://bugs.webkit.org/show_bug.cgi?id=127185
3188 Reviewed by Benjamin Poulain.
3190 The previous patch didn't quite work due to cross-origin restrictions.
3191 Simply add a hyperlink to a trac page.
3193 * perf/DoYouEvenBench/index.html:
3195 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3197 Host DoYouEvenBench on webkit.org
3198 https://bugs.webkit.org/show_bug.cgi?id=127185
3200 Reviewed by Benjamin Poulain.
3202 Added webkit.org/perf/DoYouEvenBench.
3204 * perf/DoYouEvenBench: Added.
3205 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
3207 2014-01-03 Alex Christensen <achristensen@webkit.org>
3209 Added GStreamer to list of required tools for compiling webkit.
3210 https://bugs.webkit.org/show_bug.cgi?id=126319
3212 Reviewed by Philippe Normand.
3214 * building/tools.html:
3215 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
3216 Added GStreamer installers to list of required tools for WinCairo.
3218 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
3220 Add a description about webkit-patch setup-git-clone to checkout.html
3221 https://bugs.webkit.org/show_bug.cgi?id=126217
3223 Reviewed by Philippe Normand.
3227 * building/checkout.html:
3229 2013-12-13 Roger Fong <roger_fong@apple.com>
3231 Update build instructions for Windows following upgrade to VS2013.
3233 * building/tools.html:
3235 2013-11-30 Mark Rowe <mrowe@apple.com>
3237 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
3239 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
3241 Reviewed by Sam Weinig.
3243 * footer.inc: Remove the old analytics code.
3244 * header.inc: Add the new stuff.
3246 2013-10-29 Beth Dakin <bdakin@apple.com>
3248 Just updating the sample code for this potential blog post.
3250 * blog-files/regions/pizza-is-amazing.png: Replaced.
3251 * blog-files/regions/unstyled-article.png: Replaced.
3252 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3253 * demos/regions/pizza-regions-manifesto.html:
3255 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3257 Mixed content error when accessing webkit.org/team.html over https
3258 https://bugs.webkit.org/show_bug.cgi?id=123020
3260 Reviewed by Alexey Proskuryakov.
3262 When the webkit.org/team.html page is accessed over https most browsers report
3263 Mixed Content error, which is caused by the fact that the contributos.json file
3264 is accessed over a plain http connection and not https.
3268 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3270 Cleanup webkit.org/team.html
3271 https://bugs.webkit.org/show_bug.cgi?id=123022
3273 Reviewed by Alexey Proskuryakov.
3275 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
3279 2013-10-16 Geoffrey Garen <ggaren@apple.com>
3281 Publish SunSpider 1.0.2
3282 https://bugs.webkit.org/show_bug.cgi?id=122923
3284 Reviewed by Darin Adler.
3286 * perf/sunspider/sunspider.html:
3287 * perf/sunspider/versions.html:
3289 2013-10-08 Geoffrey Garen <ggaren@apple.com>
3291 Refined power management in SunSpider 1.0.2
3292 https://bugs.webkit.org/show_bug.cgi?id=122525
3294 Reviewed by Gavin Barraclough.
3296 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3298 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3299 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3300 * perf/sunspider-1.0.2/sunspider.css:
3304 2013-10-02 Geoffrey Garen <ggaren@apple.com>
3306 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3308 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3309 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3311 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3313 Fixed a version number string in SunSpider 1.0.2
3314 https://bugs.webkit.org/show_bug.cgi?id=122004
3316 Reviewed by Gavin Barraclough.
3318 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
3320 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3322 Tentative SunSpider 1.0.2
3323 https://bugs.webkit.org/show_bug.cgi?id=122002
3325 Reviewed by Gavin Barraclough.
3327 See comments in PerformanceTests/SunSpider.
3329 * perf/sunspider-1.0.2: Added.
3331 2013-09-20 Mark Rowe <mrowe@apple.com>
3333 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
3335 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
3337 Reviewed by David Kilzer.
3339 * building/debug-mac-uiprocess.html:
3340 * building/tools.html:
3342 2013-09-19 Dan Bernstein <mitz@apple.com>
3344 Add a style guideline regarding spacing in range-based for loops
3345 https://bugs.webkit.org/show_bug.cgi?id=121620
3347 Reviewed by Anders Carlsson.
3349 * coding/coding-style.html: Added the guideline that spaces should be placed
3350 around the colon in a range-based for loop.
3352 2013-09-10 Beth Dakin <bdakin@apple.com>
3354 Adding another screenshot for a potential blog post.
3356 * blog-files/regions/unstyled-article.png: Added.
3358 2013-09-09 Roger Fong <roger_fong@apple.com>
3360 Update build instructions for Apple Windows port to include cygwin php install steps.
3362 * building/tools.html:
3364 2013-09-04 Beth Dakin <bdakin@apple.com>
3366 Fixing a typo in demo files and screenshot.
3368 * blog-files/regions/pizza-is-amazing.png: Replaced.
3369 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3370 * demos/regions/pizza-regions-manifesto.html:
3372 2013-09-04 Beth Dakin <bdakin@apple.com>
3374 Upload demo and images for a potential blog post.
3376 * blog-files/regions: Added.
3377 * blog-files/regions/pizza-is-amazing.png: Added.
3378 * demos/regions: Added.
3379 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
3380 * demos/regions/pizza-regions-manifesto.html: Added.
3381 * demos/regions/yellow-pizza.jpg: Added.
3383 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
3385 Fix the recommended testing platform on the website
3387 Rubberstamped by Enrica Casucci.
3389 * quality/testing.html:
3391 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
3393 Fix webkit.org content overflowing their content box
3395 Rubberstamped by Simon Fraser.
3397 More fixes to have webkit.org show properly on iPad and iPhone.
3399 * blog/wp-content/themes/webkit/header.php:
3400 Add the correct viewport width for the blog.
3402 * building/debug.html:
3403 * building/launch-debugger-vs2010-small.png: Added.
3404 * building/set-debugging-properties-vs2010-small.png: Added.
3405 Fix the images to make them fit in the page.
3407 * coding/adding-features.html:
3408 Using <pre> for the example of email just make it looks like our code examples.
3409 Change the source to use <blockquote> so that the text can reflow to the content box.
3411 (.code, pre, tt, code):
3412 Scroll the content when it overflows the box for code and pre.
3414 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
3416 Give a smaller viewport to webkit.org on devices
3418 Rubberstamped by Simon Fraser.
3420 The CSS of WebKit.org layout the content on 615px + a right margin of
3421 215px + a left margin of 20px. The total layout width is 850px.
3423 The standard viewport size on mobile devices is 980px. This leaves a gap
3424 on the right side of the content when opening the size on iPhone/iPad.
3426 This patch changes the layout width to be 860 to display more content on devices
3427 while keeping a little margin.
3431 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
3433 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
3434 https://bugs.webkit.org/show_bug.cgi?id=117993
3436 Reviewed by George Staikos.
3438 * perf/sunspider-1.0.1/json2.js: Added.
3439 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
3440 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
3441 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
3442 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
3443 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
3444 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
3445 * perf/sunspider-1.0.1/sunspider.css: Added.
3446 * perf/sunspider-1.0.1/sunspider.html: Added.
3447 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
3448 * perf/sunspider/versions.html: Updated to version 1.0.1.
3450 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
3452 Update the images for the blog size-matters
3454 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
3455 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
3456 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
3458 2013-08-05 Dean Jackson <dino@apple.com>
3460 Move previous commit into /demos.
3462 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
3463 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
3464 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
3465 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
3467 2013-08-05 Dean Jackson <dino@apple.com>
3469 Upload example for a blog post.
3471 * blog-files/srcset/image-1x.png: Added.
3472 * blog-files/srcset/image-2x.png: Added.
3473 * blog-files/srcset/image-src.png: Added.
3474 * blog-files/srcset/index.html: Added.
3476 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
3478 Upload images for a potential blog post
3480 * blog-files/size-matters: Added.
3481 * blog-files/size-matters/JavaScript-growth.png: Added.
3482 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
3483 * blog-files/size-matters/WebCore-growth.png: Added.
3484 * blog-files/size-matters/WebKit-growth.png: Added.
3486 2013-07-14 Kwang Yul Seo <skyul@company100.net>
3488 Add Company100 to team.html
3489 https://bugs.webkit.org/show_bug.cgi?id=118633
3491 Reviewed by Andreas Kling.
3495 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
3497 Add 'partner.samsung.com' to domain affiliations
3498 https://bugs.webkit.org/show_bug.cgi?id=118580
3500 Reviewed by Antonio Gomes.
3504 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
3506 Add screenshot of the inspector color picker for the blog
3508 * blog-files/last-week-in-webkit: Added.
3509 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
3511 2013-06-27 Roger Fong <roger_fong@apple.com>
3513 Update required tools for Windows instructions.
3515 * building/tools.html:
3517 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
3519 The page title of technical-articles.html is incorrect.
3520 https://bugs.webkit.org/show_bug.cgi?id=117727
3522 Reviewed by Ryosuke Niwa.
3524 Changed the page title of technical-articles.html to "WebKit Technical Articles".
3526 * coding/technical-articles.html:
3528 2013-06-14 Timothy Hatcher <timothy@apple.com>
3530 Shrink larger images to fit the width of the blog.
3532 * blog-files/new-inspector/hero-labeled.png:
3533 * blog-files/new-inspector/hero.png:
3535 2013-06-12 Roger Fong <roger_fong@apple.com>
3537 Update webkit.org build instructions for Apple Windows port.
3538 https://bugs.webkit.org/show_bug.cgi?id=117563.
3540 Reviewed by Brent Fulgham.
3542 * building/build.html:
3543 * building/debug.html:
3544 * building/launch-debugger-vs2005.png: Removed.
3545 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
3546 * building/set-as-startup-project-vs2005.png: Removed.
3547 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
3548 * building/set-debugging-properties-vs2005.png: Removed.
3549 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
3550 * building/tools.html:
3552 2013-06-12 Timothy Hatcher <timothy@apple.com>
3554 Add new Web Inspector images for a blog post.
3556 * blog-files/new-inspector/activity-viewer.png: Added.
3557 * blog-files/new-inspector/codemirror.png: Added.
3558 * blog-files/new-inspector/console.png: Added.
3559 * blog-files/new-inspector/hero-labeled.png: Added.
3560 * blog-files/new-inspector/hero.png: Added.
3561 * blog-files/new-inspector/layer-borders.png: Added.
3562 * blog-files/new-inspector/layers.png: Added.
3563 * blog-files/new-inspector/navigation-bar.png: Added.
3564 * blog-files/new-inspector/open-sign.png: Added.
3565 * blog-files/new-inspector/reasons.png: Added.
3566 * blog-files/new-inspector/save.png: Added.
3567 * blog-files/new-inspector/source-map.png: Added.
3568 * blog-files/new-inspector/styles.png: Added.
3569 * blog-files/new-inspector/toolbar-context-menu.png: Added.
3570 * blog-files/new-inspector/toolbar-docked.png: Added.
3571 * blog-files/new-inspector/toolbar.png: Added.
3573 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
3575 Broken link to committers list on contributing web page
3576 https://bugs.webkit.org/show_bug.cgi?id=116722
3578 Reviewed by Andreas Kling.
3580 * coding/contributing.html:
3581 Changed broken link to point to the team page instead.
3583 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
3585 Make team.html have each contributor's area of expertise
3586 https://bugs.webkit.org/show_bug.cgi?id=116737
3588 Reviewed by Benjamin Poulain.
3591 Update to use the new expertise field in contributors.json.
3593 2013-04-30 Filip Pizlo <fpizlo@apple.com>
3595 Release SunSpider 1.0
3597 Rubber stamped by Maciej Stachowiak.
3599 * perf/sunspider-1.0: Added.
3600 * perf/sunspider-1.0/json2.js: Added.
3602 * perf/sunspider-1.0/sunspider-1.0: Added.
3603 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
3604 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
3605 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
3606 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
3607 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
3608 (computeItemTotals):
3611 (standardDeviation):
3616 (computeLabelWidth):
3620 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
3621 (.computeItemTotals):
3624 (.standardDeviation):
3626 (.computeStdErrors):
3629 (.computeLabelWidth):
3630 (.computeMeanWidth):
3634 (sunspiderCompareResults):
3635 * perf/sunspider-1.0/sunspider.css: Added.
3644 * perf/sunspider-1.0/sunspider.html: Added.
3645 * perf/sunspider/sunspider.html:
3646 * perf/sunspider/versions.html: Added.
3648 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
3650 Update team.html to use contributors.json instead of committers.py
3651 https://bugs.webkit.org/show_bug.cgi?id=114720
3653 Reviewed by Ryosuke Niwa.
3655 Updating the team.html to use contributors.json. Also removing the unused field 'area'
3656 from the contributors information.
3660 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
3662 The list of contributors in committers.py should be a separate JSON
3663 https://bugs.webkit.org/show_bug.cgi?id=114673
3665 Reviewed by Anders Carlsson.
3667 Updated the website to refer to contributors.json instead of committers.py.
3669 * coding/commit-review-policy.html:
3671 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
3673 Simplify the page "Getting the Code" on WebKit.org
3674 https://bugs.webkit.org/show_bug.cgi?id=113980
3676 Reviewed by Sam Weinig.
3678 * building/checkout.html:
3679 Instead of interleaving instructions for Mac and Windows, just
3680 copy the things that make sense and have two clear sections.
3682 Also mention Linux, it is the exact same instructions as Mac OS X.
3684 Make svn checkout the alternative to a download of the tarball. It is
3685 almost impossible to do a svn checkout on slow networks nowadays.
3687 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
3689 Update WebKit.org's contact page
3690 https://bugs.webkit.org/show_bug.cgi?id=113968
3692 Reviewed by Geoffrey Garen.
3695 -Add a direct link to our archives on Gmane.
3696 -References the ports mailing-lists. This may reduces the emails
3697 erroneously sent to webkit-dev.
3698 -Add a link to our "reporting bug page".
3699 -Get rid of the link to CIA. The website is dead.
3701 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
3703 Add Digia to the domain affiliations
3704 https://bugs.webkit.org/show_bug.cgi?id=110116
3706 Reviewed by Kenneth Rohde Christiansen.
3710 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
3712 Add basysKom to domainAffiliations in team.html
3713 https://bugs.webkit.org/show_bug.cgi?id=109306
3715 Reviewed by Laszlo Gombos.
3717 Register basysKom as contributing company in
3718 http://www.webkit.org/team.html.
3722 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3724 Add intel.com to team.html
3725 https://bugs.webkit.org/show_bug.cgi?id=109424
3727 Reviewed by Kenneth Rohde Christiansen.
3731 2013-02-10 Dirk Schulze <dschulze@adobe.com>
3733 Add adobe.com to team.html
3734 https://bugs.webkit.org/show_bug.cgi?id=109396
3736 Reviewed by Laszlo Gombos.
3740 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
3742 Add sisa.samsung.com to team.html
3743 https://bugs.webkit.org/show_bug.cgi?id=109394
3745 Reviewed by Dirk Schulze.
3749 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
3751 Add a sample change log entry to contributing.html
3752 https://bugs.webkit.org/show_bug.cgi?id=105506
3754 Reviewed by Alexey Proskuryakov.
3756 Added a sample change log to the page directly people skimming through the page will still
3757 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
3759 * coding/contributing.html:
3761 2012-12-18 Nico Weber <thakis@chromium.org>
3763 Fix broken loop in style guide
3764 https://bugs.webkit.org/show_bug.cgi?id=105346
3766 Reviewed by Ryosuke Niwa.
3768 Found by Sean Silva <silvas@purdue.edu>
3770 * coding/coding-style.html:
3772 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
3774 Add instructions on how to build WebKit on Xcode 4 to build.html
3775 https://bugs.webkit.org/show_bug.cgi?id=104739
3777 Reviewed by Daniel Bates.
3779 Set the build directories to WebKitBuild.
3781 * building/build.html:
3783 2012-11-24 Daniel Bates <dbates@webkit.org>
3785 Substitute "use" for "user" in sentence about naming convention for
3786 enum members so that it reads well.
3788 * coding/coding-style.html:
3790 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3792 Add Samsung to security vendor member list
3793 https://bugs.webkit.org/show_bug.cgi?id=102863
3795 Reviewed by Sam Weinig.
3797 * security/security-group-members.html: Add Samsung members.
3799 2012-10-31 Adam Barth <abarth@webkit.org>
3801 technical-articles.html should link to my talk on how WebKit works
3802 https://bugs.webkit.org/show_bug.cgi?id=100867
3804 Reviewed by Tony Chang.
3806 * coding/technical-articles.html:
3808 2012-10-29 Eric Seidel <eric@webkit.org>
3810 Technical Articles should link to an old talk I gave
3811 https://bugs.webkit.org/show_bug.cgi?id=100624
3813 Reviewed by Adam Barth.
3815 * coding/technical-articles.html:
3817 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3819 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
3821 * coding/coding-style.html:
3823 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3825 Fix a typo per Darin's comment.
3827 * coding/coding-style.html:
3829 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3831 Add a style guide rule for signed and unsigned int
3832 https://bugs.webkit.org/show_bug.cgi?id=96682
3834 Reviewed by Geoffrey Garen.
3836 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
3838 * coding/coding-style.html:
3840 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
3842 Replace JSC::UString by WTF::String
3843 https://bugs.webkit.org/show_bug.cgi?id=95271
3845 Reviewed by Geoffrey Garen.
3847 Update the coding style to avoid mentioning a class that no longer exist.
3849 * coding/coding-style.html:
3851 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3853 Address one more review comment.
3855 * building/checkout.html:
3857 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3859 Recommend the use of https and mention git on building/checkout.html
3860 https://bugs.webkit.org/show_bug.cgi?id=93657
3862 Reviewed by Mark Rowe.
3864 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
3865 because the paragraph right above it refers to buliding/tools.html for that.
3867 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
3868 checkout using a Git client.
3870 * building/checkout.html:
3872 2012-07-27 Adam Barth <abarth@webkit.org>
3874 Writing a blog post for new reviewers doesn't add value to the blog
3875 https://bugs.webkit.org/show_bug.cgi?id=92305
3877 Reviewed by Eric Seidel.
3879 Now that we have Peter posting weekly updates to the blog, having an
3880 announcement on the blog for each reviewer is more noise than signal.
3882 * coding/commit-review-policy.html:
3884 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
3886 Update webkit.org to refer to layoutTestController instead of testRunner
3887 https://bugs.webkit.org/show_bug.cgi?id=89445
3889 Reviewed by Kent Tamura.
3891 * quality/testwriting.html:
3893 2012-05-21 Peter Kasting <pkasting@google.com>
3895 Style guide change: Uses of "std::" should be explicitly qualified.
3896 https://bugs.webkit.org/show_bug.cgi?id=87043
3898 Reviewed by Ryosuke Niwa.
3900 * coding/coding-style.html:
3902 2012-05-11 Darin Adler <darin@apple.com>
3904 Try to make spacing of fine print items in lower left nicer looking.
3907 (#notice, #trademark, #terms): Changed top margin to 10px.
3908 (#notice): Put 30px margin here.
3910 2012-05-11 Darin Adler <darin@apple.com>
3912 CSS tweak needed for the trademark terms of use.
3915 (#notice, #trademark, #terms): Added #trademark.
3917 2012-05-11 Darin Adler <darin@apple.com>
3919 Add a link to WebKit trademark terms of use, other small website changes
3920 https://bugs.webkit.org/show_bug.cgi?id=86112
3922 Reviewed by Dan Bernstein.
3924 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
3925 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
3928 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
3929 of use on the macosforge.org terms of use page.
3931 2012-05-07 Dan Bernstein <mitz@apple.com>
3933 webkit.org instructions for debugging WebProcess are unnecessarily complex
3934 https://bugs.webkit.org/show_bug.cgi?id=85756
3936 Reviewed by Darin Adler.
3938 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
3939 debugging the Web process, as well as instructions for debugging the Web process from the
3940 command line using debug-safari and debug-minibrowser.
3941 * building/tools.html: Updated links and tweaked the language.
3943 2012-04-23 Daniel Bates <dbates@webkit.org>
3945 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
3947 Rubber-stamped by Eric Seidel.
3949 Before you can use the Xcode 4.3.2 command line tools, you must either run
3950 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
3951 DEVELOPER_DIR to point to the Xcode developer tools directory.
3953 * building/tools.html:
3955 2012-04-23 Daniel Bates <dbates@webkit.org>
3957 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
3959 Rubber-stamped by Eric Seidel.
3961 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
3962 are specific to Xcode 4.3.2.
3964 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
3965 * building/debug.html: Ditto.
3967 2012-04-19 Daniel Bates <dbates@webkit.org>
3969 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
3970 https://bugs.webkit.org/show_bug.cgi?id=84364
3972 Reviewed by Eric Seidel.
3974 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
3977 * building/debug-mac-uiprocess.html:
3978 * building/debug.html:
3980 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
3982 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
3983 https://bugs.webkit.org/show_bug.cgi?id=80429
3985 Reviewed by Dan Bernstein.
3987 * building/tools.html:
3989 2012-03-10 Daniel Bates <dbates@webkit.org>
3991 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
3993 The Debugging and Analyzing Your Code page cannot be viewed at <http://developer.apple.com/library/mac/#documentation/ToolsLanguages/Conceptual/Xcode4UserGuide/Debugging/Debugging.html#//apple_ref/doc/uid/TP40010215-CH3-SW1> (1) as this URL redirects to the Mac OS X Developer Library <https://developer.apple.com/library/mac/navigation/>.
3994 Substituting https for http in (1) returns the expected page.
3996 * building/debug-mac-uiprocess.html:
3997 * building/debug.html:
3999 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
4001 Add a link to the EFL wiki page
4002 https://bugs.webkit.org/show_bug.cgi?id=79439
4004 Reviewed by Adam Barth.
4006 * building/tools.html:
4007 * css/main.css: Cross-browser border-radius.
4009 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
4011 team.html (on webkit.org) doesn't recognize codeaurora.org
4012 https://bugs.webkit.org/show_bug.cgi?id=79529
4014 Reviewed by Ryosuke Niwa.
4018 2012-02-16 Kent Tamura <tkent@chromium.org>
4020 Improve usability of coding-style.html
4021 https://bugs.webkit.org/show_bug.cgi?id=78470
4023 Reviewed by Eric Seidel.
4025 * coding/coding-style.html:
4026 - Do not add a title attribute to each of LI elements
4027 - Do not add a click handler to each of them
4028 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
4030 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
4032 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
4033 https://bugs.webkit.org/show_bug.cgi?id=76544
4035 Reviewed by Darin Adler.
4037 WEBKITOUTPUTDIR is not only for Windows.
4039 * building/build.html:
4041 2012-01-20 Kent Tamura <tkent@chromium.org>
4043 Each style rule should have its own ID.
4044 https://bugs.webkit.org/show_bug.cgi?id=76428
4046 Reviewed by David Levin.
4048 * coding/coding-style.html: Add an id attribute to each of li elements,
4049 and add code to set title="#id-name" and to make li elements clickable.
4051 2012-01-19 Daniel Bates <dbates@webkit.org>
4053 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
4055 Rubber-stamped by Sam Weinig.
4057 * building/debug.html:
4059 2012-01-19 Daniel Bates <dbates@webkit.org>
4061 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
4062 https://bugs.webkit.org/show_bug.cgi?id=67102
4064 Reviewed by Eric Seidel.
4066 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
4068 * building/active-scheme-xcode4.png: Added.
4069 * building/build-settings-tab-xcode4.png: Added.
4070 * building/build-window.png: Removed.
4071 * building/custom-executable-xcode4.png: Added.
4072 * building/custom-executable.png: Removed.
4073 * building/debug-mac-uiprocess.html: Added.
4074 * building/debug.html:
4075 * building/debug.png: Removed.
4076 * building/info-tab.png: Removed.
4077 * building/run-xcode4.png: Added.
4079 2012-01-11 Antti Koivisto <antti@apple.com>
4081 Remove S60 reference from webkit.org
4082 https://bugs.webkit.org/show_bug.cgi?id=76044
4084 Reviewed by Simon Hausmann.
4090 2012-01-10 Hajime Morrita <morrita@chromium.org>
4092 [Website] i-Bench is no longer available.
4093 https://bugs.webkit.org/show_bug.cgi?id=76027
4095 Reviewed by Ryosuke Niwa.
4097 Updated the availability information of i-Bench.
4099 * projects/performance/index.html:
4101 2011-12-07 Daniel Bates <dbates@webkit.org>
4103 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
4104 https://bugs.webkit.org/show_bug.cgi?id=74006
4106 Reviewed by Antonio Gomes.
4108 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
4109 ASSERT_NOT_REACHED().
4111 * coding/assertion-guidelines.html:
4113 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
4115 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
4116 https://bugs.webkit.org/show_bug.cgi?id=73098
4118 Reviewed by Antti Koivisto.
4120 Revise the sentence about committers being allowed to land patches by others to explicitly state that
4121 they can only land patches by others if asked by authors themselves.
4123 * coding/commit-review-policy.html:
4125 2011-11-14 Mark Rowe <mrowe@apple.com>
4127 Upgrade WordPress's Akismet plug-in to the latest version.
4129 * blog/wp-content/plugins/akismet:
4131 2011-11-14 Mark Rowe <mrowe@apple.com>
4133 Update one file that was missed.
4135 * blog/wp-settings.php:
4137 2011-11-14 Mark Rowe <mrowe@apple.com>
4139 Upgrade WordPress to v3.2.1.
4143 2011-10-28 Dean Jackson <dino@apple.com>
4145 Remove this horribly outdated file. It was showing up in
4146 Google searches and shouldn't be used as official
4149 Rubber-stamped by Simon Fraser.
4151 * specs/MediaQueriesExtensions.html: Removed.
4153 2011-10-21 Ryosuke Niwa <rniwa@webkit.org>
4155 Style guide should mention the preference of index over iterator
4156 https://bugs.webkit.org/show_bug.cgi?id=70285
4158 Reviewed by Darin Adler.
4160 Per discussion on https://lists.webkit.org/pipermail/webkit-dev/2011-October/018274.html,
4161 we prefer index over iterators.
4163 * coding/coding-style.html:
4165 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
4167 Fix a typo pointed by Sam (Weinig).
4169 * coding/coding-style.html:
4171 2011-10-10 Ryosuke Niwa <rniwa@webkit.org>
4173 Style guide should mandate use of pass-by-reference for out arguments
4174 https://bugs.webkit.org/show_bug.cgi?id=69766
4176 Reviewed by Darin Adler.
4178 This matches the convention used throughout WebCore.
4180 * coding/coding-style.html:
4182 2011-10-06 Amruth Raj <amruthraj@motorola.com>
4184 Add Motorola Mobility to team.html
4185 https://bugs.webkit.org/show_bug.cgi?id=69597
4187 Reviewed by Ryosuke Niwa.
4191 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
4193 Generate WebKit team's page out of committers.py
4194 https://bugs.webkit.org/show_bug.cgi?id=68045
4196 Fix per Daniel's review comment since I had misunderstood the code.
4200 2011-09-20 Ryosuke Niwa <rniwa@webkit.org>
4202 Generate WebKit team's page out of committers.py
4203 https://bugs.webkit.org/show_bug.cgi?id=68045
4205 Reviewed by Daniel Bates.