SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-04-30: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
Line 20: Line 20:
* Reading source code of CSP (Content Security Policy) implementation in Firefox. I read following files:  
* Reading source code of CSP (Content Security Policy) implementation in Firefox. I read following files:  


* http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsCSPService.cpp  
** http://mxr.mozilla.org/mozilla-central/source/content/base/src/nsCSPService.cpp  


* http://mxr.mozilla.org/mozilla-central/source/content/base/src/contentSecurityPolicy.js  
** http://mxr.mozilla.org/mozilla-central/source/content/base/src/contentSecurityPolicy.js  


* http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsIContentSecurityPolicy.idl  
** http://mxr.mozilla.org/mozilla-central/source/content/base/public/nsIContentSecurityPolicy.idl  


* http://mxr.mozilla.org/mozilla-central/source/content/base/src/CSPUtils.jsm#45
** http://mxr.mozilla.org/mozilla-central/source/content/base/src/CSPUtils.jsm#45


=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===

Revision as of 09:28, 3 May 2012

« previous week | index | next week »


This Week

Monday, 30 April

  • Reading Jetpack extension development APIs.

Tuesday, 01 May

  • Updated UserCSP extension GUI as per the suggestions from Tanvi. (In GUI of UserCSP extension: All input fields on the left and written rules on the right)

Wednesday, 02 May

Thursday, 03 May

  • Reading source code of CSP (Content Security Policy) implementation in Firefox. I read following files:

Friday, 04 May