Commit Graph

806 Commits

Author SHA1 Message Date
Alexandre Lissy
c488f0a093 Bug 1084955 - Remove redeclaration of Cu. r=fabrice
The Cu const is already defined by settings.js when adb.js is included
by shell.html. We should not redefine it.

--HG--
extra : rebase_source : 1063bfb6eea004fbc68655360dc1684ddfb91c71
2014-10-18 05:58:00 +02:00
Daniel Holbert
53b4cbacd4 Bug 1081072: Remove scrollbar opacity transition from b2g content.css file, since it interacts poorly with ScrollbarActivity.cpp. r=fabrice 2014-10-16 16:19:58 -07:00
Ryan VanderMeulen
77e8bee35e Backed out 6 changesets (bug 989198, bug 1082963) for causing bug 1083231.
Backed out changeset a7c972407578 (bug 1082963)
Backed out changeset 94d1b30bde00 (bug 989198)
Backed out changeset 01e064ceb505 (bug 989198)
Backed out changeset f5a538109e36 (bug 989198)
Backed out changeset 3ff227d79d74 (bug 989198)
Backed out changeset 186743fc6f6d (bug 989198)

CLOSED TREE
2014-10-16 12:57:18 -04:00
Carsten "Tomcat" Book
c3f8f98b4e merge mozilla-inbound to mozilla-central a=merge 2014-10-16 16:07:06 +02:00
Dave Hylands
9328e0faa5 Bug 1072625 - Cleanup debug in AdbController. r=fabrice 2014-10-15 19:44:22 -07:00
Mike Taylor
70b6965d0a Bug 1083536 - Remove max-width/height on radio & checkbox inputs. r=bz 2014-10-15 20:16:00 +02:00
Wes Kocher
bca70dd02e Merge m-c to inbound a=merge 2014-10-14 17:35:16 -07:00
Wes Kocher
ae387ada3b merge inbound to m-c a=merge 2014-10-14 17:17:55 -07:00
J. Ryan Stinnett
3fd66f27fb Bug 975084 - Part 2: B2G tab list actors. r=ochameau 2014-10-13 16:47:00 +02:00
J. Ryan Stinnett
a18a3b81d7 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
Morris Tseng
50aae8d054 Bug 1067231 - Send touch caret tap event. r=ehsan 2014-10-12 23:44:00 +02:00
Gina Yeh
3fc589c3db Bug 989198, Patch 4: Dispatch both chrome event and key event for hardward keys, and add new permission, r=fabrice.
---
 b2g/chrome/content/shell.js       |   13 ++++++++-----
 dom/apps/PermissionsTable.jsm     |    6 ++++++
 testing/mochitest/manifest.webapp |    3 ++-
 3 files changed, 16 insertions(+), 6 deletions(-)
2014-10-14 15:09:36 +08:00
Eitan Isaacson
9eac49598e Bug 1081720 - Use prefs service to store quicknav state and proxy quicknav prefs to b2g settings. r=yzen 2014-10-14 14:42:50 -07:00
Jan Keromnes
deca1a9685 Bug 1078870 - Make the Developer HUD log memory changes in ADB. r=ochameau 2014-10-09 12:20:00 +02:00
Ryan VanderMeulen
3754733bed Backed out changeset 0f7fe4800ace (bug 1027631) for non-unified bustage.
CLOSED TREE
2014-10-09 13:16:32 -04:00
Morris Tseng
12a3c15a2e Bug 1067231 - Send touch caret tap event. r=ehsan
DONTBUILD

--HG--
extra : rebase_source : 0dfc843425bccd13da56fd17d9d854352b07f9a3
2014-10-07 02:28:00 -04:00
Ryan VanderMeulen
2042f213da Backed out changeset 0f7fe4800ace for landing with the wrong bug number.
--HG--
extra : rebase_source : fe37a4e6b566cb2121079ad95bfdce99ab997d33
2014-10-09 11:39:12 -04:00
Morris Tseng
94997ac196 Bug 1027631 - Send touch caret tap event. r=ehsan 2014-10-07 02:28:00 -04:00
Kartikaya Gupta
f4e999fdb1 Bug 1075750 - Follow-up to remove obsolete pref from b2g settings. r=nical
--HG--
extra : rebase_source : f5516fdd1839fc7ee71abb0fc5aa41d015cf1235
2014-10-01 11:33:00 -04:00
Carsten "Tomcat" Book
50deec9dbd Merge m-c to b2g-inbound 2014-09-30 15:42:26 +02:00
Alexandre Lissy
e4d1dda79e Bug 1059546 - Add settings/pref mapping for signed apps origins. r=fabrice
For testing purpose, we need to add the stage marketplace instance as a
valid source for signed apps. We do this by setting the pref value when
building the Gaia engineering profile.
2014-09-29 05:27:00 +02:00
Camilo Viecco
1954b909cc Bug 787133 - (hpkp) Part 1/2. Header Parsing and interface within PSM. r=keeler, r=mcmanus 2014-09-03 10:24:12 -07:00
peter chang
0c7bf9375f Bug 1020801 - Add new 'ScrollViewChangeEvent' DOM event. r=fabrice, r=bz 2014-09-22 02:43:00 -04:00
Mike Habicher
03a030b03e Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot 2014-09-16 13:15:16 -04:00
Morris Tseng
a85099277b Bug 1051995 - Use observer services to prevent ContentParent leak. r=fabrice 2014-09-23 00:10:00 -04:00
Ryan VanderMeulen
4ddd261546 Backed out changeset ed586ca080c0 (bug 1053966) for the same Mnw permafails it was backed out for previously. 2014-09-16 16:54:25 -04:00
Mike Habicher
a4981f12d6 Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot 2014-09-16 13:15:16 -04:00
Fabrice Desré
ccff1279ec Bug 1065848 - Only load AccessFu.jsm when we really need it. r=eeejay 2014-09-12 15:38:49 -07:00
Ryan VanderMeulen
e63bf097f6 Backed out changeset 661f503ea524 (bug 1053966) for Mnw perma-fail. 2014-09-10 12:36:12 -04:00
Mike Habicher
82f45e99bf Bug 1053966 - pass settings change notices to Observers as aSubject instead of aData, r=bz,qdot 2014-08-25 18:06:31 -04:00
Vicamo Yang
eb0f4edee3 Bug 1057915 - 2/2: Gonk MobileMessage DB read ahead. r=bevistzeng 2014-09-04 11:15:42 +08:00
78da0cea96 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
f10fc56d28 Bug 1043699 - Fix command line arguments handling on desktop. r=fabrice 2014-08-28 10:10:00 +02:00
Kyle Machulis
8127b43eeb bug 900551 - Settings API OOP; r=bent 2014-08-27 21:01:29 -07:00
Fabrice Desré
850bc9b545 Bug 1011738 - Theme support for b2g/gaia, Part 1 : settings hook-up r=vingtetun 2014-08-28 17:20:26 -07:00
Ryan VanderMeulen
b392753c94 Backed out 11 changesets (bug 1059079, bug 1015518, bug 900551, bug 846200) for Gaia UI test failures on a CLOSED TREE.
Backed out changeset d85b4e48b3b4 (bug 1015518)
Backed out changeset 663b73ba69ec (bug 1015518)
Backed out changeset 5cf1cb5fa022 (bug 900551)
Backed out changeset b953dd5bfdaa (bug 900551)
Backed out changeset a2b6d7c84100 (bug 900551)
Backed out changeset ceb79fe83d15 (bug 900551)
Backed out changeset f6acf344fbf0 (bug 900551)
Backed out changeset fa269ea53937 (bug 846200)
Backed out changeset b89c84a850f9 (bug 846200)
Backed out changeset b7a7dfbe4e3f (bug 846200)
Backed out changeset c6f54d821c11 (bug 1059079)
2014-08-28 12:49:49 -04:00
Eitan Isaacson
b53939d9f3 Bug 1059608 - Proxy layer effects settings to preferences. r=fabrice 2014-08-27 19:39:00 +02:00
Kyle Machulis
3d4e0958e2 Bug 900551 - Settings API OOP; r=bent 2014-08-27 21:01:29 -07:00
Ted Clancy (:tedders1)
5a16cd2ff0 Bug 1000315 - Part 4: Uninstall prompting on B2G and toolkit. r=ochameau 2014-06-11 14:24:28 -07:00
Wes Kocher
f1bff82d6f Merge inbound to m-c a=merge 2014-08-21 18:22:11 -07:00
Ed Morley
4e24a7f3a5 Merge mozilla-central and b2g-inbound 2014-08-21 14:28:53 +01:00
James Hobin
7850669903 Bug 1023201 - Screenshots are missing 1px in height. r=fabrice 2014-08-19 13:50:00 -04:00
Ryan VanderMeulen
476e0aef44 Merge m-c to inbound. a=merge 2014-08-19 16:25:33 -04:00
Marco Castelluccio
be36e54d85 Bug 911636 - Webapp Runtime migration to Downloads.jsm. r=myk, r=paolo
--HG--
rename : toolkit/mozapps/downloads/content/download.xml => webapprt/content/downloads/download.xml
rename : toolkit/mozapps/downloads/content/downloads.css => webapprt/content/downloads/downloads.css
rename : toolkit/mozapps/downloads/content/downloads.xul => webapprt/content/downloads/downloads.xul
rename : toolkit/locales/en-US/chrome/mozapps/downloads/downloads.dtd => webapprt/locales/en-US/webapprt/downloads/downloads.dtd
rename : toolkit/themes/linux/mozapps/downloads/downloadIcon.png => webapprt/themes/linux/downloads/downloadIcon.png
rename : toolkit/themes/linux/mozapps/downloads/downloads.css => webapprt/themes/linux/downloads/downloads.css
rename : toolkit/themes/osx/mozapps/downloads/buttons.png => webapprt/themes/osx/downloads/buttons.png
rename : toolkit/themes/osx/mozapps/downloads/downloadIcon.png => webapprt/themes/osx/downloads/downloadIcon.png
rename : toolkit/themes/osx/mozapps/downloads/downloads.css => webapprt/themes/osx/downloads/downloads.css
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons-aero.png => webapprt/themes/windows/downloads/downloadButtons-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadButtons.png => webapprt/themes/windows/downloads/downloadButtons.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon-aero.png => webapprt/themes/windows/downloads/downloadIcon-aero.png
rename : toolkit/themes/windows/mozapps/downloads/downloadIcon.png => webapprt/themes/windows/downloads/downloadIcon.png
rename : toolkit/themes/windows/mozapps/downloads/downloads-aero.css => webapprt/themes/windows/downloads/downloads-aero.css
rename : toolkit/themes/windows/mozapps/downloads/downloads.css => webapprt/themes/windows/downloads/downloads.css
2014-08-19 08:50:00 -04:00
Morris Tseng
06f4fdde96 Bug 1052246 - Send correct rect information for selectionchange event. r=fabrice 2014-08-13 19:29:00 -04:00
Eitan Isaacson
c553eac0c6 Bug 1056205 - Fix screen reader activation. r=fabrice 2014-08-20 11:20:07 -07:00
J. Ryan Stinnett
de6a6556c4 Bug 1039493 - Break out B2G DevTools files. r=fabrice
--HG--
rename : b2g/chrome/content/devtools.js => b2g/chrome/content/devtools/hud.js
2014-08-18 15:40:00 -04:00
Alexandre Poirot
55e1565eb2 Bug 994669 - Integrate gaia responsive mode tweaks. r=paul 2014-08-12 02:43:00 -04:00
Dave Hylands
9da0787380 Bug 1046127 - Don't drop adb connection during startup. r=fabrice 2014-08-11 21:04:06 -07:00
Vivien Nicolas
cf42f1d267 Bug 1048009 - Reduce overall overpaint. r=fabrice 2014-08-21 15:34:07 +02:00