Commit Graph

132607 Commits

Author SHA1 Message Date
mostafah%oeone.com
96752042ca Checked in new logo for sunbird 2004-08-16 19:06:43 +00:00
blizzard%redhat.com
c20a8baca1 Don't crash when layout is nice enough to send us invalid unicode. Not part of the build. 2004-08-16 18:38:11 +00:00
scott%scott-macgregor.org
dc98dfa512 over due credit updates. 2004-08-16 17:43:09 +00:00
igor%mir2.org
20f6aade13 Moving IFGlue internal class of JavaAdapter into separated source file and renaming it to InterfaceAdapter to have more manageable code. 2004-08-16 17:14:24 +00:00
neil%parkwaycc.co.uk
cccd1968ca Clean up after bug 239555 including fixing JS strict warnings and URL abuse r=ducarroz sr=bienvenu a=asa 2004-08-16 16:26:58 +00:00
igor%mir2.org
93887dc7c3 Fixing regression caused by new JavaImporter, see bug 245882. 2004-08-16 16:11:27 +00:00
Stefan.Borggraefe%gmx.de
fc12b26082 Fix for bug 252759: "Crash when doing multiple advanced address book searches"
r=neil, sr=mscott, a=asa
2004-08-16 15:31:29 +00:00
mostafah%oeone.com
8ba2a86984 Checked in patch for bug 255121 2004-08-16 15:26:41 +00:00
mostafah%oeone.com
7d8996f37d Synced sunbird and extension, calendar.xul file afetr patching bug 254993 2004-08-16 15:16:06 +00:00
steffen.wilberg%web.de
7736fd4cc8 Bug 255609: Rename dialog title from Preferences to Options in OS/2. p=mozilla@Weilbacher.org, r=mkaply 2004-08-16 15:00:02 +00:00
mostafah%oeone.com
e54895b76f Fixed indentation and checked in patch for bug 254993 2004-08-16 14:34:26 +00:00
igor%mir2.org
4deb4c2996 More E4X credits 2004-08-16 14:19:44 +00:00
mostafah%oeone.com
a27b574cbb Checked in patch for bug 254979 2004-08-16 13:44:06 +00:00
mostafah%oeone.com
0f93920d90 New addition and changes from attachment 155875 in bug 248399 2004-08-16 13:29:14 +00:00
igor%mir2.org
2b2decb7d3 Fixing regression caused by the committed patch under bug 255595 2004-08-16 09:57:15 +00:00
vladimir%pobox.com
67000d046b cairo: CairoBlender impl (not all that functional), continuing impl of other bits 2004-08-16 07:17:24 +00:00
vladimir%pobox.com
53a73e725e cairo: get the screen size correctly, need to call init on Screen 2004-08-16 05:53:04 +00:00
vladimir%pobox.com
a8be1044eb cairo: continuing drawing surface fixes 2004-08-16 04:45:57 +00:00
vladimir%pobox.com
698ccb9d80 cairo: fix drawing surface compilation 2004-08-16 03:29:26 +00:00
pavlov%pavlov.net
4af91feec6 Updating to the trunk 2004-08-16 03:17:06 +00:00
vladimir%pobox.com
81c940994c better cairo drawing surface stuff, in progress 2004-08-16 00:37:37 +00:00
pavlov%pavlov.net
b248c2e374 adding MOZ_ENABLE_CAIRO_GFX 2004-08-16 00:31:22 +00:00
vladimir%pobox.com
2ab323fe7f forgot two files from cairo bits landing (not part of the build) 2004-08-15 23:57:35 +00:00
steffen.wilberg%web.de
e6bb507b34 removing more unused files. r=rlk 2004-08-15 22:51:05 +00:00
steffen.wilberg%web.de
7d8b70e484 removing unused file. r=rlk 2004-08-15 21:03:58 +00:00
steffen.wilberg%web.de
a3037fbc36 Bug 250974: dragging a link over the Downloads or Go button should display a statusbar message. r=mconnor 2004-08-15 13:15:35 +00:00
steffen.wilberg%web.de
7815464984 Bug 228699: Download Manager should close on CTRL+Y / ESC. r=ben 2004-08-15 12:59:24 +00:00
neil%parkwaycc.co.uk
c2b8f90b4e Applying the parts of bz's patch for bug 255270 that bryner conservatively removed r=me sr=dbaron a=asa 2004-08-15 10:03:11 +00:00
igor%mir2.org
5f3d7d50b3 Credits to BEA for E4X implementation. 2004-08-15 09:05:30 +00:00
bryner%brianryner.com
d7616d1045 skip signon entries that don't decrypt properly 2004-08-15 06:53:45 +00:00
igor%mir2.org
a480374b2f Build modifications to make Context.getImplementationVersion() to return string defined in build property files with automatic timestamping. 2004-08-14 22:44:22 +00:00
igor%mir2.org
c7b18deb40 Deprecating PropertyException as a part of common exception root changes, see 244492. 2004-08-14 16:45:30 +00:00
igor%mir2.org
eed65b7987 Using Kit.initCause to wrap the original exception preventing creation of SecurityController class. 2004-08-14 16:42:33 +00:00
igor%mir2.org
e1db421213 Documenting ClassFactory usage 2004-08-14 15:17:40 +00:00
igor%mir2.org
82fc688a4b Fixing compatibility issue caused by introduction of ContextFactory. See bug 255595 . 2004-08-14 15:12:38 +00:00
igor%mir2.org
5f819fdbb3 Fixing JavaDoc 2004-08-14 15:08:32 +00:00
igor%mir2.org
8899a6261b Changing Kit.initCause to take and return RuntimeException: this is how it is supposed to be used, that is wrap checkable exceptions into uncheckable RuntimeExceptions. 2004-08-14 15:07:50 +00:00
igor%mir2.org
0f600362d0 Use common API to extract value associated with top scope prototype chain
not to duplicate code
2004-08-14 13:57:39 +00:00
igor%mir2.org
d5de09d352 NativeScript no longer implements Script interface which was kept only f
or compatibility.
2004-08-14 10:29:09 +00:00
igor%mir2.org
b33cc857e0 The scope argument is removed from Context.decompileScript() since
decompilation does not depends on scope.
For compatibility the old signature is preserved as a deprecated method.
2004-08-14 10:28:15 +00:00
igor%mir2.org
406e4ecd31 More JavaDoc comments including Context customization example 2004-08-14 09:01:26 +00:00
igor%mir2.org
fb9b2ea140 Fixing broken HTML markup in JavaDoc comments. 2004-08-14 06:44:39 +00:00
vladimir%pobox.com
fc70fd7700 forgot configure, auto-autoconf doesn't work I don't think 2004-08-14 01:04:21 +00:00
vladimir%pobox.com
cfcb233cb8 Initial landing of cairo-related stuff, nothing built by default, all code is in ifdefs. r=bryner,a=brendan 2004-08-14 01:01:16 +00:00
igor%mir2.org
83a55815ca Renaming Kit.initCauseOrNull into simple Kit.initCause and making it to
return the passed exception to allow usage like:

throw Kit.initCause(new RuntimeException("WRAPPED"), origException);
2004-08-13 23:45:52 +00:00
jruderman%hmc.edu
b6ea76c9ef Bug 253945. Patch by quark, r=dveditz, a=ben 2004-08-13 21:34:42 +00:00
jruderman%hmc.edu
17ef11ec8c Bug 249680 - Location bar text not visible with yellow bacakground for secure sites. Patch by quark, r=mconnor, a=ben 2004-08-13 21:30:33 +00:00
brade%comcast.net
4e13425e65 bug 252750; add VK_HELP to list of global keys (r=caillon, sr=bryner, patch=steffen.wilberg) 2004-08-13 20:59:54 +00:00
scott%scott-macgregor.org
3e9a781129 Bug #255060 --> Thunderbird migration requires a seamonkey created registry.dat file. 2004-08-13 20:58:51 +00:00
mostafah%oeone.com
76e8c0f080 sunbird should not yet update its extensions 2004-08-13 20:18:49 +00:00