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

563 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
ben%bengoodger.com a4855e03ec 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
noririty%jcom.home.ne.jp 3efb0ba377 Fix 213994 - hide incompatible themes. Patch by mpconnor@rogers.com 2003-09-12 21:00:01 +00:00
ben%bengoodger.com 919aa30902 Move "Fonts & Colors" from Web Features to General 2003-09-12 07:23:36 +00:00
bryner%brianryner.com 06fe994577 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
ben%bengoodger.com 1801c505e9 oops, add these styles back 2003-09-02 08:37:35 +00:00
ben%bengoodger.com 1e32f4ed4c Change "Settings..." to "Options..." to be consistent with our use of configuration labels. 2003-09-02 05:14:17 +00:00
ben%bengoodger.com be73bdae4d Fixing broken preferences dialog by backing out 213994 2003-08-31 07:30:46 +00:00
ben%bengoodger.com c885a01930 Tidy up expander action 2003-08-31 07:22:30 +00:00
blakeross%telocity.com 19ebbe0d36 Slightly better patch. 2003-08-28 23:23:30 +00:00
noririty%jcom.home.ne.jp 075e00b185 fixing button focus regression 2003-08-28 15:11:38 +00:00
blakeross%telocity.com 56a396a139 Undo versioning changes for now. Gotta think it through. 2003-08-28 05:56:32 +00:00
blakeross%telocity.com 91b183c961 217410 - Change skin/locale versions to fb0.7. 2003-08-28 02:16:27 +00:00
blakeross%telocity.com 0b7f05c9d2 Hacky workaround for bug 210910 -- to be removed after 0.7. 2003-08-27 19:03:27 +00:00
ben%bengoodger.com 7c5951e7aa b215898 - Provisional Security UI for Firebird .7. Also reintroduce some XUL blake removed, but commented out. 2003-08-27 17:52:04 +00:00
ben%bengoodger.com 20308302f2 Moving downloads options UI to new mozapps application support package that will live for now over in toolkit/mozapps so that thunderbird can share the new downloading options. 2003-08-25 22:21:31 +00:00
ben%bengoodger.com 15263ee30f Move downloading options UI to new mozapps application support package that is stored for now in toolkit/mozapps so that thunderbird can pick up the new downloading options. 2003-08-25 22:12:41 +00:00
blakeross%telocity.com 0aa26431b1 undo last change. 2003-08-25 07:12:38 +00:00
blakeross%telocity.com 158ff0b6dd Focus the textbox when the dialog is opened. 2003-08-25 05:04:56 +00:00
blakeross%telocity.com 5f82d0b689 A little polish in the exceptions window (clear and focus the textbox after adding a site) 2003-08-24 18:22:00 +00:00
noririty%jcom.home.ne.jp 1cbdb9c4cc Fix - 172778 fix overflow of progress percentage. Patch by mook_moz@yahoo.com 2003-08-24 14:13:00 +00:00
blakeross%telocity.com 6373c5544d A little more clean-up...still work to do. 2003-08-24 04:58:23 +00:00
blakeross%telocity.com 77202fd4a5 An attempt to make the preferences UI a little easier/less cluttered. The styling, the functionality--all this is subject to change as we explore what to do with this panel. 2003-08-24 04:50:59 +00:00
blakeross%telocity.com e574d3ce97 ick...ick ick ick. Try to fix preferences. 2003-08-24 01:01:46 +00:00
blakeross%telocity.com e2ae642ee1 Persist window size/position. 2003-08-23 19:03:28 +00:00
blakeross%telocity.com 323a0e9f81 Fixing some reported bugs. 2003-08-23 18:20:07 +00:00
chanial%noos.fr 6dbd22e539 fixing bustage: pref-features-images.properties is not used and is not in the repository 2003-08-23 11:47:27 +00:00
blakeross%telocity.com 50f242413b Add a little error checking. 2003-08-23 09:29:55 +00:00
blakeross%telocity.com 5baebbbb40 Lots of preferences changes. The main new things:
- implement cookie whitelisting
- split up cookie manager
- make popup, image and cookie lists behave like other prefs, i.e., don't save them until you hit OK in prefs (so, for example, removing all cookies is no longer a "live" change).

I expect bugs =)
2003-08-23 09:23:36 +00:00
blakeross%telocity.com 61117e44d4 adding placeholder file 2003-08-23 09:19:34 +00:00
blakeross%telocity.com 5c4b341f07 adding placeholder 2003-08-23 09:15:29 +00:00
noririty%jcom.home.ne.jp d2fe9833a1 actually fixing typo 2003-08-22 18:16:00 +00:00
noririty%jcom.home.ne.jp 8d20090372 fix more strict warning for popup whitelisting UI 2003-08-22 14:54:28 +00:00
noririty%jcom.home.ne.jp edf6c1ce4d code clean up. 2003-08-22 14:49:52 +00:00
noririty%jcom.home.ne.jp 6fe396b139 fix typo b=174594 2003-08-21 15:57:22 +00:00
noririty%jcom.home.ne.jp 6ca63be8d7 Fix 208104 add percent to download sidebar. Patch by admin@mozillatranslator.org 2003-08-21 15:00:41 +00:00
noririty%jcom.home.ne.jp e8fc2a2bb5 Fix 172735 - fix JS error 2003-08-21 14:56:42 +00:00
noririty%jcom.home.ne.jp d4a340a0fe Fix 174594 - Popup whitelisting UI bustage. Patch by mpconnor@rogers.com 2003-08-21 13:24:44 +00:00
noririty%jcom.home.ne.jp f9960c6474 Fix 207601 - Add Find As You Type prefs. Patch by mpconnor@rogers.com 2003-08-20 19:08:20 +00:00
noririty%jcom.home.ne.jp a7e7448267 Fix 216719 - Update themes and extensions page uris 2003-08-20 01:58:29 +00:00
noririty%jcom.home.ne.jp 3925bb438c Fix 215745 - Inconsistent ellipsis. Patch by borggraefe@despammed.com 2003-08-19 14:54:44 +00:00
chanial%noos.fr 65bdf8906b port textbox fix for bug 197486:
callback method in textbox is no more, use oncommand instead for the same functionality.
2003-08-17 11:17:00 +00:00
chanial%noos.fr 3ed566c36e Bug 215493: patch by jshin
port fixes from bug 158006, bug 204039, bug 206146.
2003-08-16 18:07:51 +00:00
chanial%noos.fr 6039de1cfc porting fixes from seamonkey:
bug 201381/205129: Auto-importing IE favorites with directory entries may take a very long time, CPU usage 100% (by ssu)
bug 179084: Bookmark Export uses Unix carriage returns on all platforms (by Frank Wein, mcsmurf@gmx.net)
bug 210541: Bookmarks now crash if nsIProfile impl is not present. (by ccarlen)
bug 203992: Bookmark's Notify/schedule fail to prompt user when change has occured (by varga)
2003-08-16 00:24:23 +00:00
noririty%jcom.home.ne.jp 9f77637919 refer new CookieViewer 2003-08-14 00:44:40 +00:00