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

255 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net cc840365dd make sure the browser is visible before creating the tabs, allows tab
to load if bm manager was frontmost (bug 262160)
2004-10-06 20:47:52 +00:00
pinkerton%aol.net ee2dfe111b remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
pinkerton%aol.net f9cd607a8f handle cmd-enter in urlbar and search field to open new tab or new window
depending on pref. refactors load logic a little better (bug 247238)
2004-09-28 21:05:58 +00:00
pinkerton%aol.net 4e47bf3d64 hide this view so it doesn't keep taking clicks in the top 100x16 of the
content area. it will go away soon, it's still here for the code inside it
which will go elsewhere on a further patch (bug 259955)
2004-09-17 13:37:04 +00:00
pinkerton%aol.net 1e07029d5f ensure we don't think we're doing autocomplete when the url changes and
the toolbar is hidden, causing it not to update at all (bug 237803)
2004-09-15 17:44:01 +00:00
pinkerton%aol.net f57dcb888d strip &'s (windows accel keys) from prompt strings (bug 244670) 2004-09-09 00:37:18 +00:00
pinkerton%aol.net a048a445b3 new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +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
pinkerton%aol.net 16693ec12b fix problem where showing customize toolbar with small icons would cause
image to grow (bug 247426)
2004-06-19 00:05:24 +00:00
pinkerton%aol.net 3a620c81d2 make "view frame source" work by not using the cached desc if the url doesn't
match the toplevel page url (bug 230688)
2004-06-16 23:30:39 +00:00
pinkerton%aol.net 26ee61eb3e fix a large number of context menu and bookmark info bugs and cleanup the
code. see http://bugzilla.mozilla.org/show_bug.cgi?id=245710#c11 for a
comprehensive list (bug 245710)
2004-06-16 06:09:47 +00:00
pinkerton%aol.net 1227e2c3c9 remove progress spinner until redraw problems while scrolling can be
fixed (bug 203349)
2004-06-16 04:47:30 +00:00
pinkerton%aol.net b4fc97d9c0 add click-hold shared history to back/fwd buttons (bug 163274) 2004-06-11 22:14:20 +00:00
pinkerton%aol.net 15759ba031 cleanup toolbar button strings making them easier to correctly localize
(bug 245911)
2004-06-09 22:19:48 +00:00
pinkerton%aol.net a582a80601 allow tabbing from url bar to search field then into content area, part
of bug 198153
2004-06-02 02:42:37 +00:00
cbiesinger%web.de ae8af3e837 trying to fix camino bustage 2004-05-29 22:35:04 +00:00
pinkerton%aol.net 194149d524 allow closing tab while loading, put spinner over favicon instead (bug 242786) 2004-05-24 23:26:31 +00:00
pinkerton%aol.net ea6ba72e90 fix bookmark manager context menu so they are more consistent. don't show info
for folders. deselect when clicking an area where there is no row. (bug
223701)
2004-05-12 01:57:13 +00:00
pinkerton%aol.net abd3de204f ensure content area visible when loading tab groups (bug 236600) 2004-05-12 00:42:40 +00:00
peterv%propagandism.org 2818c1e5f7 Fixing Camino bustage 2004-05-04 09:54:11 +00:00
bryner%brianryner.com 57236a4b98 fixing camino bustage 2004-05-03 22:43:55 +00:00
cbiesinger%web.de 79fa1b783a bug 241092, make nsIStreamLoaderObserver usable in javascript, by changing its
argument from a string to an octet array
r=bryner sr=darin
2004-04-27 16:06:00 +00:00
pinkerton%aol.net aef3144b57 better handling of window staggering when we hit a boundary. try some additional
possibilities before just giving up and placing the window at 0,0. (bug 236361)
2004-03-31 00:22:49 +00:00
pinkerton%aol.net 992ed80fe3 clean out and close autocomplete widget before we close to prevent a crash
when mork shuts down (bug 233687)
2004-03-31 00:07:31 +00:00
pinkerton%aol.net 8f3d1db2cd last change wasn't so necessary 2004-03-26 02:50:33 +00:00
pinkerton%aol.net f83f71634c fix some small issues in the toolbar code (add search to hardcoded defaults
and use the right method for clicks on the search bar)
2004-03-26 02:40:51 +00:00
pinkerton%aol.net bd1b6ead0b fix menu issues when a site puts up two (or more) popups resulting in dupes
in the menu we weren't prepared to handle (bug 206597)
2004-03-26 01:38:51 +00:00
pinkerton%aol.net f692e33830 make clearing global history work again (bug 236033) and try to prevent
exceptions when history doesn't provide all the data.
2004-03-03 04:43:16 +00:00
pinkerton%aol.net 2a9f4a511e fix regression on tagging tabs/windows as view source (bug 156606) 2004-02-25 00:19:15 +00:00
sfraser%netscape.com 41e59d12a0 Fix bug 235257: make sure the tab icon update properly. r=pink 2004-02-24 03:46:43 +00:00
pinkerton%aol.net cd3ae38654 retain the target and userData for our remote data callbacks, including
site icon notification. fixes crash where target of notification would
go away and we'd try to directly send it a notification (bug 231844)
2004-02-23 23:02:54 +00:00
pinkerton%aol.net dccf42b4fd add support for spinner (on 10.2+) and close widget on tabs (bug 211570) 2004-02-23 21:44:13 +00:00
pinkerton%aol.net e81dbaff9b add [super dealloc] on the deny list, but it doesn't really matter because
it lives for the lifetime of the app
2004-02-17 00:59:23 +00:00
pinkerton%aol.net 94bac62721 call [super dealloc] to avoid leaking view hierarchy (bug 234280) 2004-02-17 00:49:06 +00:00
pinkerton%aol.net 3039c860bf differentiate "view source" tabs and windows (bug 156606) 2004-02-16 22:37:46 +00:00
pinkerton%aol.net 5c7b168815 release escaped search string 2004-02-12 04:00:09 +00:00
pinkerton%aol.net 473d0361f3 escape special chars in google search string (bug 233475) 2004-02-12 01:41:49 +00:00
pinkerton%aol.net f6c1f8c030 put in a catch-all that checks if a text area has focus before going back
when backspace is pressed. it's not ideal, but it is a short-term fix for
several IME bugs which aren't trivial to resolve (bug 181198)
2004-02-04 22:09:48 +00:00
pinkerton%aol.net 43bfbc887e cleanup problems with bookmark toolbar and bookmark manager when launched
from odoc or gurl appleEvents. lazily setup bookmark manager to improve
new window open times. (bug 232092)
2004-01-28 19:54:53 +00:00
dbaron%dbaron.org 0231f67b81 Remove users of deprecated, no-op, NS_INIT_ISUPPORTS macro from tree. b=178643 r+sr=bryner 2004-01-23 23:12:44 +00:00
pinkerton%aol.net 40f15211a8 fix warnings 2004-01-23 01:10:02 +00:00
pinkerton%aol.net d6a27bccf5 clear the window-level undo stack to get rid of pending actions when
the window closes (bug 229661)
2004-01-23 00:31:20 +00:00
pinkerton%aol.net 9fd26da686 allow an empty url to be either "" or about:blank (bug 208838) 2004-01-22 22:15:18 +00:00
pinkerton%aol.net 1498e0eca1 set the title of the window to "bookmark manager" when managing bookmarks and
return to the previous title when going back to web page (bug 199790)
2004-01-13 20:33:10 +00:00
pinkerton%aol.net 76a6e01068 history now listed as a flat list by day, ordered by visit time (bug 227618) 2004-01-13 20:06:02 +00:00
dbaron%dbaron.org 06b2b5464c Fix bustage. b=226522 2004-01-10 03:59:32 +00:00
jst%mozilla.jstenback.com 5ec2748a37 Fixing camino bustage. 2004-01-10 03:11:17 +00:00
pinkerton%aol.net a33ccc1ec9 stop redrawing the entire search area every time the chrome redraws, now
only do it when it has focus (bug 213312)
2004-01-06 21:27:19 +00:00
pinkerton%aol.net d1d245f091 don't reload the page when asking for view-source. use the cached version
if we have one (bug 153884)
2004-01-05 23:28:37 +00:00
pinkerton%aol.net 05d35201dc always use the selection in the bm manager as the default for "add bookmark"
sheet. remove apis that had that choice as a parameter. (bug 184993)
2003-12-23 20:15:30 +00:00