1. fba87a3 Reland #3: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  2. 97484ae Revert "Reland #2: [Android JNI] Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  3. 441852a Reland #2: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  4. 3d9e048 Revert "Reland: [Android JNI] Generate calls to RegisterNatives()" by Andrew Grieve · 7 years ago
  5. b53c42e Reland: [Android JNI] Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  6. 29aff67 Revert "Android JNI: Generate calls to RegisterNatives()" by Yipeng Wang · 7 years ago
  7. ff2b18d Android JNI: Generate calls to RegisterNatives() by Yipeng Wang · 7 years ago
  8. 60438ac Change static methods in JniParams to instance methods by Yipeng Wang · 7 years ago
  9. 7645519 JNI Generator: make MainDex annotation work with 'implements'. by Jay Civelli · 7 years ago
  10. 2498e5d Selectively perform JNI registration in render processes on Android. by estevenson · 8 years ago
  11. 17bc964 android: Realign stack pointer on JNI entry. by torne · 8 years ago
  12. b7cdc89 Link stack frames of JNI stubs to JNI callbacks. by dskiba · 8 years ago
  13. 0621dbe Ignore return type annotations in @CalledByNative methods. by estevenson · 8 years ago
  14. 92aed19 Fix android depfiles to always list GN's outputs[0] by agrieve · 8 years ago
  15. b7c5386 Handle @Annotated parameters when generating JNI headers from Java. by bauerb · 8 years ago
  16. 28061e9 JNI: allow either JavaRef or bare objects in Java calls. by torne · 8 years ago
  17. 9854c72 Stop relying on using statements in the JNI generator. by torne · 8 years ago
  18. 2c26d4b Android JNI gen: Don't emit code for empty RegisterNatives() by sievers · 8 years ago
  19. 02a6d73 Android: Don't require RegisterNatives if there are none by sievers · 8 years ago
  20. fc32b00 jni_generator: Always generate native exports. by torne · 8 years ago
  21. 42ef704 jni_generator: handle inner class natives properly. by Torne (Richard Coles) · 8 years ago
  22. b66773d jni_generator: remove obsolete/unused features. by torne · 8 years ago
  23. c510c59 jni_generator: Pass object parameters as JavaParamRef. by torne · 9 years ago
  24. c912423 jni_generator: support jthrowable. by torne · 9 years ago
  25. 4149526 Reland "jni_generator: Make all object-returning natives return ScopedJavaLocalRef." by torne · 9 years ago
  26. 4b3899c Revert of jni_generator: Make all object-returning natives return ScopedJavaLocalRef. (patchset #5 id:80001 of https://codereview.chromium.org/1288183004/ ) by nasko · 9 years ago
  27. fab71c5 jni_generator: Make all object-returning natives return ScopedJavaLocalRef. by torne · 9 years ago
  28. 0715a9e jni_generator: Wrap all native methods in stubs. by Torne (Richard Coles) · 9 years ago
  29. 9e29f73 Remove all the imports only needed for jni generator. by aurimas · 9 years ago
  30. 4d5b53e Don't crash on generating JNI without output file by paulmiller · 9 years ago
  31. 3c72847 Tidy up whitespace in JNI generator output. by torne · 10 years ago
  32. 41323a6 Make combined native/manual JNI registration work for clang. by torne · 10 years ago
  33. 0dd0b0d Use combined native/manual JNI registration. by torne · 10 years ago
  34. 94bda72 android: Refactor function name template in JNI generator. by torne · 10 years ago
  35. 76d2149 Update JNI generator for javap version 1.8. by ohrn · 10 years ago
  36. 09434e5 android: Improve native JNI export implementation. by torne · 10 years ago
  37. 3307517 Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  38. 25171e5 Revert 290810 "Make class lookup lazy in jni_generator when usin..." by ygorshenin@chromium.org · 10 years ago
  39. 00917bd Make class lookup lazy in jni_generator when using lazy method lookup. by mkosiba@chromium.org · 10 years ago
  40. 56092f0 Don't register JNI methods for the android_webview. by mkosiba@chromium.org · 10 years ago
  41. fb98e33 Add depfile support to android build scripts by cjhopman@chromium.org · 10 years ago
  42. 553584f JarJar resources when building the android_webview. by mkosiba@chromium.org · 10 years ago
  43. 8042413 Revert 275652 "Remove unneeded JNI registrations." by torne@chromium.org · 10 years ago
  44. ce3a3ed Remove unneeded JNI registrations. by sl.ostapenko@samsung.com · 10 years ago
  45. e607d25 Add generate_jar_jni template by cjhopman@chromium.org · 10 years ago
  46. f5bf8c4 Gamepad API support for chrome on android by skhatri@nvidia.com · 10 years ago
  47. 74f541e Updating JNIAdditionalImport to allow more than one import. by qsr@chromium.org · 10 years ago
  48. 370487d Revert of Gamepad API support for chrome on android (https://codereview.chromium.org/133943002/) by aelias@chromium.org · 10 years ago
  49. 47bd346 Adding JNIAdditionalImport annotation. by qsr@chromium.org · 10 years ago
  50. 5a1355d Gamepad API support for chrome on android by skhatri@nvidia.com · 10 years ago
  51. 86eae28 Android: optimizes jni_generator. by bulach@chromium.org · 10 years ago
  52. 6993130 Android: turns into a buildtime error passing implicitly imported class. by bulach@chromium.org · 10 years ago
  53. 9d3b13b Catch intptr_t to int conversion on 64-bit platforms. by anton@chromium.org · 10 years ago
  54. 202d267 For the WebView build, invoking "cpp" from $PATH is problematic on some by torne@chromium.org · 10 years ago
  55. 4a130cc Android: improves error message for Outer.Inner usage in JNI. by bulach@chromium.org · 10 years ago
  56. 07a9ba4 Android: fixes JNI generator for newer versions of javap. by bulach@chromium.org · 11 years ago
  57. 658dbc0 Android: generates JNI constants from .class files. by bulach@chromium.org · 11 years ago
  58. 92d0dac Android: upstream few more jni_generator changes. by bulach@chromium.org · 11 years ago
  59. 51dd749 Android: sync up latest JNI generator changes from downstream. by bulach@chromium.org · 11 years ago
  60. a022cf6 Android: adds ptr_type to jni_generator. by bulach@chromium.org · 11 years ago
  61. 37fc911 Android: fixes for JNI with javap for java7. by bulach@chromium.org · 11 years ago
  62. 7cd403c A few improvements to make jni_generator work outside of chromium. by bulach@chromium.org · 11 years ago
  63. 521714e Fix building with Java 7 by simonb@opera.com · 11 years ago
  64. 6cbf5b9 Android: allow JNI generator to be used with jarjar. by torne@chromium.org · 11 years ago
  65. 118e59a Android: Use scoped local ref in jni_generator. by nileshagrawal@chromium.org · 11 years ago
  66. a6e185e Android: fixes jni_generator for @CalledByNative with generics. by bulach@chromium.org · 11 years ago
  67. bc9029c Make jni_generator support the returing of the inner class. by ycheo@chromium.org · 12 years ago
  68. 108c37d Android: fix race condition in jni_generator. by torne@chromium.org · 12 years ago
  69. 287bc39 [Android] Introduce a Java wrapper for TemplateUrlService. by yfriedman@chromium.org · 12 years ago
  70. 91b355f Add gyp flag to specify whether we should optimize JNI generation. by tedchoc@chromium.org · 12 years ago
  71. 9fa51ed Bugfix: to add missing prefix for return type from javap. by dwkang@chromium.org · 12 years ago
  72. aecd291 Android: fixes missing semi-colon in inner classes for jni_generator. by bulach@chromium.org · 12 years ago
  73. 9d7eab0 jni_generator.py: Handle more Java types. by digit@chromium.org · 12 years ago
  74. f7e9977 Implement annotation support for JS<->Java interface by dtrainor@chromium.org · 12 years ago
  75. 7156c76 Android: correctly generates inner class from import clause. by bulach@chromium.org · 12 years ago
  76. 0bafda7 Android: uses "import" section and inner classes for obtaining qualified JNI parameters. by bulach@chromium.org · 12 years ago
  77. c6b7584 Android: passes a list of qualified JNI parameters as a param to the generator. by bulach@chromium.org · 12 years ago
  78. 8d5caf2 Add Google Location Settings geolocation permission flow by cramya@chromium.org · 12 years ago
  79. b047aca Update jni_generator to match change downstream by miguelg@chromium.org · 12 years ago
  80. 1a18ae0 Upstream Autofill functionality for Android. by aurimas@chromium.org · 12 years ago
  81. 231cff6 Android: lazy initialization for method id. by bulach@chromium.org · 12 years ago
  82. 0ef558c Componentize IgnoreNavigationResourceThrottle and add chrome and webview specific implementations. by mkosiba@chromium.org · 12 years ago
  83. fb050c1 Revert "Revert 160537 - Update jni generator for Android." by nileshagrawal@chromium.org · 12 years ago
  84. fa3614b Revert 160537 - Update jni generator for Android. by nduca@chromium.org · 12 years ago
  85. c47bbf6 Update jni generator for Android. by nileshagrawal@chromium.org · 12 years ago
  86. 208f05b Android: adds Get(Static)MethodIDOrNULL. by bulach@chromium.org · 12 years ago
  87. 0c6805b Improves jni_generator name mangling. by bulach@chromium.org · 12 years ago
  88. fd24ee1 Android: MediaPlayerBridge JNI cleanup. by bulach@chromium.org · 12 years ago
  89. 31af753 Android: generates JNI bindings for constructors in system classes. by bulach@chromium.org · 12 years ago
  90. 4779e80 Revert "Revert 158067 - Remove native side of content_view_client" by yusufo@chromium.org · 12 years ago
  91. ddb9140 Revert 158067 - Remove native side of content_view_client by avi@chromium.org · 12 years ago
  92. c8543e5 Remove native side of content_view_client by yusufo@chromium.org · 12 years ago
  93. e085ab6 Upstream chromium side of modal dialogs for webview. by yfriedman@chromium.org · 12 years ago
  94. 27af19f [Android] Add IO thread delegate for request intercepting. by mkosiba@chromium.org · 12 years ago
  95. ea0b1f0 Upstreaming SelectFileDialog for Android by aurimas@chromium.org · 12 years ago
  96. 9625ab4 Update jni_generator to include Callback for saveWebArchive. by tedchoc@chromium.org · 12 years ago
  97. 3019c88 Implement ResourceDispatchHostLoginDelegate for android_webview. by benm@chromium.org · 12 years ago
  98. 3d1ede2 [Android] Upstream ChromeBrowserProvider, the Android port ContentProvider implementation. by leandrogracia@chromium.org · 12 years ago
  99. cc74b35 Upstream the Android port find-in-page feature. by leandrogracia@chromium.org · 12 years ago
  100. f05dc2d Implement DocuementHasImages by joth@chromium.org · 12 years ago