Igor Bukanov
ab47abb015
bug 521390 - avoid checking for malloc memory pressure when allocating GC things from free lists. r=brendan
2009-10-18 19:40:19 +04:00
Makoto Kato
cc4efd34d3
Bug 522360 - [js-ctypes] Support opening of DLLs without full path using the system PATH. r=dwitte
2009-10-18 20:11:52 +09:00
Masayuki Nakano
df751e7973
Backing out bug 520417
...
--HG--
rename : widget/src/beos/nsSystemSoundService.cpp => widget/src/beos/nsSound.cpp
rename : widget/src/beos/nsSystemSoundService.h => widget/src/beos/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.h => widget/src/cocoa/nsSound.h
rename : widget/src/cocoa/nsSystemSoundService.mm => widget/src/cocoa/nsSound.mm
rename : widget/src/gtk2/nsSystemSoundService.cpp => widget/src/gtk2/nsSound.cpp
rename : widget/src/gtk2/nsSystemSoundService.h => widget/src/gtk2/nsSound.h
rename : widget/src/os2/nsSystemSoundService.cpp => widget/src/os2/nsSound.cpp
rename : widget/src/os2/nsSystemSoundService.h => widget/src/os2/nsSound.h
rename : widget/src/photon/nsSystemSoundService.cpp => widget/src/photon/nsSound.cpp
rename : widget/src/photon/nsSystemSoundService.h => widget/src/photon/nsSound.h
rename : widget/src/qt/nsSystemSoundService.cpp => widget/src/qt/nsSound.cpp
rename : widget/src/qt/nsSystemSoundService.h => widget/src/qt/nsSound.h
rename : widget/src/windows/nsSystemSoundService.cpp => widget/src/windows/nsSound.cpp
rename : widget/src/windows/nsSystemSoundService.h => widget/src/windows/nsSound.h
2009-10-18 16:29:08 +09:00
Luke Wagner
f570fef7f9
Bug 510360 - early return in json.cpp might skip necessary postamble (r=sayrer)
2009-10-17 23:30:40 -07:00
Markus Amalthea Magnuson
c2b874d630
Bug 287162 - Mac Widget code ignores "minimizable=no" window feature, r=mano sr=roc ui-r=faaborg
2009-10-17 21:05:42 -07:00
Sebastian Andrzej Siewior
e812f65590
Bug 492299 - add support for soft-float for Linux/PPC, r=bsmedberg
...
current implemention assumes hard float what means dedicated floating
point registers are used for floating point numbers. This does not work
on soft float toolchains where dedicated floating point registers and
opcodes are not used and/or available. On such toolchains the gcc
compiler provides a built-in define __NO_FPRS__ to signalize such a
behavior.
2009-10-17 21:05:36 -07:00
Jesse Ruderman
43754a3bce
Add bug 515816's testcase as a crashtest
2009-10-17 19:35:08 -07:00
Alexander Surkov
09226e46a1
Bug 501659 - HTML table's isRowSelected/isColumnSelected shouldn't fail if row or column has cell holes, r=davidb
2009-10-18 10:38:27 +08:00
Brendan Eich
0df3feeb42
Fix js_Emit1 return value tests (522920, r=dvander).
2009-10-17 18:42:58 -07:00
Sebastian A. Siewior
2f26d35176
Bug 520367 - xpcom/PowerPC Linux: fix wrong argument in padding in a rare case, r=bsmedberg
2009-10-17 18:19:29 -07:00
Saint Wesonga
e3c12a40d1
Bug 467988 - delete unused test files after speeding up canvas mochitests, r=roc
2009-10-17 18:19:26 -07:00
Robert Sayre
37fdf0cb2f
WINCE bustage fix
2009-10-17 13:54:48 -04:00
Robert Sayre
4d357701ab
Merge
2009-10-17 11:58:27 -04:00
Alfred Kayser
2f6c7190a3
Bug 511754 - make nsZipItems point at ZipCentral references to mmapped jar area r=tglek
2009-10-17 17:54:54 +02:00
Robert Sayre
8752a8a2ad
Merge tracemonkey to mozilla-central.
2009-10-17 11:54:50 -04:00
Olli Pettay
33365a4e60
Bug 506961 - Add a method to get jsdIValue from JS implemented event listeners, r=bz
...
--HG--
extra : rebase_source : 93d446c1c94512be8cc0dc208c0bf8f1cd3cc936
2009-10-17 17:40:44 +03:00
L. David Baron
8d4df33d5b
Increase transitions test bezier tolerance to 0.0015 since bug 522862 comment 0 has an example that requires it to be 0.0012. (Bug 522862, Bug 435441)
2009-10-17 10:56:38 -04:00
L. David Baron
419becffc1
Make ReResolveStyleContext no longer rerun selector matching on next-continuations by making both ReResolveStyleContext and ReParentStyleContext enforce the invariant that all continuations have the same style context. (Bug 522563) r=bzbarsky
2009-10-17 10:31:47 -04:00
L. David Baron
a24de14a8f
Add comment about additional place new system metrics should be added.
2009-10-17 10:31:47 -04:00
Masayuki Nakano
4acf47e1e9
Bug 520417 Redesign nsSound structure r+sr=roc
...
--HG--
rename : widget/src/beos/nsSound.cpp => widget/src/beos/nsSystemSoundService.cpp
rename : widget/src/beos/nsSound.h => widget/src/beos/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.h => widget/src/cocoa/nsSystemSoundService.h
rename : widget/src/cocoa/nsSound.mm => widget/src/cocoa/nsSystemSoundService.mm
rename : widget/src/gtk2/nsSound.cpp => widget/src/gtk2/nsSystemSoundService.cpp
rename : widget/src/gtk2/nsSound.h => widget/src/gtk2/nsSystemSoundService.h
rename : widget/src/os2/nsSound.cpp => widget/src/os2/nsSystemSoundService.cpp
rename : widget/src/os2/nsSound.h => widget/src/os2/nsSystemSoundService.h
rename : widget/src/photon/nsSound.cpp => widget/src/photon/nsSystemSoundService.cpp
rename : widget/src/photon/nsSound.h => widget/src/photon/nsSystemSoundService.h
rename : widget/src/qt/nsSound.cpp => widget/src/qt/nsSystemSoundService.cpp
rename : widget/src/qt/nsSound.h => widget/src/qt/nsSystemSoundService.h
rename : widget/src/windows/nsSound.cpp => widget/src/windows/nsSystemSoundService.cpp
rename : widget/src/windows/nsSound.h => widget/src/windows/nsSystemSoundService.h
2009-10-17 21:53:47 +09:00
Marco Bonardo
968604e1d4
Bug 518970 - New experimental rewrite of browser_394759_privatebrowsing.js (constant random failure)
2009-10-17 14:37:42 +02:00
Marco Bonardo
36397bbd2a
Backout experimental changes to randomly failing sessionstore browser tests (uneffective)
2009-10-17 14:37:35 +02:00
Igor Bukanov
9a72bdfc06
bug 522775 - fixing GC free list management. r=brendan
2009-10-17 12:57:14 +04:00
Graydon Hoare
450c1aba4f
Bug 522834 - Minor merge bits from Tamarin, r=gal.
2009-10-16 18:01:54 -07:00
Graydon Hoare
6e8c9a6cd7
Bug 522773 - pick up some ARM changes, r=dvander.
...
--HG--
extra : rebase_source : e17665fc13bc4ad6e8e7f963d426145fe1dc9f5d
2009-10-16 14:26:17 -07:00
Peter Van der Beken
39d97011a4
Address drive-by review comment for bug 518669 (Remove a QI and AddRef/Release from nsNodeUtils::CloneAndAdopt).
...
--HG--
extra : rebase_source : 2d4f78b2b0dfb2ff2663a4ca19e5be5926c97f0c
2009-10-16 16:00:38 +02:00
Hugues Fournier
6b5990c71e
Bug 505037 - ".&" or some control chars in filenames of a local file causes it to break directory view when you browse to it or go directly. r=biesi
2009-10-17 12:39:01 +02:00
Tanner M. Young
66f4593676
Bug 432118 - "My Yahoo" should be "My Yahoo!" in the list of feed handlers. r=sayrer
2009-10-17 10:07:27 +02:00
Wolfgang Rosenauer
3a4c0da63f
Bug 327323 - Can't "Open with" files that are send as application/octet-stream (Linux). r=bzbarsky
2009-10-17 09:53:12 +02:00
Dão Gottwald
f26d251498
Bug 513420 - fix browser_privatebrowsing_windowtitle.js sporadic failure. r=ehsan
2009-10-17 08:37:57 +02:00
Dão Gottwald
7d3d4c445f
Bug 521766 - about:privatebrowsing onload handler needlessly delays work. r=ehsan
2009-10-17 08:36:37 +02:00
timeless@mozdev.org
6232c26818
Bug 514638 windowmediator should let go of its windows at xpcom-shutdown
...
r=bs
2009-10-17 08:20:08 +02:00
Dão Gottwald
77697cf4ce
browser_pageInfo.js cleanup
2009-10-17 08:14:22 +02:00
Jeff Muizelaar
2ad75488a2
Bug 519589. Add some tests for GIF transparency.
...
This is the begining of the long needed GIF test suite.
2009-10-17 00:06:36 -04:00
Blake Kaplan
b9fcae7b24
Make this message not catch the tinderbox's error parser.
2009-10-16 18:03:54 -07:00
Taras Glek
dcdc7a14e5
Bug 522141: Don't crash on fasl close
...
--HG--
extra : rebase_source : ec9a5bf70b7b6acc2b9c16dca8d33da277278ac1
2009-10-16 17:17:55 -07:00
Ben Hsieh
d92538f293
Bug 522025 - Incessant slew of GetURLSpecFromFile warnings. r=taras
2009-10-16 16:59:02 -07:00
Dan Witte
bc99ddf1b7
tweak assertion.
2009-10-16 16:50:57 -07:00
Dan Witte
1e72a4964a
merge.
2009-10-16 16:17:43 -07:00
Dan Witte
7911153c5a
test failure fix.
2009-10-16 16:16:31 -07:00
Daniel Holbert
1ac2adcf94
bug 522779: use nsTArray::Contains() instead of checking nsTArray::IndexOf() against various sentinel values, in three places in layout. r=dbaron
2009-10-16 15:49:30 -07:00
Jonathan Griffin
15b6ef249f
Bug 518940. Amend NPN_InvokeDefault tests to include multiple-argument and no-argument tests.
...
--HG--
extra : rebase_source : 65df67027083f5474a3a82297b9a597b8458d06f
2009-10-16 15:29:15 -07:00
Rob Arnold
bb653feba8
Bug 522416 - Tab Previews must not do synchronous HTTP requests.
...
Fixes a startup crash and unit tests.
r=vlad
--HG--
extra : rebase_source : 003b29893d97b13820648cd5a1a3277e5d8b3946
2009-10-16 15:02:27 -07:00
Shawn Wilsher
dece9e2c28
Bug 522416 - Tab Previews must not do synchronous HTTP requests.
...
This changes the tab preview code to make asynchronous requests for the image
data via NetUtil.asyncFetch.
r=vlad
--HG--
extra : rebase_source : 80fd8a453099929baea7c7dd9ccff5c59de688c0
2009-10-15 17:11:34 -07:00
Steven Johnson
f8900ba460
Bug 522772 - add missing ifdef FEATURE_NANOJIT, r=dvander.
...
--HG--
extra : rebase_source : 502eecf14545dd14a4404a2d2cb418dafb36a2fb
2009-10-15 16:39:00 -07:00
Jim Blandy
68e4caa81d
No bug: Ignore idutils index files wherever they appear; ignore SpiderMonkey test logs. r=jorendorff
2009-10-16 11:48:16 -07:00
Igor Bukanov
9abb566b74
bug 505315 - constructing GC free lists during finalization. r=brendan
2009-10-16 10:10:54 +04:00
Shawn Wilsher
2093fcffbe
Bug 522416 - Add an asyncFetch method on NetUtil.jsm
...
This adds an asyncFetch method on NetUtil that will open a channel
asynchronously and provide the consumer with an input stream upon completion.
r=bz
sr=vlad
--HG--
extra : rebase_source : bbeffb5669ba0f040773fca5faca28494982ff94
2009-10-15 16:16:01 -07:00
Atul Varma
a55cc3112d
Bug 522764 - Add mochitests for COWs. r=mrbkap
2009-10-16 15:19:01 -07:00
Dan Witte
ef10227832
fix bustage.
2009-10-16 14:26:00 -07:00