stephend%netscape.com
7018a96d92
Fix for bug 71612 Tooltips for browser grippies r=timeless@mac.com sr=hewitt@netscape.com
2006-09-14 05:56:29 +00:00
mcafee%netscape.com
77dd541685
Moving some oncommand handlers outside of <template> constructs to avoid extra nsEventListenerManager creation (68074). sr=alecf
2006-09-14 05:56:28 +00:00
timeless%mac.com
a7c4652705
fix Bug 65428 language="javascript" should be type="application/x-javascript"
...
r=kerz a=ben
2006-09-14 05:56:27 +00:00
loadrunner%betak.net
6d18d291f6
Bug 72752, The default search engine will pick up AltaVista TradChinese, r=nhotta, sr=alecf
2006-09-14 05:56:26 +00:00
nhotta%netscape.com
00aaca8102
Adding a new converter for HKSCS (contribution from Gavin.Ho@compaq.com), bug 25226, r=nhotta, ftang, sr=erik.
2006-09-14 05:56:25 +00:00
nhotta%netscape.com
bb8dcfa1db
Moved collation setting from pref to property for localizability, bug 62015, r=tao, sr=erik.
2006-09-14 05:56:24 +00:00
mcafee%netscape.com
d0b476b502
Adding view page info for pages, frames (41443). patch=matthew wilsom, r=mcafee, sr=ben
2006-09-14 05:56:23 +00:00
hyatt%netscape.com
e9a68e3f7a
Fix for 71262 and 71485, r=jag, srs=shaver on 71262 and hewitt on 71485
2006-09-14 05:56:22 +00:00
ben%netscape.com
55f4e38c17
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.
Make navigator use hbox/vbox too.
2006-09-14 05:56:21 +00:00
stephend%netscape.com
0c26cbf50d
Re-implements tooltips from bug 60260 r=db48x@yahoo.com a=ben@netscape.com
2006-09-14 05:56:20 +00:00
hewitt%netscape.com
c9fb698005
69280 - boomarks window cleanup, r=blake, sr=ben
2006-09-14 05:56:19 +00:00
blakeross%telocity.com
b2ae7d1fb3
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-09-14 05:56:18 +00:00
blakeross%telocity.com
9ac5d68ef8
Smoketest blocker/autocompletion fix (69949).
2006-09-14 05:56:17 +00:00
disttsc%bart.nl
e5b6a9a897
When cancel is pressed in the print dialog, this, by its current nature, causes an exception to be thrown, resulting in a really scary message on the console (for those blessed with one). This here patch quietens it. bug=64594, r=timeless, a=ben
2006-09-14 05:56:16 +00:00
blakeross%telocity.com
4c7d229462
The content area, not the urlbar, should be focused when you open links in new windows (53549). r=saari,timeless sr=alecf
2006-09-14 05:56:15 +00:00
radha%netscape.com
a7fd382c29
Fix for bug # 46813. Assertion while trying to go back. r=jag, sr=alecf
2006-09-14 05:56:14 +00:00
tao%netscape.com
a6832a91b6
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-09-14 05:56:13 +00:00
blakeross%telocity.com
6754eb339c
Forced reload, stop button, ability to use bookmark keywords in Open Web Location dialog, persist window choice, .8 -> .9, moving things to more appropriate places (60498, 62078, 49773, others). r=timeless/jag sr=alecf
2006-09-14 05:56:12 +00:00
disttsc%bart.nl
ae88848388
"Re-do change from bundle to gNavigatorBundle" (accidental backout), bug=72137, r=mao, sr=ben, a=blizzard
2006-09-14 05:56:11 +00:00
morse%netscape.com
6713f00460
bug 31967, wallet overlays, r=alecf@netscape.com, sr=ben@netscape.com
2006-09-14 05:56:10 +00:00
blakeross%telocity.com
3b1165ab07
Bookmarks on personal toolbar don't do anything when clicked. r=jag sr=blizzard (one of the .8 critical bugs)
2006-09-14 05:56:09 +00:00
hyatt%netscape.com
54c9b127b7
Patch to further reduce the time of progress meter and status updates. r=pchen, sr=alecf
2006-09-14 05:56:08 +00:00
dougt%netscape.com
75a7a60a7e
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2006-09-14 05:56:07 +00:00
blakeross%telocity.com
367a007a87
Removing Ben's crackhead date dumps.
2006-09-14 05:56:06 +00:00
disttsc%bart.nl
85c3cad8d4
Back out dougt's channel changes
2006-09-14 05:56:05 +00:00
dougt%netscape.com
db2dbe941c
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2006-09-14 05:56:04 +00:00
disttsc%bart.nl
b23811a4c8
Make navigator windows not load the home page when opened programmatically (say |window.open(url);|). bug=65993, r=blake, a=ben
2006-09-14 05:56:03 +00:00
blakeross%telocity.com
5af33cdab9
Directory listings have wrong context menu (for bbaetz, 67013). r=blake a=ben
2006-09-14 05:56:02 +00:00
blakeross%telocity.com
12a91bab18
Caching the browser in navigator.js so we don't keep retrieving it on startup (67262). r=timeless sr=alecf
2006-09-14 05:56:01 +00:00
ben%netscape.com
cbccb2cf5f
Bookmarks Window Updates, includes fixes for
...
27495, 38004, 42080, 43146, 43753, 47494, 50835, 53403, 55447, 55448, 55787
r=blake, a=hyatt
2006-09-14 05:56:00 +00:00
ben%netscape.com
d62670141f
forgot to include this file in previous checkin
2006-09-14 05:55:59 +00:00
blakeross%telocity.com
401d42a604
Removing extra "Save As..." item and separator in browser context menus (65014). r=timeless sr=alecf
2006-09-14 05:55:58 +00:00
ben%netscape.com
057c8f33a3
Fix bug 67073, remove form toolbar. r=jag, blake, jst, a=brendan
...
8:51 PM 2/2/2001
2006-09-14 05:55:57 +00:00
disttsc%bart.nl
bcd3bcd8e5
Move over, strres.js, the new, sexy <stringbundle/> is in Browser Town. bug=56680, r=timeless, a=ben
2006-09-14 05:55:56 +00:00
disttsc%bart.nl
3beb293995
Let's try this again. No changes since the last time, it looks like I was bitten by something else that was checked in and I just happened to trigger the bug. It all seems to work fine now, so:
...
More appCore killing. bug=46200, r=ben, a=alecf.
2006-09-14 05:55:55 +00:00
locka%iol.ie
190ed01c8e
Changed docshell so it turns the mouse pointer "busy" in the associated window while it is loading a document. Removed the hack in the navigator chrome that used the throbber status to set the busy pointer. b=30375 sr=rpotts@netscape.com
2006-09-14 05:55:54 +00:00
alecf%netscape.com
2755eaa923
fix for #65994 r=blake, sr=ben
...
use hidden="false" so that the hidden state of the magic toolbar buttons get persisted
2006-09-14 05:55:53 +00:00
pinkerton%netscape.com
7434746589
add comment pointing to embedding c++ code for TITLE attributes. r=saari/sr=sfraser&ben
2006-09-14 05:55:52 +00:00
alecf%netscape.com
3d8c18dbe2
back out a line that I accidentally checked in with another fix
2006-09-14 05:55:51 +00:00
alecf%netscape.com
eef1b7e9bd
back out jag's checkin as it caused blocker bug 65988
2006-09-14 05:55:50 +00:00
disttsc%bart.nl
9603b030e8
More appCore killing. bug=46200, r=ben, a=alecf
2006-09-14 05:55:49 +00:00
disttsc%bart.nl
55b37b9afc
Nothing to see here. Not removing important stuff at all. bug=67009, r=timeless, a=ben
2006-09-14 05:55:48 +00:00
blakeross%telocity.com
5fe7c67531
Fix 25369: doron's patch to implement Fishcam! r=timeless sr=alecf
2006-09-14 05:55:47 +00:00
blakeross%telocity.com
1b8047dfbe
Fix 64479, 57191, an unreported bug: lots of search bookmarks/history cleanup/fixes. r=timeless sr=alecf
2006-09-14 05:55:46 +00:00
blakeross%telocity.com
fde2596da8
Fix 64718: show Esc in menu for Stop. r=jag a=ben
2006-09-14 05:55:45 +00:00
cmanske%netscape.com
70d1c1406e
Fixing Edit Page bug 65610. r=blake, sr=smfr
2006-09-14 05:55:44 +00:00
timeless%mac.com
da39172a56
fix bug 64919 "Install PSM" should be removed from the Debug menu
...
patch from simmo@mailandnews.com r=timeless a=ben
2006-09-14 05:55:43 +00:00
danm%netscape.com
21f7b1fdd0
fix position and zoom state persistence for bm-find.xul and history.xul. bug 65262 (32148) r=ben,mscott,pchen
2006-09-14 05:55:42 +00:00
blakeross%telocity.com
4c6682e24f
removing line that was accidentally checked in.
2006-09-14 05:55:41 +00:00
alecf%netscape.com
cbe96c74dc
fix for #63698 - remove context menu for personal toolbar, as it was never working in the first place, also includes residual removal of bookmarks.js since I refactored bookmarks/history
...
a=ben r=blake
2006-09-14 05:55:40 +00:00
blakeross%telocity.com
1d723c47c8
Fix 63131: moving some event handlers from <box/> to <browser/>. r=jag sr=alecf
2006-09-14 05:55:39 +00:00
alecf%netscape.com
4fc0646dc6
more nsBrowserInstance lovin' - move the show/hide button junk into JavaScript using the now-working pref-change-observer system. bug 46200.
...
a=ben, r=jag
2006-09-14 05:55:38 +00:00
disttsc%bart.nl
aff474a50e
Fix default page loaded at start-up for the case where the browser was started with command line parameters. bug=64526, r=timeless, a=ben
2006-09-14 05:55:37 +00:00
disttsc%bart.nl
0bf7b8e936
Fix minor goof, patch by John Morisson <jrgm@netscape.com>, r=me, a=ben
2006-09-14 05:55:36 +00:00
disttsc%bart.nl
3c54ed2384
Move the text zoom menu into its own overlay so it can be used by mail/news. Bug=64449, r=timeless,mao, a=ben
2006-09-14 05:55:35 +00:00
disttsc%bart.nl
32bbdf4df4
Fix bug 64596: "starting mozilla with a URL breaks opening URLs in a new window", r=timeless, a=ben
...
I suck.
2006-09-14 05:55:34 +00:00
blakeross%telocity.com
3508b1a3ca
Fix two problems with previous patch (including bug 64639, PT broken). r=jrgm,jag
2006-09-14 05:55:33 +00:00
blakeross%telocity.com
3305b31ac7
Fix 64582: navigator cleanup/optimization. r=jag a=ben
2006-09-14 05:55:32 +00:00
blakeross%telocity.com
d976d9a5eb
Fix 64135: alt+home shortcut to go Home (command+home on mac). r=timeless a=ben
2006-09-14 05:55:31 +00:00
blakeross%telocity.com
81eadc9b2d
removing dump()s.
2006-09-14 05:55:30 +00:00
disttsc%bart.nl
2b0691aee0
Split up BrowserLoadURL into wrapper for urlbar and function which can be used in other places. bug=61808, r=blake, a=ben
2006-09-14 05:55:29 +00:00
blakeross%telocity.com
b9696e147f
Fix 54963: mousewheel text sizing not bounded, and lower upper bound (to 2000%). patch by Jonas Sicking (sicking@bigfoot.com). r=bryner,blake a=ben
2006-09-14 05:55:28 +00:00
morse%netscape.com
fd5df2b22a
fix bustage (javascript error) introduced by last checkin (for bug 23095)
2006-09-14 05:55:27 +00:00
disttsc%bart.nl
19d01dbfe8
Fix page cycling related timeouts on tinderboxen.
2006-09-14 05:55:26 +00:00
morse%netscape.com
5153eeaafd
bug 64355, hide form toolbar by default, r=evaughn@netscape.com, sr=blizzard@mozilla.org
2006-09-14 05:55:25 +00:00
disttsc%bart.nl
0c87cf17cf
Refactor nsBrowserInstance's LoadInitialPage, add contract id for the command line service, move code from c++ to js, remove dead code. bug=46200, r=blizzard, a=
...
alecf.
2006-09-14 05:55:24 +00:00
disttsc%bart.nl
287683f6de
More appCore killing, bug=46200, r=ben, a=alecf
2006-09-14 05:55:23 +00:00
ben%netscape.com
26bcf256f4
Added comment announcing drag and drop API update for Mozilla 0.8
2006-09-14 05:55:22 +00:00
morse%netscape.com
f24b467074
bug 23095 con't -- form manager toolbar, r=pchen, sr=alecf
2006-09-14 05:55:21 +00:00
morse%netscape.com
7bfd0cd1f2
attempt to fix leak and bloat caused by previous checkin
2006-09-14 05:55:20 +00:00
morse%netscape.com
e65baf0bb2
bug 23095 toolbar for wallet functions, r=pchen@netscape.com sr=alecf@netscape.com
2006-09-14 05:55:19 +00:00
blakeross%telocity.com
dea3657868
Fix 7148: change old Pathfinder website to Time... r=kerz sr=alecf
2006-09-14 05:55:18 +00:00
disttsc%bart.nl
dc8160002f
Fix attribute namespace goof-up in html tooltip code, r=jst, a=alecf
2006-09-14 05:55:17 +00:00
sspitzer%netscape.com
d6ab6bec5b
fix all context menu for the message pane. except for "Select All",
...
none of the menu items worked. two problems: move isDocumentFrame()
out to contentAreaUtils.js and move the creation of the contextMenu out
so it wouldn't go out of scope. r=blakeross, sr=bienvenu
2006-09-14 05:55:16 +00:00
blakeross%telocity.com
5e919485eb
Fix 63126: busy cursor state is broken on windows and linux (after clicking on a link). r=jag sr=alecf
2006-09-14 05:55:15 +00:00
disttsc%bart.nl
5bb0bfa8ea
More appCore killing, bug=46200, r=ben, a=alecf
2006-09-14 05:55:14 +00:00
disttsc%bart.nl
f658d4bd76
Fix html tooltips. I have been whipped. Ouch. bug=62050, r=blake, a=ben
2006-09-14 05:55:13 +00:00
blakeross%telocity.com
81026f3a38
Fix 60606: remove (evil!) mail dependency on navigator.js. also fixes bookmarking in mail via the context menu. r=jag sr=alecf
2006-09-14 05:55:12 +00:00
disttsc%bart.nl
a59b3985ad
Add shift-ctrl-R for non-cache reload shortcut. bug=61330, r=blake, a=alecf
2006-09-14 05:55:11 +00:00
blakeross%telocity.com
2d5f8cb186
Fix 63727: right-click on menu for back/fwd button pops up new menu. r=timeless sr=alecf
2006-09-14 05:55:10 +00:00
disttsc%bart.nl
2495df44e8
Temporarily hide leaks (hopefully). Bug 61886, r=dbaron, a=ben
2006-09-14 05:55:09 +00:00
disttsc%bart.nl
ccffe3d0d2
more cleaning up (bug 55798), r=alecf, a=ben
2006-09-14 05:55:08 +00:00
dbaron%fas.harvard.edu
48dd8491b4
Bypass XBL as a hack to avoid a large leak. b=61821 r=disttsc@bart.nl sr=alecf@netscape.com
2006-09-14 05:55:07 +00:00
disttsc%bart.nl
8af6fdd677
More appCore ditching (bug 46200) and cleaning up of navigator.js (bug 55798), r=alecf, a=ben
2006-09-14 05:55:06 +00:00
disttsc%bart.nl
b11be61da1
Damn typos sneaking past me. Fixed. bug=61185, r=blake, a=ben
2006-09-14 05:55:05 +00:00
disttsc%bart.nl
4b489792bc
Whoops... Fixing ``/ //'' lines...
2006-09-14 05:55:04 +00:00
disttsc%bart.nl
d9c8cae48d
Get rid of most appCore uses in navigator.js and do some general cleaning-up. bug=46200, r=alecf, r=Hixie, a=ben
2006-09-14 05:55:03 +00:00
disttsc%bart.nl
9f7d6dd544
A few preparations for later checkins for bug 46200. r=alecf, a=ben
2006-09-14 05:55:02 +00:00
blakeross%telocity.com
80f875c072
Fix 59707: extract navigator's context menu and allow it to be used elsewhere in the app (and to help in embedding). r=jag a=alecf
2006-09-14 05:55:01 +00:00
disttsc%bart.nl
a3ad1c8493
Fixes reference cycle causing leaks, bug=60927, r=dbaron, a=alecf
2006-09-14 05:55:00 +00:00
disttsc%bart.nl
d5f5cd26ab
Two about:blank related changes:
...
22400 - Don't show "about:blank" for "blank page" on new window open, r=smfr, a=alecf
37987 - Don't show "Document: done" for "about:blank", r=timeless, a=alecf
2006-09-14 05:54:59 +00:00
alecf%netscape.com
2637025237
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-09-14 05:54:58 +00:00
alecf%netscape.com
e71b7fe998
two more OpenBookmarkURL's that blake missed a=myself, r=jag
...
(this is consistent with blake & jag's earlier checkins)
2006-09-14 05:54:57 +00:00
blakeross%telocity.com
be05193ddf
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-09-14 05:54:56 +00:00
disttsc%bart.nl
6ca07d1125
Fix callers of old BrowserLoadURL() to directly use loadShortcutOrURI(aURL). bug=61808, r=blake, a=ben
2006-09-14 05:54:55 +00:00
radha%netscape.com
9598eaf018
Fix for urlbar autocomplete bug # 54392 r=ducarroz, sr=alecf
2006-09-14 05:54:54 +00:00
disttsc%bart.nl
cd91bba0fb
Get rid of appCore from sessionHistoryUI.js again, hyatt's recent changes of saving the sessionHistory object on skin switching makes this possible.
...
bug=46200, r=alecf, a=ben
2006-09-14 05:54:53 +00:00
timeless%mac.com
50f6883b3d
cleanout unused wallet references
...
r=blake, sr=alecf
2006-09-14 05:54:52 +00:00
mstoltz%netscape.com
496aa71fdc
Fixing bugscape 3109, LiveConnect exploit. sr=jband, brendan.
...
Fixing 58021, exploit in "open in new window," bug 55237. sr=brendan
2006-09-14 05:54:51 +00:00
blakeross%telocity.com
65a9a121f7
Fix 44239, 43714, 48023, 51248: home button d&d, tooltips, prefs, and other cleanup. r=timeless a=alecf
2006-09-14 05:54:50 +00:00
pchen%netscape.com
2f6038bed4
bugzilla 56564, r=matt, sr=alecf, add a "l" to ".htm" on other search URL
2006-09-14 05:54:49 +00:00
pchen%netscape.com
731cdbe10d
bugzilla 56564, r=matt, sr=alecf, added string in string bundle for "third"
...
search URL
2006-09-14 05:54:48 +00:00
disttsc%bart.nl
9905f02dc7
Make Go menu Back/Forward work again (and add accesskey to Home), bug=59836, r=timeless, a=alecf
2006-09-14 05:54:47 +00:00
blakeross%telocity.com
3d21b8bfe1
fixing minor problem with my last fix. r=jag sr=alecf
2006-09-14 05:54:46 +00:00
disttsc%bart.nl
f260713a67
Fix Debug/Verification/PNG Images Test url, bug=39984, patch=teamwork (see bug), r=leaf, a=ben
2006-09-14 05:54:45 +00:00
disttsc%bart.nl
d371cce29f
Make accel+I work in the browser. bug=55569, r=ben, a=brendan
2006-09-14 05:54:44 +00:00
blakeross%telocity.com
5e21c695be
Fixing a typo in my last patch...
2006-09-14 05:54:43 +00:00
blakeross%telocity.com
b330fea4ab
Fix 58333, 58283, 58354: Middle mouse paste of URL no longer works, shift+click (not alt+click) to save a link, and middle-click/control-click on <AREA> doesn't open in new window. r=ben sr=brendan
2006-09-14 05:54:42 +00:00
ben%netscape.com
32680e5024
that previous checkin was r=jrgm, blake, a=alecf
2006-09-14 05:54:41 +00:00
ben%netscape.com
a309a16eda
test for the fix for 58551, crash on startup when event listener added twice.
2006-09-14 05:54:40 +00:00
blakeross%telocity.com
93ea2b5d8a
Fix for 12056: ctrl+click on a link should open in new window, alt+click should save it. r=jst sr=brendan, alecf
2006-09-14 05:54:39 +00:00
cls%seawood.org
8fb94ed99d
Make sure that buildID is set to 0 unless MOZILLA_OFFICIAL is set. Bug #26798 r=leaf r=scc
...
Note: for mac, MOZILLA_OFFICIAL is only set by default on opt builds until the new mac build scripts land.
2006-09-14 05:54:38 +00:00
radha%netscape.com
c883f9de87
Fix for bug # 53922. Checking in to trunk r=waterson sr=alec
2006-09-14 05:54:37 +00:00
blakeross%telocity.com
4d6ea07df4
Fix 25592 - implement "open frame in this whole window" functionality and add an item to the context menu. r=law sr=shaver
2006-09-14 05:54:36 +00:00
disttsc%bart.nl
d9ecb4291f
Make accel-h show up in Tasks > Tools -> History menuitem and make accel-h work everywhere. bug=52580, r=/a=ben
2006-09-14 05:54:35 +00:00
blakeross%telocity.com
c0713da602
Fix 42404, wording change for the URL bar in navigator. r=matt sr=ben
2006-09-14 05:54:34 +00:00
disttsc%bart.nl
633e56895b
Make the font size menu always set a zoom level as interim fix until we've hooked up mousewheel font size changing to this menu.
...
bug=57480, r=bryner, a=ben
2006-09-14 05:54:33 +00:00
blakeross%telocity.com
032d1d1351
Fix 57825: search button broken for single click searches. r=pchen a=alec, rtm+
2006-09-14 05:54:32 +00:00
pchen%netscape.com
cfb67e58c5
bugzilla 56564, r=matt, sr=alecf, ooops, found typo in fix, fixing typo
2006-09-14 05:54:31 +00:00
matt%netscape.com
22951488d2
http://bugzilla.mozilla.org/show_bug.cgi?id=55413
...
adding fuction for listeners
a=ben.
a=rjc
2006-09-14 05:54:30 +00:00
pchen%netscape.com
9d81d038e4
bugzilla 56564, r=matt, sr=alecf, revert code from bugscape 2666 and use
...
string bundle for "third" search URL
2006-09-14 05:54:29 +00:00
law%netscape.com
a9d020377f
rtm+ bug 27187; add code to make Mozilla the 'default browser'; r=ssu@netscape.com; sr=scc@netscape.com
2006-09-14 05:54:28 +00:00
disttsc%bart.nl
5ef57cac22
Make Text Size menu not show on Macs. bug=52969, r=pinkerton, a=ben
2006-09-14 05:54:27 +00:00
blakeross%telocity.com
01d31269be
Fix bug 52059, remove Print Preview from app menus until the feature is implemented and working. r=matt sr=ben, rtm+
2006-09-14 05:54:26 +00:00
mcafee%netscape.com
83ab7c7fe7
Adding Ctrl-E for File | Edit Page accelerator (53773). r=akkana
2006-09-14 05:54:25 +00:00
disttsc%bart.nl
c222262de0
Remove an obsolete comment, r=/a=waterson
2006-09-14 05:54:24 +00:00
mcafee%netscape.com
a2bb74c633
Ctrl-Home isn't supposed to go to home page, says lake the UI czar (51597). r=pavlov
2006-09-14 05:54:23 +00:00
mcafee%netscape.com
6a5771b120
Adding ctrl+/- accelerators for View|Text Size enlarge/reduce (51597). patch=jag, r=mcafee
2006-09-14 05:54:22 +00:00
disttsc%bart.nl
1b366a181c
Turn View -> Text Size back on now that bug 52985 (mac menu bug) is fixed. Bug=53207, a=brendan
2006-09-14 05:54:21 +00:00
hyatt%netscape.com
39dd568cc1
48758. r=ben,saari, a=waterson
2006-09-14 05:54:20 +00:00
blakeross%telocity.com
25f345f39b
Fix 55839: URL bar passes empty search string to default search engine. r=rjc a=waterson
2006-09-14 05:54:19 +00:00
pchen%netscape.com
c7caada23c
bugscape 2666, r=matt, sr=scc, set fallbackDefaultSearchURL to " http://search.netscape.com/ " because navigator.js was overriding the old URL with this
2006-09-14 05:54:18 +00:00
morse%netscape.com
8b163fe68b
bug 52674, changing url for privacy tutorial, r=dveditz,ben, a=verah,ben,dveditz,mcarlson,matt
2006-09-14 05:54:17 +00:00
radha%netscape.com
bc45670700
Fix for bug #52215 r=ben a=ben
2006-09-14 05:54:16 +00:00
timeless%mac.com
51647d2a3e
another fix for another part of bug 41535 r=cmanske a=ben.
2006-09-14 05:54:15 +00:00
timeless%mac.com
489d7a0d53
for bug 41535; r=cmanske, a=brendan; urgent=blake+l10n.
...
It seems that charsetOverlay was replaced by charsetDetectorsOverlay.
2006-09-14 05:54:14 +00:00
hewitt%netscape.com
cc28061427
#54751 - [Modern] main window cleanup, r=andreww, a=ben
2006-09-14 05:54:13 +00:00
blakeross%telocity.com
215f44ef38
Fix nsbeta3+ bug 50202, IE favorites not working in PT Bookmarks menu. r=a=don
2006-09-14 05:54:12 +00:00
ben%netscape.com
a1e0cbf10e
Fix for bug 52966, blank first item in session history popup associated with URLBar. r=hewitt, sr=radha.
2006-09-14 05:54:11 +00:00
mcafee%netscape.com
aac2b2ffb2
Mis-named key id was preventing ctrl-s from showing up in File menu (53269). a,r=waterson
2006-09-14 05:54:10 +00:00
waterson%netscape.com
e4e208bcd1
Bug 44352. Remove nsIMemoryPressureObserver in favor of nsIObserverService et al., and convert existing nsIMemoryPressureObserver clients. Add memory flusher thread. Add debug UI to force memory flush. r=alecf,sfraser,warren a=warren
2006-09-14 05:54:09 +00:00
blakeross%telocity.com
d682ce364f
Beginning of the fix for bug 52727, search menu item and find dialog title should be Find in this Frame when searching a frame. r=law a=brendan
2006-09-14 05:54:08 +00:00
pinkerton%netscape.com
471a5fdfb9
jag's checkin makes mac submenus freak out. not sure why. backing out until we know why.
2006-09-14 05:54:07 +00:00
law%netscape.com
e722c4ea5c
Bug 50656; r=matt@netscape.com; sr=ben@netscape.com; Don't let window.status override window.defaultStatus forever, and don't put auxilliary messages into overLink
2006-09-14 05:54:06 +00:00
blakeross%telocity.com
6dc8c06ed5
Fix bug 46645, pref about popping open the My Sidebar Search search when search results are available has no effect. r=rjc sr=scc, rtm+
2006-09-14 05:54:05 +00:00
pchen%netscape.com
872f818a27
bugscape 2666, r=matt, sr=scc, removed code to check to see if defaultSearchURL equals fallback URL, set fallback URL to hard coded value, should be functionally equivalent and we can internationalize the URLs
2006-09-14 05:54:04 +00:00
ben%netscape.com
f51555b932
fix for 53537, middle mouse click drag on scrollbar causes clipboard to load in content area.
...
patch from jrgm, r=alecf, sr=ben (juss' checking it in...)
2006-09-14 05:54:03 +00:00
locka%iol.ie
84a7ac1d6f
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2006-09-14 05:54:02 +00:00
disttsc%bart.nl
5f5da58f1f
Fixes a minor gotcha when selecting View -> Text Size -> Other, then cancel. Checkmark was left on Other instead of being set back on the menuitem it was on before. bug=52971, r=mozbot, a=brendan.
2006-09-14 05:54:01 +00:00
beard%netscape.com
f516e86f4d
Fixing strict JS warning (duplicate declaration of var leakDetector). Using XPConnect wrapper as the prototype of the JS LeakDetector constructor function.
2006-09-14 05:54:00 +00:00
disttsc%bart.nl
d6f26b68f6
Better version of View -> Text Size submenu. bug=37940, r=mj@digicool.com, a=brendan
2006-09-14 05:53:59 +00:00
hewitt%netscape.com
ccdcd9f7aa
#46015 - reload hotkeys, r=ben
2006-09-14 05:53:58 +00:00
ben%bengoodger.com
5242347a2b
263928 - distribution id for search results r=vlad sr=brendan
2006-09-14 05:53:57 +00:00
law%netscape.com
ca1765e7d3
Bug 117702; change wording to say 'system tray'; r=caillon, sr=blake
2006-09-14 05:53:56 +00:00
jaggernaut%netscape.com
f5de0c164e
Bug 158173: fix some quicklaunch related wording. Patch by Mike Kowalski <pepperxn@netscape.net>, r=timeless, r=jatin, sr=jag
2006-09-14 05:53:55 +00:00
disttsc%bart.nl
bf90146494
ctrl+left/right -> alt+left/right for back/forward navigation on unix (yay!). r=ben, a=brendan
2006-09-14 05:53:54 +00:00
mcafee%netscape.com
71232051f5
Adding accelerator for View|Page Source (51541). r=pavlov
2006-09-14 05:53:53 +00:00
mcafee%netscape.com
979bcbe5b2
Cleaning this up, adding some comments. r=pavlov
2006-09-14 05:53:52 +00:00
hewitt%netscape.com
f391c92a97
#46015 - reload keyboard accelerator, r=ben
2006-09-14 05:53:51 +00:00
cbiesinger%web.de
251e561ccb
bug 125848 r=bryner sr=blake
...
Mnemonic for Exit Mozilla in Quick Launch should be X not E
2006-09-14 05:53:50 +00:00
ben%bengoodger.com
1d9b2831cf
261991 - Reorder search plug-in list (r=vladimir@pobox.com, sr=mscott@mozilla.org, a=asa@mozilla.org)
2006-09-14 05:53:49 +00:00
blakeross%telocity.com
f8e597d278
98805 - need confirmation dialog, not aler,t when disabling ql. r=law sr=hewittCVS: ----------------------------------------------------------------------
2006-09-14 05:53:48 +00:00
law%netscape.com
03a59bb050
Bug 106231; add mnemonic for Disable QuickLaunch menu item; patch from Tsukasa Maruyama (mal@mozilla.gr.jp); r=morse, sr=ben
2006-09-14 05:53:47 +00:00
blakeross%telocity.com
c2b9069f9e
(fixing license)
2006-09-14 05:53:46 +00:00
blakeross%telocity.com
55a73b5adc
Turbo landing:
...
- Turbo mode should run Mozilla from registry (88844). r=ccarlen sr=ben
- Systray menu for turbo should include components (89532). r=syd sr=ben
- Installer checkbox needs to turn turbo on properly (96936, 97338). r=ccarlen sr=ben
- Add 'Disable Quick Launch' menuitem to turbo systray icon (98770). r=syd sr=ben
- Need confirmation dialog when 'Disable Quick Launch' is selected (98805). r=syd sr=ben
- Show dialog when last window is closed in turbo mode (89166). r=ccarlen sr=ben
and some cleanup.
2006-09-14 05:53:45 +00:00
sicking%bigfoot.com
45c1479383
Make links look like links in the "properties" dialog. bug 84259. r=hwaara sr=hewitt a=asa (for drivers).
2006-09-14 05:53:44 +00:00
gerv%gerv.net
a410be6ddf
Remove "debug=true" from XUL. Bug 83240. r=timeless, sr=blake, a=asa.
2006-09-14 05:53:43 +00:00
gerv%gerv.net
48ebadf6d4
Clean up Properties window (right click on elements in Navigator and select "Properties".) Bug 74121. r=rbs, sr=alecf.
2006-09-14 05:53:42 +00:00
ftang%netscape.com
57a93b5038
fix bug 41325. Make new entries in the keybinding for Mac so cmd+[ and cmd+] make forward and backward. r=saari
2006-09-14 05:53:41 +00:00
locka%iol.ie
cb7bfd6e0b
Changes to loadURI & reload methods on nsIDocShell, nsIWebNavigation. b=50949, r=radha, a=radha
2006-09-14 05:53:40 +00:00
cls%seawood.org
2d8ce2751e
A strict warning says that this variable needs to be declared before being used. It let's View->Page Source work again
2006-09-14 05:53:39 +00:00
ben%netscape.com
f795bf3548
part of previous checkin
2006-09-14 05:53:38 +00:00
radha%netscape.com
90aed4be34
More changes to fix 49498. r=ben
2006-09-14 05:53:37 +00:00
blakeross%telocity.com
aec6f5c9cb
Fix 52541: link dragging no longer works. r=dr sr=alecf
2006-09-14 05:53:36 +00:00
alecf%netscape.com
b53ddc4075
back out my dumb-ass fix for 52519 - it only worked for like a day, then died.
2006-09-14 05:53:35 +00:00
alecf%netscape.com
e1e49cdb4a
first part of fix for #52519 - escape text/x-moz-url URLs when they are dragged r=law@netscape.com (LOTS of review!)
...
a=ben@netscape.com
(from the N6 branch)
2006-09-14 05:53:34 +00:00
locka%iol.ie
e5900ceed8
Fix to name Internet Shortcuts after the document title, not the window title. b=41984, a=ben@netscape.com, r=ben@netscape.com
2006-09-14 05:53:33 +00:00
mjudge%netscape.com
5cd90b022b
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
2006-09-14 05:53:32 +00:00
rayw%netscape.com
bcbbbbd8df
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2006-09-14 05:53:31 +00:00
sfraser%netscape.com
a7fc93fbb6
Fix JavaScript warnings in strict mode. r=pchen
2006-09-14 05:53:30 +00:00
radha%netscape.com
990110a371
Commenting out debug statements. Trivial changes.
2006-09-14 05:53:29 +00:00
radha%netscape.com
8814477a14
Fix for bug # 47856. Patch from disttsc@bart.nl r=myself
2006-09-14 05:53:28 +00:00
locka%iol.ie
187f4532b7
Removed hack put in to drag and drop to workaround this bug. b=41984, r=jst
2006-09-14 05:53:27 +00:00
ben%netscape.com
8e1663001d
fix for nsbeta3+ bug 41901, link image dragged from one window to another loads the image instead of the linked page.
...
also tidied up the html string returned in this case so that when dropped into composer, an image enclosed in a link
to the linked page is inserted.
2006-09-14 05:53:26 +00:00
anthonyd%netscape.com
fbbd682a7c
bug fix for 22163
...
selection of url bar on focus
r=akkana
2006-09-14 05:53:25 +00:00
akkana%netscape.com
4221dc20fd
22163: temporarily disabling anthonyd's change from yesterday, with his permission, awaiting a better fix
2006-09-14 05:53:24 +00:00
rayw%netscape.com
df540731d2
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2006-09-14 05:53:23 +00:00
anthonyd%netscape.com
feb03ed925
fix for bug #22163
...
making url bar behaviour the same as 4.x and IE
xul text fields, autocomplete fields now respond to onblur and onfocus events
r=hyatt,mjudge
2006-09-14 05:53:22 +00:00
ben%netscape.com
ec18daba43
51644, throbber button too big
...
this time, I'll even choose a unique ID!
2006-09-14 05:53:21 +00:00
ben%netscape.com
e9375665c5
so the throbber sizing problem in classic navigator wasn't fixed. this fixes it finally
2006-09-14 05:53:20 +00:00
ben%netscape.com
466082aa16
remove unsupported print menuitems and anchor popup correctly
2006-09-14 05:53:19 +00:00
mcafee%netscape.com
bef444c41f
Cleaning up some whacked nsbeta3+ whitespace. r=pavlov
2006-09-14 05:53:18 +00:00
rayw%netscape.com
7b312a71f9
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2006-09-14 05:53:17 +00:00
pinkerton%netscape.com
9ad709df93
since mac has a better way to display busy status, don't set the busy cursor here in JS. r=ben, bug#52108
2006-09-14 05:53:16 +00:00
law%netscape.com
cdd57c3110
Bug 39957; specify VALIDATE_NEVER cache flag when (re)loading URLs to save stuff; r=radha@netscape.com
2006-09-14 05:53:15 +00:00
slamm%netscape.com
d5f7b5b806
Fix sidebar popopen on search (51694). Move all the logic into sidebarOverlay.js. r=pavlov
2006-09-14 05:53:14 +00:00
pavlov%netscape.com
0bb9694245
fix for bug 51417
2006-09-14 05:53:13 +00:00
sfraser%netscape.com
80671d5d81
Fix JavaScript warnings in strict mode. r=pchen
2006-09-14 05:53:12 +00:00
BlakeR1234%aol.com
e9aeca799e
Fix a regression I introduced accidentally, patch by Tim (6782) r=me
2006-09-14 05:53:11 +00:00
beard%netscape.com
b7fe01f9c3
hooked up Leak Detector contextual menu.
2006-09-14 05:53:10 +00:00
tao%netscape.com
fd38fa3452
48646: "Download More" menuitem duplicated, kinda messed up. (r=nhotta,a=ftang)
2006-09-14 05:53:09 +00:00
tao%netscape.com
fd22d6b223
standrad -> standard. (typo fix; r=cata).
2006-09-14 05:53:08 +00:00
sfraser%netscape.com
88f2fe8ca8
Fix 43119 -- make the Page Info dialog pretty, and 49187 -- allow copy/drag in view source. r=ben
2006-09-14 05:53:07 +00:00
jst%netscape.com
36f246c1d3
Making the view-source window resizeable. r=vidur@netscape.com
2006-09-14 05:53:06 +00:00
shanjian%netscape.com
13c55906d7
#44011 the bookmark charset does not work correctly if we select sidebar first
...
ra = ftang
doc charset can be and should be get directly from window without paying
any attention to focused window.
2006-09-14 05:53:05 +00:00
vidur%netscape.com
6705a3f95e
Fix for bug 49187. ViewSource now emits HTML. The VIEW_SOURCE_HTML #define at the top of nsViewSourceHTML.cpp and nsLayoutDLF.cpp allows us to switch back to XML if necessary. The VIEW_SOURCE_COLORING #define in nsViewSourceHTML.cpp allows us to turn on source coloring. Without source coloring (the default right now), bringing up source is considerably faster. r=harishd
2006-09-14 05:53:04 +00:00
sfraser%netscape.com
3f51b584d7
Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags.
2006-09-14 05:53:03 +00:00
beard%netscape.com
f027618473
traceObject(). only used when leak detector built.
2006-09-14 05:53:02 +00:00
BlakeR1234%aol.com
b0fb931d60
Fix bugs 43546 and 50397 (nsbeta3+) and 50398, r=ben on whole last checkin
2006-09-14 05:53:01 +00:00
jst%netscape.com
e04f552571
Checking in patch from jrgm@netscape.com that fixes warnings about bad DOM useage (part of bugs 48264 and 48161). r=me (a=ben@netscape.com)
2006-09-14 05:53:00 +00:00
dbaron%fas.harvard.edu
b3337b445c
Fix the throbber and other things broken by adamlock's carpool on the 25th by updating the names of renamed constants. This will increase the leak stats on tinderbox due to animated gif leaks (bug 47098). Patch from tim@prismelite.com. r=adamlock,dbaron a=waterson b=50489
2006-09-14 05:52:59 +00:00
BlakeR1234%aol.com
5286fe3328
Fix bugs 43546 and 50397 (nsbeta3+) and 50398, add themes to view menu
2006-09-14 05:52:58 +00:00
ben%netscape.com
46aacb3d94
fix for 50606, add id to toolbar show/hide popup. Skinability issue.
2006-09-14 05:52:57 +00:00
BlakeR1234%aol.com
0223848248
Remove menu separator, part of nsbeta3+ 50397
2006-09-14 05:52:56 +00:00
law%netscape.com
add7038e46
Bug 1722; move hardcoded search URL to locale-based RDF datasource; fix supplied by tao@netscape.com; r=me
2006-09-14 05:52:55 +00:00
nbhatla%netscape.com
966fc4d3de
#46423-> new modern skin. Change to xul so that groove in navbar can stretch vertically if the urlbar text size is larger than expected. r=ben,hyatt
2006-09-14 05:52:54 +00:00
ben%netscape.com
4ef06d26a5
46613...
2006-09-14 05:52:53 +00:00
ben%netscape.com
1aa38dcfd5
fix throbber, 46613
2006-09-14 05:52:52 +00:00
hyatt%netscape.com
e79d248586
Move go button outside url bar. r=ben
2006-09-14 05:52:51 +00:00
ben%netscape.com
84501fbc4b
tidy up navigatorOverlay.xul
2006-09-14 05:52:50 +00:00
BlakeR1234%aol.com
0cb32aa074
Fix bug 50008, make items in PT bookmarks menu function.
2006-09-14 05:52:49 +00:00
ben%netscape.com
8e28f91623
fix for the navigator toolbar looks wacky in modern problem
2006-09-14 05:52:48 +00:00
hyatt%netscape.com
5a6cf9025d
Fix for 49431. r=ben
2006-09-14 05:52:47 +00:00
ben%netscape.com
6b479bd19c
remove builtinurls load from navigator
2006-09-14 05:52:46 +00:00
ben%netscape.com
6a3ceb8366
46613...
2006-09-14 05:52:45 +00:00
nbhatla%netscape.com
3cfcb8adf7
Fix for #48704 -> Adding print button to browser navigation toolbar. r=hangas.
2006-09-14 05:52:44 +00:00
morse%netscape.com
fad515a5b8
bug 42438, add wallet capture and prefill to context menu
2006-09-14 05:52:43 +00:00
BlakeR1234%aol.com
9056ca156c
Fix bug 35233, Stop on the context menu needs to be disabled at the appropriate times. r=jrgm a=brendan
2006-09-14 05:52:42 +00:00
law%netscape.com
d63ac2fd36
Bug 21137; make Shift-Reload force reload from server; r=radha@netscape.com
2006-09-14 05:52:41 +00:00
law%netscape.com
8144bfe90d
Bug 17524; add 'Bookmark this Link' context menu choice; r=slamm@netscape.com
2006-09-14 05:52:40 +00:00
putterman%netscape.com
06d321b9f4
Fix for 40818. Remove mail items from search menu. r=alecf.
2006-09-14 05:52:39 +00:00
morse%netscape.com
8e9e2479c3
bug 42438, add wallet functions to edit menu, r=dbragg
2006-09-14 05:52:38 +00:00
tao%netscape.com
d4c8de7668
Lacalizable accesskey fix. (check in for Andrea; r=tao,a=brendan.)
2006-09-14 05:52:37 +00:00
hyatt%netscape.com
843b40c2ba
Adding XBL demos. Doesn't affect build.
2006-09-14 05:52:36 +00:00
hyatt%netscape.com
86215c8ab1
Adding XBL demos. Doesn't affect build.
2006-09-14 05:52:35 +00:00
hyatt%netscape.com
d78370310c
Adding XBL demos. Doesn't affect build.
2006-09-14 05:52:34 +00:00
pchen%netscape.com
22c8f791ea
bug 22342, r=danm, back out ben's hack to try to load URL in current window if empty otherwise load in a new window, now always load using openTopWin()
2006-09-14 05:52:33 +00:00
matt%netscape.com
16f5d88a56
fix for bug 30375 rev. matt patch taken
2006-09-14 05:52:32 +00:00
ben%netscape.com
6213a03b87
fix for nsbeta3+ bug 40877, 'secs' is not localised in navigator.js
2006-09-14 05:52:31 +00:00
pavlov%netscape.com
fcc7804c07
removing a dump() that shows a bogus error
2006-09-14 05:52:30 +00:00
danm%netscape.com
f25876d3d6
reverting the part of rev 1.198 that causes a 100% reproducible, impossible to miss crash every time a browser window is closed, and seems to do nothing else. bug 47491
2006-09-14 05:52:29 +00:00
pierre%netscape.com
3a6ba124bf
6782 (UI for alternate and user stylesheets)
Thanks to Tim Hill <tim@prismelite.com>
2006-09-14 05:52:28 +00:00
saari%netscape.com
ee2fc826ad
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-09-14 05:52:27 +00:00
ben%netscape.com
bf2720c9cd
fix orange
2006-09-14 05:52:26 +00:00
ducarroz%netscape.com
cfa121852f
Fix for bug 46678. We need to ignore onInput event right after somebody set the value of the textfield else autocomplete will start. R=radha
2006-09-14 05:52:25 +00:00
roc+%cs.cmu.edu
a7c26e84f5
Removing TABLE SUMMARY from browser tooltips. Bug #45735 . r=ben, a=brendan
2006-09-14 05:52:24 +00:00
ben%netscape.com
3d53d6c3c8
toolbar landing 44756
2006-09-14 05:52:23 +00:00
BlakeR1234%aol.com
a5fca72c45
Fix bug 41345, implement checkmarks for the current visited page in the Go menu (as IE 5.x and NN 4.x do). r=jag, a=radha
2006-09-14 05:52:22 +00:00
mjudge%netscape.com
2261960f15
15665 beta3+ Javascript selecting a link when dragging.
2006-09-14 05:52:21 +00:00
BlakeR1234%aol.com
d3daaf97ec
Oops; fix capitalization error in my last checkin.
2006-09-14 05:52:20 +00:00