- Sep 20, 2018
-
-
Sergey Linev authored
if sender thread was started, one have to call join it - even when thread function was normally returned
-
Sergey Linev authored
If does not respond after specified time - kill it
-
Sergey Linev authored
Probably, one could create special class for canvas
-
Sergey Linev authored
This items not need to be shared outside connection mutex
-
Sergey Linev authored
Does not work for now, may be later better solution will be found
-
Sergey Linev authored
In normall condition headless chrome immediately exits after page and all scripts are loaded. To keep it running, special flag was used enabling debugging mode and external ports. Much better solution - append special script to the page which never loads. Chrome will keep running forever - until we kill it.
-
Sergey Linev authored
Required for headless browser. Must be carefully done, while requests processing performed from THttpServer thread
-
Sergey Linev authored
This is special requests, which does not processed immediately but hold for the long time by the receiver. For the moment used in RWebWindow to hold headless browser until processing is done
-
Sergey Linev authored
-
Sergey Linev authored
Some browsers (like newer Chrome) make fragmentation on chunks of 120KB. In the handler one need to combine chunks together before providing to user code
-
Sergey Linev authored
Then connection is closed by client or when batch job is completed, one can try to delete temporary profile for that job, which can be about 30 MB.
-
Sergey Linev authored
Otherwise firefox always tries to access default profile, which is in many cases not a proper way.
-
Sergey Linev authored
It replaced --remote-debugging-socket-fd from previous chrome versions. It is workaround to let chrome runs longer in batch mode Probably better solution can be implemented - with support from the server side
-
AliAyub007 authored
-
AliAyub007 authored
Added --version to TApplicattion Included commit hash and architecture removed mistake
-
- Sep 19, 2018
-
-
Guilherme Amadio authored
-
Enrico Guiraud authored
...as the presence of a datasource changes the type of RInterface.
-
Enrico Guiraud authored
-
Oksana Shadura authored
It triggers wrong behaviour of Jenkins parser together with CDash adding ANSI escape symbols: NON-XML-CHAR-0x1B][0m[NON-XML-CHAR-0x1B]
-
Yuka Takahashi authored
GetSize is deprecated from 3.3 (https://docs.python.org/3/c-api/unicode.html#c.PyUnicode_GetSize) and the new recommendation is to use PyUnicode_GetLength.
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-
Kim Albertsson authored
-
Kim Albertsson authored
Ensure that variables are actually read from the TTree...
-
Kim Albertsson authored
-
Sergey Linev authored
-
- Sep 18, 2018
-
-
Yuka Takahashi authored
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
Based on the solution exposed here: https://github.com/root-project/root/commit/9339de9e644b06d5f77607f83aea118969cab7b6
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
Xavier Valls Pla authored
-
Danilo Piparo authored
-
Danilo Piparo authored
-
Danilo Piparo authored
this has been resolved relying on value printing itself for the individual items.
-
Lorenzo Moneta authored
-
- Sep 17, 2018
-
-
Stefan Wunsch authored
-
Enrico Guiraud authored
-
Enrico Guiraud authored
-