Граф коммитов

2222 Коммитов

Автор SHA1 Сообщение Дата
jst%netscape.com 74019f627c 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). 2006-07-29 05:38:12 +00:00
blakeross%telocity.com f46dc28dd8 Fixing js strict warning about function not always returning a value. sr=ben 2006-07-29 05:38:11 +00:00
rjc%netscape.com 4451862bea Fix bug # 75772: On Mac OS X, add support for window toolbar button which hides/shows toolbar buttons. r=ben sr=hyatt 2006-07-29 05:38:10 +00:00
hyatt%netscape.com 529bb3b51f Someone didn't convert GetBoolPref in this file, sigh. r=pav, sr=hewitt 2006-07-29 05:38:09 +00:00
hyatt%netscape.com 1379934cbb Fix for 102120, ability to load tabs in background, r=bryner, sr=hewitt 2006-07-29 05:38:08 +00:00
jaggernaut%netscape.com fe8143579d Bug 105973: s/Observe/observe/ 2006-07-29 05:38:07 +00:00
dougt%netscape.com ddc70e274d nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2006-07-29 05:38:06 +00:00
sfraser%netscape.com bb2593d018 Fix bug 42817 -- overlay a Page Setup menu item for Mac, which displays the page setup dialog. r=jag/hwaara, sr=sspitzer/blake 2006-07-29 05:38:05 +00:00
gerv%gerv.net d93fbf1749 Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2006-07-29 05:38:04 +00:00
ben%netscape.com 13b7bdbccb back out unapproved changes to Navigator context menus. See bug 70830. 2006-07-29 05:38:03 +00:00
nhotta%netscape.com c3906d6f8e Added charset submenu to the context menu, written by jbetak, bug 70830, r=nhotta, sr=alecf. 2006-07-29 05:38:02 +00:00
ben%netscape.com e083d583bf 107311 - add separator to context menu for apps to hook in relative to
r=jst, sr=sspitzer
2006-07-29 05:38:01 +00:00
morse%netscape.com a900f454d0 bug 110471, fix js warning, r=morse, sr=alecf 2006-07-29 05:38:00 +00:00
kin%netscape.com 0cf2d3abbb Fix for bug 108666: No context menu when right clicking on form text widgets
getAttribute() now returns a null object instead of an empty string
  when an attribute does not exist, so expand shortcuts like
  getAttribute().toUpperCase() to the longer form to prevent errors.

r=blakeross@telocity.com  sr=jst@netscape.com
2006-07-29 05:37:59 +00:00
ben%netscape.com cf1bb483fd 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 2006-07-29 05:37:58 +00:00
ben%netscape.com 1c8a0749e0 107311 - add null check
r=jst, sr=sspitzer
2006-07-29 05:37:57 +00:00
ben%netscape.com 04f6ced58d 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
2006-07-29 05:37:56 +00:00
matt%netscape.com f11a74ea3b Adding context menu with search. Bug 15176. r=law sr=hyatt 2006-07-29 05:37:55 +00:00
stephend%netscape.com 3be8c8a98c Bug 94839. 'Open Web Location dialog shouldn't have an icon'. Patch by Bradley Hart <bhart00@yahoo.com>. r=hwaara, sr=ben 2006-07-29 05:37:54 +00:00
hewitt%netscape.com 5724fafef5 66441 - Get rid of gray_*_splitter from utilityOverlay, r=ben, sr=hyatt 2006-07-29 05:37:53 +00:00
hewitt%netscape.com 0c9da975e9 93839 - tooltiptext should work without specifying tooltip, r=pinkerton, sr=hyatt 2006-07-29 05:37:51 +00:00
blakeross%telocity.com ca0f548fe0 109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt 2006-07-29 05:37:50 +00:00
hewitt%netscape.com 1b14e4d362 97574 - Implement toolbarbutton and kill menubutton (except outliner.css), r=blake, sr=hyatt 2006-07-29 05:37:49 +00:00
jaggernaut%netscape.com e1ddd5eb49 Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt. 2006-07-29 05:37:48 +00:00
blakeross%telocity.com d9bd3ba678 Fixing typo. 2006-07-29 05:37:46 +00:00
blakeross%telocity.com 6323a32f54 js error after selecting submenu items in navigator context menus (73804). simple fix. sr=ben 2006-07-29 05:37:45 +00:00
timeless%mac.com e15a931053 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
2006-07-29 05:37:44 +00:00
blakeross%telocity.com 7a1b49feaa Fixing js strict warning about assignment to undeclared variable. sr=ben 2006-07-29 05:37:43 +00:00
hyatt%netscape.com 92ce4a1b2e Checking in a patch for Antoine Labour, Open Link in New Tab, r=bryner, sr=hyatt, bug #101487 2006-07-29 05:37:42 +00:00
hyatt%netscape.com 79230bd5c6 Fix for 94990. r=blake, sr=hewitt 2006-07-29 05:37:41 +00:00
hyatt%netscape.com 45291d3345 Fix for 71106. r=jag, sr=jst 2006-07-29 05:37:40 +00:00
hewitt%netscape.com 3ff0e5641b 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-29 05:37:38 +00:00
timeless%mac.com b17015449b Bugzilla Bug 46596 Address Book should not be in tasks menu/component bar if not installed
patch by neil@parkwaycc.co.uk r=hwaara r=bhuvan sr=blake
2006-07-29 05:37:37 +00:00
timeless%mac.com 36964c517d 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-29 05:37:36 +00:00
blakeross%telocity.com 159269e132 Stylesheet scoping caused radiogroup navigation regression in Classic. Fixing... r=kerz sr=hewitt 2006-07-29 05:37:33 +00:00
hewitt%netscape.com dc72f66d05 43189 - autocomplete, r=matt, sr=alecf 2006-07-29 05:37:32 +00:00
blakeross%telocity.com 8a8318858b Component bar in statusbar is flat and messed up in win classic (80434). r=kerz sr=ben 2006-07-29 05:37:31 +00:00
blakeross%telocity.com 49f68d94f0 Open Web Location dialog does not work in Composer, and Choose File... button doesn't work at all (71234, 75849). r=blake, cmanske sr=blizzard, alecf a=asa 2006-07-29 05:37:29 +00:00
blakeross%telocity.com 73717f20d6 Fixing all (I think) drag and drop issues between the content area, the personal toolbar, and the bookmarks panel/manager. Includes the inability to drag a bookmark with no name, many links dragged to the bookmarks panel not having a title (79600), and bookmarks dragged to personal toolbar having names like "NC:BookmarksRoot" (85328). r=kerz sr=ben 2006-07-29 05:37:28 +00:00
loadrunner%betak.net 127e31ae22 bug 79735, User-overridden browser charset does not propagate into the composer window, r=cmanske, sr=blizzard 2006-07-29 05:37:27 +00:00
blakeross%telocity.com 2c2c631ecc File | Edit Page fails to launch in composer (93265). r=cmanske sr=ben 2006-07-29 05:37:26 +00:00
blakeross%telocity.com 56c6bc5bbb Cropped offline tooltip appears at random (81683), by neil. r=dean sr=blake 2006-07-29 05:37:25 +00:00
ben%netscape.com f85e3a429a bug 65241, add 'download more' button to Content Pack pref panel.
make preferences dialog non-modal to circumvent mac modality bugs.
r=matt, sr=blake
2006-07-29 05:37:24 +00:00
ben%netscape.com 802c3d7421 Fix for bug 84232 - Opening preferences dialog when one already exists (opened from another window) causes all changes made in the existing window to be lost.
This change fixes the problem by looking for an existing preferences dialog using the window mediator, and focusing one if found. Otherwise, a new one is loaded.
Patch from jbetak@netscape.com based on my suggestion, r=dbaron, sr=myself.
2006-07-29 05:37:23 +00:00
mitesh%netscape.com 1006653533 Fixes for bug 70348 autoconfig feature
r=bnesse, sr=alecf and a=dbaron
2006-07-29 05:37:22 +00:00
granrose%netscape.com 5f39df3990 backing out mitesh. 2006-07-29 05:37:21 +00:00
mitesh%netscape.com 08f49a38e7 Fixes for bug 70348 - autoconfig feature
r = bnesse, sr=alecf and a=dbaron
2006-07-29 05:37:20 +00:00
heikki%netscape.com bdbc77f65d Bug 78021, Copy Link Address context menu does not work for image maps (<area> elements), <link> elements or simple XLinks. r=harishd, sr=vidur. 2006-07-29 05:37:19 +00:00
bzbarsky%mit.edu 6f412f8e8f Getting rid of strict javascript warnings in nsContextMenu.js
Bug 58569, patch from Henrik Gemal <mailto:gemal@gemal.dk>, r=timeless,
sr=brendan
2006-07-29 05:37:18 +00:00
bzbarsky%mit.edu 91b9744e28 Ugh. Messed up that last checkin. Still bug 91539 2006-07-29 05:37:17 +00:00