Commit Graph

159271 Commits

Author SHA1 Message Date
bryner%netscape.com
59851bbdbb Remove gfx2 from REQUIRES globally, since we no longer export headers to a separate gfx2 module. r=cls. 2006-05-17 02:33:50 +00:00
seawood%netscape.com
6447aaeca2 Remove unused defines:
_IMPL_NS_HTML
_IMPL_NS_RDF
_IMPL_NS_WEB
USE_NSREG

Patches for removing above defines contributed by Stephen Walker <walk84@yahoo.com>.
Bug #125118 r=cls sr=bryner
Bug #160397 r=cls sr=bryner
Bug #160628 r=cls
Bug #160451 r=cls sr=bryner

_IMPL_NS_VIEW

Patches for removing above define contributed by Brian Ryner <bryner@netscape.com>
Bug #160416 r=cls
2006-05-17 02:33:49 +00:00
bryner%netscape.com
7c7a4b2873 - Implement the :checked CSS pseudoclass which maps to the "selected" property on option elements.
- Eliminate the _moz-option-selected attribute; move the actual selected state into the option content node.
- Change all users of _moz-option-selected to use :checked.
- Add a third parameter to nsIDocument[Observer]::ContentStatesChanged to indicate which pseudoclass changed, this is used for optimizing handling of :checked state changes.

Bug 128947, r=dbaron, sr=jst, a=asa.
2006-05-17 02:33:48 +00:00
seawood%netscape.com
9d8b4a0f24 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2006-05-17 02:33:47 +00:00
jaggernaut%netscape.com
86d95db10c Remove timer from REQUIRES. r=pavlov 2006-05-17 02:33:46 +00:00
jaggernaut%netscape.com
56a9ac4416 Clean up REQUIRES lines. r/sr=alecf 2006-05-17 02:33:45 +00:00
alecf%netscape.com
6c297eae28 fix inspector 2006-05-17 02:33:44 +00:00
bryner%netscape.com
96cd5101a0 Bug 116499 - convert nsIOutlinerView::GetCellText to return an nsAString, so we can avoid copying strings. r=blake, sr=jag. 2006-05-17 02:33:43 +00:00
hewitt%netscape.com
ba83bb5e0a DOM Inspector update - tons of crash fixes, js error fixes, performance and usability improvements, r=jag, sr=hyatt 2006-05-17 02:33:42 +00:00
cbiesinger%web.de
84aa682a22 bug 115473 r=pavlov sr=brendan
Remove timer priorities
2006-05-17 02:33:41 +00:00
jaggernaut%netscape.com
1e4af0ee84 Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2006-05-17 02:33:40 +00:00
hewitt%netscape.com
6b58674128 106637 - DOM inspector not working with tabbrowser, r=jag, sr=hyatt 2006-05-17 02:33:39 +00:00
aaronl%netscape.com
3bdcd76f6e Bug 107703. Fixes some of the crashes in DOM inspector. r=timeless, sr=hewitt 2006-05-17 02:33:38 +00:00
jaggernaut%netscape.com
5fec50b1e0 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2006-05-17 02:33:37 +00:00
hyatt%netscape.com
e85b705184 Fix inspector bustage. 2006-05-17 02:33:36 +00:00
heikki%netscape.com
fb3be91098 Bug 101429, bad argument to function, fixes assertion and potential crash. r=harishd, sr=hewitt. 2006-05-17 02:33:35 +00:00
gerv%gerv.net
e42d0cd12b License changes, take 2. Bug 98089. mozilla/extensions/. 2006-05-17 02:33:34 +00:00
bryner%netscape.com
2603a06fb4 Bug 99962 - inspector assertions when flashing a DOM node with display: none. r=hewitt, sr=hyatt. 2006-05-17 02:33:33 +00:00
gerv%gerv.net
59263a2fdf Oops. 2006-05-17 02:33:32 +00:00
scc%mozilla.org
6e78e449ab bug #98089: ripped new license 2006-05-17 02:33:31 +00:00
yokoyama%netscape.com
099b876d99 Bug 88944 for jshin. r=ftang sr=blizzard@mozilla.org
adding converter support for x-windows-949 and x-johab
2006-05-17 02:33:30 +00:00
ftang%netscape.com
ad9f228de6 blizzard ask me fix tab in the sr comment of 79273. Here is the change which only change tab and space
I use VC++ and 1. Select all 2. Edit:Advanced:Format Selection while Tools:Options.. Tabs set to 2/2 Smart
2006-05-17 02:33:29 +00:00
yokoyama%netscape.com
a261b9c9b1 Bug 75707: Some BIG5 characters can not be displayed properly in Solaris Trunk
add a boolean value to valid the med
checking in for ftang
2006-05-17 02:33:28 +00:00
ftang%netscape.com
2b006eb566 fix bug 73710. rewrite the multi table conversion routine to support overlap range
for HKSCS and EUC-TW
rs=ftang
2006-05-17 02:33:27 +00:00
waterson%netscape.com
3f3dd03b2e Bug 77209. Get rid of unused module instance counting in order to eliminate duplicate global symbols. r=erik, sr=shaver 2006-05-17 02:33:26 +00:00
ftang%netscape.com
3a43c6e1f0 fix 79273
add GB18030 4 byte support into the unicode conversion engine.
r=bstell sr=blizzard@mozilla.org
2006-05-17 02:33:25 +00:00
ftang%netscape.com
608c67ea72 fix 71489
Add johab document encoding support
Currently the convert from johab to unicode part is #if 0 since
we didn't have a way to test it.
r=bstell sr=erik
2006-05-17 02:33:24 +00:00
cls%seawood.org
c1df71a105 Do NOT use C++-style comments in a C file. It causes builds to fail on some compilers. Fixing cement tinderbox bustage 2006-05-17 02:33:23 +00:00
shanjian%netscape.com
97c91ea3a1 #64235, 25037 illegal 0xA0 code point in Multibyte charset break parser
r=ftang, sr=erik
uscan.c
nsUnicodeDecodeHelper.cpp
nsGB2312ToUnicodeV2.cpp
nsGBKToUnicode.cpp
nsJapaneseToUnicode.cpp
2006-05-17 02:33:22 +00:00
alecf%netscape.com
c71bb0159b #45797 - fix consumers of NS_IMPL_ISUPPORTS
r=dveditz a=self
2006-05-17 02:33:21 +00:00
scc%mozilla.org
9f5318af1d fix type equivalence between |PRUnichar| and |jschar| now that |PRUnchar| may be |wchar_t| on select platforms 2006-05-17 02:33:20 +00:00
pavlov%netscape.com
1f0c853d6d changes to let us build on MacOS X 2006-05-17 02:33:19 +00:00
hewitt%netscape.com
1302b90983 119770 - bad images for autocomplete pref window, patch=walk84@yahoo.com, r=shliang, sr=me 2006-05-17 02:33:18 +00:00
brade%netscape.com
f8b41d4bb7 new pref panel for http networking options (bug 34324), original author rcassin@supernova.org, r=timeless, sr=dveditz, a=asa, adt=jaime 2006-05-17 02:33:17 +00:00
bbaetz%student.usyd.edu.au
03d3a80560 Bug 110760 - directory listings shouldn't reuly on libappcomps.
Also fixes bug 102826 & related issues.
r=dougt, sr=darin
2006-05-17 02:33:16 +00:00
blakeross%telocity.com
e02ca1519e 155712 - remove session history limit pref. r=jrgm sr=ben 2006-05-17 02:33:15 +00:00
kairo%kairo.at
cb4fe8dfc7 bug 191169 - Duplicate accesskey 'h' in proxies preferences, r=dean_tessman, sr=dmose, checking in for piersc@cogs.susx.ac.uk 2006-05-17 02:33:14 +00:00
timeless%mozdev.org
0af2be9bb2 Bug 189315 Capitalize accesskey for Tex_t_ in colors preferences
patch by piersc@cogs.susx.ac.uk r=dean_tessman sr=bz
2006-05-17 02:33:13 +00:00
timeless%mac.com
99406f67d7 Bug 158790 - debug has printing prefs in a rendering group
patch by spiffonator@netscape.net r=timeless sr=alecf a=asa
2006-05-17 02:33:12 +00:00
dbaron%fas.harvard.edu
db370bfe8e Remove front-end for nglayout.debug.enable_xpcom_refcnt_log pref, which has no backend. r=ben sr=blake b=156157 2006-05-17 02:33:11 +00:00
blakeross%telocity.com
e4f3b85e93 127784 - require restart on theme switch. r=hewitt sr=ben a=dbaron 2006-05-17 02:33:10 +00:00
blakeross%telocity.com
11486944a8 44032 - apply themes on ok, cleanup panel, add link to themepark. r=ben sr=hewitt 2006-05-17 02:33:09 +00:00
sgehani%netscape.com
471a038344 Land update notifications.
b=120201; r=law,pavlov; sr=dveditz
2006-05-17 02:33:08 +00:00
timeless%mac.com
25947a9434 Bug 129612 Remove "Enable Syntax Highlighting" checkbox
rossi@viel.org r=neil@parkwaycc.co.uk sr=blake
2006-05-17 02:33:07 +00:00
michael.lowe%bigfoot.com
8f3158c6dc Reorder proxy prefs to list http first. author=jwbaker@acm.org,r=sgehani,sr=darin,a=asa 2006-05-17 02:33:06 +00:00
blakeross%telocity.com
4e8f4497ae 125181 - add pref to filter chrome:// errors in javascript console. r=ben sr=hewitt a=asa 2006-05-17 02:33:05 +00:00
heikki%netscape.com
a8510093ee Bug 123090, give Mozilla the capability to be registered as the default handler for XHTML documents on Windows. r=law, sr=alecf. 2006-05-17 02:33:04 +00:00
bzbarsky%mit.edu
8fe3411195 Opening the "Advanced" dialog and cancelling it should not change the
helper app dialog contents.  Bug 124723, r=law, sr=jag
2006-05-17 02:33:03 +00:00
bzbarsky%mit.edu
3590fb475d Make sure we lowercase types/extensions before putting them in the
datasource and that we lowercase types/extensions before comparing to
the datasource.  Bug 114462, r=law, sr=mscott.
2006-05-17 02:33:02 +00:00
law%netscape.com
8ec67967b2 Bug 119904; check for empty mime type strings properly; r=bzbarsky, sr=jag 2006-05-17 02:33:01 +00:00