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

491916 Коммитов

Автор SHA1 Сообщение Дата
Alexandre Poirot 05b003282b Bug 1302148 - Fix potential race in toolbox.destroy. r=bgrins
MozReview-Commit-ID: 8qSwjLVrRL6

--HG--
extra : rebase_source : 45367a73594c19b20b40e0bb62b4018ff0a83303
2016-09-12 02:44:17 -07:00
Alexandre Poirot fa55fd3615 Bug 1302148 - Update devtools theme on devtools.theme pref change. r=bgrins
MozReview-Commit-ID: Bu9AhcV8NLX

--HG--
extra : rebase_source : 5997dfbb185903ff7d4d939a35cb861e10c1db2c
2016-09-14 06:33:55 -07:00
Alexandre Poirot 113ca71b88 Bug 1302148 - Fix various code leaking devtools toolbox. r=bgrins
MozReview-Commit-ID: 9oqcXeuM9i

--HG--
extra : rebase_source : c2c47aeef4566ca194cfdfe21e4ace48e7d39a03
2016-09-14 06:33:49 -07:00
Alexandre Poirot 10be28a6b6 Bug 1302148 - Nullify attributes on destroy to prevent leaking the toolbox. r=bgrins
MozReview-Commit-ID: AUsgbyi9KNQ

--HG--
extra : rebase_source : 3bbe19c42160ef201a067e756b8d34ff4ddfcc8b
2016-09-12 03:21:40 -07:00
Sylvestre Ledru a60ca545c6 Bug 1303326 - Extend get_apk.py to be able to retrieve the latest nightly & aurora apk files r=jlorenzo
MozReview-Commit-ID: E0urGoFXbFe

--HG--
extra : rebase_source : d493540907f7890a3f215745aea1d48daff316e1
2016-09-16 14:43:50 +02:00
Luca Greco b5b320854e Bug 1269347 - Part3 Add SDK with embedded webextension test addon. r=krizsa
This commit introduces a new SDK test addon, which tests the behavior of the
new SDK module "sdk/webextension", and ensures that the provided API can be used
to exchange messages between an SDK module and the WebExtension background page,
and between an SDK module and a WebExtension content script.

MozReview-Commit-ID: jJWfpF3HQM

--HG--
extra : rebase_source : 92c8b02cb2c84dbde3d9e96fe3e48416f382f79d
2016-09-14 17:09:22 +02:00
Luca Greco 4af7171c4f Bug 1269347 - Part2 Add support for embedded webextension in SDK test addons. r=mossop
This commit make it possible the creation of hybrid addons as part of the set of
SDK test addons.

Unfortunately these SDK test addons are build using the old cfx tool and the its
related module loader, and so this patch applies the changes needed to:

- optionally include an `hasEmbeddedWebExtension` option in the generated "install.rdf"
  (if the test addon "package.json" contains a property with the same name
  in its "package.json")

- initialize the "sdk/webextension" from the bootstrap method params
  (as already done in the previous patch for the new SDK module loader)

- include the "webextension/" dir in the generated xpi, if any (similarly
  to how it is already done for the "chrome/" dir, which an SDK addon can optionally
  contain)

MozReview-Commit-ID: 4WS5ZYkl8FY

--HG--
extra : rebase_source : 287501db8707de2679d3dfffb23555319c706593
2016-05-23 23:02:18 +02:00
Luca Greco 3a35b8e5bc Bug 1269347 - Part1 Expose the optional embedded webextension as a builtin SDK module. r=krizsa
This commit integrates the `webExtension` bootstrap method parameter, which can is
set from the XPIProvider when the `hasEmbeddedWebExtension` property is true in the addon
install.rdf, into a new "sdk/webextension" SDK module, to make the creation of
SDK hybrid addons easier.

MozReview-Commit-ID: 4OUPZZyBPJv

--HG--
extra : rebase_source : 32ac6eaa9603604bb110c494019e6c1523c1e731
2016-09-19 13:58:50 +02:00
Drew Willcoxon 0430762012 Bug 1299458 - Telemetry data from Search bar is not properly collected when searching in new tab from context menu. r=florian
MozReview-Commit-ID: 43y0V0ShcLm

--HG--
extra : rebase_source : c56d013cbd30142bf539218a306652ca1cd4d29f
2016-09-16 18:12:13 -07:00
Andrew Halberstadt 5b7356ae02 Bug 1292674 - Also allow android build-tools v23.0.1 in configure, r=gps
I recently discovered that build-tools 23.0.3 doesn't seem to exist on Fedora. Although
I fixed mozboot to download 23.0.1 instead, the builds were still failing because of
configure required 23.0.3.

This seems like an artificial limitation, as building with 23.0.1 seems to work just fine.
This patch will allow either 23.0.1 or 23.0.3.

Note: It would probably better to check for some "minimum" version of build-tools I think
GNU sort has a -V option we could use, but I don't know how cross-platform this is.

MozReview-Commit-ID: 8W0P3yyAHu1

--HG--
extra : rebase_source : 166c1b66962cac6af92c4ce6d3cc1780d9049800
2016-08-26 17:03:02 -04:00
Matteo Ferretti c6371a1150 Bug 1241582 - Port touch, window_close tests from legacy tool; r=ntim
MozReview-Commit-ID: 8Npzkbfekur

--HG--
extra : rebase_source : c7c59fa87b32364260f0fe068ec210bd8f576822
2016-09-09 10:45:07 +02:00
Mike de Boer efb5105fa5 Bug 1301941 - hide the dimmed modal highlight of the find toolbar when the last character is removed from the input field. r=jaws
MozReview-Commit-ID: 5I4ggpJ5xQx

--HG--
extra : rebase_source : 7562ada2d57dc00e46c1d0393648c8031f1afd61
2016-09-16 11:10:51 +02:00
Mike de Boer 403f14c44f Bug 1293197 - make sure that toggling Entire Words mode also retriggers the active search. Also fixes a JS error that crept in recently. r=jaws
MozReview-Commit-ID: DcXhhRxk3Mw

--HG--
extra : rebase_source : eaea2f83acfb73c1470fc58a8f59ba7230c1d875
2016-09-16 11:54:02 +02:00
Matthew Noorenberghe a8fd18e1c8 Bug 1301109 - Follow-up to fix bustage caused by the string change in bug 1277895. r=bustage
MozReview-Commit-ID: 6X0acYYiLOe
2016-09-19 19:23:57 +08:00
Gerald Squelart d4c24f525d Bug 1303707 - Fix collecting of formats-at-issues - r=Gijs
Array.filter was given the wrong information, so we were only adding
existing name, instead of adding new ones.
This is not critical, as this is only useful to better find when issues
are fixed, that's why I'm fixing it in a fly-by here.

MozReview-Commit-ID: CGkN3BbSTge

--HG--
extra : rebase_source : c5381e528c7f7a24438332294cb498bce9b92b21
2016-09-18 22:24:47 -07:00
Carsten "Tomcat" Book 53b6abdec9 Merge mozilla-central to autoland 2016-09-19 12:26:19 +02:00
Carsten "Tomcat" Book 026552c22f merge mozilla-inbound to mozilla-central a=merge 2016-09-19 12:14:36 +02:00
Carsten "Tomcat" Book f2e591caf1 merge fx-team to mozilla-central a=merge 2016-09-19 12:12:27 +02:00
David Anderson 842b64bbd1 Fix incorrect assert in VsyncBridgeChild. (bug 1303452, r=gwright) 2016-09-18 22:13:53 -07:00
Kershaw Chang 6c373070a1 Bug 1228474 - Support sending blob/arraybuffer for data channel. r=smaug 2016-09-17 19:42:00 -04:00
Thomas Wisniewski e2d5d5425f Bug 1302937 - Remove -moz-mac-lion-theme. r=mstange 2016-09-16 14:42:19 -04:00
MDTsai f6383735e1 Bug 1301619 - Update Firefox android User Agent override. r=miket
Remove following domains from ua-update.json.in:
 auctions.yahoo.co.jp
 news.yahoo.co.jp
 shopping.yahoo.co.jp
 travel.yahoo.co.jp
 sports.yahoo.co.jp
 mixi.jp

Update bug number inline
2016-09-12 20:57:00 -04:00
Ryan VanderMeulen 237d452b75 Bug 1303651 - Update pdf.js to version 1.5.476. r=bdahl 2016-09-18 22:54:08 -04:00
Phil Ringnalda 96156f6fde Merge m-c to f-t 2016-09-18 18:45:52 -07:00
Phil Ringnalda b588bc52de Backed out changeset 5643f6aebe25 (bug 1297549) for talos bustage 2016-09-18 11:19:00 -07:00
Phil Ringnalda 99be2eef50 Backed out changeset d1cfae63f790 (bug 1297549) for talos bustage 2016-09-18 11:18:17 -07:00
Phil Ringnalda 55e826a7d2 Backed out changeset 1970274b8890 (bug 1297549) for talos bustage 2016-09-18 11:12:59 -07:00
Phil Ringnalda c58d0d6900 Merge m-i to m-c, a=merge 2016-09-17 13:44:34 -07:00
Phil Ringnalda bb21cb513f Merge f-t to m-c, a=merge 2016-09-17 13:43:55 -07:00
Phil Ringnalda b291eb22d1 Merge m-c to f-t 2016-09-17 12:04:09 -07:00
Phil Ringnalda 7405ef6df8 Merge m-c to autoland 2016-09-17 12:03:25 -07:00
Sebastian Hengst d38f4f80e6 Backed out changeset e7da6eac37d3 (bug 1260552) for failing devtools tests on Linuxe 32 bit debug, e.g. browser_rules_completion-existing-property_01.js. r=backout a=backout
MozReview-Commit-ID: 2esBSWcAZeq
2016-09-17 20:09:00 +02:00
Sebastian Hengst fc6186b0a6 Backed out changeset e8de82ab570d (bug 1260552)
MozReview-Commit-ID: B8xetPlNaN2
2016-09-17 20:07:57 +02:00
Sebastian Hengst 66668365c3 Backed out changeset c6564e0c0491 (bug 1260552)
MozReview-Commit-ID: LTRcVPywpho
2016-09-17 20:07:53 +02:00
Phil Ringnalda ac5e0632ed Backed out changeset c0021d576b3a (bug 1120279) for multiple reftest failures 2016-09-17 09:54:25 -07:00
Rail Aliiev a6b1bc61c2 Bug 1297519 - Generate multilocale Firefox snaps r=Callek, a=release DONTBUILD
MozReview-Commit-ID: AKkUK91s0Qo

--HG--
extra : rebase_source : 3c46abe5b36f8cecc06a5a198536a49b9d8fb370
2016-09-17 10:53:41 -04:00
ffxbld 653cac986e No bug, Automated HPKP preload list update from host bld-linux64-spot-593 - a=hpkp-update 2016-09-17 05:55:01 -07:00
ffxbld 873ec403ea No bug, Automated HSTS preload list update from host bld-linux64-spot-593 - a=hsts-update 2016-09-17 05:54:58 -07:00
Sebastian Hengst 05c340d60c Backed out changeset 752f33561e8f (bug 1302950) for failing browser-chrome test browser_ext_popup_background.js. r=backout 2016-09-17 14:49:50 +02:00
Kanika Narang 89af03b5df Bug 1302950 - Rename --panel-arrowcontent* CSS variables to --arrowpanel*. r=dao
--HG--
extra : rebase_source : d8dccc1fb8131ba27b2f2e22a5439d1a841ebdc4
2016-09-17 12:17:04 +02:00
Randell Jesup 94c164b386 Bug 1303419: Audio gUM allocate/free improvements and nullptr crash fix r=drno 2016-09-17 04:13:00 -04:00
Andrea Marchesini 97aceec5a3 Bug 1303029 - nsLocation doesn't have username/password, r=smaug 2016-09-17 10:10:31 +02:00
Andrea Marchesini e380831793 Bug 1287747 - GetFilesHelper must release mFiles and mGlobal on the main-thread, r=smaug 2016-09-17 09:55:30 +02:00
Bill McCloskey bb0a94054a Bug 1303499 - Fix broken IPDL tests (r=me, NPOTB) 2016-09-16 20:35:11 -07:00
Bill McCloskey 50c44c717c Bug 1279086 - Allow painting for tab switch when JS is running (r=dvander,mconley,mrbkap) 2016-09-16 20:35:11 -07:00
Bill McCloskey a51047b439 Bug 1279086 - Allow multiple interrupt callbacks (r=dvander) 2016-09-16 20:33:49 -07:00
Randell Jesup 1d37a92675 Backed out changeset 4624432ec08e (bug 1303419) 2016-09-16 21:59:28 -04:00
Randell Jesup b376604f81 Bug 1303419: Audio gUM allocate/free improvements and nullptr crash fix r=drno 2016-09-16 21:56:44 -04:00
Dustin J. Mitchell 1261f3fd1c Bug 1277579: fix taskgraph tests after code change; r=philor
MozReview-Commit-ID: 7wJWFhcnA5s
2016-09-17 00:54:39 +00:00
Dustin J. Mitchell d5b40f9e88 Bug 1301720: fix lint; r=philor
MozReview-Commit-ID: BkNnaXQMQ3U
2016-09-17 00:57:54 +00:00