William Chen
d113c56ce9
Bug 1083587 - Add host and olderShadowRoot properties to ShadowRoot interface. r=smaug
2014-10-15 18:25:45 -07:00
Mike Hommey
31ed64988d
Bug 922912 - Update removed-files.in to account for the removal of gkmedias.dll. r=mshal
2014-10-18 09:29:08 +09:00
Mike Hommey
18c3e705c2
Bug 609976 - Update removed-files.in to account for the removal of mozjs.dll. r=mshal
2014-10-18 09:28:59 +09:00
Mike Hommey
1ab54a1b10
Followup to bug 609976 - Build ICU as a shared library on windows. r=mshal
2014-10-18 09:28:57 +09:00
Mike Hommey
a6593e4218
Bug 1082524 - Do not deref null pointers in link_map. r=nfroyd
2014-10-18 09:27:55 +09:00
Olli Pettay
329a5d00db
Bug 1084421 - Only Events with a wrapper should trigger GC more likely, r=mccr8
...
--HG--
extra : rebase_source : 398e18dfc3d103ee139cc3c5d49710855c925e82
2014-10-18 02:16:58 +03:00
Olli Pettay
b4e25b3aa6
Bug 1082839 - WebIDL for WindowRoot, r=peterv
...
--HG--
extra : rebase_source : 035e2752e12f31b78accae45eb1534c4dc31b690
2014-10-18 02:05:16 +03:00
William Chen
70e9956b23
Bug 1083814 - Fix nsContentUtils::HasDistributedChildren for children of <shadow> insertion point. r=smaug
...
--HG--
extra : rebase_source : e22e2958668fd125deb2f64818ed4cd68e32a96e
2014-10-16 14:26:38 -07:00
Steven Michaud
cf3e24e788
Bug 1084589 - Fix a Yosemite topcrasher. r=gijskruitbosch
2014-10-17 19:16:04 -05:00
Brian Hackett
1a86feed43
Bug 1073842 - Remove slots/elements from non-native objects, use a new layout for proxies and typed objects, r=luke,billm,efaust,bz,sfink,jandem.
2014-10-17 16:57:52 -07:00
Wes Kocher
7c26086f75
Backed out 9 changesets (bug 1014614) for Android mochitest bustage on a CLOSED TREE
...
Backed out changeset 40f99ba7f616 (bug 1014614)
Backed out changeset 8fbc3c85adfc (bug 1014614)
Backed out changeset 40dbd7c6ce65 (bug 1014614)
Backed out changeset f2b504bdd7c5 (bug 1014614)
Backed out changeset c878e29fbef9 (bug 1014614)
Backed out changeset 511dcc817f5d (bug 1014614)
Backed out changeset 2b72e71f1fdf (bug 1014614)
Backed out changeset 8b530a9a2f99 (bug 1014614)
Backed out changeset 7fa1b78de684 (bug 1014614)
2014-10-17 16:34:01 -07:00
Wes Kocher
6bb18ca563
Backed out changeset 869a28961b5c (bug 1084514)
2014-10-17 16:33:35 -07:00
Wes Kocher
90c12f504b
Backed out changeset e3fe86623065 (bug 1084607)
2014-10-17 16:32:27 -07:00
Ralph Giles
0a853765e0
Bug 1084607 - Add missing namespace references for GLImages.cpp. r=jgilbert CLOSED TREE
...
This fixes undeclared type errors on non-unified builds.
2014-10-17 15:03:00 -07:00
Ralph Giles
b4a0a99f4a
Bug 1063356 - Bump clobber. a=KWierso CLOSED TREE
...
Seems to fix:
No rule to make decoder/vp9_thread.c', needed by `vp9_thread.o'
Where decoder/vp9_thread.c is now decoder/vp9_dthread.c and there's
a new common/vp9_thread.c.
2014-10-17 14:14:22 -07:00
Wes Kocher
4b2f291d8c
Backed out changeset cb31d5a52868 (bug 1028407) under suspicion of web-platform bustage on a CLOSED TREE
2014-10-17 13:24:51 -07:00
Ralph Giles
64feb9412e
Bug 1084514 - Fix AndroidSourceTexture namespace issues. r=dholbert CLOSED TREE
...
This worked in the unified build because it borrowed includes
and namespace references from other files.
2014-10-17 11:31:00 -07:00
J.C. Jones
41b59a8438
Bug 1054498 - Report pinning violations by CA r=keeler
2014-10-17 10:33:50 -07:00
Nicolas Silva
c24008d8a1
Bug 1027365 - Activate async-video by default when OMTC is on. r=jrmuizel
2014-10-17 19:23:25 +02:00
Bobby Holley
ed09bb83f6
Bug 1081537 - Followup bustage fix. r=me
2014-10-17 19:08:45 +02:00
Nicolas B. Pierron
7da129d8e4
Bug 1083781 - Remove AutoEnterAnalysis from Recover instructions. r=bhackett
...
This revert some of the modifications made by Bug 1006899, Bug 1054241,
Bug 1057598 and Bug 1064358 as it is now safe to iterate the stack during a
bailout.
2014-10-17 18:32:46 +02:00
Bobby Holley
ca690bc061
Bug 1084245 - Introduce a hacky opt-out of the new security checks for MozTCPSocket. r=bz
2014-10-17 18:02:19 +02:00
Ralph Giles
f648fd1163
Bug 1063356 - Define __ANDROID__ for libvpx asm. r=kinetik,mshal
...
The assembly relies on __ANDROID__ to decide whether to call
'lrand48' or 'rand'. The later is available on desktop but
only on Android L or later. However, this macro isn't defined
by the linux vpx_config asm file we use for x86 Android builds,
so we must pass it manually when invoking yasm.
2014-10-16 13:39:20 -07:00
Ralph Giles
ce266e338c
Bug 1063356 - Pass -mfpu=neon when building libvpx. r=kinetik,mshal
...
This is required to compile the new intrinsic-based simd acceleration
code for arm.
2014-10-15 11:38:17 -07:00
Ralph Giles
660786fd23
Bug 1063356 - Disable libvpx AVX2 support on linux. r=kinetik
...
Temporarily disable AVX2 simd acceleration on linux to work around
issues with old toolchains on the integration server builds.
Linux valgrind and B2G desktop builds use an older gcc which doesn't
support the new AVX2 intrinsics. This can be resolved either by updating
the build, or splitting the target platforms into AVX and no-AVX variants.
2014-10-17 09:01:30 -07:00
Michael Comella
9fdf1287a5
Bug 1075531 - Part 2: Check for url in place of page titles on new tablet. r=lucasr
2014-10-10 11:35:41 -07:00
Michael Comella
7c6e39a651
Bug 1075531 - Part 1: Return String from ToolbarComponent.getTitle. r=lucasr
2014-10-08 17:06:01 -07:00
Mike de Boer
1028f2cf84
Bug 1013989: update the localization note to match the entity name. r=abr
2014-10-17 17:22:58 +02:00
Romain Gauthier
e3b0b8f9ab
Bug 1079811 - A new call won't start if the outgoing call window is opened (showing feedback or retry/cancel). r=Standard8
2014-10-17 16:11:41 +01:00
Carsten "Tomcat" Book
28373a8448
Merge m-c to fx-team
2014-10-17 16:41:45 +02:00
Carsten "Tomcat" Book
f32c70a6bb
merge b2g-inbound to mozilla-central a=merge
2014-10-17 16:31:36 +02:00
Carsten "Tomcat" Book
30afe2c661
merge fx-team to mozilla-central a=merge
2014-10-17 16:29:30 +02:00
Carsten "Tomcat" Book
894c3fd78c
merge mozilla-inbound to mozilla-central a=merge
2014-10-17 16:25:34 +02:00
Martyn Haigh
f91d69f540
Bug 1063586 - Audit tab related XML files to use new terminology (r=lucasr)
2014-10-17 14:14:30 +01:00
B2G Bumper Bot
2aaa11e69e
Bumping manifests a=b2g-bump
2014-10-17 01:32:35 -07:00
B2G Bumper Bot
2ac6cefe88
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/934b8c3014a3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #25058 from timdream/screen-wake-lock-manager
Bug 1081630 - Implement WakeLockManagers, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/3de3252d9d42
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1081630 - Implement WakeLockManagers
2014-10-17 01:30:49 -07:00
Jan de Mooij
38ead1d0ed
Bug 987560 - Greatly refactor generator implementation. Patch mostly written by Andy Wingo. r=wingo
2014-10-17 10:19:40 +02:00
Carsten "Tomcat" Book
e32296157e
Backed out changeset d38f7ebb2192 (bug 1054959) for m1 test failures
2014-10-17 09:58:52 +02:00
Martyn Haigh
f104b69443
Bug 1076898 - Initial pass at Gridview visuals Initial pass at Gridview visuals (r=lucasr)
2014-10-17 08:54:37 +01:00
B2G Bumper Bot
c6af5ac3d5
Bumping manifests a=b2g-bump
2014-10-17 00:31:56 -07:00
B2G Bumper Bot
2a8bd895fc
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/73ba4234231f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #25251 from empoalp/bug_1084225
Bug 1084225 - Missing image thumbnail dependency in VCardReader r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/eb75f3492da8
Author: David Garcia <davidg@tid.es>
Desc: Bug 1084225 - Missing image thumbnail dependency in VCardReader r=jmcf
2014-10-17 00:25:48 -07:00
B2G Bumper Bot
845220c960
Bumping manifests a=b2g-bump
2014-10-17 00:17:03 -07:00
B2G Bumper Bot
ae815858b8
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/48560b945308
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #25136 from jmcanterafonseca/fix_search_position_2
Bug 1065731 - When adding a number to an existing contact, search icon d...
========
https://hg.mozilla.org/integration/gaia-central/rev/dec760b9aa98
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1065731 - When adding a number to an existing contact, search icon does nothing
2014-10-17 00:10:50 -07:00
B2G Bumper Bot
3b1161efb5
Bumping manifests a=b2g-bump
2014-10-16 23:57:35 -07:00
B2G Bumper Bot
7ca8d03e82
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9730965fdf0e
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #25035 from ferjm/bug1053163.inappicon
Bug 1053163 - B2G emulator debug mochitests and Mulet reftests attempt t...
========
https://hg.mozilla.org/integration/gaia-central/rev/d64d875d7297
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 1053163 - B2G emulator debug mochitests and Mulet reftests attempt to connect to inapp-pay-test.paas.allizom.org. r=fabrice
========
https://hg.mozilla.org/integration/gaia-central/rev/069fa8b3e76d
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #25210 from gabrielesvelto/bug-1081028-cdma-call-onhold
Bug 1081028 - Do not try to hold a single call in CDMA mode since it's not supported r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/9cca4956c161
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1081028 - Do not try to hold a single call in CDMA mode since it's not supported r=drs
========
https://hg.mozilla.org/integration/gaia-central/rev/341ec79b7657
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #25180 from jmcanterafonseca/fix_scroll_2
Bug 1083100 - [Contacts] In the contacts selection screen horizontal scr...
========
https://hg.mozilla.org/integration/gaia-central/rev/1b9fabf074b0
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 1083100 - [Contacts] In the contacts selection screen horizontal scrolling is enabled
2014-10-16 23:55:50 -07:00
B2G Bumper Bot
d49ebec497
Bumping manifests a=b2g-bump
2014-10-16 23:31:57 -07:00
B2G Bumper Bot
5cad5a5ff5
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ba323456efdf
Author: Marina <mri@tid.es>
Desc: Merge pull request #25134 from empoalp/bug_1059715_4
Bug 1059715 - VCard reader refactor to read contacts before importing th...
========
https://hg.mozilla.org/integration/gaia-central/rev/4a40de3598fb
Author: David Garcia <davidg@tid.es>
Desc: Bug 1059715 - VCard reader refactor to read contacts before importing them r=sergi
2014-10-16 23:25:48 -07:00
B2G Bumper Bot
dc880ba0da
Bumping manifests a=b2g-bump
2014-10-16 23:17:01 -07:00
B2G Bumper Bot
060b54d765
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/db4d4031b50d
Author: Marina <mri@tid.es>
Desc: Merge pull request #25131 from gitmai/bug-1080473-difference-between-byApp-and-global
Bug 1080473 - [Usage] Noticeable difference between by application break...
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/facf167e6e37
Author: mai <mri@tid.es>
Desc: Bug 1080473 - [Usage] Noticeable difference between by application breakdown totals and the total displayed in chart and widget
========
https://hg.mozilla.org/integration/gaia-central/rev/81e4e4f83035
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #24930 from cctuan/1067231
Bug 1067231 - [Keyboard][Text Selection] Tapping the touch caret should show Paste utility bubble if clipboard is not empty
========
https://hg.mozilla.org/integration/gaia-central/rev/a605b824f250
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1082399 - [Keyboard][Text Selection] Tapping the touch caret should show Paste utility bubble if clipboard is not empty
2014-10-16 23:10:47 -07:00
B2G Bumper Bot
a79e590108
Bumping manifests a=b2g-bump
2014-10-16 20:37:15 -07:00