Commit Graph

168757 Commits

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