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