1. 28 1月, 2017 1 次提交
  2. 27 1月, 2017 2 次提交
  3. 25 1月, 2017 2 次提交
    • J
      Don't assert for ProjectTracker reads off the UI thread · d985f3f5
      Jason Malinowski 提交于
      Unfortunately CodeLens (and others) might still be doing this, so
      we won't assert if it's already been initialized. This is risky but
      restores to closer to the original behavior until we can get all
      callers updated.
      d985f3f5
    • J
      Don't defer the call to CreateEventingTaskQueue() · 9d3f85f3
      Jason Malinowski 提交于
      If we try deferring this, we might end up calling it on the first thread
      to raise an event, instead of thread that created the workspace, which
      was our previous contract. The default implementation looks at whether
      there is a SynchronizationContext to determine what the scheduler is
      to use, so the change matters.
      9d3f85f3
  4. 21 1月, 2017 6 次提交
  5. 20 1月, 2017 25 次提交
  6. 19 1月, 2017 4 次提交