Jim Mathies
ad73cb6c28
Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe
2014-09-29 16:11:08 -05:00
David Keeler
7083e45f19
bug 775370 - (part 2/2) use DataStorage as back-end to nsSiteSecurityService r=briansmith
2014-09-04 10:42:31 -07:00
Kartikaya Gupta
00a3499fa5
Bug 936690 - Remove use of nsIContentViewManager in metro. r=mbrubeck
2014-08-27 10:55:36 +12:00
Bill McCloskey
a15b49d6f6
Bug 1051017 - Add browser.contentWindowAsCPOW and browser.contentDocumentAsCPOW (r=mconley,mrbkap)
2014-08-20 12:49:11 -07:00
Ms2ger
f069be120d
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
d96a208414
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
2ab07cce72
Backed out changeset 8c1ee05fbbd6 (bug 949617)
2014-06-27 15:17:42 +02:00
Blake Kaplan
5ff53bf490
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
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
Birunthan Mohanathas
ec8396a564
Bug 1016240 - Exterminate CR+LF line endings. r=briansmith,cpearce,ehsan,gavin
2014-06-18 17:56:02 -07:00
Monica Chew
4841496a48
Bug 1014282: Do not direct every ssl error to 'Report Web Forgery' (r=margaret)
2014-05-22 16:26:57 -07:00
Paolo Amadini
e611d38e81
Bug 856470 - Login Manager no longer requires initialization at startup. r=dolske
2013-09-14 20:24:00 +02:00
Masayuki Nakano
d6b1a32f01
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
3d38f4f707
Bug 989083 - Stop leaking aCallback and remove aScope from asyncGetBookmarkIds r=mak
2014-03-30 21:49:28 +02:00
Paolo Amadini
a8ab0e859e
Bug 984813 - Remove deprecated promise.js usage in Firefox for Metro. r=mbrubeck
2014-04-07 18:38:10 +02:00
Masayuki Nakano
01ad44156b
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
bc9c137228
Bug 990872 - Eliminate Places dependency in Sync utils. r=gps
2014-04-01 21:33:42 -07:00
Valery Yundin
7542910281
Bug 841096 - Part 1: speed up about:sync-tabs. r=rnewman
2014-03-24 16:11:37 -07:00
Bill McCloskey
0a973e879b
Bug 938359 - [e10s] Support middle-click scroll (r=felipe)
2014-03-14 11:45:53 -07:00
Mark Capella
ff024b59ab
Bug 981310 - Displayed error tapping navbar under input element after URL TextSelection, r=jimm
2014-03-11 19:25:28 -04:00
Aleh Zasypkin
16dfddef1f
Bug 858206 - Part 3: Add mochitests. r=jimm
2014-03-06 22:38:32 +01:00
Aleh Zasypkin
b7cfdf5d95
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
f04d85571c
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
f87fd81842
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
a00e672517
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
674036ab16
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
73aab8c053
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
38e079a175
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
45db6abe3f
Bug 967793 - Add tests for metro notification bindings and adoptNotification method. r=azasypkin
2014-03-04 19:16:07 -08:00
Sam Foster
e22760428b
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
77244b1221
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
65b6a27532
Bug 974413 - Call Tab's updateViewport when a notification is closed. r=mbrubeck
2014-03-04 19:16:07 -08:00
Mark Capella
8af11e03f8
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
7eaf7eff98
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles.r=mbrubeck
2014-03-02 10:23:45 -08:00
Wes Kocher
ef6f973be6
Backed out changeset ebcbf7155214 (bug 784042) for metro-chrome bustage
2014-02-28 15:45:31 -08:00
Allison Naaktgeboren
5ef10eeaf9
Bug 784042 - Use mozIColorAnalyzer for autocomplete search result tiles. r=mbrubeck
2014-02-28 16:59:07 -05:00
Wes Kocher
043e226ec8
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
ee8312cd31
Bug 976168 - add disable overlays setting to Options flyout.r=mbrubeck
2014-02-25 14:53:25 -08:00
Matt Brubeck
1ddeca4a5c
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
176306a154
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
e5e0d5bdd6
Bug 975975 - Remove apparently obsolete Metro TextSelection code, r=jimm
2014-02-24 13:35:13 -05:00
Rodrigo Silveira
4f95b599e6
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
6e9d82170d
Bug 973489 - Part 1. Support toast notification on desktop mode. r=jimm
2014-02-20 11:28:57 +09:00
Aleh Zasypkin
889428e517
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
ea7ba95d42
Bug 950174: Part 2: Form data and scroll position save and restore. r=mbrubeck
2014-02-19 11:28:04 -05:00
Rodrigo Silveira
48b0ecf829
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
040a9e3ea2
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
69558792a9
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
3ccc5b336d
Bug 972608 - Update feedback charm entry strings. r=sfoster
2014-02-15 07:06:26 -06:00
Rodrigo Silveira
a7508626d3
Bug 949213 - On-boarding screen part 2 r=mbrubeck
2014-02-05 17:13:56 -08:00