Commit Graph

33 Commits

Author SHA1 Message Date
Benjamin Smedberg
cb01743bd4 Bug 740795 part C - Don't ship pdf.js as an extension, build changes, r=ted
--HG--
extra : rebase_source : 2008d063ce9969f1e3846a69b403016c0f60db60
2012-05-18 12:42:01 -04:00
Gervase Markham
87620f5676 Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Paolo Amadini
cc07746d4f Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-04-17 13:35:09 +02:00
Jacek Caban
6dcaed4eda Bug 739188 - Allow crosscompiling for Windows without NSIS r=ted 2012-03-28 11:48:27 +02:00
Serge Gautherie
3c6ea2a939 Bug 604266. (Cv1) Remove MOZ_INSTALLER support. r=ted.mielczarek. 2012-03-24 01:27:35 +01:00
Ed Morley
f558fef737 Backout ba7da6256b23 (bug 726444) for talos regressions; a=mak 2012-03-11 23:38:53 +00:00
Paolo Amadini
2a53c9bbe4 Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Includes: Bug 697679 - By Javi Rueda <leofigueres@yahoo.com>.
2012-03-10 15:00:45 +01:00
Marco Bonardo
3606a4771c Bug 591884 - Make IE importer fallback to the default Links folder to support toolbar favorites in versions >= 7
r=felipe
2012-03-09 11:13:14 +01:00
Mike Hommey
b1908133d9 Bug 721737 - Add toolkit l10n Makefiles to browser/makefiles.sh. r=khuey 2012-02-16 09:01:31 +01:00
Ed Morley
fc3395b50b Bug 725429 - Clean up *makefiles.sh, Feb 2012 edition; rs=build
mobile/android/makefiles.sh & b2g/makefiles.sh were hg copied from
mobile/makefiles.sh prior to it's original cleanup and then move, so most of the
changes to them here are just to sync them with mobile/xul/makefiles.sh.
2012-02-10 12:40:30 +00:00
Panagiotis Astithas
38cc317f4e Bug 697762 - Land the debugger in m-c; r=msucan,rcampbell; sr=dtownsend 2012-02-07 13:22:30 -04:00
Ed Morley
f994384701 Bug 692625 - Update *makefiles.sh with new paths after file moves; rs=build 2011-12-16 09:11:24 +00:00
Gavin Sharp
f5731dcb61 Bug 699575: move browser modules to browser/modules, r=dao
--HG--
rename : browser/base/Makefile.in => browser/modules/Makefile.in
rename : browser/base/content/NetworkPrioritizer.jsm => browser/modules/NetworkPrioritizer.jsm
rename : browser/components/wintaskbar/WindowsJumpLists.jsm => browser/modules/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/WindowsPreviewPerTab.jsm => browser/modules/WindowsPreviewPerTab.jsm
rename : browser/base/content/openLocationLastURL.jsm => browser/modules/openLocationLastURL.jsm
rename : browser/base/content/test/browser_NetworkPrioritizer.js => browser/modules/test/browser_NetworkPrioritizer.js
rename : browser/components/wintaskbar/test/browser_taskbar_preview.js => browser/modules/test/browser_taskbar_preview.js
extra : rebase_source : ed09dfa7b304836be75fbf6efd035efa3a95de28
2011-10-27 15:48:53 -07:00
Ed Morley
b70eccc2c1 Bug 696498 - Add Makefiles to *makefiles.sh that were created in the tree since main re-write; rs=build 2011-12-03 21:01:34 +00:00
Ed Morley
a7a19801ff Bug 696498 - Backout adding the default theme's makefile since the braces cause some versions of sed to choke; r=partial-backout f=njn 2011-12-01 03:19:54 +00:00
Ed Morley
c07a4c2a10 Bug 696498 - Clean up browser/makefiles.sh; r=khuey
* Adds ~20 omitted makefiles, under appropriate conditionals
* Moves some of the existing entries to platform/feature conditionals
* Removes browser/themes/*/browser/Makefile since bug 701212 deleted them
2011-11-30 18:37:57 +00:00
Ed Morley
a48e988aa5 Backout changeset d8abcac1d00a (bug 692130 bustage fix 2) 2011-10-07 01:33:41 +01:00
Gavin Sharp
a13d8ea1da Bug 689884 followup part 2: adjust makefiles.sh accordingly, DONTBUILD
--HG--
extra : rebase_source : 4d60dece4e969bc81cfe911e83f897c27e3568cc
2011-10-06 14:35:30 -07:00
Ed Morley
4b1e32b2ba Bug 689884 - Remove deleted Makefiles from *makefiles.sh; r=khuey 2011-10-06 17:15:07 +01:00
Daniel Holbert
01465f2d76 Bug 663630 followup: Remove reference to now-deleted Makefile from makefiles.sh build script. r=mak 2011-07-12 12:54:54 -07:00
Daniel Holbert
2300701f67 Bug 577389: Remove reference to now-gone directory browser/components/places/public in makefiles.sh. blanket-rs=ted 2010-07-07 16:38:56 -07:00
Marco Bonardo
8ca7c4879a Bug 552444 - Part 1: Move microsummaries service to Places toolkit. r=mano
--HG--
rename : browser/components/microsummaries/public/nsIMicrosummaryService.idl => toolkit/components/places/public/nsIMicrosummaryService.idl
rename : browser/components/microsummaries/src/nsMicrosummaryService.js => toolkit/components/places/src/nsMicrosummaryService.js
2010-03-23 14:55:17 +01:00
Jim Mathies
4cd8da9491 Bug 520801 - Remove sub directory from taskbar module path. Addresses installer build issues which prevented jsm installation. r=dao.
--HG--
rename : browser/components/wintaskbar/jumpLists.jsm => browser/components/wintaskbar/WindowsJumpLists.jsm
rename : browser/components/wintaskbar/preview-per-tab.jsm => browser/components/wintaskbar/WindowsPreviewPerTab.jsm
2009-10-07 20:06:30 -05:00
Justin Dolske
f6b71e2e04 Bug 504953 - Clean up firefox branding in the build system. r=benjamin
--HG--
rename : browser/app/macbuild/background.png => browser/branding/nightly/background.png
rename : browser/installer/windows/nsis/branding.nsi => browser/branding/nightly/branding.nsi
rename : browser/base/branding/about.png => browser/branding/nightly/content/about.png
rename : browser/base/branding/aboutCredits.png => browser/branding/nightly/content/aboutCredits.png
rename : browser/base/branding/aboutFooter.png => browser/branding/nightly/content/aboutFooter.png
rename : browser/base/branding/icon48.png => browser/branding/nightly/content/icon48.png
rename : browser/base/branding/icon64.png => browser/branding/nightly/content/icon64.png
rename : browser/app/default16.png => browser/branding/nightly/default16.png
rename : browser/app/default32.png => browser/branding/nightly/default32.png
rename : browser/app/default48.png => browser/branding/nightly/default48.png
rename : browser/app/macbuild/disk.icns => browser/branding/nightly/disk.icns
rename : browser/app/document-os2.ico => browser/branding/nightly/document-os2.ico
rename : browser/app/macbuild/document.icns => browser/branding/nightly/document.icns
rename : browser/app/document.ico => browser/branding/nightly/document.ico
rename : browser/app/document.png => browser/branding/nightly/document.png
rename : browser/app/macbuild/dsstore => browser/branding/nightly/dsstore
rename : browser/app/firefox-os2.ico => browser/branding/nightly/firefox-os2.ico
rename : browser/app/macbuild/firefox.icns => browser/branding/nightly/firefox.icns
rename : browser/app/firefox.ico => browser/branding/nightly/firefox.ico
rename : browser/base/content/browserconfig.properties => browser/branding/nightly/locales/browserconfig.properties
rename : browser/locales/en-US/chrome/branding/brand.dtd => browser/branding/nightly/locales/en-US/brand.dtd
rename : browser/locales/en-US/chrome/branding/brand.properties => browser/branding/nightly/locales/en-US/brand.properties
rename : browser/app/mozicon128.png => browser/branding/nightly/mozicon128.png
rename : browser/app/firefox-branding.js => browser/branding/nightly/pref/firefox-branding.js
rename : browser/app/splash.bmp => browser/branding/nightly/splash.bmp
rename : browser/installer/windows/wizHeader.bmp => browser/branding/nightly/wizHeader.bmp
rename : browser/installer/windows/wizHeaderRTL.bmp => browser/branding/nightly/wizHeaderRTL.bmp
rename : browser/installer/windows/wizWatermark.bmp => browser/branding/nightly/wizWatermark.bmp
2009-07-23 17:35:49 -07:00
Phil Ringnalda
002fde0338 Back out adding the default theme's makefile, since the braces break creating makefiles on some systems, winding up down the line as compile failure because cairo-features.h doesn't exist 2009-06-28 22:13:05 -07:00
Phil Ringnalda
22bd4ceab4 Add missing makefiles, rs=ted 2009-06-27 16:12:56 -07:00
Mark Banner
dbed928b65 Bug 461051 - "Thunderbird and Sunbird build failure with --enable-official_branding" [r=ted.mielczarek] 2008-12-02 10:48:32 +00:00
philringnalda@gmail.com
49a650c61f Bug 345846 - cvs remove unused Linux installer files, r+a=ted, don't panic about your orange locale tinderbox, he'll fix it tomorrow if you don't get to it first=axel 2008-04-08 22:21:37 -07:00
philringnalda@gmail.com
ef74511922 Bug 386392 - remove browser/components/history/, r=mano, a=schrep 2007-11-21 18:58:00 -08:00
philringnalda@gmail.com
ab6df4c0ce Bug 386392 followup, remove removed makefiles from browser/makefiles.sh 2007-11-12 19:10:43 -08:00
bent.mozilla@gmail.com
809cb64b27 Bug 382217 - "Move browser Makefiles from allmakefiles.sh to browser/makefiles.sh". Patch by Henrik Skupin <hskupin@gmail.com>. r=me, bsmedberg. 2007-06-04 16:34:39 -07:00
bent.mozilla@gmail.com
6a34696359 Backing out 382217 until tboxes are green. 2007-06-04 15:02:52 -07:00
bent.mozilla@gmail.com
0847de6d5c Bug 382217 - "move browser Makefiles from allmakefiles.sh to browser/makefiles.sh". Patch by Henrik Skupin <hskupin@gmail.com>. r=me, bsmedberg. 2007-06-04 14:59:15 -07:00