Commit Graph

168995 Commits

Author SHA1 Message Date
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