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

491 Коммитов

Автор SHA1 Сообщение Дата
chanial%noos.fr bd18cd2eff fix problem when rebuilding the toolkit only and add buildconfig.html to garbage. 2003-08-11 19:13:27 +00:00
chanial%noos.fr 349c041e69 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 1566185fcf 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 383bf339a5 Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:48:52 +00:00
hyatt%mozilla.org 6f53a8f60e Fix for 173444, custom toolbars show up (incorrectly) in popup windows. 2003-08-10 22:46:41 +00:00
hyatt%mozilla.org 317d462e18 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 61fc3643d7 tweak css. b=171451 2003-08-10 11:11:27 +00:00
hyatt%mozilla.org cd41a54764 Initial commit of alternate stylesheet support in Firebird. 2003-08-10 08:04:58 +00:00
bryner%brianryner.com ef31f0a059 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 19059ea976 Fix crash if the password field is the first field in a form. 2003-08-09 20:38:09 +00:00
bryner%brianryner.com 38c065c247 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 5256ed0263 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 425d9412ac Make this loop more correct - voidarray counts are PRInt32. 2003-08-09 03:48:34 +00:00
hyatt%mozilla.org e8da17fe4b Support titledefault in tabbed browsing. 2003-08-08 18:59:40 +00:00
noririty%jcom.home.ne.jp ca9574bfda Add resizer to Thunderbird. b=194081 r=me 2003-08-08 12:31:01 +00:00
bryner%brianryner.com 23bb7fd73c 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 dbbade2c8f Fix a compiler warning 2003-08-08 09:28:13 +00:00
blakeross%telocity.com 6caf5be92b Oops, remove this ifdef too. 2003-08-08 08:02:16 +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
dean_tessman%hotmail.com 30d25f7bb4 203754 - Bug in select code in Auto-Complete component
patch eric@5stops.com
2003-08-08 02:38:24 +00:00
ben%bengoodger.com b3fd83884b Actually fix b199819 2003-08-08 00:52:33 +00:00
ben%bengoodger.com fd282b5425 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 22682b9606 Switch close tabs and close other tabs. 2003-08-07 19:01:27 +00:00
blakeross%telocity.com 4c6a4a75fc New advanced panel, move expander to toolkit. 2003-08-07 00:38:59 +00:00
blakeross%telocity.com e97e903756 Fix some stuff. 2003-08-06 08:43:56 +00:00
bryner%brianryner.com 92cf0f6920 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 b39e11f1c3 Restore 'Close other tabs' to the tabs context menu. 2003-08-05 07:19:24 +00:00
bryner%brianryner.com c0a8992faa Split out nsSingleSignonPrompt into its own source file. 2003-08-05 05:40:14 +00:00
bryner%brianryner.com 10de69d52b - 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 037a6fd000 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 fd0532b65a Fix missing newline at end of file 2003-08-04 07:20:06 +00:00
bryner%brianryner.com 458d395c2b - 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 22f92edcfa 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 968fde617c 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 cdd29878ec Don't use the username as the password when creating a stored login. 2003-08-02 05:24:34 +00:00
bryner%brianryner.com 1356c3554f Add some missing localized strings 2003-08-01 20:43:24 +00:00
bryner%brianryner.com ddb145e9fe Fix stdcall bustage on windows 2003-08-01 20:41:41 +00:00
noririty%jcom.home.ne.jp 78dc0e377d Fix 214571 - add image to copyright information, patch by bugzilla@babylonsounds.com 2003-08-01 14:43:16 +00:00
bryner%brianryner.com 3cdfa3b8d3 - 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 eda905929b 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 b21443a8b2 - 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 923a2ba175 More GetDocument bustage 2003-07-29 05:48:30 +00:00
bzbarsky%mit.edu 2b924cb4fd Fix Firebird redness 2003-07-29 05:19:13 +00:00
noririty%jcom.home.ne.jp f1988ac27b Fix 205998 - Find in 'T'his Page, patch by abecevello@sympatico.ca 2003-07-28 13:06:53 +00:00
bryner%brianryner.com a14d056cf9 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 7fec9b284e 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 dc5b3c250e Fix 209503 - about:config search, patch by gelsoft@mx4.tiki.ne.jp 2003-07-27 14:08:39 +00:00
bryner%brianryner.com 0841a0369f passwordmgr.properties, not satchel.properties 2003-07-27 07:06:49 +00:00
bryner%brianryner.com aeffad8571 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 4e010e87ed 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 2964584363 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 ec0e304f16 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 5c7f57e38a back out AiO 2003-07-25 04:13:46 +00:00
noririty%jcom.home.ne.jp 2ff4a38fde Fix 207166 - tweak caret browsing button, patch by mconnor@rogers.com. 2003-07-24 16:02:07 +00:00
noririty%jcom.home.ne.jp 62d401b64c another oops 2003-07-24 11:21:07 +00:00
noririty%jcom.home.ne.jp 7ed63a2cc5 fix sidebar mid-click regression 2003-07-24 11:01:40 +00:00
noririty%jcom.home.ne.jp 96bc2cd27d 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 a0e8a19dfb 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 f0e7a5eda4 Fix 212399 - remove duplicated line, patch by bugzilla@babylonsounds.com 2003-07-22 14:26:37 +00:00
noririty%jcom.home.ne.jp 39b5f09a24 fix sidebar double click bustage 2003-07-21 09:06:49 +00:00
blakeross%telocity.com ebfeadd715 fix sidebar middle click 2003-07-20 04:19:52 +00:00
dbaron%dbaron.org d23eafdfe2 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 9ded9d0705 Tweaking autoscroll. 2003-07-17 22:04:11 +00:00
bryner%netscape.com 2c98432a2a 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 a928bf88c3 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 e6189c8a23 removing unused css, bug 212387 2003-07-11 18:15:58 +00:00
kerz%mozillazine.org e5cab96412 fixing images, bug 212387 2003-07-11 18:14:48 +00:00
kerz%mozillazine.org f6f08e8eb7 New theme update from Arvid, hoo dog. 2003-07-10 06:50:18 +00:00
bryner%netscape.com 8b366f7e11 preprocess browser.xml, for autoscroll ifdefs. 2003-07-08 00:52:37 +00:00
bzbarsky%mit.edu 5e8ee4974c 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 5206de555e Only enable autoscroll on Windows. 2003-07-06 05:23:05 +00:00
blakeross%telocity.com 550664f038 Fix 205161 - remove "www" from history entries. 2003-07-06 02:18:27 +00:00
blakeross%telocity.com d541c8f519 Move autoscroll images to content so it's not theme-dependent. 2003-07-06 01:08:18 +00:00
blakeross%telocity.com 4401371a77 Minor autoscroll fixes. 2003-07-06 01:02:48 +00:00
blakeross%telocity.com e444aa84a8 Tweaking autoscroll a bit. 2003-07-05 06:53:47 +00:00
blakeross%telocity.com e5572c2369 Fixing bug 179666 - double the depth of the drop down location bar 2003-07-05 06:26:58 +00:00
blakeross%telocity.com 319327f096 Fixing arrow flashing on middle click of link. 2003-07-04 08:23:45 +00:00
blakeross%telocity.com 7809620bc2 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 ecddd53c23 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 b88b8da57b picking up seamonkey patch to fix bogus css rules in xul.css. 2003-07-04 01:42:46 +00:00
varga%netscape.com e1c3905ff2 Fixing build bustage. 2003-06-25 15:13:46 +00:00
ben%netscape.com c28778ff65 Fixing Firebird build bustage after timeless' fishy checkin to bug 58613. 2003-06-23 00:56:38 +00:00
bryner%netscape.com ffe2e6c38d 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 088f33b485 Fix bustage. b=209087 2003-06-14 04:40:52 +00:00
scott%scott-macgregor.org 53d4d24cbe 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 1f6decb074 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 7c60907e46 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 82a03aa70e 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 19be735486 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 de12388343 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 39ff906af4 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 296c9356c2 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 ed44f86b8d Change Loading.mng to a GIF. 2003-06-04 07:37:56 +00:00
hyatt%mozilla.org b384f3464f *** empty log message *** 2003-05-31 00:34:16 +00:00
varga%netscape.com 1734eec58f 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 d31b372b38 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 0f7994bdf7 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 4f9994b2b8 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 b8d40301f4 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 04e7ef7979 Name changes for 0.6 2003-05-12 20:43:54 +00:00
chanial%noos.fr 87d41981ad 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 5381d4c7ae Landing Arvid's new icons and animations 2003-04-25 08:15:34 +00:00
chanial%noos.fr ee3eb00907 bug 203222: fixing about dialog bustage 2003-04-24 22:54:35 +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 352cc766af dropping folder group support 2003-04-23 15:05:10 +00:00
ben%netscape.com 3cbbe83718 Update names and version strings 2003-04-22 10:35:08 +00:00
ben%netscape.com f3323a41a1 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 69bc97a7e6 making debugging easier by dumping the error message when a command execution fails. 2003-04-21 19:05:50 +00:00
varga%netscape.com adb5bac7e0 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 b9ff22e9f8 change MOZ_PHOENIX #ifdefs to MOZ_XUL_APP. Patch by mscott. 2003-04-08 02:46:57 +00:00
bryner%netscape.com cb52cbb925 Fork platformXUL.css for mac and use mac scrollbars.css for phoenix. 2003-04-03 02:54:37 +00:00
bryner%netscape.com e498e388f0 build nsNativeAppSupportMac on mac 2003-04-03 02:52:45 +00:00
bryner%netscape.com fc776f1fd9 fixing mac build problems 2003-04-03 01:55:21 +00:00
cbiesinger%web.de 8d28d45a29 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 6af28cca89 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 72d11531a9 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 c0a07227a7 fixing more bustage 2003-03-15 06:05:15 +00:00
bryner%netscape.com aeed5592fe fixing phoenix bustage 2003-03-15 04:56:47 +00:00
bryner%netscape.com 38496c5fd7 fixing gtk2 phoenix build 2003-03-13 06:18:19 +00:00
bryner%netscape.com 2e04891a05 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 e50e6ce6c2 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 9798e034eb 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 51e23bc7e5 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 861b354b9a fix gtk2 phoenix build bustage 2003-03-06 22:01:01 +00:00
chanial%noos.fr b4325fb641 fixing view partial source by commenting a call to defunct edit page menuitem. 2003-03-05 23:22:50 +00:00
bryner%netscape.com 2aa07434b0 move gtk_init to after NS_TraceMallocStartupArgs to fix tracemalloc bustage 2003-03-04 10:32:14 +00:00
bryner%netscape.com fbc08bc81b fixing typo, linux bustage 2003-03-04 00:01:40 +00:00
bryner%netscape.com a85ee4d48d initialize gtk+ from main 2003-03-03 09:49:43 +00:00
chanial%noos.fr 8dafe32c76 some cleanup 2003-03-03 06:41:51 +00:00
chanial%noos.fr 67cb91341c adding nsWidgetStateManager.js to the toolkit 2003-03-03 06:17:13 +00:00
chanial%noos.fr 9662bc08b0 adding filepicker .cvsignore file 2003-03-02 21:20:01 +00:00
chanial%noos.fr 4198d4d696 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 c881b5e489 some work on view source 2003-03-02 05:47:54 +00:00
chanial%noos.fr b5946b7a84 some work on viewsource 2003-03-02 05:46:43 +00:00
chanial%noos.fr d9b2fb3639 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 3934ce4a48 console.css cleanup 2003-03-01 15:27:39 +00:00
chanial%noos.fr 0f6527f69e add .cvsignore files 2003-03-01 14:55:39 +00:00
chanial%noos.fr 512a3cfe4a Move the js console and dependencies as new extensions in toolkit/components.
NPOB
2003-03-01 08:07:13 +00:00
cbiesinger%web.de 5564f4e0cf 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 92fcdbdc04 Bug 190020: GetResource API change.
keep Phoenix in sync with the trunk
2003-02-25 21:01:16 +00:00
chanial%noos.fr 4553250c8c 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 01576a421e Moving bookmarks styling out of the toolkit 2003-02-23 13:48:55 +00:00
kairo%kairo.at ed5092614a 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 21255b328e *** empty log message *** 2003-02-21 05:32:53 +00:00
chanial%noos.fr a137305d9b 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 b46a18a705 Bug 191637 Customize Toolbar Bustage. patch by Boris Zbarsky. 2003-02-20 02:09:27 +00:00
ben%netscape.com df866785ff 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 c41798f4cd Change theme name from "Classic" to "Phoenix" for now. 2003-02-05 12:00:01 +00:00
asa%mozilla.org ae7bf90348 add margin to dialog buttons bug 187995 2003-02-02 04:54:59 +00:00
ben%netscape.com 4971b014e2 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