Commit Graph

824 Commits

Author SHA1 Message Date
bryner%brianryner.com
49c27c8e7c fixing warning about missing newline 2004-03-05 19:42:05 +00:00
bryner%brianryner.com
afa29553bd remove extra semicolon 2004-03-05 19:41:49 +00:00
ben%bengoodger.com
bd67aaaf11 (215094) Move migration-started observer notification to the correct place to fix automigration 2004-03-05 00:46:54 +00:00
ben%bengoodger.com
7bf11d6698 (215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup. 2004-03-05 00:42:05 +00:00
ben%bengoodger.com
5389cd34a1 damnit! 2004-03-04 08:47:31 +00:00
ben%bengoodger.com
4e0748a005 Fix Imola bustage - move includes to .h file 2004-03-03 23:18:17 +00:00
ben%bengoodger.com
ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
ben%bengoodger.com
5344fbb0c1 oops, forgot to add a line to REQUIRES when I changed toolkit profile's module name 2004-03-03 21:16:45 +00:00
ben%bengoodger.com
abd53e9dea (215094) break imola now, so I can fix the safari profile migrator. 2004-03-03 21:02:16 +00:00
ben%bengoodger.com
be7017006d fix gabrielle. substitute single \ for \\ 2004-03-03 21:00:30 +00:00
ben%bengoodger.com
2e940217f7 turn back on IE profile migrator to break gabrielle 2004-03-03 20:48:43 +00:00
ben%bengoodger.com
f7d7fa2ee8 change the name of the profile module so clobbering doesn't break the build 2004-03-03 20:48:02 +00:00
ben%bengoodger.com
009ceaf8d4 oops 2004-03-03 10:06:47 +00:00
ben%bengoodger.com
115e9c90b3 uhh... turn off ie migrator too then. 2004-03-03 09:13:11 +00:00
ben%bengoodger.com
55160b9c14 turn off safari migrator until I'm at a mac and can figure this out 2004-03-03 08:47:21 +00:00
ben%bengoodger.com
77300dad75 215094 Turn on profile migration 2004-03-03 07:52:59 +00:00
ben%bengoodger.com
c393aae4e4 (215094) - Make Seamonkey & Phoenix migrators copy host permissions file, make automigrate work 2004-03-03 07:42:53 +00:00
ben%bengoodger.com
f5d8c2798e (215094) More Safari profile migrator stuff - detect the default character set for web page fonts. 2004-03-02 21:26:25 +00:00
ben%bengoodger.com
4e10af9ca4 (215094) - fix compile error in opera profile migrator that for some reason didn't affect linux 2004-03-01 23:26:00 +00:00
ben%bengoodger.com
d4b5c839a4 (215094) - hi-ya! OK, I think I understand what's going on here now, finally. Not only was I leaking, I was also blowing all my buffers. Realloc the buffer alloced by the binary stream when reading a string of bytes from the Opera Cookies file to make room for the null terminator. Hopefully this is cut #999 or #1000 or so in the migrator's linux death. 2004-02-29 23:15:19 +00:00
ben%bengoodger.com
57c9a7c807 (215094) more memory management tweaks 2004-02-29 22:35:37 +00:00
ben%bengoodger.com
3589e2bacc (215094) - let's not play the manual memory management game unless we have to. Use some more XPIDLStrings instead of manually freeing PRUnichar*... 2004-02-29 22:07:43 +00:00
ben%bengoodger.com
d5ac1b593a (215094) yes, ben, you are expected to free strings after they're allocated. Except in this case we don't need to do a string copy anymore now that we made the INI parser take a const char*, so just use .get() on the path we got earlier. 2004-02-29 22:03:47 +00:00
ben%bengoodger.com
4521564347 (215094) - leaks, leaks, all around. Free buffers allocated by Binary Stream when reading cookies. 2004-02-29 21:58:21 +00:00
ben%bengoodger.com
1c299a7bf5 (215094) - only free the pref transform's |stringValue| field if the transform's type was STRING - otherwise it's uninitalized garbage and can cause us to crash on linux. 2004-02-29 21:45:25 +00:00
ben%bengoodger.com
8786effc2b Bring patch from 236010 across - prevent INI parser from reading memory beyond EOF. Patch by Andrew Schultz <ajschult@mindspring.com>, r=bsmedberg, sr=dveditz 2004-02-29 21:38:36 +00:00
mconnor%myrealbox.com
69cef8f316 Bug 223287 - Cannot manually edit home page in Preferences if toolbar icon is removed, patch by pike@pikey.me.uk, r=pch 2004-02-29 18:37:24 +00:00
ben%bengoodger.com
a705969288 235129 - crash when exporting bookmarks. (add a null check) 2004-02-29 06:10:56 +00:00
ben%bengoodger.com
42793b726a (215094) leak city in opera profile migrator. Switch to using XPIDLCStrings to avoid having to manually free cstrings alloced by INI parser 2004-02-29 05:56:43 +00:00
ben%bengoodger.com
a9034efaa2 (215094) fix a few warnings 2004-02-29 03:21:58 +00:00
ben%bengoodger.com
4bfaea652e (215094) - fix leak in CopySmartKeywords - free the INI parser when we're done with it. 2004-02-29 02:20:17 +00:00
ben%bengoodger.com
0b43563ce1 (215094) - fix a hang in Opera Preferences migration - when no color settings are present in Opera preferences file, do not copy uninitialized variables into buffer 2004-02-29 02:18:44 +00:00
ben%bengoodger.com
7b1b1fe0fc remove another unnecessary printf 2004-02-29 01:54:38 +00:00
ben%bengoodger.com
841a6c4ef0 remove unnecessary dump 2004-02-29 01:50:14 +00:00
ben%bengoodger.com
2d7692acdb (215094) - Opera Migrator hangs at the end occasionally because of null observer service 2004-02-29 01:49:53 +00:00
ben%bengoodger.com
a8724d26f5 (215094) Make profile migrator build and somewhat run on Linux 2004-02-29 00:48:11 +00:00
ben%bengoodger.com
602b725ee8 (215094) - Make Migrator only show options in import data source list that can be imported after the profile has been loaded. 2004-02-25 10:23:18 +00:00
ben%bengoodger.com
1ba383a21b (215094) - migration wizard should not be opened as a modal window on MacOS X. 2004-02-25 05:26:34 +00:00
mconnor%myrealbox.com
4974fbed2d Bug 233899: Deletion of non-contiguous cookies leaves holes in Cookie Manager, port fix from Seamonkey bug 231499, r=blake 2004-02-25 03:52:16 +00:00
mconnor%myrealbox.com
aa82b6572d Bug 235137: remove unused checkDownloadDirectory() from pref-navigator.js, r=blake 2004-02-25 03:28:31 +00:00
ben%bengoodger.com
b0d37e9d00 (215094) Add Phoenix Profile Migrator to handle old profiles after we change the application directory name to "Firefox" from "Phoenix", shuffle shared code into the Netscape Profile Migrator base. 2004-02-25 02:46:07 +00:00
ben%bengoodger.com
de2e6f44c1 (215094) Update string uses, replace history contract id with cid 2004-02-24 10:38:24 +00:00
ben%bengoodger.com
ed2afb145b Make migration wizard more generic and less complex 2004-02-24 05:35:32 +00:00
ben%bengoodger.com
9d1096ef32 Extend API to allow the migrators to say if a) the browser is installed and b) the import data sources that are avialable for that browser 2004-02-24 03:38:15 +00:00
ben%bengoodger.com
fd51122268 Bug 234426 - IE profile migrator sets deprecated seamonkey pref browser.startup.page. Fix by Dave Hallowell <dave532@uklinux.net> r=ben@mozilla.org 2004-02-24 00:42:12 +00:00
blakeross%telocity.com
421df07918 Also focus quicksearch field in bookmarks sidebar to match history. 2004-02-21 11:37:06 +00:00
blakeross%telocity.com
7ab18c7188 Fix 205107: focus search box in history quicksearch box. 2004-02-21 11:11:29 +00:00
blakeross%telocity.com
93916fa325 Fix 207188: clearing history/all in prefs doesn't clear session history. 2004-02-21 07:02:53 +00:00
cls%seawood.org
294ab743fd Link order matters. Fixing mingw bustage.
Thanks to Nick Thomas <nrthomas@ihug.co.nz> for the original patch.
Bug #234940 r=cls
2004-02-21 04:51:44 +00:00
jst%mozilla.jstenback.com
4f8a9cbb12 Fixing last part of bug 68215, making FireFox play nicely with the onbeforeunload event too. r+sr=ben@bengoodger.com 2004-02-19 21:52:31 +00:00
jshin%mailaps.org
e36a7933da bug 224595 : use de/encodeURI(Component) instead of escape/unescape (extra patch) : r=neil, sr=bryner 2004-02-19 11:13:29 +00:00
ben%bengoodger.com
462e9372a9 more safari migrator stuff 2004-02-18 05:04:22 +00:00
rlk%trfenv.com
f15fc5b39e Re-enabling Help. Ben accidentally disabled help while landing the Migration Branch. 2004-02-17 21:54:04 +00:00
ben%bengoodger.com
d481c45ab0 Begin to do some migration code... add code to the safari migrator that opens a Property List file into a CFDictionary... 2004-02-17 07:59:11 +00:00
blakeross%telocity.com
e36f0f8f9d Fix 198616: Copy Link Location doesn't work in history. 2004-02-17 07:28:20 +00:00
blakeross%telocity.com
7baeab6781 Remove unused file. 2004-02-17 05:53:09 +00:00
blakeross%telocity.com
2af53f5705 Remove more bad file association junk. 2004-02-17 05:51:10 +00:00
ben%bengoodger.com
02108bd617 Make the Migrator build on OS X 2004-02-17 03:59:06 +00:00
blakeross%telocity.com
9ba916a3ab Add makefile, fix bustage. 2004-02-16 09:21:38 +00:00
blakeross%telocity.com
57bf873b61 Fixing Firefox clobber build. 2004-02-16 08:44:50 +00:00
blakeross%telocity.com
d7c7fadeee Fix 216432 - Firefox shouldn't steal so many file associations. Also prevent Firefox from stealing the "edit" association of html files. 2004-02-16 04:48:22 +00:00
blakeross%telocity.com
a4121cd8a5 Fix 216432 - Firefox shouldn't steal so many file associations. Also prevent Firefox from stealing the "edit" association of html files. 2004-02-16 04:23:56 +00:00
blakeross%telocity.com
5ecf903f0a Rip out some turbo garbage. 2004-02-16 03:54:56 +00:00
blakeross%telocity.com
576c6dac3f Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:51:10 +00:00
blakeross%telocity.com
e7b7a9aa60 Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:41:56 +00:00
blakeross%telocity.com
ce6c0a408a add file 2004-02-15 07:26:19 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
ben%bengoodger.com
1c6bf4af45 Bring migration branch to trunk. This is not turned on yet! 2004-02-15 00:54:42 +00:00
rlk%trfenv.com
ab94c471e1 Bug 231533 - Checkin Firebird Help 1.0.1 to the Firebird tree. r=ben@mozilla.org 2004-02-14 14:43:26 +00:00
bsmedberg%covad.net
814b876053 Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes. 2004-02-11 02:10:04 +00:00
ben%bengoodger.com
eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
blakeross%telocity.com
0061b8bf8d Fix 233473: History doesn't sort properly. 2004-02-09 05:04:33 +00:00
rlk%trfenv.com
dc2ac1b3fd Bug 232722 - change 'character coding' to 'character encoding'. Patch by Jungshik Shin <jshin@mailaps.org>. r=rlk@trfenv.com, sr=ben@mozilla.org 2004-02-08 15:48:50 +00:00
chanial%noos.fr
14f707bb95 bug 231824: the bookmarks toolbar folder should be indelible. 2004-01-23 06:36:42 +00:00
chanial%noos.fr
74d33bab94 Bug 229241: Bookmarks menu fails to collapse if bookmark is middle clicked.
YAW. Thanks to Mike for testing the patch.
2004-01-19 06:16:46 +00:00
chanial%noos.fr
dd28fce3a9 231043: open/close tree view button in Add Bookmark dialog at a bad location 2004-01-18 22:47:43 +00:00
chanial%noos.fr
d54521401d Bug 230396: in the BT, new folders can only be created in menupopups with the context menu, clarifying comments.
initial patch by Gregor Larson <comm001@glarson.org>
2004-01-10 04:55:12 +00:00
rlk%trfenv.com
628fadbe0a forgot some files. 2003-12-31 16:13:02 +00:00
rlk%trfenv.com
3f746eb673 Firebird Help build bustage fix 3 :) 2003-12-31 16:09:30 +00:00
rlk%trfenv.com
af0f073dad *** empty log message *** 2003-12-31 03:18:54 +00:00
rlk%trfenv.com
30ee78a958 Firebird Help checkin, without bustages :). 2003-12-31 02:37:11 +00:00
rlk%trfenv.com
7e34ac32ef Fixing Help Viewer bustage and re-enabling it. Also fixing image problems. 2003-12-30 22:50:08 +00:00
ben%bengoodger.com
4f22c98a39 224521 - apply security fix from seamonkey 161546 - loading javascript or data urls from history causes them to execute in the context of the current page. 2003-12-30 22:40:36 +00:00
rlk%trfenv.com
a32ba04463 Fixing images. 2003-12-30 18:44:03 +00:00
rlk%trfenv.com
25b109e753 Fixing images. 2003-12-30 18:43:33 +00:00
ben%bengoodger.com
3e0ab55173 Looks like forgotten files. I'm going to turn this off until it really works. 2003-12-30 05:15:02 +00:00
rlk%trfenv.com
f9e13fd04f Bug 165960 - Implement Mozilla Firebird Help. r=ben@mozilla.org 2003-12-30 02:27:34 +00:00
chanial%noos.fr
fd16f866ee Polish the add bookmarks dialog:
- access key to the "Create in" button
- clicking on the label should focus the control next to it.
- Change the order of the focus with tab: the name field, the menulist field and then the expander.
- renaming some entities to respect the interCaps convention
2003-12-21 04:11:08 +00:00
chanial%noos.fr
7fb227df4f workaround for bug 227951: add bookmarks dialog grows everytime the expander is clicked.
Use of resizeTo instead of sizeToContent (buggy on Windows)
2003-12-21 04:09:02 +00:00
chanial%noos.fr
b7c01103c3 fix regresion 228952: open in tabs broken 2003-12-19 19:14:15 +00:00
chanial%noos.fr
6d3d288fac more on bug 210910: menubar menus don't have an "open" attribute, and when a dialog opens, the child of the target of the context menu is not closed. 2003-12-19 06:04:25 +00:00
chanial%noos.fr
0836593697 remove debug dumps 2003-12-19 03:49:16 +00:00
chanial%noos.fr
4f59147559 the focus should be set to the content before executing a command that opens a modal dialog. When the dialog closes, focus automatically gets back to the focused element in the parent window. This fix will prevent the edit menu (undo, redo, delete...) to perform bm command.
Fix a harmless js error also.
2003-12-19 03:19:04 +00:00
chanial%noos.fr
a1e62f84ee dumpDOM debug function (not shipped) now accepts ID in addition to DOM elements. 2003-12-19 02:03:29 +00:00
chanial%noos.fr
d130654799 Bug 228897: pasting inserts a menusepator. We had the same problem inserting a resource in a folder via DND.
Some cleanup, use of "class" instead of "id" for the "open in tabs" menuitem and menuseparator, because the latter are supposed to be unique in the document.
2003-12-19 02:01:53 +00:00
noririty%jcom.home.ne.jp
d8b47954a9 Fix 228844 - Cannot search Japanese via Bookmark Sidebar 2003-12-18 15:06:39 +00:00
chanial%noos.fr
fe1be84a39 Bug 225921: Can't copy/paste bookmarks from personal toolbar
Bug 210910: Right-clicking a file within a bookmarks folder in the bookmarks menu or toolbar makes that folder inaccessible

I added the bm command controller to the menubar bookmark menu, to deal with hidden bookmarks toolbar.
2003-12-18 10:38:17 +00:00
chanial%noos.fr
4d0d06496a Bug 228285: make the bookmarks tree more discoverable, by adding a tooltip to the expander. 2003-12-16 23:57:03 +00:00
ben%bengoodger.com
0433296feb Bug 218775 - double clicking an extension should show its options... patch by steffen wilberg. <steffen.wilberg@web.de> 2003-12-16 01:06:37 +00:00
ben%bengoodger.com
cc623418bf Fix 227713 - General icon incorrectly highlighted in tools->options... patch by Mike Connor <mconnor@myrealbox.com> 2003-12-16 00:58:30 +00:00
ben%bengoodger.com
bcbe3881a1 Bug 225236 - Entering an invalid URI for popup whitelist breaks the Options dialog's OK button. Patch by Mike Connor. <mconnor@myrealbox.com> 2003-12-16 00:54:10 +00:00
chanial%noos.fr
4e8868b6ae fix several glitches, like:
- selecting a folder in the tree selects the menulist selectedItem if it is already in the dropdown
- unselect it if the folder is not in it
- make sure that a row is always selected.
- ensure that the row of a folder selected in the menulist is visible when the tree is expanded.
- cleanup, consolidate logic
2003-12-15 07:44:11 +00:00
chanial%noos.fr
90c184e9d9 Don't show deleted folders in the add bookmark drop down.
IsBookmarkedResource was only checking the parent of the resource to tell if it's in the bookmarks root hierarchy.
2003-12-15 07:26:55 +00:00
chanial%noos.fr
0d0df1c396 when disclosing the tree, the bookmarks root folder should always be open.
Typo in bookmarksManager.js
2003-12-15 00:55:22 +00:00
chanial%noos.fr
113d9d8d21 restore the line that updates the expander icon. It has been accidently removed.
Some cleanup.
2003-12-15 00:51:30 +00:00
chanial%noos.fr
f68ce6cecf Never include the bookmarks top root in the add bookmark dropdown menulist. 2003-12-15 00:26:20 +00:00
chanial%noos.fr
2eeb33ce37 Always show the Bookmarks Root and the Bookmarks Toolbar folder in the drop down menu. Their position in the dropdown are still determined by their LastModifiedDate, it's only when they don't make the short list that they are put at the bottom of the drop down. 2003-12-14 22:55:15 +00:00
chanial%noos.fr
1f1a132025 Bug 181033: add a "New Folder" button to the add bookmark dialog 2003-12-14 10:43:43 +00:00
chanial%noos.fr
c5035b17db Add two methods to the bookmarks service:
- getParent: returns the (first) parent of a resource.
- getParentChain: returns a nsIArray of containers from NC:BookmarksTopRoot down to the parent of the resource.
2003-12-14 10:41:58 +00:00
chanial%noos.fr
4562c8656f fix the no more persisted "class" attribute in old profiles.
the expandable state may be persisted in the future.
2003-12-11 14:23:02 +00:00
chanial%noos.fr
a16baf64ec Bug 228040: make the add bookmark dialog resizable.
I didn't noticed that because linux doesn't honor the option "resizable=no".
Patch by Steffen Wilberg, r=me.
2003-12-11 12:53:30 +00:00
chanial%noos.fr
ebffd7282a Bug 228035: patch by Steffen, r=me 2003-12-10 15:05:50 +00:00
chanial%noos.fr
fd49ad454c on going work on bug 214527: add folder icons to the menulist. 2003-12-10 14:45:37 +00:00
chanial%noos.fr
9aab5be252 add a |focus| method to the bookmarks tree widget 2003-12-10 05:33:56 +00:00
chanial%noos.fr
6103e75198 Bug 227761: Hardcoded Firebird string in phrase: downloadsRemoveExit.label
patch by Simon Paquet <bugzilla@babylonsounds.com>, r=me
2003-12-10 01:36:00 +00:00
chanial%noos.fr
768c4d5e39 fix template, as suggested by Neil 2003-12-08 23:58:12 +00:00
chanial%noos.fr
7f600cc6ad Landing new add bookmark dialog (bug 214527).
Featuring an expandable tree and a dropdown menu containing the last used folders.
The 'new folder' functionality has not been included, yet.
Thanks to bz for the help on nsCOMArrays.
2003-12-08 16:30:28 +00:00
chanial%noos.fr
21749bccc8 Bug 225269: Can't use a bookmark as my homepage
patch by Mike Connor, r=me
2003-12-07 01:11:39 +00:00
chanial%noos.fr
2b3090e09e Bug 225121: Uncheck 'Load this bookmark in the sidebar' failed 2003-12-07 00:02:32 +00:00
ben%bengoodger.com
863ac50034 Let's leave this off for just now. 2003-12-05 00:02:39 +00:00
ben%bengoodger.com
4a63ad4ff1 moz-bookmark URL support. preliminary. 2003-12-04 23:58:52 +00:00
ben%bengoodger.com
175130b283 We no longer need any of these files 2003-12-04 04:28:55 +00:00
jshin%mailaps.org
5684182912 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
497926a709 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
f3ec7eea72 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
687b3316bd Shorten delay before dlmgr window opens. 2003-11-29 23:57:52 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
mkaply%us.ibm.com
051f34c626 #222978
r=mkaply, a=mkaply
Get fonts working again on OS/2 Firebird
2003-11-19 20:38:06 +00:00
bryner%brianryner.com
dfcc425990 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
chanial%noos.fr
22bd07ecb3 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
8d152f3d52 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
mkaply%us.ibm.com
52f735028c #152264
r=jshin, sr=blizzard
zh-HK support for firebird and thunderbird
2003-11-06 18:57:39 +00:00
chanial%noos.fr
78a205117e 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
4773dba6c8 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
4249292cca 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
3fd3695714 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
6fb6c0acf8 Bug 221597: remove the comm.jar dependecies in the history panel 2003-11-03 07:10:04 +00:00
chanial%noos.fr
2e582dbb3c Add a routine |clearObsoletePrefs| to remove/migrate the old prefs 2003-11-02 01:09:18 +00:00
chanial%noos.fr
6be9c94ec8 Don't preprocess dtd files. 2003-10-31 15:49:17 +00:00
varga%nixcorp.com
2e490df717 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
chanial%noos.fr
31e49513d6 - 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
27226ee2a0 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
8b7c073a4a - 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
85f81b6573 cvs remove browser/components/search (not built) 2003-10-22 07:46:00 +00:00
varga%nixcorp.com
199cf9bc76 Changing my email address. 2003-10-21 15:35:57 +00:00
noririty%jcom.home.ne.jp
f5f4d124fe Fix b=170499 move visitLink() to toolkit for about dialog and thunderbird 2003-10-19 15:18:15 +00:00
chanial%noos.fr
a43d6710f0 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
75f2a9f5c3 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
3515d16faa 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
55adbb6571 removing unused file 2003-10-16 18:07:21 +00:00