Mike Hommey
e5596407fd
Bug 1040641 - Ignore AC_SUBSTs for variables we don't have use for but that autoconf itself exports. r=gps
2014-07-23 08:40:12 +09:00
Gijs Kruitbosch
56671ba836
Bug 693808 - part 1: entering numbers+Enter in the location bar should bring search results immediately if domain is not whitelisted, r=bz
2014-04-24 23:42:00 +01:00
Blake Kaplan
ca30773682
Bug 949617 - Make the login manager work in e10s. r=dolske/mconley/mfinkle/jimm
2014-06-28 11:09:45 -07:00
Carsten "Tomcat" Book
2216cb670a
Backed out changeset 8c1ee05fbbd6 (bug 949617)
2014-06-27 15:17:42 +02:00
Blake Kaplan
7ea79fde2b
Bug 949617 - Make the login manager work in e10s. r=dolske
...
--HG--
extra : rebase_source : 412da12f3c916a2e57092943096a15b2c38955e7
extra : histedit_source : 030de4e9454cd4c150126fdb7500ab27023ad244
2014-06-24 16:57:39 -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
Birunthan Mohanathas
c910458886
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Monica Chew
f398ab2371
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Robert Kaiser
e486af2992
back out bug 1006615 (blocklist domain change) as data collection systems aren't completely ready yet
2014-05-21 23:36:58 +02:00
Paolo Amadini
5835cd73c6
Bug 856470 - Login Manager no longer requires initialization at startup. r=dolske
2013-09-14 20:24:00 +02:00
Robert Kaiser
6198b6623c
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
Jefry Lagrange
16e2c211a9
Bug 568613 - Remove browser.history_expire_days usage from tree. r=mak
2014-04-24 07:47:00 -04:00
Masayuki Nakano
8627322257
Bug 998188 part.6 MetroFirefox should use XP line break at calling sendQueryContentEvent() in its chrome r=jimm
2014-04-26 08:52:14 +09:00
Mark Finkle
e56fe1b06c
Bug 946454 - [Roku] Show 'casting' button in the video controls r=wesj, dolske
2014-04-18 16:48:06 -04:00
Tim Taubert
c18e728b93
Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak
2014-03-30 21:49:28 +02:00
Paolo Amadini
ff2f291afe
Bug 984813 - Remove deprecated promise.js usage in Firefox for Metro. r=mbrubeck
2014-04-07 18:38:10 +02:00
Tatiana Meshkova
42cebf4c6d
Bug 990869 - Allow to enable sub Apzc for non WIN gecko clients. r=kats
2014-04-02 18:40:00 +02:00
Masayuki Nakano
5c4524957a
Bug 989212 Rename nsEventStates to mozilla::EventStates r=smaug
...
--HG--
rename : dom/events/nsEventStates.h => dom/events/EventStates.h
2014-04-03 13:18:36 +09:00
Richard Newman
d3e0a0369a
Bug 990872 - Eliminate Places dependency in Sync utils. r=gps
2014-04-01 21:33:42 -07:00
Masayuki Nakano
a63f35fff1
Bug 984271 part.2 Rename nsEventStateManager to mozilla::EventStateManager r=smaug
...
--HG--
rename : dom/events/nsEventStateManager.cpp => dom/events/EventStateManager.cpp
rename : dom/events/nsEventStateManager.h => dom/events/EventStateManager.h
2014-04-01 13:09:23 +09:00
Ehsan Akhgari
e3c6df3e5f
Bug 983920 - Port window.sidebar and window.external to WebIDL; r=bzbarsky
2014-03-28 00:03:03 -04:00
Valery Yundin
c13e994033
Bug 841096 - Part 1: speed up about:sync-tabs. r=rnewman
2014-03-24 16:11:37 -07:00
Bill McCloskey
a65268d5e5
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-14 11:45:53 -07:00
Mark Capella
ae80dc6181
Bug 981310 - Displayed error tapping navbar under input element after URL TextSelection, r=jimm
2014-03-11 19:25:28 -04:00
Aleh Zasypkin
650869912b
Bug 858206 - Part 3: Add mochitests. r=jimm
2014-03-06 22:38:32 +01:00
Aleh Zasypkin
62bc8ec771
Bug 858206 - Part 2: Don't use selectAtPoint for inputs as we already have collapsed one (caret). r=jimm
2014-03-06 22:35:28 +01:00
Aleh Zasypkin
0976d6b803
Bug 858206 - Part 1: Swap start and end monocles when they overlap. r=jimm
2014-03-05 12:41:14 +01:00
Ryan VanderMeulen
1a40bbc7cf
Merge fx-team to m-c.
2014-03-10 17:10:25 -04:00
Marina Samuel
388d96eb07
Bug 961587: Only create Windows 8 Touch smart bookmark once a user has intialized their Metro bookmark list. r=mbrubeck, r=mak77
2014-03-10 12:53:19 -04:00
Robert O'Callahan
f30bd3b5ac
Bug 975931. Part 11: Make nsDOMWindowUtils::SetDisplayPortForElement take a priority parameter, and set that parameter to 1 in reftests to override automatic displayport selection. r=kats
...
--HG--
extra : rebase_source : 07dcbfb67cb2db0bbb26a959517bbbdebd84f10b
2014-03-08 22:25:15 +13:00
Gian-Carlo Pascutto
a1b4b46c5f
Bug 971240 - Move phishing/malware test pages to their own domain. r=mmc
2014-03-07 19:12:23 +01:00
Sam Foster
b669f93050
Bug 966218 - Fix padding of popup menu items for rtl. r=mbrubeck
2014-03-06 14:37:00 -08:00
Jim Mathies
c48cfb9326
Bug 967613 - Tighten up timing of touch injection calls to avoid the 100msec interval Windows enforces. r=mbrubeck
2014-03-06 16:23:23 -06:00
Jim Mathies
a74963c682
Bug 977814 - Control the number of tiles displayed in each about:start compartment using prefs. r=sfoster
2014-03-06 08:32:55 -06:00
Carsten "Tomcat" Book
1096a4e1d3
merge mozilla-inbound to mozilla-central
2014-03-05 13:04:39 +01:00
Sam Foster
7c5a36a08e
Bug 967793 - Add test for download notification behavior when the current tab gets closed. r=azasypkin
2014-03-04 19:16:08 -08:00
Sam Foster
01554d95c0
Bug 967793 - move all download notifications to next tab when current tab gets closed. r=mbrubeck
2014-03-04 19:16:08 -08:00
Sam Foster
4d7220983c
Bug 967793 - Add tests for metro notification bindings and adoptNotification method. r=azasypkin
2014-03-04 19:16:07 -08:00
Sam Foster
08687cfaaa
Bug 967793 - Move CAO adjustment of notificationbox padding into CSS via a navbar=visible broadcaster. r=mbrubeck
2014-03-04 19:16:07 -08:00
Sam Foster
735cf773b0
Bug 967793 - extended notification binding to provide child element support for the notification label. r=mbrubeck
2014-03-04 19:16:07 -08:00
Sam Foster
3588bcfc85
Bug 974413 - Call Tab's updateViewport when a notification is closed. r=mbrubeck
2014-03-04 19:16:07 -08:00
Mark Capella
dfb140cea6
Bug 972574 - Monocles not matching selection after double tap in URL text field, r=jimm, azasypkin
2014-03-04 09:39:48 -05:00
Jim Mathies
1a3ad94e2e
Bug 968916 - Add an entry point to the ceh that launches the metro browser. r=bbondy
2014-03-03 10:35:12 -06:00
Allison Naaktgeboren
1e2b39e743
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles.r=mbrubeck
2014-03-02 10:23:45 -08:00
Wes Kocher
ccc663ca1e
Backed out changeset ebcbf7155214 (bug 784042) for metro-chrome bustage
2014-02-28 15:45:31 -08:00
Allison Naaktgeboren
0e2e712e3e
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles. r=mbrubeck
2014-02-28 16:59:07 -05:00
Ehsan Akhgari
394d5f9fd5
Bug 976886 - Port RCINCLUDE to moz.build; r=mshal
...
--HG--
extra : rebase_source : e8a75bc01c3f57516a1a1307de3d170ea07ca1ac
2014-03-04 17:19:24 -05:00
Jim Mathies
5c647f1701
Bug 969831 - Share code for checking minumum d3d feature level required for running metro and expose this information (including cached check results) via nsIWinMetroUtils. r=bbondy
2014-02-28 07:37:30 -06:00
Rodrigo Silveira
cadd823b72
Bug 965550 - Tab stip doesn't touch scroll if last tab is partially visible r=mbrubeck
...
--HG--
extra : rebase_source : 850ceaadc0eaf1dacfc367fa62d2ed34a4155b6e
2014-02-24 23:45:13 -08:00
Wes Kocher
4b2c29ea00
Merge inbound to m-c
...
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 20:09:33 -08:00