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

1642 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 501b5f2f83 Oops, I did it again. 2003-12-04 04:54:41 +00:00
ben%bengoodger.com 00f9b61675 Update packager file as part of bug 225724. 2003-12-04 04:30:26 +00:00
ben%bengoodger.com 5a739e25d8 We no longer need any of these files 2003-12-04 04:28:55 +00:00
jshin%mailaps.org 88492d9c99 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 32a20b3f7b update a little more 2003-12-03 07:10:51 +00:00
ben%bengoodger.com 2ab4d12f23 Update file version info 2003-12-03 07:07:27 +00:00
ben%bengoodger.com 3f54ab211c 171606 - dropmarker icon for toolbar search icon 2003-12-03 06:13:11 +00:00
ben%bengoodger.com 4ad477e6d0 Send Page now works everywhere, according to mscott. 2003-12-03 05:45:22 +00:00
ben%bengoodger.com 36f17a2d7f bug 215892 - context menu for web panel sidebar. 2003-12-03 05:37:53 +00:00
ben%bengoodger.com bc452c45bc Fix Search bar command key on Mac... XP_UNIX is defined for unices AND MacOS X! 2003-12-03 00:18:41 +00:00
dbaron%dbaron.org f35f2c3708 Separate locale version from Mozilla version so we do not have to bump locale version for every release. b=226377 r=kairo, bsmedberg sr=ben a=asa 2003-12-02 23:22:11 +00:00
ben%bengoodger.com 66789435b3 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 8dc9c68260 bug 225958 - plugin list is empty in downloads panel. patch by Steffen Wilberg <steffen.wilberg@web.de>. 2003-12-02 03:13:48 +00:00
ben%bengoodger.com 62761bd5c4 Add cookie to the packages list, fixes bug 225698. (Privacy options cannot be saved in installer builds) 2003-12-02 03:09:00 +00:00
ben%bengoodger.com c87354a1dc 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 1e46738341 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 f5d6c94d45 rip out extraneous dump 2003-12-01 07:55:20 +00:00
ben%bengoodger.com cf82a7e7de Fix issue with Retry download in download manager not saving to the same location. 2003-12-01 07:34:57 +00:00
ben%bengoodger.com 1b639a076a Downloads Button D&D 2003-12-01 06:33:00 +00:00
ben%bengoodger.com 8f327a6de1 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 fced5a701f Add some prefs. 2003-12-01 03:48:13 +00:00
ben%bengoodger.com c3bf409754 actually make the dl mgr commandkey work. 2003-12-01 02:17:13 +00:00
ben%bengoodger.com 8956e71744 Add the shortcut key to the download menuitem 2003-12-01 01:54:41 +00:00
bryner%brianryner.com 4796c3ee7d Fix some strings in the .NET manifest file (bug 226967). patch by sipaq, r=me. 2003-11-30 01:41:38 +00:00
cbiesinger%web.de 4c9585747a (firebird only) 225398 res/html/* not packaged by installer 2003-11-30 01:00:39 +00:00
ben%bengoodger.com 213c76bf4f Add missing xpt files to the packager list. This fixes:
- various dlmgr bugs
- view source
- find in page
for installer builds!
2003-11-30 00:11:27 +00:00
ben%bengoodger.com 15ab5ec6aa Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com a920910857 add downloads.xpt to packager listing, fixing download manager in installer builds (hopefully!) 2003-11-29 07:10:45 +00:00
ben%bengoodger.com 281ff94c8d icons 2003-11-27 03:25:56 +00:00
ben%bengoodger.com c369a64336 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
mkaply%us.ibm.com 735e7d7906 New OS/2 icon 2003-11-25 18:45:21 +00:00
bryner%brianryner.com 9710e7dd2b Use our own default window icon on Linux 2003-11-25 05:02:25 +00:00
scott%scott-macgregor.org 7bfea0890f Change the mac creator type on firebird to MOZB (b is for browser) to avoid
using the same type as Mozilla (MOZZ). This makes url delegation between thunderbird
and firebird work on the mac without the two tripping over each other.

a=brendan on the new creator name
2003-11-25 03:12:40 +00:00
chanial%noos.fr 263d97c4e5 fix "find in page" and "find Again" menuitems. 2003-11-21 19:06:37 +00:00
bryner%brianryner.com 1bfa3b946a whitespace change to work around XUL preprocessor dependency problems 2003-11-21 00:38:54 +00:00
darin%meer.net f8fbc14169 fixes bug 226071 "xremote: openURL doesn't work well when multiple apps with different capabilities are present" r=bz,blizzard sr=bryner a=asa 2003-11-21 00:09:50 +00:00
chanial%noos.fr d36552fc2e 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
chanial%noos.fr 503a1ea4c2 convert chrome://global/content/widgets to chrome://global/content/bindings 2003-11-20 05:14:08 +00:00
chanial%noos.fr 950e58703b redefine Ctrl-I,J,K for linux. See bug 226273 for the Linux, Mac and Windows short key table.
remove #ifdef in browser.dtd
2003-11-20 00:45:03 +00:00
mkaply%us.ibm.com 37ac713aac #222978
r=mkaply, a=mkaply
Get fonts working again on OS/2 Firebird
2003-11-19 20:38:06 +00:00
ben%bengoodger.com 96148f7d88 Don't use Accel+I to open the bookmarks bar on Mac - Accel+I is traditionally mapped to Info on MacOS. 2003-11-17 02:27:26 +00:00
chanial%noos.fr 193fc3f77e update update_notifications.provider.0.datasource, even if we don't use it (patch by Steffen Wilberg) 2003-11-16 04:01:31 +00:00
chanial%noos.fr 69ad75915b update general.useragent.contentlocale (patch by Steffen Wilberg) 2003-11-16 03:59:29 +00:00
chanial%noos.fr 629caed270 update startup.homepage_override_url, even if we don't use it (patch by Steffen Wilberg) 2003-11-16 03:53:39 +00:00
chanial%noos.fr 14bebd3b84 remove the pref intl.content.lang: it was only used for the communicator sidebars. 2003-11-16 03:34:56 +00:00
chanial%noos.fr e6cab90673 move the i18n part of browser.properties into the toolkit (intl.properties)
Even if the platform dependent files intl.properties are identical for en-US, I think it's a good idea to keep them in seperate directories, to not mislead localizers.
2003-11-15 08:26:10 +00:00
bryner%brianryner.com a45ddc39c5 Fix tree rowcount change notifications for cookie manager (bug 215656). patch by steffen.wilberg@web.de, r=bryner. 2003-11-15 00:00:39 +00:00
timeless%mozdev.org 6a050e3d5d Bug 219899 localization issue in browser-menubar.inc: hardcoded menu label "Window"
patch by mpconnor@rogers.com r=ben
2003-11-14 05:10:46 +00:00
jshin%mailaps.org 930103204f bug 224748 : make hardcoded charset names canonical (r=smontagu, sr=blizzard) 2003-11-14 01:00:03 +00:00
ben%bengoodger.com c71735d1eb Fix the Developer Tools jst so Inspector can be installed 2003-11-12 23:24:03 +00:00
ben%bengoodger.com 97cffb8ebe Turn on ADT Package for installer 2003-11-12 09:31:48 +00:00
ben%bengoodger.com 6a6ac8a221 Turn on Inspector in Firebird 2003-11-12 09:15:56 +00:00
chanial%noos.fr 8a3a343383 bug 221597: remove reference to a communicator locale (sidebar.properties) by copying and updating it (Sidebar Internet Search Tab -> Search Bar) 2003-11-12 05:52:02 +00:00
chanial%noos.fr 894580c7de bug 225215: alt-Enter doesn't work in the search bar 2003-11-12 05:13:43 +00:00
chanial%noos.fr f539414ef8 coding style nit 2003-11-12 03:31:56 +00:00
chanial%noos.fr 622b02daa0 bug 224241: sidebar installation is broken.
hyatt should find a way out of the Matrix :-).
patch suggested by caillon.
2003-11-12 03:13:40 +00:00
ben%bengoodger.com 85b7d636a4 remove unnecessary entries from packages-static 2003-11-10 07:18:31 +00:00
ben%bengoodger.com 05e7473edd Add satchel to the packager list 2003-11-10 07:10:53 +00:00
ben%bengoodger.com 9de9449f70 Include browser-region in this jst file 2003-11-10 06:44:06 +00:00
ben%bengoodger.com 0c6f7d74cc Let's not actually package up these files until they work, to save on download size. 2003-11-10 04:48:00 +00:00
ben%bengoodger.com dd8ec4eeab Update skin name so the new theme actually works 2003-11-09 23:24:23 +00:00
darin%meer.net d511e38761 fixes bug 224240 "nsURIChecker cleanup" r=biesi sr=bzbarsky 2003-11-09 22:49:57 +00:00
bryner%brianryner.com 8f21653373 get rid of console window for win32 gcc builds, and limit heap size per bug 127069. 2003-11-09 22:17:10 +00:00
chanial%noos.fr 0a5bfb49e1 Bug 225091: Ctrl+P no longer works 2003-11-09 05:49:50 +00:00
ben%bengoodger.com cc74eea8e7 Pinstripe for Firebird, new default theme for MacOS X. Contributed by Kevin Gerich (webmail@kmgerich.com), iconography by Stephen Horlander (stephen@noved.org) 2003-11-09 03:12:52 +00:00
chanial%noos.fr 7492700230 Bug 224990: search bar is unusuable if the specified searchplugin is not found.
If the search engine is not found, fall back to find in page
2003-11-08 06:06:11 +00:00
ben%bengoodger.com d66e3e54f2 change version number, adjust script to remove timebomb (thanks Simon Paquet) 2003-11-08 00:33:09 +00:00
bryner%brianryner.com 31dff9bb36 Don't --disable-installer. 2003-11-07 08:38:11 +00:00
chanial%noos.fr 710311c4d4 add browser.search.defaultengine to the pref sanctuary 2003-11-07 05:00:06 +00:00
ben%bengoodger.com 2b57d77ac9 Last script updates 2003-11-07 02:31:01 +00:00
ben%bengoodger.com 3b55fd4459 More updates... 2003-11-07 01:52:16 +00:00
mkaply%us.ibm.com 3069e9949e #223782
r=jst, sr=darin
remove support for dom.disable_cookie_[get,set] prefs
2003-11-06 19:35:22 +00:00
mkaply%us.ibm.com a4256e1314 #152264
r=jshin, sr=blizzard
zh-HK support for firebird and thunderbird
2003-11-06 18:57:39 +00:00
ben%bengoodger.com 0ff54f68d3 Making the uninstaller work... 2003-11-06 09:44:14 +00:00
ben%bengoodger.com 49a4425bff String updates 2003-11-06 08:39:50 +00:00
chanial%noos.fr 554d3b56dd cvs remove unused files.
(including pref-bidi.dtd, not part of any build see bug 79675)
2003-11-06 07:10:01 +00:00
chanial%noos.fr 2691ededcf bug 224399: fix the print toolbar button. I missed an occurence of BrowserPrint(). Use of the command system and rename Browser:Print to cmd_print. 2003-11-05 20:45:34 +00:00
ben%bengoodger.com 4ab85ade8c Ongoing updates... 2003-11-05 07:01:42 +00:00
bryner%brianryner.com c8569e38ae Force autoregister on the first run after completing a build (even for optimized builds) like seamonkey does. 2003-11-04 07:42:52 +00:00
ben%bengoodger.com 0f2afd62cf ngoing work... 2003-11-04 06:52:53 +00:00
chanial%noos.fr fa9a5a2952 Bug 223390: "Save as" and "Save Link as..." save gzipped content when server uses gzip transfer-encoding. porting fix from the suite. Patch by bz. Thanks Jesse! 2003-11-04 05:31:55 +00:00
chanial%noos.fr daca70acb4 bug 224569: Cookie Manager and Exceptions window should remember column size. patch by Steffen Wilberg <steffen.wilberg@web.de> r=me.
some flex tweaking, also
2003-11-04 05:02:35 +00:00
chanial%noos.fr 316945145b bug 221599: remove comm.jar dependencies in nsGlobalHistory.cpp by adding history.properties for now. Putting the history in the toolkit seems highly bogus. 2003-11-03 08:14:10 +00:00
chanial%noos.fr 214031461c bug 224522: collapse menuitem needs a correct accesskey "C".
Moving the crap out of history.properties.
2003-11-03 08:05:03 +00:00
chanial%noos.fr 6592437e19 bug 221597: removing comm.jar dependencies in contentAreaUtils.js by copying contentAreaCommands.properties for now. 2003-11-03 07:21:55 +00:00
chanial%noos.fr cccdcba8fd Bug 221597: remove the comm.jar dependecies in the history panel 2003-11-03 07:10:04 +00:00
chanial%noos.fr 80ce23d405 remove prefs print.use_global_printsettings and print.save_print_settings (not used in the backend). They offer few if any interest. Their default behavior is kept: a print action and Page Setup change will be saved and windows share the same print settings. 2003-11-02 01:21:46 +00:00
chanial%noos.fr e18f6e99dc Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
bryner%brianryner.com 63225e8fa7 add -framework IOKit to fix static build bustage 2003-10-31 21:44:05 +00:00
chanial%noos.fr 06141fc09a Don't preprocess dtd files. 2003-10-31 15:49:17 +00:00
chanial%noos.fr 00721180c3 Bug 223161: New FB Help Forum for new users.
patch by Mike Connor <mpconnor@rogers.com>
2003-10-31 01:39:29 +00:00
varga%nixcorp.com 2048617717 Checking in for Jungshik Shin.
Fix for bug 195093. 'modernize'  nsILocale and nsIPlatformCharset.
r=smontagu sr=darin
2003-10-30 15:08:48 +00:00
varga%nixcorp.com ea82c8c3ca Fix for bug 221361. right click context speed is very slow with large selections
r=jan,neil sr=alecf patch by gemal
2003-10-30 10:32:59 +00:00
ben%bengoodger.com 7d964c30f6 Incremental installer updates 2003-10-30 02:12:10 +00:00
chanial%noos.fr 940d9e626c - Rewrite the way we handle print preview so that it can be used in any XUL app. This is achieved by adding a new "public" method to PrintUtils:
PrintUtils.printPreview(enterPPCallback, exitPPCallback) where the optional callback functions are called just before entering and after exiting PP mode

- disable all short keys in PP mode except ctrl-W and fix bug 178485 and bug 215277. Now clicking the close window icon actually closes the window.

- global vars gPrintSettingsAreGlobal, gSavePrintSettings, gPrintSettings, gOldCloseHandler, gInPrintPreviewMode, gWebProgress are removed.

- A lot of cleanup.
2003-10-29 08:01:27 +00:00
chanial%noos.fr 56c3215456 fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
chanial%noos.fr a6159bcb7f move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +00:00
chanial%noos.fr 9a1613924e Bug 221597,221599: remove toolkit and browser dependencies to chrome://communicator/content/pref/pref-charset.xul by copying it to the toolkit and renaming it as customizeCharset.xul. 2003-10-26 04:03:29 +00:00
chanial%noos.fr 2619964d15 correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr fc9f0c7879 bug 223534: alt+enter for opening URL in new tab doesn't work at all. Fix the problem by preventing Alt+Enter default action in the bubbling phase instead of the capturing one so that Alt+Enter can be handled and still doesn't beep on WinXP. 2003-10-25 19:31:07 +00:00
ben%bengoodger.com e26335bbb1 Update static rules for Mac to ensure we link against Quicktime. 2003-10-24 07:44:34 +00:00
ben%bengoodger.com 0205da5af7 MacOS X Firebird updates:
- bug 217121 (contentAreaUtils.js)
- bug 223331 (browser.js)
- bug 223330 (all.js)
2003-10-24 07:41:43 +00:00
chanial%noos.fr 95533bcc09 Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2003-10-24 06:55:04 +00:00
chanial%noos.fr 19294c34e0 complete rewrite of search.xml: more functionalities with less code :-)
add shortkeys to toggle the search engine (bug 200884), by using ctrl-arrow up and down in the search bar.
remove the pref browser.search.defaultengine. Now we rely on the local store so we can have several windows with different search engines.
2003-10-22 08:45:54 +00:00
chanial%noos.fr 727d9697a5 - add new debug routine dumpDOM that writes the DOM tree under a given element.
- enhance dumpOBJ debug routine to deal with null and properties not accessible that trigger an error
- enclose all the debug routine by a #ifdef DEBUG
2003-10-22 07:57:34 +00:00
chanial%noos.fr 3eb084bb8a cvs remove browser/components/search (not built) 2003-10-22 07:46:00 +00:00
chanial%noos.fr bcbc4df877 add tri-licence 2003-10-22 06:35:37 +00:00
scott%scott-macgregor.org 935368edb4 Bug #214400 --> allow distributors to allow 4.x profile migration via a pref instead of forcing it to be off for thunderbird and firebird.
This removes a MOZ_XUL_APP ifdef

sr=bienvenu
2003-10-21 23:36:47 +00:00
varga%nixcorp.com 0f42747ce0 Changing my email address. 2003-10-21 15:35:57 +00:00
ben%bengoodger.com 240f7083f1 Updates... 2003-10-20 19:59:49 +00:00
noririty%jcom.home.ne.jp 5d94067160 Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird 2003-10-19 15:18:15 +00:00
chanial%noos.fr 157ef834e4 Bug 221597: remove comm.jar dependencies in browser.js by forking metadata.xul (now: metaData.xul)
move pageInfo.css into skin.
2003-10-17 18:00:38 +00:00
chanial%noos.fr b218873bd9 bug 221078: unfork firebird/mozilla cookie prefs.
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:21:48 +00:00
chanial%noos.fr f40f073a59 bug 221078: unfork firebird/mozilla cookie prefs.
Initial patch by dwitte.
This patch migrates and removes the old cookie prefs. UI is not changed.
2003-10-17 15:05:49 +00:00
chanial%noos.fr 6e70afd595 bug 222625: Default attribute for preferences should be "value"
bug 222030: useless use of wsm_attributes used in <data/> objects
and also remove some silly use of prefattribute
2003-10-17 14:56:39 +00:00
bryner%brianryner.com 2b5d9d1935 really fix bug 220067, and add license from nsWalletTreeUtils.js (the source of this code) 2003-10-16 18:09:55 +00:00
bryner%brianryner.com 1e4216d0e5 removing unused file 2003-10-16 18:07:21 +00:00
bryner%brianryner.com 8070d92cc8 port fix to sort strings case-insensitively, bug 220067 2003-10-16 09:44:52 +00:00
bryner%brianryner.com 55679b8fa3 bring over active link color default pref 2003-10-15 20:30:21 +00:00
chanial%noos.fr bcb0e8806f Bug 221597: remove comm.jar references in pref-fonts.xul 2003-10-14 22:54:54 +00:00
chanial%noos.fr 5a1031a648 Bug 221597: remove comm.jar references in openLocation.xul 2003-10-14 22:36:58 +00:00
chanial%noos.fr f2cd080dc1 Bug 221597: remove comm.jar references in pref-theme.* 2003-10-14 21:18:44 +00:00
chanial%noos.fr ad1cbb667e bug 221597: remove comm.jar dependencies in pref-calibrate-screen.xul 2003-10-14 20:38:25 +00:00
chanial%noos.fr f50f3f171c on going work on bug 221597: move the close, restore and minimize icons to the toolkit. 2003-10-14 20:11:16 +00:00
chanial%noos.fr 0be55187c2 removing comm.jar dependencies in the bookmarks component. Escape close the window and fix for bug 168412.
Also remove the bookmark edit command (ex: cmd_bm_paste) and use the edit ones instead (ex: cmd_paste)
2003-10-14 05:20:35 +00:00
ben%bengoodger.com d4bec3bea7 Updated installer scripts for the new FE... 2003-10-12 01:25:28 +00:00
chanial%noos.fr 607798204c Undo overzealous commenting (bug 221692) 2003-10-09 15:04:42 +00:00
chanial%noos.fr d021e8e05b fix regression from last checkin (bug 221667) 2003-10-09 12:08:44 +00:00
chanial%noos.fr ac77f358a6 - fix regression 221118: Can't drag links into bookmark manager or bookmark sidebar.
- logic change: a transaction will not be performed when one of its item can not be acted on. Before, the only the valid items were processed. A LOT of simplifications have come up. I am slowly moving toward the resolution of bug 168411, by simplifying the interface that will be needed to move the transactions to the bookmarks service.
- fix bug 221550: the selection is not retained when performing an invalid transaction
- no need to restore the selection after an action that doesn't touch the datasource.
- during a batch, the bookmarks toolbar observer wasn't notified.
- much faster preUpdateTreeSelection
- various code cleanup
- DND bookmarks in tree is now significantly faster.
- still need to figure out what is the best BATCH_LIMIT value.
2003-10-08 09:01:48 +00:00
ben%bengoodger.com c49bcde2bf remove unnecessary files 2003-10-08 08:22:29 +00:00
ben%bengoodger.com 5b1e7e57fb Firebird Installer Component XPI Install Scripts, default installer wizard ini files, and installer configuration script. 2003-10-08 08:20:11 +00:00
chanial%noos.fr dc5278472c checking in back the fix for bug 172113.
an additional fix is included: if no ...#BookmarksToolbarFolder arc is found, then search for an (obsolete) resource "NC:PersonalToolbarFolder" (221410).
When none of them is found, then a new btf is created (only once!).
2003-10-08 08:17:23 +00:00
chanial%noos.fr 5bc4de8a82 For the next cycles: backing out the changes for bug 172113 to investigate perf because I landed them just after the tinderbox went down and also because large landings occurred before it went up. 2003-10-08 04:45:29 +00:00
chanial%noos.fr de72792107 - bug 172113: rewrite the way we handle the bookmarks toolbar folder. Now, there is no more 2 ways to characterize the BTF: by an arc to the resource "...#BookmarksToolbarFolder" that points to the literal "true". As a consequence, the resource NC:PersonalToolbarFolder and "...#folderType" are dead.
- remove unused functions. Note that RDF commands were already broken, so deleteBookmarkItem and insertBookmarkItem (that were not used) may come back, but in another form.
- remove the "New Bookmark Folder" and "New Search Folder"
- refactor the "html" serializer to avoid some duplicated code.
- remove the use of the profile name for the bookmarks root.
- enforce synthax "aArgument" in some random places.
2003-10-03 20:30:14 +00:00
bryner%brianryner.com f415147b38 patch from will levine to fix building with mingw gcc 3.3.1 (bug 220433). 2003-10-01 01:17:56 +00:00
chanial%noos.fr 5597accdfa - code level cleaning up of bookmarksProperties.js
- fixing a potential crash in nsBookmarksService::GetTarget (when the RDF resource is null)
- remove unused function isChildOfContainer and GetResource in bookmarks.js though we may need later the latter.
2003-09-30 16:16:56 +00:00
chanial%noos.fr bacce1da44 fixing bustage by putting back placeholders for AddBookmarkImmediately and IsBookmarked since they are used in nsInternetSearchResult.cpp.
I'll fix later these useless callers.
2003-09-30 15:56:16 +00:00
chanial%noos.fr da1d3f24d4 - adding bookmark/separator in the bookmark manager now calls the property dialog for consistency with the folders.
- fix the use of the immutable bookmarks.
- remove unused methods: GetLastCharset and AddBookmarkImmediately
- porting several small fixes mainly from Jan's work
- more prototyping for BookmarkTransaction
2003-09-29 21:43:11 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
ben%bengoodger.com 8fad4a03c8 d'oh! 2003-09-28 18:53:09 +00:00
asa%mozilla.org 54bd9d73bc Follow-up checkin to bug 165653.
Drop Firebird's dependency on Gecko's DOM for the sidebar; it should provide it itself.
Patch=caillon
r=bryner
sr=jst
2003-09-26 23:45:44 +00:00
ben%bengoodger.com 4f96b0d800 Point start page to something on mozilla.org for now. Will be a support link in .8. 2003-09-25 22:02:55 +00:00
dbaron%dbaron.org 63fc8c8cf4 Make the rv:N.N part of the UA string come from the MOZILLA_VERSION macro (from config/milestone.txt) instead of from a pref. b=220220 r=darin sr=bryner 2003-09-25 05:39:11 +00:00
ben%bengoodger.com b6cc06fec0 Fix Firebird bugs
217195 (patch by Jesse Ruderman) - security hole in markLinkVisited (exploited with link.href usage)

219875 (patch by Mike Connor) - localize strings for provisional security UI in Advanced Options panel
2003-09-23 19:34:25 +00:00
dbaron%dbaron.org 407031aaf7 Update version number from 1.5b to 1.6a. b=219695 2003-09-21 17:13:12 +00:00
ben%bengoodger.com 0ab6469cf2 Update trunk Firebird version numbers 2003-09-19 00:46:28 +00:00
mkaply%us.ibm.com bfcdf21dfa Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-15 19:16:24 +00:00
noririty%jcom.home.ne.jp 138160d974 Fix 213994 - hide incompatible themes. Patch by mpconnor@rogers.com 2003-09-12 21:00:01 +00:00
ben%bengoodger.com 7404b6d7e0 Move "Fonts & Colors" from Web Features to General 2003-09-12 07:23:36 +00:00
bryner%brianryner.com 9a8592b10f Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 21:37:51 +00:00