Jonas Sicking
9c521f30da
Bug 1264706: Move nsILocalCertService, and implementation, to security/manager/ssl in order to alloow use w use elsewhere in gecko. r=dkeeler
...
--HG--
rename : devtools/shared/security/LocalCertService.cpp => security/manager/ssl/LocalCertService.cpp
rename : devtools/shared/security/LocalCertService.h => security/manager/ssl/LocalCertService.h
rename : devtools/shared/security/nsILocalCertService.idl => security/manager/ssl/nsILocalCertService.idl
rename : devtools/shared/security/tests/unit/test_cert.js => security/manager/ssl/tests/unit/test_local_cert.js
2016-04-15 14:52:13 -07:00
Gijs Kruitbosch
a59db0da4f
Bug 1236991 - part 2: implement a default tooltiptextprovider in toolkit, r=enndeakin
...
MozReview-Commit-ID: LqtibkGoDjQ
--HG--
rename : toolkit/content/widgets/popup.xml => toolkit/components/tooltiptext/TooltipTextProvider.js
extra : rebase_source : a5ee0b204ed501871d1f19cbee52a58d5af89c65
extra : histedit_source : 7247b93e1fa7ab1acc72182df7b890c888046e1e
2016-04-12 21:50:47 +01:00
Brad Lassey
0c669fc09e
bug 1264651 - remove dom.max_child_script_run_time pref, remove old pref from prefs files r=billm
2016-04-14 11:29:10 -04:00
Jeff Gilbert
0b554f96bd
Bug 982928 - Remove mozconfig.vs2010. - r=gps,sfink sr=ted.mielczarek
2016-04-14 13:37:27 -07:00
Ralph Giles
527a23df61
Bug 1264490 - Update linux64 builders for rust 1.8. r=mshal
...
This is a repack of the upstream 1.8.0 stable build
for x86_64-unknown-linux-gnu hosts plus the i686 and
x86_64 std libraries.
MozReview-Commit-ID: F6q9Y51ow8U
--HG--
extra : rebase_source : 50538ed05bf744f6513f57d2847f751dcc8c40e1
2016-04-13 16:31:08 -07:00
Carsten "Tomcat" Book
fb38f27f95
Merge mozilla-central to mozilla-inbound
2016-04-13 11:54:32 +02:00
Carsten "Tomcat" Book
8221e0285d
merge mozilla-inbound to mozilla-central a=merge
2016-04-13 11:53:35 +02:00
Ting-Yu Lin
8897dad51c
Bug 1263578 - Make AccessibleCaret swappable on B2G. r=mtseng
...
According to the latest Firefox OS text selection spec 1.7, the carets
are now swappable.
MozReview-Commit-ID: 3V2f0woof77
--HG--
extra : rebase_source : 41e9c7691319bb9e7b2db67b98350cb5503f9519
2016-04-13 14:03:14 +08:00
Wes Kocher
a3d9ff8cce
Merge m-c to fx-team, a=merge
...
MozReview-Commit-ID: BtBb2JBX4uX
2016-04-12 15:37:01 -07:00
Mike Hommey
3cf7cce79c
Bug 1262781 - Update to clang 3.8 final. r=froydnj
...
Ideally, we'd use the tarballs from
http://llvm.org/releases/download.html but I didn't feel like modifying
the script more than I already did to make it work at all (bug 1262735).
The new tarball for Linux was built on
https://tools.taskcluster.net/task-inspector/#LCUn8aEgTBeRJ11a3qTlDQ/0
The new tarball for Mac was built on a loaner, after installing cmake
and ninja, as well as building ld64 127.2 from source because the
installed version would assert while building clang. The latter required
manually adding some missing headers to /usr/include. TSAN was also
disabled because it requires APIs that are not available on the OSX
version on the build slaves (e.g. pthread_introspection_hook_install).
Building clang also required using a mac clang from tooltool, the system
one lacking support for atomics.
2016-04-13 06:54:22 +09:00
Kai Engert
70551ded71
Bug 1258375, NSS_3_24_BETA6 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-12 14:40:44 +02:00
Junior Hsu
926d8aa917
Bug 1148307 - Part 3, implement session transport with DataChannel. r=jib.
...
--HG--
extra : rebase_source : 821a3fae4c6146d77d2e714e14e5eb9316f39e67
2016-04-11 11:20:55 +08:00
Ray Lin
fc700c757b
Bug 1250741 - Update video player to new spec. r=margaret
...
MozReview-Commit-ID: IKaw00tXwRS
2016-04-10 23:38:00 -04:00
Ting-Yu Lin
152cf5d714
Bug 1168891 Part 2 - Allow one caret to be dragged across the other caret. r=mats
...
This behavior matches the Android convension and the built-in selection
on all desktop platforms.
MozReview-Commit-ID: 2kNm8UZnqH0
--HG--
extra : rebase_source : 097918c7c49e7cd545af52e9b3f3c540475ec589
2016-04-11 17:57:29 +08:00
Kai Engert
f8da0365fd
Backout revision 36f75c2863a1, bug 1258375
2016-04-11 17:00:39 +02:00
Kai Engert
b471460db8
Bug 1258375, NSS_3_24_BETA5 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-11 16:40:36 +02:00
Sebastian Hengst
c8b30f409e
Backed out changeset 820f92f08f69 (bug 1148307)
2016-04-11 13:12:20 +02:00
Junior Hsu
fee05caf8c
Bug 1148307 - Part 3 - implement session transport with DataChannel. r=jib.
2016-04-11 11:20:55 +08:00
Juan Gomez
63b02bd17e
Bug 1257127 - [B2G] Fix HOST_CC/CXX paths for local builds r=glandium
...
MozReview-Commit-ID: E3NrLVMyCTe
--HG--
extra : rebase_source : 59fc7458599e97fdbf244c24167c2b50dd3c5dcc
2016-04-07 10:45:45 +02:00
Steve Fink
a3c9c8db0c
Bug 1259843 - Upgrade sixgill to fix destructor handling, r=terrence
...
MozReview-Commit-ID: I4hv33aVpBs
--HG--
extra : rebase_source : ac707808d41be363c05ef1869b1c75499eb09ff1
2016-04-07 11:33:16 -07:00
Mike Hommey
1b6dd8f3ea
Bug 1262730 - Rename b2g tooltool manifests. r=mshal
...
Somehow, while every non-b2g tooltool manifest has a .manifest
extension, the b2g ones have a .tt extension that confuses mozreview
(bug 1255876).
Let's just rename these files.
--HG--
rename : b2g/config/dolphin/releng-dolphin.tt => b2g/config/aries/releng-aries.manifest
rename : b2g/config/aries/releng-aries.tt => b2g/config/dolphin/releng-dolphin.manifest
rename : b2g/config/emulator/releng-emulator.tt => b2g/config/emulator-ics/releng-emulator-ics.manifest
rename : b2g/config/emulator-x86-l/releng-emulator-l.tt => b2g/config/emulator-jb/releng-emulator-jb.manifest
rename : b2g/config/emulator-x86-kk/releng-emulator-kk.tt => b2g/config/emulator-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-l/releng-emulator-l.tt => b2g/config/emulator-l/releng-emulator-l.manifest
rename : b2g/config/emulator-kk/releng-emulator-kk.tt => b2g/config/emulator-x86-kk/releng-emulator-kk.manifest
rename : b2g/config/emulator-jb/releng-emulator-jb.tt => b2g/config/emulator-x86-l/releng-emulator-l.manifest
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.manifest
rename : b2g/config/flame-kk/releng-flame-kk.tt => b2g/config/flame-kk/releng-flame-kk.manifest
rename : b2g/config/flame/releng-flame.tt => b2g/config/flame/releng-flame.manifest
rename : b2g/config/nexus-4-kk/releng-mako.tt => b2g/config/nexus-4-kk/releng-mako.manifest
rename : b2g/config/nexus-4/releng-mako.tt => b2g/config/nexus-4/releng-mako.manifest
rename : b2g/config/nexus-5-l/releng-nexus5.tt => b2g/config/nexus-5-l/releng-nexus5.manifest
2016-04-08 06:45:15 +09:00
Mike Hommey
a172eece8b
Bug 1261264 - Apply GCC PR64905 to fix miscompilation with -fomit-frame-pointer. r=froydnj
...
The new GCC tarball was built on
https://tools.taskcluster.net/task-inspector/#ADIOXxgZQ7-9HuqEYZc3mw/0
2016-04-08 06:45:06 +09:00
Wes Kocher
06944947a0
Backed out changeset 069c82269f81 (bug 1258375) for Windows xperf failures
...
MozReview-Commit-ID: DwhDorbB2PO
2016-04-06 16:51:48 -07:00
Kai Engert
02dd23b86a
Bug 1258375, NSS_3_24_BETA4 and required adjustments to PSM and packaging, r=martin.thomson, r=glandium
2016-04-06 21:43:36 +02:00
Kyle Huey
b98d3ef86c
Bug 1259581: Remove MOZ_MEDIA_NAVIGATOR. r=jesup
2016-04-05 20:12:03 -07:00
Mike Hommey
6886f13b7d
Bug 1262020 - Move --with-android-ndk, --with-android-toolchain and --with-android-gnu-compiler-version to moz.configure. r=nalexander
2016-04-06 07:25:13 +09:00
Mike Hommey
1d9ff89e0e
Bug 1262019 - Make --with-gonk imply --enable-default-toolkit=cairo-gonk. r=chmanchester
...
This removes the need for a dummy `gonkdir` function for the
build_project != 'b2g' case.
2016-04-06 07:25:06 +09:00
Ted Mielczarek
58e2e722d0
bug 1239083 - use moz.build files to build ICU. r=glandium,waldo
...
Also fixes bug 926980 - load ICU data from an archive file.
Stop invoking ICU's autoconf build system. Instead, have hand-authored
moz.build files under config/external/icu to build what we need. In addition,
we'll commit a pre-built copy of the ICU data file (currently icudt56l.dat)
under config/external/icu/data to avoid having to build ICU host tools to
generate it. config/external/icu/data also contains some assembly files
which can generate an object file containing the ICU data file contents
so that the JS shell (or standalone JS builds) can be linked directly to
the data without having to deal with the external data file. This requires
yasm or GNU as.
Various bits of packaging have been updated to account for the ICU data file.
XPCOM initialization now sets the ICU data directory so ICU can locate its
data file.
The update-icu.sh script has been modified to read the list of C/C++ source
files out of the ICU Makefiles and update `sources.mozbuild` files under
config/external/icu, as well as build a local copy of ICU using its
autoconf build system to generate the ICU data file to be committed in-tree.
MozReview-Commit-ID: 8Pfkzqt6S1W
--HG--
extra : rebase_source : 31426cddddb5543e0191059ba2f2eb069abe7727
2016-04-05 10:09:12 -04:00
Ted Mielczarek
94fa8fd73a
bug 1247396 - drop support for MOZ_SHARED_ICU. r=glandium
...
MozReview-Commit-ID: 54AQdzJqvvA
--HG--
extra : rebase_source : 41c2516bf65ca4594a68084a61d9a737680cfc9f
extra : source : e40580ed0fe6fab50f1d8d23747c2cf423d93016
2016-02-11 08:21:16 -05:00
Jeff Muizelaar
83bb88f11e
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-05 10:55:17 -04:00
Gregor Wagner
2c3b158272
Merge
2016-04-04 12:08:53 +02:00
B2G Bumper Bot
1cbcbed9b1
Bumping manifests a=b2g-bump
2016-03-29 10:38:54 -07:00
B2G Bumper Bot
3e5e3089d0
Bumping manifests a=b2g-bump
2016-03-25 04:25:41 -07:00
B2G Bumper Bot
aeeb6e94fe
Bumping manifests a=b2g-bump
2016-03-25 04:10:34 -07:00
B2G Bumper Bot
ac3f7ffd0c
Bumping manifests a=b2g-bump
2016-03-25 04:00:30 -07:00
B2G Bumper Bot
0321dcd9ba
Bumping manifests a=b2g-bump
2016-03-24 02:55:48 -07:00
B2G Bumper Bot
39d2a7f691
Bumping manifests a=b2g-bump
2016-03-23 22:05:26 -07:00
B2G Bumper Bot
2b612c8fa8
Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e9e8c44b4317
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34180 from Fischer-L/bug_1257442-tv-ftu-polish-scroll-down-hint
Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/2901a006aa04
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1257442 - [TV] TV FTU needs to polish scroll down experience for privacy policy
========
https://hg.mozilla.org/integration/gaia-central/rev/d3ce9e69cf31
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34171 from Fischer-L/bug_1256613-tv-ftu-UI-polish
Bug 1256613 - [TV] TV FTU needs UI polish, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/87ebe47c418d
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1256613 - [TV] TV FTU needs UI polish
========
https://hg.mozilla.org/integration/gaia-central/rev/a785b0f4cd0c
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #34179 from Fischer-L/bug_1258256-tv-ftu-update-string
Bug 1258256 - [TV] TV FTU needs to update the strings, r=rex
========
https://hg.mozilla.org/integration/gaia-central/rev/6c335cc34a42
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1258256 - [TV] TV FTU needs to update the strings
2016-03-23 22:03:56 -07:00
B2G Bumper Bot
84cd29ccf7
Bumping manifests a=b2g-bump
2016-03-23 20:31:58 -07:00
B2G Bumper Bot
ccdde8c81c
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bf0e95e971cb
Author: jos <mail@jos.tw>
Desc: Merge pull request #34183 from jostw/josyeh/Marketplace/master/Bug1257767
Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner. r=lchang
========
https://hg.mozilla.org/integration/gaia-central/rev/ff3a97a06cf7
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1257767 - [TV][2.5] Showing app icon under preview window splash screen's spinner
2016-03-23 20:30:27 -07:00
B2G Bumper Bot
395e666dc9
Bumping manifests a=b2g-bump
2016-03-23 06:05:46 -07:00
B2G Bumper Bot
77e7bf6035
Bumping manifests a=b2g-bump
2016-03-23 01:55:32 -07:00
B2G Bumper Bot
ac611c1d17
Bumping manifests a=b2g-bump
2016-03-22 22:01:00 -07:00
B2G Bumper Bot
6567b313b1
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/63aaa0148619
Author: jos <mail@jos.tw>
Desc: Merge pull request #34172 from jostw/josyeh/Marketplace/master/Bug1250404
Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon. r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/dca075c22ec4
Author: Joseph Yeh <jyeh@mozilla.com>
Desc: Bug 1250404 - [TV][Marketplace] Visual polish for "Web App" icon
========
https://hg.mozilla.org/integration/gaia-central/rev/7e3867661e54
Author: danhuang1202 <dhuang@mozilla.com>
Desc: Merge pull request #34170 from danhuang1202/1257741_neterror_string_disapear
Bug 1257741
- create net error page when l10 is ready. r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/a013480a1f8a
Author: danhuang1202 <danhuang1202@gmail.com>
Desc: Bug 1257741
- create net error page when l10 is ready. r=rexboy
2016-03-22 21:59:29 -07:00
B2G Bumper Bot
b5011b0ddb
Bumping manifests a=b2g-bump
2016-03-22 20:16:37 -07:00
B2G Bumper Bot
de0018cfe1
Bumping manifests a=b2g-bump
2016-03-22 19:50:32 -07:00
B2G Bumper Bot
f9ddaf2428
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/86bc3c8175b6
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #34186 from stenox/master
Bug 1255257 - Wrong key width on uk keyboard, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/4137357030af
Author: Artem Polivanchuk <a.polivanchuk@outlook.com>
Desc: Bug 1255257 - Wrong key width on uk keyboard
2016-03-22 19:49:02 -07:00
B2G Bumper Bot
c48f3e7315
Bumping manifests a=b2g-bump
2016-03-22 12:35:43 -07:00
B2G Bumper Bot
2c88406dd3
Bumping manifests a=b2g-bump
2016-03-22 06:35:54 -07:00
B2G Bumper Bot
bcff1fa42b
Bumping manifests a=b2g-bump
2016-03-22 04:50:34 -07:00