timeless%mozdev.org
6b211e86fa
Bug 176316 Add Last-Modified support to bonsai
...
r=tara
2003-03-05 14:49:20 +00:00
ere%atp.fi
a929957191
Bug 195955, removal of unneeded code and indentation cleanup.
...
r/sr=roc+moz
2003-03-05 14:32:07 +00:00
ere%atp.fi
0db46aa009
Fix for bug 194738: Phoenix/Mozilla minimizes to toolbar then re-opens.
...
r=roc+moz
sr=bzbarsky
2003-03-05 14:26:31 +00:00
sicking%bigfoot.com
eed27d275e
fix bustage-to-be
2003-03-05 14:11:12 +00:00
kairo%kairo.at
5ad0b3c8b1
bug 116375 - unix needs option to customize splash screen, use splash.xpm from the mozilla directory if it does exist, checking in for parish@ntlworld.com, r=bryner, sr=jag
2003-03-05 13:55:09 +00:00
axel%pike.org
edcafb5ebc
bug 190098, txXMLParser should load DTDs on standalone, pretty much a rewrite of how parsing to a DOM works on standalone, copying what nsExpatDriver does, optimize id patterns, too, r=sicking, sr=peterv
2003-03-05 13:48:55 +00:00
neil%parkwaycc.co.uk
11406bb502
Bug 116441 [clickSelectsAll] should not trigger if click is after end of URL r=jag sr=bz
2003-03-05 13:30:24 +00:00
peterv%netscape.com
65956d2c35
Removing obsolete code. r=sicking.
2003-03-05 12:50:23 +00:00
sicking%bigfoot.com
d9f39b2131
remove dead code, no bug. r/sr=peterv
2003-03-05 12:32:24 +00:00
peterv%netscape.com
1c8b20e2b2
Fix for bug 162960 (chrome registry doesn't enumerate overlays installed in user profile.). r=varga, sr=hyatt.
2003-03-05 12:20:00 +00:00
sicking%bigfoot.com
5cb0c35587
Bug 195886: Adjust the prettyprint code to the fact that we don't target events at textnodes any more.
...
r/sr=bz
2003-03-05 12:17:55 +00:00
bryner%netscape.com
0c54f284a0
copy libmozz.dylib for now, should fix camino trunk tinderbox bustage
2003-03-05 12:03:25 +00:00
bryner%netscape.com
4eed75b475
libmozjpeg is no longer a shared library, so no need to have it in the embedding manifest. not part of the normal build.
2003-03-05 11:00:41 +00:00
bryner%netscape.com
93846814ef
add some error checking for loading the bookmarks file
2003-03-05 10:27:56 +00:00
louie.zhao%sun.com
dc8bed12a9
bug 184599 [gtk2] moz+gtk2 crashes with --enable-ctl
...
patch = louie.zhao@sun.com r = prebhat.hegde@sun.com
2003-03-05 08:37:03 +00:00
rbs%maths.uq.edu.au
cf28c461b5
Bug 147189. Part 3: hide ignorable whitespace nodes without frames, e.g., in between <table>\n<tr>, r=caillon, sr=bzbarsky
2003-03-05 08:25:33 +00:00
bryner%netscape.com
fea5875f57
Fix Cocoa static build bustage (bug 195995). r=cls.
2003-03-05 08:00:17 +00:00
bryner%netscape.com
3c1dc80ee4
attempting to fix tinderbox bustage
2003-03-05 07:39:12 +00:00
bryner%netscape.com
e51650481c
no longer needed
2003-03-05 07:07:15 +00:00
rbs%maths.uq.edu.au
073e94f988
Use nsAutoArray in the 'A' functions that are activated on Win95-Japanese, and consolidate the surrounding code, b=187397, r=jshin, sr=blizzard
2003-03-05 06:58:24 +00:00
sspitzer%netscape.com
f5bcc87c97
fix for bug #190349 . fix some problems with choosing an existing folder
...
as the junk mail folder. r/sr=bienvenu
2003-03-05 06:40:25 +00:00
dougt%netscape.com
d707cba238
backing out js changes which may have caused tbox test failures
2003-03-05 05:05:39 +00:00
dougt%netscape.com
3d21aea27f
backing out bustage caused by jshin
2003-03-05 05:03:03 +00:00
bryner%netscape.com
77e77d4c51
more bustage fixing (affects camino build only)
2003-03-05 04:21:49 +00:00
bryner%netscape.com
365204027a
attempting to fix bustage
2003-03-05 04:17:29 +00:00
mkaply%us.ibm.com
f80f26d422
#129719
...
r=cls
OS/2 only - turn on OS/2 specific turbo mode
2003-03-05 04:05:06 +00:00
mkaply%us.ibm.com
ddc2470002
#129719
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - OS/2 specific turbo mode that just preloads the DLLs
2003-03-05 04:04:02 +00:00
mkaply%us.ibm.com
848fabe224
#166144
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - use 1208 for Hebrew not 862 so vowels display
2003-03-05 03:59:25 +00:00
mkaply%us.ibm.com
9460e20f01
#168391
...
r=pedemont, sr=blizzard (platform specific)
OS/2 only - only inherit font famly, not other stuff
2003-03-05 03:56:35 +00:00
jshin%mailaps.org
aeffe82333
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
...
This perl script is not a part of build, but is only for information
because it's used to gen. hard-coded CCMaps.
2003-03-05 03:42:38 +00:00
jshin%mailaps.org
aac4dd7004
bug 180266 : hard-code precompiled CCMaps to speed up start-up.
...
r=shanjian, sr=alecf,rbs
2003-03-05 03:40:10 +00:00
dougt%netscape.com
939bb1e75c
relanding. Add experimental support to the native component loader so that native components can declare what libraries it depends on. (193442)Fixed a bug where we didn't check return from GetLastModification in nsDll::HasChanged. Thank you ajschult@eos.ncsu.edu for pointing out the problem and suggesting a fix. Converted a linear search of compreg entries to be a hash lookup. Also cleaned up the xcdll class. Reviewers= Alec, Darin.
2003-03-05 03:22:12 +00:00
kyle.yuan%sun.com
d78658f31b
Bug 194980 Accessible state change events no longer fired for checkboxes and radios
...
r=aaronl, sr=henry.jia
rewrite nsHTMLInputElement::FireEventForAccessibility() function
2003-03-05 03:20:17 +00:00
timeless%mozdev.org
727e7a086b
Bug 195289 Enable people to use DumpJSStack and friends from nondebug builds if they list themselves as xpc_hackers
...
r=dbradley sr=jst
2003-03-05 03:12:04 +00:00
kyle.yuan%sun.com
b79e5a800f
sorry, forgot to correct the arguments names in .h file
2003-03-05 02:56:48 +00:00
kyle.yuan%sun.com
a8574cad31
Bug 193656 [ATK Accessibility] implement accessible object for block frame
...
r=aaronl, sr=henry.jia
2003-03-05 02:51:36 +00:00
cavin%netscape.com
398e9c238a
Fix for 124059. Made creating and modifying addrbooks work the right way. r=shliang, sr=sspitzer.
2003-03-05 02:49:18 +00:00
sfraser%netscape.com
8d9f882543
Add .DSStore file for disk image.
2003-03-05 02:48:37 +00:00
timeless%mozdev.org
51b1da374a
Bug 133711 Unreachable statement (duplicate return) in nsXULAttribute and nsSVGAttributes (Bugs found via linting....)
...
patch by riceman+bmo@mail.rit.edu r=timeless sr=bz
2003-03-05 02:35:27 +00:00
timeless%mozdev.org
33e7c21a66
Bug 190020 GetResource should take AUTF8String
...
patch by cbiesinger@web.de r=cls sr=alecf
2003-03-05 02:35:23 +00:00
kyle.yuan%sun.com
f0ad469279
Bug 193987 need ability to fire event in any accObjects
...
r=aaronl, sr=henry.jia
2003-03-05 02:10:57 +00:00
kyle.yuan%sun.com
39effed9d6
Bug 192346 incremental search in <tree>/<menulist>/<listbox> fails if item starts with repeats of a letter
...
r=jkeiser, sr=henry.jia
2003-03-05 01:43:25 +00:00
shliang%netscape.com
f4df0ea9b4
192193 - preload popup blocking whitelist. r=danm, sr=jag
2003-03-05 01:34:34 +00:00
brendan%mozilla.org
25e042cd77
Infrastructure for bug 92773, r=shaver@mozilla.org:
...
- call the JSRuntime's checkObjectAccess callback, if configured, for each
get or set that invokes a user-defined function (a user-defined function is
a scripted or native function object, not a native JSPropertyOp C function).
The value passed as an in-out parameter in *vp is the function object, so
the callback could, e.g., clone function objects and configure them with
different parent objects, if that helped import them into a trust domain.
- Fix a long-standing bug that broke the deprecated, old-style, and rarely-
used top-level getter/setter function declaration form:
getter function f() { return ++x; }
setter function f(y) { return x = y; }
We want js_CheckRedeclaration to complain only if a permanent getter is
being redefined by another getter, likewise for a setter -- but not when
(as above) a setter is being added to a top-level object for the same id
as a pre-existing getter (or vice versa).
2003-03-05 01:33:19 +00:00
shliang%netscape.com
1eff4344d5
134273 - fix mistakes from previous checkin. r/sr=sspitzer
2003-03-05 01:25:22 +00:00
shliang%netscape.com
8dd1001df8
128503 - fix mail and ab quicksearch field behavior. r=cavin,sr=sspitzer
2003-03-05 01:24:03 +00:00
relyea%netscape.com
62acf06bc9
Remove external use of SEC_TraversePermCerts(). Bug 130968.
2003-03-05 01:04:33 +00:00
relyea%netscape.com
3db543d86d
Bug 185245. including wtc's comments.
...
Don't reference memory beyond the end the the data element when decoding a
SubjectEntry. Prevents crashes from corrupted Subject Entries.
2003-03-05 01:02:03 +00:00
relyea%netscape.com
c62f62ef69
Fix memory leaks. (roll fixes from 3.7 BRANCH).
2003-03-05 00:59:36 +00:00
sicking%bigfoot.com
43b68aeaad
Bug 195945: Display XSLT-generated HTML-pages in standards mode
...
r=peterv sr=bz
2003-03-05 00:57:14 +00:00