zapbot - ZAP helper bot
zapbot - ZAP helper bot
``` To include access to reports in all formats (XML, HTML...) ``` Original issue reported on code.google.com by `psiinon` on 2012-08-19 09:04:39
``` Ideally ZAP should also remember if you resize windows and keep those sizes on a restart. There are also loads of places in the case that do things like:...
``` implemented first batch of size() changes in r547. Need to do some research, Swing window size stuff aint trivial (how about SetPrefferedSize() ?) ``` Original issue reported on code.google.com...
``` Hi, started to implement a (still incomplete prototype) and attached the patch. I will continue to work on soon. ``` Original issue reported on code.google.com by `[email protected]` on 2011-05-24...
``` I've fixed to handle state, location and size correctly. (patch attached, not yet committed) Example: Main Window and EncodeDecodeHash window - Others not yet tested! Question: Do we need...
``` Just an update of the patch ``` Original issue reported on code.google.com by `[email protected]` on 2011-05-25 19:31:45
``` OK, now I would say, I'm done for every Frame, which uses our AbstractFrame. ``` Original issue reported on code.google.com by `[email protected]` on 2011-05-25 19:44:14
``` Question: Do we need this option 'getWmUiHandlingOption() == 0' anymore? Should we implement this for v1.3? WDYT? ``` Original issue reported on code.google.com by `[email protected]` on 2011-05-27 13:45:35
``` Sorry, not been following this dev closely enough ;) What does that change mean? What are the implications? ``` Original issue reported on code.google.com by `psiinon` on 2011-05-27 13:56:31
``` getWmUiHandlingOption() is to differentiate between the old UI window size behaviour, and the new one. If we remove it, we have no backward compatibility. IMHO the best solution is...