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

59 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%mozilla.org 519037fe9d fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
mozilla.mano%sent.com f407e29925 Bug 355112 - Get rid of feeds-disabled code in browser. r=gavin. 2006-10-09 23:57:40 +00:00
dietrich%mozilla.com 734802cbe0 Re-enabling session restore as-is for a few cycles (337320) 2006-06-16 17:51:11 +00:00
gavin%gavinsharp.com 9497f68193 Temporarily disable session restore to test effect on Ts, try #2: disable completely. Bug 337320 2006-05-10 06:18:13 +00:00
myk%mozilla.org 19eac0bfdf Initial support for microsummaries via a service and integration into the bookmarks UI.
bug=334471
r=brettw
a=ben for the branch
2006-05-05 22:45:37 +00:00
mconnor%steelgryphon.com 605be74d73 bug 328159 - the one that should work, or I'm buying the build team drinks 2006-05-05 18:01:35 +00:00
brettw%gmail.com c16bd281db Bug 336288 (for tony@ponderer.org) r=ben integrate UI portion of safebrowsing into /browser/components/safebrowsing 2006-05-04 20:36:16 +00:00
mconnor%steelgryphon.com 88fcc400ae bug 328159 - backing to see if that fixes orange 2006-05-04 18:05:45 +00:00
mconnor%steelgryphon.com 653f364c96 bug 328159 - take #3 2006-05-04 15:14:26 +00:00
mconnor%steelgryphon.com 70d7f99a7f backing out again..., r=me 2006-04-30 05:26:17 +00:00
mconnor%steelgryphon.com f7366d969a bug 328159 - take 2, r=me 2006-04-30 05:02:43 +00:00
mconnor%steelgryphon.com aa4a268386 tinderboxes went orange, not sure why yet, backing out to investigate 2006-04-27 05:10:58 +00:00
mconnor%steelgryphon.com 0919e5ec0b bug 328159 - Wire up session data service, patch by Dietrich Ayala (dietrich@mozilla.com), r=me 2006-04-27 04:34:27 +00:00
beng%bengoodger.com 4c3bdeb751 333751 - land initial content converter patch for feed parsing, turned off. r=bsmedberg for configure bits, r=brettw for everything else... use --enable-feeds in .mozconfig to turn this on. 2006-04-27 00:24:12 +00:00
gavin%gavinsharp.com 56ee1324c9 Bug 317107: new search service, r=mconnor, sr=ben 2006-03-17 07:16:00 +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
brettw%gmail.com e1bcd0f4cd Adds "places" directory consisting of new moz-storage-based history
implementation.  Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.

bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
gavin%gavinsharp.com e1400c9125 Bug 284086: "Sanitize on shutdown" fails if the last closed window is not a browser window, patch by Giorgio Maone <g.maone@informaction.com>, r=mconnor 2005-08-23 16:38:28 +00:00
ben%bengoodger.com 45b09ace03 303848 - integrate feedview better with firefox browser code/live bookmarking system.
this is an initial stab at implementing a design I'm working on with Mike Beltzner
here: http://wiki.mozilla.org/Firefox:1.1_RSS_Pretty_Print
2005-08-12 00:34:19 +00:00
myk%mozilla.org 279d0f9608 Fix for bug 302121: Implements feedview feature for better display of RSS and Atom feed files. r=mconnor, approval1.8b4+=mconnor 2005-08-02 03:29:11 +00:00
bsmedberg%covad.net dad12753a6 Bug 296430 part "firefox" - Use a firefox-specific dirprovider to provide the <extension>/searchplugins key, r=darin a=asa (at some point in the future I will move the remaining app-specific keys from nsXREDirProvider to nsMailDirectoryProvider) 2005-06-07 19:45:11 +00:00
bsmedberg%covad.net 67e8284e3c Bug 289555 - separate help viewer (part of the toolkit, packaged in toolkit.jar and toolkit/locales) from application help content, packaged in browser.jar and browser/locales r=gandalf a=asa 2005-04-15 14:17:31 +00:00
ben%bengoodger.com b622819900 274712 - new options dialog 2005-02-25 09:07:58 +00:00
bsmedberg%covad.net f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
ben%bengoodger.com 5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
ben%bengoodger.com 94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +00:00
ben%bengoodger.com 77300dad75 215094 Turn on profile migration 2004-03-03 07:52:59 +00:00
rlk%trfenv.com f15fc5b39e Re-enabling Help. Ben accidentally disabled help while landing the Migration Branch. 2004-02-17 21:54:04 +00:00
blakeross%telocity.com 57bf873b61 Fixing Firefox clobber build. 2004-02-16 08:44:50 +00:00
blakeross%telocity.com 576c6dac3f Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:51:10 +00:00
ben%bengoodger.com 1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
rlk%trfenv.com 3f746eb673 Firebird Help build bustage fix 3 :) 2003-12-31 16:09:30 +00:00
rlk%trfenv.com af0f073dad *** empty log message *** 2003-12-31 03:18:54 +00:00
rlk%trfenv.com 7e34ac32ef Fixing Help Viewer bustage and re-enabling it. Also fixing image problems. 2003-12-30 22:50:08 +00:00
ben%bengoodger.com 3e0ab55173 Looks like forgotten files. I'm going to turn this off until it really works. 2003-12-30 05:15:02 +00:00
rlk%trfenv.com f9e13fd04f Bug 165960 - Implement Mozilla Firebird Help. r=ben@mozilla.org 2003-12-30 02:27:34 +00:00
ben%bengoodger.com 755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
bryner%brianryner.com b74d8438f9 Updating my email address 2003-09-29 06:04:02 +00:00
bryner%brianryner.com 4ba8e872a0 Enable new password manager for Firebird. 2003-08-12 05:22:10 +00:00
hyatt%mozilla.org 84fd8665eb Implement Seamonkey's addPanel API 2003-08-09 05:02:55 +00:00
chanial%noos.fr 2fefc3b478 turning on pippki overlays 2003-03-04 18:48:07 +00:00
chanial%noos.fr 64b226cae2 Turning off pippki contents.rdf file overriding (bug 184285) 2003-03-04 18:09:55 +00:00
chanial%noos.fr b10e763fa3 Bug 184285: Page info doesn't show security panel.
Fixed by overriding pippki's contents.rdf for overlays.
2003-03-02 22:26:38 +00:00
chanial%noos.fr f171e1c165 Move the js console and dependencies as new extensions in toolkit/components.
NPOB
2003-03-01 08:07:13 +00:00
blakeross%telocity.com 5dbe675420 Add history to the makefile 2002-10-02 02:24:34 +00:00
hewitt%netscape.com 4690faa702 moving the phoenix history from browser to toolkit 2002-09-28 21:46:52 +00:00
bryner%netscape.com 9ffa331a94 Fork download manager for phoenix. 2002-09-28 01:31:19 +00:00
blakeross%telocity.com f813b1226e Forking jsconsole. 2002-09-18 02:10:04 +00:00
blakeross%telocity.com 6d65bd0de1 Forking bookmarks, adding QS. 2002-08-15 00:22:41 +00:00
blakeross%telocity.com f170f0c844 Adding history. 2002-08-10 05:23:28 +00:00