1. e9928ff [WebView] Replace AwContentsIoThreadClient, InputStream and AwWebResourceResponse by ctzsm · 8 years ago
  2. 0baa01d [WebView] Move files from native to browser by ctzsm · 8 years ago[Renamed (95%) from android_webview/native/android_protocol_handler.cc]
  3. ad7848339 Switch SupportsUserData uses to use unique_ptr. by avi · 8 years ago
  4. 95d6e720 Reland "Android: Remove GetApplicationContext part 2" by wnwen · 8 years ago
  5. e92c19c Revert of Android: Remove GetApplicationContext part 2 (patchset #9 id:160001 of https://codereview.chromium.org/2784353002/ ) by wnwen · 8 years ago
  6. e561a3b Android: Remove GetApplicationContext part 2 by wnwen · 8 years ago
  7. ebb92b4 Re-write many calls to WrapUnique() with MakeUnique() by ricea · 9 years ago
  8. 948f366 Remove now-unnecessary .obj() in Java method calls. by torne · 9 years ago
  9. 314ad6c Make GetApplicationContext return a JavaRef. by torne · 9 years ago
  10. 8656011 Add missing using statements for JNI types. by torne · 9 years ago
  11. 08daa07 Convert //android_webview to use std::unique_ptr by dcheng · 9 years ago
  12. 7ba5a62 net: move IsLocalhost() function into url_util.h by tfarina · 9 years ago
  13. 2c86c0a Convert Pass()→std::move() in //android_webview by dcheng · 10 years ago
  14. da6e7c9e Add context_utils.h includes where needed. by torne · 10 years ago
  15. 2cd9d01b [Android WebView] Put AndroidStreamReaderURLRequestJob into a namespace by mnaganov · 10 years ago
  16. 89cc5d9 jni_generator: Pass object parameters as JavaParamRef. by torne · 10 years ago
  17. f71efb3 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 10 years ago
  18. 4810092 Revert of jni_generator: Make all object-returning natives return ScopedJavaLocalRef. (patchset #5 id:80001 of https://codereview.chromium.org/1288183004/ ) by nasko · 10 years ago
  19. be33e691 jni_generator: Make all object-returning natives return ScopedJavaLocalRef. by torne · 10 years ago
  20. b58eaaa Implement AwContentBrowserClient::IsHandledURL by mnaganov · 10 years ago
  21. 2cee4bd The scheme granting code seems to become redundant, even for multi-process mode. by mnaganov · 10 years ago
  22. 9550931 Remove legacy StartsWithASCII function. by brettw · 10 years ago
  23. 44ce0ec5 Move StartsWith[ASCII] to base namespace. by brettw · 10 years ago
  24. 9b4dd1aa Update {virtual,override,final} to follow C++11 style. by dcheng · 11 years ago
  25. a469cf5 Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>. by dcheng · 11 years ago
  26. d731a491 replace OVERRIDE and FINAL with override and final in android_webview/ by mostynb · 11 years ago
  27. e41d59c [android_webview] Add more params to request intercepting. by [email protected] · 11 years ago
  28. fb4fe095 Move kStandardSchemeSeparator from //content to //url by [email protected] · 11 years ago
  29. 3b90aab Rename ProtocolInterceptJobFactory and make it not use ProtocolHandlers. by [email protected] · 11 years ago
  30. cca6f39 Move some content url constants to /url. by [email protected] · 11 years ago
  31. 6a718ab Rename jni_helper.h to jni_weak_ref.h. by [email protected] · 11 years ago
  32. 51d1bbe Do not use CalledByNativeUnchecked by [email protected] · 12 years ago
  33. 3e99baf Move kFileScheme constant into content namespace. by [email protected] · 12 years ago
  34. 79fe227 Migrate from googleurl/ includes to url/ ones in the remaining top-level directories. by [email protected] · 12 years ago
  35. dcb2330 Use a direct include of strings headers in android_webview/. by [email protected] · 12 years ago
  36. 6c48800 [android_webview] Don't intercept resource and asset URLRequests. by [email protected] · 12 years ago
  37. f53b480 Convert trivial URLRequest::Interceptors and URLRequestJobFactory::Interceptor into URLRequestJobFactory::ProtocolHandlers. by [email protected] · 13 years ago
  38. 62f18e7 Change Android Webview URL Request Context access of mutation functions. by [email protected] · 13 years ago
  39. a5f4d1f9 [android_webview] Fix use after free in intercepted requests. by [email protected] · 13 years ago
  40. 1737386 [android_webview] Don't block the IO thread when reading from an InputStream. by [email protected] · 13 years ago
  41. 32f72e6f Pass CookieMonster to CookieManager in init by [email protected] · 13 years ago
  42. f81fa20 Implement AwContentBrowserClient and AwBrowserContext by [email protected] · 13 years ago
  43. 5c84539 [android_webview] Support intercepting for unhandled schemes. by [email protected] · 13 years ago
  44. 354ba46 [Android] Upstream WebView.allow{Content|File}Access implementation. by [email protected] · 13 years ago
  45. e7bee399 Move AndroidProtocolAdaptor into android_webview by [email protected] · 13 years ago[Renamed (87%) from chrome/browser/android/android_protocol_adapter.cc]
  46. 35601c5 [Android] Fix handling of asset files loading. by [email protected] · 13 years ago
  47. 9f17046 Refactoring: ProtocolHandler::MaybeCreateJob and other functions take NetworkDelegate as argument by [email protected] · 13 years ago
  48. 83c09ff Upstreaming AndroidProtocolAdapter. by [email protected] · 13 years ago