Граф коммитов

4041 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr 9797c7d3a9 fix problem when rebuilding the toolkit only and add buildconfig.html to garbage. 2003-08-11 19:13:27 +00:00
chanial%noos.fr c05c452990 bug 213228: new toolkit independence bug, part 1.
fork buildconfig.html and build.dtd
2003-08-11 14:51:44 +00:00
ben%bengoodger.com ed5f1b0f43 bug 199819 - seems like I missed a couple of cases with this. Make sure that the autocompleteenabled attribute is set on all child browser widgets when we detect the preference change 2003-08-11 03:57:20 +00:00
hyatt%mozilla.org 27733a95d6 Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:48:52 +00:00
hyatt%mozilla.org 89819f854f Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:46:41 +00:00
hyatt%mozilla.org 2edd248d3b Fix for 179336, make sure the page report for blocked popups shows the right page url. 2003-08-10 22:28:28 +00:00
noririty%jcom.home.ne.jp 6d74ff6599 tweak css. b=171451 2003-08-10 11:11:27 +00:00
hyatt%mozilla.org 03a12c4259 Initial commit of alternate stylesheet support in Firebird. 2003-08-10 08:04:58 +00:00
bryner%brianryner.com 752e309c5e Fix sorting of history when Group by Date is selected (bug 215384). Get rid of the hidden columns in the history tree and instead dynamically change the sort attribute on the visible column. Implement a DayFolderIndex property for the date folders which gives an index (0-7) to sort on, rather than sorting them alphabetically. r=ben. 2003-08-10 04:42:17 +00:00
bryner%brianryner.com 799df96177 Fix crash if the password field is the first field in a form. 2003-08-09 20:38:09 +00:00
bryner%brianryner.com 3395dac417 Improve support for autocomplete=off (bug 178597). Check for autocomplete=off on the form element as well as the input, and use case-insensitive string compare. 2003-08-09 10:15:31 +00:00
bryner%brianryner.com 3bd70bbd4e Convert nsIAutoCompleteResultTypes.h to an IDL file, which makes QI'ing to those interfaces work as expected. 2003-08-09 10:08:00 +00:00
bryner%brianryner.com a3c807a9f6 Make this loop more correct - voidarray counts are PRInt32. 2003-08-09 03:48:34 +00:00
hyatt%mozilla.org aebe9e9129 Support titledefault in tabbed browsing. 2003-08-08 18:59:40 +00:00
noririty%jcom.home.ne.jp 6d0202a46a Add resizer to Thunderbird. b=194081 r=me 2003-08-08 12:31:01 +00:00
bryner%brianryner.com 8518df35f8 Make removal of stored logins play nicer with the tree widget. Do a (batched) notification of the treeBoxObject that the row count is changing when deleting one or more stored logins. Also do a rowCountChanged notification when removing all stored logins. 2003-08-08 09:42:24 +00:00
bryner%brianryner.com 62a499055d Fix a compiler warning 2003-08-08 09:28:13 +00:00
blakeross%telocity.com 8aad9992ae Oops, remove this ifdef too. 2003-08-08 08:02:16 +00:00
blakeross%telocity.com bd32ca4753 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
dean_tessman%hotmail.com 3f1715c186 203754 - Bug in select code in Auto-Complete component
patch eric@5stops.com
2003-08-08 02:38:24 +00:00
ben%bengoodger.com de6c173bd4 Actually fix b199819 2003-08-08 00:52:33 +00:00
ben%bengoodger.com 2bdad7d028 b199819 - setting browser.formfill.enable to false doesn't disable form autocomplete. Remove what seems to be an unnecessary code path that activates form fill without checking the pref. 2003-08-08 00:27:08 +00:00
hyatt%mozilla.org 61b59a3c41 Switch close tabs and close other tabs. 2003-08-07 19:01:27 +00:00
blakeross%telocity.com 4af6cabb13 New advanced panel, move expander to toolkit. 2003-08-07 00:38:59 +00:00
blakeross%telocity.com 5eb9b0bf3b Fix some stuff. 2003-08-06 08:43:56 +00:00
bryner%brianryner.com cf9f55d8f6 For a username/password prompt, allow saving of the password even if the username is blank. 2003-08-06 08:29:38 +00:00
hyatt%mozilla.org 7816023d13 Restore 'Close other tabs' to the tabs context menu. 2003-08-05 07:19:24 +00:00
bryner%brianryner.com 85366cd6ac Split out nsSingleSignonPrompt into its own source file. 2003-08-05 05:40:14 +00:00
bryner%brianryner.com 08727642cf - Make the password manager control the autocomplete results for username fields, so that the list exactly matches the stored logins.
- Fix major problem where prompts weren't returning the field text.
- Only show the save checkbox in prompts if SAVE_PASSWORD_PERMANENTLY is given
- Only allow prompts to autocomplete if a password realm is given
2003-08-05 03:26:31 +00:00
ben%bengoodger.com a04098dd11 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

content/nsWidgetStateManager.js
- reindent the indentation mess in the file
- support saving data of panels that are sub-dialogs of iframe dialogs that are
  using WSM.

r=torgo sr=manos
2003-08-04 22:32:07 +00:00
bryner%brianryner.com a75519712c Fix missing newline at end of file 2003-08-04 07:20:06 +00:00
bryner%brianryner.com 96c99c1a4a - Add DOMAutoComplete event, fired on a form input element when the user
selects a completion from the popup.
- Listen for DOMAutoComplete and Blur events instead of Change events to
trigger prefilling the password field.
- Fix an off-by-one error in the multi-user password change confirmation
(the stored password was being changed for the wrong entry).
- Fix skipping multiple logins when reading the signon file.
- Add missing license for Makefile.in.
2003-08-04 00:57:26 +00:00
bryner%brianryner.com c7d4a59b14 Lots of changes and bugfixes:
- Enable multiple username support by listening to change events for the username field when there is more than one stored login for the form.
 - Make the signon hashtable store a SignonHashEntry, which has a pointer to the first SignonDataEntry.  This lets us adjust the head of the linked list without a hashtable operation, and also fixes a case where we would continue using a deleted entry, leading to a crash.
- Change FindPasswordEntryFromSignonData to FnidPasswordEntryInternal, and refactor it a bit.
- Clean up prefill logic so that multiple forms on a page could be prefilled.
- Fix bug where the last input was used as the username field, instead of the input just before the password.
- Make sure we write out all entries for each realm.
- Make sure we include all entries in each realm when returning an enumerator.
- Remove some form manager cruft I missed in passwordManager.js.
2003-08-03 04:50:09 +00:00
bryner%brianryner.com 40ce193c74 Lazily decrypt username/password in nsIPassword objects so that requesting an enumerator doesn't immediately prompt for the master password. 2003-08-02 07:13:39 +00:00
bryner%brianryner.com 81c72d3858 Don't use the username as the password when creating a stored login. 2003-08-02 05:24:34 +00:00
bryner%brianryner.com 31a32dea74 Add some missing localized strings 2003-08-01 20:43:24 +00:00
bryner%brianryner.com e74076979f Fix stdcall bustage on windows 2003-08-01 20:41:41 +00:00
noririty%jcom.home.ne.jp f6db14f7e5 Fix 214571 - add image to copyright information, patch by bugzilla@babylonsounds.com 2003-08-01 14:43:16 +00:00
bryner%brianryner.com 03b4d72400 - Keep the user and password values encrypted in memory so that we can defer decryption (and prompting for the master password) until we need to prefill or the user brings up the manager.
- Add a comment about the randomness in secret decoder ring encryption.
2003-07-31 00:17:26 +00:00
bryner%brianryner.com 3f3f0e7d41 If the user has already stored a login and enters the same username but a different password, don't prompt again, just update the stored password. (also fixes a bug where this caused two copies of the login to be stored) 2003-07-30 06:50:28 +00:00
bryner%brianryner.com 97f10b574f - Rename 'satchel' variables since this isn't part of satchel
- Make ~SignonDataEntry() delete the next entry in the list
- Fix some bustage from nsIFormSubmitObserver API changes
- Handle password change situations (2 or 3 password fields in a form)
- Make the signon file be written out when a reject list entry is added
- Fix the situation where RemoveUser() is called for the first of multiple stored logons for a host
2003-07-30 03:38:53 +00:00
bzbarsky%mit.edu 01018adcbd More GetDocument bustage 2003-07-29 05:48:30 +00:00
bzbarsky%mit.edu fe7644af23 Fix Firebird redness 2003-07-29 05:19:13 +00:00
noririty%jcom.home.ne.jp 4c7dff12c3 Fix 205998 - Find in 'T'his Page, patch by abecevello@sympatico.ca 2003-07-28 13:06:53 +00:00
bryner%brianryner.com cc9ed87119 Adapt wallet's password manager UI (removing the form manager bits). Split into content and locale directories and add contents.rdf files for passwordmgr chrome package. 2003-07-28 06:06:10 +00:00
bryner%brianryner.com b3a5886e56 Fixing windows build - need to use a constructor for initializing reference-type members. 2003-07-27 21:21:45 +00:00
noririty%jcom.home.ne.jp 6a9413c304 Fix 209503 - about:config search, patch by gelsoft@mx4.tiki.ne.jp 2003-07-27 14:08:39 +00:00
bryner%brianryner.com 892a0a4366 passwordmgr.properties, not satchel.properties 2003-07-27 07:06:49 +00:00
bryner%brianryner.com 25b37556ab Initial add of new (work-in-progress) password manager implementation. Not part of the build. 2003-07-27 07:05:27 +00:00
bryner%brianryner.com 95d977de84 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz) 2003-07-26 06:42:50 +00:00
bryner%brianryner.com 858adb56f1 Prevent normal handling of oninput events if the event is caused by autocomplete updating the text field value. Bug 212686. 2003-07-26 02:55:24 +00:00
bzbarsky%mit.edu b0d068ccde Bump skinVersion up to 1.5, since older skins are likely to get broken by the
change to no longer support single-':' pseudo-elements.  Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
noririty%jcom.home.ne.jp a64e14c296 back out AiO 2003-07-25 04:13:46 +00:00
noririty%jcom.home.ne.jp 7e758bee90 Fix 207166 - tweak caret browsing button, patch by mconnor@rogers.com. 2003-07-24 16:02:07 +00:00
noririty%jcom.home.ne.jp fdb105ca4a another oops 2003-07-24 11:21:07 +00:00
noririty%jcom.home.ne.jp 3b6b72cbae fix sidebar mid-click regression 2003-07-24 11:01:40 +00:00
noririty%jcom.home.ne.jp a71065189b Implement AiO ports' autoscroll - patch by boullet@col.bsf.alcatel.fr b=212273,212002 2003-07-24 10:34:54 +00:00
noririty%jcom.home.ne.jp d9dcab299f Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org 2003-07-23 14:24:05 +00:00
noririty%jcom.home.ne.jp 48c0e8d96e Fix 212399 - remove duplicated line, patch by bugzilla@babylonsounds.com 2003-07-22 14:26:37 +00:00
noririty%jcom.home.ne.jp 5a487db323 fix sidebar double click bustage 2003-07-21 09:06:49 +00:00
blakeross%telocity.com c4123ae432 fix sidebar middle click 2003-07-20 04:19:52 +00:00
dbaron%dbaron.org c8d988bce3 Fix firebird and thunderbird bustage by unforking contents of nsIGlobalHistory (which was frozen) and by tweaking the root Makefile.in. b=212509 r=mscott 2003-07-19 21:19:12 +00:00
blakeross%telocity.com 070504ae28 Tweaking autoscroll. 2003-07-17 22:04:11 +00:00
bryner%netscape.com 1981793696 Use the oninput event, instead of keypress, to notify the autocomplete controller that the input text has changed. This fixes form autocomplete being one character behind due to the keypress handler firing before editor's handler. Bug 212487, r=hewitt. 2003-07-13 02:31:08 +00:00
bryner%netscape.com 6b0086b610 Fix non-functioning form autocomplete (bug 212220). Instead of using an attribute on the nsIAutoCompleteInput (since it's not always a content node), add an attribute to the IDL interface. Also, make use of JS's (a || b) semantics to avoid some temporary variables. r=hewitt. 2003-07-13 02:27:25 +00:00
kerz%mozillazine.org 51cb0de092 removing unused css, bug 212387 2003-07-11 18:15:58 +00:00
kerz%mozillazine.org b167f19d4b fixing images, bug 212387 2003-07-11 18:14:48 +00:00
kerz%mozillazine.org 99404aefba New theme update from Arvid, hoo dog. 2003-07-10 06:50:18 +00:00
bryner%netscape.com 5128c69a0f preprocess browser.xml, for autoscroll ifdefs. 2003-07-08 00:52:37 +00:00
bzbarsky%mit.edu 3e5d658024 Move to the double-'::' notation for -moz-tree-* pseudo-elements in toolkit.
Bug 211657, r+sr=dbaron
2003-07-07 22:16:57 +00:00
blakeross%telocity.com db99ae0397 Only enable autoscroll on Windows. 2003-07-06 05:23:05 +00:00
blakeross%telocity.com 3acfbdcd18 Fix 205161 - remove "www" from history entries. 2003-07-06 02:18:27 +00:00
blakeross%telocity.com 5d1f8ce092 Move autoscroll images to content so it's not theme-dependent. 2003-07-06 01:08:18 +00:00
blakeross%telocity.com 75d9577000 Minor autoscroll fixes. 2003-07-06 01:02:48 +00:00
blakeross%telocity.com 1ac4bfc823 Tweaking autoscroll a bit. 2003-07-05 06:53:47 +00:00
blakeross%telocity.com 4056e69c2f Fixing bug 179666 - double the depth of the drop down location bar 2003-07-05 06:26:58 +00:00
blakeross%telocity.com 8b86ee3b29 Fixing arrow flashing on middle click of link. 2003-07-04 08:23:45 +00:00
blakeross%telocity.com 773ee4c37c Fixing autoscroll so that you can mousedown on a link and drag, but also ensuring that we don't break middle mouse click on a link. Subject to bugs :) 2003-07-04 06:36:28 +00:00
blakeross%telocity.com d7e6606ca5 Converting the autoscroll code to attach to the browser binding and folding it directly into Firebird. Thanks to the folks at autoscroll.mozdev.org for providing this great functionality! 2003-07-04 05:02:35 +00:00
bryner%netscape.com e0c66a21b8 picking up seamonkey patch to fix bogus css rules in xul.css. 2003-07-04 01:42:46 +00:00
varga%netscape.com 1119884297 Fixing build bustage. 2003-06-25 15:13:46 +00:00
ben%netscape.com 06645ab757 Fixing Firebird build bustage after timeless' fishy checkin to bug 58613. 2003-06-23 00:56:38 +00:00
bryner%netscape.com cc80d85925 Port fix for bug 206775 (can't search NLS characters in history) to firebird. Patch by gelsoft@mx4.tiki.ne.jp. 2003-06-17 18:23:53 +00:00
dbaron%dbaron.org 2e0e4a7f3f Fix bustage. b=209087 2003-06-14 04:40:52 +00:00
scott%scott-macgregor.org fcc636c739 Get the linux file picker working for thunderbird. Has no impact on firebird 2003-06-12 04:05:17 +00:00
scott%scott-macgregor.org 4048db7969 Bug #199248 --> port the fix from xpfe to the new toolkit. Tooltips flash on bookmarks history
and in the sidebar for thunderbird.

Thanks to noririty for pointing out that this change needed ported over.
2003-06-11 04:57:34 +00:00
scott%scott-macgregor.org e36ebfe332 back out my change until I can figure out why this doesn't work in firebird 2003-06-10 16:52:59 +00:00
scott%scott-macgregor.org 8bda8ea2de Thunderbird doesn't care about satchel, autocomplete, session history, etc. So don't build them.
We may move this stuff to browser or add flags to the build to make it easy to skip them.
2003-06-09 04:29:59 +00:00
scott%scott-macgregor.org 9f894cd2f2 Restore functionality to the checkbox label so it's label will wrap again. 2003-06-09 04:27:49 +00:00
scott%scott-macgregor.org 6678e93e2e We need to make changes to toolkit's autocomplete for it to work in mail compose (for thunderbird).
For now, add an ifdef which rebinds the autocomplete bindings to the old versions in mozilla\xpfe.
2003-06-09 04:26:42 +00:00
scott%scott-macgregor.org 59c47815ce Synch this file up with changes that have happend in mozilla\xpfe. This enables find to work in thunderbird
as well.
2003-06-09 04:24:11 +00:00
scott%scott-macgregor.org 3a918cab9b Run xul.css through the pre-processor now that it has a thunderbird ifdef in it. 2003-06-09 04:23:15 +00:00
bryner%netscape.com 5b1b36371c Change Loading.mng to a GIF. 2003-06-04 07:37:56 +00:00
hyatt%mozilla.org dc5c3717a5 *** empty log message *** 2003-05-31 00:34:16 +00:00
varga%netscape.com 717feaab4a Landing bookmarks changes.
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa

The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
dwitte%stanford.edu a1fcc8d125 Bug 206356: cookies refused by default if you just close dialog.
makes the "do you want to accept this cookie?" dialog more user-friendly, by not touching the permission list if you dismiss the dialog without clicking a button.

patch by mvl, r=neil, sr=jag, a=asa.
2003-05-22 00:37:48 +00:00
dean_tessman%hotmail.com 6261e2546a 206055 - [XUL] <label>'s control attribute doesn't work
patch by gelsoft@mx4.tiki.ne.jp
2003-05-20 19:52:42 +00:00
bryner%netscape.com f2e4ea223f use an updated preview image that's the same size as the one we had before. 2003-05-19 23:56:36 +00:00
bryner%netscape.com d246aeaee4 Add a more standard preview image, and change contents.rdf to use that one instead of the seamonkey classic skin preview. Thanks to Lil46john@aol.com for the preview image. Bug 197260. 2003-05-19 04:42:14 +00:00
ben%netscape.com f83e078f2e Name changes for 0.6 2003-05-12 20:43:54 +00:00
chanial%noos.fr da6e9a8d37 bug 203069: Unable to search in page-source
sync'ing with seamonkey, use gBrowser instead of getBrowser()
2003-04-27 05:02:28 +00:00
chanial%noos.fr bcb2454800 Landing Arvid's new icons and animations 2003-04-25 08:15:34 +00:00
chanial%noos.fr 4eb36eb326 bug 203222: fixing about dialog bustage 2003-04-24 22:54:35 +00:00
chanial%noos.fr fc8134fcbf 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 46b563aa5e dropping folder group support 2003-04-23 15:05:10 +00:00
ben%netscape.com 2b0543fbe1 Update names and version strings 2003-04-22 10:35:08 +00:00
ben%netscape.com 60ae6f3c79 Fix for bug 201850, autocomplete fun - null check to avoid random autocomplete crashing, and support autocomplete="off" on web page text fields so as to avoid autocompleting sensitive fields such as credit card numbers 2003-04-22 10:27:30 +00:00
chanial%noos.fr c2191b39e0 making debugging easier by dumping the error message when a command execution fails. 2003-04-21 19:05:50 +00:00
varga%netscape.com c89f445add Fixing bookmark separators.
I can't believe that bookmark specifix CSS lives in tree.css!
2003-04-17 21:07:35 +00:00
bryner%netscape.com 646b3a67ec change MOZ_PHOENIX #ifdefs to MOZ_XUL_APP. Patch by mscott. 2003-04-08 02:46:57 +00:00
bryner%netscape.com 18ea5a5f2e Fork platformXUL.css for mac and use mac scrollbars.css for phoenix. 2003-04-03 02:54:37 +00:00
bryner%netscape.com 42507bf938 build nsNativeAppSupportMac on mac 2003-04-03 02:52:45 +00:00
bryner%netscape.com 2fd9d2d856 fixing mac build problems 2003-04-03 01:55:21 +00:00
cbiesinger%web.de 21e3138776 198829 patch by mvl@exedo.nl r=dwitte@stanford.edu sr=dmose Blocking cookies does not remain persistent 2003-03-23 22:35:02 +00:00
bzbarsky%mit.edu a7d8e133da Checking in permissions rewrite phase 1 (troop deployment in the permission
gulf).  Bug 191380, patch by mvl@exedo.nl (Michiel van Leeuwen),
r=dwitte@stanford.edu, sr=darin.
2003-03-22 01:24:51 +00:00
bryner%netscape.com 5b3486f79b Add support for opening multiple files with the unix filepicker (bug 167152). r=varga, sr=bzbarsky. 2003-03-16 09:20:40 +00:00
bryner%netscape.com 91786bcbd8 fixing more bustage 2003-03-15 06:05:15 +00:00
bryner%netscape.com c3557b62cf fixing phoenix bustage 2003-03-15 04:56:47 +00:00
bryner%netscape.com 485e0ab2b9 fixing gtk2 phoenix build 2003-03-13 06:18:19 +00:00
bryner%netscape.com 57deb144a1 Oops, I didn't mean to remove support for -register in my last checkin. 2003-03-10 07:21:28 +00:00
bryner%netscape.com 905990c8ad Sync with xpfe/bootstrap/nsAppRunner.cpp, attempting to fix some startup crashes that are hanging the nightly build machine. 2003-03-08 04:15:01 +00:00
chanial%noos.fr 6bde6f9da6 Landing Arvid's new icons and style sheets for the Options panel, the bookmark manager and XP filepicker. 2003-03-07 15:04:51 +00:00
chanial%noos.fr b976cc7740 porting bug 60707 from the trunk (disable right double clicking), patch by kazhik@mozilla.gr.jp 2003-03-07 15:00:04 +00:00
bryner%netscape.com dc9345f96b fix gtk2 phoenix build bustage 2003-03-06 22:01:01 +00:00
chanial%noos.fr 565069647f fixing view partial source by commenting a call to defunct edit page menuitem. 2003-03-05 23:22:50 +00:00
bryner%netscape.com dd3782698c move gtk_init to after NS_TraceMallocStartupArgs to fix tracemalloc bustage 2003-03-04 10:32:14 +00:00
bryner%netscape.com 7764d9e16d fixing typo, linux bustage 2003-03-04 00:01:40 +00:00
bryner%netscape.com 7f30ed6c84 initialize gtk+ from main 2003-03-03 09:49:43 +00:00
chanial%noos.fr d2f3e65fc5 some cleanup 2003-03-03 06:41:51 +00:00
chanial%noos.fr dfa951488e adding nsWidgetStateManager.js to the toolkit 2003-03-03 06:17:13 +00:00
chanial%noos.fr 43a815819a adding filepicker .cvsignore file 2003-03-02 21:20:01 +00:00
chanial%noos.fr 34ddf34ac5 moving and copying filepicker files in toolkit/components.
filepicker is now independent from the mozilla toolkit
2003-03-02 21:10:50 +00:00
chanial%noos.fr 684f105506 some work on view source 2003-03-02 05:47:54 +00:00
chanial%noos.fr ffc9d3e7d0 some work on viewsource 2003-03-02 05:46:43 +00:00
chanial%noos.fr bccb238eaa Console cleanup: it is now independent from communicator.
Adding access keys and shortcut to focus the command line
2003-03-02 04:15:09 +00:00
chanial%noos.fr 999d01efa3 console.css cleanup 2003-03-01 15:27:39 +00:00
chanial%noos.fr 8aaf6fcff5 add .cvsignore files 2003-03-01 14:55:39 +00:00
chanial%noos.fr f171e1c165 Move the js console and dependencies as new extensions in toolkit/components.
NPOB
2003-03-01 08:07:13 +00:00
cbiesinger%web.de c729ae0212 163350 patch by mvl@exedo.nl r=suresh sr=jag Cookie confirmation dialog could use better wording. 2003-02-28 20:49:09 +00:00
chanial%noos.fr ad17c242b2 Bug 190020: GetResource API change.
keep Phoenix in sync with the trunk
2003-02-25 21:01:16 +00:00
chanial%noos.fr 7dd016a435 Remove the tree icons (for the directories and the transparent blank.gif) specific to the XP filepicker and use instead the Qute ones.
Don't capitalize folder-item.png in the jar files.
Extract the page loading icon from folder-item.png in icons/page-loading.png to allow eventual animation and instead put a transparent 16x16 icon used by the XP filepicker and whoever needs it.
2003-02-24 03:40:56 +00:00
chanial%noos.fr 1aca10ba65 Moving bookmarks styling out of the toolkit 2003-02-23 13:48:55 +00:00
kairo%kairo.at ec60ba7d89 bug 163350 - Cookie confirmation dialog could use better wording, r=timeless, sr=jag, checking in for mvl@exedo.nl 2003-02-22 13:42:15 +00:00
chanial%noos.fr 29faf8d2f6 *** empty log message *** 2003-02-21 05:32:53 +00:00
chanial%noos.fr a0a2e2db8e fixing tab browsing bustage by adding our own widget properties and dtd files to the toolkit. 2003-02-21 05:28:39 +00:00
chanial%noos.fr cf728cada2 Bug 191637 Customize Toolbar Bustage. patch by Boris Zbarsky. 2003-02-20 02:09:27 +00:00
ben%netscape.com 8693adcdd0 Fix bug 177797 - satchel only works in the first tab. Make sure autocompletepopup attribute is set on each new browser that is created in tabbrowser. 2003-02-10 11:19:52 +00:00
ben%netscape.com bf7d9ce232 Change theme name from "Classic" to "Phoenix" for now. 2003-02-05 12:00:01 +00:00
asa%mozilla.org 94071ad226 add margin to dialog buttons bug 187995 2003-02-02 04:54:59 +00:00
ben%netscape.com 7331c73d38 Part of 191524 -
1) update tabbrowser to allow attach/detach of satchel controller from all browsers.
2) disclosure widget styles for privacy preferences panel
2003-02-01 09:11:13 +00:00
ben%netscape.com c92fda09d7 Part of 191524 -
Implement |nsFormHistory::RemoveAllEntries| - allows UI to clear Satchel database.
r=hewitt
2003-02-01 09:10:26 +00:00
bryner%netscape.com 35fd3167b8 fixing linux bustage for real 2003-02-01 06:24:40 +00:00
bryner%netscape.com 62aef50c8f trying to fix debug build bustage on linux. 2003-02-01 00:54:29 +00:00
mkaply%us.ibm.com 5e0834feef 103354 for Phoenix - if we do want this for Phoenix, we can put it back in, but Phoenix is broke if we don't remove the reference to the close tab in the DTD file 2003-01-31 14:32:43 +00:00
chanial%noos.fr f9864b17c3 Don't highlight items in menubars 2003-01-29 21:09:58 +00:00
ben%netscape.com 3f97ed4ae8 remove extra line from jar.mn 2003-01-28 06:26:33 +00:00
timeless%mozdev.org 06b309aa38 Bug 179798 cookie confirm dialog no longer works in embedding (doesn't call nsIPrompt service)
patch by mvl@exedo.nl r=dwitte sr=darin
2003-01-22 05:52:33 +00:00
bryner%netscape.com 597f6914d2 remove NS_INIT_ISUPPORTS (bug 178643, checking in for dbaron) 2003-01-21 22:58:26 +00:00
suresh%netscape.com 88f32976b0 bug 189522 - cookies have ok/cancel instead of yes/no. r/sr-jag. 2003-01-17 23:36:34 +00:00
suresh%netscape.com a1f859beae Bug 168930, Cookie accept/decline alert buttons are in the wrong order. r/sr-jag. 2003-01-16 22:09:00 +00:00
bryner%netscape.com 376b200dd2 stub out OutputReferrerURL to fix phoenix bustage 2003-01-15 02:41:36 +00:00
jaggernaut%netscape.com 5a561d290c Bug 187500: selectedIndex broken for <tabs> element. patch by rginda, r=blake, sr=jag 2003-01-11 00:21:42 +00:00
bryner%netscape.com 2dbbfccac9 Fix solaris bustage by making sure $(DIST)/bin is in the library path. 2003-01-09 23:41:15 +00:00
blakeross%telocity.com aeebca4690 Fix the cookie bug. Maybe. 2002-12-25 05:10:36 +00:00
kerz%netscape.com 9654e70853 fixing case issue on unix 2002-12-24 18:03:03 +00:00
kerz%netscape.com c3dfbcce74 Let's try this again, Qute as default. 2002-12-24 07:09:45 +00:00
kerz%netscape.com cb44e50dac *** empty log message *** 2002-12-17 09:56:52 +00:00
kerz%netscape.com b6a1e6cb00 backing out, cvs server bug 2002-12-17 09:28:46 +00:00
kerz%netscape.com 3f7b63502d Landing Qute as default theme. 2002-12-17 08:54:30 +00:00
blakeross%telocity.com 46fccca476 Some trunk fixes. 2002-12-07 20:10:46 +00:00
blakeross%telocity.com ea43b7f82d Finish updating version #. 2002-12-07 12:33:20 +00:00
bryner%netscape.com fc9f434447 add -register option for easier automated registration of components and chrome for static builds 2002-11-24 09:05:08 +00:00
bryner%netscape.com 29bb061c33 Define _BUILD_STATIC_BIN in static builds so that the static components are registered 2002-11-24 06:00:46 +00:00
bryner%netscape.com 9aaac779d1 Add MODULE_NAME so that these modules get registered in static builds. 2002-11-24 05:59:39 +00:00
blakeross%telocity.com b33a902c7b Port trunk fix, fix tbox. 2002-11-23 01:21:34 +00:00
hewitt%netscape.com 5cc4b94075 updating editor binding url 2002-11-22 08:22:57 +00:00
blakeross%telocity.com cb9dacf42f Port trunk fix. 2002-11-20 19:32:46 +00:00
blakeross%telocity.com 5aabf95c6d Port over a trunk fix. 2002-11-20 01:38:08 +00:00
bryner%netscape.com d96c094348 profile directory fixup for os x 2002-11-16 11:16:58 +00:00
bryner%netscape.com 873626db25 Fixes for building XRE on BeOS (Bug 177610). patch by arougthopher@lizardland.net, r=me 2002-11-16 09:15:36 +00:00
bryner%netscape.com 6d3fc509b6 port fix for bug 172022 to phoenix 2002-11-15 02:19:07 +00:00
bryner%netscape.com 359c0c8009 Get XRE building on OS X 2002-11-15 02:05:19 +00:00
bryner%netscape.com 86160d46e2 OS/2 doesn't preserve the width and height of a window if one of them is set to zero, so start the customize toolbar dialog at a height of 50 (so that we don't lose the width). Bug 172903, patch by mkaply, r=me. 2002-11-14 19:25:33 +00:00
blakeross%telocity.com b4047bcc01 Fix textbox.readonly. 2002-11-12 00:40:59 +00:00
blakeross%telocity.com 5f28b87f2d Fix the delay when arrow keying up and down in the themes/extensions listboxes (and other listboxes). 2002-11-11 02:25:46 +00:00
blakeross%telocity.com 3247f4ea44 - Make arrow keys toggle focus between controls.
- Make quicksearch in history case insensitive.
- Port over some trunk fixes.
2002-11-11 01:51:50 +00:00
blakeross%telocity.com 88a92e2919 Default to disablehistory. 2002-11-08 05:10:08 +00:00
blakeross%telocity.com 763cbb484d Second attempt at black menu submenu arrow. 2002-11-08 00:39:40 +00:00
blakeross%telocity.com 323f4d7e42 Keep up with the trunk. 2002-11-07 21:05:16 +00:00
blakeross%telocity.com 89ad460c53 More trunk fixes. 2002-11-04 23:53:49 +00:00
blakeross%telocity.com 696cbde729 Bring over more trunk fixes. 2002-11-04 23:50:50 +00:00
blakeross%telocity.com ac009b4d4c Restore Ctrl+0 for resetting text size. 2002-11-03 14:51:29 +00:00
blakeross%telocity.com b038ad79ee back out arrow color change. 2002-11-02 22:27:08 +00:00
blakeross%telocity.com 951de612e3 Fix some buglets; remove more comm dependencies. 2002-11-02 21:14:22 +00:00
blakeross%telocity.com 256ef6b0ef Port over a regression fix from Mozilla. 2002-11-02 00:36:06 +00:00
hyatt%netscape.com 7425028c38 Don't allow the menubar to be dragged. 2002-10-29 00:23:42 +00:00
hyatt%netscape.com 20734838c9 Make items droppable before and after the menubar. 2002-10-29 00:13:49 +00:00
bryner%netscape.com 54c33e8733 Fixing some compiler warnings (extra stuff after #endif, no newline at end of file, member initializer ordering, and signed/unsigned comparisons) 2002-10-28 11:28:43 +00:00
hyatt%netscape.com 854598af2f Up the version to 0.4 2002-10-27 23:19:06 +00:00
hyatt%netscape.com 4aec38e9f7 Fix autocomplete bug. Total hack. No idea what I'm doing, but it works. 2002-10-27 22:57:59 +00:00
hyatt%netscape.com 6e92a5a884 Fix menubar bustage in subwindows. 2002-10-21 19:08:45 +00:00
hyatt%netscape.com 0b961a8833 make resizer go away when window is maximized. 2002-10-20 08:54:17 +00:00
hyatt%netscape.com 12778ebf3a make resizer go away when window is maximized. 2002-10-20 08:53:22 +00:00
hyatt%netscape.com 13881f1385 Enable menubar customization. 2002-10-20 08:13:18 +00:00
hyatt%netscape.com 2df92b5c08 Enable menubar customization. 2002-10-20 08:05:30 +00:00
hyatt%netscape.com 0d6df8fc86 Enable menubar customization. 2002-10-20 08:03:51 +00:00
hyatt%netscape.com 166a608d62 Fix regression on tab close dbl-clicking. 2002-10-20 03:59:09 +00:00
hyatt%netscape.com 6289ab685f Fix bug 175575. Dbl-click in tab bar opens new tab. 2002-10-20 03:27:03 +00:00
hyatt%netscape.com 2f50304967 Fix bug 175575. Dbl-click in tab bar opens new tab. 2002-10-20 03:24:56 +00:00
hyatt%netscape.com a702b4b715 Make active tab in tabbrowser bold. 2002-10-18 22:08:23 +00:00
bryner%netscape.com 9e0a055c0a fix tree sort arrows (css syntax error) 2002-10-18 09:54:30 +00:00
bryner%netscape.com 5e495ca5f5 Remove a bogus style rule that isn't even parsing correctly 2002-10-17 21:23:19 +00:00
blakeross%telocity.com 7fe191e084 Backing out skin changes, they have issues. 2002-10-17 20:14:58 +00:00
blakeross%telocity.com 8213dbd528 Back out skin changes, they have issues. 2002-10-17 20:12:37 +00:00
kerz%netscape.com 722fc73f98 skin cleanup 2002-10-17 09:26:50 +00:00
kerz%netscape.com 629378f89e skin cleanup 2002-10-17 09:26:34 +00:00
blakeross%telocity.com a47434f26c Add progressmeter.xml 2002-10-13 23:12:54 +00:00
blakeross%telocity.com 44ec5c23e3 Fork nsDragAndDrop 2002-10-13 22:44:18 +00:00
blakeross%telocity.com 92128276b1 Finish forking toolkit. 2002-10-13 22:44:10 +00:00
blakeross%telocity.com 3ac8b0687e Remove charset.js, some perf optimizations. 2002-10-13 16:39:47 +00:00
blakeross%telocity.com 028b44c1aa And now remove nsContextMenu.js. 2002-10-13 06:55:16 +00:00
hyatt%netscape.com 9df18956ef Fix PT drag/drop bustage 2002-10-13 05:49:54 +00:00
blakeross%telocity.com 42c0827c60 Add new day -> site history view. 2002-10-13 01:08:43 +00:00
blakeross%telocity.com 8fc7b27971 Remove unnecessary width specification. 2002-10-12 03:16:35 +00:00
hyatt%netscape.com 0ce3717805 Fixing CTRL+TAB 2002-10-11 22:24:02 +00:00
hyatt%netscape.com 0cf4e6d80c Fix page report bustage. 2002-10-11 22:16:19 +00:00
hyatt%netscape.com 4ed6e095d3 Fix tabbrowser bug. 2002-10-11 21:58:14 +00:00
hyatt%netscape.com 0fa69638ce Sync tab and friends with the trunk 2002-10-11 21:47:04 +00:00
hyatt%netscape.com 9d2080da40 Fix autocomplete. 2002-10-11 20:55:59 +00:00
blakeross%telocity.com 4823eb302f Fix history problem. 2002-10-11 20:01:37 +00:00
blakeross%telocity.com 432c3a38b1 Fix font zoom. 2002-10-11 10:54:17 +00:00
hyatt%netscape.com cfe10f19f2 Fix autocomplete field in prefs to not be so small. 2002-10-11 10:07:59 +00:00
hyatt%netscape.com 58e071e572 Fix fullscreen mode. 2002-10-11 08:31:23 +00:00
hyatt%netscape.com 045be6fc69 Fix autocomplete not closing up on tabbing. 2002-10-11 08:18:50 +00:00
hyatt%netscape.com 3082987fe5 Make form fill work again. 2002-10-11 07:54:21 +00:00
hyatt%netscape.com 42e766b81a Make form fill work again. 2002-10-11 07:50:53 +00:00
blakeross%telocity.com 2ba7411ae0 Missed a line. 2002-10-11 02:35:28 +00:00
hyatt%netscape.com 2039ce2901 Finally fixed autocomplete. 2002-10-11 01:43:27 +00:00
hyatt%netscape.com 80b2c99b99 Finally fixed autocomplete. 2002-10-11 01:42:33 +00:00
blakeross%telocity.com 481da7bc9d Strip more licenses. 2002-10-11 01:27:28 +00:00
hyatt%netscape.com 424961c55a Make autocomplete work using selection without the extra hacky property. 2002-10-11 00:28:28 +00:00
hyatt%netscape.com 8aaafdccf0 Autocomplete fixes. 2002-10-10 23:49:16 +00:00
hyatt%netscape.com ecd3618c75 Autocomplete foo. 2002-10-10 23:47:13 +00:00
hyatt%netscape.com b0f15e2ee6 Fix the height problem in autocomplete that caused blank rows to occur. 2002-10-10 23:35:42 +00:00
chanial%noos.fr 70f924bffd cvs add -kb is my new friend 2002-10-10 20:34:13 +00:00
blakeross%telocity.com 0940699f09 Fix longstanding bug that disabled radiobuttons have enabled-looking bullets. 2002-10-10 19:58:49 +00:00
chanial%noos.fr 1eb6ed7c4b default icon for tabs
cutting related browser and communicator dependencies in toolkit
2002-10-10 19:21:54 +00:00
blakeross%telocity.com 1bfee3b1e0 Backing out backout of history changes. 2002-10-10 10:55:21 +00:00
hyatt%netscape.com 3236f21a12 Back out change to global history that stopped it from writing itself to disk. 2002-10-10 07:35:10 +00:00
hyatt%netscape.com f26923e068 Fix menu icon bustage. 2002-10-10 06:40:31 +00:00
blakeross%telocity.com f747a31383 Fix checkbox for block images. 2002-10-10 01:47:29 +00:00
kerz%netscape.com b42d295959 fixing image sizes 2002-10-09 22:48:09 +00:00
blakeross%telocity.com f652a26f95 Small perf optimizations. 2002-10-09 22:16:33 +00:00
blakeross%telocity.com 8bf8ccc6c2 Only open urlbar history on left click. 2002-10-09 22:09:35 +00:00
blakeross%telocity.com 68307b0e8f foopy. 2002-10-09 21:53:03 +00:00
blakeross%telocity.com a019ebf5f4 Fix size of menuitems with icons. 2002-10-09 21:48:53 +00:00
blakeross%telocity.com c672635b48 A little find cleanup. 2002-10-09 21:04:58 +00:00
blakeross%telocity.com 3b5602afbb Speed up Phoenix quitting/shutdown immensely. 2002-10-09 19:58:16 +00:00
hyatt%netscape.com 294867fc4d Making collapse happen on a timer to deal with Tp regression 2002-10-09 09:19:04 +00:00
hyatt%netscape.com 72fb66fd12 Make status bars minimally big enough to hold status bar progressmeters by default. 2002-10-09 08:03:05 +00:00
hyatt%netscape.com 9eb2f20444 Shrink width of progressmeter. 2002-10-09 08:00:02 +00:00
hyatt%netscape.com 0eeaf532ea Shrink width of progressmeter. 2002-10-09 07:54:41 +00:00
blakeross%telocity.com ca44975b7f Bring back image blocking. 2002-10-08 22:52:51 +00:00
blakeross%telocity.com f5f545b0a2 Remove moz-collapsed. 2002-10-08 20:12:56 +00:00
hyatt%netscape.com eee0fdef28 Add page report accessor to tabbrowser. 2002-10-08 19:57:21 +00:00
hyatt%netscape.com 8b7be1726a Remove alerts. 2002-10-08 03:28:02 +00:00
hyatt%netscape.com 2589dc4e82 more popup whitelisting changes 2002-10-08 03:23:38 +00:00
hyatt%netscape.com a0785fec02 Tweaks. 2002-10-08 02:45:07 +00:00
hyatt%netscape.com 4cecadad2b Popup whitelisting continues. 2002-10-08 02:21:08 +00:00
hyatt%netscape.com 2a94a198fd Popup whitelisting continues. 2002-10-08 02:12:42 +00:00
hyatt%netscape.com 8a81e1878e Reverse the order of hidden/collapsed rules. 2002-10-07 18:43:25 +00:00
blakeross%telocity.com 08dae61669 Version # -> 0.3 2002-10-06 18:57:05 +00:00
hyatt%netscape.com 55fb0d0247 Add chevron to jar.mn 2002-10-06 02:07:21 +00:00
bryner%netscape.com 40e3511a7e OS/2 fixes from mkaply. 2002-10-05 02:54:35 +00:00
kerz%netscape.com 5f8d562e7e adding chevron image 2002-10-05 00:26:25 +00:00
hyatt%netscape.com 425a41124f Reverting tab close behavior. 2002-10-03 21:15:51 +00:00
bryner%netscape.com 35ba6ab2bc Support building Phoenix with jprof. Thanks to bbaetz for the patch. 2002-10-03 08:30:19 +00:00
hyatt%netscape.com 945e02ac6c Backing out. 2002-10-03 07:04:36 +00:00
hyatt%netscape.com d25ecbff7f Windows XP look and feel for menus on the menu bar, not Win2k. SO there. 2002-10-03 06:58:26 +00:00
bryner%netscape.com f36b078110 Don't force building a shared library 2002-10-02 20:37:09 +00:00
hewitt%netscape.com 8d61b84fe4 null check to prevent crash reported by a few 0.2 talkbacks 2002-10-02 19:59:08 +00:00
bryner%netscape.com b47c011fef Removing history xul from toolkit 2002-10-02 01:33:46 +00:00
blakeross%telocity.com 0e777bd04a Remove XUL... 2002-10-02 01:26:36 +00:00
hewitt%netscape.com 4f4e06ef40 customize toolbar fixing 2002-10-02 01:06:32 +00:00
hewitt%netscape.com 22ee4f26bf fixing toolbar customization to persist changes even if you close the dialog with a keyboard command 2002-10-01 23:10:54 +00:00
hewitt%netscape.com 65d2f531bf 171874 - customize toolbar window only opens once, and also fixing problems with restore default not rebuilding the palette 2002-10-01 19:31:58 +00:00
blakeross%telocity.com 2872d8471d didnt mean for this to go in. 2002-10-01 00:31:49 +00:00
blakeross%telocity.com 0c4bebf9a5 Add keyboard shortcuts for sidebar panels; use dbl not single clicks. 2002-10-01 00:30:47 +00:00
blakeross%telocity.com 8275f2bc1d Some fixes. 2002-09-30 23:01:26 +00:00
blakeross%telocity.com dcd6b844a6 backing something out. 2002-09-30 22:24:09 +00:00
blakeross%telocity.com 8909d722ff Fix some customize bugs. 2002-09-30 20:13:49 +00:00
blakeross%telocity.com df07b18f6b Fix a few tiny customize bugs. 2002-09-30 19:57:54 +00:00
blakeross%telocity.com 4f2964c4c1 Move tree css where it belongs; put quicksearch in history panel. 2002-09-30 05:09:15 +00:00
blakeross%telocity.com 02335b59a3 Add sidebar close button. 2002-09-30 04:04:48 +00:00
blakeross%telocity.com 4b3030a6d0 Add sidebar close button. 2002-09-30 04:03:00 +00:00
blakeross%telocity.com 05e0da357b Revised download UI. 2002-09-30 03:22:13 +00:00
hewitt%netscape.com 1b7c66cb1c make autocomplete dropmarker depress on non-nsIThemed systems 2002-09-29 21:50:54 +00:00
hewitt%netscape.com 6d6d593ffb 171581 - toolbar search/find in page for phoenix 2002-09-29 20:06:57 +00:00
blakeross%telocity.com fb638fd6f7 Adding files I forgot. 2002-09-29 19:41:28 +00:00
blakeross%telocity.com a855d9f231 Didn't mean for this to go in. 2002-09-29 18:26:10 +00:00
blakeross%telocity.com 71f1795451 Polish tweaks. 2002-09-29 18:25:42 +00:00
blakeross%telocity.com c74d05bc1b Make enter work in find dlg. 2002-09-29 16:57:11 +00:00
morse%netscape.com 47a955e8a0 bug 170237, cookie-accept dialog doesn't indicate session cookies, c=mvl@shop-engine.nl, r=morse, sr=dveditz 2002-09-29 13:16:53 +00:00
bryner%netscape.com ac5439f237 Patch from mkaply for building Phoenix on OS/2 (bug 171037). 2002-09-29 06:51:54 +00:00
bryner%netscape.com 9faa3a2a4e Fix bug 171459 (incorrect positioning of toolbar customization dialog on linux) by working around bug 171482 and using moveTo instead of setting screenX and screenY. 2002-09-29 05:37:48 +00:00
hewitt%netscape.com 166bdebbc2 fix a bunch of phoenix toolbar customization bugs, 171402, 171397, 171122 2002-09-29 01:23:02 +00:00
blakeross%telocity.com 7ec55f34af Landing new download UI. 2002-09-28 22:55:58 +00:00
hewitt%netscape.com 4690faa702 moving the phoenix history from browser to toolkit 2002-09-28 21:46:52 +00:00
hewitt%netscape.com 28ce68ae11 polishing the customize toolbar dialog even more 2002-09-28 15:11:50 +00:00
hewitt%netscape.com 46ee69e5f0 165955 - tweaking autocomplete logic a bit 2002-09-28 10:27:37 +00:00
hewitt%netscape.com 66260ba24a changing module names 2002-09-28 09:17:10 +00:00
hewitt%netscape.com ecf5b015d3 165955 - turning on satchel in phoenix 2002-09-28 06:25:03 +00:00
blakeross%telocity.com bdcdfbfa8a Fix 170641 - find next button doesn't always respond to enter. 2002-09-28 02:20:42 +00:00
hewitt%netscape.com 5ae376f69b 165955 - landing satchel 2002-09-28 01:20:16 +00:00
hewitt%netscape.com d0bf2af216 165955 - landing satchel 2002-09-28 01:15:11 +00:00
hewitt%netscape.com 25c5e7fa5e 165955 - landing new autocomplete api and satchel for phoenix. not built yet. 2002-09-28 00:38:20 +00:00
hewitt%netscape.com 997f1fe47a 171101 - new toolbar customization features 2002-09-27 04:06:56 +00:00
blakeross%telocity.com 8d2d754ed4 Bump the version to 0.2 2002-09-25 02:23:50 +00:00
hyatt%netscape.com cb248b0af2 Fix autocomplete. 2002-09-24 09:06:30 +00:00
hyatt%netscape.com cd927cbcc7 Fix for 115743. r=pavlov, sr=bryner 2002-09-24 08:23:48 +00:00
blakeross%telocity.com ea1117b607 Fix lang.version. 2002-09-23 18:52:59 +00:00
blakeross%telocity.com 4c6d410953 Update release notes url. 2002-09-23 03:18:27 +00:00
hyatt%netscape.com e8710c1495 Fix for 169373, make HTML form controls fully support native look on Windows XP. r/sr=hewitt/blake 2002-09-21 01:03:38 +00:00
blakeross%telocity.com 26d63aa80a Fixing UA. 2002-09-20 21:56:57 +00:00
blakeross%telocity.com 94bbb61e45 Fixing UA. 2002-09-20 21:56:24 +00:00
blakeross%telocity.com d20a6bd74a Fixing close button. 2002-09-20 02:31:43 +00:00
blakeross%telocity.com 17e1cc54fc More. 2002-09-20 02:27:50 +00:00
blakeross%telocity.com 37ce87b544 Fixing about: 2002-09-18 01:13:48 +00:00
blakeross%telocity.com ad17a99e50 fixing branding 2002-09-18 00:40:40 +00:00
bryner%netscape.com e1a13436f3 Bump skin version to 1.2. 2002-09-13 18:50:03 +00:00
morse%netscape.com 6d75893161 bug 23508, cookie confirmation dialog should show all data, code=mvl@shop-engine.nl, a=morse, r=timeless@myrealbox.com, sr=alecf 2002-09-13 08:51:13 +00:00
blakeross%telocity.com 085f9dec64 Some context menu tweaks. 2002-08-30 23:42:12 +00:00
bryner%netscape.com 061b9b3853 Sync with interface changes. Not part of the build. 2002-08-30 19:18:23 +00:00
bryner%netscape.com 0d21a5ecab Oops. 2002-08-27 05:37:23 +00:00
bryner%netscape.com 855dbe7bce Sync with API changes. 2002-08-27 04:08:31 +00:00
bryner%netscape.com e18fbb8b89 Fix GetProductDirectory. Add handling for the app registry so our new profile location actually works. Not part of the build. 2002-08-26 10:18:41 +00:00
bryner%netscape.com 1052d5d9b7 Ignore copied sources. 2002-08-25 09:33:50 +00:00
bryner%netscape.com 758b3d8135 Un-fork everything except nsAppRunner.cpp from xpfe/bootstrap. Not part of the build. 2002-08-25 09:31:39 +00:00
bryner%netscape.com 023ff85a39 Sync with xpfe/bootstrap to fix phoenix bustage (from bug 163918). 2002-08-25 05:57:46 +00:00
bryner%netscape.com 907fd74138 Go ahead and build toolkit/xre for phoenix (not used yet). Not part of the normal build. 2002-08-22 20:28:34 +00:00
bryner%netscape.com 853c1da85a New files for generic XUL app support library (fork from xpfe/bootstrap). Not part of the build. 2002-08-21 10:25:54 +00:00
blakeross%telocity.com 5d74ba01a0 Only show security icon when the page is secure; get rid of cruft at right of Classic statusbar; 2002-08-14 00:22:12 +00:00
blakeross%telocity.com 00586c0bb3 Change name to "Phoenix' 2002-08-13 21:32:30 +00:00
blakeross%telocity.com 738a286161 More quicksearch work. 2002-08-13 03:51:34 +00:00
blakeross%telocity.com 5a016b1213 History quicksearch. 2002-08-13 03:25:13 +00:00
blakeross%telocity.com 7153aa1d19 ...and now backing out. 2002-08-11 02:04:19 +00:00
blakeross%telocity.com 7471041b87 Testing. 2002-08-11 01:30:10 +00:00
blakeross%telocity.com 684e0b9d97 Fix progressmeter. 2002-08-11 01:12:58 +00:00
blakeross%telocity.com 754ad8cd47 Fix progressmeter. 2002-08-11 01:12:43 +00:00
blakeross%telocity.com 027abc1ba7 Fixing icons. 2002-08-10 23:45:36 +00:00
blakeross%telocity.com 37ab6670d3 Fixing icons. 2002-08-10 23:45:13 +00:00
hyatt%netscape.com cb5485f924 Removing New Tab button. 2002-08-10 08:49:39 +00:00
hyatt%netscape.com 3ad609ec85 Fork tabbrowser to make it back into what I want. 2002-08-10 06:53:22 +00:00
bryner%netscape.com 431e447a7b Adding gif files to fix the build bustage. 2002-08-10 06:36:42 +00:00
blakeross%telocity.com fbca645bf7 Fix menu arrow hover. 2002-08-10 05:12:15 +00:00
blakeross%telocity.com 6c2b813cd1 Fixing submenu arrow. 2002-08-10 05:06:25 +00:00
blakeross%telocity.com 5d60ed54d1 Fixing submenu arrow. 2002-08-10 05:05:59 +00:00
hyatt%netscape.com 7c4b9d0d17 Sep support. 2002-08-10 02:33:01 +00:00
hyatt%netscape.com 5b51184c99 Separator support. 2002-08-10 02:17:32 +00:00
hyatt%netscape.com 4482128bf2 Add separator support to toolbars. 2002-08-10 01:59:12 +00:00
blakeross%telocity.com 998410f491 Fix find dialog. 2002-08-10 01:42:05 +00:00
bryner%netscape.com af9c594cfb case for these files is fixed in cvs 2002-08-08 21:46:20 +00:00
blakeross%telocity.com 94a0baafa5 *** empty log message *** 2002-08-08 05:16:31 +00:00
blakeross%telocity.com 9067e5b906 Unfork nsBrowserStatusHandler/nsBrowserContentListener for now. 2002-08-08 03:39:58 +00:00
blakeross%telocity.com e911b5606a Remove view zoom overlay. 2002-08-08 03:36:46 +00:00
blakeross%telocity.com 2bda8136e7 More view zoom work. 2002-08-08 01:36:18 +00:00
hyatt%netscape.com 12c56945b3 Make url bar work again after toolbar rebuild. 2002-08-06 07:34:59 +00:00
hyatt%netscape.com 5bbd7c10cf Make the opener update. 2002-08-06 07:22:38 +00:00
hyatt%netscape.com 0fbebe085d Toolbars update. 2002-08-06 07:03:36 +00:00
hyatt%netscape.com 7096770100 Stop mouseover on the palette items in the customize toolbar dialog. 2002-08-06 03:07:28 +00:00
hyatt%netscape.com 75618a0e56 Updating dialog. 2002-08-06 01:52:11 +00:00
hyatt%netscape.com e1b4e5c38b Fix redundant back/forward bug. 2002-08-05 08:50:45 +00:00
hyatt%netscape.com 06f5ee5615 Tweaks. 2002-08-05 07:37:56 +00:00
hyatt%netscape.com 846c9969e2 Supporting the use of a palette. 2002-08-05 07:21:57 +00:00
blakeross%telocity.com 4546e28158 *** empty log message *** 2002-08-05 07:12:53 +00:00
blakeross%telocity.com efbbfb7af5 *** empty log message *** 2002-08-05 07:12:36 +00:00
blakeross%telocity.com b7a2ad9022 *** empty log message *** 2002-08-05 04:19:42 +00:00
bryner%netscape.com 6c210f5e48 Removing makefiles that should not have been added. 2002-08-04 23:13:39 +00:00
blakeross%telocity.com 77c0f4d66a *** empty log message *** 2002-08-04 21:30:24 +00:00
blakeross%telocity.com 0f2a73a922 *** empty log message *** 2002-08-04 21:15:31 +00:00
blakeross%telocity.com 2e1872f2bf *** empty log message *** 2002-08-04 21:11:25 +00:00
bryner%netscape.com 8008716d17 Fixing makefiles 2002-08-04 05:44:24 +00:00
blakeross%telocity.com 37ec0f4568 *** empty log message *** 2002-08-04 03:16:46 +00:00
blakeross%telocity.com fb0a09112c *** empty log message *** 2002-08-04 02:30:28 +00:00
blakeross%telocity.com f101f49d48 *** empty log message *** 2002-08-04 02:22:30 +00:00
blakeross%telocity.com 3bceef738f *** empty log message *** 2002-08-04 02:20:28 +00:00
blakeross%telocity.com b0f46dee6d *** empty log message *** 2002-08-04 02:15:26 +00:00
blakeross%telocity.com 4df834ff28 *** empty log message *** 2002-08-04 01:42:04 +00:00
blakeross%telocity.com fd5daf3bc2 *** empty log message *** 2002-08-04 01:23:54 +00:00
blakeross%telocity.com 37bcb3237f *** empty log message *** 2002-08-04 01:04:19 +00:00
morse%netscape.com c214f1ead5 bug 153581, move cookie properties file from wallet directory to cookie directory, r=brade, sr=alecf 2002-06-25 22:33:44 +00:00