| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 219709 "Remove the Extensions URLRequestContext." | earthdok@chromium.org | 2013-08-27 | 2 | -3/+7 |
* | Remove the Extensions URLRequestContext. | ajwong@chromium.org | 2013-08-27 | 2 | -7/+3 |
* | Make Android Webview URLRequestContext follow content API expectations better. | ajwong@chromium.org | 2013-08-26 | 2 | -120/+107 |
* | Remove WorkerPool dependency from URLRequestFileJob. | earthdok@chromium.org | 2013-08-19 | 1 | -1/+6 |
* | Send X-Requested-With header for complying with webview classic. | sgurun@chromium.org | 2013-08-15 | 1 | -0/+6 |
* | Change BrowserThreadDelegate to run Init() async. | mariakhomenko@chromium.org | 2013-07-17 | 2 | -15/+19 |
* | Use a direct include of the message_loop header in android_webview/, apps/, a... | avi@chromium.org | 2013-07-17 | 3 | -3/+3 |
* | Restore session cookies for classic compatibility. | sgurun@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | [Android WebView] Persist cookies | boliu@chromium.org | 2013-06-24 | 1 | -0/+10 |
* | Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 1 | -4/+4 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of strings headers in android_webview/. | avi@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Switch Android WebView to use the simple cache | joth@chromium.org | 2013-05-21 | 1 | -2/+9 |
* | Enable Clang warnings for implementation files on all platforms. | rsleevi@chromium.org | 2013-05-15 | 1 | -18/+16 |
* | Override server-side simple-cache trial with commandline switches. | pasko@google.com | 2013-05-13 | 1 | -0/+2 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-05-08 | 3 | -0/+7 |
* | android_webview: Use base::MessageLoop. | xhwang@chromium.org | 2013-04-27 | 2 | -9/+8 |
* | android_webview: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. | scherkus@chromium.org | 2013-04-26 | 1 | -1/+1 |
* | Hide ContentClient getters from embedders so that they they don't reuse conte... | jam@chromium.org | 2013-04-05 | 1 | -2/+2 |
* | [Android] Fix remaining linker errors for components build | yfriedman@chromium.org | 2013-04-03 | 1 | -4/+4 |
* | Revert 188912 "Removed static factories for data, ftp, file, and..." | kbr@chromium.org | 2013-03-19 | 3 | -7/+0 |
* | Update TestURLRequest constructor interface in unit tests. | tedv@chromium.org | 2013-03-19 | 1 | -1/+2 |
* | Removed static factories for data, ftp, file, and about jobs. | pauljensen@chromium.org | 2013-03-19 | 3 | -0/+7 |
* | Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove ... | pauljensen@chromium.org | 2013-03-15 | 1 | -3/+0 |
* | [android_webview] Make intercepted URLRequests have status codes. | mkosiba@chromium.org | 2013-03-11 | 3 | -6/+123 |
* | [android_webview] Don't intercept resource and asset URLRequests. | mkosiba@chromium.org | 2013-03-07 | 5 | -36/+134 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-07 | 2 | -46/+12 |
* | Revert 186347 | jochen@chromium.org | 2013-03-06 | 2 | -12/+46 |
* | Add chrome-search: access from Instant overlay | dhollowa@chromium.org | 2013-03-06 | 2 | -46/+12 |
* | Fix for CookieManager init race condition | joth@chromium.org | 2013-03-01 | 2 | -8/+16 |
* | Remove unused pieces of URLRequestJobFactory API. | pauljensen@chromium.org | 2013-02-12 | 2 | -38/+9 |
* | Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. | pauljensen@chromium.org | 2013-02-08 | 2 | -68/+93 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 2 | -2/+2 |
* | Convert AwRequestInerceptor to net::URLRequestJobFactory::ProtocolHandler | pauljensen@chromium.org | 2013-01-02 | 1 | -1/+5 |
* | [Android WebView] Fix some locale related TODOs. | benm@chromium.org | 2012-12-21 | 1 | -2/+1 |
* | Fix aw unittests | boliu@chromium.org | 2012-12-21 | 1 | -0/+5 |
* | Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Intercepto... | pauljensen@chromium.org | 2012-12-20 | 3 | -9/+13 |
* | Change Android Webview URL Request Context access of mutation functions. | tedv@chromium.org | 2012-12-16 | 2 | -8/+9 |
* | [Android] Fix AwSettingsTest AppCache test crashes. | mnaganov@chromium.org | 2012-12-06 | 2 | -7/+34 |
* | [android_webview] Fix use after free in intercepted requests. | mkosiba@chromium.org | 2012-11-30 | 5 | -70/+119 |
* | [android_webview] Don't block the IO thread when reading from an InputStream. | mkosiba@chromium.org | 2012-11-22 | 6 | -0/+936 |
* | Provide mutable members of UrlRequestContext via pure-virtual interface. Cre... | pauljensen@chromium.org | 2012-11-07 | 1 | -9/+7 |
* | Pass CookieMonster to CookieManager in init | boliu@chromium.org | 2012-11-01 | 3 | -32/+27 |
* | Improve URLRequestContextBuilder for use in android_webview | boliu@chromium.org | 2012-10-27 | 1 | -109/+16 |
* | Fix leaking request factory in android_webview | boliu@chromium.org | 2012-10-26 | 2 | -7/+8 |
* | Implement AwContentBrowserClient and AwBrowserContext | boliu@chromium.org | 2012-10-25 | 3 | -0/+317 |
* | [android_webview] Fix clang build. | mkosiba@chromium.org | 2012-10-24 | 2 | -0/+4 |
* | [android_webview] Support intercepting for unhandled schemes. | mkosiba@chromium.org | 2012-10-24 | 2 | -0/+140 |
* | Make original_response_headers parameter of NetworkDelegate::OnHeadersReceive... | battre@chromium.org | 2012-10-20 | 2 | -2/+2 |
* | Add WebView implementation for CookieManager. | tedchoc@chromium.org | 2012-09-07 | 2 | -0/+178 |