1. 7cd3143 Use non-static set_key interface on DataReductionProxySettings by [email protected] · 11 years ago
  2. 1575e3d Added data reduction proxy support to Android WebView by [email protected] · 11 years ago
  3. 5f71413 Support redirectUrl at onHeadersReceived in WebRequest / DWR API by [email protected] · 11 years ago
  4. 416e80e aw: Remove aw_switches by [email protected] · 11 years ago
  5. 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
  6. 69078b8d Revert 255858 "Simplify the user agent code some more since afte..." by [email protected] · 11 years ago
  7. 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
  8. e6f7a0a aw: Remove kDisableSimpleCache switch by [email protected] · 11 years ago
  9. 6a94bff Cleanup: Move kBlobScheme constant into content namespace. by [email protected] · 11 years ago
  10. 377d3065 [Android WebView] Provide a response header for application-provided content by [email protected] · 11 years ago
  11. b3690f7 Cleanup: Move kChromeDevToolsScheme constant into content namespace. by [email protected] · 12 years ago
  12. 2d9748b2 Cleanup: Move kChromeUIScheme constant into content namespace. by [email protected] · 12 years ago
  13. 44495c48 Move kDataScheme constant into content namespace. by [email protected] · 12 years ago
  14. 1ef9001 Removes MessageLoop::TYPE_XXX where possible by [email protected] · 12 years ago
  15. 3e99baf Move kFileScheme constant into content namespace. by [email protected] · 12 years ago
  16. 027bd85a Remove HttpTransactionDelegate and all users (LoadTimeStats). by [email protected] · 12 years ago
  17. d7e4f17 Cleanup: Move kFileSystemScheme constant into content namespace. by [email protected] · 12 years ago
  18. 865eb54 Add base:: to string16s in android_webview/. by [email protected] · 12 years ago
  19. b8e4e35 Enable SPDY explicitly. by [email protected] · 12 years ago
  20. 6574e87 aw: Increase disk cache size to 20M by [email protected] · 12 years ago
  21. 72d8220d [Android WebView] Add MappedHostResolver support for telemetry. by [email protected] · 12 years ago
  22. b7572ea Net: Standardize HttpByteRange printing by [email protected] · 12 years ago
  23. 23dc0bb1 Android WebView: Allow CookieManager to be used without starting Chromium. by [email protected] · 12 years ago
  24. 2ca01e5 [Net] Add a priority parameter to URLRequest's constructor by [email protected] · 12 years ago
  25. 33ad6ce9 Revert 219709 "Remove the Extensions URLRequestContext." by [email protected] · 12 years ago
  26. 44080e7 Remove the Extensions URLRequestContext. by [email protected] · 12 years ago
  27. ccd6f184 Make Android Webview URLRequestContext follow content API expectations better. by [email protected] · 12 years ago
  28. 255620da Remove WorkerPool dependency from URLRequestFileJob. by [email protected] · 12 years ago
  29. 306b971 Send X-Requested-With header for complying with webview classic. by [email protected] · 12 years ago
  30. a5e73b8 Change BrowserThreadDelegate to run Init() async. by [email protected] · 12 years ago
  31. 9e3e635 Use a direct include of the message_loop header in android_webview/, apps/, ash/. by [email protected] · 12 years ago
  32. 42f1937 Restore session cookies for classic compatibility. by [email protected] · 12 years ago
  33. dd44046 [Android WebView] Persist cookies by [email protected] · 12 years ago
  34. 13914c9 Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
  35. 7ccb707 Update includes of message_loop_proxy. by [email protected] · 12 years ago
  36. dcb2330 Use a direct include of strings headers in android_webview/. by [email protected] · 12 years ago
  37. f594c7b Switch Android WebView to use the simple cache by [email protected] · 12 years ago
  38. 7d389e2 Enable Clang warnings for implementation files on all platforms. by [email protected] · 12 years ago
  39. fa1d08e Override server-side simple-cache trial with commandline switches. by [email protected] · 12 years ago
  40. e0f35c9 Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
  41. 9e1d6b1 android_webview: Use base::MessageLoop. by [email protected] · 12 years ago
  42. ac60536 android_webview: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
  43. 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
  44. b8ec98a3 [Android] Fix remaining linker errors for components build by [email protected] · 12 years ago
  45. e13c146 Revert 188912 "Removed static factories for data, ftp, file, and..." by [email protected] · 12 years ago
  46. dd8b8d1 Update TestURLRequest constructor interface in unit tests. by [email protected] · 12 years ago
  47. 57486fd Removed static factories for data, ftp, file, and about jobs. by [email protected] · 12 years ago
  48. 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
  49. a7003bb [android_webview] Make intercepted URLRequests have status codes. by [email protected] · 12 years ago
  50. 6c48800 [android_webview] Don't intercept resource and asset URLRequests. by [email protected] · 12 years ago
  51. 672c8c1 Add chrome-search: access from Instant overlay by [email protected] · 12 years ago
  52. 9c3ed0a Revert 186347 by [email protected] · 12 years ago
  53. a54fb2a2 Add chrome-search: access from Instant overlay by [email protected] · 12 years ago
  54. 10b1a44 Fix for CookieManager init race condition by [email protected] · 12 years ago
  55. d6545d50 Remove unused pieces of URLRequestJobFactory API. by [email protected] · 13 years ago
  56. 6bd3007 Add StoragePartition's ProtocolHandlers at URLRequestContext construction time. by [email protected] · 13 years ago
  57. a3ef483 Add FilePath to base namespace. by [email protected] · 13 years ago
  58. 693845e Convert AwRequestInerceptor to net::URLRequestJobFactory::ProtocolHandler by [email protected] · 13 years ago
  59. 9428cf9 [Android WebView] Fix some locale related TODOs. by [email protected] · 13 years ago
  60. f4298ef4 Fix aw unittests by [email protected] · 13 years ago
  61. f53b480 Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Interceptor into URLRequestJobFactory::ProtocolHandlers. by [email protected] · 13 years ago
  62. 62f18e7 Change Android Webview URL Request Context access of mutation functions. by [email protected] · 13 years ago
  63. 9de72dce [Android] Fix AwSettingsTest AppCache test crashes. by [email protected] · 13 years ago
  64. a5f4d1f9 [android_webview] Fix use after free in intercepted requests. by [email protected] · 13 years ago
  65. 1737386 [android_webview] Don't block the IO thread when reading from an InputStream. by [email protected] · 13 years ago
  66. 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
  67. 32f72e6f Pass CookieMonster to CookieManager in init by [email protected] · 13 years ago
  68. 03a2e98 Improve URLRequestContextBuilder for use in android_webview by [email protected] · 13 years ago
  69. 72b23e0 Fix leaking request factory in android_webview by [email protected] · 13 years ago
  70. f81fa20 Implement AwContentBrowserClient and AwBrowserContext by [email protected] · 13 years ago
  71. 3cb9a4f [android_webview] Fix clang build. by [email protected] · 13 years ago
  72. 5c84539 [android_webview] Support intercepting for unhandled schemes. by [email protected] · 13 years ago
  73. 507af8f Make original_response_headers parameter of NetworkDelegate::OnHeadersReceived const by [email protected] · 13 years ago
  74. 22c5f086 Add WebView implementation for CookieManager. by [email protected] · 13 years ago