Commit Graph

2973 Commits

Author SHA1 Message Date
Matthew Noorenberghe
6acada0b5b Bug 1021618 - Create the foundation for converting preference dialogs to be in-content. r=jaws a11y=MarcoZ f=Paenglab,davidb 2014-06-26 13:17:17 -04:00
Wes Johnston
bd62408979 Bug 1018468 - Add fullscreen button to video controls. r=mfinkle 2014-06-11 10:25:18 -07:00
Carsten "Tomcat" Book
56bde994f7 merge fx-team to mozilla-central a=merge 2014-06-25 15:34:21 +02:00
Carsten "Tomcat" Book
d3f9af8b68 Backed out changeset 24fb014f1ae3 (bug 1021618) for Linux Memory Leak on a CLOSED TREE 2014-06-25 10:03:44 +02:00
Matthew Noorenberghe
cd72bdccce Bug 1021618 - Create the foundation for converting preference dialogs to be in-content. r=jaws a11y=MarcoZ f=Paenglab,davidb 2014-06-25 02:38:24 -04:00
Jim Blandy
b6b202b6bb 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
Gijs Kruitbosch
ba3bffa8ae Bug 1000514, r=dao
--HG--
extra : rebase_source : ae7d5335d873814eb73fbc52d299cc93ba892a4f
2014-06-24 15:52:28 +01:00
Jeremie Patonnier
662ea0844f Bug 1028570 - Remove unnecessary preprocessing of minimal-xul.css. r=jwatt 2014-06-21 20:17:32 +02:00
David Rajchenbach-Teller
5ee768609f Bug 1017808 - browser.xml's get_messageManager should handle better the case in which no message manager exists anymore. r=felipe 2014-06-03 07:56:00 +02:00
Birunthan Mohanathas
c910458886 Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin 2014-06-18 17:56:02 -07:00
Bill McCloskey
02a9bd058c Bug 1024761 - Don't try to send XUL element over message manager channel (r=felipe) 2014-06-17 11:21:12 -07:00
Carsten "Tomcat" Book
f72b2aa35a merge fx-team to mozilla-central a=merge 2014-06-17 14:09:46 +02:00
Neil Deakin
9fd38869cf Bug 994117, delay popupshown event until after the opening transition has finished, if one exists, which also fixes the issue causing bug 989991, so enable the animation on the main panel, r=neil 2014-06-16 14:43:07 -04:00
Gijs Kruitbosch
a774e2ed55 Bug 1022025, r=bholley,mfinkle 2014-06-14 22:01:55 +01:00
Bernardo P. Rittmeyer
147fa13f6f Bug 804430 - Add list of whitelisted locked prefs to about:support. r=Unfocused 2014-06-10 10:49:00 -04:00
Ryan VanderMeulen
8fcea9b19a Merge m-c to inbound on a CLOSED TREE. a=merge 2014-06-12 17:32:33 -04:00
Dão Gottwald
b85e358a22 Bug 1024496 - Call _updateScrollButtonsDisabledState after setting the notoverflowing attribute such that the scrolledtoend attribute isn't left behind. r=enndeakin 2014-06-12 17:56:22 +02:00
Gijs Kruitbosch
0c568951d1 Bug 941487 - resetProfile.js shouldn't redefine Cu, r=MattN 2014-06-11 04:01:00 +01:00
Randell Jesup
9ecc4f0aa3 Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Ed Morley
866f114249 Backed out changeset 5d63a1316981 (bug 1024288) 2014-06-12 17:40:44 +01:00
Randell Jesup
3668de4ea0 Bug 1024288: Add a button to about:webrtc to turn on/off AEC logging r=jib,smaug,unfocused 2014-06-12 12:21:38 -04:00
Dão Gottwald
6947559747 Bug 878020 - Add inner shadows to the tab bar's scrollbox when overflowing. r=Gijs,enndeakin
--HG--
extra : rebase_source : 24145e62fb0001a84f0d5ec6f9a9e1135114c7af
2014-06-10 16:56:14 +02:00
Ryan VanderMeulen
d297a26703 Merge m-c to inbound. a=merge 2014-06-09 18:13:50 -04:00
Mark Banner
356f49114f Merge Elm to m-c. a=merge 2014-06-09 23:04:43 +01:00
Adam Roach [:abr]
d985671507 Bug 1019924 - Update license.html for Loop-related third-party licenses r=gerv 2014-06-09 10:26:58 -05:00
Jan-Ivar Bruaroey
fdfec6e2f2 Bug 970713 - Add 'Start Debug Mode' button to about:webrtc. r=smaug, r=Unfocused, r=jesup 2014-06-08 21:00:12 -04:00
Jan-Ivar Bruaroey
c8f9921b5d Bug 951496 - Codec getStats. r=smaug, r=jesup 2014-06-07 17:27:26 -04:00
Jan-Ivar Bruaroey
2fd48f767d Bug 996492 - Remove unused globalReport.errors. r=bwc 2014-06-08 22:35:44 -04:00
Gijs Kruitbosch
b75fbd4b78 Bug 1021969, r=bholley,jaws
--HG--
extra : rebase_source : f8bc835a5bfcd62e1d59b31d75841d1cc6339634
2014-06-06 17:33:50 +01:00
Wes Kocher
269aba5c80 Merge fx-team to m-c a=merge 2014-06-05 19:06:34 -07:00
Wes Kocher
b0a1662491 Merge b2g-inbound to m-c a=merge 2014-06-05 18:49:36 -07:00
Dave Hylands
9d2245ec6f Bug 986331 - Enable .3g2 file extension to be recognized as 3gpp video. r=cajbir 2014-06-05 14:22:15 -07:00
Masayuki Nakano
6ecdb49317 Bug 1008772 part.1 tabs should handle non-printable keys with keydown event handlers in the system group rather than keypress event handlers in the normal group r=smaug+enndeakin 2014-06-05 11:57:53 +09:00
Drew Willcoxon
1d611b64cf Bug 870205 - Fix intermittent browser_bug295977_autoscroll_overflow.js. r=neil 2014-06-05 10:50:33 -07:00
Ryan VanderMeulen
133d8d7389 Merge inbound to m-c. 2014-06-03 15:21:43 -04:00
Masayuki Nakano
890f71fad5 Bug 1018069 Make tree element's _move* methods consume given events themselves r=enndeakin 2014-06-04 00:22:33 +09:00
Gijs Kruitbosch
0100a07d1c Bug 454520 - fix caret browsing dialog to default to no and remember choices, r=jaws,f=dbolter 2014-05-26 14:54:03 +01:00
Jared Wein
6ceecdd91d Bug 1017423 - Page is scrolled when I select radio button by up/down arrow key. r=Gijs 2014-06-02 23:15:13 -04:00
Ed Morley
8d62b45fa2 Backed out changeset 60ed415ed0ab (bug 454520) for browser_f7_caret_browsing.js timeouts 2014-06-02 17:58:46 +01:00
Gijs Kruitbosch
b6905440aa Bug 454520 - fix caret browsing dialog to default to no and remember choices, r=jaws,f=dbolter 2014-05-26 14:54:03 +01:00
Ryan VanderMeulen
663393deb2 No bug - Drop expected number of asserts in test_bug437844.xul.
CLOSED TREE
2014-05-30 15:01:52 -04:00
Bobby Holley
1e82be93c5 Bug 1008615 - De-field menulist.xml. r=mano 2014-05-29 23:29:29 -07:00
Jared Wein
da7c7153ee Bug 1016415 - Only iterate into the children of <menugroup> if there are children. r=enndeakin 2014-05-27 12:16:00 -04:00
Makoto Kato
31263d4d98 Bug 982298 - Remove importing Timer.jsm. r=bz 2014-05-28 19:03:27 +09:00
Carsten "Tomcat" Book
47658629d0 merge b2g-inbound to mozilla-central 2014-05-26 15:26:11 +02:00
Carsten "Tomcat" Book
1fcce63254 merge fx-team to mozilla-central 2014-05-26 14:59:21 +02:00
Vincent Chen
4f8581f3b6 Bug 981477 - Disable B2G emulator reftests that fail oop, r=ahal 2014-05-23 15:56:15 -04:00
Philip Chee
d9471a38e6 Bug 1014105 Eliminate the AUTOCOMPLETE_OLD_STYLE variable in XUL.css r=Neil 2014-05-23 00:15:01 +08:00
Jared Wein
b48e20c1ef Bug 1000513 - Tests for menugroup keyboard navigation. r=Unfocused
--HG--
extra : rebase_source : 925b6991f3444ff197b166f1e4234f1f19fe321d
2014-05-15 18:14:15 -04:00
Jonathan Watt
b6253e4965 Bug 1008455 - Avoid loading the xul.css UA style sheet when possible. r=bz CLOSED TREE
--HG--
rename : toolkit/content/xul.css => toolkit/content/minimal-xul.css
2014-05-24 19:51:06 +01:00