Alexandre Lissy
2b2037cf77
Bug 1094362 - Completely disable update prefs for reftest. r=vingtetun, r=jgriffin
...
When running reftests on Mulet, we do not want that forced update
checking gets triggered. We can block this by setting the following
prefs:
- app.update.enabled to false
- app.update.url.override and app.update.url to empty string
We also disable tiles-related pinging and downloading by setting empy
values for:
- browser.newtabpage.directory.source
- browser.newtabpage.directory.ping
Gaia also does force check app updates at some point, so we introduce a
new pref, webapps.update.enabled, that we can use to make sure webapps
update won't be triggered.
2014-12-05 07:14:00 -05:00
Ehsan Akhgari
e30c04c40e
Bug 1106116 - Load images for notifications triggered from private browsing windows as private; r=jdm
2014-11-28 14:08:29 -05:00
Alexandre Poirot
9b02c5402d
Bug 1097814 - Fix fake hardware buttons in mulet. r=paul, r=vingtetun
2014-11-20 10:48:00 -05:00
Alexandre Lissy
b1a47c39c4
Bug 1079322 - Extract properties using libc functions. r=gwagner
...
The LogShake features allows one to shake its device to be able to dump
a set of useful logging informations. This includes several log files,
and also the Android properties. In the past, we relied on the
/dev/__properties__ file to extract their content by parsing its value.
This is duplicate work from the bionic libc and libcutils library.
Worst, the format used to store the values in this file has been changed
between JellyBean and Kitkat, so our parser was not able to dump the
values: that explains bug 1079322. To fix this we make use of some of
the underlying libc-defined functions used to iterate and get properties
values:
- __system_property_find_nth() to retrieve one arbitrary property by
its number (starting from 0), and this returns a struct containing
all the informations
- __system_property_read() to read the values contained in the struct
that was previously retrieved
2014-11-12 06:31:00 +01:00
Alexandre Lissy
f159c5a041
Bug 1092074 - Make LogShake feature resilient to read/parse errors. r=gwagner
...
In the event of broken/unexpected things, we would like to have even a
partial log set dump. This happens for parsing properties values on
Kitkat builds: the current code does all the parsing itself, but the
format of storage of properties evolved with Kitkat base system, and
this makes LogParser to fail, as documented in bug 1079322. Even if we
miss some values, it can still be useful to have the other remaining
ones.
2014-10-31 05:47:00 +01:00
David Garcia
5f63fe0ac4
Bug 1073501 - Include activity type in activity-choice mozChromeEvent. r=fabrice
2014-10-31 01:50:00 -04:00
Jan-Ivar Bruaroey
54d43d8dad
Bug 1033885 - return MediaStreamError instead of error strings, to spec. r=bz, r=jesup
2014-10-27 15:42:56 -04:00
Nicholas Nethercote
c24a781566
Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium.
2014-10-23 17:35:27 -07:00
Martijn Wargers
45231213c4
Bug 1085270 - Remove custom protocol handler for Youtube. r=fabrice
2014-10-22 17:26:20 +02:00
Alexandre Lissy
5961726451
Bug 1067329
- Fix logshake directory computation. r=gwagner
...
--HG--
extra : rebase_source : 3b1bcbe2ca9f6f38ebad792c19d0b943e4f67edf
2014-10-08 03:25:00 +02:00
Alexandre Lissy
f8a342dcb2
Bug 1079758 - Send logshake capture start event. r=gwagner
...
--HG--
extra : rebase_source : a4503b9f96e31001aaa4388c1ca6ee5cfe477d18
2014-10-08 22:49:00 +02:00
J. Ryan Stinnett
796156ab1f
Bug 975084 - Part 2: B2G tab list actors. r=ochameau
2014-10-13 16:47:00 +02:00
J. Ryan Stinnett
85285622ae
Bug 975084 - Part 1: Access browser frames. r=vingtetun,ochameau
...
--HG--
rename : b2g/components/AppFrames.jsm => b2g/components/Frames.jsm
2014-10-13 08:43:00 +02:00
Andrea Marchesini
8f8ec51372
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
...
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-08 17:15:23 +01:00
Andrea Marchesini
7491bee8c3
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-08 17:15:22 +01:00
Ryan VanderMeulen
cd3e8a6f73
Backed out 7 changesets (bug 1047483, bug 1079301, bug 1079335) for webplatform test failures.
...
Backed out changeset 7d06b68c44d0 (bug 1079335)
Backed out changeset 92030169528e (bug 1079301)
Backed out changeset c09d7f95554a (bug 1047483)
Backed out changeset c199f1057d7e (bug 1047483)
Backed out changeset 18830d07884c (bug 1047483)
Backed out changeset e087289ccfbb (bug 1047483)
Backed out changeset 6238ff5d3ed0 (bug 1047483)
CLOSED TREE
--HG--
rename : content/base/public/File.h => content/base/public/nsDOMFile.h
rename : content/base/src/MultipartFileImpl.cpp => content/base/src/nsDOMBlobBuilder.cpp
rename : content/base/src/MultipartFileImpl.h => content/base/src/nsDOMBlobBuilder.h
rename : content/base/src/File.cpp => content/base/src/nsDOMFile.cpp
2014-10-07 13:16:11 -04:00
Andrea Marchesini
c8190ba625
Bug 1047483 - patch 3 - Renaming DOMFile to File, r=ehsan
...
--HG--
rename : content/base/public/nsDOMFile.h => content/base/public/File.h
rename : content/base/src/nsDOMFile.cpp => content/base/src/File.cpp
2014-10-07 15:20:55 +01:00
Andrea Marchesini
d272279126
Bug 1047483 - patch 1 - Porting DOMFile/DOMBlob to WebIDL, r=bz, r=bkelly, r=bholley
2014-10-07 15:20:52 +01:00
Kai-Zhen Li
ef68b1dfb9
Bug 1053691 - Fallback to /cache if /persist is not available. r=fabrice
2014-10-01 14:11:44 +08:00
Birunthan Mohanathas
02533aaee7
Bug 1045289 - Change uses of "XPCom" to "XPCOM". r=froydnj
2014-09-26 07:20:23 +03:00
Michael Wu
85e84775a2
Bug 1058978 - Import XPCOMUtils.jsm in MobileIdentityUIGlue.js, r=fabrice
2014-09-25 03:21:35 -04:00
Kyle Machulis
64b49e97a2
Bug 1058180 - Only create app migrator when absolutely needed; r=fabrice
2014-09-23 13:22:54 -07:00
Eric Rahm
8d027cb6cd
Bug 1060171 - Part 2: Set log level when forwarding to console service. r=froydnj, r=fabrice
2014-09-22 15:33:15 -07:00
Eric Rahm
c3faf6e570
Bug 1071192 - Include column number in stack traces. r=dhylands
2014-09-22 15:07:42 -07:00
Eric Rahm
789b89e789
Bug 1060161 - Add stack trace to console.assert,error,trace messages. r=janx
2014-09-12 14:02:54 -07:00
Robert Bindar
1d7df22c6e
Bug 912645 - Add notification behavior dict support. r=baku, sr=sicking
2014-09-16 17:12:00 -04:00
Robert Bindar
f96fef8cdb
Bug 1054415 - delete notification from the database when observing alertfinished. r=mhenretty
2014-09-12 16:50:00 +02:00
Kyle Machulis
7b66095905
Bug 1062984 - Make directory service query for bookmark migration more resilient; r=fabrice
...
--HG--
extra : rebase_source : 54d6ba208d20053ae9888baf8450f2c251c7900c
2014-09-11 16:57:10 -07:00
Alexandre Poirot
75e1b8902b
Bug 1062107 - Fix system app listener removal. r=fabrice
2014-09-04 03:04:00 +02:00
Sam Penrose
39652249b0
Bug 1060647 - Explicitly import XPCOMUtils in FxAccountsUIGlue.js. r=ferjm
...
--HG--
extra : rebase_source : 791aa4ea49e8430a54eab91d9bb55ba760efbe9d
2014-08-29 15:21:37 -07:00
Ryan VanderMeulen
6c8cf7e914
Backed out changeset 3390001fd2a6 (bug 1062107) for mochitest failures.
2014-09-03 12:50:22 -04:00
Fabrice Desré
22294f914a
Bug 1062107 - System JS : ERROR http://mochi.test:8888/tests/b2g/components/test/mochitest/systemapp_helper.js:97 - TypeError: assert is not a function r=ochameau r=ochameau
2014-09-03 08:35:45 -07:00
1f9e3f30c2
Bug 1019816
- Developer option to store logcat to sdcard by shaking the phone. r=gerard-majax
2014-08-22 10:32:00 +02:00
Alexandre Poirot
a6e2314876
Bug 1043699 - Fix command line arguments handling on desktop. r=fabrice
2014-08-28 10:10:00 +02:00
Kyle Machulis
ce8680c513
Bug 938171 - Move browser app database file in gecko; r=fabrice
2014-08-25 13:30:07 -07:00
Ed Morley
397a7dc6b8
Merge mozilla-central and b2g-inbound
2014-08-21 14:28:53 +01:00
James Hobin
bed68d4b99
Bug 1042463 - "System Update Ready" prompt keeps coming back and remind me battery is not 50% charged. r=fabrice
2014-08-19 14:57:00 -04:00
Robert Bindar
29ee85a120
Bug 899585 - Add custom data support in the Notification constructor r=baku
2014-08-20 17:56:12 -07:00
Julien Wajsberg
6b9eff1884
Bug 1046828 - [Notifications API] We should never send the "show" event using system messages at a reboot. r=mhenretty
2014-08-06 03:45:00 -04:00
Fabrice Desré
c21eb71a83
Bug 1050423 - Killing an app that has an open permissions dialog leaks the ContentParent r=vingtetun
2014-08-08 11:03:21 -07:00
Fabrice Desré
be9dd03e7c
Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk
2014-07-30 14:00:15 -07:00
Fabrice Desré
0b4550d49b
backout 5a84a1907654 (bug 1042881) for causing app startup failures r=me
2014-07-31 12:14:03 -07:00
Carsten "Tomcat" Book
8457c6a69a
merge mozilla-inbound to mozilla-central a=merge
2014-07-31 12:57:22 +02:00
Fabrice Desré
10ddd66ff9
Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk
2014-07-30 14:00:15 -07:00
Sid Stamm
407401e416
Bug 994782 - Remove the old Content Security Policy parser, CSPUtils.jsm and tie-in logic. (r=ckerschb,jst)
2014-07-30 14:37:22 -07:00
Ryan VanderMeulen
d84fbe1b1f
Bug 1019572 - Disable test_permission_gum_remember.html on opt builds as well.
...
DONTBUILD
2014-07-18 09:43:37 -04:00
Fabrice Desré
bb4f218464
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
Shih-Chiang Chien
f4946dd110
Bug 1019572 - disable test_permission_gum_remember.html on b2g-emulator debug build. r=RyanVM.
2014-07-16 18:33:00 +02:00
Alfredo Yang
8fb6b66add
Bug 984274 - Remove WebappsUpdateTimers in B2G mochitests. r=fabrice
2014-06-30 23:59:00 -04:00
Alexandre Poirot
00c9b18c16
Bug 1036415 - Fix webapps actor on Mulet. r=jryans
2014-07-09 07:39:00 -04:00
Jed Parsons
013b94f495
Bug 1036198 - rejection not defined in _handleGetAssertionError. r=spenrose
2014-07-08 18:00:25 -07:00
Mark Banner
94679ac4ab
Fix b2g bustage from Bug 1032017, add missing commas. rs=bustage fix for CLOSED TREE
2014-07-08 08:11:23 +01:00
Mark Banner
24d3b9ebd9
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
Alexandre Poirot
c60771c07b
Bug 1033511
- Remove simulatorscreen annoying error message. r=21
2014-07-02 10:52:00 -04:00
Alexandre Poirot
e2d89f3f9d
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
Jim Blandy
7e20285e70
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
Antonio M. Amaya
0845085b9b
Bug 1028042 - Re-enable the activity handler for the OMA DD MIME type. r=vingtetun
2014-06-20 01:45:00 -04:00
Ed Morley
d922996b81
Bug 984274 - Disable test_sandbox_permission.html on B2G for too many intermittent failures
...
--HG--
extra : rebase_source : 1774eb1f371100ab13d1711855776d4d708395fd
2014-06-19 09:43:48 +01:00
Antonio M. Amaya
455ae91b5b
Bug 1021156 - Re-enable activity handlers for OMA downloads. r=vingtetun
2014-06-17 09:44:00 -04:00
Mike Habicher
0dfa16ea76
Bug 1022705 - allow StopRecordingImpl() to be called from any thread, r=jesup
2014-06-10 09:52:22 -04:00
Ryan VanderMeulen
875db4dc4a
Merge m-c to b2g-inbound. a=merge
2014-06-07 14:16:54 -04:00
Fernando Jiménez
898ba77586
Bug 988469 - MSISDN verification API for privileged apps. Part 3: B2G UI Glue. r=vingtetun
2014-06-07 19:30:19 +02:00
Ryan VanderMeulen
acc1b223a0
Bug 984274 - Disable test_sandbox_permission.html for frequent failures on a CLOSED TREE.
2014-06-07 01:12:33 -04:00
Shih-Chiang Chien
60c8fc40f6
Bug 1019572 - Manually stop the media stream in test_permission_gum_remember.html. r=baku.
2014-06-05 05:07:00 -07:00
Vivien Nicolas
80790aa8f7
Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau
2014-06-04 20:11:06 +02:00
Ryan VanderMeulen
3d3ce28f0f
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
d1f8d19075
Bug 1015894 - Use window.realFrameElement into b2g/components/ContentPermissionPrompt.js to dispatch the permission request to the correct iframe. r=ochameau
2014-06-04 20:11:06 +02:00
Sean Lin
588c66de03
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
Shih-Chiang Chien
8cf6c4014d
Bug 978660 - no need to prompt if gUM is already granted. r=fabrice.
2014-05-13 13:58:04 +08:00
Alexandre Poirot
6a1c385906
Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice
2014-05-26 10:39:00 +02:00
Sean Lin
c4e8fe69ed
Bug 908191 - Use xpcom-interface caller to do interaction between Inter-App Communication API and run-time prompt. r=gene,fabrice
2014-05-26 11:53:44 +08:00
Ryan VanderMeulen
7e8c73f3e6
Merge m-c to fx-team.
2014-05-21 08:56:33 -04:00
Alexandre Poirot
52c608278d
Bug 964778 - Fix app install. r=fabrice
2014-05-20 09:30:00 -04:00
Sam Penrose
eabd7b1e52
Bug 982969 - DIALOG_CLOSED_BY_USER fires oncancel. r=jedp
2014-05-13 13:56:30 -07:00
Fabrice Desré
c9bf431c5e
Bug 1009781 - Remove activities -> content handler mappings r=vingtetun
2014-05-20 13:51:30 -07:00
Fabrice Desré
81962f0be1
Bug 1009253 - Activities with no choice available are not reporting error r=vingtetun
2014-05-12 16:30:30 -07:00
Alexandre Lissy
945a46f5a9
Bug 967475 - Implement mozChromeNotifications API. r=mhenretty,bent
2014-05-08 23:16:00 +02:00
Wes Kocher
54f2dadcee
Backed out changeset 21d743a319c6 (bug 967475) for apparently introducing two hazards to the build
2014-05-08 16:06:40 -07:00
Alexandre Lissy
8bf8be15f1
Bug 967475 - Implement mozChromeNotifications API. r=mhenretty, r=bent
...
--HG--
extra : rebase_source : 595b53c85f031784bd77591d4e0593e60b39ccfd
2014-05-08 10:07:00 -04:00
Sam Penrose
8ad50c9f3c
Bug 1004242 - Expose FxAccounts resendVerificationEmail to Gaia. r=jedp
2014-05-07 11:14:05 -07:00
Ben Turner
ee54000826
Bug 982779 - Ensure that child->parent IPC blobs are never mysterious, r=baku.
2014-04-29 13:02:41 -07:00
Alexandre Lissy
cbd575daea
Bug 1005093 - Fix return code path of getNotificationURLFor(). r=fabrice
2014-05-02 11:22:00 +02:00
Alexandre Lissy
56a5831018
Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau
2014-05-01 05:23:00 -04:00
Carsten "Tomcat" Book
3b95380d01
merge fx-team to mozilla-central
2014-04-30 15:01:45 +02:00
Sam Penrose
ba8ef55ac1
Bug 981210 - FxAccountsManager.jsm and consumers: change "accountId" attribute to "email" r=jedp
2014-04-29 14:47:59 -07:00
Josh Dover
4deef5ca41
Bug 776027 - Allow nsIActivityUIGlueCallback to handle native and web activities. r=fabrice
2014-04-25 16:29:00 +02:00
Josh Dover
7be181709e
Bug 776027 - Pass activity options instead of name through nsIActivityUIGlue. r=fabrice
2014-04-25 16:28:00 +02:00
Kyle Machulis
9fd37e8d2f
Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice
2014-04-24 11:06:57 -07:00
Kyle Machulis
20f01f3095
Backed out changeset 3ed0e2f2a65f due to missing file
2014-04-24 11:06:11 -07:00
Kyle Machulis
d431270c3f
Bug 998500 - Add command line argument for turning on OOP in B2G Desktop; r=fabrice
...
--HG--
extra : rebase_source : cae595fc847a43770029eaa7761b259be20ad97c
2014-04-24 11:03:11 -07:00
Alexandre Poirot
43a70a77c8
Bug 990065 - Ship simulator screen xpcom in b2g desktop package and prevent it from breaking bfcache. r=vingtetun
2014-04-10 10:35:26 -04:00
Alexandre Lissy
c98f4b9d37
Bug 930794 - Delete notification cleared from tray. r=mhenretty, gwagner
2014-03-18 17:01:13 +01:00
Alexandre Poirot
6b82f43a5f
Bug 963239 - Implements "SystemAppProxy.jsm" to abtract and ease interacting with the system app from platform code. r=vingtetun
2014-04-07 09:59:48 -04:00
Ehsan Akhgari
fccd52de29
Bug 985796 - Port the permission settings API to WebIDL; r=bzbarsky
2014-03-22 09:58:24 -04:00
Dave Hylands
1a41bf9982
Bug 983848 - Don't use settings db in UpdatePrompt when running under xpcshell. r=bent
2014-03-19 11:58:01 -07:00
Alexandre Poirot
e4383b6bc0
Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun
2014-03-19 08:38:59 -04:00
Fernando Jiménez
7e16c679dd
Bug 976002 - Build time flag to enable/disable FxA. r=fabrice, r=gps
2014-03-17 09:58:16 -07:00
Shih-Chiang Chien
2717fc214c
Bug 981113 - Fix unreferenced JS error. r=fabrice
2014-03-12 08:29:23 -04:00
Michael Wu
e6d3acbb4b
Bug 976450 - Clear cache and try again when librecovery fails, r=dhylands
2014-03-05 10:56:59 -05:00
Carsten "Tomcat" Book
5d5e9aeb99
Merge mozilla-central to fx-team on a CLOSED TREE
2014-02-25 15:42:32 +01:00
Shih-Chiang Chien
042d8b4283
Bug 898949 - Part 3, test case for option list in permission request, r=fabrice.
2014-02-13 12:16:07 +08:00
Jed Parsons
5f0a01570c
Bug 963835 - B2G fixes for FxA client handle incorrect capitalization in emails. r=ferjm
2014-01-31 15:21:46 -08:00
Mark Hammond
9cb5162643
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
2014-02-21 09:19:18 +11:00
Fernando Jiménez
efb01cca88
Bug 938635 - Implement forceAuthentication for firefox accounts. Part 3: UI glue. r=fabrice
2014-02-19 11:47:11 +01:00
Phil Ringnalda
7d3085e511
Merge b-i to m-c
2014-02-15 10:01:36 -08:00
Vivien Nicolas
8105e38ed9
Bug 970101 - Remove a |const| leftover in ContentHandler.js. r=fabrice
2014-02-15 01:45:45 +01:00
Sam Joch
33b243c7e3
Bug 939174 - [User Story] Edge Gesture Tutorial Outside of FTE. r=bent
2014-02-07 11:28:25 +01:00
Alexandre Poirot
b545cfef74
Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice
2014-02-11 09:24:20 -05:00
Alfredo Yang
54cc848d92
Bug 853356 - gUM video prompt for sandbox testcase. r=amarchesini
2014-02-09 15:34:44 -05:00
Alfredo Yang
3853c6783a
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
2014-02-09 15:34:40 -05:00
Shih-Chiang Chien
0cf3dd66b5
Bug 898949 - Part 1, add optios in permission prompt for Video/Audio device selection. r=fabrice,khuey
2013-09-10 17:41:59 +02:00
Fabrice Desré
0b097b1807
Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku
2014-02-01 11:06:59 -08:00
Fernando Jiménez
af138e5a2c
Bug 952063 - Trigger FxAccountsIACHelper 'onlogin', 'onlogout' and 'onverified' events when required. Part 2: B2G. r=fabrice
2014-01-22 14:23:00 +01:00
Ryan VanderMeulen
e7b8f32115
Merge inbound to m-c.
2014-01-13 17:44:24 -05:00
Kai-Zhen Li
fa3cf845c6
Bug 931740 - Check the available free space for update. r=dhylands
2013-12-17 11:24:14 +08:00
John Hu
90461dda1b
Bug 949944 - [B2G][Helix][Browser][Wallpaper] Use new File([blob], filename) to return a blob with filename when picking. r=fabrice
2014-01-06 16:07:18 +08:00
Patrick Wang (Chih-Kai Wang)
50dfaff474
Bug 913243 - Load ErrorPage.js only when error occurs. r=fabrice
2014-01-07 14:39:32 +08:00
Alexandre Lissy
e2bc913495
Bug 951150 - Sync notification system message with Notification API. r=mhenretty
2014-01-09 16:55:44 +01:00
Alfredo Yang
f65a1f7aa0
Bug 951997 : Create content sandbox permission prompt test. r=amarchesini, jgriffin
2014-01-02 20:43:54 +01:00
Bill McCloskey
3bfe21996a
Bug 682048 - Change B2G frame script handling to support anon/global scope (r=fabrice)
2013-11-23 21:32:39 -08:00
Ryan VanderMeulen
99bbd6a132
Backed out changesets a7fc463961ce and 65061e971eb8 (bug 935793) for breaking Travis testing (bug 950441).
2013-12-15 12:47:09 -05:00
Ryan VanderMeulen
218cec4598
Merge inbound to m-c.
2013-12-13 16:15:52 -05:00
Fernando Jiménez
6f4e632c54
Bug 943998 - Need debug and uri pref for FirefoxAccounts. r=markh
...
--HG--
rename : services/fxaccounts/FxAccountsConsts.js => services/fxaccounts/FxAccountsCommon.js
2013-12-13 12:37:55 +01:00
Fernando Jiménez
712d24a091
Bug 949526 - FxAccountsManager and B2G implementation. Part 3: FxA B2G Service. r=fabrice
2013-12-13 12:25:26 +01:00
Fernando Jiménez
e0fba84689
Bug 949526 - FxAccountsManager and B2G implementation. Part 2: UI Glue r=fabrice
2013-12-13 12:25:26 +01:00
Mark Hammond
4834261c63
Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug
...
--HG--
extra : rebase_source : 475b2cafc094117a2edf8ba95605e7f4d5f95410
2013-12-13 14:24:37 +11:00
Andrea Marchesini
79731ad42a
Bug 920905 - DOMFile.name is used to show the filename in the b2g filepicker, r=fabrice
2013-12-12 19:27:55 +00:00
Ryan VanderMeulen
2b53da578d
Merge b2g-inbound to m-c.
2013-12-10 15:38:44 -05:00
Randell Jesup
c73f788f82
Bug 853356: backout p1
2013-12-10 01:00:18 -05:00
Alfredo Yang
c4c617f113
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-12-06 17:38:51 -05:00
Tomasz Szatkowski
25921341ff
Bug 945952 - Fix uploading of files with empty MIME type. r=fabrice
...
--HG--
extra : rebase_source : 3a5f56c241d98cc9a472cf94add10ae4d8f88fcb
2013-12-10 10:14:39 -05:00
Andrea Marchesini
fe73b73366
Bug 935273 - B2G filePicker.js uses nocrop when no filters are set. r=dflanagan
2013-12-03 15:44:45 -05:00
Andrea Marchesini
5c87204805
Bug 935273 - Force nocrop property in FilePicker for b2g. r=fabrice
2013-12-02 22:37:03 -05:00
Fernando Jiménez
cae3d72f13
Bug 937887 - App purchase loads a blank screen in the trusted UI due to a JS error. r=fabrice
2013-11-26 12:13:57 +01:00
Mike Hommey
e80e877ab7
Bug 939044 - Remove most definitions of MODULE. r=mshal
2013-11-19 11:47:39 +09:00
Mike Hommey
317149d3d5
Bug 939042 - Remove library building related variables in directories that build no C/C++ sources. r=mshal
2013-11-19 11:47:29 +09:00
Fabrice Desré
05ec709d36
Bug 936342 - Make downloads end up in the default storage area on b2g r=dhylands,paolo
2013-11-12 13:17:24 -08:00
Fabrice Desré
b50f9d59d9
Bug 935340 - Remove unused IDL in b2g/components r=gwagner
2013-11-05 22:17:03 -08:00
Reuben Morais
1d3b24a4d5
Backed out 4 changesets (bug 853356) for breaking permission prompts.
2013-11-06 01:32:42 -02:00
Alfredo Yang
af01190bbc
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-11-05 16:29:27 +08:00
Kan-Ru Chen (陳侃如)
3b2be7096b
Backout 3903cb4b779f
2013-11-05 15:00:31 +08:00
Alfredo Yang
0d61f474ce
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-11-05 14:05:52 +08:00
Ed Morley
23e525166f
Merge latest green b2g-inbound changeset and mozilla-central
2013-11-01 13:14:45 +00:00
Fabrice Desré
62fd805ab4
Bug 914843 - fix b2g DirectoryProvider on desktop r=gwagner
2013-10-31 23:35:58 -07:00
Doug Turner
951d114a44
Backing out 7fe2c77ebbf2
2013-10-31 20:25:03 -07:00
Kai-Zhen Li
416a53a647
Bug 916033 - Add a new status 'applied-os' for nsIUpdateService. r=rstrong
2013-10-31 20:05:08 +08:00
Alfredo Yang
4317439507
Bug 853356 - Part 1: Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
2013-10-26 21:19:32 -04:00
Vivien Nicolas
62565e0bf9
Bug 928367 - Preload ErrorPage.js in dom/ipc/preload.js. r=fabrice
2013-10-19 12:30:32 +02:00
Kyle Machulis
ecb0bdb67d
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
2013-10-11 11:12:13 -07:00
Wes Kocher
8bbc4555c0
Backed out changeset cb1fdb7df155 (bug 915002) again for build bustage
2013-10-10 15:27:12 -07:00
Kyle Machulis
f0e643f07e
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
2013-10-10 15:02:45 -07:00
Kyle Machulis
93db88daa6
BACKOUT of 64c2b25224fa (Bug 915002) due to burnage
2013-10-10 14:36:37 -07:00
Kyle Machulis
a0c874d798
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
2013-10-10 14:04:32 -07:00
Kyle Machulis
8d0628cbb9
Backing out aa94c4753dcc (Bug 915002) due to WinXP breakage
2013-10-09 19:18:23 -07:00
Kyle Machulis
be6aa8ad24
Bug 915002: Convert optional notification arguments to webidl dictionary, add directional/lang arguments; r=bz r=fabrice
...
--HG--
extra : rebase_source : 7052d11cbc5508efa7c3ae5cabe978ee62063933
2013-10-09 17:06:29 -07:00
Shih-Chiang Chien
ea287a65d3
Bug 918054 - Deny the GetUserMedia while in call. r=jesup, r=fabrice
2013-10-04 12:41:57 -04:00
Phil Ringnalda
e5e02fc355
Backed out changeset bd2a54f589c3 (bug 915002) for mochitest-8 bustage
2013-10-03 07:41:07 -07:00
Kyle Machulis
1d3d89945a
Bug 915002 - Convert optional AppNotificationService arguments to webidl dictionary, add directional/lang arguments; r=fabrice r=bz
2013-10-02 13:51:35 -07:00
Shih-Chiang Chien
033860ea1f
Bug 917544 - Don't remember audio-capturing permission in a session. r=fabrice
2013-09-27 07:59:31 -04:00
Jan Jongboom
54abab3203
Bug 906096 - Move InputMethod API behind a pref instead of build option. r=kanru, r=sicking
...
--HG--
rename : b2g/components/Keyboard.jsm => dom/inputmethod/Keyboard.jsm
rename : b2g/components/MozKeyboard.js => dom/inputmethod/MozKeyboard.js
2013-09-26 03:38:41 +08:00
Wes Kocher
de2f4e649f
Backed out changeset 96974bd168a5 (bug 920831). Test mentioning MozInputMethod failed.
2013-09-26 13:53:54 -07:00
Yuan Xulei
7759b3fe3a
Bug 920831 - MozInputMethod's init should only return undefined. r=bz
2013-09-26 15:10:56 +08:00
Fabrice Desré
ccc14a9e83
Bug 920532 - Lots of "System JS : ERROR file:///builds/slave/test/build/b2g/components/MozKeyboard.js:380 TypeError: this._inputcontext is null" r=me
2013-09-25 11:42:40 -07:00
Fabrice Desré
6f244e44a6
Bug 882186 - [System] Replace blue offline error page with new UX r=vingtetun,bz
2013-09-24 14:21:10 -07:00
Yuan Xulei
840767de6b
Bug 905573 - Add setInputMethodActive to browser elements to allow gaia system set the active IME app. r=fabrice
2013-09-23 09:40:59 -04:00
Jan Jongboom
4bcecbcb7c
Bug 916740 - Expose Keyboard.jsm to shell.js. r=kchen
2013-09-17 11:11:57 -04:00
Randell Jesup
48a056d44c
Bug 915705: reland changesets f6402ce2b67a and 5bdec1cb1428 r=bz
2013-09-16 02:39:03 -04:00
Alive Kuo
c8df037fcd
Bug 915468 - Provide manifestURL in permission request for gaia to do localization. r=fabrice
2013-09-13 08:07:25 -04:00
Fabrice Desré
32d6091343
Bug 915260 - "TypeError: Services.settings is undefined" error in B2G mochitest logs r=etienne
2013-09-12 01:57:15 -07:00
Jan Jongboom
c285b0ca12
Bug 912951 - Implement supportsSwitching in inputMethod based on content events from gaia. r=yxl
2013-09-12 13:02:36 -04:00
Ed Morley
f8228a9cc0
Backed out changeset 622c510957bb (bug 915260) in the hope that it is responsible for the B2G mochitest-7 failure, rather than the external repo changes CLOSED TREE
2013-09-12 14:09:02 +01:00
Fabrice Desré
ff14f131d6
Bug 915260 - "TypeError: Services.settings is undefined" error in B2G mochitest logs r=etienne
2013-09-12 01:57:15 -07:00
Ryan VanderMeulen
a352effd6a
Merge b2g-inbound to m-c.
2013-09-11 20:58:14 -04:00
Fabrice Desré
7f0553997a
Bug 912612 - Add a timer dedicated to apps update when system updates are disabled. r=etienne,vingtetun
2013-09-11 05:00:48 -07:00
Andrea Marchesini
fcc425445c
Bug 911213 - Implement new promise constructor, r=bz
2013-09-11 18:03:04 +02:00
Dave Hylands
516caf5232
Bug 883768 - Don't auto reboot when a pin-lock is active for a sim card. r=fabrice
2013-09-10 17:12:34 +02:00
Kyle Machulis
d2ba58df5c
Bug 910915 - Add capabilities for new notifications to B2G shell/alertservice; r=fabrice
2013-09-10 16:49:42 +02:00
Ryan VanderMeulen
6e6b0eb9c7
Merge m-c to b2g-inbound.
2013-09-06 18:01:09 -04:00
Fernando Jiménez
4707e8cee0
Bug 818317 - Expose debug messages in navigator.mozPay() for debug enabled profiles. r=fabrice
2013-09-06 18:43:54 +02:00
Fabrice Desré
c3bec87fea
Bug 912065 - tapping the" Change wallpaper" icon has no action in the settings app r=vingtetun
2013-09-05 09:45:16 -07:00
Fabrice Desré
4527beabfe
Bug 906824 - Fix System JS : ERROR in green Gaia UI test runs. r=vingtetun
2013-09-06 14:18:48 -04:00
Yuan Xulei
3776b5829d
Bug 904530 - Implement composition methods for InputContext API. r=fabrice, r=masayuki
2013-08-30 08:07:16 -04:00
Marco Castelluccio
bfa66ae5ef
Bug 909573 - getManifestFor should accept a manifest url instead of an origin. r=fabrice
2013-08-28 08:10:55 -04:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Dave Hylands
b7692523f3
Bug 830612 - Fix UP_watchdogTimerFired to use notify instead. r=julienw
2013-08-20 10:41:23 -07:00
Ms2ger
f1fc9a981c
Merge m-c to inbound.
2013-08-14 14:47:39 +02:00
Kan-Ru Chen (陳侃如)
136a487820
Bug 899073 - Move MozInputMethod, MozInputMethodManager and MozInputContext to WebIDL and uses Promises. r=yxl,khuey,nsm
...
--HG--
extra : rebase_source : 2ab67cebc7718e94f42cb493a76eec25df13b9cf
2013-08-09 17:41:48 +08:00
Jan Jongboom
abd5d0434d
Bug 902830 - Emit mozChromeEvent if input focus changes. r=yxl
2013-08-09 14:01:28 -04:00
Gregor Wagner
9d59e26bc9
Bug 902899 - Fix ContentPermission Prompt. r=etienne
2013-08-09 19:02:33 +02:00
Fabrice Desré
a9bf3e612b
Bug 880548 - Register activities that expose the 'view' type as content handlers r=vingtetun
2013-08-08 15:04:03 -07:00
Jonathan Watt
f8cb2eb37d
Bug 894840, part 2 - Get rid of the nsFilePickerShownCallback ctor's aMulti argument by exposing nsIFilePicker.mode. r=mounir
2013-07-22 13:46:27 +01:00
Jan Jongboom
977fca7a88
Bug 899999 - Implement new InputContext API. r=yxl
2013-08-07 20:07:41 -04:00
Jan Jongboom
4b70089558
Bug 885692 - Implement InputMethodManager for virtual keyboard layout switching. r=yxl
2013-08-01 13:16:43 -04:00
Ryan VanderMeulen
90a34f7610
Backed out changeset a850d7025a3c (bug 885692) to see if it fixes OSX asserts on a CLOSED TREE.
2013-08-01 15:22:21 -04:00
Jan Jongboom
0c71334ac6
Bug 885692 - Implement InputMethodManager for virtual keyboard layout switching. r=yxl
2013-08-01 13:16:43 -04:00
Mihai Cirlanaru
0f836c538b
Bug 873511 - Correctly parse 'tel:' links that contain whitespaces. r=fabrice
2013-07-26 11:20:17 -04:00
Gregory Szorc
5cf35af589
No Bug - Removing empty Makefile.in files; r=me
2013-07-18 09:09:28 -07:00
David Clarke
a99c4939cf
Bug 889602 - Set ProfD directory within b2g. r=dhylands
2013-07-16 09:02:55 -04:00
Gregor Wagner
20263c4c30
Bug 891588 - Fix preprocessor warnings. r=fabrice
2013-07-10 14:57:21 -07:00
Matthew Noorenberghe
4a08595eeb
Bug 888584 - Lazily load IdentityUtils.jsm. r=khuey
2013-07-09 18:15:34 -07:00