Makoto Kato
11a6547b5b
Bug 570882 - Need assembler optimization for VPX on Windows x64. r=cpearce
2010-06-09 20:18:51 +09:00
Mark Banner
6b3f68589f
Disable TestWinDND.cpp due to permanent test failures on non-libxul apps - i.e. not Firefox, as it isn't run in those configurations. Bug 565392 will fix and re-enable.
2010-06-09 09:52:38 +01:00
Henri Sivonen
bc7b4334b3
Bustage fix for bad merge of bug 569538.
2010-06-09 11:23:25 +03:00
Henri Sivonen
7fa5b05a40
Bug 563514 - Avoid leaking or misplacing attributes on stray <html> and <body> tokens in the innerHTML case. r=jonas.
...
--HG--
extra : rebase_source : 174666b3ec6c0a7e6251fe34b6bf23c499ad3575
2010-06-09 09:44:25 +03:00
Henri Sivonen
90f4e3fcbc
Bug 568800 - Make &foo= not expand in an attribute value. r=sicking.
...
--HG--
extra : rebase_source : ae54f51fba1896ac1545b003edf379c21e609d47
2010-06-02 14:01:57 +03:00
Peter Van der Beken
af2c89c538
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3j - use fast unwrapping for nsIDOMElement_. r=jst.
...
--HG--
extra : rebase_source : f4cbf4af1213028818e48cd8c3c4200dab2b6c5e
2010-05-31 22:49:44 +02:00
Peter Van der Beken
8d54bc7760
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3i - use fast unwrapping for nsIDOMDocument_, nsIDOMNSDocument_, nsIDOM3Document_. r=jst.
2010-05-31 22:46:56 +02:00
Peter Van der Beken
9d3d2c1e46
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3i - use fast unwrapping for nsIDOMDocument_, nsIDOMNSDocument_, nsIDOM3Document_. r=jst.
2010-05-31 22:46:56 +02:00
Peter Van der Beken
1c10d19031
Fix for bug 560462 (Use fast unwrapping for more quickstubs), part 3h - use fast unwrapping for nsIDOMNSHTMLElement_. r=jst.
2010-05-31 22:40:42 +02:00
Makoto Kato
3202600c4c
Bug 568467 - trace-malloc support for Windows x64. r=dbaron
2010-06-04 16:53:02 +09:00
Ben Turner
a625ca95e9
Make requests and transactions have functional abort(), readystate too.
2010-05-31 12:06:47 -07:00
Frederic Plourde
a021d2071f
Bug 536273 - e10s HTTP: get POSTs working. r=jduell
2010-05-30 15:30:28 -07:00
Ben Turner
901ac98034
Remove alert from a test, oops.
2010-05-30 15:29:15 -07:00
Ben Turner
403a6f141c
Properly implement null keys (with UUIDs for now)
...
--HG--
rename : dom/indexedDB/test/test_null_key_uniqueness.html => dom/indexedDB/test/test_null_keys.html
2010-05-30 11:14:13 -07:00
Ben Turner
438b20ac44
Don't allow writers to starve
2010-05-28 22:45:24 -07:00
Ben Turner
d2fb9aee66
Add another failing test so I don't forget about it
2010-05-28 18:45:19 -07:00
Ben Turner
f8776516fc
Update schema to fix uniqueness problems
2010-05-28 18:41:52 -07:00
Doug Turner
c3d22c5324
Bug 567831 fennec appears to have an infinite throbber, loads page but doesn't fire onload. r=jduell
...
Same bug as Bug 566388 - [e10s] Not all nsIWebProgress events are being delivered within the content process
2010-05-28 17:26:45 -07:00
Ben Turner
4704162c1a
Merge mozilla-central
2010-05-28 17:01:31 -07:00
Dan Witte
da1b52ad84
Back out failing tests.
2010-05-28 16:58:06 -07:00
Ben Turner
dbfb8d871b
Use sqlite3_unlock_notify() to prevent concurrent writers from crapping out
2010-05-28 16:57:07 -07:00
Vladimir Vukicevic
0c765f221e
b=520136; clear canvaselement member on SetCanvasElement; r=joe
2010-05-28 16:41:02 -07:00
Blake Kaplan
f93188d433
Fix bustage.
2010-05-28 16:18:23 -07:00
Dan Witte
d99ca957a2
Try to fix randomly failing test.
2010-05-28 16:00:19 -07:00
Vladimir Vukicevic
1a00421b87
b=551771; WebGL calls broken with boolean args in loop (qsgen octet handling); also rename all WebGL types to avoid conflicts with system GL types; r=jorendroff,joe
2010-05-28 15:52:39 -07:00
Blake Kaplan
569e36bde1
Bug 517636 - Assigning through wrappers defeats the "fast expando" optimization. r=jst
2010-05-28 15:40:41 -07:00
Blake Kaplan
54ca1d9bd6
Bug 545314 - Force an inner window here so that we return a working location object. r=peterv
2010-05-28 15:40:29 -07:00
Blake Kaplan
b57a6ad5d3
Bug 566846 - Make sure the engine knows that wrapper iterators are real iterators. r=gal
2010-05-28 15:20:52 -07:00
Ian Neal
6cd925c5b1
Bug 567782 - Fix theme for menuitems of type radio that can be both checked and selected
...
f=mstange moa=dao
2010-05-28 23:12:43 +01:00
Robert Strong
f53301ea3d
Bug 567184 - A bootstrap add-on with a target app version less than the current app version is enabled when installed. r=dtownsend
2010-05-28 14:46:38 -07:00
Dan Witte
f294fb5cbf
Fix persistent cookie tests. b=565475
2010-05-28 14:15:14 -07:00
Vladimir Vukicevic
3625225c0f
backing out c60092, due to silly OSX includes
2010-05-28 13:16:03 -07:00
Vladimir Vukicevic
a884b795f3
b=551771; glboolean args to WebGL calls broken on trace (qsgen octet args); r=jorendorff
2010-05-28 12:59:28 -07:00
Timothy Nikkel
008c2e97a6
Bug 561981. Guard against nsFrameLoader::Show flushing and re-entering or destroying us. r=smaug
2010-05-28 14:34:50 -05:00
Steffen Wilberg
5b32c50f77
Bug 565460: Remove styling for treechildren[alternatingbackground=true], because odd row highlighting is now the default in trees with more than 1 column (Bug 282127). r=dao
2010-05-28 21:10:28 +02:00
Gavin Sharp
ee319504b3
Bug 567521: back out part of patch from bug 560095 (changeset 79cbadb26768) to fix winEmbed bustage
...
--HG--
extra : rebase_source : 7865ac26aa145ae7d05c0e41bd704dddd2d5aa0a
2010-05-28 14:58:27 -04:00
Dan Witte
55ad01989c
Bug 568644 - e10s: remote nsIPrefBranch::GetChildList(). r=jdm
2010-05-28 11:09:15 -07:00
Ehsan Akhgari
a7d5ec967f
Mark four reftests as random (bug 504698)
2010-05-28 12:31:44 -04:00
Mounir Lamouri
620c278bb8
Bug 567098 - Remove setTimeout's in autofocus tests; r=ehsan
2010-05-28 12:28:31 -04:00
Ben Turner
631c2c06eb
Add test that fails to remind me to fix this case
2010-05-28 02:56:51 -07:00
Ben Turner
6b7125230f
Tie up some loose ends, make readonly transactions throw on modification operations, tighten up key rules and make sure modify always returns the right key
2010-05-28 02:51:16 -07:00
Ben Turner
3603eb5982
Remove silly comment
2010-05-28 01:30:19 -07:00
Ben Turner
4a0f7c988c
Prevent overlapping transactions from running concurrently (using read-write lock behavior)
2010-05-28 01:23:07 -07:00
William Maddox
2166eb30ff
Support arithmetic with branch on overflow on MIPS -- bug 560926 (r=rreitmai+)
...
Adds support for MIPS target lacking in earlier patch.
Bug 560926 - Add support for arithmetic with branch on overflow
We simply extend the existing logic for exit-on-overflow in the
manner done for other targets. There appear to other issues
with oveflow detection in general that are not dealt with here.
--HG--
extra : convert_revision : 3a62ee8cc7d6caf63cbd594f71814c8e8f3d4f7a
2010-05-27 18:00:45 -07:00
Ehsan Akhgari
86b648da9d
Bug 565508 - Remove the ugly hacks for copying the right thing from about:privatebrowsing once bug 39098 is fixed; r=dao
...
--HG--
extra : rebase_source : 5e3986af49096c88f2e038d774cbcc53a26436aa
2010-05-27 20:34:06 -04:00
Ehsan Akhgari
24e588b137
Bug 562962 - unit test fail: reftest/tests/layout/reftests/editor/xul/empty-1.xul; r=roc
...
--HG--
extra : rebase_source : 3eed1d5c49f3efeef22e8662406c6adb46dc2dac
2010-05-27 19:52:26 -04:00
Ehsan Akhgari
ae177e1855
Bug 563859 - Intermittent editor/libeditor/base/crashtests/382527-1.html | timed out waiting for reftest-wait to be removed; r=roc
...
--HG--
extra : rebase_source : aa229c01b32ef741e88cc0b338019d1ab4aea1ae
2010-05-27 19:52:14 -04:00
William Maddox
4600797689
Fix missed renaming in NativeMIPS.cpp in patch for bug 560926 (r=rreitmai+)
...
Bug 560926 - Add support for arithmetic with branch on overflow
--HG--
extra : convert_revision : 8c6a61c935172f56eb7c660b476a5516cd3f04ab
2010-05-27 12:53:35 -07:00
Rick Reitmaier
cfc75a5c0d
Fix winmo macro madness breakage
...
Extra parenthesis needed in order to correctly resolve macros;
NativeARM.cpp(2040) : error C2105: '--' needs l-value
--HG--
extra : convert_revision : 6f625518afb60a49717b27ba482ace08309cff12
2010-05-27 11:29:47 -07:00
Henri Sivonen
977ed6243c
Bug 566280 - Text run prefixed by U+0000 shows only U+FFFD. r=sicking.
...
--HG--
extra : rebase_source : 86afd6adeba2231c526857a19e27e291296f60d1
2010-05-27 16:08:19 +03:00