Commit Graph

304 Commits

Author SHA1 Message Date
chanial@noos.fr
30f8ad8f4c Hook up the "find in page" functionality in the toolkit, by adding the methods find(), findAgain() and findPrevious() and the property canFindAgain to the widgets browser.xml and tabbrowser.xml. Fixes bug 184741, 187059, 225530 and half of the long standing bug 222157. 2007-08-21 21:59:21 -07:00
ben@bengoodger.com
abd7b538a2 MacOS X Firebird Updates: - bug 222688 (tabbrowser.xml) - downloads options panel is broken (pref-downloads.js) 2007-08-21 21:59:20 -07:00
blakeross@telocity.com
78b2b122fb 217410 - Change skin/locale versions to fb0.7. 2007-08-21 21:59:19 -07:00
chanial@noos.fr
ddf02256f4 bug 213228: new toolkit independence bug, part 7: update and use the new toolkit widgetry. tabbrowser.xml: bug 205341, 112697, 210760 by jag, bug 121234, 133503 by neil, bug 206668 by shliang. not ported: bug 169589, [mac] ctrl-tab no longer moves btwn frames bug 203960, go back group bug 104778, remember what user typed when switching tabs. bug 103720, prefill URI when opening new tab. 2007-08-21 21:59:18 -07:00
hyatt@mozilla.org
d82ee00b33 Make the stylesheet switcher smarter about showing/hiding more quickly based on the current location. 2007-08-21 21:59:17 -07:00
hyatt@mozilla.org
53ffa57aff Make sure if you have a sep but no modifier, you don't append the modifier. 2007-08-21 21:59:16 -07:00
ben@bengoodger.com
67158d4159 bug 199819 - seems like I missed a couple of cases with this. Make sure that the autocompleteenabled attribute is set on all child browser widgets when we detect the preference change 2007-08-21 21:59:15 -07:00
hyatt@mozilla.org
c4ebe15e64 Initial commit of alternate stylesheet support in Firebird. 2007-08-21 21:59:14 -07:00
hyatt@mozilla.org
10475c5aef Support titledefault in tabbed browsing. 2007-08-21 21:59:13 -07:00
ben@bengoodger.com
de36b900d4 Actually fix b199819 2007-08-21 21:59:12 -07:00
hyatt@mozilla.org
5fea6376f7 Switch close tabs and close other tabs. 2007-08-21 21:59:11 -07:00
hyatt@mozilla.org
9cff29b446 Restore 'Close other tabs' to the tabs context menu. 2007-08-21 21:59:10 -07:00
bryner@brianryner.com
47509e47d1 bug 199237 : fix the rendering of the non-ASCII title of a non-text doc(image, media) opened in a new tab/window (checking in for jshin@mailaps.org, r=bryner, sr=bz) 2007-08-21 21:59:09 -07:00
noririty@jcom.home.ne.jp
faaa66255c Fix 202792 - remove startup JS warnings, patch by holyspirit@hkpeople.net and brantgurganus2001@cherokeescouting.org 2007-08-21 21:59:08 -07:00
ben@netscape.com
5728784892 Fix bug 177797 - satchel only works in the first tab. Make sure autocompletepopup attribute is set on each new browser that is created in tabbrowser. 2007-08-21 21:59:07 -07:00
ben@netscape.com
f51223df88 Part of 191524 - 1) update tabbrowser to allow attach/detach of satchel controller from all browsers. 2) disclosure widget styles for privacy preferences panel 2007-08-21 21:59:06 -07:00
mkaply@us.ibm.com
2149c84076 103354 for Phoenix - if we do want this for Phoenix, we can put it back in, but Phoenix is broke if we don't remove the reference to the close tab in the DTD file 2007-08-21 21:59:05 -07:00
blakeross@telocity.com
45e5672215 Default to disablehistory. 2007-08-21 21:59:04 -07:00
hyatt@netscape.com
db9873a214 Fix bug 175575. Dbl-click in tab bar opens new tab. 2007-08-21 21:59:03 -07:00
hyatt@netscape.com
3ae31359c9 Fix bug 175575. Dbl-click in tab bar opens new tab. 2007-08-21 21:59:02 -07:00
hyatt@netscape.com
501bf82040 Fixing CTRL+TAB 2007-08-21 21:59:01 -07:00
hyatt@netscape.com
324d1d1828 Fix page report bustage. 2007-08-21 21:59:00 -07:00
hyatt@netscape.com
58fac492f9 Fix tabbrowser bug. 2007-08-21 21:58:59 -07:00
hyatt@netscape.com
b17b3143c2 Sync tab and friends with the trunk 2007-08-21 21:58:58 -07:00
hyatt@netscape.com
b256b33de8 Add page report accessor to tabbrowser. 2007-08-21 21:58:57 -07:00
hyatt@netscape.com
df3f0d08f2 more popup whitelisting changes 2007-08-21 21:58:56 -07:00
hyatt@netscape.com
9495d43f78 Tweaks. 2007-08-21 21:58:55 -07:00
hyatt@netscape.com
b70f673463 Popup whitelisting continues. 2007-08-21 21:58:54 -07:00
hyatt@netscape.com
fe6945151f Popup whitelisting continues. 2007-08-21 21:58:53 -07:00
hyatt@netscape.com
047b06466b Reverting tab close behavior. 2007-08-21 21:58:52 -07:00
hewitt@netscape.com
d758f1e184 165955 - turning on satchel in phoenix 2007-08-21 21:58:51 -07:00
hyatt@netscape.com
bca330b936 Removing New Tab button. 2007-08-21 21:58:50 -07:00
hyatt@netscape.com
20ad53a8cc Fork tabbrowser to make it back into what I want. 2007-08-21 21:58:49 -07:00
sdwilsh@shawnwilsher.com
d84e1dbbf7 Bug 308073 - Change default downloading folder in Windows Vista from Desktop to Downloads. Patch by Jim Mathies <jmathies@mozilla.com>. r=robarnold, r=robert.bugzilla, sr=dougt, a=mconnor 2007-08-21 10:22:02 -07:00
gavin@gavinsharp.com
2851e52a33 Bug 307770: pass the blocked host to xpinstall-install-blocked observers so that they can offer to whitelist the correct URI (fix installation of XPIs from target="blank" links), r=mano, sr=dveditz 2007-08-19 13:51:30 -07:00
mozilla.mano@sent.com
4540312ba5 Bug 385266 - New starring, bookmarking and tagging UI, further work. Make Bookmark This Page/Frame/Link use the new panel. r=dietirch. 2007-08-17 00:22:12 -07:00
rob_strong@exchangecode.com
fa92d85526 Bug 392140 - Remove TYPE_PLUGIN from the extension manager. r=bsmedberg 2007-08-16 14:14:51 -07:00
mozilla.mano@sent.com
377bf0a52b Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-16 12:06:19 -07:00
mozilla.mano@sent.com
18ad48a0ed Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich. 2007-08-15 18:15:50 -07:00
enndeakin@sympatico.ca
aef0ee7c4d Bug 385275, handle tab navigation in popups properly, r+sr=roc 2007-08-15 18:09:58 -07:00
rflint@ryanflint.com
186f2dc13c Bug 333792 - Firefox incorrectly lists Gecko as TM. r=hecker/gavin 2007-08-14 23:09:07 -07:00
gavin@gavinsharp.com
845516a570 Bug 390450: remove unused style rule, patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-08-12 12:18:51 -07:00
gavin@gavinsharp.com
c731b721e3 Bug 356581: focus the location bar after closing the tab so that Ctrl+W doesn't cause it to loose focus, patch by Simon Bünzli <zeniko@gmail.com>, r=me 2007-08-12 06:58:33 -07:00
flamingice@sourmilk.net
87b82a4048 Bug 383880, The Page Info RSS section's feed links should be clickable, Patch by Ehsan Akhgari, r=mano 2007-08-07 13:45:00 -07:00
rflint@ryanflint.com
7852b0add9 Bug 391226 - Remove go-container. r=gavin 2007-08-07 10:00:04 -07:00
db48x@yahoo.com
4c1ea7feec Bug 388504 - It should be possible for an extension to reload Page Info on a different document patch by Florian Quèze <f.qu@queze.net>, r=db48x, sr=neil 2007-08-06 09:13:05 -07:00
enndeakin@sympatico.ca
728b7e2b52 Bug 267831, add a resizer between the url and search fields, r=mano 2007-08-06 08:57:40 -07:00
ginn.chen@sun.com
9a8c1632f4 Bug 389793 Firefox build failed on OpenSolaris without --disable-mochitest r=benjamin a=dsicore 2007-08-05 20:22:32 -07:00
wr@rosenauer.org
3c63b72d88 Bug 190615 - double-clicking shouldn't select punctuation on Unix, p=dao@design-noir.de, r=mano 2007-08-04 01:35:28 -07:00
gavin@gavinsharp.com
c18a15c112 Bug 389948: catch microsummary service initialization exceptions so that they don't disrupt startup (e.g. breaking session restore), r=mconnor, a=mconnor on IRC Firefox 3 M7 2007-07-28 19:47:40 -07:00
jag@tty.nl
6ba0c4de3c Bug 383252: Cannot drag / drop URL or link onto tabbar, r=mconnor
When SeaMonkey switched to toolkit's nsDragAndDrop.js, it lost the dragDropSecurityCheck method, which for SM was on nsDragAndDrop, but for FF was on tabbrowser.

Moving that method from tabbrowser to toolkit's nsDragAndDrop.js, and cleaning it up a little.
2007-07-25 23:40:24 -07:00
mconnor@steelgryphon.com
1c13a71d1e bug 388135 - hide certain protocols, don't de-emphasize the path, landing the de-emphasize the path bits only for now, patch by dao@design-noir.de, r=me 2007-07-25 21:22:44 -07:00
sspitzer@mozilla.org
f8b5fb615e fix for bug #389584: show 10 rows (instead of 6) in the url bar autocomplete results
r=mconnor, ui-r=beltzner
2007-07-25 17:27:19 -07:00
martijn.martijn@gmail.com
931598c021 Checking in the patch for bug 386729 again, it's not the cause for the rlk increase 2007-07-23 15:16:30 -07:00
martijn.martijn@gmail.com
d5131fa09c Backing out the patch for bug 386729 again to see if it fixes the rlk increase 2007-07-23 15:09:25 -07:00
martijn.martijn@gmail.com
e26b21780d Bug 386729 - Textarea context menu appears on page with contenteditable node, patch by Peter Van der Beken, r=mano 2007-07-23 14:15:15 -07:00
martijn.martijn@gmail.com
2a295f25a1 Bug 389179 - I can't always go back from a wink with target=_self inside a frameset, r=gavin 2007-07-23 14:04:34 -07:00
kaie@kuix.de
c8963560db Bug 386681, nsIWebProgressListener security: Test for bits, not for absolute values
r=mconnor
2007-07-23 04:03:22 -07:00
mozilla.mano@sent.com
0419606b62 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
db48x@yahoo.com
54c0644061 Bug 388334 - Page Info theme should be more reusable by extensions.
patch by Florian Quèze <f.qu@queze.net>, r=mano
2007-07-16 22:45:42 -07:00
kherron@fmailbox.com
9e70062740 Bug 387077 - Rename some class names of the new Location bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp. 2007-07-14 07:57:59 -07:00
flamingice@sourmilk.net
a2af9602e6 Bug 376519, Empty href js exception in this case when right-clicking, Patch by Florian Quèze, r=mano 2007-07-12 17:32:37 -07:00
gavin@gavinsharp.com
ea11428774 Bug 387685: clean up Firefox tooltip code now that bug 279703 has landed (back out most of the patch for bug 218223), r=Enn (original SeaMonkey patch by Neil Rashbrook in bug 386390) 2007-07-12 08:04:00 -07:00
philringnalda@gmail.com
19e1e8dc87 Bug 135567 - menu accesskeys needed for closing tabs and window in multitab cases, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-07-08 19:06:25 -07:00
philringnalda@gmail.com
15bb09c775 Bug 387015 - The 'Credits' button on Help -> About Dialog does not have an access key, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-07-08 18:30:54 -07:00
enndeakin@sympatico.ca
73b3ae4ae5 Bug 386390, remove tooltip size workaround that isn't needed any more, r=gavin 2007-07-06 05:45:10 -07:00
gavin@gavinsharp.com
47c7a506c1 Bug 366797: try re-enabling the new location bar now that some enhancements have been made to the binding 2007-07-05 07:30:39 -07:00
gavin@gavinsharp.com
1c60d53ccc Bug 386741: remove unneeded code from the URL bar binding (currently NPOB), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-04 14:30:08 -07:00
enndeakin@sympatico.ca
6c8197be5f Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, attempt 2 with creating widgets later, r=bz,neil,roc,sr=bz 2007-07-04 08:49:38 -07:00
gavin@gavinsharp.com
a7a0e9f9eb Disable new location bar (bug 366797) again due to Ts/Txul regression 2007-07-03 15:32:31 -07:00
dolske@mozilla.com
6e6cb8cc27 Bug 386744: "View Image" on <canvas> throws "Error: uncaught exception: Load of denied." r=mano 2007-07-03 14:11:15 -07:00
gavin@gavinsharp.com
49c6761473 Bug 386746: remove unneeded URL bar code, patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 10:40:40 -07:00
gavin@gavinsharp.com
7dab6cf178 Bug 386741: attempt at fixing Ts/Txul regression by eliminating unnecessary XBL fields 2007-07-03 10:09:50 -07:00
gavin@gavinsharp.com
1a083cac98 Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:58:20 -07:00
gavin@gavinsharp.com
8de1edaa0c Bug 366797: Re-enable new location bar binding, but disable use of the eTLD service pending leak fixes (bug 386154, bug 386155), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-07-03 07:54:05 -07:00
dolske@mozilla.com
022677bbfb Bug 346849: Add a "Save Image as..." entry to the context menu for <canvas>, Original patch by Gijs Kruitbosch <gijskruitbosch@gmail.com>, r=mano 2007-07-02 21:15:25 -07:00
sayrer@gmail.com
a0265b0ff2 Backing out test. Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 18:21:54 -07:00
sayrer@gmail.com
af987917d4 Bug 385224. comment out the new site-specific pref code to determine perf impact. r=gavin 2007-07-01 15:47:12 -07:00
philringnalda@gmail.com
c8e3351869 Bug 377611 - Feed autodiscovery shouldn't treat rel as case-sensitive, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com> because I was too slow, r=mano+sayrer 2007-06-29 18:47:53 -07:00
enndeakin@sympatico.ca
95deb19d78 Bug 279703, backing out the popup changes due to performance regressions. sigh. 2007-06-29 15:15:59 -07:00
enndeakin@sympatico.ca
6c59f4a6d3 Bug 279703, rework XUL popups to use asynchronous opening, plus many other fixes, r=bz,neil,sr=bz 2007-06-29 12:04:45 -07:00
gavin@gavinsharp.com
d43ba6a037 Disable new location bar (bug 366797) due to perf/leak regressions 2007-06-27 23:15:51 -07:00
gavin@gavinsharp.com
a2f8d8124d Bug 366797 followup: retrieve effective TLD service lazily to see whether that fixes some of the (Txul, Ts) perf regression 2007-06-27 20:17:09 -07:00
gavin@gavinsharp.com
cc5cee7974 Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me 2007-06-27 15:31:06 -07:00
rflint@ryanflint.com
81be287856 Bug 378553 - Expose search engine alias functionality. r=gavin 2007-06-27 12:25:14 -07:00
sdwilsh@shawnwilsher.com
756f50870b Backout of Bug 366797 due to leaks 2007-06-26 20:21:18 -07:00
sdwilsh@shawnwilsher.com
79956847e4 Bug 366797 - Revise the Location Bar. Patch by Dão Gottwald <dao@design-noir.de>. r=gavin.sharp, ui-r=beltzner 2007-06-26 17:25:25 -07:00
mozilla.mano@sent.com
c8c8d62672 Bug 385710 - feed icon in url bar is broken, patch from Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me. 2007-06-25 02:10:55 -07:00
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
kherron@fmailbox.com
33f7ff8d10 Bug 383717 - Accesskey for "Save As" button in Page Info (Media tab) does not work. Patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>. r=mano. 2007-06-24 04:31:18 -07:00
kherron@fmailbox.com
a214b89b02 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 04:26:18 -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
flamingice@sourmilk.net
bc80a3158d Bug 383724, The "Block Images from domain.com" checkbox has no access key, Patch by Ehsan Akhgari, r=mano 2007-06-21 18:19:30 -07:00
myk@mozilla.org
a5593b77b9 bug 385086: another followup patch with a better mechanism for nulling XPCOM components that could potentially cause leaks
r=sayrer
2007-06-21 14:19:15 -07:00
myk@mozilla.org
a412c03d68 bug 385086: followup patch to null more XPCOM components that could potentially cause leaks and also clear structures of observers to avoid cycles in the event the observers don't remove themselves
r=sayrer
2007-06-21 11:52: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
philringnalda@gmail.com
3ddab82d70 Bug 383771 - The Subscribe button in Page Info feeds section has no access key, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=mano 2007-06-18 21:32:40 -07:00
sspitzer@mozilla.org
0314d1b6da fix for bug #384677: for history sidebar and history menu, don't specify begin / end times
r=dietrich
2007-06-18 17:08:17 -07:00
mozilla.mano@sent.com
56a3006a8d Bug 337855 - Don't rebuild places menus on each open. patch by seth, dietrich & me, r=dietrich/me. 2007-06-15 18:53:06 -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
dietrich@mozilla.com
50ea4a95ca Bug 384519 typo in history popupshowing handler (r=sspitzer) 2007-06-15 10:00:08 -07:00
philringnalda@gmail.com
5f22be1c84 Bug 383987 - Remove unused functions addRows and endsWith, patch by Jason Barnabe <jason_barnabe@fastmail.fm>, r=mano 2007-06-13 22:06:48 -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
sspitzer@mozilla.org
6f0266d111 fix for bug #382896: tooltip for folders shows internal location.r=mano 2007-06-12 08:34:02 -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
mozilla.mano@sent.com
4d33bc373e Bug 383328 - no 'open in tabs' menu item for folders / livemarks in bookmark toolbar overflow chevron. r=sspitzer. 2007-06-05 16:26:26 -07:00
rflint@ryanflint.com
d21adfda6c Bug 383353 - Remove normalizePostData from browser.js. r=gavin 2007-06-05 13:07:41 -07:00
rflint@ryanflint.com
697aa8c3e3 Fix encoding issue on last checkin to urlbarBindings.xml as part of bug 295498. Patch by Simon Bnzli <zeniko@gmail.com> 2007-06-04 23:41:52 -07:00
rflint@ryanflint.com
fce32e2424 Bug 295498 - Middle-clicking autocomplete entries opens the URI in the same tab instead of a new one. Patch by Simon Bnzli <zeniko@gmail.com>, r=mconnor 2007-06-04 21:51:15 -07:00
sspitzer@mozilla.org
ea05cf85cb fix for bug #379591: places toolbar.xml should just change existing button itemChanged()r=mano 2007-05-30 09:17:34 -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
jminta@gmail.com
6ab8e77d63 Bug 381393 WARNING: Key 'historyHome' of menu item 'Home' could not be found, r=mano 2007-05-23 06:16:46 -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
sdwilsh@shawnwilsher.com
74a66368a8 Bug 381291 - Stephen Donner's name is misspelled in credits.xhtml. r=gavin.sharp 2007-05-19 15:24:12 -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
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