1. 06 Agu, 2015 22 kayıt (commit)
  2. 05 Agu, 2015 14 kayıt (commit)
  3. 04 Agu, 2015 4 kayıt (commit)
    • Michael Stahl's avatar
      tdf#76845: wizards: fix Web wizard XSLT deadlock on Windows · 62de18ab
      Michael Stahl yazdı
      The web wizard runs some XSLT over the exported file.  It registers
      a handler that is called when the output stream is closed, and this
      Process.streamClosedHandler() calls terminate(), which causes the
      deadlock, because it wants to join() the extra XSLT thread but the
      handler is actually called from the XSLT thread itself.
      
      Fix that by moving the terminate() to another function that runs in the
      main thread.
      
      It does not deadlock on Unixes because osl_joinWithThread() actually
      detects an attempt to join the calling thread and returns early.
      
      Change-Id: Ia176562fa28b97c7e8956c1e8975c9aa6ee23236
      62de18ab
    • Michael Stahl's avatar
      wizards: text.TextDocument.getPageCount called as class method only · c1617b8d
      Michael Stahl yazdı
      Change-Id: I9888f8ab7bccdd2902d619487279999f2ff9ab13
      c1617b8d
    • Michael Stahl's avatar
      wizards: FileAccess.getURL1 is unused · 71dbc4ac
      Michael Stahl yazdı
      Change-Id: I3afde8e7f8b0b88e8f1a5d1ad71429c2aa7d7a94
      71dbc4ac
    • Michael Stahl's avatar
      wizards: FileAccess.getURL does not work on Windows · 8bf374b9
      Michael Stahl yazdı
      The hard-coded "/" separator causes getFileURLFromSystemPath to fail,
      and it's not obvious why the URL is being converted to a system path
      in the first place.
      
      Change-Id: I06ebe6d92954c4f3c884ae6f0b327ea8a36c10a4
      8bf374b9