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

1495 Коммитов

Автор SHA1 Сообщение Дата
mozilla.mano%sent.com 8702a9fe80 Bug 333947 - [Mac] Collapse-toolbar button does nothing in Places Organizer. r=annie, sr=ben. 2006-04-14 17:24:40 +00:00
mozilla.mano%sent.com 023700984b Bug 333863 - several fixes to places behavior in non-browser windows on Mac. r=annie, sr=ben. 2006-04-13 23:07:06 +00:00
joe%retrovirus.com 01a896d8c6 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
2006-04-13 17:19:18 +00:00
annie.sullivan%gmail.com 539e5c3c16 Adds places popup. bug=329180 r=ben@mozilla.org 2006-04-13 00:48:00 +00:00
gavin%gavinsharp.com 024d64b696 Bug 330533: new aboutCredits Minefield image, by Ryan Flint, ui-r=beltzner 2006-04-12 22:30:10 +00:00
gavin%gavinsharp.com 9e107f5c42 Bug 308973: Rebrand Firefox trunk builds to "Minefield", patch by beltzner, r=mconnor 2006-04-10 23:58:24 +00:00
beng%bengoodger.com 408d258930 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 2006-04-10 19:26:01 +00:00
joe%retrovirus.com d3614485d3 Backing out patch from bug 330063 to see if it's responsible for the
branch balsa allocation increases, and if so, fix before resubmitting.
2006-04-08 17:58:16 +00:00
joe%retrovirus.com 9876edb4f0 * 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
2006-04-06 23:25:36 +00:00
benjamin%smedbergs.us 0e0fe8e1d1 Bug 325257 - Rename nsIFormHistory to avoid changing interfaces on the 1.8 branch, r=bryner 2006-04-06 18:06:05 +00:00
steffen.wilberg%web.de c618f77b70 Bug 310737: 1.0.x users have no way to re-enable software installation (message bar that appears when xpinstall.enabled is false points to removed UI). r=mconnor, ui=beltzner 2006-04-04 21:54:33 +00:00
roc+%cs.cmu.edu d845a300e8 Bug 312793. Add Necko APIs to enable automatic management of online/offline status, and let Firefox use it. Disable automatic management in Thunderbird and Seamonkey until those apps are ready for it. Other applications will get automatic management by default. This needs platform-specific components to be created before it will have any effect. r+sr=darin 2006-04-04 21:26:17 +00:00
joe%retrovirus.com 99d122cb6b Implements "Bookmark All Tabs..." for Places. (Also fixes a small error
when undoing aggregate transactions.)

bug=330929
r=annie.sullivan@gmail.com
sr=ben@mozilla.org
2006-04-04 01:25:06 +00:00
beng%bengoodger.com 774cff7517 332596 - bookmarks toolbar empties after using Restore Default Set. Make sure we call the right function (now private) after a reinit. r=annie.sullivan@gmail.com 2006-04-04 00:12:32 +00:00
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
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
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
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
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
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
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
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
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
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
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
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 787a5d33f1 Bug 317107: fix typo 2006-03-17 08:52:55 +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
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 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
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
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
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
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
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
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
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 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
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
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
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
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