Commit Graph

54 Commits

Author SHA1 Message Date
ben%netscape.com
26bcf256f4 Added comment announcing drag and drop API update for Mozilla 0.8 2006-09-14 05:55:22 +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
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
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
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
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
ben%netscape.com
3d53d6c3c8 toolbar landing 44756 2006-09-14 05:52:23 +00:00
pinkerton%netscape.com
4be33d4784 part of fix for 37412, make content area accept text/x-moz-url flavor. 2006-09-14 05:52:14 +00:00
mjudge%netscape.com
10d45baaac 15665 beta3+ Javascript selecting a link when dragging. 2006-09-14 05:52:13 +00:00
pinkerton%netscape.com
69d5049bfa for bug 39326, add a drag over handler to reject drags from the same content area. better than the way i did it before. 2006-09-14 05:52:12 +00:00
pinkerton%netscape.com
32c4506cc4 for bug 39326, don't load urls dragged from the same content area. 2006-09-14 05:52:11 +00:00
ben%netscape.com
202eb463de some required groundwork for pink for his nsbeta3+ bug 39326 2006-09-14 05:52:10 +00:00
ben%netscape.com
e6849f9ecf 46803, XP keyboard accelerators for navigation. 2006-09-14 05:52:05 +00:00
ben%netscape.com
d9d12b0d88 forgot to check these files in with the previous batch... 2006-09-14 05:51:53 +00:00
ben%netscape.com
f72fa4f594 fix for 27828, TITLE attribute shows tooltip in content area. patch from robert o'callahan, r=me. 2006-09-14 05:51:30 +00:00
ben%netscape.com
9c9ec4bd60 ...and again. I suck. 2006-09-14 05:51:28 +00:00
ben%netscape.com
9d9c42d51a fix braindead stuff. (make global variable local, oops) 2006-09-14 05:51:26 +00:00
ben%netscape.com
fa64397223 personal toolbar drag and drop and a fix for 42692, [disabled by default!] 2006-09-14 05:51:24 +00:00
tao%netscape.com
abfd3008d3 39790: [L12y] Move all localizable prefs into chrome://.r=alecf. 2006-09-14 05:51:22 +00:00
danm%netscape.com
eaac87815e tracking change of name of window.content to _content. (bug 33650) r=hyatt 2006-09-14 05:51:08 +00:00
evaughan%netscape.com
1b4c95a9b3 Fix for beta2+ #41951
and beta2+ #39927

-r pinkerton
2006-09-14 05:50:56 +00:00
pinkerton%netscape.com
a08d233069 adding title (modulo bug) to x-moz-url flavor when dragging proxy icon. r=scc, bug#37410 2006-09-14 05:50:55 +00:00
ben%netscape.com
0950cc3ffb partial fix for b41120 and b41123 - tooltips for navigator and taskbar 2006-09-14 05:50:51 +00:00
brade%netscape.com
246b21b1c8 temporary fix for bug #40911; if the dropped text contains a space, don't actually try to load the text as a url. r=kin; r/a=pinkerton 2006-09-14 05:50:50 +00:00
ben%netscape.com
f455fd35b0 fix checkbox inversion 2006-09-14 05:50:49 +00:00
ben%netscape.com
d88070ff82 Usability change for common dialog 2006-09-14 05:50:48 +00:00
ben%netscape.com
2bad2d075f get button handling right for drop-on-home dialog 2006-09-14 05:50:42 +00:00
ben%netscape.com
9f17a7b07b d&d fix 2006-09-14 05:50:41 +00:00
ben%netscape.com
4dfe6f88ff d&d tweaks 2006-09-14 05:50:40 +00:00
ben%netscape.com
1f825eec17 fix draggable scrollbars on mac 2006-09-14 05:50:39 +00:00
kin%netscape.com
0ee33d7bb6 Changed bogus "event" reference to "aEvent" in contentAreaDNDObserver.onDragStart().
This should fix the D&D of selection regression.
a=beppe@netscape.com
2006-09-14 05:50:38 +00:00
ben%netscape.com
7956b1c7be add nsIPref utility wrapper (code cleanup) 2006-09-14 05:50:36 +00:00
ben%netscape.com
46df264503 make home button drop a little safer/smarter 2006-09-14 05:50:35 +00:00
ben%netscape.com
ae0ee25174 partial fix for 29403 and some text changes to open location dialog 2006-09-14 05:50:34 +00:00
ben%netscape.com
c29e293101 check in fix for 40751 for Kevin Puetzk, r=myself 2006-09-14 05:49:24 +00:00
kin%netscape.com
0c50e26102 Part 1 of fix for bug #39821: Drag and Drop interferes with selection.
layout/base/public/nsIFrameSelection.h
  layout/base/src/nsSelection.cpp
  layout/events/src/nsEventStateManager.cpp
  layout/html/base/src/nsFrame.cpp
  layout/html/forms/src/nsGfxTextControlFrame2.cpp
  xpfe/browser/resources/content/navigatorDD.js

r=brade@netscape.com,cmanske@netscape.com a=beppe@netscape.com,waterson@netscape.com
2006-09-14 05:49:23 +00:00
kin%netscape.com
43c2428ea9 Temporarily disable D&D support for selection to unblock
people working on selection problems. (Bug #39821 Drag and Drop interferes with selection)
r=brade@netscape.com, a=trudelle@netscape.com
2006-09-14 05:49:22 +00:00
brade%netscape.com
9bea210cf3 handle d&d of selection (need to turn on d&d flag in nsFrame.cpp); r/a=cmanske; a=beppe (bug#6255) 2006-09-14 05:49:21 +00:00
brade%netscape.com
a6875a52a0 don't require pref; lower case tag names 2006-09-14 05:49:20 +00:00
rjc%netscape.com
b2ee0f6b44 Fix bug # 36037: drag&drop changes to support translucency on Mac. 2006-09-14 05:49:19 +00:00
brade%netscape.com
b250b001cd slight rework/cleanup of BeginDragContentArea 2006-09-14 05:49:18 +00:00
pinkerton%netscape.com
4ed50f1332 adding url flavor to proxy icon to test creation of internet shortcuts on win32 2006-09-14 05:49:17 +00:00
pinkerton%netscape.com
90f4fc7a08 adding ability to drag a file from the desktop into the content area. 2006-09-14 05:49:16 +00:00