Commit Graph

503648 Commits

Author SHA1 Message Date
Sebastian Hengst
6badefb140 Backed out changeset bde709210e59 (bug 1274159) 2016-12-14 13:27:14 +01:00
Sebastian Hengst
b9b9b83d86 Backed out changeset 86d70a2e93e1 (bug 1274159) 2016-12-14 13:27:10 +01:00
Jon Coppeard
91ea18239d Bug 1323242 - Ignore spurious wakeups when waiting for background thread to finish sweeping r=sfink 2016-12-14 11:21:04 +00:00
Carsten "Tomcat" Book
dfec9aa89c Backed out changeset dc211e6cb0c1 (bug 1321865) for failing on own test
--HG--
extra : rebase_source : 3922fef7e74b2c2aa29596533fa68d2ffc890714
2016-12-14 11:13:36 +01:00
Carsten "Tomcat" Book
7e4633f6a4 Backed out changeset ed256c5c7d23 (bug 1321865)
--HG--
extra : rebase_source : d8944c5e6b88e4ddca238619cc4c3ff92e4bd540
2016-12-14 11:13:21 +01:00
Jean-Yves Avenard
8869241ac0 Bug 1323081: [H264] P2. Ignore NAL stop bit and trailing 0. r=gerald
MozReview-Commit-ID: EHoAFqXJFq5

--HG--
extra : rebase_source : 37e00a55ca6dc612862f9363b89b06a45e517019
2016-12-14 17:17:53 +11:00
Jean-Yves Avenard
44d3408838 Bug 1323081: P1. Add native BitReader class. r=gerald
This is a rewrite from Stagefright's ABitReader. The major difference is that you give the original size in bits rather than in bytes. ABitReader always read all bits available. While under some circumstances we want to bound the buffer to a set number of bits.

MozReview-Commit-ID: hdJ7CAwOea

--HG--
extra : rebase_source : 684f02540f46d053f2a12d7007a67f6e0f765057
2016-12-14 15:27:48 +11:00
Sebastian Hengst
34a8976547 Backed out changeset c1728d09549b (bug 1321416) for failing test_videocontrols_standalone.html. r=backout 2016-12-14 10:42:50 +01:00
Phil Ringnalda
36bfd0a8da Merge m-i to m-c, a=merge
MozReview-Commit-ID: ODjsKqdMLM
2016-12-13 19:25:01 -08:00
Phil Ringnalda
b0febd3507 Merge autoland to m-c, a=merge
MozReview-Commit-ID: Hi2OIyuxGKH
2016-12-13 19:19:46 -08:00
Olli Pettay
6f87bd6cd5 Bug 1323226, re-enable the accidentally disabled xpc_TryUnmarkWrappedGrayObject also in opt builds, r=ehsan 2016-12-14 01:07:42 +02:00
Alexander Surkov
6281dc2bac Bug 1313693 - implement iterable states, part2, r=smaug 2016-12-13 17:36:19 -05:00
Sebastian Hengst
19b9d0a8d9 Backed out changeset f2dbb8f9f082 (bug 1316267) for mass bustage. r=backout on a CLOSED TREE 2016-12-13 23:14:44 +01:00
David Anderson
ddc0e88224 Unconditionally disconnect PLayerChildren from ClientLayers. (bug 1316267, r=billm) 2016-12-13 13:41:13 -08:00
Kartikaya Gupta
ff521f735d Bug 1323291 - Add debugging logs to LayerTreeInvalidation.cpp. r=mattwoodrow
MozReview-Commit-ID: 8V5SPiRA8FO
2016-12-13 15:56:26 -05:00
Andreas Tolfsen
5cd198edb8 Bug 1323217 - Fix mach marionette-test. r=whimboo a=test-only
MozReview-Commit-ID: 2vekBtg7Ph4
2016-12-13 18:10:51 +01:00
Jonathan Kew
dd1fcabf8e Bug 1320665 - Reftest for font using 'cmap' format 13. r=jrmuizel 2016-12-13 15:06:59 +00:00
Carsten "Tomcat" Book
fa5c335f38 merge mozilla-inbound to mozilla-central a=merge 2016-12-13 16:04:16 +01:00
Carsten "Tomcat" Book
e7a6d0eb71 merge autoland to mozilla-central a=merge 2016-12-13 15:53:22 +01:00
Dão Gottwald
95cc26bc80 Bug 1323001 - Make the location / search bar splitter's active region span the two textboxes' combined neighboring margin and border width on Windows and Linux. r=gijs 2016-12-13 15:40:10 +01:00
Dão Gottwald
03c63ac73f Bug 1322953 - Remove padding-inline-end from #nav-bar-customization-target. r=gijs 2016-12-13 21:25:32 +01:00
Dão Gottwald
30ead0d739 Bug 1323276 - Disable browser_newWindowDrop.js 2016-12-13 21:22:05 +01:00
Ehsan Akhgari
23ab21c6fc Bug 1322995 - Update the en-US dictionary to SCOWL 2016.11.20 2016-12-13 14:46:50 -05:00
Ehsan Akhgari
6d8b027b60 Bug 1323203 - Devirtualize nsPIDOMWindow::IsRunningTimeout(); r=bkelly 2016-12-13 14:27:03 -05:00
Sebastian Hengst
42d867c83e Backed out changeset 8574c820840b (bug 1323226) for static analysis bustage. r=backout on a CLOSED TREE 2016-12-13 20:25:40 +01:00
Ehsan Akhgari
443e426d7c Bug 1321903 - Refactor the timeout/interval management code out of nsGlobalWindow; r=bkelly
This code now lives in TimeoutManager.  Note that this is a transition
state, the Timeout list management code also needs to be refactored out
later.

In order to simplify the lifetime management of the new class, its
lifetime is equal to the lifetime of its containing nsGlobalWindow.  In
a few places where we need to dispatch runnables to do asynchronous work
on this object, we hold the containing window alive to guarantee safety.

This patch also removes a bit of dead code that was left over from the
code removed in bug 1281793. See:
https://hg.mozilla.org/mozilla-central/rev/0ac748f4d677#l1.63
2016-12-13 14:08:47 -05:00
Alexander Surkov
51f7b58749 Bug 1313693 - implement iterable states, part1 - add 64bit version of states stringifying, r=davidb 2016-12-13 14:00:16 -05:00
Olli Pettay
a0607eb3a5 Bug 1323226, re-enable the accidentally disabled xpc_TryUnmarkWrappedGrayObject also in opt builds, r=ehsan
--HG--
extra : rebase_source : 372d56e1ed73968d64fa53d9f3ca7aab5e8370e9
2016-12-13 20:56:27 +02:00
Phil Ringnalda
ce8fd410e7 Backed out 2 changesets (bug 1320665) for Windows failures in 1320665-cmap-format-13.html
Backed out changeset b2bac083c74e (bug 1320665)
Backed out changeset 59bdf1eb5d2d (bug 1320665)

MozReview-Commit-ID: 2M9tcerb3pm
2016-12-13 10:56:17 -08:00
Geoff Brown
d1584879a8 Bug 1319196 - Take screenshot when dumpsys fails; r=jmaher 2016-12-13 11:28:06 -07:00
Geoff Brown
1e2847e98f Bug 1319196 - Increase timeout for 'adb shell dumpsys'; r=jmaher 2016-12-13 11:28:04 -07:00
Boris Zbarsky
43e94e6458 Bug 1322415. Fix property enumeration on cross-origin windows to include indexed props, and add some tests for the ordering of the indexed, named, and symbol-named props on cross-origin objects (window and location). r=bholley 2016-12-13 13:14:43 -05:00
Dão Gottwald
486c996050 Backed out changeset 52e782555b4b for browser-chrome failures, CLOSED TREE 2016-12-13 17:43:52 +01:00
Jonathan Kew
659c3569fc Bug 1320665 - Reftest for font using 'cmap' format 13. r=jrmuizel 2016-12-13 16:17:23 +00:00
Jonathan Kew
aa1f85e3d9 Bug 1320665 - Add support for 'cmap' subtable format 13. r=jrmuizel 2016-12-13 16:16:57 +00:00
ffxbld
622ae0f34b No bug, Automated HPKP preload list update from host bld-linux64-spot-301 - a=hpkp-update 2016-12-13 06:16:56 -08:00
ffxbld
d10a2c70d1 No bug, Automated HSTS preload list update from host bld-linux64-spot-301 - a=hsts-update 2016-12-13 06:16:53 -08:00
Jonathan Kew
8edf19e319 Bug 1320665 - Add support for 'cmap' subtable format 13. r=jrmuizel 2016-12-13 12:15:24 +00:00
Michael Layzell
90b728b596 Bug 1318767 - Part 4: Add a test for navigating into dead PartialSHistories, r=ehsan
MozReview-Commit-ID: LT8NeCdf3fm
2016-12-14 16:11:29 +08:00
Sebastian Hengst
57f5029daf Backed out changeset d274079a9664 (bug 1308110) for failing test_discrete-animations.html. r=backout 2016-12-13 13:10:04 +01:00
Emilio Cobos Álvarez
d791eef979 Bug 1029867: Remove useless nsCSSParser::mHTMLMediaMode. r=heycam
MozReview-Commit-ID: AFtd0G4oP3R
2016-12-13 11:39:32 +01:00
Michael Layzell
65b516822e Bug 1318767 - Part 3: Use SessionStore to recover from missing GroupedSHistory segments, r=ehsan, r=mconley
MozReview-Commit-ID: FDmQIjiHox7
2016-12-13 16:32:54 +08:00
Carsten "Tomcat" Book
594937fec2 merge mozilla-inbound to mozilla-central a=merge 2016-12-12 17:08:13 +01:00
Carsten "Tomcat" Book
71f580ed65 merge autoland to mozilla-central a=merge 2016-12-12 17:06:34 +01:00
ffxbld
758390314b No bug, Automated HPKP preload list update from host bld-linux64-spot-1014 - a=hpkp-update 2016-12-12 06:43:56 -08:00
ffxbld
12e9c92d0e No bug, Automated HSTS preload list update from host bld-linux64-spot-1014 - a=hsts-update 2016-12-12 06:43:54 -08:00
Carsten "Tomcat" Book
c80a07613f Backed out changeset 6d2cb22d85b0 (bug 1322080) for xpcshell failures on 10.10 debug 2016-12-12 12:18:03 +01:00
Carsten "Tomcat" Book
9788e20a9e Backed out changeset 5b3a011acc01 (bug 1322080) 2016-12-12 12:15:51 +01:00
Carsten "Tomcat" Book
5f2a9e53a6 Backed out changeset 9356d8836ca8 (bug 1322080) 2016-12-12 12:15:49 +01:00
Andrea Marchesini
a69bf81efe Bug 1322588 - Get rid of nsIDocShell::addSessionStorage, r=qdot 2016-12-12 09:33:11 +01:00