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

From MozillaWiki
Jump to navigation Jump to search
(Created page with "{{subst:WeeklyUpdates}}")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<small>[[WeeklyUpdates/{{#time:Y-m-d|{{SUBPAGENAME}} -1 week}}|« previous week]] | [[WeeklyUpdates|index]] | [[WeeklyUpdates/{{#time:Y-m-d|{{SUBPAGENAME}} +1 week}}|next week »]]</small>
<small>[[WeeklyUpdates/{{#time:Y-m-d|{{SUBPAGENAME}} -1 week}}|« previous week]] | [[WeeklyUpdates|index]] | [[WeeklyUpdates/{{#time:Y-m-d|{{SUBPAGENAME}} +1 week}}|next week »]]</small>
{{conf|8600}}
__TOC__
= All-hands Status Meeting Agenda =
Items in this section will be shared during the live all-hand status meeting.
== Friends of the Tree [[Image:Tree.gif|Friends of the Tree]] ==
== Upcoming Events ==


=== This Week ===
=== This Week ===


=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===
=== Monday, {{#time:d F|{{SUBPAGENAME}}}} ===
* 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, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===
=== Tuesday, {{#time:d F|{{SUBPAGENAME}} +1 day}} ===
* 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, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===
=== Wednesday, {{#time:d F|{{SUBPAGENAME}} +2 days}} ===
* Implemented feature: The domain for "Select Domain" should be set to the currently active tab instead of on Every website.
Whenever user navigate to another site in same tab or open a new tab to visit another site, domain list in
add-on shows "Every Website" rules. Whereas, it should show active domain and it rules.
If none of the site is open by user in then it should show "Every website" rules as default selected item.


=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===
=== Thursday, {{#time:d F|{{SUBPAGENAME}} +3 days}} ===


=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===
* Change "Apply User Rules" to "Save User Rules" in All Tab UI


=== Next Week ===
* 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.


== Product Status Updates (voice updates) ==
=== Friday, {{#time:d F|{{SUBPAGENAME}} +4 days}} ===
 
=== Firefox Desktop ===
''Speaker Location:''
 
=== Firefox Mobile ===
''Speaker Location:''
 
=== Thunderbird ===
''Speaker Location:''
 
=== Older Branch Work ===
''Speaker Location:''
 
=== Webmaker ===
''Speaker Location:''
 
=== Identity ===
''Speaker Location:''
 
=== Services ===
''Speaker Location:''
 
=== Firefox OS ===
''Speaker Location:''
 
== Speakers ==
 
The limit is 3 minutes per speaker.  It's like a lightning talk, but don't feel that you have to have slides in order to make a presentation.
 
{| class="fullwidth-table"
|-
!  Title
!  Presenter
!  Topic
!  Media
!  More Details
|-
| Your Title Here
| Your Name Here
| What are you going to talk about?
| Links to slides or images you want displayed on screen
| Link to where audience can find out more information
|-
|}
 
== Introducing New Hires ==
{| class="fullwidth-table"
|-
!  New Hire
!  Introduced by
!  Speaker location
!  Will be working on
|-
| ''Who is the new hire?''
| ''Who will be introducing that person?''
| ''From which office will that introduction be transmitted?''
| ''What will the new person be working on?''
|-
<!-- Insert new rows here -->
|-
|}
 
== Introducing New Interns ==
{| class="fullwidth-table"
|-
!  New Intern
!  Introduced by
!  Speaker location
!  Will be working on
|-
| ''Who is the new intern?''
| ''Who will be introducing that person?''
| ''From which office will that introduction be transmitted?''
| ''What will the new person be working on?''
|-
<!-- Insert new rows here -->
|-
|}
 
== Roundtable ==
 
= &lt;meta&gt; =
 
Notes and non-voice status updates that aren't part of the live meeting go here.
 
== Status Updates By Team (*non-voice* updates) ==
 
=== Firefox ===
 
=== Platform ===
 
=== Services ===
 
=== Messaging ===
 
=== Mobile ===
 
=== IT ===
 
=== Release Engineering ===
 
=== QA ===
 
==== Test Execution ====
 
==== WebQA ====
 
==== QA Community ====
 
=== Automation & Tools ===
 
=== Security ===
 
=== Engagement ===
 
==== PR ====
 
==== Events ====
 
==== Creative Team ====
 
==== Community Marketing ====
 
=== Support ===
 
=== Metrics ===
 
=== Evangelism ===
 
=== Labs ===
 
=== Apps ===
 
=== Developer Tools ===
 
=== Add-ons ===
 
=== Webdev ===
 
=== L10n ===
 
=== People Team ===


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


== Foundation Updates ==
After setting user CSP rules, to apply those rules on website, Firefox restart was required.  Now, user defined CSP rules are applied without Firefox restart.

Latest revision as of 04:54, 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.

Whenever user navigate to another site in same tab or open a new tab to visit another site, domain list in add-on shows "Every Website" rules. Whereas, it should show active domain and it rules. If none of the site is open by user in then it should show "Every website" rules as default selected item.

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.

After setting user CSP rules, to apply those rules on website, Firefox restart was required. Now, user defined CSP rules are applied without Firefox restart.