sfraser%netscape.com
8db408d1c4
Create BrowserTabViewItems using the factory method on BrowserTabView, and add an accessor for the proxy icon view.
2002-08-19 03:51:32 +00:00
sfraser%netscape.com
22cd7481b8
Create BrowserTabViewItems using the factory method on BrowserTabView.
2002-08-19 03:50:54 +00:00
bryner%netscape.com
d96798d50e
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
sfraser%netscape.com
a04546e4f3
Add a factory method for new tabs, and improve drag and drop feedback. Also added calls to BrowserTabViewItems to tell them when they are shown or hidden.
2002-08-19 03:50:13 +00:00
sfraser%netscape.com
1019961c43
Moving nsCocoaBrowserListener into a new file, and making a new group for gecko embedding files.
2002-08-19 03:45:35 +00:00
sfraser%netscape.com
596b93e3e5
Move nsCocoaBrowserListener into its own file, and add a few new methods to the NSBrowserContainer protocol.
2002-08-19 03:41:17 +00:00
bolian.yin%sun.com
9e1a25f84e
bug 136467, [Linux] F7 doesn't always toggle on caret.
...
patch by john.sun@sun.com , r=aaronl, r=caillon, sr=jst.
2002-08-19 02:58:15 +00:00
mkaply%us.ibm.com
fe8a47f12c
No bug
...
Not part of build
Beginning work on OS/2 XPInstall wizard
2002-08-19 01:32:34 +00:00
bugreport%peshkin.net
97ddba8369
Fix typo from 43600
...
r=bbaetz x2
2002-08-19 01:06:56 +00:00
sspitzer%netscape.com
6d697a91e5
abCommon from branch.
2002-08-18 20:06:16 +00:00
sspitzer%netscape.com
d11e2da7a8
from blake's branch checkins: "Autocomplete modifications to work with comma-delimited list."
2002-08-18 20:05:23 +00:00
sspitzer%netscape.com
d682e72cdb
more changes
2002-08-18 19:32:07 +00:00
sspitzer%netscape.com
ec5204e83f
ignore generated makefiles
2002-08-18 19:27:55 +00:00
sspitzer%netscape.com
03b6f2f888
some skin for blake's compose window.
2002-08-18 19:25:49 +00:00
sspitzer%netscape.com
41b54cafc2
build changes for blake's compose window.
2002-08-18 18:58:25 +00:00
sspitzer%netscape.com
0ddd9d089d
first pass at landing blake's new compose window.
2002-08-18 18:57:49 +00:00
sspitzer%netscape.com
2ec07ccbf9
just some white space foo, in preparation for blake's compose window changes.
...
no bug. r/sr=no one.
2002-08-18 17:55:20 +00:00
sspitzer%netscape.com
2f924bd3b4
fix for #163355 . move hard coded "Web Page (URL):" string from .xul to .dtd.
...
fix by shliang@netscape.com , from another branch. r/sr=sspitzer
2002-08-18 17:45:49 +00:00
blakeross%telocity.com
d697fe17de
Readding platform overlays.
2002-08-18 04:50:34 +00:00
blakeross%telocity.com
3ab0ea419e
Removing more overlays.
2002-08-18 03:18:08 +00:00
dcone%netscape.com
b13458bbad
bug 148598 r=mcclusk,sr=kin fixes slow scrolling
2002-08-18 00:47:54 +00:00
dcone%netscape.com
65198a0ce9
b=148598 r=mcclusky,sr=kin Speed up scrolling
2002-08-18 00:46:00 +00:00
sfraser%netscape.com
76bac52c46
Be sure to catch cocoa exceptions when trying to make favicons, otherwise things get really messed up (see bug 163260 for the general problem).
2002-08-17 22:04:33 +00:00
bryner%netscape.com
0aa2c64811
Make sure tooltips don't appear for the content under the popup when you bring up a context menu, since it causes all sorts of focus weirdness if you click on the tooltip (bug 155018). r=blizzard, sr=dbaron.
2002-08-17 19:09:18 +00:00
aaronl%netscape.com
d4fbea19d7
Complete fix for last night's bustage when checking in bug 132158 - forgot to check in MANIFEST.
2002-08-17 18:49:30 +00:00
bbaetz%student.usyd.edu.au
ea641b3c13
Bug 162854 - buglist.cgi reporter is actually owner
...
r=joel x2
2002-08-17 14:31:00 +00:00
bbaetz%student.usyd.edu.au
43f1101424
bug 160631 - bug_email.pl is broken
...
r=joel x2
2002-08-17 14:19:57 +00:00
bbaetz%student.usyd.edu.au
d9c5df1e85
Bug 160112 - clean up quip table conversion code
...
r=joel x2
2002-08-17 14:09:08 +00:00
dbaron%fas.harvard.edu
a77fbd8934
Convert mapped attribute table from nsHashtable to pldhash. b=148368 sr=bzbarsky r=sicking
2002-08-17 12:17:03 +00:00
andreas.otte%debitel.net
4fe015ecb7
fix bug 32966 [http:/ (one slash) treated as http:// rather than /] We
...
now support some deprectated relative urls because RFC2396 allows for
a backwards compatibility implementation. Also fixes bug 22251, bug
40670, and some more. r=bbaetz, sr=darin
2002-08-17 11:56:52 +00:00
bbaetz%student.usyd.edu.au
9922653ee2
Hopefully fix HPUX bustage from bug 7965.
2002-08-17 11:12:29 +00:00
cbiesinger%web.de
b8eac4c296
fixing AIX bustage, maybe others too
2002-08-17 10:30:59 +00:00
jst%netscape.com
e21f995f31
More random cleanup. Not part of the build yet
2002-08-17 07:15:09 +00:00
jkeiser%netscape.com
41085c9788
Make forms with input type=image submit on pressing enter (bug 150232), r=sicking@bigfoot.com, sr=jst@netscape.com
2002-08-17 05:42:55 +00:00
bryner%netscape.com
5fc0f69b9f
Speed up intrinsic sizing of trees by not creating a new rendering context for each cell width measurement (bug 163186). r=varga, sr=hewitt.
2002-08-17 05:36:24 +00:00
justdave%syndicomm.com
53dfcc0bc5
Backing out patch for bug 126955 (supporting localized templates) due to fatal regression in checksetup.pl for initial
...
checkouts/clean installs. See comment 25 onward in bug for details.
2002-08-17 04:40:53 +00:00
sicking%bigfoot.com
595f488acd
Bug 162461: Make inLayoutUtils::GetContainerFor use nsIDOMWindowInternal::GetFrameElement
...
r=bz, sr=hewitt
2002-08-17 04:19:34 +00:00
bryner%netscape.com
0d62003cbb
Include window icons in installer packages (bug 163067). r=leaf, sr=dveditz.
2002-08-17 04:11:05 +00:00
aaronl%netscape.com
1a75f2a290
Temporarily fixing bustage until proper fix comes later
2002-08-17 04:05:50 +00:00
varga%netscape.com
35b6029339
Fix for bug 114989. Expand / collapse thread ("+" and "-") icons are drawn
...
incorrectly. r=bryner, sr=bz
2002-08-17 03:58:18 +00:00
naving%netscape.com
6e30c94791
156558 r=cavin sr=sspitzer bienvenu Adding changes on mozilla side so that aim can show new mail status from buddies etc..
2002-08-17 02:31:08 +00:00
jkeiser%netscape.com
70d276940b
Restore select by value, not position (bug 95622), r=rods@netscape.com, sr=dbaron@fas.harvard.edu
2002-08-17 01:56:04 +00:00
aaronl%netscape.com
96b6202731
Bug 132158. Active Accessibility: expose correct bounds information and accessible value for HTML areas. r=saari, sr=alecf.
2002-08-17 01:46:58 +00:00
caillon%returnzero.com
ca8e66bd5e
119044 - Prevent a crash when trying to append/insert the current element or one of its ancestors into itself. Throw the correct exception in this case per the DOM spec.
...
Thanks to Neil Deakin <ndeakin@sympatico.ca> for pinpointing this and providing a patch.
r=bryner/caillon sr=jst
2002-08-17 01:43:07 +00:00
katakai%japan.sun.com
43237dfbfd
bug 7965
...
[converter] need ISO-2022-CN converters
Added ISO-2022-CN converter. (no new file)
r=ftang,sr=alecf
2002-08-17 01:17:42 +00:00
jst%netscape.com
1e70b268c9
Fixing topcrash bug 162526. Change the shutdown code in nsGenericElement so that the order in which things are torn down, and also the things that are torn down match what we did before my fix for bug 156364. This causes us to leak what we leaked before my fix for bug 156364. r=jkeiser@netscape.com, sr=dbaron@fas.harvard.edu
2002-08-17 01:06:11 +00:00
dbaron%fas.harvard.edu
44a5ff7e17
Move nsStyleUtil from content/shared/ to content/html/style/ to reduce the size the shared library that is part of both content and layout. b=71257 sr=bzbarsky
2002-08-16 23:57:09 +00:00
bugreport%peshkin.net
407f8906fe
Bug 10037 - param to disable adding new quips
...
r=imajes, preed
2002-08-16 23:28:58 +00:00
heikki%netscape.com
2fa45fa451
Bug 163039, relax sanity check on XML serializer so that we won't throw an error if the serialized document is not XML. This is needed because Bugzilla (at least) abuses XMLSerializer (to edit attachments). r=sicking, sr=jst.
2002-08-16 23:24:15 +00:00
heikki%netscape.com
5771e037cf
Bug 158977, GetResponseXML() can return null document even with NS_OK return value, so callers need to check the document exists before using it. r=bzbarsky, sr=jst.
2002-08-16 23:20:49 +00:00