Граф коммитов

133047 Коммитов

Автор SHA1 Сообщение Дата
brendan%mozilla.org a1e9c15ad9 Fix catch decompilation, again (245308, r=shaver). 2004-08-29 18:00:24 +00:00
neil%parkwaycc.co.uk 200c699646 Bug 253242 Some help GIFs converted to PNG p=giacomo.magnini@portalis.it r=me 2004-08-29 14:52:03 +00:00
mvl%exedo.nl 61a5dc5948 Add a "Customize toolbar" option to the view menu + whitespace cleanup
bug 256407, patch by Simon Paquet <bugzilla@babylonsounds.com>, r=mvl
2004-08-29 13:23:48 +00:00
ben%bengoodger.com 72b845e2e1 followup to 255394 - non-default search query parameter generation - fix crash in seamonkey by adding a null check, and make sure we locate general.useragent.locale in the right .properties file. 2004-08-29 11:20:46 +00:00
neil%parkwaycc.co.uk eb5758f469 Bug 257276 ConstructDocElementFrame and ConstructFrameInternal need to update their display style cache after reresolving style for XBL r+sr=dbaron 2004-08-29 09:49:31 +00:00
ben%bengoodger.com b2630feefd fix oops 2004-08-29 08:18:15 +00:00
ben%bengoodger.com c38f388c75 255394 - default search query parameter generation, r+sr=brendan@mozilla.org 2004-08-29 08:17:38 +00:00
bryner%brianryner.com d030ac5497 fixing btek bustage 2004-08-29 04:18:27 +00:00
bryner%brianryner.com a8153addf4 More nsIPresShell deCOMtamination:
- Made Get/SetAuthorStyleDisabled and ReconstructStyleData non-virtual when called internally.
- Inlined GetFrameSelection and renamed it to FrameSelection.
- Removed non-inline version of GetViewManager.
- Removed unused EnablePrefStyleRules and ArePrefStyleRulesEnabled.

Bug 253889, r+sr=roc.
2004-08-29 03:08:44 +00:00
bryner%brianryner.com 694e5e4fef Extend invalidated region by one source row in each direction so that we fully cover the rows in a scaled image which may be drawn using a given source row. This fixes the "white lines" problem with scaled images (bug 222901). r=pavlov, sr=tor. 2004-08-28 23:59:15 +00:00
neil%parkwaycc.co.uk 47af29ff4b Bug 253585 Fix incorrect link p=michael.opitz@aon.at r=rlk 2004-08-28 21:57:31 +00:00
neil%parkwaycc.co.uk ab23bed8e0 Bug 257264 Fix duplicate --> (fallout from bug 236613) p=daa@rm.incc.net 2004-08-28 21:27:38 +00:00
bryner%brianryner.com 977b93e20a Make derived bindings have the same anonymous content structure as the normal radio and checkbox bindings on Linux (bug 257173). r=ben. 2004-08-28 21:16:04 +00:00
bsmedberg%covad.net 21c11cf95c bug 257188 - check initialization of nsThread patch by CTho <cst@andrew.cmu.edu> r=dougt 2004-08-28 20:11:15 +00:00
neil%parkwaycc.co.uk 3e0d62b641 Bug 253242 Some help GIFs converted to PNG p=giacomo.magnini@portalis.it r=me 2004-08-28 20:07:59 +00:00
igor%mir2.org 5968f885ea Renaming Interpreter.State to Interpreter.CallFrame to better reflect class semantics 2004-08-28 19:19:30 +00:00
brendan%mozilla.org 4c6759b04f Preserve LIFO allocation when freeing from the middle of a pool (256642, r=shaver). 2004-08-28 18:43:50 +00:00
igor%mir2.org 22240334dc Changes to make Interpreter to recover from exceptions during execution of ScriptRuntime.getCatchObject() and during initState and do not leave runtime in inconsitent o even corrupt state. 2004-08-28 17:29:50 +00:00
neil%parkwaycc.co.uk 2d2a394fe1 Bug 254061 Fix scrollbars in popups inside scrolled frames r+sr=roc 2004-08-28 11:41:02 +00:00
neil%parkwaycc.co.uk 00646f2d21 Bug 235989 Clean up help boilerplate p=stefan_h@utfors.se r=rlk 2004-08-28 10:23:28 +00:00
jocuri%softhome.net 37bc08b389 Patch for bug 254146: make the error message clear if servertest.pl failed to find the GID for HTTPD; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=joel, a=justdave. 2004-08-28 09:05:55 +00:00
jocuri%softhome.net 79d0bbcc55 Patch for bug 248613: Custom global default platform/OS in non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk. 2004-08-28 08:58:14 +00:00
jocuri%softhome.net dcb1b43694 Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk. 2004-08-28 08:44:54 +00:00
jocuri%softhome.net bc3244b469 Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every additional Throw*Error violation in the same file; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=justdave. 2004-08-28 08:14:59 +00:00
dougt%meer.net 42c3884b3f adding WebSTAR to the list of known FTP sites. r=sspitzer, sr=darin, b=106876 2004-08-28 07:47:32 +00:00
roc+%cs.cmu.edu 44a6b0cd53 Bug 228780. Fix unused variable warning. r=roc,sr=dbaron, patch by Serge GAUTHERIE 2004-08-28 02:22:06 +00:00
roc+%cs.cmu.edu 2ffed1a13e Bug 255584. Relanding nsBoxToBlockAdaptor change that avoids adding area above and to the left of the frame origin to the scrollable area ... because we can't scroll there anyway. r+sr=dbaron 2004-08-28 02:05:28 +00:00
igor%mir2.org 9f8d8ca495 Implementing 257128: tail call optimization 2004-08-28 00:42:38 +00:00
dbaron%dbaron.org aaad759204 A user who wants to see the security confirmation (as opposed to alert) dialogs shouldn't need to check the checkbox every time (for Firefox values of default prefs). b=245655 r+sr=bryner 2004-08-27 22:10:26 +00:00
brendan%mozilla.org f63c03e649 Fix zero-width positive lookahead bustage (256798, r=shaver). 2004-08-27 21:33:05 +00:00
jst%mozilla.jstenback.com 741913b241 Fixing leak introduced by the fix for bug 256932. Make sure we release the document pointer held by the global scope polluter holds as private data early enough to let the document do its cleanup before it's too late during shutdown. r=brendan@mozilla.org, sr=dbaron@dbaron.org 2004-08-27 21:06:19 +00:00
mostafah%oeone.com f78fcc2bd1 Checked in patch for bug 257146:
Unable to change start and end dates if locale date format is unexpected
2004-08-27 17:09:04 +00:00
mostafah%oeone.com 012621b623 Checked in patch for bug 257132:
Two digit year is considered as 19xx instead of 20xx in datepicker
2004-08-27 16:53:22 +00:00
bmlk%gmx.de e3d7eb0537 xul frames should compute MEW only when they are really requested to do so, bug 256006 r/sr=dbaron 2004-08-27 16:51:05 +00:00
mkaply%us.ibm.com ac9d361139 #249229
r=neil, sr=roc, a=mkaply
Patch from doronr - certain mouse events are not fired on scrollbars
2004-08-27 16:39:01 +00:00
mcs%pearlcrescent.com ff40976c0d Commit fix for bug #244231 from ldapcsdk_50_client_branch:
Add support for generating PDB-format debug symbols with MSVC,
  by setting MOZ_DEBUG_SYMBOLS=1 in the environment. This is to
  be used in place of MOZ_PROFILE. r=wtc, dmose.
2004-08-27 13:24:29 +00:00
igor%mir2.org 5f2437939f Removal of ScriptRuntime.getThis() : it was used by nested functions or
functions declared inside with statements to ensure that their thisObj
is not with or call scope as required by ECMA-262.

But due the changes to support E4X extensions such situation can only happen
when function is accessed as expression like in

var f = function() { }
...

f()

and typically it is exactly nested the functions that are accessed in this way.
So the patch adds optimized code that always check for proper thisObj to
ScriptRuntime.getValueFunctionAndThis and removes getThis and corresponding parsing/code generation code.

In this way when nested functions are accessed  as name or property no checks are done for them and Rhino code slightly shrinks.
2004-08-27 11:37:17 +00:00
mvl%exedo.nl 41a93646b9 Use task context menu in the whole task pane
bug 155648, r=mostafah
2004-08-27 10:42:12 +00:00
dveditz%cruzio.com ea39eadbee bug 255067 reduce max image size to prevent DOS 2004-08-27 10:34:14 +00:00
scott%scott-macgregor.org 5017e14fd7 Bug #253339 --> Remove old program files when installing on top of an existing installation 2004-08-27 02:16:50 +00:00
kyle.yuan%sun.com 790b2c3d5b Missed a #else in my previous checkin for bug 239562. 2004-08-27 01:59:09 +00:00
dbaron%dbaron.org 67e0ee1634 Back out the rest of bug 72747 due to Tp regression. 2004-08-27 01:26:55 +00:00
jst%mozilla.jstenback.com 58b1c6de36 Fixing bug 256944. Adding NPClass argument to NPAllocateFunctionPtr to make it easier to work with dynamic NPClasses. r+sr=brendan@mozilla.org 2004-08-27 00:58:44 +00:00
wchang0222%aol.com 371548241e Bugzilla bug 244231: white space changes to conform to NSS's coding style.
Modified Files:
	WIN954.0.mk WINCE3.0.mk WINNT3.51.mk WINNT4.0.mk WINNT5.0.mk
	WINNT5.1.mk
2004-08-27 00:33:40 +00:00
dbaron%dbaron.org 5488196f09 Don't shadow a global variable, which allows the observer to be removed and thus fixes a leak. b=256886 r=ben sr=brendan 2004-08-26 23:53:00 +00:00
wchang0222%aol.com 3cf00d4f33 Bugzilla bug 244231: added new make variable MOZ_DEBUG_SYMBOLS which
generates debug symbols for optimized builds in PDB files.  Also took the
opportunity to remove -DEBUGTYPE:CV, which is the default and will be
removed in MSVC .NET 2005.  The patch is contributed by Brian Ryner of IBM
<bryner@brianryner.com>. r=wtc.
Modified Files:
	WIN32.mk WIN954.0.mk WINCE3.0.mk WINNT3.51.mk WINNT4.0.mk
	WINNT5.0.mk WINNT5.1.mk
2004-08-26 23:47:10 +00:00
bryner%brianryner.com ad5e004135 Add support for generating PDB-format debug symbols with MSVC, by setting MOZ_DEBUG_SYMBOLS=1 in the environment. This is to be used in place of MOZ_PROFILE. Bug 244231, r=wtc, dmose. 2004-08-26 23:08:28 +00:00
bryner%brianryner.com 92c1f27b93 Add support for generating PDB-format debug symbols with MSVC, by setting MOZ_DEBUG_SYMBOLS=1 in the environment. This is to be used in place of MOZ_PROFILE. Bug 244231, r=wtc, dmose. 2004-08-26 23:03:00 +00:00
dbaron%dbaron.org 399f49c365 Backout the CSS parts of bug 72747 to see if that fixes the Tp regression. 2004-08-26 22:35:38 +00:00
bugzilla%arlen.demon.co.uk dc3c8254a8 Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
Toolkit version p=me+other, r=mconnor
2004-08-26 22:30:36 +00:00