Commit Graph

600937 Commits

Author SHA1 Message Date
Gijs Kruitbosch
3ef7ec26e5 Bug 1464858 - make visually hidden / screenreader content not display:none, r=eeejay
MozReview-Commit-ID: JzO7tyO4wv3

--HG--
extra : rebase_source : 6d06af9208d58b2c958d0fbe73e46251541e76d0
2018-06-19 16:33:19 +01:00
Margareta Eliza Balazs
7a2b0ea957 Backed out 7 changesets (bug 1466211) for bustage e.g. z/task_1529662815/src/js/src/configure --enable-ctypes --enable-optimize on a CLOSED TREE
Backed out changeset 6680ca0acc27 (bug 1466211)
Backed out changeset dfdf4ea83655 (bug 1466211)
Backed out changeset 23eb377e2e6d (bug 1466211)
Backed out changeset fe821d61ecbf (bug 1466211)
Backed out changeset e04950c7c496 (bug 1466211)
Backed out changeset 4b197754381a (bug 1466211)
Backed out changeset 1695d4464c54 (bug 1466211)
2018-06-22 14:33:21 +03:00
Razvan Caliman
818d660315 Bug 1466225 - (Part 2) Split scale and transform shape path editor test to prevent exceeding max test run time. r=pbro
MozReview-Commit-ID: CT0bGAWmU36

--HG--
extra : rebase_source : 784d8cd695a1c1543b25976fd81db2f75adf666e
2018-06-21 16:26:00 +02:00
Razvan Caliman
0a7f44e5ae Bug 1466225 - (Part 1) Rename browser_inspector_highlighter-cssshape_06.js r=pbro
MozReview-Commit-ID: 4GY0pScutDI

--HG--
rename : devtools/client/inspector/test/browser_inspector_highlighter-cssshape_06.js => devtools/client/inspector/test/browser_inspector_highlighter-cssshape_06-translate.js
extra : rebase_source : 02340866d436618c3382307081720b8ddcce1c6b
2018-06-21 16:21:39 +02:00
Andreas Tolfsen
1c8c3887ef Bug 1469307 - Pretty-print Attr objects in format.pprint. r=whimboo
Attr objects are returned from Node.getAttribute() and this provides
a readable string like the one offered in devtools for them.

MozReview-Commit-ID: 60Pb0AV1tjt

--HG--
extra : rebase_source : e5ae61bdeb283f635714cd6b9d422eaeb0dbf0e4
2018-06-18 16:05:39 +01:00
Dave Hunt
08aa21b426 Bug 1466211 - Detect if we are running in a virtual environment; r=chmanchester
When we're running using pipenv, we have more than one virtual environment. This means the current check to see if python matches the initial virtual environment gives a false positive when we're in a secondary virtual environment. This patch changes the condition to check if the current python path exists within the virtual environments root directory.

MozReview-Commit-ID: AAONwLWsigL

--HG--
extra : rebase_source : ae758a35ae047f71fa1fdf614df2355f63750b48
2018-06-15 18:05:20 -07:00
Dave Hunt
a9121c5eef Bug 1466211 - Use --python for selecting target Python when using |mach python-test|; r=ahal
MozReview-Commit-ID: J8DSmX8mItb

--HG--
extra : rebase_source : 1366a59d847cb8d9289161207b3b708280e70bae
2018-06-13 14:18:21 -07:00
Dave Hunt
026a332568 Bug 1466211 - Switch all |mach python-test| tests to run using pipenv; r=ahal
MozReview-Commit-ID: AzmdDgAgZgI

--HG--
extra : rebase_source : 8db60e196667ae97e0f994930c9adbb4d2030d34
extra : source : e550be515be30148c0a89c33953dff4148a6a171
2018-06-08 13:24:27 +01:00
Dave Hunt
76628fcb2a Bug 1466211 - Sort dependencies in Pipfile; r=ahal
MozReview-Commit-ID: JtlHzdVlaZt

--HG--
extra : rebase_source : 31d4d583ab5900b9d473a035ccff1961d9103a4a
2018-06-07 16:06:18 +01:00
Ryan Hunt
27b4840273 Bug 1466146 - Add FlushRasterization as a metric for CONTENT_PAINT_PHASE_WEIGHT. r=mattwoodrow, data-review=francois
--HG--
extra : rebase_source : dcbf77adc7891b5f9ca49627370ce71f64ab3b87
2018-06-05 12:30:42 -05:00
Ryan Hunt
177db04075 Bug 1309442 - Elaborate on descriptions for CONTENT_PAINT histograms. r=mattwoodrow
--HG--
extra : rebase_source : 11c1f656614c0fcbe21b8722c0b1789ffdfe2ea8
2018-06-08 14:01:32 -05:00
Ekanan Ketunuti
f2e8d63639 Bug 1468887 - Add words to en-US dictionary. r=ehsan 2018-06-15 08:27:56 +07:00
Tom Schuster
7c01dffca0 Bug 1469540 - Remove option to disable Array.prototype.values. r=jandem
--HG--
extra : rebase_source : 5b935db0e58c076b289a7b5a3a8a43fe6e9446b3
2018-06-05 14:57:13 +02:00
Andi-Bogdan Postelnicu
bc2e783a14 Bug 1453795 - JS/JIT - Initialize member fields in classes/ structures. r=jandem
--HG--
extra : rebase_source : 50665a1febfd5e92536f9f49540e1e6fa64ec672
2018-06-14 23:26:11 +03:00
Andi-Bogdan Postelnicu
60330d6169 Bug 1453795 - DevTools - Initialize member fields in classes/ structures. r=jimb
--HG--
extra : rebase_source : e4a52936922ef6c95afce72741a5f8fec589c9af
2018-06-16 15:36:55 +03:00
Steve Fink
c4fedd185f Bug 1468677 - [reftest] remove dummy reftest.manifests entry used for global filter, r=ahal
--HG--
extra : topic : gcstats.thresh
extra : rebase_source : 3412664711287a0862bdc4d0c3323367f650c624
2018-06-13 21:28:26 -07:00
Ted Campbell
ef8a3e1f51 Bug 1444202 - Add MOZ_MUST_USE to masm.extractObject and friends. r=jandem
MozReview-Commit-ID: Hw3dLWVOpqz
2018-06-20 13:49:43 -04:00
Andrea Marchesini
f235838704 Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 7 - Network cache, r=mayhemer, r=ehsan 2018-06-20 13:38:22 -04:00
Andrea Marchesini
c42c9f66ed Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 6 - Image cache, r=aosmond 2018-06-20 13:38:22 -04:00
Andrea Marchesini
5b9437cad2 Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 5 - Cookies, r=ehsan 2018-06-20 13:38:22 -04:00
Andrea Marchesini
61e21dc2dc Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 4 - ServiceWorkers, r=ehsan 2018-06-20 13:38:22 -04:00
Andrea Marchesini
2174a750d1 Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 3 - BroadcastChannel, r=ehsan 2018-06-20 13:38:22 -04:00
Andrea Marchesini
ec2dbec62a Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 2 - First tests for DOM storages, r=ehsan 2018-06-20 13:38:21 -04:00
Andrea Marchesini
e56b2e21a6 Bug 1461921 - Block storage access for third-parties on the tracking protection list - part 1 - Pref and Blocking check, r=ehsan 2018-06-20 13:38:21 -04:00
Andi-Bogdan Postelnicu
8cc8f8b517 Bug 1453795 - Widget - Initialize member fields in classes/ structures. r=jimm
--HG--
extra : rebase_source : 594fe9396c450401fab4c17e81a3333124f27f58
2018-06-15 17:48:51 +03:00
Chris Manchester
146bb709e4 Bug 1469815 - Add new output files from style crate build script to cargo_build_defs.py for the Tup build. r=mshal 2018-06-20 10:16:58 -07:00
Kanika Saini
34337d5c9b Bug 1452533 - JsonSchemaValidator should output URL types as URL objects instead of nsIURIs. r=felipe 2018-06-05 19:20:40 +05:30
Andrea Marchesini
1e49c45c00 Bug 1268889 - Implement Clear-Site-Data header - part 4 - cleanup image cache, r=aosmond 2018-06-20 11:57:50 -04:00
Andrea Marchesini
1f52a1bed1 Bug 1268889 - Implement Clear-Site-Data header - part 3 - reload contexts, r=smaug 2018-06-20 11:57:50 -04:00
Andrea Marchesini
aae23cc727 Bug 1268889 - Implement Clear-Site-Data header - part 2 - pref, r=smaug 2018-06-20 11:57:49 -04:00
Andrea Marchesini
2726b1820f Bug 1268889 - Implement Clear-Site-Data header - part 1, r=mayhemer 2018-06-20 11:57:49 -04:00
Jan de Mooij
7eabb0af6d Bug 1466503 part 3 - Check realms instead of compartments in JSContext::currentScript. r=luke 2018-06-20 17:45:07 +02:00
Jan de Mooij
c3ac4b1a4e Bug 1466503 part 2 - Some DescribeScriptedCallerForCompilation cleanup. r=luke 2018-06-20 17:45:06 +02:00
Jan de Mooij
2264a489c4 Bug 1466503 part 1 - Pass script to GetIntrinsicOperation so it doesn't have to look it up. r=tcampbell 2018-06-20 17:45:06 +02:00
Nicolas B. Pierron
724dbd3c79 Bug 1437600 - Use mprotect to prevent mutations of inaccessible regions. r=luke 2018-06-20 15:40:58 +00:00
Ciure Andrei
75ba9e4e5c Backed out 1 changesets (bug 1405428) for wpt failures. CLOSED TREE
Backed out changeset 0b026cd7903d (bug 1405428)
2018-06-20 18:25:45 +03:00
Jan de Mooij
4c8c1433c2 Bug 1468406 part 4 - Remove remaining JSObject::realm() calls. r=luke
--HG--
extra : rebase_source : e8bdb4d455fd27450a7d95932c808c2998d71af9
2018-06-20 11:04:02 +02:00
Emilio Cobos Álvarez
364acbe20e No bug - Remove some cfgs. r=me
DONTBUILD, since this is not part of the build.

MozReview-Commit-ID: 90UkG6QJWq
2018-06-20 16:36:58 +02:00
Joel Maher
3b4cff2f56 Bug 1405428 - annotate web-platform-tests which fail to pass test-verify. r=gbrown 2018-06-19 12:27:57 -04:00
Jonathan Kew
4df17075f0 Bug 1469104 - Fix testcase in browser_sanitize-timespans to not fail immediately after midnight. r=mak 2018-06-20 12:34:05 +01:00
Jonathan Kew
7a02cac781 Bug 1469518 - Ensure history sanitization for "today" reaches all the way back to exactly midnight. r=mak 2018-06-20 12:34:02 +01:00
Andreea Pavel
f85f162e83 Merge mozilla-central to mozilla-inbound. a=merge on a CLOSED TREE 2018-06-20 14:31:42 +03:00
Andreea Pavel
3c701634e0 Merge mozilla-inbound to mozilla-central. a=merge 2018-06-20 14:28:15 +03:00
Emilio Cobos Álvarez
023a752b65 Bug 1468651: followup: Regenerate the devtools database on a CLOSED TREE. r=me
My last version of the patch changes the order style structs get rendered (in
particular inherited_svg was moved up for consistency).

MozReview-Commit-ID: 9GVAZvNwVhd
2018-06-20 13:26:33 +02:00
Andreea Pavel
681f0094ff Backed out changeset 49cbcdeaa8bb (bug 1468406) for failing devtools at devtools/client/debugger/new/test/mochitest/browser_dbg-content-script-sources.js on a CLOSED TREE 2018-06-20 14:03:03 +03:00
Ciure Andrei
2da518e733 Backed out 1 changesets (bug 1309172) for breakpad related failures. CLOSED TREE
Backed out changeset 07a62b4e7923 (bug 1309172)
2018-06-20 13:53:07 +03:00
Marco Castelluccio
69b0fa243f Bug 1469801 - Add gcov-related files to .hgignore. r=jmaher (DONTBUILD)
--HG--
extra : rebase_source : 76e3b6069dab760b30f1cda90f714f9483ac80ac
2018-06-20 11:05:46 +01:00
Emilio Cobos Álvarez
fadfcf9b47 Bug 1468651: followup: Fix windows build bustage. r=me CLOSED TREE
MozReview-Commit-ID: 9Xj5lMFG4Ab
2018-06-20 12:10:49 +02:00
Emilio Cobos Álvarez
868eba5610 Bug 1468651: Generate different files for different structs. r=heycam
MozReview-Commit-ID: KEDJ1zJVwMx
2018-06-20 11:26:56 +02:00
Emilio Cobos Álvarez
83365c8ff0 Bug 1468651: Make StyleStruct.name_lower snake case. r=heycam
MozReview-Commit-ID: A3TpDTmFgF
2018-06-20 11:26:55 +02:00