Commit Graph

406286 Commits

Author SHA1 Message Date
Jordan Santell
78acdb77ee Bug 1130901 - Export patched methods in call-watcher actor with Cu.exportFunctions so that Function.prototype methods can be called without permission errors. r=vp 2015-02-11 16:15:00 -05:00
Jan Keromnes
9efe871b88 Bug 1090949 - Give WebIDE full control over simulator addons. r=ochameau 2015-02-12 08:55:00 -05:00
Ryan VanderMeulen
2eace57c2f Bug 1124494 - Disable testOSLocale on Android 2.3 due to frequent failures.
CLOSED TREE
2015-02-12 12:46:46 -05:00
Brian Grinstead
26d5d439f3 Bug 1128747 - Fire onCreate method synchronously in splitview to prevent multiple iframe editors from being appended into style editor;r=jwalker 2015-02-12 07:34:24 -08:00
Patrick Brosset
b9102ef3d3 Bug 1129454 - 2 - Adds a global play/pause button to the animation panel; r=vp 2015-02-12 16:28:42 +01:00
Patrick Brosset
20f47d548f Bug 1129454 - 1 - Adds [play|pause]All methods to the AnimationsActor to pause/play all running animations; r=miker 2015-02-12 16:28:42 +01:00
Mark Finkle
5738bd910f Bug 1130694 - Attempt to load thumbnails from DB if thumbnail is empty r=rnewman 2015-02-12 10:03:52 -05:00
Mark Finkle
3888d12c92 Bug 1130694 - Remove DB code path from ThumbnailHelper.getAndProcessThumbnailFor and move to Tab class r=rnewman 2015-02-12 10:03:47 -05:00
Mark Finkle
c745109d10 Bug 825483 - Reduce bfcache size on low memory devices r=wesj 2015-02-12 09:02:31 -05:00
Mark Banner
26091ec7e6 Bug 1126289 - Enable screen sharing for Loop link-generators by default. r=mikedeboer 2015-02-12 13:36:51 +00:00
Mike Taylor
22fec73325 Bug 1125340 - Collect h264 profile & level telemetry from decoded SPS. r=jya 2015-02-11 09:10:00 +01:00
Mike Taylor
fa0f137129 Bug 1125340 - Gather telemetry on H.264 profile & level values from canPlayType. r=cpearce 2015-02-11 09:09:00 +01:00
Jan Odvarko
7db9d04684 Bug 1130318 - Send also header source from the backend. r=vporof 2015-02-11 13:49:32 +01:00
Jennifer Fong
c6869264c8 Bug 1109388 - Delay reading data. r=jryans 2015-02-11 08:35:00 +01:00
Stefan Plewako
9102592b77 Bug 494210 - dialog.width entity should not be shared between the two sanitize dialogs, r=gijs 2015-02-11 14:26:00 +00:00
Gijs Kruitbosch
b348957eba Backed out changeset c11a0930afc2 (bug 1044600) for still making the change_app test go orange half the runs 2015-02-12 11:16:15 +00:00
Mike de Boer
11b5780d35 Bug 1130356: Allow multiple anchors for multiple notifications without using an iconbox. r=florian 2015-02-12 11:42:42 +01:00
Mike de Boer
81214c3a36 Bug 1130356: Support the screensharing doorhanger in Social API chat windows and allow for mutiple independent notification icons per type. r=florian 2015-02-12 11:42:38 +01:00
Eddy Bruël
7572460b47 Bug 1131609 - getOriginalLocation should take a sourceActor;r=jlong 2015-02-12 05:40:52 +01:00
Steven MacLeod
39f8bd559d Bug 1107609 - Simplify test_pushstate_replacestate with ContentTask. r=ttaubert r=mconley
--HG--
extra : rebase_source : 41bc60b69d662afe915ded9e7b489769d6b4c9c0
2015-02-11 17:15:01 -05:00
Steven MacLeod
4d239d923a Bug 1107609 - Implement ContentTask.spawn; r=Gijs r=mconley
This introduces a new medule ContentTask, which includes a spawn method.
This new method can be used to spawn a task in the content process of a
browser. When called, a promise will be returned which resolves to the
value returned by the task.

This allows you to quickly write test code which can touch the content
and return information without having to write custom framescripts all
the time (The content code can be written inline as a simple generator
definition). ContentTask is automatically included in the scope of
mochitests.

An example use follows:

yield ContentTask.spawn(browser, {}, function* gen_replaceState() {
  content.window.history.replaceState({}, "", 'test-entry/');
  return "Value that the promise will resolve with";
});

--HG--
extra : rebase_source : 9b6ae71407da582cdaa8087b5e367c72fa08a337
2015-02-11 17:28:44 -05:00
Jordan Santell
7524e5d2ab Bug 1132206 - Disable browser_perf-details-03.js for hanging. r=vp 2015-02-11 17:05:13 -08:00
Mark Hammond
769856eeb5 Bug 1130132 - add telemetry to determine how consistent our geoip country code is with Windows. r=gavin 2015-02-12 12:49:18 +11:00
Wes Kocher
b803f26a9f Merge m-c to fx-team a=merge CLOSED TREE 2015-02-11 17:45:03 -08:00
Ryan VanderMeulen
05793774b2 Backed out changeset 19e0922d6d0c (bug 1044597) for browser_subdialogs.js failures.
CLOSED TREE
2015-02-11 18:16:12 -05:00
Wes Kocher
486c692b73 Backed out changeset acc254692008 (bug 1124536) for xpcshell bustage on a CLOSED TREE 2015-02-11 14:44:16 -08:00
B2G Bumper Bot
5cf52af5d9 Bumping manifests a=b2g-bump 2015-02-11 14:27:24 -08:00
B2G Bumper Bot
fa3780640b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ff14bb888de
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1126022 - merge pull request #28027 from punamdahiya:Bug1126022 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/7673f634b899
Author: Punam Dahiya <punamdahiya@yahoo.com>
Desc: Bug 1126022 - [Wallpaper] Disable long press text selection r=djf
2015-02-11 14:25:23 -08:00
Ryan VanderMeulen
7756716bdf Backed out changeset 5740efb53e87 (bug 943517) for mochitest-dt failures. 2015-02-11 16:38:35 -05:00
Ryan VanderMeulen
07fdabb386 Merge m-c to fx-team. a=merge 2015-02-11 16:30:25 -05:00
Ryan VanderMeulen
cc3738ef41 Merge m-c to b2g-inbound. a=merge 2015-02-11 16:29:48 -05:00
Ryan VanderMeulen
beac0dbc4b Merge inbound to m-c. a=merge 2015-02-11 16:21:36 -05:00
Ryan VanderMeulen
dcdc769c4e Merge fx-team to m-c. a=merge 2015-02-11 16:07:24 -05:00
B2G Bumper Bot
62464a8e1f Bumping manifests a=b2g-bump 2015-02-11 12:56:37 -08:00
B2G Bumper Bot
d6491410b8 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c841891c0a3e
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1098289 - merge pull request #28029 from jrburke:bug1098289-email-request-sync to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/6a2f811a2f95
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1098289 - Migrate Email to use navigator.sync (RequestSync) API (Phase1)
2015-02-11 12:55:08 -08:00
B2G Bumper Bot
24109f0079 Bumping manifests a=b2g-bump 2015-02-11 12:17:01 -08:00
B2G Bumper Bot
e7f13ef7aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa30aca9f337
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #28144 from Cwiiis/bug1131366-top-empty-group-disappears-during-drag

Bug 1131366 - Fix top empty group disappearing during drag. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/12a95741146f
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1131366 - Fix top empty group disappearing during drag. r=kgrandon
2015-02-11 12:15:27 -08:00
B2G Bumper Bot
a4f795e9b3 Bumping manifests a=b2g-bump 2015-02-11 11:56:43 -08:00
B2G Bumper Bot
c613720404 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/dfee2e95caea
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #28154 from dmarcos/bug1129075-master

Bug 1129075 - [RTL][Camera] When attaching image from Camera only half o...

========

https://hg.mozilla.org/integration/gaia-central/rev/093e93daa2c4
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 1129075 - [RTL][Camera] When attaching image from Camera only half of the image is shown in image preview while using RTL language
2015-02-11 11:55:14 -08:00
B2G Bumper Bot
3dc2079e78 Bumping manifests a=b2g-bump 2015-02-11 10:52:09 -08:00
B2G Bumper Bot
5dc6d87e2d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/11f902264eb4
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1106420 - merge pull request #27985 from KevinGrandon:bug_1106420_fix_intermittent_unload_error to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a0e6a2bdd0b3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1106420 - Add try/catch to guard against unload error
2015-02-11 10:50:31 -08:00
Nick Alexander
7f233d4238 No bug - Allow manually syncing a Legacy Sync account.
We accidentally set the "can account be synced at all" flag to the value
of the "should account be synced in response to network activity" flag.
2015-02-11 10:15:11 -08:00
B2G Bumper Bot
d31a44075d Bumping manifests a=b2g-bump 2015-02-11 09:46:54 -08:00
B2G Bumper Bot
2460810440 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/990c071a9214
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #27473 from takenspc/bug1123023

Bug 1123023 - [Homescreen] toggle buttons are not labeled. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/02857e096f9d
Author: Takeshi Kurosawa <taken.spc@gmail.com>
Desc: Bug 1123023 - [Homescreen] toggle buttons are not labeled

- Add labels to the buttons
2015-02-11 09:45:20 -08:00
Paolo Amadini
50cc0567a7 Bug 1125618 - Revise NetUtil.jsm API for creating channels and fetching data while providing load info. r=sicking 2015-02-11 17:37:05 +00:00
B2G Bumper Bot
1bac5cd767 Bumping manifests a=b2g-bump 2015-02-11 09:27:40 -08:00
B2G Bumper Bot
0c09cbd689 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c652fe8c56b4
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #28142 from viorelaioia/bug-1121978

Bug 1121978 - Test test_keyboard_predictive_key.py is failing intermitte...

========

https://hg.mozilla.org/integration/gaia-central/rev/b2db069681b5
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Bug 1121978 - Test test_keyboard_predictive_key.py is failing intermittently, wrong predictive word is selected

========

https://hg.mozilla.org/integration/gaia-central/rev/b1ac6f97f6a2
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #28148 from viorelaioia/bug1131559

Bug 1131559 - Disable test_homescreen_column_layout.py because of Bug 11...

========

https://hg.mozilla.org/integration/gaia-central/rev/0acf108a8360
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Bug 1131559 - Disable test_homescreen_column_layout.py because of Bug 1131037

========

https://hg.mozilla.org/integration/gaia-central/rev/47a5b9241de1
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #28128 from hfiguiere/bug1102481-no-result-layout

Bug 1102481 - Part 2: change the visual style of the message to match contacts. r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/22c5641b2748
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1102481 - Part 2: change the visual style of the message to match contact.
2015-02-11 09:25:38 -08:00
Matt Brubeck
6153d7bbbb Bug 1097337 - Set the Android 5 statusbar color. r=wesj 2015-02-11 09:16:22 -08:00
Brian Grinstead
853966ece4 Bug 1129155 - Add console.mihai shortcut to evalWithDebugger;r=past 2015-02-11 09:08:05 -08:00
B2G Bumper Bot
d73d3a4ec4 Bumping manifests a=b2g-bump 2015-02-11 08:42:52 -08:00