Граф коммитов

299 Коммитов

Автор SHA1 Сообщение Дата
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