Commit graph

866 commits

Author SHA1 Message Date
beng%bengoodger.com
152c560e9f bug 328895 - broken personal toolbar in places builds due to init being commented out, and bookmarks not in personal toolbar in default bookmarks file. also fixes duplication of bookmarks in personal toolbar and places list. r=annie.sullivan@gmail.com 2006-03-01 18:52:28 +00:00
gavin%gavinsharp.com
f120eb443d Bug 323537: add DOMLinkAdded event listener in Startup instead of delayedStartup, since delayedStartup is too late to catch some of the events, r=mconnor 2006-02-28 04:15:56 +00:00
beng%bengoodger.com
a2e1f5c83a bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
gavin%gavinsharp.com
c57bc17df6 Fix review nit from bug 298004. (syncs branch/trunk) 2006-02-22 22:54:08 +00:00
beng%bengoodger.com
98724fe39b 327500 - clean up remaining uses of old bookmarks fe into ifndef MOZ_PLACES. fix build orange and other issues. r=annie.sullivan@gmail.com 2006-02-16 19:00:25 +00:00
beng%bengoodger.com
f4d75982b7 324704 - query creation and execution for bookmarks menu bar is ill-timed... need to do asynchronously in delayed startup or on popup showing, rather than at startup! r=brettw 2006-02-16 05:24:26 +00:00
brettw%gmail.com
24ed20fbe1 Bug 318817 r=beng: Import, store, and use bookmark keywords. 2006-02-16 00:42:46 +00:00
gavin%gavinsharp.com
44609e49cc Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-01 15:22:15 +00:00
gavin%gavinsharp.com
622be3e058 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor 2006-01-31 20:27:20 +00:00
gavin%gavinsharp.com
b57f405d6d Bug 324946: Middle/Ctrl clicking broken for XLinks (Error: linkNode has no properties), r=mconnor 2006-01-31 20:11:16 +00:00
gavin%gavinsharp.com
edff6becfe Bug 325294: bug 324058 removed nsIStringInputStream2 but didn't change one instance in browser.js (keyword searches with postData are broken), r=mconnor 2006-01-31 15:25:12 +00:00
beng%bengoodger.com
2edbfa7ff0 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2006-01-20 23:04:26 +00:00
gavin%gavinsharp.com
2dcf4db62a Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2006-01-16 22:52:03 +00:00
gavin%gavinsharp.com
928759c634 Removed unused global variables (bug 317369) 2006-01-11 20:33:55 +00:00
gavin%gavinsharp.com
0b4aaff517 Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor 2006-01-11 20:24:20 +00:00
darin%meer.net
a07510ef0d fixes bug 322314 "[trunk] Firefox crashes on login Gmail Notifier extension [@ nsStringInputStream::SetData] [@ xpcom_core.dll + 0x3cd2c (0x6034cd2c) cd66f780]" r=biesi sr=bz 2006-01-10 01:56:00 +00:00
gavin%gavinsharp.com
3b0b4b45f6 Bug 319655: Firefox code assumes document.firstChild is the root element, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-01-06 21:08:48 +00:00
mozilla.mano%sent.com
e8caa4ff8d Bug 298004 - Accel+number tab-switching keybindings only work with ASCII numbers. patch from smontagu. r=me. 2006-01-05 10:00:23 +00:00
mconnor%steelgryphon.com
be95c1b891 bug 266932 - Invalid HTML causes firefox to open different url than statusbar on new tab, r=vlad 2006-01-04 19:11:14 +00:00
darin%meer.net
39628fa26e landing change for bug 317628 that was missing in the initial commit. 2006-01-02 03:34:17 +00:00
cbiesinger%web.de
1d04cb0110 Bug 309521
- add pseudo-classes for :-moz-type-unsupported and :-moz-has-handlerref (and a
  content state for the former)
  - make nsObjectLoadingContent return the right content state
- Add an XBL binding that gets instantiated for broken plugins
  - Make it themable
- Remove a lot of now-unused code in nsObjectFrame
- Fixes pluginfinder.
r+sr=bz, r=mconnor
2005-12-29 14:15:33 +00:00
gavin%gavinsharp.com
9cf7411fbd Bug 317733: browser.js's startup doesn't do anything with passed in postData (open location dialog can't open keywords with postData), r=mconnor 2005-12-28 06:18:58 +00:00
gavin%gavinsharp.com
c11d088e8d Bug 314700: Make use of nsIDOMPopupBlockedEvent's popupWindowName for opening blocked popups, r=mconnor 2005-12-28 00:39:10 +00:00
gavin%gavinsharp.com
b0427a1cae Bug 313888: don't auto-complete empty urls, r=mconnor 2005-12-27 23:13:50 +00:00
gavin%gavinsharp.com
996a21f734 Bug 317949: hideMessage should default to hiding the message for selectedBrowser, r=mconnor 2005-12-27 18:39:18 +00:00
masayuki%d-toybox.com
58d50522a8 Bug 314222 If link target URL has non-ASCII char that is not encoded by UTF-8, the default file name is always escaped at "Save Link As..." r=mconnor (and feedback from bug 314231's review) 2005-12-21 18:28:46 +00:00
bryner%brianryner.com
9a4c7315bb #ifdef out code that uses the old bookmarks service so that we can complete initialization without hitting exceptions. MOZ_PLACES only. 2005-12-16 08:32:28 +00:00
beng%bengoodger.com
ea5ff41b60 don't add controllers to nonexistent personal toolbar in places, NPOB. 2005-12-15 20:24:15 +00:00
brettw%gmail.com
0e0aaa79eb Bug 317839 r=beng (off by default) added hook for places system favicons 2005-12-12 20:47:16 +00:00
brettw%gmail.com
cf6a628f86 Bug 302050 inline spellchecking for text boxes r=bryner, sr=beng 2005-12-05 18:18:11 +00:00
gavin%gavinsharp.com
1b459d8d0d Back out bug 311605 pending further testing. 2005-12-04 21:02:38 +00:00
gavin%gavinsharp.com
b05089efa8 Bug 311605: default browser checking should be done nsBrowserBlue, not in delayed startup, r=mano 2005-12-04 18:34:12 +00:00
gavin%gavinsharp.com
624429ce26 Bug 311011: Dragging text that would normally load a bookmark keyword into the new tab/new window/go button should work, r=mano 2005-12-01 00:45:23 +00:00
gavin%gavinsharp.com
dd2d7ad71c Bug 284086 followup (comment 42): remove extraneous setTimeout, patch by Giorgio Maone <g.maone@informaction.com>, r=ben 2005-11-27 02:25:30 +00:00
gavin%gavinsharp.com
a40ff71595 Bug 172817: Allow external source viewer/editor, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2005-11-22 05:36:48 +00:00
gavin%gavinsharp.com
3940b258b4 revert accidental checkin 2005-11-19 02:38:14 +00:00
gavin%gavinsharp.com
6fe48243c4 Fix regression from bug 306492: PFS doesn't handle missing pluginspage attribute as it should, patch by Doron Rosenberg <doronr@gmail.com>, r=mconnor 2005-11-19 02:29:00 +00:00
gavin%gavinsharp.com
3120aa0ea8 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
gavin%gavinsharp.com
f10c03f104 Oops, better fix for bug 314986, r=mconnor. 2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160 Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor 2005-11-05 21:47:30 +00:00
masayuki%d-toybox.com
4149066af7 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
neil%parkwaycc.co.uk
e693b211c3 Bug 270297 "Search web for..." mangles selections containing newlines (regression from bug 221361) p=elmar.ludwig@uos.de r+sr=me 2005-10-21 23:01:24 +00:00
mozilla.mano%sent.com
0120c195b5 Bug 262905 - Add a preference to control backspace/shift+backspace behavior (options: back/forward, PgUp/Down, Nothing), keeping the current default for now. r=mconnor. 2005-10-20 15:16:27 +00:00
gavin%gavinsharp.com
c969bab765 Bug 311604: remove clearObsoletePrefs, r=mano 2005-10-16 23:51:26 +00:00
dveditz%cruzio.com
d4b0212fa1 bug 311208 fix url/uri confusion in go button onDrop; r=mconnor, a=asa 2005-10-11 21:20:41 +00:00
mark%moxienet.com
7b8807e266 Bug 220590, backspace/delete key should go back on Mac. r=mconnnor 2005-10-11 19:03:11 +00:00
mconnor%steelgryphon.com
88261b0a16 bug 304403 - better safe mode UE, part 2, r=bsmedberg 2005-10-04 05:02:47 +00:00
mozilla.mano%sent.com
fbd697499e Bug 266331 - wrong tooltip is used for the feed button when a page which has feeds is being loaded. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=me. 2005-10-03 03:25:44 +00:00
mozilla.mano%sent.com
53d5c3e589 Bug 310373, r=mconnor. 2005-09-29 01:47:43 +00:00
gavin%gavinsharp.com
51019e8d05 Bug 283719: "Add keyword for this Search..." can fail if a form uses a fieldset (example: bugzilla advanced query, "e.type is not defined"), r=mconnor 2005-09-28 22:42:44 +00:00
rob_strong%exchangecode.com
0d21c0c056 Bug 310268 - Feed autodiscovery needs to support mime-type params (by ignoring them), p=Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2005-09-28 19:08:16 +00:00
mozilla.mano%sent.com
873cd6e504 Bug 310156 - File->Import doesn't focus migration wizard if it's already opened. r=mconnor. 2005-09-28 04:20:07 +00:00
mozilla.mano%sent.com
f256df7c27 Bug 287105 - Reload button is disabled after adding it back to toolbar. r=mconnor 2005-09-26 17:26:34 +00:00
mozilla.mano%sent.com
d185bd2e55 Bug 310007 - No RSS UI after adding back the location bar. r=mconnor. 2005-09-26 17:24:29 +00:00
mconnor%steelgryphon.com
b87e366513 hooray for extra brackets 2005-09-22 03:56:46 +00:00
mconnor%steelgryphon.com
de28998a23 back out extra changes committed by mistake. I'm turning in Ben! 2005-09-21 23:11:28 +00:00
cbiesinger%web.de
7002686d0d bug 1156
- Make object frames have no children
  - Make the frame constructor construct a subdocumentframe, object frame or
    image frame as appropriate
- start the load of <applet>, <embed> and <object> in content code
- fallback to alternate rendering correctly

NOTE: This checkin will break the plugin finder. This will be fixed soon.

r+sr=bz
2005-09-21 19:14:30 +00:00
db48x%yahoo.com
acc7931e28 fix bug 217611: Page Info can be opened multiple times
patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor
2005-09-21 01:12:29 +00:00
mconnor%steelgryphon.com
10807a42f2 bug 307066 - no favicon after click on anchor link, patch by Christian Schmidt (bugzilla.mozilla.org@chsc.dk), r=vlad 2005-09-20 20:07:56 +00:00
gavin%gavinsharp.com
f3f38d99ac Bug 294383: Disable certain menu options (view source, find, text zoom, etc) when viewing non-text content (images, plugins), r=mconnor 2005-09-18 21:31:34 +00:00
mozilla.mano%sent.com
ca5b9cebf1 missing part of the patch to bug 246158. 2005-09-18 00:43:27 +00:00
mozilla.mano%sent.com
b019ea38c4 Bug 246158 - context menu of bookmarks doesn't work if the bookmarks toolbar is removed. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=me. 2005-09-18 00:10:39 +00:00
gavin%gavinsharp.com
30a814d9b0 Bug 306492: PFS doesn't take relative urls in pluginspage attribute into consideration, r=mconnor 2005-09-16 23:10:06 +00:00
mozilla.mano%sent.com
346636f691 Bug 308819 - Clicking either on the live bookmark button/menu or on the padlock button focuses the location bar if clickSelectsAll is enabled. r=mconnor. 2005-09-16 20:40:33 +00:00
masayuki%d-toybox.com
0d94a8fa70 Bug 291781 bookmark context menu no longer works after customizing toolbar r=mconnor 2005-09-15 16:45:39 +00:00
gavin%gavinsharp.com
b7c02f255b Bug 304926: Tooltip for padlock (security) icon in location bar is missing, r=mconnor 2005-09-13 22:50:54 +00:00
vladimir%pobox.com
fcfb1390ee b=304499, bookmark all tabs menuitem not properly enabled/disabled, r=mano 2005-08-29 22:09:37 +00:00
gavin%gavinsharp.com
4c73034231 Bug 264610: Domain Guessing: URL is not updated when guessing loads www.hostname.com, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-08-28 18:49:03 +00:00
gavin%gavinsharp.com
c1cf53bd81 Bug 305134 followup, reapply parts of the patch for bug 304727 that were mistakenly removed, r=vlad 2005-08-28 03:59:45 +00:00
gavin%gavinsharp.com
8f87ca30b9 Bug 305912: Popup notification bar doesn't appear on first load (e.g. if your homepage tries to open a popup) , and doesn't correctly list all blocked popups, r=mconnor 2005-08-27 17:19:08 +00:00
gavin%gavinsharp.com
91e8dc849e Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor 2005-08-27 02:19:09 +00:00
gavin%gavinsharp.com
b144a0659a Bug 301073 and bug 305372: Fix chrome home pages and opening chrome links in new windows (shift+click), r=mconnor 2005-08-26 19:56:55 +00:00
ben%bengoodger.com
5a65ddda0a 305134 - remove feedview from firefox 1.5 and 1.6x pending architecture redesign. r=mconnor 2005-08-26 18:22:08 +00:00
mozilla.mano%sent.com
5f0555fa81 Bug 257247 - Live Bookmark Feed Discovery Includes Atom URI that is not a site feed. patch from Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor, a=asa. 2005-08-25 18:15:10 +00:00
gavin%gavinsharp.com
4dfffcd21d Bug 304727: Attempting to install an extension no longer triggers yellow info bar (notification) if a site isn't whitelisted or if software installation is disabled, r=mconnor 2005-08-25 16:40:42 +00:00
mconnor%steelgryphon.com
a54a330da0 bug 291651 - dnd tweaks in URL bar/Go button, r=shaver 2005-08-25 05:17:33 +00:00
gavin%gavinsharp.com
663b4f4425 Bug 301357: Simplify context menu selection code, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2005-08-24 22:15:53 +00:00
gavin%gavinsharp.com
e1400c9125 Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor 2005-08-23 16:38:28 +00:00
jst%mozilla.jstenback.com
b1d774f838 Fixing bug 277434. Make object.type comply with the DOM spec again and expose the actual mimetype as .actualType on an interface that's *not* exposed w/o explicit QI. r+sr=bzbarsky@mit.edu 2005-08-22 23:44:55 +00:00
jruderman%hmc.edu
3d1c571855 Bug 263473 - Context menu displays all possible options on image <object>. Also makes "Set Desktop Background" work with <object> elements and fixes bug 305380. r=mconnor. 2005-08-22 03:18:45 +00:00
jruderman%hmc.edu
c6e1f5a117 Change makeURL to makeURI to fix bug 305269. r=mconnor. 2005-08-21 06:08:48 +00:00
gavin%gavinsharp.com
fbbcd45d8e Bug 258864 : View > 'Full Screen' menu entry does not become ticked / checked when in full screen mode, patch by David Tenser (djst) <djst.mozilla@gmail.com>, r=mconnor 2005-08-20 21:38:36 +00:00
gavin%gavinsharp.com
84b5f599fa Bug 303644 : Remove livemark autodiscovery's handrolled wrapper, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=vlad 2005-08-17 16:17:43 +00:00
mozilla.mano%sent.com
a31fb44d08 Bug 304748 - 'Bookmark This Tab' command doesn't work if the context element is the tabbar itself. r=mconnor 2005-08-15 23:44:17 +00:00
myk%mozilla.org
ea0b137dab Fix for bug 304362: makes feedview parse W3C-DTF dates correctly; also, fixes several regressions from the checkin for bug 303848, specifically: uncomments call to Feed.init() so feeds get initialized (and dates show up and refresh works); calls the refresh function appropriately so refresh works; disables refresh by default; adds back menu display and refresh prefs; makes refresh pref refer to minutes rather than seconds; and looks for prefs in DOM by correct name (all lowercase, since XSLT forces them to that) so the menu shows up and refresh works. r=mconnor, sr=beng 2005-08-15 22:45:23 +00:00
doronr%us.ibm.com
cfe6f6a0e5 Bug 303058 - Missing plugin bar no longer appears. r=mconnor 2005-08-15 15:46:51 +00:00
gavin%gavinsharp.com
3738b3c44c Bug 304418 : Fix a couple of regressions from the checkin for bug 284868, r=mconnor 2005-08-13 17:36:09 +00:00
mconnor%steelgryphon.com
04c85ee01c bug 304403 - better safe mode UE, part 1, a=chase 2005-08-12 07:01:09 +00:00
jruderman%hmc.edu
2b2040431c bug 303181 - Remove reliance on focusedWindow and fix race conditions in browser context menus.
bug 284868 - HTTP Referer not sent at all when "saving link as...".
r=mconnor, a=mconnor
2005-08-12 06:55:54 +00:00
mconnor%steelgryphon.com
bbe05ede6a bug 285064 - rename sanitize to Clear Private Data, patch by Mike Beltzner (mike@beltzner.ca), r+a=me 2005-08-12 05:55:26 +00:00
gavin%gavinsharp.com
1a612bab88 Bug 303252: Feedview doesn't mark up .rdf file served as application/rdf+xml, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r+a=mconnor 2005-08-12 04:49:55 +00:00
ben%bengoodger.com
86b85d7e51 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2005-08-12 00:42:16 +00:00
ben%bengoodger.com
45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00
joshmoz%gmail.com
5d28907c56 never make the initial browser window taller than the available screen height on Mac OS X. part 1 of 2. b=304089 r=mconnor a=mconnor 2005-08-11 06:16:12 +00:00
roc+%cs.cmu.edu
c3ea09b7b0 Bug 78510. Maintain a per-document hashmap from URI-spec-hash to set of pointers to content elements that are links to those URIs whose state has been queried by the style system. Use this map to efficiently mark visited any links to URIs which get visited. r+sr=dbaron, with input from bryner and bzbarsky, a=jesup with support from dbaron. May impact Tp and other metrics, be careful out there. 2005-08-10 20:21:44 +00:00
jshin%mailaps.org
370f46dc04 bug 258223: bookmark keyword quicksearch needs a way to specify encoding for query URLs (my patch supplemented with wyns_sh's patch for POST) : r=vlad, sr=neil, a=asa 2005-08-09 04:53:19 +00:00
mozilla.mano%sent.com
54cc29288e Bug 303065 - 'Switch Page Direction' is broken in feedviews. r+a=mconnor 2005-08-08 15:52:59 +00:00
mozilla.mano%sent.com
8404f14917 Bug 301963 - The 'edit options' button in the Software Installation Disabled message bar has 'undefined' as the button title. r+a=mconnor. 2005-08-07 00:50:17 +00:00
aaronleventhal%moonset.net
37f937ea73 Bug 249136. Focus and key navigation broken for links opened in new tabs. r=mconnor, r=timeless, a=bsmedberg 2005-08-06 04:20:13 +00:00
ben%bengoodger.com
e8d443ce39 249883 - do not open sidebar if the panel that was populating it last time the browser was started no longer exists (e.g. extension uninstaled). Based on a patch by twanno@lycos.nl. 2005-08-02 18:34:13 +00:00
myk%mozilla.org
279d0f9608 Fix for bug 302121: Implements feedview feature for better display of RSS and Atom feed files. r=mconnor, approval1.8b4+=mconnor 2005-08-02 03:29:11 +00:00
gavin%gavinsharp.com
2f7d7f16b5 Bug 291768 and bug 302660: add middle click and single-click-selects-all to location bar icon, r+a=mconnor 2005-07-30 19:48:58 +00:00
neil%parkwaycc.co.uk
d5cf7fa673 Bug 301329 Can't unblock images etc. (regression) r=mconnor sr=bz a=bsmedberg 2005-07-28 13:47:59 +00:00
vladimir%pobox.com
aaf20dca51 b=271359, wrong favicon appears on bookmarks for site with no icon of its own, r=vladimir,a=shaver 2005-07-27 14:19:40 +00:00
bryner%brianryner.com
83216585ac Change PageShow/PageHide events to be lowercase and hook them up so that onpageshow= works on the body tag. Bug 297887, patch by brettw@gmail.com, r=me, a=bsmedberg. 2005-07-25 22:09:39 +00:00
ben%bengoodger.com
44659888ad checking in with 296566: remove empty updates button from browser UI, removes empty button at top right of window, r=rob_strong@exchangecode.com 2005-07-25 17:26:20 +00:00
gavin%gavinsharp.com
b9c111c48a Fix typo in comment, refers to wrong bug # 2005-07-23 02:59:56 +00:00
aaronleventhal%moonset.net
9d39f4bd85 bug 287739. New way of doing mnemnonics on message bar buttons that doesn't break extensions. Patch by Giorgio Maone. r=mconnor, a=bsmedberg 2005-07-20 19:47:09 +00:00
gavin%gavinsharp.com
924f2f7977 Bug 301466 : Unable to copy text with adjacent HTML, r+a=mconnor 2005-07-20 18:48:05 +00:00
gavin%gavinsharp.com
2c45cb0ecc Bug 300247: "Set as desktop background" is not disabled for javascript images, r=mconnor, a=asa 2005-07-19 21:22:12 +00:00
mozilla.mano%sent.com
461bb16938 Bug 247467 - Open Location Dialog does not recognize bookmark keywords nor quicksearch. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=vladimir, a=bsmedberg. 2005-07-15 16:46:37 +00:00
neil%parkwaycc.co.uk
5d2270e890 Don't try to save broken images b=293527 r=biesi sr=bz a=asa 2005-07-13 19:45:41 +00:00
aaronleventhal%moonset.net
196f8df714 Bug 287739. All message bar buttons need mnemonics otherwise they are very difficult to discover and activate for screen reader users. Patch thanks to Peter Parente (parente@cs.unc.edu). r=mconnor, a=asa 2005-07-13 18:18:47 +00:00
mozilla.mano%sent.com
f185878e84 Bug 296275 - forward button history throws error. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa. 2005-07-07 19:30:09 +00:00
mozilla.mano%sent.com
f8a096d3fc Bug 243893 - Open in Tab is unusable when toolbars are not present. r=mconnor, a=asa 2005-07-07 15:52:50 +00:00
dveditz%cruzio.com
644b82f3f6 bug 298255: prevent browser screwiness caused by lazy extension authors loading their chrome extension in a content window instead of adding the -chrome commandline option. r=mconnor, sr=jst, a=chofmann 2005-07-07 09:45:47 +00:00
mconnor%steelgryphon.com
8d695cee2f bug 299901 - Middle click fail on links with nested tags, patch by gavin, r+sr=dveditz, a=jay 2005-07-07 09:22:37 +00:00
mozilla.mano%sent.com
9a1d901591 Bug 297799 - Javascript strict warning in browser.js. patch from Romain BEZUT <r.bezut@laposte.net>, r=mconnor, a=bsmedberg. 2005-07-06 19:28:46 +00:00
dveditz%cruzio.com
82ca16bef8 bug 298892 redux. additional patch from neil, r=timeless, sr=dveditz, a=jay 2005-07-06 17:42:07 +00:00
roc+%cs.cmu.edu
3be669f8a7 Bug 87969. Add URL to history when pasting a URL into the window via middle-click. r=mconner,a=asa,patch by Wolfgang Rosenauer 2005-07-05 23:08:30 +00:00
dveditz%cruzio.com
fad61e14da Bug 298892 use instanceof checks to avoid namespace confusion in xml files. r=mconnor, neil.parkwaycc, a=jay.
Thanks to Asaf Romano for his initial browser.js patch in bug 290420
2005-06-30 02:47:04 +00:00
mozilla.mano%sent.com
c2bcfea585 Bug 230401 - Focus not in address bar after opening new Tab by DoubleClick. patch from Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor/bsmedberg, a=bsmedberg. 2005-06-29 17:19:28 +00:00
mozilla.mano%sent.com
0545d3f114 Bug 294759 - port various contentAreaUtils fixes ('Save As', etc.) to the toolkit version. r=mconnor, a=bsmedberg. 2005-06-28 14:41:11 +00:00
mconnor%steelgryphon.com
09879e090d bug 294074 trunk landing, r=me, a=bsmedberg 2005-06-24 02:00:14 +00:00
mconnor%steelgryphon.com
bace0b8e1a bug 292737 trunk landing, r=dveditz, a=asa 2005-06-24 01:41:01 +00:00
mozilla.mano%sent.com
0e60b9654a Bug 274374 - Landing Mac Shell Servie (default browser, set desktup backgorund and mail integration support). patches from ben and me. r=jhpedemonte/josh/mconnor, a=shaver. 2005-06-23 02:25:06 +00:00
peterv%propagandism.org
555cc2a1f9 Fix for bug 286300 (Clean up HTML tags enum and related code). r/sr=jst, a=asa. 2005-06-16 12:58:13 +00:00
mconnor%steelgryphon.com
48b67838ef bug 292774 - view image context menu allows chrome access, r=dveditz, sr=jst, a=dveditz 2005-06-16 08:34:50 +00:00
timeless%mozdev.org
5af41ba798 Bug 262915 view-source: pseudo protocol forces opening of new window
patch by jason_barnabe@fastmail.fm r=mconnor a=asa
2005-06-16 04:16:27 +00:00
timeless%mozdev.org
02d3dbfd60 Bug 264607 Form control with name="action" confuses "Add a keyword to this search"
patch by bugzilla@philringnalda.com r=vlad a=asa
2005-06-16 03:58:39 +00:00
bryner%brianryner.com
e4a343f08f Fix assorted issues with fastback, including adding progress listener notifications and introducing the PageHide and PageShow events. See bug 292971 for all of the details. r=darin, sr=bzbarsky, a=shaver. 2005-06-15 23:52:46 +00:00
db48x%yahoo.com
2fb9feaadc bug 293758: Context menu screw-up with data and javascript protocol images
patch by Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa
2005-06-14 10:15:58 +00:00
db48x%yahoo.com
dde3094bb5 bug 280284: No `View Selection Source' on context menu if non-text selected
patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mconnor, a=asa
2005-06-14 09:44:51 +00:00
db48x%yahoo.com
91ec53e0b8 bug 258901: View Image should be disabled / not show on context menu when only image is being viewed
patch by Romain BEZUT, r=mconnor, a=asa
2005-06-14 09:34:49 +00:00
db48x%yahoo.com
046a234308 bug 227826: URL of current tab incorrectly changed when Alt+Enter opens new tab from location bar
patch by Robert Parenton, r=mconnor, a=asa
2005-06-14 09:25:21 +00:00
vladimir%pobox.com
e9d79a9a24 b=109672, site icon for iframe content is shown as proxy icon, patch from bugzilla.mozilla.org@chsc.dk, r=vladimir,a=asa 2005-06-14 08:04:09 +00:00
mozilla.mano%sent.com
d0ae0bcf4e Bug 297230 - no windows: open blank window for Open Location & Web Search. r=mconnor, a=asa 2005-06-10 22:49:20 +00:00
mozilla.mano%sent.com
4fa88f1d80 Bug 293737 - [Mac] Improve the way 'Open Location' and 'Web Search' commands work in non-browser windows. r=mconnor, a=asa 2005-06-09 00:18:02 +00:00
jwalden%mit.edu
0ec1cc1fb3 Bug 293523 - Change a couple instances of "Options" to "Preferences" in the blocked popup bar UI in Mac/Linux builds. r=mconnor, a=asa 2005-06-07 20:16:29 +00:00
mozilla.mano%sent.com
75d6398eba Bug 179845 - Support dragging a link onto the 'New Tab' and 'New Window' toolbar buttons. patch from Ben Basson <cusser.bugs@cusser.net>, r=mconnor, a=asa. 2005-06-07 19:43:43 +00:00
ben%bengoodger.com
f0897b87c8 296868 - Land Software Update Service on the trunk. Part of ongoing 1.1 feature work. Contains work by Darin Fisher and myself. This feature does not function yet but should not be intrusive. Includes first phase of 296566 - move extension update into the Extension Manager (r=darin) 2005-06-06 21:07:13 +00:00
brendan%mozilla.org
6941a16b76 Fixes and cleanups required by the infrastructure patch for 281988, r+sr=bsmedberg+bz. 2005-05-20 17:41:10 +00:00
mconnor%steelgryphon.com
e8e57d18b4 Bug 294815 - Possible to create a <browser> with no securityUI by accident, r=bz, a=brendan 2005-05-20 02:09:09 +00:00
mozilla.mano%sent.com
2096c8fba7 Bug 264064 - Lose secure site indicators when customizing toolbars. patch from Richard Klein <richwklein@mchsi.com>, r=mconnor, a=asa 2005-05-19 22:52:26 +00:00
steffen.wilberg%web.de
8dc021c1f1 Bug 284081: When software install (xpinstall.enabled) is disabled, clicking 'Edit Options' on the message bar opens an empty window. r=mconnor, a=asa 2005-04-28 21:49:46 +00:00
doronr%us.ibm.com
271626f6de Bug 220626 - Enable keyboard access to Blocked Popups notification bar. r=mconnor,a=mkaply 2005-04-28 17:28:00 +00:00
mconnor%steelgryphon.com
3f6e5dd193 bug 217611 - page info can be opened multiple times, patch by Jason Barnabe (jason_barnabe@fastmail.fm), r=me, a=asa 2005-04-26 16:55:59 +00:00
cst%andrew.cmu.edu
f0c247db7e Bug 285647 Make forward and back button drop-down lists have same maximum length
r=mconnor a=asa
2005-04-26 16:37:28 +00:00
steffen.wilberg%web.de
8f657b70ca Bug 263599: Status bar reappears after Print Preview even if it was hidden before. p=jcginn@gmail.com, r=mconnor, a=asa 2005-04-23 16:37:20 +00:00
mozilla.mano%sent.com
73e9f0ab49 Bug 210043 - Expose 'Copy Image' UI on mac. r=mconnor a=asa 2005-04-21 20:53:03 +00:00
mozilla.mano%sent.com
63f1c2d0be Bug 287885 - Error: redeclaration of const ADD_BM_DIALOG_FEATURES. r=mconnor, a=asa 2005-04-21 09:29:59 +00:00
timeless%mozdev.org
3cbf6d654c Bug 288160 Code checked in for bug 237776 (reload button should be disabled for blank tabs) is wrong when frames are involved
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:04:03 +00:00
timeless%mozdev.org
03f7c18d6f Bug 283522 SetPageProxyState no longer needs a URI parameter
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 22:01:34 +00:00
timeless%mozdev.org
8264a7761f Bug 245660 use nsIImageLoadingContent for copying image location
patch by gavin.sharp@gmail.com r=mconnor a=asa
2005-04-20 21:57:01 +00:00
mconnor%steelgryphon.com
de94c22687 bug 290079 - trunk commit, r=caillon, sr=dveditz, a=caillon 2005-04-20 18:49:09 +00:00
doronr%us.ibm.com
8267326b4e bug 283275 - Plugin finder service showing wrong plugins needed for a page after a tab closed that plugin service was ran. r=mconnor,a=mkaply 2005-04-20 18:31:12 +00:00
doronr%us.ibm.com
7e30136876 Bug 258277 - Add menu item to Check for Updates. r=mconnor,a=mkaply 2005-04-20 17:13:54 +00:00
mozilla.mano%sent.com
e1aa396492 Bug 239218 - [Mac] (First part) Menus are nonfunctional in the Download Manager, About and Page Info windows. r=mconnor, a=asa 2005-04-19 15:32:38 +00:00
mconnor%myrealbox.com
ac19c30cce bug 180962, security warnings show twice in first tab, a=asa 2005-04-12 04:40:33 +00:00
mconnor%myrealbox.com
1c6d59c336 bug 289019 - pref to not load homepage on new window is ignored, patch by gavin.sharp@gmail.com, r=me 2005-04-05 03:17:13 +00:00
mozilla.mano%sent.com
ebb48b885f Bug 284647 - Javascript strict warnings in browser.js. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor 2005-04-03 15:41:20 +00:00
mozilla.mano%sent.com
8cb7f80c3a Bug 278377 - Add Window and Help menus to DOMi, this also fiex an issue where 'Promote Firefox' doesn't work on non-browser windows. r=mconnor 2005-03-27 21:06:28 +00:00
mozilla.mano%sent.com
59c0a35138 Bug 287615 - move openPreferences() to utilityOverlay. r=mconnor 2005-03-25 01:35:01 +00:00
mozilla.mano%sent.com
590c879372 Bug 267227 (be able to use Window and Help menus in every window) - Move the Window and Help menus to a new overlay. r=mconnor 2005-03-24 16:00:01 +00:00
mozilla.mano%sent.com
86683a9664 Bug 284929 - File -> Open Location nonfunctional when the Location Toolbar is hidden. r=mconnor 2005-03-23 21:55:41 +00:00
joshmoz%gmail.com
1724b1b1e3 Don't use sheet for the about box on Mac OS X. b=222364 r=joshmoz r=mconnor 2005-03-22 15:04:57 +00:00
jst%mozilla.jstenback.com
2f48154ce1 Fixing the remaining part of bug 285438 for Firefox. Do the appropriate security checks when drag n' dropping into Firefox. r=ben@bengoodger.com, sr=dveditz@cruzio.com 2005-03-17 17:40:55 +00:00
dveditz%cruzio.com
0059837e51 bug 284627 need checkLoadURI for sidebar panels. patch by mconnor,r=bz,r=bryner,sr=dveditz 2005-03-16 02:37:21 +00:00
jst%mozilla.jstenback.com
3d52203396 Fixing bug 285438. Make our drag n' drop code remember what we're dragging even if the user drags outside the initial window and then back, and make the browser code check that the source of a dragged link has the right to load the target of the link (Win32 and Gtk 1 & 2 only so far, Mac on its way). r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-16 00:40:21 +00:00
danm-moz%comcast.net
2ed7778978 activate window (content) when opening an URL in the same window. offsets opposite change in nsWindowsShellService. bug 255123 patch=bugzilla%pippo.demon.co.uk r=me,bryner 2005-03-10 18:29:20 +00:00
mozilla.mano%sent.com
50f7c371bc Bug 283660 - The new preferences window can't be closed on OS X (and doesn't have a collapse toolbar button) r=ben 2005-03-03 16:13:37 +00:00
mozilla.mano%sent.com
9f42f8a2e4 Bug 284437 - [Mac] 'Sanitize Firefox' menu item doesn't work when no windows are open. r=mconnor 2005-03-02 16:26:41 +00:00
mozilla.mano%sent.com
8518018fbe Bug 283506 - [Mac] DOM Inspector menu item should be dimmed, not disappear, with no windows open. r=mconnor 2005-03-02 05:48:55 +00:00
mozilla.mano%sent.com
1ba440ea0e Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin 2005-02-28 23:09:24 +00:00
ben%bengoodger.com
3a1634ca04 283944 - edit options... button on xpinstall info bar does not work 2005-02-28 08:25:45 +00:00
bugzilla%arlen.demon.co.uk
12a56b93b4 Bug 283262 "event is not defined" when pressing alt+enter in the url bar, (BrowserLoadURL)
p=gavin.sharp@gmail.com r=mconnor
2005-02-27 22:08:19 +00:00
bugzilla%arlen.demon.co.uk
f37562c9de Bug 237776 Reload should be disabled for blank tabs
p=ryanvm@gmail.com r=mconnor
2005-02-27 17:59:38 +00:00
ben%bengoodger.com
fdfd044a54 attempt to fix leaks 2005-02-26 19:22:38 +00:00
ben%bengoodger.com
22e9ec4c7c trying to narrow down leaks 2005-02-26 18:32:19 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
ben%bengoodger.com
b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
bzbarsky%mit.edu
dc9f9999fe Removing incorrect XXX comments. 2005-02-23 05:15:23 +00:00
dbaron%dbaron.org
e72cdcbaaf When we manually set up history for the first browser (for startup performance), ensure the browser's browser:purge-session-history observer gets removed once. b=283116 r=mconnor 2005-02-23 01:34:53 +00:00
bzbarsky%mit.edu
d029903af6 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
mozilla.mano%sent.com
35d9f176a2 Bug 228165 - Add Bookmark dialog should be shown as a sheet on Mac OS X. r=vladimir 2005-02-19 06:16:18 +00:00
bugzilla%arlen.demon.co.uk
1327aebb0d Bug 277490 Retrieve site description from meta tag when adding bookmark
p=gavin.sharp@gmail.com r=vladimir
2005-02-17 00:17:12 +00:00
bugzilla%arlen.demon.co.uk
deb405feb1 Bug 281724 Erreur : isDocumentFrame is not defined
p=f.qu@laposte.net r=mconnor
2005-02-16 23:58:35 +00:00
bzbarsky%mit.edu
ba0e95d41a Make sure to flush frames before calling GetPrimaryFrameFor in boxobject. Bug
282265, r=mconnor on the toolkit part, sr=neil, a=asa.
2005-02-15 04:57:17 +00:00
mozilla.mano%sent.com
be9a0c74fe Bug 177506 - turning off/onn 'hide tab bar ...' has no effect until new tab/window is opened. r=mconnor 2005-02-14 19:26:50 +00:00
mconnor%myrealbox.com
63e78c6b64 bug 260951 - [trunk] Go menu doesn't display recent page history until second opening 2005-02-11 17:12:56 +00:00
doronr%us.ibm.com
e7b086e0e3 Bug 266525 - Plugin finder does not work when a page with plugin is opened in background tab. r/sr=jst 2005-02-07 16:20:16 +00:00
mozilla.mano%sent.com
1a1c09e363 Bug 276318 - Context menu search does not obey browser.tabs.loadInBackground pref. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2005-02-06 21:07:09 +00:00
mozilla.mano%sent.com
e0c2bbb2bf Bug 220589 - [Mac] Command-Enter and Command-Shift-Enter (in the location bar) should work like windows/linux builds. r=mconnor 2005-02-06 19:53:10 +00:00
gerv%gerv.net
3051ba969b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:36:54 +00:00
timeless%mozdev.org
5ad9ef2ea0 Bug 279987 Remove "Tell a Friend" cruft
patch by jwalden+bmo@mit.edu r=mconnor
2005-01-28 16:09:56 +00:00
timeless%mozdev.org
beeac80043 Bug 240947 use content instead of _content
r=mconnor based on r=neil sr=dveditz for the original pass
2005-01-28 16:06:56 +00:00
mozilla.mano%sent.com
a8ef008033 Bug 279416 - Implement a controller for cmd_switchTextDirection. r=brade sr=neil (for editor/) r=smontagu sr=neil (for xpfe/) r=mconnor (for browser/) 2005-01-26 01:40:30 +00:00
mozilla.mano%sent.com
7bf62ad8d7 Bug 273217 - [Mac] disable inappropriate menuitems when no window is open; this also fixes the follwoing commands which didn't wotk when no window was open: bug 229040 - bookmarks menu, bug 227525 - file->open file, bug 249717 - go->home. r=mconnor 2005-01-24 23:40:03 +00:00
mconnor%myrealbox.com
b5a05344dd fix Bug 245588, certain malformed URL or missing local pages break startup 2005-01-20 23:04:06 +00:00
bsmedberg%covad.net
f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
smontagu%smontagu.org
6a863a40fc only command+numbers should switch tabs (control + number key switches tab instead of activating accesskey). Bug 265711, patch by Asaf Romano <bugs.mano@mail-central.com>, r=mconnor. 2005-01-16 18:25:41 +00:00
db48x%yahoo.com
582f5a52dc bug 259073: Image Properties don't display for inactive area of image map
patch by Florian Queze <f.qu@laposte.net>, r=mconnor
2005-01-15 10:02:35 +00:00
kjh-5727%comcast.net
e710e37ba9 Bug 273024 - Back Button History is not in the correct order (aviary-landing). r=mconnor. 2005-01-14 22:57:48 +00:00
mconnor%myrealbox.com
8227a991b7 fixing regression of bug 215993 caused by fix to underlying code (bug 263462), switch to using unEscapeURIForUI instead 2005-01-09 17:34:37 +00:00
mconnor%myrealbox.com
a5c3ed981f bug 277603 - if sidebar is closed, opening a sidebar bookmark loads the previous bookmark instead 2005-01-09 01:41:03 +00:00
bugzilla%arlen.demon.co.uk
f60706e4d8 Bug 271022 JavaScript Console Error: Opening Non-Sidebar Windows in the Sidebar ("searchBox has no properties")
p=gavin.sharp@gmail.com r=mconnor
2005-01-03 00:52:33 +00:00
danm-moz%comcast.net
b13ac24f0a single window mode aviary branch merge. bug 172962, 262537, 263689, 265962, 266776 r=ben,bryner,bzbarsky,jst,peterv 2004-12-07 16:08:48 +00:00
smontagu%smontagu.org
a61933215f Right-click text for properties doesn't show up based on xml:lang (language) attribute. Bug 207274, patch by Florian Queze <f.qu@laposte.net>, r=jag, sr=bzbarsky 2004-12-02 21:20:28 +00:00
bugzilla%arlen.demon.co.uk
9fb9d10455 Bug 221161 Customize domain endings (TLDs) for Ctrl+Enter, Shift+Enter, etc. completions in URL bar
Relanding of patch following aviary branch landing - already reviewed
2004-12-01 16:42:28 +00:00
ben%bengoodger.com
5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
timeless%mozdev.org
36264e9bde Bug 221161 customize domain endings (TLDs) for ctrl+enter etc completions of the URL bar
patch by hassman@czilla.cz r=varga sr=shaver
2004-11-23 20:40:23 +00:00
jst%mozilla.jstenback.com
3d3c74240e Fixing bug 262887. Make dialogs opened through the DOM make the opening tab the current tab. r=ben@mozilla.org, dveditz@cruzio.com, sr=bryner@brianryner.com 2004-11-03 17:06:21 +00:00
dbaron%dbaron.org
2e13a0b566 Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa 2004-10-22 07:32:08 +00:00
jst%mozilla.jstenback.com
8e43941de7 Fxing bug 249332. Don't use getters/setters for link.href in browser code. r=caillon@aillon.org, sr=dveditz@cruzio.com 2004-10-18 18:59:30 +00:00
steffen.wilberg%web.de
8915e852a3 Bug 250983: 'Close Window' (ctrl-shift-w) does not display confirm dialog when multiple tabs are open. p=leon.sha@sun.com, r=mconnor, a=asa 2004-10-11 13:32:32 +00:00
jruderman%hmc.edu
d32587e6fe Bug 256349 - Startup() in browser.js assumes window.opener is still around
r=mconnor a=asa
2004-10-08 09:23:11 +00:00
caillon%redhat.com
59285c07c8 Bug 256635
N-th tab shortcuts should use Alt-1 to Alt-9 rather than Ctrl-1 to Ctrl-9
Linux only.
r=mconnor a=asa
2004-10-06 22:25:07 +00:00
steffen.wilberg%web.de
ea73225bae Bug 259005: Hide the statusbar in print preview. p=vertigo451@hotmail.com, r=mconnor 2004-10-01 23:46:17 +00:00
bryner%brianryner.com
87c9866b12 Leave an extra 28px of vertical space when calculating the default window size on GTK, to account for the window titlebar and border. r=shaver. 2004-09-30 03:44:34 +00:00
ben%bengoodger.com
687f021c54 123006 - strange characters not escaped in bookmark keyword substitutions... r=mscott, a=me 2004-09-29 00:33:36 +00:00
steffen.wilberg%web.de
336abe5e0f Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben 2004-09-19 17:31:28 +00:00
dveditz%cruzio.com
b6462eeb77 aviary bit for bug 157354 (hide user:pass in location bar) r/a=ben 2004-09-10 02:09:33 +00:00
ben%bengoodger.com
e2a455bfc4 22183 - UI spoofing can cause user to mistake content for chrome. force the location bar to always be present. 2004-09-06 23:23:54 +00:00
bryner%brianryner.com
18987b51c5 Bug 255774 - number of available software updates not displayed when mail button not on toolbar. patch by steffen.wilberg@web.de, r=bryner. 2004-09-03 00:43:26 +00:00
steffen.wilberg%web.de
54accefe8b Bug 232399: dragging links to the bookmarks button should open the 'Add Bookmark' dialog. r=mconnor 2004-08-26 14:05:15 +00:00
jst%mozilla.jstenback.com
1238616f0a Fixing bug 250862. Prevent javascript: and data: URLs from being dropped into the content area. r=caillon@gmail.com, sr=dveditz@cruzio.com 2004-08-26 07:47:38 +00:00
neil%parkwaycc.co.uk
658c2f1a92 Bug 242046 Make the JS status handler a property of the XUL window, should speed up calls to set window.status r=jag sr=jst moa=mscott 2004-08-21 14:47:51 +00:00
vladimir%pobox.com
68aca558b2 b=255934, urlbar favicon not updated on tab switch if site has favicon.ico instead of link, a=ben 2004-08-17 22:36:43 +00:00
steffen.wilberg%web.de
a3037fbc36 Bug 250974: dragging a link over the Downloads or Go button should display a statusbar message. r=mconnor 2004-08-15 13:15:35 +00:00
steffen.wilberg%web.de
8303ff4530 Bug 255187: Focus lost after closing bookmarks or history w/ kbd. r=mconnor 2004-08-12 09:17:11 +00:00
darin%meer.net
065fb7242c fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil 2004-08-09 21:17:12 +00:00
vladimir%pobox.com
a56f2c03e8 bookmarks fixes merged from aviary branch:
192624 - empty bookmark folder should show "(Empty)"
202798 - customizing toolbar in fullscreen mode breaks menus (bandaid)
221482 - bookmarks toolbar temporarily cleared when clicking restore default set in customize
232089 - bookmarks 'create in' shouldn't persist
234089 - bookmarks toolbar folder shouldn't be deletable with C-x (crasher)
238661 - moving a bookmark folder to itself deletes the folder
250179 - bookmarks toolbar wonky after customization
250820 - toolbar icon state/context menu/etc. broken after returning from fullscreen mode
251988 - livemark menu doesn't work after going to page without livemark and clicking
251335 - bookmarks toolbar folder has different context menu from other bookmark folders
251802 - refresh livemark doesn't work from toolbar/menu
252053 - make bookmarks use SafeOutputStream (dwitte)
252133 - new bookmarks items should be added below selected items, not above
252792 - livemark context menu contains active new folder menu item
252870 - context menu of empty personal toolbar folder has inconsistent items
252875 - bookmarks root name not localizable
2004-07-30 06:25:41 +00:00
vladimir%pobox.com
a58e66f6ff b=244078, live bookmarks merge from aviary branch. 2004-07-30 05:29:27 +00:00
vladimir%pobox.com
33f488f5ea b=174265 (also 252288, 253161): favicon handling merge from aviary branch 2004-07-29 23:49:31 +00:00
bryner%brianryner.com
1a8b51b957 Fix some problems related to dynamic enabling/disabling of form autocomplete: make autocomplete ignore all key navigation if the input is disabled, also, instead of trying to keep autocomplete state in sync on every browser instance, just set the disabled state on the global form fill controller. Bug 249610, r=blake. 2004-07-29 08:08:11 +00:00
mconnor%myrealbox.com
41787f3aad bug 231393, missed a spot 2004-07-24 00:32:47 +00:00
mconnor%myrealbox.com
9285a4d5ea bug 231393 - Tab URL does not persist on bad links if tabs switched, patch by pike@pikey.me.uk based on jag's patch for bug 103720, r=me 2004-07-24 00:24:30 +00:00
steffen.wilberg%web.de
746151d1d7 Bug 251258 - Tools->Read Mail doesn't display unread mail count when mail icon is not on toolbar. r=mconnor 2004-07-21 07:01:16 +00:00
dean_tessman%hotmail.com
8d85250a37 221312 - context menu should include Select All r=mconnor 2004-07-17 20:53:48 +00:00
steffen.wilberg%web.de
6c82d429bf Bug 232172 - Make link modifiers work on the home button. r=bryner 2004-07-16 16:32:41 +00:00
bryner%brianryner.com
56b2b34f2b Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
dbaron%dbaron.org
9dcac8002f Back out bug 91312 to fix bug 250825. a=asa 2004-07-12 19:11:10 +00:00
ben%bengoodger.com
c9148cf165 245953 - software update works poorly, including:
- various problems with update wizard
- hides app update notification icon for that session after the user has
visited the products page
- makes sure the app update info is cleared when no newer versions are present
- make app update work when extension update is disabled, general code
correctness etc.
- make sure the browser window that contains the product page is focused.
2004-07-12 08:57:18 +00:00
silver%warwickcompsoc.co.uk
28ff22d721 Bug 91312 - Make titles (tooltips) BIDI match their source.
r=smontagu
sr=roc
a=bsmedberg
Patch by mozilla-bugzilla@future.shiny.co.il
2004-07-09 16:26:48 +00:00
ben%bengoodger.com
1d04832af2 249601 - add back lock icon to status bar, rev version number 2004-07-09 06:32:33 +00:00
jruderman%hmc.edu
a429b6720a Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner. 2004-07-07 03:04:09 +00:00
mconnor%myrealbox.com
5976413914 bug 208035 - Use backspace key for back function in Linux, change #ifdef XP_WIN to #ifndef XP_MACOSX 2004-07-06 00:47:24 +00:00
ben%bengoodger.com
1dfa27baee 235380 - firefox should set itself as default browser only for the current user. Change Windows Shell Service to add an additional option - whether to set default browser for all users or just the current user. Also make the code read out of HKCU instead of HKLM. 2004-06-30 20:27:30 +00:00
jruderman%hmc.edu
865bfc75b2 246719 - Make link modifiers work consistently throughout Firefox. This fixes 202819, 214816, 224132, and 236864. Also makes middlemouse.contentLoadURL work on Windows by porting the fix for 217090. r=bryner. 2004-06-23 22:54:12 +00:00
mkaply%us.ibm.com
d019f84750 Copy image doesn't work on OS/2 2004-06-23 12:56:02 +00:00
ben%bengoodger.com
9f079935b0 244025 - more obvious secure site indication 2004-06-20 08:30:19 +00:00
mconnor%myrealbox.com
8230791f39 bug 218315 - Firefox ignores browser.urlbar.clickSelectsAll setting, use the pref instead of the preprocessor 2004-06-01 14:55:10 +00:00
mconnor%myrealbox.com
9aa532eabe bug 215993 - Copy Email Address doesn't unescape or strip leading space, port neil's fix from bug 160055 2004-06-01 14:40:34 +00:00
mconnor%myrealbox.com
3edcdb00b1 bug 233205 Pressing Ctrl+Enter does not remove trailing spaces, patch by Patrick McCormick (patrick@meer.net), r=me 2004-05-30 15:51:02 +00:00
mconnor%myrealbox.com
0e163890cf Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 20:56:38 +00:00
ben%bengoodger.com
774024a7fc 236725 - security info window appears twice on double click. make all status bar panel indicators activate only on doubleclick, which is the convention. 2004-05-23 10:25:30 +00:00
mconnor%myrealbox.com
dcef7492af back this out (again) until I talk to a cvs admin 2004-05-23 02:27:27 +00:00
mconnor%myrealbox.com
ff5baff067 Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 02:21:21 +00:00
mconnor%myrealbox.com
0111a7739f cvs being weird, back this out until I can commit the whole patch 2004-05-23 02:15:49 +00:00
mconnor%myrealbox.com
af1ed15825 Bug 188910 - focus is in the searchbox of the bookmarks/history sidebar when opening a new window; should only be there when opening the sidebar, patch by Steffen Wilberg (steffen.wilberg@web.de), r=mconnor@myrealbox.com 2004-05-23 02:13:17 +00:00
ben%bengoodger.com
33effcd5c2 232702 - save link as... should show a prompt 2004-05-21 08:58:02 +00:00
ben%bengoodger.com
36eba80e96 203556 - bookmark toolbar folders should behave like menus, patch by basic <basic@mozillanews.org> r=ben@mozilla.org... 2004-05-20 22:52:29 +00:00
ben%bengoodger.com
e7c872e6d9 170006 add new defalt theme icons for theme manager 2004-05-13 04:39:03 +00:00
ben%bengoodger.com
1c72160e55 170006 - theme and extension windows should persist different sizes 2004-05-11 06:58:58 +00:00
mconnor%myrealbox.com
b9ad901164 followup to bug 203756, remove line that didn't need to be there 2004-05-07 00:23:08 +00:00
mconnor%myrealbox.com
b36850541f Bug 207227 remove Bookmark This Page/Save Page As/Send Page from Image Context Menus, patch by Bruce Davidson (Bruce.Davidson@iplbath.com), r=bryner 2004-05-06 23:53:58 +00:00
mconnor%myrealbox.com
79d464768a bug 203756 - enable URLBar autofill with browser.urlbar.autoFill property, patch by eric lindvall (eric@5stops.com), r=ben/mconnor 2004-05-05 23:24:45 +00:00
ben%bengoodger.com
94a525e390 214360 - SmartUpdate: add a notification mechanism to the browser window to display updates. This is not enabled yet! 2004-04-25 02:55:53 +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
bzbarsky%mit.edu
26cdb24398 Make nsXULElement::GetChildNodes use the same (live) node list that
nsGenericElement uses.  Bug 240633, r+sr=jst on the C++ changes, r=neil, sr=jst
on the JS changes.
2004-04-15 22:14:39 +00:00
ben%bengoodger.com
6e426f5cbf provide a convenient way for adding smart keywords for web page searches by adding a context menu to form fields with HTTP-GET form actions. 2004-04-10 05:04:20 +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
caillon%redhat.com
12ede3d032 Bug 219378
Make middle mouse button pasting fix up the pasted URIs before trying to load them so that pasting a domain name by itself will work.
r=bryner sr=jst
2004-03-17 01:51:49 +00:00
mconnor%myrealbox.com
41391d1e18 bug 233339 supplmental patch for Firefox, the UI portion is temporary and will be cleaned up before 0.9, r=ben 2004-03-10 08:16:14 +00:00
dbaron%dbaron.org
4ab33a8250 Remove spaces after #endif, which the preprocessor doesn't seem to like. Fixing bustage. 2004-03-08 14:27:43 +00:00
ben%bengoodger.com
d9ee3bafb5 fix tbox orange for now 2004-03-08 11:41:12 +00:00
ben%bengoodger.com
94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +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
neil%parkwaycc.co.uk
bed25690ac Bug 218447 keyword query ignored for queries beginning www or http or ending in / p=mook_moz@yahoo.com r=pch 2004-03-05 10:53:16 +00:00
ben%bengoodger.com
ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
mconnor%myrealbox.com
04521b8697 Bug 196474: pop-up icon should appear in status bar before about popup blocking appears, r=pch 2004-02-29 02:41:05 +00:00
jst%mozilla.jstenback.com
dd400389d1 Prevent exceptions thrown in the shutdown code from stopping the execution of the rest of the shutdown code. r+sr=ben 2004-02-25 00:27:13 +00:00
ben%bengoodger.com
976fc31f29 test some code on imola to see if this code is executing all the time 2004-02-23 09:47:36 +00:00
ben%bengoodger.com
49755b2ca7 use a sane window size for new profiles at all screen resolutions 2004-02-23 02:20:36 +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
dc4f814149 Fix 176675: Dragging text to search bar should search for it. Also guard against a crash. 2004-02-20 00:56:59 +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
mkaply%us.ibm.com
38f299c977 gClickSelectaAll = true should be the default, not just the Windows case - either way, this #ifdef sucked - if you weren't WIN or UNIX, gClickSelectsAll wasn't defined at all 2004-02-18 19:18:56 +00:00
blakeross%telocity.com
d2011abe3a Fix 234660 - homepage as about:blank breaks stuff. 2004-02-17 21:18:25 +00:00
blakeross%telocity.com
9d61404977 Fix 176675: Dragging links to the urlbar doesn't work as expected. 2004-02-17 07:09:45 +00:00
blakeross%telocity.com
6753d7a07f Fix 210043: Add "Copy Image" to context menu on Windows/Mac. Also added an accesskey for the block images menuitem while I was in there. 2004-02-17 04:11:54 +00:00
blakeross%telocity.com
ad32baf4be Doh...actually USE the new dialog! 2004-02-16 04:10:37 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +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
blakeross%telocity.com
a78e91d15e Fix 182928: Add confirmation for Set As Wallpaper. Patch mainly by Jeff Thieleke (sr=blake). 2004-02-10 04:05:34 +00:00
jshin%mailaps.org
f192075e8e bug 206252 : back out firebird change to fix the regression (r=bryner for firebird checkin) 2004-02-04 00:13:37 +00:00
dbaron%dbaron.org
0b767dd390 Fix leaks by calling removeObserver for pref observers implemented in JS so they don't stay around until the pref service shuts down. Call removeControllers in a similar situation so that the chrome windows DOM window object can be cleaned up in one cycle of JS GC rather than two. b=231384 r=bryner sr=ben 2004-01-22 01:46:48 +00:00
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