Commit Graph

651 Commits

Author SHA1 Message Date
blakeross%telocity.com
3a6fb58d73 Fix up a few things in open location: our product isn't called "Navigator", and we don't need to use string bundle anymore to set text of dialog buttons. 2004-02-20 02:22:23 +00:00
blakeross%telocity.com
daccbcc82a Fix 229199: Open Location dlg is mostly busted. Patch by pike@pikey.me.uk. 2004-02-20 02:14:48 +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
30def3123f Add an OS/2 case 2004-02-18 19:19:58 +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
b07ec78b61 Fix 234756: Set as Wallpaper: "Center" preview of tall image breaks dialog. 2004-02-18 09:57:38 +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
d422bb1bc5 Fix 234136: middle-clicking link no longer makes it appear visited. 2004-02-17 07:40:57 +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
blakeross%telocity.com
07966251b6 Add monitor file. 2004-02-16 00:15:06 +00:00
blakeross%telocity.com
e7b7a9aa60 Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:41:56 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
blakeross%telocity.com
5f77d14a61 add xul file. 2004-02-13 12:29:53 +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
ben%bengoodger.com
3e0d559f6c forgot to add these 2004-02-11 01:43:13 +00:00
ben%bengoodger.com
970e35804c forgot this file 2004-02-11 00:57:46 +00:00
ben%bengoodger.com
eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +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
chanial%noos.fr
70e903351f Bug 184802: Sidebar close button has no tooltip, patch by Simon Paquet <bugzilla@babylonsounds.com> 2004-01-31 18:55:22 +00:00
chanial%noos.fr
2fa6e444e8 Bug 221899: when saving web page, not defaulting with any file extension, patch by <pike@pikey.me.uk> 2004-01-24 23:27:43 +00:00
chanial%noos.fr
5e0b616f53 Bug 228103: Toolbar Google search for empty string results in garbage characters.
Loads the host of the search engine when querying for the null string.
2004-01-24 22:22:40 +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
b3a463d79a Bug 231381: supplementary fix for linux. 2004-01-19 06:46:02 +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
e51bdb71fd Make autocomplete work on all tabs 2004-01-14 09:13:09 +00:00
db48x%yahoo.com
1a6ebc5299 bug 226752 and bug 220833 - 'Page info' dialog shows form fields belonging to incorrect forms; view page info/forms shows id, not name attribute
r=jag, sr=bz
2004-01-14 04:35:51 +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
ben%bengoodger.com
9eab0153ce fix whitespace 2003-12-30 23:14:21 +00:00
ben%bengoodger.com
4f796e5054 temporary fix for 205708 - search bar often forgets the selected search engine 2003-12-30 23:12:22 +00:00
db48x%yahoo.com
678fda6594 bug 214992 sync sync Firebird's Page Info with Mozilla's 2003-12-30 06:59:24 +00:00
ben%bengoodger.com
1b56458628 228963 - history dropmarker is missing 2003-12-27 00:22:50 +00:00
db48x%yahoo.com
9c0f6d358f bug 214992 sync Firebird's Page Info with Mozilla's
r=p_ch
2003-12-24 21:32:43 +00:00
ben%bengoodger.com
eb3cf2a8fa Turn off the URLBar history dropmarker 2003-12-19 00:47:59 +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
jshin%mailaps.org
ea156e67c1 bug 213337: validate file name before presenting it as a suggested filename (2nd part) : r=cbiesinger, sr=jag, a1.6=asa 2003-12-15 23:03:16 +00:00
chanial%noos.fr
9da15aeff9 bug 228163: on windows, "help" menu should be "?" 2003-12-11 14:36:47 +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
8c77970ec2 First part of bug 214260 work... teaching the download manager about XPInstall downloads, and providing an updated XPInstall confirmation dialog. 2003-12-08 08:05:15 +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
ben%bengoodger.com
fba03c3b49 Update string usage to use &brandFullName; 2003-12-04 20:30:19 +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