Jan Keromnes
ad4a6437e2
Bug 989263 - Reduce Developer HUD polling frequency for USS. r=21
2014-08-05 06:45:00 -04:00
Fabrice Desré
6128f1e270
Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk
2014-07-30 14:00:15 -07:00
Fabrice Desré
cc7dd1764b
backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me
2014-07-31 12:14:03 -07:00
Fabrice Desré
154ab0bbdf
Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk
2014-07-30 14:00:15 -07:00
Wes Kocher
1b0a3b965d
Merge inbound to m-c a=merge
2014-07-29 17:01:18 -07:00
Morris Tseng
1cc1731ebe
Bug 987040 - Part 1: Implement mozbrowserselectionchange. r=vingtetun,ehsan,bugs. sr=bz
2014-07-28 01:21:00 +02:00
Sam Foster
cd4cbc3446
Bug 1040146 - Copy existing deviceinfo.os into previous_os when populating settings. r=fabrice
2014-07-28 11:13:10 -07:00
Carsten "Tomcat" Book
b2311f3ab3
merge mozilla-inbound to mozilla-central a=merge
2014-07-24 15:25:20 +02:00
Dave Hylands
f2b3e3d628
Bug 1043122 - Make adb 12-hour timer disable adb reflect in settings app. r=fabrice
2014-07-23 23:48:53 -07:00
J. Ryan Stinnett
df635385aa
Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past, r=fabrice
2014-07-21 08:39:00 -04:00
J. Ryan Stinnett
21d100bbbc
Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx
2014-07-14 12:11:00 -04:00
Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Kartikaya Gupta
4f0e8afeaf
Bug 1042152 - Add gaia settings that can disable low-precision/progressive painting and low-opacity behavior. r=vingtetun
2014-07-24 06:35:00 -04:00
Carsten "Tomcat" Book
a35dfdecd6
merge b2g-inbound to mozilla-central a=merge
2014-07-18 13:02:11 +02:00
Carsten "Tomcat" Book
2071b3e405
Backed out changeset 06a1ebb05c63 (bug 1000428) for causing regressions
2014-07-18 12:03:53 +02:00
Carsten "Tomcat" Book
f97dfb761f
Backed out changeset 5ed0d1e11971 (bug 1000428)
2014-07-18 12:03:30 +02:00
Fabrice Desré
eed7739dc9
Bug 1037212 - [Flame] Phone is not completely erased when a ringtone is set from the Music App r=dougt,dhylands,khuey
2014-07-17 18:30:47 -07:00
Ting-Yu Chou
dcd79238e4
Bug 1036670 - Set shell.contentBrowser after system app frame is appended. r=fabrice
2014-07-17 12:04:52 +08:00
J. Ryan Stinnett
3fae587366
Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past,fabrice
2014-07-16 07:19:00 +02:00
J. Ryan Stinnett
350b41d961
Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx
2014-07-14 12:11:00 +02:00
Carsten "Tomcat" Book
12336940c8
Merge mozilla-central to b2g-inbound
2014-07-14 15:32:20 +02:00
J. Ryan Stinnett
f00f6c6d36
Bug 1033079 - Part 2: Support multiple listening sockets. r=past
2014-07-10 14:15:00 -04:00
Fabrice Desré
300974a052
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
...
* * *
Bug 1024513 - followup to get ASAN builds r=me
2014-07-07 21:45:23 -07:00
Ed Morley
04ad4b9b37
Backed out changeset a2f2a28e0856 (bug 1024513) for build failures
2014-07-08 16:03:04 +01:00
Fabrice Desré
fb6b7b9cea
Bug 1024513 - JavaScript Error: "NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS: [JavaScript Error: "targetElement is null" r=smaug
2014-07-07 21:45:23 -07:00
Mark Banner
daf2fe32a4
Bug 1032017 Remove MOZ_SERVICES_FXACCOUNTS flags as it is no longer necessary. Also fixes test_hawkrequest.js failures in m-c. r=glandium
2014-07-08 07:37:57 +01:00
Borting Chen
bba3f2e543
Bug 951976 - part 1, WebIDL implementation. r=gene
2014-03-10 11:54:15 +08:00
Alexandre Poirot
9b33747995
Bug 963490 - Implement a b2g component to easily interact with all frames. r=vingtetun, r=janx, r=jryans
2014-06-30 06:16:00 -04:00
Alexandre Poirot
7ccc46ba56
Bug 1020948 - Stop preventing source discarding when using devtools. r=jryans
2014-06-25 14:50:00 +02: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
Wes Kocher
17ccd46921
merge b2g-inbound to m-c a=merge
2014-06-23 18:55:45 -07:00
Andrew Williamson
ab9c163702
Bug 1024450 - Add listener for the dom.mozApps.use_reviewer_certs pref. r=fabrice
2014-06-18 17:16:00 -04:00
Bevis Tseng
589193fd19
Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai
2014-06-10 13:46:57 +08:00
Danny Chen
5da0ecc75e
Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj
2014-06-19 13:28:00 +02:00
Gijs Kruitbosch
d20cf3cdbf
Bug 1024529 - use cloneInto instead of exposedProps in b2g's shell.js, r=ochameau
...
--HG--
extra : rebase_source : 7c2e3ccaa931e3cbdee44d4e68c8d07b9a28a8eb
2014-06-12 16:50:36 +01:00
Jan Keromnes
78b25a6311
Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn
2014-06-13 06:38:00 +02:00
Vivien Nicolas
55ab8f380d
Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx
2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
c8ca0853e5
Merge m-c to b2g-inbound. a=merge
2014-06-07 14:16:54 -04:00
Fernando Jiménez
2b7209c4be
Bug 988469 - MSISDN verification API for privileged apps. Part 4: Mobile ID service. r=markh, jedp
2014-06-07 19:30:19 +02:00
Carsten "Tomcat" Book
49b1a9cd27
Backed out changeset e0da2d69cfdb (bug 1020257) for causing Gi Test Regressions
2014-06-06 11:06:27 +02:00
Morris Tseng
3b9de473da
Bug 987718 - Part 6: Hooks up SelectionCaret; r=roc
2014-06-04 22:58:00 +02:00
Vivien Nicolas
b3b1ac024c
Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx
2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
3a3ab13539
Backed out 5 changesets (bug 1015871, bug 1020257, bug 1015887, bug 1005888, bug 1015894) for desktop B2G mochitest failures on a CLOSED TREE.
...
Backed out changeset dbcb9974b640 (bug 1020257)
Backed out changeset 3220b7b2efc9 (bug 1015894)
Backed out changeset 4e23647ae247 (bug 1015887)
Backed out changeset 59df0cdacc15 (bug 1015871)
Backed out changeset e7124b07804b (bug 1005888)
2014-06-04 16:07:06 -04:00
Vivien Nicolas
8472a9eff3
Bug 1020257 - Dispatch hud events on the main window for system app related events. r=janx
2014-06-04 20:11:06 +02:00
Botond Ballo
336ac383d8
Bug 1020045 - Turn on APZ overscrolling by default. r=kats
...
--HG--
extra : rebase_source : 695565006ca981462cfbde1a58a767974842ca64
2014-06-06 11:42:22 -04:00
Sean Lin
2b0e5d4858
Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene
...
Bug 793420 - Remove the waiting timer for the open-app mozChromeEvents requested by System Message.
r=gene, fabrice
2014-05-30 15:48:25 +08:00
Henry Chang
99bb9c066e
Bug 1010733 - Add WISPr notification capability. r=schien
2014-05-23 14:19:03 +08:00
J. Ryan Stinnett
3cff88f9d2
Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun
2014-05-27 17:11:34 -07:00
Ryan VanderMeulen
f573309ab7
Merge m-c to b2g-inbound.
2014-05-27 16:24:25 -04:00
Ryan VanderMeulen
f2349a07bd
Merge inbound to m-c on a CLOSED TREE.
2014-05-27 16:23:41 -04:00