Commit Graph

589884 Commits

Author SHA1 Message Date
Catalin Badea
7e334203f9 Bug 1402892 - Update mochitests related to request.context. r=asuth
This patch removes mochitests that were testing only request.context and
updates a couple others to use request.destination instead.
2018-04-09 16:29:28 +01:00
Catalin Badea
1c8f28f854 Bug 1402892 - Implement Request.destination. r=asuth,baku 2018-04-09 16:29:15 +01:00
Catalin Badea
9cec96053c Bug 1402892 - Enable fetch Request.destination webplatform tests. r=asuth 2018-04-09 16:27:58 +01:00
Andrea Marchesini
0d9f03eaef Bug 1450959 - TimeStamp class doesn't need to be friend of StartupTimelineRecordExternal, r=glandium 2018-04-05 06:44:31 +02:00
Benjamin Bouvier
7c38a97146 Bug 1451372: Force libatomic only on 32-bits Linux clang builds; r=froydnj
--HG--
extra : rebase_source : 3295ed15a5add83bd1aeff49b10a9a6d23a770c6
2018-04-06 16:27:01 +02:00
Yura Zenevich
3ea27d2560 Bug 1428441 - adding 'Show Accessibility Properties' context menu item for inspector markup view nodes. r=pbro
MozReview-Commit-ID: EEE6VaCgIza
2018-04-09 10:50:26 -04:00
Florian Quèze
1cb0e616bc Bug 1450999 - always provide a null argument when opening a window for the -chrome command line parameter, otherwise the opened window is non-resizable, r=mconley. 2018-04-09 16:23:50 +02:00
Ben Kelly
2bf2ff691e Bug 1452374 - Remove ServiceWorkerRegistrar retry mechanism to fix intermittent shutdown failures. r=baku 2018-04-09 07:18:00 -04:00
Margareta Eliza Balazs
3c2d925849 Backed out changeset ba89b2464447 (bug 1443615) for xpcshell failures on browser/experiments/test/xpcshell/test_api.js on a CLOSED TREE 2018-04-09 16:23:55 +03:00
Jason Laster
fd58e40584 Bug 1452526 - devtools-source-map: update to 0.15.0. r=jdescottes 2018-04-09 09:19:46 -04:00
Olli Pettay
ecbf2e2cf2 Bug 1452608 - Reduce unneeded AddRefing/Releasing when looking up custom element definitions, r=emilio 2018-04-09 15:48:53 +03:00
Lucas Luna Souza
377b1b9417 Bug 1435232 - Apply new status code design to details panel. r=Honza 2018-04-04 09:03:54 -04:00
Jan-Erik Rediger
201d19b399 Bug 1443615 - Remove legacy Telemetry component TelemetryLog. r=chutten 2018-04-09 01:46:00 -04:00
Ryan VanderMeulen
fe7feb6893 Bug 1450988 - Upgrade to SQLite 3.23.0. r=mak
--HG--
extra : rebase_source : 05832882808894805169a09b063f9eed267a5479
2018-04-04 18:01:23 -04:00
Kartikaya Gupta
5cbb6be895 Bug 1426199 - Re-enable more crashtests that are now passing. r=sotaro 2018-04-09 08:02:12 -04:00
Simon Fraser
a5bf57e641 Bug 1452584 Removing pinning for periodic file updates r=jlorenzo
Reviewers: jlorenzo

Reviewed By: jlorenzo

Bug #: 1452584

Differential Revision: https://phabricator.services.mozilla.com/D883

--HG--
extra : rebase_source : ed1fcd37ca79b0ed8a3b209789313f26fb76906f
2018-04-09 12:04:17 +01:00
Simon Fraser
ecbb3b8bae Bug 1452159 periodic file update clears out old reviews r=jlorenzo
Summary:
the periodic file updates keep adding new reviews, and it's easy to fall behind.
This adjusts the script so it clears out any previous submissions that are still awaiting review.

Reviewers: jlorenzo

Reviewed By: jlorenzo

Bug #: 1452159

Differential Revision: https://phabricator.services.mozilla.com/D872

--HG--
extra : rebase_source : 4a36ddd91bf7e971fd6b424d02117bd4739a91ed
2018-04-09 11:18:06 +01:00
Jonathan Watt
52623f7cef Bug 1452466 - Get rid of gfxFontStyle::ComputeWeight. r=jfkthame 2018-04-09 10:39:17 +01:00
Jonathan Watt
ef1290712d Bug 1452170 follow-up - Fix Windows unified build bustage by adding missing AutoRestore.h includes. r=me on CLOSED TREE 2018-04-09 10:21:42 +01:00
Margareta Eliza Balazs
f23925fc77 Merge mozilla-central to inbound. a=merge CLOSED TREE 2018-04-09 12:04:08 +03:00
Coroiu Cristina
24ef518135 Merge inbound to mozilla-central a=merge 2018-04-09 11:58:23 +03:00
Jonathan Watt
782365b415 Bug 1452170 - Remove RestyleLogging.h, RestyleTrackerInlines.h and related RESTYLE_LOGGING cruft. r=heycam 2018-04-09 09:33:56 +01:00
Kris Maglione
a595c4dca1 Bug 1451615: Whitelist harmless rejection. r=me,test-only DONTBUILD
MozReview-Commit-ID: Cq3ybb4rKgF
2018-04-08 22:42:28 -07:00
Jim Blandy
97f7fd3ca4 Bug 1445973: Part 4: Clear the hasCachedSavedFrame bit on a frame when we miss for a pc mismatch. r=jorendorff
We'd really like the LiveSavedFrameCache to be able to assert that, if a frame
has its hasCachedSavedFrame bit set, there is indeed a cache entry for it (if
the cache hasn't been cleared completely for a compartment mismatch). See the
explanation of LiveSavedFrameCache in Stack.h, and the comments in
LiveSavedFrameCache::find.

Sometimes we do find a cache entry for the frame, but execution in that frame
has progressed to a different source position since we cached it, so the
SavedFrame in that cache entry isn't useful. When this occurs, we used to simply
pop the cache entry, and report a miss: although this did create a situation
where a frame with its bit set had no cache entry, that was only temporary: we
would push a new entry for the frame as we build the new SavedFrame chain.

Unless, of course, SavedFrame construction encounters an OOM and the whole
process aborts early.

This patch clears a frame's hasCachedSavedFrame bit when we report a cache miss
due to a pc mismatch. Under normal circumstances, the frame will soon be cached
again and its bit re-set. If an OOM does occur, the absence of the cache entry
is accurately reported.

--HG--
extra : rebase_source : 5e980e5732b7fd5ff1dd6a68c1a49a1c538010c6
extra : source : 2ed6d9d910b0f3dd24e163f17e3a70d327286582
2018-03-29 19:51:18 -07:00
Jim Blandy
9c7842a01d Bug 1445973: Part 3: Add FramePtr::clearHasCachedSavedFrame method. r=jorendorff
This entails implementing corresponding methods on each variant of
FramePtr::Ptr.

--HG--
extra : rebase_source : 3b810cd4d3aa78d014f830acbf2d6e6794694415
extra : source : 014fdec944a9e82fd74e7ff4644cb4f9e96076c2
2018-03-29 19:35:22 -07:00
Jim Blandy
8490101998 Bug 1445973: Part 2: Add 'clearSavedFrames' testing function to JS shell. r=jorendorff
OOM tests often depend on invoking a function repeatedly, failing a different
allocation each time. Flushing the caches helps ensure consistent behavior from
one invocation to the next.

--HG--
extra : rebase_source : 0bf4a46c7c3e0bceb0fe77bbf96e422558a988c4
extra : source : 1a11067ab1e6b62602b79081e3208dcad31807bd
2018-04-06 11:33:57 -07:00
Jim Blandy
663b9d62d5 Bug 1445973: Part 1: Comment typo. r=jorendorff
--HG--
extra : rebase_source : 51e1b20582f4db2a0ebc1c5ef29ffdd1efdc74a1
extra : source : e427340ec24928486f9c6b256dacf7692c9a0132
2018-04-06 11:33:23 -07:00
Mark Hammond
e7aa38e0ae Bug 1448184 - only send notifications of history batch updates when we actually have updates. r=standard8,tcsc
MozReview-Commit-ID: CvXVSK9Dy8S

--HG--
extra : rebase_source : 6a013ec0dd496032fcf83508f55670179c9ca241
2018-03-23 10:35:00 +11:00
Cosmin Sabou
1c63708860 Backed out changeset 9bff182dc722 (bug 1448184) for ESlint failure on /builds/worker/checkouts/gecko/services/sync/modules/engines/history.js CLOSED TREE 2018-04-09 08:02:53 +03:00
Mark Hammond
04256a06f6 Bug 1448184 - only send notifications of history batch updates when we actually have updates. r=standard8,tcsc
MozReview-Commit-ID: CvXVSK9Dy8S

--HG--
extra : rebase_source : 9b2d59a2b8ee78700a6f89b1ab3f5789868f24ca
2018-03-23 10:35:00 +11:00
Daisuke Akatsuka
6bff78f829 Bug 1451772: Add requestLongerTimeout to browser_animation_keyframes-graph_computed-value-path. r=gl
MozReview-Commit-ID: 1nnieE4xbzy

--HG--
extra : rebase_source : 216f60d4dd46ce8c3a3e80dfa41cb6231957afd6
2018-04-09 11:05:47 +09:00
Hiroyuki Ikezoe
1343e69351 Bug 1323119 - Add a test case that had caused an assertion on the old style system. r=daisuke
Note that on the new style system (a.k.a stylo) the test case hasn't caused
any assertions.

MozReview-Commit-ID: AALHnuW48Rb

--HG--
extra : rebase_source : 8253507eff2522bcc4ccc155aae5c1307a81421d
2018-04-09 09:56:04 +09:00
Daisuke Akatsuka
9946fe2417 Bug 1451666: Set default cursor style to root element of animation inspector and pointer style to summary graph. r=gl
MozReview-Commit-ID: EZi6h9AWjtO

--HG--
extra : rebase_source : 97607ddff0a039e44fd6059f5993b9037ff28ef6
2018-04-06 17:15:53 +09:00
Andreas Tolfsen
d22026fa5d Bug 1452479 - Include timeout duration in ScriptTimeoutError. r=whimboo
We don’t currently log what the script timeout was when throwing
ScriptTimeoutError.  It would provide more value to the user to
include the timeout duration than to record "Timed out" as we do
currently.

MozReview-Commit-ID: 3DM1Xer3Qbz

--HG--
extra : rebase_source : 1c4dfc96957dd9b64562e8354526da1b7350e6cf
2018-04-08 17:23:14 +01:00
Daisuke Akatsuka
02c88c0ecc Bug 1447710: Disable browser_animation_mutations_with_same_names.js test. r=gl
MozReview-Commit-ID: FihUqfl3uiW

--HG--
extra : rebase_source : 59a5070ef22aa4b6ec9143f08a3f8c3f0f94aa73
2018-04-06 16:50:26 +09:00
Andreas Tolfsen
033e6ef7ee Bug 1451838 - Fix double-mention of exit status. r=whimboo
The Display trait implementation for ExitStatus returns "exit code:
0", leading to a convoluted sentence such as "Browser process
stopped with exit status exit code: 0".

MozReview-Commit-ID: 2D1JsFIhF7d

--HG--
extra : rebase_source : 044d1961485073a11aefc978eff3e382c59db4cc
2018-04-06 15:28:08 +01:00
Bogdan Tara
8ea0d72cfe Merge inbound to mozilla-central. a=merge 2018-04-09 00:43:58 +03:00
Bogdan Tara
91ccf0ef32 Merge autoland to mozilla-central. a=merge 2018-04-09 00:42:49 +03:00
ffxbld
ed89d1323c No bug, Automated HPKP preload list update from host bld-linux64-spot-303 - a=hpkp-update 2018-04-08 13:36:33 -07:00
ffxbld
47fd054933 No bug, Automated HSTS preload list update from host bld-linux64-spot-303 - a=hsts-update 2018-04-08 13:36:29 -07:00
Christoph Kerschbaumer
1c93e06911 Bug 1286861: Add tests for same site top-level. r=mgoodwin 2018-04-08 19:53:08 +02:00
Christoph Kerschbaumer
fc9d4babcc Bug 1286861: Add tests for same site subrequests. r=mgoodwin 2018-04-08 19:52:49 +02:00
Christoph Kerschbaumer
b844c33ae2 Bug 1286861: Update CookieService to enforce same site cookies. r=valentin 2018-04-08 19:52:05 +02:00
Sebastian Hengst
ac12c205c0 Bug 1452113: Stop generating stylo expectations: Add back annotation for detached-buffers.sharedworker.html to fix Linux 32-bit failures. r=wpt-fix 2018-04-08 21:53:11 +03:00
Phil Ringnalda
7ccb618f45 Backed out changeset 918004b0cc5d (bug 1451968) for breaking comm-central builds, a=shame 2018-04-08 09:02:43 -07:00
arthur.iakab
1a33352c38 Merge inbound to mozilla-central. a=merge 2018-04-08 13:27:02 +03:00
arthur.iakab
db3b8eac7d Merge autoland to mozilla-central. a=merge 2018-04-08 13:25:35 +03:00
David Teller
b7121e1a4d Bug 1452441 - Fix infinite recursion in testBinASTReader for Windows;r=Yoric
MozReview-Commit-ID: Fwv0VgPpv4v

--HG--
extra : rebase_source : e2dae7776ade6274cfc37b8fb9be99f2331110b9
2018-04-08 09:46:07 +02:00
Phil Ringnalda
6b613daaf8 Bug 1437004 followup, disable BinAST tests on Windows where they create an infinite path, a=bustage 2018-04-07 19:40:08 -07:00
Gurzau Raul
96047b96c7 Backed out 4 changesets (bug 1445973) for failing on tests/saved-stacks/bug-1445973-quick.js on a CLOSED TREE
Backed out changeset 2ed6d9d910b0 (bug 1445973)
Backed out changeset 014fdec944a9 (bug 1445973)
Backed out changeset 1a11067ab1e6 (bug 1445973)
Backed out changeset e427340ec249 (bug 1445973)
2018-04-08 04:20:09 +03:00