Commit Graph

11575 Commits

Author SHA1 Message Date
Gijs Kruitbosch
0cb796b5d0 Bug 1205053 - addendum: rebasing mistake due to the new name of the ctypes helper, rs=me
--HG--
extra : commitid : CwzpQoyqcEZ
2015-09-22 16:45:06 +01:00
Gijs Kruitbosch
4e2577e37c Bug 1205053 - use registry typedURLs to import rudimentary history from MS Edge, r=dolske
--HG--
extra : commitid : 5c0aDxUWRp0
extra : rebase_source : 2762ed6466d7f0ab13e619c52f1cebdf6d3073b1
2015-09-15 22:18:41 +01:00
Dave Townsend
fb7653707b Bug 1192924: Expose the update URL formatting code a new UpdateUtils module. r=rstrong
The GMP manager uses a copy of the update service's url formatting code and has
since fallen out of sync. We'll also want to use the same formatting code for
the system add-on update checks so this just exposes it in a shared API.

I've moved the contents of UpdateChannel.jsm to UpdateUtils.jsm and exposed
formatUpdateURL there as well as a few properties that the update service still
needs access to.

UpdateUtils.UpdateChannel is intended to be a lazy getter but isn't for now
since tests expect to be able to change the update channel at runtime.

--HG--
extra : commitid : FuPUB9X4oYJ
extra : rebase_source : cfcd31d7da5f5b636a2ec11546dbada973d681de
extra : histedit_source : 3df840dc502c6ee4177f1858920d1260e4dc27af
2015-09-14 11:04:19 -07:00
Mark Banner
731d6b01c4 Bug 1206457 - Fix intermittent browser_LoopRooms_channel.js time out, set up the back channel earlier to avoid loading time/setup issues. r=mikedeboer 2015-09-22 12:46:26 +01:00
Mark Banner
90b5c391c1 Bug 1199213 - Part 3. More cleanup of conversation related css after call-url code removal. r=mikedeboer 2015-09-22 12:46:26 +01:00
Mark Banner
760cad96f3 Bug 1199213 - Part 2. Remove the old css relating to standalone call-url handling from Loop. r=mikedeboer 2015-09-22 12:46:26 +01:00
Carsten "Tomcat" Book
651a168616 merge mozilla-inbound to mozilla-central a=merge
--HG--
rename : toolkit/devtools/server/actors/styleeditor.js => devtools/server/actors/styleeditor.js
rename : toolkit/devtools/server/actors/stylesheets.js => devtools/server/actors/stylesheets.js
rename : toolkit/devtools/gcli/commands/screenshot.js => devtools/shared/gcli/commands/screenshot.js
2015-09-22 12:35:13 +02:00
Matthew Noorenberghe
a9f6da4039 Bug 1206943 - UITour: Remove the event listener in promisePanelElementEvent upon timeout. r=bgrins
The event listener wasn't getting removed in the reject case.

--HG--
extra : commitid : 2LspTl2ii6l
extra : rebase_source : 165a9a304634ba399df16d7bd0f74e2f001dad15
2015-09-21 16:34:27 -07:00
J. Ryan Stinnett
efe328f1b2 Bug 912121 - Rewrite require / import to match source tree. rs=devtools
In a following patch, all DevTools moz.build files will use DevToolsModules to
install JS modules at a path that corresponds directly to their source tree
location.  Here we rewrite all require and import calls to match the new
location that these files are installed to.

--HG--
extra : commitid : F2ItGm8ptRz
extra : rebase_source : b082fe4bf77e22e297e303fc601165ceff1c4cbc
2015-09-21 12:04:18 -05:00
J. Ryan Stinnett
84629e2b5e Bug 912121 - Package DevTools client content in devtools.jar. rs=devtools
Break DevTools content files out of browser.jar and move to a new DevTools
specific jar.  Update all paths of the form:

chrome://browser/content/devtools/<X>

to

chrome://devtools/content/<Y>

where <Y> is the source tree path that comes after /devtools/client.

--HG--
extra : commitid : FuxFbzraUST
extra : rebase_source : f9ebe14ee60119881fa110ab0cc21f5f6f7930ef
2015-09-21 12:02:37 -05:00
Manuel Casas
871c8d79fe Bug 1203298 - Room loading spinner should be vertically centered. r=Standard8 2015-09-21 18:11:21 +01:00
Mark Banner
06268848cf Bug 1206701 - Fix the contact menu buttons on Loop's panel so that audio and video conversations can be selected properly. r=Mardak 2015-09-21 18:11:21 +01:00
Ed Lee
3dbec6af08 Bug 1205658 - Hello Spinner Blue should match other blue elements in Hello [r=Standard8] 2015-09-21 00:49:24 -07:00
Ed Lee
ac52ffd052 Bug 1184940 - Implement the refreshed design for the edit context view [r=dmose]
Additional patch for review comments.
2015-09-04 07:43:53 -07:00
Georg Fritzsche
4f37b5f665 Bug 1205968 - Remove TranslationProvider category registration and manifest. r=felipe
--HG--
extra : commitid : 91LtKQASsGr
2015-09-21 00:02:04 -07:00
Matthew Noorenberghe
6becb060c7 Bug 1199382 - Rename some strings from "password" to "login" in preferences and the manager. r=markh
--HG--
extra : commitid : KdVLA9NCJ5b
extra : rebase_source : e98036a76c4ea07282711d5e6d7a79ffed2c4641
2015-09-20 23:53:30 -07:00
Ed Lee
6e30ed1051 Bug 1184940 - Implement the refreshed design for the edit context view. r=dmose 2015-09-20 21:27:34 +01:00
Ed Lee
d626a4ac1a Bug 1199120 - Overlapping buttons in conversation window [r=Standard8] 2015-09-20 21:27:33 +01:00
Kannan Vijayan
59fbcdacd7 Bug 1084009 - Part 3/3 - Test fix to let previous patches pass. r=mikedeboer 2015-09-21 19:07:01 -04:00
Phil Ringnalda
8c063294d0 Bug 1206457 - Skip browser_LoopRooms_channel.js on ASan e10s 2015-09-19 19:14:14 -07:00
Mark Banner
5fbb3506f5 Bug 1205591 - Add a basic service channel implementation for listening to Loop's link clicker and opening rooms when requested. r=mikedeboer 2015-09-19 14:22:56 +01:00
Mark Banner
a9b130c0b7 Bug 1113350 - Re-enable running of browser_parseable_css.js in Loop's run test script aid, now that the test works again. rs=dmose 2015-09-19 14:22:56 +01:00
Phil Ringnalda
19a7611cd4 Merge f-t to m-c, a=merge 2015-09-18 21:46:16 -07:00
Nihanth Subramanya
1e54de96fd Bug 1110771 - One-click search buttons should have a right-click menu. r=florian
--HG--
extra : commitid : FXnsB1DNBTI
2015-09-18 16:51:23 -07:00
Wes Kocher
3e0814bfd3 Merge fx-team to central, a=merge 2015-09-18 13:58:09 -07:00
Panos Astithas
343faa19a9 Bug 1206102 - Make the TP list names more flexible from a l10n standpoint. r=paolo f=flod 2015-09-18 18:53:58 +03:00
Mike de Boer
50ca8bcc3d Bug 1204577: remove invalid CSS properties from Loop/ Hello source files. r=Standard8 2015-09-18 13:20:59 +02:00
Panos Astithas
4b772c5883 Bug 1177085 - Add a preferences panel for changing the pre-loaded TP blocklist. r=jaws,francois 2015-09-18 15:29:45 +03:00
Chris Rafuse
c1f5fd15ea Bug 1200689-Style Hello 'Share' menu consistently with gear icon menu, r=dmose 2015-09-18 13:58:39 -07:00
Carsten "Tomcat" Book
29f415af35 Merge mozilla-central to mozilla-inbound 2015-09-18 13:25:30 +02:00
Dan Mosedale
3e9e2d5bdc Backed out changeset 18f5bcaab8ec (bug 1190738), to avoid a nasty merge issue 2015-09-17 22:59:18 -07:00
David Critchley
3aebd2ed96 Bug 1190738 - Merging Loop CSS for checkboxes, r=dmose 2015-09-17 19:58:53 -07:00
David Critchley
35d9eacea0 Bug 1203281 - Fix crop on popup menu in contact list for Loop, r=dmose 2015-09-17 16:13:47 -07:00
Mark Hammond
cc6dfc67ed Bug 1199303 - improve sync login and registration by using fewers tabs. r=adw 2015-09-18 08:28:51 +10:00
Blake Kaplan
8d5378013c Bug 1018062 - Rip the sandbox code out of FeedWriter.js. r=Mano 2015-09-17 10:43:55 -07:00
Mark Banner
203a66248a Bug 1199213 - Part 1. Remove the old standalone call-url handling code from Loop. r=mikedeboer 2015-09-17 16:19:35 +02:00
Mark Banner
40420454c6 Bug 1202408 - Fix the hover colour of the camera icon in Loop's contact list. r=mikedeboer 2015-09-17 16:19:34 +02:00
Riadh Chtara
fee7458f73 Bug 1192035 - Import passwords from Microsoft Edge / Windows 8+ r=Gijs,MattN
--HG--
extra : commitid : AaC7tUofwqc
extra : rebase_source : 319a2efb59d4364ba62af2faeccb9f4f7a90fcf0
extra : amend_source : b6e7531af68b996c16042cb618899567e46f5280
2015-09-16 17:34:26 -07:00
Richard Barnes
d1f14337d5 Bug 1204616 - Control Center should show full host name (w/ subdomains) in security block. r=MattN,liuche
--HG--
extra : commitid : CCWgbbWihKu
extra : rebase_source : 294f5ae1654926cad1c54ac72741a2ee7c2c9edd
2015-09-16 18:01:27 -07:00
Drew Willcoxon
996aa36201 Bug 1198688 - Disable option to show search suggestions in location bar in permanent private browsing mode. r=Mossop 2015-09-16 15:59:16 -07:00
Jared Wein
eb6a2216bf Bug 1205038 - Add missing BROWSER_SET_DEFAULT_ALWAYS_CHECK probe to Histograms.json, and fix BROWSER_SET_DEFAULT_TIME_TO_COMPLETION_SECONDS by fixing callback. r=dolske,Gijs 2015-09-16 12:01:03 -07:00
Chris Rafuse
aede4a1e3b Bug 1205368-Fix Hello ui-showcase scrolling regression, r=dmose 2015-09-16 11:56:38 -07:00
Wes Kocher
5b879dacff Merge mozilla-inbound to m-c a=merge CLOSED TREE 2015-09-16 10:52:53 -07:00
Tim Taubert
4a63c69f3a Bug 1193004 - Always show permissions section in the Control Center r=bgrins 2015-09-16 12:51:19 +02:00
Justin Dolske
ae99e672d1 Bug 1204154 - Clean up jar manifests that needlessly specify the source file. r=dao 2015-09-15 18:33:57 -07:00
Chris Rafuse
a2e697ef3c Bug 1203237 - Fix iFrame HTML tag scrollbars appearing in RTL mode, r=dmose 2015-09-15 18:13:35 -07:00
Florian Quèze
aef3f93389 Bug 1192769 - Clicking 'Change Search Settings' should close the search panel even if the search preferences are already the selected tab, r=Gijs. 2015-09-18 10:43:01 +02:00
Florian Quèze
696f2789fb Bug 1202372 - remove the UITour dead code related to the old searchbar UI, r=MattN. 2015-09-18 10:42:59 +02:00
Wes Kocher
3eef2f434b Merge m-c to inbound, a=merge 2015-09-15 17:20:16 -07:00
Florian Quèze
2ec2ea002e Bug 1184220 - typing in the searchbar should de-select the settings or opensearch buttons at the bottom of the search panel, r=Gijs. 2015-09-11 14:18:15 +02:00