SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-08-13: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 8: Line 8:


=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===
* Intercepted "shouldLoad" method of nsIContentPolicy interface.
** The nsIContentPolicy interface is useful to observe content that is being loaded into browser.
** The "shouldLoad" method of this interface will be called before loading the resource to determine whether to start the load at all.
* This method is useful to infer the rules for website by observing the contents that are loaded by a web page.


=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===

Revision as of 04:25, 16 August 2012

« previous week | index | next week »

This Week

Monday, 13 August

  • UserCSP Project report preparation. Project report contains, goal and objectives of the project, functionality and how it works, and technical details of the project.

Tuesday, 14 August

  • Intercepted "shouldLoad" method of nsIContentPolicy interface.
    • The nsIContentPolicy interface is useful to observe content that is being loaded into browser.
    • The "shouldLoad" method of this interface will be called before loading the resource to determine whether to start the load at all.
  • This method is useful to infer the rules for website by observing the contents that are loaded by a web page.

Wednesday, 15 August

Thursday, 16 August

Friday, 17 August