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

450632 Коммитов

Автор SHA1 Сообщение Дата
Mike Conley be1b1e7ab5 Bug 1171708 - Use localName when detecting <xul:browsers> for XULFrameLoaderCreated. r=billm
We were using tagName before, which is fine for the dynamically created browsers
in new tabs, but not fine for the initial browser tab, which has a tagName of
"xul:browser" instead of "browser". Using localName makes sure that we don't
get the XML namespace included with the node name. We check the XUL namespace
separately be checking the namespaceURI.

--HG--
extra : commitid : CfPCuzhBkg3
extra : rebase_source : 3a9e0877e32d96ab781d85826a978209fc50f1e3
2015-11-06 13:59:47 -05:00
Mike Conley a81ae8de38 Bug 1171708 - Add flushWindow method to TabStateFlusher. r=billm
--HG--
extra : commitid : Fki4voYyoRA
extra : rebase_source : 9712d7200f9c658a3e0e978e4f0fbbd11413697c
2015-11-06 13:09:14 -05:00
Kris Maglione 7214e18679 Bug 1218443: [webext] Fix some instances of window listeners not being added correctly. r=billm
--HG--
extra : commitid : EWbKyZP08Fs
extra : rebase_source : 3008f5a339c74af641f4a0d2f07942cb6acefb04
extra : source : 6fa3b2df62cc80058ea2f63834dcbdd6ec7caa36
2015-11-15 19:34:09 -08:00
simplyblue ca6f99ed19 Bug 1221505 - Remove osfile.jsm dependency from TelemetrySession.jsm. r=dexter 2015-11-17 16:55:47 +05:30
Tummala Dhanvi 20c4603237 Bug 1190961 - Change info-pages.css' placeholder icon to one that exists in toolkit/ r=jaws
--HG--
rename : browser/themes/shared/aboutNetError_info.svg => toolkit/themes/shared/incontent-icons/info.svg
extra : rebase_source : 7aad5a5f29c97049a2f2b9ae34cdb9a014435be2
2015-11-18 12:49:41 -05:00
Jared Wein 5c3f9a3de2 Bug 1225865 - Control Center (identity-box) missing :hover:active styling. r=dao
--HG--
extra : rebase_source : 2f1e34f172758ddfc9b9249d06d3466e3ef2a077
2015-11-18 12:48:52 -05:00
Mike Conley df62d579fc Backout fix for bug 1175267 (76a433881e4b) for causing bug 1213650.
--HG--
extra : commitid : 8rlqLu5o0ef
2015-11-18 12:20:29 -05:00
Dave Townsend d9c57718d0 Bug 1220911: Remove most of the special casing around experiments. r=rhelmer
Experiments should differ from normal add-ons in a few ways:

* They can always be enabled regardless of compatibility info
* They default to disabled when installed
* They cannot be checked for updates
* They only stay enabled for the lifetime of the current process
* The UI doesn't give users the ability to enable/disable

This makes a few changes to keep these differences but remove much of the special casing code for experiments.

Being able to use regardless of compatibility was mostly fixed by bug 1220198 but I've also removed the redundant override in isCompatible.

Previously the "enabled until restart" feature worked with by not updating the DBAddonInternal object and instead using a hack to make the wrapper still seem enabled. This seems likely to break other code that relies on the state of the DBAddonInternal object so instead we update that as normal and simply don't persist the enabled state to disk.

Also switch the DBAddonInteral.prototype code to use some newer JS features.

I've removed the hack from addon.permissions which was hiding the enable/disable buttons in the UI and instead just hidden them in the UI stylesheet. This makes the API make sense and means callers can use addon.permissions to verify that enabling will work.

--HG--
extra : commitid : I1KdZYTWAyE
extra : rebase_source : 352634d8e980a6f7a9c2121607283f5b08dc8484
2015-11-09 15:02:29 -08:00
Dave Townsend 0ca2ae256e Bug 1220911: Switch test_experiment.js to task style. r=rhelmer
Before changing the handling of experiments make the tests a bit more readable
and use BootstrapMonitor to verify things.

--HG--
extra : commitid : LnQTmpOqRgj
extra : rebase_source : be63740ca7613bf685c9d69722e9fb2e1bb0d5e3
2015-11-09 15:02:05 -08:00
Dave Townsend 95d4a64276 Bug 1225629: Always verify signatures for hotfixes and system add-on updates. r=rhelmer
--HG--
extra : commitid : HZM3glYLa3L
extra : rebase_source : e6c2c366ba7a96f5b66ed24b00c97c3ca4333e6b
extra : amend_source : e536be12a4d97d83f38b0cb8a9d931544902d75d
2015-11-17 14:05:04 -08:00
Jared Wein 915b8a3c39 Bug 1225648 - Remove duplicate skipDefaultBrowser code and fix double-counting error when tracking prompt counts. r=Gijs 2015-11-18 11:37:29 -05:00
Mike de Boer 05b9862cdb Bug 1048850 - Part 6: make sure our mochi tests don't depend on mozLoopAPI anymore and move relevant ones to xpcshell. r=Standard8
--HG--
rename : browser/components/loop/test/mochitest/browser_mozLoop_prefs.js => browser/components/loop/test/xpcshell/test_loopapi_prefs.js
2015-11-18 17:09:44 +01:00
Mike de Boer 6771b1b1a2 Bug 1048850 - Part 5: ui-showcase adjustments to remove its dependency on navigator.mozLoop. r=Standard8 2015-11-18 17:09:41 +01:00
Mike de Boer 02d436a44d Bug 1048850 - Part 4: update mocha tests and karma runs to not rely on mozLoop anymore. r=Standard8 2015-11-18 17:09:39 +01:00
Mike de Boer 4da42cdb54 Bug 1048850 - Part 3: transition from the navigator.mozLoop API to the RemotePageManager API. r=Standard8 2015-11-18 17:09:36 +01:00
Mike de Boer 760b5b8791 Bug 1048850 - Part 2: make 'ruleNum' an object member to allow the property to be passed to content pages. r=Standard8 2015-11-18 17:09:34 +01:00
Mike de Boer 1676b47893 Bug 1048850 - Part 1: add a client part that can be used to request data from the Loop API or subscribe to incoming push messages. r=Standard8 2015-11-18 17:09:31 +01:00
Sebastian Kaspari b541b6faee Bug 1222925 - Escape hatch improvement: Detect ABI mismatches (ARM vs. x86). r=rnewman
--HG--
extra : commitid : 3x3AUCBXnlT
extra : rebase_source : 2ad35d4de323cbfc09e6850d9ba738d469466e72
2015-11-10 14:33:07 +01:00
Jared Wein 2ef4da49fb Bug 1218789 - Close button and gear button are misaligned in notifications. r=MattN
--HG--
extra : rebase_source : 875dc313e8a93b5d604ebe5d458efcc044d02cac
2015-11-18 10:20:20 -05:00
Carsten "Tomcat" Book 153097fa77 Merge mozilla-central to fx-team 2015-11-18 15:22:58 +01:00
Carsten "Tomcat" Book d14fba3fa1 merge mozilla-inbound to mozilla-central a=merge 2015-11-18 14:50:18 +01:00
Carsten "Tomcat" Book 262d13ff69 merge fx-team to mozilla-central a=merge 2015-11-18 14:47:25 +01:00
B2G Bumper Bot e5621e2843 Bumping manifests a=b2g-bump 2015-11-18 02:24:33 -08:00
B2G Bumper Bot 7380fb68aa Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d02e42f3a17e
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #33246 from nullaus/bug1225559

Bug 1225559 - Treat marionette-mocha errors as fatal. Always.

========

https://hg.mozilla.org/integration/gaia-central/rev/0894dadcfc19
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 1225559 - Treat marionette-mocha errors as fatal. Always.
2015-11-18 02:23:10 -08:00
B2G Bumper Bot 2da52d8f9a Bumping manifests a=b2g-bump 2015-11-18 02:15:33 -08:00
B2G Bumper Bot c753f6c9f3 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0f6b9d21a2d9
Author: Hal Wine (admin) <hwine+ghadmin@mozilla.com>
Desc: bug 1225465 - white space only change, NPOTB
2015-11-18 02:14:02 -08:00
Carsten "Tomcat" Book dcb515876d Bug 1225465 - reset b2g/config/gaia.json to sane values since after resetting the hg repo. r=hwine, a=tomcat 2015-11-18 10:56:52 +01:00
Phil Ringnalda b3918f8ac1 Back out 6fa3b2df62cc (bug 1218443) for browser_ext_pageAction_context.js leaks
CLOSED TREE
2015-11-17 22:38:20 -08:00
Xidorn Quan c5533b7389 Bug 1212299 followup - Fix minor grammar issue in locale text. DONTBUILD
--HG--
extra : source : dd0f0aba6e80fc9820949dda4f3bfbe81fe2a289
extra : amend_source : a71500457254332582ba1db20902b58ff11ad390
2015-11-18 16:31:07 +11:00
Phil Ringnalda bef4c1c018 Bug 1166297 - As a last resort, use requestLongerTimeout() in browser_tabMatchesInAwesomebar.js
--HG--
extra : rebase_source : 6f12455aa500b6f75b01938c547e454ce037e20f
2015-11-17 21:00:35 -08:00
Phil Ringnalda 34a65dd96e Merge m-c to b-i 2015-11-17 20:38:25 -08:00
Phil Ringnalda ff8fa4d932 Bug 1223394 - Reenable webspeech synth tests on Mulet now that it has audio support, a=philor
--HG--
extra : rebase_source : fc7ca45d6f3b8576a80cb7787eb6d6d59230b87c
2015-11-17 19:30:54 -08:00
Blake Kaplan 4a7d6134cd Bug 1159385 - Make PDFJS browser-chrome tests e10s compatible. r=yury 2015-11-17 14:20:00 -08:00
Ting-Yu Lin b48a4c37c2 Bug 1225701 - Update comments in AccessibleCaret files. r=mtseng
DONTBUILD NPOTB

--HG--
extra : commitid : LWzB3w73OeN
extra : rebase_source : 4e359bda2a8c005eedf2ebf972182111094e809e
2015-11-18 11:44:00 +08:00
Ting-Yu Lin 68407e278f Bug 1225701 - Add comments in TouchCaret and SelectionCarets for their obsolescence. r=mtseng
DONTBUILD NPOTB

--HG--
extra : commitid : LWzB3w73OeN
extra : rebase_source : 3494c4e6c8d3f3093e4080ebbfd207c937b90633
2015-11-18 11:44:00 +08:00
Phil Ringnalda 11b784c436 Merge m-c to m-i 2015-11-17 20:33:07 -08:00
Phil Ringnalda 568d5025ba Back out bf4205bd5198 (bug 1216175) for Android hangs in test_fetch_cors.html 2015-11-17 19:45:43 -08:00
Karl Tomlinson a8ba297e98 bug 1225649 use CreatePlanarYCbCrImage() now that CreateImage() is gone r=dvander
See 57c5d2b88d26 and 1274f88a8e35.

--HG--
extra : rebase_source : 3b177958774622948c8318169352274a53383d15
2015-11-18 12:40:05 +13:00
Wes Kocher 522a563914 Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : 8jCHCW0Xzam
2015-11-17 13:23:33 -08:00
Wes Kocher 3b60bb0151 Merge b2ginbound to central, a=merge
--HG--
extra : commitid : H8QgxzNGpnm
2015-11-17 13:21:48 -08:00
Wes Kocher f3c1ddea35 Merge inbound to central, a=merge
--HG--
extra : commitid : 5s06anNiSWA
2015-11-17 13:10:03 -08:00
Gregory Arndt 5540610f3d Bug 1223394 - Use desktop-test image for Mulet mochitests to fix audio issues, r=aus, a=philor
--HG--
extra : rebase_source : 73bb5268f8be0ac64eda5b083f05543913ce10b7
2015-11-17 14:40:31 -06:00
Fabrice Desré 06385320ab Bug 1220700 - Cannot enable add-ons installed from WebIDE r=ochameau 2015-11-17 11:03:44 -08:00
Fabrice Desré 7a01321884 Bug 1225279 - Enable safebrowsing on b2g by default r=gwagner 2015-11-17 11:03:44 -08:00
Fabrice Desré 385123aa7b Bug 1225276 - Enable tracking protection by default in private browsing contexts. r=gwagner 2015-11-17 11:03:44 -08:00
Bas Schouten 9c69abbb6c Bug 1224798: Do not produce a clip mask if our context is entirely clipped out anyway. r=jrmuizel 2015-11-17 16:27:17 +01:00
Bas Schouten 6734f39bff Bug 1225125: If all drawing is just clipped out anyway, just push a regular group, blending mode won't matter. r=jrmuizel 2015-11-17 16:27:17 +01:00
James Willcox 5df7f27109 Bug 1225287 - Use more reasonable APZ multipliers on mobile 2015-11-17 10:09:16 -05:00
David Critchley 27d5e969f1 Bug 1201902 - Add new feedback link to Loop's panel menu. r=Standard8 2015-11-17 14:15:43 +00:00
B2G Bumper Bot f1503e1eb3 Bumping manifests a=b2g-bump 2015-11-17 03:56:39 -08:00