Commit Graph

395 Commits

Author SHA1 Message Date
sspitzer@mozilla.org
74466dbc05 fix for bug #390747: POST keyword bookmarks stop working after a restart r=dietrich 2007-09-20 12:17:11 -07:00
myk@mozilla.org
f8f06a232d bug 396529: stop automatically focusing list of types when opening Applications prefpane so we don't hork keyboard navigation in Preferences dialog; r=gavin, a=mconnor 2007-09-20 11:36:23 -07:00
myk@mozilla.org
fe726aabfe bug 395640: rename the 'always ask' and 'handle internally' actions for the feed type in the Applications prefpane to 'Preview in &brandShortName;' and 'Live Bookmarks in &brandShortName;', respectively; r=gavin, a=mconnor 2007-09-20 11:33:01 -07:00
sspitzer@mozilla.org
71e01464a0 fix for bug #396733: add an access key for view.details patch=Ehsan Akhgari <ehsan.akhgari@gmail.com> r=sspitzer, a=mconnor 2007-09-20 11:09:59 -07:00
mozilla.mano@sent.com
19aa95afd1 Improve places command updating performance, part 1. Bug 394695, r=dietrich, a=mconnor. 2007-09-19 01:13:20 -07:00
reed@reedloden.com
ea1a20cad7 Bug 394426 - "Make use of type="number" for textboxes representing integer preferences" [p=dao@design-noir.de (Dão Gottwald) r=Mano a1.9=mconnor] 2007-09-18 18:23:58 -07:00
roc+@cs.cmu.edu
559a8984a7 Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky 2007-09-18 16:12:06 -07:00
dietrich@mozilla.com
2dc66fed3b Bug 387740 move the toolbar items in the organizer to an "Organize" menu in the search bar (r=mano, a=beltzner) 2007-09-18 14:26:46 -07:00
sspitzer@mozilla.org
9a9f15c9b1 fix for bug #395811: [places] wrong accesskey code for "Restore" menu-item patch=Vlado Valastiak <valastiak@mozilla.sk>, r=sspitzer, a=mconnor 2007-09-18 10:22:16 -07:00
sayrer@gmail.com
1744b0a8ca Bug 395249. switch nsSessionStartup to XPCOMUtils. r=dietrich, a=mconnor 2007-09-18 09:36:17 -07:00
sayrer@gmail.com
3de9f64d4e Bug 395621. SessionStore tries to read sessionstore.js when it doesn't exist. r=dietrich, a=mconnor 2007-09-17 19:29:44 -07:00
ted.mielczarek@gmail.com
5f7cf73977 bug 321000 - search bar should replace newlines in pasted text with spaces. r=gavin a=mconnor 2007-09-17 18:08:33 -07:00
dveditz@cruzio.com
93a4f91334 bug 395942 mitigations for QuickTime media-link flaw, r=gavin,neil, b=beltzner 2007-09-17 17:54:03 -07:00
bzbarsky@mit.edu
1ffa5e25bb Fix session restore to save and restore principals, so that about:blank, javascript:, data: stuff gets restored correctly. Bug 389274, r+sr=jst for the docshell changes, r=zeniko@gmail.com for the session restore changes, a=mconnor 2007-09-17 15:27:17 -07:00
gavin@gavinsharp.com
d199c70576 Bug 396236: don't try to remove an observer if it wasn't added, r=mano, a=mconnor 2007-09-17 14:24:19 -07:00
rflint@ryanflint.com
9d23d36252 Bug 389578 - Remove field wrappers. r=myk, a=mconnor 2007-09-17 14:20:14 -07:00
reed@reedloden.com
70de780337 Bug 395773 - "Bookmarks backup suggests invalid file name" [p=dao@design-noir.de (Dão Gottwald) r=sspitzer a1.9=mconnor] 2007-09-17 14:14:15 -07:00
rflint@ryanflint.com
206ddbae56 Bug 395557 - XPCOMUtilify FeedWriter. r=sayrer, a=mconnor 2007-09-17 14:10:10 -07:00
rflint@ryanflint.com
baa9731a35 Bug 395543 - Remove dummyWindow. r=gavin a=mconnor 2007-09-17 14:03:25 -07:00
rob_strong@exchangecode.com
a85c8a238a Bug 394666 - prefpane height is incorrect when animateFadeIn is true and some other edgecases. r=mconnor, a1.9=mconnor 2007-09-17 12:18:17 -07:00
myk@mozilla.org
d480384b48 bug 395713: show 'Save to Disk' option for applicable types in Applications prefpane; r=gavin, a=mconnor 2007-09-17 11:59:55 -07:00
myk@mozilla.org
f7c335ee56 bug 395644: postface plugin names with '(in Firefox)' in Applications prefpane actions dropdown menu; r=gavin, a=mconnor 2007-09-17 11:58:05 -07:00
myk@mozilla.org
611847fb23 bug 395643: remove unnecessary introductory text from the top of the Applications prefpane; r=gavin, a=mconnor 2007-09-17 11:49:21 -07:00
myk@mozilla.org
9dc0296ae4 bug 395641: add a separator between the 'Live Bookmarks in Firefox' item and the helper app items in the Actions menu for the feed type in the Applications prefpane; r=gavin; a=mconnor 2007-09-17 11:45:52 -07:00
myk@mozilla.org
38d34e867b bug 395636: don't provide UI for removing entries from the list of types in the Applications prefpane; r=gavin, a=mconnor 2007-09-17 11:43:46 -07:00
myk@mozilla.org
c1b55b8a66 bug 395140: leave preferred app as-is when the user sets the action for a type to something other than useHelperApp in Applications prefpane; r=gavin, a=mconnor 2007-09-17 11:41:25 -07:00
myk@mozilla.org
7888cc075a bug 395139: only filter on displayed values in the Applications prefpane; r=gavin, a=mconnor 2007-09-17 11:39:26 -07:00
rflint@ryanflint.com
968de334c8 Fix some comment typos in nsIPlacesTransactionsService.idl 2007-09-16 23:34:19 -07:00
mozilla.mano@sent.com
8f553556a9 Bug 395029 - when I delete items from folders on the personal toolbar, we don't update the generated items. r=dietrich, a=mconnor. 2007-09-16 18:45:16 -07:00
mozilla.mano@sent.com
b0a9d68eed Bug 396300 - Put unfiled-bookmarks under their own root. r=dietirch, a=mconnor. 2007-09-16 18:42:15 -07:00
rflint@ryanflint.com
5e4e7d7f54 Bug 387646 - Endcap cleanup. r+a=mconnor 2007-09-15 01:21:20 -07:00
pavlov@pavlov.net
cc45955fd1 backing out 383183 due to Tp regressions (396064). 2007-09-13 17:11:46 -07:00
thunder@mozilla.com
f4c8a01e36 Bug 392771: Load distribution-specific search engines at startup. r=gavin, r=bsmedberg, a=beltzner 2007-09-11 09:09:15 -07:00
thunder@mozilla.com
a5ed35eec4 Revert incorrect patch 2007-09-11 09:07:11 -07:00
thunder@mozilla.com
c31268eb18 Bug 392771: Load distribution-specific search engines at startup. r=gavin, r=bsmedberg, a=beltzner 2007-09-11 08:55:56 -07:00
thunder@mozilla.com
4b11619c6e Bug 392501: Parse distribution.ini at startup. r=bsmedberg, a=mconnor 2007-09-11 08:52:04 -07:00
thunder@mozilla.com
0a2b100037 Bug 395633: Fix incorrect month in backup dialog. r=sspitzer, a=mconnor for m8 2007-09-10 14:01:33 -07:00
dietrich@mozilla.com
f1131311cb Bug 374528 Provide backup and restore functionality for Places bookmarks (for thunder, r=dietrich, a=mconnor) 2007-09-09 18:02:41 -07:00
sspitzer@mozilla.org
eff0598e5c fix for bug #394226: can't drag favicon to an empty bookmarks toolbar r=dietrich, mconnor a=mconnor for m8 2007-09-07 16:16:18 -07:00
neil@parkwaycc.co.uk
6f1ae6c9c6 Bug 394567 Remove unused prefixhidden, tborient and tbalign attributes (tbpack was removed in bug 282188) r=mconnor sr=jag 2007-09-07 15:45:45 -07:00
sspitzer@mozilla.org
4b0bd8fb03 fix for bug #394527: livemark feed URIs should show up as "bookmarked" (gold star on) in the url bar and in url bar autocomplete search results for performance: when searching previous autocomplete results, we don't need to regenerate the hash tables (of livemark item ids and livemark feed URIs). when searching previous autocomplete results, if we find any, tell the front end immediately, instead of waiting for our first db query to return. r=dietrich, a=mconnor for m8 2007-09-07 14:47:21 -07:00
enndeakin@sympatico.ca
e1b612785e Bug 394397, make cut/copy/paste menus sticky, r=mano, a=mconnor 2007-09-07 05:28:48 -07:00
myk@mozilla.org
a22088052a bug 377784: new Applications prefpane, which replaces the Download Actions dialog and the Feeds prefpane and provides a better UI for configuring handlers for MIME types and protocol schemes; r=gavin, ui-r=mconnor 2007-09-05 21:55:45 -07:00
sayrer@gmail.com
245f16ce7f Bug 395128. Reduce source size of nsBrowserGlue.js. r=gavin 2007-09-05 20:02:22 -07:00
sayrer@gmail.com
3bdc9dae2f Bug 394979. search logging shows up in Ts. ifdef it. r=gavin 2007-09-05 15:18:50 -07:00
gavin@gavinsharp.com
e450a4c000 Relanding bug 383183 with some additional perf fixes: include an identity indicator in primary chrome, patch by Johnathan Nightingale <johnath@mozilla.com>, r=me 2007-09-05 13:24:44 -07:00
benjamin@smedbergs.us
7df112dc1c Bug 394329 - Ship the JS import library in the SDK, and stop linking it from browsercomps which doesn't use it, r=luser a=NPDB 2007-09-05 08:56:56 -07:00
philringnalda@gmail.com
0a34a51af3 Bug 394491 - send feed: URLs on all platforms, not just Mac (can't subscribe to feeds in Outlook 2007), r=mano 2007-09-04 19:39:48 -07:00
gavin@gavinsharp.com
84e115b359 Bug 393247: Downloads no longer remember last download directory, patch by Jim Mathies <jmathies@mozilla.com>, r=me 2007-09-04 09:21:34 -07:00
sayrer@gmail.com
be2dc89373 Bug 388275. Malformed feed breaks UI. r=gavin 2007-09-03 21:31:43 -07:00