CSC/ECE 517 Spring 2016/Implement private browsing: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "==Implementation== The following steps were followed to meet the project requirements as per this [https://github.com/servo/servo/wiki/Private-browsing-student-project]. ===Ste...")
 
Line 8: Line 8:


[[File: Selection_001.png ]]
[[File: Selection_001.png ]]
We are working on implementing the function to set this member based on the mozprivatebrowsing attribute. We are in touch with Josh regarding the same as currently there is no mozprivatebrowsing attribute in the servo project and hence we are trying to understand how it can be implemented. We have written a basic stub for the same which is as below.
[[File: Selection_002.png ]]

Revision as of 00:57, 24 March 2016

Implementation

The following steps were followed to meet the project requirements as per this [1].

Step 1

As required we have added the is_private member to the struct IFrameLoadInfo to check if it's a private iframe or not


We are working on implementing the function to set this member based on the mozprivatebrowsing attribute. We are in touch with Josh regarding the same as currently there is no mozprivatebrowsing attribute in the servo project and hence we are trying to understand how it can be implemented. We have written a basic stub for the same which is as below.