[rfc][icedtea-web][policyeditor] Copy Paste refactored to use System Clipboard
Lukasz Dracz
ldracz at redhat.com
Thu Jul 17 20:32:24 UTC 2014
Hello,
I have been working with Andrew A on a patch that refactors the copy and paste functionality to use the system clipboard. We had to refactor the parsing to allow it take in Strings instead of requiring a file.
2014-07-14 Andrew Azores <aazores at redhat.com>
Lukasz Dracz <ldracz at redhat.com>
* netx/net/sourceforge/jnlp/resources/Messages.properties
(PEClipboardError, PEInvalidPolicy, PEClipboardAccessError): added
* netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditor.java
(renameCodebaseButtonAction, copyCodebaseButtonAction, pasteCodebaseButtonAction):
changed functionality to call methods from PolicyEditorController
that use system clipboard
* netx/net/sourceforge/jnlp/security/policyeditor/PolicyEditorController.java
(addPolicyEntry): added
(openAndParsePolicyFile): throws new exception InvalidPolicyException
(copyCodebaseToClipboard, getClipboardContentAsString, getPolicyEntryFromClipboard,
getCodebaseFromClipboard, getPermissionsFromClipboard,
getCustomPermissionsFromClipboard): new methods
* netx/net/sourceforge/jnlp/security/policyeditor/PolicyEntry.java
(getCodebase, getPermissions, getCustomPermissions, fromString,
validatePolicy): new overloaded methods
* netx/net/sourceforge/jnlp/security/policyeditor/PolicyFileModel.java
all methods made synchronized (openAndParsePolicyFile): extracted and modified
parsing logic
(parsePolicyString): new method
(clearPermissions): also clears Custom Permissions now
* netx/net/sourceforge/jnlp/security/policyeditor/InvalidPolicyException.java:
added new exception
* netx/net/sourceforge/jnlp/security/policyeditor/CustomPermission.java
(equals, hashCode): Override these methods to be able to compare custom permissions.
New constructors for custom permission, one of the constructors takes only PermissionType, PermissionTarget
and the other takes an additional PermissionActions
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/CustomPermissionTest.java,
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/PolicyEditorParsingTest.java,
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/PolicyEditorTest.java,
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/PolicyEditorControllerTest.java,
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/PolicyEntryTest.java,
* tests/netx/unit/net/sourceforge/jnlp/security/policyeditor/PolicyFileModelTest.java:
added new unit tests
Thank you,
Lukasz Dracz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PolicyEditorUnitTests.patch
Type: text/x-patch
Size: 48792 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140717/3921c4a5/PolicyEditorUnitTests-0001.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: copyPasteRefactoredToUseSystemClipboard-5.patch
Type: text/x-patch
Size: 41144 bytes
Desc: not available
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20140717/3921c4a5/copyPasteRefactoredToUseSystemClipboard-5-0001.patch>
More information about the distro-pkg-dev
mailing list