Commit Graph

146763 Commits

Author SHA1 Message Date
igor%mir2.org
c668b3c584 1. Replacing cx.getSourcePositionFromStack by Context.getSourcePositionFromStack since the method is static.
2. That allowed to remove Context.getCurrentContext() call before.
2005-08-30 07:58:33 +00:00
igor%mir2.org
ef2989bbd2 Yet another update of JS function as Java interface implementation to print explicit error messages when conversion is not possible. 2005-08-30 07:50:08 +00:00
brendan%mozilla.org
48765162d8 Generic static method automation to simplify things for callers of generic prototype methods (304828, r=mrbkap, sr=shaver). 2005-08-30 04:28:45 +00:00
bzbarsky%mit.edu
fd98f06afb Implement :enabled and :disabled CSS pseudo-classes. Bug 84400, patch by Allan
Beaufour <allan@beaufour.dk>, r+sr=bzbarsky
2005-08-30 03:31:47 +00:00
scott%scott-macgregor.org
0aa24c56b9 try to fix some obscure official branding bustage 2005-08-30 02:58:32 +00:00
dougt%meer.net
fef4a206ce Making linux default to 240x320 -- a common device screen resolution 2005-08-30 02:52:35 +00:00
bzbarsky%mit.edu
e9f389b855 Fix assertion bug 303006, r+sr=dbaron 2005-08-30 02:36:47 +00:00
dougt%meer.net
1bb63c7548 dll->so, removing installed-chrome 2005-08-30 00:42:27 +00:00
darin%meer.net
2f04acaa5c Repair some broken networking tests. 2005-08-30 00:30:38 +00:00
dougt%meer.net
2b80599aad Not using host tools for linux 2005-08-30 00:27:57 +00:00
mrbkap%gmail.com
896d2331f1 bug 289628: Emulate Perl's handling of invalid min/max quantifiers (and match other browsers). r=brendan 2005-08-30 00:25:49 +00:00
dougt%meer.net
9300414a6d adding a linux packaging script npodb 2005-08-30 00:21:46 +00:00
mozilla.mano%sent.com
c0b4b5b219 Bug 301129 - Typo error in Pinstripe's popup.css. patch from Stefan <stefan_h@hem.utfors.se>, r=me. 2005-08-29 23:36:23 +00:00
igor%mir2.org
86a29d689a Fixing copy-source target to generate proper distribution jars. 2005-08-29 23:24:05 +00:00
mark%moxienet.com
344d5a9208 Bug 289334, Download manager text is cut off if too long. Set truncation on NSTextFields. Fix by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=me 2005-08-29 22:51:33 +00:00
mozilla.mano%sent.com
cc285f3be3 my last checkin was bug 302164 2005-08-29 22:45:31 +00:00
vladimir%pobox.com
63880718a9 b=268553, can't add new folder on bookmarks toolbar after having deleted a folder, r=mano 2005-08-29 22:23:49 +00:00
mozilla.mano%sent.com
ace0aa7504 Bug 302165 - add accesskeys to the 'Remember Password' dialog. r=vladimir. 2005-08-29 22:17:37 +00:00
vladimir%pobox.com
fcfb1390ee b=304499, bookmark all tabs menuitem not properly enabled/disabled, r=mano 2005-08-29 22:09:37 +00:00
mrbkap%gmail.com
17f1097d7e bug 306164: The global scope polluter is not reinstalled when document.write is used. r+sr=jst 2005-08-29 22:04:39 +00:00
mozilla.mano%sent.com
f3ce4771c5 Bug 306185 - Mac updater description string is cropped. r=mento. 2005-08-29 21:17:26 +00:00
jwalden%mit.edu
88fc1e39eb Previous checkin was for bug 305998 2005-08-29 20:30:30 +00:00
jwalden%mit.edu
738d154ba2 Improve the new netError.dtd for Firefox 1.5 (package as an override of the default ones). r=mconnor 2005-08-29 20:27:23 +00:00
jwalden%mit.edu
4663dc3a07 Bug 305994 - Remove [Check Now...] button from Options > Advanced > Update. r=mconnor 2005-08-29 20:16:22 +00:00
mark%moxienet.com
842bfa1258 Bug 305314, Save as plain text sometimes fails to use correct extension. Append correct extension. Patch by Nick Kreeger <nick.kreeger@gmail.com>. Camino-only. r=pinkerton 2005-08-29 20:06:55 +00:00
dbaron%dbaron.org
65ae4fc59e Base factor line-height values on the same concept of font size as em-based line-height values. b=196270 r+sr=bzbarsky 2005-08-29 19:30:06 +00:00
igor%mir2.org
3a40845319 Cleanup of JS function as Java interface implementation:
1. I removed caching of indicators of which types to convert: it just consumes extra memory without any noticeable benefits.

2. Better comments.
2005-08-29 19:27:17 +00:00
bsmedberg%covad.net
2e8911c94f Bug 302099 - Embedding libxul (part 1) - XRE_GetStaticComponents - r=darin 2005-08-29 19:27:16 +00:00
bsmedberg%covad.net
965bd346b8 From bug 296561 (see bug 302099) - remove old static-build remnants that are no longer used r=darin 2005-08-29 19:24:20 +00:00
mvl%exedo.nl
15ad777e62 create new events with floating datetime, to prevent problems with recurrence and views.
bug 306148, r=jminta (frontend part), r=dmose (calDateTime changes)
2005-08-29 18:48:47 +00:00
bsmedberg%covad.net
5cd717ba92 Bug 304987 - localized installers create shortcuts + registry keys with $ProductName$ un-expanded, and config.ini has hardcoded "en-US" r=Chase 2005-08-29 17:57:10 +00:00
smfr%smfr.org
9168e67f0b Fix bug 242906 and bug 181158: wrong context menu and possible crash when context-clicking on embeds. We were keeping stale, non-owned pointers to DOM nodes in the BrowserWindowController. Fixed by clearing out those pointers when we get back to the main event loop (making use of the autorelease of a little dummy object). r=pinkerton 2005-08-29 17:55:07 +00:00
mvl%exedo.nl
e64a2bc4cb use .compare the right way, to make non-conflicting events show up in the
same column.
bug 306314, r=jminta
2005-08-29 17:53:57 +00:00
mozilla.mano%sent.com
6435df665d Bug 306255 - [Mac] the 'Folder' button in the download manager isn't keyboard accessible. r=kevin. 2005-08-29 17:43:22 +00:00
dougt%meer.net
dcd1ec49ed This wasn't a MINIMO problem, but rather a static build problem. NPODB 2005-08-29 17:38:01 +00:00
tor%cs.brown.edu
506c1839ac Build bustage fix - curse case insensitive filesystems! 2005-08-29 16:44:22 +00:00
jminta%gmail.com
4bcb11b5ca Backing out patch from Bug 306241, can break getContrastingTextColor r=mvl 2005-08-29 16:43:26 +00:00
scott%scott-macgregor.org
2290538cdc Bug #302486 --> Port the Firefox changes for: PAC edit box plays games with URI fixup as you type
to Thunderbird.
2005-08-29 16:39:14 +00:00
tor%cs.brown.edu
e39bb24871 Bug 282579 - observe path of <textPath> so we invalidate properly. r=afri 2005-08-29 16:28:54 +00:00
smfr%smfr.org
1469ecb299 Fix bug 208601: DocumentViewerImpl::GetCanGetContents() was incorrectly returning false for text fields, because it was looking at the document's selection, rather than the text field selection. Fix by exposing nsIPresShell::GetSelectionForCopy(), and calling that. This fixes the Services menu in Camino to work in text fields. r/sr=roc. 2005-08-29 15:19:13 +00:00
smfr%smfr.org
cd50c324c2 Fix the signatures of NPN_PushPopupsEnabledState(), NPN_PopPopupsEnabledState() (fallout from bug 176079). r/sr=jst, a=brendan. 2005-08-29 15:09:21 +00:00
igor%mir2.org
44c06a2fa5 Yet another improvement in not-a-function reporting. Now for foo.bar() when bar does not exist Rhino prints "Can not find function bar" 2005-08-29 14:59:27 +00:00
cltbld
eb13b88b64 Automated update from host egg 2005-08-29 14:31:21 +00:00
neil%parkwaycc.co.uk
dd0435e0f3 Make _WIN32_WINN% default to 0x400 c.f. WINVER should fix bug 305187 b=bsmedberg 2005-08-29 14:22:33 +00:00
cbiesinger%web.de
1ccfc806bf bug 229737 use documentURI as the URI for which to store the favicon
patch by mconnor r=biesi sr=neil
2005-08-29 14:02:30 +00:00
smontagu%smontagu.org
b21942d686 Release the correct pointer in implementations of SetOutputErrorBehavior. Bug 295145, patch by Frank Wein <bugzilla@mcsmurf.de>, r=jshin, sr=dbaron 2005-08-29 13:58:56 +00:00
neil%parkwaycc.co.uk
303c683415 Frame processing needs to happen before bubbling system event group handlers in order to fix bug 300227 and thus properly fix bug 298894 r=jst sr=bz 2005-08-29 13:41:11 +00:00
igor%mir2.org
738a8a6d14 Removal of useless import statementes. 2005-08-29 13:25:32 +00:00
cbiesinger%web.de
5f30ec027c Bug 306260 call methods of the direct base class, instead of
nsGenericHTMLElement
r+sr=bz
2005-08-29 11:06:19 +00:00
igor%mir2.org
cad58c28dd Implementing bug 306308: now java.lang.reflect.Proxy is used for function->interface conversion 2005-08-29 10:57:30 +00:00