Commit Graph

1689 Commits

Author SHA1 Message Date
alecf%netscape.com
d25d23b0e8 fix for bug 71903 (search history broken), bug 82277 (fix string allocation in mIgnorePrefixes), bug 83490 (non-allocating accessor for autocomplete), bug 85364 (switching to nsAutoString)
sr=hewitt
r=ben
a=asa
2006-07-27 14:54:09 +00:00
ben%netscape.com
0cf41cc4d5 Fix history D&D again. r=kerz, sr=blake, a=asa 2006-07-27 14:54:08 +00:00
ben%netscape.com
67e5825858 Fix broken history drag and drop. I broke this ages ago when I changed the way the D&D wrapper library worked.
patch from blake, sr=me, r=Hixie.
2006-07-27 14:54:07 +00:00
ben%netscape.com
b9be6a1dc8 Forgot to make history window set its windowtype to history:searchresults when the window is opened in search mode.
r=matt, sr=blake
2006-07-27 14:54:06 +00:00
ben%netscape.com
050769d5a4 Fix for 81575, Implement a new find in history dialog. This replaces the ugly old dual Bookmarks/History search, which had problems.
- Duplicate bookmarks find dialog code (since it's so small it's not worth factoring)
- Make the history window know how to root its tree on a given URI
- Add Find in History dialog XUL, JS, etc
2006-07-27 14:54:05 +00:00
sgehani%netscape.com
f9f0622114 Add a dropdown to choose searchengine when in basic mode in
the search sidebar panel.

b  = 86483
r  = matt
sr = alecf
2006-07-27 14:54:04 +00:00
nhotta%netscape.com
ed78185dab Changed to get a pref "general.useragent.locale" instead of using the locale service, bug 87880, r=ftang,matt, sr=alecf. 2006-07-27 14:54:03 +00:00
dougt%netscape.com
178c09a218 Landing url parsing branch. 73845. r=alecf@netscape.com, sr=darin@netscape.com, a=blizzard@rednat.com.
This fixes many crashes caused by illegal uses of the nsStdURL.
This also allows a plugable protocol to provide their own url parser.
2006-07-27 14:54:02 +00:00
anatoliya%netscape.com
51bc544ffa When tab not found, sidebar should indicate that in tab, bug 77635, r=pchen sr=alecf a=asa 2006-07-27 14:54:01 +00:00
bbaetz%cs.mcgill.ca
d12024c2e3 bug 77095 - fix casing typo in directory.js
patch by anedah-9@sm.luth.se
r=bbaetz, sr=shaver, a=asa
2006-07-27 14:54:00 +00:00
dougt%netscape.com
169f7cf785 Removing ^M. 2006-07-27 14:53:59 +00:00
dougt%netscape.com
354fcc0505 Fix for bug 75836.
Adds an optional log window to the ftp directory viewer.
Adds a nsIPrompt and nsIAuthPrompt to the directory viewer's interface requestor.
Attempts to serialize network requests.

(thanks to chris waterson who helped me figure out the refcounting)

r=mailto:bbaetz@cs.mcgill.ca
sr=waterson@netscape.com
2006-07-27 14:53:58 +00:00
ben%netscape.com
ae9e23bec1 Make tree widgets in search sidebar panel use the correct classes for
improved visuals.
r=matt, sr=blake, a=asa, bug 83954
2006-07-27 14:53:57 +00:00
ben%netscape.com
874ac2d085 Back out fix for 79639 and make sidebar toggle consistently accessible in all apps.
sr=alecf
2006-07-27 14:53:56 +00:00
blakeross%telocity.com
dace6b7f18 Toolbar grippies should not trigger on right click. Exact same fix as before, checking in again because the stylesheet scoping landing regressed this. 2006-07-27 14:53:55 +00:00
bbaetz%cs.mcgill.ca
b34fce6079 bug 79639 - move sidebar toffle into toolbars menu, and rename toolbars
submenu to "show"
patch by gerv, r=hwaara, sr=alecf
2006-07-27 14:53:54 +00:00
blakeross%telocity.com
f31efcb8ec Adding context menu to sidebar panel headers to silence whiny c|net reporter, only change panels on left-click, optimizing nsMenuFrame::OnCreate by reducing number of necessary nsAutoString ctor's (60071). r=kerz sr=ben 2006-07-27 14:53:53 +00:00
ben%netscape.com
bd9947cb57 fix for 80281 - no sidebar panels in sidebar customize dialog.
convert a treecol->treecolgroup. Seems to fix the visual errors.
adjust window creation flags.
r=matt, sr=blake
2006-07-27 14:53:52 +00:00
alecf%netscape.com
5eda018dd7 oops, fix my previous checkin to this file so it works in the sidebar 2006-07-27 14:53:51 +00:00
alecf%netscape.com
dae85b1e78 fix for bug 54422 sr=ben/waterson - update status when user clicks on history items 2006-07-27 14:53:50 +00:00
blakeross%telocity.com
349c374a89 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2006-07-27 14:53:49 +00:00
ccarlen%netscape.com
e2204350f7 Bug 77467 - some prompt dialogs came up with "0" instead of empty string. r=blakeross@telocity.com, sr=alecf@netscape.com 2006-07-27 14:53:48 +00:00
ccarlen%netscape.com
e04616a8db Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2006-07-27 14:53:47 +00:00
matt%netscape.com
f6d5eef062 bug 26106 adding ensureElementIsVisible so that that tree item is visible when it moves down
r=mcafee sr=ben a=asa
2006-07-27 14:53:46 +00:00
danm%netscape.com
5c4863b6b0 fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2006-07-27 14:53:45 +00:00
sgehani%netscape.com
ea5bac5cae Fix up remote containers even when the remote datasource is already
loaded.

b  = 52336
r  = sgehani (thanks to waterson for the patch)
sr = alecf
2006-07-27 14:53:44 +00:00
danm%netscape.com
09de99e001 commondialog service is being replaced by promptservice. bug 72112 continues 2006-07-27 14:53:43 +00:00
hyatt%netscape.com
3ab75b8b59 Fix for 94990. r=blake, sr=hewitt 2006-07-27 14:53:42 +00:00
hyatt%netscape.com
c2c62ea97c Get context menus limping again. This is really strange. r=blake, sr=ben 2006-07-27 14:53:41 +00:00
jaggernaut%netscape.com
8fca470a43 Bug 94458: change dynamically registered listeners to "create" and "destroy" events to listen to "popupshowing" and "popuphiding". r=bryner, sr=hyatt 2006-07-27 14:53:40 +00:00
morse%netscape.com
cc9afb6ee2 bug 91881, fix js errors, r=vishy, sr=blake 2006-07-27 14:53:39 +00:00
morse%netscape.com
2d09ba9eab bug 46783, reorg cookies module for embedding, r=valeski, sr=alecf 2006-07-27 14:53:38 +00:00
matt%netscape.com
3ac1a38c63 added code to set search engine. r=mcafee sr=alecf
http://bugzilla.mozilla.org/show_bug.cgi?id=73238
http://bugzilla.mozilla.org/show_bug.cgi?id=76544
2006-07-27 14:53:37 +00:00
danm%netscape.com
bee319067d fix sandboxing of sidebar iframe. bug 59603 r=hyatt,matt 2006-07-27 14:53:36 +00:00
sgehani%netscape.com
c376e7059c Give content area focus after sidebar is closed using F9.
b  = 78440
r  = timeless@mac.com
sr = alecf@netscape.com
2006-07-27 14:53:35 +00:00
blakeross%telocity.com
a08281775b Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2006-07-27 14:53:34 +00:00
blakeross%telocity.com
9210ca7dab Fix 49934: gopher support, minor restructuring of directory viewer. necko: r=darin,dougt sr=rpotts other: r=waterson,mstoltz,jag sr=alecf
Fix 70404: assertionsf or datetime and finger. r=dougt, sr=rpotts

Both patches by Bradley Baetz (bbaetz@cs.mcgill.ca)
2006-07-27 14:53:33 +00:00
matt%netscape.com
0a768ee88f bug 71881
adding sidebar directory to popup menu
sr=hyatt
r=mcafee
2006-07-27 14:53:32 +00:00
maolson%earthlink.net
1654906352 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2006-07-27 14:53:31 +00:00
mcafee%netscape.com
24b9f55534 Moving some oncommand handlers outside of <template> constructs to avoid extra nsEventListenerManager creation (68074). sr=alecf 2006-07-27 14:53:30 +00:00
timeless%mac.com
d503b0d100 fix Bug 65428 language="javascript" should be type="application/x-javascript"
r=kerz a=ben
2006-07-27 14:53:29 +00:00
blakeross%telocity.com
5a1804eb37 Search cleanup (70102). r=timeless sr=alecf 2006-07-27 14:53:28 +00:00
alecf%netscape.com
e78e2c64f2 fix for bug 70929 - refactor history into public/private interfaces
sr=waterson
2006-07-27 14:53:25 +00:00
alecf%netscape.com
7c55659b6f fix for #66908 r=timeless, a=ben
make history history sidebar urls open in the current window, if possible
2006-07-27 14:53:24 +00:00
blakeross%telocity.com
49b70a312f UIEvent button property is incorrect according to the DOM2 spec. Changing values to 0, 1, 2 (left, middle, right mouse buttons respectively) from 1, 2, 3. |event.which| continues to use the old values for backwards compatibility. This affects future xbl, js, and c++ event button checks so please see the newsgroups for more info (60703). r=timeless sr=jst 2006-07-27 14:53:23 +00:00
tao%netscape.com
7cf02c8ce7 62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2006-07-27 14:53:22 +00:00
disttsc%bart.nl
04472a2b72 More appCore removal, bug=46200, r=alecf, a=ben 2006-07-27 14:53:21 +00:00
blakeross%telocity.com
221c2efedd Fix 66212: some accessibility/tab order/focus stuff. r=timeless sr=alecf 2006-07-27 14:53:20 +00:00
morse%netscape.com
85a86d8510 bug 55052 (r=nhotta, sr= alecf) search text field changes what user types, and bug 28137 (r=sgehani, sr=alecf, URL search bar should reset category popup 2006-07-27 14:53:19 +00:00
matt%netscape.com
34e1009307 r=law
sr=ben
adding focus to search panel when opened
2006-07-27 14:53:18 +00:00
blakeross%telocity.com
9225576843 Fix 57653: search cleanup, skinability, random fixes, optimization, and more. r=jag a=ben 2006-07-27 14:53:17 +00:00
rjc%netscape.com
934204094f Fix bug # 55277: searching with multiple engines. r= danm sr=ben 2006-07-27 14:53:16 +00:00
ben%netscape.com
3ea2b08bb4 Fix for 53154, search customize dialog tidy up. r=hewitt, sr=hangas 2006-07-27 14:53:15 +00:00
evaughan%netscape.com
16d61f0230 Part 2 fix for bug #55899 2006-07-27 14:53:14 +00:00
blakeross%telocity.com
41be7f71b9 Fix 61834: context menu with no items appears on right click of tree column header in search panel, and other minor cleanup. r=jag sr=alecf 2006-07-27 14:53:13 +00:00
blakeross%telocity.com
a9273838c9 My Sidebar won't stay minimized (by Fabian Guisset, 60715). r=alecf sr=bienvenu 2006-07-27 14:53:12 +00:00
blakeross%telocity.com
3ac9ff04d5 Fix 18787: sidebar panels need context menus. r=jag sr=alecf 2006-07-27 14:53:11 +00:00
ben%netscape.com
be90675a96 fix for instructional text in search panel not wrapping for narrow sidebar widths, bug 53159,
r=matt, sr=hangas
2006-07-27 14:53:10 +00:00
disttsc%bart.nl
89b0f4748b Remove incorrect 'rdf:' from 'rdf:resource', 'rdf:resource2' and 'rdf:containment'. Part of bug=53297, more to follow. r=rjc, a=waterson. This particular checkin should fix bug=52789 (column sorting in bookmarks and history) and bug=52547 (sidebar bookmarks panel not showing sort triangle). 2006-07-27 14:53:09 +00:00
blakeross%telocity.com
d5a0fc316e sorry, 55952 in last checkin. 2006-07-27 14:53:08 +00:00
blakeross%telocity.com
05fc69c88f Fix 55592, clicking on blank tree in Sidebar tries to load http://advanceddeck/ r=rjc a=waterson 2006-07-27 14:53:07 +00:00
matt%netscape.com
315b748f40 Fixing bugs 52213 52214
all sorts of UI changes see in bugs
r=ben
2006-07-27 14:53:06 +00:00
jaggernaut%netscape.com
b993646c7b Bug 105973: s/Observe/observe/ 2006-07-27 14:53:05 +00:00
dougt%netscape.com
b914c673d8 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2006-07-27 14:53:04 +00:00
blakeross%telocity.com
31c9707c9b Fix js strict warning about redeclaration of var. sr=ben 2006-07-27 14:53:03 +00:00
blakeross%telocity.com
9534128f77 more dump() removal (65127) 2006-07-27 14:53:02 +00:00
blakeross%telocity.com
06eaf36ab6 Fix 58633 and 49744: a typo in GetLastVisited() and improving a cmd line help description. r=jag sr=alecf 2006-07-27 14:53:01 +00:00
waterson%netscape.com
fd8e3009e2 Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan. 2006-07-27 14:53:00 +00:00
blakeross%telocity.com
35e7ef854b Fix 63789: "Tabs in My Sidebar" list items disappear and OK button is unresponsive. just a reversion of a previous strict warning fix. sr=alecf 2006-07-27 14:52:59 +00:00
blakeross%telocity.com
0cf91591ee Fix 57652: JS strict warnings in customize.js. patch by gemal@gemal.dk (Henrik Gemal). r=blake sr=alecf 2006-07-27 14:52:58 +00:00
blakeross%telocity.com
88b714dfa8 Fix 57652: some strict warnings in customize.js. r=matt sr=alecf 2006-07-27 14:52:57 +00:00
pchen%netscape.com
a570179f6c bugzilla 52291, r=jag, sr=alecf, call sizeToContent() to make dialog layout nice and purty 2006-07-27 14:52:56 +00:00
disttsc%bart.nl
fc5426c67f More appCore killing, bug=46200, r=ben, a=alecf 2006-07-27 14:52:55 +00:00
blakeross%telocity.com
e4476a0a20 Fix 22184: F9 should toggle sidebar visibility. r=jag a=ben 2006-07-27 14:52:54 +00:00
blakeross%telocity.com
911785c5bf Fix 57651, some strict warnings in sidebarOverlay.js r=timeless sr=alecf 2006-07-27 14:52:53 +00:00
rayw%netscape.com
96cde4474f Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2006-07-27 14:52:52 +00:00
ben%netscape.com
3c52bd48ff fix for search in mail, allow search to run in an existing navigator window. partial fix for 32034 2006-07-27 14:52:51 +00:00
ben%netscape.com
7c72322237 partial fix for 32034 - sidebar search doesnt work from mail 2006-07-27 14:52:50 +00:00
ben%netscape.com
a3954251f2 fix for 46613 (classic skin polish) and 47636 (cannot go back to multiple
search engine listing)
2006-07-27 14:52:49 +00:00
bryner%uiuc.edu
6b75fac0ad Fix for bug 43417. r=pinkerton. 2006-07-27 14:52:48 +00:00
kin%netscape.com
627a558c21 Checking in patch from BlakeR1234@aol.com for
bug #41283: Incorrect Dialog for 'New' category in Customize search window

    mozilla/xpfe/components/search/resources/search-editor.js
    mozilla/xpfe/components/search/resources/locale/en-US/search-editor.properties

r=ben@netscape.com a=waterson@mozilla.org
2006-07-27 14:52:47 +00:00
blakeross%telocity.com
aa5e3f4f84 Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer 2006-07-27 14:52:44 +00:00
timeless%mac.com
743c28f4ec Bugzilla Bug 87002 Cannot add bookmarks/history/search panel to My Sidebar
patch by walk84@yahoo.com r=doron sr=blake
2006-07-27 14:52:42 +00:00
dbaron%fas.harvard.edu
09e4a2dcb4 Change uses of CSS properties not part of the CSS2 spec to use -moz- prefix. b=3935
Fix some CSS errors found with CSS parser error reporting, with Ben's approval.
2006-07-27 14:52:41 +00:00
ben%netscape.com
089e3fce46 71685 - rename bookmarksPanel.xul to bm-panel.xul. r=pchen, sr=sfraser 2006-07-27 14:52:40 +00:00
ben%netscape.com
480ec966ac I have only one thing to say:
"@#!$@%!!@@!!!#@#&*!!%!" (fix build bustage)
2006-07-27 14:52:39 +00:00
ben%netscape.com
91e7a56449 71685, bookmarks in sidebar don't load. rename file back to bm-panel.xul
r=pchen, sr=sfraser
2006-07-27 14:52:38 +00:00
ben%netscape.com
01675b194e cvs sux rox 2006-07-27 14:52:35 +00:00
ben%netscape.com
c584477541 Fix for 71685, Bookmarks in sidebar don't load. r=pchen, sr=sfraser 2006-07-27 14:52:34 +00:00
ben%netscape.com
a071bee1e4 fix mac bustage by backing out change. 2006-07-27 14:52:32 +00:00
alecf%netscape.com
f22d25e01f fix for bug 58631 r=jag, a=ben
fix warnings in history.js and initialize history panel
2006-07-27 14:52:31 +00:00
alecf%netscape.com
5c07b75b2d fix for #64060 - bulk delete history entries by hostname & domainname
also add a new history controller for future history coolness
a=ben, r=jag, and a bit of r=timeless
2006-07-27 14:52:30 +00:00
ben%netscape.com
33d935b3ac 71685 - bookmarks sidebar panel doesn't load. Rename file back to the original name.
r=pchen, sr=sfraser
2006-07-27 14:52:28 +00:00
ben%netscape.com
b7ca98a39e Fixes for numerous bookmarks bugs, e.g. 68496, 50276, 68395, 68537, 68545,
68985, various hangs, crashes, glitches etc. 68545, 68985, 68395 r=jag;
Implement new bookmarks sidebar panel. a=hyatt
2006-07-27 14:52:27 +00:00
alecf%netscape.com
84607b87af oops, forgot this in a checkin from yesterday 2006-07-27 14:52:26 +00:00
alecf%netscape.com
642505bc03 fix for 55791 a=ben 2006-07-27 14:52:25 +00:00
alecf%netscape.com
36dcc1b88f fix for 64218 - implement history sidebar panel
a=ben@netscape.com
2006-07-27 14:52:24 +00:00
ben%netscape.com
32c2e8b766 tidy up UI 2006-07-27 14:52:23 +00:00
slamm%netscape.com
1ec1a6333c Add close box to Customize Tab dialog (48228). r=don 2006-07-27 14:52:22 +00:00
hyatt%netscape.com
2dd48d1465 XUL fixes for 51263. r=ben 2006-07-27 14:52:21 +00:00
slamm%netscape.com
0b0646f8dc Handle remote folders better. Force them to have a twisty by setting container='true'. Fix Save(), so that it does not write over pre-existing values (46666). Fix loading of remove folders (48093). Make customize tab dialog have a close box (48228). r=mcafee 2006-07-27 14:52:20 +00:00
blakeross%telocity.com
1020dcd0ce Fix 59613: can't switch sidebar tabs in modern-based themes. r=jag sr=alecf 2006-07-27 14:52:19 +00:00
blakeross%telocity.com
582b37f134 Fix 48876: make d&d and modifier-/middle-click possible throughout the app and implement selection within link (50673). Also fixes 59520, 48780, 48632, 57588, 59132. r=jag sr=alecf 2006-07-27 14:52:18 +00:00
slamm%netscape.com
875245e17c Handle case of no sidebar-splitter (blocker 2298). r=andreww a=leaf 2006-07-27 14:52:17 +00:00
slamm%netscape.com
ab5591b07e 'sidebar-panels' should not have 'hidden' persisted anymore. Some old profiles may have it, so set/clear it in js code for now. (bug 50973). r-mcafee 2006-07-27 14:52:16 +00:00
slamm%netscape.com
f110b574b3 Fix sidebar popopen on search (51694). Move all the logic into sidebarOverlay.js. r=pavlov 2006-07-27 14:52:15 +00:00
ben%netscape.com
1a1451c3fb change deprecated 'align' attribute to 'orient' so that sidebar in mailnews with classic skin has a horizontal grippy on the top, rather than a vertical one 2006-07-27 14:52:14 +00:00
slamm%netscape.com
eab25d182b Add grippy for mailnews splitter. Not sure why it disappeared in the first place. Adding one explicitly is easier than finding out why is disappeared. (follow up to 47585) r=mcafee 2006-07-27 14:52:13 +00:00
slamm%netscape.com
b2a34e316d Separate the grippy from the sidebar header for mailnews (47585). r=mcafee 2006-07-27 14:52:12 +00:00
ben%netscape.com
51c729509f sidebar tweaks for classic skin, 46613 2006-07-27 14:52:11 +00:00
ben%netscape.com
f500b051f5 46613, classic skin polish 2006-07-27 14:52:10 +00:00
BlakeR1234%aol.com
1f0465e3af Fix for bug 35057, patch by timeless@bemail.org r=me a=brendan 2006-07-27 14:52:06 +00:00
nbhatla%netscape.com
3361bcda81 Bug #46519: Mac Classic Skin Fixes. This fixes spacing issues in certain pref panels, by moving out style settings in the XUL. Bug #46178: Adds nudge button icons 2006-07-27 14:52:05 +00:00
ben%netscape.com
82d6c73b69 didn't mean to check in changes to these files just yet... 2006-07-27 14:52:04 +00:00
ben%netscape.com
26947d4708 more classic skin work 2006-07-27 14:52:03 +00:00
dougt%netscape.com
c3f4e245f2 This file is not part of build. 2006-07-27 14:51:58 +00:00
ben%netscape.com
22a7f4ddf1 nsbeta3+ bug 45085, move search results 'default.htm' file into locale. 2006-07-27 14:51:55 +00:00
slamm%netscape.com
7873cdfbd8 Update a panel on close (47585). r=mcafee 2006-07-27 14:51:54 +00:00
ben%netscape.com
8ead400ccc fix assert on startup 2006-07-27 14:51:53 +00:00
ben%netscape.com
b58ba2092b fix for 51360, cleanup for sidebar panel preview. r=matt, a=hyatt 2006-07-27 14:51:52 +00:00
slamm%netscape.com
09f3637292 Use new url from Alexa. Bug 50594. r=pavlov 2006-07-27 14:51:51 +00:00
slamm%netscape.com
994cc66672 Turn off debug output. 2006-07-27 14:51:50 +00:00
slamm%netscape.com
fb47207c88 oops, use MPL instead of NPL (50594). r=mcafee. Last changes were r=mcafee too. 2006-07-27 14:51:49 +00:00
slamm%netscape.com
7a804d3e78 Separate the splitter from the sidebar header (47585) r=mcafee 2006-07-27 14:51:47 +00:00
slamm%netscape.com
a175c72a7d Use What's Related tab provided by Alexa Internet. Resolves What's Related data on a per url basis (used to be on domain only). Bug 50594. 2006-07-27 14:51:46 +00:00
slamm%netscape.com
bfdcc3acdb Add grippy to sidebarheader. bug 26259. r=mcafee 2006-07-27 14:51:44 +00:00
slamm%netscape.com
dcc6335af5 Single click behavior for What's Related panel. Now it is consistent with the Search panel. bug 41609. r=mcafee 2006-07-27 14:51:43 +00:00
pollmann%netscape.com
8bc0d3eca2 Bug 35875: Display sidebar search results when single engine selected after multiple engines selected. r=rjc 2006-07-27 14:51:41 +00:00
rjc%netscape.com
02b3c94408 FTP bug # 46750: speed optimizations, as well as set busy cursor while FTP data is streaming in. r=me 2006-07-27 14:51:40 +00:00
rjc%netscape.com
fdd1839a4c Add secondary secorting info for file/ftp listings. r=me 2006-07-27 14:51:39 +00:00
rjc%netscape.com
f1c535ddc2 Fix bug # 48320: Directories displayed twice in file:/// URLs. r=me 2006-07-27 14:51:38 +00:00
rjc%netscape.com
7b0d86c14a Fix bug # 47927: crash loading 2nd ftp URL. r=waterson 2006-07-27 14:51:37 +00:00
saari%netscape.com
3bf035f68d massive landing of joki changes.
Relevant nsbeta3+ bugs 43309, 44503, 2634, 2504,5981, 24698, 25758, 33577,
36062, 36217, 41191, 41491, 42356, 42829, 43016
r=saari (joki code). also been tested by heikki and bryner
2006-07-27 14:51:36 +00:00
BlakeR1234%aol.com
fc4c029858 Fix for bug 43617, small regression patch. 2006-07-27 14:51:35 +00:00
slamm%netscape.com
6253b50008 Fix empty sidebar (50973) r=mcafee 2006-07-27 14:51:34 +00:00
sfraser%netscape.com
0ccdfc6b08 Fix JavaScript warnings in strict mode. r=pchen 2006-07-27 14:51:33 +00:00
slamm%netscape.com
85fc19315e Avoid panels loading in the background (46736). General rewrite (i.e. standardize the arguments passed by wrapping the panels and panel lists in objects). r=mcafee 2006-07-27 14:51:32 +00:00
ccarlen%netscape.com
1d54a8299d Converted use of nsIFileLocator to nsIDirectoryService. r=slamm 2006-07-27 14:51:31 +00:00
waterson%netscape.com
7df7d3cb71 Bug 46053. Add [begin|end]UpdateBatch() to nsIRDFObserver; case-normalize the resot of the nsIRDFObserver methods; update implemetors, users. r=bienvenu,rjc,dmose,slamm 2006-07-27 14:51:30 +00:00
rjc%netscape.com
7341c44b3e Putting fix for nsbeta2+ bug # 47126 into tip: fix simple mode searching. r=ben 2006-07-27 14:51:29 +00:00
ben%netscape.com
5aca669854 fixing some of the broken search functionality for 45221, so that nsbeta2 doesnt go out with a broken search feature. 2006-07-27 14:51:28 +00:00
tao%netscape.com
a7a72ad16c 39790 : [L12y] Move all localizable prefs into chrome://.r=rjc 2006-07-27 14:51:27 +00:00
ben%netscape.com
ba7cb60ef7 fixes for 32034 (sidebar search won't work from mail) and other search
problems (cannot sort search engines, etc)
2006-07-27 14:51:26 +00:00
matt%netscape.com
100cb79981 pulling out search string from JS to a properties file.
R:law
bug:35124
2006-07-27 14:51:25 +00:00
rjc%netscape.com
5bda58a996 Various small fixes for nsbeta3+ bug # 41357: enable column resigning for various trees. r=me 2006-07-27 14:51:24 +00:00
rjc%netscape.com
c8773f0db0 Fix bug # 46710: can only start a drag on <treeitem> nodes. r=me 2006-07-27 14:51:23 +00:00
rjc%netscape.com
5aa09b780f Fix bug # 46710: get d&d working for file/ftp listings. r=pinkerton 2006-07-27 14:51:22 +00:00
rjc%netscape.com
48e6b3fa2e Fix simple typo. r=me 2006-07-27 14:51:21 +00:00
rjc%netscape.com
1d6dba6c51 Fixes for various sidebar panels for bug # 42718. Also, set page title for FTP/FILE displays. Finally, fix a bug (can't remember the bug # at the moment) with clicking on the scrollbar... basically, make sure the click is on a <treeitem> before processing the click. r=me 2006-07-27 14:51:20 +00:00
nhotta%netscape.com
1c68ed4f49 Added code to pass default charset to directory viewer, bug 28787, r=law. 2006-07-27 14:51:19 +00:00