sayrer@gmail.com
d293b8439d
Bug 381366. Get rid of gBrowserGlue. r=gavin
2007-05-20 14:09:42 -07:00
mozilla.mano@sent.com
d51f54dc00
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
950b2995fc
Re-enabling, this doesn't seem to be the leak cause.
2007-05-19 18:32:01 -07:00
mozilla.mano@sent.com
d5ebae56aa
Commenting out potential code path for the remaining Rlk on fxdebug.
2007-05-19 17:29:04 -07:00
mozilla.mano@sent.com
fc75f37616
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
405957fd02
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
1355c9bb8a
Bug 329842 - Add support for POST keywords. r=sspitzer.
2007-05-14 20:59:38 -07:00
asqueella@gmail.com
66932e16e5
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
455ba54224
Bug 372508 - compact the bookmark APIs - part 1. r=sspitzer.
2007-05-10 11:18:34 -07:00
mozilla.mano@sent.com
33a988643d
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
c712869d45
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
34c56bcec8
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
16d6ea87b2
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
fe51e1ff1c
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
6871ef2e25
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
a1bd238ad9
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
db810767a3
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
asqueella%gmail.com
5c8381d220
Bug 310651 - Full URL not displayed after cmd/ctrl/shift-enter and switching tabs
...
p=Edward Lee <edilee@gmail.com>
r=gavin
2007-03-12 06:06:26 +00:00
philringnalda%gmail.com
39082900d8
Bug 373428 - Deprecated DISALLOW_SCRIPT_OR_DATA checking feed URIs, r=mano
2007-03-10 20:50:41 +00:00
mozilla.mano%sent.com
da78c736f9
Bug 329964 - Can't open a bookmark in the Web Panels sidebar in Places. r=dietrich.
2007-03-08 09:29:19 +00:00
mozilla.mano%sent.com
92ff26e456
Bug 370771 - 'Send Link' (to page) doesn't work in web panels. r=gavin.
2007-03-07 22:25:24 +00:00
dietrich%mozilla.com
982652e67c
Bug 370013 Bookmarks toolbar folder should be a child of the bookmark menu folder, Bug 370020 No way to set an arbitrary folder as the bookmarks toolbar folder (r=mano)
2007-03-07 21:22:54 +00:00
asqueella%gmail.com
b8ecf99a5b
bug 372200 - remove unneeded window iteration plus replace the weird enableUndo(false); enableUndo(true) calls with a simple gURLBar.editor.transactionManager.clear() (thanks martijn for the tip!)
...
r=gavin
2007-03-01 06:30:53 +00:00
gavin%gavinsharp.com
97407c2fdf
Bug 371055: fix Ctrl+<Num> tab shortcuts (no need to set selected on the tab, since the selectedTab getter eventually does that, regression from bug 370742 which made that property read-only), r=mano
2007-02-20 21:48:09 +00:00
mozilla.mano%sent.com
d3eb89b441
Bug 370959 - places frontend code cleanup. r=sspitzer.
2007-02-20 00:51:31 +00:00
philringnalda%gmail.com
7d58fce8cf
Bug 370785: Suppress Go button for dom.disable_window_open_feature.location case, patch by Michael Ventnor <ventnor.bugzilla@yahoo.com.au>, r=mano
2007-02-19 04:24:58 +00:00
mozilla.mano%sent.com
50a583d157
Bug 370765 - remove webPanelSecurityCheck from contentAreaUtils. r=gavin
2007-02-19 01:03:34 +00:00
mozilla.mano%sent.com
323286399c
Bug 342485 - Replace calls to CheckLoadURI() with calls to CheckLoadURIWithPrincipal(). r=gavin, sayrer (for tests).
2007-02-17 04:12:28 +00:00
mozilla.mano%sent.com
667daca8ac
Bug 370135 - Bring back global history to the history menu (rather than session history). r=sspitzer.
2007-02-16 23:37:00 +00:00
mozilla.mano%sent.com
e9fc57fe9d
Bug 370026 - Remove current Starring UI. r=sspitzer.
2007-02-11 02:20:23 +00:00
mozilla.mano%sent.com
6040afd6ff
Bug 83265 - Add a way to disable HTTP-EQUIV=refresh. patch from Mark Pilgrim <pilgrim@gmail.com>, r=biesi,mano,mento. sr=bz.
2007-02-08 13:15:50 +00:00
asqueella%gmail.com
1784054605
Bug 368263 - remove hack around bug 23485 introduced in bug 249322 for multiline urls
...
patch by D��o Gottwald <dao@design-noir.de>
r=gavin
2007-02-05 22:39:29 +00:00
mozilla.mano%sent.com
691b0217b6
Bug 361698 - Navigation menuitems don't work in the sidebar's context menu. r=gavin.
2007-01-31 18:10:02 +00:00
mozilla.mano%sent.com
a0b9dfcbbc
Bug 368449 - 'Open All in Tabs' menu-item label accidentally reverted. r=gavin.
2007-01-31 11:29:05 +00:00
mozilla.mano%sent.com
f3cce4d2e4
Bug 367035 - No 'Bookmark This Tab' and 'Bookmark All Tabs' menuitms in the tabbar context menu (places-bookmarks builds). r=sspitzer.
2007-01-31 03:09:48 +00:00
asqueella%gmail.com
0ebc140fc8
fix bug 367356, Error: erel has no properties (XMLPrettyPrint.xml)
...
patch by D�o Gottwald <dao@design-noir.de>
r=gavin
2007-01-28 12:58:19 +00:00
mozilla.mano%sent.com
91990f7ffa
Bug 367025 - 'Bookmark All Tabs' command is always enabled in places-bookmarks builds. r=sspitzer.
2007-01-21 23:31:39 +00:00
gavin%gavinsharp.com
eed2c4f384
Bug 366084: Don't let numeric accesskeys conflict with tab switching, patch by Simon B�nzli <zeniko@gmail.com>, r=mats.palmgren, ui-r=beltzner
2007-01-19 04:29:19 +00:00
gijskruitbosch%gmail.com
358cf36800
Bug 364611 - toggleOfflineStatus in browser.js shouldn't ask if it can go offline if it's going online.
...
r=gavin.sharp@gmail.com (Gavin Sharp)
2007-01-13 10:29:16 +00:00
jst%mozilla.org
13e769d9b6
Fixing popup blocker bug 354973. r=mano@mozilla.com, sr=peterv@propagandism.org
2007-01-13 01:08:43 +00:00
bzbarsky%mit.edu
867068ef8a
Implement the proposed Web Apps 1.0 API for changing the selected style sheet
...
set, querying the available sets, etc. Bug 200930, r=sicking, sr=dbaron
2007-01-11 19:32:31 +00:00
gavin%gavinsharp.com
bf31d58845
Bug 365996: Take advantage of old yes/no constant in nsIPromptService, patch by Ryan Jones <bugs@ryan-jones.com>, r=mscott for /mail, r=neil for /xpfe and /mailnews, r=ctho for /suite, r=me for the rest
2007-01-09 20:29:09 +00:00
dietrich%mozilla.com
6e7e2de003
Bug 340895 Move SessionStore preferences to firefox.js (for zeniko, r=mano)
2007-01-05 17:09:56 +00:00
mozilla.mano%sent.com
0631137a21
Bug 359462 - Redesign PlacesController interaction with places views (this makes various edit command work in the places-based history sidebar). r=sspitzer.
2006-12-22 00:00:21 +00:00
sayrer%gmail.com
700b7c4152
Bug 309085. False positives from FeedHandler.harvestFeeds hide distinct feeds. r=gavin, ui-r=beltzner
2006-12-15 17:57:43 +00:00
sayrer%gmail.com
a150cf3b01
Bug 266904. Discovered feeds aren't cleared on loads in background tabs (refresh or drag and drop). r=gavin
2006-12-12 17:27:34 +00:00
sayrer%gmail.com
f9e7ca6e33
Bug 362156. Support the 'feed' link relation for autodiscovery. r=gavin
2006-12-07 18:45:45 +00:00
sayrer%gmail.com
c2b5508d9c
Bug 362329. Autodiscovery should not discover rel='alternate stylesheet' as a feed. r=gavin
2006-12-05 18:18:05 +00:00
Olli.Pettay%helsinki.fi
1cd06517da
Bug 360731, Back and Forward buttons on mouse no longer work, also Bug 330938, r=emaijala, sr=roc
2006-12-01 11:16:07 +00:00
mozilla.mano%sent.com
015f043c53
Bug 288254 - Findbar XBL widget. r=gavin,masayuki,bienvenu.
2006-11-26 22:47:46 +00:00