Andrew Halberstadt
8bdb636438
Bug 821012 - (Part 3) marionette install_busybox step should happen before install_gecko step, r=jgriffin
2013-01-08 14:59:55 -05:00
Ehsan Akhgari
33f67385a4
Merge mozilla-central into mozilla-inbound
2013-01-08 14:59:20 -05:00
Terrence Cole
0c75a691b8
Bug 827929 - Remove SkipRoot in Object::toSource; r=billm
2013-01-08 10:52:44 -08:00
Ehsan Akhgari
89f4b400c3
Bug 827934 - Only build gfxUtils.cpp when needed; r=jrmuizel,ted
2013-01-08 14:09:32 -05:00
Olli Pettay
637ddf820c
Bug 827471 - Improve CanSkipWrappedJS, r=mccr8
2013-01-08 19:40:35 +02:00
Olli Pettay
48e6c94542
Bug 771942, normal content policy checks for chrome data documents, r=bz, a=akeybl
2013-01-08 19:16:28 +02:00
Olli Pettay
2a01a34912
Bug 761448, be more strict when to allow docshell loads, r=bz, a=akeybl
2013-01-08 19:12:41 +02:00
Joel Maher
3f1b0abc0c
Bug 827699 - Android mochitests and talos don't run on Beta 19 builds. r=blassey NPOTB DONTBUILD
2013-01-08 11:54:34 -05:00
Andrew Halberstadt
51ea613684
Bug 821012 - Add busybox args to b2g reftest and mochitest harnesses, r=jgriffin, DONTBUILD a=NPOTB,test-only
2013-01-08 10:07:57 -05:00
Andrew Halberstadt
f0fede68fc
Backout 7744b9769935 for wrong bug number, DONTBUILD a=NPOTB
2013-01-08 10:07:57 -05:00
Ben Turner
421eeb84d3
Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap.
2013-01-08 13:57:44 +01:00
Olli Pettay
15ae159d9e
Bug 821991, prevent unexpected results in printing by keeping the setup stuff alive, r=roc, a=dveditz
...
--HG--
extra : rebase_source : 0d6001647eae7db48589a69c3dbd96a4dfb8df3f
2013-01-08 14:03:49 +02:00
Ed Morley
9f0566d6db
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-08 11:32:07 +00:00
Olli Pettay
c8654afcdc
Bug 820378 - Try to postpone triggering CC if we're in middle of GC handling, r=mccr8
2013-01-08 13:11:01 +02:00
Ed Morley
7eab66f71e
Bug 810644 - Fix merge conflict after separate backouts on multiple trees; r=me
2013-01-08 10:13:30 +00:00
Nicholas Cameron
971e0288d5
Bug 824454; use the resolution scale in OMTA transforms. r=cjones; a=blocking-basecamp
...
--HG--
extra : rebase_source : 8f045dd319418b771c5f31ca2f3477ab5673a5ad
2013-01-08 10:39:12 +01:00
Gina Yeh
41b3a6b3e7
Bug 828118 - Patch 1: Failed to answer a phone call when bluetooth headset quickly send out ATA message, r=qdot
2013-01-09 17:37:08 +08:00
Makoto Kato
26e9b26e1e
Bug 827726 - typo -Wl--wrap=PR_GetEnv,--wrap=PR_SetEnv. r=glandium
2013-01-09 18:17:13 +09:00
Thinker K.F. Li
c336b630e9
Bug 817939 - restart ioctl with EINTR for FMRadio. r=jlebar
2013-01-09 10:13:46 +01:00
Panos Astithas
a07f8a4dbe
Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof
2013-01-09 10:21:36 +02:00
Gene Lian
f34628ff10
Bug 828161 - Firefox OS cannot start up due to an exception: "Webapps.jsm: non-relative URI passed to resolveFromOrigin". r=mounir
2013-01-09 15:35:52 +08:00
Andrea Marchesini
1a0051392c
Bug 827773 - audio-channel-changed should contain 'none' instead 'default' when nothing is playing, r=sicking
2013-01-09 08:20:34 +01:00
Andrea Marchesini
f78b7dc440
Bug 825674 - Installed apps do not get affected by the hardware volume control, r=sicking
2013-01-09 08:18:16 +01:00
Margaret Leibovic
ebbef81b0e
Bug 827502 - When trying to reinstall a packaged app, get the id from the manifestURL. r=fabrice
2013-01-08 13:18:47 +01:00
Gina Yeh
259ed17fda
Bug 827204 - Patch 1: Activate/Deactivate indicator events reporting, r=echou
2013-01-09 14:05:34 +08:00
L. David Baron
38ab2a49a6
Fix bustage from bug 822721.
2013-01-08 20:53:16 -08:00
L. David Baron
7ca32cab95
Bug 827704: Fix 'visibility' animation so that it doesn't animate between values when one of them is not 'visibile'. r=bzbarsky
2013-01-08 20:37:29 -08:00
L. David Baron
9814666177
Bug 827579: Remove post-resolve callback concept from style system. r=bzbarsky
2013-01-08 20:37:29 -08:00
L. David Baron
328a3e5be7
Bug 822721: Call CalcStyleDifference and process the style change list resulting from the miniflush we do to update throttled animations prior to seeing if we need to start transitions. r=bzbarsky
...
The CalcStyleDifference call is absolutely necessary even if we didn't
need to process the change list, because it causes the new style
context to have cached structs that we might need for a later
comparison. This is important because, as an optimization, we only
compare structs that have been retrieved. This optimization requires
that when we replace a style context, we fetch all the structs on the
new style context that had been fetched on the old style context (which
is normally necessary anyway in order to do comparison so we can process
the changes appropriately).
However, actually processing the change list is also necessary to fix
the bug; it's the actual change from the miniflush that matters here.
Based on dholbert's debugging information, I think it's mostly likely
because we were failing to process the UpdateOverflow hint.
2013-01-08 20:37:29 -08:00
Kartikaya Gupta
6dd787be89
Bug 828038 - Enable ionmonkey on android-x86 builds. r=dvander
2013-01-08 23:10:09 -05:00
Randell Jesup
d12b4b0cfb
Bug 827913: remove no-longer-correct MOZ_ASSERT in getUserMedia r=derf
2013-01-08 22:10:09 -05:00
Ed Morley
31996c5252
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-08 09:26:15 +00:00
Phil Ringnalda
69566d191b
Back out 6737ce4d3ce6:599c37ed628c (bug 785124) for b2g Arm xpcshell orange in update tests
2013-01-07 22:59:32 -08:00
Phil Ringnalda
c4574bd3fa
Back out fef358e6d5e6 (bug 827050) for Linux/Windows xpcshell orange in test_cache_jar_wrap.js
2013-01-07 22:01:41 -08:00
Mike Habicher
0dc7293229
Bug 827679 - add return value to nsMainThreadPtrHandle::operator=; r=bholley
2013-01-07 23:09:19 -05:00
David Zbarsky
f568f12d29
Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr
2013-01-07 22:22:41 -05:00
David Zbarsky
314127d662
Bug 827152 - Remove IsEventName r=bz
2013-01-07 22:22:41 -05:00
David Zbarsky
1d879bd0c9
Bug 825834 - Convert SVGViewElement to webidl r=bz
2013-01-07 22:22:41 -05:00
David Zbarsky
a3aaae810c
Bug 825834 - Move SVGViewElement to mozilla:::dom r=bz
...
--HG--
rename : content/svg/content/src/nsSVGViewElement.cpp => content/svg/content/src/SVGViewElement.cpp
rename : content/svg/content/src/nsSVGViewElement.h => content/svg/content/src/SVGViewElement.h
2013-01-07 22:22:41 -05:00
Randell Jesup
26b82f4427
Bug 827203: add locks against calling RemoveListener on a Destroy()ed MediaStream r=roc
2013-01-07 21:44:43 -05:00
Andrea Marchesini
588ffec51f
Bug 827327 - Remember my permissions for the privileged apis in a privileged app is broken. r=sicking
2013-01-07 21:29:22 -05:00
David Rajchenbach-Teller
4991a52dc6
Bug 827206 - OS.File.exists for Windows should now work on directories. r=froydnj
2013-01-07 21:29:22 -05:00
Daniel Holbert
e46967256c
Bug 826149 - Add IsFrameTreeTooDeep() early-return in flex container reflow. r=dbaron
2013-01-07 21:29:22 -05:00
Shih-Chiang Chien
e370cdd609
Bug 820660 - Test case for prevent selection on mouse event and touch event. r=smaug
2013-01-07 21:29:21 -05:00
Gregory Szorc
9b2f21fe99
Merge mozilla-central into build-system
...
--HG--
rename : browser/themes/gnomestripe/downloads/download-notification.png => browser/themes/gnomestripe/downloads/download-notification-start.png
rename : browser/themes/pinstripe/downloads/download-notification.png => browser/themes/pinstripe/downloads/download-notification-start.png
rename : browser/themes/winstripe/downloads/download-notification.png => browser/themes/winstripe/downloads/download-notification-start.png
2013-01-07 14:31:37 -08:00
Alex Keybl
9fc46ad72d
Merging in version bump NO BUG
2013-01-07 12:31:33 -08:00
Alex Keybl
c9c88e74f4
Added tag FIREFOX_AURORA_20_BASE for changeset 5bb309998e70
2013-01-07 12:29:21 -08:00
Jeff Hammel
b8b0761731
Bug 811527 - generate_diff.py does not ensure that m-c mirror of mozbase is internally compatible;r=jmaher ; follow-up, DONTBUILD because NPTOB
2013-01-07 11:02:19 -08:00
Ed Morley
446aa2a6f8
Backout e4550612487b & c3008e662841 (bug 827274) for mochitest-chrome crashes on a CLOSED TREE
2013-01-07 18:11:22 +00:00
Olli Pettay
97094c4d13
Bug 705371 - [CC] don't add JSContexts that have no children to the cycle collector graph, r=mccr8
2013-01-07 19:40:46 +02:00