pjs/camino/src/browser
mark%moxienet.com 058f9bdb50 311311 Can't build on case-sensitive filesystem. Fix spelling of AppKit includes throughout mozilla/camino. Patch by froodiantherapy <stridey@gmail.com>. r,sr,a=me 2006-05-27 18:47:30 +00:00
..
AutoCompleteDataSource.h Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info. 2005-12-25 01:52:35 +00:00
AutoCompleteDataSource.mm Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info. 2005-12-25 01:52:35 +00:00
AutoCompleteTextField.h Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info. 2005-12-25 01:52:35 +00:00
AutoCompleteTextField.mm Fix bug 310989, Use user-set autocomplete keybinding in location bar, r=smorgan, sr=pinkerton. Patch by Ulrik Svedrup <englabenny@macnytt.com>. Camino-only. 2006-04-07 21:17:38 +00:00
BrowserContentViews.h Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +00:00
BrowserContentViews.mm Fix bug 224525: make sure we call setNeedsDisplay:YES on the browser content view after resizing it when the bookmarks toolbar height changes. 2005-07-31 22:58:55 +00:00
BrowserTabBarView.h Prettify the drag feedback for tabs and the tab bar background, and add a (non-visible) title to the tab close button for accessibility. 2005-12-05 06:38:11 +00:00
BrowserTabBarView.mm 313083 Right-click in empty tab bar space has no contextual menu. Add a contextual menu. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=smorgan sr=me a=me 2006-05-26 18:56:14 +00:00
BrowserTabView.h Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
BrowserTabView.mm Fix bug 319559: dragging a bookmark folder over the content view should replace tabs, rather than append (just like dragging over the tab). Patch by Chris Lawson, r=Julian Pellico. 2005-12-10 21:02:06 +00:00
BrowserTabViewItem.h bug 235864, close tab button does not give mouse hover feedback. r=smorgan, sr=pink. Patch by Aaron Schulman (aschulm@gmail.com) 2006-05-12 16:50:39 +00:00
BrowserTabViewItem.mm bug 235864, close tab button does not give mouse hover feedback. r=smorgan, sr=pink. Patch by Aaron Schulman (aschulm@gmail.com) 2006-05-12 16:50:39 +00:00
BrowserWindow.h Bug 314602, Bookmark toolbar doesn't match unified title bar and toolbar on Tiger. When the unified appearance is in effect, draw a matching background for the bookmark toolbar: a vertical gradient with a light top and a darker bottom. Also moves OS feature-check utilities from MainController to NSWorkspace. Camino-only, npotdb. r=smfr 2005-11-20 23:03:37 +00:00
BrowserWindow.mm hook up cmd-1..9 to load the Nth bookmark from the bookmark bar (bug 317186) 2006-05-20 18:27:46 +00:00
BrowserWindowController.h hook up cmd-1..9 to load the Nth bookmark from the bookmark bar (bug 317186) 2006-05-20 18:27:46 +00:00
BrowserWindowController.mm bug 331194, part 1: implement new methods to Find a docshell for a given URI, and to find a URI for a given docshell. Move around code in GeckoUtils. r=smfr 2006-05-27 09:29:23 +00:00
BrowserWrapper.h implement single-window mode with simple UI. (bug 274143) 2006-05-20 15:46:20 +00:00
BrowserWrapper.mm implement single-window mode with simple UI. (bug 274143) 2006-05-20 15:46:20 +00:00
CocoaPromptService.h 190307 Add MathML support to Camino, adding a non-blocking alert service to handle MathML's missing-font dialog. Patch by Makoto Yamashita <makotoy@ms.u-tokyo.ac.jp>, fixed up for CaminoStatic by me. r=smfr sr=pink 2006-02-02 02:07:45 +00:00
CocoaPromptService.mm 323842 Add "Allow for Session" option in cookie acceptance sheet. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=smorgan sr=me 2006-03-14 20:43:31 +00:00
ContentClickListener.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
ContentClickListener.mm Converting users of nsIPrefBranch to use the PreferenceManager (no bug). 2005-04-04 01:52:35 +00:00
GoMenu.h 311311 Can't build on case-sensitive filesystem. Fix spelling of AppKit includes throughout mozilla/camino. Patch by froodiantherapy <stridey@gmail.com>. r,sr,a=me 2006-05-27 18:47:30 +00:00
GoMenu.mm 320746 Remove uses of GetCurrentEventKeyModifiers. Patch by Chris Lawson <bugzilla@chrislawson.net>. r=me 2006-03-31 16:10:13 +00:00
KeychainService.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
KeychainService.mm 335295 Workaround for endian problem in old Keychain APIs. Patch by pink. And me. r=pink 2006-04-28 15:16:27 +00:00
LocationBar.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
LocationBar.mm Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
PageInfoWindowController.h Fix bug 159048: implement Page Info for camino. This uses a new set of views that have size-to-fix behavior, which are also used now for the certificate view, and the downloads window. 2005-12-02 05:20:36 +00:00
PageInfoWindowController.mm Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info. 2005-12-25 01:52:35 +00:00
PageProxyIcon.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
PageProxyIcon.mm Fix bug 308897: put a context menu on the lock icon that has items to show the site certificate, and go to Page Info. 2005-12-25 01:52:35 +00:00
RemoteDataProvider.h Optimize the performance of bookmarks loading in Camino so that we launch must faster with large bookmarks files. Changes include: 2005-08-06 20:14:30 +00:00
RemoteDataProvider.mm Optimize the performance of bookmarks loading in Camino so that we launch must faster with large bookmarks files. Changes include: 2005-08-06 20:14:30 +00:00
STFPopUpButtonCell.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
STFPopUpButtonCell.m Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
SearchTextField.h Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
SearchTextField.m add ability to collapse google search, add searching web from context menu 2006-03-23 23:08:24 +00:00
SearchTextFieldCell.h Add new small images for the bookmarks search field, and ensure that the SearchFieldCell correctly responds to setControlSize:. 2005-09-10 03:30:47 +00:00
SearchTextFieldCell.m Fix warnings, and implement some missing bookmarks comparison methods. 2006-01-29 00:07:19 +00:00
SecurityDialogs.h Fix bug 272606 and dependents: implement security in UI that allows you to trust new CAs, generate certificates, pick certs when a site asks for one, and a new certificate manager window accessible from prefs. Fixes bugs 151656 170355 267414 272591. r/sr=me. 2005-09-08 00:26:43 +00:00
SecurityDialogs.mm fix camino bustage 2006-05-10 22:39:26 +00:00
SiteIconCache.h New class to cache site icons outside of the Necko cache (which gets nuked too often). 2005-11-13 00:07:27 +00:00
SiteIconCache.mm bug 323780. Make Camino portable. By setting CAMINO_PROFILE_DIR to a custom path, you can 1) Run more than 1 Camino simultaneously 2) Have a profile that can be moved to other computers. r=mento, sr=pinkerton 2006-03-26 15:43:17 +00:00
SiteIconProvider.h Fix bug 316937: store favicons in a separate cache on disk so that you don't lose them on crash. 2005-11-18 05:57:55 +00:00
SiteIconProvider.mm Improve Top 10 bookmarks list maintenance, ensuring that we look at both visit count and last visit date to keep the list stable in the face of changing visit counts, and optimize list building slightly. 2005-12-19 04:46:48 +00:00
StatusBarView.h adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
StatusBarView.mm adding divider line for new tabbed widget (bug 271621) 2005-04-24 21:28:33 +00:00
ToolTip.h Fix a possible quit crash caused by the last checkin, if AppKit closes the toolkit window for us on quit. Also rename mPanel to mTooltipWindow. 2005-07-14 03:38:38 +00:00
ToolTip.mm Fix 3 tooltip bugs: 285601, 323387 and 311220. When showing tooltips, make sure that their browser is still frontmost, and that their window is the main window. Also hide tooltips when switching tabs. 2006-01-16 05:41:00 +00:00
nsAlertController.h Fix bug 179307: when a sheet is displayed in Camino, push a native code security context onto the stack so that the context is correct for native code that can run via PLEvents while the sheet is being displayed. This fixes backwards typing in other windows. r=mento 2006-02-02 06:41:56 +00:00
nsAlertController.mm Fix bug 179307: when a sheet is displayed in Camino, push a native code security context onto the stack so that the context is correct for native code that can run via PLEvents while the sheet is being displayed. This fixes backwards typing in other windows. r=mento 2006-02-02 06:41:56 +00:00