Commit Graph

860 Commits

Author SHA1 Message Date
Iris Hsiao
445627dd15 Backed out changeset efb859759339 (bug 1323311) for eslint failure 2017-04-10 11:12:20 +08:00
Andy McKay
3e6e882d0c bug 1323311 make tabs.move on multiple tabs more reliable r=kmag
MozReview-Commit-ID: 9o4huF1f60g
2017-04-07 16:52:00 -07:00
Sebastian Hengst
cd36d1bb46 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: IkoXCAwjjKu
2017-04-08 22:49:04 +02:00
kernp25
e42851c3cc Bug 1339416 - contextMenus.OnClickData should have the frameId. r=mixedpuppy 2017-04-04 12:00:16 +02:00
Johann Hofmann
6f157e5a1c Bug 1337772 - Part 2 - Explicitly trigger a mousedown event before opening the context menu in browser_context_menu.js. r=MattN
MozReview-Commit-ID: ADTskzMoK9t
2017-04-06 11:00:11 +02:00
Phil Ringnalda
5a455001b6 Backed out changeset 0a3044dc01d2 (bug 1354342) for eslint bustage 2017-04-06 20:26:36 -07:00
Andy McKay
bb84219010 bug 1354342 allow a relativeUrl for homepage r=mixedpuppy
MozReview-Commit-ID: 86V6vFjO66C
2017-04-06 17:12:57 -07:00
Andy McKay
1d724214ed bug 1354342 allow a relativeUrl for homepage r=mixedpuppy
MozReview-Commit-ID: 86V6vFjO66C
2017-04-07 09:14:08 -07:00
Tomislav Jovanovic
06b6ba54d3 Bug 1328758 - Better error messages for tabs.executeScript r=kmag
MozReview-Commit-ID: PQhltZVepj
2017-04-02 01:05:37 +02:00
Kris Maglione
937291f42b Bug 1350522: Part 4 - Convert browser APIs to lazy loading. r=aswan
MozReview-Commit-ID: BQoWF9nHOuF
2017-04-02 11:59:55 -07:00
Gijs Kruitbosch
4d22728a9a Bug 1356030 - move HiddenFrame.jsm to toolkit, r=kmag
MozReview-Commit-ID: DUuYqamNMdT
2017-04-13 11:42:56 +01:00
Sebastian Hengst
f26e7bf11f Backed out changeset 7b1f88583896 (bug 1342207) for frequently failing browser_ext_tabs_onHighlighted.js. r=backout 2017-04-13 18:09:13 +02:00
Bob Silverberg
8c6b21c565 Bug 1342207 - chrome.tabs.onActivated does not fire for new windows, r=kmag
MozReview-Commit-ID: D9Nwd9lc57x
2017-04-04 09:43:50 -04:00
Tushar Saini (:shatur)
ca4bc56154 Bug 1280582 - Implement browser.history.onTitleChanged. r=bsilverberg,mixedpuppy
MozReview-Commit-ID: jzil9lDYnN
2017-03-08 21:18:19 +05:30
Florian Queze
451928e614 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Sebastian Hengst
f75839c723 Backed out changeset 55f3df15eaa6 (bug 1356569) 2017-04-14 23:39:17 +02:00
Florian Queze
61aabdf237 Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
Kris Maglione
2461e0c579 Bug 1346607: Follow-up: Fix intermittent failure on Windows. r=me
MozReview-Commit-ID: 9tfJ4ekq7BR
2017-03-23 21:18:42 -07:00
Kris Maglione
a48a112588 Bug 1346607: Begin speculative preload of popups on hover. r=mixedpuppy
Ideally we'd try to detect hover intent here, but the preload is relatively
cheap, so I don't think we have much to lose by starting out simple.

MozReview-Commit-ID: 7pjiohGMJVc
2017-03-11 19:05:09 -08:00
Kris Maglione
74034f0817 Bug 1335180: Fix race in browser_ext_tabs_reload_bypass_cache. r=mixedpuppy
MozReview-Commit-ID: FXqRHwZUll6
2017-03-14 09:20:17 -07:00
Shane Caraveo
ca388f6f17 Bug 1318791 support internal commands to open actions from context menus, r=kmag
MozReview-Commit-ID: 8haLmxc81BM
2017-03-22 10:25:25 -07:00
Mark Banner
ec9074e132 Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
MozReview-Commit-ID: LH0CQOPfoe6
2017-03-20 12:36:37 +01:00
Luca Greco
00ac3a3d48 Bug 1345722 - Split webNavigation onCreatedNavigationTarget tests to prevent them to fail intermittently. r=mixedpuppy
MozReview-Commit-ID: 9s8qgBrpAfz
2017-03-20 19:38:36 +01:00
Tomislav Jovanovic
d4b3c25736 Bug 1339559 - Identify script that resulted in non-structured-clonable data r=kmag
MozReview-Commit-ID: AURB4Qpwimh
2017-03-13 09:04:45 +01:00
Sebastian Hengst
6978d4ed55 merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: 8nsStTZt40O
2017-03-18 16:24:53 +01:00
Jerry Krinock
0c4dcaae3a Bug 1343473 - Fixed parentId on the root node returned from bookmarks.getSubTree. r=bsilverberg, r=mixedpuppy 2017-03-16 15:43:00 -04:00
Matthew Wein
589da2dc3a Bug 1338525 - Add test coverage for theme validation r=mikedeboer
MozReview-Commit-ID: FLYMpceZYhA
2017-03-09 16:56:46 -05:00
Shane Caraveo
971740bd92 Bug 1339440 use frameUrl to match context menus on frames r=kmag
MozReview-Commit-ID: LIlAZIP4HNx
2017-03-16 15:02:28 -07:00
Shane Caraveo
36835ed342 Bug 1339739 fix intermittent timeout by splitting browser_ext_sidebarAction.js, r=kmag
MozReview-Commit-ID: KeBJHSXo23a
2017-03-16 14:27:05 -07:00
Sebastian Hengst
2f33f5f382 Backed out changeset 1a4f971e5654 (bug 1338525) 2017-03-16 20:52:26 +01:00
Matthew Wein
2f9edde594 Bug 1338525 - Add test coverage for theme validation r=mikedeboer
MozReview-Commit-ID: FLYMpceZYhA
2017-03-09 16:56:46 -05:00
Phil Ringnalda
e85047a56b Backed out changeset 075395ba45fe (bug 1339440) for browser_ext_contextMenus_chrome.js failures
CLOSED TREE
2017-03-15 18:32:50 -07:00
Shane Caraveo
60936bd8c0 Bug 1339440 use frameUrl to match context menus on frames r=kmag
MozReview-Commit-ID: LIlAZIP4HNx
2017-03-15 15:58:53 -07:00
Tomislav Jovanovic
7db7bfa408 Bug 1319070 - Test matching against the principal. r=kmag
MozReview-Commit-ID: LjuiizBh1OK
2017-03-15 10:06:43 +01:00
Michael Kaply
ba4a954649 Bug 1341458 - Move homepage to chrome_settings_overrides. r=bsilverberg,mixedpuppy
MozReview-Commit-ID: 5wtaUxXco8z
2017-03-07 10:31:43 -06:00
Matthew Wein
93a16b0494 Bug 1275287 - Use the same browser_style styling for options that we use for popups r=mixedpuppy
MozReview-Commit-ID: HtbkC9Nf6S8
2017-02-02 15:32:02 -08:00
Iris Hsiao
2af0d05963 Backed out changeset eead99c3e41a (bug 1275287) for mochitest failures in browser_ext_optionsPage_browser_style.js 2017-03-14 10:38:11 +08:00
Matthew Wein
6f7c8d7825 Bug 1275287 - Use the same browser_style styling for options that we use for popups r=mixedpuppy
MozReview-Commit-ID: HtbkC9Nf6S8
2017-02-02 15:32:02 -08:00
Luca Greco
692f25ee4b Bug 1344376 - Clicking on a link with target=_blank should fire onCreatedNavigationTarget. r=billm
MozReview-Commit-ID: JVao8IuBz9B
2017-03-06 20:55:02 +01:00
Bob Silverberg
80f8ac8b27 Bug 1341541 - WebExtensions bookmarks.getRecent() results include raw tag objects, r=mak,mixedpuppy
MozReview-Commit-ID: 8FabO0eoktP
2017-02-28 08:44:43 -05:00
Jared Wein
65b889c822 Bug 1343921 - Implement support for custom icons through the Theming API. r=mattw,mikedeboer
MozReview-Commit-ID: KMMR7cT8Mzp
2017-03-06 18:10:39 -05:00
Sebastian Hengst
7864646906 Backed out changeset 1666512ef081 (bug 1343921) for failing browser_ext_themes_chromeparity.js and browser_ext_themes_icons.js. r=backout on a CLOSED TREE 2017-03-06 23:18:57 +01:00
Michael Kaply
b876cf83dc Bug 1344773 - Backout bug 1298950. r=mixedpuppy
MozReview-Commit-ID: 5tzksbcHtA9
2017-03-06 11:33:54 -06:00
Jared Wein
14f0b2dbdb Bug 1343921 - Implement support for custom icons through the Theming API. r=mattw,mikedeboer
MozReview-Commit-ID: KMMR7cT8Mzp
2017-03-06 15:16:35 -05:00
Carsten "Tomcat" Book
b67f88b34f merge mozilla-inbound to mozilla-central a=merge 2017-03-06 10:53:27 +01:00
Luca Greco
2ddaa37842 Bug 1340529 - Fix shown/hidden events for a devtools_panel toggled from toolbox preferences. r=kmag
MozReview-Commit-ID: H81qwCEoaf9
2017-02-16 04:07:49 +01:00
Tomislav Jovanovic
1e42e23ef5 Bug 1337975 - Fix intermittent tabs.create test_urlbar_focus r=mixedpuppy
MozReview-Commit-ID: J16ztP81Zov
2017-03-02 22:39:06 +01:00
Carsten "Tomcat" Book
646ad1d024 merge mozilla-inbound to mozilla-central a=merge 2017-03-03 13:03:48 +01:00
Tomislav Jovanovic
6648694ff1 Bug 1343583 - Fix individual tests for function toString revision r=aswan
MozReview-Commit-ID: LHABSIrgpBi
2017-03-02 00:46:13 +01:00
Wes Kocher
cd6ff174c9 Backed out 2 changesets (bug 1343583) at developer's request a=backout
Backed out changeset 10fccfc11db1 (bug 1343583)
Backed out changeset 3b9e06e3d9b8 (bug 1343583)

MozReview-Commit-ID: FKEYDU9MZIa
2017-03-02 10:44:07 -08:00