Blake Kaplan
fdbc8ba291
Bug 1029128 - Fix bug in failure case biting debugging mochitest failures. r=dolske
2014-06-24 16:57:39 -04:00
Blake Kaplan
c9b6697513
Bug 1029128 - Fix strict-mode error in the JSON storage file. r=dolske
2014-06-24 16:57:40 -04:00
Carsten "Tomcat" Book
872094d8fd
Backed out changeset f556e62f5ee8 (bug 993197) for causing bug 1030663 a=orange
2014-06-27 15:18:16 +02:00
Carsten "Tomcat" Book
5fa000ac0f
Backed out changeset 4a6ff8b73d5c (bug 995489)
2014-06-27 15:17:43 +02:00
Carsten "Tomcat" Book
2ab07cce72
Backed out changeset 8c1ee05fbbd6 (bug 949617)
2014-06-27 15:17:42 +02:00
Carsten "Tomcat" Book
79897f0740
Backed out changeset 958aaea55e3f (bug 1029128)
2014-06-27 15:17:37 +02:00
Carsten "Tomcat" Book
697df61130
Backed out changeset df7bcbbeda21 (bug 1029128)
2014-06-27 15:17:23 +02:00
Ryan VanderMeulen
3fb7520283
Merge inbound to m-c on a CLOSED TREE. a=merge
2014-06-26 17:13:04 -04:00
Andrew McCreight
768bc361e3
Bug 1024801, part 2 - LookupCache::GetPrefixes should free arr even on failure. r=gcp
2014-06-26 09:29:06 -07:00
Andrew McCreight
54977ed708
Bug 1024801, part 1 - Free prefixArray if nsUrlClassifierPrefixSet::GetPrefixes returns an error. r=gcp
2014-06-26 09:29:06 -07:00
Carsten "Tomcat" Book
af394a68f4
Merge mozilla-central to fx-team
2014-06-26 15:53:44 +02:00
Carsten "Tomcat" Book
39ff1551ea
merge fx-team to mozilla-central a=merge
2014-06-26 15:33:24 +02:00
Paolo Amadini
9e91c18016
Bug 1020495 - Add registration of requestAutocomplete UI handlers on initialization. r=MattN
2014-06-26 14:32:24 +01:00
Blake Kaplan
417d18b8ee
Bug 1029128 - Fix strict-mode error in the JSON storage file. r=dolske
...
--HG--
extra : rebase_source : 28f9be1e98404d46e6521e775d60deec8e462fdb
extra : histedit_source : cc7c698eea41623717d71f81b016ebc169c43dc1
2014-06-24 16:57:40 -04:00
Blake Kaplan
3d2711184b
Bug 1029128 - Fix bug in failure case biting debugging mochitest failures. r=dolske
...
--HG--
extra : rebase_source : cf05e05a696523a092b9a90a8686dbdade3db6fc
extra : histedit_source : 1e9b8d4f201ba098f5743dd13fa2ee61c553223a
2014-06-24 16:57:39 -04:00
Blake Kaplan
5ff53bf490
Bug 949617 - Make the login manager work in e10s. r=dolske
...
--HG--
extra : rebase_source : 412da12f3c916a2e57092943096a15b2c38955e7
extra : histedit_source : 030de4e9454cd4c150126fdb7500ab27023ad244
2014-06-24 16:57:39 -04:00
Blake Kaplan
beebfefbd5
Bug 995489 - Generalize AutoCompleteE10S.jsm for use from other code. r=felipe
...
--HG--
extra : rebase_source : 8b3fde8bae6a4a097d7f1fcf3a57579ee55d5033
extra : histedit_source : 18f845004909717f2b166283331e0537aac8b6ae
2014-06-24 16:57:39 -04:00
Blake Kaplan
2b3cc8f2b7
Bug 993197 - Asynchronize nsILoginManager::autoCompleteSearch. r=dolske
...
--HG--
extra : rebase_source : 352bc226cee01b630be9e5867a3c412358d20a0b
extra : histedit_source : 157e16baab52e67e52705945fa95a17eafc6d94a%2C405dc43a390984ca70c32e8f93beb03a96a625b7
2014-06-25 17:07:38 -07:00
Jim Blandy
4d6a633bba
Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
...
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):
- Never set the buffer's mode.
Years ago, Emacs did not have a good JavaScript mode, so it made sense
to use Java or C++ mode in .js files. However, Emacs has had js-mode for
years now; it's perfectly serviceable, and is available and enabled by
default in all major Emacs packagings.
Selecting a mode in the -*- file variable line -*- is almost always the
wrong thing to do anyway. It overrides Emacs's default choice, which is
(now) reasonable; and even worse, it overrides settings the user might
have made in their '.emacs' file for that file extension. It's only
useful when there's something specific about that particular file that
makes a particular mode appropriate.
- Correctly propagate settings that establish the correct indentation
level for this file: c-basic-offset and js2-basic-offset should be
js-indent-level. Whatever value they're given should be preserved;
different parts of our tree use different indentation styles.
- We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
Remove tab-width: settings, at least in files that don't contain tab
characters.
- Remove js2-mode settings that belong in the user's .emacs file, like
js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Ed Morley
632b40c1f3
Merge mozilla-central and fx-team
2014-06-24 17:24:53 +01:00
David Rajchenbach-Teller
c1f6eb690a
Bug 883609 - Make Session Restore backups useful;r=ttaubert
2014-06-24 16:51:15 +02:00
David Rajchenbach-Teller
14d5214baa
Bug 883609 - Making OS.File.removeDir work without options;r=froydnj
2014-06-24 16:51:02 +02:00
Paolo Amadini
1bf8822d60
Bug 1023484 - Improvements and test for the initial requestAutocomplete stub. r=MattN
...
--HG--
rename : toolkit/components/formautofill/AutofillController.js => toolkit/components/formautofill/FormAutofillContentService.js
rename : toolkit/components/formautofill/nsIAutofillController.idl => toolkit/components/formautofill/nsIFormAutofillContentService.idl
2014-06-24 12:15:02 +01:00
Benoit Jacob
5e258769e8
Bug 1028588 - Fix dangerous public destructors in toolkit/ - r=ehsan
2014-06-23 18:40:02 -04:00
Ryan VanderMeulen
19f423c800
Merge m-c to inbound.
2014-06-23 10:57:40 -04:00
Ryan VanderMeulen
0c2067d9e5
Merge inbound to m-c. a=merge
2014-06-23 10:42:32 -04:00
Justin Dolske
34772eae63
Bug 499649: trivial followup to remove temporary dump() logging.
2014-06-22 14:03:26 -07:00
Pin Zhang
be32e6aeb0
Bug 1023767 - Fix bug: HashCompleterRequest.notifyFailure doesn't work. r=mmc
2014-06-11 02:04:00 +02:00
Wes Kocher
b8d6b378bf
Merge m-c to fx-team
2014-06-19 18:33:19 -07:00
Birunthan Mohanathas
a83d1bbd15
Bug 1026535 - Disable C4099 warning in 3rd party code. r=ehsan
2014-06-19 14:42:00 -04:00
Brian R. Bondy
3f01e31e44
Bug 775458 - Microsoft Security Essentials causes slow update fix. r=rstrong
2014-06-17 22:44:54 -04:00
Birunthan Mohanathas
f475f7189b
Bug 1026535 - Fix mismatched class/struct tags. r=ehsan
2014-06-18 17:57:51 -07:00
Birunthan Mohanathas
ec8396a564
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Nicholas Nethercote
39f29c384a
Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
...
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
David Rajchenbach-Teller
312556619d
Bug 1008944 - Expose AsyncShutdown barriers for OS.File. r=froydnj
2014-06-17 15:11:00 -04:00
Jeremy Poulin
7769347d37
Bug 1024639 - Added telemetry tracking for used, total, and unused telemetry connections. r=hurley
2014-06-17 13:35:25 -07:00
Paolo Amadini
7fa51b688f
Bug 983197 - Test that downloads fail with an HTTP/1.1 response shorter than the Content-Length. r=enn
2014-03-13 09:08:00 +00:00
Paolo Amadini
bb5f624fdf
Bug 1021031 - Remove temporary migration code added in bug 1019885. r=dolske
2014-06-19 21:02:57 +01:00
Paolo Amadini
68439ebdf7
Bug 1021060 - Testing framework for requestAutocomplete. r=MattN
2014-06-19 20:59:29 +01:00
Yury Delendik
8323f999d0
Bug 1026256 - Add additional telemetry values for pdf.js. r=yury
2014-06-16 22:17:22 -05:00
Carsten "Tomcat" Book
86bbfb82a8
merge fx-team to mozilla-central a=merge
2014-06-17 14:09:46 +02:00
aceman
fef69c07ae
Bug 1025340 - Declare encType variable in toolkit/components/storage-mozStorage.js. r=MattN
2014-06-13 16:37:00 -04:00
Roberto A. Vitillo
b6db44e01f
Bug 1007723 - Telemetry (?) is causing a high memory consumption and lagging on browser startup. r=Yoric
2014-06-12 05:42:00 +02:00
Jordan Santell
8c7acbafd2
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
9b9bbfaaf3
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
36f8786319
Merge m-c to fx-team. a=merge
2014-06-16 15:06:26 -04:00
Gijs Kruitbosch
e4cd24dde9
Bug 1025483 - fire 'input' event for password autocompletes, r=MattN
...
--HG--
extra : rebase_source : 2d972f2d8a6ccf78d5d43716850ae494cb73fe7d
2014-06-15 14:17:00 +01:00
Mark Hammond
70a112711b
Bug 1016138 - Add telemetry probe for master password usage. r=dolske
2014-06-14 11:45:52 +10:00
Nathan Froyd
2ec75a1a96
Bug 1023638 - fix test_captive_portal_found_303.js to not redirect to example.org; r=schien
2014-06-10 20:24:05 -04:00
Wes Kocher
c37442c812
Merge fx-team to m-c a=merge
2014-06-10 18:47:36 -07:00