Commit Graph

430 Commits

Author SHA1 Message Date
joe%retrovirus.com
baebbe6102 * Moved changeBookmarkURI functionality from controller.js into
nsINavBookmarksService
* Added annotation and favicon handling to changeBookmarkURI
* Added brettw's copyAnnotations patch to nsIAnnotationService
* Added a GetAnnotationService() to the annotation service for faster
  intra-component access
* Added a getBookmarkFoldersTArray() to nsINavBookmarksService for easier
  intra-component memory management; updated getBookmarkFolders() to use it
* Added stub for tagRoot to nsINavBookmarksService; DO NOT USE until 329961
  has been resolved
* Quick fix for Add Bookmarks breakage caused by 329546

bug=330192
r=brettw@gmail.com
sr=bryner@bryanryner.com
2006-03-23 06:24:54 +00:00
beng%bengoodger.com
dc5b2bd13d 329269, more command handling cleanup for places views. make sure the right commands are enabled for items in the readonly area of the places list, and generally. make sure reload commands are enabled appropriately. also, some spit and polish for the organizer window r=annie.sullivan@gmail.com 2006-03-23 00:53:54 +00:00
brettw%gmail.com
b91abc175b Fix bustage on Windows 2006-03-23 00:43:57 +00:00
brettw%gmail.com
22deb9822e Bug 329546 r=ben@mozilla.org, annie.sullivan Separate out view from history
result.
2006-03-23 00:31:48 +00:00
brettw%gmail.com
34c8c3500d Bug 331017 r=bryner Folder IDs are re-used resulting in wrong icons. 2006-03-22 22:34:31 +00:00
brettw%gmail.com
612d885dd2 Bug 329738 r=annie.sullivan Empty titles for bookmarks ignored. 2006-03-22 22:29:12 +00:00
brettw%gmail.com
f1d1c64266 Bug 326475 r=bryner Fix signedness error in result tree update. 2006-03-22 22:26:22 +00:00
brettw%gmail.com
dd43a161df Bug 327818 r=bryner Make 0 days of history disable history. 2006-03-22 22:22:41 +00:00
brettw%gmail.com
82d13512d6 Bug 330524 r=annie.sullivan Bookmark folders with unusual options (not showing
everything) don't update when new subfolders are added.
2006-03-22 22:12:52 +00:00
brettw%gmail.com
ac106b9bba Bug 330126 r=annie.sullivan Pages aren't marked as typed. 2006-03-22 21:58:59 +00:00
joe%retrovirus.com
f2f9ff880f This submission is a roll-up of three patches developed & approved during
the branch freeze:
330052 add bookmark dialog should have a default folder selected
329792 remove dead code for old tag-style folder selector in bookmark properties
330023 allow for editing of folder names

r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-22 03:36:41 +00:00
brettw%gmail.com
c189db3cf0 Bug 320181 r=annie.sullivan Rewrite autocomplete code for places. 2006-03-20 23:13:01 +00:00
beng%bengoodger.com
aeb958d61d 330802 - regression in toolbar/menu D&D due to not using newer property names r=annie.sullivan@gmail.com 2006-03-17 22:50:53 +00:00
beng%bengoodger.com
a867d35b6d 330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com 2006-03-17 18:12:49 +00:00
joe%retrovirus.com
3f1406a60e Removes non-assignable containers from the folder tree in the bookmark
properties dialog.

bug=330054
r=brettw
sr=ben
2006-03-17 03:19:41 +00:00
beng%bengoodger.com
3618ce030e 329269 various improvements to view initialization r=annie.sullivan@gmail.com 330736 - bug in query serialization r=brettw@gmail.com 2006-03-17 02:01:06 +00:00
annie.sullivan%gmail.com
19c5b5e582 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 2006-03-15 21:20:36 +00:00
annie.sullivan%gmail.com
780cacb5b6 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 2006-03-15 19:59:09 +00:00
joe%retrovirus.com
c867d63a62 Changes a few remaining ASSERT() calls to NS_ASSERT() calls that I had missed
when working on bug 327349.

bug=330489
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-14 22:58:59 +00:00
joe%retrovirus.com
cef3e07235 Replace use of deprecated window.title with window.document.title.
bug=330075
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-14 17:20:23 +00:00
joe%retrovirus.com
bd7b62fd23 Moved Ben's JavaScript ASSERT function to be NS_ASSERT in
toolkit/content/debug.js

debug.js is now included by globalOverlay.js, but if that's not in your
scope you can just #include debug.js directly.

NS_ASSERT() shows a dialog box containing a stack trace when it's called
with a condition that isn't true.  The dialog box will be suppressed in
final builds, but in nightlies and alphas, it's useful for encouraging
bug submissions.  To disable the dialogs, set XUL_ASSERT_PROMPT=0 in
your environment.

bug=327349
r=darin@meer.net, gavin.sharp@gmail.com
2006-03-14 01:56:09 +00:00
brettw%gmail.com
47430fafa3 Bug 330220 r=annie.sullivan Incorrect behavior when resorting after insertion.
Causes items not to resort, occasional crashes.
2006-03-13 19:13:31 +00:00
beng%bengoodger.com
2a9e312db8 329269 - more work on places organizer. menus, accessible sorting and grouping options, etc. still a work in progress. r=annie.sullivan@gmail.com 2006-03-10 23:48:40 +00:00
brettw%gmail.com
1776867707 Bug 328598 r=vladimir Rollback 0-fill deleted DB entries and vacuum on
explicit clear to improve shutdown times.
2006-03-10 21:02:32 +00:00
brettw%gmail.com
42c99db36e Bug 329854 r=joe.hughes Add a excludeReadOnlyFolders to query options for
use when filing.
2006-03-10 19:44:28 +00:00
annie.sullivan%gmail.com
1e43db4652 Fixes bug where messages when bookmark folder children were shifted caused separators not to be removed correctly. bug=329892 r=brettw@gmail.com 2006-03-10 19:22:32 +00:00
joe%retrovirus.com
a1baed1ab6 Changes to bookmark properties dialog:
* Customized bookmark properties dialog for add vs. edit cases
* Added support for changing URI of bookmark (annotations not carried over yet)
* Add support for viewing properties of history entries
* Changed from tag-style control to folder tree for folder selection,
  yielding layout and accessibility improvements
* Switched to using standard dialog buttons

bug=329272
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-10 17:36:41 +00:00
annie.sullivan%gmail.com
73f1a70a04 Fixes bug where observers didn't check the parent correctly on folder notifications. bug=329892 r=ben@mozilla.org 2006-03-10 00:09:32 +00:00
beng%bengoodger.com
d245cc99cc 329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com 2006-03-09 22:02:21 +00:00
joe%retrovirus.com
6ee44b5596 Temporary tweak to the Bookmark Properties dialog so that it doesn't
take over the screens of nightly users with large bookmark hierarchies.

bug=329761
r=joe@retrovirus.com
sr=ben@mozilla.org
2006-03-09 22:00:58 +00:00
brettw%gmail.com
333e978287 Bug 329691 r=bryner Refactor init so that table creation happens before the
dummy database statement (which keeps the cache from expiring) starts. Fixes
errors during DB init and also performance problems on first run.
2006-03-09 17:34:35 +00:00
brettw%gmail.com
b33591dc65 Bug 329831 r=annie.sullivan Make QueryStringToQueries return empty array if
there is no input.
2006-03-09 17:27:14 +00:00
beng%bengoodger.com
55dc9c72be fallout from 329586 - make sure places organizer trees find the browser window so they can open bookmarks 2006-03-09 08:42:05 +00:00
beng%bengoodger.com
4f1506ea51 revert part of previous change to 329586 to reduce Ts on windows 2006-03-09 04:58:07 +00:00
beng%bengoodger.com
1968c27e50 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 2006-03-09 02:08:45 +00:00
mark%moxienet.com
db4ea6c86f 329806 Fix history import when upgrading from 1.0 profile without going through 1.5. r=bryner 2006-03-09 01:17:36 +00:00
brettw%gmail.com
ef6412bece Comment out bug 329819 and 329691 which was causing problems. 2006-03-08 21:40:09 +00:00
brettw%gmail.com
d305bbd079 Bug 329819 r=annie.sullivan Fix Tp regression from bug 329691, the dummy table
needs data in it to hold the statement (and hence the cache) open.
2006-03-08 21:23:22 +00:00
brettw%gmail.com
db969df09c Bug 329698 r=joe@retrovirus.com,bryner Implement GetPageAnnotationNames 2006-03-08 20:33:49 +00:00
brettw%gmail.com
d930ffbce5 Bug 329691 r=darin Errors creating tables in some situations (leads to error
creating bookmark service).
2006-03-08 16:51:32 +00:00
annie.sullivan%gmail.com
560c49ad1d Fixes JavaScript warnings about trailing commas and redefined variables. bug=329171 r=ben@mozilla.org 2006-03-07 23:20:08 +00:00
brettw%gmail.com
3bf94f4f67 Bug 329524 r=joe.hughes ReplaceItem bookmark call doesn't update cache. 2006-03-07 22:50:22 +00:00
annie.sullivan%gmail.com
7038dc011b 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 2006-03-07 18:41:38 +00:00
beng%bengoodger.com
12ccb5f107 329587 - controllers registered after places controller cannot execute any commands due to places controller consuming all. r=fritz@google.com 2006-03-07 18:24:28 +00:00
annie.sullivan%gmail.com
a746ead8e1 Makes toolbar and menu initialize from place attribute
bug=329531 r=ben@mozilla.org
2006-03-07 16:10:37 +00:00
brettw%gmail.com
604956368a Bug 329563 r=annie.sullivan Clarify annotation IDL documentation 2006-03-07 00:58:30 +00:00
joe%retrovirus.com
30d30c1b17 * Allows the user to access Bookmark Properties dialog from context menus.
* Adds support for editing the bookmark shortcut (formerly keyword) in the Bookmark Properties dialog.
* Improves the appearance of the Bookmark Properties dialog.
* Removes dead code from PlacesBrowserShim in browser.js

NOTE: This doesn't reflect the final UI for this functionality; rather,
this change is intended to add functionality for users of the nightlies.

bug=322988
r=annie.sullivan@gmail.com
sr=bugs@bengoodger.com
2006-03-07 00:52:35 +00:00
annie.sullivan%gmail.com
3bc14e6bed Moving "Open in Tabs" out of menu/toolbar binding and into browser code.
bug=329266 r=ben@mozilla.org
2006-03-05 01:40:26 +00:00
annie.sullivan%gmail.com
a7d4222b3c 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
2006-03-04 01:12:05 +00:00
brettw%gmail.com
d3c8daa506 Bug 327206 r=annie.sullivan Make folder result nodes' readonly property sync
with bookmark readonly property.
2006-03-03 21:16:23 +00:00
benjamin%smedbergs.us
b5c250b92c Add hack define for branch. 2006-03-03 21:08:51 +00:00
brettw%gmail.com
9c33e67573 Bug 327841 (also fixes 329110 and 321936) r=bryner. Implement failed favicon
cache in favicon service, update favicons for redirected bookmarks, don't load
favicon data if we have a recent copy.
2006-03-03 18:48:37 +00:00
benjamin%smedbergs.us
f6b9337ffd Fixing bad merges for bug 313309 2006-03-03 13:57:09 +00:00
beng%bengoodger.com
38c8855bc5 329169 - leaked livemark service on shutdown... break cycle with load channels by canceling loads on xpcom-shutdown rather than in the livemark service's dtor, which will never fire due to circular references. r=bryner 2006-03-03 05:14:34 +00:00
bzbarsky%mit.edu
24944d8a8c Revert nsIGlobalHistory2 to what it was on the 1.8 branch. Move the new stuff
to nsIGlobalHistory3.  Bug 328928, r=brettw and smfr, sr=darin
2006-03-03 03:34:48 +00:00
annie.sullivan%gmail.com
5c81cb5255 Adds UI for separators in menu and toolbar. r=ben@mozilla.org bug=327321 2006-03-01 22:50:25 +00:00
annie.sullivan%gmail.com
b362b8597a Makes items on places toolbar show up as a button during customize so that they can easily be moved. r=ben@mozilla.org bug=327364 2006-03-01 19:44:37 +00:00
brettw%gmail.com
8cd0dd5030 Bug 326428 r=annie.sullivan Generate default titles for untitled pages 2006-03-01 19:43:22 +00:00
brettw%gmail.com
2d6a143a78 Bug 328399 r=annie.sullivan Remove last visited page preference. 2006-03-01 19:27:08 +00:00
bryner%brianryner.com
6e1d034a18 Speedups for nsMorkReader and history import (bug 327330). r=brettw 2006-03-01 02:51:43 +00:00
annie.sullivan%gmail.com
c18b29dcfb Refinements to advanced search UI bug=326613 r=ben@mozilla.org 2006-02-28 22:59:44 +00:00
annie.sullivan%gmail.com
b277b94d8e Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org 2006-02-28 22:43:46 +00:00
brettw%gmail.com
b11c81267c Bug 328862 r=annie.sullivan Potentially uninitialized variable in RemoveChildAt 2006-02-28 18:26:37 +00:00
brettw%gmail.com
02f6d582ff Bug 319910 r=bryner Add bookmark function for redirect-aware bookmark status checking 2006-02-28 17:53:16 +00:00
brettw%gmail.com
64e57bbffa Bug 327165 r=annie.sullivan Some titles are not remembered 2006-02-28 16:46:14 +00:00
brettw%gmail.com
00429619a1 Bug 324590 r=bryner Make folders update properly when sorting is active 2006-02-28 16:41:03 +00:00
brettw%gmail.com
302688f198 Bug 328523 r=beng (verbal) History system should remove observers. 2006-02-24 22:27:58 +00:00
beng%bengoodger.com
a2e1f5c83a bug 328243 - disband the browser shim, move locale to locales dir, move theme to themes dir. r=annie.sullivan@gmail.com 2006-02-24 21:41:34 +00:00
annie.sullivan%gmail.com
1de1d46ea3 Removes an unnecessary transaction in the QueryFolderChildren() function that was causing an incorrect return value. bug=328364 r=brettw@gmail.com 2006-02-23 22:18:34 +00:00
annie.sullivan%gmail.com
d8ea1cf6a6 changing livemark_item.png to binary for bug 327543 2006-02-23 19:27:41 +00:00
brettw%gmail.com
1f3329817f Bug 327053 (make history DB cache persistent between transactions r=bryner) and
bug 328327 (remove vacuuming r=annie.sullivan).
2006-02-23 18:38:24 +00:00
annie.sullivan%gmail.com
56d9cb0059 Fixes problems with bookmark menus and toolbarbuttons not working correctly on mac. bug=327036 r=ben@mozilla.org 2006-02-23 18:30:40 +00:00
annie.sullivan%gmail.com
a7beae4944 Makes places toolbar use same id and class as old bookmarks toolbar. bug=327497 r=ben@mozilla.org 2006-02-23 18:19:27 +00:00
timeless%mozdev.org
1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
brettw%gmail.com
d497783fdd Bug 327484 r=annie.sullivan Bookmark import does not handle entities +
out-of-memory check
2006-02-22 02:00:53 +00:00
annie.sullivan%gmail.com
d1ac2f3f6e Moves toolbar styles out of places.css (which is for the places page) and into the browser shim stylesheet. bug=327762 r=ben@mozilla.org 2006-02-21 21:56:04 +00:00
annie.sullivan%gmail.com
3fecede4e9 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 2006-02-18 00:23:29 +00:00
bryner%brianryner.com
cb40d6eabd Sync up branch and trunk 2006-02-17 23:44:21 +00:00
brettw%gmail.com
fd1b0b87a0 r=bryner. Fix memory leaking of result nodes. Added virtual destructor
to the result node so that the result node's base relase implementation would
also delete the derived classes.
2006-02-17 23:13:53 +00:00
annie.sullivan%gmail.com
9cb66476c5 Checking in patch by mossop@blueprintit.co.uk to allow middle click to open links in tabs. bug=325781 sr=beng 2006-02-17 22:58:13 +00:00
annie.sullivan%gmail.com
0edcf1db07 Fixed drag and drop support for toolbars and menus. Added lots more visual feedback when dragging and dropping.
bug=318052 r=beng
2006-02-17 18:31:06 +00:00
cbiesinger%web.de
a381b0935f bug 325177 r=darin sr=bz
- add a "request" parameter to nsIContentSniffer
- make the unknowndecoder implement nsIContentSniffer
- make nsBaseChannel do type detection via nsIContentSniffer rather than a
  stream converter
2006-02-17 16:54:27 +00:00
brettw%gmail.com
b1d2c6f268 Bug 327560: r=bryner History service keeps reference to main thread 2006-02-17 00:40:50 +00:00
beng%bengoodger.com
98724fe39b 327500 - clean up remaining uses of old bookmarks fe into ifndef MOZ_PLACES. fix build orange and other issues. r=annie.sullivan@gmail.com 2006-02-16 19:00:25 +00:00
beng%bengoodger.com
c1b55e69ba a stab at further improvements to Ts, Tp, and orange on balsa. Remove scripts when MOZ_PLACES is set that are not required. Don't attach a page show listener - it doesn't work anyway unless the buttons are visible! 2006-02-16 17:22:16 +00:00
beng%bengoodger.com
f4d75982b7 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 2006-02-16 05:24:26 +00:00
beng%bengoodger.com
316e59b25d 327383 - corrupt UI/bookmarks bar/all sorts of wackiness due to bug in bookmarks import. clear out frame's feed uri state when a new link is encountered r=brettw a=dbaron 2006-02-16 05:00:36 +00:00
beng%bengoodger.com
85b3ec0642 327400 - UI issues with toolbar buttons, paper over potential instabilities in tab switching logic. r=brettw a=dbaron 2006-02-16 05:00:29 +00:00
brettw%gmail.com
24ed20fbe1 Bug 318817 r=beng: Import, store, and use bookmark keywords. 2006-02-16 00:42:46 +00:00
joe%retrovirus.com
adc1e2389d Changed Places Bookmark Properties panel from an in-window panel to a modal dialog. This addresses minimum size, modality, and rendering issues.
bug=322989
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-02-16 00:16:31 +00:00
beng%bengoodger.com
6768cc62bb 327372 - fix atlantia orange, avoid using static ctor/dtors. r=mark@moxienet.com 2006-02-15 23:13:49 +00:00
benjamin%smedbergs.us
1a5272733a Bug 327331 - nsNavHistory::Init is fragile and leaky in error conditions, r=brettw 2006-02-15 21:45:40 +00:00
brettw%gmail.com
1a1d8e397a Bug 327318, r=annie.sullivan. History service fails if indices already exist. 2006-02-15 18:15:31 +00:00
bryner%brianryner.com
dbdd1b0411 Speedups for history import (bug 325176). r=brettw. 2006-02-15 06:02:07 +00:00
annie.sullivan%gmail.com
8dd0b0bc82 bug=327209 r=brettw Fixes assert when removing from a toolbar 2006-02-14 23:48:28 +00:00
bryner%brianryner.com
26721c9510 Don't run import in the middle of history service initialization (bug 327191). r=brettw. 2006-02-14 22:37:05 +00:00
beng%bengoodger.com
5db32f1302 326598 - tree D&D massively broken. r=annie.sullivan@gmail.com. checked in on the branch earlier, checking in now to the trunk. 2006-02-14 21:36:04 +00:00
bryner%brianryner.com
c0d2dd1ea2 rename bookmarks/history and form history databases (bug 324545) r=brettw. Fixing the bookmarks unit test too. 2006-02-14 21:03:04 +00:00
bryner%brianryner.com
954754c11a fixing bustage r=brettw 2006-02-14 00:00:31 +00:00
brettw%gmail.com
2399e07df3 Bug 325665, r=bryner. Coalesce redirects in history, clean up session and
visit creation code.
2006-02-13 18:07:01 +00:00
beng%bengoodger.com
ce0f635f4e 324948 - should not be able to do edit operations on immutable containers (delete, paste, cut). Make sure we check if a container has readonly children, or the folder itself (if it is a bookmark folder) is readonly before enabling commands for cut, copy and paste. Also assert that activeView is non-null, for safety. r=annie.sullivan@gmail.com 2006-02-09 21:32:24 +00:00
beng%bengoodger.com
38a34e5126 320655 - changing the history view displayed should also update the sorting r=annie.sullivan@gmail.com 2006-02-09 19:29:10 +00:00
joe%retrovirus.com
385089b0d2 bug=326488
r=annie.sullivan@gmail.com
2006-02-09 02:18:12 +00:00
brettw%gmail.com
d6a0a185bd Bug 326432, r=annie.sullivan Bookmarks batches are transactions, livemarks
performance bug fixes.
2006-02-08 21:07:59 +00:00
joe%retrovirus.com
ff3df4b86e Checking in add bookmark UI modifications, cf. bug 322989 2006-02-08 16:52:16 +00:00
brettw%gmail.com
44b42c8a97 Bug 325763 r=annie.sullivan Remove calls to IsVoid, fix void handling 2006-02-08 02:12:23 +00:00
beng%bengoodger.com
115c18b945 326346 - javascript error when selecting text on a page. r=annie.sullivan@gmail.com 2006-02-08 01:52:41 +00:00
bryner%brianryner.com
39ccd2279a fixing bustage (bug 320261) 2006-02-08 01:50:23 +00:00
bryner%brianryner.com
14e56de3fd Add support for bookmark separators (bug 320261). r=brettw, ben. 2006-02-08 01:10:57 +00:00
brettw%gmail.com
b52d079d9a Bug 325812 r=annie.sullivan Add annotation Int64, remove variant functions. 2006-02-07 22:57:56 +00:00
brettw%gmail.com
fe609170c8 Bug 325288 r=annie.sullivan Closing a container should close its children. 2006-02-07 18:48:38 +00:00
beng%bengoodger.com
b021000a45 318816 - going back/forward to places is not instantaneous. Use pageshow/pagehide handlers to show/hide places UI within the browser window. r=annie.sullivan@gmail.com ... also ensure that places toolbar button icon is built in the jar.mn 2006-02-07 18:07:29 +00:00
brettw%gmail.com
5f5c82aa26 Bug 325161 r=annie.sullivan Make all nsINavHistoryResultNodes support URI attribute, remove nsINavHistoryURIResultNode. 2006-02-07 01:56:36 +00:00
bryner%brianryner.com
dcc1e4ece8 #ifdef'ing for MOZILLA_1_8_BRANCH 2006-02-07 00:19:04 +00:00
annie.sullivan%gmail.com
7740114fae Adding livemark_item.png which got missed by the crosscommitt script. 2006-02-01 05:53:44 +00:00
brettw%gmail.com
d9c4c55b1c [for mossop@blueprintit.co.uk] Bug 325350 r=brettw Places build fails
due to nsIParser change.
2006-02-01 02:18:20 +00:00
annie.sullivan%gmail.com
ec83762d22 bug=325169 r=brettw@gmail.com keywords=fixed1.8.1 Fix Livemark icons 2006-02-01 02:13:34 +00:00
brettw%gmail.com
1d2be4d7d2 Bug 325348, r=annie.sullivan Bookmarks in results not updated when there is no tree attached. 2006-01-31 22:25:24 +00:00
beng%bengoodger.com
8900aa83bc add places toolbar icon to cvs 2006-01-31 18:01:44 +00:00
beng%bengoodger.com
c54af24e54 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'. 2006-01-31 18:00:06 +00:00
brettw%gmail.com
ec4454331e [for joe@retrovirus.com] Bug 324743, r=brettw. Result roots are closed by default. 2006-01-31 03:05:02 +00:00
brettw%gmail.com
33065cba6e Bug 325153, r=annie.sullivan Update duplicate collapsing when rows are removed. 2006-01-31 01:29:05 +00:00
brettw%gmail.com
a75303c36e Bug 324590 (partial fix), r=bryner. Handle bookmark title updating when results
are sorted
2006-01-31 01:01:49 +00:00
mrbkap%gmail.com
c4f20f9306 Remove the obsolete concept of "DTD verification". bug 323958, r+sr=jst 2006-01-30 23:45:19 +00:00
brettw%gmail.com
c54fc0453e Bug 325250, r=bryner. Fix infinite observer loops in history results. 2006-01-30 21:39:54 +00:00
bryner%brianryner.com
e67fd8ab25 Automatically increment the visit count when addVisit() is called (bug 324879). r=brettw. 2006-01-30 21:30:41 +00:00
brettw%gmail.com
035e395d38 Backing out parts of previous checkin that shouldn't have been there (will be in future patch). 2006-01-30 20:32:48 +00:00
brettw%gmail.com
481b477802 Bug 325092, r=bryner. Vacuuming history doesn't work. 2006-01-30 19:52:39 +00:00
annie.sullivan%gmail.com
fa710b069c Changed bookmarks set and get item title to use user titles instead of page titles. bug=320453 r=bryner keywords=fixed1.8.1 2006-01-28 01:32:44 +00:00
brettw%gmail.com
e6e304c016 Bug 324982, remove unnecessary unregister call. 2006-01-27 22:56:29 +00:00
annie.sullivan%gmail.com
670ce54d8a Patch from sayrer@gmail.com Change text search method, handle html/xhtml, trim whitespace bug=321036 r=annie.sullivan@gmail.com 2006-01-27 21:58:25 +00:00
brettw%gmail.com
a10cb44a81 Bug 322290 r=annie.sullivan (on patch accidentally attached to bug 323812).
Make queries act like folders on toolbar and menu.
2006-01-27 21:23:33 +00:00
brettw%gmail.com
dd201d37f4 Bug 320827, fix tree date picker in places. 2006-01-27 19:25:06 +00:00
annie.sullivan%gmail.com
104b4f993a Fixes to toolbar and menu to work with new history backend.
r=brettw sr=ben bug=209804
2006-01-27 18:30:51 +00:00
brettw%gmail.com
6267d722fe Bug 324876, r=beng. Minor tree fixes for updated result. 2006-01-27 18:16:21 +00:00
bryner%brianryner.com
ac27f71215 merging ben's vc6 fix to the trunk. 2006-01-27 09:07:05 +00:00
annie.sullivan%gmail.com
05efb984b6 Updated profile migrators to work with places
bug=322986 r=ben@mozilla.org
2006-01-27 02:19:35 +00:00
brettw%gmail.com
d7fc31b9f2 Make subscription query actually work. r=beng 2006-01-27 02:17:20 +00:00
annie.sullivan%gmail.com
6323a7f888 Adds an annotation to livemarked uris.
bug=324556 r=brettw
2006-01-27 00:56:11 +00:00
brettw%gmail.com
b33e58be22 Bug 324856, r=bryner Send notifications for RemoveFolderChildren, update bugs. 2006-01-27 00:36:16 +00:00
brettw%gmail.com
72520f515f Port Ben's VC6 compiler bustage fixes to trunk. 2006-01-26 20:45:41 +00:00
brettw%gmail.com
03e599bde3 Bug 324553, r=bryner. Finish remote container API plus manay misc fixes and cleanup. 2006-01-26 20:24:25 +00:00
bryner%brianryner.com
a5105bbfb4 Fix crashes when adding livemarks due to the stream listener referencing freed memory. This changes the LivemarkInfo objects to be refcounted and heap-allocated, and also adds a loadgroup for each channel so that we can reliably cancel the loads. Also, null check the site URI since this field is optional. Bug 323472, r=annie sr=darin 2006-01-25 22:59:55 +00:00
bryner%brianryner.com
e03cfed9eb Don't warn if the old history file doesn't exist (bug 324655). r=brettw. 2006-01-25 17:36:11 +00:00
brettw%gmail.com
819a4bd9a4 Bug 317829, r=beng. Support annotation-based queries. 2006-01-25 01:36:46 +00:00
brettw%gmail.com
04a6a92310 Bug 323492 update to prepare for branch merge 2006-01-24 18:35:58 +00:00
brettw%gmail.com
a0f8231c69 Bug 323492 r=bryner,beng Places history result node refactor, dynamic updates, performance improvements. 2006-01-24 01:24:15 +00:00
bryner%brianryner.com
0b03be0e18 Add MOZILLA_1_8_BRANCH #ifdefs in preparation for trunk-branch development. 2006-01-23 23:15:52 +00:00
annie.sullivan%gmail.com
14dbd3d22c Fix bug where activeView isn't set correctly for submenus.
bug=324160 r=ben@mozilla.org
2006-01-20 18:09:41 +00:00
annie.sullivan%gmail.com
28a8f7ba17 Fixed JavaScript errors which were breaking copy/paste/delete.
bug=324056 r=beng
2006-01-20 17:03:45 +00:00