Commit Graph

6779 Commits

Author SHA1 Message Date
asqueella@gmail.com
228d6f48af Bug 378770 - Clean up Security Page Info visualsp=Johnathan Nightingale <johnath@mozilla.com>r=mano, ui-r=beltzner 2007-05-13 05:34:09 -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
dwitte@stanford.edu
29ca525e36 implement CountCookiesFromHost() in cookie backend for perf reasons, and update consumers to use it.bug 379239, r=mvl, sr=biesi 2007-05-05 14:09:54 -07:00
asqueella@gmail.com
033836f511 354470 - add a missing line for the security panep=Florian Queze <f.qu@queze.net>r=mano 2007-05-03 23:55:38 -07:00
gavin@gavinsharp.com
3b23c3bc14 Bug 364297: add a new per-profile default-pref directory and associated directory service keys, and a way to trigger pref service default pref reloading to facilitate the change of default prefs without affecting exisiting users, r=mconnor, sr=bsmedberg 2007-05-02 13:13:33 -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
asqueella@gmail.com
fb832bb501 Bug 367655 - Error in metaData.js: imageRequest.image has no propertiesp=Florian Quèze <f.qu@queze.net>r=mano 2007-04-27 09:10:40 -07:00
gavin@gavinsharp.com
c45a19a535 Bug 377076: Enhance Security tab in Page Info, patch by Johnathan Nightingale, r=mconnor, ui-r=beltzner 2007-04-24 14:13:57 -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
0dce2b3f69 Bug 377549 - Remove unused entities and strings from locale files. patch from Florian Queze <f.qu@queze.net>, r=me. 2007-04-17 17:37:56 -07:00
mozilla.mano@sent.com
66ffc64f72 Bug 377440 - Broken/useless column picker in general tab of page info. patch from Florian Queze <f.qu@queze.net>, r=me. 2007-04-17 17:34:39 -07:00
mozilla.mano@sent.com
83c9afe186 Bug 377397 - Clicking padlock in url bar no longer shows page security info. r=f.qu@queze.net. 2007-04-14 09:08:51 -07:00
mozilla.mano@sent.com
ccb224f051 Missed file from Bug 339102. 2007-04-12 18:43:04 -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
192c1af8d2 Bug 344660 - Show frame count for animated GIFs in Image Properties. patch by Florian Queze <f.qu@queze.net>, r=me. 2007-04-11 18:18:39 -07:00
mozilla.mano@sent.com
5bb1430076 Bug 376798 - QueriesToQueryString prefixes the first parameter with an ampersand. r=dietrich. 2007-04-09 17:30:52 -07:00
dietrich@mozilla.com
e0bade6d22 Bug 376025 browser-places.css not included in windows installer builds (r=mano) 2007-04-01 12:04:27 -07:00
philringnalda@gmail.com
e1c0945dad Bug 375843 - Report Web Forgery menu item changed location, r=mano 2007-03-31 22:22:56 -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
joshmoz@gmail.com
79734f63d4 Followup for bug 369767. Remove old workaround for the bug in our menu overlay, hide about menu item separator like we do for prefs and quit. b=369767 r=mano 2007-03-27 22:10:53 -07:00
mozilla.mano@sent.com
4bce500922 Bug 370777 - BiDi Ui menu-items are never shown in the context menu for web-panels. r=gavin. 2007-03-27 17:47:29 -07:00
mozilla.mano@sent.com
1d59aee8f1 Bug 375583 - empty tree in various dialog on mac. r=gavin. 2007-03-27 17:35:57 -07:00
mozilla.mano@sent.com
103a6edab5 Bug 357316 - More add/edit UI work, see comment 18 for the change log. r=sspitzer. 2007-03-26 17:52:59 -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
mozilla.mano@sent.com
c882794449 Bug 371439 - Some old history & bookmarks frontend code is still built for places/places-bookmarks builds. r=gavin. 2007-03-22 17:00:34 -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