gecko-dev/camino/src/browser
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
..
AutoCompleteDataSource.h 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
AutoCompleteDataSource.mm 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
AutoCompleteTextField.h bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
AutoCompleteTextField.mm ensure we don't think we're doing autocomplete when the url changes and 2004-09-15 17:44:01 +00:00
BrowserContentViews.h new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00
BrowserContentViews.mm new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00
BrowserTabBarView.h remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserTabBarView.mm remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserTabView.h remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserTabView.mm remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserTabViewItem.h remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserTabViewItem.mm remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
BrowserWindow.h Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:55:38 +00:00
BrowserWindow.mm handle cmd-enter in urlbar and search field to open new tab or new window 2004-09-28 21:05:58 +00:00
BrowserWindowController.h handle cmd-enter in urlbar and search field to open new tab or new window 2004-09-28 21:05:58 +00:00
BrowserWindowController.mm make sure the browser is visible before creating the tabs, allows tab 2004-10-06 20:47:52 +00:00
BrowserWrapper.h bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
BrowserWrapper.mm trying to fix camino bustage 2004-05-29 22:35:04 +00:00
CocoaPromptService.h Updating my email address 2003-09-29 06:04:02 +00:00
CocoaPromptService.mm strip &'s (windows accel keys) from prompt strings (bug 244670) 2004-09-09 00:37:18 +00:00
ContentClickListener.h Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:55:38 +00:00
ContentClickListener.mm 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
GoMenu.h 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
GoMenu.mm add click-hold shared history to back/fwd buttons (bug 163274) 2004-06-11 22:14:20 +00:00
KeychainService.h Merging changes from CHIMERA_M1_0_1_BRANCH. 2003-01-08 06:33:05 +00:00
KeychainService.mm add [super dealloc] on the deny list, but it doesn't really matter because 2004-02-17 00:59:23 +00:00
LocationBar.h Draw the location bar using a textfield-style border, so that it matches the search field more closely (although the search field needs lightening up). 2003-04-13 17:44:49 +00:00
LocationBar.mm Draw the location bar using a textfield-style border, so that it matches the search field more closely (although the search field needs lightening up). 2003-04-13 17:44:49 +00:00
PageProxyIcon.h 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
PageProxyIcon.mm allow tabbing from url bar to search field then into content area, part 2004-06-02 02:42:37 +00:00
RemoteDataProvider.h Landing all changes from CHIMERA_M1_0_1_BRANCH onto the trunk, and adapting to trunk API changes. Not part of any normal build. 2002-12-12 11:55:38 +00:00
RemoteDataProvider.mm bug 241092, make nsIStreamLoaderObserver usable in javascript, by changing its 2004-04-27 16:06:00 +00:00
STFPopUpButtonCell.h adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
STFPopUpButtonCell.m adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
SearchTextField.h adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
SearchTextField.m allow tabbing from url bar to search field then into content area, part 2004-06-02 02:42:37 +00:00
SearchTextFieldCell.h adding google search bar, from pgauria@uark.edu (bug 158246) 2003-04-10 03:48:41 +00:00
SearchTextFieldCell.m stop redrawing the entire search area every time the chrome redraws, now 2004-01-06 21:27:19 +00:00
SecurityDialogs.h Updating my email address 2003-09-29 06:04:02 +00:00
SecurityDialogs.mm 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
SiteIconProvider.h bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
SiteIconProvider.mm bookmark system rewrite. thanks to dave haas and simon woodside (bug 212630) 2003-10-22 01:08:55 +00:00
ToolTip.h Adding tooltip support for TITLE in html (bug 149635) 2002-08-08 19:36:13 +00:00
ToolTip.mm use sizeToFit instead of trying to measure the text ourselves (bug 220494) 2003-10-21 22:02:53 +00:00
nsAlertController.h Landing changes from CHIMERA_M1_0_1_BRANCH. (I know I'm breaking the static build, I'll fix it later). Code depending on other Mozilla changes is #ifdef'd BRANCH_CHANGES_NEED_MERGED. 2003-02-13 10:26:09 +00:00
nsAlertController.mm more #include cleanup. 2003-04-27 08:41:02 +00:00