]> 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 5551ad1490bec9e8e3c92f584c4e09bba8647c1f..4de4b445edf206b647feb9e4e789f63253a5b37b 100644 (file)
@@ -1,13 +1,14 @@
 [[!meta title="Marek Petr"]]
 
-**Project name and homepage:** [Mozilla Firefox for Android](https://developer.mozilla.org/en-US/docs/Mozilla/Firefox_for_Android)
+**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
 ======
 
 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 and fix should be straightforward.
+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
 ======
@@ -15,15 +16,18 @@ 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](https://bugzilla.mozilla.org/show_bug.cgi?id=1111663)
-* [[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)
 
 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 (upload it as an *Attachment* to this page DOES NOT WORK)](https://drive.google.com/file/d/0B6RVfBpyJ5HUYlhQaGFhYWdsbms/view?usp=sharing)
 * [[Presentation of the results of my work|prezentace2.pdf]]
 
 OpenHub
@@ -37,3 +41,6 @@ For example:
 </a>
 
 [w]:https://www.openhub.net/accounts/marekp11/widgets
+
+
+[[OSP_Firefox for Android.pdf]]