Hatena::Antenna

0xAA RSS OPML

おとなりアンテナ | おすすめページ

  1. 2023/03/04 08:11:38 For Developers (The Chromium Projects)含むアンテナおとなりページ

    Markdown Documentation Guide

  2. 2022/03/24 03:12:53 Chromium OS (The Chromium Projects)含むアンテナおとなりページ

    Steam on Chrome OS

  3. 2022/02/04 22:05:10 IndexedDB Design Doc (The Chromium Projects)含むアンテナおとなりページ

    Home Chromium Chromium OS
    Report bugs Discuss
    Chromium Blog Google Chrome Extensions
    Except as otherwise noted,
    the content of this page is licensed under a Creative Commons Attribution 2.5 license,
    and examples are licensed under the BSD License.
    Privacy
    Edit this page
    For Developers > Design Documents >
    This is quite outdated. The fundamental design is still pretty similar to what's described here, but this document is now of limited usefulness. Please send any feedback you might have to Jeremy Orlow
    <jorlow@chromium.org> or chromium-dev@chromium.org.
    The IndexedDB API implements a persistent (across browser/machine restarts)
    database that is quite stripped down. It is built upon "Object Stores" (btrees
    of key->value pairs) and Indexes (btrees of key->object store record). It
    includes an async API for use in pages and both an async and a sync API for
    workers.
    The latest editors draft of the spec can be found here: http://dev.w3.org/2006/webapi/WebSimpleDB/ And there's a l

  4. 2022/02/04 20:56:14 Web Platform Status (The Chromium Projects)含むアンテナおとなりページ

    Home Chromium Chromium OS
    Report bugs Discuss
    Chromium Blog Google Chrome Extensions
    Except as otherwise noted,
    the content of this page is licensed under a Creative Commons Attribution 2.5 license,
    and examples are licensed under the BSD License.
    Privacy
    Edit this page
    For Developers >
    DevRel Contact: Eric Bidelman (ericbidelman), Paul Irish (paulirish)
    This page captures the implementation status of HTML5 feature support in Chrome
    (desktop) and Chrome for Android. The current release of Chrome for Android
    matches m25, any exceptions to this will be indicated below.
    ☆ the Chromium bug tickets or add yourself to the CC of WebKit
    tickets.
    Watch the Last Week in
    WebKit/Chromium series for
    weekly updates
    Subscribe to the chromium-html5 discussion
    group
    Many of these features have their own jumpoff point on html5rocks.com, with links to solid tutorials and
    resources.
    The near-daily-updated Chrome Canary lands these features much sooner than the stable or beta releases. (Though