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

49400 Коммитов

Автор SHA1 Сообщение Дата
Kris Maglione 04d337c543 Bug 1387907: Follow-up: Move identity module init data to ext-browser.json.
MozReview-Commit-ID: Jw8gNOGDuxw

--HG--
extra : rebase_source : 608b5287cc9ee55dc25b2d453c320e5b713c2a8b
2017-08-12 17:41:34 -07:00
Kris Maglione 1e4b0c194f Bug 1389848: Make isServiceInstantiated*() return false rather than throw for uninstantiated services. r=ehsan
MozReview-Commit-ID: J8w7eQ6R3eS

--HG--
extra : rebase_source : 5fabd584d645267b72bbcd15bbdfc01dd15f2386
2017-08-12 16:15:19 -07:00
Yoshi Huang 95ff9cfd64 Bug 1385308 - Test about:newtab should have firstPartyDomain. r=smaug
Update the test to verify about:newtab should have firstPartyDomain set
when we enable the pref.

We split about:newtab from browser_firstPartyIsolation_aboutPages.js because
about:newtab needs special care.

In the original test browser_firstPartyIsolation_aboutPages.js, when calling
tabbrowser.addTab, if it found out the uri is about:newtab, it will use
the preloaded browser, however the preloaded browser is loaded before when we
turn on the firstPartyIsolation pref, which won't have the pref set.

To prevent to use the preloaded browser, a simple trick is open a window
first.
2017-08-15 10:35:28 +08:00
Geoff Brown d7cb26a245 Bug 1382487 - Skip test browser_ext_devtools_panels_elements.js for frequent intermittent failures; r=me,test-only 2017-08-14 19:44:00 -06:00
Wes Kocher 7a772df5bf Merge m-c to inbound, a=merge
MozReview-Commit-ID: BYZASFIrXxp
2017-08-14 17:58:17 -07:00
Wes Kocher 26b94753b0 Backed out changeset dc7527bdb79f (bug 1382248) for failures in browser_all_files_referenced.js a=backout
MozReview-Commit-ID: B5KYawseGjB
2017-08-14 14:35:52 -07:00
Wes Kocher 0cddcbc344 Backed out changeset 0336be288ee9 (bug 1371230)
MozReview-Commit-ID: H76OfuCSc9A
2017-08-14 14:35:10 -07:00
Robert Strong 0e60591e22 Bug 1386176 Part 1 - Installer patch. r=mhowell
MozReview-Commit-ID: 9c3ebwNf8QM

--HG--
extra : source : e6c561239b4e97deb55ea542960b7b859e81ac78
extra : histedit_source : be05ddc3d9d4f4e2a1432c9fac9af0e7996b3925
2017-08-14 13:19:18 -07:00
Wes Kocher 20689fef47 Backed out 2 changesets (bug 1376895) for breaking browser_identity_UI.js with assertions in nsPermissionManager.cpp a=backout
Backed out changeset 620d01ac103a (bug 1376895)
Backed out changeset 3a06ab7fda1a (bug 1376895)

MozReview-Commit-ID: 2C8kUg77dz8
2017-08-14 13:13:45 -07:00
Wes Kocher 214677ea41 Merge autoland to central, a=merge
MozReview-Commit-ID: 9BfFPDy1vO7

--HG--
rename : browser/extensions/onboarding/content/img/icons_search-colored.svg => browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg
rename : browser/extensions/onboarding/content/img/icons_search.svg => browser/extensions/onboarding/content/img/icons_singlesearch.svg
2017-08-14 17:28:19 -07:00
Wes Kocher 522da33dcf Merge inbound to central, a=merge
MozReview-Commit-ID: ne6wntYUEM
2017-08-14 14:42:25 -07:00
ffxbld e5b13e6224 No bug, Automated blocklist update from host bld-linux64-spot-307 - a=blocklist-update 2017-08-14 09:59:31 -07:00
Sebastian Hengst 7aac93a5cc Backed out changeset bd9e37c5008d (bug 1382520) for failing mochitest browser/base/content/test/static/browser_all_files_referenced.js. r=backout
--HG--
rename : browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg => browser/extensions/onboarding/content/img/icons_search-colored.svg
rename : browser/extensions/onboarding/content/img/icons_singlesearch.svg => browser/extensions/onboarding/content/img/icons_search.svg
2017-08-14 09:42:14 +02:00
Eugen Sawin d8fdd4ab7b Bug 1377580 - [1.2] Extend nsIBrowserDOMWindow to support content window creation without URI loading. r=smaug 2017-08-14 14:57:25 +02:00
Johann Hofmann a1333d851e Bug 1375335 - Fix window control height calculation on Windows 10. r=dao
This commit:

- Makes the window controls have exactly the same height as tabs when the
  menubar is hidden, and have the same height as the menubar when it is shown.
  This requires us to remove the menubar height before flushing layout in
  case it is shown, since we need its original height for the calculation.

- Removes the top margin between the menu bar and the window border
  that was present on Windows 10 and makes it apply on Windows 7 only.
  The border was causing miscalculations of the window control height,
  which could have been handled in browser-tabsintitlebar.js, but since
  it's not part of the Photon spec we decide to remove it entirely.

- Makes window control height calculations ignore vertical tabs toolbar
  margins. The only margin it has right now is -1px and the calculation
  code doesn't work right with negative margins.

MozReview-Commit-ID: HJXxUUJFX8x

--HG--
extra : rebase_source : d5e741cc4ca897ef125ab3e807bc009cd540ade6
2017-08-09 14:36:01 +01:00
Dão Gottwald 1230d7506c Bug 1388044 - Make the tab side borders not overlap the border to the navigation toolbar. r=johannh
MozReview-Commit-ID: JimrxJ8qvkj

--HG--
extra : rebase_source : b46c722e4f14b43a83cce5ce6b83b04396f07321
2017-08-12 18:57:27 +02:00
Dão Gottwald 85440213c3 Bug 1388138 - Use lightweight themes' accent color to highlight the selected tab. r=johannh
MozReview-Commit-ID: BisVuYlkTSO

--HG--
extra : rebase_source : 5a0f8d191b4f72cb42c875fb24d62e5a1567df08
2017-08-12 16:15:50 +02:00
Johann Hofmann 6bc768d04a Bug 1388512 - Fix browser_menu_touch.js on Windows 10. r=jmaher
This test was failing because we need to set an additional
pref to make our Windows 10 test infra support touch events,
and because some elements it was testing got renamed.

MozReview-Commit-ID: 4h2YxFzRrGp

--HG--
extra : rebase_source : 588eab64df3235fe66641c5ba398ac95c3abfe3b
2017-08-14 15:17:19 +02:00
Sebastian Hengst 51ddd73782 Backed out changeset 37ba4f932f57 (bug 1375335) for failing browser_windowopen_reflows.js on OS X. r=backout 2017-08-14 15:28:01 +02:00
Fischer.json 487cf3d70c Bug 1382520 - Place visual assets of onboarding tours of version 57, r=mossop
MozReview-Commit-ID: 4mfhRoseVZv

--HG--
rename : browser/extensions/onboarding/content/img/icons_search-colored.svg => browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg
rename : browser/extensions/onboarding/content/img/icons_search.svg => browser/extensions/onboarding/content/img/icons_singlesearch.svg
extra : rebase_source : e7b4658268d6ce890402bdcbd2de72263c30a63b
2017-08-11 14:50:55 +08:00
Timothy Guan-tin Chien 4061434d79 Bug 1384830 - Show search result as the user types in Preferences search, r=jaws
This patch changes the event to listen on the search textbox from "command" to
"input", which means the code will run with every keystroke, instead of once
a few keystrokes after a timeout. It will make the search very responsive.

However, with that change, each keystroke will be blocked by the search function,
which go through the entire DOM of the page. This patch fixes that by making the
search function async. The search will now check the execution time with
Performance API, and give way when it blocks the page for more than 1/60 sec.

Further care was taken to make sure page won't flash unchecked content while
the loop go through the entire DOM. The elements to be checked can't be hidden
because of the JS bindings, so CSS rules are set to ensure they are kept
visually hidden. Unfortunately, CSS cannot change XUL layout so they still
occupies page space.

Additional check was made to make sure the search function skips hidden elements,
if the previous query is a substring of the search query. This is done so that
search function does not unhide and hide these elements, and causes the search
result to flash as the user types.

MozReview-Commit-ID: BwBoJmTperw

--HG--
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_1.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_5.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_2.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_6.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_3.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_7.js
rename : browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_4.js => browser/components/preferences/in-content-new/tests/browser_search_subdialogs_within_preferences_8.js
extra : rebase_source : 2f1b6cd9f50d79c24dcddc22c61c50d347ddf3f0
2017-08-03 14:32:45 +08:00
gasolin 8b1e966bee Bug 1383505 - add test to make sure onboarding show the first uncomplete tour by default;r=mossop
MozReview-Commit-ID: APOBLLS6Pga

--HG--
extra : rebase_source : 9f7e0792416cbe9a3f62ef900f04cd75ada1f1a7
2017-08-03 10:18:11 +08:00
Fischer.json cf9df2fcb0 Bug 1382520 - Place visual assets of onboarding tours of version 57, r=mossop
MozReview-Commit-ID: 4mfhRoseVZv

--HG--
rename : browser/extensions/onboarding/content/img/icons_search-colored.svg => browser/extensions/onboarding/content/img/icons_singlesearch-colored.svg
rename : browser/extensions/onboarding/content/img/icons_search.svg => browser/extensions/onboarding/content/img/icons_singlesearch.svg
extra : rebase_source : 2638454e8c7bc11d77a68aa1e5a845a40417b974
2017-08-11 14:50:55 +08:00
Sebastian Hengst d98ea1f774 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: FzIkMLHbOh2
2017-08-14 01:30:32 +02:00
Zibi Braniecki a0c27c3047 Bug 1389963 - Backout "Bug 1377911 - Move the override chrome entries from language manifests to product manifests." r=gandalf
MozReview-Commit-ID: 3DKrucSbUKy

--HG--
extra : rebase_source : 3e933dd08867b589e4660f337a5085fa0f5df674
2017-08-13 11:16:05 -07:00
Zibi Braniecki 46a045be48 Bug 1389798 - Load browser version of netError.dtd from browser aboutNetError.xhtml. r=gandalf
MozReview-Commit-ID: 4nF2XKgWXxn

--HG--
extra : rebase_source : 66a289a62cb3d1c8a1747016e1dc84d9ad4a9f48
2017-08-12 16:53:04 -07:00
Sebastian Hengst 49901468bb merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: BQQOyflOnkq
2017-08-13 00:44:00 +02:00
Stephen Horlander 6f4d7de223 Bug 1389661 - Improve Nightly Branding iteration 03. r=dolske a=aryx for m-c. 2017-08-12 15:32:34 -07:00
Justin Dolske 25749fe5a7 Backed out changeset 71eaeee0843a (bug 1388778) in preparation for next icon. 2017-08-12 15:30:47 -07:00
Sebastian Hengst 56c035fa36 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 4cZJ3qFjvPY
2017-08-12 23:49:21 +02:00
Sebastian Hengst 57f655f77a Backed out changeset c73631b194bb (bug 1389740) for failing Firefox-UI's test_windows.py and test_about_private_browsing.py. r=backout 2017-08-12 18:42:57 +02:00
Dão Gottwald 87b602a05f Bug 1366555 followup: Remove accidentally re-added code during rebase
MozReview-Commit-ID: L50ETijPr4r
2017-08-12 16:01:47 +02:00
Dão Gottwald ad2ba7b0b1 Bug 1389740 - Consolidate URL bar history dropmarker styling. r=Gijs
The dropmarker gets the urlbar-icon class for consistency with the other URL bar icons. On this occasion, I increased the urlbar-icon padding and removed the margin to match the photon spec. Also added a rudimentary hover effect.

#urlbar-icons is renamed to #page-action-buttons to better reflect its meaning, and because .urlbar-icon is now used outside of this container.

#urlbar-wrapper wrapper isn't needed anymore -- we can just set the switchingtabs attribute directly on #urlbar.

MozReview-Commit-ID: EiuUW71IKgU

--HG--
extra : rebase_source : dcc7753e92073e06278d714a0b5b976d073e75c8
2017-08-12 17:49:35 +02:00
Gijs Kruitbosch b77ceb27cd Bug 1389505 - set min-width for the flexible spacers to 0, r=florian,ui-r=abenson
MozReview-Commit-ID: 3WP3aPYmmZX

--HG--
extra : rebase_source : 580d0980518a686d7cc14ba31da41c77f5e316e9
2017-08-11 20:51:56 +01:00
Gijs Kruitbosch 7c9b10befb Bug 1389285 - check that clicking history items actually works, r=mikedeboer
MozReview-Commit-ID: 2WKqYaO8Iht

--HG--
extra : source : bff4d1e4243f2c1472d9339aa7060be4c819b637
2017-08-11 14:05:48 +01:00
Geoff Brown 7e7d1e53c7 Bug 1369197 - Disable test browser_ext_browserAction_contextMenu.js for frequent intermittent failures; r=me,test-only 2017-08-11 14:30:29 -06:00
Wes Kocher ef0d82bb2b Merge m-c to inbound, a=merge
MozReview-Commit-ID: HSkzFTcnhOy
2017-08-11 13:25:37 -07:00
Wes Kocher 5a4357c768 Merge inbound to central, a=merge
MozReview-Commit-ID: GArkKmOFIVH
2017-08-11 13:15:33 -07:00
Mike Hommey 47bc56acc7 Bug 1389398 - Remove remaining clang entries in windows tooltool manifests. r=gps
Since the buildbot-based Windows builds using releng.manifest are busted
anyways, there is no reason to keep clang entries in there. Which makes
those manifests identical to clang.manifest, so remote the latter.

--HG--
extra : rebase_source : eef7eca4bafc4e348eadc04d6da2bd17ea20deea
2017-08-11 16:16:32 +09:00
Gijs Kruitbosch 6ff153a8b2 Bug 1388990 - avoid breaking the broadcast/listener relationships of the back/fwd buttons when customizing, r=dao
MozReview-Commit-ID: EsH3lv8QXfJ

--HG--
extra : rebase_source : 20325d2b014abf9687c83eae3cda267eeda078eb
2017-08-12 11:56:22 +01:00
Dão Gottwald b2154d9295 Bug 1389744 - Stop repositioning pinned tabs when (un)selecting the Dark/Light theme. r=florian
Dark/Light themes don't affect the tab strip layout anymore, so this entirely unnecessary work.

MozReview-Commit-ID: C37VZsd8r2J

--HG--
extra : rebase_source : afe8f784ff23ca650342439247e1803a64584e83
2017-08-12 12:50:26 +02:00
Ethan dd89a080a0 Bug 1383495 - Spoof Navigator API platform as win64 when resisting fingerprinting is enabled. r=ehsan 2017-08-11 09:51:09 +08:00
Sebastian Hengst cd718a6989 Backed out changeset 0aca62e914cf (bug 1376895) for asserting IsSafeToRun(), at dist\include\mozilla/SchedulerGroup.h:81 e.g. in mochitest dom/events/test/test_bug336682_1.html on Windows 10 x64. r=backout 2017-08-11 14:48:27 +02:00
Gabor Krizsanits 272b1a18ac Bug 1376895 - Make preloaded browser use pre-existing content process. r=mconley
We want to avoid to have several cached content processes, one for each
preloaded browser (one per window) and one for the preallocated process.
For that we force the preloaded browser to choose an existing process and
during the first navigation in that tab, that leaves about:newtab, we re-run
the process selecting algorithm
2017-08-11 12:44:11 +02:00
Florian Quèze a3bc704783 Bug 1372518 - the identity block shouldn't flicker when loading a secure internal page in a new window, r=johannh. 2017-08-11 10:19:48 +02:00
Dave Townsend 36cf4c603a Bug 1387249: If the add-on is installed at runtime don't wait for browser startup notifications. r=rexboy
MozReview-Commit-ID: 1O1YD30gJbj

--HG--
extra : rebase_source : 299a5fd582b727af801e341e397e8d5ef9882193
2017-08-03 14:45:39 -07:00
Chung-Sheng Fu d7f3350397 Bug 1382499 - Add test cases r=arthuredelstein,smaug
MozReview-Commit-ID: 1aZVzVO9D6x

--HG--
extra : rebase_source : 675e852cb3dab6b179bfc251aea28bc18b5ef28f
2017-08-02 14:04:34 +08:00
Tomislav Jovanovic 85a5f1f9a2 Bug 1377734 - Avoid instantiating a lazy tab from sendMessage, r=mixedpuppy
MozReview-Commit-ID: KfYg6hG8KmC

--HG--
extra : rebase_source : c151eebcc585cbfa526b328985e23759edaf7bc4
2017-08-11 02:16:33 +02:00
Ray Lin dc815cf2fc Bug 1371149 - Part 2. Add a chrome browser test for form autofill insecure field. r=MattN,seanlee
MozReview-Commit-ID: 7KjI9siHlqt

--HG--
extra : rebase_source : dd214050084160154036632707c310c412831884
2017-07-28 17:23:30 +08:00
Masatoshi Kimura 32e5d77ba4 Bug 1387805 - Remove [deprecated] nsIScriptSecurityManager.getCodebasePrincipal(). r=bz
MozReview-Commit-ID: CY47PBaQ5oy

--HG--
extra : rebase_source : 6a82bae0d3caafadc772a08a1d392ab30c4ad914
2017-08-06 15:31:31 +09:00