Skip to content

Commit 0d46e92

Browse files
committed
Correcting tabs-vs-spaces in java CHANGELOG
1 parent aa3cce2 commit 0d46e92

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Diff for: java/CHANGELOG

+12-12
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ WebDriver:
1010
management is implemented in IEDriverServer now.
1111
* The logging level for the FirefoxDriver's native components can now
1212
be set from the command line with the SELENIUM_LOG_LEVEL
13-
environment variable. Valid values are ERROR, WARN, INFO, DEBUG,
14-
and TRACE. If the value is not set, or an unrecognized value is
15-
specified, the log level will be set to FATAL (which was the
16-
previous behavior).
13+
environment variable. Valid values are ERROR, WARN, INFO, DEBUG,
14+
and TRACE. If the value is not set, or an unrecognized value is
15+
specified, the log level will be set to FATAL (which was the
16+
previous behavior).
1717
* Implemented ability to return Date object from executeScript
1818
(Firefox only).
1919
* Fixed Firefox returning the actual state of nativeEvents.
@@ -26,22 +26,22 @@ WebDriver:
2626
subsequent "clean-up" quit() so the error from start is not lost.
2727
* Added an alternate, and Android-friendly, implementation of the
2828
Augmenter that uses JDK interface proxies instead of cglib. This
29-
new implementation is available as org.openqa.remote.JdkAugmenter;
30-
the default Augmenter implementation still relies on cglib.
29+
new implementation is available as org.openqa.remote.JdkAugmenter;
30+
the default Augmenter implementation still relies on cglib.
3131
* Prevented an infinite loop when computing overflow state when the
3232
documentElement has fixed position.
3333
* Improveed logging for UnixProcess#destroy().
3434
* If an error is thrown while typing a key sequence, return that
3535
error to the client. Prior to this change, the driver would
36-
effectively hang.
36+
effectively hang.
3737
* Do not attempt to generate a key event if the target element is no
3838
longer attached to the DOM. nsIPressShell (which is used to
39-
dispatch events) will throw a generic NS_UNEXPECTED_ERROR if we
40-
fail to make this check.
39+
dispatch events) will throw a generic NS_UNEXPECTED_ERROR if we
40+
fail to make this check.
4141
* FIXED: 3107: (On behalf of Ross Patterson) Preventing possible NPE.
4242
* FIXED: 4501: (On behalf of Robert Ambrus) Introduced a system
4343
property org.openqa.jetty.SocketListener.bufferSize that allows to
44-
set the size of the buffer Jetty uses for network communications.
44+
set the size of the buffer Jetty uses for network communications.
4545
* FIXED: 4698: Added missing expected conditions.
4646
* FIXED: 5295: User defined element properties should be retrievable
4747
with getAttribute.
@@ -68,8 +68,8 @@ WebDriver JS:
6868
unable to retrieve the current system's range.
6969
* FIXED: 6617: Checking for Error.captureStackTrace is sufficient to
7070
determine if an environment supports stack traces. This avoids
71-
unnecessarily triggering debuggers configured to halt when an error
72-
is thrown.
71+
unnecessarily triggering debuggers configured to halt when an error
72+
is thrown.
7373
* FIXED: 6627: Safely rebuild chrome.Options from a partial JSON spec.
7474

7575
Grid:

0 commit comments

Comments
 (0)