Commit Graph

360 Commits

Author SHA1 Message Date
sgehani%netscape.com
7921e7b912 Eliminate warnings.
b = 79336
r = sgehani (checking in sfraser's patch)
rs = alecf
2001-11-07 02:43:39 +00:00
ben%netscape.com
2a09c75163 108595 - Add a method for determining whether or not a context menu separator should be shown by determining if there are any items prior to the separator that are not hidden. r=kerz, sr=blake 2001-11-06 01:41:03 +00:00
hewitt%netscape.com
20311b8044 fixing various fun regressions from blake's earlier landing, rs=hyatt 2001-11-03 11:27:04 +00:00
hewitt%netscape.com
f1d2b29522 putting back flex on textbox that blake seems to have 'accidentally' removed 2001-11-03 07:35:43 +00:00
blakeross%telocity.com
6c769e76e9 107642 - XUL syntax/cleanup landing. Fixes 94470, 96008, 96019, 76800, 102637, 80399, 108303, and removes over a thousand unnecessary or nonsensical attributes. Also fixes 108302, 102366, 102367, 105815. r=sspitzer,cmanske on appropriate parts sr=ben 2001-11-03 04:17:02 +00:00
tao%netscape.com
f8fa28ae88 107375: localeVesion update: 0.9.4 -> 0.9.6 in the trunk.
(r=jbetak,sr=dveditz)
2001-11-01 01:11:57 +00:00
timeless%mac.com
a41528a381 Bug 102155 - javascript error in contentAreaUtils.js
whitespace fixes only
patch by caillon@returnzero.com r=stephend@netscape.com sr=alecf
2001-10-31 23:29:05 +00:00
racham%netscape.com
c01a92f1c1 Fixing addressbook bug 104468. Getting rid of goEditCardDialog routine in the process of fixing context menu items for sidebar addressbook panel. This routine is now placed under abCommon.js. r=ducarroz, sr=sspitzer 2001-10-31 00:47:58 +00:00
bnesse%netscape.com
aa65825ca9 Fix for bug 106159. Force getComplexValue calls to return string values. r=sgehani, sr=alecf. 2001-10-31 00:13:06 +00:00
ben%netscape.com
721870e316 107311 - add null check
r=jst, sr=sspitzer
2001-10-30 06:42:41 +00:00
ben%netscape.com
6e72b81dd8 107311 - add separator to context menu for apps to hook in relative to
r=jst, sr=sspitzer
2001-10-30 06:42:21 +00:00
ben%netscape.com
65ce36ffc7 103064 - add "Edit Page/Link" and "Send Page/Link" to Navigator context menu.
Also includes some code tidy up, simplify show/hide code, removing editor UI dependencies
from Navigator. r=pchen, sr=hyatt
2001-10-29 10:08:26 +00:00
jaggernaut%netscape.com
6395bc7909 Bug 107104: ``Throbber busted; js error since complexvalue, not string, returned'', patch by jrgm, r=jag. 2001-10-27 08:42:22 +00:00
bnesse%netscape.com
faf03ce445 Bug 106159. Switch remaining js and xul files from nsIPref interface to nsIPrefService/nsIPrefBranch interfaces to eliminate conflicts. r=jag, sr=alecf 2001-10-27 05:39:25 +00:00
hyatt%netscape.com
65c1a51c18 Fix for tabbrowser not being localizable as well as fixes to expose Closing of tabs via CTRL+W and the top-level menus. r=jag, sr=jst 2001-10-26 09:26:03 +00:00
seawood%netscape.com
0f535e7061 Land the simple OSX Mach-O build changes.
Bug #75653 r=cls
2001-10-25 08:55:53 +00:00
jst%netscape.com
26da4e9456 Fixing bug 106421. Now that we support null strings in the DOM node.localName can be null so we must check for that before calling methods on localName. r=jaggernaut@netscape.com, peterv@netscape.com, sr=me (trivial changes). 2001-10-24 08:57:17 +00:00
darin%netscape.com
1d34863f10 NOT PART OF THE BUILD: adding Makefile.in for MachO build 2001-10-23 22:51:09 +00:00
hyatt%netscape.com
dd48a32f3f Someone didn't convert GetBoolPref in this file, sigh. r=pav, sr=hewitt 2001-10-23 07:35:02 +00:00
jaggernaut%netscape.com
3e278e4913 Bug 105973: s/Observe/observe/ 2001-10-22 04:16:33 +00:00
dougt%netscape.com
d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
hyatt%netscape.com
626b60a24e Fix for 102120, ability to load tabs in background, r=bryner, sr=hewitt 2001-10-19 01:25:51 +00:00
matt%netscape.com
96a6390760 Adding context menu with search. Bug 15176. r=law sr=hyatt 2001-10-16 22:56:52 +00:00
blakeross%telocity.com
4f35ccddc4 Remove nsTimeBomb, stop doing unnecessary timebomb work (57306). r=mcafee sr=ben 2001-10-14 01:56:05 +00:00
sfraser%netscape.com
7ee6ab59a7 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2001-10-13 02:28:44 +00:00
law%netscape.com
ec02700cf6 Fix bug 62155; change Save As... to Save Page As...; r=morse, sr=blake 2001-10-12 02:39:54 +00:00
blakeross%telocity.com
89940866a0 Pressing enter in autocomplete menu should load that url in open location dialog (83922) and urlbar urls should be added to history dropdown regardless of method by which they were obtained (e.g. from autocomplete dropdown). r=kerz sr=ben 2001-10-12 01:33:39 +00:00
blakeross%telocity.com
10fa6eccc6 Fixing typo. 2001-10-10 20:33:22 +00:00
blakeross%telocity.com
736d1aa71c js error after selecting submenu items in navigator context menus (73804). simple fix. sr=ben 2001-10-10 20:32:15 +00:00
stephend%netscape.com
7b87e49eae Bug 92457. Plugins page refers to 'Netcenter', but should read, 'Netscape.com'. r=av@netscape.com, sr=alecf@netscape.com 2001-10-09 07:10:20 +00:00
stephend%netscape.com
d3add5c518 Bug 46812. File > Save As... should have A as accesskey, not S. Patch by James Green <jg@cyberstorm.demon.co.uk> r=bzbarsky, sr=brendan 2001-10-06 23:11:35 +00:00
timeless%mac.com
73c5768a82 Bugzilla Bug 102143 with multiple tabs open, View Page Info always shows info for the first tab
by doron, r=jag, sr=hyatt, a=asa. a=drivers,leaf
2001-10-05 18:36:50 +00:00
blakeross%telocity.com
7286975525 Fixing js strict warning about assignment to undeclared variable. sr=ben 2001-10-01 03:17:18 +00:00
blakeross%telocity.com
4deb712f51 Fixing js strict warning about function not always returning a value. sr=ben 2001-10-01 02:35:17 +00:00
gerv%gerv.net
4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
mkaply%us.ibm.com
36081dcb62 Remove unused OS/2 files - we use the Windows versions now 2001-09-28 03:38:54 +00:00
hyatt%netscape.com
3f52ac2c96 Fix for 102066, new tab in open location dialog, r=bryner, sr=brendan 2001-09-28 01:15:50 +00:00
hyatt%netscape.com
4179bab7e4 Checking in a patch for Antoine Labour, Open Link in New Tab, r=bryner, sr=hyatt, bug #101487 2001-09-28 00:19:32 +00:00
hyatt%netscape.com
084d155657 backing out 94836, since it did not have UI review. 2001-09-25 22:21:47 +00:00
hyatt%netscape.com
67241b3ae6 100706. Tabbrowser stuff. r=jag, sr=blake 2001-09-24 04:38:41 +00:00
hwaara%chello.se
4bed61fba7 #52902, "Text Size" on View menu should be "Text Zoom".
Patch by Christian Biesinger <cbiesinger@web.de>

r=hwaara, sr=blake
2001-09-23 12:52:05 +00:00
hwaara%chello.se
711a573ed1 #94836, fix some more issues with Open Address. Final part of cleanup.
r=doron, sr=alecf
2001-09-21 13:40:46 +00:00
hewitt%netscape.com
f73dd9fabf 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2001-09-20 07:08:29 +00:00
jaggernaut%netscape.com
f8f3e80dd6 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2001-09-18 21:47:32 +00:00
hewitt%netscape.com
60f317c194 99102 - update skin versions in all contents.rdf, r=hyatt, sr=blake 2001-09-17 23:40:50 +00:00
mkaply%us.ibm.com
bf6cf05d06 #95642
r=cls
When given the win/mac/unix choice for chrome, OS/2 should use win, not define its own
2001-09-14 21:07:39 +00:00
mkaply%us.ibm.com
23ee0801ef #95642
r=cls
Because other platforms then Unix use the Unix build system, add Makefile.ins to some win
directories so platforms can choose to use the win versions of files
2001-09-13 23:01:14 +00:00
heikki%netscape.com
358817a443 Bug 78021, Copy Link Address context menu does not work for image maps (<area> elements), <link> elements or simple XLinks. r=harishd, sr=vidur. 2001-09-12 23:31:37 +00:00
hwaara%chello.se
651b94b613 #94836, "Open Web Location' dialog needs cleanup [Open Address']". UI remake of the Open Web Location dialog. Now known as Open Address.
r=cmanske, sr=blake
2001-09-10 22:30:53 +00:00
blizzard%redhat.com
87395759c4 Rewrite XRemote code. It sucks less now. Fixes bugs 62250, 66543, 84239, 89911, 90580, 94289, 98764. r=jag, sr=alecf 2001-09-08 05:08:13 +00:00