-
Notifications
You must be signed in to change notification settings - Fork 30
java.util.regex, javajs.http, Object[ ] instanceof, other minor issues #175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- See test.Test_URL_POST for a very simple Java + JavaScript solution. - For JavaScript, can be a simple Map<String,Object> or an Object[][] array of [name, value, content-type, filename] - browsers do NOT allow full binary with boundaries; the FormData object sets that up for us.
supported on (some?) macs
- proper handling of (?x) inline flags - adds \Q...\E literals - corrects (.*) issue - adds DOTALL option - does not allow access to group source start/end but otherwise does work properly with groups.
- JSHttpClient renamed SimpleHttpClient - Java or JavaScript - no org.apache.http dependence - adds addFormField with contentType and file name - adds removeFormField - combines htParams and formData into one list
Conclusion is that these are not HTML calls; we should use %20.
j2sApplet fix allows file:/ for code and document paths j2sClazz fix for Array.newInstance(Integer.TYPE, 1, 2, 3);
- streamlines Window, JInternalPane, JFrame, Frame, Container class construction. - fixes MenuBar preliminary incorrect preferredSize - refines J2sMenu separator to thinner line - removes ugly Chrome highlight from panels. - catches JSMouse jqEvent c == null - removes spellcheck from TextField
- JTable minor performance improvements - JSSliderUI fix for labels only - JSPopupMenuUI for no invoker - needless XXX.super.yyy() removed (functional, just indicating unnecessarily large nested anonymous class methods) - JSFrameUI comment out - JLabel video icon may not have ui.domNode yet - JSUtil check for File vs Path in caching
- breaks 3/2015 Google Closure Compiler - GCC 20200614 is not adequate, adding unnecessary operations for for() nd requiring substantially more space.
- BufferedImage copy; - closure_compiler to orig. - JSComponent/UI
java.util.concurrent.CompletableFuture and Unsafe field fix
BobHanson
added a commit
that referenced
this pull request
Jul 28, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.