Tim Taubert
0c2ddde4ae
Bug 991907 - checkEmailStatus in FxAccounts.jsm doesn't handle errors r=markh
2014-06-16 11:47:45 +02:00
Joe Walker
fedfd377af
Bug 1025017 - Fix l10n issues with the GCLI help command and sync with web GCLI; r=mratcliffe
2014-06-17 09:12:17 +01:00
Joe Walker
7f5f5169db
Bug 1023943 - Better wording for coverage command descriptions; r=harth
2014-06-17 09:12:17 +01:00
Joe Walker
2e4f3861ec
Bug 1016285 - Add more unit tests for css coverage; r=harth
2014-06-17 09:12:16 +01:00
Joe Walker
992e55c041
Bug 1014223 - Use unique identifier for <style> elements; r=harth
2014-06-17 09:12:16 +01:00
Mark Finkle
80730e30e8
Bug 1018430 - UI telemetry actions for web page context menu r=liuche
2014-06-17 00:20:10 -04:00
Mark Finkle
31cfc1f59e
Bug 1026003 - UI telemetry for opening pages in new tabs from web content contextmenu r=liuche
2014-06-17 00:20:06 -04:00
Matthew Noorenberghe
a5d22e8bff
Bug 1026123 - Change the options.enableChrome reference to "add-ons" and the "Add-ons Manager" for consistency. r=Mossop, r=Pike
2014-06-16 13:57:00 -04:00
Vikneshwar
62897f47c5
Bug 1003546 - Use Arrow function instead of bind(). r=fitzgen
2014-06-14 06:49:00 -04:00
Wes Kocher
35eb26375a
Backed out changeset 62cce2cf895f (bug 1016611) for causing Android bustage on a CLOSED TREE
2014-06-16 17:41:28 -07:00
Allison Naaktgeboren
880b7551d0
Bug 1016138 followup - only call add on the master-password probe when a MP is enabled. r=markh
2014-06-17 10:03:47 +10:00
Richard Newman
73d5c81fca
Bug 1025937 - Silently drop null intents in background IntentServices. r=mcomella
2014-06-16 16:18:59 -07:00
Richard Newman
ded86a723f
Bug 1016611 - Don't process distribution files for webapp profiles. r=margaret
2014-06-16 16:07:43 -07:00
Gregory Szorc
f67d95ca12
Bug 987332 - Disable MDN theme until it works; r=nalexander
...
The MDN theme is currently busted. This patch reverts to the default
Sphinx theme so we have docs that are more usable.
DONTBUILD (NPOTB)
--HG--
extra : rebase_source : 407dedaa2c200560a5e972998489f19a4bcdbe11
2014-06-16 14:53:49 -07:00
Erik Vold
d534c4eba5
Bug 1024837 - Uplift Add-on SDK to Firefox r=me
2014-06-16 14:42:23 -07:00
Brad Lassey
dc9818542e
Bug 1008436 - Support Firefly multiscreen service r=mfinkle
2014-05-21 21:37:47 -04:00
Michael Comella
d97cb4e5b7
Bug 1002303 - Part 2: Show a description page when there are no private tabs. r=lucasr
2014-06-16 14:35:17 -07:00
Michael Comella
9d3f31e609
Bug 1002303 - Part 1: Rename RemoteTabs* styles to be used with all tabs panels. r=lucasr
2014-06-16 14:35:10 -07:00
Michael Comella
340e6c294e
Bug 1002303 - Part 0: Add empty private browsing view description strings. r=lucasr
2014-06-16 14:35:02 -07:00
Brian Grinstead
1034d0503d
Bug 1022780 - Cmd+H triggers 'hide markup', should only be triggered by H. r=pbrosset
2014-06-16 07:43:00 -04:00
Richard Marti
fa5143710d
Bug 1019157 - In-content prefs: Limit handlersView's height. r=jaws
2014-06-16 19:18:33 +02:00
Ryan VanderMeulen
157a4715cb
Bug 1025878 - Update pdf.js to version 1.0.370. r=yury
2014-06-16 15:24:29 -04:00
Gijs Kruitbosch
e07b6ed7da
Bug 1022025, r=bholley,mfinkle
2014-06-14 22:01:55 +01:00
Gijs Kruitbosch
125721fd9c
Bug 979207 - add some logging to see if the popup is getting closed while opening, r=mconley
2014-06-16 14:33:53 +01:00
Jordan Santell
4c906c2591
Bug 1019964 - Add an option to CallWatcher to only store weak references. r=vp
...
From 7a169cbcf6bc4dd42dffb871aa8ec72885a307ed Mon Sep 17 00:00:00 2001
---
toolkit/devtools/server/actors/call-watcher.js | 36 +++++++++++++++++++++-----
toolkit/devtools/server/actors/webaudio.js | 3 ++-
2 files changed, 32 insertions(+), 7 deletions(-)
2014-06-16 08:03:52 -07:00
Paul Rouget
42cfa0db73
Bug 1021475 - [appmgr v2] update app header in projectEditor. r=bgrins
2014-06-16 12:12:30 -07:00
Jordan Santell
566497d684
Bug 1025310 - Add telemetry to the web audio editor. r=vp,miker
...
From 1e28c92f25088f7279686c1a2af68ea03a050d9c Mon Sep 17 00:00:00 2001
---
browser/devtools/shared/telemetry.js | 5 +
browser/devtools/shared/test/browser.ini | 1 +
...browser_telemetry_toolboxtabs_webaudioeditor.js | 118 +++++++++++++++++++++
.../webaudioeditor/webaudioeditor-controller.js | 4 +
toolkit/components/telemetry/Histograms.json | 17 +++
5 files changed, 145 insertions(+)
create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_webaudioeditor.js
2014-06-13 16:19:26 -07:00
Jordan Santell
b8bdba9c9c
Bug 1025311 - Add telemetry for canvas debugger. r=vp,miker
...
From eb3ed1cf3ff07a530297c74976a1d96ca8b5bd79 Mon Sep 17 00:00:00 2001
---
browser/devtools/canvasdebugger/canvasdebugger.js | 4 +
browser/devtools/shared/telemetry.js | 5 +
browser/devtools/shared/test/browser.ini | 1 +
...browser_telemetry_toolboxtabs_canvasdebugger.js | 117 +++++++++++++++++++++
toolkit/components/telemetry/Histograms.json | 17 +++
5 files changed, 144 insertions(+)
create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_canvasdebugger.js
2014-06-13 16:48:30 -07:00
Ryan VanderMeulen
07ca410e65
Merge m-c to fx-team. a=merge
2014-06-16 15:06:26 -04:00
Ryan VanderMeulen
ef66038dae
Merge m-c to inbound on a CLOSED TREE. a=merge
2014-06-16 14:26:54 -04:00
Ryan VanderMeulen
af7d57cffb
Merge fx-team to m-c. a=merge
2014-06-16 14:21:58 -04:00
Jim Chen
6b423efa48
Bug 1011059 - Use editor rather than selection controller to select all; r=margaret
2014-06-16 11:54:57 -04:00
Jim Chen
184d9af88b
Bug 1011059 - Don't remove all ranges when selecting; r=margaret
2014-06-16 11:54:56 -04:00
Florian Quèze
3b3536a166
Bug 1012535 - Handle translation service unavailable errors, r=felipe.
2014-06-16 17:50:08 +02:00
Florian Quèze
14c0a7b7e5
Bug 1025956 - Missing toolbarbutton-dropdown-arrow@2x.png file - remove the CSS rule, r=Gijs.
2014-06-16 17:50:02 +02:00
Victor Porof
d9f4e4b1de
Bug 1025885 - Increase the timeout between window resizes required to update the canvas graphs, r=pbrosset
2014-06-16 09:04:27 -04:00
Victor Porof
b4300f866c
Bug 1025023 - Prevent redrawing the canvas graph on window resize if the graph dimensions haven't changed, r=pbrosset
...
--HG--
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10a.js
rename : browser/devtools/shared/test/browser_graphs-10.js => browser/devtools/shared/test/browser_graphs-10b.js
2014-06-16 08:59:36 -04:00
Victor Porof
1a04655381
Bug 1024633 - Add a way of specifying a fixed width or height for canvas graphs, r=pbrosset
2014-06-16 08:59:36 -04:00
Victor Porof
497e088be5
Bug 1007460 - Create a calls minimap, r=pbrosset
2014-06-16 08:59:36 -04:00
B2G Bumper Bot
3ca67221c2
Bumping manifests a=b2g-bump
2014-06-16 05:01:26 -07:00
B2G Bumper Bot
efcee1355e
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/99d5a7c6f3b1
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #20423 from jmcanterafonseca/multi_contacts
Bug 989927 - [Contacts][Refactor] Create a library that reads the Global...
========
https://hg.mozilla.org/integration/gaia-central/rev/8850fdfd9215
Author: José Manuel Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 989927 - [Contacts][Refactor] Create a library that reads the Global Contacts DataStore and provide a single contact
2014-06-16 04:56:46 -07:00
Gijs Kruitbosch
47e6eb1dac
Bug 1025483 - fire 'input' event for password autocompletes, r=MattN
...
--HG--
extra : rebase_source : 2d972f2d8a6ccf78d5d43716850ae494cb73fe7d
2014-06-15 14:17:00 +01:00
Mike Conley
7c70d0522c
Bug 988133 - Workaround crashes in nsDocShellEditorData::ReattachToWindow() when doing view source in a remote tab. r=felipe.
...
This bug works around the crash by not retrieving the document from the cache, but by
hitting the network again for the document source. That's clearly not ideal, but the
crash is worse. This is a band-aid solution until we can get the cache retrieval
working properly. This workaround should not ride the trains to release.
2014-06-13 14:22:06 -04:00
Lucas Rocha
03325abd99
Bug 1023306 - Always dismiss edit mode when opening external URLs (r=margaret)
2014-06-16 17:49:37 +01:00
Francesco Lodolo (:flod)
b20eda1ed7
Bug 1024975 - [browser] Ignore searchplugins/metrolist.txt in filter.py. r=gavin, f=pike
2014-06-13 04:14:00 +02:00
Margaret Leibovic
cbfcc1eb64
Bug 1019735 - Hide the button toast if the user touches outside of it. r=lucasr
...
* * *
Bug 1019735 - (Part 2) Don't do unnecssary work on every touch
2014-06-12 09:31:47 -07:00
Jordan Santell
08f1f645c8
Bug 1024787 - Fix uncaught promise rejections in devtools/framework. r=jryans
2014-06-12 18:17:00 +02:00
Jordan Santell
a89979d405
Bug 991075 - Fix unhandled promise errors. r=jryans
2014-06-12 18:03:00 +02:00
Phil Ringnalda
a3c4c53eed
Merge b-i to m-c, a=merge
2014-06-15 09:45:59 -07:00
Phil Ringnalda
52634ae96e
Merge f-t to m-c, a=merge
2014-06-15 09:36:23 -07:00