Commit Graph

132493 Commits

Author SHA1 Message Date
mconnor%myrealbox.com
b7110e4bb1 bug 253607 - Warning: redeclaration of var column, patch by Frank Wein (mcsmurf@gmx.de), r=timeless, sr=neil 2004-08-10 17:12:02 +00:00
peterv%propagandism.org
8d23023aab Backout part of the fix for bug 27382 to try to undo Tp regression. 2004-08-10 16:16:58 +00:00
igor%mir2.org
98d50120c7 Using explicit JavaImporter constructor to make namespace for swing and using it later with the "with" statement to get access to Java classes.
In this way the example can be used in an application that does not use ImporterTopLevel.
2004-08-10 16:11:13 +00:00
mostafah%oeone.com
c23fd4c1e9 Updated translation 2004-08-10 16:08:56 +00:00
igor%mir2.org
e4d1c4896b 1. Separating compilation into bytecode and wrapping it into Script and Function instances both for the interpreter and class compiler. It is possible now to serialize the compiled interpreter bytecode and then wrap it in proper security context.
The change required to move security domain information form InterpreterData to its Scriptable wrappers. To simplify it and to make the interpreted functions to behave exactly as class compiled I merged InterpretedScript into InterpretedFunction which allowed to remove many casts and discrepancies when handling script and function instances.

2. Explicitly passing Interpreter instances to Context.compile... functions to avoid changing optimization level even temporarily.

3. Uniform initialization of class compiled and interpreted functions and scripts to avoid code duplication.
2004-08-10 16:06:56 +00:00
tor%cs.brown.edu
8b7a521e30 Bug 254771 - Remove AssertNoCSSRules(lastPresHintRN, lastAgentRN) from
nsStyleSet::FileRules.  Patch by jonathan.watt@strath.ac.uk, r=bz, sr=dbaron
2004-08-10 15:59:30 +00:00
igor%mir2.org
771b98446a In JavaAdapter.currentFactory() do not assume that there is always active Context available and fallback to ContextFactory.getGlobal() in that case. 2004-08-10 15:52:19 +00:00
mostafah%oeone.com
51adf8633f Updated translation 2004-08-10 14:28:47 +00:00
amardare%qnx.com
8dd42a87bd Changes for qnx(photon) platform only. They should not affect building/runtime other platforms.
Dnd related changes. Also remove the flag that makes all the windows resizeable by default, since
now their size should be calculated correctly.
2004-08-10 13:35:41 +00:00
mcs%pearlcrescent.com
663acc74b8 Additional fix for bug #246694 - 64-bit build: incorrect handling of
password policy response.
2004-08-10 12:36:08 +00:00
peterv%propagandism.org
45682cc199 Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r/sr=jst. 2004-08-10 10:22:36 +00:00
neil%parkwaycc.co.uk
a86fa72751 Bug 251197 Capturing mouse listeners can discover anonymous scrollbars r+sr=bz 2004-08-10 08:29:19 +00:00
ben%bengoodger.com
06fd50c106 more software update tweaks for 253220 2004-08-10 07:21:35 +00:00
ben%bengoodger.com
ffc9a10378 more on 253220 - prevent update wizard from advancing prematurely by itself when not in mismatch mode. 2004-08-10 06:37:55 +00:00
jshin%mailaps.org
0f6933d2f8 bug 240272 : additional patch (fix off-by-two error) r=ben 2004-08-10 05:55:08 +00:00
darin%meer.net
8d4ae4e25c use backslashes instead of forward slashes (oops!) 2004-08-10 05:52:33 +00:00
brendan%mozilla.org
c04118bf9e Use JSPROP_SHARED for JSOP_DEFLOCALFUN-induced nested function local variable property to avoid claiming a slot later subject to reservation for a JSOP_REGEXP-induced regexp clone (254974, r=shaver). 2004-08-10 05:13:17 +00:00
varga%nixcorp.com
7e2b172147 Fix for bug 226973. Print Preview Error (Previewing During Page Rendering/No Printer Installed) Shows Print Preview Toolbar.
r+sr=ben
2004-08-10 05:05:32 +00:00
bzbarsky%mit.edu
b09ea9029d Make sure to not call ProcessRestyledFrames if we have a non-reframe hint and
no frame.  Followup to bug 230170.
2004-08-10 04:44:10 +00:00
bzbarsky%mit.edu
94990b951c Do style reresolves and restyles due to attribute changes asynchronously so
that pages that modify two or more style properties of the same object in a row
work faster.  Bug 230170, r+sr=dbaron
2004-08-10 03:24:41 +00:00
dbaron%dbaron.org
94bc9d26c8 Fix names of constants to correspond to the new definitions of the values of the 'overflow' property. b=69355 r+sr=roc 2004-08-10 01:32:10 +00:00
ben%bengoodger.com
835333e66a 245984 - bookmarks context menu lacks mnemonics.. patch from Asaf Romano, r+a=ben@mozilla.org 2004-08-10 00:38:31 +00:00
tor%cs.brown.edu
30b7993601 Bug 234789 - SVG text ignores font-size if no unit specified.
Patch by scootermorris@comcast.net, r=tor, sr=dbaron.
2004-08-10 00:02:47 +00:00
smontagu%smontagu.org
72ee8fa00f Bug 52157: Character Encoding: Replace "More >" and "Customize..." with easier to understand names. Patch by prognathous@hotmail.com, r=mconnor. 2004-08-09 23:08:39 +00:00
ben%bengoodger.com
e03180cd94 more for 253220 - make app update reporting actually work 2004-08-09 22:43:10 +00:00
neil%parkwaycc.co.uk
c92d2393e1 Bug 253798 General or menu access keys should not affect xul menulists r+sr=roc 2004-08-09 22:22:02 +00:00
bzbarsky%mit.edu
2291b87647 Fix assert if an end tag has "attributes". Bug 143512, patch by Chris Thomas
<cst@andrew.cmu.edu>, r+sr=bzbarsky
2004-08-09 22:09:06 +00:00
vladimir%pobox.com
3a7ed7d1f9 b=218636, backup bookmarks file, r+a=ben 2004-08-09 21:44:21 +00:00
cbiesinger%web.de
8e63886ee0 Bug 80787 support non-ascii extensions in mime service, mime info, and
exthandler
r=bzbarsky sr=darin
2004-08-09 21:27:24 +00:00
bzbarsky%mit.edu
ef29a93fb9 Add DHTML performance test. Bug 169770, r=dbaron 2004-08-09 21:24:03 +00:00
bzbarsky%mit.edu
85ca7788b0 Eliminating mCharset mode of prescontex. Bug 253489, r+sr=roc 2004-08-09 21:19:15 +00:00
darin%meer.net
065fb7242c fixes bug 250900 "nsIBrowserHistory corrupts URI strings [was: crash when a long malformed URL is entered in the Location Bar [@js_CloneFunctionObject]]" r=biesi sr=neil 2004-08-09 21:17:12 +00:00
mostafah%oeone.com
a83ee5bd73 use a function for the throbber that will work in all apps 2004-08-09 20:44:50 +00:00
brade%comcast.net
65c530876e bug 254563: <editor> xul tag broken in Firefox on Windows (missing composer.xpt
which contains nsIEditingSession.xpt); r=bsmedberg
2004-08-09 20:41:14 +00:00
mostafah%oeone.com
29990d1642 Use sunbird's logo as throbber for calendar 2004-08-09 20:37:58 +00:00
mostafah%oeone.com
a7b63120f8 Add throbber image info to modern theme 2004-08-09 20:36:47 +00:00
ben%bengoodger.com
d672f877b7 242653 - README.txt mentions Mozilla, not Firefox. 2004-08-09 20:01:04 +00:00
igor%mir2.org
31ff23cd2e Simpler SyntxError handling:
Since changes to fix bug 254778 made the parser the sole source of syntax error reports, it removed the need to check for errors after tree transformation.

The patch removes those checks and moves all reporting about syntax errors into omj/Parser.java.
2004-08-09 18:04:18 +00:00
mostafah%oeone.com
7af675f7b9 Checked in patches for bug 254294 2004-08-09 17:38:08 +00:00
webmail%kmgerich.com
a5e2618622 Reworked back, forward, reload, stop icons for Mac Firefox 2004-08-09 17:16:08 +00:00
mostafah%oeone.com
e976f23ad4 Checked in attachment 155453 from bug 220075 2004-08-09 17:13:40 +00:00
mostafah%oeone.com
524372e978 Checked in new patches to bug 220075 2004-08-09 17:13:17 +00:00
igor%mir2.org
ca75e5c0c8 Fixing bug 254915: proper name lookup etc. 2004-08-09 16:57:06 +00:00
mostafah%oeone.com
2628259213 Checked in patches for bug 254737 2004-08-09 16:47:52 +00:00
neil%parkwaycc.co.uk
abb54915ac Bug 193443 Fix display of copies & folders menulists p=ian@arlen.demon.co.uk r=me sr=bienvenu 2004-08-09 16:31:39 +00:00
mostafah%oeone.com
321e116cb8 Checked in patch for bug 254743 2004-08-09 16:30:10 +00:00
mostafah%oeone.com
4725c49887 Fixed bug 254399 2004-08-09 16:10:45 +00:00
bzbarsky%mit.edu
26ac90ee08 Store all error pages in cache so view-source and history do the right thing.
Enforce the "non-caching" of error pages in MustValidate().  Bug 212650 r+sr=darin
2004-08-09 15:57:34 +00:00
tor%cs.brown.edu
cbd43e7eef Bug 243536 - Remove NS_NOTYETIMPLEMENTED from nsSVGTransformList.cpp.
Patch by jonathan.watt@strath.ac.uk, r=afri.
2004-08-09 15:21:06 +00:00
tor%cs.brown.edu
92e47fa4f7 Bug 243536 - Remove NS_NOTYETIMPLEMENTED from nsSVGTransformList.cpp.
Patch by jonathan.watt@strath.ac.uk, r=afri.
2004-08-09 14:44:54 +00:00