Doug Turner
c938f47ba6
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Ed Morley
9c6e88d2d6
Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms
2011-09-17 00:27:55 +01:00
Doug Turner
d6d932e4e7
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Kyle Huey
a0800c6141
Merge m-c to b-s.
2011-09-07 10:47:50 -04:00
Mike Hommey
892d941413
Bug 684213 - Directly uncompress libraries into the mmap()ed cache files. r=mwu
2011-09-07 07:56:28 +02:00
Mike Hommey
402b882927
Backout the backout of e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440)
2011-09-03 08:19:06 +02:00
Ed Morley
ee10afb48a
Backout e5815c156b6c (bug 683096), 9ca928d8095c (merge), a286edb8ca4b (bug 683875), 61dc35b8f63f (bug 683171), b0741ae44def (bug 683875), 8e01bc314326 + e2697c06468f (bug 677501), 805e28e85577 (bug 680440) for Win opt orange and purple galore, on a CLOSED TREE
2011-09-03 04:35:21 +01:00
Kyle Huey
5aba5a29af
Merge b-s to m-c.
2011-09-02 17:35:11 -04:00
Mike Hommey
8285bb9468
Bug 677501 - Build a mozutils library containing jemalloc and other things. r=khuey
...
--HG--
rename : memory/jemalloc/Makefile.in => memory/mozutils/Makefile.in
rename : memory/jemalloc/fixcrt.py => memory/mozutils/fixcrt.py
rename : memory/jemalloc/jemalloc.def => memory/mozutils/mozutils.def.in
2011-09-01 14:12:10 +02:00
Mike Hommey
4f09641fb4
Bug 680440 - Clean up jemalloc linkage. r=khuey
2011-09-01 14:11:56 +02:00
Kyle Huey
134b8fad07
Merge m-c to b-s.
2011-08-31 07:52:43 -04:00
Jim Chen
031e5ad085
Bug 674806 - d. Use char* for pointer arithmetic [r=mwu]
2011-08-30 17:11:37 -07:00
Ed Morley
c62c25def9
Merge last green changeset on m-i to m-c
2011-09-01 08:41:18 +01:00
Atul Aggarwal
6c8e5db9c1
Bug 679612 - Add fclose calls to every exit point in APKOpen.cpp to prevent resource leaks; r=mwu
2011-08-31 16:30:33 +01:00
Kyle Huey
4a1055ab6c
Merge m-c to b-s.
2011-08-24 08:34:27 -04:00
Mike Hommey
7f22909cc5
Bug 680373 - Link jemalloc into mozutils instead of mozalloc on Android. r=blassey,r=pbiggar
2011-08-24 12:55:13 +02:00
Mike Hommey
49b43ec341
Bug 681203 - Bind all symbols when dynamic symbol lookup is not supported. r=mwu
2011-08-23 16:12:44 +02:00
Doug Turner
5fa554f56b
Bug 661978 - Android file input activity deadlocks. r=blassey
2011-08-18 19:30:22 -07:00
Mike Hommey
05fea6caff
Bug 651889 - Add support for dynamic symbol lookup in the Android dynamic linker. r=mwu
2011-08-09 13:35:52 +02:00
Mike Hommey
ad6774938a
Bug 681588 - Cleanup wrap malloc and its use on Android. r=ted
2011-08-29 19:21:22 +02:00
Doug Turner
7dbf23a135
Bug 667980: Expose network connection type to chrome. r=dougt
...
Add an attribute to nsINetworkLinkService that represents the connection type,
and add code to the android back-end to expose the connection type and notify
when it changes.
2011-07-10 15:24:05 -07:00
Doug Turner
d75610af9e
Bug 670201 - Remove most #ifdef DEBUG from custom loader. r=mwu
2011-07-09 19:50:22 -07:00
Mike Hommey
ff080071d2
Bug 647288 - Make our Android linker properly load libraries outside the .apk. r=mwu
2011-07-07 16:34:33 +02:00
Mike Hommey
9c0ad6e9b2
Bug 664934 - Add user and system usage in GeckoLibLoad log. r=mwu
2011-06-17 08:59:39 +02:00
Brad Lassey
f9a2da5283
bug 660326 - send java exceptions to crash-stats r=dougt
2011-06-01 13:54:53 -04:00
Brian R. Bondy
d0d352c424
Bug 698153 - NSIS ApplicationID project build problem fix with resource1.h. r=jimm
2011-10-31 14:10:51 -04:00
Vladimir Vukicevic
234cfda8ff
Content processes should not crash on startup when building with --disable-crashreporter, r=mwu
2011-05-25 16:54:30 -04:00
Mike Hommey
7de58a1cfa
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg,r=mwu
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-02-25 12:53:36 +01:00
Ed Morley
774351215f
Bug 654716 - Remove WinCE code from other-licenses/bsdiff/Makefile.in; r=ted
2011-05-09 09:54:40 -07:00
Brad Taylor
0bb6a3a301
Bug 480317 - Provide a way for atk-based plugins to slot into our a11y tree, r=joshmoz, ginn, surkov, trev, patch=btaylor, mcarrion, mgorse
2011-04-27 22:42:18 +09:00
Mike Hommey
fe3ae3c16a
Bug 561032 - Move Firefox branding into browser/branding/official. r=gavin,r=pike
...
--HG--
rename : other-licenses/branding/firefox/LICENSE => browser/branding/official/LICENSE
rename : other-licenses/branding/firefox/Makefile.in => browser/branding/official/Makefile.in
rename : other-licenses/branding/firefox/background.png => browser/branding/official/background.png
rename : other-licenses/branding/firefox/branding.nsi => browser/branding/official/branding.nsi
rename : other-licenses/branding/firefox/configure.sh => browser/branding/official/configure.sh
rename : other-licenses/branding/firefox/content/Makefile.in => browser/branding/official/content/Makefile.in
rename : other-licenses/branding/firefox/content/about-logo.png => browser/branding/official/content/about-logo.png
rename : other-licenses/branding/firefox/content/about-wordmark.png => browser/branding/official/content/about-wordmark.png
rename : other-licenses/branding/firefox/content/about.png => browser/branding/official/content/about.png
rename : other-licenses/branding/firefox/content/icon48.png => browser/branding/official/content/icon48.png
rename : other-licenses/branding/firefox/content/icon64.png => browser/branding/official/content/icon64.png
rename : other-licenses/branding/firefox/content/jar.mn => browser/branding/official/content/jar.mn
rename : other-licenses/branding/firefox/default16.png => browser/branding/official/default16.png
rename : other-licenses/branding/firefox/default22.png => browser/branding/official/default22.png
rename : other-licenses/branding/firefox/default24.png => browser/branding/official/default24.png
rename : other-licenses/branding/firefox/default256.png => browser/branding/official/default256.png
rename : other-licenses/branding/firefox/default32.png => browser/branding/official/default32.png
rename : other-licenses/branding/firefox/default48.png => browser/branding/official/default48.png
rename : other-licenses/branding/firefox/disk.icns => browser/branding/official/disk.icns
rename : other-licenses/branding/firefox/document-os2.ico => browser/branding/official/document-os2.ico
rename : other-licenses/branding/firefox/document.icns => browser/branding/official/document.icns
rename : other-licenses/branding/firefox/document.ico => browser/branding/official/document.ico
rename : other-licenses/branding/firefox/document.png => browser/branding/official/document.png
rename : other-licenses/branding/firefox/dsstore => browser/branding/official/dsstore
rename : other-licenses/branding/firefox/firefox-os2.ico => browser/branding/official/firefox-os2.ico
rename : other-licenses/branding/firefox/firefox.icns => browser/branding/official/firefox.icns
rename : other-licenses/branding/firefox/firefox.ico => browser/branding/official/firefox.ico
rename : other-licenses/branding/firefox/locales/Makefile.in => browser/branding/official/locales/Makefile.in
rename : other-licenses/branding/firefox/locales/browserconfig.properties => browser/branding/official/locales/browserconfig.properties
rename : other-licenses/branding/firefox/locales/en-US/brand.dtd => browser/branding/official/locales/en-US/brand.dtd
rename : other-licenses/branding/firefox/locales/en-US/brand.properties => browser/branding/official/locales/en-US/brand.properties
rename : other-licenses/branding/firefox/locales/jar.mn => browser/branding/official/locales/jar.mn
rename : other-licenses/branding/firefox/mozicon128.png => browser/branding/official/mozicon128.png
rename : other-licenses/branding/firefox/pref/firefox-branding.js => browser/branding/official/pref/firefox-branding.js
rename : other-licenses/branding/firefox/splash.bmp => browser/branding/official/splash.bmp
rename : other-licenses/branding/firefox/wizHeader.bmp => browser/branding/official/wizHeader.bmp
rename : other-licenses/branding/firefox/wizHeaderRTL.bmp => browser/branding/official/wizHeaderRTL.bmp
rename : other-licenses/branding/firefox/wizWatermark.bmp => browser/branding/official/wizWatermark.bmp
2011-04-13 09:58:13 +02:00
Mike Hommey
d8ec2275fb
Bug 644692 - Fix bsdiff build failure with system bzip2. r=ted
2011-04-13 09:44:23 +02:00
Jory A. Pratt
6cc6e8feba
Bug 581812 - yacc.py should use hashlib instead of md5 which has been depreciated; r=bsmedberg
2010-08-16 09:39:00 -04:00
Tim Taubert
cc1c88b8ef
Bug 644794 - Remove "browser.panorama.welcome_url" legacy preferences; r=dao
2011-03-24 17:04:00 -04:00
Mike Hommey
07288ec010
Bug 637316 part 1 - Report whole memory mapping to crash reporter for libraries on Android. r=mwu
2011-03-14 15:23:32 +01:00
Kyle Huey
8b2b2d95a7
Merge m-c to bs.
2011-03-04 23:54:03 -05:00
Brad Lassey
8c69c594eb
bug 611163 - Fennec doesn't start due a problem with 'ashmem buffer' in DDMS r=taras a=blocking-fennec
2011-03-04 18:08:24 -05:00
Robert Strong
2853e9d7d4
NSIS plugin for Bug 621873 - Pin to taskbar when setting as default browser on Windows 7. r=vlad, r=jmathies, a=approval2.0
2011-02-09 11:48:46 -08:00
Brad Lassey
1adee5d2e5
bug 631760 - don't hard code "/data/data/<package name>" r=dougt a=blocking-fennec
2011-02-07 23:40:42 -05:00
Brad Lassey
534b38b388
bug 611163 - Fennec doesn't start due a problem with "ashmem buffer" in DDMS, patch to add logging r=taras a=blockingfennec
2011-02-07 23:40:42 -05:00
Robert Strong
6702095a3d
Bug 631840 - Remove nsProcess plugin and associated code since it is no longer used. r=jimm, a=approval2.0
2011-02-07 18:43:07 -08:00
Mike Hommey
e0ba81d2eb
Bug 584474 part 9 - Replace fakelibs with a more sophisticated library expansion system. r=ted
2011-02-25 15:05:08 +01:00
Michael Wu
69b48cf346
Bug 606194 - Use mmap given addresses if necessary, r=taras a=blocking-fennec
2011-02-03 12:10:02 -05:00
Doug Turner
dadda286c4
Bug 630595 - Followup. Do not need a dash before the option. Removing unused memory watcher. r=blassey, a=blocking-fennec
2011-02-02 01:00:34 -08:00
Doug Turner
00f33aa1b3
Bug 630133 - Need to unmap files in the non fork case, or we leak libraries. r=blassey a=blocking-fennec
...
--HG--
extra : rebase_source : b1577150130bbc79fc560bd747f01957900ad9bc
2011-01-31 12:36:35 -08:00
Phil Ringnalda
b56331df7e
Bug 618541 - Remove long-obsolete contents.rdf in official branding, r=dolske, a=NPOTB
2010-12-11 10:53:38 -08:00
Mike Hommey
8c33516f6d
Bug 628233 part 1 - Make the Android linker stop assuming there is only one read-only PT_LOAD entry. r=mwu,a=sdwilsh
2011-01-28 09:22:58 +01:00
Brad Lassey
1d9d87db18
bug 627767 - When starting up fennec, there are two fennec process, don't fork for lib cache when there are no libs to cache r=dougt a=blocking-fennec
2011-01-21 13:28:44 -05:00
Doug Turner
2ed6ba5845
Bug 624652 - Add memory watcher to reduce the chance of ooming on the Nexus S. r=mwu/cjones. a=blocking-fennec
...
--HG--
extra : rebase_source : faf23b65fe8b5c64080c1ee3f6d4794e8837097d
2011-01-19 22:14:12 -08:00
Makoto Kato
0a56de0ca0
Bug 616075 - HTML5 offline event support for Android. r=mwu a=blocking-fennec
2011-01-20 20:06:13 +09:00
Brad Lassey
9d589f4402
bug 623999 - Takes 35s to start up r=dougt f=taras a=blocking-fennec
2011-01-19 17:32:58 -05:00
Gavin Sharp
c3721ca683
Bug 616193: only show Charlton trademark attribution in en-US/en-GB, don't make it localizable, r=dolske, a=blocking
...
--HG--
extra : rebase_source : b8efb750ebbe80e547f06a7e4cc81caa0153aad7
2010-12-02 14:54:58 -05:00
Robert Strong
9bc3c1a356
Bug 617787 - Stop offering uninstall survey to users. r=mossop, a=blocking2.0-final
2011-01-12 13:09:50 -08:00
Taras Glek
06cf5e166a
Bug 624889 - Useful startup debugging aids on android r=mwu a=mfinkle
2011-01-12 13:08:28 -08:00
Brad Lassey
20887a7a34
bug 623598 - avoid repeatedly extracting and deleting libraries r=mbrubeck a=blocking-fennec
2011-01-06 21:02:07 -05:00
Brad Lassey
b872b843b0
Bug 608042 - Add ability to make fat android builds that extract APK to disk r=dougt a=blocking-fennec
...
--HG--
extra : rebase_source : 60be05d268c70c08a5979e6480e40add3dc72b9d
2011-01-04 15:10:53 -05:00
Michael Wu
7bd9634fcf
bug 620584 - add ANDROID_PACKAGE_NAME rather than hard code org.mozilla.@MOZ_APP_NAME@ r=ted,blassy a=stuart
2010-12-21 15:02:14 -05:00
Steffen Wilberg
da38410e86
Bug 606289: Fix logo link in about:. r+a=gavin
2010-11-12 21:26:14 +01:00
Michael Wu
5c309e8921
Bug 610970 - Round length up to the nearest page when reporting mapped regions, r=ted a=blocking-fennec
2010-11-11 20:51:48 -08:00
Michael Wu
ec11ef19b4
Bug 609671 - custom Android linker prevents system libraries from being dlopen'd, r=taras a=blocking-fennec
2010-11-10 19:31:16 -08:00
Michael Yoshitaka Erlewine
e9ac288d68
Bug 596075 - Move First-Run Video To Be A Tab Pointing To A Mozilla-Hosted Web Page [r=dolske, a=blocking2.0:betaN+]
...
--HG--
extra : rebase_source : b05376dd45ebceaadd35b6f628ba28e47037f24e
2010-10-26 17:06:20 -04:00
Michael Wu
e9a652183b
Bug 607534 - Optimize custom dynamic loader to use less memory, r=cjones a=blocking-fennec
2010-10-29 12:22:28 -07:00
Mark Finkle
ecf2427900
Bug 608239: Backout changeset 99233ad2ff70 a=fennec-should-load-pages
2010-10-29 10:07:54 -04:00
Michael Wu
1a9d63506c
Bug 607534 - Optimize custom dynamic loader to use less memory, r=cjones a=blocking-fennec
2010-10-28 23:45:46 -07:00
Michael Wu
817f4533d7
bug 607367 - custom lib loader doesn't work on Galaxy S w/2.2 r=vlad a=blocking-fennec
2010-10-26 21:57:54 -04:00
Brad Lassey
aa0b369a7d
bug 601282 - Sometimes fennec's window is black when started the DEBUG intent r=mwu a=blocking-fennec
2010-10-24 19:54:09 -04:00
Kev Needham
fdaa481723
bug 603298, add bing to the default en-US searchplugins, remove Answers.com and CC, r=stas, a=blocker
...
--HG--
extra : transplant_source : %3E%10%26%91%8F%180%BC%88%3E%DE%A6%05%18%3F%1Dy4%DC%E6
2010-10-23 17:49:26 +02:00
Michael Wu
eca11b20b3
Bug 603592 - Report mapping to crash reporter, r=ted a=blocking-fennec
2010-10-20 20:44:03 -04:00
Michael Wu
59aad4a57f
Bug 588607 - 1. Add support for reading libraries out of the apk, r=taras a=blocking-fennec
...
--HG--
extra : rebase_source : 539f8fea7689fd85cbeb727dcfb09d0b56a3499b
2010-10-15 11:27:57 -07:00
Michael Wu
e645e54620
Bug 588607 - 0. Add bionic linker files, r=lvilla a=blocking-fennec
...
--HG--
extra : rebase_source : 8ea4efe4309b8fac52ba62cd22a2c69039061755
2010-10-15 11:27:48 -07:00
Justin Dolske
20db42a92c
Bustage fix for landing of bug 579547. a=bustage
2010-09-14 21:18:38 -07:00
Margaret Leibovic
302165dbb1
Bug 579547 - New About window for Firefox 4 r=gavin ui-r=belzner a=blocking
2010-09-14 16:17:59 -07:00
Gavin Sharp
1fb3fee36e
Official branding bustage fix for bug 590877, a=dbaron
2010-09-10 16:29:33 -04:00
Gavin Sharp
867697e6f2
Bug 590877: change default home page to about:home, r=dolske, ui-r=beltzner, a=blocking
...
--HG--
extra : rebase_source : 3b4de3c582877a4a9a2e2c49bd0fd02722da49fd
2010-09-10 12:05:21 -04:00
Dan Witte
55af9deabd
Bug 591537 - Freeze UA build id for Firefox branded builds. r=dao/khuey, sr=jst, a=beta5+
2010-08-28 13:42:04 -07:00
Marco Bonardo
4ab88aa150
Bug 563723 - Add an about:home page that mimics current start page. r=gavin,mano,dietrich a=blocking
2010-08-26 12:19:37 +02:00
Robert Strong
c9282bda9a
Bug 571387 - Use the official Unicode UAC and ShellLink distributions. r=jmathies
2010-06-21 18:17:05 -07:00
Robert Strong
ade73084d1
Bug 485114 - Add plugin for modifying file permissions and move NSIS plugins under other-licenses. r=bsmedberg
...
--HG--
rename : toolkit/mozapps/installer/windows/nsis/AppAssocReg.dll => other-licenses/nsis/Plugins/AppAssocReg.dll
rename : toolkit/mozapps/installer/windows/nsis/ApplicationID.dll => other-licenses/nsis/Plugins/ApplicationID.dll
rename : toolkit/mozapps/installer/windows/nsis/ShellLink.dll => other-licenses/nsis/Plugins/ShellLink.dll
rename : toolkit/mozapps/installer/windows/nsis/UAC.dll => other-licenses/nsis/Plugins/UAC.dll
rename : toolkit/mozapps/installer/windows/nsis/nsProcess.dll => other-licenses/nsis/Plugins/nsProcess.dll
2010-06-09 16:02:25 -07:00
Robert Sayre
5a3f306961
Merge mozilla-central to tracemonkey.
2010-06-05 19:13:45 -04:00
Jason Orendorff
578fc3cdd3
Bug 533592, part 1 - Remove uses of and support for xpcnativewrappers=no/yes in manifests. (The default has been yes for some time and we will now only have that behavior.) r=mrbkap.
...
--HG--
extra : rebase_source : 996d2abecb15f44293abd470a28a3fe2706e130e
2010-05-27 12:33:54 -07:00
Saint Wesonga
06256fe30f
Bug 524201 - Move browserconfig.properties to a jar. r=gavin/pike/kev
2010-05-24 11:38:31 +02:00
Jim Mathies
b0c7498e91
Bug 521141 - Group running applications properly under shortcuts pinned to the taskbar. r=rstrong.
2010-05-14 19:24:01 -05:00
Michael Kohler
9d0ac534a7
Bug 260911 - fix 'hierarchy' misspellings. r=timeless
...
--HG--
extra : rebase_source : ea5fb9d2228966f1bd4eb10d8b5839988a758eaf
2010-04-29 21:01:11 +02:00
Uli Link
bce9503f5c
Bug 526457. Fix AIX compilation. r=bsmedberg
2010-03-15 14:43:16 +13:00
Gervase Markham
0c070133f9
Bug 541761 - correct legal text to make it clear Firefox logo files are free in copyright terms, although the image is still a trademark. r=handerson.
2010-03-08 16:31:22 +00:00
Chris Cooper
30f0c05a98
Bug 535369 - fix bsdiff cross-compile bustage on Windows
2010-02-22 22:04:46 -05:00
Chris Cooper
a2a5bc5879
Bug535369 - Compile bsdiff for host OS rather than target - r=ted.mielczarek
2010-02-19 11:58:45 -05:00
Chris Cooper
ae843220ca
Bug 535369 - Backed out changeset 20d2d6abd4a2, will wait for tree to stabilize
2010-02-12 15:51:13 -05:00
Chris Cooper
61860e7bd8
Bug 535369 - Fix bsdiff/libbz2 linking for builds compiled with CROSS_COMPILE - r=ted
2010-02-12 15:47:45 -05:00
Mitchell Field
f9279e35d6
Bug 542222 - Followup fix for Reduce recursion in makefiles. r=rstrong
2010-02-05 23:25:10 -08:00
Phil Ringnalda
2fcd706133
Bug 536336 - Remove copyright strings in UI, r=gavin,handerson
...
--HG--
extra : rebase_source : 1192b1774627677a6a5dd9faa800c436361c987d
2009-12-29 14:13:00 -08:00
Gavin Sharp
d0e1bf84a6
Bug 534871: add mozparam pref for Yahoo Japan search plugins
...
--HG--
extra : transplant_source : e%28n%A2%B2%A8%60t%C3%24%CB%E9%D7%A1%E7%1F%8D%AFvm
2009-12-23 19:35:56 -05:00
Metal Sonic
80ae9b3620
Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv.
2009-12-21 21:50:30 +00:00
Reed Loden
ec59647331
Bug 454300 - "Remove locale-specific subdomains from client-generated URLs" [r=gavin]
2009-12-03 00:45:16 -06:00
Robert Strong
5fd20691e3
Bug 407875 - Unprivileged users are not notified of security updates. r=dtownsend, r=vlad, a=dietrich
2009-11-18 21:50:05 -08:00
Robert Strong
aa786d633a
Bug 522065 - PCA complains when installer is cancelled (uninstaller fix is bug 569058). r=ted.mielczarek
2010-06-02 12:47:31 -07:00
Phil Ringnalda
e6ca8d3619
Bug 569057 - Charlton Company trademark attribution in About dialog, r=gavin
2010-05-29 16:38:14 -07:00
Alexander Surkov
7f9931aed9
Bug 512424 - implement IAccessibleTable2, r=marcoz, davidb, sr=neil
...
--HG--
rename : accessible/src/atk/nsXULTreeAccessibleWrap.h => accessible/src/atk/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/mac/nsXULTreeAccessibleWrap.h => accessible/src/mac/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.cpp => accessible/src/msaa/nsXULTreeGridAccessibleWrap.cpp
rename : accessible/src/msaa/nsXULTreeAccessibleWrap.h => accessible/src/msaa/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/other/nsXULTreeAccessibleWrap.h => accessible/src/other/nsXULTreeGridAccessibleWrap.h
rename : accessible/src/xul/nsXULSelectAccessible.cpp => accessible/src/xul/nsXULListboxAccessible.cpp
rename : accessible/src/xul/nsXULSelectAccessible.h => accessible/src/xul/nsXULListboxAccessible.h
rename : accessible/tests/mochitest/test_relations_table.html => accessible/tests/mochitest/test_table_headers.html
rename : accessible/tests/mochitest/test_nsIAccessibleTable_listboxes.xul => accessible/tests/mochitest/test_table_sels_listbox.xul
rename : accessible/tests/mochitest/test_elm_table.html => accessible/tests/mochitest/test_table_struct.html
2009-09-11 09:07:56 +08:00
Justin Dolske
ef0be5285c
Bug 502526 - Need splashscreen artwork for Windows CE. artwork=horlander, ui-r=faaborg, r=vladimir
2009-08-20 15:17:29 -07:00
Michael Kohler
4b7c87c984
Bug 106386 - Correct misspellings in source code (old); Part 2; r=timeless
2009-07-27 10:47:02 +02:00
Justin Dolske
fb434726f0
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
Justin Dolske
e6f995c6c4
Bug 504750 - Add splashscreen support to build system. r=benjamin ui-r=beltzner
2009-07-23 17:35:48 -07:00
Justin Dolske
3766b4c92f
Bug 499226 - Remove unneeded branding icons for Linux. r=mconnor
2009-07-16 12:36:26 -07:00
Justin Dolske
bdf6747010
Bug 499810 - Firefox missing app icon on Windows CE. r=vladimir
2009-07-07 21:14:43 -07:00
Peter Weilbacher
41c68aba45
[OS/2] Bug 500414: new FF icons, adapted for OS/2 by Stefan Schmohl, r=pweilbacher
2009-07-04 14:17:30 +03:00
Robert Strong
455ee4cf04
Bug 496472 - Remove several files from /other-licenses/branding/firefox/. r=mconnor
2009-07-02 10:13:40 -07:00
Peter Weilbacher
c732d806b1
[OS/2] Bug 500414: new FF icon, adapted for OS/2 by Stefan Schmohl, r=pweilbacher
2009-06-27 17:23:31 +03:00
Alex Faaborg
7b3cb1cf1c
b=500033; update firefox icons with new 16x16 artwork
2009-06-23 14:14:03 -07:00
Mike Connor
1fed0eed12
bug 496734 - refresh document.icns, new image from Boriss
2009-06-11 13:16:51 -07:00
Mike Connor
edde6da5da
bug 473343 - refresh document.ico, new image from Boriss
2009-06-11 13:16:12 -07:00
Mike Connor
af781d9315
bug 497333 - new firefox 3.5 icon is not displayed on Win2k, new icon from faaborg
2009-06-11 13:12:55 -07:00
Mike Connor
af32cfea3e
Bug 492431 - Refresh the Application Icon and Product Branding for Firefox 3.5, adding more icon sizes, r+a=mconnor
2009-06-08 13:37:29 -07:00
Mike Connor
4f9f1a2b4e
Bug 492431 - Refresh the Application Icon and Product Branding for Firefox 3.5, new icons from faaborg/Boriss, r+a=mconnor
2009-06-08 13:23:05 -07:00
Kev Needham
7d0e06eab5
Bug 496409. Change the en-US Yahoo! search plugin fr code. r=beltzner
2009-06-04 21:20:48 -04:00
Robert Strong
0f1003cd96
Bug 480079 - Move comm-central 7zSD.sfxes out of mozilla-central (Thunderbird, SeaMonkey, and Sunbird). r=philringnalda, r=mcsmurf, r=mschroeder
2009-02-26 14:31:08 -08:00
Kev Needham
e6c5361ceb
Bug 479240: update start page hostnames for Firefox 3.1 to allow changing the default in Russia, r=gavin,axel
2009-02-26 10:39:59 -08:00
Robert Strong
cc971478b8
Bug 477908 - Set a smaller value for DOWNLOAD_BACKGROUND_INTERVAL for non official builds. r=mconnor
2009-02-15 23:34:56 -08:00
Robert Strong
9ec371c5b5
Bug 468197 - Simplify / automate the addition of the pre-release suffix string (e.g. Alpha 1, Beta 2, etc.). r=mconnor
2009-02-15 15:04:05 -08:00
Daniel Holbert
4301671b45
Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg
2009-01-21 22:55:08 -08:00
Robert Strong
512cbc5c69
NPOB Bug 473348 - Checkin the modified NSIS plugin source. r=bsmedberg
2009-01-19 18:05:53 -08:00
Dão Gottwald
1a88970fac
Bug 473341 - Refresh document.icns on OS X. ui-r=faaborg
2009-01-16 15:57:38 +01:00
Dão Gottwald
7bb33566b7
Bug 473339 - Refresh disk.icns for OS X. ui-r=faaborg
2009-01-16 15:26:22 +01:00
Gervase Markham
f507a5350e
Bug 415128: fix Help->About copyright notice to mention licensing information, and remove references to logo copyright in non-branded builds, r=gavin, a=beltzner
2009-01-02 00:36:07 -05:00
Robert Strong
8503ace867
[Sunbird] Bug 470197 - Update installer. r=ctalbert
2008-12-19 16:09:05 -08:00
Robert Strong
2990d4d350
[Seamonkey Win32] Add manifest to 7zSD.sfx. r=mcsmurf
2008-12-15 12:16:43 -08:00
Justin Dolske
bcfa71bdb4
Bug 462254 - Remove EULA from Firefox installer / .dmg and related bits. r=gavin, r=rstrong
2008-11-05 19:17:27 -08:00
Robert Strong
954480d415
Bug 324121 - Extensions with available updates for the next version of the app should not be listed in app update extension will be disabled warning (AUS patch). r=dtownsend ui-r=beltzner
...
--HG--
rename : toolkit/themes/pinstripe/mozapps/downloads/buttons.png => toolkit/themes/pinstripe/mozapps/update/buttons.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons-aero.png => toolkit/themes/winstripe/mozapps/update/downloadButtons-aero.png
rename : toolkit/themes/winstripe/mozapps/downloads/downloadButtons.png => toolkit/themes/winstripe/mozapps/update/downloadButtons.png
2008-11-04 21:50:52 -08:00
Justin Dolske
f0d502c40e
Bug 456439 - add about:rights and a "Know Your Rights" infobar to Firefox. r=gavin, ui-r=beltzner
2008-10-30 23:42:02 -07:00
Justin Dolske
0a4f228e1e
Bug 455057 - some chrome images have embedded profiles. ui-r=faaborg, sr=mconnor.
2008-10-16 15:20:21 -07:00
Ben Bucksch
9dd5b63e97
Bug 443918: Don't show (and force user to accept) EULA for
...
open-source builds. r=gavin.sharp, sr=mconnor
2008-09-16 03:16:19 +02:00
Jason Orendorff
6b5d53f655
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
* * *
2008-08-19 21:38:24 -05:00
Jason Orendorff
abf12d8076
Backing out changeset cf6c811e1272 (bug 407216) due to debug assertions.
2008-08-19 22:28:26 -05:00
Jason Orendorff
09f9ac1d0a
Bug 407216 - DOM quick stubs - faster paths for top N DOM methods (r+sr=jst, security r=mrbkap, build r=bsmedberg)
...
* * *
* * *
2008-08-19 21:38:24 -05:00
Robert Strong
18d81125a8
(Thunderbird 7zSD.sfx) Bug 404609 - Update Thunderbird installer with changes made to the Firefox installer. r=standard8
2008-08-05 14:19:50 -07:00
gavin@gavinsharp.com
f7ef02053f
Bug 340976: use a better version of the Firefox icon on Vista, icon by Steven Garrity <steven@silverorange.com>, ui-r=faaborg, a=mconnor
2008-05-09 09:05:14 -07:00
gavin@gavinsharp.com
c02628c9be
Bug 431713: update EULA for Firefox 3, patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor
2008-05-04 17:46:22 -07:00
reed@reedloden.com
67519d0cfd
Back out my patch from bug 424489 now that tagging date has been established.
2008-03-25 22:44:59 -07:00
reed@reedloden.com
96c0763ac5
Bug 424489 - "Change name of Firefox 3 M13 to "Firefox 3 Beta 5" for official branding (for beta build tagging only)" [p=reed r=mconnor a1.9b5=beltzner]
2008-03-25 22:27:40 -07:00
reed@reedloden.com
40660df1b4
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 04:13:09 -07:00
reed@reedloden.com
76430f295a
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 04:33:28 -08:00
reed@reedloden.com
7e29c32aa5
Bustage fix for bug 305782 (other-licenses/bsdiff/Makefile.in needs changes, too).
2008-03-08 02:44:29 -08:00
reed@reedloden.com
69314134a6
Backed out patch from bug 420344 now that tag has been made.
2008-03-03 11:22:01 -08:00
reed@reedloden.com
928302c5fc
Bug 420344 - "Change name of Firefox 3 M12 to "Firefox 3 Beta 4" for official branding (for beta build tagging only)" [p=reed r=mconnor a1.9b4=beltzner]
2008-03-03 11:13:55 -08:00
reed@reedloden.com
a178a026ad
Back out my patch from bug 415681 now that tagging has been completed.
2008-02-04 18:47:30 -08:00
reed@reedloden.com
eee21f46d5
Bug 415681 - "Change name of Firefox 3 M11 to "Firefox 3 Beta 3" for official branding (for beta build tagging only)" [p=reed r+a1.9b3=mconnor]
2008-02-04 17:17:30 -08:00
dolske@mozilla.com
d5d2b01eee
32x32 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. rs=mconnor, coattailing in on r/a from earlier 48x48 icons addition.
2008-01-29 21:38:52 -08:00
mark@moxienet.com
00b90fa173
320155 Mac dimmidge is confusing. Improve by including symbolic link to /Applications. New background image by Alex Faaborg (and team?) r=alQAhira ui-r=beltzner a/1.9=beltzner
2008-01-29 18:50:28 -08:00
dolske@mozilla.com
37dcdb1cb4
48x48 icons for Bug 404402 - Ship and use different sizes of the Firefox icon. r=mconnor, bsmedberg, ui-r=mconnor, a=blocking-ff3+
2008-01-29 14:22:09 -08:00
gavin@gavinsharp.com
edff1081b2
Bug 340976: land larger Minefield and Firefox icons, for Vista (icons by Steven Garrity <steven@silverorange.com>), a=mconnor
2008-01-25 13:45:25 -08:00
dolske@mozilla.com
31d1e0acaf
Bug 412049 - Use PNG instead of XPM for default window icon on Linux. r=mconnor, r=bsmedberg, ui-r=mconnor, a=schrep
2008-01-18 16:52:09 -08:00
reed@reedloden.com
a9721cc65f
Back out patch from bug 407275 on the trunk now that Firefox 3 Beta 2 has branched.
2007-12-10 14:03:41 -08:00
reed@reedloden.com
c775a944a4
Bug 407275 - "Change name of Firefox 3 M10 to "Firefox 3 Beta 2" for official branding" [p=reed r+aM10=beltzner]
2007-12-10 11:09:32 -08:00
mconnor@steelgryphon.com
3cb81fdb23
bug 346214 - can't build with refplatform with vista-sized icon, backing out to older version of the icon
2007-12-04 15:49:49 -08:00
rob_strong@exchangecode.com
a1a94a9fa2
Bug 402999 - Installer defaults to official install directory for beta releases. r=sspitzer, a1.9=mtschrep
2007-11-09 12:22:16 -08:00
philringnalda@gmail.com
372f0b229b
Bug 397282 - Remove orphaned uninstall.properties files, r=sspitzer, a=mconnor
2007-09-30 09:49:13 -07:00
rob_strong@exchangecode.com
60f796a461
Bug 370571 - Ability to install as a standard user on Vista is not available. r=sspitzer a=beltzner (blocking-firefox3)
2007-09-29 02:48:32 -07:00
nrthomas@gmail.com
22ac0c0ebd
revert accidental checkin
2007-08-03 07:31:17 -07:00
nrthomas@gmail.com
1a38292fda
Bug 390514, bump version to 3.0a8pre (for now), r=bsmedberg
2007-08-03 07:26:46 -07:00
mcsmurf@mcsmurf.de
953d572af7
Landing SeaMonkey NSIS installer - Bug 351917, sr=Neil
2007-05-28 12:25:12 -07:00
gavin@gavinsharp.com
1be8351c5a
Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg
2007-05-02 13:13:33 -07:00
mats.palmgren@bredband.net
c712869d45
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 16:52:44 -07:00
axel@pike.org
37999fa74b
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
2007-04-11 09:35:01 -07:00
surkov.alexander@gmail.com
e414917386
Fix for bug 376753 - new missing files added
2007-04-07 21:00:25 -07:00
surkov.alexander@gmail.com
12d94e0c61
Fix for bug 376753 - Allow QueryInterface to IA2 witout crashing, patches=aaronlev, me, r=me, aaronlev
2007-04-07 20:58:08 -07:00
hg@mozilla.com
05e5d33a57
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
2007-03-22 10:30:00 -07:00
mattwillis%gmail.com
68679a57f7
bug 358110 - Register Sunbird to handle .ICS files on Mac. r1=ctalbert, r2=mvl
2007-03-13 23:11:23 +00:00
scott%scott-macgregor.org
92fad7dd3a
Bug #373816 --> remove old xpinstall based installer files.
...
sr=bienvenu
2007-03-13 21:05:28 +00:00
surkov.alexander%gmail.com
85a6ccb4d8
Fix bug 373329 - use HWND instead of OLE_HANDLE in IA2. r=aaronlev
2007-03-09 16:03:00 +00:00
benjamin%smedbergs.us
03bb93578b
Bug 372593 - Metrics (and mbsdiff) don't link because they can't find libbz2, r=luser
2007-03-08 02:18:22 +00:00
benjamin%smedbergs.us
8a2f5c1f61
Bug 371309 - Migration wizard explicitly sets a homepage which is wrong when using a partner distribution, r=gavin
2007-03-05 19:22:22 +00:00
philringnalda%gmail.com
ce30c8baac
Bug 347276 - Remove searchconfig.properties and other unused prefs, r=gavin
2007-03-02 05:07:30 +00:00
aaronleventhal%moonset.net
215feb964e
Bug 370676. Import IAccessible2 interfaces into tree. Patch by Alexander Surkov. r=aaronleventhal, sr=bsmedberg
2007-03-01 20:24:38 +00:00
scott%scott-macgregor.org
b34e74db0c
Bug #370537 --> add support for both a first run welcome start page url, and an update start page url. sr=bienvenu
2007-02-22 23:24:25 +00:00
rob_strong%exchangecode.com
cc9d20f78b
Bug 370574: Remove unused xpinstall installer bits. r=bsmedberg
2007-02-20 21:24:32 +00:00
scott%scott-macgregor.org
643b57186e
Bug #370537 --> add client support for a hosted first run and start page. Right now we use the local start page for both of these values. r=magnus. sr=bienvenu
2007-02-18 20:29:35 +00:00
scott%scott-macgregor.org
8b01ca09f7
Bug #370694 --> Thunderbird's vendorShortName should be 'Mozilla' not 'Mozilla Thunderbird'. Remove a workaround in nsPostUpdateWin.js.
...
r=rob strong
sr=bienvenu
2007-02-17 03:17:26 +00:00
mattwillis%gmail.com
61cf9397a7
New Sunbird about graphic with TM
2007-02-06 02:46:29 +00:00
rob_strong%exchangecode.com
e8b9bef2d2
Bug 368525 � Update 7zSD.sfx to include 32 bit images. r=lilmatt
2007-01-30 21:39:40 +00:00
rob_strong%exchangecode.com
31fb3fe12d
Bug 368524 � Update 7zSD.sfx to include 32 bit images. r=mscott
2007-01-29 06:55:59 +00:00
rob_strong%exchangecode.com
c60f5b443c
Bug 333491 � FF installer icon looks bad on Windows Vista. ui-r=beltzner
2007-01-29 03:30:24 +00:00
neil%parkwaycc.co.uk
4ee5734b13
Make about:logo work in Thunderbird b=365963 r=mscott
2007-01-05 11:22:06 +00:00
benjamin%smedbergs.us
cf18e8863e
Bug 360125 - --with-branding doesn't provide a way to set MOZ_APP_DISPLAYNAME, r=mconnor
2006-11-28 15:37:41 +00:00
mattwillis%gmail.com
2f4728379a
bug 345469 - Add images for branded wizards. r=mvl
2006-11-01 21:39:12 +00:00
mattwillis%gmail.com
4f67221183
bug 348110 - Add ICS document icons for Sunbird. r=ctalbert,jminta
2006-10-27 02:47:27 +00:00
axel%pike.org
a83aa0eaa3
bug 352781, update yahoo tracking codes to send fr=moz2 for anything that Mozilla ships, r/a=schrep
2006-09-15 22:57:06 +00:00
mattwillis%gmail.com
7dd34d4539
bug 352713 - Fixes case on stringbundle substitution character. r=dmose
2006-09-15 01:43:06 +00:00
myk%mozilla.org
5534eb0e30
bug 352584: remove "products/" from the app.update.url.manual preference in official branding
...
Patch by Reed Loden.
r=beltzner
2006-09-13 23:15:08 +00:00
benjamin%smedbergs.us
5dee4a9506
Bug 351865 - zh-CN searchplugin parameters are unusual, r=pike
2006-09-12 14:08:31 +00:00
mark%moxienet.com
fd9cc70067
348741 Firefox EULA v2 in Mac resource format for the dmg. ui-r=beltzner
2006-09-08 18:38:28 +00:00
scott%scott-macgregor.org
f3fca63fc1
Bug #348657 --> brand.dtd is not a well formed DTD file because of a #expand macro. r=mscott, sr=bsmedberg Patch by Marek A. Stepien
2006-09-06 18:36:28 +00:00
mattwillis%gmail.com
18c928afaf
bug 351155 - Fixes places where Win32 official branding wasn't working. r1=ssitter, r2=dmose
2006-09-02 22:31:53 +00:00
mattwillis%gmail.com
1da137729c
bug 349031 - Updates EULAs for Sunbird and generic 'Calendar'. r1=ctalbert,r2=dmose
2006-08-29 01:15:17 +00:00
gavin%gavinsharp.com
ff0005f41e
Bug 350453: move branding-specific prefs to a special branding prefs file, to avoid ifdef OFFICIAL_BRANDING in firefox.js, r=bsmedberg
2006-08-28 19:36:26 +00:00
rob_strong%exchangecode.com
8be1e0d15f
NPOB - Bug 348781 - Add 7-Zip SFX source to the tree (custom Win32 SFX to allow 7-Zip to decompress silently when using our installer's silent command line arguments). r=bsmedberg
2006-08-28 00:27:46 +00:00
gavin%gavinsharp.com
371a87d7df
Bug 348962: support new localization scheme for mozilla.com URIs in branding.nsi, patch by beltzner@mozilla.com, r=rob_strong
2006-08-26 15:52:14 +00:00
ginn.chen%sun.com
2ab89c3bde
Bug 347983 [atk]Build properly when libatk < 1.12.1 on build platform
...
r=aaronlev, bsd, Frank Hecker
2006-08-24 03:22:00 +00:00
mattwillis%gmail.com
afaf7e97b9
bug 349032 - Include branding with Mac dmg. r1=ctalbert,r2=jminta
2006-08-23 23:47:22 +00:00
dietrich%mozilla.com
d372cb6feb
Bug 348076 remove generated URLs from region.properties - release notes URL, about page, cleanup (r=mconnor)
2006-08-21 19:14:29 +00:00
rob_strong%exchangecode.com
08a5d963a2
Binary only - Bug 348781 - Add 7-Zip SFX source to the tree. r=mattwillis
2006-08-17 08:14:41 +00:00
rob_strong%exchangecode.com
6e01d43af8
Binary only - Bug 348781 - Add 7-Zip SFX source to the tree. r=mscott
2006-08-17 08:12:30 +00:00
rob_strong%exchangecode.com
baee16e926
Binary only - Bug 348781 - Add 7-Zip SFX source to the tree. r=bsmedberg
2006-08-17 08:05:26 +00:00
mattwillis%gmail.com
2215ffb490
bug 346925 - Updates company name for official vs. unofficial branding. patch by reed,r=rob_strong,a181=beltzner
2006-08-02 05:01:49 +00:00
rob_strong%exchangecode.com
321f712fcc
Bug 343203 - Verify Add or Remove Programs Publisher and Product Updates urls. r=sspitzer
2006-08-01 22:34:45 +00:00
gavin%gavinsharp.com
348cf9998f
bug 340976: new icon that includes larger sizes so that it looks better in Vista, icon by Steven Garrity <steven@silverorange.com>, a=mconnor
2006-07-25 21:09:23 +00:00
sspitzer%mozilla.org
0cb5952075
fix for regression bug #341697
...
do not show branded icon by default, use smaller branded icons for wizard, only show it for certain scenarios.
r=rstrong
2006-07-21 14:01:33 +00:00
sspitzer%mozilla.org
63a42c57fe
icons for bug #341697 . do not show branded icon by default, use smaller branded icons for wizard, only show it for certain scenarios. this icon already has ui review
2006-07-21 06:02:01 +00:00
rob_strong%exchangecode.com
e41d60c73a
Bug 344490 - Implement silent and unattended installation for NSIS installer (Sunbird patch). r=lilmatt
2006-07-19 18:48:18 +00:00
mattwillis%gmail.com
98a4135e5b
bug 309293 - build Sunbird using non-trademarked branding (Calendar) by default. r=ctalbert,sr=jminta,r(configure.in)=bsmedberg
2006-07-19 00:29:25 +00:00
scott%scott-macgregor.org
707ab0a825
Bug #339135 --> Convert thunderbird to use the NSIS installer.
...
Thakns to rob Strong
sr=mscott
2006-07-18 20:15:46 +00:00
mattwillis%gmail.com
ad64027f9f
readding to remove erroneous executable bit
2006-07-18 14:28:45 +00:00
mattwillis%gmail.com
dab4d6688d
removing to remove erroneous executable bit
2006-07-18 14:26:43 +00:00
mattwillis%gmail.com
8711cb46e4
bug 343667 - backing out removal of a couple of bitmaps to fix bustage.
2006-07-14 16:22:26 +00:00
mattwillis%gmail.com
0a81434c4b
bug 343667 - removes unused xpinstall installer bits. r=jminta,sr=rob_strong
2006-07-14 11:46:02 +00:00
rob_strong%exchangecode.com
1383974c3e
Bug 339135 - Convert Thunderbird to use the NSIS Installer (partial landing - new files only - NPOB). r=mscott, sr=mscott
2006-07-14 08:16:52 +00:00
rob_strong%exchangecode.com
2bc977eb71
Bug 339135 - Convert Thunderbird to use the NSIS Installer (images only - NPOB). r=mscott, sr=mscott
2006-07-14 06:52:17 +00:00
rob_strong%exchangecode.com
37d8d7d5f0
Bug 344386 - New installer survey url (support for localized uninstall surveys). r=sspitzer
2006-07-12 18:06:27 +00:00
rob_strong%exchangecode.com
8ac9b7a641
Bug 343825 - Enable official branding and set version to Firefox 2 Beta 1 for upcoming release (trunk version of patch to keep branch and trunk consistent). r=sspitzer
2006-07-11 23:01:17 +00:00
rob_strong%exchangecode.com
172c19319f
Bug 339734 - Change RandomPercent for Talkback from 75 to 10 before Firefox 2 release. r=sspitzer
2006-07-07 05:30:41 +00:00
rob_strong%exchangecode.com
d989abd726
Bug 342407 - Freshen installer to new NSIS code - calendar only. r=lilmatt
2006-06-26 20:54:03 +00:00
rob_strong%exchangecode.com
b59e59060a
Bug 342407 - Freshen installer to new NSIS code (images and 7-zip stub) NPOB. r=lilmatt
2006-06-26 20:02:17 +00:00
rob_strong%exchangecode.com
a8d0c2c315
Bug 342253 - Add RTL NSIS installer header image code. r=sspitzer
2006-06-22 02:04:54 +00:00
rob_strong%exchangecode.com
12382edaa0
Bug 342251 - Need a RTL NSIS installer header image. ui-review=steven. NPOB
2006-06-21 18:56:23 +00:00
mattwillis%gmail.com
c666f07435
bug 335594 Makes Sunbird's release notes url NOT hardcoded. r=jminta sr=sipaq
2006-06-05 22:24:59 +00:00
rob_strong%exchangecode.com
47cfb2d4a9
Bug 339196 - Cleaner wizard image for NSIS installer (header images). r=sgarrity
2006-05-30 18:55:11 +00:00
rob_strong%exchangecode.com
c271336378
Bug 339196 - Cleaner wizard image for NSIS installer (official Firefox image). ui-review=steven@silverorange.com
2006-05-29 06:19:46 +00:00
rob_strong%exchangecode.com
421b1d7ed1
Bug 326580 - Firefox 2.0 Windows Installer. r=bsmedberg
2006-05-22 22:29:44 +00:00
rob_strong%exchangecode.com
23960afa08
Bug 326580 - Firefox 2.0 Windows Installer (new images). r=bsmedberg
2006-05-22 22:02:44 +00:00
mattwillis%gmail.com
e1aa2f3525
bug 333626 add trademarked sunbird branding items to /mozilla/other-licenses/branding a=shaver
2006-04-24 16:48:00 +00:00
gavin%gavinsharp.com
e01697324a
Bug 303008: Firefox icon is not based on actual Firefox logo, icon by Steven Garrity <steven@silverorange.com>, r=mconnor
2006-04-12 18:16:33 +00:00
bent.mozilla%gmail.com
ef349cd15d
Bug 321650 - "error in bsdiff makefile results in compile error of mbsdiff". Adds bsdiff makefiles to allmakefiles.sh (uses the --enable-update-packaging mozconfig option), adds RTL_FLAGS to HOST_CFLAGS globally, and uses HOST_EXTRA_LIBS instead of EXTRA_LIBS in the bsdiff makefile. r=bsmedberg.
2006-04-06 16:51:10 +00:00
scott%scott-macgregor.org
a3dd2c3da5
nuke the obsolete alpha 2 text
2006-02-28 18:47:12 +00:00
steffen.wilberg%web.de
76c047400c
Bug 318991: change the releaseURL entity to releaseBaseURL to force locales to update and to better match its new content. r/a=l10n@m.c
2006-02-24 22:30:44 +00:00
darin%meer.net
878b6e7f9d
fixes bug 307296 "MAR files do not contain updates to the uninstaller" r=bsmedberg
2006-01-10 02:36:05 +00:00
steffen.wilberg%web.de
b2401da8fe
Bug 318991: brand.dtd shouldn't hardcode the version number in releaseURL. r=bsmedberg
2005-12-09 20:52:02 +00:00
gandalf%firefox.pl
027ac0fb92
backing out patch from bug 262265 due to lack of non-branded Mozilla Mail icon.
2005-11-19 01:46:17 +00:00
gandalf%firefox.pl
abd8f54a48
Bug 262265 - Provide anti-aliased PNG icons for Gnome and KDE; r+sr=mscott
2005-11-18 16:48:30 +00:00
mconnor%steelgryphon.com
ec4a79e636
bug 313762 - Update start page URLs to new domains and make the strings properly localizable, r=bsmedberg
2005-10-25 18:22:36 +00:00
mconnor%steelgryphon.com
907438b7c8
bug 313529 - Support migrating home pages and multiple versions of Firefox Start, r=vlad
2005-10-25 07:54:58 +00:00
scott%scott-macgregor.org
0820648807
Bug #285136 --> backout the official branding changes for RTL support.
2005-10-20 20:37:46 +00:00
scott%scott-macgregor.org
b39c05c921
Bug #285136 --> Make the Thunderbird theme RTL compatible.
...
Patch by Reuven Gonen <linxspider@gmail.com>
sr=me
2005-10-12 20:38:07 +00:00
mozilla.mano%sent.com
c2f0a46495
Bug 286483 - Thunderbird OS X builds missing prompt alert icon. r=mscott.
2005-10-10 18:09:45 +00:00
mvl%exedo.nl
f5579a8d39
remove other-licenses/libical. bug 311246, r=dmose, bsmedberg
2005-10-10 17:27:30 +00:00
mark%moxienet.com
49db4c41c5
Bug 309693, update EULA to version 1.1. license.r files for Mac dmg EULA. Officially-branded builds only. a=cbeard
2005-09-29 01:04:38 +00:00
mkaply%us.ibm.com
7adc122d71
r=mkaply, a=mkaply - Fixed OS/2 thunderbird icon from Rich Walsh
2005-09-19 17:15:52 +00:00
mark%moxienet.com
ff1314c9d0
Bug 283598, new disk image background for official Firefox and Thunderbird Mac builds with diagrammatic instructions. Artwork by Jon Hicks <jon@hicksdesign.co.uk>. r=beltzner
2005-09-07 14:46:07 +00:00
mark%moxienet.com
4e188e8ab2
Missed files from bug 302080.
2005-08-18 13:29:55 +00:00
mark%moxienet.com
4e19563146
Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner
2005-08-18 13:11:46 +00:00
darin%meer.net
a982e6b94f
fixes bug 297147 "Update Windows registry after software update" r+a=bsmedberg
2005-07-27 18:24:54 +00:00
scott%scott-macgregor.org
95bb62374b
Bug #300688 --> get rid f bandRealShortName. Now that the seamonkey rebranding effort has landed, Thunderbird can get rid of
...
the brandRealShortName work around we had been using.
sr=bienvenu
a=asa
2005-07-14 20:03:04 +00:00
scott%scott-macgregor.org
12842f1b14
Mozilla Thunderbird Alpha 2 string changes
2005-07-07 22:19:50 +00:00