- 7cd3143 Use non-static set_key interface on DataReductionProxySettings by [email protected] · 11 years ago
- 1575e3d Added data reduction proxy support to Android WebView by [email protected] · 11 years ago
- 5f71413 Support redirectUrl at onHeadersReceived in WebRequest / DWR API by [email protected] · 11 years ago
- 416e80e aw: Remove aw_switches by [email protected] · 11 years ago
- aa05127 Simplify the user agent code some more since after r255534 it's not affected by the site's URL. by [email protected] · 11 years ago
- 69078b8d Revert 255858 "Simplify the user agent code some more since afte..." by [email protected] · 11 years ago
- 74e50c0c Simplify the user agent code some more since after r255534 it's not affected by the site's URL. by [email protected] · 11 years ago
- e6f7a0a aw: Remove kDisableSimpleCache switch by [email protected] · 11 years ago
- 6a94bff Cleanup: Move kBlobScheme constant into content namespace. by [email protected] · 11 years ago
- 377d3065 [Android WebView] Provide a response header for application-provided content by [email protected] · 11 years ago
- b3690f7 Cleanup: Move kChromeDevToolsScheme constant into content namespace. by [email protected] · 12 years ago
- 2d9748b2 Cleanup: Move kChromeUIScheme constant into content namespace. by [email protected] · 12 years ago
- 44495c48 Move kDataScheme constant into content namespace. by [email protected] · 12 years ago
- 1ef9001 Removes MessageLoop::TYPE_XXX where possible by [email protected] · 12 years ago
- 3e99baf Move kFileScheme constant into content namespace. by [email protected] · 12 years ago
- 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 12 years ago
- d7e4f17 Cleanup: Move kFileSystemScheme constant into content namespace. by [email protected] · 12 years ago
- 865eb54 Add base:: to string16s in android_webview/. by [email protected] · 12 years ago
- b8e4e35 Enable SPDY explicitly. by [email protected] · 12 years ago
- 6574e87 aw: Increase disk cache size to 20M by [email protected] · 12 years ago
- 72d8220d [Android WebView] Add MappedHostResolver support for telemetry. by [email protected] · 12 years ago
- b7572ea Net: Standardize HttpByteRange printing by [email protected] · 12 years ago
- 23dc0bb1 Android WebView: Allow CookieManager to be used without starting Chromium. by [email protected] · 12 years ago
- 2ca01e5 [Net] Add a priority parameter to URLRequest's constructor by [email protected] · 12 years ago
- 33ad6ce9 Revert 219709 "Remove the Extensions URLRequestContext." by [email protected] · 12 years ago
- 44080e7 Remove the Extensions URLRequestContext. by [email protected] · 12 years ago
- ccd6f184 Make Android Webview URLRequestContext follow content API expectations better. by [email protected] · 12 years ago
- 255620da Remove WorkerPool dependency from URLRequestFileJob. by [email protected] · 12 years ago
- 306b971 Send X-Requested-With header for complying with webview classic. by [email protected] · 12 years ago
- a5e73b8 Change BrowserThreadDelegate to run Init() async. by [email protected] · 12 years ago
- 9e3e635 Use a direct include of the message_loop header in android_webview/, apps/, ash/. by [email protected] · 12 years ago
- 42f1937 Restore session cookies for classic compatibility. by [email protected] · 12 years ago
- dd44046 [Android WebView] Persist cookies by [email protected] · 12 years ago
- 13914c9 Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
- dcb2330 Use a direct include of strings headers in android_webview/. by [email protected] · 12 years ago
- f594c7b Switch Android WebView to use the simple cache by [email protected] · 12 years ago
- 7d389e2 Enable Clang warnings for implementation files on all platforms. by [email protected] · 12 years ago
- fa1d08e Override server-side simple-cache trial with commandline switches. by [email protected] · 12 years ago
- e0f35c9 Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
- 9e1d6b1 android_webview: Use base::MessageLoop. by [email protected] · 12 years ago
- ac60536 android_webview: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- eabbfb1 Hide ContentClient getters from embedders so that they they don't reuse content's embedder API. The main reasons are that it makes content's embedder interfaces harder to change if they're reused by the embedder, and that its makes it confusing for embedder code when there are multiple ways to do the same thing. by [email protected] · 12 years ago
- b8ec98a3 [Android] Fix remaining linker errors for components build by [email protected] · 12 years ago
- e13c146 Revert 188912 "Removed static factories for data, ftp, file, and..." by [email protected] · 12 years ago
- dd8b8d1 Update TestURLRequest constructor interface in unit tests. by [email protected] · 12 years ago
- 57486fd Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
- 84f0543 Stop sending Accept-Charset HTTP header as its not relevant anymore. Remove it from HttpUserAgentSettings as well as this is no longer needed. by [email protected] · 12 years ago
- a7003bb [android_webview] Make intercepted URLRequests have status codes. by [email protected] · 12 years ago
- 6c48800 [android_webview] Don't intercept resource and asset URLRequests. by [email protected] · 12 years ago
- 672c8c1 Add chrome-search: access from Instant overlay by [email protected] · 12 years ago
- 9c3ed0a Revert 186347 by [email protected] · 12 years ago
- a54fb2a2 Add chrome-search: access from Instant overlay by [email protected] · 12 years ago
- 10b1a44 Fix for CookieManager init race condition by [email protected] · 12 years ago
- d6545d50 Remove unused pieces of URLRequestJobFactory API. by [email protected] · 13 years ago
- 6bd3007 Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. by [email protected] · 13 years ago
- a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
- 693845e Convert AwRequestInerceptor to net::URLRequestJobFactory::ProtocolHandler by [email protected] · 13 years ago
- 9428cf9 [Android WebView] Fix some locale related TODOs. by [email protected] · 13 years ago
- f4298ef4 Fix aw unittests by [email protected] · 13 years ago
- f53b480 Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Interceptor into URLRequestJobFactory::ProtocolHandlers. by [email protected] · 13 years ago
- 62f18e7 Change Android Webview URL Request Context access of mutation functions. by [email protected] · 13 years ago
- 9de72dce [Android] Fix AwSettingsTest AppCache test crashes. by [email protected] · 13 years ago
- a5f4d1f9 [android_webview] Fix use after free in intercepted requests. by [email protected] · 13 years ago
- 1737386 [android_webview] Don't block the IO thread when reading from an InputStream. by [email protected] · 13 years ago
- ee4c30d Provide mutable members of UrlRequestContext via pure-virtual interface. Create a pure-virtual interface called HttpUserAgentSettings that provides access to the Accept-Language, Accept-Charset, and User-Agent HTTP headers. Each UrlRequestContext should have a HttpUserAgentSettings implementation attached via set_http_user_agent_settings(). by [email protected] · 13 years ago
- 32f72e6f Pass CookieMonster to CookieManager in init by [email protected] · 13 years ago
- 03a2e98 Improve URLRequestContextBuilder for use in android_webview by [email protected] · 13 years ago
- 72b23e0 Fix leaking request factory in android_webview by [email protected] · 13 years ago
- f81fa20 Implement AwContentBrowserClient and AwBrowserContext by [email protected] · 13 years ago
- 3cb9a4f [android_webview] Fix clang build. by [email protected] · 13 years ago
- 5c84539 [android_webview] Support intercepting for unhandled schemes. by [email protected] · 13 years ago
- 507af8f Make original_response_headers parameter of NetworkDelegate::OnHeadersReceived const by [email protected] · 13 years ago
- 22c5f086 Add WebView implementation for CookieManager. by [email protected] · 13 years ago