Blake Kaplan
23469374a8
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
...
Original patch from billm.
2014-07-08 18:27:59 -07:00
Wes Kocher
1b9e82613e
Backed out changeset 76a96d6f0330 (bug 1001957) for mochitest-2 bustage on a CLOSED TREE
2014-07-08 17:55:35 -07:00
Blake Kaplan
8ccf0d9a16
Bug 1001957 - Don't use a CPOW for reload. r=felipe/mccr8/smaug
...
Original patch from billm.
2014-07-08 16:19:10 -07:00
David Keeler
800aae20a8
bug 1034270 - expose the channel that failed to load to onAboutCertError in browser.js r=felipe
2014-07-07 15:33:07 -07:00
Dão Gottwald
acd7811ba1
Bug 1034077 - Location bar shouldn't strip whitespace when pasting. r=Gijs
2014-07-04 17:16:55 +02:00
Blair McBride
d35aff92c7
No bug - merge bustage fix on a CLOSED TREE. r=bustage
2014-07-03 15:33:27 +12:00
Wes Kocher
88633df933
Merge m-c to fx-team
2014-07-02 19:10:42 -07:00
Wes Kocher
862ccf3161
Merge fx-team to m-c a=merge
2014-07-02 17:24:00 -07:00
Jim Mathies
3c3028fbd3
Bug 989875 - Forward clicks to chrome js for ux elements in about pages that load remotely. f=felipe, r=mbrubeck
2014-07-02 14:27:35 -05:00
Gijs Kruitbosch
9dacf66e66
Bug 1018154 - part 1: replace blocking of security principal inheriting with onpaste handler, r=dao
2014-07-01 15:27:08 +01:00
Ed Morley
7807055c04
Backed out changeset 9879665a17bb (bug 989875) for leaks
2014-07-01 17:58:33 +01:00
Jim Mathies
55e17dd656
Bug 989875 - Forward clicks to chrome js for ux elements in about pages that load remotely. f=felipe, r=mbrubeck
2014-07-01 07:57:33 -05:00
David Keeler
4d800b8c18
bug 1025332 - use nsIDocshell.failedChannel in certificate exception dialog instead of recent bad certs service r=jaws
2014-06-13 16:13:09 -07:00
David Keeler
8168763882
bug 1029862 - hide unnecessary 'which is run by (unknown)' text in site identity popup for domain validated sites r=dao
2014-06-24 15:12:52 -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
Mike Conley
00d795dfcf
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
Jared Wein
73a7a47533
Bug 1025195 - switchToTabHavingURI should have an option to ignore URL hashes when looking for already opened tabs. r=dao
2014-06-17 10:01:41 -04:00
Allison Naaktgeboren
e9ef7af6c6
Bug 1016138 followup - only call add on the master-password probe when a MP is enabled. r=markh
2014-06-17 10:03:47 +10:00
Mike Conley
ef6de875af
Bug 988133 - Workaround crashes in nsDocShellEditorData::ReattachToWindow() when doing view source in a remote tab. r=felipe.
...
This bug works around the crash by not retrieving the document from the cache, but by
hitting the network again for the document source. That's clearly not ideal, but the
crash is worse. This is a band-aid solution until we can get the cache retrieval
working properly. This workaround should not ride the trains to release.
2014-06-13 14:22:06 -04:00
Mark Hammond
09f6dbb05d
Bug 1016138 - Add telemetry probe for master password usage. r=dolske
2014-06-14 11:45:52 +10:00
Mark Banner
de3f38f293
Merge Elm to m-c. a=merge
2014-06-09 23:04:43 +01:00
Florian Quèze
910b104d7d
Bug 1015527 - Back/Forward navigation shouldn't break the Translation UI, r=felipe.
2014-06-09 16:50:58 +02:00
Mark Banner
9a04b3f423
Merge m-c to elm. a=merge
2014-06-09 13:00:42 +01:00
Gijs Kruitbosch
6a96f8465c
Bug 1016419 - implement showing lwt in customization mode, r=mconley,jaws
2014-06-02 21:59:38 +01:00
Mark Hammond
eaa1f6fd8b
Bug 1017941 - Initialize loop during delayedStartup() to avoid observer leaks. r=Unfocused
2014-05-30 12:19:41 +10: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
Dão Gottwald
cccbcb335e
Bug 1016834 - Replace errant NIGHTLY_BUILD ifdefs with E10S_TESTING_ONLY. r=gijs
2014-05-28 21:26:37 +02:00
Paolo Amadini
999537c1cc
Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske
2014-01-07 17:29:41 +01:00
Carsten "Tomcat" Book
be98627aee
Backed out changeset ca4caf0d721c (bug 853549) for valgrind testfailures
2014-05-28 15:53:13 +02:00
Carsten "Tomcat" Book
96117fe2e5
Merge mozilla-central to fx-team
2014-05-28 15:29:24 +02:00
Tim Taubert
526b811f8d
Bug 990812 - Restrict sessionstore, tabview, and browser frame scripts to tabbrowser browsers r=adw
2014-05-23 14:22:36 +02:00
Dão Gottwald
cbec86e0ce
Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley
2014-05-23 20:41:31 +02:00
Dão Gottwald
4c0d3e6144
Backed out changeset d670f361bbb6
2014-05-23 20:39:46 +02:00
Dão Gottwald
ff1fcfbf3c
Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley
2014-05-23 20:34:03 +02:00
Wes Kocher
8ff5784be6
Backed out changeset d36b2edb017b (bug 1014523) for OSX bc1 bustage
2014-05-23 10:06:19 -07:00
Dão Gottwald
b59703a484
Bug 1014523 - Missing border between the tabstrip and the navigation toolbar on OS X. r=mconley
2014-05-23 17:49:47 +02:00
Tim Taubert
d326f8b8fc
Bug 973532 - Remove legacy NEWTAB_PAGE_SHOWN probe for homepage r=adw
2014-05-21 11:17:58 +02:00
Dão Gottwald
f87be94e5b
Bug 1008424 - Remove unintended gradient from the tab toolbar's background. r=mconley,jjmathies
2014-05-21 22:26:37 +02:00
Dão Gottwald
0058f3d92f
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
Carsten "Tomcat" Book
dd885418df
merge mozilla-inbound to mozilla-central
2014-05-12 13:33:19 +02:00
Tom Schuster
e524ab3749
Bug 1004693 - [e10s] Add keyword search does not work. r=felipe
2014-05-10 15:28:42 +02:00
Dão Gottwald
686e7ca0d9
Bug 1008134 - darkwindowframe attribute should be set before the first paint. r=gijs
2014-05-09 13:53:34 +02:00
Wes Kocher
d543f511c2
merge fx-team to m-c
2014-05-05 20:52:49 -07:00
Tim Taubert
eec37e0dc2
Bug 1002843 - Wait until important parts have been initialized before restoring tabs into windows r=smacleod
2014-05-03 08:11:43 +02:00
Bill McCloskey
84712e2010
Bug 1002000 - Make sure to register listeners before loading content script (r=ttaubert)
2014-05-05 13:12:50 -07:00
Paolo Amadini
3bf90d715a
Bug 853549 - Use a JSON storage back-end in the Login Manager, except on Android. r=dolske
2014-01-07 17:29:41 +01:00
Carsten "Tomcat" Book
491573856b
Backed out changeset 1eb359cf7ac0 (bug 1013448) for xperf test failures
2014-05-26 10:12:16 +02:00
Mark Hammond
e721172103
Bug 1013448 (part 1) - add telemetry probe for master-password usage. r=dolske
2014-05-26 09:48:41 +10:00
Mike de Boer
3d60d331d4
Bug 1014482: initialize bookmarkData variable to prevent failing tests and other unexpected bugs. r=gps,smacleod
2014-05-30 16:26:46 +02:00
Tom Schuster
c83a9e9507
Bug 961360 - Try again on the about:tabcrashed page should reload all crashed tabs. r=felipe
2014-05-29 21:55:44 +02:00