Commit Graph

76 Commits

Author SHA1 Message Date
Dave Townsend
769fc8f245 Bug 1257246: Update toolkit for eslint 2. r=Gijs
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.

MozReview-Commit-ID: KHYdAkRvhVr
2016-04-05 11:33:48 -07:00
Blake Kaplan
044aeb6502 Bug 1174036 - Handle dynamically-removed textareas gracefully. r=mikedeboer r=ehsan
Also, flush layout when starting a find in order to avoid racing with
textarea-hiding notifications and maintain JS type correctness when objects
are passed over IPC.
2016-03-28 11:12:31 -07:00
Gijs Kruitbosch
35b017762e Bug 1252855 - allow setting a specific list of prefs from the content process, r=mrbkap,margaret,haik
MozReview-Commit-ID: DihkBXqlLQl
2016-03-13 13:10:16 +00:00
Marcos Caceres
0489edf24c Bug 1245334 - Make PromiseMessage.jsm ids more meaningful. r=baku 2016-03-16 18:07:00 -04:00
Mike de Boer
c4df8b7188 Bug 1241930: Part 6 - convert all assertion methods used inside content tasks to the Assert.* family in toolkit tests. r=mconley 2016-03-04 14:32:34 +01:00
Giorgio Maone
b21e727227 Bug 1163862 - Switch to HTTP observer + support requestId & data: URIs + test fixes r=billm
MozReview-Commit-ID: 30nEXQpWEHg
2016-02-26 19:08:32 +01:00
Phil Ringnalda
d4818c82ca Back out 8ae0fba61023 (bug 1163862) for Win7 e10s test_ext_webrequest.html bustage 2016-02-25 20:41:40 -08:00
Giorgio Maone
a690c97982 Bug 1163862 - Switch to HTTP observer where possible + support requestId & data: URIs r=billm
MozReview-Commit-ID: EBRWBgGPqyD
2016-02-24 00:21:42 +01:00
Vince Tieu
087013859a Bug 524757 - "Add architecture and operating system to about:support". r=adw 2016-02-09 15:57:00 +01:00
Dave Townsend
a215a4a95a Bug 1245649: Turn on no-extra-semi. r=markh 2016-02-03 17:27:36 -08:00
Dave Townsend
2e4b5d2078 Bug 1245649: Merge browser and toolkit eslint rule settings. r=felipe 2016-02-03 13:12:18 -08:00
Felipe Gomes
bc267fdca6 Bug 1241959 - Follow-up, update test with the expected object schema. r=test-fix on a CLOSED TREE 2016-01-22 19:40:06 -02:00
Neil Deakin
1c52441e85 Bug 1234828, re-enable browser_Finder.js in e10s, r=mikedeboer 2016-01-19 09:29:38 -05:00
Mike Conley
2f93a53dee Bug 1233803 - Register RemoteWebNavigation as a standard js-implemented XPCOM component. r=felipe
This allows us to add shims to the implementation for add-ons.
2016-01-12 16:44:08 -05:00
Dave Townsend
8dc7f59eb3 Bug 1229142: Link browser and toolkit test directory to the shared eslintrc files. r=Standard8 2015-11-30 13:05:00 -08:00
Bill McCloskey
771643dd4e Bug 1215197: Implements onBeforeRedirect by using a channel event sink (r=billm) 2015-12-30 13:34:45 -08:00
Mike Conley
314d80c7ce Bug 1220929 - Add test for RemotePage's portsForBrowser. r=Mossop 2015-11-05 10:43:09 -05:00
Carsten "Tomcat" Book
036e6d2fa3 Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
12369728f5 Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Gervase Markham
ec69062dea Bug 1203171 - Change regionNames.properties to use GENC data. r=pascalc 2015-10-01 03:03:00 +02:00
Tooru Fujisawa
7e974cd5fd Bug 1207497 - Part 2: Remove use of expression closure from tests in toolkit/. r=Gijs 2015-09-24 21:25:24 +09:00
Shu-yu Guo
37989840cd Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff) 2015-09-15 11:19:45 -07:00
Mark Banner
fd93b833f3 Bug 1174132 - When obtaining page metadata, always prefer the page title over the opengraph title. r=mixedpuppy 2015-08-27 17:13:06 +01:00
Wei-Cheng Pan
3e70ba118b Bug 1050749 - Expose BatteryManager via getBattery() returning a Promise. r=bz, r=baku, r=jgraham 2015-08-21 18:29:25 +08:00
Matt Woodrow
6a8774aaca Bug 1178098 - Report why DXVA initialization failed to about:support. r=cpearce 2015-07-13 16:12:23 -04:00
Milan Sreckovic
c6c1e939db Bug 1171677 - Part 2. Safe mode in about:support. r=MattN 2015-06-26 14:21:46 -07:00
Bill McCloskey
3aec222be9 Bug 1171256 - Add an API similar to Chrome's webNavigation (r=Mossop) 2015-06-19 17:35:06 -07:00
Bill McCloskey
48d0da1cd3 Bug 1171248 - Add MatchPattern support to WebRequest module (r=Mossop) 2015-06-19 17:35:06 -07:00
Bill McCloskey
95fadc393b Bug 1163861 - Include windowID in all WebRequest notifications (r=Mossop) 2015-06-09 21:04:51 -07:00
Jarda Snajdr
997ed0382f Bug 1034724 - Fixed Unicode values of prefs in about:support. r=adw 2015-05-20 13:10:30 +02:00
Bill McCloskey
4d6dec1794 Bug 1157561 - Add webRequest-like API to Firefox (r=Mossop) 2015-05-11 17:19:21 -07:00
Tim Taubert
87f6117291 Bug 1109875 - Make browser.permanentKey a property of the XUL element instead of a property of the XUL binding r=billm 2015-04-28 18:55:43 +02:00
Matt Woodrow
983f766104 Bug 1151611 - Expose DXVA status in about:support. r=cpearce,felipe 2015-04-28 15:07:22 +12:00
David Rajchenbach-Teller
8a206c0d34 Bug 1152759 - Regroup Performance Monitoring modules/components;r=yoric 2015-04-14 17:10:04 +02:00
David Rajchenbach-Teller
67dcfb4653 Bug 1150548 - MISBEHAVING_ADDONS_CPOW_TIME_MS is in milliseconds, but is filled with microseconds data. r=yoric 2015-04-05 12:02:30 +02:00
David Rajchenbach-Teller
17eb84580e Bug 674779 - Per-component CPU monitoring, high-level. r=blassey, r=mossop 2015-03-31 12:40:59 +02:00
Dave Townsend
e035eed93b Bug 1068087: Add a simple mechanism for content pages to communicate with chrome. r=mconley 2015-03-10 09:19:17 -07:00
Jed Davis
ff42ba712a Bug 1137007 - Detect namespace and SECCOMP_FILTER_FLAG_TSYNC support in SandboxInfo. r=kang, r=Unfocused
Currently, only user namespace support is detected.  This is targeted at
desktop, where (1) user namespace creation is effectively a prerequisite
for unsharing any other namespace, and (2) any kernel with user
namespace support almost certainly has all the others.

Bonus fix: remove extra copy of sandbox flag key names in about:support;
if JS property iteration order ever ceases to follow creation order, the
table rows could be permuted, but this doesn't really matter.
2015-03-06 13:59:00 -05:00
Blair McBride
9595a26666 Bug 1131911 - Extract page metadata extraction from Social.jsm to its own JSM. r=mixedpuppy 2015-03-06 11:43:05 +13:00
Gijs Kruitbosch
f104bac713 Bug 1109757 - expose update channel and buildID to about:support data gathering, r=MattN,f=cww,gavin 2015-01-28 01:44:14 +00:00
Gijs Kruitbosch
e425d80a99 Bug 1125378 - fix up test failures caused by forgotten schema update, rs=bustage on a CLOSED TREE 2015-01-29 17:18:51 +00:00
Jed Davis
89b050ffa6 Bug 1077057 - Add Linux sandboxing info to about:support. r=Unfocused 2014-11-06 12:40:00 +01:00
Dave Townsend
763c570afc Bug 1093221: RemoteWebNavigation.loadURI should accept and pass referrer argument. r=mconley 2014-11-04 12:05:08 -08:00
Shu-yu Guo
40c62f33a5 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Milan Sreckovic
7f545a77fd Bug 1032348: Add adapter subsys to about:support. r=vukicevic 2014-07-11 10:13:34 -04:00
Bill McCloskey
e4a91fcc5a Bug 1038245 - Add multiprocess field to about:support (r=felipe) 2014-07-16 23:06:06 -07:00
Manish Goregaokar
5f52fdf67d Bug 978857 - Create Battery.jsm. r=Yoric 2014-07-01 05:50:00 +02:00
Bernardo P. Rittmeyer
0130cb5a93 Bug 804430 - Add list of whitelisted locked prefs to about:support. r=Unfocused 2014-06-10 10:49:00 -04:00
Mark Hammond
d5b24aae08 Bug 987404 - Disable failing mochitest-browser tests in e10s. r=ted. 2014-04-02 10:53:55 +11:00