Dave Townsend
cd10174200
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Mark Hammond
a34533ece8
Bug 826160 - don't remove the social.active preference when migrating to multi-provider builds. r=gavin
2013-02-01 11:09:48 -05:00
Dão Gottwald
d76b2f5904
Bug 835892 - Provide No Video & No Audio options when both camera and microphone access are requested. r=gavin
2013-01-29 23:16:04 +01:00
Ehsan Akhgari
565d0479c3
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Shane Caraveo
70f73df87c
Bug 832943 keep explicit reference to our error handling web listeners to avoid unexpected gc, r=felipe
2013-01-26 12:07:39 -08:00
Ryan VanderMeulen
6b6ad4faae
Merge m-c to inbound.
2013-01-25 09:59:09 -05:00
Mark Hammond
48c79e7a63
Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws,mixedpuppy
...
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
2013-01-24 21:14:36 +11:00
Mark Hammond
f4398db8b4
Backout 82464c35d37a (Bug 808215) for a regression and test failures.
2013-01-24 17:44:40 +11:00
Mark Hammond
a90e108cbf
Bug 808215 - Disable social API in private windows for per-window Private Browsing builds. r=jaws
...
--HG--
rename : browser/base/content/test/social/browser_social.js => browser/base/content/test/social/browser_social_globalPB.js
extra : rebase_source : 4cd66d38df3af9ba52c224e466ee7268b2cf43de
2013-01-24 16:15:11 +11:00
Andres Hernandez
525c2c92e6
Bug 722234 - [New Tab Page] provide an option to undo remove a site r=ttaubert ui-r=shorlander
2012-08-23 16:34:52 -06:00
Ehsan Akhgari
8ab3c4794c
Bug 829180 - Never open externally opened links in a private window; r=gavin
2013-01-10 23:25:56 -05:00
Dão Gottwald
2abd0a40fb
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
2012-12-28 10:25:59 +01:00
ithinc
a71861c533
Bug 824480 - Replace |tab == gBrowser.selectedTab| with tab.selected. r=dao
2012-12-25 00:08:22 +08:00
Dão Gottwald
446803387b
Bug 802421 - Allow specifying a mic and a camera in the doorhanger UI when audio and video are both requested through gUM. r=gavin
2012-12-21 22:05:45 +01:00
Rafael Ávila de Espíndola
f9c3c27d31
Bug 822703 - s/ShutdownTime/TelemetryData/ where appropriate. r=vladan.
2012-12-19 10:29:08 -05:00
Cameron McCormack
b0aa52464b
Bug 822548 - Fix a bunch of JS warnings on startup. r=dao
2012-12-19 09:27:56 +11:00
Mike Hommey
a24ed28864
Bug 789469 - Get the executable path directly from the directory service instead of guesswork in WindowsJumpLists.jsm. r=jimm
2012-12-14 18:40:20 +01:00
Rafael Ávila de Espíndola
e1f8ceadf4
Bug 815709 - Shutdown time is read in the main thread. r=vladan.
...
--HG--
extra : rebase_source : c6105cd172f16e187f279b88785bba5cefb2b174
2012-12-13 23:13:03 -05:00
Gavin Sharp
30edae705e
Fix migration issue from bug 809694: need to set provider as active when migrating previous state, r=markh
2012-12-11 16:53:52 -08:00
Shane Caraveo
017e9c52ee
Bug 809694: implement support for multiple social providers in the front-end, including basic UI to switch between them. Portions of the patch by Gavin Sharp <gavin@gavinsharp.com>, r=gavin, r=markh
...
--HG--
extra : transplant_source : %2B3%7F%05l%3C%0A%90%B4%F6%B22%172_5%EEl%B3g
2012-12-07 20:13:27 -08:00
Felipe Gomes
2567b32f2f
Bug 811247 - Create only one instance of each social ambient panel instead of one per window. r=jaws,markh
2012-12-06 23:38:46 -08:00
Ehsan Akhgari
d047441e4d
Bug 817337 - Add a JS module to get the most recent browser window, with the option of restricting the search to include only private windows; r=dao
2012-12-05 20:59:26 -05:00
Marco Bonardo
05fe96fb98
Bug 791447 - Move about:newTab data to preferences. r=gavin
...
Gecko 18 doesn't store anymore about: pages DOMStorage into chromeappsstore.sqlite, so any previous data would be lost on upgrade to it.
Moreover, we want to move off DOMStorage due to high startup costs.
Thus here we migrate old about:newTab chromeappsstore.sqlite data to complex prefs.
2012-12-03 20:19:17 +01:00
Rafael Ávila de Espíndola
924aca3c6b
Bug 817012 - Use a richer interface to talk from about:telemetry to TelemetryPing.js. r=vdjeric
...
--HG--
extra : rebase_source : 57f135df797ab6c24d95b1cab0e66b564255024e
2012-12-03 13:31:00 -05:00
Mark Hammond
a80dde3d8a
Bug 815042 - leaving private browsing mode with social enabled now resets all social components. r=gavin
2012-11-28 11:30:09 +11:00
Mark Hammond
c08ef1247f
Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws
2012-11-27 17:54:55 +11:00
Andres Hernandez
f67282a3de
Bug 722993 - WindowsJumpLists.jsm uses global Private Browsing state to make decisions; f=jdm, r=ehsan
2012-11-20 19:31:35 -06:00
Shane Caraveo
44a98dae92
Bug 807217 - Disable Social in private browsing mode. r=gavin,felipe
2012-11-06 12:50:08 -08:00
Gavin Sharp
2b2e7edf42
Bug 718088: offer to re-set keyword.URL if it has a non-default value, r=bz on the docshell parts, r=fryn on the rest, ui-r=limi.
2012-11-06 09:14:35 -08:00
Kyle Huey
0469a02b25
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
...
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
a78b5b38c7
Backout 67cb43bb8865: Breaks B2G Marionette
2012-10-31 16:35:11 +08:00
Felipe Gomes
8beaac4b2e
Bug 804910 - Part 2. Watch for error notification and display recovery UI. r=jaws
2012-10-30 13:10:04 -07:00
Kyle Huey
9a3674d80a
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 12:28:11 -07:00
Ed Morley
4144129728
Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE
2012-10-30 17:02:31 +00:00
Kyle Huey
50b5d3f681
Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
2012-10-30 08:26:12 -07:00
Randell Jesup
0c213564d3
Bug 802397: Work around JS engine bug 449811 to select correct mic/camera r=dolske
2012-10-25 20:14:47 -04:00
Andres Hernandez
38edfa2bc6
Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan
2012-10-24 14:21:33 -06:00
Dão Gottwald
96dc1b605f
Bug 801068 - Add a "Don't Share" option for camera and microphone access requests; don't deny the request when dismissing the popup notification. r=anant
2012-10-24 01:15:36 +02:00
Ehsan Akhgari
0d95057a75
Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
...
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Dão Gottwald
d4bbc884fc
Bug 729522: Implement navigator.getUserMedia() permission UI; r=dolske,ui-r=boriss
2012-10-05 02:37:00 -07:00
Fabrice Desré
d782e1b6aa
Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner]
2012-10-02 22:38:03 -07:00
Jared Wein
9718200146
Bug 786095 - Initially disable Social API when in safe mode. r=felipe
2012-09-24 14:57:12 -07:00
Jed Parsons
603ef09c9b
Bug 793906 - Disable desktop ui while working on b2g. r=benadida
2012-09-27 23:06:01 -04:00
Jared Wein
ef9e4095ec
Bug 794512 - Add a checkbox and preference to disable toast notifications for the Social API. r=markh
2012-09-26 17:40:18 -07:00
Ehsan Akhgari
8485267d9e
Bug 788275 - Tab preview should respect the private browsing mode when attempting to load a favicon; r=jdm,jimm
2012-09-17 14:47:49 -04:00
Jared Wein
e3b0658487
Backed out changeset 32d1752fb7ba (bug 786095)
2012-09-24 16:03:59 -07:00
Jared Wein
1ced2ee56c
Bug 786095 - Initially disable Social API when in safe mode. r=felipe
2012-09-24 14:57:12 -07:00
Tim Taubert
645d3763cd
Bug 791669 - [New Tab Page] don't immediately preload the new tab page on startup; r=jaws
2012-09-21 11:28:06 +02:00
Tim Taubert
646344e386
merge m-c to fx-team
2012-09-20 11:36:34 +02:00
Tim Taubert
0f5256b5a8
Bug 780123 - bustage fix for xpcshell test shutdown; r=me
2012-09-19 17:33:55 +02:00