Commit Graph

83310 Commits

Author SHA1 Message Date
Masayuki Nakano
fc5c7c4c25 Bug 711903 part.1 EventUtils.synthesizeKey() shouldn't dispatch keypress event for modifier keys if the event type isn't specified r=smaug 2011-12-31 23:04:37 +09:00
Masayuki Nakano
b5a505bab8 Bug 713502 Fire input event even during composition r=smaug+ehsan 2011-12-31 23:04:37 +09:00
Ed Morley
54f757ba39 Merge mozilla-central to mozilla-inbound 2011-12-31 13:10:25 +00:00
ffxbld
b14b5386be Automated blocklist update from host linux-ix-slave02 2011-12-31 01:46:55 -08:00
Justin Wood
fa5605b7e2 Bug 714394 - Re-Add xpfe autocomplete to allmakefiles.sh since comm-apps need it. rs+=khuey DONTBUILD 2011-12-30 20:37:07 -05:00
Olli Pettay
6e50a9611b Bug 714250 - Optimize nsTransactionManager traversing, r=ehsan, mccr8
--HG--
extra : rebase_source : ee6fbf5481e9f3602ee8afe032963f662ae3fd03
2011-12-30 19:16:10 +02:00
Neil Rashbrook
02c6a3f7d4 Bug 692153 Make Copy and Select All always work even when contenteditable areas are present r=ehsan 2011-12-30 17:42:04 +00:00
Ms2ger
a9fa22ee9c Merge m-c to m-i. 2011-12-30 12:17:22 +01:00
Olli Pettay
c19a3e22f7 Bug 714162 - Don't traverse certainly alive selections, r=mccr8 2011-12-30 12:47:23 +02:00
Olli Pettay
fac187a287 Bug 713462, don't traverse black content lists, r=mccr8 2011-12-29 23:21:33 +02:00
Olli Pettay
0184684bb9 Bug 713865 - Don't traverse XBL and XUL protos so much, r=bent 2011-12-29 16:34:05 +02:00
Tim Taubert
ed3cb6f833 merge m-c to fx-team 2011-12-29 13:59:50 +01:00
Marco Bonardo
46e88bfc94 Merge last green PGO build from mozilla-inbound to mozilla-central 2011-12-29 12:02:01 +01:00
Nicholas Nethercote
cc36bb0b51 Bug 711895 - Tweak the warning options used for GCC builds. r=waldo, derf.
--HG--
extra : rebase_source : bbe982c5feceac25fb4c0ccd03ced3a874205c38
2011-12-28 19:59:19 -08:00
Jonathan Kew
23223c0145 bug 696585 - support pref(...) annotations in reftest manifest. r=dbaron 2011-12-29 00:24:48 +00:00
Terrence Cole
f04a6879b1 Bug 712460 - Add missing barriers in jsexn; r=billm
When we create an exception object, we copy Values into a custom exception
privates struct that we pass around.  If any of the Values copied to this
struct are gcthings in the nursery, this external array needs to root them.

--HG--
extra : rebase_source : 6bc9926441a1cd3f66fa9ade74022e13a5f7e758
2011-12-28 15:02:23 -08:00
Ehsan Akhgari
8555c06162 Bug 686003 - The test for bug 507902 navigates away from the page while it's in progress; r=dougt
--HG--
rename : dom/tests/mochitest/orientation/test_bug507902.html => dom/tests/mochitest/orientation/bug507902-frame.html
2011-12-28 17:52:35 -05:00
Terrence Cole
6aaa46386e Bug 712828 - Mark slow tests as slow; r=dmandelin
In the jstest suite, four tests cause the suite to run for 120+ seconds, where
without these, the suite runs in ~30 seconds.  We should mark these as slow, to
make the jstests suite more useful.
2011-12-28 14:49:30 -08:00
Terrence Cole
a4e42003e9 Bug 711626 - More missing barriers around object properties; r=billm
This adds post barriers in several locations where they are needed inside of
object manipulation.

--HG--
extra : rebase_source : ce956417a74d70551c1f9258ef7587d0563c0157
2011-12-28 14:06:21 -08:00
Santiago Gimeno
278b95789b Bug 713416 - Remove nsUniCharEntry class and replace it with nsUnicharPtrHashKey; r=khuey,ehsan 2011-12-28 16:25:54 -05:00
Boris Zbarsky
5ea84e0dfe Backing out bug 707717 because it seems to be a perf hit, not a perf win. 2011-12-28 16:22:05 -05:00
Jan de Mooij
213c97e8c8 Bug 713867 - Move arrayPrototypeHasIndexedProperty from JM to jsinfer. r=bhackett 2011-12-28 20:44:27 +01:00
Matt Brubeck
442a1b085f Merge mozilla-central and mozilla-inbound 2011-12-28 11:17:19 -08:00
Matt Brubeck
5ce45e1ce4 Merge from mozilla-inbound to mozilla-central 2011-12-28 11:02:59 -08:00
Dão Gottwald
478894215e Bug 713287 - Animation for closing a tab has a slight delay near the end when there is a lot of tabs. r=mak77 2011-12-28 19:20:36 +01:00
Dão Gottwald
68b793f4c7 Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich 2011-12-28 19:20:08 +01:00
Rafael Ávila de Espíndola
bebe52f18d Bug 696486 - Close dbConnection. r=mak. 2011-12-28 13:04:37 -05:00
Rafael Ávila de Espíndola
e86b1ae807 Bug 713294 - send quit-application in test_privatebrowsing_downloadLastDir_c.js. r=mak. 2011-12-28 12:27:23 -05:00
Josh Matthews
87431d5a97 Bug 463122 - Improve xpcshell error reporting for generic exceptions caught at the top level. r=ted 2011-12-28 11:57:28 -05:00
Josh Matthews
a18ebbe4ab Bug 463122 - Propagate mozJSComponentLoader exceptions that occur while executing the script. r=mrbkap 2011-12-28 11:55:11 -05:00
Blair McBride
9f6ea534a7 Backout ea0539bb2118 (bug 685155) due to test failures on OSX 2011-12-29 05:10:58 +13:00
Rafael Ávila de Espíndola
8b9ca6c71b Bug 712754 - Call do_get_profile. r=mak. 2011-12-28 08:46:04 -05:00
Rafael Ávila de Espíndola
411294feb8 Bug 711554 - finalize statements and close connection. r=mak. 2011-12-28 08:38:42 -05:00
Ted Mielczarek
fa82d9ed16 bug 713167 - don't embed a manifest referencing the CRT in browsercomps.dll. r=khuey 2011-12-28 07:55:58 -05:00
Mike Hommey
6e62c747d6 Backout 45820730dfa7 and 860035a3c04a (bug 701371) and 8ac6f34b44ff (bug 709776) because of Android random oranges.
--HG--
rename : mozglue/build/Makefile.in => memory/mozutils/Makefile.in
rename : mozglue/build/dummy.cpp => memory/mozutils/dummy.cpp
rename : mozglue/build/fixcrt.py => memory/mozutils/fixcrt.py
rename : mozglue/build/mozglue.def.in => memory/mozutils/mozutils.def.in
rename : mozglue/android/APKOpen.cpp => other-licenses/android/APKOpen.cpp
rename : mozglue/android/APKOpen.h => other-licenses/android/APKOpen.h
rename : mozglue/android/nsGeckoUtils.cpp => other-licenses/android/nsGeckoUtils.cpp
2011-12-28 12:12:09 +01:00
Blair McBride
96fe46069b Bug 711693 - Send the compatibility mode when loading the Discovery pane. r=dtownsend 2011-12-28 23:37:43 +13:00
Kris Maglione
b459b04749 Bug 685155 - Add-on Manager should treat symbolic links the same as proxy files. r=dtownsend 2011-12-28 23:36:15 +13:00
Plop
c777f795bf Bug 711446: Test defaultMuted with reflect.js; r=Ms2ger 2011-12-28 10:52:22 +01:00
Simon Montagu
b2ed4871c0 Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske 2011-12-28 10:33:18 +02:00
Ms2ger
08d1075fb2 Bug 713550 - Move Base64 code on nsXPConnect to XPCOM / xpcpublic.h; r=bholley+khuey 2011-12-28 09:13:38 +01:00
Ms2ger
bf9d539b9d Bug 713340 - Fix jsShell_ErrorFormatString array lengths; r=luke 2011-12-28 09:13:37 +01:00
Plop
7b86139dad Bug 711446: Test defaultMuted with reflect.js; r=Ms2ger 2011-12-28 09:13:37 +01:00
Ms2ger
285970686c Bug 713553 - Remove GetRTStringByIndex; r=bholley 2011-12-28 09:13:37 +01:00
Ms2ger
3b98653c7b Bug 713554 - Remove xpc_SameScope declaration; r=bholley 2011-12-28 09:13:37 +01:00
Phil Ringnalda
9636dfa481 Bug 713756 - Remove js/src/tests/src/jstests.jar, r=bc
--HG--
extra : rebase_source : 15eec29090974a1f423e9bcbc8e350381c358b41
2011-12-27 22:41:49 -08:00
Mike Hommey
962df5f9d6 Fixup for bug 701371: rename mozutils.def.in to mozglue.def.in. a=philor
--HG--
rename : mozglue/build/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:43:02 +01:00
Tim Taubert
f742e149c2 merge m-c to fx-team 2011-12-27 17:05:33 +01:00
Tom Schuster
5afc05e801 Bug 622348 - JavaScript Math.round incorrect for (2^53)-1. r=Waldo
--HG--
extra : rebase_source : 51a780cf5ce9cbcc84c56d8a8dbe2c5d9867b36b
2011-12-25 15:16:12 +01:00
Robert Longson
3ffd492e96 Bug 652050 - mark tests as passing on Android after bug 607854 landed. 2011-12-31 11:15:46 +00:00
Robert Longson
d9086c4d00 Bug 607854 - implement SVGTests interface. r=jwatt 2011-12-31 09:44:03 +00:00