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

48234 Коммитов

Автор SHA1 Сообщение Дата
Edouard Oger 0943c36687 Bug 1210296 part 1 - Remove most event loop spinning from Sync. r=kitcambridge,markh,tcsc
MozReview-Commit-ID: 9RpgSgXykWt

--HG--
extra : rebase_source : 834df5b9b38a8332885a6c488f64215b550cad33
2017-06-05 18:50:07 -04:00
Ricky Chien 63938a224e Bug 1377845 - Fix TypeError: frame is undefined when resizing sub-dialog window r=MattN,scottwu
MozReview-Commit-ID: HjiaIyZHgkL

--HG--
extra : rebase_source : 6fe2382f6707925637f4e001b203574195c35751
2017-07-08 11:34:54 +08:00
Ricky Chien edd91b8333 Bug 1377845 - Fix wrong tooltip position when menulist and button appear in grid r=jaws
MozReview-Commit-ID: EpsfX27WTrx

--HG--
extra : rebase_source : 106a2abb272c411a7c91476a6b925e0ffc297939
2017-07-04 16:14:51 +08:00
Timothy Guan-tin Chien 405d342580 Bug 1378136 - Redirect user to the general pane for search settings on old preferences page. r=jaws
MozReview-Commit-ID: Akb4yDPhWTF

--HG--
extra : rebase_source : a3b0341c9996c9480023c294a1383ace7b531532
2017-07-10 17:01:41 +08:00
Mike Taylor 75d40b8cda Bug 1371335. Part 4 - Remove pref observer during bootstrap shutdown(). r=florian
MozReview-Commit-ID: 6vg6H0hY5d

--HG--
extra : rebase_source : fd9f9ab18ddf2c20dde8f516718b63a223212017
2017-07-10 13:58:53 -05:00
Mike Taylor b1d0776a02 Bug 1371335. Part 3 - Add TabListener.jsm to browser_startup tests. r=Gijs
MozReview-Commit-ID: K9mLOe0M2cC

--HG--
extra : rebase_source : 0239d598e120ba33d77021c689217a6d6313d2f9
2017-06-28 09:58:51 -07:00
Mike Taylor da1e9c7890 Bug 1371335. Part 2 - Don't init WebCompatReporter add-on until after browser-delayed-startup-finished. r=florian
MozReview-Commit-ID: FkPhAju5usQ

--HG--
extra : rebase_source : 791ee2bf31c6fe099d5bee6ad8a14634598930cd
2017-06-28 09:58:24 -07:00
Mike Taylor 97404df205 Bug 1371335. Part 1 - Lazily load TabListener module. r=Gijs
MozReview-Commit-ID: JDEOMwkHVlj

--HG--
extra : rebase_source : 817d261031e78643d8af566bd3870e826002d7d3
2017-06-28 09:57:52 -07:00
Gijs Kruitbosch 1458bba9bc Bug 1380084 - clicking the library button when it's in the overflow panel shouldn't close the panel, r=mikedeboer
MozReview-Commit-ID: BgeWkj4bZib

--HG--
extra : rebase_source : 2876bd00340ed2495592161cc88e49974b5ef13d
2017-07-11 20:15:30 +01:00
Gijs Kruitbosch 8e183f6784 Bug 1366813 - add a flexible space item in customize mode in photon, r=mossop
MozReview-Commit-ID: 4k4VdBa4HCt
2017-07-11 13:13:35 -07:00
Wes Kocher e06435f389 Backed out changeset 051284a3564e (bug 1366813) for apparently causing autophone tests to frequently fail a=backout
MozReview-Commit-ID: 9GUFY9VAGW3

--HG--
extra : rebase_source : 84e593e1870b9ad3559487371d0c692d63e3ad6e
2017-07-11 12:39:26 -07:00
Nicolas Chevobbe 5c29bff5c6 Bug 1308566 - Exclude reps.css from browser_parsable_css test. r=bgrins
MozReview-Commit-ID: EzG3c6qhtOj

--HG--
extra : rebase_source : 230e8bf4d434246882fc412757ff80517352bed6
2017-07-11 18:57:39 +02:00
Edouard Oger f4f4832d9e Bug 1369539 - Sync UI startup performance improvements. r=florian,markh
MozReview-Commit-ID: 7ibJokJttLh

--HG--
extra : rebase_source : 7eac08de35da72744ce4b101d4f52229fe0e0688
2017-07-04 14:23:33 -04:00
Gijs Kruitbosch 8681f1b118 Bug 1366813 - add a flexible space item in customize mode in photon, r=mossop
MozReview-Commit-ID: 4k4VdBa4HCt

--HG--
extra : rebase_source : 320c57ea37c94eecf01db9220f473a256ce5ac87
2017-07-10 23:34:12 +01:00
Mark Banner 2ffe110c16 Bug 1368245 - Move browser_page_action_menu's copyURL test into its own clipboard subsuite specific test to try and avoid intermittents. r=mak
MozReview-Commit-ID: 5tipFLkpvbh

--HG--
extra : rebase_source : 3a2e2da56a51bba978efb8a996e9a9b20b05e635
2017-07-10 10:44:12 +01:00
gasolin 03729a45ce Bug 1379860 - shipping origin new tab page view by default;r=Gijs
MozReview-Commit-ID: DGVBYXs6WZH

--HG--
extra : rebase_source : add2b11c7d96c5d48cb6bcfda87e5bc173e5bf39
2017-07-11 16:08:58 +08:00
Marco Bonardo bfc44708bc Bug 1371677 - Delay the database connection in the history service as far as possible. r=adw
Makes initing Places services cheaper, by delaying the connection creation to the first time
it's actually needed.
Same way, delays reading the bookmark roots at the first time they are requested.
Deprecates the concept of lazy observers, since they are no more needed, we can just use addObserver.
Simplifies the startup path: always sends "places-init-complete" (both as a category and a topic) when
the connection starts and adds a "locked" database state when we can't get a working connection.
Makes PlacesCategoriesStarter register for the new category, since it's cheaper than being a bookmarks
observer.
Fixes a couple race conditions in keywords and expiration due to new startup timings.
Removes a test in test_keywords.js that is no more easily feasible, since it'd requires a pre-build
places.sqlite that should be kept up-to-date at every version.

MozReview-Commit-ID: 6ccPUZ651m0

--HG--
extra : rebase_source : 07376076eb42c84caaedeffd75f133d83a6c3d70
2017-06-09 18:51:09 +02:00
Mark Banner 2cab05d5b9 Bug 1376925 - In the bookmarks folder tree of the edit dialog, don't invalidate elements whilst we are editing. Also improve the stability of browser_bookmarksProperties.js. r=mak
MozReview-Commit-ID: IRDgLVACMxG

--HG--
extra : rebase_source : ddf398073334602cce60d0ff4d04f870351d5674
2017-07-04 14:27:44 +01:00
Mark Banner 5ef90cd6f6 Bug 1376925 - Avoid some warnings about this._paneInfo being undefined in editBookmarkOverlay.js when an event happens during closing the dialog. r=mak
MozReview-Commit-ID: GZKe4z6kpGP

--HG--
extra : rebase_source : 2a06e543de79054946f97b3f3474dbb1316ef942
2017-07-04 14:18:11 +01:00
Mark Banner 4780146c53 Bug 1376925 - Modernise browser_bookmarksProperties.js to use async functions and assert. r=mak
MozReview-Commit-ID: 26PBBgP9tSf

--HG--
extra : rebase_source : 606290789574efc71a85fa132655fd6b7b116669
2017-07-04 13:20:53 +01:00
Ricky Chien 91017c1aa7 Bug 1377315 - Update the search icon r=dao
MozReview-Commit-ID: JCa2HuMp0r7

--HG--
extra : rebase_source : 7dce4bebe07ad5f2f340712d03741154fa39ab31
2017-07-11 15:25:05 +08:00
Gijs Kruitbosch 4a1523e31c Bug 1378427 - move context menus around, fix flickering in dynamic portion of the overflow menu for photon, r=jaws
Apparently the hover state of the combined buttons does not interact well with the menus unless they
share the same containing popup/panel. We broke that condition in bug 1354078. The expedient thing
is to simply move the popup back, and move it back and forth if/when the photon pref is flipped.
When removing the pref, we can simplify this by always putting the menu in the overflow panel.

I also noticed that we use the toolbar context menu in the dynamic portion of the overflow panel.
This has the same problem, and to fix it I switched us to using the same (panel) context menu in
the photon case. Doing this in the non-photon case won't help because the context menu will be in
a separate panel (namely the old hamburger panel) entirely.

MozReview-Commit-ID: 4neHMukTzHA

--HG--
extra : rebase_source : e9f18996383eb7e249dc17b0dc1a84bb6ce3f11d
2017-07-07 15:54:13 +01:00
gasolin 707e2adcab Bug 1379558 - Button style in onboarding should follow photon button style;r=mossop,rexboy
MozReview-Commit-ID: JNXUvOPJDjO

--HG--
extra : rebase_source : cb83c1534e63b25ce3e5003a7e1ced681d33b272
2017-07-10 15:38:17 +08:00
Rex Lee 4fb9eca15e Bug 1371542 - Support popping up search/history of single search bar (urlbar) in UITour. r=mak
MozReview-Commit-ID: JGNKxROa1ph

--HG--
extra : rebase_source : edc35681ab5afa5af1c961fd8bbf52079206debb
2017-06-19 14:49:48 +08:00
gasolin 345a2f81da Bug 1375775 - test cases for reusable tourset;r=mossop
MozReview-Commit-ID: IlxgYRuFpCc

--HG--
extra : rebase_source : 5fb443a6181e909e6e7dad276e0e5b60ba983936
2017-07-07 11:52:33 +08:00
gasolin 6a631df7f2 Bug 1375775 - Allow reuse existing tours;r=mossop
MozReview-Commit-ID: 4KwLBH5oPXY

--HG--
extra : rebase_source : 3741ce9cc856264774810bd26b727d5fa6ebc2f8
2017-06-26 14:25:55 -07:00
Wes Kocher 1ef5d8834c Merge m-c to autoland, a=merge 2017-07-10 18:51:05 -07:00
Wes Kocher 8e3be4c671 Merge inbound to central, a=merge 2017-07-10 18:43:02 -07:00
Timothy Guan-tin Chien e20d1fd33b Bug 1378168 - Ensure overlay notification icon sizing. r=mossop
MozReview-Commit-ID: BNHxuSK2B5R

--HG--
extra : rebase_source : b3596656cd76e20397099621ee761a599653e658
2017-07-06 13:39:19 +08:00
Fischer.json 9fbf3ccc81 Bug 1377433 - Should not do the sliding-up tour notification transition, r=mossop
MozReview-Commit-ID: L4aDUF1s9OI

--HG--
extra : rebase_source : cfdd97d6f6ee5196d6f22303e0a332fa5cd59d31
2017-06-30 06:37:09 -07:00
Sebastian Hengst e57529282b Backed out changeset a8d854de191c (bug 1327947) for eslint failures in browser_applications_selection.js. r=backout 2017-07-10 17:15:47 +02:00
Chris AtLee 7bed4f1a85 Bug 1371038: Add configs for doing DMD builds r=Callek
This adds the mozconfigs, mozharness configs and taskcluster changes required
to create optimized DMD builds for linux64, win32, win64 and macosx64.

These builds will happen nightly on mozilla-central

We also add support for custom build variants on Windows (or other generic
worker environments).

MozReview-Commit-ID: HrVT9PLSWVx

--HG--
extra : rebase_source : 39ac752a312afe04187728da82a4a7f722634811
2017-06-22 12:49:03 -04:00
Wes Kocher f3484aa1b2 Backed out changeset dec7cb09336e (bug 1369539) for test_uistate.js failures a=backout
MozReview-Commit-ID: 4SBjyEI1v6q
2017-07-10 16:51:15 -07:00
Jonathan Kingston 29bc27bfad Bug 1327947 - Remove id's from about:preferences#containers as it breaks sorting for applications. r=jaws
MozReview-Commit-ID: H39D5kT4lc5

--HG--
extra : rebase_source : d56e62ff0b6143cac70d36354300c1e7db70ba26
2017-07-05 17:45:27 -07:00
Ed Lee 3c6952efcf Bug 1379522 - Add pinned sites, context menu ordering, cleared history, other fixes to Activity Stream. r=ursula
MozReview-Commit-ID: ESlcuSuzoDH

--HG--
extra : rebase_source : 83739c36ee85a074fc672a8c446e0bea095e2284
2017-07-09 17:04:38 -07:00
Mike Conley 5f84b6f9b1 Bug 1378193 - Alter browser_startup_images.js so that it can test both the Photon and non-Photon configurations. r=johannh
MozReview-Commit-ID: A1KYZCQt6By

--HG--
extra : rebase_source : bc9f5956ccb4562e2022e83fe308dc3b96cb2e7a
extra : intermediate-source : 6586c52d21b49ecb769a6838edb05d7b9adfac83
extra : source : 73eb7a1748736bd9dfaf691322c1e50dc02a0ec5
2017-07-06 14:47:06 -04:00
Thomas Wisniewski 6e4b30e56a Bug 1376991 - Extend browsingData to restrict removing cookies to a give list of hostnames; r=mixedpuppy
MozReview-Commit-ID: 4Tfneh5s1Q8
***
Fixes for try run failures

MozReview-Commit-ID: 2BAT1GUcvH3

--HG--
extra : rebase_source : a9e3777e3967ee4e95bb27bd575020ed16a559e9
2017-06-30 09:11:18 -04:00
Fischer.json 3c65b9c7b2 Bug 1376558 - Should not migrate session for Firefox auto-refresh, r=MattN
This patch introduces an new environment variable called MOZ_RESET_PROFILE_MIGRATE_SESSION. Only when MOZ_RESET_PROFILE_MIGRATE_SESSION is set then Firefox profile migrator would migrate the old profile session data.

MozReview-Commit-ID: 5XNBSPzx9AR

--HG--
extra : rebase_source : 5ce482c2038192a43f5e7b3201dadc439d9f8273
2017-06-27 11:27:15 -07:00
Sebastian Hengst 6408570fd1 merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-07-09 11:21:38 +02:00
Sebastian Hengst d00887532b merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IZdWUL0ee1b
2017-07-09 11:19:35 +02:00
Sebastian Hengst e0967cf4de Backed out changeset e017440a55a8 (bug 1357490) 2017-07-08 11:30:47 +02:00
Sebastian Hengst 7d874f78d7 Backed out changeset fa4a2714ae9b (bug 1357486) for frequently failing xpcshell's toolkit/mozapps/extensions/test/xpcshell/test_delay_update_webextension.js on Windows debug. r=backout 2017-07-08 11:24:18 +02:00
Sebastian Hengst 15b1ddec90 Backed out changeset 7124641a168f (bug 1357486) 2017-07-08 11:23:24 +02:00
Sebastian Hengst 2a64b2c947 Backed out changeset bb1aa3b7bdf3 (bug 1357486) 2017-07-08 11:23:02 +02:00
Kris Maglione 0a18cd6c99 Bug 1357486: Follow-up: Skip optional permissions test with e10s disabled.
MozReview-Commit-ID: CadIoyzBeJ6
2017-07-07 23:14:17 -07:00
Kris Maglione c57409fca6 Bug 1357486: Enable OOP extensions by default on Windows. r=aswan
MozReview-Commit-ID: 3Tet7tNtmGx

--HG--
extra : source : 7124641a168ffaa20461764f2f554992dfd856e6
extra : absorb_source : a8b47dcf788b841a832ea5a8669f8940b2412f6d
extra : histedit_source : dd3cab4db72f4d24b3103834a644173632064d25
2017-07-06 21:13:40 -07:00
Kris Maglione 330469aeb9 Bug 1357486: Part 0g - Run remote debugger host browser in same TabGroup as extension pages. r=me
MozReview-Commit-ID: BPqf0X1hwV6

--HG--
extra : rebase_source : 82b80bbb47533d1bc4ad0ec1e3767b3858d0e946
extra : absorb_source : 9ee1c9f7e5a42743d2ea9e49eae2f509d85ada21
extra : histedit_source : cf82313b4725f01ecd6c6a41b519e41a2d107e09
2017-07-08 15:56:10 -07:00
Kris Maglione 1ce176d9d5 Bug 1357486: Part 0a - Fix permissions tests with OOP extensions. r=aswan
MozReview-Commit-ID: DQY56nmlSci

--HG--
extra : source : fa4a2714ae9b05ed28e76e1b61570c97ed69a81d
extra : histedit_source : 890bd840933f8ae309994b909f977190e6c90ae0
2017-07-07 23:14:17 -07:00
Kris Maglione b2069a4a9b Bug 1357486: Enable OOP extensions by default on Windows. r=aswan
MozReview-Commit-ID: 3Tet7tNtmGx

--HG--
extra : rebase_source : 5589394a4f7e738374b59e468ca58714d9ba3ab2
extra : histedit_source : 1d84968039fc33231000dade71d1efdfc35f4165
2017-07-06 21:13:40 -07:00
Kris Maglione d305e9cb6c Bug 1357486: Part 0a - Fix permissions tests with OOP extensions. r=aswan
MozReview-Commit-ID: DQY56nmlSci

--HG--
extra : rebase_source : 30a534be12015c49ccb7dd13dad41f498f230ba2
extra : histedit_source : c8a6672f1343cafd0f2d1a2be807ecf478d837fb
2017-07-07 12:19:21 -07:00