Commit Graph

618 Commits

Author SHA1 Message Date
Florian Quèze
a3cc5a9278 Bug 1037408 - webrtcUI's activeStreams getter should be able to return lists for a specific device type, r=dolske. 2014-07-19 02:49:19 +02:00
Florian Quèze
6bad024580 Bug 1037408 - add booleans to webrtcUI indicating which sharing indicators should be shown, r=dolske. 2014-07-19 02:49:18 +02:00
Ryan VanderMeulen
8f1d154973 Merge fx-team to m-c. a=merge 2014-07-18 15:21:24 -04:00
Shane Caraveo
3ee4babba1 Bug 1032432 remove builtin manifest support, r=felipe 2014-07-18 10:27:52 -07:00
Florian Quèze
935223e467 Bug 1037405 - implement the screen sharing urlbar indicator, r=Gijs.
--HG--
extra : rebase_source : ae477beaae5553db887589bd5ce314fb2a63c2ef
2014-07-18 12:14:29 +02:00
Florian Quèze
d7167bfa22 Bug 1037405 - adapt the label of the main action in the screensharing doorhanger prompt, r=Gijs.
--HG--
extra : rebase_source : 4cf00c04c99814c2bb040ff65d3d37793ac59976
2014-07-18 12:14:29 +02:00
Florian Quèze
4d36509871 Bug 1037405 - implement the doorhanger prompting the user to share a screen/window, r=Gijs.
--HG--
extra : rebase_source : 394a06b14a7561ea1f43d3c7a8ce52ad4a4fe447
2014-07-07 09:08:00 +02:00
Blake Winton
dc4882b221 Bug 1038248 - Add UITelemetry to count the number and type of searches. r=mconley 2014-07-17 11:37:22 -04:00
Neil Deakin
9d1038b6a2 Bug 1026310 and 1032137, re-enable browser_UITour_panel_close_annotation.js to see if the intermittent problem goes away now that bug 1026310 is fixed 2014-07-14 13:39:04 -04:00
Neil Deakin
e9a4f0f8d4 Bug 1026310, set the open state only once the opening transition is finished, rename the internal popup states to be clearer, fix UITour.jsm to check the showing state, r=MattN,neil 2014-07-14 13:39:04 -04:00
Ryan VanderMeulen
296caa949c Merge inbound to m-c. a=merge 2014-07-11 16:34:56 -04:00
Shane Caraveo
a69c426a8e Bug 926417 add microdata support for share/marks, r=markh, r=felipe 2014-07-11 08:50:34 -07:00
Marco Castelluccio
0c223e94ec Bug 906114 - Wait local installation before sending messages to content. r=myk 2014-07-11 13:25:46 +02:00
Gijs Kruitbosch
a823b3f20b Bug 577892 - allow icons to change when href attribute is set directly, with automated test, r=dolske,bz
--HG--
extra : rebase_source : 8b74cb3e4c60df4b84c207f2ae1bc371e238d19d
2014-07-03 22:40:52 +01:00
Adam Roach [:abr]
b81d6217c1 Bug 1015486 Bypass the video and audio permission prompts for Loop, as Loop will provide its own mechanisms. Patch by abr, tests by Standard8. r=jesup,r=florian 2014-07-10 21:14:57 +01:00
Shane Caraveo
6e997d56da Bug 1036646 fix double command handling for socialmarks button, r=Gijs 2014-07-09 16:40:26 -07:00
Carsten "Tomcat" Book
f5866501e2 Merge mozilla-central to mozilla-inbound 2014-07-09 16:13:17 +02:00
Ryan VanderMeulen
a4aec47641 Bug 1026310 - Really skip browser_UITour_panel_close_annotation.js on Windows.
DONTBUILD

--HG--
extra : rebase_source : 60ef0efe8d2ec531a12cbb4de56d001bd820c235
2014-07-09 09:57:14 -04:00
Shane Caraveo
85e264ffde Bug 1029942 allow activation from about: chrome urls, r=felipe 2014-07-08 16:48:12 -07:00
Wes Kocher
bd610cd145 Backed out changeset ca2fd67a4cf7 (bug 1029942) for bc1 orange 2014-07-08 15:11:31 -07:00
Shane Caraveo
8f5dd5dbf4 Bug 1029942 allow activation from about: chrome urls, r=felipe 2014-07-08 13:50:13 -07:00
Marco Castelluccio
416979553c Bug 1029674 - Fix installation of apps with custom origin. r=myk,keeler
--HG--
rename : toolkit/webapps/tests/test_packaged_launch.xul => toolkit/webapps/tests/test_custom_origin.xul
2014-07-04 15:23:16 +02:00
Ed Morley
0de150cc87 Bug 1032137 - Disable browser_UITour_panel_close_annotation.js on Windows for intermittent test failures 2014-07-03 13:57:15 +01:00
Mark Banner
794bbc9518 Bug 1027014 Loop panel is cut off on first display - always fire the mechanism to resive the panel if the ready state is complete. r=mixedpuppy 2014-06-30 21:10:19 +01:00
Shane Caraveo
1c1e53ed43 Bug 1011598 fix marks and status buttons for toolbar overflow menu, r=Gijs 2014-06-27 08:58:13 -07:00
Carsten "Tomcat" Book
da35e74bd1 Merge mozilla-central to fx-team 2014-06-25 15:48:21 +02:00
Carsten "Tomcat" Book
48f0f82363 merge fx-team to mozilla-central a=merge 2014-06-25 15:34:21 +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
David Rajchenbach-Teller
5e5608edd6 Bug 1019670 - Fix error in AboutHome.sendAboutHomeData: "TypeError: target.messageManager is undefined". r=felipc 2014-06-03 08:16:00 -04:00
Drew Willcoxon
ef24c8b0ca Bug 1029735 - ContentSearch sometimes leaks event listeners and their closures (follow-up). r=ttaubert 2014-06-24 13:38:13 -07:00
Drew Willcoxon
e62ad6fbc3 Bug 1029735 - ContentSearch sometimes leaks event listeners and their closures. r=ttaubert 2014-06-24 12:49:52 -07:00
Bill McCloskey
c751f855a6 Bug 1005696 - Make sure test blocklist.xml isn't overwritten before use (r=Unfocused) 2014-06-20 17:46:02 -07:00
Wes Kocher
9093cbe91b merge m-c to inbound on a CLOSED TREE 2014-06-20 14:02:54 -07:00
Drew Willcoxon
1011d1ad37 Bug 1027303 - Certain image URIs in search plugins break ContentSearch. r=felipe 2014-06-19 14:34:12 -07:00
Mike Conley
1de12c5a8f Bug 989501 - Part 3: If a newly created browser.xul window has the CHROME_REMOTE_WINDOW chromeflag set, make sure the initial browser has remote="true" set on it. r=felipe. 2014-06-20 14:08:05 -04:00
Birunthan Mohanathas
51ba75d135 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Wes Kocher
10e62c12a3 merge fx-team to m-c a=merge 2014-06-17 18:48:51 -07:00
Drew Willcoxon
d962fbd62a Bug 1019990 - about:newtab preloader should load content.js. r=ttaubert 2014-06-17 12:35:34 -07:00
Drew Willcoxon
155105face Bug 1019989 - ContentSearch should pass images as shared ArrayBuffers instead of data URI strings. r=felipe 2014-06-17 12:35:34 -07:00
Florian Quèze
7fd9445f50 Bug 1000253 - Background tabs with persistent device permissions can access devices without the user noticing, r=jesup,MattN. 2014-06-13 14:51:12 +02:00
Tim Taubert
162e284e4d Bug 1018913 - Customization mode favicon not showing anymore r=gijs 2014-06-12 20:32:46 +02:00
Mark Hammond
5adb5a7c3a Bug 998934 - add a showFirefoxAccounts command to the UITour. r=Unfocused 2014-06-12 15:10:23 +10:00
Mark Banner
f7788f7d4e Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Mark Banner
adf026d0e2 Bug 1010325 Work around for uri.host being undefined in webrtc prompts for Loop. Special-case handling of about:loop uris for now. Bug 1000146 will replace this. r=florian. 2014-05-29 21:13:47 +01:00
Tim Taubert
a0b62bf180 merge m-c to fx-team 2014-05-29 08:47:51 +02:00
Blair McBride
0997611d2c Bug 1014460 - Extend the retention period of UITour.seenPageIDs. r=ttaubert 2014-05-29 16:38:24 +12:00
Mark Banner
c0c094e7c7 Bug 1011392 - Make Social API's panel handling generic so that Loop can use it as well, enabling Loop to function properly in the Application menu. r=mhammond 2014-06-17 11:23:40 +01:00
Bobby Holley
ecac8f5e13 Bug 1015380 - Fix up UITour.jsm. r=gijs 2014-05-28 11:14:27 -07:00
Tim Taubert
e4173a1a49 Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw 2014-05-23 14:22:36 +02:00
Drew Willcoxon
19ed94777a Bug 1013722 - Fix ContentSearch.jsm error: TypeError: msg.target.messageManager is undefined. r=felipe 2014-05-21 14:20:29 -07:00