web_plat/browser_platform_api/inc/Browser_platform_variant.hrh
branchRCL_3
changeset 46 30342f40acbf
parent 37 ac77f89b1d9e
child 47 e1bea15f9a39
equal deleted inserted replaced
44:800203832575 46:30342f40acbf
   182 #define BRDO_IAD_UPDATE_ENABLED_FF
   182 #define BRDO_IAD_UPDATE_ENABLED_FF
   183 
   183 
   184 //To enable performance improvements done in TB9.2
   184 //To enable performance improvements done in TB9.2
   185 #define BRDO_PERF_IMPROVEMENTS_ENABLED_FF
   185 #define BRDO_PERF_IMPROVEMENTS_ENABLED_FF
   186 
   186 
       
   187 //To enable modified cache-control = max-age feature
       
   188 #define BRDO_CACHE_MAX_AGE
       
   189 
   187 /*
   190 /*
   188 * ===================
   191 * ===================
   189 *        S60 3.23
   192 *        S60 3.23
   190 * ===================
   193 * ===================
   191 */ 
   194 */ 
   274 
   277 
   275 #ifndef MW_LAYER_CONNECT_SYSTEMINCLUDE
   278 #ifndef MW_LAYER_CONNECT_SYSTEMINCLUDE
   276 #define MW_LAYER_CONNECT_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(connect)
   279 #define MW_LAYER_CONNECT_SYSTEMINCLUDE SYSTEMINCLUDE  OS_LAYER_PUBLIC_EXPORT_PATH(connect)
   277 #endif
   280 #endif
   278 
   281 
       
   282 
       
   283 //To disable modified cache-control = max-age 
       
   284 #undef BRDO_CACHE_MAX_AGE
       
   285 
   279 /*
   286 /*
   280 * ===================
   287 * ===================
   281 *        S60 5.0 S60_50
   288 *        S60 5.0 S60_50
   282 * ===================
   289 * ===================
   283 */ 
   290 */ 
   358 #endif
   365 #endif
   359 
   366 
   360 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   367 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   361 //Flag need to be removed after this fix is supplied to Symbian 9.4
   368 //Flag need to be removed after this fix is supplied to Symbian 9.4
   362 #undef BRDO_HTTP_STACK_93
   369 #undef BRDO_HTTP_STACK_93
       
   370 
       
   371 
       
   372 //To disable modified cache-control = max-age 
       
   373 #undef BRDO_CACHE_MAX_AGE
       
   374 
   363 /*
   375 /*
   364 * ===================
   376 * ===================
   365 *        S60 5.0 PF5250+
   377 *        S60 5.0 PF5250+
   366 * ===================
   378 * ===================
   367 */ 
   379 */ 
   416 #endif
   428 #endif
   417 
   429 
   418 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   430 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   419 //Flag need to be removed after this fix is supplied to Symbian 9.4
   431 //Flag need to be removed after this fix is supplied to Symbian 9.4
   420 #undef BRDO_HTTP_STACK_93
   432 #undef BRDO_HTTP_STACK_93
       
   433 
       
   434 //To enable modified cache-control = max-age 
       
   435 #define BRDO_CACHE_MAX_AGE
   421 /*
   436 /*
   422 * ===================
   437 * ===================
   423 *        S60 5.1
   438 *        S60 5.1
   424 * ===================
   439 * ===================
   425 */ 
   440 */ 
   462 #endif
   477 #endif
   463 
   478 
   464 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   479 // Defines Symbian HTTP stack parameters specific for symbian 9.3 (e.g. EHttpEnableOptimalPipelining, EHttpOptimalPipelining)
   465 //Flag need to be removed after this fix is supplied to Symbian 9.4
   480 //Flag need to be removed after this fix is supplied to Symbian 9.4
   466 #undef BRDO_HTTP_STACK_93
   481 #undef BRDO_HTTP_STACK_93
       
   482 
       
   483 //To disable modified cache-control = max-age 
       
   484 #undef BRDO_CACHE_MAX_AGE
       
   485 
   467 /*
   486 /*
   468 * ===================
   487 * ===================
   469 *        S60 5.2
   488 *        S60 5.2
   470 * ===================
   489 * ===================
   471 */ 
   490 */ 
   526 #define BRDO_BROWSER_UPDATE_UI_FF FeatureManager::FeatureSupported( KFeatureIdIAUpdate )
   545 #define BRDO_BROWSER_UPDATE_UI_FF FeatureManager::FeatureSupported( KFeatureIdIAUpdate )
   527 #else
   546 #else
   528 #define BRDO_BROWSER_UPDATE_UI_FF 0
   547 #define BRDO_BROWSER_UPDATE_UI_FF 0
   529 #endif // KFeatureIdIAUpdate
   548 #endif // KFeatureIdIAUpdate
   530 
   549 
       
   550 
       
   551 //To enable modified cache-control = max-age 
       
   552 #define BRDO_CACHE_MAX_AGE
       
   553 
   531 #endif // BROWSER_PLATFORM_VARIANT_HRH
   554 #endif // BROWSER_PLATFORM_VARIANT_HRH