Bob Silverberg
ccd9787851
Bug 1322308 - Allow WebExtensions to read the overriden homepage and newTab values, r=mixedpuppy
...
This introduces browser.browserSettings.homepageOverride and browser.browserSettings.newTabPageOverride
which will return the values of the overridden home page and the overridden new tab page.
These browserSettings are read-only.
MozReview-Commit-ID: A9vJP2QIaoA
2017-07-17 14:16:02 -04:00
Wes Kocher
7d6cb9f00c
Merge inbound to central, a=merge
...
MozReview-Commit-ID: 3N9jinnrmjb
2017-08-25 16:21:57 -07:00
Ryan VanderMeulen
9e94d56a1a
Bug 1332144 - Fix no-extra-semi ESLint failure in ext-find.js. r=me
2017-08-25 15:39:39 -04:00
Luca Greco
d0114a759d
Bug 1377401 - Fix devtools.inspectedWindow test intermittent. r=aswan
...
MozReview-Commit-ID: ICghVmM5q5F
2017-08-24 13:11:52 +02:00
Kevin Jones
9b657f178a
Bug 1332144 - Add browser.find extension API. r=mikedeboer, r=mixedpuppy
...
Provides access to the browser's internal Find APIs. Can search,
get range data and rect data on found results, and highlight results.
2017-08-24 18:24:00 -04:00
Michael Kaply
146fab608c
Bug 1378882 - Support is_default for built-in engines only. r=mixedpuppy
...
MozReview-Commit-ID: C4iM2boQhK3
2017-07-18 11:28:33 -05:00
Sebastian Hengst
8dcc1cbd4a
Backed out changeset 5d5c1a6c3f3a (bug 1378882) for eslint failures at ext-chrome-settings-overrides.js:37 and ext-chrome-settings-overrides.js:37. r=backout
2017-08-24 18:28:02 +02:00
Michael Kaply
88553805f7
Bug 1378882 - Support is_default for built-in engines only. r=mixedpuppy
...
MozReview-Commit-ID: C4iM2boQhK3
2017-07-18 11:28:33 -05:00
Dão Gottwald
9f413e0429
Bug 1390359 - Replace faded out (i) icon with a search icon when the location bar is empty or modified. r=adw
...
MozReview-Commit-ID: 8Q6MeB1XuyD
2017-08-24 09:30:39 +02:00
Wes Kocher
3001c13440
Backed out changeset df24976c2a46 (bug 1390359) for test_chrome_element_css.py failures a=backout
...
MozReview-Commit-ID: I0zHTpanBS0
2017-08-24 00:13:25 -07:00
Dão Gottwald
8cbe15a04e
Bug 1390359 - Replace faded out (i) icon with a search icon when the location bar is empty or modified. r=adw
...
MozReview-Commit-ID: BQJ8ZiFAzco
2017-08-23 09:41:48 +02:00
Shane Caraveo
9b70006d73
Bug 1385630 ensure elements are attached to all windows before onReady, r=Gijs
...
MozReview-Commit-ID: Jb0t9FREsTh
2017-08-23 09:13:55 -07:00
Dão Gottwald
e5a3be9f0f
Bug 1391017 - Use a .bookmark-item placeholder for the bookmarks toolbar items in the toolbar while customizing. r=Gijs
...
MozReview-Commit-ID: JB9OSshDLKy
2017-08-23 13:01:06 +02:00
Julian Descottes
84727de33b
Bug 1392531 - add test for devtools extensions using inspected window from panel;r=rpl
...
MozReview-Commit-ID: F1ZXG9JoySr
2017-08-22 16:32:14 +02:00
Julian Descottes
f493553983
Bug 1392531 - create dedicated tab target instance for web-extensions;r=jdescottes
...
MozReview-Commit-ID: G7EOfYnZuZw
2017-08-22 16:31:44 +02:00
Luca Greco
1a1e5c509c
Bug 1382487 - Fix devtools onSelectionChanged API event test case intermittency. r=aswan
...
MozReview-Commit-ID: GvljckBZpgN
2017-08-15 17:08:27 +02:00
Luca Greco
08ddc0c735
Bug 1341305 - Implement devtools.panels.elements.createSidebarPane and sidebar's setObject APIs. r=aswan
...
MozReview-Commit-ID: 2OhNuUWY9CP
2017-07-24 16:58:55 +02:00
Phil Ringnalda
8375c5b301
Merge inbound to m-c, a=merge
...
MozReview-Commit-ID: LCCoXUsCtmv
2017-08-19 15:29:10 -07:00
Phil Ringnalda
e56ea7ba8d
Backed out changeset bb2763b51dad (bug 1332144) for landing with insufficient review
...
MozReview-Commit-ID: 2b699CVS9gk
2017-08-19 09:08:00 -07:00
Kevin Jones
6c66392185
Bug 1332144 - API browser.find r=mikedeboer
...
Provides access to the browser's internal Find APIs. Can search,
get range data and rect data on found results, and highlight results.
MozReview-Commit-ID: 6hbNJuvJO3
2017-08-18 09:56:22 -06:00
Wes Kocher
9a9581c0d5
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: EgYue63nSkv
2017-08-18 16:29:11 -07:00
Shane Caraveo
b22572cbe6
Bug 1391720 remove _blank support for background pages, r=kmag
...
MozReview-Commit-ID: aRpNSrE483
2017-08-18 11:30:01 -07:00
Florian Quèze
9dd6a6c038
Bug 1373331 - update browserAction buttons synchronously when creating them to avoid flickering in new windows, r=kmag.
2017-08-18 21:53:30 +02:00
Kris Maglione
0577011c6c
Bug 1391472: Part 1 - Remove integer property check from IconDetails.normalize. r=mixedpuppy
...
We already do this check at the schema level, so the added check in
IconDetails is unnecessary.
MozReview-Commit-ID: JTEE0xWH0a4
2017-08-18 12:25:40 -07:00
Julian Descottes
aaea6acb73
Bug 1374735 - use DevToolsShim to retrieve the WebExtensionInspectedWindowFront;r=ochameau,rpl
...
Expose an API to retrieve devtools' WebExtensionInspectedWindowFront which is needed
for webextensions. Exposed a new API on devtools/DevToolsShim
MozReview-Commit-ID: Dyc2UUJGsrs
2017-07-12 11:04:28 +02:00
Julian Descottes
0136ec01f5
Bug 1374735 - use DevToolsShim to create TabTarget in ext-devtools;r=mixedpuppy
...
Removing dependencies from mozilla-central to devtools. Use DevTools shim instead
of directly depending on devtools code here.
MozReview-Commit-ID: CeV5tfw1Vnz
2017-06-22 20:44:56 +02:00
Ryan VanderMeulen
f40c0d4a06
Backed out 4 changesets (bug 1374735) for test_ext_i18n.js failures on a CLOSED TREE.
...
Backed out changeset 50a36fb7c7f9 (bug 1374735)
Backed out changeset da075933f7bc (bug 1374735)
Backed out changeset b7435cd66ce3 (bug 1374735)
Backed out changeset 22baf4e67730 (bug 1374735)
2017-08-18 12:34:22 -04:00
Julian Descottes
01c83703fb
Bug 1374735 - use DevToolsShim to retrieve the WebExtensionInspectedWindowFront;r=ochameau,rpl
...
Expose an API to retrieve devtools' WebExtensionInspectedWindowFront which is needed
for webextensions. Exposed a new API on devtools/DevToolsShim
MozReview-Commit-ID: Dyc2UUJGsrs
2017-07-12 11:04:28 +02:00
Julian Descottes
db97328707
Bug 1374735 - use DevToolsShim to create TabTarget in ext-devtools;r=mixedpuppy
...
Removing dependencies from mozilla-central to devtools. Use DevTools shim instead
of directly depending on devtools code here.
MozReview-Commit-ID: CeV5tfw1Vnz
2017-06-22 20:44:56 +02:00
Wes Kocher
83129664ff
Merge inbound to m-c a=merge
...
MozReview-Commit-ID: CQeEqtGlaXh
2017-08-17 16:16:51 -07:00
Michael Kaply
8181264d88
Bug 1390153 - Add support for suggest_url to WebExtension added engines. r=mixedpuppy
...
MozReview-Commit-ID: IPsDbwZ8KSy
2017-08-14 10:56:47 -05:00
Carsten "Tomcat" Book
d62cef0a12
Merge mozilla-central to mozilla-inbound
2017-08-17 13:13:10 +02:00
Kris Maglione
a0e9e1acb5
Bug 1238314: Part 2 - Implement browser.tabs openerTabId functionality. r=aswan
...
MozReview-Commit-ID: L4ycNoQDfa
2017-08-04 16:13:59 -07:00
Drew Willcoxon
062e2f296c
Bug 1385418 - Remove disabled pocket code for the toolbar button now that it's been replaced by the item in the page action panel. r=Gijs
...
MozReview-Commit-ID: 1wANxaD3QaV
2017-08-16 10:13:15 -07:00
Shane Caraveo
c01f2f1be3
Bug 1341126 implement open for browser/page/sidebar actions, r=kmag,zombie
...
MozReview-Commit-ID: 5r5aGpyPQ6W
2017-03-08 23:36:25 -08:00
Shane Caraveo
b701920ecd
Bug 1388902 remove socialapi share, r=florian
...
MozReview-Commit-ID: Kcjugf3Ql6y
2017-08-16 08:54:21 -07:00
Carsten "Tomcat" Book
2fed701ed0
merge mozilla-inbound to mozilla-central a=merge
2017-08-15 11:42:11 +02:00
Kris Maglione
d6686bb29e
Bug 1387907: Follow-up: Move identity module init data to ext-browser.json.
...
MozReview-Commit-ID: Jw8gNOGDuxw
2017-08-12 17:41:34 -07:00
Blake Winton
055a186c4c
Bug 1374048 - Show the sidebar extension icon in the header. r=Gijs, ui-r=shorlander.
...
MozReview-Commit-ID: 3FLYauvCs8E
2017-08-08 14:31:40 -04:00
Geoff Brown
3155bc7138
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
Dão Gottwald
fcc243e9bd
Bug 1389740 - Rename urlbar-icons to page-action-buttons. r=gijs
...
MozReview-Commit-ID: 980Rvv8mxtU
2017-08-14 16:45:17 +02:00
Sebastian Hengst
3443590645
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 4cZJ3qFjvPY
2017-08-12 23:49:21 +02:00
Sebastian Hengst
c191a5443c
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
a29e4c0d87
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
2017-08-12 17:49:35 +02:00
Geoff Brown
d40a783dba
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
Tomislav Jovanovic
fb39394a05
Bug 1377734 - Avoid instantiating a lazy tab from sendMessage, r=mixedpuppy
...
MozReview-Commit-ID: KfYg6hG8KmC
2017-08-11 02:16:33 +02:00
Andrew Swan
ad7a175876
Bug 1359558 Part 3 Add a test for extension newtab overrides with temporary addon installation r=bsilverberg
...
MozReview-Commit-ID: JPEPMa80SI2
2017-07-28 14:15:09 -07:00
Andrew Halberstadt
1ecb0adc26
Bug 1385352 - Enable 'mozilla/no-arbitrary-setTimeout' eslint rule on browser-chrome tests, r=standard8
...
MozReview-Commit-ID: 5lO0uAjHMsw
2017-08-10 14:48:21 -04:00
Phil Ringnalda
5e91797776
Backed out changeset 6896f93a2327 (bug 1385352) for not making it to m-c before the next violation of its new linting rule merged to autoland
...
MozReview-Commit-ID: 3HDE2C3wSU0
2017-08-10 20:21:19 -07:00
Wes Kocher
d292002f8c
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 2YvHbITn9w3
2017-08-10 18:25:34 -07:00