summaryrefslogtreecommitdiffstats
path: root/WebCore/page/Connection.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing NLBruce Beare2010-06-251-1/+1
| | | | | Change-Id: I6757ab42e52b9d878f06da4bdc757c4626e3d0c5 Signed-off-by: Bruce Beare <brucex.j.beare@intel.com>
* Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-151-0/+39
The online event is fired when the networkType changes. Bug: 2368650