Commit Graph

1180 Commits

Author SHA1 Message Date
Tomislav Jovanovic
812ef85b1f Bug 1302742 - Add keyboard modifiers to contextMenus ClickInfo r=aswan
MozReview-Commit-ID: K4YnQdH5uOO
2017-01-27 21:10:58 +01:00
Carsten "Tomcat" Book
f53b3fce32 merge mozilla-inbound to mozilla-central a=merge 2017-01-30 15:59:14 +01:00
Kris Maglione
ac9a65f7ab Bug 1334893: Don't reset theme styling when non-theme extension shuts down. r=aswan
MozReview-Commit-ID: 19I0GDxvDcb
2017-01-29 12:23:50 -08:00
Wes Kocher
5c5bcbe39e Merge inbound to central, a=merge
MozReview-Commit-ID: HvoljuLV6Gj
2017-01-27 16:37:18 -08:00
Shane Caraveo
f094e18e5f Bug 1190689 implement onAuthRequired for WebRequest, r=kmag
MozReview-Commit-ID: D6ydPIMNzDI
2017-01-26 13:40:36 -08:00
Andrew Swan
d23b45b581 Bug 1203330 Part 2 Convert EventManager uses to SingletonEventManager r=kmag
MozReview-Commit-ID: A12TPwAYzTS
2017-01-26 11:27:03 -08:00
Andrew Swan
1ac8741081 Bug 1203330 Part 1 Fix SingletonEventManager r=kmag
This patch adds the ability to run SingletonEventManager handlers in
different modes: sync, async, raw (no exception handling, arg cloning,
or asynchrony), or asyncWithoutClone. When you call the handler,
you're required to specify which variant you want.

Existing uses of SingletonEventManager are all converted to async calls.
Note that some of them were previously synchronous, but it didn't appear
to be necessary.

Also added a callOnClose for SingletonEventManager when the last listener
is removed.

MozReview-Commit-ID: ATHO97dWf3X
2017-01-26 20:00:33 -08:00
Phil Ringnalda
5781d2a09e Backed out 3 changesets (bug 1203330) for failures in test_delay_update_webextension.js
CLOSED TREE

Backed out changeset 2d42350d209a (bug 1203330)
Backed out changeset 3a12c51c3eca (bug 1203330)
Backed out changeset 31fac390e15d (bug 1203330)
2017-01-26 19:13:11 -08:00
Carsten "Tomcat" Book
f4f95b21aa merge mozilla-central to mozilla-inbound 2017-01-27 11:16:17 +01:00
Florian Quèze
c8cf49999e Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws. 2017-01-27 10:51:03 +01:00
Luca Greco
3f04a09ede Bug 1300584 - Implements devtools.inspectedWindow.reload. r=kmag
MozReview-Commit-ID: J4ttcS7efsO
2017-01-28 06:26:53 +01:00
Andrew Swan
99c8d3a692 Bug 1203330 Part 2 Convert EventManager uses to SingletonEventManager r=kmag
MozReview-Commit-ID: A12TPwAYzTS
2017-01-26 11:27:03 -08:00
Andrew Swan
8e5ca9edb5 Bug 1203330 Part 1 Fix SingletonEventManager r=kmag
This patch adds the ability to run SingletonEventManager handlers in
different modes: sync, async, raw (no exception handling, arg cloning,
or asynchrony), or asyncWithoutClone. When you call the handler,
you're required to specify which variant you want.

Existing uses of SingletonEventManager are all converted to async calls.
Note that some of them were previously synchronous, but it didn't appear
to be necessary.

Also added a callOnClose for SingletonEventManager when the last listener
is removed.

MozReview-Commit-ID: ATHO97dWf3X
2017-01-26 13:43:12 -08:00
Florian Quèze
91f7a2ef3a Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
Phil Ringnalda
70771ea7b7 Merge m-i to m-c, a=merge 2017-01-24 18:53:29 -08:00
Kris Maglione
061a3cc2d5 Bug 1333201: Don't import gDevTools.jsm before necessary. r=rpl
MozReview-Commit-ID: 9bNA3ZEEYD3
2017-01-23 13:22:10 -08:00
Jared Wein
12aff64d01 Bug 1330340 - Implement support for lightweight theme properties (headerURL, accentcolor, textcolor) for Theming API. r=mikedeboer
MozReview-Commit-ID: GS1Gh4HVcOt
2017-01-24 11:44:44 -05:00
Wes Kocher
8496af7fee Backed out changeset 386d5a9d293f (bug 1333201) for b-c bustage a=backout CLOSED TREE
MozReview-Commit-ID: HIjhQCxDn0B
2017-01-24 11:59:27 -08:00
Kris Maglione
c9d8753f08 Bug 1333201: Don't import gDevTools.jsm before necessary. r=rpl
MozReview-Commit-ID: 9bNA3ZEEYD3
2017-01-23 13:22:10 -08:00
Matthew Wein
19b6371ca2 Bug 1234150 - Support overriding "about:newtab" using chrome_url_overrides. r=aswan,mixedpuppy
MozReview-Commit-ID: 4psqXfT1w2p
2017-01-10 14:24:50 -05:00
Luca Greco
0c375e7f02 Bug 1300584 - Implements devtools.inspectedWindow.eval. r=kmag
MozReview-Commit-ID: 6Z76W8tKt9x
2016-12-02 15:46:49 -05:00
Phil Ringnalda
d06e2ad618 Backed out changeset 70253d6678af (bug 1295072) for failures in browser_ext_tabs_create.js 2017-02-05 13:23:21 -08:00
Tomislav Jovanovic
d497eb8908 Bug 1295072 - Focus urlbar after opening an empty new tab r=kmag
MozReview-Commit-ID: 3dzCzHTxQrh
2017-02-04 20:48:38 +01:00
Bob Silverberg
1542684f23 Bug 1321303 - Part 8: Implement browsingData serviceWorkers dataType, r=baku
MozReview-Commit-ID: 10zSlmaKjIj
2016-12-23 16:27:46 -05:00
Bob Silverberg
66a527bc67 Bug 1321303 - Part 7: Implement browsingData.removePasswords, r=aswan,Dolske
MozReview-Commit-ID: E23EYrBs3Ze
2016-12-20 16:32:47 -05:00
Bob Silverberg
dfcc29a5bd Bug 1321303 - Part 6: Implement browsingData.removePluginData, r=mak
MozReview-Commit-ID: EpHceeFKMf7
2016-12-19 16:55:02 -05:00
Bob Silverberg
56cc7b6721 Bug 1321303 - Part 5: Implement browsingData.removeFormData, r=aswan
MozReview-Commit-ID: aK6m7vl3i1
2016-12-14 14:29:57 -05:00
Bob Silverberg
c8b6355fd6 Bug 1321303 - Part 4: Implement browsingData.removeDownloads, r=aswan
MozReview-Commit-ID: 6D0bLoJBByy
2016-12-13 12:41:11 -05:00
Bob Silverberg
f8a183f8ac Bug 1321303 - Part 3: Implement browsingData.removeHistory, r=aswan
MozReview-Commit-ID: 5BkLOGUSqfZ
2016-12-12 16:44:59 -05:00
Bob Silverberg
ae3ccfbb6f Bug 1321303 - Part 2: Implement browsingData.removeCache, r=aswan
MozReview-Commit-ID: 3mBgpkoFaYJ
2016-12-01 14:01:08 -05:00
Bob Silverberg
8fa4d6fdf2 Bug 1321303 - Part 1: Implement browsingData.remove and removeCookies, r=aswan,mak
MozReview-Commit-ID: DawjN9bGcmL
2016-11-30 10:18:02 -05:00
Mark Banner
55868dde7c Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
MozReview-Commit-ID: 62Hp5ISxowJ
2017-01-18 10:30:39 +00:00
Luca Greco
4f52828b28 Bug 1291737 - implements devtools.inspectedWindow.tabId. r=kmag
MozReview-Commit-ID: L60Ivfl8dVG
2016-11-18 19:05:27 +01:00
Luca Greco
058d05c385 Bug 1291737 - Implements the devtools_page context. r=kmag
MozReview-Commit-ID: CxS5e101C3z
2017-01-18 15:55:21 +01:00
Carsten "Tomcat" Book
25b0f4912d merge mozilla-inbound to mozilla-central a=merge 2017-01-19 16:05:22 +01:00
Kris Maglione
1deafeed86 Bug 1331999: Fix race in setting initial popup background color. r=aswan
MozReview-Commit-ID: KgRTxRIFbVd
2017-01-18 11:38:46 -08:00
Kris Maglione
fe512e6f1b Bug 1320395: Part 3 - Run WebExtensions in their own process type. r=billm,bobowen
MozReview-Commit-ID: FZ4f1Lda5vh
2017-01-12 14:11:47 -08:00
Tomislav Jovanovic
1b201ab5f6 Bug 1330167 - CookieStore.tabIds should be an array of tab IDs r=aswan
MozReview-Commit-ID: 7KuVKEEOhlv
2017-01-13 11:58:32 +01:00
Matthew Wein
947aa30d36 Bug 1330337 - Add basic theme framework hidden behind pref r=mikedeboer
MozReview-Commit-ID: 1kje3tc7y9O
2017-01-11 14:34:23 -05:00
Carsten "Tomcat" Book
c64603aa7e Merge mozilla-central to autoland 2017-01-12 10:39:04 +01:00
Carsten "Tomcat" Book
11757a7943 merge mozilla-inbound to mozilla-central a=merge 2017-01-12 10:14:43 +01:00
Bob Silverberg
2df3788beb Bug 1329971 - tab objects returned by sessions.getRecentlyClosed are missing some data, r=kmag
MozReview-Commit-ID: GB3Xaxg8HRf
2017-01-11 09:14:58 -05:00
Rob Wu
d1dbc4a42a Bug 1325830 - initialize tabListener if needed r=kmag
To verify, run the test in isolation:
mach mochitest browser/components/extensions/test/browser/browser_ext_tabs_executeScript_no_create.js

Without the fix, the test fails in e10s; with the fix, the test passes.

MozReview-Commit-ID: Imf0Ue7ORHd
2016-12-26 12:30:50 +01:00
Kris Maglione
51a150582e Clean up onChanged event handler cruft. r=aswan (no bug)
MozReview-Commit-ID: 7uyjRQ9tyWS
2017-01-11 11:27:03 -08:00
Luca Greco
cf1ae37aa7 Bug 1324429 - Context menu items without contexts should inherit it from their parent. r=kmag
MozReview-Commit-ID: 9BKDdFZ6Hdd
2016-12-21 16:44:30 -05:00
Mark Banner
ac52569fff Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws
MozReview-Commit-ID: 5NKHHb70YA6
2017-01-09 10:12:26 +00:00
Florian Quèze
45647c4570 Bug 1329182 - remove trailing newURI null parameters in browser/, r=jaws. 2017-01-09 20:27:25 +01:00
Jared Wein
0c2dd4fa35 Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
MozReview-Commit-ID: 2MhpvzUDgtK
2017-01-06 12:09:28 -05:00
Jared Wein
8b07a2b4a4 Bug 1328995 - Remove unnecessary Promise.resolve() wrapper on return from async function. r=kmag
MozReview-Commit-ID: Jp40DyphLDj
2017-01-05 15:55:30 -05:00
Tomislav Jovanovic
feea6913fa Bug 1320412 - Emit tabs.onUpdated event for title changes r=kmag
MozReview-Commit-ID: I0d5GJ8Rsev
2017-01-05 00:19:38 +01:00