Commit graph

243 commits

Author SHA1 Message Date
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