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

932 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com c3bf409754 actually make the dl mgr commandkey work. 2003-12-01 02:17:13 +00:00
ben%bengoodger.com 8956e71744 Add the shortcut key to the download menuitem 2003-12-01 01:54:41 +00:00
ben%bengoodger.com 15ab5ec6aa Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com c369a64336 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
chanial%noos.fr 263d97c4e5 fix "find in page" and "find Again" menuitems. 2003-11-21 19:06:37 +00:00
bryner%brianryner.com 1bfa3b946a whitespace change to work around XUL preprocessor dependency problems 2003-11-21 00:38:54 +00:00
chanial%noos.fr d36552fc2e 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 503a1ea4c2 convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr 950e58703b redefine Ctrl-I,J,K for linux. See bug 226273 for the Linux, Mac and Windows short key table.
remove #ifdef in browser.dtd
2003-11-20 00:45:03 +00:00
ben%bengoodger.com 96148f7d88 Don't use Accel+I to open the bookmarks bar on Mac - Accel+I is traditionally mapped to Info on MacOS. 2003-11-17 02:27:26 +00:00
chanial%noos.fr 69ad75915b update general.useragent.contentlocale (patch by Steffen Wilberg) 2003-11-16 03:59:29 +00:00
chanial%noos.fr 629caed270 update startup.homepage_override_url, even if we don't use it (patch by Steffen Wilberg) 2003-11-16 03:53:39 +00:00
chanial%noos.fr 14bebd3b84 remove the pref intl.content.lang: it was only used for the communicator sidebars. 2003-11-16 03:34:56 +00:00
chanial%noos.fr e6cab90673 move the i18n part of browser.properties into the toolkit (intl.properties)
Even if the platform dependent files intl.properties are identical for en-US, I think it's a good idea to keep them in seperate directories, to not mislead localizers.
2003-11-15 08:26:10 +00:00
timeless%mozdev.org 6a050e3d5d Bug 219899 localization issue in browser-menubar.inc: hardcoded menu label "Window"
patch by mpconnor@rogers.com r=ben
2003-11-14 05:10:46 +00:00
jshin%mailaps.org 930103204f bug 224748 : make hardcoded charset names canonical (r=smontagu, sr=blizzard) 2003-11-14 01:00:03 +00:00
chanial%noos.fr 894580c7de bug 225215: alt-Enter doesn't work in the search bar 2003-11-12 05:13:43 +00:00
chanial%noos.fr f539414ef8 coding style nit 2003-11-12 03:31:56 +00:00
ben%bengoodger.com dd8ec4eeab Update skin name so the new theme actually works 2003-11-09 23:24:23 +00:00
darin%meer.net d511e38761 fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky 2003-11-09 22:49:57 +00:00
chanial%noos.fr 0a5bfb49e1 Bug 225091: Ctrl+P no longer works 2003-11-09 05:49:50 +00:00
ben%bengoodger.com cc74eea8e7 Pinstripe for Firebird, new default theme for MacOS X. Contributed by Kevin Gerich (webmail@kmgerich.com), iconography by Stephen Horlander (stephen@noved.org) 2003-11-09 03:12:52 +00:00
chanial%noos.fr 7492700230 Bug 224990: search bar is unusuable if the specified searchplugin is not found.
If the search engine is not found, fall back to find in page
2003-11-08 06:06:11 +00:00
chanial%noos.fr 710311c4d4 add browser.search.defaultengine to the pref sanctuary 2003-11-07 05:00:06 +00:00
chanial%noos.fr 2691ededcf bug 224399: fix the print toolbar button. I missed an occurence of BrowserPrint(). Use of the command system and rename Browser:Print to cmd_print. 2003-11-05 20:45:34 +00:00
chanial%noos.fr fa9a5a2952 Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse! 2003-11-04 05:31:55 +00:00
chanial%noos.fr 6592437e19 bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now. 2003-11-03 07:21:55 +00:00
chanial%noos.fr e18f6e99dc Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
varga%nixcorp.com 2048617717 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
varga%nixcorp.com ea82c8c3ca Fix for bug 221361. right click context speed is very slow with large selections
r=jan,neil sr=alecf patch by gemal
2003-10-30 10:32:59 +00:00
chanial%noos.fr 940d9e626c - Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode

- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.

- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.

- A lot of cleanup.
2003-10-29 08:01:27 +00:00
chanial%noos.fr 56c3215456 fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
chanial%noos.fr a6159bcb7f move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +00:00
chanial%noos.fr 9a1613924e Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul. 2003-10-26 04:03:29 +00:00
chanial%noos.fr 2619964d15 correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr fc9f0c7879 bug 223534: alt+enter for opening URL in new tab doesn't work at all. Fix the problem by preventing Alt+Enter default action in the bubbling phase instead of the capturing one so that Alt+Enter can be handled and still doesn't beep on WinXP. 2003-10-25 19:31:07 +00:00
ben%bengoodger.com 0205da5af7 MacOS X Firebird updates:
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2003-10-24 07:41:43 +00:00
chanial%noos.fr 95533bcc09 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
chanial%noos.fr 19294c34e0 complete rewrite of search.xml: more functionalities with less code :-)
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
chanial%noos.fr bcbc4df877 add tri-licence 2003-10-22 06:35:37 +00:00
noririty%jcom.home.ne.jp 5d94067160 Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird 2003-10-19 15:18:15 +00:00
chanial%noos.fr 157ef834e4 Bug 221597: remove comm.jar dependencies in browser.js by forking metadata.xul (now: metaData.xul)
move pageInfo.css into skin.
2003-10-17 18:00:38 +00:00
chanial%noos.fr 5a1031a648 Bug 221597: remove comm.jar references in openLocation.xul 2003-10-14 22:36:58 +00:00
chanial%noos.fr f50f3f171c on going work on bug 221597: move the close, restore and minimize icons to the toolkit. 2003-10-14 20:11:16 +00:00
chanial%noos.fr dc5278472c checking in back the fix for bug 172113.
an additional fix is included: if no ...#BookmarksToolbarFolder arc is found, then search for an (obsolete) resource "NC:PersonalToolbarFolder" (221410).
When none of them is found, then a new btf is created (only once!).
2003-10-08 08:17:23 +00:00
chanial%noos.fr 5bc4de8a82 For the next cycles: backing out the changes for bug 172113 to investigate perf because I landed them just after the tinderbox went down and also because large landings occurred before it went up. 2003-10-08 04:45:29 +00:00
chanial%noos.fr de72792107 - bug 172113: rewrite the way we handle the bookmarks toolbar folder. Now, there is no more 2 ways to characterize the BTF: by an arc to the resource "...#BookmarksToolbarFolder" that points to the literal "true". As a consequence, the resource NC:PersonalToolbarFolder and "...#folderType" are dead.
- remove unused functions. Note that RDF commands were already broken, so deleteBookmarkItem and insertBookmarkItem (that were not used) may come back, but in another form.
- remove the "New Bookmark Folder" and "New Search Folder"
- refactor the "html" serializer to avoid some duplicated code.
- remove the use of the profile name for the bookmarks root.
- enforce synthax "aArgument" in some random places.
2003-10-03 20:30:14 +00:00
ben%bengoodger.com 4f96b0d800 Point start page to something on mozilla.org for now. Will be a support link in .8. 2003-09-25 22:02:55 +00:00
ben%bengoodger.com b6cc06fec0 Fix Firebird bugs
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)

219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel
2003-09-23 19:34:25 +00:00
mkaply%us.ibm.com bfcdf21dfa Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-15 19:16:24 +00:00
blakeross%telocity.com d398e44afd Revert ctxt menu fix for now. 2003-09-01 21:31:57 +00:00
noririty%jcom.home.ne.jp 8a9e685632 Needs 'select all' for every contextmenu on page. Port fix from b=172047 2003-09-01 18:28:43 +00:00
blakeross%telocity.com 7b6c78ff9f Undo versioning changes for now. Gotta think it through. 2003-08-28 05:56:32 +00:00
blakeross%telocity.com 65f3ecbf09 217410 - Change skin/locale versions to fb0.7. 2003-08-28 02:16:27 +00:00
blakeross%telocity.com 3544ca6d30 Fix 215344 2003-08-27 18:35:19 +00:00
blakeross%telocity.com e805339b60 Fix bug 213337 2003-08-25 17:10:58 +00:00
noririty%jcom.home.ne.jp 36bfc91aec Fix 215121 - we should specify font and background color at the same time. Patch by silver@warwickcompsoc.co.uk 2003-08-25 16:41:27 +00:00
noririty%jcom.home.ne.jp 3ac61da763 Fix - 206268 go button should treat as url bar patch by paxunix@acm.org 2003-08-24 15:00:07 +00:00
blakeross%telocity.com b807f60065 Revert bad selection fix. 2003-08-24 04:04:43 +00:00
noririty%jcom.home.ne.jp 890d78df89 localize BTFitems 2003-08-19 13:37:20 +00:00
chanial%noos.fr cfdad4eb69 update all callers in toolkit and browser to use the new toolkit widgets 2003-08-18 10:43:56 +00:00
chanial%noos.fr cd791463c2 Bug 215493: patch by jshin
port fixes from bug 158006, bug 204039, bug 206146.
2003-08-16 18:07:51 +00:00
hyatt%mozilla.org a5755b4e28 Fix for 172616, just yank these rules that don't even apply once you have customizable toolbars. 2003-08-13 21:01:41 +00:00
bryner%brianryner.com b147499197 #include changes to go along with ian's checkin for bug 216015 - make #includes relative to source file 2003-08-13 09:53:32 +00:00
hyatt%mozilla.org 62545fc26a Check in fix for 206595, make sure the isImageBlocked properly tests for a comparison with DENY_ACTION. 2003-08-13 06:04:25 +00:00
hyatt%mozilla.org a9178542b6 Make the Go menu support statustext. 2003-08-13 03:21:37 +00:00
hyatt%mozilla.org 838e911b6f 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 9557976e53 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2003-08-13 00:21:42 +00:00
noririty%jcom.home.ne.jp 21715ecce0 Add tooltip to status icon more informative. Patch by bugzilla@babylonsounds.com. b=215737 r=me 2003-08-12 14:43:09 +00:00
hyatt%mozilla.org b1d0ee36b6 Restore the titlemodifier 2003-08-12 02:47:14 +00:00
hyatt%mozilla.org f3d852f220 Add back hiddenWindow.xul to jar.mn 2003-08-11 21:04:51 +00:00
hyatt%mozilla.org 575124648b Adding the hidden window file. 2003-08-11 21:02:56 +00:00
chanial%noos.fr bc482741ee "fixing" bustage by not including the non existent file browser/base/content/hiddenWindow.xul.
Currently (unless dave missed to check in several files), hiddenWindow.xul is in the xpfe toolkit.
That makes absolutely no sense since it is completely navigator dependent, but in order to have it in mozilla/browser, we need to provide a generic mechanism to run xul apps hiddenWindow.xul files similar to the one that launches the visible window (browser.xul, etc...) or rethink the all MacOS X hiddenWindow hackery (ie: remove the need for hiddenWindow.xul files and provide a way so that any MacOS X xul window with menu bar can be hidden, except of course the menubar).
2003-08-11 12:41:27 +00:00
hyatt%mozilla.org d2a8279f3f Make hiddenWindow actually work on Mac. 2003-08-11 08:41:34 +00:00
hyatt%mozilla.org 946123d60d Separate out the menu bar and the hacky go history tree. 2003-08-11 08:18:49 +00:00
hyatt%mozilla.org 14cd359000 Separate keys, commands, broadcasters, and string bundles into their own file. 2003-08-11 08:12:19 +00:00
hyatt%mozilla.org 029869fcc5 Separate scripts into their own .inc file so they can be shared with the hiddenWindow. 2003-08-11 08:03:52 +00:00
hyatt%mozilla.org 28baade015 Add the pref for a hidden window. Code that uses the pref is not landed yet. It's waiting for drivers approval. 2003-08-11 06:54:55 +00:00
ben%bengoodger.com 3c30792660 Clean up plugin override detection 2003-08-11 03:54:41 +00:00
ben%bengoodger.com 23899eaa10 Fix bug 215383 - Empty space on personal toolbar does not act like a bookmark folder (unable to receive drops, etc) 2003-08-11 01:59:35 +00:00
hyatt%mozilla.org fbeb053d0e Remove duplicate stylesheet switching functions. 2003-08-10 21:49:24 +00:00
noririty%jcom.home.ne.jp b02f81544f Fix 186751 - 'About Mozilla Firebird' dialog to small for large fonts. Patch by borggraefe@despammed.com 2003-08-10 14:56:53 +00:00
noririty%jcom.home.ne.jp f7e2b703be (blame) 2003-08-10 13:22:50 +00:00
hyatt%mozilla.org e25cb3ab47 Tweak terminology. 2003-08-10 09:42:36 +00:00
hyatt%mozilla.org 8e48e369fc Add some notes about persistence of alt sheet choices. 2003-08-10 08:13:47 +00:00
hyatt%mozilla.org cd41a54764 Initial commit of alternate stylesheet support in Firebird. 2003-08-10 08:04:58 +00:00
hyatt%mozilla.org 5cb3071101 Remove ifdefs from browser.dtd 2003-08-10 04:28:02 +00:00
hyatt%mozilla.org b60604c978 Make dbl click behavior in the URL bar match WinIE on Win32 only. 2003-08-09 20:40:42 +00:00
noririty%jcom.home.ne.jp 5135145a58 Fix 202106 - Fix hardcoded reference. Patch by mconnor and sipaq. 2003-08-09 19:05:44 +00:00
noririty%jcom.home.ne.jp 57b99e3136 Add Toolbars menu to toolbar contextmenu. Patch by drbrain-bugzilla@segment7.net b=174408 2003-08-09 14:47:31 +00:00
hyatt%mozilla.org f2415112b8 Refine the sidebar's link check. 2003-08-09 09:07:46 +00:00
blakeross%telocity.com 87e46cfd11 Fixing 200718 2003-08-09 07:56:48 +00:00
blakeross%telocity.com 3ed9471c49 Fix 200718 2003-08-09 07:56:31 +00:00
hyatt%mozilla.org 79a00c638b Localize the title string for transient sidebar bookmarks loaded via _search. 2003-08-09 06:51:13 +00:00
hyatt%mozilla.org 601c7568ae Add support for Opera's rel=sidebar mechanism for adding panels. Add support for WinIE's target=_search as a way of displaying temporary panels. 2003-08-09 06:47:32 +00:00
scott%scott-macgregor.org 4dc8a415e1 Bug #173954 --> Add Send Page, Send Link and Send Image support to Firebird. Turned off for unix builds.
r/sr=ben
2003-08-08 21:23:34 +00:00
noririty%jcom.home.ne.jp ca9574bfda Add resizer to Thunderbird. b=194081 r=me 2003-08-08 12:31:01 +00:00
blakeross%telocity.com b8071047bd Make Ctrl+I open bookmarks sidebar for IE compatibility. 2003-08-08 09:11:54 +00:00
blakeross%telocity.com af090d4796 Add "add engines" item to search bar dropdown (links to mycroft page for now, we'll want a more friendly site later) 2003-08-08 07:44:06 +00:00
ben%bengoodger.com b3fd83884b Actually fix b199819 2003-08-08 00:52:33 +00:00
ben%bengoodger.com 1f10381513 b215197 - Plugin Configuration UI shows entries for types that aren't configured in this build. 2003-08-07 22:01:49 +00:00
hyatt%mozilla.org f3b3b32f11 Add titledefault attribute to the browser window. 2003-08-07 18:29:18 +00:00
blakeross%telocity.com 86e65ef137 Google is the default search bar engine. 2003-08-07 09:00:28 +00:00
ben%bengoodger.com 9018b80f20 b215290 - Alt+Click does not follow download folder preferences
- make the call to saveURL from the Alt+Click handling pass the 'skipPrompt' flag, and also make the code in contentAreaUtils.js not overwrite existing files similar to 215194.
2003-08-06 20:39:23 +00:00
ben%bengoodger.com b2eeb6eb3f -b215288 - Ctrl+S does not remember the last directory saved to.
- use an independent lastDir pref to contain the last directory saved to from a Save As dialog. browser.download.dir becomes a default for autodownload only.
2003-08-06 20:30:19 +00:00
noririty%jcom.home.ne.jp 1565876e67 Fixing 'Set Home Page' dialog description issue. 2003-08-06 14:54:47 +00:00
noririty%jcom.home.ne.jp 587a4cd0c6 truly fix b=206789 2003-08-06 14:29:46 +00:00
hyatt%mozilla.org 73b85d4e95 Make sure the sidebar has the extrachromme class on it for popups. 2003-08-06 06:41:11 +00:00
hyatt%mozilla.org bf586c0214 Make the checkboxes show up for the WIndow menu on mac os x. 2003-08-05 10:20:35 +00:00
hyatt%mozilla.org ee30192ac6 Checking in a Window menu for Mac os X. 2003-08-05 10:16:09 +00:00
hyatt%mozilla.org 7beb527d70 Make cmd+click work to open new tabs. Make cmd+number work to switch tabs. Mac OS X only. 2003-08-05 09:31:32 +00:00
hyatt%mozilla.org 7585e37b42 make sure cmd+left arrow and right arrow work to go back/forward on mac os x. 2003-08-05 09:21:29 +00:00
hyatt%mozilla.org a62c25efd4 make sure mac uses cmd+shift+h for history, since OSX reserves cmd+h for hide application 2003-08-05 09:14:08 +00:00
ben%bengoodger.com cf2dfe308b Fix orange 2003-08-05 02:29:43 +00:00
hyatt%mozilla.org 90bafb50e9 Rip out the page holder completely. 2003-08-04 23:51:38 +00:00
hyatt%mozilla.org 413395620f Make sure the extra bogus separator underneath the Print menu isn't present on Mac. 2003-08-04 22:41:11 +00:00
ben%bengoodger.com 7f94772bb2 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

base/locale/browser.dtd
- Update the tools menu entity name to actually be called tools, not tasks.
- Change terminology "Save Link As..." to "Save Link to Disk..." to better indicate
  that it follows download preferences.
2003-08-04 22:36:40 +00:00
ben%bengoodger.com 3ede5b357e The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

base/content/contentAreaUtils.js
- Make saveURI function check for default download folder pref, which if
  set does not show the pick file dialog, obeying the users's preferences
  about automatic downloads
- Add a check to the show-file-picker case, if browser.download.dir is
  not set (first run) show the Desktop or something instead of the app's
  install directory.
2003-08-04 22:36:22 +00:00
ben%bengoodger.com 50342672c8 base/content/browser.xul
- Menu and command cleanup.
2003-08-04 22:36:07 +00:00
ben%bengoodger.com 34b3b05dc1 The Mother Of All Download Landings, Phase I
http://bugzilla.mozilla.org/show_bug.cgi?id=214259
Firebird Download System Upgrades.

base/content/browser.js
- Check for Plugin Overrides for various MIME Types as the browser starts
- Make Save Link to Disk... obey download preferences, not showing the pick-file
  dialog when the user has selected the 'always download to folder x' option.
2003-08-04 22:35:26 +00:00
hyatt%mozilla.org 6b982831cc Fix a typo in my if statement. 2003-08-04 18:46:05 +00:00
hyatt%mozilla.org 22d6a96abf Add some weak support for _main until I can hack the C++ to fully support it like _content. 2003-08-04 17:48:54 +00:00
hyatt%mozilla.org 88cad90697 Make sure throbber appears initially for loaded sidebar bookmarks that force the panel to spring open. 2003-08-04 09:18:10 +00:00
hyatt%mozilla.org 6837a11ae4 Clean up load ordering issues and fix the label on the sidebar to flex and crop. 2003-08-04 07:32:15 +00:00
hyatt%mozilla.org 850cf31769 Clean up load ordering issues and fix the label on the sidebar to flex and crop. 2003-08-04 07:20:01 +00:00
hyatt%mozilla.org 14f8c8dd6f Work around persiustence bug. 2003-08-04 04:29:35 +00:00
hyatt%mozilla.org 2a029ce0bc Remove webpanels.css. It's not used now. 2003-08-04 03:41:50 +00:00
hyatt%mozilla.org c5b8258428 Separate the Page Holder concept from sidebar bookmarks. 2003-08-04 03:40:27 +00:00
hyatt%mozilla.org 1f5c7f0435 Make sure that panels opened via bookmarks don't have the Add Web Panel button enabled, since they're already bookmarked. 2003-08-04 00:17:08 +00:00
hyatt%mozilla.org 8a7d0eec2c makke sure the addpanels button is disabled when the placeholder page is loaded in the web panel sidebar 2003-08-03 23:22:00 +00:00
noririty%jcom.home.ne.jp e585ea25af Fix 213858, 204199 context menu bustage, port fix from b=195878 2003-08-03 19:05:06 +00:00
hyatt%mozilla.org 19dec70fa0 Make the sexy marklinkvisited hack work with _content links from old-style sidebar panels too. 2003-08-03 09:24:39 +00:00
hyatt%mozilla.org f9199892ee Add the sexy markLinkVisited hack to links clicked in the Web Panels bar. 2003-08-03 09:18:17 +00:00
hyatt%mozilla.org ba4ae49d51 Adding a throbber to the Web Panels sidebar. 2003-08-03 09:10:49 +00:00
hyatt%mozilla.org 8a22d85f82 Implement the Add Page button in the Web Panels sidebar. 2003-08-03 08:25:19 +00:00
hyatt%mozilla.org cda9622dbd implement the grab page button. 2003-08-03 03:41:59 +00:00
hyatt%mozilla.org cb8891f523 Fix race condition between placeholder page and bookmarks when web panel has to be opened dynamically to view the bookmark. 2003-08-03 03:15:45 +00:00
hyatt%mozilla.org 1a2c78825e Implement support for Web Panel bookmarks. 2003-08-03 01:58:52 +00:00
noririty%jcom.home.ne.jp 7d97d78562 tweak web search for url more intl. 2003-08-02 14:24:39 +00:00
hyatt%mozilla.org 33a0a3e98b Fix middle click in web panels to still work. 2003-08-02 08:05:19 +00:00
hyatt%mozilla.org ab98c8fc7c Fix link clicks sso that they are stoppedi n the web panel. 2003-08-02 07:54:07 +00:00
hyatt%mozilla.org a777344711 Make link clicks work. 2003-08-02 07:51:03 +00:00
hyatt%mozilla.org 109b1bf58f Make link clicks work. 2003-08-02 07:49:43 +00:00
hyatt%mozilla.org 2132cb20cb Make link clicks work. 2003-08-02 07:48:07 +00:00
hyatt%mozilla.org fa893dc1ed Add the placeholder page that gives instructions on dropping. 2003-08-02 07:33:54 +00:00
hyatt%mozilla.org e262ffbeb9 Adding initial panel impl that supports dropping of urls into the Web Panels bar. 2003-08-02 06:15:59 +00:00
hyatt%mozilla.org 993bf2b713 Initial commit of web-panels js/xul/dtd files. 2003-08-02 01:52:18 +00:00
hyatt%mozilla.org 4decf0338e Commit the Web Panels toolbar button, menu item, key binding and broadcaster. For now, use the Bookmarks button image until we can get a real image for the button. 2003-08-02 01:35:40 +00:00
noririty%jcom.home.ne.jp 3e86e2d557 Fix 206789 - Page Info doesn't remember size and position. 2003-07-31 07:50:27 +00:00
ben%bengoodger.com 24fe41e562 Further updates to about dialog! 2003-07-30 06:04:58 +00:00