Граф коммитов

41508 Коммитов

Автор SHA1 Сообщение Дата
Carsten "Tomcat" Book 3f12d50429 Merge mozilla-central to mozilla-inbound 2016-06-15 06:27:08 +01:00
Carsten "Tomcat" Book 58167fd092 merge mozilla-inbound to mozilla-central a=merge 2016-06-15 06:24:33 +01:00
Mike Hommey ad42a406bd Bug 1278718 - Use the same setup for clang and binutils on TC as on buildbot. r=kmoir 2016-06-15 12:22:57 +09:00
Mike Hommey 422162d82a Bug 1278718 - Use clang 3.8 on ASAN builds. r=decoder 2016-06-15 12:22:56 +09:00
Mike Hommey 8b0e723ab3 Bug 1278718 - Build clang 3.8 with static libstdc++. r=froydnj
Use the resulting clang everywhere we are currently using clang 3.8.
2016-06-15 12:22:54 +09:00
Andrea Marchesini 6d673a6148 Bug 1276412 - Fix a typo in a comment - part 2, r=me 2016-06-14 23:10:25 +01:00
Andrea Marchesini a0c3da6eec Bug 1276412 - Fix a typo in a comment, r=me 2016-06-14 23:05:48 +01:00
Tanvi Vyas f98ee064d0 Bug 1276412 - Enable experimental containers feature for Nighlty to test the OriginAttributes platform work and get some validation on the idea. r=past 2016-06-14 22:41:36 +01:00
Tanvi Vyas 699a92d0e0 Bug 1276412 - Fix context menu test that doesn't account for New Container Tab option. r=past 2016-06-14 22:41:33 +01:00
Sebastian Hengst 340307851a Backed out changeset 19ac9881aa5e (bug 1276412) for bc7 failures on OSX and Windows in browser_contextmenu.js. r=backout 2016-06-14 17:19:41 +02:00
Scott Wu 14183e306e Bug 754623 - Get page title from tab label; r=mak
MozReview-Commit-ID: BOXUKUcA0fZ

--HG--
extra : transplant_source : C%15%EB%C50%A3%E4eK%C7%60%965l%F5u%A3%F3%B9%0F
2016-05-19 12:45:21 +08:00
Kris Maglione a1dac7caad Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS

--HG--
extra : source : a00cf073f5c00380d4e42b13bc0cd3146b708845
extra : amend_source : d74ef90e88acbe62e33af3b5b9cf870d5c0a9d3e
2016-06-09 17:44:47 -07:00
Sebastian Hengst f8035f62a8 Backed out changeset a00cf073f5c0 (bug 1279392) for failing mochitest test_ext_contentscript_create_iframe.html at least on Linux x64 opt. r=backout 2016-06-14 13:37:52 +02:00
Dão Gottwald b08c1c8d78 Backed out changeset 5662da82f125 (bug 1203481) 2016-06-14 12:21:19 +02:00
Kris Maglione b465305345 Bug 1279392: [webext] Move API permission definitions to the schemas. r=aswan
MozReview-Commit-ID: 8m7wJrAbFwS

--HG--
extra : rebase_source : cba877c0ef400917b0b7e5913895e64ebefb34b9
extra : amend_source : 6e943015e3e00854c431cbd653994a6734e66ce4
2016-06-09 17:44:47 -07:00
Tanvi Vyas 17ef874c3b Bug 1276412 - Enable experimental containers feature for Nighlty to test the OriginAttributes platform work and get some validation on the idea. r=past 2016-06-14 12:46:02 +01:00
Jonathan Hao b5797b008c Bug 1280006 - Backout "Bug 1270680 - Part 2: Tests that make sure image cache respect originAttributes." r=tanvi
This reverts commit c3ca86b9a6a787a8d81331453f5ff064de096038.
2016-06-14 12:43:17 +01:00
Akshat Kedia c984b99b67 Bug 877856 - Remove obsolete defaultset attributes from default toolbars, r=gijs
MozReview-Commit-ID: Ve8PWDg96

--HG--
extra : rebase_source : 47db228a26b9253b60327a8d833da3bacd9e8b64
2016-06-11 17:53:35 +05:30
Michael Kaply 4cf0c2b256 Bug 1277967 - Use defaultFavicon for default search image. r=florian 2016-06-13 09:36:29 +01:00
Andrea Marchesini 1bf257e0b3 Bug 1276880 - 'Open link in a new <container_name> Tab' in the context menu, r=gijs 2016-06-12 16:23:10 +02:00
Mike Hommey c5caa62fdf Bug 1278456 - Add the tooltool GCC library directory to LD_LIBRARY_PATH on Linux builds. r=mshal
Build slaves on automation are based on Centos 6, which doesn't have a
recent enough version of libstdc++ for our new requirements. But since
we're building with a recent GCC or clang with its own libstdc++, we do
have such a libstdc++ available somewhere, and the compiler picks it
when invoking the linker.

Problems start happening when we execute some of the built programs
during the build, like host tools (e.g. nsinstall), or target programs
(xpcshell, during packaging). In that case, we need the compiler's
libstdc++ to be used. Which required adding the GCC or clang library
directory to LD_LIBRARY_PATH.

Unconveniently enough, the clang 3.5 tooltool package we're using for
ASAN builds until we can update to at least 3.8 (bug 1278718) doesn't
contain libstdc++.so. So for those builds, pull the GCC package from
tooltool as well, and pick libstdc++ from there.
2016-06-12 18:52:15 +09:00
Carsten "Tomcat" Book c6816bf0df merge mozilla-inbound to mozilla-central a=merge 2016-06-12 11:26:13 +02:00
Jonathan Kingston 43172a8229 Bug 1248639 - Adding in context menu icons for gtk layout. r=jaws
MozReview-Commit-ID: 4eFIxsmTUOR

--HG--
extra : transplant_source : %14E%98%01%28%BF%05%5Es%EFC%E8%97%8F%A8p%87%84%EA%21
2016-06-09 22:09:16 +01:00
Drew Willcoxon 05d0f2d0ee Bug 1252509 - Use a sliding panel overlay from the downloads panel to display the available actions. r=jaws
MozReview-Commit-ID: FhRlxcPeWu3
2016-06-10 22:08:59 -07:00
Panos Astithas 592fc3ac55 Disable browser_CaptivePortalWatcher.js on Windows for intermittent failures (bug 1279491). r=bustage
MozReview-Commit-ID: LXYKoIq1OfU
2016-06-10 20:26:59 +03:00
Dão Gottwald 836ac9cc86 Bug 1279476 - Fix search arrow background styling in about:home and about:newtab. r=florian 2016-06-10 18:25:50 +02:00
Johann Hofmann 4e79acfb43 Bug 1206246 - Change identity icon for sites with granted permissions. r=paolo
MozReview-Commit-ID: 2GV4fBrB6vO

--HG--
extra : rebase_source : cc57bae78137244b075a3158f5b85e821b0d1a53
2016-06-01 18:17:26 +02:00
Johann Hofmann 314c636f81 Bug 1279465 - Back out changeset 4ca15e44f0b5 to prevent inconsistency with future designs. r=paolo
MozReview-Commit-ID: FxSZ9FJO1Xd

--HG--
extra : rebase_source : 4547f305523e49f06bcab84adac2a5c86095931f
2016-06-10 13:10:08 +02:00
Carsten "Tomcat" Book 48d4127667 Merge mozilla-central to fx-team 2016-06-10 15:42:51 +02:00
Carsten "Tomcat" Book 4ee1ed2b8f merge mozilla-inbound to central a=merge
--HG--
extra : amend_source : 10247ace8885c608987dcf31d47368e0dec09b19
2016-06-10 15:39:23 +02:00
Nihanth Subramanya cfae79fe6f Bug 989193 - Add tests for CaptivePortalWatcher module. r=MattN
MozReview-Commit-ID: 4Pn6jnpCyHm
2016-06-10 15:22:43 +03:00
Nihanth Subramanya 7323a16958 Bug 989193 - Open captive portal automatically in a new tab when detected. r=MattN
MozReview-Commit-ID: 8SZ0mOwIUtC
2016-06-10 15:19:31 +03:00
Gijs Kruitbosch c4704ecab3 Bug 1268462 - match main popup appearance in bookmarks toolbar submenus, r=dao
MozReview-Commit-ID: OTbdzDGyjr

--HG--
extra : rebase_source : eeadd34de3e0a229f93cb5573527c499b26e8b7a
2016-06-10 11:44:47 +01:00
Mark Banner 563a519550 Bug 1253825 - Fix intermittent issue with clearInterval attempting to clear the wrong timers, caused by missing stubs. r=mancas 2016-06-10 10:57:32 +01:00
Gijs Kruitbosch c7b3a300d9 Bug 1271775 - shut up eslint warning about return value, rs=bustage
MozReview-Commit-ID: ESoog14WDSw

--HG--
extra : rebase_source : b0321f9911090894d6a1167d267289fb64e33a6c
2016-06-10 10:11:51 +01:00
Panos Astithas 8cb64e5de1 Fix an intermittent failure in browser_popupNotification_4.js (bug 1041724). r=florian
MozReview-Commit-ID: 7OjaeL0WGk6
2016-06-10 12:11:47 +03:00
Gijs Kruitbosch 592e9bcfd9 Bug 1271775 - allow bypassing the initial migration dialog, r=jaws
MozReview-Commit-ID: LkhHl7ipGEb

--HG--
extra : rebase_source : f61fd08c394196468a7594acf8bb8926da04d0f2
2016-06-01 19:00:53 +01:00
Florian Quèze 225ca7a439 Bug 1260820 - Search engine drop down closes when I change search engines by pressing Up/Down, r=Gijs. 2016-06-10 09:55:30 +02:00
Florian Quèze 8d9648c3dd Bug 1206709 - [RTL] mispositioned separators between one-off buttons in the searchbar panel, original patch by johngraciliano, r=adw. 2016-06-10 09:52:19 +02:00
Florian Quèze 83893d9c78 Bug 1278546 - [RTL] The search go arrow should point left, r=dao. 2016-06-10 09:52:00 +02:00
Kris Maglione 6439777db0 Bug 1271785: [webext] Better error messages for "choices" schema types. r=aswan
The generated messages are still a bit rough in some instances, but they're at
least much better than what we have now.

MozReview-Commit-ID: gTS0RvDnwk

--HG--
rename : toolkit/components/extensions/test/xpcshell/.eslintrc => browser/components/extensions/test/xpcshell/.eslintrc
rename : toolkit/components/extensions/test/xpcshell/head.js => browser/components/extensions/test/xpcshell/head.js
rename : toolkit/components/extensions/test/xpcshell/test_ext_manifest_content_security_policy.js => browser/components/extensions/test/xpcshell/test_ext_manifest_commands.js
rename : toolkit/components/extensions/test/xpcshell/xpcshell.ini => browser/components/extensions/test/xpcshell/xpcshell.ini
extra : rebase_source : 058603a2ab0efa90d3626b82be6d5e2cf1436fc3
extra : amend_source : 3a7924ef237cb392dd2f4c1f696b8858daad43ab
2016-06-04 23:31:35 -07:00
Gijs Kruitbosch 0fccc460b7 Bug 1277698, r=bz
MozReview-Commit-ID: JH5QUu357gc

--HG--
extra : rebase_source : 3394613dbaf1b49bf9dc16086d0bd0ae870d89b9
2016-06-07 14:47:35 +01:00
Paolo Amadini 4547bc3da6 Bug 1274480 - Part 2 - Sort notification-icons.inc.css by notification type. r=Gijs
MozReview-Commit-ID: CjtNTLTvrNC

--HG--
extra : rebase_source : 8a14752e80ebdd40b0eaca3bb77e9143e5c21fdf
2016-06-08 15:56:06 +01:00
Paolo Amadini 5797203ab2 Bug 1274480 - Part 1 - Use SVG for permission icons and notifications. r=Gijs
MozReview-Commit-ID: Dk0PajOppVL

--HG--
extra : rebase_source : eed692400919f5c126debb14b3ae2c2d17c7cb7d
2016-06-08 16:34:10 +01:00
Mike de Boer 2cdbcb870d Bug 384458 - part 4: implement modal highlighting using the AnonymousContent API and SVG masks. r=jaws 2016-06-09 13:30:49 +02:00
Mike de Boer 5748931883 Bug 384458 - part 2: change the matches count timeout to 100ms, up the limit to a 1000 counts and capture the state of 'Highlight All' in a pref which will be TRUE by default in the browser. r=jaws 2016-06-09 13:30:46 +02:00
Carsten "Tomcat" Book 2273c7b9f8 Merge mozilla-central to fx-team 2016-06-09 12:14:03 +02:00
Carsten "Tomcat" Book 733a4f6de5 merge mozilla-inbound to mozilla-central a=merge 2016-06-09 11:58:06 +02:00
Bob Silverberg 1bdb5bec87 Bug 1278538 - Migrate tests for browser.history to use History.insertMany rather than PlacesTestUtils.addVisits, r=aswan
MozReview-Commit-ID: IfPJ2vbBiLt

--HG--
extra : transplant_source : %2C%14K%25%00%08%070%C8%A9%D0%03%D4%F4%9FV%12%D0D%C2
2016-06-07 09:43:57 -04:00
Bob Silverberg 58daf54a0e Bug 1271675 - Add tests for browser.history.search that use specific date ranges. r=aswan
MozReview-Commit-ID: GqG39ytrDpa

--HG--
extra : transplant_source : %9B%AE%2C%2B%80%2A%09%1C%C1%D4%BC/%9E%B9%C8%15%02%E6%2C%0C
2016-06-06 15:21:20 -04:00
Wes Kocher e0c9a7bf97 Merge m-c to fx-team, a=merge 2016-06-08 17:13:46 -07:00
Wes Kocher 07d01350a8 Merge fx-team to central, a=merge 2016-06-08 17:06:18 -07:00
Wes Kocher 0adc8ded6e Backed out 6 changesets (bug 384458) for frequent browser_FinderHighlighter.js failures
Backed out changeset ded915ec401f (bug 384458)
Backed out changeset 63ec66da50fa (bug 384458)
Backed out changeset ae71396d3be0 (bug 384458)
Backed out changeset 3b025cbfbe3c (bug 384458)
Backed out changeset 091c5465acf7 (bug 384458)
Backed out changeset 5eabde153def (bug 384458)
2016-06-08 14:53:57 -07:00
Kris Maglione 5d03979f6b Bug 1278733: Turn on JSDoc validation, and fix basic errors in existing comments. r=aswan
MozReview-Commit-ID: EZpOyvoi2h0

--HG--
extra : rebase_source : b03b211a1fe3aad3c760bd0f9235bbaaca171a9a
2016-06-07 18:36:19 -07:00
Edouard Oger c1194ab1a9 Bug 1277026 - Disconnect Sync and show a notification on FxA remote disconnect. r=markh
MozReview-Commit-ID: Hxz1j5QDkfM

--HG--
extra : transplant_source : J%82i%FD%AA%3D%E6%13%FB%A0%C8%5EC%8F%85%ADq%9C%B9%C8
2016-06-08 10:40:42 -07:00
Phil Ringnalda 7270ed519a Back out 4 changesets (bug 1276132) for browser_gmpProvider.js failures
CLOSED TREE

Backed out changeset 511a2389ca48 (bug 1276132)
Backed out changeset 91b3cdd0640a (bug 1276132)
Backed out changeset 09b9972e36f9 (bug 1276132)
Backed out changeset 69052d4e3dbb (bug 1276132)
2016-06-08 20:36:22 -07:00
Bob Silverberg 632b11bf2f Bug 1274877 - contextMenus API starts logging errors after removing an item, r=kmag
MozReview-Commit-ID: 86bxjxEQaQX
2016-06-07 15:26:08 -04:00
Bob Silverberg c192826ab8 Bug 1265835 - Implement browser.history.getVisits, r=aswan
MozReview-Commit-ID: lhFdMTHYUl

--HG--
extra : amend_source : a65036e2420795601486c9e5f9adca4e557029db
2016-06-08 08:50:08 -04:00
Chris Pearce 359a1add5d Bug 1276132 - Don't show EME 'enable' UI for non-visible keysystems. r=gijs
This means we'll only show the EME UI for keysystems that are explicitly turned
on in the build config, or those that are enabled after the build via prefs.

MozReview-Commit-ID: 7VTp1BJSZFy

--HG--
extra : rebase_source : 6a31f9d8fc2f06ef05988b510946ed924c613c2a
2016-05-31 12:04:12 +12:00
Chris Pearce ac07135594 Bug 1276132 - Rename media.gmp-*.forcevisible to media.gmp-*.visible, and set it when keysystems are enabled. r=spohl
Repurpose the media.gmp-*.forcevisible pref to control whether the
corresponding GMP is visible in the addons manager UI. The pref has to be true
for the GMP to be usable.

The pref is enabled and not hidden when the corresponding EME keysystem is
enabled in the mozconfig.

This means users can turn on EME without needing to recompile their build; they
just need to create a hidden pref. This will be useful for CDM developers, and
users on platforms where we've not enabled EME yet but users want to test it
(Linux).

We also need to change the GMPUtils.isPluginHidden() accessor so that plugins
are considered hidden if the "visible" pref is false OR we're on an unsupported
platform. This ensures that we must be on a supported OS and the visibility
pref is true before GMPs appear in the addon list.

A consequence of the isPluginHidden() change is that we also need to add a
"force-supported" pref to override the checks that refuse to load the GMPs on
various platform versions, so that the unit tests pass.

MozReview-Commit-ID: h6CwLDkvFW

--HG--
extra : rebase_source : d09b952cc12da6f46b404439781b62784e4f54b3
2016-05-31 10:59:44 +12:00
Mike de Boer a479893c6a Bug 384458 - part 4: implement modal highlighting using the AnonymousContent API and SVG masks. r=jaws 2016-06-08 19:54:10 +02:00
Mike de Boer 2c1479d246 Bug 384458 - part 2: change the matches count timeout to 100ms, up the limit to a 1000 counts and capture the state of 'Highlight All' in a pref which will be TRUE by default in the browser. r=jaws 2016-06-08 19:54:07 +02:00
Jared Wein 60a875da64 Bug 1275089 - Wrap the call to getHistogramById().add() in a try/catch since the probe expires in v50 and the histogram is no longer reported as a COUNT histogram since it is expired. Histograms that are not COUNT histograms must supply a value when calling .add(). r=Gijs
MozReview-Commit-ID: C4x6dR1nULR

--HG--
extra : rebase_source : c4442b1cf50683dec47343299e86b9ef0a5df10a
2016-05-27 13:43:19 -04:00
Kit Cambridge a9df8d4d3f Bug 1278851 - Enable service worker notifications everywhere except for non-release B2G. r=baku
MozReview-Commit-ID: InG420vpNtA

--HG--
extra : rebase_source : 0523697466cb8f438b1af129c5d74a1b0c8df499
2016-06-07 14:25:59 -07:00
Tim Huang a4c22dfaca Bug 1270678 - Part 2: Add a test case to verify that the loading of favicon obey originAttributes. r=ckerschb 2016-06-07 16:38:00 +02:00
Carsten "Tomcat" Book 6439e7004c merge mozilla-inbound to mozilla-central a=merge 2016-06-08 11:57:53 +02:00
Carsten "Tomcat" Book 1bd67fd288 merge fx-team to mozilla-central a=merge 2016-06-08 11:56:38 +02:00
Carsten "Tomcat" Book c1439093ab Merge mozilla-central to mozilla-inbound 2016-06-07 15:34:15 +02:00
Carsten "Tomcat" Book c6d661cfe2 merge mozilla-inbound to mozilla-central a=merge 2016-06-07 15:23:03 +02:00
Phil Ringnalda 035f8773be Back out 32d16086e85e (bug 1271516) for frequent ChromeUtils::IsOriginAttributesEqual assertin failures
CLOSED TREE
2016-06-06 21:07:42 -07:00
Phil Ringnalda ca39a66245 Back out e8dab5e5d63a (bug 1272107) for 10.10 e10s debug startup hangs/asserts/aborts
CLOSED TREE
2016-06-06 21:06:42 -07:00
Timothy Guan-tin Chien 8b595135ed Bug 1277747 - Show "Restarting..." label when we restart from about dialog updater, r=mikedeboer
Restart might not happen instantly when the user clicks the restart
button. Ideally we want to provide instant feedback in that case. This
patch will switch the UI to a "Restarting..." label as soon as the user
clicks the restart button.

The button is restored if the restart action is aborted.

MozReview-Commit-ID: BfMVla87FmT

--HG--
extra : transplant_source : X%5B%B9c%02%B6%B1%87z%13%18F%AC%1E.dt%20%F7%93
2016-06-03 14:01:38 +08:00
Edouard Oger 29005dba67 Bug 1273980 - Handle correctly Synced Tabs sidebar device icon focussed states. r=markh
MozReview-Commit-ID: 29UKxxfxKuI

--HG--
extra : transplant_source : %09%B4%AAn%D5%1CRx%A9%18%CFX%7C%F6%12_%A3%5B%D3%CF
2016-06-06 14:00:57 -07:00
Kris Maglione c98153037d Bug 1276025: Stop using injectInDocShell to tag docShells with types. r=billm
MozReview-Commit-ID: 7h5PI2birY4

--HG--
extra : source : 99b213f494e1a9e20629e936681faedec16d22a3
extra : amend_source : d70ffaecbc11445a5bddeb52c9c940a866934347
2016-06-02 20:53:41 -07:00
Wes Kocher 3ec856c177 Backed out changeset 99b213f494e1 (bug 1276025) for xpcshell bustage CLOSED TREE 2016-06-07 16:59:20 -07:00
Matthew Noorenberghe e74c05284e Backed out changeset 947617c723cd (bug 1277026)
MozReview-Commit-ID: 6wRsDiaxVp1
2016-06-07 16:10:56 -07:00
Yoshi Huang 5399e1e48d Bug 1278149 - split browser_sessionStoreContainer.js. r=mikedeboer 2016-06-07 11:02:38 +08:00
James Andreou 5859f4c006 Bug 1277344 - Opened a new private window, to remove setting docshell to private. r=ehsan
MozReview-Commit-ID: 9hFEKV3Wq2J
2016-06-07 18:56:07 -07:00
Rakhi Sharma b1d79ef530 Bug 1203743 - Windows and Linux Dev Edition theme bottom border on #navigator-toolbox isn't using theme colors r= Gijs.
MozReview-Commit-ID: 9amKUN7dVFB

--HG--
extra : rebase_source : c258e7ee7e199e046b1c7ee7ff937c90696ee1f7
2016-06-08 01:27:06 +05:30
Marco Bonardo 392c65b534 Bug 1261386 - Avoid history flooding from repeated reloads. r=adw
MozReview-Commit-ID: FhU8nOoNUHb

--HG--
extra : rebase_source : ff75adb252b13f4042da49d4572fb807c3d0d823
2016-05-26 17:49:40 +02:00
Bob Owen 5714578c95 Bug 1278528: Don't try to initialize the sandbox TargetServices when we are not sandboxed. r=jimm
MozReview-Commit-ID: EpXy9LYXwQL
2016-06-07 14:03:51 +01:00
James Andreou 4476fb27cb Bug 1271249 - Fixed by Bug1269361 adding new OriginAttributes. r=baku 2016-06-07 08:27:41 +02:00
Jonathan Hao df97b7592f Bug 1270680 - Part 2: Tests that make sure image cache respect originAttributes. r=jdm,seth
MozReview-Commit-ID: LbGy6MfZGEL
2016-06-06 03:39:00 +02:00
Dave Huseby 47d1fa5cde Bug 1233899 - fix the feeds converter to use default user context origin attributes. r=baku
(HEAD -> Bug_1233899)
passing origin attributes from loading channel to feed rendering page.
2016-06-06 14:22:00 +02:00
Edouard Oger 000c4ca9ce Bug 1277026 - Disconnect Sync and show a notification on FxA remote disconnect. r=markh
MozReview-Commit-ID: Hxz1j5QDkfM

--HG--
extra : rebase_source : 396713694fb50042331715dde2d404e32e659815
2016-06-02 15:22:12 -07:00
Kris Maglione c5d392a9bc Bug 1276025: Stop using injectInDocShell to tag docShells with types. r=billm
MozReview-Commit-ID: 7h5PI2birY4

--HG--
extra : rebase_source : a8b8b9b49f9ef8304ee669f6c28c9290a1198ff3
extra : amend_source : f868dc11e3da5f89852343e88e373db14f5dcbd3
extra : histedit_source : 6ee59978a58828e22a9f2cbf651cb713ba28d25d
2016-06-02 20:53:41 -07:00
Kim Moir 825acb86c4 revert Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal DONTBUILD 2016-06-07 14:45:21 -04:00
Gijs Kruitbosch 825b101112 Bug 1277685, r=jaws
MozReview-Commit-ID: BtZCFTIdlMh

--HG--
extra : rebase_source : d5e780066ec58b82a46a79ad6a0ee16c1e2bffe3
2016-06-07 14:53:34 +01:00
Kim Moir 94aee01d99 Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=mshal DONTBUILD 2016-06-07 14:28:26 -04:00
Andrea Marchesini dd6cbdac21 Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug 2016-06-07 19:59:22 +02:00
Wes Kocher 807cf956d8 Merge m-c to inbound, a=merge 2016-06-06 17:14:49 -07:00
Wes Kocher 07bca63718 Merge fx-team to m-c a=merge CLOSED TREE 2016-06-06 15:14:37 -07:00
Wes Kocher 7fbcf3fa34 Bug 1278389 - skip browser_mozLoop_telemetry.js because changing to firefox50 broke it a=test-only 2016-06-06 14:50:05 -07:00
Wes Kocher c8fda3aef7 Bug 1278388 - skip browser_permissions_urlFieldHidden.js because changing to firefox50 broke it a=test-only 2016-06-06 14:46:13 -07:00
Andrea Marchesini 943c6e667c Bug 1271516 - Introducing nsIWebNavigation.setOriginAttributesBeforeLoading, r=smaug 2016-06-07 00:47:13 +02:00
Justin D'Arcangelo 8524414783 Bug 1272107 - FlyWeb desktop UI. Only enabled on nightly and aurora. r=mconley
--HG--
extra : amend_source : 20eecf238ea852129fe0c788379a7a31cd765f6b
2016-06-06 18:47:06 -04:00
ffxbld 219956a13e Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2016-06-06 15:18:13 -04:00
Carsten "Tomcat" Book 4aea0165dc merge mozilla-inbound to mozilla-central a=merge 2016-06-06 11:55:56 +02:00
Carsten "Tomcat" Book 11e77b01e4 merge fx-team to mozilla-central a=merge 2016-06-06 11:54:52 +02:00
ffxbld 3f096f7801 No bug, Automated blocklist update from host bld-linux64-spot-384 - a=blocklist-update 2016-06-04 05:09:35 -07:00
Carsten "Tomcat" Book 71eb3110f9 merge mozilla-inbound to mozilla-central a=merge 2016-06-03 12:00:06 +02:00
Ed Lee d235b5fed2 Bug 1266041 - Disable copypanel test for linux. rs=dmose 2016-06-01 23:48:06 -07:00
Andrew Swan bbff6c938b Bug 1277965 Enable MOZ_ADDON_SIGNING r=kmag
MozReview-Commit-ID: L6VXf9veakc

--HG--
extra : rebase_source : 8f48e2a829ee597120b1d0d6926c3dc3c7e54001
2016-06-06 12:23:14 -07:00
Jonathan Kingston 08ef5cffc4 Bug 1275432 - showing container icons in file and tab menu. r=jaws
MozReview-Commit-ID: 9QJHU188MwI

--HG--
extra : transplant_source : w%8B%22u%2C%26%CE%F7%C0%9C%C5%A8%0Fk_%E5%10%CE%82%9B
2016-05-26 12:12:24 +01:00
Eitan Isaacson ad986ea88d Bug 1268633 - Let speech synthesis ride the trains. r=smaug
MozReview-Commit-ID: FslNX4OSO6a

--HG--
extra : rebase_source : fb8c98270e290fbf21a833e9e8518e62ff2153b8
2016-06-02 10:30:46 -07:00
Matthew Wein 6beefd1a7a Bug 1271777 - Fix the 'MacCtr' typo in the commands API. r=kmag
MozReview-Commit-ID: 2pVcqpfSRKT

--HG--
extra : source : ea4940dd52ccc58a914bfb3b464fa6cee0af628c
extra : histedit_source : 81d3d700dbe8fd8dd34f7bf97f1fc323f07168f9
2016-05-25 16:58:43 -07:00
Florian Quèze 5ed98a7ef4 Bug 1204366 - [RTL] Searchbar's dropdown in wrong positions, r=dao. 2016-06-06 15:40:10 +02:00
Carsten "Tomcat" Book 91c45dd470 Merge mozilla-central to fx-team 2016-06-02 12:00:53 +02:00
Carsten "Tomcat" Book e0f231ace5 merge mozilla-inbound to mozilla-central a=merge 2016-06-02 11:56:07 +02:00
Carsten "Tomcat" Book a91653581d Backed out changeset 9d903a6a12aa (bug 1276738) for test failures in test_blank_named_window.html on a CLOSED TREE
--HG--
extra : rebase_source : cd1218144d092a62764b014cffb6b0a92b5f9141
2016-06-02 08:13:16 +02:00
Wes Kocher f4ebafb9f3 Merge m-c to inbound, a=merge 2016-06-01 17:17:15 -07:00
Carsten "Tomcat" Book cd94cb207b Merge mozilla-central to fx-team 2016-06-01 15:09:07 +02:00
Carsten "Tomcat" Book c2494b5883 merge mozilla-inbound to mozilla-central a=merge 2016-06-01 15:07:48 +02:00
Mike de Boer 037ad62636 Bug 1276884 - fix nits in TabAttributes.jsm and TabState.jsm. r=ttaubert 2016-06-01 14:48:18 +02:00
Mike de Boer 209b2cc9c4 Bug 1276884 - fix nits in RunState.jsm. r=ttaubert 2016-06-01 14:48:16 +02:00
Mike de Boer 1d6e78f4da Bug 1276884 - fix nits in PrivacyFilter.jsm and PrivacyLevel.jsm. r=ttaubert 2016-06-01 14:48:15 +02:00
Matthew Noorenberghe 8f89f328e1 Bug 1274712 - Follow-up to also change doNotTrackCheckbox.accesskey. rs=flod,johannh
MozReview-Commit-ID: BVSlJ9qAaJs

--HG--
extra : amend_source : dd58c5ed09a22f70f8537346a8091874604552f9
2016-06-01 00:34:10 -07:00
Kris Maglione 26767b8010 Bug 1272800: Wait for zoom event after switching tab if current value is not as expected. r=me
MozReview-Commit-ID: 4GtQMLOLZNP
2016-05-31 13:43:28 -07:00
Kris Maglione 81e206b780 Bug 1271374: Add Cache-Control: no-cache to the delayed load SJS page. r=me
MozReview-Commit-ID: K6FN8jsT12Y
2016-05-31 13:30:51 -07:00
Johann Hofmann 17e4de71e8 Bug 1206245 - Add a function to SitePermissions.jsm to check granted permissions by uri. r=paolo
MozReview-Commit-ID: KvAuRLRx1nf
2016-06-01 12:39:52 +02:00
Jonathan Kingston df61469fa3 Bug 1265341 - changing blocked download icons to be smaller overlays. r=jaws
MozReview-Commit-ID: HLN1f04vOz4

--HG--
extra : transplant_source : %91%15%C1%EB/%ECT%C1%7F%D4G%DF%BEL%D8%DD%8FS%BF0
2016-05-19 03:03:16 +01:00
Chris Peterson 0ca60536e0 Backed out changeset 7383d49bc7c8 (Flash click-to-play bug 1186948) 2016-06-05 01:03:36 -07:00
Phil Ringnalda eaf79afff7 Back out 0b65f7e689b5 (bug 1272107) for frequent startup hangs in 10.10 e10s tests 2016-06-04 13:06:13 -07:00
Jed Davis 78e49e2efb Bug 1114647 - Use firefox for child processes instead of plugin-container. r=ted
Disabled on Mac (content processes need to use plugin-container.app for
UI reasons) and on Linux unless --disable-sandboxing (build issues).

Based on work by George Wright <george@mozilla.com>.

--HG--
extra : amend_source : 43986e25743de21e3ddfb7893e3ed550fe6eef76
2016-06-03 12:49:39 -07:00
Justin D'Arcangelo f0212d4315 Bug 1272107 - FlyWeb desktop UI code. Only enabled on nightly and aurora builds. r=mconley
--HG--
extra : amend_source : bffaa027381e7a34fd28709f3f5da12627222f27
2016-06-03 15:41:46 -04:00
Jonathan Kew bd96cd4a6d Bug 1276516 - When restoring window positions from a saved session, allow the window bounds to extend a few pixels beyond the screen edges before deciding to override the saved position and force the window entirely within the screen's visible area. r=mikedeboer 2016-06-02 12:35:56 +01:00
Carsten "Tomcat" Book e2e1501bad Merge mozilla-central to mozilla-inbound 2016-06-03 12:41:23 +02:00
Kit Cambridge 7500315560 Bug 1275436 - Remove push subscriptions from the server after clearing permissions and site data. r=mt
Previously, we removed records locally, but didn't notify the server.
We can be nice and avoid making the server buffer messages for
subscriptions that the client will never use again.

MozReview-Commit-ID: 5iohGQPHXuz

--HG--
extra : rebase_source : 00639fe1016ffd241c18643049f4b061740025f1
2016-05-20 09:38:26 -07:00
Makoto Kato 62b8fa4250 Bug 1271886 - Move netapi32 to delay load DLLs. r=ted
netapi32's API isn't used at startup and browsing page.  So netapi32 should move to delay load DLLs.

MozReview-Commit-ID: 1g25lnuwbfY

--HG--
extra : rebase_source : 7893ff80d10d3f0fd25aabe5c5fbaebe167e89fe
2016-05-11 20:05:25 +09:00
Wes Kocher 590b78cd79 Merge m-c to inbound, a=merge 2016-06-08 17:09:04 -07:00
Chris Pearce b48e2e7ea4 Bug 1276132 - Don't show EME 'enable' UI for non-visible keysystems. r=gijs
This means we'll only show the EME UI for keysystems that are explicitly turned
on in the build config, or those that are enabled after the build via prefs.

MozReview-Commit-ID: 7VTp1BJSZFy

--HG--
extra : rebase_source : 4f243a70cdfc45f40a07d034dfa30f34cb1baaf7
2016-05-31 12:04:12 +12:00
Chris Pearce 42f36f9788 Bug 1276132 - Rename media.gmp-*.forcevisible to media.gmp-*.visible, and set it when keysystems are enabled. r=spohl
Repurpose the media.gmp-*.forcevisible pref to control whether the
corresponding GMP is visible in the addons manager UI. The pref has to be true
for the GMP to be usable.

The pref is enabled and not hidden when the corresponding EME keysystem is
enabled in the mozconfig.

This means users can turn on EME without needing to recompile their build; they
just need to create a hidden pref. This will be useful for CDM developers, and
users on platforms where we've not enabled EME yet but users want to test it
(Linux).

We also need to change the GMPUtils.isPluginHidden() accessor so that plugins
are considered hidden if the "visible" pref is false OR we're on an unsupported
platform. This ensures that we must be on a supported OS and the visibility
pref is true before GMPs appear in the addon list.

A consequence of the isPluginHidden() change is that we also need to add a
"force-supported" pref to override the checks that refuse to load the GMPs on
various platform versions, so that the unit tests pass.

MozReview-Commit-ID: h6CwLDkvFW

--HG--
extra : rebase_source : 2c077e577352e356aceeda000d873bad1439f242
2016-05-31 10:59:44 +12:00
Mike Hommey 4725fcb648 Bug 1271574 - Purposefully leak the XUL_APP_FILE string passed to putenv. r=bsmedberg
Before bug 552864, the string was created with PR_smprintf, and
PR_SetEnv'ed (which, under the hood, just calls putenv). PR_smprintf was
allocating the string on the heap. Now, it's allocated on the stack, and
still putenv'ed.

putenv kind of takes ownership of the strings it's being passed, so
stack allocated strings are dangerous to use. It looks like we've been
fairly lucky that it worked, presumably because compilers would keep the
stack frame with the variable, but that's not guaranteed to happen, and
in some case, doesn't.

So we strdup the string and purposefully leak it instead, which matches
what happened before bug 552864, and is the only "sane" way to use
putenv.

--HG--
extra : rebase_source : e39349f90f5346b591e20696c0c3c7fdb26c3cfb
2016-06-02 08:44:16 +09:00
Jonathan Hao 525c086187 Bug 1259871 - Replace getSimpleCodebasePrincipal with createCodebasePrincipal. r=sicking
MozReview-Commit-ID: Frx0CjBzuve

--HG--
extra : histedit_source : 036eb321d9ccb20e0e071ba588b0a1249eb34bdd
2016-05-24 18:01:34 +08:00
Andrea Marchesini 5d7bcdcfa3 Bug 1279143 - Styling of tabs should happen all the time the attribute usercontextid is set, r=gijs 2016-06-09 20:30:59 +02:00
Kim Moir 3c16b7f128 Bug 1273564 - Linux x64 asan jobs: Can't figure out symbols_url from installer_url: r=coop DONTBUILD 2016-06-09 13:09:09 -04:00
Andrea Marchesini b5f669fc54 Bug 1279140 - The label of the container in awesomebar should follow the container type, r=Gijs 2016-06-09 18:28:20 +02:00
Neil Deakin baef42a6ab Bug 1276976, ensure that popups are visible in the right area, r=tn, r=mrbkap 2016-06-09 11:34:12 -04:00
Andrea Marchesini cede39dd18 Bug 1277765 - No referrer when a link is opened by middle-click or the context menu and containers are involved, r=mconley 2016-06-09 17:02:50 +02:00
Carsten "Tomcat" Book a34d39f529 Backed out changeset e7a3ba795e1a (bug 1276976) for timeouts in browser_tableWidget_mouse_interaction.js on a CLOSED TREE 2016-06-09 15:28:22 +02:00
Neil Deakin efe80ab561 Bug 1276976, ensure that popups are visible in the right area, r=tn, r=mrbkap 2016-06-09 07:59:31 -04:00
Mike Conley 0d5fa55d26 Bug 1276738 - Tag a bunch of tests that exercise opening windows with openwindow. r=me
There are a series of tests strewn about the tree that seem to exercise window
opening in one form or another, so I thought I'd put them under a tag.

MozReview-Commit-ID: 74JwLUTzaMU

--HG--
extra : rebase_source : 0c92084914ffe44a781f034b2416e17905656607
2016-04-29 14:29:03 -04:00
Markus Stange a6a64cb408 Bug 1088763 - Preload yosemite tab images. r=mconley
We need to preload both the inactive and the active images. All our image loads
need to be kicked off before the window document's load event fires. While the
window is hidden, it is inactive. So we need the preloading hack to kick off
the loads for the active images.

MozReview-Commit-ID: 2dPdJNORwhw

--HG--
extra : rebase_source : f7e86186440b10d170ed4c27e3e138457d945089
extra : amend_source : aaf196756c4b8250916942ecc99aca46a19484ae
2016-06-01 16:57:27 -04:00
Gijs Kruitbosch 8dbb94dc77 Bug 1088763 - Fix yosemite inactive window style, r=mconley, ui-r=shorlander
MozReview-Commit-ID: GjEN1nQmpz4

--HG--
extra : rebase_source : 9bf522a2f841132d517d55050a8f6826c9242fae
2016-06-01 16:46:24 -04:00
Brad Lassey 68359e5cd1 bug 1269998 - Prompt users with pending crash reports to submit them r=mconley ui-r=shorlander 2016-05-10 23:50:55 -07:00
James Andreou e6f48c55a7 Bug 1274687 - change test to use ContentTask.spawn r=ehsan 2016-06-01 12:26:43 -07:00
Gijs Kruitbosch b46aa62ca8 Bug 1275114 - add telemetry to determine how to make browser choices when automatically migrating on first profile startup, r=bsmedberg,Dolske
MozReview-Commit-ID: zVmKTBzAS9

--HG--
extra : rebase_source : 3a311a15534ffe769df550ca4fac320c6f6131f2
2016-05-24 11:44:49 +01:00
Jonathan Kingston 0408aec495 Bug 1275455 - Adding in icons for containers in customisable UI menu. r=baku
MozReview-Commit-ID: rjXUyaMDyg

--HG--
extra : transplant_source : 0%EB%7Bs%EF%22S%A6%95%92%D9%EC%80q%A2%C2%A1%EA%02d
2016-05-26 04:20:23 +01:00
John Dai 31ebbbcfaa Bug 1024350 - Add mochitest testcase.r=smaug 2016-05-30 03:28:00 +02:00
John Dai 682e2cdf72 Bug 1024350 - Remove redundant trailing spaces.r=smaug 2016-05-30 02:41:00 +02:00
Carsten "Tomcat" Book fbac2cff2c Merge mozilla-central to mozilla-inbound
--HG--
extra : rebase_source : 4d615ba5f76e2c989cc3f4d676d21105b67b25f0
2016-06-01 15:10:05 +02:00
Kim Moir 40accc0d32 Bug 1253299 - TC Linux 64 ASAN debug and opt builds Tier 1 r=mtabara 2016-06-01 09:03:02 -04:00
Alastor Wu 20745c8136 Bug 1240423 - part8 : modify tests r=baku
MozReview-Commit-ID: 7NlzmcZAlrd

--HG--
extra : rebase_source : fe7d43b0275483e9e082504b88af8f106cadbc19
2016-06-01 10:26:34 +08:00
Justin D'Arcangelo 59240878a5 Bug 1272107 - FlyWeb desktop UI code. Third time is the charm. r=mconley feedback=Pike
--HG--
extra : amend_source : b5f9aa704629d6bd88845d4bf3ed077ae8e788ad
2016-06-08 15:08:46 -04:00
Brad Lassey deceb5c11d bug 1278569 - Keep infobar up when the user views pending crashes r=mconley ui-r=shorlander 2016-06-07 10:25:26 -04:00
Bob Silverberg b71e6b7eb1 Bug 1240326 - Part 2: Utilize lazyWidth and lazyHeight properties from frame loaders for tab width and height. r=kmag
MozReview-Commit-ID: FI41LGDrFFK

--HG--
extra : rebase_source : 3f967ffa258f0426990e54f7ca4d6bca6685bc07
2016-04-26 10:25:20 -04:00
Joel Maher 7d36f32fba Bug 1057615 - Intermittent browser_bug561636.js,browser_bug595507.js, disabled too frequent failures. r=Tomcat
MozReview-Commit-ID: LOLKHSUMimf
2016-06-07 11:23:21 -04:00
Gijs Kruitbosch 77c9eba63e Bug 1277094 - make browser_readerMode.js check for the content event before navigating through history by clicking the reader mode icon to avoid a race, rs=trivial
MozReview-Commit-ID: FaBt19QDs8I

--HG--
extra : rebase_source : bc60778d7119f9e5a7036e5c9e81f777eef946f1
2016-06-06 12:32:02 +01:00
Carsten "Tomcat" Book 06a7fd0491 Merge mozilla-central to mozilla-inbound
--HG--
rename : toolkit/components/prompts/test/test_bug625187.html => toolkit/components/prompts/test/test_subresources_prompts.html
2016-06-06 12:02:34 +02:00
Dragana Damjanovic 87fd6ae3a9 Bug 968273 - On reload load from the original uri, so that all redirects are reloader.r=mayhemer 2016-06-01 11:57:52 +02:00
Mark Hammond 933529f47d Bug 1277669 - skip a couple of browserUITelemetry tests in dev edition. r=Gijs
--HG--
extra : rebase_source : fcfdf361a00ee27edfd8e2bb2fdc01a116a2b2d4
2016-06-06 17:14:05 +10:00
Andrea Marchesini 5d3755f656 Bug 1273628 - Containers tabs use inline CSS styling because of performances issues with CSS vars, r=mconley 2016-06-06 09:13:37 +02:00
Ray Lin 14d5d433f1 Bug 1203481 - All dividers in the URL bar to same style; r=jaws
MozReview-Commit-ID: ByZjgYCl0Ag

--HG--
extra : transplant_source : %282%3A%15%F7%90%5E%9A%AE%BE%C3-%93%A8%F3%26%D7%C8%DDR
2016-04-14 11:40:14 +08:00
gasolin 208ab94666 Bug 1174900 - Capture doorhanger password field toggle should stay hidden for master password users;r=MattN
MozReview-Commit-ID: DLlu2WhQamN

--HG--
extra : rebase_source : 9ed3a080a6783d5942b9068005718bbe2e74bf32
2016-06-06 18:50:09 -07:00
Wes Kocher b1b4fcb462 Merge m-c to fx-team, a=merge 2016-06-06 17:15:31 -07:00
Jared Wein e4d2b9f9ac Bug 1276027 - Add a Telemetry probe to track how often Firefox is used as the default handler. r=bsmedberg,rstrong
MozReview-Commit-ID: Ar3MaKeUIdz

--HG--
extra : rebase_source : 05c9003c9ae95ca304f233b34b08ef492c524360
2016-06-06 19:36:45 -04:00
Bob Silverberg 3304fd5533 Bug 1265847 - Implement browser.history.onVisitRemoved. r=aswan
MozReview-Commit-ID: KzEdwzxzrKn
2016-05-17 10:01:18 -04:00
Edouard Oger a58b0d4db3 Bug 1275383 - Change the copy of Sync disconnection warning. r=markh
MozReview-Commit-ID: 6WuxnRaYo7X

--HG--
extra : transplant_source : %BD%FE%F8%FD%AA%40%CF%97%B8M%D7%7Fm%9Aq%F9%BEhX%AB
2016-06-01 16:41:31 -07:00
Edouard Oger e2bf4faffe Bug 1275915 - Replace sync verification panel with platform notification. r=markh
MozReview-Commit-ID: CrGGBplrHPI

--HG--
extra : transplant_source : KE%7B%7D%0C%16%40%1D%5E%B2%A6%257%9F%0B%C8%254%A99
2016-05-31 14:52:11 -07:00
Michael Kaply 6e843f8d4b Bug 413504 - Don't allow drag and drop to the home button if homepage is locked. r=enndeakin 2016-06-06 15:40:42 -05:00
Kris Maglione d5cf648d4d Bug 1254003: Don't call tabs.create callback before the tab is ready. r=gabor
MozReview-Commit-ID: 3qK6GpTmIFQ

--HG--
extra : source : 8afadb96e97704a98492c2286fb92479deb3365f
extra : amend_source : 90180f99ce13f9266b4b55b9a1f8689cdf3aa5ce
2016-04-03 19:31:47 -07:00
Matheus Longaray 2b9eece319 Bug 962433 - "Use Reader Mode for printing articles" [r=mconley]
This adds a checkbox to the print preview toolbar for simplifying
a document before printing.

This feature is currently disabled by default, hidden behind the
print.use_simplify_page pref.

MozReview-Commit-ID: HOtkuEQnJFg

--HG--
extra : rebase_source : 0423269ff26a4420a05de45cd7ad4ab84458f4f8
extra : amend_source : a340a83dc70c73aed5efcaf84c09503e88301888
2016-06-02 09:29:00 -04:00
Edouard Oger ff3f8876af Bug 1275927 - Replace custom Sync success doorhanger with platform notification. r=markh
MozReview-Commit-ID: 1GJRcB6mnEI

--HG--
extra : rebase_source : 13c5ab4005c99ab96dee15335f87324af571b2a5
2016-06-02 10:36:53 -07:00
Ryan VanderMeulen 310a5d1152 Bug 1277914 - Update pdf.js to version 1.5.281. r=bdahl
--HG--
extra : rebase_source : 4cbaf29205ad374177cea902a6a6584d5bf16e56
2016-06-03 13:46:04 -04:00
Carsten "Tomcat" Book 2a6cd87e82 Merge mozilla-central to fx-team 2016-06-03 12:40:11 +02:00
Johann Hofmann 9f9c0ab631 Bug 1277289 - Add a function to obtain all permissions by uri in SitePermissions.jsm. r=paolo
MozReview-Commit-ID: 8LKS2rK1Pqx

--HG--
extra : transplant_source : rC%B6i%CC%AE%A9%0C%85%C4%F4%8D%F5%06%23%BA%FF%40DX
2016-06-02 12:08:29 +02:00
Jared Wein 31e5034db8 Bug 1251134 - Remove redundant check for the panel state that is checked after a yield on a potential slow Places query. r=gijs
MozReview-Commit-ID: L46711lTbPC

--HG--
extra : transplant_source : NCF%EEh%06%27c%CE%9DE%F6r%DC%92%A3%DC%84q%84
2016-06-01 15:34:47 -04:00
Kris Maglione d727c780b8 Bug 1266510: Add better logging to browser_ext_windows_events test. r=me
MozReview-Commit-ID: 6aKeZvH7jwk

--HG--
extra : rebase_source : 6459e210c64fb83cc134699433d0126b3ec22bb5
2016-06-02 13:36:57 -07:00
Yury Delendik b15c437efc Bug 1242730 - Convert callsites to use channel.async0pen2() within browser/extensions/pdfjs. r=ydelendik
--HG--
extra : rebase_source : 2a344d8e7ee774bc51b38ccebcdf206dea9f7bdd
2016-03-24 12:52:29 -05:00
Yoshi Huang 339be8eaee Bug 1274461 - Part 3: another test for restoring. r=mikedeboer
This test will verify the following case:
When restore tab doesn't have userContextId, however open tab does have.
2016-06-03 15:01:03 +08:00
Yoshi Huang 0f17c65a40 Bug 1274461 - Part 2: restore tabs should preserve userContextId. r=mikedeboer 2016-06-03 15:01:03 +08:00
Yoshi Huang c4e888761f Bug 1274461 - Part 1: undoCloseTab should preserve userContextId. r=mikedeboer 2016-06-03 15:01:03 +08:00
Chris Peterson b52f88014f Bug 1276565 - Clamp out-of-range tab selection shortcuts and indexes instead of ignoring them. r=Gijs r=dao
CMD + a number key is a keyboard shortcut to select that tab number. (CMD+9 will always select the right-most tab, regardless of the tab count.) Currently, if the number is greater than the tab count, then the keyboard shortcut is ignored. With this patch, the right-most tab will be selected instead. For example, if there are five tabs and the user accidentally enters CMD+6 instead of CMD+5, selecting tab #5 is probably what they wanted instead of ignoring the keyboard shortcut.

Also expand the tab selection tests to cover more edge cases.
2016-06-02 22:50:01 -07:00
Wes Kocher 6e70ed1223 Merge m-c to inbound, a=merge 2016-05-31 17:18:54 -07:00
Robert Strong b6f1194c46 Bug 1271761 - Firefox preference patch - app update patch for adding CPU features/detection to update URL. r=felipc 2016-05-31 12:21:02 -07:00
Johann Hofmann 4fcbbc231b Bug 1274712 - Add Tracking Protection info to DNT settings. r=past
MozReview-Commit-ID: GKOedxVsUrG

--HG--
extra : transplant_source : %BB%E42%90%F2J%F1g%0E%0E%DC%86%9D%1B%CDp%14b%5E%D5
2016-05-30 12:37:31 +02:00
Johann Hofmann 2e084e128a Bug 1274712 - Add a mozscreenshots configuration for the DNT dialog. r=MattN
MozReview-Commit-ID: AoGYvnwHm37

--HG--
extra : transplant_source : B%7E%26%D4M%9Cm%116%E7%0Di%ED%FEu%BA%FA.%2CM
2016-05-26 23:27:02 +02:00
Carsten "Tomcat" Book 1ec9e4f605 Merge mozilla-central to fx-team 2016-05-31 14:31:58 +02:00
Carsten "Tomcat" Book fa71bef543 merge mozilla-inbound to mozilla-central a=merge 2016-05-31 11:59:45 +02:00
Mike de Boer da651f3cb1 Bug 1248616 - move simulated places nodes after a successful drag 'n drop operation, which applies to Recently Bookmarked items. r=mak 2016-05-31 11:06:37 +02:00
Carsten "Tomcat" Book 1d9c703463 Backed out changeset ea4940dd52cc (bug 1271777) for test failures in browser_ext_commands_onCommand.js 2016-05-31 08:35:48 +02:00
Tim Taubert 2ed19fb31d Bug 1275415 - Use Ci.nsICookieService.ACCEPT_SESSION instead of Services.cookies.ACCEPT_SESSION in SessionSaver.jsm r=mikedeboer 2016-05-30 07:49:29 +02:00
Matthew Wein cf57bff1c2 Bug 1271777 - Fix the 'MacCtr' typo in the commands API. r=kmag
MozReview-Commit-ID: 2pVcqpfSRKT

--HG--
extra : transplant_source : %23C%FB%E63%CE%24A%21%95%DA%CE%09%17o%90%00%17%E3%A2
2016-05-25 16:58:43 -07:00
Sebastian Hengst 1b4ffa70c1 Backed out changeset 7b5c8958c61c (bug 1270962) for often failing browser_readerMode.js. r=backout 2016-06-01 00:37:33 +02:00
Felipe Gomes d2bf40b405 Bug 1273685. Further reduce the message size by limiting the size of the URI to be sent. r=Gijs
MozReview-Commit-ID: EMXYaUwnGR2
2016-05-30 19:03:16 -03:00
Felipe Gomes 202180cd74 Bug 1273685. Reduce size of PopupBlocking:UpdateBlockedPopups messages. r=Gijs
The size is reduced by making the message only carry the count of blocked popups, and not the full list of popup URLs that were blocked. The parent becomes responsible for retrieving the list from the child when it needs to display it.

MozReview-Commit-ID: DsxLFD8iE3t
2016-05-30 19:02:17 -03:00
Matthew Noorenberghe 66e44ded66 No bug - Adjust mozscreenshots timeouts to deal with winxp bustage. r=bustage
MozReview-Commit-ID: ELWk8BX7zLO
2016-05-30 13:14:22 -07:00
Sebastian Hengst 242a48ea88 Backed out changeset 4dbe106594fa (bug 1248616) for failing browser_423515.js. r=backout 2016-05-30 20:28:52 +02:00
Mike de Boer daf1b7bb29 Bug 1248616 - move simulated places nodes after a successful drag 'n drop operation, which applies to Recently Bookmarked items. r=mak 2016-05-30 16:47:09 +02:00
Carsten "Tomcat" Book 743296ac11 Merge mozilla-central to fx-team 2016-05-30 15:31:42 +02:00