Sebastian Hengst
dbbdc1320c
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 2kKTSo87OJy
2017-07-20 10:56:34 +02:00
Kris Maglione
497bcba4b3
Bug 1382501: Don't use NetUtil to parse URIs. r=trivial
...
MozReview-Commit-ID: BepyXBOOuv2
2017-07-19 18:26:41 -07:00
Wes Kocher
518592e048
Backed out changeset c49af70f1a94 (bug 1378882) for eslint failures in ext-chrome-settings-overrides.js a=backout CLOSED TREE
...
MozReview-Commit-ID: DAuBI2jFzG3
2017-07-18 22:44:06 -07:00
Gijs Kruitbosch
6ea9acbc72
Bug 1354086 - switch overflow panel to using a photonpanelmultiview, allowing webextension views to specify their own size, r=mikedeboer
...
MozReview-Commit-ID: 1uHEKXsO8vh
2017-07-19 21:23:46 +01:00
Mike Taylor
f087cb0b89
Bug 1330146. Remove windows-xp and windows-vista values from extension-win-panel.css. r=kmag
...
(They do don't anything since Bug 1325503)
MozReview-Commit-ID: 4GPuBkGyAu5
2017-07-19 11:43:07 -05:00
Nicolas Chevobbe
550c5dbe71
Bug 1382690 - Adapt extensions inspect() calls to the new frontend. r=bgrins
...
The inspect command in extension was directly calling jsterm.inspectObject and doing so bypassed
the code we implemented for the command on the new frontend (i.e. no more variable view).
This patch modifies the jsterm inspectObject function so it can do the expected behavior,
and also reverts some changes made in the original inspect command bug, so we only deal with
the new frontend code in jsterm.inspectObject.
This implied changing an extension test that was waiting for the variable view to boot-up.
The test was modified to match the tests we already have for the inspect command on the new
console frontend.
MozReview-Commit-ID: 8fZV20Mck8r
2017-07-20 14:56:46 +02:00
Michael Kaply
ce627f6470
Bug 1378882 - Support is_default for built-in engines only. r=mixedpuppy
...
MozReview-Commit-ID: C4iM2boQhK3
2017-07-18 11:28:33 -05:00
Ryan VanderMeulen
ab2a463ea5
Merge m-c to autoland. a=merge
2017-07-18 12:52:05 -04:00
Ryan VanderMeulen
a8a002a1ce
Merge inbound to m-c. a=merge
2017-07-18 12:14:50 -04:00
Wes Kocher
3981e2e92d
Backed out changeset 9b44720d645b (bug 1357902) for android xpcshell failures in test_ext_startup_cache.js a=backout
...
MozReview-Commit-ID: KzJWDUsEJoK
2017-07-17 23:28:33 -07:00
Luca Greco
f64189b389
Bug 1341304 - Implement devtools.panels.elements.onSelectionChanged. r=aswan
...
MozReview-Commit-ID: HMKvnk3wDyX
2017-06-01 20:06:53 +02:00
Kit Cambridge
baf9b5cdad
Bug 1380718 - Include the operation name in bookmark validation errors. r=mak
...
MozReview-Commit-ID: H4vp6ZULSq7
2017-07-13 10:09:49 -07:00
Bob Silverberg
5e908eb7b7
Bug 1333376 - Support reading the title and setting the title preface of a Window object, r=aswan
...
Implements a title property on the Window object, and allows for a titlePreface to be set
both via windows.create and via windows.update.
MozReview-Commit-ID: CaWwPN0utzs
2017-07-05 16:53:10 -04:00
Thomas Wisniewski
58faf0ee3f
Bug 1348911 - Add lastAccessed to tabs.Tab; r=mixedpuppy,zombie
...
MozReview-Commit-ID: 4ulhseGDQ4P
2017-07-07 20:17:23 -04:00
Kris Maglione
643ee6f895
Bug 1357902 - Use improved locale service APIs for localization. r=gandalf
...
MozReview-Commit-ID: 6Aj0SZkCJwg
2017-05-04 18:28:05 -07:00
Wes Kocher
923890cc3a
Backed out changeset a897a38aad5c (bug 1357902) for xpcshell failures in test_ext_startup_cache.js a=backout
...
MozReview-Commit-ID: 7peWbHfCcGx
2017-07-17 17:43:16 -07:00
Wes Kocher
093db128d8
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: EAJy9kHnb32
2017-07-17 17:36:04 -07:00
Kris Maglione
f1909813eb
Bug 1357902 - Use improved locale service APIs for localization. r=gandalf
...
MozReview-Commit-ID: 6Aj0SZkCJwg
2017-05-04 18:28:05 -07:00
Kris Maglione
6efaf66ac4
Bug 1381337: Don't contstrain popup select dropdowns to the document viewport. r=aswan
...
MozReview-Commit-ID: HzISTjddHHK
2017-07-16 13:13:03 -07:00
Kris Maglione
857229d344
Bug 1379508: Follow-up: Disable select popup test on Linux for frequent intermittent failures.
...
MozReview-Commit-ID: GiHc1OVMFEh
2017-07-15 21:08:44 -07:00
Kris Maglione
b067729a94
Bug 1379508: Follow-up: Disable select popup test on OS-X for alignment issues.
...
MozReview-Commit-ID: 9GfteuwKeTb
2017-07-15 15:27:24 -07:00
Kris Maglione
d1e71fd7ee
Bug 1379508: Part 3 - Support <select> popups in OOP popup browsers. r=zombie
...
MozReview-Commit-ID: BuAjyqg1aja
2017-07-13 15:47:52 -07:00
Swapnesh Kumar Sahoo
644cd8eb67
Bug 1321544 - Support icons for context menu items; r=zombie
...
MozReview-Commit-ID: HLaL8h0WK2c
2017-07-11 22:27:20 +05:30
Kris Maglione
83d403d84c
Bug 1380290: Use correct message manager when communicating with inline options browsers. r=aswan
...
MozReview-Commit-ID: HpxXG3S2zgp
2017-07-12 17:41:12 -07:00
dw-dev
24b3acee78
Bug 1269300 Patch 5;r=mixedpuppy
...
MozReview-Commit-ID: ByikIYU4ASF
2017-07-13 18:34:29 +01:00
Bob Silverberg
aaf77663a9
Bug 1330494 - Part 2: Use the ExtensionsSettingsStore to handle precedence for extensions using chrome_url_overrides, r=aswan
...
MozReview-Commit-ID: 5sKtIXjdSmC
2017-06-28 13:11:19 -07:00
Mark Banner
b1b7a75372
Bug 1380009 - Enable the ESLint no-return-await call to avoid unnecessary intermediate promise creation. r=mossop
...
MozReview-Commit-ID: EnhSBHMjurr
2017-07-11 22:49:55 +01:00
Thomas Wisniewski
326c595931
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
2017-06-30 09:11:18 -04:00
Kris Maglione
103ba64e08
Bug 1357486: Enable OOP extensions by default on Windows. r=aswan
...
MozReview-Commit-ID: 3Tet7tNtmGx
2017-07-06 21:13:40 -07:00
Kris Maglione
74e871a71b
Bug 1357486: Part 0g - Run remote debugger host browser in same TabGroup as extension pages. r=me
...
MozReview-Commit-ID: BPqf0X1hwV6
2017-07-08 15:56:10 -07:00
Kris Maglione
8f3415fa10
Bug 1357490: Part 2: Run browser xpcshell tests in both in-process and OOP modes. r=aswan
...
MozReview-Commit-ID: 1ogotK4j3cy
2017-05-29 14:10:27 -07:00
Sebastian Hengst
eee4bfdf52
Backed out changeset e017440a55a8 (bug 1357490)
2017-07-08 11:30:47 +02:00
Sebastian Hengst
0e23d27727
Backed out changeset 7124641a168f (bug 1357486)
2017-07-08 11:23:24 +02:00
Kris Maglione
8f13d414d9
Bug 1357486: Enable OOP extensions by default on Windows. r=aswan
...
MozReview-Commit-ID: 3Tet7tNtmGx
2017-07-06 21:13:40 -07:00
Kris Maglione
86ce0db3e8
Bug 1357490: Part 2: Run browser xpcshell tests in both in-process and OOP modes. r=aswan
...
MozReview-Commit-ID: 1ogotK4j3cy
2017-05-29 14:10:27 -07:00
Carsten "Tomcat" Book
38f8043d36
Backed out changeset c32994ea5a67 (bug 1357490)
2017-07-07 10:43:53 +02:00
Kris Maglione
1c8442c654
Bug 1357490: Part 2: Run browser xpcshell tests in both in-process and OOP modes. r=aswan
...
MozReview-Commit-ID: 1ogotK4j3cy
2017-05-29 14:10:27 -07:00
Gijs Kruitbosch
90cac15204
Bug 1370967 - close containing popup when clicking a non-popup browser action, r=mixedpuppy
...
MozReview-Commit-ID: HkdV5FUPnDV
2017-07-03 17:14:58 +01:00
Tomislav Jovanovic
430db70aab
Bug 1351638 - Fix intermittents caused by menus_commands test r=kmag
...
MozReview-Commit-ID: FsU2MHL0c9o
2017-07-04 03:12:34 +02:00
Sebastian Hengst
3b79a3d804
Backed out changeset 4d0faee8c200 (bug 1370967) for eslint failure: missing comma at browser_ext_browserAction_popup.js:132. r=backout
2017-07-05 22:34:23 +02:00
Gijs Kruitbosch
b6b47745de
Bug 1370967 - close containing popup when clicking a non-popup browser action, r=mixedpuppy
...
MozReview-Commit-ID: HkdV5FUPnDV
2017-07-03 17:14:58 +01:00
Gijs Kruitbosch
e4d7874f9d
Bug 1378194 - ordering of buttons in browser_ext_themes_icons.js matters; don't append bookmarks menu button at the end, r=jaws
...
MozReview-Commit-ID: 8WOsV4u9DJY
2017-07-04 22:51:36 +01:00
Kris Maglione
08cf606587
Bug 1375002: Get rid of the omnibox_internal namespace. r=me
...
This namespace has schema definitions which spuriously expose it to extension
callers, and does not support lazy loading correctly, which breaks certain
usage patterns.
2017-07-04 15:17:45 -07:00
Stephen A Pohl
25a2c736a1
Bug 1356317: Support remote layer trees in popups. r=kmag
2017-07-04 13:45:18 -05:00
Phil Ringnalda
daac6ceed1
Bug 1377358 followup, pacify eslint
...
MozReview-Commit-ID: 3iraxMxLxXK
2017-07-01 14:39:19 -07:00
Ursula Sarracini
372bbc20f2
Bug 1377358 - browser/components/extensions/test/browser/browser_ext_tabs_onUpdated.js fails when Activity Stream is enabled. r=kmag
...
MozReview-Commit-ID: G7Po0FIzxuw
2017-07-01 13:43:57 -07:00
Wes Kocher
b987e71f1d
Backed out changeset c3f7c2d4303f (bug 1321544) for frequent failures in browser_ext_contextMenus_icons.js a=backout
2017-06-30 11:36:34 -07:00
Shane Caraveo
c674d4fe17
Bug 1338898 fix 150 char limit for context menu text selection, r=aswan,mattw
...
MozReview-Commit-ID: IqECfaFSbGZ
2017-06-29 15:11:29 -07:00
Swapnesh Kumar Sahoo
49cab8bdb0
Bug 1321544 - Support icons for context menu items; r=mixedpuppy,zombie
...
MozReview-Commit-ID: 2caNYYCQ7C7
2017-06-15 01:32:00 +05:30
Andrew Swan
3358f38632
Bug 1369577 Part 2 Propagate isHandlingUserInput for browserAction, pageAction, and menus r=kmag
...
The implementations of browserAction, pageAction, and menu onClick
handlers now stash the current <browser> until we get a reply from
the extension process indicating that the handler has finished running.
We also have to take care to keep that <browser> around even if the
permissions api has to be loaded asynchronously.
MozReview-Commit-ID: BYJaiwdj40u
2017-06-15 12:48:40 -07:00