Commit Graph

3619 Commits

Author SHA1 Message Date
cbiesinger%web.de
eaaef83dde bug 296749 package pluginGlue.js
r=bsmedberg
2006-01-27 22:52:30 +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
gerv%gerv.net
ca7df14533 Bug 322000: update about:licence to fulfil all our obligations with regard to notifications, copyright statements and so on. Patch by gerv; r=mconnor, mscott. 2006-01-27 12:08:02 +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
daed416e86 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
masayuki%d-toybox.com
2dd4c0a7d4 Bug 316634 The Proxy setting of IE is not migrated. patch by Hiro <crot0@infoseek.jp> r=jshin, sr=darin 2006-01-26 15:52:35 +00:00
darin%meer.net
4945dc27c2 fixes bug 320504 "Prompt users to submit feedback when uninstalling FF" r=beltzner,bsmedberg 2006-01-26 15:09:46 +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
rob_strong%exchangecode.com
8eeb91b3fc Bug 324717 - Extra extensions.getMoreExtensionsURL and extensions.getMoreThemesURL prefs in firefox.js. r=mconnor, a=mconnor 2006-01-25 22:53:03 +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
darin%meer.net
7328013630 fixes bug 321833 "Clearing the cache prevents disk cache from working" r=mconnor, alfredkayser 2006-01-24 14:47:06 +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
hwaara%gmail.com
d98f1d4cac bug 322507, clicking toolbar button and dragging the mouse outside still shows the buttons as pushed.
r=kevin@kmgerich.com
2006-01-22 16:26:24 +00:00
steffen.wilberg%web.de
237c4fc1b8 Bug 311040: Document how to get rid of custom toolbars, and reorganize the toolbars section. r=jeff 2006-01-22 12:39:10 +00:00
steffen.wilberg%web.de
3688c6aed8 Bug 323771: Remove docs for 'Read Mail' and 'New Message...'. p=gidsgoldberg@gmail.com, r=me 2006-01-22 11:26:13 +00:00
gavin%gavinsharp.com
d694d48b6a Bug 324093: make needsHomePageOverride return true only for new profiles, instead of every version bump, r=mconnor 2006-01-21 20:12:47 +00:00
masayuki%d-toybox.com
817fe09029 Bug 312391 Accept languages empties when IE profile migration is selected. patch by <crot0@infoseek.jp> r=me, sr=mconnor 2006-01-21 04:25:43 +00:00
beng%bengoodger.com
2edbfa7ff0 308396 - UE improvements for tabbed browsing in response to usability studies conducted. In particular, add close buttons to tabs, improve the reselection behavior of new tabs opened especially in single window mode, simplify the preferences available for tabs, and improve the visual appearance of keyboard-focused tabs. r=mconnor. 2006-01-20 23:04:26 +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
gerv%gerv.net
276a2a2687 Bug 324118: Remove MakeMSI files - they aren't under a free licence, and we aren't using them any more anyway, according to chase. 2006-01-20 11:15:35 +00:00
gavin%gavinsharp.com
3015a7e43d Bug 323686: remove the mail icon from Toolbar.png and Toolbar-small.png (winstripe/pinstripe), new images by Philip Puryear <philippuryear@gmail.com>, r=me/kmgerich 2006-01-20 03:44:27 +00:00
annie.sullivan%gmail.com
39c67440c7 Adding advanced query builder for places.
bug=317831 r=beng
2006-01-19 21:32:24 +00:00
gavin%gavinsharp.com
c85cb8cc3b Bug 315297: Credits in about dialog don't scroll and fade in correctly, patch by DesertFox <studio17@gmail.com>, r=mconnor 2006-01-19 05:32:26 +00:00
bryner%brianryner.com
7105c7c96d fixing some comments 2006-01-19 03:12:20 +00:00
gavin%gavinsharp.com
4bea61c9fe Bug 273980: Add "cite" attribute to the Links tab in Page Info, patch by Phil Ringnalda <bugzilla@philringnalda.com>, r=mconnor 2006-01-18 03:33:16 +00:00
bryner%brianryner.com
645e227d83 Addressing sr comments from darin. Bug 322369. 2006-01-18 01:21:36 +00:00
bryner%brianryner.com
5afcfd2410 Use the Mork reader class to import old history files, removing the dependency on Mork itself. Bug 322369, r=brettw. 2006-01-18 01:01:41 +00:00
beng%bengoodger.com
d749051807 save selection across delete operations (not done automatically by the view object)... , also restyle parts of the band across the top of the places view to make the content clearer. 2006-01-18 00:11:25 +00:00
db48x%yahoo.com
ec57ae804b bug 323173: Add a stringbundleset element in pageinfo.xul so that overlays can add stringbundles more easily
patch by Florian Qu��ze <f.qu@queze.net>, r=db48x, sr=neil
2006-01-17 23:51:28 +00:00
beng%bengoodger.com
fd39f6a0f2 fix duplicate place names in root to avoid not showing history item in list... 2006-01-17 21:52:24 +00:00
gavin%gavinsharp.com
e3df17cc83 Bug 323715: removed unused "Smart Browsing" prefs, r=mconnor 2006-01-17 21:41:04 +00:00
annie.sullivan%gmail.com
61744add9a Hooked up context menus to bookmarks menu bindings.
bug=317834 r=beng sr=bryner
2006-01-17 20:34:39 +00:00
gavin%gavinsharp.com
2dcf4db62a Bug 306453: Remove "Read Mail" and "New Message..." from Tools menu, r=mconnor+beltzner 2006-01-16 22:52:03 +00:00
gavin%gavinsharp.com
c4f6840d90 Bug 247115: Use upx --best in 7zip.bat to reduce installer size, patch by Daniel Cater <DJCater@Gmail.com>, r=bsmedberg+Chase 2006-01-16 15:02:37 +00:00
beng%bengoodger.com
4ff70730ad 315940 - fix up tab strip in browser window so that the places page does not have the underline that runs under the tab strip for regular web content. also fix the appearance of the search dropdown button, and make it have the right cursor. NPOB 2006-01-14 02:18:50 +00:00
beng%bengoodger.com
b47240db7a fix up search box some more, make the header prettier. 315940, NPOB. 2006-01-13 21:57:46 +00:00