Changeset 228433 in webkit


Ignore:
Timestamp:
Feb 13, 2018 2:17:29 PM (6 years ago)
Author:
Jon Davis
Message:

Added a redirect for /nightly to /downloads/.
https://bugs.webkit.org/show_bug.cgi?id=182743
<rdar://problem/35126697>

Reviewed by Lucas Forschler.

  • .htaccess:
Location:
trunk/Websites/webkit.org
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Websites/webkit.org/.htaccess

    r203256 r228433  
    6868Redirect 301 /status.html /status/
    6969Redirect 301 /team.html /team/
     70Redirect 301 /nightly /downloads/
    7071
    7172# Old B3 Documentation
  • trunk/Websites/webkit.org/ChangeLog

    r227576 r228433  
     12018-02-13  Jon Davis  <jond@apple.com>
     2
     3        Added a redirect for /nightly to /downloads/.
     4        https://bugs.webkit.org/show_bug.cgi?id=182743
     5        <rdar://problem/35126697>
     6
     7        Reviewed by Lucas Forschler.
     8
     9        * .htaccess:
     10
    1112018-01-24  Aakash Jain  <aakash_jain@apple.com>
    212
     
    276286
    277287        Reviewed by Mark Lam.
    278        
     288
    279289        Write documentation for the new Opaque opcode.
    280290
     
    428438
    429439        Reviewed by Keith Miller.
    430        
     440
    431441        Update documentation to say that the canonical way to do fully fenced loads and stores is
    432442        AtomicXchgAdd(0, ptr) and AtomicXchg(value, ptr), respectively.
     
    541551
    542552        Update the css-status page to handle changes in CSSProperties.json.
    543        
     553
    544554        Change the page structure to allow the left sidebar to use sticky positioning.
    545        
     555
    546556        "Done" -> "Supported".
    547        
     557
    548558        Save the search in the URL.
    549        
     559
    550560        Other formatting changes.
    551561
     
    564574
    565575        Reviewed by Brian Burg.
    566        
     576
    567577        Added styles for "Supported" status.
    568578
     
    619629
    620630        Reviewed by Lucas Forschler.
    621        
    622         Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets 
    623         displayed through the widget. If the API fails for any reason, it falls back to using the 
     631
     632        Updates the Twitter widget tile implementation to prefer the Twitter API to populate tweets
     633        displayed through the widget. If the API fails for any reason, it falls back to using the
    624634        Tweet listener for updated tweets.
    625        
    626         The Twitter API provides the benefit of embedding media and being able to display the full 
     635
     636        The Twitter API provides the benefit of embedding media and being able to display the full
    627637        URLs rather than Twitter-shortened URLs.
    628638
     
    641651
    642652        Reviewed by Keith Miller.
    643        
     653
    644654        Document the new opcodes!
    645655
     
    668678
    669679        Reviewed by Sam Weinig.
    670        
     680
    671681        Add a page that shows the status of CSS properties and values, scraped from Source/WebCore/css/CSSProperties.json.
    672        
     682
    673683        This is modeled after the feature status page. Properties can be filtered by status
    674684        and the spec they belong to.
     
    885895
    886896        Reviewed by Daniel Bates.
    887        
     897
    888898        Don't show bots.
    889899
     
    907917
    908918        Reviewed by Darin Adler.
    909        
     919
    910920        Make contributors.json easier to maintain by eliminating the big groupings ("Committers", "Reviewers" etc)
    911921        and moving that data to a "status" property on each contributor.
    912        
     922
    913923        Fix script that generates webkit.org/team.
    914924
     
    921931
    922932        Reviewed by Geoffrey Garen.
    923        
     933
    924934        Added documentation for the Traps flag, and factored out the documentation of the Chill flag
    925935        to a new flags section.
     
    942952
    943953        Reviewed by Keith Miller.
    944        
     954
    945955        Updated the documentation to talk about Kind and the isChill bit, and to remove
    946956        ChillDiv/ChillMod.
     
    9941004
    9951005        Reviewed by Saam Barati.
    996        
     1006
    9971007        Update some statements about ControlValue (which doesn't exist anymore) and add a blurb
    9981008        about EntrySwitch.
     
    10421052
    10431053        Reviewed by Benjamin Poulain.
    1044        
     1054
    10451055        Update documentation to reflect Patchpoint's new powers.
    10461056
     
    10631073        Reviewed by Timothy Hatcher.
    10641074
    1065         Added better 404 handling, improved presentation of the 
     1075        Added better 404 handling, improved presentation of the
    10661076        start page and new Apache rewrites for the P1 bug list.
    10671077
     
    10761086
    10771087        Reviewed by Timothy Hatcher.
    1078        
     1088
    10791089        The Open Graph image tag should use the property attribute not
    10801090        the itemprop attribute.
     
    12611271
    12621272        Reviewed by Michael Saboff.
    1263        
     1273
    12641274        I found typos and fixed them. Also, I clarified some things:
    1265        
     1275
    12661276        - Is B3 IR platform-agnostic? Sort of. I tried to describe when it is (Values usually behave
    12671277          the same way regardless of CPU) and when it isn't (it lets you speak of registers if that's
    12681278          what you want to do, for example).
    1269        
     1279
    12701280        - How does isValidForm really get used? You don't really need to create an Inst to use it.
    1271        
     1281
    12721282        - Some other incremental improvements to make the docs clearer.
    12731283
     
    12881298
    12891299        Reviewed by Mark Lam, Saam Barati, and Benjamin Poulain.
    1290        
     1300
    12911301        Write documentation for Air!
    12921302
     
    14111421        https://bugs.webkit.org/show_bug.cgi?id=155989
    14121422
    1413         * wp-content/plugins/sync-nightly-builds.php: 
     1423        * wp-content/plugins/sync-nightly-builds.php:
    14141424
    141514252016-03-29  Jon Davis  <jond@apple.com>
     
    14181428        https://bugs.webkit.org/show_bug.cgi?id=155989
    14191429
    1420         Unreviewed fix for the Sync Nightly Builds plugin to work with the older 
     1430        Unreviewed fix for the Sync Nightly Builds plugin to work with the older
    14211431        PHP environment on the server. Quick style adjustments for abovetitle images.
    14221432
    1423         * wp-content/plugins/sync-nightly-builds.php: 
    1424         * wp-content/themes/webkit/nightly-archives.php: 
     1433        * wp-content/plugins/sync-nightly-builds.php:
     1434        * wp-content/themes/webkit/nightly-archives.php:
    14251435        * wp-content/themes/webkit/style.css:
    14261436        (article .abovetitle):
     
    323832482014-06-26  Vivek Galatage  <vivek.vg@samsung.com>
    32393249
    3240         Remove Qt instructions from http://www.webkit.org/building/tools.html 
     3250        Remove Qt instructions from http://www.webkit.org/building/tools.html
    32413251        https://bugs.webkit.org/show_bug.cgi?id=134384
    32423252
     
    32613271        Reviewed by Tim Horton.
    32623272
    3263         * building/build.html: Remove reference to "Platform SDK" which we don't manuall 
     3273        * building/build.html: Remove reference to "Platform SDK" which we don't manuall
    32643274        install anymore (it's part of Visual Studio 2013).
    32653275        * building/tools.html: We no longer need QuickTime SDK, QuickTime Player, or
     
    33583368        Reviewed by Timothy Hatcher.
    33593369
    3360         Updated demo files with attr refresh to show off selected children changing. 
     3370        Updated demo files with attr refresh to show off selected children changing.
    33613371        Long term fix will be http://webkit.org/b/130883
    33623372
     
    34143424        https://bugs.webkit.org/show_bug.cgi?id=130276
    34153425        <rdar://problem/16266927>
    3416        
     3426
    34173427        Reviewed by Simon Fraser.
    34183428
     
    36213631        When the webkit.org/team.html page is accessed over https most browsers report
    36223632        Mixed Content error, which is caused by the fact that the contributos.json file
    3623         is accessed over a plain http connection and not https.     
     3633        is accessed over a plain http connection and not https.
    36243634
    36253635        * team.html:
     
    43084318        Before you can use the Xcode 4.3.2 command line tools, you must either run
    43094319        sudo xcode-select -switch /Applications/Xcode.app or set the environment variable
    4310         DEVELOPER_DIR to point to the Xcode developer tools directory. 
     4320        DEVELOPER_DIR to point to the Xcode developer tools directory.
    43114321
    43124322        * building/tools.html:
     
    43514361
    43524362        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/>.
    4353         Substituting https for http in (1) returns the expected page. 
     4363        Substituting https for http in (1) returns the expected page.
    43544364
    43554365        * building/debug-mac-uiprocess.html:
     
    44424452
    44434453        Reviewed by Simon Hausmann.
    4444        
     4454
    44454455        There is no S60.
    44464456
     
    48964906
    48974907        Bug 46927 - Sunspider 0.9 web site should prominently link to Sunspider 0.9.1
    4898         Notes: 
     4908        Notes:
    48994909            -Created a new sunspider "landing" page which lists current and previous versions of SunSpider.
    49004910            -Edited the .htaccess file to redirect the old pages to the new landing page.
     
    49044914            -Local testing with relative links seems to function as expected.
    49054915            -The .htaccess 301 redirects are UNTESTED.
    4906            
     4916
    49074917
    49084918        * .htaccess:
     
    49834993        https://bugs.webkit.org/show_bug.cgi?id=43982
    49844994        This js file seems to be a popular script for detecting mobile WebKit but
    4985         it has a flaw that makes it fail on Android and BlackBerry. 
     4995        it has a flaw that makes it fail on Android and BlackBerry.
    49864996
    49874997        The issue is that it looks for "Mobile/" but Android and BlackBerry
     
    52385248        https://bugs.webkit.org/show_bug.cgi?id=38407
    52395249
    5240         We support hkern now. Mention this in the SVG status page. 
     5250        We support hkern now. Mention this in the SVG status page.
    52415251
    52425252        * projects/svg/status.xml:
     
    55795589
    55805590        Removed outdated contact information from bug life cycle page.
    5581        
     5591
    55825592        https://bugs.webkit.org/show_bug.cgi?id=32494
    55835593
     
    56115621
    56125622        Added the "using std::foo" rule to the coding style guidelines.
    5613        
     5623
    56145624        https://bugs.webkit.org/show_bug.cgi?id=32301
    5615        
     5625
    56165626        Added to the coding style guidelines the "using std::foo" rule
    56175627        checked by the check-webkit-style script.  Also clarified the
     
    56255635
    56265636        Refactored web site documentation so that advice to add
    5627         WebKitTools/Scripts to your shell path does not appear 
     5637        WebKitTools/Scripts to your shell path does not appear
    56285638        on multiple pages.
    5629        
     5639
    56305640        https://bugs.webkit.org/show_bug.cgi?id=32112
    5631        
     5641
    56325642        * building/build.html:
    56335643        * building/checkout.html:
     
    57145724        Reviewed by Darin Adler.
    57155725
    5716         Added to the WebKit Coding Style Guidelines not to use 
     5726        Added to the WebKit Coding Style Guidelines not to use
    57175727        "using namespace" statements in header files.
    57185728
     
    63786388
    63796389        Not reviewed, demo content.
    6380        
     6390
    63816391        - Add doctype to Calendar demo.
    63826392
     
    63866396
    63876397        Not reviewed, demo content.
    6388        
     6398
    63896399        - add Calendar demo.
    63906400
     
    64296439
    64306440        Reviewed by Steve Falkenburg
    6431        
     6441
    64326442        Fix the link for setting the Platform SDK paths in the Windows instructions.
    64336443
     
    65716581
    65726582        Reviewed by Sam Weinig and Antti Koivisto.
    6573        
    6574         Clarified the last coding style rule, which was a baffling in its 
     6583
     6584        Clarified the last coding style rule, which was a baffling in its
    65756585        initial form.
    6576        
     6586
    65776587        (Now let's see if our code ever starts following this rule!)
    65786588
     
    65906600
    65916601        Update leaves animation sample.
    6592        
     6602
    65936603        * blog-files/leaves/index.html:
    65946604        * blog-files/leaves/leaves.css:
     
    66696679
    66706680        Not reviewed.
    6671        
     6681
    66726682        - add some screenshots.
    66736683
     
    68786888
    68796889        Not reviewed, web site fix.
    6880        
     6890
    68816891        Remove blank lines in an attempt to fix feeds.
    68826892
     
    69036913
    69046914        Not reviewed.
    6905        
     6915
    69066916        - tweak newly added markup.
    69076917
     
    69136923
    69146924        - add short title and multisize icon
    6915        
     6925
    69166926        * blog/wp-content/themes/webkit/header.php:
    69176927        * images/surfin-safari.icns: Added.
     
    69836993
    69846994        Add manifest MIME type.
    6985        
     6995
    69866996        * .htaccess:
    69876997
     
    70227032
    70237033        Not reviewed - new demo.
    7024        
     7034
    70257035        Added a demo of CSS Transforms and Transitions.
    70267036
     
    70547064
    70557065        Updated CSS Visual Effects proposals.
    7056        
     7066
    70577067        CSS Animations
    70587068
     
    708370932008-04-08  Dean Jackson  <dino@apple.com>
    70847094
    7085         Add some updated proposals for CSS specifications, such as 
     7095        Add some updated proposals for CSS specifications, such as
    70867096        Transforms and Transitions which are already implemented in TOT.
    70877097
     
    70957105        Add some images that were missed in the WordPress 2.5 upgrade.
    70967106
    7097         * blog/: 
     7107        * blog/:
    70987108
    709971092008-03-31  Mark Rowe  <mrowe@apple.com>
     
    71287138
    71297139        Reviewed by Sam.
    7130        
     7140
    71317141        Make our SVG status document slightly less inaccurate.
    71327142
     
    71347144
    713571452008-03-21  Antti Koivisto  <antti@apple.com>
    7136        
     7146
    71377147        Add some images for a blog post.
    71387148
     
    72397249
    72407250        Reviewed by Oliver.
    7241        
    7242         Update the selector benchmark/test now that WebKit supports :only-child and :last-child; 
     7251
     7252        Update the selector benchmark/test now that WebKit supports :only-child and :last-child;
    72437253        Unfortunately, the javascript libraries don't appear to implement :*-of-type correctly, so that one remains disabled for now.
    72447254
     
    72627272
    72637273        Reviewed by Darin Adler.
    7264        
     7274
    72657275        Added a modified version of the MooTools SlickSpeed Selector Test/Benchmark to show off querySelectorAll. MIT licensed.
    72667276
     
    72887298
    72897299        Added Vista crash logging information.
    7290        
     7300
    72917301        Reviewed by Adam.
    72927302
     
    73587368
    73597369        Reviewed by Darin and Steve.
    7360        
     7370
    73617371        Add instructions to install the QuickTime SDK for Windows.
    73627372
     
    73737383        Correct link to Visual Studio Express 2005.
    73747384        Old link points to 2008.
    7375        
     7385
    73767386        Reviewed by Mark.
    73777387
     
    73817391
    73827392        Reviewed by Eric.
    7383        
     7393
    73847394        - work around IE layout bugs
    73857395
     
    73897399
    73907400        Reviewed by Mark.
    7391        
     7401
    73927402        - fix compare feature
    73937403
     
    73977407
    73987408        Rubber stamped by Mark.
    7399        
     7409
    74007410        - Add a copy of SunSpider 0.9 to the site
    74017411
     
    75247534
    75257535        Reviewed by Bertrand.
    7526        
     7536
    75277537        New commit and review policy.
    75287538
     
    75667576
    75677577        Rubber stamped by bdash.
    7568        
     7578
    75697579        Add directory for blog resources (and one image).
    75707580
     
    77237733
    77247734        Reviewed by Brady.
    7725        
     7735
    77267736        Make example actually work.
    7727        
     7737
    77287738        * misc/DatabaseExample.html:
    77297739
     
    77337743
    77347744        Update example.
    7735        
     7745
    77367746        * misc/DatabaseExample.html:
    77377747
     
    77687778
    77697779        Reviewed by Mark Rowe.
    7770        
     7780
    77717781        - Limit custom list bullets to ordered lists only
    77727782
     
    78187828
    78197829        Rubber stamped by Adam.
    7820        
     7830
    78217831        Added WebKit Project Goals.
    78227832
     
    79047914
    790579152007-06-12  Dave Hyatt  <hyatt@apple.com>
    7906  
     7916
    79077917        Add Windows checkout/build instructions to the website.
    7908  
     7918
    79097919        * building/build.html:
    79107920        * building/checkout.html:
     
    79197929
    79207930        Reviewed by Beth Dakin.
    7921        
     7931
    79227932        Cleaned up formatting on the check out page.
    79237933
     
    81608170
    81618171        Reviewed by Beth Dakin.
    8162        
     8172
    81638173        Updated coding style guidelines to cover a lot of stuff previously absent.
    81648174
     
    82938303
    82948304        Reviewed by Beth.
    8295        
     8305
    82968306        Split build, run, and debug steps into separate pages. Darin recommended
    82978307        this a while back.
     
    83848394        http://bugs.webkit.org/show_bug.cgi?id=8220
    83858395        Add the favicon.ico to the site.
    8386         Notice, users of shipping Safari won't see the updated favicon 
     8396        Notice, users of shipping Safari won't see the updated favicon
    83878397        unless they clear their icon cache - ToT users can manually reload
    83888398        the site and force the refresh  ;)
     
    84148424        universal binaries make it ~5.0 MB
    84158425        http://bugs.webkit.org/show_bug.cgi?id=9302
    8416        
     8426
    84178427        * images/download.png:
    84188428
     
    84208430
    84218431        Stamped by Maciej.
    8422        
     8432
    84238433        Changes many opendarwin.org links to the proper webkit.org version.
    84248434
     
    84548464
    84558465        Reviewed by TimO.
    8456        
     8466
    84578467        Tweaked the build instructions a bit.
    84588468
     
    84678477
    84688478        Reviewed by Beth.
    8469        
     8479
    84708480        - Added instructions for debugging in Xcode
    84718481
     
    84788488
    84798489        Reviewed by Beth.
    8480        
     8490
    84818491        - Tweaked the checkout and build instructions to make them simpler and
    84828492        clearer.
     
    85008510        * blog/wp-content/themes/webkit/sidebar.php:
    85018511         Add link to Wiki in the navigation menu here too.
    8502          
     8512
    850385132006-06-21  Joost de Valk  <jdevalk@opendarwin.org>
    85048514
     
    85158525        Improve wording of first paragraph of webkit site.
    85168526
    8517         * index.html: 
     8527        * index.html:
    85188528
    851985292006-06-08  Timothy Hatcher  <timothy@apple.com>
     
    85908600        Reviewed by ggaren.
    85918601
    8592         * blog/wp-config.php: passwords and users don't belong in SVN. 
     8602        * blog/wp-config.php: passwords and users don't belong in SVN.
    85938603
    859486042006-04-16  Joost de Valk  <jdevalk@opendarwin.org>
     
    862086302006-04-10  Geoffrey Garen  <ggaren@apple.com>
    86218631
    8622         Reviewed by Beth. 
     8632        Reviewed by Beth.
    86238633
    86248634        * projects/compat/hitlist.html: updated dates
     
    86618671
    86628672        Change "Mail.app" to "Mail".
    8663        
     8673
    86648674        * index.html:
    86658675        * projects/editing/index.html:
     
    86858695        Doing penance after being set straight by Joost.
    86868696
    8687         * projects/compat/hitlist.html: Remove slur against QA. My humblest 
     8697        * projects/compat/hitlist.html: Remove slur against QA. My humblest
    86888698        apologies.
    86898699
     
    87438753
    87448754        Fixed Bugzilla URL's
    8745                
     8755
    87468756        * projects/forms/index.html:
    87478757        * projects/html/index.html:
     
    87548764        Made line-height global instead of just for p
    87558765
    8756         Editing: 
     8766        Editing:
    87578767        fixed bugzilla link, added starting <p> to first paragraph
    87588768        removed paragraph about tab-stops
     
    87768786
    87778787        Reviewed by Maciej.
    8778        
     8788
    87798789        Fixes PNGs with 8bit alpha on IE.
    87808790
     
    87898799
    87908800        * coding/coding-style.html: Re-merged in changes Darin made to the guidelines
    8791         a few days back. 
     8801        a few days back.
    87928802
    879388032006-02-16  Joost de Valk  <jdevalk@opendarwin.org>
     
    89468956        Reviewed by eseidel.
    89478957
    8948         Added a little piece of text to the page about reductions, pointing to the bugzilla page. 
     8958        Added a little piece of text to the page about reductions, pointing to the bugzilla page.
    89498959
    89508960        Changed "Sign up for a" into "Create a" bugzilla account.
     
    89598969        Added a Bugzilla page, which contains information about creating a Bugzilla account, what editbugs and canconfirm
    89608970        bits are and how to get them.
    8961        
     8971
    89628972        Changed link in reporting page to link to Bugzilla page.
    8963        
     8973
    89648974        * quality/bugzilla.html: Added.
    89658975        * quality/reporting.html:
     
    90319041
    90329042        Reviewed by Darin Adler. Landed by ap.
    9033        
     9043
    90349044        - fixes from http://bugs.webkit.org/show_bug.cgi?id=4871
    90359045        "Reporting Bugs" Page Should Prompt User To Test In Newest Version of WebKit
    9036        
     9046
    90379047        * quality/reporting.html:
    90389048        * webkitdev.css: Added margin-bottom for li.
     
    90419051
    90429052        Reviewed by Darin Adler. Landed by Maciej.
    9043        
     9053
    90449054        - Several fixes to the site
    90459055        http://bugs.webkit.org/show_bug.cgi?id=7105
     
    90709080
    90719081        Adding ChangeLog :)
    9072        
     9082
    90739083        * ChangeLog: Added.
Note: See TracChangeset for help on using the changeset viewer.