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

550459 Коммитов

Автор SHA1 Сообщение Дата
Erica Wright 323856aba3 Bug 1383473 - Minor Styling fixes in the hamburger menu. r=Gijs
MozReview-Commit-ID: 2XJau2Yc63m

--HG--
extra : rebase_source : f47cad2267a2a865af30fcce42d0f3038bb302f9
2017-08-02 17:03:49 -04:00
Martin Robinson 44467d0f2c servo: Merge #17923 - Fix fixed position items with parents with CSS clips (from mrobinson:fixed-position-css-clip); r=emilio
In order to properly handle CSS clipping, we need to keep track of what
the different kinds of clips that we have. On one hand, clipping due to
overflow rules should respect the containing block hierarchy, while CSS
clipping should respect the flow tree hierarchy. In order to represent
the complexity of items that are scrolled via one clip/scroll frame and
clipped by another we keep track of that status with a
ClipAndScrollInfo.

<!-- Please describe your changes on the following line: -->

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).

<!-- Either: -->
- [x] There are tests for these changes OR
- [ ] These changes do not require tests because _____

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

Source-Repo: https://github.com/servo/servo
Source-Revision: 49615284d0f45646da917f7dda22a1103d12974d

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : b950eddcbaa45507365bf0e94255f9ae86258bd4
2017-08-04 11:17:24 -05:00
Julian Descottes 1738a4ac42 Bug 1387359 - add developer toggle to CustomizableUI even if devtools already loaded;r=nchevobbe
After Bug 1359855, the developer toggle is added to CustomizableUI via devtools-startup.
It is added after browser-delayed-startup-finished is received. However when starting
devtools with --jsconsole, devtools will be initialized before we receive the event and
the toggle will never be added to the UI.

Introducing a new flag here dedicated to the developer toggle and adding a few comments
to the devtools-startup:hookWindow() method which becomes a bit complex now.

MozReview-Commit-ID: IhPFznt0O83

--HG--
extra : rebase_source : d282e39c0588fca29813305292e53e71f93814bd
2017-08-04 11:09:56 +02:00
Julian Descottes 17a7e39941 Bug 1387495 - dt-addon: use window object in webconsole/net/main to load stylesheets;r=jryans
From console/net/main.js we are calling loadSheet from sdk/stylesheet/utils.
This API needs a real window object to work, but now that devtools are loaded
as a system addon, by default the global object is a sandbox wrapper.

Use the window object which points to the actual Window instead.

MozReview-Commit-ID: LxDNfDiOso3

--HG--
extra : rebase_source : 375ad339788354a9787cbba648155319edf8b9be
extra : source : 7827d2406fc608386e13fbb0296b2136f4a0d355
2017-07-12 19:26:33 +02:00
Luca Greco 4fd47722ba Bug 1387026 - Fix Android browserAction corrupting legacy Addon menu items on overlapping menu item id. r=sebastian
MozReview-Commit-ID: FWkJdAWu5Td

--HG--
extra : rebase_source : 438927a04c2aaab33ea236a138dedaaed787d243
2017-08-02 21:29:18 +02:00
Botond Ballo 61926bc8e4 Bug 1386777 - Interpret autoscroll anchor coordinates correctly when there is a device scale. r=kats
MozReview-Commit-ID: 6caXxWjuqxm

--HG--
extra : rebase_source : 4052dd05a4c05cc8fc4effe0f7911179aa8005d0
2017-08-02 20:11:07 -04:00
Michael Kaply 165e4a9eef Bug 1207579 - Make PinSiteDialog public to ensure it can be accessed from v4.app.fragment r=snorp
MozReview-Commit-ID: 9HRASAnZkNn

--HG--
extra : rebase_source : 4a3a926edeac10bcc0073e7ac518fe84796c0d84
2017-08-03 15:16:40 -05:00
Evelyn Hung 4516b2b07d Bug 1355451 - Speculative connect to websites on mousedown on awesomebar item. r=mak
We preconnect to an explicit URL or the url in moz-action:remotetab on
the popup.

MozReview-Commit-ID: Itgie3BMehn

--HG--
extra : rebase_source : be9804b78446c559cc4913745f5e9d5fc6cee897
2017-08-04 22:27:21 +08:00
Haik Aftandilian e6f1d0e175 Bug 1386161 - [Mac] Remove IOAudioControl Rules. r=Alex_Gaynor
MozReview-Commit-ID: 3cLUCJDoWlh

--HG--
extra : rebase_source : a6e5e7fa3975407f05c92f9e33b98826b2784e68
2017-07-30 22:26:06 -07:00
Emilio Cobos Álvarez 6d484e41b8 Bug 1341102: Update expectations for servo/servo#17970. r=me
MozReview-Commit-ID: AtpGhruhnEN
2017-08-04 16:38:23 +02:00
Justin Wood a7a3bc76d1 Bug 1386079 - Disable gtest on windows nightly, it is permafailing because we PGO nightlies. r=jlorenzo
MozReview-Commit-ID: 2dCMfPnpeg4

--HG--
extra : rebase_source : ac26e00bf6b25fe7ab381244f0773e90e689de1e
2017-08-04 10:04:25 -04:00
Yury Delendik 2e23d54422 Bug 1384723 - Remove experimental WebAssembly text support. r=sunfish
MozReview-Commit-ID: EKwttlC5MCt

--HG--
extra : rebase_source : e6d4822ca61a8b0517563dd008184993a3b5200f
2017-07-26 16:00:21 -05:00
Sebastian Hengst 0f8750c99a Bug 1385598 - Rename suggested component 'Core :: DOM: Web Audio' to 'Core :: Web Audio' to reflect change in Bugzilla. r=jmaher
MozReview-Commit-ID: LjJXwutMJq6

--HG--
extra : rebase_source : 40a7c27368d9ebfa4928e1be2b0c9af8793236c1
2017-08-04 14:52:59 +02:00
Dão Gottwald 3e5aa84423 Bug 1387413 - Make pinned tabs 40px wide. r=johannh
MozReview-Commit-ID: ELrYItAvmf

--HG--
extra : rebase_source : b933a1f0585cadb584f5067b0a659f843f9cea8f
2017-08-04 14:48:15 +02:00
Ionut Goldan d526d5234e Bug 1387255 - remove CART performance test r=jmaher
MozReview-Commit-ID: AFQCEwC4XIo

--HG--
extra : rebase_source : f28d6d20d6ef2431e8f9a1588de85613419e0b61
2017-08-04 15:20:03 +03:00
Masatoshi Kimura 94ba908683 Bug 1313625 - Remove nsIScriptableDateFormat. r=jfkthame
MozReview-Commit-ID: C9Ek1aQRD2

--HG--
extra : rebase_source : 793cd9be63d652adc00897e071cd5fecde75d293
extra : source : 95baddd007c7c039ebf224c9eea49d50dba212cd
2017-08-03 16:46:55 +09:00
jwu 5aae07c10b Bug 1387349 - Update new icons for Photon. r=walkingice
Remove leagcy images from main/res/ to australis/res/ (should be removed in near feature)
New resources are placed in photon/res/.

MozReview-Commit-ID: 3BYTuA8yaNs

--HG--
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/alert_camera.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/alert_camera.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/alert_download.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/alert_download.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/alert_guest.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/alert_guest.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/alert_mic.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/alert_mic.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/ic_menu_reload.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/ic_menu_reload.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/ic_menu_stop.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/ic_menu_stop.png
rename : mobile/android/app/src/main/res/drawable-hdpi-v11/ic_status_logo.png => mobile/android/app/src/australis/res/drawable-hdpi-v11/ic_status_logo.png
rename : mobile/android/app/src/main/res/drawable-hdpi/alert_guest.png => mobile/android/app/src/australis/res/drawable-hdpi/alert_guest.png
rename : mobile/android/app/src/main/res/drawable-hdpi/favicon_globe.png => mobile/android/app/src/australis/res/drawable-hdpi/favicon_globe.png
rename : mobile/android/app/src/main/res/drawable-hdpi/globe_light.png => mobile/android/app/src/australis/res/drawable-hdpi/globe_light.png
rename : mobile/android/app/src/main/res/drawable-hdpi/handle_end.png => mobile/android/app/src/australis/res/drawable-hdpi/handle_end.png
rename : mobile/android/app/src/main/res/drawable-hdpi/handle_middle.png => mobile/android/app/src/australis/res/drawable-hdpi/handle_middle.png
rename : mobile/android/app/src/main/res/drawable-hdpi/handle_start.png => mobile/android/app/src/australis/res/drawable-hdpi/handle_start.png
rename : mobile/android/app/src/main/res/drawable-hdpi/homepage_banner_firstrun.png => mobile/android/app/src/australis/res/drawable-hdpi/homepage_banner_firstrun.png
rename : mobile/android/app/src/main/res/drawable-hdpi/icon_bookmarks_empty.png => mobile/android/app/src/australis/res/drawable-hdpi/icon_bookmarks_empty.png
rename : mobile/android/app/src/main/res/drawable-hdpi/icon_key.png => mobile/android/app/src/australis/res/drawable-hdpi/icon_key.png
rename : mobile/android/app/src/main/res/drawable-hdpi/icon_most_recent_empty.png => mobile/android/app/src/australis/res/drawable-hdpi/icon_most_recent_empty.png
rename : mobile/android/app/src/main/res/drawable-hdpi/icon_remote_tabs_empty.png => mobile/android/app/src/australis/res/drawable-hdpi/icon_remote_tabs_empty.png
rename : mobile/android/app/src/main/res/drawable-hdpi/network_error.png => mobile/android/app/src/australis/res/drawable-hdpi/network_error.png
rename : mobile/android/app/src/main/res/drawable-hdpi/search_launcher.png => mobile/android/app/src/australis/res/drawable-hdpi/search_launcher.png
rename : mobile/android/app/src/main/res/drawable-hdpi/tip_addsearch.png => mobile/android/app/src/australis/res/drawable-hdpi/tip_addsearch.png
rename : mobile/android/app/src/main/res/drawable-large-hdpi-v11/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-large-hdpi-v11/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-large-hdpi-v11/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-large-hdpi-v11/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-large-hdpi-v11/ic_menu_reload.png => mobile/android/app/src/australis/res/drawable-large-hdpi-v11/ic_menu_reload.png
rename : mobile/android/app/src/main/res/drawable-large-hdpi-v11/ic_menu_stop.png => mobile/android/app/src/australis/res/drawable-large-hdpi-v11/ic_menu_stop.png
rename : mobile/android/app/src/main/res/drawable-large-hdpi-v11/toolbar_favicon_default.png => mobile/android/app/src/australis/res/drawable-large-hdpi-v11/toolbar_favicon_default.png
rename : mobile/android/app/src/main/res/drawable-large-xhdpi-v11/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-large-xhdpi-v11/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-large-xhdpi-v11/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-large-xhdpi-v11/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-large-xhdpi-v11/ic_menu_reload.png => mobile/android/app/src/australis/res/drawable-large-xhdpi-v11/ic_menu_reload.png
rename : mobile/android/app/src/main/res/drawable-large-xhdpi-v11/ic_menu_stop.png => mobile/android/app/src/australis/res/drawable-large-xhdpi-v11/ic_menu_stop.png
rename : mobile/android/app/src/main/res/drawable-large-xhdpi-v11/toolbar_favicon_default.png => mobile/android/app/src/australis/res/drawable-large-xhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/app/src/main/res/drawable-large-xxhdpi-v11/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-large-xxhdpi-v11/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-large-xxhdpi-v11/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-large-xxhdpi-v11/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-large-xxhdpi-v11/ic_menu_reload.png => mobile/android/app/src/australis/res/drawable-large-xxhdpi-v11/ic_menu_reload.png
rename : mobile/android/app/src/main/res/drawable-large-xxhdpi-v11/ic_menu_stop.png => mobile/android/app/src/australis/res/drawable-large-xxhdpi-v11/ic_menu_stop.png
rename : mobile/android/app/src/main/res/drawable-large-xxhdpi-v11/toolbar_favicon_default.png => mobile/android/app/src/australis/res/drawable-large-xxhdpi-v11/toolbar_favicon_default.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/arrow.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/arrow.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/home_group_collapsed.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/home_group_collapsed.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/menu_item_more.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/menu_item_more.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-hdpi/tabs_panel_nav_back.png => mobile/android/app/src/australis/res/drawable-ldrtl-hdpi/tabs_panel_nav_back.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/arrow.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/arrow.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/home_group_collapsed.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/home_group_collapsed.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/menu_item_more.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/menu_item_more.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xhdpi/tabs_panel_nav_back.png => mobile/android/app/src/australis/res/drawable-ldrtl-xhdpi/tabs_panel_nav_back.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xxhdpi/arrow.png => mobile/android/app/src/australis/res/drawable-ldrtl-xxhdpi/arrow.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xxhdpi/home_group_collapsed.png => mobile/android/app/src/australis/res/drawable-ldrtl-xxhdpi/home_group_collapsed.png
rename : mobile/android/app/src/main/res/drawable-ldrtl-xxhdpi/tabs_panel_nav_back.png => mobile/android/app/src/australis/res/drawable-ldrtl-xxhdpi/tabs_panel_nav_back.png
rename : mobile/android/app/src/main/res/drawable-nodpi/cloud.png => mobile/android/app/src/australis/res/drawable-nodpi/cloud.png
rename : mobile/android/app/src/main/res/drawable-nodpi/icon_recent.png => mobile/android/app/src/australis/res/drawable-nodpi/icon_recent.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/alert_camera.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/alert_camera.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/alert_download.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/alert_download.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/alert_guest.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/alert_guest.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/alert_mic.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/alert_mic.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/ic_menu_back.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/ic_menu_back.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/ic_menu_forward.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/ic_menu_forward.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/ic_menu_reload.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/ic_menu_reload.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/ic_menu_stop.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/ic_menu_stop.png
rename : mobile/android/app/src/main/res/drawable-xhdpi-v11/ic_status_logo.png => mobile/android/app/src/australis/res/drawable-xhdpi-v11/ic_status_logo.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/alert_guest.png => mobile/android/app/src/australis/res/drawable-xhdpi/alert_guest.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/favicon_globe.png => mobile/android/app/src/australis/res/drawable-xhdpi/favicon_globe.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/globe_light.png => mobile/android/app/src/australis/res/drawable-xhdpi/globe_light.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/handle_end.png => mobile/android/app/src/australis/res/drawable-xhdpi/handle_end.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/handle_middle.png => mobile/android/app/src/australis/res/drawable-xhdpi/handle_middle.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/handle_start.png => mobile/android/app/src/australis/res/drawable-xhdpi/handle_start.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/homepage_banner_firstrun.png => mobile/android/app/src/australis/res/drawable-xhdpi/homepage_banner_firstrun.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/icon_bookmarks_empty.png => mobile/android/app/src/australis/res/drawable-xhdpi/icon_bookmarks_empty.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/icon_key.png => mobile/android/app/src/australis/res/drawable-xhdpi/icon_key.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/icon_most_recent_empty.png => mobile/android/app/src/australis/res/drawable-xhdpi/icon_most_recent_empty.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/icon_remote_tabs_empty.png => mobile/android/app/src/australis/res/drawable-xhdpi/icon_remote_tabs_empty.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/network_error.png => mobile/android/app/src/australis/res/drawable-xhdpi/network_error.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/search_launcher.png => mobile/android/app/src/australis/res/drawable-xhdpi/search_launcher.png
rename : mobile/android/app/src/main/res/drawable-xhdpi/tip_addsearch.png => mobile/android/app/src/australis/res/drawable-xhdpi/tip_addsearch.png
rename : mobile/android/app/src/main/res/drawable-xlarge-hdpi-v11/ic_menu_bookmark_add.png => mobile/android/app/src/australis/res/drawable-xlarge-hdpi-v11/ic_menu_bookmark_add.png
rename : mobile/android/app/src/main/res/drawable-xlarge-hdpi-v11/star_blue.png => mobile/android/app/src/australis/res/drawable-xlarge-hdpi-v11/star_blue.png
rename : mobile/android/app/src/main/res/drawable-xlarge-xhdpi-v11/ic_menu_bookmark_add.png => mobile/android/app/src/australis/res/drawable-xlarge-xhdpi-v11/ic_menu_bookmark_add.png
rename : mobile/android/app/src/main/res/drawable-xlarge-xhdpi-v11/star_blue.png => mobile/android/app/src/australis/res/drawable-xlarge-xhdpi-v11/star_blue.png
rename : mobile/android/app/src/main/res/drawable-xlarge-xxhdpi-v11/ic_menu_bookmark_add.png => mobile/android/app/src/australis/res/drawable-xlarge-xxhdpi-v11/ic_menu_bookmark_add.png
rename : mobile/android/app/src/main/res/drawable-xlarge-xxhdpi-v11/star_blue.png => mobile/android/app/src/australis/res/drawable-xlarge-xxhdpi-v11/star_blue.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi-v11/ic_status_logo.png => mobile/android/app/src/australis/res/drawable-xxhdpi-v11/ic_status_logo.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi/globe_light.png => mobile/android/app/src/australis/res/drawable-xxhdpi/globe_light.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi/homepage_banner_firstrun.png => mobile/android/app/src/australis/res/drawable-xxhdpi/homepage_banner_firstrun.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi/icon_key.png => mobile/android/app/src/australis/res/drawable-xxhdpi/icon_key.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi/network_error.png => mobile/android/app/src/australis/res/drawable-xxhdpi/network_error.png
rename : mobile/android/app/src/main/res/drawable-xxhdpi/search_launcher.png => mobile/android/app/src/australis/res/drawable-xxhdpi/search_launcher.png
rename : mobile/android/app/src/main/res/drawable-xxxhdpi/search_launcher.png => mobile/android/app/src/australis/res/drawable-xxxhdpi/search_launcher.png
rename : mobile/android/app/src/main/res/layout/home_smartfolder.xml => mobile/android/app/src/australis/res/layout/home_smartfolder.xml
extra : rebase_source : 02c178697cee178c314903c7dcf2a6457a9b64c2
extra : intermediate-source : 47c468602fa85ebce17e9a631947d30c1a8faac3
extra : source : 17d9a2488fea218d30dda267a3a9d4318daef303
2017-08-04 15:43:01 +08:00
steveck-chung c41ff6f168 Bug 1387004 - Part 2: Record credit card enable state in TelemetryEnvironment. r=francois
MozReview-Commit-ID: EffoAFq8mc8

--HG--
extra : rebase_source : 08bd43088fbd7f4c3b81616b6898dfb3f766ecf5
2017-08-03 18:29:47 +08:00
steveck-chung b6d30f8f46 Bug 1387004 - Part 1: Add credit card enabled pref. r=lchang
MozReview-Commit-ID: BvErFOLPZdN

--HG--
extra : rebase_source : 91e99ff2d2332b3948ce8501ad11a07e9961df9d
2017-08-02 11:51:57 +08:00
Munro Mengjue Chiang c329525c9e Bug 1386974 - set the preference for android hardware encoder to true in default. r=jib
MozReview-Commit-ID: 1J9TuYhxevF

--HG--
extra : rebase_source : 2723e1e652785bac61cae4b9ba0731001d1d8111
2017-08-03 16:25:58 +08:00
Evan Tseng 5ada345abc Bug 1386560 - Fix the typo of firefoxAccountCategory header's class list because all level 1 headers should have the subcategory class. r=jaws
MozReview-Commit-ID: 8ngQaCWSUxq

--HG--
extra : rebase_source : 33489f2b3da755b1a437204c33bb8029f906410b
2017-08-02 17:32:07 +08:00
Jing-wei Wu 381ce211e7 Bug 1376995 - Update status bar color while switching between normal mode and private mode. r=walkingice
MozReview-Commit-ID: 4t0QKTktpSN

--HG--
extra : rebase_source : 64de9c185f2a778fc2945102e19692a1d5c20cc2
2017-08-04 17:21:11 +08:00
Jing-wei Wu 966bb66bdc Bug 1366671 - Part 2: Support empty screen in private tabs panel. r=walkingice
MozReview-Commit-ID: KWCPJmPMPIW

--HG--
extra : rebase_source : 9547aba693776cd76c4ecfe80c6fa9754b5eb2e4
2017-07-27 17:39:36 +08:00
Jing-wei Wu c443b3b27e Bug 1366671 - Part 1: Duplicate empty screen resoueces for Photon. r=walkingice
MozReview-Commit-ID: FkkDIQ85Qxp

--HG--
rename : mobile/android/app/src/main/res/layout/preference_search_tip.xml => mobile/android/app/src/australis/res/layout/preference_search_tip.xml
rename : mobile/android/app/src/main/res/layout/private_tabs_panel.xml => mobile/android/app/src/australis/res/layout/private_tabs_panel.xml
extra : rebase_source : 4b4b981c5e6fa541ac3d32241dac33a242cd2e93
2017-07-27 16:18:02 +08:00
Jing-wei Wu 173bb41353 Bug 1366668 - Part 5: Introduce ToolbarRoundButton to support toolbar item with round rectangle background. r=nechen,walkingice
Implement a custom shaped button to describe the background of tool bar item.

MozReview-Commit-ID: 1wmDCdzb2XZ

--HG--
extra : rebase_source : e1637e0dfdf3d23373c27af573a00e779f43c5ed
2017-08-04 12:52:33 +08:00
Jing-wei Wu 7963fc3271 Bug 1366668 - Part 4: Apply tint color for bookmark icon on toolbar. r=nechen,walkingice
MozReview-Commit-ID: 6gQp8yX5iSE

--HG--
extra : rebase_source : 426c3487eec2b415bbc22c65bfe23fe4e2c4994b
2017-08-01 17:02:48 +08:00
Jing-wei Wu 96ae9b860d Bug 1366668 - Part 3: Remove forward button animation. r=nechen,walkingice
Forward button is always shown in the new visual design, animation related code is unused and could be removed.

MozReview-Commit-ID: 6juXl6BNGZl

--HG--
extra : rebase_source : dc804e0b07b8e63197aca675777ee698ce750e94
2017-08-01 10:19:09 +08:00
jwu 1f9b9a7c5e Bug 1366668 - Part 2: Apply new toolbar visual design on tablet. r=nechen,walkingice
MozReview-Commit-ID: DikmnNSpTQt

--HG--
extra : rebase_source : 7871e0fd76f06af261176ab89034431d05e60a84
extra : source : 4a8734955caf87d834b779065f2dea54f234ee8f
2017-08-04 14:47:10 +08:00
Jing-wei Wu b100bb778b Bug 1366668 - Part 1: Duplicates awesome bar resources. r=nechen,walkingice
MozReview-Commit-ID: 7tY3ugTATxh

--HG--
rename : mobile/android/base/java/org/mozilla/gecko/toolbar/BrowserToolbarTablet.java => mobile/android/app/src/australis/java/org/mozilla/gecko/toolbar/BrowserToolbarTablet.java
rename : mobile/android/base/java/org/mozilla/gecko/toolbar/BrowserToolbarTabletBase.java => mobile/android/app/src/australis/java/org/mozilla/gecko/toolbar/BrowserToolbarTabletBase.java
rename : mobile/android/base/java/org/mozilla/gecko/toolbar/ForwardButton.java => mobile/android/app/src/australis/java/org/mozilla/gecko/toolbar/ForwardButton.java
rename : mobile/android/base/java/org/mozilla/gecko/toolbar/ToolbarDisplayLayout.java => mobile/android/app/src/australis/java/org/mozilla/gecko/toolbar/ToolbarDisplayLayout.java
rename : mobile/android/app/src/main/res/color/action_bar_menu_item_colors.xml => mobile/android/app/src/australis/res/color/action_bar_menu_item_colors.xml
rename : mobile/android/app/src/main/res/drawable-large-v11/url_bar_nav_button.xml => mobile/android/app/src/australis/res/drawable-large-v11/url_bar_nav_button.xml
extra : rebase_source : db316de93b2f25284af5fc91ade0bf7eaf067f72
2017-08-01 09:55:48 +08:00
Gijs Kruitbosch ebd94e610a Bug 1354117 - remove pref from firefox.js, r=jaws
MozReview-Commit-ID: 3mrQ0vVD1zV

--HG--
extra : rebase_source : 87ca08e9abf1873a63a83594c1801ab029adbdb0
2017-08-02 11:32:09 +01:00
Gijs Kruitbosch 1409e6926f Bug 1354117 - stop relying on gPhotonStructure in bookmarks/history code, r=adw
MozReview-Commit-ID: FqUFNrSufvQ

--HG--
extra : rebase_source : 91e20d260e2fc227b153366aab09e37fbe99ef57
2017-08-01 19:55:41 +01:00
Gijs Kruitbosch a102d33f95 Bug 1354117 - don't force border radius to 0 for photon (x-ref bug 1374315), fix webextension tests, r=kmag
MozReview-Commit-ID: 2HAi5J7uzxP

--HG--
extra : rebase_source : ccd6bcca391a36196e24256b48db097edf1271e6
2017-08-01 18:37:41 +01:00
Gijs Kruitbosch e978f42b3e Bug 1354117 - remove photon checks from UITour, r=gasolin
MozReview-Commit-ID: 83MUmyjAtVH

--HG--
extra : rebase_source : 3728340d7e8b4c03b9ef570355ca7d55b8abfb9e
2017-08-02 11:18:42 +01:00
Gijs Kruitbosch 2b8e704244 Bug 1354117 - remove old panel code from panelUI and CSS, r=jaws
MozReview-Commit-ID: G6a9ybDxqki

--HG--
extra : rebase_source : 6b2ec759d40d120842de9be9945fb27cda494745
2017-08-01 19:59:38 +01:00
Gijs Kruitbosch f1b0d2d8c3 Bug 1354117 - remove old panel code from customize mode and update related CSS, r=jaws
MozReview-Commit-ID: IwKUWMTagCK

--HG--
extra : rebase_source : e6c54f3b5d6115574f22f31380a4a07601776d1c
2017-08-02 11:51:58 +01:00
Gijs Kruitbosch 45b4d7f5f4 Bug 1354117 - remove old panel code from CustomizableUI, add migration, r=jaws
MozReview-Commit-ID: 8kTETHR1P7X

--HG--
extra : rebase_source : 8eadae4ff04c153be7670154afe5f5005306136a
2017-08-01 12:56:48 +01:00
Gijs Kruitbosch 03a486b23d Bug 1354117 - fix telemetry and a number of tests that flip photon prefs, r=johannh
MozReview-Commit-ID: 7ynaIQm22eS

--HG--
extra : rebase_source : 703ceae16cbf521de2fa1689668c68f1f06f682a
2017-08-01 20:15:48 +01:00
Gijs Kruitbosch c4fb9878e0 Bug 1354117 - only dispatch view events once, and fix synced tabs button test, r=jaws
Prior to this patch, both CustomizableUI itself and the PanelMultiView module
tried to ensure that onViewShowing/Shown/Hiding/Hidden listeners were invoked
when the relevant DOM events fired.

PanelMultiView was doing this manually because CUI was only adding listeners
once the corresponding widget was created. Now that the relevant views can be
accessed without the corresponding widgets (via the fixed appMenu), there was
no guarantee that the listeners would be attached, and this caused empty
subviews.

Unfortunately, if the widget *was* present, it caused events to fire more than
once, which understandably broke consumers like the sync remote tabs widget,
which broke the test we're fixing up here. For other views, even if they were
not completely broken it at least did busy-work.

This patch removes the manual event invocation, and delegates the event
listener work to CUI from the PanelMultiView side. This ensures events fire,
and fire only once.

MozReview-Commit-ID: 94GhcrdcBuB

--HG--
extra : rebase_source : 4df42939aa06ec10b7f86c3c2e4fe75160c7e7bd
2017-08-01 12:45:55 +01:00
Gijs Kruitbosch beb6be4934 Bug 1354117 - Update various other customizableui tests for photon, r=adw
There are no more help/quit buttons in the panel that shows up in customize mode,
and there are no more hyphenation quirks in items in the panel, so those tests
have been removed. The remaining tests are updated to test the correct panels.

MozReview-Commit-ID: LiUWejjZC7c

--HG--
rename : browser/components/customizableui/test/browser_photon_customization_context_menus.js => browser/components/customizableui/test/browser_customization_context_menus.js
extra : rebase_source : 49cef6ebeee140aefdb7a90d64b48c0da8179dc1
2017-08-01 15:46:58 +01:00
Gijs Kruitbosch 277d122161 Bug 1354117 - fix or remove tests that drag items to the panel, r=adw
The new panel doesn't have placeholders, or a distinction between wide and
narrow widgets, so those tests can just be removed.

MozReview-Commit-ID: D61AjwMbabG

--HG--
extra : rebase_source : 662a74e50ea05c5a4c5fdee476cae10fc9862775
2017-07-31 18:26:38 +01:00
Gijs Kruitbosch 8216336ee8 Bug 1354117 - update panel button tests for photon, r=adw
MozReview-Commit-ID: 94mIvlOenCg

--HG--
extra : rebase_source : 165971d09f4bf5129aafcf2d6c1e11c1315cd6a1
2017-08-01 11:33:26 +01:00
Gijs Kruitbosch 1ad503ecf6 Bug 1354117 - update customize mode button state test, r=johannh
Again, this test is mostly useless now, so I would also be fine with just removing it.

MozReview-Commit-ID: BwOGQ5pwSQd

--HG--
extra : rebase_source : 1e5b961e4f0f9f17d0aee3e6cd3aeb1d6bc75741
2017-07-31 21:10:14 +01:00
Gijs Kruitbosch cf5f0b7624 Bug 1354117 - remove wrap handling for the bookmarks toolbar button and tests verifying it, r=johannh
MozReview-Commit-ID: CeSGIQrDPpw

--HG--
extra : rebase_source : 11a15f98fe7b4fc8fa26152ad5e5e43551cc8a3b
2017-07-31 21:52:06 +01:00
Gijs Kruitbosch e01119f316 Bug 1354117 - remove panel-specific styling and associated code, include closemenu in styling in overflow panel, r=johannh
MozReview-Commit-ID: 4EgZP0Huo80

--HG--
extra : rebase_source : 50373c85510d4cc3eb22ede813552bd70f5ee156
2017-07-27 16:27:05 +01:00
Luca Greco 2ad28511d1 Bug 1386786 - Fix Android browserAction.setTitle/getTitle behavior on switching and closing tab. r=mixedpuppy
MozReview-Commit-ID: LFxnySvBBOz

--HG--
extra : rebase_source : 5af740eac118af0f3d61ca972e5b94210b979b24
2017-08-02 21:26:50 +02:00
Dão Gottwald 2c32549a1d Bug 1387389 - Tab strip overflow indicator should flush with the selected tab. r=johannh
MozReview-Commit-ID: BoTYfT71NFE

--HG--
extra : rebase_source : cfb54919cce8086e06da171f25cfadd6880568e2
2017-08-04 13:29:26 +02:00
Prathiksha ba99d3ff1f Bug 1373206 - Create a new dialog for notification settings under Firefox Preferences to match the new spec. r=johannh
MozReview-Commit-ID: 5gk4mr3D0jT

--HG--
extra : rebase_source : 5caf97ce85ad22a92dc8405757731275375165b4
2017-06-29 23:49:35 +05:30
Xidorn Quan a0319f6892 servo: Merge #17970 - Preserve unit in specified time value (from upsuper:time-unit); r=emilio
This fixes #15346.

Source-Repo: https://github.com/servo/servo
Source-Revision: 7b299caf9b547412390512ff07a119a47d0cc1bf

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 71bdb7be12396254b953ebe22ff9735f2f1b8764
2017-08-04 05:35:41 -05:00
Xidorn Quan 9d92667c39 servo: Merge #17971 - Always set mBgPos for LineDirection::Vertical (from upsuper:linear-gradient); r=canaltinova
This fixes [bug 1385469](https://bugzilla.mozilla.org/show_bug.cgi?id=1385469).

Source-Repo: https://github.com/servo/servo
Source-Revision: 187254bf26fc9974c65d061a146bbbbfb484fbd3

--HG--
extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear
extra : subtree_revision : 3ac79946382f864940d986c11e184aaf4190c203
2017-08-04 04:31:19 -05:00
Julian Descottes 9679ff0b5a Bug 1386584 - Remove JSM boilerplate in devtools/shared/platform/chrome/stack;r=ochameau
MozReview-Commit-ID: EgbKH70NsM9

--HG--
extra : rebase_source : 00cb0d2d0732b55ca39d22adc819d9aabb547a5a
2017-08-02 13:24:14 +02:00