Skip to content
Snippets Groups Projects
  1. Feb 11, 2015
  2. Feb 06, 2015
  3. Feb 04, 2015
  4. Feb 03, 2015
  5. Jan 30, 2015
  6. Feb 03, 2015
    • Jonathan Yap's avatar
      STORM-2082 Reformat preset floaters. · 45b59881
      Jonathan Yap authored
      Remove Impostor checkbox.
      That control is now merged into the right side of the impostors slider.
      Maximum ARC still depends on impostors being enabled.  Once that dependency is removed
      in llvoavatar then it will be necessary to reflect that change in the UI code.
      45b59881
  7. Jan 29, 2015
  8. Jan 27, 2015
  9. Jan 26, 2015
  10. Jan 25, 2015
  11. Jan 24, 2015
  12. Jan 23, 2015
    • Nat Goodspeed's avatar
      Explain why LLHost::setHostByName() / getHostName() test skipped. · e79b1dfb
      Nat Goodspeed authored
      A skip() stating that we don't yet understand why the test fails is implicitly
      an open action item. This one isn't open. Save future developers the research.
      e79b1dfb
    • Nat Goodspeed's avatar
      Re-enable skipped test: evidently Windows APR libs CAN transcode. · 834a1f6a
      Nat Goodspeed authored
      I don't know at what point the skip() was introduced, but that test now passes
      even on Windows.
      834a1f6a
    • Nat Goodspeed's avatar
    • Nat Goodspeed's avatar
      Make MandatoryUpdateMachine use LLLoginInstance's LLNotificationsInterface. · c93648e3
      Nat Goodspeed authored
      LLLoginInstance has a test hook setNotificationsInterface(), used by
      lllogininstance_test.cpp to redirect notifications through a dummy
      LLNotificationsInterface implementation. Certain of LLLoginInstance's
      MandatoryUpdateMachine state classes need to post notifications too; but until
      now they directly called LLNotificationsUtil::add(). In the production viewer,
      this should (!) be the same as calling through LLLoginInstance::mNotifications
      -- but it broke two of the LLLoginInstance unit tests, so they were skipped.
      Since MandatoryUpdateMachine's constructor is already passed the invoking
      LLLoginInstance&, make it store the reference. Add MandatoryUpdateMachine::
      getNotificationsInterface(), which forwards to new LLLoginInstance::
      getNotificationsInterface(). Change LLNotificationsUtil::add() calls in
      MandatoryUpdateMachine state classes to call through mMachine's
      getNotificationInterface() instead.
      This allows us to remove #include "llnotificationsutil.h" from
      lllogininstance.cpp, also that #include plus stub LLNotificationsUtil::add()
      implementation from lllogininstance_test.cpp.
      Finally, it allows us to remove the skip() calls from the two unit tests.
      c93648e3
  13. Jan 22, 2015
  14. Jan 21, 2015
  15. Jan 20, 2015
  16. Jan 19, 2015
  17. Jan 16, 2015
Loading