Commit Graph

680 Commits

Author SHA1 Message Date
mozilla.mano@sent.com
bc8b8e5ae7 Bug 385497 - when adding a sidebar panel bookmark, clicking on the 'show all folders' expand button in the 'add bookmark dialog' doesn't expand all the way. r=dietrich. 2007-06-24 17:21:19 -07:00
kherron@fmailbox.com
8a9805b57e Bug 383746 - Page Info RSS section should use code in browser.js to enumerate page feeds. Patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>. r=mano. 2007-06-24 16:13:21 -07:00
sspitzer@mozilla.org
352cdde65f fix for bug #385490: when attempting to add a bookmark as a sidebar panel, add bookmark dialog is cropped.
r=mano
2007-06-22 16:02:35 -07:00
myk@mozilla.org
1be6827538 bug 378549: remember text zoom changes on a site-specific (per-site) basis
r=mconnor
2007-06-19 11:58:14 -07:00
flamingice@sourmilk.net
b71fa8f35a Bug 383760, Add quit confirmation dialog, r=Mano, ui-r=beltzner 2007-06-15 11:01:25 -07:00
philringnalda@gmail.com
bc6ff4ad9b Bug 384256 - Remove unused function _getContentShell and useUBHistoryItem, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=gavin 2007-06-13 21:59:43 -07:00
gavin@gavinsharp.com
a800378452 Bug 337344: inform users using a notification bar when sites hide chrome on popups, patch by Johnathan Nightingale <johnath@mozilla.com>, r=mconnor 2007-06-06 13:17:25 -07:00
rflint@ryanflint.com
d21adfda6c Bug 383353 - Remove normalizePostData from browser.js. r=gavin 2007-06-05 13:07:41 -07:00
dietrich@mozilla.com
46479133d9 Bug 381245 Toolbar icon to toggle bookmarks sidebar is missing - followup (r=mano) 2007-05-25 15:42:21 -07:00
mozilla.mano@sent.com
4466f1279a Bug 372508 - onFolderChanged removal. r=dietrcih. 2007-05-22 16:56:50 -07:00
mozilla.mano@sent.com
fb0664a9e6 Bug 371823 - Optimize item moves. r=sspitzer. 2007-05-22 15:03:53 -07:00
thunder@mozilla.com
0be057d039 Bug 381245: Add back the bookmarks toolbar icon to toggle the bookmarks sidebar. r=dietrich 2007-05-22 14:49:00 -07:00
sayrer@gmail.com
0123739ccf Bug 381366. Get rid of gBrowserGlue. r=gavin 2007-05-20 14:09:42 -07:00
mozilla.mano@sent.com
a4805be4dd Bug 381335 - Fix various js warnings in places front-end code. patch from Henrik Skupin <hskupin@gmail.com>, r=me. 2007-05-20 08:18:41 -07:00
mozilla.mano@sent.com
3a2fea94e0 Re-enabling, this doesn't seem to be the leak cause. 2007-05-19 18:32:01 -07:00
mozilla.mano@sent.com
c5918d71b1 Commenting out potential code path for the remaining Rlk on fxdebug. 2007-05-19 17:29:04 -07:00
mozilla.mano@sent.com
6a18bda42a Bug 381052 - Customize of Navbar causes bookmarks on Bookmarks bar to disappear. r=sspitzer. 2007-05-18 12:05:31 -07:00
gavin@gavinsharp.com
19ca63911e Bug 374723: re-design password manager API and implement in JS rather than C++, patch by Justin Dolske <dolske@mozilla.com>, r=mconnor, r=me 2007-05-16 03:02:45 -07:00
mozilla.mano@sent.com
9cf5508862 Bug 329842 - Add support for POST keywords. r=sspitzer. 2007-05-14 20:59:38 -07:00
asqueella@gmail.com
3c8e93bdce Bug 338864 - ctrl+enter doesn't work if the url starts with wwwp=Simon Bunzli <zeniko@gmail.com>r=gavin 2007-05-13 08:47:05 -07:00
mozilla.mano@sent.com
769a716f84 Bug 372508 - compact the bookmark APIs - part 1. r=sspitzer. 2007-05-10 11:18:34 -07:00
mozilla.mano@sent.com
f1ee4c669a Bug 379211 - Use item IDs for annotating bookmark/folder items rather than place: URIs. r=dietrich. 2007-05-10 01:05:19 -07:00
mats.palmgren@bredband.net
dfbd9d77a5 Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc 2007-04-30 16:52:44 -07:00
dveditz@cruzio.com
e5c1f4ab8b bug 370555 don't hide "about:blank" url when opened by another window, r=mconnor 2007-04-28 14:29:08 -07:00
gavin@gavinsharp.com
f63c7e5b7d Bug 218223: Long tooltips should wrap instead of cropping text, based on original SeaMonkey patch by Chris Thomas <cst@yecc.com>, Firefox patch by shaver, r=me 2007-04-24 09:20:24 -07:00
mozilla.mano@sent.com
d2c5d8faaa Bug 339102 - New Page Info dialog. work done by Florian Queze <f.qu@queze.net>, ui-r=beltzner, r=me. 2007-04-12 18:26:39 -07:00
mozilla.mano@sent.com
3a61b2d30e Bug 373264 - bookmarks toolbar event overrides all instances of the toolbar binding. r=dietcih. 2007-03-28 17:07:42 -07:00
dietrich@mozilla.com
efa757deda Bug 329281 'Add Keyword for this Search' does not work w/ Places (r=mano) 2007-03-28 13:32:51 -07:00
asqueella@gmail.com
b33b415350 bug 372210, misc minor cleanup of browser.js:1. moved NS_ERROR_MODULE_NETWORK/NS_NET_STATUS_READ_FROM/NS_NET_STATUS_WROTE_TO from browser.js to web-panels.js, which is the only place they are used.
2. s/nsCI/Ci/g in browser.js, except in the global scope where it can't be used due to the #ifndef MOZ_PLACES at the top
3. switch to nsIPrefBranch2 from nsIPrefBranchInternal in browser.js. Instead of QIing gPrefService every time, just get the appropriate interface at the initialization. Based on IRC discussion, didn't fix the hacky way gPrefService is initialized.r=gavin
2007-03-24 20:41:16 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00