Confirmed users
975
edits
(→Testing Start Up code: clarify location of measure_start_up.py) |
(→Testing Start Up code: Remove session restore – it's currently broken) |
||
| Line 9: | Line 9: | ||
## <code> Cold main first frame (cold_main_first_frame in the script) </code>. This is the first frame drawn by the application. This path is taken by all "type" of start-ups | ## <code> Cold main first frame (cold_main_first_frame in the script) </code>. This is the first frame drawn by the application. This path is taken by all "type" of start-ups | ||
## <code> Cold view nav start (cold_view_nav_start in the script) </code>. This path is taken when the browser is opened through an outside link (i.e: a link opened through Ggmail) | ## <code> Cold view nav start (cold_view_nav_start in the script) </code>. This path is taken when the browser is opened through an outside link (i.e: a link opened through Ggmail) | ||
#After determining the path your changes affect, these are the steps that you should follow: | #After determining the path your changes affect, these are the steps that you should follow: | ||