Skip to content

Commit ff0371e

Browse files
author
Vasyl Vavrychuk
committed
clean code of selenium-2.43.1
1 parent fce1139 commit ff0371e

File tree

4,507 files changed

+197141
-284127
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,507 files changed

+197141
-284127
lines changed

.buckconfig

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[java]
2+
src_roots = /java/client/src, /java/client/test, /java/server/src, /java/server/test
23

34
[project]
45
ignore = \
@@ -7,11 +8,14 @@
78
build
89

910
[test]
10-
# Maximum timeout of 1 minute per test.
11-
timeout = 60000
11+
# Maximum timeout of 10 minutes per test (since each suite counts as a test)
12+
timeout = 600000
13+
run_transitive = false
1214

1315
[alias]
1416
chrome = //java/client/src/org/openqa/selenium/chrome:chrome
1517
firefox = //java/client/src/org/openqa/selenium/firefox:firefox
1618
htmlunit = //java/client/src/org/openqa/selenium/htmlunit:htmlunit
1719
remote = //java/client/src/org/openqa/selenium/remote:remote
20+
21+
leg-rc = //java/client/src/com/thoughtworks/selenium:legacy-selenium-client

.buckjavaargs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError

.buckversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d8778008a24ce880dbc79f3639447048c1293528
1+
845fb318f1447178ea9ddd2aeaf4231cdc8b6887

.gitignore

Lines changed: 5 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -11,50 +11,22 @@ junitvmwatcher*.properties
1111
test-output/
1212
.*.swp
1313
common/build
14-
firefox/build
15-
htmlunit/build
16-
jobbie/build
17-
selenium/build
18-
support/build
19-
iphone/lib/buildtime-src/cocoahttpserver/build/CocoaHTTPServerLibrary.build/Release-iphonesimulator/CocoaHTTPServer.build
20-
iphone/lib/buildtime-src/build/
21-
iphone/build/
22-
iphone/src/objc/atoms.h
2314
/build/
24-
android/client/bin/
25-
android/server/bin/
26-
android/gen/org/openqa/selenium/android/app/BuildConfig.java
27-
android/gen/org/openqa/selenium/android/app/Manifest.java
28-
android/gen/org/openqa/selenium/android/app/R.java
2915
cpp/iedriver/IEReturnTypes.h
30-
java/org/openqa/selenium/ie/IeReturnTypes.java
3116
java/client/src/org/openqa/selenium/ie/IeReturnTypes.java
3217
javascript/deps.js
18+
javascript/node/selenium-webdriver/node_modules/
3319
.idea/vcs.xml
3420
.idea/misc.xml
3521
.idea/workspace.xml
3622
.idea/dictionaries/
3723
.idea/scopes/
24+
.idea/qaplug_profiles.xml
3825
out
3926
cpp/IEDriver/sizzle.h
40-
third_party/gecko-2/linux
41-
third_party/gecko-2/linux64
42-
third_party/gecko-2/win32
43-
third_party/gecko-1.9.2/linux
44-
third_party/gecko-1.9.2/win32
45-
third_party/gecko-5/linux
46-
third_party/gecko-5/linux64
47-
third_party/gecko-5/win32
48-
third_party/gecko-6
49-
third_party/gecko-7
50-
third_party/gecko-8
5127
third_party/gecko-*
5228
cpp/iedriver/Generated/atoms.h
5329
chromedriver.log
54-
android/libs
55-
android/bin
56-
android/local.properties
57-
android/proguard.cfg
5830
junit*.properties
5931
WebDriver.suo
6032
WebDriver.sln.cache
@@ -64,6 +36,7 @@ WebDriver.sln.cache
6436
rb/.yardoc
6537
.tm_properties
6638
maven/*/src
39+
maven/target
6740
maven/*/target
6841
java/client/build/
6942
java/server/build/
@@ -92,3 +65,5 @@ GRTAGS
9265
GSYMS
9366
GTAGS
9467
.project
68+
Gemfile.lock
69+
/rb/.bundle

.idea/ant.xml

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/codeStyleSettings.xml

Lines changed: 62 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/copyright/profiles_settings.xml

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/android.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.idea/libraries/commons_codec.xml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/libraries/commons_httpclient.xml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)