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

217 Коммитов

Автор SHA1 Сообщение Дата
ben%bengoodger.com 97ebd0e4ba 241028 - should be able to create smart keywords to forms that use the http POST method. 2004-04-20 09:45:12 +00:00
varga%nixcorp.com 2cd056deb1 Fix for bug 221619. Tree widget refactoring and enhancement. r=neil sr=bryner 2004-04-17 05:53:38 +00:00
neil%parkwaycc.co.uk 655105f2b1 Bug 236756 nsIPrefService contract id is @mozilla.org/preferences-service;1 r=varga sr=bryner 2004-04-11 20:51:57 +00:00
ben%bengoodger.com 6e426f5cbf provide a convenient way for adding smart keywords for web page searches by adding a context menu to form fields with HTTP-GET form actions. 2004-04-10 05:04:20 +00:00
chanial%noos.fr 7ada155800 Bug 234717, 234116, Context menu commands don't work in *subfolders* of bookmarks menu. Remove the last two children instead of using getElementsByAttributes. The latter is no more needed, since now, insertion of bookmarks with DND occurs at the correct location. YAW--. 2004-03-20 08:13:39 +00:00
blakeross%telocity.com 421df07918 Also focus quicksearch field in bookmarks sidebar to match history. 2004-02-21 11:37:06 +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
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
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
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 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 1f1a132025 Bug 181033: add a "New Folder" button to the add bookmark dialog 2003-12-14 10:43:43 +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 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 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
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 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 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
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
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
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 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
blakeross%telocity.com 0b7f05c9d2 Hacky workaround for bug 210910 -- to be removed after 0.7. 2003-08-27 19:03:27 +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