Commit Graph

38227 Commits

Author SHA1 Message Date
Dave Townsend
fd424104a5 Backed out changeset 4d7bde383df5 from bug 541739 due to test failures 2010-01-26 19:05:31 -08:00
Dave Townsend
1a3e8c6b28 Additional logging for bug 542387. r=gavin 2010-01-26 18:51:06 -08:00
Vladimir Vukicevic
6b2983c1c8 fix some warnings and add some xpconnect flair, r=mrbkap 2010-01-26 18:14:15 -08:00
Chris Jones
07003cf347 Final merge of debug-spew backout 2010-01-26 20:09:07 -06:00
Chris Jones
6a65c0d728 Backout 8d0ad9632fd2 2010-01-26 20:09:04 -06:00
Chris Jones
a8ac13cd85 Intermediate merge of debug-spew backout 2010-01-26 20:08:59 -06:00
Chris Jones
b42dd35ca1 Backout f861b6e0a364 2010-01-26 20:08:56 -06:00
Chris Jones
d6f00817b0 Intermediate merge of debug-spew backout 2010-01-26 20:08:52 -06:00
Chris Jones
4bbf603adf Backout b0fee4f9b8c7 2010-01-26 20:08:48 -06:00
Chris Jones
fe90ea5e99 Intermediate merge of debug-spew backout 2010-01-26 20:08:44 -06:00
Chris Jones
e12332b1d9 Backout 76bf173816e8 2010-01-26 20:08:41 -06:00
Chris Jones
a8f0455da5 Intermediate merge of debug-spew backout 2010-01-26 20:08:38 -06:00
Chris Jones
adf3681d02 Backout d87a958aab73 2010-01-26 20:08:35 -06:00
Chris Jones
85a8c4c641 Intermediate merge of debug-spew backout 2010-01-26 20:08:31 -06:00
Chris Jones
5ff8ade5f8 Backout 581822324d75 2010-01-26 20:08:28 -06:00
Chris Jones
fb901ce79e Intermediate merge of debug-spew backout 2010-01-26 20:08:25 -06:00
Chris Jones
833e7c87fc Backout 23ee84dbd7b5 2010-01-26 20:08:22 -06:00
Josh Aas
2e7df95914 Get rid of nsPluginInstanceTagList. Make this code easier to deal with and less error-prone. b=535643 r=jst 2010-01-26 20:30:58 -05:00
Ehsan Akhgari
0b7f0724fd Bug 541739 - Flaws in download cancellation checks when switching the private browsing mode; r=sdwilsh 2010-01-26 20:28:51 -05:00
Benjamin Smedberg
45f0476739 Fix bustage from bug 542337, this function doesn't exist. 2010-01-26 19:58:25 -05:00
Chris Jones
8a6a2fbd64 IPC socketpair()s should be CLOEXEC (dup2() unsets the flag for the new fd in the child process). irc-r=bsmedberg 2010-01-26 18:13:43 -06:00
Ben Turner
a5684857a3 Bug 542337 - '[OOPP] hang in test_plugin_clipping2.xhtml'. r=jimm. 2010-01-26 16:08:39 -08:00
Benjamin Smedberg
49f8520c2c Add a timeout for test_plugin_focus in order for events to be delievered to asynchronous event loops, r=jimm 2010-01-26 17:50:41 -05:00
Benjamin Smedberg
ed09a35634 Work around bug 542337 by making the testplugin not call IPDL methods to paint. 2010-01-26 17:50:01 -05:00
Benjamin Smedberg
3534762440 Fix typo in error-handling case that we rarely hit, r=trivial 2010-01-26 17:46:47 -05:00
Jim Mathies
ed02ce9b5d Bug 541362 - [OOPP] hang closing tab with Yahoo web messenger loaded. r=bent. 2010-01-26 15:40:43 -06:00
Jim Mathies
ed4ba1d2fa Bug 540052 - [OOPP] Test failure in test_plugin_focus.html. r=bent. 2010-01-26 15:40:15 -06:00
Chris Jones
7df4c01b33 Yet more temporary debug spew for diagnosing mochitest hang. 2010-01-26 14:57:16 -06:00
Benjamin Smedberg
aebc8a52c7 Bug 535564 yet another attempt - Don't inherit the leak log handle from parent to child processes: Java spawns a process which holds this handle alive beyond our shutdown, causing our test harnesses to be unable to delete it, r?jgriffin 2010-01-26 15:50:53 -05:00
Steven Johnson
cc53ad5c4e Bug 541491 - ARM_ARCH, ARM_VFP, and ARM_THUMB2 should be runtime options everywhere (r=rreitmai,nnethercote)
--HG--
extra : convert_revision : 90cd176398da34d02665e189e6311b72e8d3657d
2010-01-26 10:37:38 -08:00
Benjamin Smedberg
c2eaa59e85 More testing from bug 535564 - Move the process-log removal after we kill ssltunnel: I have a hunch that the ssltunnel process is inheriting the file handle from python. 2010-01-26 12:50:48 -05:00
Chris Jones
abf4355d51 Temporary mochitest debugging: eliminate race condition between parent exit and child minidump request. 2010-01-26 09:40:42 -08:00
Benjamin Smedberg
cdf47037d7 Bug 540604 - silverlight doesn't work with OOPP because it doesn't set the stype outparam for NPP_NewStream, and relies on us initializing the value with NP_NORMAL, r=cjones 2010-01-26 12:05:54 -05:00
Benjamin Smedberg
fff188953b Bug 535564 - automation.py: WindowsError: [Error 13] The process cannot access the file because it is being used by another process. Don't keep the PID log open all the time, but only open it when it is needed. r?griffin
--HG--
extra : rebase_source : 1072e20feb1db8a98f99de5617e416ca23efb511
2010-01-26 09:53:32 -05:00
Chris Jones
382bd97b0b More temporary mochitest hang diagnostics: kill the plugin process with SIGSEGV if it doesn't shut down within 30 seconds. 2010-01-25 18:49:02 -06:00
Karl Tomlinson
7a9997e1bf b=540910 restore flushing of Xlib requests from the parent to the server before testing from the OOP plugin 2010-01-26 13:48:16 +13:00
Benjamin Smedberg
6ff062a712 Rename Crash() to IntentionalCrash() so that automation can grep for it. Make it non-static, and add trailing instructions to it so that it isn't inlined nor tail-called away in crash reports.
--HG--
extra : rebase_source : c74c5bf161508fbc46478bba81d6bd791091485b
2010-01-25 17:26:23 -05:00
Chris Jones
e03c1f3854 More temporary debug spew to sort linux mochitest hang. 2010-01-25 14:10:12 -06:00
Benjamin Smedberg
10c46ca526 Printf-debugging to help figure out bug 535564 2010-01-25 14:33:50 -05:00
Benjamin Smedberg
003e478253 Re-enable the timer/asynccall tests now that the ChildNPObject leaks are fixed 2010-01-25 14:15:13 -05:00
Benjamin Smedberg
0ba2d6e348 Merge mozilla-central with electrolysis. 2010-01-25 11:57:19 -05:00
Benjamin Smedberg
2b12cc735a Merge electrolysis tip with intermediate merge point. 2010-01-25 11:57:00 -05:00
Benjamin Smedberg
837889eb6b Merge part of mozilla-central to electrolysis after the pushes from 21-Jan. 2010-01-25 11:56:06 -05:00
Luke Wagner
89799b298a Bug 541456 - change ConvertSupportsTojsvals not to use js_AllocStack (r=jst) 2010-01-25 08:48:07 -08:00
Igor Bukanov
836b8a84eb bug 540805 - using reference counting only for empty scopes. r=jorendorff 2010-01-27 09:50:17 +03:00
Vladimir Vukicevic
10bddbda2d b=542395; really enable typed array tracing and support JSOP_LENGTH; r=gal 2010-01-26 21:45:11 -08:00
Jeff Walden
de3dc07e82 Rearrange jsbuiltins.h's list of traceable natives by file. No bug, r=sparky 2010-01-26 18:20:04 -08:00
Igor Bukanov
7227718637 bug 541790 - do not purge again if the GC restarts. r=jorendorf 2010-01-26 22:27:09 +03:00
Luke Wagner
4040498e00 Fix ARM bustage, part deux 2010-01-26 04:41:00 -08:00
Nicholas Nethercote
8498d179bc Bug 541886 - nanojit: move compile() into class Assembler (TM-specific part). r=dvander. 2010-01-26 14:06:13 +11:00