Commit Graph

67 Commits

Author SHA1 Message Date
mozilla.mano%sent.com
11dd5284e4 Bug 370105 - Remove ViewConfigurator and 'system-area' cruft. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@222215 18797224-902f-48f8-a5cc-f745e15eee43
2007-03-22 23:43:56 +00:00
mozilla.mano%sent.com
12aee7ec9a Bug 370959 - places frontend code cleanup. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@220566 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-20 00:51:31 +00:00
mozilla.mano%sent.com
397fe43d36 Bug 369407 - Make the history sidebar use the shared places context menu. As part of that: 1) Add context menu for multiple-items selection 2) Remove the Expand/Collapse menu-item. 3) Replace the 'Copy Link Location' menu-item with the generic 'Copy' menu-item, which also copies the node title. r=sspitzer, ui-r=mconnor.
git-svn-id: svn://10.0.0.236/trunk@219915 18797224-902f-48f8-a5cc-f745e15eee43
2007-02-09 22:17:37 +00:00
mozilla.mano%sent.com
4a73f4368c Bug 366474 - rootNodeIsSelected is not reliable for the menu view. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@218090 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-09 22:48:50 +00:00
mozilla.mano%sent.com
d555426b0e Bug 365981 - Places XUL cleanup. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@217818 18797224-902f-48f8-a5cc-f745e15eee43
2007-01-05 11:45:15 +00:00
mozilla.mano%sent.com
ff1592d55c Bug 365171 - Bug context menu delete of personal toolbar bookmark can delete history item if focused. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@217530 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-28 22:56:59 +00:00
mozilla.mano%sent.com
64e247a4c3 Bug 334451 - Places Organizer: places-list tree should not list bookmark items. This also fixes the selectBookmark dialog bustage from bug 359462. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@217440 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-27 00:36:35 +00:00
mozilla.mano%sent.com
8a87c4db26 Bug 364828 - PlacesController efficiency improvements - update places-specific commands for places-events only. r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@217410 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-24 22:56:08 +00:00
mozilla.mano%sent.com
6235546314 Bug 359462 - Redesign PlacesController interaction with places views (this makes various edit command work in the places-based history sidebar). r=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@217328 18797224-902f-48f8-a5cc-f745e15eee43
2006-12-22 00:00:21 +00:00
sayrer%gmail.com
057ed191f6 Bug 353434. Remove C++ feed parsing for livemarks on trunk (places). r=dietrich
git-svn-id: svn://10.0.0.236/trunk@213839 18797224-902f-48f8-a5cc-f745e15eee43
2006-10-19 02:24:30 +00:00
darin%meer.net
8ef91351f5 fixes bug 333167 "remove idle timer / timer manager after bug 326273 is fixed" r=pavlov
git-svn-id: svn://10.0.0.236/trunk@201170 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-29 00:01:58 +00:00
beng%bengoodger.com
9776ca9ad4 332495 - grouping by site is not preserved when searching + various other search/sort fixes. r=annie.sullivan@gmail.com, brettw@gmail.com (history pieces)
git-svn-id: svn://10.0.0.236/trunk@194357 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 22:51:36 +00:00
joe%retrovirus.com
60817e663a Resubmitting this patch, which adds a editing for livemark URIs as well
as fixing a few small livemark bugs, now that I've fixed a couple reference
leaks in nsLivemarkService (see bugs 333764 and 333784).

NOTE: I expect this to cause an increase in allocations on branch balsa,
since it causes nsLivemarkService to be instantiated to set up the menus.
(nsLivemarkService previously wasn't used in the balsa bloat test)

bug=330063
r=annie.sullivan@gmail.com
sr=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@194326 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 17:20:31 +00:00
annie.sullivan%gmail.com
0a71c1ddda Adds places popup. bug=329180 r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@194286 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-13 00:50:53 +00:00
beng%bengoodger.com
0b2c084a31 329733 - problems with drag & drop to bookmarks menus. ensure that we properly close up bookmarks menus after they have been opened. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@194025 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-10 19:26:01 +00:00
joe%retrovirus.com
a495b02fad Backing out patch from bug 330063 to see if it's responsible for the
branch balsa allocation increases, and if so, fix before resubmitting.


git-svn-id: svn://10.0.0.236/trunk@193946 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-08 17:58:56 +00:00
joe%retrovirus.com
7743954cf5 * Added ability to edit Live Bookmark feed & site URIs in Bookmark Properties dialog
* Fixed a setFeedURI bug in the LivemarkService
* Fixed problems that broke the toolbar when a live bookmark had no site URI
* Converted some browser UI code to use LivemarkService methods rather than manipulating the annotations directly

bug=330063
r=annie.sullivan@gmail.com
sr=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@193764 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-06 23:29:46 +00:00
darin%meer.net
abbff9281c fixes bug 329634 "No apparent way to Reload Live Bookmark (or update livemarks)" patch by pamg, r=annie, sr=beng
git-svn-id: svn://10.0.0.236/trunk@193469 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 00:32:33 +00:00
beng%bengoodger.com
142a6e54ee 331755 - Use Bookmark option for setting home page is broken. add a new home page selection dialog that uses places. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@193467 18797224-902f-48f8-a5cc-f745e15eee43
2006-04-04 00:13:58 +00:00
darin%meer.net
4abf2f1f94 fixes bug 251491 "Live bookmarks: Add menu item for main website (feed parent) (should link to home page)" r=beng
git-svn-id: svn://10.0.0.236/trunk@193271 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-30 18:08:24 +00:00
beng%bengoodger.com
70f81c13c5 328191, cannot delete history entries + a few other fixes r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@193145 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-28 19:59:26 +00:00
Olli.Pettay%helsinki.fi
ed6f59a4d7 Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst
git-svn-id: svn://10.0.0.236/trunk@192998 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-25 22:03:49 +00:00
beng%bengoodger.com
9917ccda5b 330802 - regression in toolbar/menu D&D due to not using newer property names r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@192566 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 22:51:30 +00:00
beng%bengoodger.com
2741056a72 330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@192549 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 18:14:02 +00:00
beng%bengoodger.com
dfde20d73e 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com
git-svn-id: svn://10.0.0.236/trunk@192511 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-17 02:02:36 +00:00
annie.sullivan%gmail.com
10650eebdb Bug 330216: Fixes JavaScript warning when checking id of nodes with no id, patch by Phil Ringalda <philringnalda@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@192448 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 21:20:36 +00:00
annie.sullivan%gmail.com
78ce903b68 Fixes several bugs with open in tabs: makes menus set selection in command events in case DOMMenuItemActive doesn't get sent, only shows Open in Tabs menuitem if there are two or more items in the menu, and respects browser.tabs.loadFolderAndReplace and browser.tabs.loadBookmarksInBackground prefs. Also moves #include of debug.js to browser.js as this was causing JavaScript errors on the mac. r=ben@mozilla.org sr=darin@meer.net bug=330130
git-svn-id: svn://10.0.0.236/trunk@192438 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-15 19:59:09 +00:00
beng%bengoodger.com
61e70249c5 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@192184 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-10 23:48:40 +00:00
beng%bengoodger.com
fe2648bf3e revert part of previous change to 329586 to reduce Ts on windows
git-svn-id: svn://10.0.0.236/trunk@192046 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 04:58:07 +00:00
beng%bengoodger.com
71f043ee27 329586 - browser shim cleanup, tidies up some UI update notification in the browser, fixes a few menu items here and there, removes unnecessary initialization, moves places to its own window, removes all code to do with maintaining places as a tab, renames osme objects and member variables, formatting issues, creates a browser controller for updating commands. r=annie.sullivan@gmail.com
git-svn-id: svn://10.0.0.236/trunk@192043 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-09 02:09:28 +00:00
annie.sullivan%gmail.com
d36add0136 Bug 328779: Statusbar text for bookmark menu items, Patch by Dave Townsend <mossop@blueprintit.co.uk> r=annie.sullivan@gmail.com sr=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@191909 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 18:42:12 +00:00
annie.sullivan%gmail.com
309fb9de94 Makes toolbar and menu initialize from place attribute
bug=329531 r=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@191899 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-07 16:10:37 +00:00
annie.sullivan%gmail.com
a0262af41d Moving "Open in Tabs" out of menu/toolbar binding and into browser code.
bug=329266 r=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@191789 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-05 01:40:26 +00:00
annie.sullivan%gmail.com
c53df84f97 Adds menuitem for Open In Tabs.
Reorganizes code so that command/click handlers for toolbar/menu bindings can be attached by overlays.
r=ben@mozilla.org bug=327034


git-svn-id: svn://10.0.0.236/trunk@191751 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-04 01:12:05 +00:00
annie.sullivan%gmail.com
30c6953af6 Adds UI for separators in menu and toolbar. r=ben@mozilla.org bug=327321
git-svn-id: svn://10.0.0.236/trunk@191536 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-01 22:50:37 +00:00
annie.sullivan%gmail.com
a849dcc264 Fixes problems with bookmark menus and toolbarbuttons not working correctly on mac. bug=327036 r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@191046 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-23 18:30:40 +00:00
annie.sullivan%gmail.com
20aadf8e9b Checking in patch from mossop@blueprintit.co.uk to make context menu open work in places bar subfolders. r=annie.sullivan@gmail.com bug=325782
git-svn-id: svn://10.0.0.236/trunk@190465 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-18 00:23:40 +00:00
annie.sullivan%gmail.com
6c4da27e08 Checking in patch by mossop@blueprintit.co.uk to allow middle click to open links in tabs. bug=325781 sr=beng
git-svn-id: svn://10.0.0.236/trunk@190409 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 22:58:41 +00:00
annie.sullivan%gmail.com
25c5de86b2 Fixed drag and drop support for toolbars and menus. Added lots more visual feedback when dragging and dropping.
bug=318052 r=beng


git-svn-id: svn://10.0.0.236/trunk@190372 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-17 18:31:06 +00:00
beng%bengoodger.com
7d0d2acb36 324704 - query creation and execution for bookmarks menu bar is ill-timed... need to do asynchronously in delayed startup or on popup showing, rather than at startup! r=brettw
git-svn-id: svn://10.0.0.236/trunk@190204 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-16 05:24:26 +00:00
bryner%brianryner.com
be3171d190 Add support for bookmark separators (bug 320261). r=brettw, ben.
git-svn-id: svn://10.0.0.236/trunk@189381 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-08 01:10:57 +00:00
brettw%gmail.com
41ced7c321 Bug 325161 r=annie.sullivan Make all nsINavHistoryResultNodes support URI attribute, remove nsINavHistoryURIResultNode.
git-svn-id: svn://10.0.0.236/trunk@189277 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-07 01:57:53 +00:00
annie.sullivan%gmail.com
aa2f410a8c bug=325169 r=brettw@gmail.com keywords=fixed1.8.1 Fix Livemark icons
git-svn-id: svn://10.0.0.236/trunk@188636 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-01 02:14:42 +00:00
beng%bengoodger.com
a116bde39d 317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'.
git-svn-id: svn://10.0.0.236/trunk@188580 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-31 18:00:06 +00:00
annie.sullivan%gmail.com
3728358cf8 Fixes to toolbar and menu to work with new history backend.
r=brettw sr=ben bug=209804


git-svn-id: svn://10.0.0.236/trunk@188353 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-27 18:30:51 +00:00
brettw%gmail.com
1446e8ae8d Bug 323492 r=bryner,beng Places history result node refactor, dynamic updates, performance improvements.
git-svn-id: svn://10.0.0.236/trunk@188076 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-24 01:24:15 +00:00
annie.sullivan%gmail.com
980076db72 Fix bug where activeView isn't set correctly for submenus.
bug=324160 r=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@187905 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-20 18:09:41 +00:00
annie.sullivan%gmail.com
aeb3c4e955 Fixed JavaScript errors which were breaking copy/paste/delete.
bug=324056 r=beng


git-svn-id: svn://10.0.0.236/trunk@187898 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-20 17:03:45 +00:00
beng%bengoodger.com
cdf23dfbfb save selection across delete operations (not done automatically by the view object)... , also restyle parts of the band across the top of the places view to make the content clearer.
git-svn-id: svn://10.0.0.236/trunk@187732 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-18 00:11:25 +00:00
annie.sullivan%gmail.com
61715ed820 Hooked up context menus to bookmarks menu bindings.
bug=317834 r=beng sr=bryner


git-svn-id: svn://10.0.0.236/trunk@187721 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-17 20:34:39 +00:00