]> rtime.felk.cvut.cz Git - edu/osp-wiki.git/blobdiff - student/marekp11/index.mdwn
(no commit message)
[edu/osp-wiki.git] / student / marekp11 / index.mdwn
index d5c0e27486e1c4dc146429d407f4aeac114efd05..d1d1a1d77a35a2150143c2844ae54a3556a7c922 100644 (file)
@@ -1,11 +1,14 @@
 [[!meta title="Marek Petr"]]
 
-**Project name and homepage:** [Example project](http://www.example.com)
+**Project name and homepage:** [Mozilla Firefox for Android](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_for_Android) [build](https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Build_Instructions/Simple_Firefox_for_Android_build)
 
 Assignment
 ======
 
-Description of my planned/completed work for the project
+I've chosen project Mozilla Firefox for Android. It's a large project and I'd like ti work on front-end part and namely on this [bug#1111663](https://bugzilla.mozilla.org/show_bug.cgi?id=1111663) which is tagged as [lang=js][good first bug].
+
+This bug concerns bad property test condition on object's property. A fix has been proposed by developers(see communication below) and it should be straightforward. 
+**Edit**: It appeared that part of the code with test and call on the object's property (notification's onClicked method) was obsolete. After communication with mentor I removed the whole problematic part of the code. See consequent patches below.
 
 Links documenting the results of my work
 ======
@@ -13,15 +16,19 @@ Links documenting the results of my work
 Here, I'll add links similar to the examples below and describe what
 is being linked.
 
-* [[Example] My communication with developers in a public mailing list archive](http://groups.google.com/group/comp.os.minix/browse_thread/thread/e3df794a2bce97da/2194d253268b0a1b?#2194d253268b0a1b)
-* [[Example] Version control repository with the actual state of my work](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=summary)
-* [[Example] My commit in the project repository](http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ea90002b0fa7bdee86ec22eba1d951f30bf043a6)
-* [[Example] Additional supporting material](http://lwn.net/Articles/385586/)
+* [My communication with developers on bugzilla](https://bugzilla.mozilla.org/show_bug.cgi?id=1111663)
+* [patch #1: bug_1111663.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8729984&action=edit)
+* [patch #2: bug_1111663_v2.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8731469&action=edit)
+* [patch #3: bug_1111663_v3.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8731827&action=edit)
+* [patch #4: bug_1111663_v4.1.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8732162&action=edit)
+* [patch #4: bug_1111663_v4.2.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8732168&action=edit)
+* [patch #5: bug_1111663_v5.patch](https://bugzilla.mozilla.org/attachment.cgi?id=8732338&action=edit)
+* [Planned for milestone release 48.0a1](https://hg.mozilla.org/mozilla-central/rev/93955ff309b7)
 
 Presentation
 ==========
 
-* [[Presentation of the aim of my work in PDF or OpenDocument format (upload it as an *Attachment* to this page)|prezentace1.pdf]]
+* Presentation of the aim of my work in PDF [[student/marekp11/OSP_Firefox_for_Android.pdf]]
 * [[Presentation of the results of my work|prezentace2.pdf]]
 
 OpenHub
@@ -35,3 +42,8 @@ For example:
 </a>
 
 [w]:https://www.openhub.net/accounts/marekp11/widgets
+
+
+
+
+[[marekp11.pdf]]