1. 3774c0db android_webview: remove All target to fix build issue. by [email protected] · 11 years ago
  2. 01bdc920 Clean up repack.py and repack_locale.py usage. by [email protected] · 11 years ago
  3. d460114d Revert "Enable DMP for system Chromium WebView on Android" by [email protected] · 11 years ago
  4. 416e80e aw: Remove aw_switches by [email protected] · 11 years ago
  5. 1a6d011 Move GetContextMenuNode from RenderView to RenderFrame. by [email protected] · 11 years ago
  6. e4a0b19 aw: Add SharedRendererState by [email protected] · 11 years ago
  7. 2306376 aw: Split hardware rendering into HardwareRenderer by [email protected] · 11 years ago
  8. 56028815 [Android WebView] Add DevTools Timeline instrumentation for embedder callbacks by [email protected] · 11 years ago
  9. a86c0e96 Switch ContentSettingsObserver to be a RenderFrameObserver instead of a RenderViewObserver by [email protected] · 12 years ago
  10. b05596b [Android WebView] Only send extra headers for the main page by [email protected] · 12 years ago
  11. 4a0b0a54 For implementing printing in android K release, we had to temporarily by [email protected] · 12 years ago
  12. 6853d16a Register WideVine keysystem for WebView. by [email protected] · 12 years ago
  13. 1c0c3f4 Dissociate ui_resources target from ui.gyp. by [email protected] · 12 years ago
  14. f450287d ui: Android changes. by [email protected] · 12 years ago
  15. b4939dfd [android_webview] InterceptedRequestData refactoring. by [email protected] · 12 years ago
  16. 1027c8c ui: Have shell_dialogs into its own gyp file under its shell_dialogs/ directory. by [email protected] · 12 years ago
  17. 416d34a android_webview: conditionally include android_webview_tests to fix downstream build breakage by [email protected] · 12 years ago
  18. 7c5e1dd WebView: avoid library name clash when building standalone. by [email protected] · 12 years ago
  19. 9f8797b Currently Android WebView will push settings from the java side to the renderer, but if the browser needs to read those settings back we will use a default set from WebContentsImpl as we neglect to override ContentBrowserClient::OverrideWebKitPrefs. This means that the browser and renderer can see out of sync preference values. by [email protected] · 12 years ago
  20. ad891367 [Android WebView] Make web contents debugging controllable by [email protected] · 12 years ago
  21. df24071 Android WebView: re-enable linker warnings where possible. by [email protected] · 12 years ago
  22. 98e0187 [Android] Expose showFileChooser in AwContentsClient interface by [email protected] · 12 years ago
  23. 6172484 Add AwGLSurface and use it in WGC3D by [email protected] · 12 years ago
  24. c955a8d Fix content_browsertests and other full stack tests in multiple_dll by [email protected] · 12 years ago
  25. 4250c31 [Android WebView] Maintain global DrawGL MRU list by [email protected] · 12 years ago
  26. 09e021f Reland: Remove webkit_chromium_resources.pak entries. by [email protected] · 12 years ago
  27. 27e1136 Revert 215210 "Remove webkit_chromium_resources.pak entries." because it was causing the chromium_builder_qa to fail. by [email protected] · 12 years ago
  28. 3c0cc1d0 Remove webkit_chromium_resources.pak entries. by [email protected] · 12 years ago
  29. 92dd7777 GLInProcessContext: support async flushes and dedicated GPU thread by [email protected] · 12 years ago
  30. e5f893b Reland "Include entries to blink_resources." by [email protected] · 12 years ago
  31. 4547872 Revert 214239 "Include entries to blink_resources." by [email protected] · 12 years ago
  32. db8dc3f Include entries to blink_resources. by [email protected] · 12 years ago
  33. b80a63b gpu: Add GpuMemoryBufferFactory interface. by [email protected] · 12 years ago
  34. 55dedd6 Revert 213636 "Switch Chromium to use Blink's blink_resources.grd" by [email protected] · 12 years ago
  35. 5c58648 Switch Chromium to use Blink's blink_resources.grd by [email protected] · 12 years ago
  36. a2f57e2 Enable DMP for system Chromium WebView on Android by [email protected] · 12 years ago
  37. 2c1fc5a [Android WebView] GLNonOwnedContext::MakeCurrent before App GL save/restore by [email protected] · 12 years ago
  38. d7871ac Rename webkit_(resources|strings) targets to remove _temp infix by [email protected] · 12 years ago
  39. d4717d5 Move webkit_resources / webkit_strings targets out of webkit_support.gyp by [email protected] · 12 years ago
  40. 0a264d2 Implement the autofill UI for chromium powered android webview. by [email protected] · 12 years ago
  41. 456671a0 Revert "Implement the autofill UI for chromium powered android webview." by [email protected] · 12 years ago
  42. 32d9fe2ee Implement the autofill UI for chromium powered android webview. by [email protected] · 12 years ago
  43. 616d494 [Android] Abandon bundling DevTools frontends for mobile apps by [email protected] · 12 years ago
  44. 6c7dcb2f2 Enable Autocomplete feature for chromium webview by [email protected] · 12 years ago
  45. 0d66d7e Delete the browser-compositor webview render mode by [email protected] · 12 years ago
  46. 913d99a Move synchronous compositor into content/browser by [email protected] · 12 years ago
  47. 1fb9e7e Move webkit/gpu into webkit/common/gpu by [email protected] · 12 years ago
  48. 9acb3b8 Handle GpuMemoryBuffer allocation failures properly. Currently we only detect if the allocation has failed on the subsequent call to GpuMemoryBuffer API. Instead propagate that the allocation has failed to GLES2Implementation and set the appropriate GL error. by [email protected] · 12 years ago
  49. 5878b72 Android WebView: tidy up library dependencies. by [email protected] · 12 years ago
  50. efcd66b Implement get/set(saveformdata) for chromium based webview. by [email protected] · 12 years ago
  51. 1140180 Implement WebViewDatabase's hasFormData API for chromium based webview. by [email protected] · 12 years ago
  52. cd346497 Enable WGC3DIPCBI GLContextVirtual in Android WebView by [email protected] · 12 years ago
  53. eeb9311 Introduce SynchronousCompositor + Client by [email protected] · 12 years ago
  54. 0e5a13a Revert 197660 "Introduce SynchronousCompositor + Client" which has incorrect gyp paths. by [email protected] · 12 years ago
  55. 86f557d Introduce SynchronousCompositor + Client by [email protected] · 12 years ago
  56. f38f2c90 [Android] Fix unit_tests and webview compilations for components build. by [email protected] · 12 years ago
  57. dce2c4b Move GpuMemoryBufferFactoryProxy to gpu/command_buffer/client as we'll be allocating buffers from gles2_implementation by [email protected] · 12 years ago
  58. 73ae0f3e android_webview: changes to support Android GraphicBuffers by [email protected] · 12 years ago
  59. 44100446 Callbacks cannot be owned by Java by [email protected] · 12 years ago
  60. 6c6361d3 Android WebView: use the system ashmem. by [email protected] · 12 years ago
  61. 8c56afd [android_webview] Build test code against the shell APK. by [email protected] · 12 years ago
  62. d999c3cb Android: rename android_build_type gyp variable. by [email protected] · 12 years ago
  63. ea5f70a Allow renderer compositor message loop to be set by content embedder by [email protected] · 12 years ago
  64. defc11d7 [Android WebView] Add simple support for remote web debugging by [email protected] · 12 years ago
  65. 01d1feea Implement Webviewclient.onReceivedSslError by [email protected] · 12 years ago
  66. 2a3a059 Implement WebStorage API methods by [email protected] · 13 years ago
  67. 37434b4 Use _target_name instead of package_name for java*.gypi by [email protected] · 13 years ago
  68. c11f4fe [Android WebView] Remove obsolete webviewchromium_strings.pak references. by [email protected] · 13 years ago
  69. ee01711 [Android WebView] Migrate the rendering code to a separate set of classes. by [email protected] · 13 years ago
  70. 2aa56ad Revert 182710, this broke check_deps. by [email protected] · 13 years ago
  71. 6f9281c [Android WebView] Migrate the rendering code to a separate set of classes. by [email protected] · 13 years ago
  72. f2ab1b15 Android WebView visited link highlighting implementation by [email protected] · 13 years ago
  73. bf51cdd Hook up WebViewClient.onReceivedLoginRequest by [email protected] · 13 years ago
  74. 62885ab Move content/components/navigation_interception to src/components by [email protected] · 13 years ago
  75. b8da3a3 Implements onReceivedIcon by [email protected] · 13 years ago
  76. 434a132 Move content/components/web_contents_delegate_android to components/web_contents_delegate_android by [email protected] · 13 years ago
  77. 11b426f2 [Android WebView] Prepare to simulate SW rendering with the capture picture API backend. by [email protected] · 13 years ago
  78. 7001915 DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. by [email protected] · 13 years ago
  79. 53ae3ce Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools." by [email protected] · 13 years ago
  80. 806d2c7 DevTools: rename debugger/ to devtools/, move DevTools files into content/renderer/devtools. by [email protected] · 13 years ago
  81. a0284b6 [Android WebView] Remove pak rules that depend on chrome/ by [email protected] · 13 years ago
  82. bcd32b10 [Android WebView] Rename android_webview paks to webviewchromium. by [email protected] · 13 years ago
  83. 17237f1 [Android WebView] Add new chrome/-less pak dependency. by [email protected] · 13 years ago
  84. c347c436 (Re)implement Android WebView downloads by [email protected] · 13 years ago
  85. 1737386 [android_webview] Don't block the IO thread when reading from an InputStream. by [email protected] · 13 years ago
  86. 5bdfe02 Android WebView: fix linking cpufeatures. by [email protected] · 13 years ago
  87. 9a344906 Move WebContentsDelegateAndroid to content/components by [email protected] · 13 years ago
  88. a978921b Rename GLDraw to DrawGL. by [email protected] · 13 years ago
  89. b27a584 Move navigation interception component to content/components by [email protected] · 13 years ago
  90. 8ae73b8 Revert 166758 - Move navigation interception component to content/components by [email protected] · 13 years ago
  91. 6870f22 Move navigation interception component to content/components by [email protected] · 13 years ago
  92. a7198a1 Implement hit test related methods in Android WebView by [email protected] · 13 years ago
  93. 4b31bbd Add a native test target and for android_webview. by [email protected] · 13 years ago
  94. 3359ab1e3 [Android] Introduce the information required in WebView to trigger GL drawing operations. by [email protected] · 13 years ago
  95. 32f72e6f Pass CookieMonster to CookieManager in init by [email protected] · 13 years ago
  96. 8b81e05 Android WebView: remove resources.pak from build. by [email protected] · 13 years ago
  97. f81fa20 Implement AwContentBrowserClient and AwBrowserContext by [email protected] · 13 years ago
  98. 5c84539 [android_webview] Support intercepting for unhandled schemes. by [email protected] · 13 years ago
  99. 77f9ae4b Android WebView: don't die on linker warnings. by [email protected] · 13 years ago
  100. a85e0cf Android WebView: rename libwebview target. by [email protected] · 13 years ago