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

325 Коммитов

Автор SHA1 Сообщение Дата
mconnor%myrealbox.com 16bad948b6 Bug 217916 - advanced options: expanding/collapsing fun patch by pike@pikey.me.uk, r=me 2004-05-07 00:52:53 +00:00
brade%comcast.net 4b3db2496f bug 238696; handle additional progress listeners by calling enterTabbedMode (ported from mozilla/xpfe/global/resources/content/bindings/tabbrowser.xml); r=dveditz/bryner 2004-05-06 17:19:00 +00:00
varga%nixcorp.com 3071db62f2 Porting changes from seamonkey. Bug 97434 and 240590. Patches by Neil. 2004-05-04 04:18:00 +00:00
mconnor%myrealbox.com 7f6c8339ea Bug 238815 - CSS Causes Autoscroll Icon to Display to the Lower-right of Cursor, patch by Robert Parenton (rparenton@louisianaada.org), r=me 2004-05-02 16:08:16 +00:00
mconnor%myrealbox.com 3ac68a0c45 bug 240574 port XPFE fixes to toolkit version of radio.xml, r=bryner 2004-04-29 23:12:50 +00:00
ben%bengoodger.com d01c25f6a6 170006 - add support for extension app version incompatbility checking to extension manager to disable incompatible extensions when a new version of the app is installed 2004-04-21 08:48:30 +00:00
ben%bengoodger.com 97ebd0e4ba 241028 - should be able to create smart keywords to forms that use the http POST method. 2004-04-20 09:45:12 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
bzbarsky%mit.edu 7a292c3f22 Make getElementsByAttribute be an nsContentList so that it's got that live
DOMNodeList goodness that all nodelists should have.  Change some JS to not
break, and some other JS to be a little more efficient with the new world of
lazy listness.  Bug 240186, r=neil on the JS changes, r=jst on the content
changes, sr=jst
2004-04-15 01:51:32 +00:00
dbaron%dbaron.org 0ae1b8788f Fix leaks related to failing to remove observers. b=239833 r=blake 2004-04-07 17:37:55 +00:00
jst%mozilla.jstenback.com d86be8e873 Fixing bug 171605. Implementing deletion of individual autocomplete results by pressing Shift+Delete on a selected autocomplete item. r=ben@bengoodger.com 2004-03-18 07:07:10 +00:00
ben%bengoodger.com 877fe21ca1 214893 - Mail Integration UI - add "Mail" button to toolbar palette, with a submenu providing convenient access to mail, newsgroups. also adds Ctrl+M to compose new message. 2004-03-07 04:42:17 +00:00
blakeross%telocity.com 31dee59048 Don't purge the page you're looking at from session history when clearing history. 2004-02-22 08:10:38 +00:00
blakeross%telocity.com 2dd4f76536 Fix bad capitalization. 2004-02-21 07:14:31 +00:00
blakeross%telocity.com 93916fa325 Fix 207188: clearing history/all in prefs doesn't clear session history. 2004-02-21 07:02:53 +00:00
blakeross%telocity.com 240cdc36b1 Fix 213250: Autoscroll prevents middle clicking on links in XML (XHTML) docs. Patch by Jon Henry. 2004-02-20 02:04:27 +00:00
jst%mozilla.jstenback.com 4f8a9cbb12 Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2004-02-19 21:52:31 +00:00
noririty%jcom.home.ne.jp 6befbbdeb4 fixing bug 215825 - autoscroll cursor is affected by page stylesheets, p=rparenton@louisianaada.org 2004-02-19 19:40:18 +00:00
blakeross%telocity.com f23982c22f Fix 234734...eh, I think this was the most proper fix for the other bug but I forgot that webpage autocomplete uses this code too. I could wrap this in an if statement to make sure it's a xul elt but it really doesn't matter, I'd just as soon remove it entirely. 2004-02-18 06:14:50 +00:00
blakeross%telocity.com 698c9272ae Make the fix for 232617 a little more correct (IMO). 2004-02-17 08:32:42 +00:00
blakeross%telocity.com 3f29d91e2e Fix 232617: Location bar dropdown loads new tab. 2004-02-17 08:07:13 +00:00
bsmedberg%covad.net 814b876053 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
ben%bengoodger.com eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
chanial%noos.fr 6bd439e10d Bug 225065 Create Profile Wizard window is too short.
patch by Stefan Borggraefe <borggraefe@despammed.com> (port of seamonkey bug 221697)
2004-01-19 09:32:45 +00:00
neil%parkwaycc.co.uk 2066d12b5d Supplementary patch to bug 53673 now that xbl content sink preserves whitespace r=varga sr=hyatt 2004-01-17 23:54:37 +00:00
neil%parkwaycc.co.uk 979ceddcaa Bug 222305 Cache find instance so that find utils can set the frame to search r=bryner sr=bienvenu 2004-01-08 22:51:00 +00:00
chanial%noos.fr ca92b27ac7 Bug 228660: on Windows, OK button on alert boxes should not be right-aligned 2003-12-17 14:52:48 +00:00
ben%bengoodger.com e436627911 Fix for bug 224416 - tabs don't remember focused element.
patch by Will Devine. <yakgoatcamel@myrealbox.com>
2003-12-16 00:16:19 +00:00
chanial%noos.fr 85f7deb372 fixing brain bustage. button labels and accesskeys should override the defaults ones in dialog.properties. 2003-12-15 01:17:29 +00:00
chanial%noos.fr 673b957689 Enhancements to the dialog widget:
- on linux, adopt the gnome convention (same as MacOSX): the accept button is rightwards the cancel button, and the help button is on the left side.
- ability to give specific labels and accesskeys to the implicit buttons, by adding buttonlabelxxx and buttonaccesskeyxxx, xxx being accept, cancel, disclosure, extra1, extra2 and help
- extra2 button moved on the left bottom part of the dialog.
2003-12-14 08:43:04 +00:00
bryner%brianryner.com 7a1ff732c1 port patch for bug 53673 - multiline textbox does not accept initial value. 2003-12-13 06:14:21 +00:00
chanial%noos.fr e37230d701 Bug 227993: no toolbar in venkman/fb0.7 2003-12-13 02:05:34 +00:00
ben%bengoodger.com 23b02b08a8 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
chanial%noos.fr 011251779d Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157. 2003-11-20 09:48:16 +00:00
chanial%noos.fr 5dade47a7d convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr 1f627bcb07 some simplifications on how we hide the unrequested buttons 2003-11-15 07:31:01 +00:00
chanial%noos.fr 50ba0ae29c Bug 224222: OK and Cancel buttons are unlabeled.
missed one occurence of GetApplicationLocale (bug 195093)
2003-10-30 22:14:15 +00:00
varga%nixcorp.com 2e490df717 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
ben%bengoodger.com 5caca58d02 MacOS X Firebird Updates:
- bug 222688 (tabbrowser.xml)
- downloads options panel is broken (pref-downloads.js)
2003-10-24 07:43:01 +00:00
chanial%noos.fr 1ed0199b39 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
dean_tessman%hotmail.com b53f2ecef6 213250 - get middle click working properly in XML documents.
p=bugzilla@accessibleinter.net, r=me
2003-10-24 02:11:53 +00:00
chanial%noos.fr 584cac56a4 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
chanial%noos.fr f5e8c8f658 add tri-licence 2003-10-22 06:35:37 +00:00
ben%bengoodger.com 4775be15b9 New Cross Platform Options Dialog (getting started) 2003-10-18 07:10:33 +00:00
chanial%noos.fr 2a18785064 Bug 222585: dialogheader should crop p=neil, r=varga sr=bienvenu 2003-10-17 21:27:28 +00:00
noririty%jcom.home.ne.jp 2858438d20 Fix regression on tab close dbl-clicking. 2003-09-01 18:47:32 +00:00
blakeross%telocity.com 91b183c961 217410 - Change skin/locale versions to fb0.7. 2003-08-28 02:16:27 +00:00
blakeross%telocity.com 4baab06663 remove "redo" item that we got from mozilla. 2003-08-27 08:24:52 +00:00
blakeross%telocity.com 77202fd4a5 An attempt to make the preferences UI a little easier/less cluttered. The styling, the functionality--all this is subject to change as we explore what to do with this panel. 2003-08-24 04:50:59 +00:00
varga%utcru.sk f8ab39f45c Checking in a patch for Neil. Bug 216482. Firebird Crashes when picked "View -> By Date and Site" or View-> By Site" in history sidebar.
r=varga, sr=jag
2003-08-22 11:32:23 +00:00
scott%scott-macgregor.org 62b39fba59 Port Bug #215325 to the toolkit (mail news account wizard starts up with back / finish buttons). 2003-08-21 03:54:58 +00:00
chanial%noos.fr 98c094c749 correct typo 2003-08-20 02:03:43 +00:00
chanial%noos.fr 12aa2bce22 fix wizard bustage, another locale mismatch 2003-08-19 04:31:53 +00:00
chanial%noos.fr be4a62da09 move wizard.properties out of global-platform into global, by #ifdef'ing the locales in wizard.xml
remove unused locales instruct-first and instruct-last in wizard.properties
remove duplicate wizardOverlay.css
2003-08-17 13:11:26 +00:00
chanial%noos.fr db342ec999 bug 213228: new toolkit independence bug, part 7: use the new toolkit widgetry. 2003-08-17 11:22:13 +00:00
chanial%noos.fr 22f84d54db bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tree.xml: bug 178604, 156454, 194876, 195393, 202391 by neil, 192346 by kyle yuan, bug 192885, 156576, 202393 by jan.
remove the tree constructor, since the #ifdef can be move the pageUpOrDownMovesSelection property definition.
2003-08-17 11:12:36 +00:00
chanial%noos.fr 34d7a71ed7 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
textbox.xml: bug 207487 by aaronl, bug 197486 by neil, bug 180512 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:12:08 +00:00
chanial%noos.fr d97d9bbbf6 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tabbrowser.xml: bug 205341, 112697, 210760 by jag, bug 121234, 133503  by neil, bug 206668 by shliang.
not ported: bug 169589, [mac] ctrl-tab no longer moves btwn frames
            bug 203960, go back group
            bug 104778, remember what user typed when switching tabs.
            bug 103720, prefill URI when opening new tab.
2003-08-17 11:11:42 +00:00
chanial%noos.fr b78705d80a bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
tabbox.xml: bug 106656, 173703, 184821 by neil, bug 209885 by Alex Vincent <ajvincent@juno.com>
2003-08-17 11:11:17 +00:00
chanial%noos.fr 29162a5a9d bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
scrollbox.xml: bug 97787 by neil
2003-08-17 11:10:56 +00:00
chanial%noos.fr 5c736fbf36 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
radio.xml: bug 112789, 195393 by neil, bug 169489 by aaronl, bug 185690 by kaie, bug 201166 by jgaunt
2003-08-17 11:10:28 +00:00
chanial%noos.fr 656f79af28 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
popup.xml: bug 38367 by neil
2003-08-17 11:10:12 +00:00
chanial%noos.fr 36d8fb58c0 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
menulist.xml: bug ?????, 96642, 196755, 180512 by neil, bug 201166 by jgaunt
2003-08-17 11:09:50 +00:00
chanial%noos.fr 3e24f04413 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
menu.xml: bug 38367 by neil
2003-08-17 11:09:28 +00:00
chanial%noos.fr 713c50dd42 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
listbox.xml: bug 156454, 195393 by neil, bug 192346 by kyle yuan, bug 178212 by Ariel Fatecha <afatecha@idea.com.py>, bug 201166 by jgaunt, bug 208781 by aaronl.
2003-08-17 11:09:16 +00:00
chanial%noos.fr 8740596f87 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
general.xml: bug 133598 by cmanske, bug ????? by Grey Hodge <jesus_x@mozillanews.org>, other changes by Tim Hill <tim@prismelite.com>, bug 199060 by aaronl, bug 207456 by shliang.
2003-08-17 11:08:55 +00:00
chanial%noos.fr b18e392342 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry.
button.xml: bug 186873 and 191150 by aaronl
2003-08-17 11:08:25 +00:00
chanial%noos.fr 51fb8e87a8 bug 213228: new toolkit independence bug, part 7: update and use our widgetry
browser.xml: bug 197121 by brade and bug 199060 by aaronl.
not ported: bug 164006, wyciwyg: should not appear in tab title
            bug 104778, remember what user typed when switching tabs.
            bug 103720, prefill URI when opening new tab.
2003-08-17 11:06:26 +00:00
chanial%noos.fr 038d7a8199 forking editor.xml widget 2003-08-17 09:54:37 +00:00
hyatt%mozilla.org 10178eec57 Fix assert in debug builds. 2003-08-13 19:54:24 +00:00
hyatt%mozilla.org b00b9fce9a Make bookmarks in the menu bar show status text in the status bar on rollover. Add generic support for menuitems in the menu bar to show status text using statustext attributes for any XUL application. 2003-08-13 01:55:39 +00:00
hyatt%mozilla.org f037cfe886 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2003-08-13 00:21:42 +00:00
hyatt%mozilla.org e535551e3d Make sure if you have a sep but no modifier, you don't append the modifier. 2003-08-12 02:19:28 +00:00
chanial%noos.fr 574479afa4 bug 213228: new toolkit independence bug, part 2.
bind our dialog.xml and wizard.xml widgets.
remove the need for platformXUL.css and platformDialog.xml
sync dialog.xml (bug 197568, patch by ajvincent@juno.com) with seamonkey
2003-08-12 01:19:58 +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 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
hyatt%mozilla.org 03a12c4259 Initial commit of alternate stylesheet support in Firebird. 2003-08-10 08:04:58 +00:00
hyatt%mozilla.org aebe9e9129 Support titledefault in tabbed browsing. 2003-08-08 18:59:40 +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
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
hyatt%mozilla.org 7816023d13 Restore 'Close other tabs' to the tabs context menu. 2003-08-05 07:19:24 +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
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
blakeross%telocity.com c4123ae432 fix sidebar middle click 2003-07-20 04:19:52 +00:00
blakeross%telocity.com 070504ae28 Tweaking autoscroll. 2003-07-17 22:04:11 +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
blakeross%telocity.com db99ae0397 Only enable autoscroll on Windows. 2003-07-06 05:23:05 +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
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
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
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 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
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
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
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 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 256ef6b0ef Port over a regression fix from Mozilla. 2002-11-02 00:36:06 +00:00
hyatt%netscape.com 20734838c9 Make items droppable before and after the menubar. 2002-10-29 00:13:49 +00:00
hyatt%netscape.com 6e92a5a884 Fix menubar bustage in subwindows. 2002-10-21 19:08:45 +00:00
hyatt%netscape.com 13881f1385 Enable menubar customization. 2002-10-20 08:13:18 +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
blakeross%telocity.com a47434f26c Add progressmeter.xml 2002-10-13 23:12:54 +00:00
blakeross%telocity.com 92128276b1 Finish forking toolkit. 2002-10-13 22:44:10 +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 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
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
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
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
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 425a41124f Reverting tab close behavior. 2002-10-03 21:15:51 +00:00
blakeross%telocity.com 05e0da357b Revised download UI. 2002-09-30 03:22:13 +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
hewitt%netscape.com 28ce68ae11 polishing the customize toolbar dialog even more 2002-09-28 15:11:50 +00:00
hewitt%netscape.com ecf5b015d3 165955 - turning on satchel in phoenix 2002-09-28 06:25:03 +00:00
hewitt%netscape.com 997f1fe47a 171101 - new toolbar customization features 2002-09-27 04:06:56 +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
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
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
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