1. 17 Feb, 2020 14 commits
  2. 13 Feb, 2020 22 commits
  3. 12 Feb, 2020 1 commit
  4. 11 Feb, 2020 3 commits
    • Fix demo app download notification · 7a849e11
      PiperOrigin-RevId: 294503035
      olly committed
    • Format: Move language into common fields section · 147f70bf
      Language is already applicable to image formats as well.
      It can also apply to video formats. For example when the
      video contains burnt in subtitles. Also, some animation
      studios produce multiple variants of animations, in which
      text within the scene itself (e.g., a signpost) is
      replaced to be language specific.
      
      PiperOrigin-RevId: 294500227
      olly committed
    • DataSpec: Make DataSpecTest more useful · 39c65c65
      - Replace tests specific to HTTP request headers with tests that
        more generally test constructor correctness.
      - Add test specifically around the constructor that infers the
        HTTP method from postBody, since that's a non-trivial bit of
        constructor logic.
      
      Note: In general, I'm not sure this type of test (i.e., testing a
      bit of trivial copying through a constructor) is worth the cost
      of writing and maintaining them. That said, checking the new
      uriPositionOffset is calculated correctly is non-trivial, as is
      the HTTP method inference, so keeping them for now.
      PiperOrigin-RevId: 294488684
      olly committed