Commit Graph

196026 Commits

Author SHA1 Message Date
B2G Bumper Bot
17e9929c8c Bumping manifests a=b2g-bump 2014-07-24 13:12:04 -07:00
B2G Bumper Bot
9c756c272e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ad56e7047114
Author: Zibi Braniecki <zbigniew.braniecki@gmail.com>
Desc: Merge pull request #21959 from zbraniecki/1041252-update-mozl10n-api-in-system

Bug 1041252 - Update mozL10n API use cases in System. r=etienne, alive

========

https://hg.mozilla.org/integration/gaia-central/rev/3fdf4a14e1a6
Author: Zbigniew Braniecki <gandalf@mozilla.com>
Desc: Bug 1041252 - Update mozL10n API use cases in System

========

https://hg.mozilla.org/integration/gaia-central/rev/a4adb40db83f
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #22106 from etiennesegonzac/bug-1042083

Bug 1042083 - Implement App Titlebar r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/7dede7a0e8b1
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1042083 - Implement App Titlebar
2014-07-24 13:10:36 -07:00
B2G Bumper Bot
dc786858fd Bumping manifests a=b2g-bump 2014-07-24 12:47:04 -07:00
B2G Bumper Bot
a62538c23b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9b2fac1245c8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #22024 from KevinGrandon/bug_1041985_search_places

Bug 1041985 - [Search] Enable places

========

https://hg.mozilla.org/integration/gaia-central/rev/fa46b987f183
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1041618 - [Search] Enable places r=daleharvey
2014-07-24 12:45:38 -07:00
Reuben Morais
271d651f68 Bug 1019159 - Remove unused category registration prefs. r=gwagner 2014-07-24 15:47:52 -03:00
Gregory Szorc
9fe6fe037c Bug 1043524 - Define group variable is an existing parser is passed; r=jgraham
While I was here, I removed the try..except in favor of failing fast.
Before, we were only making cosmetic changes. Now, we actually need the
group for mach to work. It makes sense to stop ignoring errors.

This fixes a regression from d53d1c6cdf13 / bug 951733.

--HG--
extra : rebase_source : aeb6c99a945eaff32cf86fa481d03c0c8dee593a
extra : amend_source : f1e29385bf8ca8ac250a04f81e7e955c4152b476
2014-07-24 11:35:15 -07:00
Steven MacLeod
403ad5a1bd Bug 1036036 - Stop leaking docshells in Session Store tests. r=ttaubert
When adding a SHistoryListener in the Session Store test frame script
we were creating an intermediate global variable that was rooting the
docshell. This prevented things from being GC'd properly.

I've removed this intermediate variable and we should no longer keep
the docshell alive. This will probably also fix Bug 1036031.

--HG--
extra : rebase_source : 1394966f4180da44c4c29c8bba9842f7daf614fd
extra : histedit_source : e60ce5cf45b52e85207bf2f69882df86fa628ed7
2014-07-24 18:13:28 -04:00
Steven MacLeod
4408a75234 Bug 1038174 - Prevent a race condition when writing the experiments cache. r=gfritzsche
We now mark the experiments cache as clean before writing the cache.
This means that any changes to the data between collecting it and when
the actual write executes will properly mark the cache as dirty.

--HG--
extra : rebase_source : 1c8b2dd2365ff2c27e7b545c5347ab178d6818d9
extra : histedit_source : a6b10099af6e8d4c67450e9f4afef403d5b74436
2014-07-24 17:21:03 -04:00
Marco Bonardo
7e326611fc Bug 997970 - add search suggest to Amazon for en-US. r=ttaubert 2014-07-25 14:46:56 +02:00
Paul Rouget
42d2dd5d18 Bug 1043331 - add http:// to hosted app location if missing. r=jryans 2014-07-25 13:58:51 +02:00
Qeole
d415da0fbf Bug 1040761 - Re-add state info for experiments async shutdown blocker from bug 1012924. r=gfritzsche 2014-07-25 13:40:17 +02:00
Gijs Kruitbosch
5043e49b69 Bug 1042100 - add test for _introduceNewBuiltinWidgets, r=Unfocused 2014-07-25 12:07:20 +01:00
Carsten "Tomcat" Book
178336bec8 Backed out changeset 1340475e6954 (bug 251903) for mochitest 3 on windows test failures 2014-07-25 12:34:50 +02:00
Panos Astithas
56ffe9cfea Fix a bunch of uncaught exceptions in the debugger tests (bug 1013945). r=me 2014-07-25 13:05:38 +03:00
Paolo Amadini
a8ff4c87ca Bug 1041534 - Refactor search tests to remove some code duplication. r=MattN 2014-07-25 10:28:45 +01:00
Wes Johnston
8c07c3e7ed Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Erik Vold
4ef6f8f134 Bug 1037235 - toolkit/loader doesn't check module compatibility 2014-07-24 11:43:48 -07:00
Ed Morley
a2fba946fb Backed out changeset 7086cfb5b6fe (bug 1016529) for breaking the Android build 2014-07-24 17:47:18 +01:00
Richard Newman
85a494372b Bug 1042984 - Add extensive logging and descriptive crash data for library load errors. r=mfinkle 2014-07-24 09:39:48 -07:00
Marco Bonardo
c7ca435ad3 Bug 1040335 - Enable Unified Autocomplete. r=ttaubert 2014-07-24 17:45:48 +02:00
Panos Astithas
4dc1dad61d Make thread state changes opt-in for clients with an onThreadState handler (bug 1037514); r=fitzgen
--HG--
extra : rebase_source : 94232bb18e4f3dbeef3df827b05b5cc1be37b36e
2014-07-24 18:10:21 +03:00
Wes Johnston
1a9fe10393 Bug 1016529 - Update builders to include google play services. r=sbruno 2014-07-24 08:28:17 -07:00
Carsten "Tomcat" Book
ba32072cfc Merge mozilla-central to fx-team 2014-07-24 15:42:26 +02:00
Carsten "Tomcat" Book
0086223ef3 merge fx-team to mozilla-central a=merge 2014-07-24 15:34:40 +02:00
Carsten "Tomcat" Book
95220c3c23 merge mozilla-inbound to mozilla-central a=merge 2014-07-24 15:25:20 +02:00
Jan Keromnes
404b5e9977 Bug 1042857 - Unify WebIDE's deck style. r=paul
--HG--
rename : browser/devtools/webide/themes/tabledoc.css => browser/devtools/webide/themes/deck.css
2014-07-24 15:05:03 +02:00
Dão Gottwald
ab84d0e1ad Bug 1018405 - The "Manage" link next to the Firefox Account name should be a button instead. r=jaws 2014-07-24 15:04:24 +02:00
Tom Schuster
7f2acb4d62 Bug 1042685 - Correct LIBS definition for Qt Widget and Gstreamer on Mac. r=glandium 2014-07-24 10:28:29 +02:00
B2G Bumper Bot
a42dad4535 Bumping manifests a=b2g-bump 2014-07-24 01:16:21 -07:00
William Chen
5545d56202 Bug 1041880 - Use GetParentElementCrossingShadowRoot() when initializing style scopes. r=heycam 2014-07-24 01:12:38 -07:00
B2G Bumper Bot
f336617cff Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fd60711c2295
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #22064 from crdlc/bug-1041291-v2

Bug 1041291 v2

========

https://hg.mozilla.org/integration/gaia-central/rev/e876aa7a401b
Author: crdlc <crdlc@tid.es>
Desc: Bug 1041291 - [Vertical Homescreen] Load drag-drop lazily
2014-07-24 01:10:32 -07:00
B2G Bumper Bot
820cf36aba Bumping manifests a=b2g-bump 2014-07-24 00:56:54 -07:00
B2G Bumper Bot
013362682d Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e301b0a2bbe2
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #22071 from hfiguiere/bug1042648

Overfill test fixes. r=eli

========

https://hg.mozilla.org/integration/gaia-central/rev/1be9d62e6ad9
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 981009 - Ensure the number overfill results match the number of runs.

========

https://hg.mozilla.org/integration/gaia-central/rev/9bbb7ab3ead8
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1042648 - use the new event in the overfill test.
2014-07-24 00:55:32 -07:00
B2G Bumper Bot
b6db50a02b Bumping manifests a=b2g-bump 2014-07-24 00:21:26 -07:00
B2G Bumper Bot
cba2a0bcd7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4c4eaf32317
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #22088 from asutherland/email-text-inline

Bug 1038836 - [email/backend] Mailing list text/plain footers added (with a multipart/mixed container) to text/html parts are detected as unnamed attachments. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/e5c856d3513c
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Bug 1038836 - [email/backend] Mailing list text/plain footers added (with a multipart/mixed container) to text/html parts are detected as unnamed attachments. r=asuth

land https://github.com/mozilla-b2g/gaia-email-libs-and-more/pull/322
2014-07-24 00:15:37 -07:00
B2G Bumper Bot
ba41fd74a9 Bumping manifests a=b2g-bump 2014-07-24 00:06:21 -07:00
B2G Bumper Bot
70ed362fd7 Bumping gaia.json for 7 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f1118ba437de
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #22083 from flodolo/bug981598

Bug 981598 - [System]: fix RTL support for Time Picker. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/82d9310cdd00
Author: Francesco Lodolo (:flod) <flod@lodolo.net>
Desc: Bug 981598 - [System]: fix RTL support to Time Picker

========

https://hg.mozilla.org/integration/gaia-central/rev/a1ba0b007528
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #21586 from tauzen/Bug1028776

Bug 1028776 - The screen timeout do NOT reset if NFC do something when screen almost off (darker screen). r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/d55d69313ecf
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1028776 - The screen timeout do NOT reset if NFC do something when screen almost off (darker screen)

========

https://hg.mozilla.org/integration/gaia-central/rev/b9c9ad62e5f5
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #21195 from guilherme-pg/bug1030249-report-disabled

Bug 1030249 - Notify the server if Find My Device is disabled. r=gerard-majax

========

https://hg.mozilla.org/integration/gaia-central/rev/2647f97017bc
Author: Guilherme Goncalves <guilherme.p.gonc@gmail.com>
Desc: Bug 1030249 - Notify the server if Find My Device is disabled.

========

https://hg.mozilla.org/integration/gaia-central/rev/f00097d5188f
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 1006592 - Prevent the click handler that fetches the last called number from being executed if we've already started a dial action r=drs
2014-07-24 00:00:32 -07:00
B2G Bumper Bot
e251a25f3b Bumping manifests a=b2g-bump 2014-07-23 23:53:38 -07:00
B2G Bumper Bot
bd553483e2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d07f51062ea9
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #22022 from crdlc/bug-1041291

Bug 1041291 - [Vertical Homescreen] Load improvements for configurator.j...

========

https://hg.mozilla.org/integration/gaia-central/rev/6f758b7e8ced
Author: crdlc <crdlc@tid.es>
Desc: Bug 1041291 - [Vertical Homescreen] Load improvements for configurator.js
2014-07-23 23:53:27 -07:00
Ahmed Kachkach
b5809ae650 Bug 1043420 - Use actual log level in mochitest logs instead of always INFO. r=ted 2014-07-24 08:49:00 +02:00
Dave Hylands
c8cff65b61 Bug 1043122 - Make adb 12-hour timer disable adb reflect in settings app. r=fabrice 2014-07-23 23:48:53 -07:00
Bevis Tseng
3308f2bb4c Bug 1040230 - Check array length to bail out earlier before creating the deleted info. r=vyang 2014-07-24 12:32:12 +08:00
Jocelyn Liu
818562fc76 Bug 1038632 - Patch2: Maintain device objects in BluetoothAdapter. r=btian 2014-07-25 15:21:44 +08:00
Jocelyn Liu
430236954e Bug 1038632 - Patch1: Remove unused API in BluetoothAdapter.webidl for new WebBluetooth
API. f=btian, r=bz
2014-07-25 15:21:33 +08:00
B2G Bumper Bot
c4b9938724 Bumping manifests a=b2g-bump 2014-07-25 00:16:40 -07:00
B2G Bumper Bot
a4d0392832 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/30bf8b313e51
Author: PinZhang <zhangpin04@gmail.com>
Desc: Merge pull request #22056 from PinZhang/pzhang/bug1042478-airplanemodehelper

Bug 1042478: AirplaneModeHelper.ready is invoked several times.

========

https://hg.mozilla.org/integration/gaia-central/rev/fab343591060
Author: Pin Zhang <pzhang@mozilla.com>
Desc: Bug 1042478: AirplaneModeHelper.ready is invoked several times.
2014-07-25 00:10:21 -07:00
B2G Bumper Bot
c7779d3a62 Bumping manifests a=b2g-bump 2014-07-23 21:11:16 -07:00
B2G Bumper Bot
e1068dbcd0 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d64417c792c
Author: Min-Zhong "John" Lu <mnjul@users.noreply.github.com>
Desc: Merge pull request #22020 from mnjul/bug_1041945_lockscreen_visual_wrong

Bug 1041945 - Lockscreen notifications timestamps have wrong visual style. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/4f4eae3ddb6a
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1041945 - Lockscreen notifications timestamps have wrong visual style
2014-07-23 21:05:33 -07:00
B2G Bumper Bot
0800eee755 Bumping manifests a=b2g-bump 2014-07-23 20:56:16 -07:00
B2G Bumper Bot
f5b2d29d45 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/75333d4c8b68
Author: EragonJ <eragonj@eragonj.me>
Desc: Merge pull request #21860 from EragonJ/bug-1039948

Bug 1039948 - [System::StatusBar] Airplane mode icon update issues

========

https://hg.mozilla.org/integration/gaia-central/rev/d20cbe1a69af
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1039948 - [System::StatusBar] Airplane mode icon update issues
2014-07-23 20:50:30 -07:00