Commit Graph

22 Commits

Author SHA1 Message Date
Akshendra Pratap
ccc28f9eaa Bug 515196 - Added padding to toolbar autohide. r=dao 2014-11-01 21:01:18 +01:00
Edouard Oger
653b8f4f34 Bug 714675 - Fullscreen API should restore sidebar if it was open before entering fullscreen. r=mconley 2014-10-30 12:45:00 +01:00
Dão Gottwald
d410ee9926 Bug 1071821 - fullscr-toggler element needs to be hidden in DOM fullscreen. r=mconley 2014-09-26 21:22:55 +02:00
Mike Conley
72420563c2 Bug 961362 - DOM Fullscreen API support for e10s. r=smaug,billm. 2014-08-19 16:58:00 -04:00
Jim Blandy
4d6a633bba 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
Dão Gottwald
e2e05e1533 Bug 1012629 - Infer from each toolbar's text color whether we should use inverted icons. r=gijs 2014-05-20 15:41:11 +02:00
Gijs Kruitbosch
35c5caf174 Bug 890356 - After exiting Lion fullscreen, context menus on toolbars no longer work, r=dao 2013-07-04 20:12:23 +02:00
Jared Wein
9f913da36d Bug 863299 - Only support large icons mode for the toolbars in the browser. r=Unfocused 2013-06-11 21:45:35 -04:00
Jared Wein
cc266b7004 Bug 755593 - Remove tabs-on-bottom mode. r=dao 2013-06-04 18:08:55 -04:00
Gijs Kruitbosch
fa3695835b Merge m-c to ux 2013-06-02 21:35:55 +02:00
Mike Conley
a60514ed1f Mostly automated merge with https://hg.mozilla.org/mozilla-central 2013-05-29 17:41:40 -04:00
Jared Wein
52a6caf67e Bug 867675 - Full Screen control in the customization panel doesn't leave the enabled state once it's entered. r=mconley
--HG--
extra : rebase_source : a0f08483088c1819cae2b144176a6f94333baf7a
2013-05-28 13:41:15 -04:00
Shane Caraveo
501c3a34a7 bug 821073 fix dom element full screen support in social panels, r=felipe 2013-05-31 15:52:48 -07:00
Mike Conley
19aae291b4 Bug 863753 - Retire the Firefox appmenu button. r=MattN. 2013-05-06 11:36:17 -04:00
JosiahOne
086c11cbc6 Bug 855370 - Remove the ability to not 'Always show the tab bar'. r=dao, ui-r=limi 2013-03-27 20:54:59 -04:00
Chris Pearce
785c8dd812 Bug 724554 - Don't exit fullscreen on window deactivate, just warn on refocus. r=dao 2013-02-26 18:40:53 +13:00
ithinc
6e66d40e45 Bug 819907 - Add permanent fullsc-toggler element to simplify code. r=gavin 2012-12-24 22:45:06 +08:00
Jonathan Kew
77c034ad6e bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin 2012-11-26 16:18:25 +00:00
Ian Moody
6fd85a4fb0 Bug 737792 - Use for..of loops in browser.js. r=dao
--HG--
extra : rebase_source : df980b6310daecb9e80793ca900ba983aadb12c6
2012-08-21 18:56:07 +02:00
Dão Gottwald
4d67e652a8 Bug 782043 - Get rid of the fullscreencontrol attribute. r=felipe 2012-08-14 06:04:33 +02:00
Paul O’Shannessy
8d6396dded Bug 714186 - Add padding to top of windows when fullscreen on Lion. r=fryn ui-r=shorlander 2012-07-10 21:08:06 -07:00
Justin Dolske
56851cbbcf Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (FullScreen). r=gavin 2012-05-31 23:26:00 -07:00