Nathan Froyd
b657260fda
Bug 1129394 - produce a useful error message for |mach build-backend| without having run configure; r=ted.mielczarek
...
Checking for config.status ourselves avoids the unpleasant situation of
the subprocess module checking for us and producing a cryptic error
message.
2015-02-04 08:40:56 -05:00
Bobby Holley
8f668dcd13
Bug 1129247 - Use MOZ_DIAGNOSTIC_ASSERT instead of MOZ_RELEASE_ASSERT in media code. r=mattwoodrow
2015-02-04 13:13:59 -08:00
Bobby Holley
ebc54d52b9
Bug 1129247 - Introduce MOZ_DIAGNOSTIC_ASSERT. r=Waldo
2015-02-04 13:13:58 -08:00
Mason Chang
424409c421
Bug 1128691. Part 2: Consolidate touch resampilng pref checks. r=kats
2015-02-04 13:08:40 -08:00
Mason Chang
6225c3b5b8
Bug 1128691. Part 1: Consolidate vsync compositor pref checks. r=benwa
2015-02-04 13:08:31 -08:00
Bas Schouten
fdee1bb880
Bug 1083245: Pop all clips before copying to the destination blending surface. r=jrmuizel
...
We need to pop the clips from the decide context before flushing and copying to the destination blending surface, otherwise drawing commands executed on a pushed layer for clipping will not be realized on the destination surface for blending.
Note that this fixes most situation, but in the case of doing custom blending to an area of a surface which is not opaque while having a complex clip pushed this will still lead to some artifacts. I haven't seen this be a problem in practice though.
2015-02-04 22:03:21 +01:00
Till Schneidereit
7a4a2758f6
Bug 1127169 - Use self-hosting internal List type for TypedObject functions' internal bookkeeping. r=nmatsakis
...
--HG--
extra : rebase_source : de08f4c63f55b91e35066a94ce4f05b9f3028a3b
2015-01-29 16:40:49 +01:00
Chris Pearce
348ef34fe4
Bug 1129229 - Recognize com.adobe.primetime keysystem string. r=edwin
2015-02-05 09:36:44 +13:00
David Zbarsky
77ae10e9d5
Bug 1125040 - Use LayoutDeviceIntPoint in IME code r=botond
2015-02-04 15:21:03 -05:00
David Zbarsky
6382284e6c
Bug 1125040 - Use LayoutDeviceIntPoint in nsFramesetFrame r=botond
2015-02-04 15:21:03 -05:00
David Zbarsky
a49d65a406
Bug 1125040 - Use LayoutDeviceIntPoint in nsTitleBarFrame r=botond
2015-02-04 15:21:03 -05:00
David Zbarsky
ec6ce0074b
Bug 1125040 - Use LayoutDeviceIntPoint in XULPopupManager r=botond
2015-02-04 15:21:03 -05:00
David Zbarsky
c73ec42d2d
Bug 1125040: Use LayoutDeviceIntPoint for nsIWidget::WidgetToScreen r=botond
2015-02-04 15:21:03 -05:00
David Keeler
dcc3953291
bug 832837 - move insecure form submission warning from nsSecureBrowserUIImpl to the HTML form implementation r=mrbkap r=phlsa
...
As a result, we can remove nsSecurityWarningDialogs completely, which this patch also does.
2015-01-15 11:01:10 -08:00
Ryan VanderMeulen
c528ddda2c
Merge inbound to m-c. a=merge
2015-02-04 14:42:46 -05:00
Jon Coppeard
9ffcc5d9e5
Backed out 2 changesets (bug 1122640) for jsapi test failures on a CLOSED TREE
...
Backed out changeset 52a98fafd551 (bug 1122640)
Backed out changeset 8c11a58bf243 (bug 1122640)
2015-02-04 18:30:18 +00:00
B2G Bumper Bot
8c68f9d15c
Bumping manifests a=b2g-bump
2015-02-04 08:57:29 -08:00
B2G Bumper Bot
2117480fff
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/25d44db21ac9
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27920 from viorelaioia/revert_commit_591d5a
Revert "Bug 1129016 - Investigate failure in test_settings_do_not_track....
========
https://hg.mozilla.org/integration/gaia-central/rev/161d84ff6f12
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Revert "Bug 1129016 - Investigate failure in test_settings_do_not_track.py"
This reverts commit 591d5a4a79e1d36cc795ddce4701c567a6609f87.
========
https://hg.mozilla.org/integration/gaia-central/rev/d1eaa78ba323
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #27889 from sfoster/ftu-rtl-toggle-bug-980671
Bug 1010615 - Fix RTL FTU toggle-switches. r=fcampo
========
https://hg.mozilla.org/integration/gaia-central/rev/7b75f88bc907
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1010615 - Fix RTL FTU toggle-switches
2015-02-04 08:55:41 -08:00
Jon Coppeard
b25dbc2107
Bug 1122640 - Fix inbound bustage due to missing 'explicit' on single arg constructor r=me on a CLOSED TREE
2015-02-04 16:50:57 +00:00
Jon Coppeard
e859cbf0d5
Bug 1122640 - Free nursery huge slots off main thread r=terrence
2015-02-04 16:12:06 +00:00
Tooru Fujisawa
103cb3319e
Bug 1108930 - Part 7: Warn when Map/Set/WeakMap are called without new. r=evilpie
2015-02-05 00:59:16 +09:00
Tooru Fujisawa
80ed789950
Bug 1108930 - Part 6: Call WeakMap with new in xpconnect. r=mrbkap
2015-02-05 00:59:15 +09:00
Tooru Fujisawa
47879ec69e
Bug 1108930 - Part 5: Call Map and Set with new in devtools. r=fitzgen
2015-02-05 00:59:15 +09:00
Tooru Fujisawa
70c1c91d11
Bug 1108930 - Part 4: Call Map with new in browser. r=felipe
2015-02-05 00:59:15 +09:00
Tooru Fujisawa
28581b0f50
Bug 1108930 - Part 3: Call WeakMap with new. r=evilpie
2015-02-05 00:59:14 +09:00
Tooru Fujisawa
07f776a866
Bug 1108930 - Part 2: Call Set with new. r=evilpie
2015-02-05 00:59:14 +09:00
Tooru Fujisawa
396ef79ba6
Bug 1108930 - Part 1: Call Map with new. r=evilpie
2015-02-05 00:59:13 +09:00
Rail Aliiev
9c1f2818cb
Bug 1128953 - Rename win64 FTP directory. r=mshal
2015-02-04 10:54:39 -05:00
Maire Reavy
03bc6e22cc
bug 1109467: appear.in added to screensharing whitelist r=jesup
2015-02-04 10:29:29 -05:00
James Willcox
e2f3783376
Bug 1118216 - Stop recycling Message instances, as it's unnecessary r=rnewman
2015-02-04 09:19:53 -06:00
Patrick McManus
ff5cd770b3
bug 1129146 - Fix Mochitest NSPR logging upload r=ted
2015-02-04 09:58:37 -05:00
Carsten "Tomcat" Book
2eca279336
Backed out changeset ed9fea4d672c (bug 1109467) for bustage on a CLOSED TREE
2015-02-04 15:56:17 +01:00
Chris AtLee
b12c861c6e
Bug 1111890: in-tree configs for nexus-5-l r=rail NPOTB
2015-02-04 09:48:29 -05:00
James Willcox
6afea890f1
Bug 1100126 - Enable the AndroidDecoderModule on PowerVR, but don't copy the SurfaceTexture r=jgilbert
2015-02-04 08:43:44 -06:00
Carsten "Tomcat" Book
79e021d647
Merge mozilla-central to b2g-inbound
2015-02-04 15:09:23 +01:00
Carsten "Tomcat" Book
995f18eb69
Merge mozilla-central to mozilla-inbound
2015-02-04 15:04:34 +01:00
Maire Reavy
6e53d46ec2
bug 1109467: appear.in added to screensharing whitelist r=jesup
2015-02-04 08:45:39 -05:00
Patrick McManus
6b3f08a665
bug 1102923 - debug1102923 stack on opt builds too r=hurley
...
--HG--
extra : rebase_source : 4426691514ef0c3cdef34356a9c2c4a6ee822c3b
2015-02-04 08:34:11 -05:00
Nicolas Silva
b6a335b1ee
Bug 1118876 - Make tile edge padding work work with DrawTargetTiled. r=jrmuizel
2015-02-04 14:33:16 +01:00
Gervase Markham
8fa98dc306
Bug 1126101 - New TLD additions for TLDs contracted with ICANN from 2014-12-23 to 2015-01-26. r=gerv
2015-02-04 13:32:47 +00:00
Damien Tournoud
191a5e19ff
'Bug 1124625: Add platform.sh to the PSL. Patch by damien@commerceguys.com; r=gerv
2015-02-04 13:30:13 +00:00
Jonathan Kew
3cc233b5c2
Bug 1121748 - test 2 - Reftest for use of incorrect container and frame widths in nsFlexContainerFrame. r=smontagu
2015-02-04 13:24:15 +00:00
Jonathan Kew
4332b49857
Bug 1121748 - test 1 - Reftest for use of out-of-date frame size during relative positioning in BlockReflowContext. r=smontagu
2015-02-04 13:24:14 +00:00
B2G Bumper Bot
78cea3e118
Bumping manifests a=b2g-bump
2015-02-04 05:21:47 -08:00
B2G Bumper Bot
f00d03a112
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7cc1bf15ff85
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #27908 from viorelaioia/bug_bug_1129016
Bug 1129016 - Investigate failure in test_settings_do_not_track.py
========
https://hg.mozilla.org/integration/gaia-central/rev/f176c7905d46
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Bug 1129016 - Investigate failure in test_settings_do_not_track.py
2015-02-04 05:20:07 -08:00
Carsten "Tomcat" Book
920952d8c4
merge mozilla-inbound to mozilla-central a=merge
2015-02-04 14:10:05 +01:00
Carsten "Tomcat" Book
d34a78bdd7
merge fx-team to mozilla-central a=merge
2015-02-04 14:02:42 +01:00
B2G Bumper Bot
515500e279
Bumping manifests a=b2g-bump
2015-02-04 03:41:53 -08:00
B2G Bumper Bot
24f0b12275
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/801e0c26e4fc
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1107431 - merge pull request #27824 from fcampo:endless-connecting-hidden-1107431 to mozilla-b2g:master
========
https://hg.mozilla.org/integration/gaia-central/rev/972d20d84419
Author: Fernando Campo <fernando.campo@telefonica.com>
Desc: Bug 1107431 - [FTU] Always 'connecting' status on hidden network (r=sfoster)
2015-02-04 03:40:12 -08:00
B2G Bumper Bot
3cd6b948b4
Bumping manifests a=b2g-bump
2015-02-04 03:22:06 -08:00