Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify description.toJSON() returns RTCSessionDescriptionInit #2968

Closed
wants to merge 2,308 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    efc23d2 View commit details
    Browse the repository at this point in the history
  2. Add note.

    jan-ivar authored and dontcallmedom committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    bc4d0da View commit details
    Browse the repository at this point in the history
  3. Add internal slots for signaling state, connection state, ice gatheri…

    …ng state, and ice connection state, and fix ongatheringstatechange to use the right one.
    jan-ivar authored and dontcallmedom committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    70cffe2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af36c4a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f23bfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e90e01 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd77ef6 View commit details
    Browse the repository at this point in the history
  8. add RTCIceCandidatePairResponsesReceived to MTI stats

    since it is typically paired with the MTI totalRoundTripTime
      https://www.w3.org/TR/webrtc-stats/#dom-rtcicecandidatepairstats-totalroundtriptime
    to calculate the average RTT and totalRoundTripTime is meaningless
    without it.
    fippo authored and dontcallmedom committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    ce5546d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e81a749 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    977c226 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06354a1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request w3c#2833 from w3c/tweak-amendments

    Annotate amendment boxes
    dontcallmedom committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    9b4eb90 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    c446cc2 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    ef49a06 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2826 from jan-ivar/internalslots

    Add internal slots for signaling state, connection state, ice gatheri…
    jan-ivar committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    21bd2c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61fad8f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. Merge definition of RTCRtpCodecParameters with RTCRtpCodecCapability

    Those two objects are closely related and the parameters type should
    reuse the capability definition to prevent them from diverging.
    It would also allow using an RTCRtpCodecParameters instance with the
    upcoming encoder codec selection API.
    Orphis committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    9d7c8e8 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. s/considered//

    jan-ivar committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    73b3a93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2834 from Orphis/merge_codec_definitions

    Create RTCRtpCodec dictionary and reuse in RTCRtpCodecParameters and RTCRtpCodecCapability definitions
    Orphis committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e4ab4d7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2836 from jan-ivar/scaledownfix

    Fix scaleResolutionDownBy explanatory prose to match normative algorithm
    jan-ivar committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    f28baec View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d1f48c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d95d66c View commit details
    Browse the repository at this point in the history
  6. Merge pull request w3c#2841 from henbos/230316_required

    Make RTCRtpHeaderExtensionCapability.uri required
    henbos committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    e3e5073 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Fix typo

    Orphis committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8f55ff8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    625bef4 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    d24e473 View commit details
    Browse the repository at this point in the history
  2. s/29/31/

    jan-ivar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    cdf629e View commit details
    Browse the repository at this point in the history
  3. amendment typo

    jan-ivar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3753dc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2843 from w3c/preferredcodecs-export

    Mark PreferredCodec internal slot as exported
    jan-ivar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e98ca48 View commit details
    Browse the repository at this point in the history
  5. Merge pull request w3c#2842 from Orphis/main

    Fix typo
    Orphis committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    bc979bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request w3c#2832 from fippo/responsesreceived

    add RTCIceCandidatePair.responsesReceived to MTI stats
    henbos committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a4f7f71 View commit details
    Browse the repository at this point in the history
  7. remove trailing whitespace

    jan-ivar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    05a4f0c View commit details
    Browse the repository at this point in the history
  8. Merge pull request w3c#2828 from jan-ivar/connectstates

    Express RTCPeerConnectionState values using [[IceConnectionState]], and reduce complexity
    jan-ivar committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    4ba0a0d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    fa44c65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2846 from w3c/respec-update

    Update to ReSpec version 32.8.0
    dontcallmedom committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    892d794 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    917c627 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f26921 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Add a codec match algorithm for setCodecPreferences

    Also remove impossible to implement steps in setCodecPreferences,
    as it's always possible to modify a dictionary.
    
    Fixes w3c#2845.
    Orphis committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    16d7580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1706bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2851 from Orphis/export_defs

    Export more definitions to use in webrtc-extensions
    Orphis committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    c18d9b8 View commit details
    Browse the repository at this point in the history
  4. Update webrtc.html

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    henbos and jan-ivar committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2c6f622 View commit details
    Browse the repository at this point in the history
  5. Merge pull request w3c#2847 from Orphis/codec_match

    Add a codec match algorithm for setCodecPreferences
    henbos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    ed6a216 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    6db1674 View commit details
    Browse the repository at this point in the history
  2. Fix description of amendment 31

    missed from w3c#2847
    dontcallmedom committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fbed206 View commit details
    Browse the repository at this point in the history
  3. Fix description of amendment 31

    missed from w3c#2847
    dontcallmedom committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    465d30f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4e8f16 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3816d72 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    14fc961 View commit details
    Browse the repository at this point in the history
  7. Merge pull request w3c#2852 from w3c/respec-update

    Update to ReSpec version 32.8.1
    dontcallmedom committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    c3e196e View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    change id from 31 to 32
    jan-ivar committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    75dabce View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d7b7183 View commit details
    Browse the repository at this point in the history
  10. Merge pull request w3c#2829 from jan-ivar/rejectstopping

    setParameters(), replaceTrack(), & insertDTMF() reject after stop().
    jan-ivar committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    fb2be18 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54c6ed2 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    1f451a3 View commit details
    Browse the repository at this point in the history
  2. restore s/either/either of/

    jan-ivar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    b5a0360 View commit details
    Browse the repository at this point in the history
  3. add amendments

    jan-ivar committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    1a5b430 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Configuration menu
    Copy the full SHA
    8ad2a80 View commit details
    Browse the repository at this point in the history
  2. Remove immutable

    jan-ivar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    cd4975a View commit details
    Browse the repository at this point in the history
  3. s/with kind/for kind/

    jan-ivar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    d1c2e94 View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2850 from jan-ivar/getcapabilities

    Add sender/receiver.getCapabilities() algorithms (and use them in offer/answer)
    jan-ivar committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    25db20a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a6330 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Merge pull request w3c#2854 from jan-ivar/unnumbered

    Export links to addTransceiver/setParameters steps + unnumber some steps
    jan-ivar committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    7d18dd5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Configuration menu
    Copy the full SHA
    4d04da9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Merge pull request w3c#2855 from w3c/respec-update

    Update to ReSpec version 33.0.1
    dontcallmedom committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    0c272cd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2023

  1. Configuration menu
    Copy the full SHA
    52cee63 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2857 from Orphis/export_list_send_codecs

    Export "list of implemented send codecs"
    jan-ivar committed Apr 13, 2023
    Configuration menu
    Copy the full SHA
    b24d8a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e283d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    5bb3d9a View commit details
    Browse the repository at this point in the history
  2. forgot to add base-rec.html

    jan-ivar committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    695d640 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    050de18 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Export [[ReceiverTrack]].

    jan-ivar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    702c08c View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2864 from jan-ivar/exporttrack

    Export [[ReceiverTrack]].
    jan-ivar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    e11577b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. Configuration menu
    Copy the full SHA
    63be31e View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2862 from w3c/respec-update

    Update to ReSpec version 34.0.1
    dontcallmedom committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    dff784d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Merge pull request w3c#2861 from jan-ivar/dtmfplayoutcheck

    Determine if DTMF can be sent inside queued playout task.
    henbos committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    2ce2e4a View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2863 from jan-ivar/playouttask

    Add a proper definition to the "DTMF playout task steps"
    jan-ivar committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f8b1b89 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    404c89f View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2866 from w3c/respec-update

    Update to ReSpec version 34.1.0
    dontcallmedom committed May 1, 2023
    Configuration menu
    Copy the full SHA
    80cf336 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Use markup conventions for algorithms

    helps with cross-linking and automatic extractions
    dontcallmedom committed May 3, 2023
    Configuration menu
    Copy the full SHA
    cd73a39 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge pull request w3c#2818 from w3c/set-algo-markup

    Use markup conventions for algorithms
    jan-ivar committed May 4, 2023
    Configuration menu
    Copy the full SHA
    02798fc View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    2656516 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Merge pull request w3c#2868 from w3c/respec-update

    Update to ReSpec version 34.1.1
    dontcallmedom committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6117c01 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Merge pull request w3c#2859 from jan-ivar/connectionstate

    Fix connectionState to return [[ConnectionState]].
    jan-ivar committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fe85e20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f56b2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2870 from jan-ivar/icetransportstate

    Reorder RTCIceTransportState enum to match RTCIceConnectionState enum.
    henbos committed May 11, 2023
    Configuration menu
    Copy the full SHA
    b8616bd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    7f5cfb9 View commit details
    Browse the repository at this point in the history
  2. fix internal references

    fippo committed May 15, 2023
    Configuration menu
    Copy the full SHA
    03eeb07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31f44c9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    3c32d9a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Update webrtc.html

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    fippo and jan-ivar committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    bfae7a3 View commit details
    Browse the repository at this point in the history
  2. {{}} -> [==]

    fippo committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    64f60c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2872 from fippo/export-transceiver-kind

    editorial: export RTCRtpTransceiver "transceiver kind"
    henbos committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e4b1de3 View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2853 from jan-ivar/urltake2

    Use the url spec to parse ice server urls (Take 2).
    alvestrand committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    b47a660 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Configuration menu
    Copy the full SHA
    c26c426 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Configuration menu
    Copy the full SHA
    52da0e0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2877 from w3c/respec-update

    Update to ReSpec version 34.1.2
    dontcallmedom committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    467a611 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Merge pull request w3c#2875 from jan-ivar/removetracknoop

    Make removeTrack() a no-op after transceiver.stop()
    youennf committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1f65a25 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    46a3411 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    5931e44 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2882 from w3c/respec-update

    Update to ReSpec version 34.1.3
    dontcallmedom committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    7becfc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    8b80142 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2883 from w3c/respec-update

    Update to ReSpec version 34.1.4
    dontcallmedom committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    a9d0e22 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Clarify description of "checking" iceConnectionState

    which can happen without explicitly adding remote candidates via
    addIceCandidate when candidate pairs are formed after discovering
    a peer-reflexive candidate upon receiving a valid STUN binding
    request
    
    Fixes w3c#2878
    fippo committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    2e3b569 View commit details
    Browse the repository at this point in the history
  2. Update webrtc.html

    fippo committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    385b9f3 View commit details
    Browse the repository at this point in the history
  3. Update webrtc.html

    Co-authored-by: Dominique Hazael-Massieux <dom@w3.org>
    fippo and dontcallmedom committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    df92424 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request w3c#2884 from fippo/ice-discovers-prflx

    Clarify description of "checking" iceConnectionState
    aboba committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    bc552d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    2b3d707 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2876 from jan-ivar/noconnectionstateclose

    Don't fire connectionstatechange on pc.close().
    jan-ivar committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    98a2fc0 View commit details
    Browse the repository at this point in the history
  3. Add empty RTCEncodeOptions dict and empty encodeOptions argument to s…

    …etParameters
    
    Both are defined as empty in order to allow webrtc-extensions to extend
    them which is done in
      w3c/webrtc-extensions#167
    fippo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    26a7952 View commit details
    Browse the repository at this point in the history
  4. Remove duplicate id

    arguably no need to mark up the change in the algo since it's essentially a no-op, so no substantive impact
    dontcallmedom authored and fippo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    58864fd View commit details
    Browse the repository at this point in the history
  5. empty setParameterOptions

    fippo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    154ab53 View commit details
    Browse the repository at this point in the history
  6. throw more idl at it

    fippo committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    327f978 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. s/second/the second/

    jan-ivar committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    cc37ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f4afda View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2885 from fippo/setparameters-extensions

    Add empty RTCSetParameterOptions dict as argument to setParameters
    aboba committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d8489ee View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Configuration menu
    Copy the full SHA
    9cf7474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d48e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2886 from w3c/respec-update

    Update to ReSpec version 34.1.6
    dontcallmedom committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f0f6712 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Merge pull request w3c#2887 from fippo/fix-markup

    editorial: fix setParameterOptions usage in table of contents
    alvestrand committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    4eef5ab View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    5e092ba View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Export symbols needed by encoded-transform

    Partial fix for w3c#2881
    alvestrand committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4971cdf View commit details
    Browse the repository at this point in the history
  2. Add test annotation.

    jan-ivar committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8fb8bfa View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2891 from w3c/codec-exports

    Export symbols needed by encoded-transform
    alvestrand committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    ece817c View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2890 from jan-ivar/iceserversfix

    Move iceServers limit to setConfiguration steps.
    alvestrand committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3bca514 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Fire icecandidate, gatheringstatechange, icegatheringstatechange & ic…

    …ecandidate events in same task.
    jan-ivar committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    21d59fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e975f6c View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    8a9fdfc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e12f616 View commit details
    Browse the repository at this point in the history
  3. Add amendments

    jan-ivar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b44be93 View commit details
    Browse the repository at this point in the history
  4. remove spurious comma

    jan-ivar committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    489998f View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    5dbb2b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    3f598c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2901 from w3c/respec-update

    Update to ReSpec version 34.1.8
    dontcallmedom committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    682049e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. Configuration menu
    Copy the full SHA
    294a253 View commit details
    Browse the repository at this point in the history
  2. Missing connection ref

    jan-ivar committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1dc10ff View commit details
    Browse the repository at this point in the history
  3. fix indent

    jan-ivar committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    00262c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Mark amendment as correction rather than addition

    not a new feature
    dontcallmedom committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    46363fd View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    0c99003 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2902 from jan-ivar/datachannels

    Prevent GC of non-closed RTCDataChannels
    alvestrand committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    813e08c View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    a927d33 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2903 from w3c/respec-update

    Update to ReSpec version 34.2.0
    dontcallmedom committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    856fe33 View commit details
    Browse the repository at this point in the history
  3. Name and export the RTCIceTransport state update algo.

    Fixes: w3c#2904.
    
    The RTCIceTransport algorithm for a change of the selected candidate
    pair or RTCIceTransportState is referenced in webrtc-extensions
    currently without a proper link because it is not exported from
    webrtc-pc. So name and export the algorithm.
    sam-vi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    106897d View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Configuration menu
    Copy the full SHA
    81ebfbc View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2908 from w3c/respec-update

    Update to ReSpec version 34.2.1
    dontcallmedom committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    1804e42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01f13d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    363600e View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    66a578f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f374868 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7f444d View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Merge pull request w3c#2909 from w3c/binarytype-setter

    Fix binaryType setter requirements
    jan-ivar committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c9901ed View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2905 from sam-vi/samvi-icetransport-algo

    Name and export the RTCIceTransport state update algo
    henbos committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    1d0deef View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Configuration menu
    Copy the full SHA
    693c8b9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2911 from w3c/respec-update

    Update to ReSpec version 34.2.2
    dontcallmedom committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    2f2744f View commit details
    Browse the repository at this point in the history
  3. Fix copyright

    dontcallmedom committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    d86b0b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Configuration menu
    Copy the full SHA
    fe20547 View commit details
    Browse the repository at this point in the history
  2. Fix test data

    dontcallmedom committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    ef3a49b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5340dad View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    91e0c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Configuration menu
    Copy the full SHA
    0493375 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    bf6b594 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2913 from Orphis/binarytype

    Change the default value of binaryType to "arraybuffer"
    Orphis committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    35e0ca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    957f84e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa401d6 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Upgrade action checkout

    dontcallmedom committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f9fe00f View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Fix references to RTCIceCandidate attributes.

    Fixes: w3c#2916.
    
    The containing sentence talks about the derivation of the attributes of RTCIceCandidate, and so it should link to the attibutes of RTCIceCandidate and not to the members of RTCIceCandidateInit.
    sam-vi committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    91661ba View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Merge pull request w3c#2917 from sam-vi/samvi-candidate-attributes

    Fix references to RTCIceCandidate attributes.
    henbos committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4f7d5a3 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    4eee515 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge pull request w3c#2918 from w3c/respec-update

    Update to ReSpec version 34.3.0
    dontcallmedom committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    78be09a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10a7fca View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request w3c#2922 from jan-ivar/senderenvelope

    Move Simulcast envelope concept to RTCRtpSender.
    henbos committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b82b774 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    b1987b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. try amendment

    fippo committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1a9e64c View commit details
    Browse the repository at this point in the history
  2. Assign id of changed markup more granularly

    Ensure generation of valid markup
    dontcallmedom committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2f1b2b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    bdfc532 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2934 from w3c/respec-update

    Update to ReSpec version 34.4.0
    dontcallmedom committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    d3a5c60 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Redefine SendCodecs and ReceiveCodecs

    to contain all supported codecs, revealing only those that are
    "enabled" at any given time.
    
    Fixes: w3c#2925
    alvestrand committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    9499ffa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Merge pull request w3c#2926 from fippo/setcodecpreferences-recvonly

    make setCodecPreferences only look at receive codecs
    alvestrand committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    20474d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    acfa8ad View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2928 from fippo/dont-munge

    add test coverage annotation for sdp munging
    alvestrand committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    92bc258 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    a02178e View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    5ede816 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Update webrtc.html

    alvestrand committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0ae0d13 View commit details
    Browse the repository at this point in the history
  2. Update webrtc.html

    alvestrand committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7d73f7e View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2941 from fippo/dont-overspecify

    remove setCodecPreferences note already covered by JSEP
    alvestrand committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    3d6e620 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Link "tuple" concept

    alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    46fbc87 View commit details
    Browse the repository at this point in the history
  2. Update amendments.json

    alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    fd0ddb7 View commit details
    Browse the repository at this point in the history
  3. Fix commas

    alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    59c796f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988bf42 View commit details
    Browse the repository at this point in the history
  5. try amendment

    fippo authored and alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0946871 View commit details
    Browse the repository at this point in the history
  6. Assign id of changed markup more granularly

    Ensure generation of valid markup
    dontcallmedom authored and alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    090c77b View commit details
    Browse the repository at this point in the history
  7. add test coverage annotation for sdp munging

    fixes w3c#2907
    fippo authored and alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    008968a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7932c68 View commit details
    Browse the repository at this point in the history
  9. Fix commas

    alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    842ff68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74e2ba4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c2d1b55 View commit details
    Browse the repository at this point in the history
  12. Merge pull request w3c#2935 from w3c/redefine-codecs

    Redefine SendCodecs and ReceiveCodecs
    alvestrand committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    dc1fc15 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Upgrade action checkout

    dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    08262cf View commit details
    Browse the repository at this point in the history
  2. Fix references to RTCIceCandidate attributes.

    Fixes: w3c#2916.
    
    The containing sentence talks about the derivation of the attributes of RTCIceCandidate, and so it should link to the attibutes of RTCIceCandidate and not to the members of RTCIceCandidateInit.
    sam-vi authored and dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    4934e29 View commit details
    Browse the repository at this point in the history
  3. Update to ReSpec version 34.3.0

    henbos authored and dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    86bb245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    693e806 View commit details
    Browse the repository at this point in the history
  5. Update to ReSpec version 34.4.0

    henbos authored and dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c08572f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1469c43 View commit details
    Browse the repository at this point in the history
  7. try amendment

    fippo authored and dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    522b8c4 View commit details
    Browse the repository at this point in the history
  8. Assign id of changed markup more granularly

    Ensure generation of valid markup
    dontcallmedom committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2993069 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    146350d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5967497 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Fix typo in error message

    Co-authored-by: youennf <youennf@users.noreply.github.com>
    dontcallmedom and youennf committed Mar 11, 2024
    1 Configuration menu
    Copy the full SHA
    b0b56e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    1e6ed5f View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2946 from w3c/respec-update

    Update to ReSpec version 34.5.0
    dontcallmedom committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a913714 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    c024c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ea7c8b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Apply suggestions from code review

    Co-authored-by: Jan-Ivar Bruaroey <jan-ivar@users.noreply.github.com>
    dontcallmedom and jan-ivar committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    faf1f4c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request w3c#2910 from w3c/amendments-test-annotations

    Document test updates associated with amendments
    jan-ivar committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    7fddf0a View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2948 from jan-ivar/relayprotocol

    Clarify when RTCIceCandidate's relayProtocol and url members are null.
    jan-ivar committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    252ff88 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    f00dc97 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cc9ad8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f047b8 View commit details
    Browse the repository at this point in the history
  4. Fix paths to test files

    dontcallmedom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    fcb1faf View commit details
    Browse the repository at this point in the history
  5. Add links to relevant WPT PRs from amendments list

    Help with reviews of the amendments
    dontcallmedom committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    0347d61 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cd51e8b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Make RTCIceCandidatePair members required

    In webrtc-pc this dictionary is only used as a return type of getSelectedCandidatePair(), which will include both local and remote. This is not a problem.
    
    In https://w3c.github.io/webrtc-extensions/#rtcicetransport the dictionary is used as a non-optional argument, and Web IDL requires that dictionary arguments are optional if there are no required members. Fix this by making them required.
    foolip committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8ca8cd0 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    afeb7fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6b0331 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00f15e5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2949 from w3c/fix-amendments

    Fix bugs in amendments
    aboba committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    ff9e7a1 View commit details
    Browse the repository at this point in the history
  5. Merge pull request w3c#2951 from foolip/patch-1

    Make RTCIceCandidatePair members required
    youennf committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6e18405 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    24b121e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2670d2f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40cc420 View commit details
    Browse the repository at this point in the history
  4. Merge pull request w3c#2894 from jan-ivar/syncgathering

    Queue two tasks upon finishing ICE gathering, and fire gatheringstatechange & icegatheringstatechange in same task
    jan-ivar committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    cfd8322 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Remove duplicate id

    dontcallmedom committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    3141c02 View commit details
    Browse the repository at this point in the history
  2. Fix link to WPt tests

    dontcallmedom committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f4d9c92 View commit details
    Browse the repository at this point in the history
  3. Merge pull request w3c#2954 from w3c/fix-amendments

    Fix amendments
    dontcallmedom committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b7c189a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request w3c#2953 from w3c/jitterBufferTarget

    Integrate jitterBufferTarget as candidate addition
    jan-ivar committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    52e76ec View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    489f23d View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2957 from w3c/export-receive-codec

    Export RTCRtpReceiver.ReceiveCodec
    alvestrand committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9a4d778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61ea355 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f9e58b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    116fe19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1fde195 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge pull request w3c#2958 from jan-ivar/setcodecprefs

    Rename to "codec dictionary match" algorithm and remove index consistency claim
    jan-ivar committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    f0aa1a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2960 from jan-ivar/rtcrtpcodec

    Have setCodecPreferences take sequence<RTCRtpCodec>
    alvestrand committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    35056c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    4c94f54 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    2def52b View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2965 from w3c/respec-update

    Update to ReSpec version 35.0.0
    dontcallmedom committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    b80fc62 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Configuration menu
    Copy the full SHA
    e2f5235 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49c99ac View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Merge pull request w3c#2962 from jan-ivar/removeduplicates

    Avoid setCodecPreferences confusion over which duplicates are removed
    alvestrand committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    497a456 View commit details
    Browse the repository at this point in the history
  2. Merge pull request w3c#2966 from w3c/jsep-bis

    Replace references to RFC8829 with RFC9429
    alvestrand committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    012e071 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    ef54f5a View commit details
    Browse the repository at this point in the history