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

4115 Коммитов

Автор SHA1 Сообщение Дата
roc+%cs.cmu.edu 8af5b23e55 Bug 331522. By default, do not allow keyword searches when navigating to URLs; modify browser UI code to enable keyword searches only on selected URL input mechanisms (e.g., typed into the URL bar). r+sr=darin,r=mconnor 2006-04-03 23:17:51 +00:00
gavin%gavinsharp.com b646aa26a1 Bug 332448: POST search plugins don't work on the 1.8 branch, patch by Michael <toadking@lueshi.com>, r+a=mconnor 2006-04-03 20:13:33 +00:00
beng%bengoodger.com 986e8c54fe 331905 - pasted folders/items are inserted at the wrong level in the bookmarks hierarchy. r=annie.sullivan@gmail.com 2006-03-31 22:42:21 +00:00
beng%bengoodger.com 994ebcc0b7 330263 - off by one error for places drag and drop in tree views. r=brettw. Also a comment change to nsINavHistoryService.idl to improve documentation to prevent future bugs like this. 2006-03-31 22:42:10 +00:00
brettw%gmail.com e1841a26aa *** empty log message *** 2006-03-31 18:31:30 +00:00
gerv%gerv.net 11df8a75ff Bug 236613 - reverting over-zealous comment character change mistake. 2006-03-31 08:52:21 +00:00
gerv%gerv.net e89816769b Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-03-31 06:55:29 +00:00
joe%retrovirus.com 5f12e40bf6 Convert all the DB-modifying operations in the Bookmark Properties to use
transactions so that they can be undone.  (The "change URI" is the only one
that's not transactionized yet, because it needs deeper work, cf. bug 331655)

bug=326321
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-31 00:34:03 +00:00
joe%retrovirus.com 4e9fdb4b1b Changed nsINavBookmarks::getItemTitle() and ::getKeywordForURI() so that
they return a void string (null in JS) when they can't find matches, rather
than throwing an illegal argument exception or returning an empty string,
respectively.  This fixes a problem when bookmarking about: URIs.

bug=331801
r=brettw@gmail.com
sr=ben@mozilla.org
2006-03-30 22:56:13 +00:00
darin%meer.net 03f5473a4d fixes bug 251491 "Live bookmarks: Add menu item for main website (feed parent) (should link to home page)" r=beng 2006-03-30 18:04:22 +00:00
darin%meer.net 508d41a568 fixes bug 287646 "Eliminate nsPIProtocolProxyService and introduce reloadPAC method" r=biesi,neil,beng,mscott sr=bzbarsky 2006-03-30 17:31:15 +00:00
brettw%gmail.com 8361ff7288 Bug 329816 r=bryner Temporarily disable lazy optimization until bug 332163 is fixed. 2006-03-30 01:35:22 +00:00
brettw%gmail.com 504f1732ad Bug 329816 r=bryner Make time-critical history operations lazy to improve PLT. 2006-03-29 17:46:58 +00:00
beng%bengoodger.com a55aaf29a8 331935 - grouping no longer works in places organizer r=darin 2006-03-29 01:20:03 +00:00
mark%moxienet.com 0f9d7359a9 331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg 2006-03-28 20:06:17 +00:00
beng%bengoodger.com 7f61c59acf 328191, cannot delete history entries + a few other fixes r=annie.sullivan@gmail.com 2006-03-28 19:59:26 +00:00
gavin%gavinsharp.com 78c8b94206 Bug 330452: about:blank transfer state inconsistency, patch by Simon B�nzli <zeniko@gmail.com>, r+a181=mconnor 2006-03-28 17:25:11 +00:00
gavin%gavinsharp.com be7164f5ea Bug 330941: Remove pref unused pref from locale file too, r=mconnor 2006-03-28 17:20:26 +00:00
joe%retrovirus.com b6d50f41b3 Removes spurious separator from popup blocker menu when none of the blocked
popups have usable URIs.

bug=264716
r=gavin.sharp@gmail.com
sr=ben@mozilla.org
2006-03-28 02:16:06 +00:00
brettw%gmail.com 6a7dbe5fb0 Bug 331707 (for thesuckiestemail@yahoo.se) r=brettw Reorder definition of
nsNavHistoryResult to make BeOS compiler happy.
2006-03-28 01:57:50 +00:00
beng%bengoodger.com 4596ba815f 323812 - fix bogus copy-paste behavior and assorted other issues (insertion bugs, command updating) r=annie.sullivan@gmail.com 2006-03-28 00:53:50 +00:00
benjamin%smedbergs.us a5342e1803 Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls 2006-03-27 20:16:50 +00:00
brettw%gmail.com 9980d48d56 Bug 329118 r=annie.sullivan URL bar drop down list is in the wrong order. 2006-03-27 19:01:45 +00:00
brettw%gmail.com 4600f214b9 Bug 328470 r=bryner Large number of days overflows history expiration and all
pages are removed.
2006-03-27 18:11:12 +00:00
joe%retrovirus.com 8fb7127dfe Replaced Clear History... menu item in browser with Clear Private Data... item,
which formerly lived in the Tools menu.

bug=329750
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
ui-review=mconnor@mozilla.com
2006-03-27 02:08:20 +00:00
bryner%brianryner.com 1c5867859b remove unused GetUnreversedHostname function (bug 331795) r=brettw 2006-03-27 01:26:09 +00:00
Olli.Pettay%helsinki.fi 04cfde2d6f Bug 330710, Replace obsolete preventBubble/preventCapture with stopPropagation, r=neil, r=mconnor, sr=jst 2006-03-25 22:03:49 +00:00
beng%bengoodger.com a8efd73c67 324958 - folder undo delete back to previous folder id. Implement folder removal transaction in bookmarks service itself, using private methods to restore folders back to previous ids. Adjust fe to use new api. r=brettw (C++), annie.sullivan (JS) 2006-03-25 00:46:09 +00:00
joe%retrovirus.com dd7dd0c32b Fixes sizing problem in bookmark properties dialog on Windows.
bug=330238
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-03-24 20:04:46 +00:00
myk%mozilla.org 917f6cb29a bug 330899: add id attributes to bookmark properties dialog elements (and canonicalize the names of existing ones) to make it easier to overlay that dialog; r=jhughes, sr=beng 2006-03-24 01:34:19 +00:00
darin%meer.net d676e2bc66 fixes bug 331484 "toolbar buttons use icon+text despite setting for icon only" patch by pamg.bugs@gmail.com, r=philringnalda, sr=beng 2006-03-23 22:17:10 +00:00
brettw%gmail.com 70c0fa65bf Bug 331154 r=annie.sullivan Make result nodes update when folder titles change. 2006-03-23 20:30:59 +00:00
annie.sullivan%gmail.com 2777b1d20f Bug 329743: fixes dropmarker icon not showing up on places toolbar folders on mac.
Patch by Pam Greene <pamg.bugs@gmail.com>
r=annie.sullivan@gmail.com sr=ben@mozilla.org
2006-03-23 16:30:27 +00:00
joe%retrovirus.com 8e76e32974 * 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
gavin%gavinsharp.com 08ea8d4897 Bug 327604: Status bar message text persists when switching tabs while page is loading, patch by Simon B�nzli <zeniko@gmail.com>, r+a=mconnor 2006-03-23 03:31:18 +00:00
beng%bengoodger.com e21b0adb6f 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 b14449f98a Fix bustage on Windows 2006-03-23 00:43:57 +00:00
brettw%gmail.com b701e4aa1c 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 b9fc98777b Bug 331017 r=bryner Folder IDs are re-used resulting in wrong icons. 2006-03-22 22:34:31 +00:00
brettw%gmail.com d20523c306 Bug 329738 r=annie.sullivan Empty titles for bookmarks ignored. 2006-03-22 22:29:12 +00:00
brettw%gmail.com 3ad6271ef8 Bug 326475 r=bryner Fix signedness error in result tree update. 2006-03-22 22:26:22 +00:00
brettw%gmail.com c07f3e257c Bug 327818 r=bryner Make 0 days of history disable history. 2006-03-22 22:22:41 +00:00
brettw%gmail.com f8f2e9b139 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 f95c9f5a7c Bug 330126 r=annie.sullivan Pages aren't marked as typed. 2006-03-22 21:58:59 +00:00
gavin%gavinsharp.com 01d59f59f8 Bug 331222: context menu search no longer observes browser.tabs.loadInBackground pref; always opens in foreground, r+a=mconnor 2006-03-22 14:31:29 +00:00
joe%retrovirus.com 4f0ad9bcfa 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
gavin%gavinsharp.com 9a9b1d0281 Bug 331264: band-aid to fix --disable-places builds, patch by Mook <mook.moz@gmail.com> 2006-03-22 01:19:05 +00:00
brettw%gmail.com 2bacb3d7d4 Bug 320181 r=annie.sullivan Rewrite autocomplete code for places. 2006-03-20 23:13:01 +00:00
gavin%gavinsharp.com ea609db848 Bug 330887: Ts fix attempt #3, re-add timeout for search bar init, r+a=mconnor 2006-03-20 19:01:01 +00:00
gavin%gavinsharp.com 2315cb36b6 Revert previous change to re-enable the search service (bug 330887) 2006-03-19 06:54:29 +00:00
gavin%gavinsharp.com ff573ff406 Bug 330887: second try at disabling the search service to see impact on Ts 2006-03-19 04:46:26 +00:00
gavin%gavinsharp.com fc07362a19 Back out previous change to re-enable search service (bug 330887) 2006-03-19 03:48:48 +00:00
gavin%gavinsharp.com c7fdbeb1ba Temporarily disable the search service to see what effect it has on Ts 2006-03-19 02:38:05 +00:00
gavin%gavinsharp.com 587aa1bd71 Bug 330887: try to fix Ts regression from bug 317107, r=mano 2006-03-18 22:23:02 +00:00
beng%bengoodger.com 2c983688fe 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 df481e8b94 330851 - ts/txul regressions... experiment by reverting to old init behavior. r=annie.sullivan@gmail.com 2006-03-17 18:12:49 +00:00
gavin%gavinsharp.com 74139068a1 Bug 317107: followup fix for icon conversion, r+a181=mconnor 2006-03-17 10:39:11 +00:00
gavin%gavinsharp.com 787a5d33f1 Bug 317107: fix typo 2006-03-17 08:52:55 +00:00
gavin%gavinsharp.com 1a659c1dfc Bug 317107: Fix icon setting bug, r=mconnor over IRC 2006-03-17 08:41:17 +00:00
gavin%gavinsharp.com 0933676efd Bug 317107: new search service, r=mconnor, sr=ben 2006-03-17 07:16:00 +00:00
mconnor%steelgryphon.com 92a2265118 fix an egregious oversight and add pav to the credits 2006-03-17 06:46:47 +00:00
joe%retrovirus.com 4edbf4e11b 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 ea6c3ae88f 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 140ec2394e 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 f2cbb20834 Moves history menu accesskey from H to i to avoid conflict with Help menu. patch by Pam Greene <pamg.bugs@gmail.com> r=annie.sullivan@gmail.com sr=ben@mozilla.org 2006-03-15 21:11:12 +00:00
annie.sullivan%gmail.com cd0f7191e6 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 738c6b3d65 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
kaie%kuix.de 86ecb2b046 Bug 236933, Disable SSL2 and other weak ciphers by default
This patch (v3c) removes the UI to control SSL 2.
Firefox UI-review: beltzner
Firefox code review: mconnor
SeaMonkey UI-review: neil
Seamonkey+PSM code review: rrelyea
2006-03-14 21:29:13 +00:00
gavin%gavinsharp.com 233f2ee439 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 318193, r+a181=mconnor 2006-03-14 21:10:06 +00:00
gavin%gavinsharp.com 5b428356a8 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 23485, r+a181=mconnor 2006-03-14 21:06:53 +00:00
gavin%gavinsharp.com 409ee01dbd Bug 325901: don't preprocess files unnecessarily, r=mconnor 2006-03-14 20:44:37 +00:00
gavin%gavinsharp.com 1c5b0a9537 Bug 323972: the home button does not have a disabled style rule, even though the image exists, r=mconnor 2006-03-14 20:39:55 +00:00
gavin%gavinsharp.com 22eed2377f Bug 325772: remove unused files, r=mconnor 2006-03-14 20:25:21 +00:00
joe%retrovirus.com e42552d362 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 ab0558a2d2 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 02d76cf782 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
gavin%gavinsharp.com e641015ff9 Bug 323761: default page style not available when preferred stylesheet's media is not screen or all, patch by Jonathan Haas <jonathan_haas@web.de>, r=mconnor 2006-03-13 03:18:52 +00:00
gavin%gavinsharp.com e391e5fbdf Bug 329130: undefined entity error on the about: page when using builds without --enable-official-branding, patch by Nickolay Ponomarev <asqueella@gmail.com>, r=l10n@mozilla.com 2006-03-13 03:16:07 +00:00
steffen.wilberg%web.de 05e8709285 Bug 325961: Remove a sentence about specifying display resolution since that is no longer possible. r=jwalden, br181=me 2006-03-11 10:51:32 +00:00
beng%bengoodger.com edc8246a7b 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 abfbc4dc52 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 5f61ba88f1 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 8aa34a9137 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 cedc166b4a 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 e1e89260db 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 a8d7bb9bf6 329956 - add bookmark button on toolbar no longer works. r=joe@retrovirus.com 2006-03-09 22:02:21 +00:00
joe%retrovirus.com b8f0117912 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
annie.sullivan%gmail.com 3cb5bd8376 Added code to re-initialize bookmarks toolbar after customizing. bug=327479 r=ben@mozilla.org 2006-03-09 19:39:29 +00:00
beng%bengoodger.com 821c57a554 329907 - not possible to start with --disable-places due to missing string in dtd patch by bill gianopoulos, r=ben@mozilla.org 2006-03-09 17:54:35 +00:00
brettw%gmail.com 140033b091 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 385bb354fd 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 7ccc21ac93 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 563d410a32 revert part of previous change to 329586 to reduce Ts on windows 2006-03-09 04:58:07 +00:00
beng%bengoodger.com 2d18d38736 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 1895025064 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
rob_strong%exchangecode.com 5d79d38268 Bug 271166 - Should be able to blacklist extensions centrally, in update.mozilla.org. ui-r=beltzner, r=darin, sr=mscott 2006-03-08 21:54:27 +00:00
brettw%gmail.com 995d88ecc3 Comment out bug 329819 and 329691 which was causing problems. 2006-03-08 21:40:09 +00:00
brettw%gmail.com ede6474287 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 1dd1feae73 Bug 329698 r=joe@retrovirus.com,bryner Implement GetPageAnnotationNames 2006-03-08 20:33:49 +00:00
brettw%gmail.com 90c7410b98 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 66c88cf053 Fixes a bug in closing the menus after middle-clicking a bookmark. Bug=329321 r=ben@mozilla.org 2006-03-07 23:31:08 +00:00
annie.sullivan%gmail.com 2275e5caff 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 c987d08a4b Bug 329524 r=joe.hughes ReplaceItem bookmark call doesn't update cache. 2006-03-07 22:50:22 +00:00
annie.sullivan%gmail.com b442bf44e7 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 214c7c3e57 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 87814ed31b 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 d2eead6f57 Bug 329563 r=annie.sullivan Clarify annotation IDL documentation 2006-03-07 00:58:30 +00:00
joe%retrovirus.com 8eac356716 * 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
gavin%gavinsharp.com 11f8a0d63e fix whitespace 2006-03-06 23:57:47 +00:00
annie.sullivan%gmail.com 6a126f95ea Attempt to fix corrupt icon for livemarks
bug=327543
2006-03-06 19:23:09 +00:00
beng%bengoodger.com 034eb7568d 329077 - options icons gone... move an incorrectly placed #endif patch by phil ringnalda, r=me 2006-03-06 18:56:32 +00:00
brettw%gmail.com ba0ee8a783 Bug 318817 r=ben@mozilla.org Uncommented patch for this (Ben commented out
to see if it affected PLT on tinderboxes).
2006-03-06 17:51:17 +00:00
annie.sullivan%gmail.com 4d9e4f14e3 Opens Bookmarks Menu when the mouse drags over it. r=ben@mozilla.org bug=329065 2006-03-05 07:20:53 +00:00
annie.sullivan%gmail.com 60b4737368 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 43e13140cf 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
beng%bengoodger.com 6adddfdf64 329146 - bookmarks toolbar does not show up because id is different and user customized toolbar in the past. r=annie.sullivan@gmail.com 2006-03-03 22:14:08 +00:00
brettw%gmail.com 47f1712cbf 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 4ed12dd0cf Add hack define for branch. 2006-03-03 21:08:51 +00:00
gavin%gavinsharp.com 333bb97ea7 Revert the change from bug 307407 now that bug 300453 is fixed on the branch (change dom.disable_window_flip to true), r=mconnor 2006-03-03 20:34:56 +00:00
gavin%gavinsharp.com b75d3a8a64 Change browser.link.open_newwindow to 3 on the trunk to match the branch, r=mconnor 2006-03-03 20:19:49 +00:00
gavin%gavinsharp.com 19bbf3d1c0 fix whitespace nit to sync branch/trunk 2006-03-03 19:51:18 +00:00
benjamin%smedbergs.us a9d33bf33f Bug 328886 - Talkback not being updated properly, r=jay 2006-03-03 19:30:48 +00:00
brettw%gmail.com 60e52a1cde Bug 325286 r=ben@mozilla.org Don't unnecessarily load favicons, make them get
set properly.
2006-03-03 19:11:10 +00:00
brettw%gmail.com 6a108a5c04 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 e30d6a79d5 Fixing bad merges for bug 313309 2006-03-03 13:57:09 +00:00
beng%bengoodger.com a663566ad9 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
gavin%gavinsharp.com 98c8fb880a Back out the fix for bug 271359 from the trunk too (it was forgotten), original backout had r=mconnor 2006-03-03 04:09:10 +00:00
gavin%gavinsharp.com f2f959245e little nits to sync 1.8 branch/trunk 2006-03-03 03:59:44 +00:00
bzbarsky%mit.edu d56b07bf96 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
gavin%gavinsharp.com 4633cd8ec5 Bug 328480: can't select/copy cookies in the View Cookies dialog, r=mconnor 2006-03-02 14:08:54 +00:00
annie.sullivan%gmail.com bfb9d239a9 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 dc094dc429 Implements history menu and binds Ctrl-H to places view, for now.
r=ben@mozilla.org bug=325605
2006-03-01 21:36:53 +00:00
annie.sullivan%gmail.com 71feda57e8 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 2af94aef71 Bug 326428 r=annie.sullivan Generate default titles for untitled pages 2006-03-01 19:43:22 +00:00
brettw%gmail.com bf060aea55 Bug 328399 r=annie.sullivan Remove last visited page preference. 2006-03-01 19:27:08 +00:00
beng%bengoodger.com 53bb426b3f bug 328895 - broken personal toolbar in places builds due to init being commented out, and bookmarks not in personal toolbar in default bookmarks file. also fixes duplication of bookmarks in personal toolbar and places list. r=annie.sullivan@gmail.com 2006-03-01 18:52:28 +00:00
bryner%brianryner.com aa420a36d8 Speedups for nsMorkReader and history import (bug 327330). r=brettw 2006-03-01 02:51:43 +00:00
annie.sullivan%gmail.com bc5241c6f7 Refinements to advanced search UI bug=326613 r=ben@mozilla.org 2006-02-28 22:59:44 +00:00
annie.sullivan%gmail.com 2491e54957 Fixed icon uris broken in browser shim removal. bug=328543 r=ben@mozilla.org 2006-02-28 22:43:46 +00:00
annie.sullivan%gmail.com dfd3a1df40 Checking in files that got checked in on the branch but not the trunk from the patch for bug 328243 2006-02-28 21:20:04 +00:00
brettw%gmail.com 32a81888a0 Bug 328862 r=annie.sullivan Potentially uninitialized variable in RemoveChildAt 2006-02-28 18:26:37 +00:00
brettw%gmail.com a61d4c144f Bug 319910 r=bryner Add bookmark function for redirect-aware bookmark status checking 2006-02-28 17:53:16 +00:00
brettw%gmail.com 2c5383b101 Bug 327165 r=annie.sullivan Some titles are not remembered 2006-02-28 16:46:14 +00:00
brettw%gmail.com f2d22adf40 Bug 324590 r=bryner Make folders update properly when sorting is active 2006-02-28 16:41:03 +00:00
dbaron%dbaron.org 04161e5de7 Rename browser.display.screen_resolution pref, for which we used to have user interface, to layout.css.dpi, so old settings no longer take effect. b=327406 r+sr=roc 2006-02-28 10:00:47 +00:00
gavin%gavinsharp.com caa591b878 Revert accidental checkin. 2006-02-28 04:18:01 +00:00
gavin%gavinsharp.com 23d9dc7bc1 Bug 323537: add DOMLinkAdded event listener in Startup instead of delayedStartup, since delayedStartup is too late to catch some of the events, r=mconnor 2006-02-28 04:15:56 +00:00
gavin%gavinsharp.com 8b5fb66f79 Bug 328619: Places toolbar shown in popups, take two, patch by Phil Ringnalda <philringnalda@gmail.com>, r=ben 2006-02-27 19:23:20 +00:00
dveditz%cruzio.com 057e2b7604 bug 319319 remove incompatible MyWebSearch toolbar on install or upgrade if found in old version to prevent launching a broken browser. r/sr=bsmedberg, a=drivers 2006-02-26 18:25:18 +00:00
gavin%gavinsharp.com 7b40e5e49f Bug 328528: remove unused preferences, patch by Jason Barnabe (np) <jason_barnabe@fastmail.fm>, r=mconnor 2006-02-25 22:54:49 +00:00
beng%bengoodger.com 6a064cc3b4 fixing bustage fallout from 328243 - add default_places.html back to build in new locales directory so migration works properly. 2006-02-25 01:35:45 +00:00
brettw%gmail.com 9ada0cd74e Bug 328523 r=beng (verbal) History system should remove observers. 2006-02-24 22:27:58 +00:00
beng%bengoodger.com 5fd0faee5b 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
gavin%gavinsharp.com 198557abca Bug 309251: set dom.disable_window_move_resize to false on the trunk (until bug 144069 is fixed), r=mconnor 2006-02-24 18:24:04 +00:00
gavin%gavinsharp.com 97a91d9b63 whitespace nit 2006-02-24 05:05:45 +00:00
gavin%gavinsharp.com 347e106dd3 Bump the UUID of nsIBrowserProfileMigrator on the trunk too (bug 313529), rs=mconnor 2006-02-24 05:03:54 +00:00
gavin%gavinsharp.com 290160b889 fix whitespace to sync branch/trunk 2006-02-24 01:29:51 +00:00
gavin%gavinsharp.com 354712820f add newline to sync branch/trunk 2006-02-24 01:25:06 +00:00
annie.sullivan%gmail.com 13329108fe 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 abed7f7667 changing livemark_item.png to binary for bug 327543 2006-02-23 19:27:41 +00:00
brettw%gmail.com 783aefe346 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 dac4a7e4ab 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 479904ed18 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
gavin%gavinsharp.com 07bece1adc Bug 306195: Focus is lost on filtering in Cookies/Permissions dialogs, patch by Simon B�nzli <zeniko@gmail.com>, r=bryner 2006-02-23 14:10:42 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
gavin%gavinsharp.com 010076995f Fix review nit from bug 298004. (syncs branch/trunk) 2006-02-22 22:54:08 +00:00
brettw%gmail.com 817e7bc116 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 9a19755888 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
gavin%gavinsharp.com 8ff246817d Remove old comment that no longer applies. rs=mconnor 2006-02-21 19:58:20 +00:00
joshmoz%gmail.com 1faf851572 Add comment explaining extra menu nodes when using Carbon widgets. This comment becomes necessary since I have to sync 324180 to the branch. Follow-up to 324180. 2006-02-21 19:53:35 +00:00
dbaron%dbaron.org f37cc68efc Only do the security icon's click action for left clicks. b=304920 r=mconnor 2006-02-21 06:38:34 +00:00
gavin%gavinsharp.com 44d9ec068e Bug 235277: make the go button look like other toolbar buttons, patch by miahz <miahzmiahz+bmo@gmail.com>, r=mconnor 2006-02-20 18:59:06 +00:00
masayuki%d-toybox.com 46f5db21d9 Bug 327303 Accept languages empties when IE profile migration is selected.(when with --enable-official-branding) / Bug 327306 The Proxy setting of IE is not migrated.(when with --enable-official-branding) r=mconnor 2006-02-20 09:22:05 +00:00
annie.sullivan%gmail.com 375891aa58 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
gavin%gavinsharp.com 590597e8a5 Bug 235204 followup, add localizable dialog width, r=mconnor 2006-02-18 00:14:03 +00:00
gavin%gavinsharp.com d91d9b924e Bug 324354: Ctrl-Z (undo) reveals visited URLs AFTER clearing history, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mconnor 2006-02-18 00:14:02 +00:00
gavin%gavinsharp.com cbdce0816e Bug 317369: make use of textbox's clickSelectsAll property for the location bar and help, r=mano/mconnor 2006-02-18 00:14:01 +00:00
gavin%gavinsharp.com 5964f42772 Bug 315034: If search is set to open in a new tab, Alt+Enter should open the search result in the current tab, patch by Adam Guthrie <ispiked@gmail.com>, r=robstrong 2006-02-18 00:14:00 +00:00
allan%beaufour.dk 28b10a9d6e Icon in Search Bar has incorrect (stale) tooltip. Bug 311653, r=mconnor, patch by Torisugari 2006-02-18 00:13:59 +00:00
gavin%gavinsharp.com 1d32f380fb Bug 310393: Hitting Enter in an empty searchbar shouldn't add an empty entry to its form history, r=mano 2006-02-18 00:13:58 +00:00
gavin%gavinsharp.com c5f4534bd5 Bug 219532: Add pref to make search bar results always open in a new tab, patch by Chris Butcher <cbutcher@gmail.com>, r=mconnor 2006-02-18 00:13:57 +00:00
gavin%gavinsharp.com a20119062f Bug 308854: ctrl-up too many times in search box breaks search box, r=mconnor 2006-02-18 00:13:56 +00:00
gavin%gavinsharp.com 93c5dc45bc Bug 235204, remove pref observer to avoid a crash (bug 306135), r=mano 2006-02-18 00:13:55 +00:00
gavin%gavinsharp.com 2bd10a2c74 Bug 306358, fix drag and drop onto the search bar, r=mano 2006-02-18 00:13:54 +00:00
gavin%gavinsharp.com 8355f2f7cf Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor 2006-02-18 00:13:53 +00:00
gavin%gavinsharp.com 9061675c58 Bug 301283: Toolbar customize gives js error after removing searchbar, r=mconnor 2006-02-18 00:13:52 +00:00
aaronleventhal%moonset.net 1fe771b73e Bug 283273. Make search bar drop down of search engine choices keyboard and screen reader accessible. r=mconnor, a=mkaply 2006-02-18 00:13:51 +00:00
mozilla.mano%sent.com d66e01972b Bug 296474 - Unconditionally remove the search bar controller on binding destruction to prevent a leak. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=mconnor, a=asa. 2006-02-18 00:13:50 +00:00
mozilla.mano%sent.com 33f0bb3df3 Bug 278772 - Various Firefox code incorrectly constructs URIs. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor sr=darin 2006-02-18 00:13:49 +00:00
mozilla.mano%sent.com 5d7867b54d Bug 269994 - Submitting a blank search string to the Dictionary.com search plugin doesn't navigate to the main page. patch by Gavin Sharp <gavin.sharp@gmail.com> r=mconnor 2006-02-18 00:13:48 +00:00
dveditz%cruzio.com 43557df0a2 bug 270697 make autocomplete behave more like IE r=caillon,r=mconnor 2006-02-18 00:13:47 +00:00
gerv%gerv.net 97ed933207 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-02-18 00:13:46 +00:00
steffen.wilberg%web.de 430875286c Bug 263146: use the Cmd key instead of the Ctrl key on Mac ('accel' instead of 'control'). p=bugs.mano@mail-central.com, r=mconnor 2006-02-18 00:13:45 +00:00
ben%bengoodger.com fab36543f1 Landing the Aviary Branch (browser section only). 2006-02-18 00:13:44 +00:00
gavin%gavinsharp.com a7c4567607 Bug 235204, remove pref observer to avoid a crash (bug 306135), r=mano 2006-02-18 00:13:43 +00:00
gavin%gavinsharp.com 482f6fffa1 Bug 235204: New search dialog, used when the searchbar is either removed from the toolbar, of if the toolbar is hidden. r=mconnor 2006-02-18 00:13:41 +00:00
ben%bengoodger.com b12b41963c 255394 - default search query parameter generation, r+sr=brendan@mozilla.org 2006-02-18 00:13:23 +00:00
chanial%noos.fr 079b55fcbc Bug 228103: Toolbar Google search for empty string results in garbage characters.
Loads the host of the search engine when querying for the null string.
2006-02-18 00:13:22 +00:00
ben%bengoodger.com 03b6eacd37 fix whitespace 2006-02-18 00:13:21 +00:00
ben%bengoodger.com bbb37a27ba temporary fix for 205708 - search bar often forgets the selected search engine 2006-02-18 00:13:20 +00:00
jshin%mailaps.org c33deb1f15 bug 225695 : follow-up to the fix for bug 44272. the first part of three ; tree-wide sweep to replace escape/unescape with en|decodeURI(Component). r=bz, sr=rbs, a=asa 2006-02-18 00:13:19 +00:00
ben%bengoodger.com 5f037601bc 171606 - dropmarker icon for toolbar search icon 2006-02-18 00:13:18 +00:00
chanial%noos.fr 352e5c0a77 convert chrome://global/content/widgets to chrome://global/content/bindings 2006-02-18 00:13:17 +00:00
chanial%noos.fr 5054f7957b bug 225215: alt-Enter doesn't work in the search bar 2006-02-18 00:13:16 +00:00
chanial%noos.fr 6bbf938473 coding style nit 2006-02-18 00:13:15 +00:00
chanial%noos.fr e0fde5ce19 Bug 224990: search bar is unusuable if the specified searchplugin is not found.
If the search engine is not found, fall back to find in page
2006-02-18 00:13:14 +00:00
chanial%noos.fr 689122342a Bug 223277: real fix concerning the event chain + Band aid patch for an XBL bug. 2006-02-18 00:13:13 +00:00
chanial%noos.fr 0918d8b813 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.
2006-02-18 00:13:12 +00:00
chanial%noos.fr f296f37544 add tri-licence 2006-02-18 00:13:11 +00:00
blakeross%telocity.com 5df0eb5f82 Google is the default search bar engine. 2006-02-18 00:13:10 +00:00
hewitt%netscape.com 6566faee0c more search goodies, now using all installed sherlock plugins 2006-02-18 00:13:09 +00:00
hewitt%netscape.com beda204cc2 171581 - toolbar search/find in page for phoenix 2006-02-18 00:13:08 +00:00
hewitt%netscape.com 25c0675d71 171581 - toolbar search/find in page for phoenix 2006-02-18 00:13:07 +00:00
bryner%brianryner.com 153f8a6285 Sync up branch and trunk 2006-02-17 23:44:21 +00:00
brettw%gmail.com d8d281403d 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 4771333c39 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 9a64ac1ead 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 c23a1e9670 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 43750f0efa Fixing build bustage 2006-02-17 01:10:25 +00:00
brettw%gmail.com b8e2c6eb93 Bug 327560: r=bryner History service keeps reference to main thread 2006-02-17 00:40:50 +00:00
beng%bengoodger.com d38a8e32fa 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 eaf8ef00ff 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
darin%meer.net efcaa0148d fixes bug 327465 "Move uninstaller.inc from locales into installer/windows/" r=bsmedberg 2006-02-16 15:48:56 +00:00
beng%bengoodger.com 1ec5b8caa2 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 706651057c 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 0f7de12ddd 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 32a2998fbc Bug 318817 r=beng: Import, store, and use bookmark keywords. 2006-02-16 00:42:46 +00:00
joe%retrovirus.com 8d91483fa0 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 5d988b7e8c 327372 - fix atlantia orange, avoid using static ctor/dtors. r=mark@moxienet.com 2006-02-15 23:13:49 +00:00
benjamin%smedbergs.us e3a5dfc26e Bug 327331 - nsNavHistory::Init is fragile and leaky in error conditions, r=brettw 2006-02-15 21:45:40 +00:00
brettw%gmail.com 22a0fad103 Bug 327318, r=annie.sullivan. History service fails if indices already exist. 2006-02-15 18:15:31 +00:00
benjamin%smedbergs.us d6899156d6 Revert a probably-accidental change from bug 327223 2006-02-15 16:07:11 +00:00
bryner%brianryner.com eea7939199 Speedups for history import (bug 325176). r=brettw. 2006-02-15 06:02:07 +00:00
beng%bengoodger.com 165a8ea0fb 327223 - ensure sidebar framework remains for extensions to use. r=annie.sullivan@gmail.com 2006-02-15 01:21:30 +00:00
annie.sullivan%gmail.com 81c6a85481 bug=327209 r=brettw Fixes assert when removing from a toolbar 2006-02-14 23:48:28 +00:00
bryner%brianryner.com 7748732570 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 e9248be983 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 67722592a5 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
benjamin%smedbergs.us 51e6d212be Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 15:57:04 +00:00
bryner%brianryner.com 64c8aa0dbf fixing bustage r=brettw 2006-02-14 00:00:31 +00:00
brettw%gmail.com cfdddd511e Bug 325665, r=bryner. Coalesce redirects in history, clean up session and
visit creation code.
2006-02-13 18:07:01 +00:00
gavin%gavinsharp.com 13adb8a7d7 Bug 175074: URN:ISBN link converted to URN://ISBN, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor 2006-02-12 18:01:48 +00:00
gavin%gavinsharp.com 4eea932c06 Bug 320437: Spellchecking menu checkboxes don't work, patch by Dave Townsend <mossop@blueprintit.co.uk>, r=brettw 2006-02-10 20:28:50 +00:00
joshmoz%gmail.com ead2ff803c Fix key modifier for Mac OS X application menu. b=324180 r=mconnor 2006-02-10 01:25:28 +00:00
gavin%gavinsharp.com 5d3563a7c4 Bug 325236: cleanup unneeded wrapper usage in pageInfo.js, r=mconnor 2006-02-09 23:04:48 +00:00
beng%bengoodger.com dd30d22139 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
darin%meer.net 75952d7a39 fixes bug 324644 "Add list of pings to link properties dialog" r=beng 2006-02-09 21:00:15 +00:00
beng%bengoodger.com b0cfd3e35f 320655 - changing the history view displayed should also update the sorting r=annie.sullivan@gmail.com 2006-02-09 19:29:10 +00:00
bzbarsky%mit.edu f886e188c9 Make it possible to enable spell-check for text inputs too (not just
textareas).  Make the pref controlling the whole thing live.  Bug 151040, patch
by Julian Pellico <jpellico@yahoo.com>, r=bzbarsky, sr=bryner
2006-02-09 03:50:53 +00:00
joe%retrovirus.com 15bd7176db bug=326488
r=annie.sullivan@gmail.com
2006-02-09 02:18:12 +00:00