Commit Graph

18 Commits

Author SHA1 Message Date
Dave Townsend
f5d707425c Bug 1084558: Switch the web installer interfaces to use browsers instead of DOM windows. r=Unfocused 2014-11-04 19:20:52 -08:00
Till Schneidereit
8219681d97 Bug 1075059 - Part 1: Backout of Array.prototpype.contains usages. r=me 2014-10-02 17:37:48 +02:00
Ayush Mishra
fd3b4210c3 Bug 1072889 - Replace array.indexOf(...) != -1 with array.contains(...) in browser/base/ ; r=dao 2014-09-26 20:51:09 +02:00
Bobby Holley
c383ef5653 Bug 1062631 - Watch out for dead object proxies in gXPInstallObserver. r=Gijs
In browser_navigateaway2.js we end up with an XPCWrappedJS double-wrapped
DeadObjectProxy here, which triggers an exception when it's inserted into
the WeakMap.
2014-09-08 13:36:21 -07:00
Bobby Holley
d73c54d063 Bug 1062631 - Handle null originatingURI in browser-addons.js. r=Gijs 2014-09-08 13:36:21 -07:00
Blake Kaplan
d172b97f15 Bug 952201 - Make installing addons from web content work correctly in e10s. r=bmcbride@mozilla.com 2014-07-18 09:27:29 -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
Matthew Noorenberghe
dcc4b17b8c Bug 885139 - Notify consumers about LWT optimization and listen for it in LightweightThemeListener. r=jaws
[Australis]
2014-03-20 13:55:49 -07:00
Matthew Noorenberghe
e696b9ce27 Bug 983761 - Add support for CSSGroupingRules in LightweightThemeListener. r=Gijs 2014-03-14 16:24:57 -07:00
Trevor Saunders
c5bbaf6b46 bug 331376 - merge nsIDocShellTreeNode into nsIDocShellTreeItem r=smaug 2014-01-06 17:34:15 -05:00
Gijs Kruitbosch
d059e35def Bug 884120 - nullcheck themeData before using it in LightweightThemeListener, r=MattN 2013-07-17 12:36:32 +02:00
Gijs Kruitbosch
6d74e73948 Bug 749804 - part 0: remove the add-on bar, r=jaws 2013-05-09 12:08:07 +02:00
Matthew Noorenberghe
b5d764441f Bug 813786 - Australis tabs Windows lightweight theme support. r=mconley 2013-04-22 17:01:31 -07:00
Jonathan Kew
f0be4f09aa bug 814383 - fix javascript strict-mode warnings in browser.js. r=gavin 2012-11-26 16:18:25 +00:00
Graeme McCutcheon
28f09bf11e Bug 736358 - Remove "Open Add-Ons Manager" button for restartless addons. r=bmcbride 2012-10-08 09:33:19 +01:00
Ian Moody
3e05c975c6 Bug 737792 - Use for..of loops in browser.js. r=dao 2012-08-21 18:56:07 +02:00
Devdatta Akhawe
dc71ddb079 Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend 2012-08-02 18:51:17 -07:00
Justin Dolske
04c720d5e9 Bug 758812 - Break up browser.js into smaller pieces, Phase 1 (Addons). r=gavin 2012-05-31 23:26:00 -07:00