Open main menu

CDOT Wiki β

Changes

DPS909/OSD600 Fall 2017 Lab 2

3,241 bytes added, 20:28, 21 December 2017
m
Blog
The following suggestions were given to me by Mozilla's [https://twitter.com/bwinton Blake Winton (@bwinton)], and I think that one ore more of these would be fun to try:
1. In <code>browser/base/content/browser.js</code> change the function <code>OpenBrowserWindow</code> to automatically open cat GIFs or a random picture from [https://unsplash.com/ Unsplash]. You can alter the code like so:
<codepre>
function OpenBrowserWindow(options) {
return window.open("http://www.chilloutandwatchsomecatgifs.com"); return;
}
</codepre>
or:
<codepre>
function OpenBrowserWindow(options) {
return window.open("https://unsplash.it/800/600?random"); return;
}
</codepre>
Can you fix the code above to use the full width of the current window, so it always fills the page?
|-
| 1
|Jay Yin|http://jyopensource.blogspot.ca/2017/09/building-firefox-on-linux-first-time.html
|-
| 2
|Eric Schvartzman|https://ericschvartzman.blogspot.ca/2017/09/building-and-modifying-firefox-from.html
|-
| 3
|Leonel Jara|https://lejara.wordpress.com/2017/09/18/building-the-firefox-project/
|-
| 4
|Joao Rodrigues|https://jmrodriguesgoncalves.blogspot.ca/2017/09/lab-2-building-firefox-for-desktop-from.html
|-
| 5
|Jiel Selmani|http://mylyfeincode.blogspot.ca/2017/09/the-early-bird-gets-bandwidth.html
|-
| 6
|Anthony LoMagno|https://anthonylomagno.wordpress.com/2017/09/18/lab-2-building-firefox-from-source/
|-
| 7
|Dan Epstein|http://www.danepstein.ca/my-journey-on-building-firefox-for-the-first-time/
|-
| 8
|Haoyu Yang|https://haoyu1337.blogspot.com/2017/09/my-first-firefox-build-and-modification.html
|-
| 9
|Parthkumar Patel|https://ppatel221.wordpress.com/2017/09/19/bringing-firefox-source-code-on-macos/
|-
| 10
|Sean Prashad|https://medium.com/seanprashad/firefox-building-the-fox-d3eaf32bfff0
|-
| 11
|Gaurav Verma|http://gblogs2017.wordpress.com/2017/09/19/building-mozilla-source-code/
|-
| 12
|Dilan Guneratne|http://wp.me/p7CNWL-3w
|-
| 13
|Eric Suarez|https://esoscode.wordpress.com/2017/09/19/learning-to-build-large-software-projects/
|-
| 14
|Mat Babol|http://mmbabol.blogspot.ca/2017/09/building-mozilla-web-browser-from-source.html
|-
| 15
|Fateh Sandhu|https://firefoxmacblog.wordpress.com/2017/09/18/first-blog-post/
|-
| 16
|Avedis Zeitounilian|http://avedis777.blogspot.ca/2017/09/building-mozilla-firefox.html
|-
| 17
|Joshua Longhi|https://jlonghiblog.wordpress.com/2017/09/19/building-firefox/
|-
| 18
|Michael Pierre|https://michaelpierreblog.wordpress.com/2017/09/19/my-experience-building-and-modifying-mozilla-firefox/
|-
| 19
|Teddy Prempeh|https://teddyprempeh.wordpress.com/2017/09/20/first-firefox-build-for-windows-desktop/
|-
| 20
|Svitlana Galianova|http://svitlanagalianova.blogspot.ca/2017/09/is-it-easy-to-compile-source-code.html
|-
| 21
|Diana Dinis-Alves|https://ddinisalves.wordpress.com/2017/09/20/foxes-and-defenders/
|-
| 22
|Yankai Tian|https://ytian38.wordpress.com/2017/09/21/mozilla-project-part-1/
|-
| 23
|Hadi Saeed|https://techbreaksblog.wordpress.com/2017/09/21/installing-firefox-build-on-macos/
|-
| 24
|Igor Naperkovskiy|https://naperkovskiyblog.wordpress.com/2017/09/21/mozilla-firefox-source-code/
|-
| 25
|Hans van den Pol|https://opensourcetoronto.wordpress.com/2017/09/21/first-experience-mozillas-opens-source/
|-
| 26
|Steven De Filippis|https://dps909.defilippis.ca/index.php/2017/09/14/building-firefox-from-the-source-tree/
|-
| 27
|James Clarke|https://jamesclarke.blog/2017/09/20/building-firefox/
|-
| 28
|Mithilan Sivanesan|https://mithilanblog.wordpress.com/2017/09/22/building-firefox-a-whole-lot-of-waiting-and-a-whole-lot-of-questions/
|-
| 29
|Marvin Sanchez|https://marvinrsanchez.wordpress.com/building-firefox-desktop
|-
| 30
|Harshkumar Patel|http://surpankha.ga/index.php/2017/09/20/firefox/
|-
| 31
|Azusa Shimazaki|http://assmith2017.blogspot.ca/2017/09/firefox-building.html
|-
| 32
|Marco Beltempo|http://www.marcobeltempo.com/misc/building-firefox-source/
|-
| 33
|Arpit Gandhi|https://arpit1667.wordpress.com/2017/09/21/first-blog-post/
|-
| 34
|Phil Henning|https://bluesockphil.wordpress.com/2017/09/17/time-to-build-mozilla/
|-
| 35
|Earle white|https://ewhite7blog.wordpress.com/2017/09/18/firefox-build-for-windows/
|-
| 36
|Michael Kavidas|https://mkavidas.wordpress.com/2017/09/30/osd-lab-2-building-firefox-for-the-first-time/
|-
| 37
|Ojavi Hewitt|https://osbdotcom.wordpress.com/2017/10/28/firefox-build/
|
|-
159
edits