Commit Graph

853 Commits

Author SHA1 Message Date
Fabrice Desré
10ddd66ff9 Bug 1042881 - ManifestHelper() must resolve uris against the manifest url r=myk 2014-07-30 14:00:15 -07:00
Wes Kocher
10853dd305 Merge inbound to m-c a=merge 2014-07-29 17:01:18 -07:00
Morris Tseng
bdc2515786 Bug 987040 - Part 1: Implement mozbrowserselectionchange. r=vingtetun,ehsan,bugs. sr=bz 2014-07-28 01:21:00 +02:00
Sam Foster
58d84e4782 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
db47cd2bf3 merge mozilla-inbound to mozilla-central a=merge 2014-07-24 15:25:20 +02:00
Dave Hylands
cd488f2d5f 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
a8f1827688 Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past, r=fabrice 2014-07-21 08:39:00 -04:00
J. Ryan Stinnett
22b87bf865 Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 -04:00
Alexandre Poirot
7ea4dd517f 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
21ee2556f4 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
a17d808669 merge b2g-inbound to mozilla-central a=merge 2014-07-18 13:02:11 +02:00
Carsten "Tomcat" Book
a09cfe10d9 Backed out changeset 06a1ebb05c63 (bug 1000428) for causing regressions 2014-07-18 12:03:53 +02:00
Carsten "Tomcat" Book
ecd98b1714 Backed out changeset 5ed0d1e11971 (bug 1000428) 2014-07-18 12:03:30 +02: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
Ting-Yu Chou
70b3ba5e09 Bug 1036670 - Set shell.contentBrowser after system app frame is appended. r=fabrice 2014-07-17 12:04:52 +08:00
J. Ryan Stinnett
96a08eed5d Bug 1000428 - Part 2: Wire up WiFi enabled setting. r=past,fabrice 2014-07-16 07:19:00 +02:00
J. Ryan Stinnett
4a4041713c Bug 1000428 - Part 1: Drive WiFi UI option visibility from pref. r=janx 2014-07-14 12:11:00 +02:00
Carsten "Tomcat" Book
cf64d09b43 Merge mozilla-central to b2g-inbound 2014-07-14 15:32:20 +02:00
J. Ryan Stinnett
94b231708e Bug 1033079 - Part 2: Support multiple listening sockets. r=past 2014-07-10 14:15:00 -04:00
Fabrice Desré
81b398a87e 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
8ee300da67 Backed out changeset a2f2a28e0856 (bug 1024513) for build failures 2014-07-08 16:03:04 +01:00
Fabrice Desré
ea0b9577b3 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
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
Borting Chen
eb9c952e7b Bug 951976 - part 1, WebIDL implementation. r=gene 2014-03-10 11:54:15 +08: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
Alexandre Poirot
6e984a8be8 Bug 1020948 - Stop preventing source discarding when using devtools. r=jryans 2014-06-25 14:50:00 +02: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
Wes Kocher
0c3673b6ff merge b2g-inbound to m-c a=merge 2014-06-23 18:55:45 -07:00
Andrew Williamson
74cb032907 Bug 1024450 - Add listener for the dom.mozApps.use_reviewer_certs pref. r=fabrice 2014-06-18 17:16:00 -04:00
Bevis Tseng
1bb639f3f7 Bug 921326 - Part 2: Support to Toggle CellBroadcast Service per SIM. r=htsai 2014-06-10 13:46:57 +08:00
Danny Chen
7e653b38ca Bug 1005031 - Video controls are displayed in the middle of the video. r=wesj 2014-06-19 13:28:00 +02:00
Gijs Kruitbosch
4286dc52bc 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
5afc74ea35 Bug 976024 - Track Unique Set Size in the Developer HUD. r=21, r=njn 2014-06-13 06:38:00 +02:00
Vivien Nicolas
2fa097201c 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
875db4dc4a Merge m-c to b2g-inbound. a=merge 2014-06-07 14:16:54 -04:00
Fernando Jiménez
bb7584f78c 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
6b4ef69cc1 Backed out changeset e0da2d69cfdb (bug 1020257) for causing Gi Test Regressions 2014-06-06 11:06:27 +02:00
Morris Tseng
5d9e036945 Bug 987718 - Part 6: Hooks up SelectionCaret; r=roc 2014-06-04 22:58:00 +02:00
Vivien Nicolas
6fde2c4680 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
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
bdc698d575 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
e44bdb2579 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
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
Henry Chang
36bf22f5ba Bug 1010733 - Add WISPr notification capability. r=schien 2014-05-23 14:19:03 +08:00
J. Ryan Stinnett
abf6d9b37b Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-05-27 17:11:34 -07:00
Ryan VanderMeulen
f826d1a97f Merge m-c to b2g-inbound. 2014-05-27 16:24:25 -04:00
Ryan VanderMeulen
4a08636d20 Merge inbound to m-c on a CLOSED TREE. 2014-05-27 16:23:41 -04:00
Staś Małolepszy
85223da419 Bug 1016038 - languagechange is emitted twice for each language change. r=vingtetun 2014-05-26 11:26:00 -04:00
Alexandre Poirot
6a1c385906 Bug 1016031 - Fix ProfD race in b2g child processes. r=fabrice 2014-05-26 10:39:00 +02:00
Kershaw Chang
71f5d5e40e Bug 1013094 - Rename browser.manifestURL and browser.homescreenURL, r=fabrice 2014-05-27 18:01:01 +08: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
Alexandre Poirot
939a3f65d1 Bug 1014625 - Prevent loading devtools on b2g startup r=fabrice 2014-05-22 08:39:00 +02:00
Botond Ballo
fa66d8b8a2 Bug 998025 - Put overscrolling behind a developer pref. r=kats
--HG--
extra : rebase_source : 2f5a46cacd97120fcbb8e6608446074089d5bf50
2014-05-21 17:20:12 -04:00
Arnaud Bienner
78e74640b8 Bug 1009714: Fix <button disabled> style on B2G. r=dholbert 2014-05-14 23:42:03 +02:00
Jan Keromnes
c041bf37d0 Bug 1006500 - Expose hit-target fluffing prefs as settings. r=21, f=ochameau 2014-05-14 06:09:00 -04:00
Jan Keromnes
31f5292e06 Bug 1006500 - Sort settings to observe. r=21, f=ochameau 2014-05-14 06:08:00 -04:00
Eddy Bruel
ae7c69fc2c Bug 859372 - Refactor webbrowser.js;r=past 2014-05-13 21:56:30 +02:00
Sotaro Ikeda
b33dfe3465 Bug 1006152 - Do not use ro.display.colorfill since JB r=Sushil 2014-05-09 12:03:53 -07:00
Jim Chen
3a66fd3401 Bug 864395 - Associate the send perf data setting with telemetry; r=fabrice 2014-05-07 17:14:45 -04:00
Ryan VanderMeulen
3eb4656bf3 Merge b2g-inbound to m-c. 2014-05-06 16:31:58 -04:00
Kevin Grandon
7588148a80 Bug 999574 - Wait for remote-browser-shown event before dispatching runapp command r=vingtetun
---
 b2g/chrome/content/runapp.js | 92 +++++++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 27 deletions(-)

DONTBUILD
2014-05-06 10:11:30 -07:00
Ryan VanderMeulen
8b6a7d6ae5 Backed out changeset f965ef325903 (bug 999574) for landing with the wrong reviewer in the commit message. 2014-05-06 14:03:46 -04:00
Kartikaya Gupta
30703866b6 Bug 1003228 - Remove gecko-side handling of some options that are being taken out. r=janx 2014-05-06 11:24:17 -04:00
Kevin Grandon
8b0294f2b8 [PATCH] Bug 999574 - Wait for remote-browser-shown event before dispatching runapp command r=vingtetun,fabrice
---
 b2g/chrome/content/runapp.js | 92 +++++++++++++++++++++++++++++++-------------
 1 file changed, 65 insertions(+), 27 deletions(-)
2014-05-06 10:11:30 -07:00
Wes Kocher
727cf86888 Backed out changeset 189a0e19896f (bug 1001348) for breaking the Gaia interface 2014-05-05 15:25:22 -07:00
J. Ryan Stinnett
1e4ded7e66 Bug 1001348 - Keep system sources when certified debugging is allowed. r=vingtetun 2014-04-30 10:58:00 -04:00
Alexandre Lissy
56a5831018 Bug 963234 - Move AlertsHelper out of shell.js. r=fabrice, r=ochameau 2014-05-01 05:23:00 -04:00
Ryan VanderMeulen
983f501923 Backed out changeset eba1f5d0a908 (bug 864395) for Gaia integration test failures.
CLOSED TREE
2014-04-29 21:41:03 -04:00
Jim Chen
f9cf32e720 Bug 864395 - Associate the send perf data setting with telemetry. r=fabrice 2014-04-28 11:59:00 -04:00
Alexandre Lissy
7fba24a190 Bug 1037820 - Remove SensorsListener hack. r=fabrice 2014-07-12 06:38:00 +02:00
Jan Keromnes
5d74e58915 Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=vingtetun 2014-04-23 08:14:00 +02:00
Fabrice Desré
186297c02a Backout 1ff975b6a290 for errors showing up in logcat. 2014-04-22 17:59:21 -07:00
Jan Keromnes
bc1674cf5f Bug 995206 - Sync app.update.{channel,url} settings with preferences. r=21 2014-04-22 14:17:23 -07:00
Ryan VanderMeulen
05e02e5efd Merge inbound to m-c. 2014-04-18 22:00:13 -04:00
Mark Finkle
78297a38af Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske 2014-04-18 16:48:06 -04:00
Yoshi Huang
0b80f0e8c5 Bug 995101 - NFC: Don't use nfc-hardware-state-change event to enable/disable NFC. r=dimi 2014-04-11 17:49:21 +08:00
Dave Townsend
e94e69db40 Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused 2014-04-17 10:27:03 -07:00
Dave Townsend
3306c4eb68 Backing out bug 993029 due to Win8 debug test failures. CLOSED TREE 2014-04-17 10:20:49 -07:00
Dave Townsend
d79165435b Bug 993029: Add a way for the add-on manager to pass add-on globals to the debug actors. r=panos, r=Unfocused 2014-04-17 08:23:42 -07:00
Jan Keromnes
5e73ce64eb Bug 986060 - Bubble the reflow interruptible flag in the developer-hud-update event. r=ochameau 2014-04-16 13:50:37 -04:00
Alexandre Poirot
9b31007e1d Bug 994659 - Fix exceptions when reloading shell.html. r=vingtetun 2014-04-10 09:38:00 +02: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
Mihai Sucan
194d4fe0d9 Bug 989043 - Network monitor support for e10s. r=ochameau 2014-04-03 15:45:25 +03:00
Gene Lian
382753013b Bug 988129 - Correct the chaotic naming styles in system message codes (part 3, s/uri/pageURL). r=fabrice 2014-03-31 16:04:36 +08:00
Gene Lian
e4f6b943ff Bug 988129 - Correct the chaotic naming styles in system message codes (part 2, s/manifest/manifestURL). r=fabrice 2014-03-31 16:04:29 +08:00
J. Ryan Stinnett
19234dd836 Bug 988563 - Restore Mac simulator UI (WTF Mac OS: Round 2). r=ochameau 2014-03-28 17:46:13 -07:00
Jan Keromnes
55349d8179 Bug 983610 - Make the developer HUD work for certified apps. r=ochameau 2014-03-25 09:14:22 -04:00
"J. Ryan Stinnett"
c557d77a94 Bug 985652 - Only register pref actor on b2g if certified is allowed. r=ochameau 2014-03-26 10:43:44 -07:00
Carsten "Tomcat" Book
52d7c51e3d Merge mozilla-central to fx-team on a CLOSED TREE 2014-03-26 14:01:16 +01:00
Carsten "Tomcat" Book
1316ba06d8 Backed out changeset 7e0f13fbecd3 (bug 983610) 2014-03-26 11:09:13 +01:00
Jan Keromnes
2684202d34 Bug 983610 - Make the developer HUD work for certified apps. r=ochameau 2014-03-25 09:14:22 -04:00
Alexandre Poirot
b4333839e0 Bug 935014 - Allows to specify the devtool debuggger port via the command line. r=fabrice 2014-03-24 08:15:00 -07:00
Carsten "Tomcat" Book
efe59c5d9b Merge mozilla-central to fx-team 2014-03-20 14:29:02 +01:00
Paolo Amadini
282892fdd5 Bug 984809 - Remove deprecated promise.js usage in B2G. r=ochameau 2014-03-20 11:11:36 +01:00
Alexandre Poirot
e4383b6bc0 Bug 944443 - Uplift rotation feature from simulator to b2g desktop. r=vingtetun 2014-03-19 08:38:59 -04:00
Alexandre Poirot
48792001cc Bug 944443 - Uplift home button from simulator to b2g desktop. r=vingtetun, r=fabrice 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
Jan Keromnes
f052b0b4c6 Bug 977188 - Report security errors separately in the Developer HUD. r=21 2014-03-17 10:43:33 -04:00
Shih-Chiang Chien
5aff1c59fe Bug 943251 - [app-manager] Add preference actor. r=jryans 2014-03-03 09:41:36 +08:00
Bevis Tseng
06dc584c4c Bug 976897 - Define new notification between NetworkManager and outer modules to prevent the race condition of setting routes and using network interface. r=vyang. 2014-03-10 12:36:42 +09:00
Jan Keromnes
e0cac894b2 Bug 973188 - Make the Developer HUD API nicer for Gaia test integration. r=21 2014-03-11 17:01:29 -04:00
Vladimir Vukicevic
b7be770266 b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00
Vladimir Vukicevic
a9baf91f1d backout of rev 1a52e0063440 b=979489 2014-03-10 21:03:02 -04:00
Vladimir Vukicevic
249bed4fa8 b=979489; Implement SimpleTiledContentClient and friends; r=jrmuizel 2014-03-10 14:34:57 -04:00
Vaibhav Agarwal
1dd6d7f149 Bug 971132 - B2G mochitests should use the new manifest format [directories]; r=jmaher 2014-03-06 13:42:45 -05:00
Ryan VanderMeulen
6d1ab32ded Merge b2g-inbound to m-c. 2014-03-04 16:37:41 -05:00
Alexandre Poirot
e5a949f63c Bug 958043 - Remove useless enable-content-actors pref and ContentTabActor in b2g parent process. r=past
--HG--
extra : rebase_source : bae30ce729a4d50de581365547b23b719a672171
2014-03-03 14:11:00 -05:00
Jan Keromnes
f0c9f2c4d9 Bug 979216 - Developer HUD doesn't go away when disabled. r=trivial 2014-03-04 09:51:34 -05:00
Jan Keromnes
af268e6aab Bug 978058 - Make Firefox OS' devtools track frames instead of app manifests. r=vingtetun 2014-03-03 14:50:56 -05:00
Vivien Nicolas
612eff89ec Bug 978197 - Simplify the process to map a setting and a pref. r=fabrice 2014-03-04 09:53:16 +01:00
Andrew Halberstadt
b1a307fe9e Bug 976120 - emulator.py should set crash environment, check for crashes on all marionette exceptions, r=jgriffin 2014-02-27 16:36:27 -05:00
Wes Kocher
08cc73b43d Merge m-c to fx-team 2014-02-26 18:34:07 -08:00
Vivien Nicolas
e9dd88e2d5 Bug 977208 - The top level layer has a strange height. r=fabrice 2014-02-26 23:12:35 +01:00
Vivien Nicolas
d1e70616c4 Bug 977209 - Map a preference to a Gaia setting to enable dumping the layers tree. r=fabrice 2014-02-26 23:12:34 +01:00
Jan Keromnes
ceefa66fc5 Bug 963498 - Add memory tracking to Firefox OS's Developer HUD. r=vingtetun 2014-02-26 16:58:37 -05:00
Timothy Nikkel
10ffadea74 Bug 965593. Only use large z-index on root scroll frames to make overlay scrollbars draw above other content. r=roc
For non-root scroll frames this would lead to the scrollbars drawing above content outside the scroll frame and above everything in the scroll frame.
2014-02-06 16:46:21 -06:00
Kartikaya Gupta
322fb69cd6 Back out cset 477e7d2eb1d7 (bug 965593) for causing bug 975221 which is more severe. r=backout 2014-02-21 08:23:12 -05: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
Fred Lin
b7ac380761 Bug 972316 - Move inline scripts and styles into separate file for b2g/chrome/content/shell.html. r=fabrice 2014-02-19 11:00:34 -05:00
Vivien Nicolas
814a00d5be Bug 970995 - Activate devtools-layers tracking for the system app. r=janx 2014-02-15 01:45:45 +01:00
Vivien Nicolas
4c68758793 Bug 969827 - Map a preference to a Gaia setting to configure the jank threshold. r=fabrice 2014-02-15 01:45:44 +01:00
Vivien Nicolas
7243523ef2 Bug 972085 - Use clearUserPref in settings.js for APZC related settings. r=kats 2014-02-15 01:45:44 +01:00
Jan Keromnes
4a9741e1a7 Bug 963499 - Implement a jank watcher to display event loop lags in Firefox OS's Developer HUD. r=vingtetun 2014-02-14 11:52:14 -05:00
Tetsuharu OHZEKI
021f92e8c7 Bug 970033 - Part 2: Unprefix CSS transition under /b2g. r=vingtetun 2014-02-13 09:29:01 -05:00
Tetsuharu OHZEKI
e0b09a395b Bug 970033 - Part 1: Unprefix CSS transform under /b2g. r=vingtetun 2014-02-13 09:27:43 -05:00
Jan Keromnes
c9164cdbb4 Bug 968220 - Make B2G devtools overlay metrics configurable with prefs. r=vingtetun 2014-02-12 09:54:09 -05:00
Alexandre Poirot
b545cfef74 Bug 961780 - Use "b2g" package name instead of "browser". r=fabrice 2014-02-11 09:24:20 -05:00
Carsten "Tomcat" Book
5dfcf3ae00 merge b2g-inbound to mozilla-central 2014-02-07 09:54:06 +01:00
Dimi Lee
f5fe52ed3e Bug 959109 - B2G NFC: Disable NFC when screen is off. r=allstars.chh 2014-01-28 12:14:19 +08:00
Jan Keromnes
627e9702b4 Bug 966210 - Make B2G devtools layers track all running apps on init. r=ochameau 2014-02-06 10:06:25 -05:00
Timothy Nikkel
eebb301452 Bug 965593. Only use large z-index on root scroll frames to make overlay scrollbars draw above other content. r=roc
For non-root scroll frames this would lead to the scrollbars drawing above content outside the scroll frame and above everything in the scroll frame.
2014-02-06 16:46:21 -06:00
Kartikaya Gupta
8a047f2d54 Bug 967502 - Handle the gaia developer setting to disable checkerboarding. r=vingtetun 2014-02-05 13:29:12 -05:00
Kartikaya Gupta
ab8cf86c47 Bug 967098 - Set displayport heuristics based on Gaia settings. r=vingtetun 2014-02-03 18:58:08 -05:00
Fabrice Desré
8a13eb7484 Bug 967233 - Override the scrollbarbutton background r=vingtetun 2014-02-03 15:51:02 -08:00
Vivien Nicolas
0e02b3a68c Bug 967094 - Expose some prefs related to tiling. r=kats 2014-02-04 00:20:00 +01:00
Fabrice Desré
0b097b1807 Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
Jan Keromnes
054c44e645 Bug 960933 - Implement a DevTools Widget Panel for Firefox OS. r=ochameau 2014-01-31 13:01:58 -05:00
Nikhil Marathe
5f05b80e02 Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien
--HG--
extra : rebase_source : a07485081313d6002459bd64e3abf4ebb10b960d
2014-01-30 13:14:03 -08:00
Ryan VanderMeulen
aa8ede1cff Backed out changesets 6db8b08a3aea and 1d7c2025bb56 (bug 918806) for B2G mochitest failures. 2014-01-30 14:46:36 -05:00
Nikhil Marathe
d2b71e77aa Bug 918806 - Remove all mention of dom.promise.enabled from other tests. r=bz,schien 2014-01-30 09:43:09 -08:00
Jan Keromnes
a606e6d861 Bug 961392 - B2G RemoteDebugger.start() and toolkit DebuggerServer.addBrowserActors() duplicate code. r=ochameau, r=past 2014-01-24 12:11:00 +02:00
Ryan VanderMeulen
1e0482e1c1 Merge b2g-inbound to m-c. 2014-01-24 17:10:15 -05:00
Shih-Chiang Chien
0a5f4416e8 Bug 947010 - Test case for recording status. r=fabrice 2013-12-16 13:45:01 +08:00
Fernando Jiménez
ef48946890 Bug 938993 - Support Multi-SIM for Payments. r=fabrice 2014-01-24 11:08:43 +01:00
Ryan VanderMeulen
41e8ad9c6f Merge fx-team to m-c. 2014-01-23 15:56:13 -05:00
Vivien Nicolas
3f61d03497 Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice 2014-01-23 18:45:00 +01:00
Tim Taubert
fc3315fbfe merge m-c to fx-team 2014-01-23 10:57:35 +01:00
Carsten "Tomcat" Book
8d3a7df7a7 merge b2g-inbound to mozilla-central 2014-01-23 10:20:58 +01:00
Wes Kocher
324c853be9 Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures 2014-01-22 20:12:03 -08:00
Vivien Nicolas
b8d16528af Bug 961047 - Ensure all mozbrowser iframes use APZ when APZ is enabled. r=kats,fabrice 2014-01-23 00:03:17 +01:00