Skip to content
Snippets Groups Projects
  1. Jun 01, 2020
  2. May 31, 2020
  3. May 29, 2020
    • George Kiagiadakis's avatar
      props: refactor WpSpaProps into WpProps · 9ae70711
      George Kiagiadakis authored
      - make it a GObject so that it can emit its own signals
      and so that it can be shared between multiple proxies
      - share the WpProps instance between endpoints, endpoint-streams
      and their underlying nodes
      - introduce the concept of the caching mode that redirects _set
      to _set_param of the proxy that actually has the props; this allows
      shared WpProps to actually set changes on the correct proxy
      in a transparent way
      - change methods to consume the ref of the pod and reflect that
      also on wp_proxy_set_prop()
      - refactor the export process on endpoints & endpoint-streams
      so that they always get all the required features (info, props, bound)
      and make it async so that we can take time to prepare the underlying
      node to have FEATURE_PROPS
      - update the props & endpoint unit tests, bringing back all the
      checks that the endpoint unit test used to have
      9ae70711
  4. May 26, 2020
  5. May 25, 2020
  6. May 20, 2020
  7. May 19, 2020
  8. May 16, 2020
  9. May 15, 2020
  10. May 14, 2020
  11. May 13, 2020
  12. May 12, 2020
  13. May 11, 2020
  14. May 08, 2020
    • George Kiagiadakis's avatar
      session-item: remove the ACTIVATING/EXPORTING flag before the callback · 55f56fec
      George Kiagiadakis authored
      It is a valid use case to do things like call wp_session_item_export()
      from within the async ready callback of _activate(), and it's not
      possible unless the ACTIVATING flag has been cleared first.
      
      To do this, use a GCClosure to wrap the callback and install marshal
      guards, which are called before and after the callback, to modify
      the flags.
      55f56fec
Loading