SummerOfCode/2012/UserCSP/WeeklyUpdates/2012-07-30: 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}} ===
* BugFix: "about://null" is displaying in the domain list.
* BugFix: "about://null" is displaying in the domain list.
  ** The domain list should only contain website domain names. It require to filter out "about" protocol, such as "about"blank", "about:config", etc
 
  The domain list should only contain website domain names. It require to filter out "about" protocol, such as "about"blank", "about:config", etc


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

Revision as of 04:49, 8 August 2012

« previous week | index | next week »

This Week

Monday, 30 July

  • BugFix: When change location of the tab, other stuff comes up (from the previous domain). should be cleared automatically when the site changes. (only when the all tab is the one opened when you exit the UI)

Tuesday, 31 July

  • BugFix: "about://null" is displaying in the domain list.
The domain list should only contain website domain names. It require to filter out "about" protocol, such as "about"blank", "about:config", etc

Wednesday, 01 August

  • Implemented feature: The domain for "Select Domain" should be set to the currently active tab instead of on Every website.

Thursday, 02 August

  • Change "Apply User Rules" to "Save User Rules" in All Tab UI
  • BugFix: In HTTP Response URI was not URI of Origin initiated request. But it was a URI of sub resource. therefore, CSP was not correctly enforce on Origin domain.
** Implemented a logic to retrieve URI of document in HTTP - response.  
** Handle the case for first request. Document URI is either null or about:blank for first response of the site.

Friday, 03 August

  • BugFix: requires restart fixed - so don't need to restart to apply the rules.