Commit Graph

3356 Commits

Author SHA1 Message Date
gavin%gavinsharp.com
d9669fb716 Bug 316303: forgotten <em> tag and unnecessary </br>, patch by Hendrik Maryns <hendrik.maryns@uni-tuebingen.de>, r=Steffen 2005-11-18 00:20:13 +00:00
beng%bengoodger.com
0b1662aa5c add shim to co-opt bookmarks menu commands to use the places system instead of the old bookmarks system while retaining the functionality for those building without --enable-places... for the final activation patch this code will move into the browser itself. NOT PART OF BUILD, 315940 2005-11-17 23:44:50 +00:00
beng%bengoodger.com
e68cfd83c2 begin to implement AVI on tree view, 315940. Also make sure nsNavHistory.cpp compiles on VC6 (316896, r=brettw) NOT PART OF BUILD 2005-11-17 23:05:35 +00:00
bryner%brianryner.com
9eadb31237 Assorted fixes for lazy building of bookmark folder children, and hook it up to preliminary UI. Bug 314553, r=brettw. 2005-11-17 22:00:52 +00:00
beng%bengoodger.com
9f4fc80b93 load URLs in the browser or in new windows or tabs. 315940, NOT PART OF BUILD. 2005-11-17 21:54:46 +00:00
brettw%gmail.com
989c75c181 Forgotten update for Bug 316077 2005-11-17 21:41:13 +00:00
brettw%gmail.com
4ac6fc4483 Bug 266174, r=bryner. Add query serialization/deserialization 2005-11-17 21:39:13 +00:00
beng%bengoodger.com
ca930c8ee4 315940, NOT PART OF BUILD... make search box sort of work for places, remove a bunch of dead code, fix a msvc6 compile error in nsNavHistory (r=brettw), more visual appearance tweaks 2005-11-17 20:28:43 +00:00
brettw%gmail.com
03592c7bcc Fixed delete/new mismatch that caused crash on exit 2005-11-17 19:30:18 +00:00
mark%moxienet.com
8db7653c40 Bug 314250, modifier key mappings for scroll wheels are bad. New mappings on Mac: ctrl=size, option=history, meta=line. r=beltzner r=mano 2005-11-17 18:50:50 +00:00
brettw%gmail.com
9b7c8dae03 Bug 316077, r=annie.sullivan, sr=darin
Protocol handler allowing access to binary annotations.
2005-11-17 18:39:00 +00:00
brettw%gmail.com
d9bb356977 Bug 316077, r=annie.sullivan, sr=darin
Protocol handler allowing access to binary annotations.
Also: forgotten registration part of bug 306640 for the annotation service.
2005-11-17 18:36:40 +00:00
bryner%brianryner.com
6d8768e821 fixing windows line endings. 2005-11-17 00:50:11 +00:00
bryner%brianryner.com
793b05a5fe Fixing windows newlines and private destructor. 2005-11-17 00:47:48 +00:00
bryner%brianryner.com
6b42e7e964 Sync with nsINavHistory changes. r=ben. 2005-11-16 23:22:03 +00:00
beng%bengoodger.com
b426d1b461 315940 NOT PART OF BUILD - fix js error in page unloading 2005-11-16 23:03:28 +00:00
bryner%brianryner.com
d0295dcf29 History-based bookmarks implementation for Places. Bug 314553, r=brettw. 2005-11-16 22:53:47 +00:00
beng%bengoodger.com
751340ae07 show history in the view, show icons, title tree columns. 315940, NOT PART OF BUILD 2005-11-16 21:51:17 +00:00
beng%bengoodger.com
649edab399 show history in the tree view 315940 2005-11-16 01:07:18 +00:00
brettw%gmail.com
4a3d2873dd Change to PR types, fix visual studio for look scoping.
r=ben
2005-11-16 00:56:45 +00:00
brettw%gmail.com
4d8d07c2b6 Bug 306640 r=annie.sullivan sr=bryner
Add annotation service. This checkin addresses sr comments I forgot in the
checkin of the main code.
2005-11-16 00:20:15 +00:00
brettw%gmail.com
89064c9e36 Bug 306640, Add generic annotation service (first pass)
r=annie.sullivan r=bryner
2005-11-15 23:46:08 +00:00
brettw%gmail.com
0f7a9e6f4f Bug 266174, patch 203140: Bring history in sync with recent changes to storage API. r=annie.sullivan 2005-11-15 23:24:29 +00:00
beng%bengoodger.com
fa7180de43 adding readme file for localization directory that isn't part of browser/locales because of NOT PART OF BUILD status (315940) 2005-11-14 22:23:34 +00:00
beng%bengoodger.com
1a26963f2f More work as part of 315940, setting up the basic places view, controller, context menus, command keys, etc. NOT PART OF BUILD 2005-11-14 22:22:28 +00:00
darin%meer.net
dfb916164e remove references to necko_data.xpt 2005-11-12 23:08:33 +00:00
gavin%gavinsharp.com
3120aa0ea8 Bug 316059: Clean up use of userTypedClear, patch by Yoni Gilad <yonigilad@gmail.com>, r=mconnor 2005-11-12 01:51:36 +00:00
cls%seawood.org
fdbb6549d0 Put default.xpm in proper directory when using 'make install'
Bug #314927 r=bsmedberg
2005-11-11 01:18:45 +00:00
beng%bengoodger.com
40a15e993e 315940 - unified 'places' view... checking in some stub files so we can start building out the components. NOT PART OF BUILD. 2005-11-10 23:31:08 +00:00
steffen.wilberg%web.de
742e3e467f Bug 313053: Change <strong> tags to <em>, 'type' to 'press' and wraps lines at 80 chars. p=gidsgoldberg@gmail.com, r=me 2005-11-10 20:57:16 +00:00
steffen.wilberg%web.de
81a5129eb6 Bug 314208: 'Check for Updates...' doesn't check for extension updates. r=jeff 2005-11-10 20:51:06 +00:00
bsmedberg%covad.net
a5062e3858 Bug 311480 - talkback extension not packaged with empty chrome.manifest on some platforms, r=Chase 2005-11-10 18:33:26 +00:00
brettw%gmail.com
b9777b38a2 bug 315570 r=benjamin
Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation. This patch fixes some style and portability nits.
2005-11-09 21:27:51 +00:00
brettw%gmail.com
00a3e5f2d1 bug 315570
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
2005-11-09 20:50:31 +00:00
brettw%gmail.com
944ede62d6 bug 315570
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.
2005-11-09 19:19:33 +00:00
vladimir%pobox.com
20b91dbdd6 thebes/cairo backend update. windows fonts through thebes, start of pango fonts through thebes. lots of other misc fixes. win32 static build fix. 2005-11-08 20:06:16 +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
cls%seawood.org
ac21a3afe4 Implement stub routine for _com_issue_error to avoid dependency upon comsupp.dll. Fixing free MSVC bustage.
Bug #241528 r=bsmedberg sr=bryner
2005-11-07 21:47:45 +00:00
timeless%mozdev.org
cd4722bc8f Bug 314518 - [BeOS] Static builds Broken due nsSound implementation for Widget:BeOS
patch by thesuckiestemail@yahoo.se r=sergei_d sr=bsmedberg
2005-11-07 19:55:20 +00:00
gavin%gavinsharp.com
f10c03f104 Oops, better fix for bug 314986, r=mconnor. 2005-11-05 21:53:48 +00:00
gavin%gavinsharp.com
ea8275e160 Bug 314986: "Visit Home Page" menu item spawns a window with empty bookmark toolbar, r=mconnor 2005-11-05 21:47:30 +00:00
joshmoz%gmail.com
4548664102 fix width of color preferences dialog on Mac OS X. b=314993 r=mano 2005-11-04 21:21:49 +00:00
mconnor%steelgryphon.com
3a52c7cfb0 bug 314074 - add contributors to credits list 2005-11-03 04:17:23 +00:00
bsmedberg%covad.net
fe28a7e35e Bug 314684 - Endless loop trying to update beta2 -> rc1 when 1.0.x was originally installed, r=pike sr=mscott 2005-11-02 19:14:21 +00:00
gavin%gavinsharp.com
9bd409dd39 Bug 313572: Ctrl+y is not displayed in the tools menu for the download manager, patch by Kevin Brosnan <kbrosnan@gmail.com>, r=mconnor 2005-11-02 05:40:04 +00:00
timeless%mozdev.org
f453c6c736 Remove nsIStyledContent. Bug 313968
Build bustage
2005-11-02 04:29:33 +00:00
scott%scott-macgregor.org
6705c4544a Bug #314139 --> fix the company field on the thunderbird and firefox .exes
r=chase
2005-11-01 23:54:03 +00:00
masayuki%d-toybox.com
4149066af7 Bug 313149 the code of findBar.js should be protected in a prototype r=mconnor 2005-11-01 17:34:45 +00:00
axel%pike.org
e4b9244992 bug 306576, searchplugins should update from secure mozilla.org servers, r=rebron, sr=Asa 2005-11-01 11:25:16 +00:00
steffen.wilberg%web.de
d3e81cb9eb Bug 307455: 'Help Contents' menuitem is labeled 'Firefox Help' on OS X; fix the toc this time. p=ronny.perinke@gmx.de, r=me 2005-11-01 10:29:51 +00:00