Commit Graph

1665 Commits

Author SHA1 Message Date
hwaara%chello.se
4008c295a2 Fix a whole bunch of bookmarks bugs: #68018, #78586, #71776, #77814, #78373. r=hwaara, sr=alecf (r=doron on 68018). Brought to you by: Fabian Guisset <hidday@geocities.com>
#78997, fix offline pref panel to match the spec. Patch by Stephen Walker <walk84@usa.net>, r=hwaara, sr=sspitzer.

#79058, fix up the offline pref panel to show up correctly in the pref-tree. r=doron, sr=sspitzer.
2001-05-07 23:39:41 +00:00
alecf%netscape.com
9863f3f2a6 argh, fix dumb, incredibly obvious typo - requestOr not requestEr
(also spotted by bstell.. thanks bstell)
2001-05-07 14:37:02 +00:00
ccarlen%netscape.com
ac8ff4c8ea Bug 78745 - nsIPromptService::ConfirmEx needs to be more flexible. r=valeski, sr=sfraser 2001-05-06 15:03:55 +00:00
dbaron%fas.harvard.edu
cbf360b0b9 Fix clobber-only MOZ_TRACK_MODULE_DEPS bustage by changing mozucth in REQUIRES lines to helperAppDlg or removing it entirely. 2001-05-06 13:36:08 +00:00
kandrot%netscape.com
afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
sfraser%netscape.com
0d77719154 Fix bug 78419; move Find-related JS into a new file, used in navigator and viewsource. sr=sspitzer, r=jag 2001-05-05 00:46:54 +00:00
law%netscape.com
bfdd64606b Bug 52454; remove #include of obsolete header; r=pchen@netscape.com, sr=mscott@netscape.com 2001-05-03 20:52:43 +00:00
alecf%netscape.com
e3f07e582e comment out a dump() statement that can be confusing - has no real effect
(has no effect on running code, and should have been taken out before checking in - oops!)
2001-05-03 14:00:40 +00:00
matt%netscape.com
136c629c2f adding for url parsing
bug 73974 and bug 77261 r=mcafee and sr=brendan
2001-05-03 01:42:22 +00:00
alecf%netscape.com
8d22f420e4 add nsBrowserContentListener.js to jar.mn, part of previous checkin 2001-05-02 22:58:10 +00:00
alecf%netscape.com
8d9c5a2217 additional nsBrowserInstance destruction - move URI content listener into JS
part of bug 46200 sr=ben
2001-05-02 22:57:38 +00:00
alecf%netscape.com
4e804221a7 part of bug 46200 - sr=ben, but not part of the build yet
implement the browser's nsIURIContentListener in JS
2001-05-02 22:53:36 +00:00
alecf%netscape.com
8dcf64f03f partial fix for bug 46456 - add visual feedback to personal toolbar drag & drop
sr=ben
2001-05-02 22:33:43 +00:00
rbs%maths.uq.edu.au
fb20130360 Part of the fix for bug 76567 (load viewsource.css on demand rather than at startup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2001-05-02 04:45:21 +00:00
rbs%maths.uq.edu.au
52753a8d55 Part of the fix for bug 76567 (load viewsource.css on demand rather than at stratup) and bug 60892 (show title on the viewsource window) r=harishd,brendan sr=jst 2001-05-02 04:37:39 +00:00
rbs%maths.uq.edu.au
1d0d6c0021 Drop one tee from the XUL attribute 'contenttitlesettting' - Typo pointed out by brendan when reviewing the patch for bug 76567 2001-05-02 04:33:05 +00:00
tao%netscape.com
44523e5e01 57441: Shouldn't have to restart after Mozilla UI langpack changes.
part1 (r=jbetak, sr=waterson); fix the template code
2001-05-02 00:03:03 +00:00
hewitt%netscape.com
615f81f105 43189 - autocomplete, r=matt, sr=alecf 2001-04-30 18:37:04 +00:00
mkaply%us.ibm.com
b1f34a2a4e #70344
r=bstell, sr=erik
Move Bidi encodings to Middle Eastern menu
2001-04-30 00:10:31 +00:00
blakeross%telocity.com
b2084a6044 Accesskeys for themes (75201, patch by neil@parkwaycc.co.uk). r=blake sr=alecf 2001-04-29 15:46:34 +00:00
blakeross%telocity.com
a7442ad546 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 2001-04-29 02:52:16 +00:00
thayes%netscape.com
7f4b61476f Bug 70362 - Fix conflict in the meaning of window.arguments values (dialog
parameters).  sr=alecf
2001-04-28 21:25:31 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
radha%netscape.com
a6dedba315 fix for bug # 68847. Roload button doesn't work right on framed pages r=mcafee, sr=rpotts 2001-04-28 03:37:38 +00:00
dbaron%fas.harvard.edu
93f995ca81 Enable the page cycler in builds where NS_BUILD_REFCNT_LOGGING is defined. b=75249 r=jag@tty.nl sr=waterson@netscape.com 2001-04-28 02:22:51 +00:00
sfraser%netscape.com
44cbfd57f8 Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +00:00
heikki%netscape.com
4095a51dde Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
morse%netscape.com
4800f0c430 bug 60151, ui doesn't work after a theme switch, r=morse, sr=ben 2001-04-26 12:14:15 +00:00
hyatt%netscape.com
8130400b54 Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2001-04-25 19:52:49 +00:00
ccarlen%netscape.com
c8128a5765 Bug 46859 - Remove UniversalDialog. r=valeski/sr=rpotts,sfraser/a=blizzard 2001-04-21 00:26:18 +00:00
ben%netscape.com
ed149d826b Fix for crash on mac startup, 76526 & other personal toolbar weirdness.
sr=sfraser, a=asa.
2001-04-18 20:42:46 +00:00
maolson%earthlink.net
fc69b17ec2 bug 70810 [XUL Syntax] Change tab syntax - another of the XUL 1.0 changes
r=ben, sr=hyatt
2001-04-18 06:59:04 +00:00
dr%netscape.com
2e8fbd1253 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +00:00
ben%netscape.com
50b40776d8 forgot to include this file in previous checkin 2001-04-18 05:49:48 +00:00
ben%netscape.com
898103a36b 17920, r=hyatt, sr=sfraser, scc 2001-04-18 04:52:46 +00:00
blakeross%telocity.com
94b6354336 Pressing Esc while urlbar has focus should revert url to that of page and select contents of urlbar (47863, patch by doronr@naboonline.com). r=bz sr=alecf 2001-04-18 03:50:15 +00:00
loadrunner%betak.net
6166fc36ea bug 54285, r=nhotta, jag, pink, sr=brendan 2001-04-17 01:58:00 +00:00
maolson%earthlink.net
a1ece4a66a bug 11623 - change CSS file comments from // to /* */
r=dbaron, sr=hewitt
2001-04-16 23:11:27 +00:00
peterv%netscape.com
99570d2693 Fix View->Use Stylesheet. r=jag, sr=alecf. 2001-04-16 21:15:51 +00:00
chak%netscape.com
1a90cb3c8f Fix for bug#66334 - Viewsource needs to be a protocol handler
Changes to make the mozilla to use viewsource: URL
r=valeski,sr=rpotts
2001-04-16 20:19:44 +00:00
dbaron%fas.harvard.edu
34e3e165b7 Fix page cycler (and tinderbox orange). r=disttsc@bart.nl 2001-04-14 21:41:15 +00:00
disttsc%bart.nl
5ad5ad4564 Move browser's nsIWebProgressListener implementation into js. More work for bug 46200, r=ben, r=adamlock, sr=alecf. 2001-04-14 20:08:32 +00:00
blakeross%telocity.com
98b6632102 Use a cached ref to the url bar instead of retrieving it for each page load and accel+L (75331). r=kerz sr=alecf 2001-04-12 04:34:43 +00:00
danm%netscape.com
acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
disttsc%bart.nl
75541b372e Fix back/forward navigation keys, bug=75232, author=Sairuh <siaruh@netscape.com>, r=jag, sr=ben 2001-04-10 11:34:47 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
tao%netscape.com
ed726cd791 71910: Location field for home page in Navigator prefs panel empty
(r=mcafee,sr=alecf). Relocate urls.
2001-04-09 23:13:30 +00:00
danm%netscape.com
bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
disttsc%bart.nl
97f2f03260 Fix back/forward button going back/forward twice and their history menus going back/forward instead of jumping to the selected item. bug=74960, r=blake, sr=hyatt 2001-04-09 04:31:00 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00