Commit Graph

83196 Commits

Author SHA1 Message Date
Jeff Muizelaar
7643f1ffb2 Bug 711491. Add a proper = operator to MapEntry. r=bgirard
This fixes us a bug where we weren't copying the data
properly.

--HG--
extra : rebase_source : a0331cf5d5b61c355447832119a6f7876922e190
2011-12-15 06:58:00 -05:00
Jeff Muizelaar
f415c3ad2b Bug 711491. Port the linux backend to OS X. r=bgirard
This will let us use the signal based approach used
on linux on OS X. This is helpful because backtrace()
only works on the current thread.

--HG--
extra : rebase_source : 68e39af6025e5ba12f64708c453d6be3bb9f7a70
2011-12-08 17:35:36 -05:00
Quentin Headen
6236efde57 Bug 352037 - Add an "Undo add to dictionary" item to spell checker's context menu item; r=ehsan 2011-12-29 16:06:56 -05:00
Kyle Huey
c8de934380 Back out Bug 711895 for breaking l10n builds. 2011-12-29 15:45:51 -05:00
Kyle Huey
6701a739db Bug 714078: Don't do anything risking a deadlock in IAudioSessionEvents callbacks. r=ehsan 2011-12-29 11:59:29 -05:00
Rafael Ávila de Espíndola
45af65d223 Bug 713293 - Send quit-application in toolkit/components/downloads/test/schema_migration/head_migration.js. r=mak. 2011-12-29 10:08:03 -05:00
Rafael Ávila de Espíndola
b93daad57f Bug 713297 - send quit-application toolkit/mozapps/downloads/tests/. r=mak. 2011-12-29 10:03:00 -05:00
Jesse Ruderman
552b3892f1 Bug 713610 - Crash test. 2011-12-29 14:21:00 +01:00
Mats Palmgren
320c0bf2f8 Bug 713610 - For a marker that is inactive we should guess false. r=roc 2011-12-29 14:21:00 +01:00
Jesse Ruderman
e652938bba Bug 700031 - Crash test. 2011-12-29 14:21:00 +01:00
Mats Palmgren
fa7242bcc4 Bug 700031 - "ASSERTION: Can only call this on frames that have been reflowed" with too-deep frame tree. r=roc 2011-12-29 14:21:00 +01:00
Robert Longson
746862e76d Bug 713413 - Fix crash when dynamically adding foreignObject as a child of non-displayed element. r=dholbert 2011-12-29 11:59:02 +00:00
Cameron Kaiser
f27e919e45 Bug 713463 - Support JM+TI for architectures without native square root. r=dmandelin 2011-12-29 12:36:22 +01:00
Dão Gottwald
60c36e7c46 Bug 713829 - Remove unused brandFullName string in nsGNOMEShellService::SetDefaultBrowser. r=karlt 2011-12-29 12:33:39 +01:00
Marco Bonardo
da79ea950c Merge mozilla-central and mozilla-inbound 2011-12-29 12:08:06 +01:00
Marco Bonardo
36d93398c8 Merge last green PGO build from mozilla-inbound to mozilla-central 2011-12-29 12:02:01 +01:00
Steffen Wilberg
84ee8aac3e Bug 707570: Use Services.prefs instead of gPrefService in browser_bug435325.js. r=bz 2011-12-29 10:42:57 +01:00
Bernd
b7a2ce08a3 bug 710098 - use effective rowspan r=mats 2011-12-29 09:17:55 +01:00
Bill McCloskey
ad44974dec Bug 709885 - Simplify read barriers for shapes and types (r=bhackett) 2011-12-28 23:56:55 -08:00
Nicholas Nethercote
da987c9b3a 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
bb111bb34b bug 696585 - support pref(...) annotations in reftest manifest. r=dbaron 2011-12-29 00:24:48 +00:00
Terrence Cole
0f8717c600 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
d824b10c2e 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
8251748a44 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
44161208ba 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
2e8557928f Bug 713416 - Remove nsUniCharEntry class and replace it with nsUnicharPtrHashKey; r=khuey,ehsan 2011-12-28 16:25:54 -05:00
Boris Zbarsky
00746e91ea 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
d74eb5b1dd Bug 713867 - Move arrayPrototypeHasIndexedProperty from JM to jsinfer. r=bhackett 2011-12-28 20:44:27 +01:00
Matt Brubeck
bac378b0fd Merge mozilla-central and mozilla-inbound 2011-12-28 11:17:19 -08:00
Matt Brubeck
fc6cc90162 Merge from mozilla-inbound to mozilla-central 2011-12-28 11:02:59 -08:00
Dão Gottwald
1ed6bc6ceb 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
5fd68f0093 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
e4a725e877 Bug 696486 - Close dbConnection. r=mak. 2011-12-28 13:04:37 -05:00
Rafael Ávila de Espíndola
1fbf99e9d5 Bug 713294 - send quit-application in test_privatebrowsing_downloadLastDir_c.js. r=mak. 2011-12-28 12:27:23 -05:00
Josh Matthews
fc82bc0f95 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
93504129e1 Bug 463122 - Propagate mozJSComponentLoader exceptions that occur while executing the script. r=mrbkap 2011-12-28 11:55:11 -05:00
Rafael Ávila de Espíndola
4f1b786f7d Bug 712754 - Call do_get_profile. r=mak. 2011-12-28 08:46:04 -05:00
Rafael Ávila de Espíndola
95a25c3b42 Bug 711554 - finalize statements and close connection. r=mak. 2011-12-28 08:38:42 -05:00
Ted Mielczarek
6774606181 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
21c1293aee 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
Plop
8b3dbd187a Bug 711446: Test defaultMuted with reflect.js; r=Ms2ger 2011-12-28 10:52:22 +01:00
Simon Montagu
3d29acf938 Give the text in prompts unicode-bidi: isolate. Bug 652550, r=dolske 2011-12-28 10:33:18 +02:00
Ms2ger
a63b21f505 Bug 713550 - Move Base64 code on nsXPConnect to XPCOM / xpcpublic.h; r=bholley+khuey 2011-12-28 09:13:38 +01:00
Ms2ger
5092d42217 Bug 713340 - Fix jsShell_ErrorFormatString array lengths; r=luke 2011-12-28 09:13:37 +01:00
Plop
8729f22343 Bug 711446: Test defaultMuted with reflect.js; r=Ms2ger 2011-12-28 09:13:37 +01:00
Ms2ger
18e7b4e1b4 Bug 713553 - Remove GetRTStringByIndex; r=bholley 2011-12-28 09:13:37 +01:00
Ms2ger
006d626a6e Bug 713554 - Remove xpc_SameScope declaration; r=bholley 2011-12-28 09:13:37 +01:00
Phil Ringnalda
34b6051338 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
8eda6e230d 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
Igor Bukanov
ded4099dd6 bug 702251 - Decommit unused arenas in the background. r=wmccloskey
--HG--
extra : rebase_source : 6d3c092d14163c71cfb5bf0eec12a7900fcb8ff3
2011-12-16 21:36:34 +01:00