Sebastian Hengst
0f53503b6b
merge mozilla-inbound to mozilla-central. r=merge a=merge
...
MozReview-Commit-ID: 44WBcWjnVo
2017-07-30 11:19:17 +02:00
Tomislav Jovanovic
52b73d0b6a
Bug 1385528 - Fix tools_menu in newly opened windows r=kmag
...
MozReview-Commit-ID: B9gTIzYDVdk
2017-07-29 20:51:47 +02:00
Bob Silverberg
2e01e83446
Bug 1381605 - Do not load ExtensionSettingsStore's JSON file synchronously, r=aswan
...
MozReview-Commit-ID: 7lQp9hL9pNd
2017-07-24 15:49:30 -04:00
Doug Thayer
9ca534b98d
Bug 1362786 - (3) Run CppFiltParser in worker r=kmag
...
Pulls out the CppFiltParser work into a worker to run in the
background and avoid the jank induced by the final
convertSymsMapToExpectedSymFormat call.
Profiling shows that after this change there is virtually no
jank when asking the geckoProfiler API for symbols.
MozReview-Commit-ID: CAKMvjLa4dl
2017-07-21 14:13:37 -07:00
Doug Thayer
72f38fe98d
Bug 1362786 - (2) Run NMParser in worker r=kmag
...
Pulls out the NMParser work (parsing nm results and turning
them into an ArrayBuffer'd map of addresses to symbols) into
a worker.
For OSX we will still need to do some work to run c++filt in the
background, but this gets us most of the way there. Without a
Subprocess.jsm usable from a worker, we'll have to bounce data
back to the main thread in order to bounce it to the c++filt
worker.
MozReview-Commit-ID: LZi7J1qGpmh
2017-07-21 14:14:17 -07:00
Andrew Halberstadt
86f21296a2
Bug 1383120 - Enable no-arbitrary-setTimeout eslint rule on xpcshell tests, r=mossop
...
MozReview-Commit-ID: 6DqLaZ9n5EM
2017-07-26 09:08:07 -04:00
Tomislav Jovanovic
0b5e8be557
Bug 1363886 - Part 2: Fix a number of async callback parameters schemas r=kmag
...
MozReview-Commit-ID: JY8r8IePEcw
2017-07-25 20:57:45 +02:00
Bob Silverberg
ce5559b90b
Bug 1381573 - Use callOnClose instead of onShutdown in ext-url-overrides.js, r=aswan
...
Also replace onStartup with onManifestEntry
MozReview-Commit-ID: GMrdzjvXZe5
2017-07-17 14:01:04 -04:00
Carsten "Tomcat" Book
c50857d77e
Backed out changeset 29131feeed60 (bug 1380065) for windows 7 perma failure in test_bug884693.xul | Got expected message count - got 1, expected +0
2017-07-25 10:52:58 +02:00
Sebastian Hengst
2229cb72c0
Backed out changeset 0bb1d7f7feb0 (bug 1363886)
2017-07-25 10:40:38 +02:00
Sam Foster
f330227443
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
* Re-enable cosmeticAnimations pref for browser_ext_popup_select.js which is known to be more reliable with animations
MozReview-Commit-ID: IvA2ySPPmeJ
2017-07-13 14:30:38 -04:00
Wes Kocher
8e8eee80a7
Backed out changeset 2e0c2b3bc28b (bug 1380065) for eslint failures in browser_ext_popup_select.js a=backout
...
MozReview-Commit-ID: HZqI6A06YiO
2017-07-24 17:25:37 -07:00
Sam Foster
1a47bab2b4
Bug 1380065 - Disable arrow-panel animations if the cosmeticAnimations pref is set to false. r=jaws
...
* Toggle animate=false attribute on arrow panels when toolkit.cosmeticAnimations.enabled is false
* Use preferences-service component to lookup the pref in the arrowpanel binding
* Disable this pref during tests to remove a source of instability and timing-based test failures in chrome/UI tests.
* Enable cosmeticAnimations for tests which depend on existing behavior
* Re-enable cosmeticAnimations pref for browser_ext_popup_select.js which is known to be more reliable with animations
MozReview-Commit-ID: IvA2ySPPmeJ
2017-07-13 14:30:38 -04:00
Tomislav Jovanovic
182d107498
Bug 1363886 - Part 2: Fix a number of async callback parameters schemas r=kmag
...
MozReview-Commit-ID: JY8r8IePEcw
2017-07-24 22:05:20 +02:00
Gijs Kruitbosch
d8d8270dd8
Bug 1383076 - restore workaround for 'current' setter on panelviews in non-photon panelmultiview, r=mconley
...
MozReview-Commit-ID: 6YZ6Wyu0Spc
2017-07-24 14:56:01 +01:00
Kris Maglione
debd2ac908
Bug 1357902 - Use improved locale service APIs for localization. r=gandalf
...
MozReview-Commit-ID: 6Aj0SZkCJwg
2017-05-04 18:28:05 -07:00
Tomislav Jovanovic
6b6b1d4751
Bug 1268020 - Implement "tools_menu" context r=kmag
...
MozReview-Commit-ID: KPUsBbqyQTC
2017-06-28 16:19:24 -07:00
Ryan VanderMeulen
c7ea83669e
Merge m-c to autoland. a=merge
...
CLOSED TREE
2017-07-21 09:42:41 -04:00
Gijs Kruitbosch
892db54d00
Bug 1373238 - make popup resize test not care about rounding errors so it works on local hidpi machines, r=mstriemer
...
MozReview-Commit-ID: 3ojX1PYmBfq
2017-06-09 23:22:09 +01:00
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