bzbarsky%mit.edu
b229d3a817
Followup to bug 143512, patch by patch by Chris Thomas <cst@andrew.cmu.edu>,
...
r+sr=bzbarsky
2004-08-10 23:48:41 +00:00
bzbarsky%mit.edu
f5ed95e537
Backing out patch for bug 108817 to test whether it causes the Tp regression.
2004-08-10 23:37:43 +00:00
neil%parkwaycc.co.uk
0ddd77257b
Bug 255036 Leverage jar preprocessor to simplify chrome build (classic.jar) r=bsmedberg sr=jag
2004-08-10 22:59:43 +00:00
ben%bengoodger.com
99c06ea471
253709 form autocomplete popup placed at top left of screen on mousedown on wrong page... patch suggested by dean tessman, r+a=ben@mozilla.org
2004-08-10 22:39:00 +00:00
scott%scott-macgregor.org
4bd62fda92
Bug #255044 --> Migrate collected address book settings when migrating users from seamonkey.
2004-08-10 22:32:38 +00:00
bzbarsky%mit.edu
abb7d4ca9a
Make sure that GetFrameForPoint checks all layers of each float before moving
...
on to the next one. Bug 253572, r+sr=roc
2004-08-10 22:24:00 +00:00
scott%scott-macgregor.org
b2444dace2
Bug #2254694 --> thunderbird specific README.txt file
2004-08-10 22:22:45 +00:00
bzbarsky%mit.edu
b34ac7a3db
Remove the timer stuff in nsListControlFrame and replace it with a simple
...
boolean that's set as needed if the options change and checked in DidReflow()
to decide whether to scroll the list. Also eliminate the mPresContext member.
Bug 108817, r+sr=roc
2004-08-10 22:21:03 +00:00
bzbarsky%mit.edu
49ede9c30d
Fix nsImageWin::Draw to not screw up the source rect when printing. Bug
...
125276, r+sr=roc.
2004-08-10 22:11:33 +00:00
bzbarsky%mit.edu
13b9d0ed5b
Trying to fix Tp regression. More of bug 254378, r+sr=roc
2004-08-10 21:25:48 +00:00
blizzard%redhat.com
f37c6dd84b
Fix problems with pages that include spacing and unicode characters that generated more than one byte length utf-8 characters.
2004-08-10 20:57:26 +00:00
cbiesinger%web.de
9724da605a
Bug 252842 MIME type "image/vnd.microsoft.icon" is not recognized
...
r=tor sr=bz
2004-08-10 20:37:32 +00:00
peterv%propagandism.org
6226b16caf
Fix for bug 27382 (ownerDocument of orphan text and attr nodes is null). r+sr=bz
2004-08-10 20:37:26 +00:00
pkw%us.ibm.com
e1e2c6f9fa
Bug 248121 - "X-Mozilla-Status" and spaces inserted into received mail.
...
r/sr=bienvenu@nventure.com
2004-08-10 19:27:21 +00:00
bzbarsky%mit.edu
6ac53e9e40
Cache the IsEmpty() state in the framestate so we don't have to do quite as
...
much style-getting and QIing. Bug 254378, r+sr=roc
2004-08-10 19:09:49 +00:00
blizzard%redhat.com
fc4e482176
fix some problems with per-character spacing
2004-08-10 19:06:11 +00:00
bzbarsky%mit.edu
d8d4fd0152
Make sure that <command>s ignore any "command" attribute they may have and that
...
the target of a "command" attribute is indeed a <command>. Bug 254944, r=neil,
sr=peterv
2004-08-10 19:02:54 +00:00
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