Gregory Szorc
bccb27b24a
Bug 763171 - Open tabs for URIs received from Sync; r=rnewman
2012-06-22 22:28:23 -07:00
Gregory Szorc
994a211bd6
Bug 765294 - Fix packaging of services components; r=ted
2012-06-22 09:27:01 -07:00
Gregory Szorc
0190f2644c
Bug 754062 - Add skeleton for browser notifications service; r=gps
...
This is a reland. The original commit was c53f474c502b and was backed
out in 591fd1c696f0. The next commit is required to make xpcshell tests
not fail.
2012-06-22 09:24:39 -07:00
Gregory Szorc
eb062db6d2
Merge mozilla-central into services-central
2012-06-21 09:52:52 -07:00
Olli Pettay
bdc49663e2
Bug 766792 - 'ASSERTION: Somehow there's stuff in the op queue' in nsHtml5TreeOpExecutor::~nsHtml5TreeOpExecutor, r=hsivonen
2012-06-21 17:13:10 +03:00
Ben Hearsum
196fa356df
bug 758425: Build B2G in debug mode as well - add opt and debug mozconfigs using new platform names. r=mwu
2012-06-21 10:00:13 -04:00
Ed Morley
4992a5b7b4
Merge mozilla-central to mozilla-inbound
2012-06-21 08:38:39 +01:00
Philipp von Weitershausen
24b7785f32
Bug 763160 - [Otoro]: 3G Data Call connect fail. r=vicamo
2012-06-21 15:31:21 +08:00
Ms2ger
988d7a1252
Bug 763451 - nsDisplayCanvas::GetOpaqueRegion fails to override nsDisplayItem::GetOpaqueRegion; r=roc
2012-06-21 09:21:55 +02:00
Ms2ger
d594ecd45b
No bug - Improve the message logged for elided passes in testharnessreport.js.
2012-06-21 09:21:55 +02:00
Ms2ger
56a3842ca1
Bug 765468 - Use a dictionary for the argument to the XMLHttpRequest constructor; r=bz
2012-06-21 09:21:55 +02:00
Ms2ger
7199ac064a
Bug 766615 - Fix nullable WebIDL dictionaries; r=bz
2012-06-21 09:21:53 +02:00
Philipp von Weitershausen
d06557db01
Bug 763814 - System XHR: Don't leak XMLHttpRequestParameters; r=Ms2ger
2012-06-21 09:21:16 +02:00
Jonathan Kew
05b9971fb9
bug 766326 - try Roboto as well as Droid Sans for Android default font. r=blassey
2012-06-21 07:45:55 +01:00
Gregory Szorc
3c0f82ed85
Merge mozilla-central into services-central
2012-06-20 11:56:38 -07:00
Gregory Szorc
42f9aa1b99
Backout bug 754062 (c53f474c502b) for xpcshell breakage
2012-06-20 11:51:49 -07:00
Ehsan Akhgari
d43f8ef92b
Merge the last PGO green changeset of mozilla-inbound to mozilla-central
2012-06-20 10:57:02 -04:00
Ed Morley
9c18bc1914
Backout 453c74176a35 & 19ae28cad1da (bug 763694) for native Android test_browserElement_*_SecurityChange.html failures
2012-06-20 10:28:33 +01:00
Jonathan Watt
8ac746fbdd
Bug 766429 - Minimize the size of the offscreen surfaces created for SVG group opacity, masks and complex clipPaths. r=roc.
2012-06-20 10:02:43 +01:00
Mike Hommey
7a97c993d4
Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage
2012-06-20 10:55:59 +02:00
Mike Hommey
90d687d851
Merge last PGO green changeset from mozilla-inbound to mozilla-central
2012-06-20 10:53:31 +02:00
Kan-Ru Chen
73db87941e
Bug 762425 - Always reconfigure network if found connected interface. r=philikon
2012-06-20 16:21:24 +08:00
Mike Hommey
aa62cfde7d
Backout changeset 569f816a542b (bug 763893) because of a race condition
2012-06-20 10:18:26 +02:00
Mike Hommey
52dc0077b1
Bug 734125 - Fail configure when acoutputfast.pl fails to find one of the input files. r=ted
2012-06-20 09:45:45 +02:00
Gregory Szorc
ac65829f1c
Merge mozilla-central into services-central
2012-06-20 00:02:06 -07:00
Mike Hommey
a909602392
Bug 763893 - Generate dependentlibs.list from actual library dependencies. r=ted
2012-06-20 09:00:48 +02:00
Mike Hommey
58718e5c70
Bug 763987 - Normalize autoconf.mk.in. r=ted
2012-06-20 09:00:48 +02:00
Fabrice Desré
85686b7317
Bug 764091 - Accessing mozApps manifest properties need __exposedProps__ set correctly [r=vingtetun]
2012-06-20 21:12:21 -07:00
Drew Willcoxon
530c9d7e3b
Bug 762579 - Implement SocialAPI service provider registry. r=gavin
2012-06-20 18:01:27 -07:00
Ryan VanderMeulen
7d0e71644b
Backout b35294da2c4b (bug 764117) due to OSX reftest orange.
2012-06-20 22:56:36 -04:00
Ryan VanderMeulen
8f8c9230b8
Re-land bug 757362 since it wasn't at fault for OSX orange.
2012-06-20 22:54:56 -04:00
Vicamo Yang
68f95d33ca
Bug 740238: use null SMSC by default, r=philikon
2012-06-21 10:48:47 +08:00
Robert O'Callahan
ba255144b8
Bug 731293. Address review comments. r=mats
...
--HG--
extra : rebase_source : ea9186cd545311e82fc12dd4f1170c442e37e7f0
2012-06-21 09:03:54 +08:00
Jim Blandy
efa8aabe8b
Bug 757400: When we change a compartment's debug mode, ensure we throw away all the outdated analyses. r=billm
...
Always do a cleansing GC when we turn debug mode off, as well as when we
turn it on. If we don't, it's possible to have stale analyses (generated in
the wrong debug mode state) stick around, and we'll assert in JM.
Have ShouldCleanUpEverything recognize gcreason::DEBUG_MODE_GC as a reason
to discard all jit code and analyses.
2012-06-20 19:14:44 -07:00
Ryan VanderMeulen
8c533723e9
Backout 5ba4c3a2338c (bug 757362) for OSX reftest orange.
2012-06-20 21:53:31 -04:00
Patrick McManus
7e5038214b
bug 763352 - Proxy/NPN issue r=honzab
...
--HG--
extra : rebase_source : b4b592d695fe0ddbf5d451b385dc45202d100816
2012-06-20 20:55:02 -04:00
Dan Walkowski
ff829facbd
Bug 756308. Implement MacWebAppUtils to allow callers to locate and manipulate native webapps on Mac. r=josh
2012-06-20 17:19:13 -07:00
Chris Pearce
9507cb7bae
Bug 756936 - Minor tidy ups to pointer lock code. r=smaug
2012-06-21 11:38:11 +12:00
Chris Pearce
1c1d4215cc
Bug 756936 - Ensure MouseEvent.mozMovement{X,Y} values are correct on secondary monitors. r=smaug
2012-06-21 11:38:03 +12:00
Benjamin Peterson
f0fccb97c0
Bug 764508 - Remove header if it is no longer needed, r=jorendorff
2012-06-20 16:33:19 -07:00
Chris Double
78e1c9e835
Bug 766407 - Fix HTML media control bindings on B2G - r=gavin
2012-06-21 11:29:39 +12:00
Vladan Djeric
8aefa44c2e
Bug 763124: Lower chrome hang detector's hang threshold to 5 seconds. r=ehsan
2012-06-20 19:20:24 -04:00
Jeff Walden
af77cfc42f
Back out 2fe1b4d570df for obvious browser-build bustage, less-obvious shell build bustage. r=ಠ_ಠ
2012-06-20 15:49:56 -07:00
Wan-Teh Chang
a60cb0b983
Bug 758837: shorten a long thread name by eliding the middle part of
...
the thread name with a '~'.
Bug 763410: fix compilation error on MinGW.
2012-06-20 15:46:33 -07:00
Timothy Nikkel
756c5f818c
Bug 757362. Use the displayport for the dirty rect (if one is set) when building the display list for a subdocument so that position: fixed items are correctly included. r=roc
2012-06-20 17:35:54 -05:00
Bas Schouten
e83aeac3ec
Bug 738189 - Followup: Properly move functions into #ifdef. r=bustage
2012-06-21 00:32:52 +02:00
Jeff Walden
24a6ba5264
Fix a NULL-to-bool conversion warning. No bug, trivial, r=themaid
2012-06-20 15:30:14 -07:00
Ben Turner
1fa752ed06
Bug 766446 - 'nsEvent needs a copy constructor that calls MOZ_COUNT_CTOR'. r=bz.
2012-06-19 21:04:06 -07:00
Ehsan Akhgari
35be2a6762
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more widget parts); r=roc
2012-06-19 23:28:45 -04:00
Nicholas Nethercote
338d8ebabd
Bug 766004 - Remove LookupCompileTimeConstant(). r=bhackett.
...
--HG--
extra : rebase_source : 27e505a79158eb87fd38adf700bc21a666415733
2012-06-19 18:05:43 -07:00