ben%bengoodger.com
8bae74ab52
203077 - Rename Firefox profile data folder from Phoenix to Firefox. This includes some changes to better support the Phoenix Profile Migrator.
...
Also, make migration wizard show for 5 seconds (with a Finish button to dismiss) when automigrating, so the user can see what's happening.
for full details see http://bugzilla.mozilla.org/show_bug.cgi?id=203077#c35
r=jst
2004-03-11 01:26:41 +00:00
ben%bengoodger.com
a8976361c8
236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms
2004-03-08 09:56:16 +00:00
jshin%mailaps.org
6f2a49fffa
bug 55300: add 'Unicode' submenu to the 'Character Encoding' menu. The new submenu has UTF-8, UTF-16*, UTF-32* and UTF-7. UTF-8 was also added to the static list. (r=neil, sr=blizzard, moa for ff = pch)
2004-03-06 06:11:48 +00:00
ben%bengoodger.com
0506027433
Fix tbox orange
2004-03-05 08:40:57 +00:00
ben%bengoodger.com
e5b0c3df70
(215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup.
2004-03-05 00:42:05 +00:00
ben%bengoodger.com
91b5d2801c
Set browser.download.manager.openDelay to 0 by default. We've been testing with a half second for a while and the lack of feedback is confusing people. It might be annoying to have a download manager appear for instantly done downloads but the effect is if you don't show the download manager that nothing has happened, which is worse (given the options that exist for turning off the download manager)
2004-03-04 01:13:25 +00:00
amardare%qnx.com
c5165be59c
Changes for the qnx(photon) platform only. It should not affect building/runtime other platforms.
...
Added the support for a splashscreen for firefox on qnx.
2004-02-23 20:03:44 +00:00
pkw%us.ibm.com
b6d6299c06
Bug 234124 - RFE: Port the pluggable shell script API to FireFox/Thunderbird/Sunbird etc
...
r=bryner@brianryner.com , sr=bryner@brianryner.com
Checking in patch for Roland Mainz <roland.mainz@nrubsig.org>
2004-02-20 18:13:47 +00:00
ben%bengoodger.com
56caada2f7
oops
2004-02-18 22:33:21 +00:00
ben%bengoodger.com
6ad38689e0
229036 - start menu links to readme and license don't work,.... patch from simon paquet
2004-02-18 20:58:20 +00:00
ben%bengoodger.com
6789d9dad4
fix this damned problem once and for all
2004-02-18 11:07:54 +00:00
mkaply%us.ibm.com
4ade22353d
OS/2 updates for firefox static build
2004-02-17 19:54:44 +00:00
blakeross%telocity.com
d5e0e8ec26
Fix 233918 - Firefox user agent string still says Firebird.
2004-02-16 07:49:28 +00:00
ben%bengoodger.com
52bdbaf0e0
Migration Branch landing, currently turned off!
2004-02-15 01:49:37 +00:00
ben%bengoodger.com
982ba2318a
More from 230768 - add default prefs for firefox
2004-02-11 03:48:02 +00:00
ben%bengoodger.com
4c251d83bc
forgot this file
2004-02-11 00:57:46 +00:00
ben%bengoodger.com
b708c68cea
Firebird is now called Firefox
2004-02-11 00:56:17 +00:00
bryner%brianryner.com
0c421f95d5
Install default.xpm to the right place.
2004-02-06 08:47:03 +00:00
dwitte%stanford.edu
7eaa3a52b5
remove preference imageblocker.enabled.
...
b=208882, patch by mconnor@myrealbox.com , r=mvl, sr=alecf.
2004-02-01 09:17:51 +00:00
bryner%brianryner.com
bc286085da
Use the right identifier for the version number substitution
2004-01-27 00:13:32 +00:00
bryner%brianryner.com
2576074e83
Use the right identifier for the version number substitution
2004-01-27 00:11:27 +00:00
scott%scott-macgregor.org
b33c08be9a
Change the mac creator type on firebird to MOZB (b is for browser) to avoid
...
using the same type as Mozilla (MOZZ). This makes url delegation between thunderbird
and firebird work on the mac without the two tripping over each other.
a=brendan on the new creator name
(I forgot to check this change in back in November when I changed browser\app\Makefile.in
2004-01-24 01:08:50 +00:00
bryner%brianryner.com
543702846f
Beginning of cocoa support for firebird
2004-01-21 00:57:55 +00:00
bryner%brianryner.com
87278e03d7
Remove duplicate prefs from all.js so that we don't re-override platform overrides. Rename firebird's all.js to firebird.js (copied in the cvs repository). Bug 231200 patch by steffen wilberg
2004-01-18 22:10:15 +00:00
bsmedberg%covad.net
117174c274
Firebird bustage-fix for bug 224578. Since all pref files are now preprocessed
...
we can remove the custom rules from this Makefile.
2004-01-16 20:51:57 +00:00
bryner%brianryner.com
563b532c01
Fix opening a new window by clicking the dock icon on Mac.
2004-01-14 23:41:12 +00:00
bryner%brianryner.com
3046e6420b
give a default value (false) for autoScroll on unix.
2004-01-13 23:08:01 +00:00
bryner%brianryner.com
a8d1467e72
Trying to fix tinderbox orange -- preprocess brand.dtd[.in] ourselves because make-jars.pl seems to be losing the quotes on the version string.
2004-01-08 10:18:13 +00:00
bryner%brianryner.com
a5dc70d686
Bug 224818 - centralize firebird version string and use it where appropriate
2004-01-08 07:23:49 +00:00
bryner%brianryner.com
cb9dbe008a
Fix the security warning dialogs to work as designed for Firebird:
...
- All dialogs will appear the first time a user encounters them
- The "show every time" checkbox will default to off
- If the user checks the checkbox to see the dialogs every time, the choice will be remembered.
Because of the change in default prefs, this will cause Firebird users to see these dialogs again (but defaulted to not show after that) when upgrading. Bug 172091, r=brendan, sr=ben.
2003-12-31 23:03:08 +00:00
bryner%brianryner.com
0bd8aff319
Preprocess all.js and turn off autoscroll by default on unix.
2003-12-18 08:12:58 +00:00
bryner%brianryner.com
4c8c9abedc
Bug 226643 - turn on IDN. patch by steffen.wilberg@web.de.
2003-12-13 06:24:24 +00:00
mkaply%us.ibm.com
ef9b372383
OS/2 icon
2003-12-09 19:58:56 +00:00
ben%bengoodger.com
6a6f1609ff
First part of bug 214260 work... teaching the download manager about XPInstall downloads, and providing an updated XPInstall confirmation dialog.
2003-12-08 08:05:15 +00:00
ben%bengoodger.com
afef7f6294
Bug 223333 - create sensible default mimeTypes.rdf file to automate opening of common file types
2003-12-07 07:19:18 +00:00
chanial%noos.fr
efce838e02
fixing bustage caused by bug 225269
2003-12-07 02:56:45 +00:00
chanial%noos.fr
7c31d968e1
Bug 224819: cleanup: remove CVS dirs from packaged app bundle patch by J.J. Enser, r=bryner
2003-12-07 01:00:41 +00:00
bryner%brianryner.com
4bd370ee53
change module description to Mozilla Firebird, bug 227406.
2003-12-07 00:41:21 +00:00
noririty%jcom.home.ne.jp
46319f3d14
Bug 227353, Real fixing build failure with GCC. Patch by Ali Ebrahim <aebrahim@uchicago.edu> (r=ben)
2003-12-06 04:09:53 +00:00
ben%bengoodger.com
e35197c162
damnit!
2003-12-05 21:38:36 +00:00
ben%bengoodger.com
f9ab1db0c2
bug 203102 - Investigate/port patches for URL field... Tab browser should remember user's typed value when switching tabs. Also, prevent about:blank from showing up when it shouldn't. Based on a patch by Will Levine <yakgoatcamel@myrealbox.com> with some modifications.
2003-12-05 05:55:54 +00:00
ben%bengoodger.com
0bfb79af8f
Fix bug 227353 - Build process with GCC-win32 fails near the end with an incorrect resource file format
2003-12-04 20:38:17 +00:00
ben%bengoodger.com
38c2dc8282
Use the correct entity for the throbber tooltip, also, expand the brand identity string list to include a "Full Name" string.
2003-12-04 08:25:04 +00:00
ben%bengoodger.com
501b5f2f83
Oops, I did it again.
2003-12-04 04:54:41 +00:00
ben%bengoodger.com
32a20b3f7b
update a little more
2003-12-03 07:10:51 +00:00
ben%bengoodger.com
2ab4d12f23
Update file version info
2003-12-03 07:07:27 +00:00
ben%bengoodger.com
fced5a701f
Add some prefs.
2003-12-01 03:48:13 +00:00
ben%bengoodger.com
8956e71744
Add the shortcut key to the download menuitem
2003-12-01 01:54:41 +00:00
bryner%brianryner.com
4796c3ee7d
Fix some strings in the .NET manifest file (bug 226967). patch by sipaq, r=me.
2003-11-30 01:41:38 +00:00
ben%bengoodger.com
15ab5ec6aa
Shorten delay before dlmgr window opens.
2003-11-29 23:57:52 +00:00
ben%bengoodger.com
281ff94c8d
icons
2003-11-27 03:25:56 +00:00
ben%bengoodger.com
c369a64336
215467, Part I. New Download Manager.
2003-11-27 00:54:33 +00:00
mkaply%us.ibm.com
735e7d7906
New OS/2 icon
2003-11-25 18:45:21 +00:00
bryner%brianryner.com
9710e7dd2b
Use our own default window icon on Linux
2003-11-25 05:02:25 +00:00
scott%scott-macgregor.org
7bfea0890f
Change the mac creator type on firebird to MOZB (b is for browser) to avoid
...
using the same type as Mozilla (MOZZ). This makes url delegation between thunderbird
and firebird work on the mac without the two tripping over each other.
a=brendan on the new creator name
2003-11-25 03:12:40 +00:00
darin%meer.net
f8fbc14169
fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa
2003-11-21 00:09:50 +00:00
chanial%noos.fr
193fc3f77e
update update_notifications.provider.0.datasource, even if we don't use it (patch by Steffen Wilberg)
2003-11-16 04:01:31 +00:00
chanial%noos.fr
69ad75915b
update general.useragent.contentlocale (patch by Steffen Wilberg)
2003-11-16 03:59:29 +00:00
chanial%noos.fr
629caed270
update startup.homepage_override_url, even if we don't use it (patch by Steffen Wilberg)
2003-11-16 03:53:39 +00:00
chanial%noos.fr
14bebd3b84
remove the pref intl.content.lang: it was only used for the communicator sidebars.
2003-11-16 03:34:56 +00:00
chanial%noos.fr
e6cab90673
move the i18n part of browser.properties into the toolkit (intl.properties)
...
Even if the platform dependent files intl.properties are identical for en-US, I think it's a good idea to keep them in seperate directories, to not mislead localizers.
2003-11-15 08:26:10 +00:00
bryner%brianryner.com
8f21653373
get rid of console window for win32 gcc builds, and limit heap size per bug 127069.
2003-11-09 22:17:10 +00:00
mkaply%us.ibm.com
3069e9949e
#223782
...
r=jst, sr=darin
remove support for dom.disable_cookie_[get,set] prefs
2003-11-06 19:35:22 +00:00
bryner%brianryner.com
c8569e38ae
Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does.
2003-11-04 07:42:52 +00:00
chanial%noos.fr
80ce23d405
remove prefs print.use_global_printsettings and print.save_print_settings (not used in the backend). They offer few if any interest. Their default behavior is kept: a print action and Page Setup change will be saved and windows share the same print settings.
2003-11-02 01:21:46 +00:00
bryner%brianryner.com
63225e8fa7
add -framework IOKit to fix static build bustage
2003-10-31 21:44:05 +00:00
chanial%noos.fr
00721180c3
Bug 223161: New FB Help Forum for new users.
...
patch by Mike Connor <mpconnor@rogers.com>
2003-10-31 01:39:29 +00:00
ben%bengoodger.com
e26335bbb1
Update static rules for Mac to ensure we link against Quicktime.
2003-10-24 07:44:34 +00:00
ben%bengoodger.com
0205da5af7
MacOS X Firebird updates:
...
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2003-10-24 07:41:43 +00:00
chanial%noos.fr
19294c34e0
complete rewrite of search.xml: more functionalities with less code :-)
...
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
scott%scott-macgregor.org
935368edb4
Bug #214400 --> allow distributors to allow 4.x profile migration via a pref instead of forcing it to be off for thunderbird and firebird.
...
This removes a MOZ_XUL_APP ifdef
sr=bienvenu
2003-10-21 23:36:47 +00:00
chanial%noos.fr
b218873bd9
bug 221078: unfork firebird/mozilla cookie prefs.
...
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:21:48 +00:00
bryner%brianryner.com
55679b8fa3
bring over active link color default pref
2003-10-15 20:30:21 +00:00
chanial%noos.fr
dc5278472c
checking in back the fix for bug 172113.
...
an additional fix is included: if no ...#BookmarksToolbarFolder arc is found, then search for an (obsolete) resource "NC:PersonalToolbarFolder" (221410).
When none of them is found, then a new btf is created (only once!).
2003-10-08 08:17:23 +00:00
chanial%noos.fr
5bc4de8a82
For the next cycles: backing out the changes for bug 172113 to investigate perf because I landed them just after the tinderbox went down and also because large landings occurred before it went up.
2003-10-08 04:45:29 +00:00
chanial%noos.fr
de72792107
- bug 172113: rewrite the way we handle the bookmarks toolbar folder. Now, there is no more 2 ways to characterize the BTF: by an arc to the resource "...#BookmarksToolbarFolder" that points to the literal "true". As a consequence, the resource NC:PersonalToolbarFolder and "...#folderType" are dead.
...
- remove unused functions. Note that RDF commands were already broken, so deleteBookmarkItem and insertBookmarkItem (that were not used) may come back, but in another form.
- remove the "New Bookmark Folder" and "New Search Folder"
- refactor the "html" serializer to avoid some duplicated code.
- remove the use of the profile name for the bookmarks root.
- enforce synthax "aArgument" in some random places.
2003-10-03 20:30:14 +00:00
bryner%brianryner.com
f415147b38
patch from will levine to fix building with mingw gcc 3.3.1 (bug 220433).
2003-10-01 01:17:56 +00:00
bryner%brianryner.com
cd60efa8ac
Updating my email address
2003-09-29 06:04:02 +00:00
ben%bengoodger.com
8fad4a03c8
d'oh!
2003-09-28 18:53:09 +00:00
dbaron%dbaron.org
63fc8c8cf4
Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner
2003-09-25 05:39:11 +00:00
dbaron%dbaron.org
407031aaf7
Update version number from 1.5b to 1.6a. b=219695
2003-09-21 17:13:12 +00:00
ben%bengoodger.com
0ab6469cf2
Update trunk Firebird version numbers
2003-09-19 00:46:28 +00:00
brendan%mozilla.org
c26039dd1a
Shorten vendor token to be a valid US token (217407, r=ben).
2003-08-28 07:57:21 +00:00
noririty%jcom.home.ne.jp
2fe0a6f6f8
Fix 216719 - Update themes and extensions page uris
2003-08-20 01:58:29 +00:00
bryner%brianryner.com
9ccfce5eb1
Enable new password manager for Firebird.
2003-08-12 05:22:10 +00:00
hyatt%mozilla.org
28baade015
Add the pref for a hidden window. Code that uses the pref is not landed yet. It's waiting for drivers approval.
2003-08-11 06:54:55 +00:00
hyatt%mozilla.org
a817f44d49
Commit the data source file that will hold persisted alternate stylesheet choices.
2003-08-10 08:19:38 +00:00
asa%mozilla.org
a05112ff19
de-geekifying default bookmarks some - developers and testers are quite capable of making their own bookmarks - and removing redundant bookmark
2003-08-09 21:16:15 +00:00
noririty%jcom.home.ne.jp
47954d836d
Add bugzilla quicksearch
2003-08-09 19:41:44 +00:00
blakeross%telocity.com
c9244f6006
Add autoscroll pref to advanced. For now, autoscroll is on by default on linux because we haven't forked the linux prefs override file, unix.js.
2003-08-08 08:01:24 +00:00
noririty%jcom.home.ne.jp
3348ca0439
Fixing release-notes 404
2003-08-07 00:03:19 +00:00
hyatt%mozilla.org
9ef29a0550
Firebird icon for OS X.
2003-08-05 07:53:16 +00:00
ben%bengoodger.com
e48684fb14
app/profile/all.js
...
Updating Version Number for User Agent String to 0.6.1+
2003-08-04 22:33:07 +00:00
ben%bengoodger.com
39e40ad2a7
app/brand.dtd:
...
Updating Version Number for About Dialog to 0.6.1+
2003-08-04 22:32:59 +00:00
bryner%brianryner.com
8305b483e5
Removing obsolete file
2003-08-03 09:59:49 +00:00
noririty%jcom.home.ne.jp
3260ce7484
Fix 214485 - Support Forum@BTF
2003-07-31 13:06:19 +00:00
bryner%brianryner.com
e8dbdca6f5
Update app and locale version
2003-07-28 07:28:29 +00:00
bryner%brianryner.com
0221020589
XPM version of the new Firebird icon
2003-07-27 09:25:48 +00:00
bryner%brianryner.com
8ba5868a14
Update version to 0.6.1
2003-07-26 19:29:54 +00:00
kerz%mozillazine.org
bbd251c568
Adding 48x48 state to icon
2003-07-26 18:45:42 +00:00
bryner%brianryner.com
7f432959d0
Remove check for MOZILLA_FIVE_HOME in the environment; it causes conflicts with firebird (bug 172706)
2003-07-26 07:51:05 +00:00
kerz%mozillazine.org
250bacc925
New app icon, bug 170677
2003-07-26 07:28:15 +00:00
bryner%brianryner.com
991d486387
bump version to 0.6.1
2003-07-25 21:52:00 +00:00
bryner%brianryner.com
043d9e783d
Bump gecko revision to 1.5b (bug 186680)
2003-07-21 19:45:07 +00:00
noririty%jcom.home.ne.jp
8de504b447
Fix 205820 - 'Don't ask at startup' fails on multiple profiles b=204908
2003-07-20 23:42:48 +00:00
noririty%jcom.home.ne.jp
e064670708
b=161109 remove unused preference
2003-07-20 15:32:58 +00:00
noririty%jcom.home.ne.jp
1fa28ba975
Fix 184085 - Update start page to a Firebird specific page.
2003-07-20 04:04:37 +00:00
blakeross%telocity.com
620b9cb839
Fix 201476 - change all.js to not advertise unsupported "compress".
2003-07-06 02:53:51 +00:00
blakeross%telocity.com
1dc91e2891
Fix 197702 - switch shift+scroll and alt+scroll for compatibility with IE/Opera.
2003-07-06 02:40:23 +00:00
blakeross%telocity.com
85328860ca
Fix 209940 - update internet keywords to support unicode. patch by noririty@jcom.home.ne.jp.
2003-07-05 07:33:09 +00:00
asa%mozilla.org
e27911c83d
update bookmarks. patch by bugzilla@babylonsounds.com
2003-07-03 17:37:33 +00:00
mkaply%us.ibm.com
c64f46daf7
210752 - remove unused preference
2003-06-26 15:39:32 +00:00
bryner%netscape.com
f6549df6b5
Fix static builds on solaris (bug 209104). patch by gisburn, r=me.
2003-06-19 00:01:48 +00:00
bryner%netscape.com
b0d736896c
Bump gecko version to 1.5a. Bug 186680, patch by mcsmurf@gmx.net.
2003-06-18 23:10:22 +00:00
bryner%netscape.com
fe7ecce15d
Enable building a library of Gecko components that can be linked against directly and then registered using the static component loader (bug 207407). This enables us to do full prebinding on Mac OS X. Also, don't force libjar to be standalone if not building an installer. r=ccarlen, sr=sfraser.
2003-06-09 22:25:25 +00:00
bryner%netscape.com
48421fca54
Get firebird to build with mingw gcc (bug 202868). patch by dmose, r=me.
2003-06-05 21:59:20 +00:00
asa%mozilla.org
b44b1162a9
default smooth scrolling to off until it works better
2003-05-21 01:35:57 +00:00
bryner%netscape.com
5eb8cc5f7c
Remove MOZ_PHOENIX #ifdef in nsSecurityWarningDialogs.cpp; set default security dialog prefs in all.js instead. Fixes bug 172091. Affects firebird build only.
2003-05-19 04:23:22 +00:00
bryner%netscape.com
01ea097d3c
We don't want to change the profile location just yet.
2003-05-16 21:41:27 +00:00
ben%netscape.com
291a2f72cf
Another Phoenix->Mozilla Firebird name change
2003-05-16 19:21:33 +00:00
bryner%netscape.com
7252e250ec
pick up a trunk fix for arabic
2003-05-14 22:34:29 +00:00
bryner%netscape.com
f42740760e
change phoenix to mozilla firebird (and de-^M splashos2.rc)
2003-05-14 07:04:50 +00:00
bryner%netscape.com
7c80bed67c
make the unix start script be MozillaFirebird
2003-05-14 06:55:16 +00:00
asa%mozilla.org
0a223cf6e7
update release notes menu item bug 205451 thanks for the patch rparenton@louisianaada.org
2003-05-13 19:24:20 +00:00
ben%netscape.com
b501ef3054
Add manifest file for themeable controls
2003-05-13 00:42:13 +00:00
ben%netscape.com
b0c66c31a6
More name changes for 0.6
2003-05-12 21:00:35 +00:00
ben%netscape.com
04e7ef7979
Name changes for 0.6
2003-05-12 20:43:54 +00:00
asa%mozilla.org
6d8f204fda
adding plugin faq to bookmarks
2003-05-10 17:49:43 +00:00
dean_tessman%hotmail.com
136dd94b34
204382 - No cursor change over resizable image
2003-05-05 06:11:38 +00:00
bryner%netscape.com
b4f565ed8b
sync with some seamonkey default pref changes.
2003-04-26 00:13:03 +00:00
chanial%noos.fr
ee3eb00907
bug 203222: fixing about dialog bustage
2003-04-24 22:54:35 +00:00
chanial%noos.fr
3125f4f56a
name change part 2, a=brendan
2003-04-23 19:28:12 +00:00
chanial%noos.fr
56126c646e
Adding brand.dtd and brand.properties in mozilla/browser.
...
These files are left in mozilla/toolkit with a generic 'Mozilla Application' name and are overwritten in toolkit.jar during the build. Now, phoenix has no special privilege over mozilla/toolkit.
Name change, part 1: 'Mozilla Firebird', a=brendan
2003-04-23 19:07:32 +00:00
chanial%noos.fr
833673cbbb
enabling "Memory cache should be based on amount of physical RAM" (bug 105344 by gordon).
2003-04-23 13:48:59 +00:00
ben%netscape.com
b0751f58b6
Remove rogue TM symbol that's causing many sites (including NYT) not to work
2003-04-23 11:36:34 +00:00
ben%netscape.com
b3f87cf9a1
Update names here too
2003-04-22 10:42:43 +00:00
chanial%noos.fr
434e1c8e11
enabling by default smooth scrolling
2003-04-22 03:08:23 +00:00
bryner%netscape.com
9e2ee95ed4
bump vendorSub to 0.5+
2003-04-05 21:00:17 +00:00
bryner%netscape.com
cb1a1f9045
Get phoenix building on mac.
2003-04-03 02:33:34 +00:00
bryner%netscape.com
b6000ad9c3
ignore nsStaticComponents.cpp
2003-03-30 23:36:45 +00:00
bryner%netscape.com
3717f93529
remove duplicate pref
2003-03-13 21:16:49 +00:00
bryner%netscape.com
3c9e0e6c9a
update some prefs from mozilla all.js
2003-03-13 08:11:20 +00:00
bryner%netscape.com
38496c5fd7
fixing gtk2 phoenix build
2003-03-13 06:18:19 +00:00
dean_tessman%hotmail.com
35ca15a372
really fix 182695
2003-03-09 07:58:01 +00:00
dean_tessman%hotmail.com
36036450b5
182695 - No hand cursor over links on Windows 95 and NT4
2003-03-07 03:55:59 +00:00
chanial%noos.fr
8dafe32c76
some cleanup
2003-03-03 06:41:51 +00:00
chanial%noos.fr
604dc25a15
turn on automatic image resizing
2003-02-03 18:05:34 +00:00
asa%mozilla.org
c5345f526f
bump rv to 1.3b
2003-02-02 06:37:10 +00:00
ben%netscape.com
53a78c48e2
Part of 191524 - defaults - default satchel/automatic form fill to ON
2003-02-01 09:13:51 +00:00
bryner%netscape.com
ee0a7a5c69
trying to fix debug build bustage on linux.
2003-02-01 00:54:29 +00:00
bryner%netscape.com
f7c4428398
fix startup error dialog about PSM
2003-01-23 02:32:20 +00:00
bryner%netscape.com
bc1a75b3b3
Fix phoenix os/2 bustage (bug 187485), checking in for pedemont@us.ibm.com.
2003-01-02 22:02:21 +00:00
blakeross%telocity.com
b7cbd08c97
Revert homepage change; port over some trunk fixes.
2002-12-07 04:22:15 +00:00
blakeross%telocity.com
5dd1544035
update homepage
2002-12-07 03:55:14 +00:00
bryner%netscape.com
90e8938e28
Don't need to pass -Ldist/lib/components to linker on win32
2002-11-24 08:29:38 +00:00
bryner%netscape.com
237c7fe3d3
Fixes for static build
2002-11-24 07:24:41 +00:00
bryner%netscape.com
0470ff9dc9
add os/2 rc file (bug 177722), patch by mkaply.
2002-11-16 09:20:16 +00:00
blakeross%telocity.com
4c0086a5f5
Remove some unused prefs.
2002-11-10 02:52:52 +00:00
asa%mozilla.org
3644d81e6b
new bookmarks defaults
2002-11-10 02:39:19 +00:00
blakeross%telocity.com
04d98b52f0
Download dir pref.
2002-11-09 13:53:22 +00:00
blakeross%telocity.com
2c5226c6ce
Update UA.
2002-11-08 01:46:33 +00:00
blakeross%telocity.com
fc023d9e33
Remove duplicate pref.
2002-11-08 01:45:04 +00:00
blakeross%telocity.com
db2cdcbc99
Remove old pref.
2002-11-08 01:43:03 +00:00
blakeross%telocity.com
5a781b27a1
Remove downloads prompt pref.
2002-11-08 01:01:07 +00:00
blakeross%telocity.com
e6fbb42f67
Fix pref name.
2002-11-02 22:09:49 +00:00
blakeross%telocity.com
de1dc05d07
Add default prompt pref.
2002-11-02 02:23:17 +00:00
blakeross%telocity.com
8b1d48858d
- Fixing a bug that caused the menubar to remain disabled after customizing the toolbars.
...
- First cut at pref for a default download directory, and options to open the download sidebar when starting a download and whether to prompt for a filename. Under construction!
2002-11-02 00:28:30 +00:00
hyatt%netscape.com
06e3cfe144
Up the version to 0.4
2002-10-27 23:19:06 +00:00
hyatt%netscape.com
33c10c3078
Enable marquee.
2002-10-22 19:10:34 +00:00
hyatt%netscape.com
97e16de018
Tweak pref values.
2002-10-20 00:38:04 +00:00
blakeross%telocity.com
d842b29505
Some modifier cleanup; fix load in background pref.
2002-10-19 19:38:57 +00:00
hyatt%netscape.com
553d69a38f
Default URL bar is to not search google but to use google's i'm feeling lucky to auto-resolve.
2002-10-18 20:45:04 +00:00
hyatt%netscape.com
bf84789be1
Missing typeahead find prefs.
2002-10-18 19:44:48 +00:00
hyatt%netscape.com
c90a867f3b
make sure we have the link prefetching pref.
2002-10-17 18:50:57 +00:00
chanial%noos.fr
dfa8470202
adding pref append/replace when opening a bookmark folder
2002-10-11 21:03:28 +00:00
asa%mozilla.org
a591936f91
change bookmark to the index of phoenix forums rather than the general forum
2002-10-10 17:36:49 +00:00
blakeross%telocity.com
e821924af7
Port change over to Phoenix from trunk.
2002-10-09 20:02:41 +00:00
hyatt%netscape.com
bfe393078b
Landing first time dialog. Still working on it.
2002-10-09 01:16:21 +00:00
hyatt%netscape.com
8f28a64c32
POPUP WHITELISTING LIVES!
2002-10-08 23:24:03 +00:00
hyatt%netscape.com
dd8f83e238
Tweak pref settings.
2002-10-08 01:44:42 +00:00
hyatt%netscape.com
dedcc8fec9
Checking in the UI for the popups prefs panel.
2002-10-08 00:11:15 +00:00
bryner%netscape.com
08343b64ff
Support building Phoenix with jprof. Thanks to bbaetz for the patch.
2002-10-03 08:30:19 +00:00
bryner%netscape.com
f24efaba37
Adding support for Phoenix static builds
2002-10-03 06:08:18 +00:00
blakeross%telocity.com
071ec9c196
Turn off js errors in js console.
2002-10-03 05:04:01 +00:00
blakeross%telocity.com
0b36538f57
Change version number.
2002-10-03 04:19:39 +00:00
bryner%netscape.com
80c4774f9c
Fix phoenix.exe application name in resource file. r=asasaki (delegated by cls).
2002-10-01 22:55:00 +00:00
blakeross%telocity.com
674ba05e51
Turn on ctrl+mousewheel to resize text.
2002-10-01 01:41:31 +00:00
kerz%netscape.com
694f16de19
cleaning up bookmarks file, no one cares when asa added these bookmarks or looked at them last :)
2002-09-30 23:58:57 +00:00
asa%mozilla.org
5b733451f9
new bookmarks defaults
2002-09-30 22:02:38 +00:00
blakeross%telocity.com
96db799ac3
Turn off error page for now.
2002-09-29 23:49:56 +00:00
chanial%noos.fr
e65acf4253
let's not forget the .cvsignore files
2002-09-29 19:31:06 +00:00
chanial%noos.fr
d77c7e8a85
Turning on the Phoenix default profile
2002-09-29 18:16:54 +00:00
chanial%noos.fr
1f96692786
Forking the default profile and moving all.js in it
2002-09-29 18:11:09 +00:00
hewitt%netscape.com
24b970ebff
forgot to rename this
2002-09-27 06:48:11 +00:00
hewitt%netscape.com
5bc4bbc584
171101 - new toolbar customization features
2002-09-27 04:06:56 +00:00
bryner%netscape.com
7af115f8e1
Fix wrapper script name for Linux.
2002-09-20 20:15:35 +00:00
hewitt%netscape.com
e60ecc9718
renaming mozbrowser.exe to phoenix.exe and changing profile directory to /Phoenix
2002-09-20 05:03:16 +00:00
hyatt%netscape.com
39425126e5
Finally. This works.
2002-09-18 02:23:35 +00:00
hyatt%netscape.com
88f1ddada1
We didn't need this shit anyway.
2002-09-18 01:59:34 +00:00
hyatt%netscape.com
030b6a5c44
Adding manifest to makefile.
2002-09-18 01:51:18 +00:00
hyatt%netscape.com
262046887e
Add manifest file for theming on WinXP.
2002-09-18 01:44:56 +00:00
bryner%netscape.com
cb895213ce
Fixing win32 phoenix bustage.
2002-09-02 07:42:57 +00:00
bryner%netscape.com
9c6550ecc8
Fix bustage by defining MOZ_PHOENIX in RCFLAGS.
2002-09-02 05:13:46 +00:00
bryner%netscape.com
8620eed11b
add license. also, back to MOZ_WINCONSOLE.
2002-08-27 09:59:37 +00:00
bryner%netscape.com
db178cecd2
Checkpointing changes, this won't build for everyone yet. Move the $(PROGRAM) rule below rules.mk so we don't skip the rules that install the binary to dist/bin!
2002-08-26 10:15:02 +00:00
bryner%netscape.com
4baf1afe4c
Phoenix files to use generic XUL application library. Not part of the build.
2002-08-21 19:21:36 +00:00