Page Speed Optimization Libraries
1.7.30.2
|
Public Member Functions | |
void | TestHeadersSetupRace () |
Protected Member Functions | |
virtual void | SetUp () |
virtual void | TearDown () |
void | FetchFromProxy (const StringPiece &url, const RequestHeaders &request_headers, bool expect_success, GoogleString *string_out, ResponseHeaders *headers_out, bool proxy_fetch_property_callback_collector_created) |
void | FetchFromProxy (const StringPiece &url, const RequestHeaders &request_headers, bool expect_success, GoogleString *string_out, ResponseHeaders *headers_out) |
void | FetchFromProxy (const StringPiece &url, bool expect_success, GoogleString *string_out, ResponseHeaders *headers_out) |
void | FetchFromProxyLoggingFlushes (const StringPiece &url, bool expect_success, GoogleString *string_out) |
void | FetchFromProxyNoWait (const StringPiece &url, const RequestHeaders &request_headers, bool expect_success, bool log_flush, ResponseHeaders *headers_out) |
void | WaitForFetch (bool proxy_fetch_property_callback_collector_created) |
void | TestPropertyCache (const StringPiece &url, bool delay_pcache, bool thread_pcache, bool expect_success) |
void | TestPropertyCacheWithHeadersAndOutput (const StringPiece &url, bool delay_pcache, bool thread_pcache, bool expect_success, bool check_stats, bool add_create_filter_callback, bool expect_detach_before_pcache, const RequestHeaders &request_headers, ResponseHeaders *response_headers, GoogleString *output) |
void | SetCriticalImagesInFinder (StringSet *critical_images) |
void | SetCssCriticalImagesInFinder (StringSet *css_critical_images) |
Protected Attributes | |
scoped_ptr< ProxyInterface > | proxy_interface_ |
scoped_ptr < WorkerTestBase::SyncPoint > | sync_ |
ResponseHeaders | callback_response_headers_ |
GoogleString | callback_buffer_ |
bool | callback_done_value_ |
Static Protected Attributes | |
static const int | kHtmlCacheTimeSec = 5000 |
Friends | |
class | FilterCallback |