• Home
  • History
  • Annotate
  • only in /frameworks/support/webkit-codegen/src/test/java/androidx/webkit/internal/codegen/
History log of /frameworks/support/webkit-codegen/src/test/java/androidx/webkit/internal/codegen/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
281fe3f80128f029fa5c9eacdf53ac177a35f241 23-Apr-2018 Aurimas Liutikas <aurimas@google.com> Disable BoundaryInterfaceTest that fails with update to new lint.

Update from 26.0.0 to 26.2.0-alpha12 causes this test to start failing.

Bug: 78473882
Test: ./gradlew webkit-codegen:test no longer runs these tests
Change-Id: Ib28398beed6fa400b32cff02dd3d513ae4fdff4d
oundaryInterfaceTest.java
19536e8c7f6b4c6ca8baca5429358a723a8a832a 08-Dec-2017 Gustav Sennton <gsennton@google.com> [webkit-codegen] Add code generation for boundary interfaces.

Add some code for generating boundary interfaces (the interfaces used
for communication between the support library and the WebView APK)
given a representation of a class and the methods we should generate
interfaces for.

Currently, the WebView, WebViewProvider, WebViewFactoryProvider, and
inner classes are not supported. All other classes should be fine.

We will add copyright generation and use javac to compile the generated
test output files (to ensure they're valid) in follow-up CLs.

Bug: 70459808
Test: run added tests.
Change-Id: I14245c23896b21003e88c1bf5b121cbfc1b66abd
oundaryInterfaceTest.java
estUtils.java