forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating libraries to the following: commons-lang 3.4 cssparser 0.9.15 some more tests are fine in htmlunit Signed-off-by: Luke Inman-Semerau <[email protected]>
- Loading branch information
Showing
52 changed files
with
83 additions
and
51 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
java_library(name = "commons-lang", | ||
deps = [ | ||
"commons-lang3-3.3.2.jar" | ||
"commons-lang3-3.4.jar" | ||
]) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
java_library(name = "cssparser", | ||
deps = [ | ||
"cssparser-0.9.14.jar", | ||
"cssparser-0.9.15.jar", | ||
"//third_party/java/sac" | ||
]) |
Binary file not shown.
Binary file not shown.
This file contains 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
This file contains 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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+1000 KB
...y/java/htmlunit/htmlunit-core-js-2.15.jar → ...y/java/htmlunit/htmlunit-core-js-2.16.jar
Binary file not shown.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,32 @@ | ||
prebuilt_jar(name = 'jetty-websocket', | ||
binary_jar = 'jetty-websocket-8.1.8.jar', | ||
java_library(name = 'jetty-websocket', | ||
exported_deps = [ | ||
':websocket-api', | ||
':websocket-client', | ||
':websocket-common', | ||
':jetty-util', | ||
':jetty-io', | ||
], | ||
visibility = [ | ||
'//third_party/java/...', | ||
], | ||
) | ||
|
||
prebuilt_jar(name = 'websocket-api', | ||
binary_jar = 'websocket-api-9.2.10.v20150310.jar', | ||
) | ||
|
||
prebuilt_jar(name = 'websocket-client', | ||
binary_jar = 'websocket-client-9.2.10.v20150310.jar', | ||
) | ||
|
||
prebuilt_jar(name = 'websocket-common', | ||
binary_jar = 'websocket-common-9.2.10.v20150310.jar', | ||
) | ||
|
||
prebuilt_jar(name = 'jetty-util', | ||
binary_jar = 'jetty-util-9.2.10.v20150310.jar', | ||
) | ||
|
||
prebuilt_jar(name = 'jetty-io', | ||
binary_jar = 'jetty-io-9.2.10.v20150310.jar', | ||
) |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
java_library(name = "jetty-websocket", | ||
deps = [ | ||
"jetty-websocket-8.1.8.jar", | ||
"websocket-api-9.2.10.v20150310.jar", | ||
"websocket-client-9.2.10.v20150310.jar", | ||
"websocket-common-9.2.10.v20150310.jar", | ||
"jetty-util-9.2.10.v20150310.jar", | ||
"jetty-io-9.2.10.v20150310.jar" | ||
]) |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+34.9 KB
third_party/java/jetty-websocket/websocket-client-9.2.10.v20150310.jar
Binary file not shown.
Binary file added
BIN
+176 KB
third_party/java/jetty-websocket/websocket-common-9.2.10.v20150310.jar
Binary file not shown.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
java_library(name = "nekohtml", | ||
deps = [ | ||
"nekohtml-1.9.21.jar" | ||
"nekohtml-1.9.22.jar" | ||
]) |
Binary file renamed
BIN
+110 KB
...java/nekohtml/nekohtml-1.9.21-sources.jar → ...java/nekohtml/nekohtml-1.9.22-sources.jar
Binary file not shown.
Binary file renamed
BIN
+122 KB
...d_party/java/nekohtml/nekohtml-1.9.21.jar → ...d_party/java/nekohtml/nekohtml-1.9.22.jar
Binary file not shown.