jocuri%softhome.net
34dd0a955c
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
59ed7fd39d
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
7b1a85f11a
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
9db74478da
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
3aa85b6fa6
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
8eb18ba2ca
Implementing 257128: tail call optimization
2004-08-28 00:42:38 +00:00
dbaron%dbaron.org
ce98b93dff
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
4aa8cd6458
Fix zero-width positive lookahead bustage (256798, r=shaver).
2004-08-27 21:33:05 +00:00
jst%mozilla.jstenback.com
376c9e5ad7
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
78e6b08b52
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
86c69ea432
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
59e5b7d012
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
cde0e4d87c
#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
a40ebbb569
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
1c4a403de2
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
de062e9dad
Use task context menu in the whole task pane
...
bug 155648, r=mostafah
2004-08-27 10:42:12 +00:00
dveditz%cruzio.com
65730c0a8a
bug 255067 reduce max image size to prevent DOS
2004-08-27 10:34:14 +00:00
scott%scott-macgregor.org
df7a253f4b
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
66768b7955
Missed a #else in my previous checkin for bug 239562.
2004-08-27 01:59:09 +00:00
dbaron%dbaron.org
c200b49750
Back out the rest of bug 72747 due to Tp regression.
2004-08-27 01:26:55 +00:00
jst%mozilla.jstenback.com
d4ddaa905a
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
7ff2579a00
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
bd35d9d2e1
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
c8d6d27ebc
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
a6147dad9a
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
70f2f266cb
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:01 +00:00
dbaron%dbaron.org
c1681a238f
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
a58c184dbf
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
neil%parkwaycc.co.uk
f55cf75a68
Make it possible to reverse the filtered newsgroup subscription list b=248267 r/sr=bienvenu
2004-08-26 22:16:52 +00:00
dbaron%dbaron.org
00a887382c
Fix debug bustage. b=72747
2004-08-26 19:12:05 +00:00
neil%parkwaycc.co.uk
d338e9f257
Bug 252119 <key keycode="VK_RETURN"> should not see an Enter key pressed in a timed textbox r=varga sr=bryner
2004-08-26 18:49:05 +00:00
bienvenu%nventure.com
b2204e0e44
fix SendDocument, add more logging 256803 sr=mscott
2004-08-26 17:57:17 +00:00
dbaron%dbaron.org
5948a3cb75
Implement 'overflow-x' and 'overflow-y' CSS properties, long implemented by IE for Windows and proposed for CSS3. Implement scrolling='yes' and equivalents on frame and iframe. Various pieces of related cleanup (see comment 22 in bug). b=72747 r+sr=roc
2004-08-26 17:11:20 +00:00
mostafah%oeone.com
823304d242
Make sunbird recognize the .ics extension as a text/calendar MIME type
...
First step in resolving bug 256890: Provide a way to tell calendar to reload a calendar file
2004-08-26 16:15:11 +00:00
jst%mozilla.jstenback.com
4922d26c8c
Forgot to check this in with the fix for bug 256932.
2004-08-26 15:08:20 +00:00
steffen.wilberg%web.de
d63f851f10
Bug 256968: Minor mismatch between table of contentsand section headers; also fix some broken links.
2004-08-26 15:02:53 +00:00
mvl%exedo.nl
7131178596
fixes for editing categories in calendar prefs
...
bugs 254613, 254614 and 256984, r=mostafah
2004-08-26 14:20:31 +00:00
timeless%mozdev.org
dedf389ac9
Bug 230969 Warning: redeclaration of var categoryList
...
patch by jw6057@bacon.qcc.mass.edu r=timeless sr=neil
2004-08-26 14:05:44 +00:00
steffen.wilberg%web.de
54accefe8b
Bug 232399: dragging links to the bookmarks button should open the 'Add Bookmark' dialog. r=mconnor
2004-08-26 14:05:15 +00:00
steffen.wilberg%web.de
1d994460df
Bug 256706: Make Help UI more like the main browser UI (terms, order of menuitems). p=jwalden, r=me
2004-08-26 13:46:23 +00:00
timeless%mozdev.org
9899ad128b
Bug 254394 mozilla nsHttpHandler PR_Assert WellOrdered
...
patch by jw6057@bacon.qcc.mass.edu r=darin sr=darin
2004-08-26 13:45:28 +00:00
timeless%mozdev.org
c14a6d8a65
Bug 231893 progressListener.QueryInterface should not throw NS_NOINTERFACE for nsISupports
...
patch by jw6057@bacon.qcc.mass.edu r=timeless sr=neil
2004-08-26 13:42:40 +00:00
timeless%mozdev.org
fb1b2a3df7
Bug 255328 mkdepend command line defines may be broken
...
http://www.mozilla.org/hacking/portable-cpp.html#no_cpp_comments_in_c
caught by m.calderbank@iname.com
2004-08-26 13:33:19 +00:00
steffen.wilberg%web.de
0cd20b929c
Bug 256905: Fix broken link. p=jwalden, r=rlk
2004-08-26 13:25:01 +00:00
bsmedberg%covad.net
cc4b31a631
Bug 256076 - salt profiles 8.profilename instead of profilename.3 (and fix 255238 in the process) r=dveditz sr=brendan
2004-08-26 12:59:12 +00:00
mostafah%oeone.com
2f04154b20
Updated translation
2004-08-26 12:55:29 +00:00
roc+%cs.cmu.edu
34a39349e6
Relanding fix for bug 253977, now that state bits prevent GetOverflowLines from being expensive. Fix a few columns-hurting block bugs. 1) Always drain overflow lines on any kind of block reflow. 2) Set NS_FRAME_REFLOW_NEXTINFLOW in the reflow status whenever reflow of the block's next-in-flow is required. 3) Search overflow lines when we're looking for frame continuations to delete. 4) Show overflow area in nsContainerFrame frame dump. r+sr=dbaron
2004-08-26 12:38:50 +00:00
timeless%mozdev.org
5dccbf31f6
Bug 256615 crash when calling nsIThread.state before calling nsIThread.init [@ PR_GetThreadState]
...
patch by cst@andrew.cmu.edu r=dougt
2004-08-26 12:31:56 +00:00
dbaron%dbaron.org
6897ffa2e4
Clean up excessive copy-and-paste of scrollframe building code in ConstructXULFrame. b=256910 r+sr=roc
2004-08-26 08:34:40 +00:00
jst%mozilla.jstenback.com
1238616f0a
Fixing bug 250862. Prevent javascript: and data: URLs from being dropped into the content area. r=caillon@gmail.com, sr=dveditz@cruzio.com
2004-08-26 07:47:38 +00:00