blakeross%telocity.com
cb8d824f47
Fix js strict warning about function not always returning a value...
2006-07-27 14:54:24 +00:00
gerv%gerv.net
95a21944c4
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
2006-07-27 14:54:23 +00:00
dwitte%stanford.edu
622efa3ebd
rearrange resource files in extensions/wallet to clean up the duplicate files and general mess that
...
various folk have made of it. (no names here, move along)
some files were moved in the cvs repo, but others were manually copied, and thus I will own blame
for them. to find old blame info for the respective files, look in the appropriate attic for these
locations:
mozilla/extensions/wallet/cookieviewer/CookieViewer.js
mozilla/extensions/wallet/cookieviewer/CookieViewer.xul
mozilla/extensions/wallet/cookieviewer/CookieViewer.properties
mozilla/extensions/wallet/cookieviewer/CookieViewer.dtd
mozilla/extensions/wallet/editor/WalletEditor.properties
mozilla/extensions/wallet/editor/WalletEditor.dtd
mozilla/extensions/wallet/signonviewer/SignonViewer.js
mozilla/extensions/wallet/signonviewer/SignonViewer.xul
mozilla/extensions/wallet/signonviewer/SignonViewer.properties
mozilla/extensions/wallet/signonviewer/SignonViewer.dtd
mozilla/extensions/wallet/src/wallet.properties
mozilla/extensions/wallet/walletpreview/WalletPreview.js
mozilla/extensions/wallet/walletpreview/WalletPreview.xul
b=26020 (yeah that old!), r=timeless, sr=heikki, and props to leaf for moving stuff around
the cvs repo.
2006-07-27 14:54:22 +00:00
blakeross%telocity.com
e699ffca12
Send Link and Send Page in Manage Bookmarks do nothing, and some history polish (73904). r=hewitt sr=ben
2006-07-27 14:54:21 +00:00
tao%netscape.com
953d9a055e
70099: Remove new MailNews dependency on Navigator.
...
(r=jbetak,sr=mscott,a=dbaron). move the url from browser to communicator.
2006-07-27 14:54:20 +00:00
morse%netscape.com
3af128e93b
bug 91881, js error, r=matt, sr=blake
2006-07-27 14:54:19 +00:00
hyatt%netscape.com
b571a69c17
Fix for 71106. r=jag, sr=jst
2006-07-27 14:54:18 +00:00
hewitt%netscape.com
5fd5aeb30e
93193 - cleaning up after align/pack xul box model changes, r=blake, sr=hyatt, 90741 - replacing box with hbox/vbox (from andersma@luther.edu), r=hewitt, sr=hyatt
2006-07-27 14:54:17 +00:00
hyatt%netscape.com
99549507fe
Fix for bbaetz's dir viewer bug.
2006-07-27 14:54:16 +00:00
timeless%mac.com
228bd43766
Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with
...
<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
2006-07-27 14:54:15 +00:00
blakeross%telocity.com
9d730783b7
tooltip on dir tree is annoying (76696). r=dougt sr=blake a=asa
2006-07-27 14:54:14 +00:00
stephend%netscape.com
5161e05c51
Bug 80120. Implement tooltips for toolbar's expand/collapse widgets. r=german,jglick,sspitzer,robinf,cmanske sr=sspitzer
2006-07-27 14:54:13 +00:00
blakeross%telocity.com
b839e72114
Add a context menu to global history items (48039). r=hewitt sr=ben
2006-07-27 14:54:12 +00:00
blakeross%telocity.com
f7e01baccf
History searching no longer works (89093). r=ben sr=alecf
2006-07-27 14:54:11 +00:00
blakeross%telocity.com
19436ec120
History should use outliner, provide a way to sort/view history the old way, win32 classic should use +/- twisties (73857, 71947, 80846, also fixes 66907, 59814, 71029, 48864, 69260, others). r=alecf sr=ben
2006-07-27 14:54:10 +00:00
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
blakeross%telocity.com
bf79338866
The rest of the fix for 52308. Forgot to check this in earlier with something else, was r=timeless sr=erik.
2006-07-27 14:53:27 +00:00
timeless%mac.com
7b31a9ac66
fix bug "Bookmark Search Results" wrongly worded
...
fix by stephend@netscape.com r=hewitt a=ben
2006-07-27 14:53:26 +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
rjc%netscape.com
57cb8e1d86
Implement the "Add Engine" function.
2006-07-27 14:52:46 +00:00
kairo%kairo.at
6bce9b7a95
bug 285696 stage 2 - really rebrand suite trunk, r+sr=Neil a=bsmedberg; note that this also changes the executable name to seamonkey.exe/SeaMonkey.app/seamonkey. Also including placeholder artwork replacing all mozilla suite related logos (note that the final SeaMonkey artwork is not ready yet)
2006-07-27 14:52:45 +00:00
blakeross%telocity.com
aa5e3f4f84
Implement an addressbook sidebar panel (30454). r=ben sr=sspitzer
2006-07-27 14:52:44 +00:00
pchen%netscape.com
84e34901e7
bug 52930, r=matt, sr=alecf, a=blizzard, sync up dtd with internal one used in mozilla/profile/defaults/panels.rdf before I have panels.rdf use this dtd
2006-07-27 14:52:43 +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
alecf%netscape.com
f79e0049bc
implement hierarchical history!
...
bug 65862
sr=waterson
2006-07-27 14:52:37 +00:00
timeless%mac.com
57042260c2
fix bug 68959 Wording Mismatch between History and Bookmarks
...
r=lordpixel, sr=alecf
2006-07-27 14:52:36 +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
mcafee%netscape.com
d91dbe1c89
Adding ctrl+f for edit|search history (67908). r=blake, sr=ben
2006-07-27 14:52:33 +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
mcafee%netscape.com
50dc609eb2
Renaming Find menu item to Search (44733) r=matt, sr=ben
2006-07-27 14:52:29 +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
blakeross%telocity.com
25177ec34e
Fix 51966, wording change for Sidebar. r=matt sr=ben
2006-07-27 14:52:09 +00:00
slamm%netscape.com
2045374312
Update text for no panels in sidebar. r=mcafee
2006-07-27 14:52:08 +00:00
BlakeR1234%aol.com
2ff7fbcb5c
Minor wording change (44473)
2006-07-27 14:52:07 +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
slamm%netscape.com
1be90f7d7f
Add text for up/down buttons. Replace occurences of 'panel' with 'tab' (47585) r=mcafee
2006-07-27 14:52:02 +00:00
BlakeR1234%aol.com
2f534b97b1
Fix 38460, minor wording change r=me, a=johng/verah
2006-07-27 14:52:01 +00:00
ben%netscape.com
5dc51d9f26
30536 - skinnable front end. remove dependencies on current skin.
2006-07-27 14:52:00 +00:00
slamm%netscape.com
008bc7d4df
Change 'Panel' to 'Tab'.
2006-07-27 14:51:59 +00:00
dougt%netscape.com
c3f4e245f2
This file is not part of build.
2006-07-27 14:51:58 +00:00
hwaara%chello.se
c7b542602d
#65523 , "'View Stored Cookies' button needs a better name"
...
Patch by Vidar Braut Haarr <vidar@coretrek.com>
r=morse, sr=alecf
2006-07-27 14:51:57 +00:00
stephend%netscape.com
247096dc25
Bug 33724. 'Block Image' is mis-named. r=blakeross@telocity.com sr=alecf@netscape.com a=blizzard@mozilla.org (on behalf of drivers@mozilla.org)
2006-07-27 14:51:56 +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
rjc%netscape.com
e6a4f955c0
Specify query encoding string for this search engine. r=me a=johng
2006-07-27 14:51:48 +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
tao%netscape.com
b2234e713d
41054: Bundle 2-3 langpacks w/ Seamonkey. Move all URLs to the bottom of
...
the file. r=amasri.
2006-07-27 14:51:45 +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
BlakeR1234%aol.com
f2dd48e8ef
Fix bug 43277 r=me
2006-07-27 14:51:42 +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
rjc%netscape.com
fb988d7c6f
Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=gagan
2006-07-27 14:51:18 +00:00
rjc%netscape.com
d510542259
Part of fix for nsbeta2+ bug # 28787: FTP listings of non-ascii filenames. r=me
2006-07-27 14:51:17 +00:00
danm%netscape.com
041e618c8e
tracking change of name of window.content to _content. (bug 33650) r=hyatt
2006-07-27 14:51:16 +00:00
bryner%uiuc.edu
5481768af2
Patching more (hopefully all) trees to work with the new tree widget (bug
...
30511). r=hyatt.
2006-07-27 14:51:15 +00:00
BlakeR1234%aol.com
8307eb0a9b
Fix for bug 40591. r=scc, alecf a=pink
2006-07-27 14:51:14 +00:00
hyatt%netscape.com
139032c716
30511
2006-07-27 14:51:13 +00:00
hyatt%netscape.com
2d2a667192
30511.
2006-07-27 14:51:12 +00:00
nbhatla%netscape.com
f781c2c2eb
#46518 -> Mac Classic Skin Polish. #46178 -> search editor now has arrow buttons. r=andreww
2006-07-27 14:51:11 +00:00
ben%netscape.com
93935b8451
search editor dialog was busted because of:
...
a) current engine list wasn't properly converted to new tree syntax
b) sizing of widgets was making it look really odd in the Classic skin
2006-07-27 14:51:10 +00:00
bryner%uiuc.edu
24937aeb45
Updating trees for new tree widget. bug 30511. r=hyatt.
2006-07-27 14:51:09 +00:00
rbs%maths.uq.edu.au
33c3749010
Change invalid REC-html40 to correct XHTML namespace. b:7834. a:ekrock@netscape.com
2006-07-27 14:51:08 +00:00
slamm%netscape.com
3a5e9b90f0
Mini-hack for splitter/grippy behavior on sidebarheader. The grippy code must look for a 'splitter' tag because the 'sidebarheader' does not work even though it is derived from a splitter. bug 26259. r=mcafee
2006-07-27 14:51:07 +00:00
brendan%mozilla.org
2f9e02e249
Fix unused new Object before literal.
2006-07-27 14:51:06 +00:00
slamm%netscape.com
a8e0c4c667
Use netcenter data, not my test data. Bump dataformat version number. Bug 41225.
2006-07-27 14:51:05 +00:00
slamm%netscape.com
576f273d90
Use standards compliant RDF format. Bug 41225. Handle case when data format gets corrupted or no panels are listed. r=pavlov
2006-07-27 14:51:04 +00:00
ben%netscape.com
a2c7c1c362
forgot to add file as part of previous check-in to 19557.
2006-07-27 14:51:03 +00:00
ben%netscape.com
7c19c9a59d
[perf] fix sidebar performance problem
2006-07-27 14:51:02 +00:00
ben%netscape.com
776fca1346
some more sidebar skinnability stuff (19557) and fix assert and non-visible sidebar panel header in preview (39632)
2006-07-27 14:51:01 +00:00
ben%netscape.com
170261eebd
removing redundant skin files
2006-07-27 14:51:00 +00:00
ben%netscape.com
84f714a0cf
second attempt at 19557, skinnable sidebar. r=hyatt
2006-07-27 14:50:59 +00:00
slamm%netscape.com
3ddf929eca
Add some min heights as a partial fix for bug 35442 (tabs draw onto taskbar)
2006-07-27 14:50:58 +00:00
ben%netscape.com
b77768b067
skinnable sidebar
2006-07-27 14:50:57 +00:00
ben%netscape.com
2d0ad03f46
patch sidebar to use new tab classes
2006-07-27 14:50:56 +00:00
slamm%netscape.com
c666ca79eb
Sidebar style optimizations.
2006-07-27 14:50:55 +00:00
slamm%netscape.com
773b5b0fab
Make preview look more like an actual tab.
2006-07-27 14:50:54 +00:00
rjc%netscape.com
834e04c437
Fix PDT bug # 40369 & 39029: search UI changes to enable mode switching, and proper alias resolution. r=pavlov, a=dveditz,don
2006-07-27 14:50:53 +00:00
rjc%netscape.com
50127715cc
Small search fix: r=ben a=don (Past of last search checkin)
2006-07-27 14:50:52 +00:00
jbetak%netscape.com
d0865700c2
18022, bookmark doc charset caching
...
r=rjc, ftang, a=ftang
2006-07-27 14:50:51 +00:00
blizzard%redhat.com
5df1b71846
fix searching from the search sidebar. fix css for Customize dialog. r=rjc,waterson a=waterson,brendan
2006-07-27 14:50:50 +00:00
ben%netscape.com
bbbed0355a
foopy.
2006-07-27 14:50:49 +00:00
ben%netscape.com
6a273dec65
fix button arrow directions
2006-07-27 14:50:48 +00:00
ben%netscape.com
01079c7956
remove annoying alerts when adding/removing engines
2006-07-27 14:50:47 +00:00
ben%netscape.com
5244d58dcc
search customize dialog tidy up
2006-07-27 14:50:46 +00:00
slamm%netscape.com
38b9cc0c57
Give available tabs more room. bug 38538. no review or even nsbeta2+. I am going on sabbatical and thought it would be nice to get this little cosmetic change in.
2006-07-27 14:50:45 +00:00
slamm%netscape.com
08ca8500d9
Use standards compliant RDF format. Bug 41225. r=pavlov
2006-07-27 14:50:44 +00:00
brendan%mozilla.org
bd4e96bbae
Enforce interCaps Mozilla XPIDL style (r=shaver).
2006-07-27 14:50:43 +00:00
slamm%netscape.com
cdebc8a682
Only save customize panel field if it exists (bug 31829)
2006-07-27 14:50:42 +00:00
slamm%netscape.com
936b2409ec
Persist dialog dimensions. Fix bug where icons do not show on added tab (bug 37300)
2006-07-27 14:50:41 +00:00
ben%netscape.com
7386df1299
sidebar panel preview skinnability
2006-07-27 14:50:40 +00:00
ben%netscape.com
c53cdf88ba
tweaks to sidebar customize XUL classes
2006-07-27 14:50:39 +00:00
slamm%netscape.com
5314012016
Change dialog buttons at bottom to match prefs dialog (bug 36589).
2006-07-27 14:50:38 +00:00
ben%netscape.com
02b90009d8
search sidebar skinnability
2006-07-27 14:50:37 +00:00
joki%netscape.com
fa3292facf
Updating mozilla to DOM Level 2 events support. Fixes for bug 34722, 35378, 8411, 10330, plus some others that weren't filed.
2006-07-27 14:50:36 +00:00
ben%netscape.com
a74dade724
making related panel skinnable
2006-07-27 14:50:35 +00:00
slamm%netscape.com
17ae1b22e3
grippy list-style-image is broken, so use the background-image for now. Fixes 30595.
2006-07-27 14:50:34 +00:00
rjc%netscape.com
576c72b724
Get icons back in Related Links data.
2006-07-27 14:50:33 +00:00
alecf%netscape.com
655ddf56c8
fixes for:
...
#61140 - delete history.dat if it gets corrupted
#56867 - implement "First Visited"
#19370 - implement "Visit Count"
#33697 - clean up nsGlobalHistory::OpenDB a bit more (doesn't fix the leak yet)
sr=waterson
2006-07-27 14:50:32 +00:00
BlakeR1234%aol.com
b299f82b1e
Clean up history window...
2006-07-27 14:50:31 +00:00
slamm%netscape.com
8df054e320
Eliminate the bottom border on the tab if it is the last panel.
2006-07-27 14:50:30 +00:00
rjc%netscape.com
bcee1f8aee
Clean up separators in Related Links data.
2006-07-27 14:50:29 +00:00
slamm%netscape.com
8c12c85c6e
Trim some margins. Reformat file. Add grippy graphics. Add loading image/text for tabs. Fix border for .sidebar-main-header (had to add \!important to get it to work in mailnews and addressbook). Clean up styles for panel picker menu.
2006-07-27 14:50:28 +00:00
slamm%netscape.com
9388dd2b52
Add a Destruct() function to remove observers on onload.
2006-07-27 14:50:27 +00:00
blakeross%telocity.com
871e90e3eb
Fix 58631: JS strict warnings in history.js, and more dump() removal (65127). r=jag sr=alecf
2006-07-27 14:50:26 +00:00
alecf%netscape.com
ef3db6c0d6
fix for blocker #63603 - forgot to implement OpenURL r=timeless
...
a=blocker-baby
2006-07-27 14:50:25 +00:00
alecf%netscape.com
16c98a4271
- move bookmarks over to the generic nsTreeUtils.js for stuff like sorting/menus
...
- convert history to use the new nsTreeController
- update history to support removing of individual items (bug #11412 )
a=ben
2006-07-27 14:50:24 +00:00
alecf%netscape.com
aeb398db14
fix for strict warnings #58631
...
r=blake
sr=alecf
submitted by=jarrod.k.gray@rose-hulman.edu
2006-07-27 14:50:23 +00:00
alecf%netscape.com
a4f6f354e4
big rewrite of drag & drop code to fix #52519
...
- fix warnings
- change title/url separator to "\n"
- clean up image dragging
- consolidate code
r=jag, a=ben
2006-07-27 14:50:22 +00:00
alecf%netscape.com
43655ed287
back out my dumb-ass fix for 52519 - it only worked for like a day, then died.
2006-07-27 14:50:21 +00:00
alecf%netscape.com
8cdfea1814
second part of fix for #52519 - unescape text/x-moz-url URLs when they are dropped into bookmarks and history
...
r=law@netscape.com
a=ben@netscape.com
2006-07-27 14:50:20 +00:00
pinkerton%netscape.com
439267d53b
better fix for the "dragging scrollbars" bug
2006-07-27 14:50:19 +00:00
pinkerton%netscape.com
01e64a1003
make sure we have a tree item before we drag. prevents dragging of the scrollbar. r=ben, bug#49094
2006-07-27 14:50:18 +00:00
ben%netscape.com
aa917bfd99
fix for nsbeta3+ bug 44229, can't drag urls out of history window
2006-07-27 14:50:17 +00:00
slamm%netscape.com
49bea961ff
Fix bookmark and history menus. Bug 37078 r=pavlov
2006-07-27 14:50:16 +00:00
slamm%netscape.com
18d057d207
Change collapsed rule to set 'visibility:collapse' instead of 'visibility:collapsed' bug 37725
2006-07-27 14:50:15 +00:00