1 2017-08-04 Jon Davis <jond@apple.com>
3 Fixed loading feature status page queries and anchor link URLs
4 https://bugs.webkit.org/show_bug.cgi?id=175156
6 Reviewed by Simon Fraser.
8 * wp-content/themes/webkit/status.php:
10 2017-07-26 Frederic Wang <fwang@igalia.com>
12 Unreviewed, minor adjustments to the previous demo.
14 * demos/frames/index.html: Added. Index page for the list of demos.
15 * demos/frames/sandboxing/index.html: Minor fixes.
17 2017-07-26 Frederic Wang <fwang@igalia.com>
19 Unreviewed, add demos (frame sandboxing and scrolling) for a blog post.
21 * demos/frames/sandboxing/am-i-sandboxed.html: Added.
22 * demos/frames/sandboxing/framebusting-success.html: Added.
23 * demos/frames/sandboxing/framebusting-without-user-activation.html: Added.
24 * demos/frames/sandboxing/index.html: Added.
25 * demos/frames/scrollable-iframes.html: Added.
26 * demos/frames/scrollingElement.html: Added.
28 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
30 Unreviewed, add the final demo page for a WebCrypto API blog post
32 * demos/webcrypto/pbkdf2.html: Added.
34 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
36 Unreviewed, add yet another demo page for a WebCrypto API blog post
38 * demos/webcrypto/aes-gcm.html:
39 * demos/webcrypto/alice.png: Added.
40 * demos/webcrypto/bob.png: Added.
41 * demos/webcrypto/ecdh.html: Added.
43 2017-07-20 Jiewen Tan <jiewen_tan@apple.com>
45 Unreviewed, add another demo page for a WebCrypto API blog post
47 * demos/webcrypto/aes-gcm.html: Added.
48 * demos/webcrypto/asynchronous-execution.html:
49 * demos/webcrypto/common.js: Added.
51 2017-07-19 Jiewen Tan <jiewen_tan@apple.com>
53 Unreviewed, add a demo page for a WebCrypto API blog post
55 * demos/webcrypto/asynchronous-execution-worker.js: Added.
56 * demos/webcrypto/asynchronous-execution.html: Added.
58 2017-06-30 Jon Lee <jonlee@apple.com>
60 Add a WebRTC example for a blog post
61 https://bugs.webkit.org/show_bug.cgi?id=174049
63 Reviewed by Youenn Fablet.
65 Example does a typical WebRTC video call, but uses canvas to do some image effects.
66 Image effects will last for 30 seconds.
67 After that time, the video stream is directly sent.
68 This illustrates using RTCPeerConnection, replaceTrack and canvas capture.
70 * blog-files/webrtc/pc-with-effects/LICENSE: Added.
71 * blog-files/webrtc/pc-with-effects/glfx.js: Added.
72 * blog-files/webrtc/pc-with-effects/index.html: Added.
73 * blog-files/webrtc/pc-with-effects/main.css: Added.
74 * blog-files/webrtc/pc-with-effects/main.js: Added.
76 2017-06-28 Saam Barati <sbarati@apple.com>
78 Add a Object rest/spread test to the experimental features test page
79 https://bugs.webkit.org/show_bug.cgi?id=173947
81 Rubber stamped by Dean Jackson.
83 * experimental-features.html:
85 2017-06-07 Jon Davis <jond@apple.com>
87 Update the design of the WebKit Feature Status page
88 https://bugs.webkit.org/show_bug.cgi?id=173036
90 Reviewed by Simon Fraser.
92 * wp-content/themes/webkit/functions.php: Fixed a bad function call.
93 * wp-content/themes/webkit/status.php: Implemented redesign with saved search.
94 * wp-content/themes/webkit/style.css:
95 (.feature-header:after):
96 (@media only screen and (max-width: 920px)):
97 (@media only screen and (max-width: 600px)):
98 (.feature-filters): Deleted.
99 (.feature-filters.opened): Deleted.
100 (.feature-filters:after): Deleted.
101 (.feature-filters.opened:after): Deleted.
103 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
105 Add a WebGPU test to the experimental features test page
106 https://bugs.webkit.org/show_bug.cgi?id=172953
108 Reviewed by Darin Adler.
110 * experimental-features.html:
112 2017-06-06 Joseph Pecoraro <pecoraro@apple.com>
114 Move Resource Timing / User Timing from experimental features into main preferences
115 https://bugs.webkit.org/show_bug.cgi?id=172950
117 Reviewed by Darin Adler.
119 * experimental-features.html:
120 Remove no longer experimental features.
122 2017-06-02 Filip Pizlo <fpizlo@apple.com>
124 Atomics.load and Atomics.store need to be fully fenced
125 https://bugs.webkit.org/show_bug.cgi?id=172844
127 Reviewed by Keith Miller.
129 Update documentation to say that the canonical way to do fully fenced loads and stores is
130 AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
132 * docs/b3/intermediate-representation.html:
134 2017-05-31 Jon Davis <jond@apple.com>
136 Reduce Safari Technology Preview Release Notes posts shown on homepage
137 https://bugs.webkit.org/show_bug.cgi?id=172364
139 Reviewed by Daniel Bates.
141 * wp-content/themes/webkit/functions.php: Load some extra posts.
142 * wp-content/themes/webkit/widgets/post.php: Show STP blog posts when it is the current featured post.
144 2017-05-18 Jon Davis <jond@apple.com>
146 Add an Accessibility icon to webkit.org
147 https://bugs.webkit.org/show_bug.cgi?id=172298
149 Reviewed by Alexey Proskuryakov.
151 * wp-content/themes/webkit/images/icons.svg: Added accessibility icon to the sprite.
152 * wp-content/themes/webkit/style.css: New rule to use the accessibility icon from the icons sprite.
153 (.tile.category-accessibility .background-image):
155 2017-05-15 James Craig <jcraig@apple.com>
157 AX: Inaccessible content on webkit.org main page
158 https://bugs.webkit.org/show_bug.cgi?id=172106
160 Reviewed by Joseph Pecoraro.
162 * wp-content/themes/webkit/widgets/icon.php: Resolved link title.
163 * wp-content/themes/webkit/widgets/post.php: Resolved link title.
164 * wp-content/themes/webkit/widgets/twitter.php: Resolved link titles. Suppressed unlabeled images with alt="".
166 2017-05-14 James Craig <jcraig@apple.com>
168 Upload poster images and working captioned video
169 https://bugs.webkit.org/show_bug.cgi?id=172102
171 Unreviewed. More resources for prefers-reduced-motion post.
173 * blog-files/prefers-reduced-motion/axi.htm: Added.
174 * blog-files/prefers-reduced-motion/axi.png: Removed.
175 * blog-files/prefers-reduced-motion/posters: Added.
176 * blog-files/prefers-reduced-motion/posters/apple_env_load.jpg: Added.
177 * blog-files/prefers-reduced-motion/posters/apple_env_planeshift.jpg: Added.
178 * blog-files/prefers-reduced-motion/posters/apple_ios10.jpg: Added.
179 * blog-files/prefers-reduced-motion/posters/apple_shoot.jpg: Added.
180 * blog-files/prefers-reduced-motion/posters/apple_shoot_reduced.jpg: Added.
181 * blog-files/prefers-reduced-motion/posters/apple_sierra.jpg: Added.
182 * blog-files/prefers-reduced-motion/posters/apple_sierra_reduced.jpg: Added.
183 * blog-files/prefers-reduced-motion/posters/axi.jpg: Added.
184 * blog-files/prefers-reduced-motion/posters/viljami.jpg: Added.
185 * blog-files/prefers-reduced-motion/prm.htm: Link to axi.htm video demo.
187 2017-05-14 James Craig <jcraig@apple.com>
189 AX: All the articles on the WebKit blog are called "Clickable Link" by VoiceOver
190 https://bugs.webkit.org/show_bug.cgi?id=172096
191 <rdar://problem/31624323>
193 Unreviewed. Fixing broken link titles for screen readers.
195 * wp-content/themes/webkit/loop.php: Adding relevant link label for accessibility.
197 2017-05-08 James Craig <jcraig@apple.com>
199 More demo files for prefers-reduced-motion post
200 https://bugs.webkit.org/show_bug.cgi?id=170663
204 * blog-files/prefers-reduced-motion/jaws.gif: Added.
205 * blog-files/prefers-reduced-motion/jaws.jpg: Added.
206 * blog-files/prefers-reduced-motion/prm.htm: New animated GIF example.
208 2017-04-24 James Craig <jcraig@apple.com>
210 Upload demo files for prefers-reduced-motion post
211 https://bugs.webkit.org/show_bug.cgi?id=170663
213 Rubber stamped by Jon Davis.
215 * blog-files/prefers-reduced-motion: Added.
216 * blog-files/prefers-reduced-motion/axi.png: Added.
217 * blog-files/prefers-reduced-motion/prm.htm: Added.
219 2017-04-18 Jon Davis <jond@apple.com>
221 Images in WebKit.org blog article are stretched out
222 https://bugs.webkit.org/show_bug.cgi?id=169208
224 Reviewed by Michael Catanzaro.
226 * wp-content/themes/webkit/style.css:
227 (article figure > img):
229 2017-04-13 JF Bastien <jfbastien@apple.com>
231 WebAssembly: manage memory better
232 https://bugs.webkit.org/show_bug.cgi?id=170628
234 Reviewed by Keith Miller, Michael Saboff.
236 * docs/b3/intermediate-representation.html: typos
238 2017-04-08 Simon Fraser <simon.fraser@apple.com>
240 Update the css-status page to handle changes in CSSProperties.json.
242 Change the page structure to allow the left sidebar to use sticky positioning.
244 "Done" -> "Supported".
246 Save the search in the URL.
248 Other formatting changes.
250 * wp-content/themes/webkit/css-status.php:
252 2017-04-06 Dean Jackson <dino@apple.com>
256 * demos/webgpu/index.html:
258 2017-04-06 Jon Davis <jond@apple.com>
260 Updates feature status for recently shipped features
261 https://bugs.webkit.org/show_bug.cgi?id=170359
263 Reviewed by Brian Burg.
265 Added styles for "Supported" status.
267 * wp-content/themes/webkit/status.php:
269 2017-04-04 Dean Jackson <dino@apple.com>
271 Unreviewed. Add details on how to enable the experimental feature.
273 * demos/webgpu/index.html:
275 2017-04-03 Dean Jackson <dino@apple.com>
277 Unreviewed. More WebGPU demos.
279 * demos/webgpu/2d.jpg: Added.
280 * demos/webgpu/2d.js:
281 * demos/webgpu/circle.svg: Added.
282 * demos/webgpu/cubes.jpg: Added.
283 * demos/webgpu/hello.html: Added.
284 * demos/webgpu/hello.jpg: Added.
285 * demos/webgpu/hello.js: Copied from Websites/webkit.org/demos/webgpu/2d.js.
288 * demos/webgpu/index.html: Added.
289 * demos/webgpu/simple.jpg: Added.
291 2017-03-31 Dean Jackson <dino@apple.com>
293 Unreviewed. Add some WebGPU examples.
295 * demos/webgpu/2d.html: Added.
296 * demos/webgpu/2d.js: Added.
297 * demos/webgpu/cubes.html: Added.
298 * demos/webgpu/cubes.js: Added.
299 * demos/webgpu/shared.css: Added.
300 * demos/webgpu/shared.js: Added.
301 * demos/webgpu/simple.html: Added.
302 * demos/webgpu/simple.js: Added.
304 2017-03-11 Jon Davis <jond@apple.com>
306 Add Swift syntax highlighting to webkit.org
307 https://bugs.webkit.org/show_bug.cgi?id=163672
309 Reviewed by Matt Baker.
311 * wp-content/plugins/hyperlight/hyperlight/languages/swift.php: Added.
313 2017-03-10 Jon Davis <jond@apple.com>
315 Switch back to the Twitter API for the Tweet widget
316 https://bugs.webkit.org/show_bug.cgi?id=168749
318 Reviewed by Lucas Forschler.
320 Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
321 displayed through the widget. If the API fails for any reason, it falls back to using the
322 Tweet listener for updated tweets.
324 The Twitter API provides the benefit of embedding media and being able to display the full
325 URLs rather than Twitter-shortened URLs.
327 * wp-content/plugins/tweet-listener.php:
328 * wp-content/themes/webkit/style.css:
329 (.twitter-tile .tile-content):
330 (.twitter-tile.text-only):
331 (.twitter-tile .media):
333 * wp-content/themes/webkit/widgets/twitter.php:
335 2017-03-04 Filip Pizlo <fpizlo@apple.com>
337 B3 should have comprehensive support for atomic operations
338 https://bugs.webkit.org/show_bug.cgi?id=162349
340 Reviewed by Keith Miller.
342 Document the new opcodes!
344 * docs/b3/intermediate-representation.html:
346 2017-03-09 Jon Davis <jond@apple.com>
348 Prevent HTML in rich link previews
349 https://bugs.webkit.org/show_bug.cgi?id=169435
351 Reviewed by Tim Horton.
353 * wp-content/plugins/social-meta.php:
355 2017-03-03 Manuel Rego Casasnovas <rego@igalia.com>
357 Unreviewed, minor updates on CSS Grid Layout examples.
359 * demos/css-grid/index.html:
360 * demos/css-grid/responsive-grid.html:
362 2017-02-27 Simon Fraser <simon.fraser@apple.com>
364 Add css-status page on webkit.org
365 https://bugs.webkit.org/show_bug.cgi?id=168921
367 Reviewed by Sam Weinig.
369 Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
371 This is modeled after the feature status page. Properties can be filtered by status
372 and the spec they belong to.
374 * wp-content/themes/webkit/css-status.php: Added.
376 2017-02-23 Joseph Pecoraro <pecoraro@apple.com>
378 [Resource Timing] Add Experimental Feature Flag
379 https://bugs.webkit.org/show_bug.cgi?id=167147
381 Reviewed by Ryosuke Niwa.
383 * experimental-features.html:
384 Test for Resource Timing.
386 2017-02-23 Alex Christensen <achristensen@webkit.org>
388 Add WebRTC to experimental-features.html
389 https://bugs.webkit.org/show_bug.cgi?id=168757
391 Reviewed by Tim Horton.
393 * experimental-features.html:
395 2017-02-23 Jon Davis <jond@apple.com>
397 Fixed saving survey data
398 https://bugs.webkit.org/show_bug.cgi?id=168730
400 Reviewed by Joseph Pecoraro.
402 * wp-content/themes/webkit/functions.php:
404 2017-02-20 Manuel Rego Casasnovas <rego@igalia.com>
406 Unreviewed, add CSS Grid Layout examples for a blog post.
408 * demos/css-grid/index.html: Added.
409 * demos/css-grid/responsive-grid.html: Added.
411 2017-02-06 Jon Davis <jond@apple.com>
413 Add a survey to learn how people use WebKit Nightly builds
414 https://bugs.webkit.org/show_bug.cgi?id=167748
416 Reviewed by Joseph Pecoraro.
418 * wp-content/themes/webkit/functions.php:
419 * wp-content/themes/webkit/nightly-start.php:
420 * wp-content/themes/webkit/nightly-survey.php: Added.
421 * wp-content/themes/webkit/survey.json: Added.
423 2017-01-28 Yoav Weiss <yoav@yoav.ws>
425 Add Link Preload as an off-by-default experimental feature menu item.
426 https://bugs.webkit.org/show_bug.cgi?id=167201
428 Reviewed by Ryosuke Niwa.
430 * experimental-features.html: Added Link Preload.
432 2017-01-28 Joseph Pecoraro <pecoraro@apple.com>
434 Add User Timing Experimental Feature
435 https://bugs.webkit.org/show_bug.cgi?id=167542
436 <rdar://problem/22746307>
438 Reviewed by Ryosuke Niwa.
440 * experimental-features.html:
442 2017-01-27 Dean Jackson <dino@apple.com>
444 Add a simple demo for Touch stylus events
445 https://bugs.webkit.org/show_bug.cgi?id=167534
447 Reviewed by Simon Fraser.
449 * demos/touch/stylus.html: Added.
451 2017-01-27 Wenson Hsieh <wenson_hsieh@apple.com>
453 Unreviewed, update scroll snapping demos to use current Module 1 spec
455 * demos/scroll-snap/index.html:
457 Adopt the new CSS properties scroll-snap-type and scroll-snap-align.
459 2017-01-26 Wenson Hsieh <wenson_hsieh@apple.com>
461 Unreviewed, add a demo page for an input events blog post
463 * demos/input-events/index.html: Added.
465 2017-01-20 Antoine Quint <graouts@apple.com>
467 Web Animations should be off by default and enabled as an experimental feature
468 https://bugs.webkit.org/show_bug.cgi?id=167115
469 <rdar://problem/30048963>
471 Reviewed by Joseph Pecoraro.
473 Add a test for Web Animations feature detection.
475 * experimental-features.html:
477 2017-01-19 Joseph Pecoraro <pecoraro@apple.com>
479 Include SubtleCrypto test on experimental-features test page
480 https://bugs.webkit.org/show_bug.cgi?id=167226
482 Reviewed by Yusuke Suzuki.
484 * experimental-features.html:
485 Add a test for SubtleCrypto and make the test resilient against exceptions.
487 2017-01-19 Timothy Hatcher <timothy@hatcher.name>
489 Add Tesla to the domain associations on the team page
490 https://bugs.webkit.org/show_bug.cgi?id=167202
492 Reviewed by Brian Burg.
494 * wp-content/themes/webkit/team.php:
496 2016-12-22 Keith Miller <keith_miller@apple.com>
498 Add BitOr for floating points to B3
499 https://bugs.webkit.org/show_bug.cgi?id=166446
501 Reviewed by Saam Barati.
503 Update docs to indicate it's cool to use bit ops with floating point.
505 * docs/b3/intermediate-representation.html:
507 2016-12-07 Dean Jackson <dino@apple.com>
509 Remove runtime toggle for pointer-lock
510 https://bugs.webkit.org/show_bug.cgi?id=165577
511 <rdar://problems/29566996>
515 No need to have pointer-lock tested.
517 * experimental-features.html: Also sort the list alphabetically.
519 2016-12-05 Dean Jackson <dino@apple.com>
521 pointer lock needs to be feature detectable
522 https://bugs.webkit.org/show_bug.cgi?id=165426
523 <rdar://problem/29486715>
525 Reviewed by Antoine Quint.
527 We can now accurately detect pointer-lock.
529 * experimental-features.html:
531 2016-12-02 Dean Jackson <dino@apple.com>
533 Make a public facing page to check for WebKit features
534 https://bugs.webkit.org/show_bug.cgi?id=165331
535 <rdar://problem/29488535>
537 Reviewed by Antoine Quint.
539 Add a web page to webkit.org that allows us to live
540 detect our experimental features. This is mostly for
541 internal debugging, but also provides simple examples
542 of how real content would do such detection.
544 * experimental-features.html: Added.
546 2016-11-17 Keith Miller <keith_miller@apple.com>
549 https://bugs.webkit.org/show_bug.cgi?id=164871
551 Reviewed by Filip Pizlo.
553 Update docs for new rotate instructions.
555 * docs/b3/intermediate-representation.html:
557 2016-10-21 Keith Miller <keith_miller@apple.com>
559 Expand Trunc in B3 to support Double to Float
560 https://bugs.webkit.org/show_bug.cgi?id=163809
562 Update the docs to explain that Trunc now works with fleating point numbers.
564 Reviewed by Geoffrey Garen.
566 * docs/b3/intermediate-representation.html:
568 2016-10-14 Keith Miller <keith_miller@apple.com>
570 B3 needs a special WasmAddress Opcode
571 https://bugs.webkit.org/show_bug.cgi?id=163394
573 Reviewed by Filip Pizlo.
575 Update the b3 docs for the new WasmAddress opcode.
577 * docs/b3/intermediate-representation.html:
579 2016-10-14 Simon Fraser <simon.fraser@apple.com>
581 Annotate bots in contributors.json and don't show them on webkit.org/team
582 https://bugs.webkit.org/show_bug.cgi?id=163317
584 Reviewed by Daniel Bates.
588 * wp-content/themes/webkit/team.php:
590 2016-10-12 Keith Miller <keith_miller@apple.com>
592 B3 needs a special WasmBoundsCheck Opcode
593 https://bugs.webkit.org/show_bug.cgi?id=163246
595 Reviewed by Filip Pizlo.
597 Update the docs for the new WasmBoundsCheck opcode.
599 * docs/b3/intermediate-representation.html:
601 2016-10-09 Simon Fraser <simon.fraser@apple.com>
603 Convert contributors.json to a flat list
604 https://bugs.webkit.org/show_bug.cgi?id=163183
606 Reviewed by Darin Adler.
608 Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
609 and moving that data to a "status" property on each contributor.
611 Fix script that generates webkit.org/team.
613 * wp-content/themes/webkit/team.php:
615 2016-10-03 Filip Pizlo <fpizlo@apple.com>
617 B3 trapping memory accesses should be documented
618 https://bugs.webkit.org/show_bug.cgi?id=162845
620 Reviewed by Geoffrey Garen.
622 Added documentation for the Traps flag, and factored out the documentation of the Chill flag
623 to a new flags section.
625 * docs/b3/intermediate-representation.html:
627 2016-09-30 Filip Pizlo <fpizlo@apple.com>
629 Air should have a way of expressing additional instruction flags
630 https://bugs.webkit.org/show_bug.cgi?id=162699
632 Reviewed by Mark Lam.
634 * docs/b3/assembly-intermediate-representation.html:
636 2016-09-28 Filip Pizlo <fpizlo@apple.com>
638 B3 opcodes should leave room for flags
639 https://bugs.webkit.org/show_bug.cgi?id=162692
641 Reviewed by Keith Miller.
643 Updated the documentation to talk about Kind and the isChill bit, and to remove
646 * docs/b3/intermediate-representation.html:
648 2016-09-27 Joseph Pecoraro <pecoraro@apple.com>
650 Update style guide for #pragma once
651 https://bugs.webkit.org/show_bug.cgi?id=162633
653 Reviewed by Dan Bernstein.
656 Update style guide for #pragma once as discussed on webkit-dev.
658 2016-09-21 Filip Pizlo <fpizlo@apple.com>
660 Add a Fence opcode to B3
661 https://bugs.webkit.org/show_bug.cgi?id=162343
663 Reviewed by Geoffrey Garen.
665 * docs/b3/intermediate-representation.html:
667 2016-08-16 Benjamin Poulain <bpoulain@apple.com>
669 [JSC] Update the documentation of B3's Return opcode
670 https://bugs.webkit.org/show_bug.cgi?id=160912
672 Reviewed by Filip Pizlo.
674 * docs/b3/intermediate-representation.html:
676 2016-08-04 Daniel Bates <dabates@apple.com>
678 Add some files for a Content Security Policy blog post
680 * blog-files/content-security-policy/compass-base.css: Added.
682 * blog-files/content-security-policy/csp-style-hash.html: Added.
683 * blog-files/content-security-policy/icons.svg: Added; derived from file
684 Websites/webkit.org/wp-content/themes/webkit/images/icons.svg. I am explicitly
685 not referencing file Websites/webkit.org/wp-content/themes/webkit/images/icons.svg
686 so that csp-style-hash.html is not affected by changes to this file.
688 2016-07-24 Filip Pizlo <fpizlo@apple.com>
690 B3 should support multiple entrypoints
691 https://bugs.webkit.org/show_bug.cgi?id=159391
693 Reviewed by Saam Barati.
695 Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
698 * docs/b3/index.html:
699 * docs/b3/intermediate-representation.html:
701 2016-07-20 Frederic Wang <fwang@igalia.com>
703 Unreviewed, new demo files for an up-coming blog post.
705 * demos/mathml/demo2016/LICENSE-amiri.txt: Added.
706 * demos/mathml/demo2016/LICENSE-latinmodern-math.txt: Added.
707 * demos/mathml/demo2016/LICENSE-libertinusmath.txt: Added.
708 * demos/mathml/demo2016/README.txt: Added.
709 * demos/mathml/demo2016/amiri-regular.woff: Added.
710 * demos/mathml/demo2016/index.html: Added.
711 * demos/mathml/demo2016/latinmodern-math.woff: Added.
712 * demos/mathml/demo2016/libertinusmath-regular.woff: Added.
713 * demos/mathml/demo2016/webfonts.css: Added.
714 (@namespace url('http://www.w3.org/1999/xhtml');):
720 2016-07-19 Jon Davis <jond@apple.com>
722 Adjust margins for first-line floating elements and add preset floating video sizing
723 https://bugs.webkit.org/show_bug.cgi?id=159898
725 Reviewed by Benjamin Poulain.
727 * wp-content/themes/webkit/style.css:
728 (article video.alignright):
729 (article .alignright:first-child):
730 (@media only screen and (max-width: 690px)):
731 (article .alignright:first-child):
732 (@media only screen and (max-width: 415px)):
733 (article video.alignright):
734 (article .alignright:first-child):
736 2016-07-17 Filip Pizlo <fpizlo@apple.com>
738 Implement table-based switches in B3/Air
739 https://bugs.webkit.org/show_bug.cgi?id=151141
741 Reviewed by Benjamin Poulain.
743 Update documentation to reflect Patchpoint's new powers.
745 * docs/b3/intermediate-representation.html:
747 2016-07-15 Jon Davis <jond@apple.com>
749 Fixed content overflow and missing build information behavior.
750 https://bugs.webkit.org/show_bug.cgi?id=159820
752 Reviewed by Timothy Hatcher.
754 * wp-content/themes/webkit/nightly-start.php:
756 2016-07-14 Jon Davis <jond@apple.com>
758 Improved WebKit Nightly start page design.
759 https://bugs.webkit.org/show_bug.cgi?id=159780
761 Reviewed by Timothy Hatcher.
763 Added better 404 handling, improved presentation of the
764 start page and new Apache rewrites for the P1 bug list.
767 * wp-content/themes/webkit/functions.php:
768 * wp-content/themes/webkit/nightly-start.php:
770 2016-07-01 Jon Davis <jond@apple.com>
772 Added a colorful new image and fixed the Open Graph attribute.
773 https://bugs.webkit.org/show_bug.cgi?id=159359
775 Reviewed by Timothy Hatcher.
777 The Open Graph image tag should use the property attribute not
778 the itemprop attribute.
780 * wp-content/plugins/social-meta.php:
781 * wp-content/themes/webkit/images/ogimage.png:
783 2016-06-30 Dean Jackson <dino@apple.com>
785 Tab pointed out a typo that made the overdamped case fail.
787 * demos/spring/spring.js:
788 (SpringSolver.prototype.solve):
790 2016-06-30 Dean Jackson <dino@apple.com>
792 Fixed a typo in the link to the other version.
794 * blog-files/color-gamut/index.html:
796 2016-06-29 Dean Jackson <dino@apple.com>
798 Add the UI JavaScript library to make
799 other browsers happy.
801 * demos/spring/dat.gui.min.js: Added.
802 * demos/spring/index.html:
804 2016-06-29 Dean Jackson <dino@apple.com>
806 Demo and JS implementation of our spring() animation
809 * demos/spring/index.html: Added.
810 * demos/spring/spring.js: Added.
812 (SpringSolver.prototype.solve):
814 2016-06-29 Dean Jackson <dino@apple.com>
816 Small change to wording, and link to the interactive version.
818 * blog-files/color-gamut/index.html:
820 2016-06-28 Dean Jackson <dino@apple.com>
822 Add a more interactive version of the demo.
824 * blog-files/color-gamut/comparison.html: Added.
826 2016-06-28 Jon Davis <jond@apple.com>
828 Fixed tile height for mobile phone-sized viewports.
829 https://bugs.webkit.org/show_bug.cgi?id=159228
831 Reviewed by Timothy Hatcher.
833 Prevents cutoff text for featured tiles and prevents overlapping text and controls on the Twitter tile for phone-sized viewports.
835 * wp-content/themes/webkit/style.css:
836 (.twitter-tile.text-only .tile-content):
839 2016-06-28 Jon Davis <jond@apple.com>
841 Fixed Open Graph meta data and image entries.
842 https://bugs.webkit.org/show_bug.cgi?id=159167.
844 Reviewed by Timothy Hatcher.
846 This patch addresses Open Graph meta data issues:
848 - Added a high-resolution PNG of the WebKit logo because Facebook doesn't support SVG images
849 - Uses the first image of a page or post if not featured image is set
850 - Article date/time information should not be given for the homepage
851 - Added Facebook admins as per the Facebook Open Graph debugger
853 * wp-content/plugins/social-meta.php:
854 * wp-content/themes/webkit/images/ogimage.png: Added.
856 2016-06-27 Dean Jackson <dino@apple.com>
858 Updated content for the color blog post.
860 * blog-files/color-gamut/Iceland-P3.jpg:
861 * blog-files/color-gamut/Iceland-oog.jpg:
862 * blog-files/color-gamut/Iceland-sRGB.jpg:
863 * blog-files/color-gamut/Italy-P3.jpg:
864 * blog-files/color-gamut/Italy-sRGB.jpg:
865 * blog-files/color-gamut/Sunset-P3.jpg:
866 * blog-files/color-gamut/Sunset-sRGB.jpg:
867 * blog-files/color-gamut/YellowFlower-P3.jpg:
868 * blog-files/color-gamut/YellowFlower-oog.jpg:
869 * blog-files/color-gamut/YellowFlower-sRGB.jpg:
870 * blog-files/color-gamut/index.html:
872 2016-06-27 Jon Davis <jond@apple.com>
874 Set a default image for sharing webkit.org links via social.
875 https://bugs.webkit.org/show_bug.cgi?id=159167
877 Reviewed by Timothy Hatcher.
879 * wp-content/plugins/social-meta.php:
881 2016-06-24 Dean Jackson <dino@apple.com>
883 More examples for the wide-gamut demo.
885 * blog-files/color-gamut/Iceland-P3.jpg: Added.
886 * blog-files/color-gamut/Iceland-oog.jpg: Added.
887 * blog-files/color-gamut/Iceland-sRGB.jpg: Added.
888 * blog-files/color-gamut/Italy-P3.jpg: Added.
889 * blog-files/color-gamut/Italy-oog.jpg: Added.
890 * blog-files/color-gamut/Italy-sRGB.jpg: Added.
891 * blog-files/color-gamut/Sunset-AdobeRGB.jpg: Added.
892 * blog-files/color-gamut/Sunset-P3.jpg: Added.
893 * blog-files/color-gamut/Sunset-oog.jpg: Added.
894 * blog-files/color-gamut/Sunset-sRGB.jpg: Added.
895 * blog-files/color-gamut/Webkit-logo-sRGB.png:
896 * blog-files/color-gamut/YellowFlower-P3.jpg: Added.
897 * blog-files/color-gamut/YellowFlower-oog.jpg: Added.
898 * blog-files/color-gamut/YellowFlower-sRGB.jpg: Added.
899 * blog-files/color-gamut/index.html:
901 2016-06-24 Dean Jackson <dino@apple.com>
903 Change something in the webkit.org directory in the hope
904 it will kick off a website update.
906 2016-06-24 Jon Davis <jond@apple.com>
908 Rewrite the WebKit Nightly build download URLs to use the correct secure URL.
909 https://bugs.webkit.org/show_bug.cgi?id=159100.
911 Reviewed by Joseph Pecoraro.
913 * wp-content/plugins/sync-nightly-builds.php:
915 2016-06-13 Jon Davis <jond@apple.com>
917 Minor style updates for figcaptions and post forewords.
919 * wp-content/themes/webkit/style.css:
921 (figure.aligncenter figcaption):
922 (figure.aligncenter figcaption::before):
924 2016-06-13 Jon Davis <jond@apple.com>
926 Adds support for foreword custom meta and display styles on blog posts.
927 https://bugs.webkit.org/show_bug.cgi?id=158707.
929 Reviewed by Timothy Hatcher.
931 * wp-content/themes/webkit/functions.php:
932 * wp-content/themes/webkit/style.css:
935 2016-06-02 Dean Jackson <dino@apple.com>
937 Update the example for wider color gamut images.
939 * blog-files/color-gamut/index.html:
941 2016-06-02 Dean Jackson <dino@apple.com>
943 Adding some sample images for a blog post on color.
945 * blog-files/color-gamut/Flowers-AdobeRGB.jpg: Added.
946 * blog-files/color-gamut/Flowers-ProPhoto.jpg: Added.
947 * blog-files/color-gamut/Flowers-oog.jpg: Added.
948 * blog-files/color-gamut/Flowers-sRGB.jpg: Added.
949 * blog-files/color-gamut/Rose-AdobeRGB.jpg: Added.
950 * blog-files/color-gamut/Rose-ProPhoto.jpg: Added.
951 * blog-files/color-gamut/Rose-oog.jpg: Added.
952 * blog-files/color-gamut/Rose-sRGB.jpg: Added.
953 * blog-files/color-gamut/index.html: Added.
955 2016-06-02 Filip Pizlo <fpizlo@apple.com>
957 Fix typos and make some revisions to the B3 docs
958 https://bugs.webkit.org/show_bug.cgi?id=158311
960 Reviewed by Michael Saboff.
962 I found typos and fixed them. Also, I clarified some things:
964 - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
965 the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
966 what you want to do, for example).
968 - How does isValidForm really get used? You don't really need to create an Inst to use it.
970 - Some other incremental improvements to make the docs clearer.
972 * docs/b3/assembly-intermediate-representation.html:
973 * docs/b3/index.html:
974 * docs/b3/intermediate-representation.html:
976 2016-05-31 Filip Pizlo <fpizlo@apple.com>
978 Unreviewed, fix an obvious typo: a missing comma.
980 * docs/b3/assembly-intermediate-representation.html:
982 2016-05-31 Filip Pizlo <fpizlo@apple.com>
984 Air needs documentation
985 https://bugs.webkit.org/show_bug.cgi?id=153668
987 Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
989 Write documentation for Air!
991 * docs/b3/assembly-intermediate-representation.html:
993 2016-05-23 Jon Davis <jond@apple.com>
995 Add syntax highglighting for ES6 "let", "const" and "of" keywords.
996 https://bugs.webkit.org/show_bug.cgi?id=157994
998 Reviewed by Geoffrey Garen.
1000 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php:
1002 2016-05-13 Brady Eidson <beidson@apple.com>
1004 Extend protector naming code style guideline to cover operator= assignment.
1005 https://bugs.webkit.org/show_bug.cgi?id=157693
1007 Reviewed by Darin Adler.
1011 2016-05-13 Brady Eidson <beidson@apple.com>
1013 Protector Ref/RefPtrs should have a specified naming style.
1014 https://bugs.webkit.org/show_bug.cgi?id=157591
1016 Reviewed by Darin Adler.
1020 2016-04-26 Timothy Hatcher <timothy@apple.com>
1022 Remove hard-wraps from the feature policy markdown so it renders full width on the site.
1024 * feature-policy.md:
1026 2016-04-14 Edward O'Connor <eoconnor@apple.com>
1028 Publish the Web-exposed feature policy on webkit.org.
1029 https://bugs.webkit.org/show_bug.cgi?id=156552
1031 Reviewed by Timothy Hatcher.
1033 * feature-policy.md: Added.
1035 2016-04-13 Jon Davis <jond@apple.com>
1037 Remove database quote escapes from pushed tweets.
1039 Reviewed by Timothy Hatcher.
1041 * wp-content/plugins/tweet-listener.php:
1043 2016-04-13 Jon Davis <jond@apple.com>
1045 Added background color for Safari Technology Preview posts.
1047 Reviewed by Timothy Hatcher.
1049 * wp-content/themes/webkit/style.css:
1050 (.tile.category-safari-technology-preview .background-image):
1052 2016-04-07 Jon Davis <jond@apple.com>
1054 Improved drop down menu with translate; cleaned up unnecessary whitespace.
1055 https://bugs.webkit.org/show_bug.cgi?id=156342
1057 Reviewed by Timothy Hatcher.
1059 * wp-content/themes/webkit/style.css:
1060 (p > a[name]::before):
1061 (.has-post-thumbnail .background-image):
1062 (.table-of-contents):
1063 (header .menu-item-has-children .label-toggle::after):
1065 (.sub-menu-layer:after, .sub-menu-layer:before):
1066 (.sub-menu-layer .menu-item):
1067 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1068 (@media only screen and (max-width: 920px)):
1069 (header .sub-menu-layer):
1070 (@media only screen and (max-width: 415px)):
1071 (@media only screen and (max-width: 1180px)): Deleted.
1072 (@media only screen and (max-width: 1000px)): Deleted.
1073 (@media only screen and (max-width: 690px)): Deleted.
1074 (@media only screen and (max-width: 600px)): Deleted.
1075 (@media only screen and (max-height: 415px)): Deleted.
1076 (@media only screen and (max-width: 320px)): Deleted.
1078 2016-04-05 Jon Davis <jond@apple.com>
1080 Make the @webkit link on the front page link to the feed
1081 https://bugs.webkit.org/show_bug.cgi?id=156244
1083 Reviewed by Timothy Hatcher.
1085 * wp-content/themes/webkit/widgets/twitter.php:
1087 2016-03-31 Jon Davis <jond@apple.com>
1089 Show tweets by @webkit in the Twitter tile on webkit.org
1090 https://bugs.webkit.org/show_bug.cgi?id=156093
1092 Reviewed by Timothy Hatcher.
1094 * wp-content/plugins/tweet-listener.php: Added.
1095 * wp-content/themes/webkit/widgets/twitter.php:
1097 2016-03-31 Jon Davis <jond@apple.com>
1099 Fix download links for desktops with small resolutions
1100 https://bugs.webkit.org/show_bug.cgi?id=156081
1102 Reviewed by Timothy Hatcher.
1104 * wp-content/themes/webkit/downloads.php:
1106 2016-03-29 Jon Davis <jond@apple.com>
1108 Fixed a property access error by removing the lamda function for updates
1109 https://bugs.webkit.org/show_bug.cgi?id=155989
1111 * wp-content/plugins/sync-nightly-builds.php:
1113 2016-03-29 Jon Davis <jond@apple.com>
1115 Fixed a context error for Nightly Build sync plugin, tightens layout styles for abovetitle
1116 https://bugs.webkit.org/show_bug.cgi?id=155989
1118 Unreviewed fix for the Sync Nightly Builds plugin to work with the older
1119 PHP environment on the server. Quick style adjustments for abovetitle images.
1121 * wp-content/plugins/sync-nightly-builds.php:
1122 * wp-content/themes/webkit/nightly-archives.php:
1123 * wp-content/themes/webkit/style.css:
1124 (article .abovetitle):
1126 2016-03-29 Jon Davis <jond@apple.com>
1128 Add WebKit Nightly Archives, WebKit Nightly Start, and Downloads pages
1129 https://bugs.webkit.org/show_bug.cgi?id=155989
1131 Reviewed by Timothy Hatcher.
1133 * wp-content/plugins/sync-nightly-builds.php: Added.
1134 * wp-content/themes/webkit/downloads.php: Added.
1135 * wp-content/themes/webkit/functions.php:
1136 * wp-content/themes/webkit/images/download.svg:
1137 * wp-content/themes/webkit/images/spinner.svg: Added.
1138 * wp-content/themes/webkit/nightly-archives.php: Added.
1139 * wp-content/themes/webkit/nightly-start.php: Added.
1140 * wp-content/themes/webkit/nightly.php:
1141 * wp-content/themes/webkit/scripts/searchbuilds.js: Added.
1142 (initsearch.xhrPromise.):
1144 (initsearch.displayResults.addEntry):
1145 (initsearch.displayResults):
1146 (initsearch.displayError):
1147 (initsearch.clearErrors):
1148 * wp-content/themes/webkit/style.css:
1150 (input[type=submit]):
1152 (article .abovetitle):
1154 2016-03-29 Jon Davis <jond@apple.com>
1156 Support images above the title on webkit.org posts
1157 https://bugs.webkit.org/show_bug.cgi?id=155979
1159 Reviewed by Timothy Hatcher.
1161 * wp-content/themes/webkit/functions.php:
1162 * wp-content/themes/webkit/single.php:
1164 2016-03-22 Jonathan Davis <jond@apple.com>
1166 Allow the use of custom styles and scripts for blog posts
1167 https://bugs.webkit.org/show_bug.cgi?id=155768
1169 Reviewed by Timothy Hatcher.
1171 * wp-content/themes/webkit/functions.php:
1173 2016-03-09 Jonathan Davis <jond@apple.com>
1175 For RSS feeds, convert image and link relative URIs to absolute URIs
1176 https://bugs.webkit.org/show_bug.cgi?id=155237
1178 Reviewed by Timothy Hatcher.
1180 * wp-content/themes/webkit/functions.php:
1182 2016-03-03 Saam barati <sbarati@apple.com>
1184 Update style guide to reflect our style of only using "override" or "final" when overriding virtual methods
1185 https://bugs.webkit.org/show_bug.cgi?id=154978
1187 Reviewed by Darin Adler.
1191 2016-02-29 Yusuke Suzuki <utatane.tea@gmail.com>
1193 [DFG][FTL][B3] Support floor and ceil
1194 https://bugs.webkit.org/show_bug.cgi?id=154683
1196 Reviewed by Filip Pizlo.
1198 * docs/b3/intermediate-representation.html:
1200 2016-02-16 Jonathan Davis <jond@apple.com>
1202 Add a redirect for B3 documentation
1203 https://bugs.webkit.org/show_bug.cgi?id=154293
1205 Reviewed by Timothy Hatcher.
1209 2016-02-15 Timothy Hatcher <timothy@apple.com>
1211 Fix byline to avoid bumping into content sticks out.
1213 * wp-content/themes/webkit/style.css:
1214 (article .byline): Bump padding to avoid content with negative margins.
1216 2016-02-13 Timothy Hatcher <timothy@apple.com>
1218 Adjust the appearance of mattewhite figures that are not widescreen.
1220 * wp-content/themes/webkit/style.css:
1221 (article .mattewhite:not(.widescreen):
1223 2016-02-12 Jonathan Davis <jond@apple.com>
1225 Add a CSS class to remove padding when using mattewhite class for figures
1226 https://bugs.webkit.org/show_bug.cgi?id=154206
1228 Reviewed by Filip Pizlo.
1230 * wp-content/themes/webkit/style.css:
1231 (article .two-columns):
1232 (article .two-columns h6):
1233 (article .two-columns p):
1234 (article .mattewhite):
1235 (article .mattewhite.tightwad):
1238 2016-02-12 Filip Pizlo <fpizlo@apple.com>
1240 Unreviewed, upload some blog files.
1242 * blog-files/compile-times.png: Added.
1243 * blog-files/fast-isel.png: Added.
1244 * blog-files/jetstream-latency.png: Added.
1245 * blog-files/jetstream-throughput.png: Added.
1246 * blog-files/jetstream.png: Added.
1247 * blog-files/kraken.png: Added.
1248 * blog-files/low-compile-times.png: Added.
1249 * blog-files/low-fast-isel.png: Added.
1250 * blog-files/low-jetstream-latency.png: Added.
1251 * blog-files/low-jetstream-throughput.png: Added.
1252 * blog-files/low-jetstream.png: Added.
1253 * blog-files/low-kraken.png: Added.
1254 * blog-files/low-octane.png: Added.
1255 * blog-files/octane.png: Added.
1257 2016-02-04 Jonathan Davis <jond@apple.com>
1259 Fix bad link on the Feature Status page.
1260 https://bugs.webkit.org/show_bug.cgi?id=152086
1262 Reviewed by Timothy Hatcher.
1264 * wp-content/themes/webkit/status.php:
1266 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1268 Get rid of anonymous stack slots
1269 https://bugs.webkit.org/show_bug.cgi?id=151128
1271 Reviewed by Mark Lam.
1273 This changes the documentation to account for the addition of Variables and the Get and Set
1274 opcodes, and the removal of anonymous stack slots from B3 IR.
1276 * docs/b3/intermediate-representation.html:
1278 2016-02-02 Dan Bernstein <mitz@apple.com>
1280 Tagline in B3 docs should match the rest of the website
1281 https://bugs.webkit.org/show_bug.cgi?id=153801
1283 Reviewed by Filip Pizlo.
1287 * docs/b3/assembly-intermediate-representation.html:
1288 * docs/b3/index.html:
1289 * docs/b3/intermediate-representation.html:
1291 2016-02-02 Filip Pizlo <fpizlo@apple.com>
1293 Minor fixes for B3 IR documentation
1294 https://bugs.webkit.org/show_bug.cgi?id=153782
1296 Reviewed by Michael Saboff.
1298 Fix minor issues that Geoff found.
1300 * docs/b3/intermediate-representation.html:
1302 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1304 B3 documentation style shouldn't have hacks for h1
1305 https://bugs.webkit.org/show_bug.cgi?id=153725
1307 Reviewed by Alexey Proskuryakov.
1309 * docs/b3/style.css:
1311 2016-01-30 Filip Pizlo <fpizlo@apple.com>
1313 Improve the style of B3 documentation
1314 https://bugs.webkit.org/show_bug.cgi?id=153674
1316 Reviewed by Oliver Hunt.
1318 This makes the style of the B3 documentation look like the Wiki, which I think is
1319 appropriate for the kind of content that we're putting into it - in particular, the font
1320 is the perfect size for dense content. The style also doesn't require much spoonfeeding
1321 from the HTML side so you can write nice looking documentation by just using really
1322 basic HTML constructs.
1324 * docs/b3/assembly-intermediate-representation.html:
1325 * docs/b3/index.html:
1326 * docs/b3/intermediate-representation.html:
1327 * docs/b3/style.css:
1329 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1331 Clean up the B3 documentation a bit
1332 https://bugs.webkit.org/show_bug.cgi?id=153678
1334 Reviewed by Saam Barati.
1336 * docs/b3/index.html: Fix some links and fix small issues.
1337 * docs/b3/intermediate-representation.html: Clean up some text and fix small issues.
1339 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1341 B3 should have documentation
1342 https://bugs.webkit.org/show_bug.cgi?id=153658
1344 Reviewed by Saam Barati.
1346 Change the documentation to use HTML instead of Markdown. Markdown has trouble with
1347 definition lists. Things go downhill when you try to add paragraphs or code blocks to
1348 a definition. That's unfortunate since we use definitions for the IR document.
1350 Since there is no way to use our preferred styling for the IR document without doing a
1351 lot of bad hacks, it's best if we just stick to HTML. It looks plain but it's highly
1354 * docs/b3/assembly-intermediate-representation.html: Added.
1355 * docs/b3/bare-bones-backend.md: Removed.
1356 * docs/b3/index.html: Added.
1357 * docs/b3/intermediate-representation.html: Added.
1358 * docs/b3/style.css: Added.
1362 2016-01-29 Timothy Hatcher <timothy@apple.com>
1364 Add some defintion list styles.
1366 * wp-content/themes/webkit/style.css:
1371 2016-01-29 Filip Pizlo <fpizlo@apple.com>
1373 B3 should have documentation
1374 https://bugs.webkit.org/show_bug.cgi?id=153658
1376 Reviewed by Timothy Hatcher.
1380 * docs/b3/bare-bones-backend.md: Added.
1382 2016-01-16 Timothy Hatcher <timothy@apple.com>
1384 Fix some responsive issues on smaller screens.
1386 * wp-content/themes/webkit/style.css:
1388 (@media (max-width: 900px)):
1391 (.timeline > li:before):
1392 (.timeline .content):
1393 (.timeline li .time::before):
1395 2016-01-14 Timothy Hatcher <timothy@apple.com>
1397 Eliminate the margin on timeline elements so multiple timelines can touch.
1399 * wp-content/themes/webkit/style.css:
1402 2016-01-14 Timothy Hatcher <timothy@apple.com>
1404 Use a 2px border radius instead to look good on 2x devices as well as 1x.
1406 * wp-content/themes/webkit/style.css:
1409 2016-01-14 Timothy Hatcher <timothy@apple.com>
1411 Fix hairline crack on 1x devices between arrow and time label.
1413 * wp-content/themes/webkit/style.css:
1414 (.timeline .content):
1417 2016-01-13 Timothy Hatcher <timothy@apple.com>
1419 Correct some history timeline styles.
1421 * wp-content/themes/webkit/style.css:
1422 (.timeline .content):
1424 2016-01-13 Timothy Hatcher <timothy@apple.com>
1426 Add styles for a history timeline, needed by an upcoming blog post.
1428 * wp-content/themes/webkit/style.css:
1434 (.timeline > li:before):
1435 (.timeline .content):
1438 (.timeline h2, .timeline h3):
1439 (.timeline .time::before):
1441 (@media (min-width: 900px)):
1442 (.timeline > li.force-clear):
1443 (.timeline > li:nth-child(odd)):
1444 (.timeline > li:nth-child(even)):
1445 (.timeline > li.force-clear + li):
1446 (.timeline li .time):
1447 (.timeline li:nth-child(odd) .time):
1448 (.timeline li:nth-child(even) .time):
1449 (.timeline li:nth-child(even) .time::before):
1450 (.timeline > li:nth-child(even):before):
1452 2016-01-06 Jonathan Davis <jond@apple.com>
1454 Fixed Individuals and Vendor Contact formatting.
1455 https://bugs.webkit.org/show_bug.cgi?id=152714
1457 Reviewed by Timothy Hatcher.
1459 * security-policy.md:
1461 2015-12-09 Jonathan Davis <jond@apple.com>
1463 Fixed broken link: https://webkit.org/old/security/security-group-members.html
1464 https://bugs.webkit.org/show_bug.cgi?id=152010
1466 Reviewed by Timothy Hatcher.
1469 * security-policy.md:
1470 * wp-content/themes/webkit/style.css:
1474 2015-12-09 Jonathan Davis <jond@apple.com>
1476 Fix function reference change.
1478 * wp-content/themes/webkit/scripts/global.js:
1480 2015-12-08 Jonathan Davis <jond@apple.com>
1482 Wide tables should be scrollable on narrow mobile screens.
1483 https://bugs.webkit.org/show_bug.cgi?id=151941
1485 Reviewed by Timothy Hatcher.
1487 * wp-content/themes/webkit/scripts/global.js:
1491 (enableScrollableTables):
1493 * wp-content/themes/webkit/style.css:
1494 (.pagination .prev-post):
1495 (article .scrollable):
1496 (.scrollable .scrollable-padding):
1498 2015-12-08 Jonathan Davis <jond@apple.com>
1500 Fix Code Style Guidelines code parsing.
1501 https://bugs.webkit.org/show_bug.cgi?id=152024
1503 Reviewed by Timothy Hatcher.
1505 * wp-content/plugins/table-of-contents.php:
1507 2015-12-08 Jonathan Davis <jond@apple.com>
1509 Fix social meta for home page.
1510 https://bugs.webkit.org/show_bug.cgi?id=151764
1512 Reviewed by Timothy Hatcher.
1514 * wp-content/plugins/social-meta.php:
1516 2015-12-07 Jonathan Davis <jond@apple.com>
1518 Implemented a workaround for sharp SVG WebKit logo.
1519 https://bugs.webkit.org/show_bug.cgi?id=151971
1521 Reviewed by Timothy Hatcher.
1523 * wp-content/themes/webkit/images/webkit.svg:
1525 2015-12-07 Jonathan Davis <jond@apple.com>
1527 Address UX issues with the Contribute menu.
1528 https://bugs.webkit.org/show_bug.cgi?id=151874
1530 Reviewed by Timothy Hatcher.
1532 * wp-content/themes/webkit/functions.php:
1533 * wp-content/themes/webkit/header.php:
1534 * wp-content/themes/webkit/style.css:
1535 (time, mark, audio, video):
1536 (footer, header, hgroup, menu, nav, section):
1541 (q:before, q:after):
1544 (.admin-bar p > a[name]::before):
1545 (.screen-reader-text):
1546 (.screen-reader-text:focus):
1549 (.feature-header:after):
1550 (.feature.opened .feature-header:after):
1551 (footer nav a:hover):
1552 (header .menu-item-has-children .label-toggle::after):
1553 (header .menu-item):
1555 (.sub-menu-layer .menu-item:first-child):
1556 (.menu > .menu-item > .menu-toggle:checked + .sub-menu):
1557 (@media only screen and (max-width: 920px)):
1558 (header .menu-item > .menu-toggle:checked + a > .label-toggle::after):
1560 (header .menu-toggle:checked ~ ul):
1561 (header .sub-menu-layer:before):
1562 (header .menu > .menu-item > .menu-toggle:checked ~ .sub-menu):
1564 (@media only screen and (max-width: 690px)):
1565 (.feature-filters:after):
1566 (.feature-filters.opened:after):
1568 (.table-of-contents label:after):
1569 (.menu-toggle:checked ~ .table-of-contents label:after):
1570 (.table-of-contents h6):
1571 (header nav .menu-item-has-children .label-toggle): Deleted.
1572 (header nav .menu-item): Deleted.
1573 (header .menu > .menu-item-has-children:hover > a::before): Deleted.
1574 (.menu > .menu-item > .menu-toggle:checked ~ .sub-menu): Deleted.
1575 (header nav .menu-toggle:checked ~ ul): Deleted.
1576 (header .menu-toggle:checked ~ .sub-menu): Deleted.
1577 (@media only screen and (max-width: 782px)): Deleted.
1579 2015-12-05 Timothy Hatcher <timothy@apple.com>
1581 One last fix for https redirect.
1583 * wp-content/themes/webkit/.htaccess:
1585 2015-12-05 Timothy Hatcher <timothy@apple.com>
1587 Attempt to fix www redirect again.
1589 * wp-content/themes/webkit/.htaccess:
1591 2015-12-05 Timothy Hatcher <timothy@apple.com>
1593 Fix www redirect again.
1595 * wp-content/themes/webkit/.htaccess:
1597 2015-12-05 Timothy Hatcher <timothy@apple.com>
1599 Fix www redirect when https was used and restore status URL code.
1601 * wp-content/themes/webkit/.htaccess:
1602 * wp-content/themes/webkit/status.php:
1604 2015-12-05 Timothy Hatcher <timothy@apple.com>
1606 Another attempt to fix a 404 error when the site loads via www.webkit.org.
1608 * wp-content/themes/webkit/status.php:
1610 2015-12-05 Timothy Hatcher <timothy@apple.com>
1612 Fix a 404 error when the site loads via www.webkit.org.
1614 * wp-content/themes/webkit/status.php:
1616 2015-12-04 Timothy Hatcher <timothy@apple.com>
1618 Fix toggling so hidden links are not clickable still.
1620 * wp-content/themes/webkit/status.php:
1622 2015-12-04 Timothy Hatcher <timothy@apple.com>
1624 Fix another place where feature status internal reference links were wrong.
1626 * wp-content/themes/webkit/status.php:
1628 2015-12-04 Jonathan Davis <jond@apple.com>
1630 Fixed feature status internal reference links.
1632 * wp-content/themes/webkit/status.php:
1634 2015-12-04 Jonathan Davis <jond@apple.com>
1636 Update feature status for up-to-date status information.
1637 https://bugs.webkit.org/show_bug.cgi?id=151821
1639 Reviewed by Timothy Hatcher.
1641 * wp-content/themes/webkit/status.php:
1643 2015-12-04 Jonathan Davis <jond@apple.com>
1645 Added redirects for old webkit.org archive.
1649 2015-12-04 Jonathan Davis <jond@apple.com>
1651 Removing empty directories from the old site.
1653 Reviewed by Timothy Hatcher.
1656 * blog/wp-admin: Removed.
1657 * blog/wp-admin/css: Removed.
1658 * blog/wp-admin/css/colors: Removed.
1659 * blog/wp-admin/css/colors/blue: Removed.
1660 * blog/wp-admin/css/colors/coffee: Removed.
1661 * blog/wp-admin/css/colors/ectoplasm: Removed.
1662 * blog/wp-admin/css/colors/light: Removed.
1663 * blog/wp-admin/css/colors/midnight: Removed.
1664 * blog/wp-admin/css/colors/ocean: Removed.
1665 * blog/wp-admin/css/colors/sunrise: Removed.
1666 * blog/wp-admin/images: Removed.
1667 * blog/wp-admin/includes: Removed.
1668 * blog/wp-admin/js: Removed.
1669 * blog/wp-admin/maint: Removed.
1670 * blog/wp-admin/network: Removed.
1671 * blog/wp-admin/user: Removed.
1672 * blog/wp-content: Removed.
1673 * blog/wp-content/plugins: Removed.
1674 * blog/wp-content/plugins/akismet: Removed.
1675 * blog/wp-content/themes: Removed.
1676 * blog/wp-content/themes/classic: Removed.
1677 * blog/wp-content/themes/default: Removed.
1678 * blog/wp-content/themes/default/images: Removed.
1679 * blog/wp-content/themes/webkit: Removed.
1680 * blog/wp-content/uploads: Removed.
1681 * blog/wp-content/uploads/2007: Removed.
1682 * blog/wp-content/uploads/2007/06: Removed.
1683 * blog/wp-includes: Removed.
1684 * blog/wp-includes/ID3: Removed.
1685 * blog/wp-includes/SimplePie: Removed.
1686 * blog/wp-includes/SimplePie/Cache: Removed.
1687 * blog/wp-includes/SimplePie/Content: Removed.
1688 * blog/wp-includes/SimplePie/Content/Type: Removed.
1689 * blog/wp-includes/SimplePie/Decode: Removed.
1690 * blog/wp-includes/SimplePie/Decode/HTML: Removed.
1691 * blog/wp-includes/SimplePie/HTTP: Removed.
1692 * blog/wp-includes/SimplePie/Net: Removed.
1693 * blog/wp-includes/SimplePie/Parse: Removed.
1694 * blog/wp-includes/SimplePie/XML: Removed.
1695 * blog/wp-includes/SimplePie/XML/Declaration: Removed.
1696 * blog/wp-includes/Text: Removed.
1697 * blog/wp-includes/Text/Diff: Removed.
1698 * blog/wp-includes/Text/Diff/Engine: Removed.
1699 * blog/wp-includes/Text/Diff/Renderer: Removed.
1700 * blog/wp-includes/certificates: Removed.
1701 * blog/wp-includes/css: Removed.
1702 * blog/wp-includes/fonts: Removed.
1703 * blog/wp-includes/images: Removed.
1704 * blog/wp-includes/images/crystal: Removed.
1705 * blog/wp-includes/images/media: Removed.
1706 * blog/wp-includes/images/smilies: Removed.
1707 * blog/wp-includes/images/wlw: Removed.
1708 * blog/wp-includes/js: Removed.
1709 * blog/wp-includes/js/crop: Removed.
1710 * blog/wp-includes/js/imgareaselect: Removed.
1711 * blog/wp-includes/js/jcrop: Removed.
1712 * blog/wp-includes/js/jquery: Removed.
1713 * blog/wp-includes/js/jquery/ui: Removed.
1714 * blog/wp-includes/js/mediaelement: Removed.
1715 * blog/wp-includes/js/plupload: Removed.
1716 * blog/wp-includes/js/scriptaculous: Removed.
1717 * blog/wp-includes/js/swfupload: Removed.
1718 * blog/wp-includes/js/swfupload/plugins: Removed.
1719 * blog/wp-includes/js/thickbox: Removed.
1720 * blog/wp-includes/js/tinymce: Removed.
1721 * blog/wp-includes/js/tinymce/langs: Removed.
1722 * blog/wp-includes/js/tinymce/plugins: Removed.
1723 * blog/wp-includes/js/tinymce/plugins/charmap: Removed.
1724 * blog/wp-includes/js/tinymce/plugins/colorpicker: Removed.
1725 * blog/wp-includes/js/tinymce/plugins/compat3x: Removed.
1726 * blog/wp-includes/js/tinymce/plugins/compat3x/css: Removed.
1727 * blog/wp-includes/js/tinymce/plugins/directionality: Removed.
1728 * blog/wp-includes/js/tinymce/plugins/fullscreen: Removed.
1729 * blog/wp-includes/js/tinymce/plugins/hr: Removed.
1730 * blog/wp-includes/js/tinymce/plugins/image: Removed.
1731 * blog/wp-includes/js/tinymce/plugins/inlinepopups: Removed.
1732 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins: Removed.
1733 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2: Removed.
1734 * blog/wp-includes/js/tinymce/plugins/inlinepopups/skins/clearlooks2/img: Removed.
1735 * blog/wp-includes/js/tinymce/plugins/lists: Removed.
1736 * blog/wp-includes/js/tinymce/plugins/media: Removed.
1737 * blog/wp-includes/js/tinymce/plugins/media/css: Removed.
1738 * blog/wp-includes/js/tinymce/plugins/media/js: Removed.
1739 * blog/wp-includes/js/tinymce/plugins/paste: Removed.
1740 * blog/wp-includes/js/tinymce/plugins/paste/js: Removed.
1741 * blog/wp-includes/js/tinymce/plugins/spellchecker: Removed.
1742 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes: Removed.
1743 * blog/wp-includes/js/tinymce/plugins/spellchecker/classes/utils: Removed.
1744 * blog/wp-includes/js/tinymce/plugins/spellchecker/css: Removed.
1745 * blog/wp-includes/js/tinymce/plugins/spellchecker/img: Removed.
1746 * blog/wp-includes/js/tinymce/plugins/spellchecker/includes: Removed.
1747 * blog/wp-includes/js/tinymce/plugins/tabfocus: Removed.
1748 * blog/wp-includes/js/tinymce/plugins/textcolor: Removed.
1749 * blog/wp-includes/js/tinymce/plugins/wordpress: Removed.
1750 * blog/wp-includes/js/tinymce/plugins/wordpress/css: Removed.
1751 * blog/wp-includes/js/tinymce/plugins/wordpress/img: Removed.
1752 * blog/wp-includes/js/tinymce/plugins/wpautoresize: Removed.
1753 * blog/wp-includes/js/tinymce/plugins/wpdialogs: Removed.
1754 * blog/wp-includes/js/tinymce/plugins/wpdialogs/js: Removed.
1755 * blog/wp-includes/js/tinymce/plugins/wpeditimage: Removed.
1756 * blog/wp-includes/js/tinymce/plugins/wpeditimage/css: Removed.
1757 * blog/wp-includes/js/tinymce/plugins/wpeditimage/img: Removed.
1758 * blog/wp-includes/js/tinymce/plugins/wpeditimage/js: Removed.
1759 * blog/wp-includes/js/tinymce/plugins/wpemoji: Removed.
1760 * blog/wp-includes/js/tinymce/plugins/wpfullscreen: Removed.
1761 * blog/wp-includes/js/tinymce/plugins/wpfullscreen/css: Removed.
1762 * blog/wp-includes/js/tinymce/plugins/wpgallery: Removed.
1763 * blog/wp-includes/js/tinymce/plugins/wpgallery/img: Removed.
1764 * blog/wp-includes/js/tinymce/plugins/wplink: Removed.
1765 * blog/wp-includes/js/tinymce/plugins/wplink/css: Removed.
1766 * blog/wp-includes/js/tinymce/plugins/wplink/img: Removed.
1767 * blog/wp-includes/js/tinymce/plugins/wplink/js: Removed.
1768 * blog/wp-includes/js/tinymce/plugins/wpview: Removed.
1769 * blog/wp-includes/js/tinymce/skins: Removed.
1770 * blog/wp-includes/js/tinymce/skins/lightgray: Removed.
1771 * blog/wp-includes/js/tinymce/skins/lightgray/fonts: Removed.
1772 * blog/wp-includes/js/tinymce/skins/lightgray/img: Removed.
1773 * blog/wp-includes/js/tinymce/skins/wordpress: Removed.
1774 * blog/wp-includes/js/tinymce/skins/wordpress/images: Removed.
1775 * blog/wp-includes/js/tinymce/themes: Removed.
1776 * blog/wp-includes/js/tinymce/themes/advanced: Removed.
1777 * blog/wp-includes/js/tinymce/themes/advanced/img: Removed.
1778 * blog/wp-includes/js/tinymce/themes/advanced/js: Removed.
1779 * blog/wp-includes/js/tinymce/themes/advanced/skins: Removed.
1780 * blog/wp-includes/js/tinymce/themes/advanced/skins/default: Removed.
1781 * blog/wp-includes/js/tinymce/themes/advanced/skins/default/img: Removed.
1782 * blog/wp-includes/js/tinymce/themes/advanced/skins/highcontrast: Removed.
1783 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7: Removed.
1784 * blog/wp-includes/js/tinymce/themes/advanced/skins/o2k7/img: Removed.
1785 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme: Removed.
1786 * blog/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/img: Removed.
1787 * blog/wp-includes/js/tinymce/themes/modern: Removed.
1788 * blog/wp-includes/js/tinymce/utils: Removed.
1789 * blog/wp-includes/pomo: Removed.
1790 * blog/wp-includes/theme-compat: Removed.
1791 * building: Removed.
1793 * coding/images: Removed.
1797 * misc/DatabaseExample.html: Removed.
1798 * misc/DatabaseTester.html: Removed.
1799 * misc/WebKitDetect.html: Removed.
1800 * misc/WebKitDetect.js: Removed.
1801 * misc/drosera: Removed.
1802 * misc/drosera/demo.js: Removed.
1803 * misc/drosera/drosera.png: Removed.
1804 * misc/drosera/index.html: Removed.
1805 * misc/gradient-input.html: Removed.
1806 * misc/morph.html: Removed.
1807 * misc/related-target-and-shadow-dom.svg: Removed.
1808 * projects: Removed.
1809 * projects/accessibility: Removed.
1810 * projects/cleanup: Removed.
1811 * projects/compat: Removed.
1812 * projects/css: Removed.
1813 * projects/documentation: Removed.
1814 * projects/dom: Removed.
1815 * projects/editing: Removed.
1816 * projects/forms: Removed.
1817 * projects/html: Removed.
1818 * projects/javascript: Removed.
1819 * projects/layout: Removed.
1820 * projects/mathml: Removed.
1821 * projects/performance: Removed.
1822 * projects/plugins: Removed.
1823 * projects/portability: Removed.
1824 * projects/printing: Removed.
1825 * projects/svg: Removed.
1826 * projects/webkit: Removed.
1827 * projects/xml: Removed.
1828 * projects/xslt: Removed.
1830 * security: Removed.
1832 2015-12-03 Timothy Hatcher <timothy@apple.com>
1834 Allow index.html indexes again.
1838 2015-12-03 Timothy Hatcher <timothy@apple.com>
1840 Remove the old site files.
1842 * asking_questions.html: Removed.
1843 * building/active-scheme-xcode4.png: Removed.
1844 * building/build-settings-tab-xcode4.png: Removed.
1845 * building/build.html: Removed.
1846 * building/checkout.html: Removed.
1847 * building/custom-executable-xcode4.png: Removed.
1848 * building/cygwin-downloader.zip: Removed.
1849 * building/debug-mac-uiprocess.html: Removed.
1850 * building/debug.html: Removed.
1851 * building/launch-debugger-vs2010-small.png: Removed.
1852 * building/launch-debugger-vs2010.png: Removed.
1853 * building/run-xcode4.png: Removed.
1854 * building/run.html: Removed.
1855 * building/set-as-startup-project-vs2010.png: Removed.
1856 * building/set-debugging-properties-vs2010-small.png: Removed.
1857 * building/set-debugging-properties-vs2010.png: Removed.
1858 * building/tools.html: Removed.
1859 * coding/RefPtr.html: Removed.
1860 * coding/adding-features.html: Removed.
1861 * coding/assertion-guidelines.html: Removed.
1862 * coding/bsd-license.html: Removed.
1863 * coding/coding-style.html: Removed.
1864 * coding/commit-review-policy.html: Removed.
1865 * coding/contributing.html: Removed.
1866 * coding/dom-element-attach.html: Removed.
1867 * coding/images/contribute_add_attachment.png: Removed.
1868 * coding/images/contribute_mark_review.png: Removed.
1869 * coding/images/dom-element-attach-large.png: Removed.
1870 * coding/images/dom-element-attach-small.png: Removed.
1871 * coding/images/dom-element-attach.graffle: Removed.
1872 * coding/lgpl-license.html: Removed.
1873 * coding/major-objects.html: Removed.
1874 * coding/scripts.html: Removed.
1875 * coding/technical-articles.html: Removed.
1876 * contact.html: Removed.
1877 * css/blue.css: Removed.
1878 * css/gray.css: Removed.
1879 * css/green.css: Removed.
1880 * css/ie.css: Removed.
1881 * css/main.css: Removed.
1882 * css/pink.css: Removed.
1883 * css/purple.css: Removed.
1884 * css/yellow.css: Removed.
1885 * demos/index.html: Removed.
1886 * footer.inc: Removed.
1887 * header.inc: Removed.
1888 * images/DroseraPic.png: Removed.
1889 * images/blank.png: Removed.
1890 * images/blue-background.png: Removed.
1891 * images/blue-bullet.png: Removed.
1892 * images/download.png: Removed.
1893 * images/end.png: Removed.
1894 * images/gray-background.png: Removed.
1895 * images/green-background.png: Removed.
1896 * images/green-bullet.png: Removed.
1897 * images/icon-gold.png: Removed.
1898 * images/icon.png: Removed.
1899 * images/ie-nav.png: Removed.
1900 * images/middle.png: Removed.
1901 * images/nav.png: Removed.
1902 * images/pink-background.png: Removed.
1903 * images/pink-bullet.png: Removed.
1904 * images/purple-background.png: Removed.
1905 * images/purple-bullet.png: Removed.
1906 * images/surfin-safari.icns: Removed.
1907 * images/yellow-background.png: Removed.
1908 * images/yellow-bullet.png: Removed.
1909 * index.html: Removed.
1911 * pngbehavior.htc: Removed.
1912 * projects/accessibility/index.html: Removed.
1913 * projects/cleanup/index.html: Removed.
1914 * projects/compat/index.html: Removed.
1915 * projects/css/index.html: Removed.
1916 * projects/documentation/index.html: Removed.
1917 * projects/dom/index.html: Removed.
1918 * projects/editing/index.html: Removed.
1919 * projects/forms/image-usemap.png: Removed.
1920 * projects/forms/image1.png: Removed.
1921 * projects/forms/image10.png: Removed.
1922 * projects/forms/image16.png: Removed.
1923 * projects/forms/index.html: Removed.
1924 * projects/forms/survey.html: Removed.
1925 * projects/goals.html: Removed.
1926 * projects/html/index.html: Removed.
1927 * projects/index.html: Removed.
1928 * projects/javascript/index.html: Removed.
1929 * projects/layout/index.html: Removed.
1930 * projects/mathml/index.html: Removed.
1931 * projects/performance/index.html: Removed.
1932 * projects/plugins/index.html: Removed.
1933 * projects/portability/index.html: Removed.
1934 * projects/printing/index.html: Removed.
1935 * projects/svg/index.html: Removed.
1936 * projects/svg/status.xml: Removed.
1937 * projects/svg/svg-status.css: Removed.
1938 * projects/svg/svg-status.xsl: Removed.
1939 * projects/webkit/index.html: Removed.
1940 * projects/xml/index.html: Removed.
1941 * projects/xslt/index.html: Removed.
1942 * quality/.htaccess: Removed.
1943 * quality/Ahem.ttf: Removed.
1944 * quality/bugpriorities.html: Removed.
1945 * quality/bugwriting.html: Removed.
1946 * quality/bugzilla.html: Removed.
1947 * quality/crashlogs.html: Removed.
1948 * quality/leakhunting.html: Removed.
1949 * quality/lifecycle.html: Removed.
1950 * quality/mac_reportbox.jpg: Removed.
1951 * quality/mac_viewtrace.jpg: Removed.
1952 * quality/reduction.html: Removed.
1953 * quality/reporting.html: Removed.
1954 * quality/testing.html: Removed.
1955 * quality/testwriting.html: Removed.
1956 * quality/win_installwatson.jpg: Removed.
1957 * quality/win_watsongui.jpg: Removed.
1958 * quality/win_watsoninstalled.jpg: Removed.
1959 * security/index.html: Removed.
1960 * security/security-group-members.html: Removed.
1961 * status.html: Removed.
1962 * team.html: Removed.
1964 2015-12-03 Timothy Hatcher <timothy@apple.com>
1966 Yet another attempt to fix the http blog redirects.
1968 Removing the blog folder should do it.
1973 2015-12-03 Timothy Hatcher <timothy@apple.com>
1975 Another attempt to fix the http blog redirects.
1979 2015-12-03 Timothy Hatcher <timothy@apple.com>
1981 Attempt to fix the http blog redirects.
1985 2015-12-03 Timothy Hatcher <timothy@apple.com>
1987 Another attempt to fix the https redirect.
1991 2015-12-03 Timothy Hatcher <timothy@apple.com>
1993 Attempt to fix the https redirect.
1997 2015-12-03 Timothy Hatcher <timothy@apple.com>
1999 Fix blog.webkit.org redirects.
2003 2015-12-03 Timothy Hatcher <timothy@apple.com>
2005 Add redirects for the demos folder.
2009 2015-12-03 Timothy Hatcher <timothy@apple.com>
2011 Remove duplicate redirect.
2015 2015-12-03 Timothy Hatcher <timothy@apple.com>
2017 One more attempt to clean up redirects.
2021 2015-12-03 Timothy Hatcher <timothy@apple.com>
2023 Avoid double slashes after redirect for directories.
2027 2015-12-03 Timothy Hatcher <timothy@apple.com>
2029 Fix directory redirects some more.
2033 2015-12-03 Timothy Hatcher <timothy@apple.com>
2035 Fix directory redirect ordering.
2039 2015-12-03 Jonathan Davis <jond@apple.com>
2041 Fixed cache logic so download data is correctly available.
2043 * wp-content/themes/webkit/nightly.php:
2045 2015-12-03 Timothy Hatcher <timothy@apple.com>
2047 Add some missing redirects for directories of the old site.
2051 2015-12-03 Jonathan Davis <jond@apple.com>
2053 Fixed transient behavior when the cache plugin is enabled.
2055 * wp-content/themes/webkit/functions.php:
2056 * wp-content/themes/webkit/includes.php:
2057 * wp-content/themes/webkit/nightly.php:
2059 2015-12-03 Jonathan Davis <jond@apple.com>
2061 Add sub-section anchors to code style guidelines
2062 https://bugs.webkit.org/show_bug.cgi?id=151770
2064 Reviewed by Timothy Hatcher.
2067 * wp-content/plugins/table-of-contents.php:
2068 * wp-content/themes/webkit/includes.php:
2069 * wp-content/themes/webkit/style.css:
2071 (p > a[name]::before):
2074 (.admin-bar a[name]):
2075 (.admin-bar p > a[name]::before):
2076 (.screen-reader-text):
2077 (.table-of-contents ul li > ul):
2078 (#post-4132 pre:nth-child(-n+10)):
2079 (#post-4132 pre:nth-child(-n+8)): Deleted.
2081 2015-12-01 Jonathan Davis <jond@apple.com>
2083 Updated favicon.ico with the new logo.
2087 2015-12-01 Jonathan Davis <jond@apple.com>
2089 Improved accessibility handling for the small drop-down menu.
2091 * wp-content/themes/webkit/scripts/global.js:
2093 2015-12-01 Jonathan Davis <jond@apple.com>
2095 Fixed font rendering. Fixed SVG rendering for Firefox.
2097 * wp-content/themes/webkit/images/icons.svg:
2098 * wp-content/themes/webkit/images/inspector.svg:
2099 * wp-content/themes/webkit/images/twitter.svg:
2100 * wp-content/themes/webkit/style.css:
2103 (.screen-reader-text:focus):
2105 (.tile.category-web-inspector .background-image):
2106 (.tile.category-performance .background-image):
2107 (.tile.category-javascript .background-image):
2108 (.tile.category-css .background-image):
2109 (.tile.category-standards .background-image):
2110 (.tile.category-contributing .background-image):
2111 (.tile.category-storage .background-image):
2112 (.tile.category-layout .background-image):
2113 (.tile.tag-timeline .background-image):
2114 (.tile.tag-console .background-image):
2115 (.tile.tag-debugger .background-image):
2116 (.tile.tag-shortcuts .background-image):
2117 (.tile .background-image.loaded):
2118 (body, input, textarea, select, button): Deleted.
2120 2015-12-01 Jonathan Davis <jond@apple.com>
2122 Removed escpaes to correctly pass query string arguments.
2126 2015-12-01 Jonathan Davis <jond@apple.com>
2128 Corrected rewrite rules to restore convenience paths.
2132 2015-12-01 Jonathan Davis <jond@apple.com>
2134 Fixed static reference PHP syntax for compatibility with the server environment.
2136 * wp-content/plugins/table-of-contents.php:
2138 2015-12-01 Jonathan Davis <jond@apple.com>
2140 Fixed PHP syntax for compatibility with the server environment.
2142 * wp-content/plugins/social-meta.php:
2143 * wp-content/themes/webkit/functions.php:
2144 * wp-content/themes/webkit/widgets/twitter.php:
2146 2015-12-01 Jonathan Davis <jond@apple.com>
2148 Updated webkit.org to use the new theme and WordPress deployment.
2154 2015-12-01 Jonathan Davis <jond@apple.com>
2156 Fixed data return format for tweets when updating cache.
2158 * wp-content/themes/webkit/widgets/twitter.php:
2160 2015-12-01 Jonathan Davis <jond@apple.com>
2162 Theme update to tidy styles and add a theme screenshot.
2164 * wp-content/themes/webkit/screenshot.png: Added.
2165 * wp-content/themes/webkit/style.css:
2167 (.tile .background-image):
2169 2015-11-30 Jonathan Davis <jond@apple.com>
2171 Set max-height to prevent narrow images from upscaling.
2173 * wp-content/themes/webkit/style.css:
2174 (article figure > img):
2175 (figure.widescreen):
2176 (figure.widescreen figcaption):
2177 (figure.widescreen img): Deleted.
2179 2015-11-30 Jonathan Davis <jond@apple.com>
2181 Added a new theme and plugins for a redesigned webkit.org.
2183 Reviewed by Timothy Hatcher.
2185 * apple-touch-icon-precomposed.png: Added.
2186 * code-style.md: Added.
2187 * commit-review.md: Added.
2188 * favicon.png: Added.
2189 * security-policy.md: Added.
2190 * tabicon.svg: Added.
2191 * wp-content: Added.
2192 * wp-content/index.php: Added.
2193 * wp-content/maintenance.php: Added.
2194 * wp-content/plugins: Added.
2195 * wp-content/plugins/analytics.php: Added.
2196 * wp-content/plugins/hyperlight: Added.
2197 * wp-content/plugins/hyperlight/hyperlight: Added.
2198 * wp-content/plugins/hyperlight/hyperlight.php: Added.
2199 * wp-content/plugins/hyperlight/hyperlight/hyperlight.php: Added.
2200 * wp-content/plugins/hyperlight/hyperlight/languages: Added.
2201 * wp-content/plugins/hyperlight/hyperlight/languages/apache.php: Added.
2202 * wp-content/plugins/hyperlight/hyperlight/languages/blocklist.php: Added.
2203 * wp-content/plugins/hyperlight/hyperlight/languages/code.php: Added.
2204 * wp-content/plugins/hyperlight/hyperlight/languages/cpp.php: Added.
2205 * wp-content/plugins/hyperlight/hyperlight/languages/csharp.php: Added.
2206 * wp-content/plugins/hyperlight/hyperlight/languages/css.php: Added.
2207 * wp-content/plugins/hyperlight/hyperlight/languages/diff.php: Added.
2208 * wp-content/plugins/hyperlight/hyperlight/languages/filetypes: Added.
2209 * wp-content/plugins/hyperlight/hyperlight/languages/html.php: Added.
2210 * wp-content/plugins/hyperlight/hyperlight/languages/ini.php: Added.
2211 * wp-content/plugins/hyperlight/hyperlight/languages/iphp.php: Added.
2212 * wp-content/plugins/hyperlight/hyperlight/languages/javascript.php: Added.
2213 * wp-content/plugins/hyperlight/hyperlight/languages/php.php: Added.
2214 * wp-content/plugins/hyperlight/hyperlight/languages/python.php: Added.
2215 * wp-content/plugins/hyperlight/hyperlight/languages/syntax.php: Added.
2216 * wp-content/plugins/hyperlight/hyperlight/languages/vb.php: Added.
2217 * wp-content/plugins/hyperlight/hyperlight/languages/xml.php: Added.
2218 * wp-content/plugins/hyperlight/hyperlight/preg_helper.php: Added.
2219 * wp-content/plugins/index.php: Added.
2220 * wp-content/plugins/social-meta.php: Added.
2221 * wp-content/plugins/table-of-contents.php: Added.
2222 * wp-content/plugins/visual-preview.php: Added.
2223 * wp-content/themes: Added.
2224 * wp-content/themes/index.php: Added.
2225 * wp-content/themes/webkit: Added.
2226 * wp-content/themes/webkit/404.php: Added.
2227 * wp-content/themes/webkit/444.php: Added.
2228 * wp-content/themes/webkit/footer.php: Added.
2229 * wp-content/themes/webkit/front-header.php: Added.
2230 * wp-content/themes/webkit/front-page.php: Added.
2231 * wp-content/themes/webkit/functions.php: Added.
2232 * wp-content/themes/webkit/header.php: Added.
2233 * wp-content/themes/webkit/images: Added.
2234 * wp-content/themes/webkit/images/download.svg: Added.
2235 * wp-content/themes/webkit/images/icons.svg: Added.
2236 * wp-content/themes/webkit/images/inspector.svg: Added.
2237 * wp-content/themes/webkit/images/menu-down.svg: Added.
2238 * wp-content/themes/webkit/images/squirrelfish-lives.svg: Added.
2239 * wp-content/themes/webkit/images/twitter.svg: Added.
2240 * wp-content/themes/webkit/images/webkit.svg: Added.
2241 * wp-content/themes/webkit/includes.php: Added.
2242 * wp-content/themes/webkit/index.php: Added.
2243 * wp-content/themes/webkit/loop.php: Added.
2244 * wp-content/themes/webkit/nightly.php: Added.
2245 * wp-content/themes/webkit/page.php: Added.
2246 * wp-content/themes/webkit/scripts: Added.
2247 * wp-content/themes/webkit/scripts/global.js: Added.
2248 * wp-content/themes/webkit/single.php: Added.
2249 * wp-content/themes/webkit/sitemap.php: Added.
2250 * wp-content/themes/webkit/status.php: Added.
2251 * wp-content/themes/webkit/style.css: Added.
2252 * wp-content/themes/webkit/team.php: Added.
2253 * wp-content/themes/webkit/widgets: Added.
2254 * wp-content/themes/webkit/widgets/icon.php: Added.
2255 * wp-content/themes/webkit/widgets/page.php: Added.
2256 * wp-content/themes/webkit/widgets/post.php: Added.
2257 * wp-content/themes/webkit/widgets/twitter.php: Added.
2259 2015-11-18 Jonathan Davis <jond@apple.com>
2261 Adding a maintenance file for the old WordPress blog.
2263 Reviewed by Timothy Hatcher.
2265 * blog/wp-content/maintenance.php: Added.
2267 2015-10-26 Ryosuke Niwa <rniwa@webkit.org>
2269 Add images needed for shadow DOM blog post
2270 https://bugs.webkit.org/show_bug.cgi?id=150549
2272 Reviewed by Timothy Hatcher.
2276 * blog-files/introducing-shadow-dom: Added.
2277 * blog-files/introducing-shadow-dom/commit-queue-contact.png: Added.
2278 * blog-files/introducing-shadow-dom/progress-bar.png: Added.
2280 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2282 Modify the image to fit the width of the blog.
2284 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png:
2286 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2288 Add more assets for Web Inspector Keyboard Shortcuts blog post.
2290 * blog-files/web-inspector-keyboard-shortcuts/icon-disable.png: Added.
2291 * blog-files/web-inspector-keyboard-shortcuts/icon-play.png: Added.
2292 * blog-files/web-inspector-keyboard-shortcuts/icon-step-in.png: Added.
2293 * blog-files/web-inspector-keyboard-shortcuts/icon-step-out.png: Added.
2294 * blog-files/web-inspector-keyboard-shortcuts/icon-step-over.png: Added.
2295 * blog-files/web-inspector-keyboard-shortcuts/search.png: Added.
2297 2015-10-05 Nikita Vasilyev <nvasilyev@apple.com>
2299 Add assets for Web Inspector Keyboard Shortcuts blog post.
2301 * blog-files/web-inspector-keyboard-shortcuts/clear-console.png: Added.
2302 * blog-files/web-inspector-keyboard-shortcuts/console-filters.m4v: Added.
2303 * blog-files/web-inspector-keyboard-shortcuts/debugger-shortcuts.png: Added.
2304 * blog-files/web-inspector-keyboard-shortcuts/hide-element.m4v: Added.
2305 * blog-files/web-inspector-keyboard-shortcuts/select-next-and-previous-tabs.m4v: Added.
2306 * blog-files/web-inspector-keyboard-shortcuts/toggle-split-console.m4v: Added.
2307 * blog-files/web-inspector-keyboard-shortcuts/tooltips.gif: Added.
2309 2015-09-15 Wenson Hsieh <wenson_hsieh@apple.com>
2311 Add anchor tags for scroll snapping examples.
2313 * demos/scroll-snap/index.html: Added anchor tags.
2315 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2317 Add scroll snap blog post resources.
2319 * blog-files/scroll-snap/overflow-normal.mp4: Added.
2320 * blog-files/scroll-snap/snap-2d-rotated.mp4: Added.
2321 * blog-files/scroll-snap/snap-2d.mp4: Added.
2322 * blog-files/scroll-snap/snap-coordinates-centered.mp4: Added.
2323 * blog-files/scroll-snap/snap-coordinates.mp4: Added.
2324 * blog-files/scroll-snap/snap-repeat-100.mp4: Added.
2326 2015-09-14 Wenson Hsieh <wenson_hsieh@apple.com>
2328 Add scroll snap demo directory and files.
2330 * demos/scroll-snap/images/1.png: Added.
2331 * demos/scroll-snap/images/10.png: Added.
2332 * demos/scroll-snap/images/11.png: Added.
2333 * demos/scroll-snap/images/12.png: Added.
2334 * demos/scroll-snap/images/13.png: Added.
2335 * demos/scroll-snap/images/14.png: Added.
2336 * demos/scroll-snap/images/15.png: Added.
2337 * demos/scroll-snap/images/16.png: Added.
2338 * demos/scroll-snap/images/2.png: Added.
2339 * demos/scroll-snap/images/3.png: Added.
2340 * demos/scroll-snap/images/4.png: Added.
2341 * demos/scroll-snap/images/5.png: Added.
2342 * demos/scroll-snap/images/6.png: Added.
2343 * demos/scroll-snap/images/7.png: Added.
2344 * demos/scroll-snap/images/8.png: Added.
2345 * demos/scroll-snap/images/9.png: Added.
2346 * demos/scroll-snap/images/bluecross.svg: Added.
2347 * demos/scroll-snap/images/corner.svg: Added.
2348 * demos/scroll-snap/index.html: Added.
2350 2015-09-03 Matt Baker <mattbaker@apple.com>
2352 Added and updated assets for Introducing the Rendering Frames Timeline blog post.
2354 * blog-files/rendering-frames-timeline/inspector-rendering-frames-demo.mov: Added.
2355 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png:
2356 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png:
2357 * blog-files/rendering-frames-timeline/inspector-task-filters.png:
2359 2015-09-03 Matt Baker <mattbaker@apple.com>
2361 Add assets for Introducing the Rendering Frames Timeline blog post.
2363 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after-2x.png: Added.
2364 * blog-files/rendering-frames-timeline/inspector-15ms-filter-after.png: Added.
2365 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before-2x.png: Added.
2366 * blog-files/rendering-frames-timeline/inspector-15ms-filter-before.png: Added.
2367 * blog-files/rendering-frames-timeline/inspector-frames-graph-2x.png: Added.
2368 * blog-files/rendering-frames-timeline/inspector-frames-graph.png: Added.
2369 * blog-files/rendering-frames-timeline/inspector-rendering-frames-2x.png: Added.
2370 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering-2x.png: Added.
2371 * blog-files/rendering-frames-timeline/inspector-rendering-frames-filtering.png: Added.
2372 * blog-files/rendering-frames-timeline/inspector-rendering-frames.png: Added.
2373 * blog-files/rendering-frames-timeline/inspector-task-filters-2x.png: Added.
2374 * blog-files/rendering-frames-timeline/inspector-task-filters.png: Added.
2376 2015-08-28 Jonathan Davis <jond@apple.com>
2378 Add assets for Styles Sidebar Refinements in Web Inspector blog post.
2380 * blog-files/styles-sidebar-refinements-in-web-inspector: Added.
2381 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-1x.png: Added.
2382 * blog-files/styles-sidebar-refinements-in-web-inspector/ComputedToRules-2x.png: Added.
2383 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-1x.png: Added.
2384 * blog-files/styles-sidebar-refinements-in-web-inspector/Filter-2x.png: Added.
2385 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-1x.png: Added.
2386 * blog-files/styles-sidebar-refinements-in-web-inspector/FilterSelector-2x.png: Added.
2387 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-1x.png: Added.
2388 * blog-files/styles-sidebar-refinements-in-web-inspector/SelectorHovering-2x.png: Added.
2389 * blog-files/styles-sidebar-refinements-in-web-inspector/Tabbing.mp4: Added.
2390 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-1x.png: Added.
2391 * blog-files/styles-sidebar-refinements-in-web-inspector/WarningIcon-2x.png: Added.
2393 2015-08-26 Brent Fulgham <bfulgham@apple.com>
2395 Update Windows tool install instructions.
2397 * building/tools.html:
2399 2015-08-24 Saam barati <sbarati@apple.com>
2401 Add mp4 version of types-changing video.
2403 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mp4: Added.
2405 2015-08-23 Saam barati <sbarati@apple.com>
2407 Change compiler-pipeline image for type profiler and code coverage profiler blog post.
2409 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-1x.png: Added.
2410 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline-2x.png: Added.
2411 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Removed.
2413 2015-08-22 Saam barati <sbarati@apple.com>
2415 Change image for type profiler and code coverage profiler blog post.
2417 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png:
2418 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png:
2420 2015-08-22 Saam barati <sbarati@apple.com>
2422 Change video for type profiler and code coverage profiler blog post.
2424 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov:
2426 2015-08-22 Saam barati <sbarati@apple.com>
2428 Add 1x/2x resources for type profiler and code coverage profiler blog post.
2430 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-1x.png: Added.
2431 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-2x.png: Added.
2432 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Removed.
2433 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-1x.png: Added.
2434 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug-2x.png: Added.
2435 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Removed.
2436 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-1x.png: Added.
2437 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view-2x.png: Added.
2438 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Removed.
2439 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-1x.png: Added.
2440 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere-2x.png: Added.
2441 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Removed.
2443 2015-08-21 Saam barati <sbarati@apple.com>
2445 Edit a resource for type profiler and code coverage profiler blog post.
2447 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png:
2449 2015-08-21 Saam barati <sbarati@apple.com>
2451 Add resources for type profiler and code coverage profiler blog post.
2453 * blog-files/type-profiler-and-code-coverage-profiler: Added.
2454 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage-video.mp4: Added.
2455 * blog-files/type-profiler-and-code-coverage-profiler/code-coverage.png: Added.
2456 * blog-files/type-profiler-and-code-coverage-profiler/compiler-pipeline.png: Added.
2457 * blog-files/type-profiler-and-code-coverage-profiler/subtle-bug.png: Added.
2458 * blog-files/type-profiler-and-code-coverage-profiler/type-profiler-api-view.png: Added.
2459 * blog-files/type-profiler-and-code-coverage-profiler/types-changing.mov: Added.
2460 * blog-files/type-profiler-and-code-coverage-profiler/types-everywhere.png: Added.
2462 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2464 Correct a typo in the explanatory text.
2466 * demos/backdrop-filter/index.html:
2468 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2470 Add an example of backdrop-filter.
2472 * demos/backdrop-filter: Added.
2473 * demos/backdrop-filter/dynamic_poster.jpg: Added.
2474 * demos/backdrop-filter/dynamic_source.m4v: Added.
2475 * demos/backdrop-filter/index.html: Added.
2476 * demos/backdrop-filter/inverted_color.jpg: Added.
2477 * demos/backdrop-filter/multiple.jpg: Added.
2478 * demos/backdrop-filter/simple_blur.jpg: Added.
2480 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2482 Add a poster image for the video.
2484 * blog-files/backdrop-filters/dynamic_poster.jpg: Added.
2486 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2488 Add more media control examples.
2490 * blog-files/backdrop-filters/dynamic_backdrop.m4v: Added.
2491 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2492 * blog-files/backdrop-filters/Media_Controls_Complete_2x.jpg: Added.
2494 2015-08-06 Brent Fulgham <bfulgham@apple.com>
2496 Add two more files for a future blog post.
2498 * blog-files/backdrop-filters/Media_Controls_1x.jpg: Added.
2499 * blog-files/backdrop-filters/Media_Controls_2x.jpg: Added.
2501 2015-08-05 Benjamin Poulain <benjamin@webkit.org>
2503 Fix the twitter links on the status page
2507 2015-08-03 Benjamin Poulain <benjamin@webkit.org>
2509 Prepare screenshots for a potential blog post
2511 * blog-files/css-selectors-level-4/dynamic-specificity-1x.png: Added.
2512 * blog-files/css-selectors-level-4/dynamic-specificity-2x.png: Added.
2514 2015-07-28 Geoffrey Garen <ggaren@apple.com>
2516 SunSpider is no longer maintained
2517 https://bugs.webkit.org/show_bug.cgi?id=147370
2519 Reviewed by Michael Saboff.
2521 Add an indicator to show that SunSpider is no longer maintained.
2523 * perf/sunspider/sunspider.css:
2527 * perf/sunspider/sunspider.html:
2529 2015-07-24 Myles C. Maxfield <mmaxfield@apple.com>
2531 Add image for a blog post
2533 * blog-files/el-capitan-system-font.png: Added.
2535 2015-07-23 Timothy Hatcher <timothy@apple.com>
2537 Change some images for a blog post and add 2x images.
2539 * blog-files/inspector-elements-tab-2x.png: Added.
2540 * blog-files/inspector-elements-tab.png: Updated.
2541 * blog-files/inspector-network-tab-2x.png: Added.
2542 * blog-files/inspector-network-tab.png: Updated.
2543 * blog-files/inspector-tab-bar-2x.png: Added.
2544 * blog-files/inspector-tab-bar.png: Updated.
2546 2015-07-23 Timothy Hatcher <timothy@apple.com>
2548 Change some images for a blog post.
2550 * blog-files/inspector-elements-tab.png:
2551 * blog-files/inspector-network-tab.png:
2553 2015-07-23 Timothy Hatcher <timothy@apple.com>
2555 Add and change some images for a blog post.
2557 * blog-files/inspector-elements-network-tabs.png: Removed.
2558 * blog-files/inspector-elements-tab.png: Added.
2559 * blog-files/inspector-network-tab.png: Added.
2560 * blog-files/inspector-tab-bar.png:
2562 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2564 Correct rest of the images to match.
2566 * blog-files/backdrop-filters/backdrop_correct_1x.jpg:
2567 * blog-files/backdrop-filters/backdrop_correct_2x.jpg:
2568 * blog-files/backdrop-filters/backdrop_invert_1x.jpg:
2569 * blog-files/backdrop-filters/backdrop_invert_2x.jpg:
2570 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg:
2572 2015-07-23 Brent Fulgham <bfulgham@apple.com>
2574 Adjust image sizes to avoid page scaling.
2576 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg:
2577 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg:
2578 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg:
2579 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg:
2580 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg:
2582 2015-07-22 Brent Fulgham <bfulgham@apple.com>
2584 Add some images needed for an upcoming blog post.
2586 * blog-files/backdrop-filters: Added.
2587 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_1x.jpg: Added.
2588 * blog-files/backdrop-filters/Screen_OSX_Yosemite_Finder-iCloud-WaterBg_2x.jpg: Added.
2589 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_1x.jpg: Added.
2590 * blog-files/backdrop-filters/Screen_V_iOS8_ControlCenter_BlueGradient_2x.jpg: Added.
2591 * blog-files/backdrop-filters/backdrop_correct_1x.jpg: Added.
2592 * blog-files/backdrop-filters/backdrop_correct_2x.jpg: Added.
2593 * blog-files/backdrop-filters/backdrop_invert_1x.jpg: Added.
2594 * blog-files/backdrop-filters/backdrop_invert_2x.jpg: Added.
2595 * blog-files/backdrop-filters/backdrop_mixed_1x.jpg: Added.
2596 * blog-files/backdrop-filters/backdrop_mixed_2x.jpg: Added.
2598 2015-07-11 Timothy Hatcher <timothy@apple.com>
2600 Add some images for a blog post.
2602 * blog-files/inspector-elements-network-tabs.png: Added.
2603 * blog-files/inspector-tab-bar.png: Added.
2604 * blog-files/inspector-tab-icons.svg: Added.
2606 2015-06-30 Jonathan Davis <jond@apple.com>
2608 Added WebKit feature status page to navigation.
2610 Reviewed by Timothy Hatcher.
2614 2015-06-24 Joseph Pecoraro <pecoraro@apple.com>
2616 Add some images for a blog post.
2618 * blog-files/console-improvements/array-api.png: Added.
2619 * blog-files/console-improvements/collections.png: Added.
2620 * blog-files/console-improvements/console-messages.png: Added.
2621 * blog-files/console-improvements/interactivity.m4v: Added.
2622 * blog-files/console-improvements/iterators.png: Added.
2623 * blog-files/console-improvements/localStorage-api.png: Added.
2624 * blog-files/console-improvements/object-preview.png: Added.
2625 * blog-files/console-improvements/object-tree.png: Added.
2626 * blog-files/console-improvements/promises.png: Added.
2627 * blog-files/console-improvements/tooltip-1.png: Added.
2628 * blog-files/console-improvements/tooltip-2.png: Added.
2630 2015-06-19 Csaba Osztrogonác <ossy@webkit.org>
2632 Remove unnecessary svn:executable flags
2633 https://bugs.webkit.org/show_bug.cgi?id=146107
2635 Reviewed by Alexey Proskuryakov.
2637 * blog-files/inspector/css_as_authored.png: Removed property svn:executable.
2638 * blog-files/inspector/css_autocomplete.png: Removed property svn:executable.
2639 * blog-files/inspector/css_rule_diff.png: Removed property svn:executable.
2640 * blog-files/inspector/css_unknown_properties.png: Removed property svn:executable.
2641 * blog-files/inspector/warning_10x10.png: Removed property svn:executable.
2642 * demos/regions/pizza-regions-manifesto-regionstyling.html: Removed property svn:executable.
2643 * demos/regions/pizza-regions-manifesto.html: Removed property svn:executable.
2644 * demos/regions/yellow-pizza.jpg: Removed property svn:executable.
2646 2015-05-20 Jon Davis <jond@apple.com>
2648 Upgrading WordPress to 4.2.2 release.
2650 Rubber-stamped by Timothy Hatcher.
2652 * Websites/webkit.org/blog/:
2653 * Websites/webkit.org/blcd Tog/wp-admin/:
2654 * Websites/webkit.org/blog/wp-admin/css/:
2655 * Websites/webkit.org/blog/wp-admin/css/colors/:
2656 * Websites/webkit.org/blog/wp-admin/images/:
2657 * Websites/webkit.org/blog/wp-admin/includes/:
2658 * Websites/webkit.org/blog/wp-admin/js/:
2659 * Websites/webkit.org/blog/wp-admin/maint/:
2660 * Websites/webkit.org/blog/wp-admin/network/:
2661 * Websites/webkit.org/blog/wp-admin/user/:
2662 * Websites/webkit.org/blog/wp-includes/:
2663 * Websites/webkit.org/blog/wp-includes/ID3/:
2664 * Websites/webkit.org/blog/wp-includes/SimplePie/:
2665 * Websites/webkit.org/blog/wp-includes/Text/:
2666 * Websites/webkit.org/blog/wp-includes/certificates/:
2667 * Websites/webkit.org/blog/wp-includes/css/:
2668 * Websites/webkit.org/blog/wp-includes/fonts/:
2669 * Websites/webkit.org/blog/wp-includes/images/:
2670 * Websites/webkit.org/blog/wp-includes/js/:
2671 * Websites/webkit.org/blog/wp-includes/pomo/:
2672 * Websites/webkit.org/blog/wp-includes/theme-compat/:
2674 2015-04-28 Yusuke Suzuki <utatane.tea@gmail.com>
2676 Fix the link noted 'contribute to features' in status.html
2677 https://bugs.webkit.org/show_bug.cgi?id=144331
2679 Reviewed by Csaba Osztrogonác.
2681 Fix the href of the link to http://www.webkit.org/coding/contributing.html.
2685 2015-04-28 Ryuan Choi <ryuan.choi@navercorp.com>
2687 Add naver to team.html
2688 https://bugs.webkit.org/show_bug.cgi?id=144298
2690 Reviewed by Gyuyoung Kim.
2694 2015-04-27 Benjamin Poulain <bpoulain@apple.com>
2696 Status page: fix the email links
2700 2015-04-26 Benjamin Poulain <benjamin@webkit.org>
2702 Improve the status page
2703 https://bugs.webkit.org/show_bug.cgi?id=144248
2705 Reviewed by Darin Adler.
2708 Lots of minor changes:
2710 -Do not use sync XHR. That was nice for testing but that's eveil
2711 and it breaks Firefox.
2712 -Start fetching the json files as soon as possible during page load,
2713 that server takes forever to respond.
2714 -Remove some useless CSS.
2715 -Get rid of mustache. That template thing was awesome but it took
2716 up to 600ms to fetch the file (plus it is not exactly efficient).
2717 -Put both the specifications and the features in the list.
2718 They are referencing each other with links. That seems to work pretty well.
2719 -Use the keywords for filtering.
2721 2015-04-26 Benjamin Poulain <benjamin@webkit.org>, Chris Bateman <chrisb808@gmail.com>
2723 Start a basic status page on webkit.org
2724 https://bugs.webkit.org/show_bug.cgi?id=143940
2726 Reviewed by Darin Adler.
2728 * status.html: Added.
2729 Nothing fancy, for now just show the "features" list of the two features.json
2731 2015-04-19 Dan Bernstein <mitz@apple.com>
2735 * coding/RefPtr.html:
2737 2015-04-19 Darin Adler <darin@apple.com>
2739 Update RefPtr documentation and deprecation
2740 https://bugs.webkit.org/show_bug.cgi?id=143936
2742 Reviewed by Andreas Kling.
2744 * coding/RefPtr.html: Updated.
2746 2015-03-10 Joseph Pecoraro <pecoraro@apple.com>
2748 Fix warning about loading insecure content from secure webkit.org/blog
2749 https://bugs.webkit.org/show_bug.cgi?id=142545
2751 Reviewed by Mark Rowe.
2753 * blog/wp-content/themes/webkit/footer.php:
2754 Use an "https" URL for the subresource, instead of "http".
2756 2015-02-20 Alexey Proskuryakov <ap@apple.com>
2758 Remove svn:keywords property.
2760 As far as I can tell, the property had no effect on any of these files, but also,
2761 when it has effect it's likely harmful.
2763 * demos/srcset/index.html: Removed property svn:keywords.
2764 * specs/index.html: Removed property svn:keywords.
2766 2015-02-13 Csaba Osztrogonác <ossy@webkit.org>
2768 Unreviewed, remove empty directories.
2770 * blog/wp-includes/js/codepress: Removed.
2772 2015-02-03 Byungseon Shin <sun.shin@webkit.org>
2774 Add LG Electronics to team.html
2775 https://bugs.webkit.org/show_bug.cgi?id=141227
2777 Reviewed by Andreas Kling.
2781 2015-01-30 Chris Dumez <cdumez@apple.com>
2783 Add "Singleton pattern" section to the WebKit coding style
2784 https://bugs.webkit.org/show_bug.cgi?id=141040
2786 Reviewed by Ryosuke Niwa.
2788 Add "Singleton pattern" section to the WebKit coding style to document
2789 what was discussed on webkit-dev:
2790 https://lists.webkit.org/pipermail/webkit-dev/2015-January/027199.html
2792 * coding/coding-style.html:
2794 2015-01-27 Daniel Bates <dabates@apple.com>
2796 Update Xcode requirement and add instructions to build, run, and debug WebKit for iOS Simulator
2798 Reviewed by David Kilzer.
2800 * building/build.html: Added instructions to build WebKit for iOS Simulator.
2801 * building/debug.html: Added some instructions to debug the UIProcess and WebProcess
2802 in the iOS Simulator using command line tools. We should look to add Xcode instructions
2803 and simplify these steps once we teach debug-safari about the iOS Simulator.
2804 * building/run.html: Added remark to run Safari in the iOS Simulator.
2805 * building/tools.html: Require Xcode 6.1.1 (for the iOS 8.1 SDK) to build for iOS Simulator.
2806 * css/main.css: Define the .ios-instructions class with the same style as other .*-instructions classes.
2808 2014-09-27 Dan Bernstein <mitz@apple.com>
2810 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2811 https://bugs.webkit.org/show_bug.cgi?id=137053
2813 Reviewed by Mark Rowe.
2815 * building/build.html: Removed instructions how to work around this bug, now that it’s fixed.
2817 2014-09-26 Alexey Proskuryakov <ap@apple.com>
2819 WebKit top of tree sources won't build in 10.9 w/ Xcode 6.0.1
2820 https://bugs.webkit.org/show_bug.cgi?id=137053
2822 Patch by David Gatwood. Reviewed, tweaked and landed by Alexey Proskuryakov.
2824 Explain that to build from Xcode, one needs to build from command line once first.
2826 Removed a Windows section that explained how to launch cygwin shell, which was
2827 silly given that we then link to a long document explaining further steps.
2829 * building/build.html:
2831 2014-09-24 Langó László <llango.u-szeged@partner.samsung.com>
2833 Update the list of u-szeged contributors.
2835 Rubber-stamped by Csaba Osztrogonác <ossy@webkit.org>.
2839 2014-09-18 Dean Jackson <dino@apple.com>
2841 Expand the srcset demo to have 3x and 4x images.
2845 * demos/srcset/image-1x.png:
2846 * demos/srcset/image-2x.png:
2847 * demos/srcset/image-3x.png: Added.
2848 * demos/srcset/image-4x.png: Added.
2849 * demos/srcset/index.html:
2851 2014-08-27 Conrad Shultz <conrad_shultz@apple.com>
2853 webkit.org is inconsistent in uses of "OS X" vs. "Mac OS X"
2854 https://bugs.webkit.org/show_bug.cgi?id=136315
2856 Reviewed by Mark Rowe.
2858 * building/checkout.html:
2859 * building/debug-mac-uiprocess.html:
2860 * building/debug.html:
2861 * building/run.html:
2862 * building/tools.html:
2865 * projects/javascript/index.html:
2866 * projects/svg/index.html:
2867 * quality/bugwriting.html:
2868 * quality/crashlogs.html:
2869 * quality/leakhunting.html:
2870 * quality/lifecycle.html:
2871 * quality/testing.html:
2873 2014-08-27 László Langó <llango.u-szeged@partner.samsung.com>
2875 http://webkit.org/coding/coding-style.html should mention check-webkit-style.
2876 https://bugs.webkit.org/show_bug.cgi?id=31993
2878 Reviewed by Darin Adler.
2880 Based on patch by Peter Szanka <h868064@stud.u-szeged.hu>
2882 * coding/contributing.html:
2883 Extend the description of code style guidelines with check-webkit-style in the contributing.html.
2885 2014-08-18 Bem Jones-Bey <bjonesbe@adobe.com>
2887 Remove people that have left Adobe from Security Contact list
2888 https://bugs.webkit.org/show_bug.cgi?id=135256
2890 Reviewed by Alexey Proskuryakov.
2892 * security/security-group-members.html:
2894 2014-08-06 peavo@outlook.com <peavo@outlook.com>
2896 [Win] Build error when OFFICIAL_BUILD != 1.
2897 https://bugs.webkit.org/show_bug.cgi?id=135613
2899 Reviewed by Alex Christensen.
2901 Added python installation as a required step before building on Windows.
2903 * building/tools.html:
2905 2014-07-24 Bem Jones-Bey <bjonesbe@adobe.com>
2907 Committers should mail webkit-committers not webkit-reviewers for reactivation
2908 https://bugs.webkit.org/show_bug.cgi?id=135203
2910 Reviewed by Ryosuke Niwa.
2912 Only reviewers can send mail to webkit-reviewers. Amend the policy so that committers should
2913 send mail to webkit-committers instead of webkit-reviewers.
2915 * coding/commit-review-policy.html:
2917 2014-07-15 Alex Christensen <achristensen@webkit.org>
2919 Make css jit benchmark work on IE11.
2920 https://bugs.webkit.org/show_bug.cgi?id=134956
2922 Reviewed by Benjamin Poulain.
2924 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html:
2925 Remove an iframe which caused IE11 to try to open content as a URL.
2927 2014-07-08 Bem Jones-Bey <bjonesbe@adobe.com>
2929 Update policy for Inactive Committer and Reviewer status
2930 https://bugs.webkit.org/show_bug.cgi?id=134403
2932 Reviewed by Nico Weber.
2934 * coding/commit-review-policy.html:
2936 2014-06-26 Vivek Galatage <vivek.vg@samsung.com>
2938 Remove Qt instructions from http://www.webkit.org/building/tools.html
2939 https://bugs.webkit.org/show_bug.cgi?id=134384
2941 Reviewed by Tim Horton.
2943 * building/tools.html:
2945 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .efl-instructions):
2946 (.mac-instructions, .unix-instructions, .windows-instructions, .gtk-instructions, .qt-instructions, .efl-instructions): Deleted.
2948 2014-06-25 Brent Fulgham <bfulgham@apple.com>
2950 [Win] Whoops! DirectX SDK is still needed.
2952 * building/tools.html: Put DirectX instruction back.
2954 2014-06-24 Brent Fulgham <bfulgham@apple.com>
2956 [Win] Remove some out-of-date stuff from our instructions.
2957 https://bugs.webkit.org/show_bug.cgi?id=134282
2959 Reviewed by Tim Horton.
2961 * building/build.html: Remove reference to "Platform SDK" which we don't manuall
2962 install anymore (it's part of Visual Studio 2013).
2963 * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
2966 2014-06-23 Ryosuke Niwa <rniwa@webkit.org>
2968 Drop the cross organizational support requirement from reviewer nomination policy
2969 https://bugs.webkit.org/show_bug.cgi?id=134240
2971 Reviewed by Gyuyoung Kim.
2975 * coding/commit-review-policy.html:
2977 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2979 Updated the files to have the right width.
2981 * blog-files/ftl-jit/dfg_pipeline.png:
2982 * blog-files/ftl-jit/four_tier_performance.png:
2983 * blog-files/ftl-jit/ftl_asm_bench_performance.png:
2984 * blog-files/ftl-jit/ftl_pipeline.png:
2985 * blog-files/ftl-jit/ftl_timeline.png:
2986 * blog-files/ftl-jit/polymorphic_inlining_performance.png:
2987 * blog-files/ftl-jit/polyvariance.png:
2988 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png:
2989 * blog-files/ftl-jit/three_tier_performance.png:
2991 2014-05-13 Filip Pizlo <fpizlo@apple.com>
2993 Add some illustrations about how JSC works.
2995 * blog-files/ftl-jit: Added.
2996 * blog-files/ftl-jit/dfg_pipeline.png: Added.
2997 * blog-files/ftl-jit/four_tier_performance.png: Added.
2998 * blog-files/ftl-jit/ftl_asm_bench_performance.png: Added.
2999 * blog-files/ftl-jit/ftl_pipeline.png: Added.
3000 * blog-files/ftl-jit/ftl_timeline.png: Added.
3001 * blog-files/ftl-jit/object_model.png: Added.
3002 * blog-files/ftl-jit/polymorphic_inlining_performance.png: Added.
3003 * blog-files/ftl-jit/polyvariance.png: Added.
3004 * blog-files/ftl-jit/polyvariant_devirtualization_performance.png: Added.
3005 * blog-files/ftl-jit/three_tier_performance.png: Added.
3006 * blog-files/ftl-jit/three_tiers.png: Added.
3008 2014-05-12 Benjamin Poulain <benjamin@webkit.org>
3010 Add potential illustrations for a potential future blog post about the viewport meta tag
3012 * blog-files/simple-viewport-configuration: Added.
3013 * blog-files/simple-viewport-configuration/860_viewport.html: Added.
3014 * blog-files/simple-viewport-configuration/blog_with_viewport.png: Added.
3015 * blog-files/simple-viewport-configuration/blog_without_viewport.png: Added.
3016 * blog-files/simple-viewport-configuration/default_viewport.html: Added.
3017 * blog-files/simple-viewport-configuration/horizontal_design.html: Added.
3018 * blog-files/simple-viewport-configuration/inspector.png: Added.
3019 * blog-files/simple-viewport-configuration/report_size.js: Added.
3021 2014-04-29 Alex Christensen <achristensen@webkit.org>
3023 [WinCairo] Switch video from GStreamer to Media Foundation.
3024 https://bugs.webkit.org/show_bug.cgi?id=132358
3026 Reviewed by Brent Fulgham.
3028 * building/tools.html:
3029 Removed requirement of installing GStreamer.
3031 2014-04-18 Bem Jones-Bey <bjonesbe@adobe.com>
3033 Add mention of Safari Debug menu and finding out the WebProcess that corresponds to a tab
3034 https://bugs.webkit.org/show_bug.cgi?id=131791
3036 Reviewed by Sam Weinig.
3038 * building/debug.html:
3040 2014-03-28 James Craig <jcraig@apple.com>
3042 Web Inspector: AXI: support for live regions
3043 https://bugs.webkit.org/show_bug.cgi?id=130725
3045 Reviewed by Timothy Hatcher.
3047 Demo update to show off the new Inspector support for live regions.
3049 * blog-files/aria1.0/combobox_with_live_region_status.html:
3051 2014-03-27 James Craig <jcraig@apple.com>
3053 Web Inspector: AXI: expose selectedChildNodeIds of list boxes, tree controls, etc., and reconcile UI with childNodeIds
3054 https://bugs.webkit.org/show_bug.cgi?id=130827
3056 Reviewed by Timothy Hatcher.
3058 Updated demo files with attr refresh to show off selected children changing.
3059 Long term fix will be http://webkit.org/b/130883
3061 * blog-files/aria1.0/combobox_with_live_region_status.html:
3063 2014-03-25 James Craig <jcraig@apple.com>
3065 Blog-files: combobox demo needs aria-expanded support
3066 https://bugs.webkit.org/show_bug.cgi?id=130766
3068 Reviewed by Chris Fleizach.
3070 * blog-files/aria1.0/combobox_with_live_region_status.html: Added missing aria-expanded.
3072 2014-03-25 Benjamin Poulain <bpoulain@apple.com>
3074 Add illustrations for a potential blog post
3076 First version, let see how that works out.
3078 * blog-files/css-jit-introduction: Added.
3079 * blog-files/css-jit-introduction/clicktostart.js: Added.
3080 * blog-files/css-jit-introduction/css-jit-illustration.html: Added.
3081 * blog-files/css-jit-introduction/html5-single-page-microbenchmark.html: Added.
3082 * blog-files/css-jit-introduction/old-selectorchecker-illustration.html: Added.
3083 * blog-files/css-jit-introduction/timing-illustration-eight-run.svg: Added.
3084 * blog-files/css-jit-introduction/timing-illustration-five-run.svg: Added.
3085 * blog-files/css-jit-introduction/timing-illustration-one-run.svg: Added.
3087 2014-03-20 James Craig <jcraig@apple.com>
3089 Sample code for potential ARIA blog post.
3090 https://bugs.webkit.org/show_bug.cgi?id=130548
3092 Rubber-stamped by Chris Fleizach.
3094 * blog-files/aria1.0: Added.
3095 * blog-files/aria1.0/africa_large.svg: Added.
3096 * blog-files/aria1.0/combobox_with_live_region_status.html: Added.
3097 * blog-files/aria1.0/roaming_tabindex: Added.
3098 * blog-files/aria1.0/roaming_tabindex/css: Added.
3099 * blog-files/aria1.0/roaming_tabindex/css/img: Added.
3100 * blog-files/aria1.0/roaming_tabindex/css/img/buttons.png: Added.
3101 * blog-files/aria1.0/roaming_tabindex/css/img/icons.png: Added.
3102 * blog-files/aria1.0/roaming_tabindex/css/screen.css: Added.
3103 * blog-files/aria1.0/roaming_tabindex/final.html: Added.
3104 * blog-files/aria1.0/roaming_tabindex/js: Added.
3105 * blog-files/aria1.0/roaming_tabindex/js/aria.js: Added.
3106 * blog-files/aria1.0/roaming_tabindex/js/init.js: Added.
3107 * blog-files/aria1.0/roaming_tabindex/js/prototype.js: Added.
3109 2014-03-14 Maciej Stachowiak <mjs@apple.com>
3111 Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers
3112 https://bugs.webkit.org/show_bug.cgi?id=130276
3113 <rdar://problem/16266927>
3115 Reviewed by Simon Fraser.
3117 * blog/wp-content/textfield_screenshot.jpg:
3118 * misc/WebKitDetect.html:
3119 * misc/WebKitDetect.js:
3120 * perf/sunspider-0.9.1/sunspider-0.9.1/driver.html:
3121 * perf/sunspider-0.9.1/sunspider-0.9.1/results.html:
3122 * perf/sunspider-0.9.1/sunspider-0.9.1/sunspider-test-contents.js:
3123 * perf/sunspider-0.9.1/sunspider-0.9/driver.html:
3124 * perf/sunspider-0.9.1/sunspider-0.9/results.html:
3125 * perf/sunspider-0.9.1/sunspider-0.9/sunspider-test-contents.js:
3126 * perf/sunspider-0.9.1/sunspider-analyze-results.js:
3127 * perf/sunspider-0.9.1/sunspider-compare-results.js:
3128 * perf/sunspider-0.9/3d-cube.html:
3129 * perf/sunspider-0.9/3d-morph.html:
3130 * perf/sunspider-0.9/3d-raytrace.html:
3131 * perf/sunspider-0.9/access-binary-trees.html:
3132 * perf/sunspider-0.9/access-fannkuch.html:
3133 * perf/sunspider-0.9/access-nbody.html:
3134 * perf/sunspider-0.9/access-nsieve.html:
3135 * perf/sunspider-0.9/bitops-3bit-bits-in-byte.html:
3136 * perf/sunspider-0.9/bitops-bits-in-byte.html:
3137 * perf/sunspider-0.9/bitops-bitwise-and.html:
3138 * perf/sunspider-0.9/bitops-nsieve-bits.html:
3139 * perf/sunspider-0.9/controlflow-recursive.html:
3140 * perf/sunspider-0.9/crypto-aes.html:
3141 * perf/sunspider-0.9/crypto-md5.html:
3142 * perf/sunspider-0.9/crypto-sha1.html:
3143 * perf/sunspider-0.9/date-format-tofte.html:
3144 * perf/sunspider-0.9/date-format-xparb.html:
3145 * perf/sunspider-0.9/math-cordic.html:
3146 * perf/sunspider-0.9/math-partial-sums.html:
3147 * perf/sunspider-0.9/math-spectral-norm.html:
3148 * perf/sunspider-0.9/regexp-dna.html:
3149 * perf/sunspider-0.9/string-base64.html:
3150 * perf/sunspider-0.9/string-fasta.html:
3151 * perf/sunspider-0.9/string-tagcloud.html:
3152 * perf/sunspider-0.9/string-unpack-code.html:
3153 * perf/sunspider-0.9/string-validate-input.html:
3154 * perf/sunspider-0.9/sunspider-analyze-results.js:
3155 * perf/sunspider-0.9/sunspider-compare-results.js:
3156 * perf/sunspider-0.9/sunspider-driver.html:
3157 * perf/sunspider-0.9/sunspider-record-result.js:
3158 * perf/sunspider-0.9/sunspider-results.html:
3159 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html:
3160 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html:
3161 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js:
3162 * perf/sunspider-1.0.1/sunspider-analyze-results.js:
3163 * perf/sunspider-1.0.1/sunspider-compare-results.js:
3164 * perf/sunspider-1.0.1/sunspider.html:
3165 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3166 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html:
3167 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3168 * perf/sunspider-1.0.2/sunspider-analyze-results.js:
3169 * perf/sunspider-1.0.2/sunspider-compare-results.js:
3170 * perf/sunspider-1.0.2/sunspider.html:
3171 * perf/sunspider-1.0/sunspider-1.0/driver.html:
3172 * perf/sunspider-1.0/sunspider-1.0/results.html:
3173 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js:
3174 * perf/sunspider-1.0/sunspider-analyze-results.js:
3175 * perf/sunspider-1.0/sunspider-compare-results.js:
3176 * perf/sunspider-1.0/sunspider.html:
3177 * perf/sunspider/sunspider.html:
3178 * perf/sunspider/versions.html:
3179 * quality/reporting.html:
3181 2014-03-03 Ryosuke Niwa <rniwa@webkit.org>
3183 Use DYEBench v0.9 by default.
3185 Rubber-stamped by Benjamin Poulain.
3187 * perf/DoYouEvenBench/index.html:
3189 2014-02-27 Darin Adler <darin@apple.com>
3191 Some small modernizing tweaks to the coding style guide
3192 https://bugs.webkit.org/show_bug.cgi?id=129427
3194 Reviewed by Alexey Proskuryakov.
3196 My intent here was originally to do the nullptr style guide update, but that was already done.
3197 I did some other improvements. There's still quite a bit to do -- the guide is out of date in
3198 a number of subtle ways.
3200 * coding/coding-style.html: Change "left side operator" example to be a more modern example
3201 without non-WebKit-style abbreviations and such. Use auto& instead of const auto& in for loop
3202 example, since that's normally preferred. Changed section title to say "zero" instead of "0".
3203 Use words instead of abbreviations in code examples. Show that a modern C++ for loop is preferred
3204 over index iteration in vector iteration example and also showed use of unsigned rather than
3205 size_t since that is almost always what we want. Eliminated the use of PassOwnPtr in the "return
3206 a newly created object" example. Use references instead of pointers in one example.
3208 2014-02-26 Julien Brianceau <jbriance@cisco.com>
3210 Add Cisco to team.html
3211 https://bugs.webkit.org/show_bug.cgi?id=129405
3213 Reviewed by Andreas Kling.
3217 2014-02-26 Bem Jones-Bey <bjonesbe@adobe.com>
3219 Update style guide to use nullptr instead of 0 for C++ null pointers.
3220 https://bugs.webkit.org/show_bug.cgi?id=129413
3222 Reviewed by Ryosuke Niwa.
3224 * coding/coding-style.html:
3226 2014-02-10 Bem Jones-Bey <bjonesbe@adobe.com>
3228 Change tools.html to say Xcode 5 is required to build
3229 https://bugs.webkit.org/show_bug.cgi?id=128545
3231 Reviewed by Andreas Kling.
3233 The Mac port doesn't build with Xcode 4.6 anymore, so update to tell
3234 people to get Xcode 5. It looks like Xcode 5 doesn't have the command
3235 line tools in the downloads pane anymore, so direct folks to use
3236 xcode-select to install the command line tools as well.
3238 * building/tools.html:
3240 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3242 Host DoYouEvenBench on webkit.org
3243 https://bugs.webkit.org/show_bug.cgi?id=127185
3245 Reviewed by Benjamin Poulain.
3247 The previous patch didn't quite work due to cross-origin restrictions.
3248 Simply add a hyperlink to a trac page.
3250 * perf/DoYouEvenBench/index.html:
3252 2014-01-17 Ryosuke Niwa <rniwa@webkit.org>
3254 Host DoYouEvenBench on webkit.org
3255 https://bugs.webkit.org/show_bug.cgi?id=127185
3257 Reviewed by Benjamin Poulain.
3259 Added webkit.org/perf/DoYouEvenBench.
3261 * perf/DoYouEvenBench: Added.
3262 * perf/DoYouEvenBench/index.html: Copied from PerformanceTests/DoYouEvenBench/Full.html.
3264 2014-01-03 Alex Christensen <achristensen@webkit.org>
3266 Added GStreamer to list of required tools for compiling webkit.
3267 https://bugs.webkit.org/show_bug.cgi?id=126319
3269 Reviewed by Philippe Normand.
3271 * building/tools.html:
3272 Mentioned that QuickTime and QuickTime SDK are only required for AppleWin.
3273 Added GStreamer installers to list of required tools for WinCairo.
3275 2013-12-25 Ryosuke Niwa <rniwa@webkit.org>
3277 Add a description about webkit-patch setup-git-clone to checkout.html
3278 https://bugs.webkit.org/show_bug.cgi?id=126217
3280 Reviewed by Philippe Normand.
3284 * building/checkout.html:
3286 2013-12-13 Roger Fong <roger_fong@apple.com>
3288 Update build instructions for Windows following upgrade to VS2013.
3290 * building/tools.html:
3292 2013-11-30 Mark Rowe <mrowe@apple.com>
3294 <https://webkit.org/b/125027> Update the analytics account used by webkit.org
3296 Switch to a Google Analytics id that's accessible to someone that's involved with the WebKit project.
3298 Reviewed by Sam Weinig.
3300 * footer.inc: Remove the old analytics code.
3301 * header.inc: Add the new stuff.
3303 2013-10-29 Beth Dakin <bdakin@apple.com>
3305 Just updating the sample code for this potential blog post.
3307 * blog-files/regions/pizza-is-amazing.png: Replaced.
3308 * blog-files/regions/unstyled-article.png: Replaced.
3309 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3310 * demos/regions/pizza-regions-manifesto.html:
3312 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3314 Mixed content error when accessing webkit.org/team.html over https
3315 https://bugs.webkit.org/show_bug.cgi?id=123020
3317 Reviewed by Alexey Proskuryakov.
3319 When the webkit.org/team.html page is accessed over https most browsers report
3320 Mixed Content error, which is caused by the fact that the contributos.json file
3321 is accessed over a plain http connection and not https.
3325 2013-10-18 Tibor Meszaros <tmeszaros@inf.u-szeged.hu>
3327 Cleanup webkit.org/team.html
3328 https://bugs.webkit.org/show_bug.cgi?id=123022
3330 Reviewed by Alexey Proskuryakov.
3332 Removed the annoteWithWikiData function, because data it tries to fetch does not exists.
3336 2013-10-16 Geoffrey Garen <ggaren@apple.com>
3338 Publish SunSpider 1.0.2
3339 https://bugs.webkit.org/show_bug.cgi?id=122923
3341 Reviewed by Darin Adler.
3343 * perf/sunspider/sunspider.html:
3344 * perf/sunspider/versions.html:
3346 2013-10-08 Geoffrey Garen <ggaren@apple.com>
3348 Refined power management in SunSpider 1.0.2
3349 https://bugs.webkit.org/show_bug.cgi?id=122525
3351 Reviewed by Gavin Barraclough.
3353 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3355 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3356 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3357 * perf/sunspider-1.0.2/sunspider.css:
3361 2013-10-02 Geoffrey Garen <ggaren@apple.com>
3363 Sync'd sunspider-1.0.2 to PerformanceTests/SunSpider/hosted/sunspider-1.0.2.
3365 * perf/sunspider-1.0.2/sunspider-1.0.2/driver.html:
3366 * perf/sunspider-1.0.2/sunspider-1.0.2/sunspider-test-contents.js:
3368 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3370 Fixed a version number string in SunSpider 1.0.2
3371 https://bugs.webkit.org/show_bug.cgi?id=122004
3373 Reviewed by Gavin Barraclough.
3375 * perf/sunspider-1.0.2/sunspider-1.0.2/results.html: 1.0.2!
3377 2013-09-26 Geoffrey Garen <ggaren@apple.com>
3379 Tentative SunSpider 1.0.2
3380 https://bugs.webkit.org/show_bug.cgi?id=122002
3382 Reviewed by Gavin Barraclough.
3384 See comments in PerformanceTests/SunSpider.
3386 * perf/sunspider-1.0.2: Added.
3388 2013-09-20 Mark Rowe <mrowe@apple.com>
3390 <https://webkit.org/b/90090> build-webkit should verify that your tools are up-to-date
3392 Update references on webkit.org to mention Xcode 4.6 as the minimum version.
3394 Reviewed by David Kilzer.
3396 * building/debug-mac-uiprocess.html:
3397 * building/tools.html:
3399 2013-09-19 Dan Bernstein <mitz@apple.com>
3401 Add a style guideline regarding spacing in range-based for loops
3402 https://bugs.webkit.org/show_bug.cgi?id=121620
3404 Reviewed by Anders Carlsson.
3406 * coding/coding-style.html: Added the guideline that spaces should be placed
3407 around the colon in a range-based for loop.
3409 2013-09-10 Beth Dakin <bdakin@apple.com>
3411 Adding another screenshot for a potential blog post.
3413 * blog-files/regions/unstyled-article.png: Added.
3415 2013-09-09 Roger Fong <roger_fong@apple.com>
3417 Update build instructions for Apple Windows port to include cygwin php install steps.
3419 * building/tools.html:
3421 2013-09-04 Beth Dakin <bdakin@apple.com>
3423 Fixing a typo in demo files and screenshot.
3425 * blog-files/regions/pizza-is-amazing.png: Replaced.
3426 * demos/regions/pizza-regions-manifesto-regionstyling.html:
3427 * demos/regions/pizza-regions-manifesto.html:
3429 2013-09-04 Beth Dakin <bdakin@apple.com>
3431 Upload demo and images for a potential blog post.
3433 * blog-files/regions: Added.
3434 * blog-files/regions/pizza-is-amazing.png: Added.
3435 * demos/regions: Added.
3436 * demos/regions/pizza-regions-manifesto-regionstyling.html: Added.
3437 * demos/regions/pizza-regions-manifesto.html: Added.
3438 * demos/regions/yellow-pizza.jpg: Added.
3440 2013-09-03 Benjamin Poulain <benjamin@webkit.org>
3442 Fix the recommended testing platform on the website
3444 Rubberstamped by Enrica Casucci.
3446 * quality/testing.html:
3448 2013-08-08 Benjamin Poulain <bpoulain@apple.com>
3450 Fix webkit.org content overflowing their content box
3452 Rubberstamped by Simon Fraser.
3454 More fixes to have webkit.org show properly on iPad and iPhone.
3456 * blog/wp-content/themes/webkit/header.php:
3457 Add the correct viewport width for the blog.
3459 * building/debug.html:
3460 * building/launch-debugger-vs2010-small.png: Added.
3461 * building/set-debugging-properties-vs2010-small.png: Added.
3462 Fix the images to make them fit in the page.
3464 * coding/adding-features.html:
3465 Using <pre> for the example of email just make it looks like our code examples.
3466 Change the source to use <blockquote> so that the text can reflow to the content box.
3468 (.code, pre, tt, code):
3469 Scroll the content when it overflows the box for code and pre.
3471 2013-08-08 Benjamin Poulain <benjamin@webkit.org>
3473 Give a smaller viewport to webkit.org on devices
3475 Rubberstamped by Simon Fraser.
3477 The CSS of WebKit.org layout the content on 615px + a right margin of
3478 215px + a left margin of 20px. The total layout width is 850px.
3480 The standard viewport size on mobile devices is 980px. This leaves a gap
3481 on the right side of the content when opening the size on iPhone/iPad.
3483 This patch changes the layout width to be 860 to display more content on devices
3484 while keeping a little margin.
3488 2013-08-08 Cosmin Truta <ctruta@blackberry.com>
3490 SunSpider: Move the 3d-morph fix from version 1.0 to version 1.0.1
3491 https://bugs.webkit.org/show_bug.cgi?id=117993
3493 Reviewed by George Staikos.
3495 * perf/sunspider-1.0.1/json2.js: Added.
3496 * perf/sunspider-1.0.1/sunspider-1.0.1/driver.html: Added.
3497 * perf/sunspider-1.0.1/sunspider-1.0.1/results.html: Added.
3498 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-contents.js: Added.
3499 * perf/sunspider-1.0.1/sunspider-1.0.1/sunspider-test-prefix.js: Added.
3500 * perf/sunspider-1.0.1/sunspider-analyze-results.js: Added.
3501 * perf/sunspider-1.0.1/sunspider-compare-results.js: Added.
3502 * perf/sunspider-1.0.1/sunspider.css: Added.
3503 * perf/sunspider-1.0.1/sunspider.html: Added.
3504 * perf/sunspider/sunspider.html: Updated to version 1.0.1.
3505 * perf/sunspider/versions.html: Updated to version 1.0.1.
3507 2013-08-07 Benjamin Poulain <benjamin@webkit.org>
3509 Update the images for the blog size-matters
3511 * blog-files/size-matters/JavaScriptCore-relative-binary-growth.png: Added.
3512 * blog-files/size-matters/WebCore-relative-binary-growth.png: Added.
3513 * blog-files/size-matters/WebKit-relative-binary-growth.png: Added.
3515 2013-08-05 Dean Jackson <dino@apple.com>
3517 Move previous commit into /demos.
3519 * demos/srcset/image-1x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-1x.png.
3520 * demos/srcset/image-2x.png: Renamed from Websites/webkit.org/blog-files/srcset/image-2x.png.
3521 * demos/srcset/image-src.png: Renamed from Websites/webkit.org/blog-files/srcset/image-src.png.
3522 * demos/srcset/index.html: Renamed from Websites/webkit.org/blog-files/srcset/index.html.
3524 2013-08-05 Dean Jackson <dino@apple.com>
3526 Upload example for a blog post.
3528 * blog-files/srcset/image-1x.png: Added.
3529 * blog-files/srcset/image-2x.png: Added.
3530 * blog-files/srcset/image-src.png: Added.
3531 * blog-files/srcset/index.html: Added.
3533 2013-07-31 Benjamin Poulain <benjamin@webkit.org>
3535 Upload images for a potential blog post
3537 * blog-files/size-matters: Added.
3538 * blog-files/size-matters/JavaScript-growth.png: Added.
3539 * blog-files/size-matters/WebCore-growth-baseline.png: Added.
3540 * blog-files/size-matters/WebCore-growth.png: Added.
3541 * blog-files/size-matters/WebKit-growth.png: Added.
3543 2013-07-14 Kwang Yul Seo <skyul@company100.net>
3545 Add Company100 to team.html
3546 https://bugs.webkit.org/show_bug.cgi?id=118633
3548 Reviewed by Andreas Kling.
3552 2013-07-11 Bruno de Oliveira Abinader <bruno.d@partner.samsung.com>
3554 Add 'partner.samsung.com' to domain affiliations
3555 https://bugs.webkit.org/show_bug.cgi?id=118580
3557 Reviewed by Antonio Gomes.
3561 2013-07-01 Benjamin Poulain <benjamin@webkit.org>
3563 Add screenshot of the inspector color picker for the blog
3565 * blog-files/last-week-in-webkit: Added.
3566 * blog-files/last-week-in-webkit/Inspector_color_picker.png: Added.
3568 2013-06-27 Roger Fong <roger_fong@apple.com>
3570 Update required tools for Windows instructions.
3572 * building/tools.html:
3574 2013-06-18 Denis Nomiyama <d.nomiyama@samsung.com>
3576 The page title of technical-articles.html is incorrect.
3577 https://bugs.webkit.org/show_bug.cgi?id=117727
3579 Reviewed by Ryosuke Niwa.
3581 Changed the page title of technical-articles.html to "WebKit Technical Articles".
3583 * coding/technical-articles.html:
3585 2013-06-14 Timothy Hatcher <timothy@apple.com>
3587 Shrink larger images to fit the width of the blog.
3589 * blog-files/new-inspector/hero-labeled.png:
3590 * blog-files/new-inspector/hero.png:
3592 2013-06-12 Roger Fong <roger_fong@apple.com>
3594 Update webkit.org build instructions for Apple Windows port.
3595 https://bugs.webkit.org/show_bug.cgi?id=117563.
3597 Reviewed by Brent Fulgham.
3599 * building/build.html:
3600 * building/debug.html:
3601 * building/launch-debugger-vs2005.png: Removed.
3602 * building/launch-debugger-vs2010.png: Copied from webkit.org/building/launch-debugger-vs2005.png.
3603 * building/set-as-startup-project-vs2005.png: Removed.
3604 * building/set-as-startup-project-vs2010.png: Copied from webkit.org/building/set-as-startup-project-vs2005.png.
3605 * building/set-debugging-properties-vs2005.png: Removed.
3606 * building/set-debugging-properties-vs2010.png: Copied from webkit.org/building/set-debugging-properties-vs2005.png.
3607 * building/tools.html:
3609 2013-06-12 Timothy Hatcher <timothy@apple.com>
3611 Add new Web Inspector images for a blog post.
3613 * blog-files/new-inspector/activity-viewer.png: Added.
3614 * blog-files/new-inspector/codemirror.png: Added.
3615 * blog-files/new-inspector/console.png: Added.
3616 * blog-files/new-inspector/hero-labeled.png: Added.
3617 * blog-files/new-inspector/hero.png: Added.
3618 * blog-files/new-inspector/layer-borders.png: Added.
3619 * blog-files/new-inspector/layers.png: Added.
3620 * blog-files/new-inspector/navigation-bar.png: Added.
3621 * blog-files/new-inspector/open-sign.png: Added.
3622 * blog-files/new-inspector/reasons.png: Added.
3623 * blog-files/new-inspector/save.png: Added.
3624 * blog-files/new-inspector/source-map.png: Added.
3625 * blog-files/new-inspector/styles.png: Added.
3626 * blog-files/new-inspector/toolbar-context-menu.png: Added.
3627 * blog-files/new-inspector/toolbar-docked.png: Added.
3628 * blog-files/new-inspector/toolbar.png: Added.
3630 2013-05-25 Bem Jones-Bey <bjonesbe@adobe.com>
3632 Broken link to committers list on contributing web page
3633 https://bugs.webkit.org/show_bug.cgi?id=116722
3635 Reviewed by Andreas Kling.
3637 * coding/contributing.html:
3638 Changed broken link to point to the team page instead.
3640 2013-05-24 Bem Jones-Bey <bjonesbe@adobe.com>
3642 Make team.html have each contributor's area of expertise
3643 https://bugs.webkit.org/show_bug.cgi?id=116737
3645 Reviewed by Benjamin Poulain.
3648 Update to use the new expertise field in contributors.json.
3650 2013-04-30 Filip Pizlo <fpizlo@apple.com>
3652 Release SunSpider 1.0
3654 Rubber stamped by Maciej Stachowiak.
3656 * perf/sunspider-1.0: Added.
3657 * perf/sunspider-1.0/json2.js: Added.
3659 * perf/sunspider-1.0/sunspider-1.0: Added.
3660 * perf/sunspider-1.0/sunspider-1.0/driver.html: Added.
3661 * perf/sunspider-1.0/sunspider-1.0/results.html: Added.
3662 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-contents.js: Added.
3663 * perf/sunspider-1.0/sunspider-1.0/sunspider-test-prefix.js: Added.
3664 * perf/sunspider-1.0/sunspider-analyze-results.js: Added.
3665 (computeItemTotals):
3668 (standardDeviation):
3673 (computeLabelWidth):
3677 * perf/sunspider-1.0/sunspider-compare-results.js: Added.
3678 (.computeItemTotals):
3681 (.standardDeviation):
3683 (.computeStdErrors):
3686 (.computeLabelWidth):
3687 (.computeMeanWidth):
3691 (sunspiderCompareResults):
3692 * perf/sunspider-1.0/sunspider.css: Added.
3701 * perf/sunspider-1.0/sunspider.html: Added.
3702 * perf/sunspider/sunspider.html:
3703 * perf/sunspider/versions.html: Added.
3705 2013-04-16 Vivek Galatage <vivek.vg@samsung.com>
3707 Update team.html to use contributors.json instead of committers.py
3708 https://bugs.webkit.org/show_bug.cgi?id=114720
3710 Reviewed by Ryosuke Niwa.
3712 Updating the team.html to use contributors.json. Also removing the unused field 'area'
3713 from the contributors information.
3717 2013-04-16 Ryosuke Niwa <rniwa@webkit.org>
3719 The list of contributors in committers.py should be a separate JSON
3720 https://bugs.webkit.org/show_bug.cgi?id=114673
3722 Reviewed by Anders Carlsson.
3724 Updated the website to refer to contributors.json instead of committers.py.
3726 * coding/commit-review-policy.html:
3728 2013-04-07 Benjamin Poulain <bpoulain@apple.com>
3730 Simplify the page "Getting the Code" on WebKit.org
3731 https://bugs.webkit.org/show_bug.cgi?id=113980
3733 Reviewed by Sam Weinig.
3735 * building/checkout.html:
3736 Instead of interleaving instructions for Mac and Windows, just
3737 copy the things that make sense and have two clear sections.
3739 Also mention Linux, it is the exact same instructions as Mac OS X.
3741 Make svn checkout the alternative to a download of the tarball. It is
3742 almost impossible to do a svn checkout on slow networks nowadays.
3744 2013-04-04 Benjamin Poulain <bpoulain@apple.com>
3746 Update WebKit.org's contact page
3747 https://bugs.webkit.org/show_bug.cgi?id=113968
3749 Reviewed by Geoffrey Garen.
3752 -Add a direct link to our archives on Gmane.
3753 -References the ports mailing-lists. This may reduces the emails
3754 erroneously sent to webkit-dev.
3755 -Add a link to our "reporting bug page".
3756 -Get rid of the link to CIA. The website is dead.
3758 2013-02-18 Simon Hausmann <simon.hausmann@digia.com>
3760 Add Digia to the domain affiliations
3761 https://bugs.webkit.org/show_bug.cgi?id=110116
3763 Reviewed by Kenneth Rohde Christiansen.
3767 2013-02-11 Bruno de Oliveira Abinader <bruno.abinader@basyskom.com>
3769 Add basysKom to domainAffiliations in team.html
3770 https://bugs.webkit.org/show_bug.cgi?id=109306
3772 Reviewed by Laszlo Gombos.
3774 Register basysKom as contributing company in
3775 http://www.webkit.org/team.html.
3779 2013-02-11 Mikhail Pozdnyakov <mikhail.pozdnyakov@intel.com>
3781 Add intel.com to team.html
3782 https://bugs.webkit.org/show_bug.cgi?id=109424
3784 Reviewed by Kenneth Rohde Christiansen.
3788 2013-02-10 Dirk Schulze <dschulze@adobe.com>
3790 Add adobe.com to team.html
3791 https://bugs.webkit.org/show_bug.cgi?id=109396
3793 Reviewed by Laszlo Gombos.
3797 2013-02-10 Laszlo Gombos <l.gombos@samsung.com>
3799 Add sisa.samsung.com to team.html
3800 https://bugs.webkit.org/show_bug.cgi?id=109394
3802 Reviewed by Dirk Schulze.
3806 2012-12-20 Ryosuke Niwa <rniwa@webkit.org>
3808 Add a sample change log entry to contributing.html
3809 https://bugs.webkit.org/show_bug.cgi?id=105506
3811 Reviewed by Alexey Proskuryakov.
3813 Added a sample change log to the page directly people skimming through the page will still
3814 see it. Also mention that prepare-ChangeLogs is automatically ran by webkit-patch upload.
3816 * coding/contributing.html:
3818 2012-12-18 Nico Weber <thakis@chromium.org>
3820 Fix broken loop in style guide
3821 https://bugs.webkit.org/show_bug.cgi?id=105346
3823 Reviewed by Ryosuke Niwa.
3825 Found by Sean Silva <silvas@purdue.edu>
3827 * coding/coding-style.html:
3829 2012-12-11 Ryosuke Niwa <rniwa@webkit.org>
3831 Add instructions on how to build WebKit on Xcode 4 to build.html
3832 https://bugs.webkit.org/show_bug.cgi?id=104739
3834 Reviewed by Daniel Bates.
3836 Set the build directories to WebKitBuild.
3838 * building/build.html:
3840 2012-11-24 Daniel Bates <dbates@webkit.org>
3842 Substitute "use" for "user" in sentence about naming convention for
3843 enum members so that it reads well.
3845 * coding/coding-style.html:
3847 2012-11-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
3849 Add Samsung to security vendor member list
3850 https://bugs.webkit.org/show_bug.cgi?id=102863
3852 Reviewed by Sam Weinig.
3854 * security/security-group-members.html: Add Samsung members.
3856 2012-10-31 Adam Barth <abarth@webkit.org>
3858 technical-articles.html should link to my talk on how WebKit works
3859 https://bugs.webkit.org/show_bug.cgi?id=100867
3861 Reviewed by Tony Chang.
3863 * coding/technical-articles.html:
3865 2012-10-29 Eric Seidel <eric@webkit.org>
3867 Technical Articles should link to an old talk I gave
3868 https://bugs.webkit.org/show_bug.cgi?id=100624
3870 Reviewed by Adam Barth.
3872 * coding/technical-articles.html:
3874 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3876 Another typo fix. Apparently, I "fixed" the wrong line in the previous commit.
3878 * coding/coding-style.html:
3880 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3882 Fix a typo per Darin's comment.
3884 * coding/coding-style.html:
3886 2012-09-13 Ryosuke Niwa <rniwa@webkit.org>
3888 Add a style guide rule for signed and unsigned int
3889 https://bugs.webkit.org/show_bug.cgi?id=96682
3891 Reviewed by Geoffrey Garen.
3893 Add a rule per http://lists.webkit.org/pipermail/webkit-dev/2012-September/022199.html.
3895 * coding/coding-style.html:
3897 2012-08-30 Benjamin Poulain <bpoulain@apple.com>
3899 Replace JSC::UString by WTF::String
3900 https://bugs.webkit.org/show_bug.cgi?id=95271
3902 Reviewed by Geoffrey Garen.
3904 Update the coding style to avoid mentioning a class that no longer exist.
3906 * coding/coding-style.html:
3908 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3910 Address one more review comment.
3912 * building/checkout.html:
3914 2012-08-09 Ryosuke Niwa <rniwa@webkit.org>
3916 Recommend the use of https and mention git on building/checkout.html
3917 https://bugs.webkit.org/show_bug.cgi?id=93657
3919 Reviewed by Mark Rowe.
3921 This page was quite out-dated. Stop mentioning about how to install subversion on OS X 10.4
3922 because the paragraph right above it refers to buliding/tools.html for that.
3924 Recommend the use of HTTPS connection for the Subversion checkout and also mention how to
3925 checkout using a Git client.
3927 * building/checkout.html:
3929 2012-07-27 Adam Barth <abarth@webkit.org>
3931 Writing a blog post for new reviewers doesn't add value to the blog
3932 https://bugs.webkit.org/show_bug.cgi?id=92305
3934 Reviewed by Eric Seidel.
3936 Now that we have Peter posting weekly updates to the blog, having an
3937 announcement on the blog for each reviewer is more noise than signal.
3939 * coding/commit-review-policy.html:
3941 2012-06-19 Ryosuke Niwa <rniwa@webkit.org>
3943 Update webkit.org to refer to layoutTestController instead of testRunner
3944 https://bugs.webkit.org/show_bug.cgi?id=89445
3946 Reviewed by Kent Tamura.
3948 * quality/testwriting.html:
3950 2012-05-21 Peter Kasting <pkasting@google.com>
3952 Style guide change: Uses of "std::" should be explicitly qualified.
3953 https://bugs.webkit.org/show_bug.cgi?id=87043
3955 Reviewed by Ryosuke Niwa.
3957 * coding/coding-style.html:
3959 2012-05-11 Darin Adler <darin@apple.com>
3961 Try to make spacing of fine print items in lower left nicer looking.
3964 (#notice, #trademark, #terms): Changed top margin to 10px.
3965 (#notice): Put 30px margin here.
3967 2012-05-11 Darin Adler <darin@apple.com>
3969 CSS tweak needed for the trademark terms of use.
3972 (#notice, #trademark, #terms): Added #trademark.
3974 2012-05-11 Darin Adler <darin@apple.com>
3976 Add a link to WebKit trademark terms of use, other small website changes
3977 https://bugs.webkit.org/show_bug.cgi?id=86112
3979 Reviewed by Dan Bernstein.
3981 * contact.html: Use RIGHT SINGLE QUOTATION MARK instead of APOSTROPHE as appropriate.
3982 Fixed awkward use of the phrase "per itself" and the use of "intent" where "intend"
3985 * nav.inc: Added mention of the WebKit trademark and a link to the trademark terms
3986 of use on the macosforge.org terms of use page.
3988 2012-05-07 Dan Bernstein <mitz@apple.com>
3990 webkit.org instructions for debugging WebProcess are unnecessarily complex
3991 https://bugs.webkit.org/show_bug.cgi?id=85756
3993 Reviewed by Darin Adler.
3995 * building/debug.html: Added instructions for setting up and using the WebKit workspace for
3996 debugging the Web process, as well as instructions for debugging the Web process from the
3997 command line using debug-safari and debug-minibrowser.
3998 * building/tools.html: Updated links and tweaked the language.
4000 2012-04-23 Daniel Bates <dbates@webkit.org>
4002 Add notice about running xcode-select before using Xcode 4.3.2 command line tools
4004 Rubber-stamped by Eric Seidel.
4006 Before you can use the Xcode 4.3.2 command line tools, you must either run
4007 sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
4008 DEVELOPER_DIR to point to the Xcode developer tools directory.
4010 * building/tools.html:
4012 2012-04-23 Daniel Bates <dbates@webkit.org>
4014 Explicitly mention Xcode version 4.3.2 in Mac debug instructions
4016 Rubber-stamped by Eric Seidel.
4018 The build location instructions at the top of page building/{debug-mac-uiprocess.html, debug.html}
4019 are specific to Xcode 4.3.2.
4021 * building/debug-mac-uiprocess.html: Substitute "Xcode 4.3.2" for "Xcode 4".
4022 * building/debug.html: Ditto.
4024 2012-04-19 Daniel Bates <dbates@webkit.org>
4026 Update Build Location notice on Mac debug instructions to reflect changes in Xcode 4.3.2
4027 https://bugs.webkit.org/show_bug.cgi?id=84364
4029 Reviewed by Eric Seidel.
4031 As of Xcode 4.3.2, the build location "Locations Specified by Targets" has been renamed to
4034 * building/debug-mac-uiprocess.html:
4035 * building/debug.html:
4037 2012-03-13 Rebecca Hauck <rhauck@adobe.com>
4039 Working With Code > Installing Developer Tools needs to be updated with OS X Lion & App Store details
4040 https://bugs.webkit.org/show_bug.cgi?id=80429
4042 Reviewed by Dan Bernstein.
4044 * building/tools.html:
4046 2012-03-10 Daniel Bates <dbates@webkit.org>
4048 Switch from HTTP to HTTPS for Xcode developer.apple.com hyperlinks
4050 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/>.
4051 Substituting https for http in (1) returns the expected page.
4053 * building/debug-mac-uiprocess.html:
4054 * building/debug.html:
4056 2012-03-01 Seo Sanghyeon <sh4.seo@samsung.com>
4058 Add a link to the EFL wiki page
4059 https://bugs.webkit.org/show_bug.cgi?id=79439
4061 Reviewed by Adam Barth.
4063 * building/tools.html:
4064 * css/main.css: Cross-browser border-radius.
4066 2012-02-24 Tom Zakrajsek <tomz@codeaurora.org>
4068 team.html (on webkit.org) doesn't recognize codeaurora.org
4069 https://bugs.webkit.org/show_bug.cgi?id=79529
4071 Reviewed by Ryosuke Niwa.
4075 2012-02-16 Kent Tamura <tkent@chromium.org>
4077 Improve usability of coding-style.html
4078 https://bugs.webkit.org/show_bug.cgi?id=78470
4080 Reviewed by Eric Seidel.
4082 * coding/coding-style.html:
4083 - Do not add a title attribute to each of LI elements
4084 - Do not add a click handler to each of them
4085 - Add a SPAN element in order to show [id-name] and provide smaller clickable area.
4087 2012-01-23 Seo Sanghyeon <sh4.seo@samsung.com>
4089 website: Reword WEBKITOUTPUTDIR documentation on Building WebKit page
4090 https://bugs.webkit.org/show_bug.cgi?id=76544
4092 Reviewed by Darin Adler.
4094 WEBKITOUTPUTDIR is not only for Windows.
4096 * building/build.html:
4098 2012-01-20 Kent Tamura <tkent@chromium.org>
4100 Each style rule should have its own ID.
4101 https://bugs.webkit.org/show_bug.cgi?id=76428
4103 Reviewed by David Levin.
4105 * coding/coding-style.html: Add an id attribute to each of li elements,
4106 and add code to set title="#id-name" and to make li elements clickable.
4108 2012-01-19 Daniel Bates <dbates@webkit.org>
4110 Remove "Safari 5.1 shipped" text from debugging instructions; move misplaced </ol>
4112 Rubber-stamped by Sam Weinig.
4114 * building/debug.html:
4116 2012-01-19 Daniel Bates <dbates@webkit.org>
4118 Update Debugging on Mac OS X instructions for Safari 5.1/WebKit 2
4119 https://bugs.webkit.org/show_bug.cgi?id=67102
4121 Reviewed by Eric Seidel.
4123 Add instructions for debugging UIProcess and WebProcess using Xcode 4.
4125 * building/active-scheme-xcode4.png: Added.
4126 * building/build-settings-tab-xcode4.png: Added.
4127 * building/build-window.png: Removed.
4128 * building/custom-executable-xcode4.png: Added.
4129 * building/custom-executable.png: Removed.
4130 * building/debug-mac-uiprocess.html: Added.
4131 * building/debug.html:
4132 * building/debug.png: Removed.
4133 * building/info-tab.png: Removed.
4134 * building/run-xcode4.png: Added.
4136 2012-01-11 Antti Koivisto <antti@apple.com>
4138 Remove S60 reference from webkit.org
4139 https://bugs.webkit.org/show_bug.cgi?id=76044
4141 Reviewed by Simon Hausmann.
4147 2012-01-10 Hajime Morrita <morrita@chromium.org>
4149 [Website] i-Bench is no longer available.
4150 https://bugs.webkit.org/show_bug.cgi?id=76027
4152 Reviewed by Ryosuke Niwa.
4154 Updated the availability information of i-Bench.
4156 * projects/performance/index.html:
4158 2011-12-07 Daniel Bates <dbates@webkit.org>
4160 ASSERT_UNREACHED() should be ASSERT_NOT_REACHED() on assertion-guidelines.html
4161 https://bugs.webkit.org/show_bug.cgi?id=74006
4163 Reviewed by Antonio Gomes.
4165 As far I can tell, we've never had an ASSERT_UNREACHED(). We do have an
4166 ASSERT_NOT_REACHED().
4168 * coding/assertion-guidelines.html:
4170 2011-11-30 Ryosuke Niwa <rniwa@webkit.org>
4172 commit-review-policy.html should make clear committers shouldn't land patches without authors' consent
4173 https://bugs.webkit.org/show_bug.cgi?id=73098
4175 Reviewed by Antti Koivisto.
4177 Revise the sentence about committers being allowed to land patches by others to explicitly state that
4178 they can only land patches by others if asked by authors themselves.
4180 * coding/commit-review-policy.html:
4182 2011-11-14 Mark Rowe <mrowe@apple.com>
4184 Upgrade WordPress's Akismet plug-in to the latest version.
4186 * blog/wp-content/plugins/akismet:
4188 2011-11-14 Mark Rowe <mrowe@apple.com>
4190 Update one file that was missed.
4192 * blog/wp-settings.php:
4194 2011-11-14 Mark Rowe <mrowe@apple.com>
4196 Upgrade WordPress to v3.2.1.
4200 2011-10-28 Dean Jackson <dino@apple.com>
4202 Remove this horribly outdated file. It was showing up in
4203 Google searches and shou