Ms2ger
5b546538b2
Bug 1048780 - Call the standard matches() rather than the proprietary mozMatchesSelector(); r=jst
...
This also includes a test that mozMatchesSelector is still exposed and works.
--HG--
rename : js/xpconnect/tests/chrome/test_mozMatchesSelector.xul => js/xpconnect/tests/chrome/test_matches.xul
rename : js/xpconnect/tests/mochitest/file_mozMatchesSelector.html => js/xpconnect/tests/mochitest/file_matches.html
2014-08-12 14:30:59 +02:00
Blake Kaplan
f635a8780e
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
d5c7b835c6
Backed out changeset 8c1ee05fbbd6 (bug 949617)
2014-06-27 15:17:42 +02:00
Blake Kaplan
6395ab74bd
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
7e20285e70
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
51ba75d135
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Monica Chew
bce84acfd9
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Paolo Amadini
7258411912
Bug 856470 - Login Manager no longer requires initialization at startup. r=dolske
2013-09-14 20:24:00 +02:00
Masayuki Nakano
68a43655ce
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
Tim Taubert
856a1d7394
Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak
2014-03-30 21:49:28 +02:00
Paolo Amadini
2b4d57d50a
Bug 984813 - Remove deprecated promise.js usage in Firefox for Metro. r=mbrubeck
2014-04-07 18:38:10 +02:00
Masayuki Nakano
3cc4e99fc0
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
77caf5094f
Bug 990872 - Eliminate Places dependency in Sync utils. r=gps
2014-04-01 21:33:42 -07:00
Valery Yundin
f40979d0bf
Bug 841096 - Part 1: speed up about:sync-tabs. r=rnewman
2014-03-24 16:11:37 -07:00
Bill McCloskey
482b2b1730
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-14 11:45:53 -07:00
Mark Capella
c8f68620e9
Bug 981310 - Displayed error tapping navbar under input element after URL TextSelection, r=jimm
2014-03-11 19:25:28 -04:00
Aleh Zasypkin
bbb5134b3d
Bug 858206 - Part 3: Add mochitests. r=jimm
2014-03-06 22:38:32 +01:00
Aleh Zasypkin
60c271084e
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
83df7d3d14
Bug 858206 - Part 1: Swap start and end monocles when they overlap. r=jimm
2014-03-05 12:41:14 +01:00
Robert O'Callahan
426b8737e5
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
Jim Mathies
464e06adec
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
18ff94c109
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
Sam Foster
db99a4073b
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
b0d7ea523a
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
fbd2df350b
Bug 967793 - Add tests for metro notification bindings and adoptNotification method. r=azasypkin
2014-03-04 19:16:07 -08:00
Sam Foster
1c33a18e6d
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
4a7b9eb07c
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
c604d6806b
Bug 974413 - Call Tab's updateViewport when a notification is closed. r=mbrubeck
2014-03-04 19:16:07 -08:00
Mark Capella
08626e2d72
Bug 972574 - Monocles not matching selection after double tap in URL text field, r=jimm, azasypkin
2014-03-04 09:39:48 -05:00
Allison Naaktgeboren
96fdc1c85e
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles.r=mbrubeck
2014-03-02 10:23:45 -08:00
Wes Kocher
2988134666
Backed out changeset ebcbf7155214 (bug 784042) for metro-chrome bustage
2014-02-28 15:45:31 -08:00
Allison Naaktgeboren
8315c39515
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles. r=mbrubeck
2014-02-28 16:59:07 -05:00
Wes Kocher
7b878fa184
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
Allison Naaktgeboren
3f77308423
Bug 976168 - add disable overlays setting to Options flyout.r=mbrubeck
2014-02-25 14:53:25 -08:00
Matt Brubeck
62d63eb062
Bug 967969 - Handle click-to-play plugin events in Metro [r=rsilveira]
...
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 11:49:30 -08:00
Sam Foster
56b21d9b87
Bug 963688 - Add new string to shared bookmarks.inc and new default metro feedback bookmark that uses it. r=mbrubeck
...
--HG--
extra : rebase_source : 84a91b9fc137867f264f150d8abb30271fbd47f8
2014-02-24 12:48:55 -08:00
Mark Capella
38cc1196f9
Bug 975975 - Remove apparently obsolete Metro TextSelection code, r=jimm
2014-02-24 13:35:13 -05:00
Rodrigo Silveira
56fb063a43
Bug 969356 - When mouse clicking on a top site tile, the watermark shifts r=jimm
...
--HG--
extra : rebase_source : cdfe6847b51ff24ebf46beecff66e16ec241dde3
2014-02-19 13:25:17 -08:00
Makoto Kato
ea965699b4
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Aleh Zasypkin
c9f07e7ea3
Bug 972428 - Grippers not appearing under the URL field when adding text. Handle both XUL and HTML input elements. r=jimm
2014-02-14 18:32:13 +01:00
Marina Samuel
75f1b40913
Bug 950174: Part 2: Form data and scroll position save and restore. r=mbrubeck
2014-02-19 11:28:04 -05:00
Rodrigo Silveira
d51de8c341
Bug 842712 - strWindowName of |window.open(strUrl, strWindowName , strWindowFeatures)| should be targeting tab context, this problem only happens win8 metro UI r=mbrubeck
2014-02-10 11:30:56 -08:00
Aleh Zasypkin
67582783ff
Bug 960484 - Download button should notify user on every completed download in case of multiple downloads. Signaling via concentric ring effect. r=sfoster
2014-02-12 22:00:02 +01:00
Jim Mathies
32aeb9d565
Bug 967671 - Set nsGfxScrollFrame's mOriginOfLastScroll default to 'other', insures apzc will receive a scroll offset update when frames are created. Also remove display port reset in metrofx front end code when window size changes. r=kats, tnikkel
2014-02-15 07:06:27 -06:00
Jim Mathies
24c8c2e107
Bug 972608 - Update feedback charm entry strings. r=sfoster
2014-02-15 07:06:26 -06:00
Rodrigo Silveira
a975116a7f
Bug 949213 - On-boarding screen part 2 r=mbrubeck
2014-02-05 17:13:56 -08:00
Jim Mathies
ea86ad467f
Bug 908079 - Follow up, remove a Util.dump statement that landed in the last patch set. DONTBUILD
2014-02-13 07:37:24 -06:00
Jim Mathies
504d9fca23
Bug 908079 - Add a copy-all and follow option to the metrofx console. r=ally
2014-02-13 07:33:57 -06:00
Jim Mathies
8db4e621b5
Bug 908079 - Don't display code segments in the metrofx console by default, avoids a bad hang when displaying the console for the first time. r=ally
2014-02-13 07:33:57 -06:00
Aleh Zasypkin
7431353fa9
Bug 957646 - Selection monocles sometimes don't display when tapping text on the nav bar. r=jimm
2014-02-03 18:57:50 +01:00