Benjamin Smedberg
bdefd8c146
Bug 542263 - Deallocating a scriptable object shouldn't cause us to mark the actor as invalidated. If the object is resurrected by a racing call from the other side, simply create a new NPObject on this side to represent the actor (Crash at NPObjWrapper_NewResolve with Silverlight), r=bent
...
--HG--
extra : rebase_source : bf5b31d3af69930f16af0717021cf2c5d64c5699
2010-02-03 09:09:01 -05:00
Geoff Lankow
480c28af9d
Bug 295506 - Variable tabulator width instead of fixed width of 4 spaces. r=mrbkap
2010-02-03 13:59:01 +01:00
Saint Wesonga
bc62bb2de6
Bug 180568 - Remove "Enabled" column from about:plugins. ui-r=faaborg r=jst,josh
2010-02-03 13:44:13 +01:00
Barry K. Nathan
e54cfccdb5
Bug 516027 - Tools->Downloads does not restore a minimized download window. r=josh
2010-02-03 13:42:12 +01:00
Dão Gottwald
ae80ec035a
Bug 543675 - Assignment to undeclared variable eventItem. r=mfinkle
2010-02-03 13:40:55 +01:00
Jan Gerber
7af2bd90de
Bug 526996: Expose the full file path for nsIDOMFiles to extensions. r/sr=sicking
2010-02-02 16:53:32 -08:00
Daniel Holbert
a77a952431
merge
2010-02-02 19:33:02 -08:00
Daniel Holbert
c7859b5789
Backed out changeset 0949b169357b (possible workaround for Bug 543034), since it didn't help.
2010-02-02 19:32:52 -08:00
Daniel Holbert
b8f11a3ff9
merge
2010-02-02 18:58:48 -08:00
Daniel Holbert
aaaa0e4b10
Backed out changeset c502a1a0900a (patch for bug 542263), since its test 'test_GCrace.html' failed on OSX in its first cycle.
2010-02-02 18:58:35 -08:00
Daniel Holbert
5f984b3ef1
merge
2010-02-02 18:57:41 -08:00
Daniel Holbert
7f88cb2313
Backed out changeset 8006ad2d0c06 (tests for bug 542263), since its test 'test_GCrace.html' failed on OSX in its first cycle.
2010-02-02 18:57:15 -08:00
Jeff Walden
48c994ee2a
Bug 511317 - Add a SERVER_ROOT object-state mapping to the Mochitest harness. r=sicking
2010-02-02 17:28:46 -08:00
Benjamin Smedberg
49079e3a39
Testcase for bug 542263 - crash at NPObjWrapper_NewResolve or various other places
2010-02-02 17:18:41 -08:00
Benjamin Smedberg
1f00a8ee4a
Bug 542263 - Deallocating a scriptable object shouldn't cause us to mark the actor as invalidated. If the object is resurrected by a racing call from the other side, simply create a new NPObject on this side to represent the actor (Crash at NPObjWrapper_NewResolve with Silverlight), r=bent
2010-02-02 17:18:39 -08:00
Benjamin Smedberg
6db43fb19a
revert changeset f61e06c31086 (bug 542971) since it caused bug 543376.
2010-02-02 17:18:37 -08:00
Daniel Holbert
8032ae4bbb
Bug 539585: Fix warning "warning: format '%p' expects type 'void *'" in mochitests' ssltunnel.cpp file. r=waldo
2010-02-02 16:29:19 -08:00
timeless@mozdev.org
588a2f10f3
Bug 522561 crash replying to message that has attached eml [@ strlen | nsDateTimeFormatMac::FormatPRExplodedTime(nsILocale*, int, int, PRExplodedTime const*, nsAString_internal&)]
...
r=smontagu
2010-02-02 16:29:17 -08:00
Arisu
c0a8fbd321
Bug 541465 - Regression in nsDocument.cpp disables DocumentLeak NSPR logging module.
...
r=roc.
2010-02-03 01:21:12 +01:00
Serge Gautherie
b85fed79a9
(Hv2a) /toolkit/themes/* whitespace cleanup.
...
r=dao.
(Done in: Bug 257280 - Replace [buttondown] and [buttonover] rules for some buttons of _the themes_ (and extensions/help) to work using :active and :hover rules.)
2010-02-03 01:18:55 +01:00
Daniel Holbert
1a6684fced
Bug 543034: Attempt to workaround msvc bug "fatal error C1001: An internal error has occurred in the compiler" by disabling optimizations for the tagged block of code. r=gavin
2010-02-02 14:05:47 -08:00
Daniel Holbert
2c341fb9da
Bug 543497, Patch A: Fix "warning: suggest parentheses around comparison in operand of &" in nsBinHexDecoder.cpp. r=jduell
2010-02-02 13:56:45 -08:00
Daniel Holbert
11234125d1
Bug 539585 followup: Fix new instance of "warning: format '%p' expects type 'void*'" in nsTableFrame.cpp. (no review, just fixing one new instance of this problem)
2010-02-02 12:06:58 -08:00
Daniel Holbert
336040d3c5
Bug 501423 followup: Reorder init lists to fix "will be initialized after" build warnings. r=jst
2010-02-02 12:05:24 -08:00
Daniel Holbert
f2535af536
Bug 456099 followup: Remove unneeded & unused variables introduced by earlier outparam-deletion patch. r=smaug
2010-02-02 12:05:22 -08:00
Jonas Sicking
6f2368d0b0
Bug 543696: Remove unused nsIScriptSecurityManager::CheckConnect. r/sr=mrbkap
2010-02-02 02:29:15 -08:00
Benjamin Smedberg
fb8f40b46e
Bug 542248 - ASSERTION: Shouldn't return null and NPERR_NO_ERROR (and then crash) navigation from one silverlight page to another, r=josh
2010-02-02 09:46:25 -05:00
Neil Deakin
f9c97554c3
Bug 543634, fix intermittent orange in template test by waiting until data is loaded before adding expected error messages
2010-02-02 12:18:37 -05:00
Vladimir Vukicevic
b0353d0b45
b=542885; webgl types should not be enumerable on global objects; r=smaug
2010-02-02 01:18:35 -08:00
Vladimir Vukicevic
2beaf43c12
b=543680; [webgl] use correct enum to obtain number of texture units; r=jdaggett
2010-02-02 01:18:34 -08:00
Henri Sivonen
3fa60b0eb8
Bug 540576 - Remove trailing white space from a blank document to make its body have no WS with the HTML5 parser. r=bzbarsky.
...
--HG--
extra : rebase_source : f076d370d72787b495b96895fb321e0af02457a4
2010-01-22 10:15:43 +02:00
Henri Sivonen
c4b0f9199e
Bug 533381 - Use the old parser for about:blank when HTML5 parser enabled. r=bzbarsky.
...
--HG--
extra : rebase_source : 7e1cea763fbb444ab46b4324e2960b34ecd00a9a
2010-02-02 09:39:26 +02:00
Dão Gottwald
9e53368a44
Bug 543315 - Remove obsolete use of buttonover and buttondown attributes. r=rflint
2010-02-02 08:48:16 +01:00
Dão Gottwald
1286621dd5
Bug 543317 - Remove unused toolbarmode and buttonstyle attributes. r=neil,rflint
2010-02-02 08:47:54 +01:00
Dão Gottwald
73dec0571c
Bug 543306 - tabpanels background briefly visible when opening a new tab. r=gavin
2010-02-02 08:47:11 +01:00
Karl Tomlinson
1424584cc7
backout 4dc8bdb7af6d due to 355548-2 reftest failure
2010-02-02 20:29:59 +13:00
Chris Jones
1587357bc7
Bug 535612: Set GDK_NATIVE_WINDOWS in plugin processes to work around plugins that don't interact well with client-side GDK windows. r=karlt r=roc
2010-02-02 00:28:28 -06:00
Frédéric Wang
c0e77d917e
b=219873 make math elements display:inline-block so that their height includes their children r=roc
2010-02-02 19:00:06 +13:00
Frédéric Wang
cb193b4f40
reftest for bevelled mfrac in table b=118743
2010-02-02 18:59:27 +13:00
Karl Tomlinson
95f0d08d20
b=540910 missed a timeout between parent and child X server communication
2010-02-02 18:59:08 +13:00
Karl Tomlinson
4618b955ae
backout ebca6061298f as an immediate flush should not be necessary b=540910
2010-02-02 18:29:32 +13:00
Karl Tomlinson
93b87f380c
b=537870 avoid initialized declaration in for-statement conditional for VC7.1 r=roc
2010-02-02 18:19:44 +13:00
Phil Ringnalda
b612d41a2e
Bug 542962 - Remove some zero byte files, r=dbaron
2009-12-18 21:26:13 -08:00
Daniel Holbert
69608663a0
Bug 543497, Patch C: Fix "warning: suggest parentheses around arithmetic in operand of |" in nsXULMenuAccessible.cpp. r=surkov,aaronleventhal
2010-02-01 18:46:13 -08:00
Daniel Holbert
d8f21dffff
Bug 542731, Patch D: Make nsISMILType methods protected, & only give nsSMILValue access. r=roc
2010-02-01 18:46:13 -08:00
Daniel Holbert
89ac61ebcb
Bug 542731, Patch C: Clean up nsSVGTransformSMIL* classes. r=roc
2010-02-01 18:46:13 -08:00
Daniel Holbert
268b63b5ce
Bug 542731, Patch B: Clean up nsSMILCSS* classes. r=roc
2010-02-01 18:46:13 -08:00
David Bolter
6b0a03a0bd
Bug 542702 - Remove unused variable childLength in nsXFormsAccessible::CacheSelectChildren. r=surkov
2010-02-01 21:27:35 -05:00
David Bolter
662c7c630b
Bug 542221 - DeCOMtaminate some usage of nsAccessibilityService. r=surkov
2010-02-01 21:27:32 -05:00
David Bolter
47f61f690c
Bug 543033 - Remove unused getAccessibleInWindow (in nsIAccessibleRetrieval). r=surkov
2010-02-01 21:27:24 -05:00