Commit Graph

1451 Commits

Author SHA1 Message Date
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
varga%nixcorp.com
0300557bb8 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
ed988c39a1 Incremental installer updates 2003-10-30 02:12:10 +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
3065fc222b fix js warning: redeclaration of var target 2003-10-27 03:01:53 +00:00
chanial%noos.fr
7289e5bdc5 move printPreviewBindings.xml to the toolkit, fork printPreview.dtd 2003-10-26 05:00:15 +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
94a4a7af7d correct typo. no need to PP here. 80 column fix. untabify. 2003-10-25 20:16:48 +00:00
chanial%noos.fr
559d416186 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
685116577a Update static rules for Mac to ensure we link against Quicktime. 2003-10-24 07:44:34 +00:00
ben%bengoodger.com
2e8ab0a9e1 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
1ed0199b39 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
584cac56a4 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
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
chanial%noos.fr
f5e8c8f658 add tri-licence 2003-10-22 06:35:37 +00:00
scott%scott-macgregor.org
a27693468b 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
199cf9bc76 Changing my email address. 2003-10-21 15:35:57 +00:00
ben%bengoodger.com
2259244879 Updates... 2003-10-20 19:59:49 +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
10bbeb28bd 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
757044237d 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
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
bryner%brianryner.com
0e97dcab55 port fix to sort strings case-insensitively, bug 220067 2003-10-16 09:44:52 +00:00
bryner%brianryner.com
14bad0beae bring over active link color default pref 2003-10-15 20:30:21 +00:00
chanial%noos.fr
5047f7cadc Bug 221597: remove comm.jar references in pref-fonts.xul 2003-10-14 22:54:54 +00:00
chanial%noos.fr
be95a9e30a Bug 221597: remove comm.jar references in openLocation.xul 2003-10-14 22:36:58 +00:00
chanial%noos.fr
1e43f74565 Bug 221597: remove comm.jar references in pref-theme.* 2003-10-14 21:18:44 +00:00
chanial%noos.fr
d57c578337 bug 221597: remove comm.jar dependencies in pref-calibrate-screen.xul 2003-10-14 20:38:25 +00:00
chanial%noos.fr
82c47f7d35 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
842d885a0f 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
da2dd6fd1b Updated installer scripts for the new FE... 2003-10-12 01:25:28 +00:00
chanial%noos.fr
16014e6ec2 Undo overzealous commenting (bug 221692) 2003-10-09 15:04:42 +00:00
chanial%noos.fr
ccba7ce6b1 fix regression from last checkin (bug 221667) 2003-10-09 12:08:44 +00:00
chanial%noos.fr
deb907dede - 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
bbe90da650 remove unnecessary files 2003-10-08 08:22:29 +00:00
ben%bengoodger.com
2b634ab707 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
dc78449a98 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
fb4cd3d291 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
a8253ec478 - 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
77a3504ce0 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
be43de5830 - 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
760a07a4da 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
025a088dcc - 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
b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
ben%bengoodger.com
10c4c75a3c d'oh! 2003-09-28 18:53:09 +00:00
asa%mozilla.org
d1c05798c8 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