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

471 Коммитов

Автор SHA1 Сообщение Дата
sfraser%netscape.com f95aaded55 Fix bug 161856 (news tabs cannot receive drags) and 162001 (put focus in the url bar for new blank tabs). 2002-08-22 06:09:56 +00:00
sfraser%netscape.com b3accf7fe4 Fix bug 161856 (news tabs cannot receive drags) and 162001 (put focus in the url bar for new blank tabs). 2002-08-22 06:03:44 +00:00
sfraser%netscape.com 832c03b82b Minor variable rename. 2002-08-22 05:57:12 +00:00
bryner%netscape.com 4104c72f23 Bug 159578 - <select> popups within frames are mispositioned. Use the content node's document, instead of the toplevel document, to compute the scroll offset. Also, #define IBMBIDI so that we get the correct vtable for nsIDocument. r=sfraser. 2002-08-22 00:24:33 +00:00
sfraser%netscape.com e1b0de1025 Remove bogus parens. 2002-08-21 23:55:43 +00:00
sfraser%netscape.com 744c375694 Project moved back to this directory, so remove the 'cd projects'. 2002-08-21 23:54:35 +00:00
sfraser%netscape.com 3ba234c77f Removing files which were moved to chimera/resources/localized/English.lproj. 2002-08-21 23:06:55 +00:00
sfraser%netscape.com cd71d4f6fc Project has moved back to mozilla/chimera, so that Interface Builder can continue to find images in nib files. 2002-08-21 23:02:16 +00:00
sfraser%netscape.com 68dbb3ba37 Removing files which have been moved to other locations under mozilla/chimera 2002-08-21 22:59:47 +00:00
sfraser%netscape.com 4a50c26d80 Update project to use new file paths, and remove obsolete cruft. 2002-08-21 22:35:33 +00:00
sfraser%netscape.com a75a62b277 Checking in the project changes, which were missed because I copied pink's project around. 2002-08-21 03:27:41 +00:00
sfraser%netscape.com 3122f5500d Undoing my last project changes, which were not supposed to happen here. 2002-08-21 02:32:49 +00:00
bryner%netscape.com c01b433583 Add a clean/clobber target. 2002-08-21 02:28:22 +00:00
sfraser%netscape.com 8734acb67c Fix some references to CHHistoryDataSource -> HistoryDataSource. 2002-08-21 02:14:52 +00:00
sfraser%netscape.com ef11d670d8 Updating files for the new class names ('CH' for Gecko-embedding wrapper, all other classes have no prefix). 2002-08-21 02:06:38 +00:00
bryner%netscape.com 699f99f4ac Adding a Makefile to automatically invoke pbxbuild with the current tree configuration (debug/opt and static/non-static). 2002-08-21 00:56:57 +00:00
sfraser%netscape.com 46739bd525 Fix bug 162776: prevent the toolbar root bookmarks folder from being deleted by a drag to the trash. 2002-08-20 01:10:56 +00:00
sfraser%netscape.com 0b78dec142 Fix for bug 156893: strip control characters from bookmark titles and hrefs on import, so that we don't just refuse the entire import. 2002-08-20 00:10:13 +00:00
sfraser%netscape.com 6d36f99478 Fix for bug 163480 (dragging from inactive tabs). Also add disabled generic icon to about:blank tabs. 2002-08-19 21:53:42 +00:00
sfraser%netscape.com cb03af302a Restore text truncation to tab labels using an NSCell subclass, NSTruncatingTextCell. 2002-08-19 18:17:06 +00:00
sfraser%netscape.com cf07b43e1b Part of patch in bug 161387 for better tab label truncation. 2002-08-19 18:15:41 +00:00
pinkerton%netscape.com ab44cf7456 When moving and resizing popups, use coordinate system where the origin
is the top left since that's what webpages expect.
2002-08-19 17:18:22 +00:00
sfraser%netscape.com b8f1be72e0 NSString utility parts of the width-based truncation patch, bug 161387. Patch from Max Horn. 2002-08-19 16:49:25 +00:00
pinkerton%netscape.com 3b21529ca7 make status bar text field scrollable instead of wrapping for long
urls (bug 163245)
2002-08-19 14:33:04 +00:00
pinkerton%netscape.com ed128d7d43 removing unused file (bug 163156) 2002-08-19 14:26:10 +00:00
sfraser%netscape.com 5890af485a Optimize drawing when showing and hiding the drag target hilight. 2002-08-19 06:35:12 +00:00
sfraser%netscape.com ca4f24c9ee Remove an NSLog, and set the LOAD_BACKGROUND flag for remote data loads. 2002-08-19 03:57:07 +00:00
sfraser%netscape.com 607ef767ec Improve drag and drop feedback (bug 163403). Tab items now contain a view that handles drag and drop for that item, and draws via a couple of NSCells, and show drag feedback when you drag over them. 2002-08-19 03:55:08 +00:00
sfraser%netscape.com 2a07c561b4 Changed to use BrowserTabViewItem, and lots of tidyup. 2002-08-19 03:52:43 +00:00
sfraser%netscape.com eafd807a5b Create BrowserTabViewItems using the factory method on BrowserTabView, and add an accessor for the proxy icon view. 2002-08-19 03:51:32 +00:00
sfraser%netscape.com 416619a0ec Create BrowserTabViewItems using the factory method on BrowserTabView. 2002-08-19 03:50:54 +00:00
sfraser%netscape.com f3da307687 Add a factory method for new tabs, and improve drag and drop feedback. Also added calls to BrowserTabViewItems to tell them when they are shown or hidden. 2002-08-19 03:50:13 +00:00
sfraser%netscape.com 9f28a1873c Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files. 2002-08-19 03:45:35 +00:00
sfraser%netscape.com 46d37f249a Move nsCocoaBrowserListener into its own file, and add a few new methods to the NSBrowserContainer protocol. 2002-08-19 03:41:17 +00:00
sfraser%netscape.com 2cf0161ab7 Be sure to catch cocoa exceptions when trying to make favicons, otherwise things get really messed up (see bug 163260 for the general problem). 2002-08-17 22:04:33 +00:00
bryner%netscape.com 2b204d8d7f Sync Chimera changes with CHIMERA_M1_0_1_BRANCH (bug 161668). In addition to landing all the Chimera-specific changes here, I'm creating a new chimera.js file with our Chimera-specific prefs (and moving them out of all.js). r=brade. 2002-08-16 17:34:24 +00:00
pinkerton%netscape.com 45f1cb4383 reduce size of splash screen. ifdef'd off use of "loading..." which we never
used anyway. fixed huge leak that basically leaked the entire splash screen.
2002-08-16 03:20:54 +00:00
pinkerton%netscape.com 5a4a359f71 Add a "view source" toolbar button, off by default 2002-08-16 02:34:19 +00:00
sfraser%netscape.com fc61097449 Rename CHExtendedTabView to BrowserTabView (because that's what it is), and add a new subclass of CHIconTabViewItem, BrowserTabViewItem, for browser tabs. 2002-08-16 00:58:10 +00:00
sfraser%netscape.com 86905eb5b9 Fixing absolute path to dist/Embed/components 2002-08-16 00:12:47 +00:00
pinkerton%netscape.com 225e5ce138 pull base prefpanel into the privacy panel target 2002-08-15 22:31:01 +00:00
pinkerton%netscape.com e5fa70f42c Move cache clearing button to Navigation panel, add security prefs to
Privacy panel. make privacy panel inherit from base prefpanel class.
2002-08-15 22:30:17 +00:00
bryner%netscape.com 5b1af7311f Static build changes for universalchardet (bug 162851). 2002-08-15 22:24:54 +00:00
pinkerton%netscape.com e042b09ee1 Pull in universal charset decoder in dylib build. update include paths for
navigation pref panel for cache. (bug 162851)
2002-08-15 21:51:55 +00:00
sfraser%netscape.com 18b025a5f2 Fix some site icons not displaying properly. 2002-08-15 21:13:27 +00:00
pinkerton%netscape.com 0d26a4a7b9 fix problem where we were ignoring the return value reading home page pref 2002-08-15 20:52:13 +00:00
pinkerton%netscape.com 1d736351fd Remove a hack used to workaround having gecko views in the sidebar. fixes
cmdkeys working when opening the sidebar (bug 152612)
2002-08-15 20:32:06 +00:00
sfraser%netscape.com d64eb83588 Adding a Get Info item to the Edit menu, which, for now, only applies to the selected bookmark in the bookmarks sidebar. This is part of bug 155484. 2002-08-15 19:39:14 +00:00
pinkerton%netscape.com bbaf40c4d4 Remove pause/resume button from d/l progress dialog and ui strings (bug 157826) 2002-08-15 19:15:24 +00:00
pinkerton%netscape.com 9f33d856c1 updated icon from ugo 2002-08-15 19:05:52 +00:00