Sebastian Hengst
1a4a26905f
merge mozilla-inbound to mozilla-central. r=merge a=merge
2017-10-10 06:12:26 -03:00
Matthew Noorenberghe
070990e993
Bug 1352791 - Use a pushPermissions helper for alerts b-c tests. r=MattN
...
MozReview-Commit-ID: E6tsp3TioBS
--HG--
extra : rebase_source : 0838676cb13b47f87b7ecf0d4c3fbcc510448954
2017-10-09 18:49:54 -04:00
Kevin Jones
e25ef66af6
Bug 1406912 - Fix _serializeRangeData does not handle ranges found in same node properly. r=mixedpuppy
...
--HG--
extra : amend_source : 10c38fa5cf069e7d7bf7d23c7f992149462bd297
2017-10-09 12:42:00 -04:00
Sebastian Hengst
aa7c8d6587
merge mozilla-central to mozilla-inbound. r=merge a=merge
2017-10-09 23:58:00 +02:00
Edouard Oger
92b40bd5fa
Bug 1398491 - Use SpecialPowers.pushPermissions instead of Services.perms.add in browser_notification_open_settings.js. r=MattN
...
MozReview-Commit-ID: NzlSA8Kt2t
--HG--
extra : rebase_source : 81539819ba3e41020a6d75a1b306fdd9364ea526
2017-10-09 17:07:22 -04:00
Sebastian Hengst
c2d6023454
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 36L7JL73CzG
2017-10-09 23:52:04 +02:00
Jared Wein
a885cdff0b
Bug 1406964 - Fading out the toolbar buttons should use a quicker easing function. r=Gijs
...
MozReview-Commit-ID: Esopfx645qF
--HG--
extra : rebase_source : cfca0d386cf76ee93bd6cc09b21e6f79a735bdf7
2017-10-09 11:50:54 -04:00
Dão Gottwald
86965428b4
Bug 1406478 - Set browser.tabs.tabMinWidth to 76. r=jaws
...
MozReview-Commit-ID: 3bbTd1Fmtc5
--HG--
extra : rebase_source : f6f5bf4a1587be3f82010a9cd02d7c6598d084c0
2017-10-09 19:38:47 +02:00
Ian Moody
113e92470d
Bug 1404568 - Use the correct browser_action theme icons when the action is in a menu-panel. r=mixedpuppy
...
The patch adding support for specifying theme icons had a bug in the CSS: it
added styles for the action in a menu-panel depending on theme, but missed out
the theme pseudo-class selectors. Therefore the dark text icon was always used
since it was last in the CSS.
Additionally, the menu panels can't be styled, so still have light backgrounds
and dark text even in light text themes. If a light icon is used in the menu
panel in a light text theme it will be hard to see.
Thus, this patch adds the pseudo-class for dark text themes, but removes the
selector entirely for light text themes.
MozReview-Commit-ID: AmKVDYwGGKj
--HG--
extra : rebase_source : 3e88af5b0ad27b22e5b4456ee980fd60b6498c8a
2017-10-04 01:40:45 +01:00
Ian Moody
53b9116eab
Bug 1404568 - Improve webext browser_action icon fallbacks. r=mixedpuppy
...
Currently if there is no default icon at the specified size, the default icon
falls back to the light text icon at that size. This is wrong in two ways:
First, the default theme uses dark text, so it should fallback to the dark icon
Secondly, authors expect the unsized default_icon to be used if specified
This patch fixes both of these issues, so that the default icon first falls back
to the unsized default_icon, and then only if that is not specified falls back
to the dark icon
MozReview-Commit-ID: C3RRTKhYq6r
--HG--
extra : rebase_source : dc10f5c65c763412edbe467bb75aeb4fbcd32ffc
2017-10-08 13:23:33 +01:00
Sebastian Hengst
51446ede21
Backed out changeset 0a482229bed6 (bug 967895) for rooting hazard. r=backout
...
--HG--
extra : amend_source : a0a3ca7e33d17ce5a96effccef92d61ab5f373dd
2017-10-09 19:18:23 +02:00
Sebastian Hengst
d65084ce8c
Backed out changeset bf81d961c576 (bug 967895)
2017-10-09 19:18:06 +02:00
Sebastian Hengst
926fa0e3ae
Backed out changeset a4fc441d0663 (bug 1406478) for failing browser-chrome's browser/base/content/test/general/browser_tabReorder.js. r=backout
2017-10-09 19:10:18 +02:00
Mike de Boer
50959cb695
Bug 1387808 - Don't ever fixate the width and height of the main view, but leave it flexible. r=Gijs
...
MozReview-Commit-ID: AJw6yI6Onje
--HG--
extra : rebase_source : 144739ba16418ce0867a6dd7ac086c4ea4676c51
2017-10-05 13:14:02 +02:00
Marco Bonardo
30d9a9082f
Bug 1402555 - followup to close the urlbar popup, since some tests are unhappy with the status quo. r=post-facto
...
MozReview-Commit-ID: It8GhKfWj3n
--HG--
extra : rebase_source : 5c1218eac9eaa04aa75b7640513867c938ca0d2b
2017-10-09 18:29:37 +02:00
Georg Fritzsche
fceee5b7a0
Bug 1402609 - Part 2: Make Experiments.jsm recover from unloadable manifest cache. r=Dexter
2017-10-06 05:05:00 -04:00
Joel Maher
400ab2eb53
Bug 1350189 - Disable browser/components/extensions/test/browser/test-oop-extensions/browser_ext_tabs_create.js for frequency failures. r=me, a=test-only
2017-10-09 11:10:33 -04:00
Joel Maher
07d42b1d97
Bug 1243263 - Disable browser_notification_tab_switching.js for frequency failures. r=me, a=test-only
2017-10-09 11:10:33 -04:00
Sebastian Hengst
57b1e21136
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: Lbq8F50U0Nf
2017-10-08 11:44:16 +02:00
Dale Harvey
bb342466b7
Bug 1406353 - Give autocomplete panel extra margin. r=dao
...
MozReview-Commit-ID: A1jR564IKjt
--HG--
extra : rebase_source : e6aa62b7ab8838b3dcdc7c49c565a80564bf7116
2017-10-03 16:37:00 +01:00
Dão Gottwald
3ecb9a0c32
Bug 1406620 - Set fill-opacity for bookmarks tree icons. r=mak
...
MozReview-Commit-ID: 6dnRbidUp2H
--HG--
extra : rebase_source : 5b370d5c57e68117359b17b38e90a3df82ac453b
2017-10-07 12:04:11 +02:00
Marco Bonardo
03fe5fe3ea
Bug 1402555 - deleting history from urlbar completion list doesn't work. r=adw
...
MozReview-Commit-ID: 6W0Nz9N8DtJ
--HG--
extra : rebase_source : 14d7396896a881e1de9b22f12af592fdc33f2f9e
2017-10-05 15:13:36 +02:00
Sebastian Hengst
82568c5a56
Backed out changeset 3faf2c49b172 (bug 1402555) for failing xpcshell's toolkit/components/places/tests/unifiedcomplete/test_autocomplete_on_value_removed_479089.js. r=backout
2017-10-07 13:12:34 +02:00
Marco Bonardo
327e8fc601
Bug 1402555 - deleting history from urlbar completion list doesn't work. r=adw
...
MozReview-Commit-ID: 6W0Nz9N8DtJ
--HG--
extra : rebase_source : e8fcf71b2f560eebda7a1864f93d0770771042ce
2017-10-05 15:13:36 +02:00
Sebastian Hengst
3c8747ae61
merge mozilla-central to autoland. r=merge a=merge
2017-10-07 10:52:29 +02:00
Sebastian Hengst
5d61e2eec8
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: JDCYKq7yKwb
2017-10-07 10:45:11 +02:00
Sebastian Hengst
b834f0d177
merge autoland to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 7Ez95T2ivfR
2017-10-07 10:37:39 +02:00
Yura Zenevich
f8fc1e245e
Bug 1403867 - clean up indicator selector rules. r=dao
...
MozReview-Commit-ID: GngibDnm4k7
2017-10-06 12:42:38 -04:00
Sebastian Hengst
96c3aea4fc
Backed out changeset c1c3cb16a29b (bug 1406405) for frequently failing browser/extensions/pdfjs/test/browser_pdfjs_main.js. r=backout
2017-10-06 18:36:44 +02:00
Ryan VanderMeulen
f8db024d39
Bug 1406405 - Update pdf.js to version 1.9.628. r=bdahl
2017-10-06 11:05:03 -04:00
Ryan VanderMeulen
ad4646fe98
Bug 1406405 - Update pdf.js to version 1.9.630. r=bdahl
2017-10-06 16:28:10 -04:00
Yura Zenevich
4e3feba463
Bug 1403867 - fixing positioning of indicators when menubar persists. r=johannh
...
MozReview-Commit-ID: CycpquSvcl2
2017-10-06 10:33:27 -04:00
Ed Lee
1a9a5a030b
Bug 1405539 - Add info doorhanger, collapsible sections and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: C5LXhbuI0EA
--HG--
extra : rebase_source : 0a1227122be1a7442bfd424eef02d277c947fb6c
2017-10-05 15:38:54 -07:00
Ursula Sarracini
5cc71c5ceb
Bug 1400326 - Preparing existing about:home for 57 if we decide not to ship activity stream on it r=k88hudson,Mardak
...
MozReview-Commit-ID: IprIOuZQJxL
--HG--
extra : rebase_source : 98eeb2852dea7f4a2bd2a2d261bd6bbb16fd4d3f
2017-10-06 17:20:11 -04:00
Dan Banner
14ad0fcb62
Bug 1395890 - Change all ESLint rules that are warnings to errors. r=standard8
...
MozReview-Commit-ID: LJS6m1GppiS
--HG--
extra : rebase_source : 4a14e3309b7d554d9a1aa0d26f464e26bec3291e
2017-09-18 19:07:17 +01:00
Sam Foster
bdbc4e152e
Bug 1400831 - Use a shorter tab-drop-indicator image to fit both default and compact themes, and move its box-align to CSS. r=dao
...
* Fix shadow overlap and re-optimize w. pngcrush and optipng w. -strip all to remove metadata
MozReview-Commit-ID: GJJfYMUz34q
--HG--
extra : rebase_source : 9b3869b24f163c98885cfe664002d1d23381b293
2017-10-02 11:01:21 -07:00
Tomislav Jovanovic
4328bf904a
Bug 1398514 - Use slower documents for executeScript_runAt test r=kmag
...
MozReview-Commit-ID: 56FMa4sjO3Z
--HG--
rename : browser/components/extensions/test/browser/file_iframe_document.sjs => browser/components/extensions/test/browser/file_slowed_document.sjs
rename : mobile/android/components/extensions/test/mochitest/file_iframe_document.sjs => mobile/android/components/extensions/test/mochitest/file_slowed_document.sjs
extra : rebase_source : 638741cd4031e875d8d818b24adfd475ebb58a97
2017-10-05 19:22:00 +02:00
Prathiksha
844504d98f
Bug 1368460 - Update urlbar in chromeless popups to match Photon style. r=dao
...
MozReview-Commit-ID: FRMcn6gwFY1
--HG--
extra : rebase_source : 291c38364f14ff1a3e5d939f9bea53c2c68beba7
2017-09-30 21:45:02 +05:30
Dão Gottwald
b0ded25979
Bug 1399500 - Light and Dark themes should use the same toolbar borders as the default theme. r=johannh
...
MozReview-Commit-ID: Cs6a7AZiOrV
--HG--
extra : rebase_source : 0b4d91254f145dd35fd566630ca464b87e3cd5dc
2017-10-06 16:41:43 +02:00
Mark Banner
bf63e702dc
Bug 1404126 - Upgrade Follow-on search add-on to 0.9.5. r=past
...
--HG--
extra : rebase_source : a59c272e89e1c1f45e34c67650e04c00d1e86813
2017-10-06 13:13:31 +01:00
Marco Bonardo
c14d0488a0
Bug 1356758 - Intermittent timeouts in browser_UsageTelemetry_urlbar.js. r=adw
...
MozReview-Commit-ID: 3pCG35lHis2
--HG--
extra : rebase_source : 23427009c0848ef4bcd09280567da065539747bd
2017-10-04 17:39:59 +02:00
Phil Ringnalda
6ea2792d77
Backed out 9 changesets (bug 1396066) for Windows reftest failures
...
CLOSED TREE
Backed out changeset e41f9295ee00 (bug 1396066)
Backed out changeset 7a22efa8df6b (bug 1396066)
Backed out changeset ed95eea7105c (bug 1396066)
Backed out changeset 635746c88630 (bug 1396066)
Backed out changeset 5b1997aeaead (bug 1396066)
Backed out changeset 19c9ea492f5e (bug 1396066)
Backed out changeset b9d8e4588584 (bug 1396066)
Backed out changeset 87b44ea10407 (bug 1396066)
Backed out changeset e5b9aed44133 (bug 1396066)
MozReview-Commit-ID: K9q3MfPBc5E
2017-10-06 20:48:23 -07:00
Johann Hofmann
c6be8da32b
Bug 1391539 - Show tab separators when hovering tabs. r=dao
...
This patch also fixes the hover background color of tabs in
Windows 7 (it was mistakenly being overriden), which got a little
more noticeable through the non-changing tab separators.
This patch further adds a missing top border on selected
tabs when drag space or title bar is enabled (which is
required to set the correct border-image on hovered tabs borders).
MozReview-Commit-ID: FJ9wMtA6Pb5
--HG--
extra : rebase_source : 7b8bb1c30bce7b13dcc551ee21f07e74c6e8fa3d
2017-10-05 13:59:28 +02:00
Boris Zbarsky
8f7b55fa2b
Bug 1396066 followup. Fix the expected message to be the right non-ASCII thing, admit that devtools don't use UA-only media features.
...
The path to a no-longer-CLOSED TREE beckons.
MozReview-Commit-ID: KPbT6HvbDGF
2017-10-06 12:14:37 -04:00
Sebastian Hengst
859547cf29
Backed out changeset b05a80fad5bc (bug 1405539) for frequently failing chrome-3's toolkit/components/extensions/test/mochitest/test_chrome_ext_downloads_saveAs.html on Windows debug. r=backout on a CLOSED TREE
2017-10-06 17:58:26 +02:00
Emilio Cobos Álvarez
cb60710747
Bug 1396066: Tentatively fix browser_parsable_css.js. r=me
...
On a CLOSED TREE.
MozReview-Commit-ID: AoXRdaInYbM
2017-10-06 17:02:20 +02:00
Marco Bonardo
e5991df3ec
Bug 1405687 - Remove some deprecated code from Places related code. r=standard8
...
MozReview-Commit-ID: 411z07otlfN
--HG--
extra : rebase_source : 43f91cb30a7ad85f633b653d153a657ebdad1893
2017-10-04 16:33:46 +02:00
Dale Harvey
d6f87cf957
Bug 1403359 - Switch search bar to photon icon. r=dao
...
MozReview-Commit-ID: DQT8PfZHPZa
2017-10-07 11:28:44 +02:00
Ed Lee
b6f0a8f2d8
Bug 1405539 - Add responsive bookmarking, info doorhanger and bug fixes to Activity Stream. r=k88hudson
...
MozReview-Commit-ID: C5LXhbuI0EA
--HG--
extra : rebase_source : 580d19a032d6d033317c88470256d864ea8bc529
2017-10-05 15:38:54 -07:00
Ricky Chien
e413f2f6ce
Bug 1389550 - Move help button into category and remove init_dynamic_padding in preferences.js r=jaws
...
MozReview-Commit-ID: 3IU7jTqYr5g
--HG--
extra : rebase_source : aa594d7e839776ca0f20f085203c6c38428f45b2
2017-09-28 15:43:12 +08:00