Commit Graph

1843 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
452cc4cd9c Merge mozilla-central to fx-team 2014-06-26 15:53:44 +02:00
Dão Gottwald
04eeaef7cd Bug 1022745 - Add UTM parameters to plugincheck URL. r=gavin 2014-06-26 11:05:00 +02:00
Sid Stamm
1e1271cec6 Bug 949533 - Remove uses of x-content-security-policy and pre-spec-compliant parsing/enforcement (file changes). r=jst,grobinson 2014-06-25 12:07:37 -07:00
Jim Blandy
39dc0c6097 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
Brian R. Bondy
e696b03758 Bug 598615 - Rename HAVE_64BIT_OS to HAVE_64BIT_BUILD. r=ted 2014-06-24 22:16:25 -04:00
Wes Kocher
ae29fd485c merge m-c to inbound on a CLOSED TREE 2014-06-20 14:02:54 -07:00
Vikneshwar
1fc5bb908e Bug 1027049 - Removed unused plugin infobar preferences. r=ttaubert 2014-06-20 15:46:52 +02:00
Heather Arthur
0afb349067 Bug 1025693 - Resize all sidebars r=bgrins 2014-06-19 15:03:41 -07:00
Brian R. Bondy
b347a1ace9 Bug 1025640 - Enable building and installing the x64bit maintenance service on x64. r=rstrong 2014-06-19 11:03:04 -04:00
Carsten "Tomcat" Book
a5750c2d34 Backed out changeset bd48de0a468d (bug 1023957) for bc1 test bustage 2014-06-18 11:29:29 +02:00
Jared Wein
68c3fdfb2b Bug 1023957 - Disable the in-content preferences for Firefox 32. r=unfocused 2014-06-11 14:17:00 +02:00
Dão Gottwald
4b722c1f30 Bug 1015619 - Reduce browser.slowStartup.timeThreshold from 45 to 40 seconds. r=dolske 2014-06-13 13:58:23 +02:00
Paul Rouget
cbd7d46b26 Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-12 14:47:35 +08:00
Heather Arthur
7369d22f07 Bug 1021202 - Turn @media sidebar on by default; r=bgrins 2014-06-11 13:14:52 -07:00
Ed Lee
43d205d95e Bug 975235 - Send click pings for Directory Tiles (including which link, tile, other metadata) [r=adw]
Send a ping from the DirectoryLinks module on various click actions from newtab page.
2014-06-09 22:03:23 -07:00
Ryan VanderMeulen
3d5d9d111b Merge m-c to fx-team. a=merge 2014-06-09 18:18:30 -04:00
Mark Banner
9a04b3f423 Merge m-c to elm. a=merge 2014-06-09 13:00:42 +01:00
Mark Banner
19f1189072 Bug 1019733 Update loop.server preference to the production server. r=abr 2014-06-09 10:03:00 +01:00
Gabriel Luong
fcd7333229 Bug 1016578 - Enhancement: Easily inject jQuery, underscore, or other useful libraries into pages from devtools. r=jwalker 2014-06-09 10:40:00 -04:00
Ryan VanderMeulen
d514ea355e Backed out changeset 88a641ee5cbe (bug 1007057) for frequent test timeouts.
CLOSED TREE
2014-06-07 01:16:08 -04:00
Nicolas Perriault
96f840d501 Bug 994152 Loop needs a "do not disturb" control. r=mhammond,r=Standard8 2014-06-02 20:30:02 +01:00
Mark Banner
01b0b1a130 Bug 1000007 Separate out loop from the social api, and add a loop specific service and API injection. r=mhammond 2014-05-29 21:13:46 +01:00
Wes Kocher
58addf55d2 Backed out changeset 94eef72cb9b7 (bug 993901) for causing OSX bc1 to frequently fail in browser_tabopen_reflows.js 2014-05-28 17:00:32 -07:00
Ryan VanderMeulen
8b2e351c1c Merge m-c to inbound. a=merge 2014-06-06 17:34:13 -04:00
Chris Pearce
86cb264974 Bug 1016162 - Base EME DOM APIs, not connected to a CDM yet. r=bz 2014-06-07 08:52:15 +12:00
Paul Rouget
03ebc23c1d Bug 1007057 - build appmgr v2: remove configure option. r=mshal r=ochameau 2014-06-06 12:01:52 +08:00
Monica Chew
8341935517 Bug 1012882: Restrict pinning to desktop (r=keeler) 2014-06-02 15:06:30 -07:00
Maxim Zhilyaev
64d0afe559 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
vikneshwar
3e1580f15a Bug 991045 - Added Screenshot Button to toolbar's UI;r=pbrosset; 2014-05-30 10:47:49 +02:00
Brian Grinstead
735a2c9ac1 Bug 935803 - Display browser styles in the rule view (UA style sheet rules);r=pbrosset 2014-05-29 07:02:26 -05:00
Maxim Zhilyaev
746791b637 Bug 993901 - Implement logic to decide when to fetch remotely hosted links [r=adw]
Download links file if it's been a day on init, new tab load, or pref change.
2014-05-27 13:59:33 -07:00
Heather Arthur
32780e8e50 Bug 1012806 - Add @media rules sidebar to style editor; r=jwalker 2014-05-26 13:52:24 -04:00
Dão Gottwald
6c0b1431ff Bug 848460 - Reduce browser.slowStartup.timeThreshold to a more aggressive value. r=dolske 2014-05-23 17:48:51 +02:00
Mike de Boer
b3b8215f30 Bug 1013861: add pref to control showing the translation UI. r=felipe 2014-05-23 17:16:27 +02:00
Manish Goregaokar
d664f9f5da Bug 994134 - Warn first time users on pasting code into the console. r=bgrins 2014-05-22 00:34:00 +02:00
Robert Kaiser
1becb79b7d back out bug 1006615 (blocklist domain change) as data collection systems aren't completely ready yet 2014-05-21 23:36:58 +02:00
Brandon Benvie
9d4bb9f734 Bug 968896 - Add tern support to source editor to provide autocompletion and type inference. r=vp, r=anton, r=fitzgen 2014-04-16 13:49:28 -07:00
Jared Wein
3e56ead990 Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
Carsten "Tomcat" Book
26fe742772 Backed out changeset 25fa9e0e5b06 (bug 738797) 2014-05-15 10:31:04 +02:00
Jared Wein
5ad1a61af9 Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
David Rajchenbach-Teller
76132e069d Bug 989393 - Clean up old tabs and windows. r=ttaubert 2014-05-14 06:12:00 -04:00
Florian Quèze
9371353f32 Bug 976574 - Implement 'Translation Preferences' option in infobar, r=felipe. 2014-05-13 09:57:08 +02:00
Paul Rouget
4e218b8055 Bug 999417 - Land the new App Manager UI. r=jryans r=mshal 2014-05-12 08:53:00 +02:00
Jared Wein
09d9ef8d77 Backed out changeset 4ac25e196c7a (bug 738797) 2014-05-11 17:37:40 -04:00
Jared Wein
9a5e2aa34a Bug 738797 - Enable the in-content preferences by default. r=Unfocused 2014-05-04 15:54:29 -05:00
Marina Samuel
de483c5123 Bug 1000459 - revert bug 993581 to turn directory tiles on [r=adw]
Undo hardcoding of empty object.
2014-05-08 21:42:57 -07:00
Benjamin Smedberg
5c5811591b Bug 1007389 - Implement plugin whitelist round 2, r=gfritzsche 2014-05-07 18:43:55 -04:00
Robert Kaiser
f8cd2dee60 Bug 1006615 - Update extensions.blocklist.itemURL and extensions.blocklist.url to new blocklist domain, r=Mossop,jason 2014-05-07 12:11:56 +02:00
Honza Bambas
6f18ecdd0e Bug 1006197 - End second HTTP cache v2 trial on desktop Firefox r=jduell 2014-05-05 16:56:59 -07:00
Honza Bambas
79c0de8a40 Bug 1004185 - Temporarily turn HTTP cache v2 on for Firefox Desktop users, round 2, r=jduell 2014-05-02 20:15:15 +02:00