| Commit message (Expand) | Author | Age | Files | Lines |
* | Update includes to new header locations. | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Use a better error code for when an extension blocks a network request using | mpcomplete@chromium.org | 2011-10-21 | 1 | -1/+17 |
* | Add error description to the DidFailProvisionalLoad callback. | mkosiba@chromium.org | 2011-10-11 | 1 | -0/+9 |
* | Create content::RenderThread interface and make code in chrome use that. | jam@chromium.org | 2011-10-06 | 1 | -2/+3 |
* | Return an error when multiple Location or Content-Disposition | mmenke@chromium.org | 2011-10-04 | 1 | -0/+21 |
* | move webkit_glue::GetWebKitLocale to content. | dpranke@chromium.org | 2011-09-20 | 1 | -1/+3 |
* | chromeos proxy ui enhancements | kuan@chromium.org | 2011-08-22 | 1 | -0/+18 |
* | Use a different error code for pinning errors. | agl@chromium.org | 2011-08-22 | 1 | -0/+7 |
* | Detect Kaspersky SSL MITM and give a helpful error message. | agl@chromium.org | 2011-07-01 | 1 | -0/+12 |
* | Use base::win::GetVersion for Windows run-time version checks in preference to | mark@chromium.org | 2011-06-14 | 1 | -6/+7 |
* | Add error text and resolution instructions to network | mmenke@chromium.org | 2011-05-20 | 1 | -22/+30 |
* | More https for support URLs. | cevans@chromium.org | 2011-04-13 | 1 | -1/+1 |
* | Change text of DNS prefetch option to Network prediction option. | cbentzel@chromium.org | 2011-04-07 | 1 | -10/+12 |
* | Add error text and resolution suggestions for ERR_NAME_NOT_RESOLVED. | mmenke@chromium.org | 2011-03-07 | 1 | -12/+44 |
* | Adds basic error text for all errors with a 1% or greater | mmenke@chromium.org | 2011-02-01 | 1 | -1/+36 |
* | Move ExtensionRendereInfo into common and call it ExtensionSet instead. | aa@chromium.org | 2011-01-29 | 1 | -1/+1 |
* | Change UTF8ToUTF16 to accept const StringPiece&. | suzhe@google.com | 2011-01-28 | 1 | -1/+1 |
* | Refactor away all the duplicate extension data structures in | aa@chromium.org | 2011-01-26 | 1 | -5/+8 |
* | Move l10n_util to ui/base | ben@chromium.org | 2011-01-21 | 1 | -1/+1 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -1/+1 |
* | Give user the ability to disable the URL request throttler: | yzshen@google.com | 2010-12-23 | 1 | -0/+7 |
* | Add error text for ERR_DETAILS_CACHE_READ_FAILURE and | mmenke@chromium.org | 2010-12-16 | 1 | -0/+14 |
* | Repoint the ESET error Learn More link. | agl@chromium.org | 2010-12-13 | 1 | -1/+1 |
* | Modify neterror.html so that it can handle errors without | mmenke@chromium.org | 2010-11-20 | 1 | -5/+3 |
* | Error text for "ERR_ADDRESS_UNREACHABLE", which can be caused by almost | mmenke@chromium.org | 2010-11-12 | 1 | -14/+35 |
* | Update the error page template to be a little prettier. | mmenke@chromium.org | 2010-11-08 | 1 | -6/+0 |
* | net: Silently disable False Start when NetNanny is detected. | agl@chromium.org | 2010-11-05 | 1 | -12/+0 |
* | Adds error text for the ERR_NETWORK_ACCESS_DENIED error, | mmenke@chromium.org | 2010-11-02 | 1 | -14/+21 |
* | Adds Linux error text for when there is no internet connection | mmenke@chromium.org | 2010-10-20 | 1 | -14/+7 |
* | net: detect and error out with ESET HTTPS interception + False Start | agl@chromium.org | 2010-10-11 | 1 | -2/+26 |
* | Adds better error text for case where there is no network connection (ERR_INT... | mmenke@chromium.org | 2010-10-11 | 1 | -7/+47 |
* | Initial pass for proxy server error message change. | mmenke@chromium.org | 2010-10-04 | 1 | -0/+21 |
* | net: add help link for ERR_SSL_WEAK_SERVER_EPHEMERAL_DH_KEY | agl@chromium.org | 2010-10-01 | 1 | -1/+13 |
* | Fix a regression in r59258. | wtc@chromium.org | 2010-09-14 | 1 | -1/+1 |
* | Uses an internal error page on some of the more common http errors, and a few... | mmenke@chromium.org | 2010-09-13 | 1 | -29/+164 |
* | When the browser doesn't have connectivity to a hosted app, display a prettie... | erikkay@chromium.org | 2010-08-27 | 1 | -0/+25 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Rename DictionaryValue's SetStringFromUTF16() to SetString() (and overload). | viettrungluu@chromium.org | 2010-08-04 | 1 | -16/+16 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Convert wstring/wchar_t* in chrome/renderer to std::string/char* or string16. | viettrungluu@chromium.org | 2010-07-31 | 1 | -52/+49 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -2/+2 |
* | Require renegotiation info from a whitelist of servers. | agl@chromium.org | 2010-06-30 | 1 | -0/+7 |
* | Small cleanups/style fixes. Simplifies RTL functions slightly. | pkasting@chromium.org | 2010-05-05 | 1 | -4/+4 |
* | Move RTL related functions from app/l10n_util to base/i18n/rtl | ben@chromium.org | 2010-03-20 | 1 | -6/+7 |
* | Better error messages for SSL client-cert errors. | snej@chromium.org | 2010-03-18 | 1 | -0/+14 |
* | linux: use ICU direction for determining text direction in renderer | evan@chromium.org | 2010-03-01 | 1 | -3/+19 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -1/+1 |
* | Add a new net::Error value: ERR_CONNECTION_TIMED_OUT. | willchan@chromium.org | 2009-08-07 | 1 | -0/+7 |
* | Delete files from webkit/glue that have been made obsolete by corresponding | darin@chromium.org | 2009-06-18 | 1 | -5/+8 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |