Commit Graph

503337 Commits

Author SHA1 Message Date
Kaku Kuo
2c5668e620 Bug 1322801 part 1 - create AccurateSeekingState and NextFrameSeekingState; r=jwwang
MozReview-Commit-ID: Kkh5wuOL1k9

--HG--
extra : rebase_source : 242e089418e64a83a22b7b631155a94dfbfdada6
2016-11-30 10:32:29 +08:00
Kaku Kuo
05dbfd5c5d Bug 1322801 part 0 - correct build error; r=jwwang
MozReview-Commit-ID: LddjkJsgxa

--HG--
extra : rebase_source : 949642556eaf9db89166ca9b9eb8f253354b9cea
2016-12-09 17:39:34 -10:00
Scott Wu
03eac1039b Bug 1283385 - (2/2) Rename timepicker.css to datetimeinputpickers.css; r=mconley
MozReview-Commit-ID: AvLRWiY5y62

--HG--
rename : toolkit/themes/shared/timepicker.css => toolkit/themes/shared/datetimeinputpickers.css
extra : rebase_source : d181093e5d03897f1f36e495c282ab68f425caf5
2016-11-29 15:14:38 +08:00
Scott Wu
54ad40c942 Bug 1283385 - (1/2) Implement date picker UI; r=mconley
MozReview-Commit-ID: 8uscU75qrkR

--HG--
extra : rebase_source : 3040a648c0e744e2a8f7b1b4d07ff02e0cee318b
2016-11-09 23:38:11 +08:00
Miko Mynttinen
c0b2cd5b45 Bug 1274673 - Use binary space partitioning for sorting/drawing layers - Part 3: Use BSPTree for layer sorting r=jrmuizel,mattwoodrow
MozReview-Commit-ID: 3Hy4IRDFgaP

--HG--
extra : rebase_source : ec31672ba66a81537cd21356466c8774023edd60
2016-12-06 13:39:01 -10:00
Miko Mynttinen
d8d0459a98 Bug 1274673 - Use binary space partitioning for sorting/drawing layers - Part 2: Rename Polygon3D to Polygon, and use 4D points for all calculations r=kip
MozReview-Commit-ID: I6DB8xldpjO

--HG--
extra : rebase_source : c881f68722404e0d749a00424eb17d284a7383d2
2016-12-04 17:49:32 +01:00
Miko Mynttinen
93c8550e72 Bug 1274673 - Use binary space partitioning for sorting/drawing layers - Part 1: Add Point4D construction/conversion from/to Point3D r=bas
MozReview-Commit-ID: 2zvXkYcVV1A

--HG--
extra : rebase_source : 1a2aab40bfb17573fd1290484d9463fe5bf43d1e
2016-11-21 19:50:33 +01:00
Sean Lee
a49d702209 Bug 1269958 - Change the information details of the summary section in Downloads Panel. r=Paolo
MozReview-Commit-ID: 1hKBRXOBH6c

--HG--
extra : rebase_source : a775662d5a22594d0542f18cb4b556e20580dd68
2016-08-18 14:45:57 +08:00
Daosheng Mu
8385c9beb5 Bug 1323088 - OpenVR controller manager should not be created while loading runtime fail; r=kip
MozReview-Commit-ID: 6gM9r1Y4MkG

--HG--
extra : rebase_source : dbda834a119023c90a791267edeeac322569cd1d
2016-12-13 13:56:58 +08:00
Ray Lin
f0c995ec23 Bug 1321416 - remove border to get rid of scrollbar in top level synthetic video document. r=jaws
MozReview-Commit-ID: IckmhyasDmN

--HG--
extra : rebase_source : 15c8edc011960419fa4741e9b24c0ffc96dcfe6e
2016-12-01 10:18:28 +08:00
Ray Lin
14843cd6da Bug 1319301 - Part 2. add a regression test for controlsSpacer. r=jaws
MozReview-Commit-ID: 2yhiaZgReRQ

--HG--
extra : rebase_source : 0abace7a2d508e3374fcc0ebc34cfb001b75e8ab
2016-11-23 18:10:51 +08:00
Ray Lin
a28321d288 Bug 1319301 - Part 1. fadeout grey spacer when play event is not triggered by controls. r=jaws
MozReview-Commit-ID: AouOiY9EGo8

--HG--
extra : rebase_source : f9bc781a3d87bee64d8b5b87e403b1d0c6a299dc
2016-11-22 11:48:04 +08:00
Henrik Skupin
e782c4ca18 Bug 1323169 - Skip tests in test_about_pages.py for Fennec. r=maja_zf
MozReview-Commit-ID: ALq4L4V41MJ

--HG--
extra : rebase_source : e9e638aeb8daf17fa5f8baedba04978523f245c1
2016-12-13 15:15:24 +01:00
Alastor Wu
eb2209523b Bug 1314220 - add telemetry for blocking autoplay media. r=bsmedberg,jaws
Due to the UX's request, we want to measure the following information
(1) usage amount for mute/unmuted/unblocking by clicking icon/unblocking by visisting tab
(2) blocking time (the duration from blocking to unblocking)

MozReview-Commit-ID: 3JpJgGjbfRt

--HG--
extra : rebase_source : 2ed3a16401f1a5ebb5e474a04974ae034c1cc6dd
2016-12-14 15:04:39 +08:00
Tomer Cohen
efa50e08cc Bug 902596 RTL Support for about:networking r=jaws
MozReview-Commit-ID: Fif7yAXfY6Y

--HG--
extra : rebase_source : cf7329eb5b0e2a187811a58df7916d401818f915
2016-12-14 02:19:21 +02:00
Cameron McCormack
5d691811be Bug 1323384 - Add a "stylo" variable to the reftest condition sandbox. r=xidorn
MozReview-Commit-ID: 27oTyI3QWYM

--HG--
extra : rebase_source : fc79361049642edb6434f15b40379a3ca9521e43
2016-12-14 14:58:27 +08:00
Ting-Yu Chou
a751129113 Bug 1322461 - Let nsTArray to use copy constructors for SourceBufferTask as it has non-memmovable member on Windows. r=Ehsan
MozReview-Commit-ID: CkbEyTaldtS

--HG--
extra : rebase_source : 43b161ef569efe0010940e56de5cb3d31cbc1793
2016-12-08 22:51:58 +08:00
Jared Wein
d29a5973cc Bug 1319598 - Specify Helvetica Neue as the font-family for the positionDurationBox of the video controls on OSX to prevent the characters from shifting while the video is playing or scrubbing through the video. The -moz-system font used by default has variable-width numbers which cause the position of the characters to shift as the number changes. r=ralin
MozReview-Commit-ID: DNmCvQ0x4jf

--HG--
extra : rebase_source : 0593cf56d96c781af04b2d9e31887d7cdac6f759
2016-12-13 21:21:59 -05:00
Phil Ringnalda
ce9ad65e4e Merge m-c to autoland
--HG--
rename : xpcom/build/nsXREAppData.h => xpcom/build/XREAppData.h
rename : xpcom/glue/AppData.cpp => xpcom/glue/XREAppData.cpp
extra : rebase_source : 84774ad3fb5a596ad5c105cc0f3b269371c4308e
2016-12-13 19:28:57 -08: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
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
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
John Lin
d9ccdc207e Bug 1323152 - protect DurationQueue with lock. r=snorp
Remove an unused class too.

MozReview-Commit-ID: KlUKMIPbMuo

--HG--
extra : rebase_source : dfe75e62bda15ba3d422860b2b58e400dc1c923b
2016-12-13 16:41:37 +08:00