Jim Mathies
5989aca8fa
Bug 835435 - Social.jsm referenced using bad uri in socialchat.xml, r=gavin
2013-01-28 13:11:43 -06:00
Jet Villegas
7e0761781e
merge from inbound
2013-01-28 11:04:34 -08:00
Daniel Holbert
9a053a440f
Bug 832440: Fix inconsistency on appUnitsPerDevPixels's signedness in gfxFont and its clients by converting all instances to be signed. r=jfkthame
2013-01-28 11:01:59 -08:00
Gregory Szorc
8bafd8ebdf
Merge mozilla-central into services-central
2013-01-28 11:01:46 -08:00
Jet Villegas
a0055a5c14
merge from inbound
2013-01-28 11:00:30 -08:00
Irving Reid
f439134474
Bug 810146: Add telemetry for addon manager startup times, unpacked add-ons and various changes detected at startup
2013-01-28 13:57:55 -05:00
Gregory Szorc
9660536d58
Bug 834936 - Temporarily load JSMs into fewer compartments; r=rnewman
...
We concatenate JSMs together so we use less compartments and therefore
less memory. This is intended to be a temporary hack until the overhead
of compartments is less.
2013-01-27 11:26:48 -08:00
Gregory Szorc
b6fb124a9d
Merge mozilla-central into services-central
2013-01-27 10:05:23 -08:00
Ryan VanderMeulen
94e8455af6
Merge m-c to fx-team.
2013-01-26 21:21:39 -05:00
Ryan VanderMeulen
8560ac4b1e
Backed out changeset eb2f0c1fffc2 (bug 820613) for xpcshell failures.
...
--HG--
extra : rebase_source : 7fff4cec5a4d7839cd3ede5cd0322631e11f9d38
2013-01-26 14:05:31 -05:00
Seth Fowler
96a19d6d45
Bug 820602 - Remove change to decoder notification behavior that causes AWSY leak. r=joe
2013-01-25 18:39:11 -08:00
Richard Newman
e98491e7fe
Bug 834449 - Part 3: simplify cleanup of cached statements. r=gps
2013-01-25 15:05:15 -08:00
Kartikaya Gupta
9fe615f47c
Bug 834414 - Free the local refs in GeckoThread's long-running run method to prevent leaks. r=cpeterson
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
d115f3b5a7
Bug 834414 - Stop holding on to a content resolver in Tab, which leaks the Activity instance it is associated with. r=bnicholson
2013-01-25 13:51:41 -05:00
Bill McCloskey
f02075dde3
Bug 751618 - Zone renaming comment fix (r=jonco)
2013-01-27 13:51:41 -08:00
Bill McCloskey
9880d9be50
Bug 751618 - Zone renaming part 9 (r=terrence)
2013-01-27 13:51:41 -08:00
Bill McCloskey
4668793972
Bug 751618 - Zone renaming part 8 (r=terrence)
2013-01-27 13:51:41 -08:00
Bill McCloskey
0e1f799e7b
Bug 751618 - Zone renaming part 7 (r=jonco)
2013-01-27 13:51:41 -08:00
Bill McCloskey
500a4cf0cc
Bug 751618 - Zone renaming part 6 (r=terrence)
2013-01-27 13:51:41 -08:00
Bill McCloskey
a8af377c9a
Bug 751618 - Zone renaming part 5 (r=jonco)
2013-01-27 13:51:40 -08:00
Bill McCloskey
ada638a3a5
Bug 751618 - Zone renaming part 4 (r=terrence)
2013-01-27 13:51:40 -08:00
Bill McCloskey
539bea171f
Bug 751618 - Zone renaming part 3 (r=jonco)
2013-01-27 13:51:40 -08:00
Bill McCloskey
20da154356
Bug 751618 - Zone renaming part 2 (r=jonco)
2013-01-27 13:51:35 -08:00
Bill McCloskey
6949e36ae6
Bug 751618 - Zone renaming part 1 (r=jonco)
2013-01-27 12:37:18 -08:00
Bill McCloskey
3983fc5f91
Bug 751618 - Fix assertions in ResetIncrementalGC (r=jonco)
2013-01-27 12:35:42 -08:00
Bill McCloskey
8544cb4e1d
Bug 751618 - Add js/GCAPI.h (r=terrence)
2013-01-27 12:35:12 -08:00
Hannes Verschore
faf7655d26
Bug 824473: Nits + fix for ARM builds, r=dvander
2013-01-27 23:11:56 +01:00
Hannes Verschore
0d0c839486
Bug 834500: IonMonkey: Don't forbid ion compilation when JM is disabled and bouncing between IM and the interpreter, r=nbp
2013-01-27 22:51:49 +01:00
Hannes Verschore
4993f9de55
Bug 824473: IonMonkey: Enable inlining of JSOP_FUNAPPLY, r=dvander
2013-01-27 22:51:41 +01:00
Hannes Verschore
f742afbc26
Bug 824473: IonMonkey: Remove use of monitoredTypesReturn to decide when inlining calls, r=dvander
2013-01-27 22:51:32 +01:00
Hannes Verschore
580faed73e
Bug 824473: IonMonkey: Structural changes to IonBuilder, r=dvander
2013-01-27 22:51:26 +01:00
Robert Longson
f5b35647e8
Bug 738551 - transforms should only be animated with animateTransform. r=dholbert
2013-01-27 21:34:14 +00:00
Ryan VanderMeulen
f88aeca1c6
Merge m-c to inbound.
2013-01-27 15:23:35 -05:00
Benjamin Peterson
8e5f088c9f
Bug 831846 - Enter a script global's compartment before running the expression decompiler on it. r=billm
2013-01-27 15:16:01 -05:00
Robert Longson
bcedd010ca
Bug 835030 - Remove svg.smil.enabled pref. r=dholbert
2013-01-27 19:30:21 +00:00
Benoit Jacob
1529abe7ef
Bug 835159 - fix unused variable warning (hence error with -Werror) in nsGIOProtocolHandler - no review, trivial build fix
2013-01-27 13:51:04 -05:00
Kartikaya Gupta
974059ac80
Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
91e0a4c753
Bug 834414 - Remove unnecessary getInstance call that was leaking an App instance. r=wesj
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
fbeedc6265
Bug 834414 - Fix leaks caused by missing tab change listener unregistrations. r=sriram
2013-01-25 13:51:41 -05:00
Joel Maher
be3b9f7a23
Bug 834814 - allow for webgl tests to support mesa llvm driver. r=bjacob
...
--HG--
rename : content/canvas/test/webgl/failing_tests_linux.txt => content/canvas/test/webgl/failing_tests_linux_nvidia.txt
2013-01-27 08:01:19 -05:00
Vicamo Yang
83214b078e
Bug 802506: add marionette test case for getting IMEI. r=ferjm
2013-01-27 15:44:25 +08:00
Ryan VanderMeulen
e8cdcbd932
Merge m-c to inbound.
2013-01-26 21:23:50 -05:00
Ryan VanderMeulen
715290dd94
Backed out changeset e9795d97ccf6 (bug 782850) for M1 failures.
2013-01-26 21:19:21 -05:00
Shane Caraveo
5b652811b3
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
2013-01-26 16:48:54 -08:00
Carmen Jiménez Cabezas
190192f69c
Bug 834091: Verify certificate chain for signed B2G apps as of the current time (now) instead of the signing time, r=bsmith
...
--HG--
extra : amend_source : 86d8ca2b28259aaf41983740b809ef8a51befc4f
extra : rebase_source : e5a1c1199756e929f14852f5c83ba28d097449f4
2013-01-25 15:36:36 -08:00
Shane Caraveo
c8d0076124
Bug 832943 keep explicit reference to our error handling web listeners to avoid unexpected gc, r=felipe
2013-01-26 12:07:39 -08:00
Justin Lebar
e2d2df38f2
Bug 834059 - Send processses into the foreground when they first launch, so they don't get killed quite so quickly. r=cjones
...
This patch also sends the preallocated process into the background immediately after it's launched.
2013-01-26 16:14:01 -05:00
Shane Caraveo
7f9c684b8f
Bug 824162 dont mess with focus until after the event target handles it, r=gavin
2013-01-26 13:09:19 -08:00
Martijn Wargers
92488257ff
Bug 385681 - crashtest
2013-01-26 21:28:57 +01:00
Martijn Wargers
31aca4f33f
Bug 385526 - crashtest
2013-01-26 21:28:57 +01:00