Commit graph

319 commits

Author SHA1 Message Date
chanial%noos.fr
8ad5abfed6 Bug 216170: Send Page (as Link) omits query string
patch by Jon Henry <jhenry@ccs.neu.edu>
2004-01-19 09:58:06 +00:00
chanial%noos.fr
f65e94b295 Bug 231381: Alt+D no longer selects all text in Location Bar.
there was a typo but the preprocessor is still confused by a multiple case statement. It doesn't fix the linux platform yet. Thanks to Ali for building on windows.
2004-01-19 04:38:08 +00:00
chanial%noos.fr
acf5dffb9d on linux, clicking in the url bar should not highlight the text. It wasn't consistent with nautilus, and it was messing the cut'n paste PRIMARY selection (see http://freedesktop.org/Standards/clipboards-spec/clipboards.txt) 2004-01-18 06:20:54 +00:00
dbaron%dbaron.org
e363f842be Fix leaks by avoiding closure and unregistering listener. b=231266 r=bryner sr=brendan 2004-01-17 22:41:38 +00:00
ben%bengoodger.com
74bf4ec9a0 Ensure Password Manager isn't disabled when form fill is disabled 2003-12-31 22:02:03 +00:00
chanial%noos.fr
fe1be84a39 Bug 225921: Can't copy/paste bookmarks from personal toolbar
Bug 210910: Right-clicking a file within a bookmarks folder in the bookmarks menu or toolbar makes that folder inaccessible

I added the bm command controller to the menubar bookmark menu, to deal with hidden bookmarks toolbar.
2003-12-18 10:38:17 +00:00
jshin%mailaps.org
6e66bc626c bug 206252: make it possible to attach on-line html documents/images with non-Latin1 names (r=bienvenu, sr=mscott, a=asa) 2003-12-17 00:31:34 +00:00
ben%bengoodger.com
922e294692 bug 184801 - home button tooltip not updated when changing the home page 2003-12-16 00:37:01 +00:00
chanial%noos.fr
a16baf64ec Bug 228040: make the add bookmark dialog resizable.
I didn't noticed that because linux doesn't honor the option "resizable=no".
Patch by Steffen Wilberg, r=me.
2003-12-11 12:53:30 +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
jshin%mailaps.org
5684182912 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2003-12-03 21:41:37 +00:00
ben%bengoodger.com
f195447780 Bug 212097 - MacOS X Firebird should open a new, empty window with its URL bar focused if the user presses Cmd+L when there are no active windows (i.e. just the menubar) 2003-12-02 22:27:25 +00:00
ben%bengoodger.com
4ee6756901 Adjust menu item position, ensure UI is updated correctly if the user aborts the "go-offline" operation for some reason. 2003-12-02 00:59:33 +00:00
ben%bengoodger.com
a7d5626998 Bug 171600 - Work Offline for Firebird. Add File menu item + observer to control browser offline state, now that the offline back end works better. 2003-12-02 00:29:22 +00:00
ben%bengoodger.com
d1240b90a7 Downloads Button D&D 2003-12-01 06:33:00 +00:00
ben%bengoodger.com
f3ec7eea72 Ensure that window closing that would cause the app to quit goes through the same codepath as an actual application quit. 2003-12-01 05:40:07 +00:00
ben%bengoodger.com
89c366eb4a actually make the dl mgr commandkey work. 2003-12-01 02:17:13 +00:00
ben%bengoodger.com
687b3316bd Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +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
42213fe6f3 add browser.search.defaultengine to the pref sanctuary 2003-11-07 05:00:06 +00:00
chanial%noos.fr
2e582dbb3c Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
varga%nixcorp.com
0300557bb8 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
31e49513d6 - 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
3065fc222b fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
chanial%noos.fr
94a4a7af7d correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr
559d416186 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
2e8ab0a9e1 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
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
10bbeb28bd 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
dc78449a98 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
fb4cd3d291 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
a8253ec478 - 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
blakeross%telocity.com
3349ea97e0 Revert ctxt menu fix for now. 2003-09-01 21:31:57 +00:00
noririty%jcom.home.ne.jp
478b501d25 Needs 'select all' for every contextmenu on page. Port fix from b=172047 2003-09-01 18:28:43 +00:00
blakeross%telocity.com
bd15b9951a Revert bad selection fix. 2003-08-24 04:04:43 +00:00
hyatt%mozilla.org
056f02d1f0 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
76f19fe8d3 Make the Go menu support statustext. 2003-08-13 03:21:37 +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
ben%bengoodger.com
83d99212a1 Clean up plugin override detection 2003-08-11 03:54:41 +00:00
hyatt%mozilla.org
7f46b73ea6 Remove duplicate stylesheet switching functions. 2003-08-10 21:49:24 +00:00
hyatt%mozilla.org
0c9723a820 Add some notes about persistence of alt sheet choices. 2003-08-10 08:13:47 +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
842297551e Remove ifdefs from browser.dtd 2003-08-10 04:28:02 +00:00
hyatt%mozilla.org
ee9f23530f Make dbl click behavior in the URL bar match WinIE on Win32 only. 2003-08-09 20:40:42 +00:00
hyatt%mozilla.org
9297bd6971 Refine the sidebar's link check. 2003-08-09 09:07:46 +00:00
hyatt%mozilla.org
13375081f4 Localize the title string for transient sidebar bookmarks loaded via _search. 2003-08-09 06:51:13 +00:00
hyatt%mozilla.org
d1bb9d5084 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
4b960f50ef 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
blakeross%telocity.com
265c58430d 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
de6c173bd4 Actually fix b199819 2003-08-08 00:52:33 +00:00
ben%bengoodger.com
eb34340753 b215197 - Plugin Configuration UI shows entries for types that aren't configured in this build. 2003-08-07 22:01:49 +00:00
blakeross%telocity.com
eac685ceac Google is the default search bar engine. 2003-08-07 09:00:28 +00:00
ben%bengoodger.com
8d685acdcc 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
noririty%jcom.home.ne.jp
92c02daba2 Fixing 'Set Home Page' dialog description issue. 2003-08-06 14:54:47 +00:00
hyatt%mozilla.org
13561fa946 Checking in a Window menu for Mac os X. 2003-08-05 10:16:09 +00:00
hyatt%mozilla.org
60fd1ad9c6 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
ben%bengoodger.com
f0c1b7e4d7 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
4e63d6ea44 Fix a typo in my if statement. 2003-08-04 18:46:05 +00:00
hyatt%mozilla.org
290a1af75e 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
caa6027fcf Separate the Page Holder concept from sidebar bookmarks. 2003-08-04 03:40:27 +00:00
hyatt%mozilla.org
e265a57ebb 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
006186e7fb Add the sexy markLinkVisited hack to links clicked in the Web Panels bar. 2003-08-03 09:18:17 +00:00
hyatt%mozilla.org
3c10065147 Implement the Add Page button in the Web Panels sidebar. 2003-08-03 08:25:19 +00:00
hyatt%mozilla.org
628f2e0877 Implement support for Web Panel bookmarks. 2003-08-03 01:58:52 +00:00
hyatt%mozilla.org
d9e8dc9ed2 Fix middle click in web panels to still work. 2003-08-02 08:05:19 +00:00
hyatt%mozilla.org
c88ced0407 Fix link clicks sso that they are stoppedi n the web panel. 2003-08-02 07:54:07 +00:00
hyatt%mozilla.org
088ab13c1a Make link clicks work. 2003-08-02 07:51:03 +00:00
hyatt%mozilla.org
60b4b32047 Make link clicks work. 2003-08-02 07:49:43 +00:00
hyatt%mozilla.org
a1e8b2845c Make link clicks work. 2003-08-02 07:48:07 +00:00
noririty%jcom.home.ne.jp
1dfc704125 strip www. from block-image contextmenu 2003-07-29 12:41:36 +00:00
noririty%jcom.home.ne.jp
45de4c26a7 Fix 174687 - Show domain@context image blocking, patch (mostly) by eric@5stops.com 2003-07-28 14:52:41 +00:00
noririty%jcom.home.ne.jp
8fadcf8990 'Web Search for...' is now opened in tab. 2003-07-19 13:11:28 +00:00
noririty%jcom.home.ne.jp
ea6890fadd Fix 177618 - Should not add www. and .com when www. already present 2003-07-19 09:35:13 +00:00
bryner%netscape.com
d96d81509f Bug 209475 - updating for nsIPermissionManager API change. Patch by mvl, r=dwitte, sr=bz. 2003-07-09 00:23:42 +00:00
blakeross%telocity.com
9de1c55632 Fix 184801 - home button tooltip not updated when changing home page in preferences 2003-07-06 04:33:16 +00:00
blakeross%telocity.com
4a343136f3 Fix a small full screen bug - we no longer have to hide the menubar since it's part of a toolbar now. 2003-07-06 01:21:30 +00:00
blakeross%telocity.com
f508149cb8 Fixing 174174 - fullscreen defaults to icon. 2003-07-05 03:36:24 +00:00
bryner%netscape.com
fb7f3dc4e6 Port of seamonkey fix for bug 89214 - caret blinking in URL bar when focus is elsewhere 2003-06-12 23:09:59 +00:00
bryner%netscape.com
c474a4fae7 Fix backspace to go back and forward on win32 (bug 207175). Patch (mostly) by noririty@jcom.home.ne.jp. 2003-05-31 18:43:50 +00:00
dean_tessman%hotmail.com
226b51d7f5 fixes to Blocked Popups dialog:
- no confirmation after unblocking a site
- if there are no more sites in the list after unblocking, dialog closes
- if there are more sites, ensure one's selected
- added accesskeys to the two buttons
- now a dialog, so there's no minimize or maximize buttons
2003-04-29 08:31:46 +00:00
chanial%noos.fr
a06072c2a3 getting back phoenix bookmarks in sync with seamonkey
first step to clean the 'add bookmark' mess (removing a flag because we always show the dialog, and moving addBookmarkFor*Browser in browser.js where it belong)
2003-04-21 05:47:02 +00:00
varga%netscape.com
ac75afc291 Fixing bookmarks in Phoenix. They should load at least. 2003-03-26 19:49:47 +00:00
mkaply%us.ibm.com
11ef9f8d2a #198941
r=me 
From mvl - fix phoenix bustage on popup blocking
2003-03-25 19:05:08 +00:00
dean_tessman%hotmail.com
e101df3686 Don't display useless context menu items (Undo, Cut, Paste, Delete) when non-editable text is selected. 2003-03-04 06:42:17 +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
chanial%noos.fr
efe975134a speeding up txul by not rebuilding the bookmarks toolbar when bookmarks are already read. 2003-02-24 21:32:15 +00:00
chanial%noos.fr
8a0a589d17 Fixes for:
bug 168504: de-XBLify the bookmarks toolbar
bug 172328, 172291: various DND problems
bug 192028: add context menus to the bookmark menu and the bookmarks toolbar.
2003-02-23 21:49:19 +00:00
ben%netscape.com
cd777b17a9 Part of 191524 -
- support disabling of satchel (automatic form fill) by adding satchel pref listener that detaches satchel controller from tabbrowser and search bar.
- also change the name of "preferences" to "options" to bring into line with other windows apps and the items' position under Tools->
2003-02-01 09:13:33 +00:00
chanial%noos.fr
496ba4abd7 fix js warning 2003-01-29 07:42:59 +00:00
bryner%netscape.com
e4b1f4e2ce call InitPrintSettingsFromPrinter/Prefs (bug 188832). patch by gisburn. 2003-01-13 05:01:12 +00:00
blakeross%telocity.com
bb1a506c76 use our pageInfo 2002-12-07 23:19:45 +00:00
blakeross%telocity.com
bd30bb8e07 Fixing view -> character coding. 2002-12-07 20:44:19 +00:00
blakeross%telocity.com
7f754744a7 Fix themes and extension links. 2002-12-07 04:29:06 +00:00
dean_tessman%hotmail.com
23b8aa3b0e bug 181586 - Ctrl+0 selects tenth tab instead of reverting to 100% zoom 2002-12-07 03:33:54 +00:00
blakeross%telocity.com
48a6861f7d Change tabgroup homepage separator to |. 2002-11-23 01:18:18 +00:00
blakeross%telocity.com
e9c8f5f861 Fix extensions. 2002-11-20 01:11:09 +00:00
blakeross%telocity.com
fd5c1668c3 Fix 171747. 2002-11-17 01:11:22 +00:00
blakeross%telocity.com
b703a680af Implement tabgroup homepages and fix a variety of bugs. 2002-11-16 17:14:12 +00:00
blakeross%telocity.com
c1a28934d4 History cleanup, add open in tab to history. 2002-11-13 00:55:56 +00:00