libreoffice-online:private/mmeeks/fixing

Last commit made on 2017-04-06
Get this branch:
git clone -b private/mmeeks/fixing https://git.launchpad.net/libreoffice-online

Branch merges

Branch information

Name:
private/mmeeks/fixing
Repository:
lp:libreoffice-online

Recent commits

2e372b7... by Michael Meeks <email address hidden>

Let the DocBroker thread clean itself up and expire.

fb4fbdd... by Jan Holesovsky <email address hidden>

Disable the unreliable unit tests.

Change-Id: I1de9cc566b1b88563152aa36a5505867e46ea2af

3d945a5... by Michael Meeks <email address hidden>

Revert "Don't cleanup DocumentBrokers that still have their thread running."

This reverts commit df8dc43be4980302d4287c0692d02cf4fe6ca253.

DocumentBroker::isAlive already checks _threadFinished.

df8dc43... by Michael Meeks <email address hidden>

Don't cleanup DocumentBrokers that still have their thread running.

Plenty of time to do that next time around the cleanup.
We should still, really be doing the majority of the timeout work
inside the DocumentBroker poll itself.

2124ec3... by Pranav Kant <email address hidden>

net: Disable deflate unconditionally

First reason is that compression is very slow, and we re-compress the
files again and again.

Another reason is that IE/Edge doesn't work well with deflate turned on.
Related: https://connect.microsoft.com/IE/feedbackdetail/view/950689
The documents are not loaded at all with current code snapshot modulo
this patch.

Change-Id: I1fdd85856f448dc4ce02e1ab79e9c7474c3bb7f3

14a8797... by Jan Holesovsky <email address hidden>

Change the ssl termination default to 'false'.

Change-Id: Iafd3f3e7ccc423fa3b04c20a141e44554df6db90

d559471... by Pranav Kant <email address hidden>

loleaflet: Exit early for invalid commandvalues

LO core doesn't output any change tracking information for spreadsheets
which results in sending an empty 'commandvalues: ' message to
loleaflet. While the actual fix for it would go in LO core, lets handle
this empty case for now in loleaflet, so that we don't throw any runtime
JS exceptions.

Change-Id: Id2b66b8e7f1c87b074d3e72168e0ca3c3c0d345d

4538ac9... by Jan Holesovsky <email address hidden>

Fix comment, we run the even the loolforkit under callgrind now.

Change-Id: Ic0357cb65d79af2473575a2248bfc5d86bce28ed

fa042ed... by Jan Holesovsky <email address hidden>

Make the callgrinding possible again.

Change-Id: I9e8e0e3d088c4af29f2701a0318a508f14327fff

a4176cf... by Ashod Nakashian <email address hidden>

wsd: don't invoke poll handler when invalidated

Only during shutdown do we expect a callback
to invalidate the pollSockets, but if it happens
we shouldn't invoke the poll handlers.

Change-Id: I2f56da19aec2f04cc871bd4eae1f93da110e0eb9
Reviewed-on: https://gerrit.libreoffice.org/36189
Reviewed-by: Ashod Nakashian <email address hidden>
Tested-by: Ashod Nakashian <email address hidden>