index
:
platform/art
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
hidden_api_test.cc
Age
Commit message (
Expand
)
Author
2025-02-19
Readability fixes and some API cleanup in art::hiddenapi::ApiList.
Martin Stjernholm
2025-01-28
Fix missing logging of core platform API violations in just-warn mode.
Martin Stjernholm
2025-01-28
Log info about the caller and callee in hiddenapi denial messages.
Martin Stjernholm
2025-01-16
Merge sFields and iFields.
Nicolas Geoffray
2024-11-11
Avoid `strlen()` for `ClassLinker::FindClass()`...
Vladimir Marko
2024-06-13
Use C++20 `string{,_view}::{starts,ends}_with()`, part 1.
Vladimir Marko
2024-05-20
Use unique temp files in `HiddenApiTest`.
Vladimir Marko
2024-01-18
Add visibility attributes in runtime/h*
Dmitrii Ishcheikin
2023-04-05
Fix "readability-redundant-string-cstr" clang-tidy issues
Stefano Cianciulli
2023-02-21
Refactor DexFileLoader
David Srbecky
2022-11-29
Change well known class loader methods to `ArtMethod*`.
Vladimir Marko
2022-11-09
Clean up decoding well-known classes.
Vladimir Marko
2022-05-09
Add support for max-target-s
Artur Satayev
2022-05-03
Revert "Add support for max-target-s"
Ge Bian
2022-05-03
Add support for max-target-s
Narayan Kamath
2021-10-26
Add support to place shared libraries after the dex path
Brad Stenning
2021-03-08
Create directory before running tests.
Nicolas Geoffray
2021-03-05
Support /system/system_ext/framework jars with hiddenapi.
Nicolas Geoffray
2021-02-23
Revert "Remove obsolete TestApiEnforcementPolicy."
satayev
2021-02-02
Remove obsolete TestApiEnforcementPolicy.
Artur Satayev
2020-11-25
Check if app has ALLOW_TEST_API_ACCESS change id
Pedro Loureiro
2020-11-23
Add compat framework logging to ART
Andrei Onea
2020-08-10
Rename ApiList::Value enums
Andrei Onea
2020-07-20
Retry path removal and log errors in case of failure
Orion Hodson
2020-07-15
Fixes for gtests in eng-prod
David Srbecky
2020-05-21
Add support for greylist-max-r signatures.
Artur Satayev
2020-05-05
Allow bootjars in system_ext.
Chris Gross
2020-02-27
Gate access to targetsdk-max-p,q on compat framework
atrost
2019-11-07
Only allow access to @TestApi signatures in instrumented processes.
Artur Satayev
2019-10-31
Add tests for GreylistMaxQ.
Artur Satayev
2019-03-16
Fix buildbots hidden_api_test
David Brazdil
2019-03-14
hiddenapi domain: Use oat dex file location if available
David Brazdil
2019-03-04
Fix handling of proxy classes in hidden_api.h
David Brazdil
2019-01-09
Do not enter hidden API slow path when policy==Disabled
David Brazdil
2018-11-29
hiddenapi: Introduce greylist-max-p
David Brazdil
2018-11-22
Rename and reorganize hiddenapi::ApiList
David Brazdil
2018-11-16
Create SdkVersion enum, migrate users to it
David Brazdil
2018-11-14
Simplify hidden_api.h logic
David Brazdil
2018-10-30
Remove HiddenApiAccessFlags, move content to hiddenapi::
David Brazdil
2018-08-28
Use 'final' and 'override' specifiers directly in ART.
Roland Levillain
2018-05-31
ObjPtr<>-ify ClassLinker::FindClass(), fix 1 stale reference use.
Vladimir Marko
2018-05-09
ART: Move JNI files to runtime/jni/ .
Vladimir Marko
2018-05-08
Fix hiddenapi::MemberSignature for proxies
David Brazdil
2018-05-08
Fix hidden API flags decoding for intrinsics
David Brazdil
2018-05-08
Replace kAllLists policy with kJustWarn.
Mathew Inwood
2018-03-28
ART: Refactor hidden_api
Andreas Gampe
2018-03-27
Support for API exemptions from API blacklisting.
Mathew Inwood