Граф коммитов

30034 Коммитов

Автор SHA1 Сообщение Дата
Drew Willcoxon 476f8f0476 Bug 1173754 - Add a restrict token for search suggestions in the awesomebar. r=mak 2015-06-25 18:07:56 -07:00
Gabriel Luong 5961f9bcd3 Bug 1084525 - Part 12: Fix eslint complaints in promise.js r=fitzgen 2015-06-25 12:32:20 -07:00
Gabriel Luong 64ab733561 Bug 1084525 - Part 11: Add test for asserting the list of Promise objects returned from the PromiseActor onPromiseSettled event handler r=fitzgen 2015-06-25 12:32:17 -07:00
Gabriel Luong 571e712e1f Bug 1084525 - Part 10: Implement getAllocationStack method in ObjectClient r=fitzgen 2015-06-25 12:32:15 -07:00
Carsten "Tomcat" Book fb3cc0a1d7 Merge mozilla-central to fx-team 2015-06-25 11:39:22 +02:00
Carsten "Tomcat" Book a3ba8f387e merge mozilla-inbound to mozilla-central a=merge 2015-06-25 11:09:46 +02:00
Nick Alexander 0a6017a1af Bug 1162191 - Add |mach artifact| for installing downloaded Fennec binaries. r=gps
DONTBUILD ON A CLOSED TREE: Android-only and the build changes are cosmetic.

Very much a first cut, but I'd like to get some Fennec early adopters testing.

This adds:

* |mach artifact install| to fetch and install Fennec binaries;
* |mach artifact last| to print details about what was last installed;
* |mach artifact {print,clear}-caches|, for debugging.

This code is exposed as a new mozbuild.artifacts Python but it's not
particularly general.  My intention was to get things out of the mach command
more than produce a general artifact fetching API.  We can leave that bike
shed to Bug 1124378.

I've been testing this with --disable-compile-environment and it works well
locally, although there's no reason a knowledgeable developer couldn't use
this in conjunction with a fully-built tree.  (I don't know when such a
situation would arise, but I know of no technical impediment.)

--HG--
extra : commitid : 1T28aVfArqF
extra : rebase_source : b8c11244de8be0a14d605853f30cd47312d0a4ba
extra : histedit_source : 78a224501cd3cf0f86707c9c9549b61b4b248ba7
2015-06-24 23:12:00 -07:00
Panos Astithas ed8a0b3572 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-24 16:00:12 -07:00
Nikhil Marathe b8eea4d16b Bug 1166350 - Push fixes for principals. r=kitcambridge,bholley
Fix xpcshell tests.
Add support for webapps-clear-data.
Trash old regs on idb version upgrade.
Use principal for permission check.
use principal in PushSubscription.

--HG--
extra : source : d7554019b424327a3271e2c0debda995fff36cb5
extra : intermediate-source : be40dea6534771bdeedc9f7c6ccd8bbddb6e41c2
2015-06-24 13:34:54 -07:00
Dão Gottwald 02693135f6 Bug 1173747 - Make autocomplete autocomplete popups' border lighter. r=gijs,jaws 2015-06-24 22:58:48 +02:00
Dave Townsend 2a37c3fd31 Bug 1174471: Override autocomplete's default handling of left, right and home key presses. r=markh
--HG--
extra : commitid : 1vRg6fFBcwM
extra : rebase_source : 88a409c3cc7097ba51c0c09e9b4be150bad07e54
extra : amend_source : 3c5a10f0af3e464d1776b9283cbb08522f66a567
2015-06-18 11:02:11 -07:00
Carsten "Tomcat" Book 7fd037905e merge mozilla-inbound to mozilla-central a=merge 2015-06-24 16:01:47 +02:00
Drew Willcoxon c58349faa4 Bug 1176381 - Fix a typo in SearchSuggestionController that causes a JS warning. r=MattN 2015-06-23 17:42:19 -07:00
Boris Zbarsky 4ca3b13712 Bug 1175031. Add telemetry for an Attr with a non-lowercase name that was created from an HTML document being added to a non-HTML element. r=smaug,froydnj 2015-06-24 00:44:02 -07:00
Eddy Bruël 125e0a3d1a Bug 1171967 - Emit newSource events on ThreadClient instead of DebuggerClient;r=pbrosset 2015-06-22 15:17:12 +02:00
Carsten "Tomcat" Book f9f82df89d Merge mozilla-central to fx-team 2015-06-22 14:46:50 +02:00
Carsten "Tomcat" Book 87e3154dff merge mozilla-inbound to mozilla-central a=merge 2015-06-22 14:03:17 +02:00
Florent Fayolle 2cc20c56c0 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-20 08:47:00 +02:00
Patrick Brosset dff0290b38 Bug 938188 - Make highlighter capable of highlighting only one region, fading out others. r=bgrins
Introduced a new highlighter option that makes each region <path> element in the highlighter only
cover the actual area of the corresponding region, excluding the area of nested regions.
This is useful when used with the existing showOnly region because it lets users see exactly where
a given region is.
This patch makes the layout-view use this new option, so that when users hover over the various
regions in the layout-view, only the corresponding regions are highlighted.
2015-06-20 14:51:50 +02:00
Jordan Santell 1c67b2bbec Bug 1176331 - Create a system module to consolidate usage of fetching device/system/os/constant information. r=jryans 2015-06-19 13:56:59 -07:00
Jared Wein afe10708a8 Bug 1176112 - A/B test for default browser setting UI on Windows 10. r=Gijs
--HG--
extra : rebase_source : 567e89eb9c618d01e943579ab06d9511dba2dc76
2015-06-20 01:16:05 -04:00
Michael Ratcliffe 80a4f4bd4f Bug 1049888 - [e10s] Make the storage actor work in e10s and Firefox OS r=past 2015-06-20 17:39:22 +01:00
Mark Banner 15705f9f4c Backout 391241169bec (bug 1171852) for unit test failures 2015-06-20 20:21:26 +01:00
Panos Astithas 82a94e2f73 Display the update badge on the hamburger menu when staging is not possible (bug 1171852). r=rstrong 2015-06-20 19:45:10 +03:00
J. Ryan Stinnett f1c8f30462 Bug 1176137 - Expose protocol.js type registrations. r=vporof 2015-06-19 19:16:47 -04:00
Dave Townsend 11c05929fd Bug 1161183: Follow-up fix that was missed in the review comments. r=dao, a=kwierso
--HG--
extra : commitid : ImYKytg8Tg6
extra : rebase_source : 2d5c6bcdd4fab37c38ee055a0adcc500e6d8c7a9
2015-06-19 12:08:46 -07:00
Sami Jaktholm 6f3f2252cf Bug 1176206 - Fix 'ReferenceError: dumpn is not defined' in object.js. r=fitzgen 2015-06-19 15:05:50 +03:00
Ryan VanderMeulen bbdd38fdde Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-19 16:33:59 -04:00
Jacek Caban a3df79339e Bug 1157870 - Cross compilation fixup. 2015-06-19 13:33:36 +02:00
Eddy Bruël eb27501324 Bug 1169343 - Implement DebuggerView.Workers;r=jlong 2015-06-19 13:51:37 +02:00
Sami Jaktholm 89de85fde8 Bug 1170864 - Refactor DevToolsUtils.fetch to use NetUtil more extensively and make it fall back to OS.File if a local file cannot be read. r=past
The method was using NetUtil or IOService based on the scheme of the given
URL. Due to changes in NetUtil since the code was originally written these two
code paths are doing the same thing now. These changes unify the two cases into
a single one which
* creates a channel for the given URL and works around some problems in
  xpcshell-tests
* sets loading options on the channel and
* leaves the fetching, stream reading and charset conversion to NetUtil.

It also adds code to work around bug 982654 which causes the stream to
throw if the file is empty. If a file cannot be read by the file:// handler, it
will try to use OS.File.read which handles empty files properly. This is only
used as a fallback as OS.File doesn't provide the content type for the file
required by the method.
2015-06-18 21:17:33 +03:00
Sami Jaktholm fd3dcf4f0e Bug 1170864 - Add xpcshell-tests for DevToolsUtils.fetch. r=past 2015-06-13 08:50:28 +03:00
Patrick Brosset 17923784a6 Bug 1175040 - Add more layout-related properties to the output of getLayout; r=bgrins
The getLayout method of the PageStyleActor returns layout-related data about an element
but some information is missing. In particular, this patch adds data about the
box-sizing, display and z-index. All of which will be very useful when adding more
information to the layoutview panel in bug 1150496.

--HG--
extra : rebase_source : f2a8befa24583abdb4d3af6c376de4b17cba0b4b
2015-06-18 12:28:12 +02:00
Ryan VanderMeulen 9990f0a43e Backed out changeset df3415259fd5 (bug 1050691) for browser_dbg_WorkerActor.attachThread.js timeouts.
CLOSED TREE
2015-06-18 12:46:55 -04:00
Jared Wein a9eae088fa Bug 1172406 - Wrap the labels in the Master Password subdialog. r=Gijs 2015-06-18 12:26:53 -04:00
Gabriel Luong 410a2bf7c6 Bug 1175661 - Adding a new rule should use classList instead of splitting the className r=pbrosset 2015-06-18 09:06:56 -07:00
Bernardo P. Rittmeyer b0114fa6de Bug 1175273 - Remove focus from the textboxes when clicking somewhere else at the capture doorhanger. r=MattN
--HG--
extra : transplant_source : %EE%A7k%F5%26%91%BA%C9%2B%96%84b%C7%FCHx%F7%11%0EE
2015-06-17 10:50:16 -07:00
Tom Tromey c32fef3104 Bug 1159506 - Make GC events use TimeStamp. r=terrence 2015-06-17 15:14:00 -04:00
Florent Fayolle 1c7eb5ac99 Bug 1050691 - Click on a function on the console should go to the debugger. r=jlongster 2015-06-17 10:44:00 -04:00
Carsten "Tomcat" Book 74aede41b2 Merge mozilla-central to fx-team 2015-06-18 15:40:16 +02:00
Carsten "Tomcat" Book 78ccc28817 merge mozilla-inbound to mozilla-central a=merge 2015-06-18 15:13:19 +02:00
Patrick Brosset 0858d9fceb Bug 1175040 - Eslint cleanups in styles.js and highlighter.js actor modules; r=bgrins
--HG--
extra : rebase_source : e7620e6b0a7c9687410dfd036843dca8dafc7a9e
extra : histedit_source : ff747da659612b2af2d48b98a7783d3b8ad87f17
2015-06-17 11:50:28 +02:00
Tom Tromey 0b980d99e6 Bug 1159507 - make allocation times consistent with timeline; r=fitzgen,mccr8 2015-06-17 13:01:27 -07:00
Ryan VanderMeulen ecd42728d8 Merge m-c to fx-team. a=merge 2015-06-17 15:05:37 -04:00
Ryan VanderMeulen c3ff518ee6 Merge fx-team to m-c. a=merge 2015-06-17 15:01:24 -04:00
Shane Caraveo 9ba2809efc Bug 1175306 fix metadata url for hello and share, r=markh 2015-06-17 11:59:15 -07:00
Ryan VanderMeulen bfad686249 Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-17 12:10:37 -04:00
Benoit Girard 40e622a937 Backout b8601df335c1 (Bug 1174857) for bustage on a CLOSED TREE
--HG--
extra : rebase_source : 58bd3abea6a6d1439bb40fc98cae0ddd0f3dc505
2015-06-17 11:44:48 -04:00
Eddy Bruël a58cc6de68 Bug 1164564 - Implement WorkerActor.attachThread;r=jlong 2015-06-17 10:56:58 +02:00
Jan Odvarko f61ce95d61 Bug 1171408 - Move NetworkEventsHandler.getString into WebConsoleClient. r=past
--HG--
extra : rebase_source : af67f7621d4f3a8b98f27807735f3a982987f9ee
2015-06-17 16:27:20 +02:00