- Oct 30, 2017
-
-
Emilio Cobos Álvarez authored
servo: Merge #19059 - style: Make the SelectorMap API slightly nicer (from emilio:selector-map-nicer); r=nox Source-Repo: https://github.com/servo/servo Source-Revision: 1b73cf33525afbbe2d077554d1965b74ef9ae5e3 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 6987ea98f71bcb9e63b1ecfc2c033b751967a890
-
Mark Banner authored
MozReview-Commit-ID: 8pidN7x6MYh --HG-- extra : rebase_source : 6a0d6800091231fc1535223bd7fc6df0ba40d47b
-
Coroiu Cristina authored
-
Coroiu Cristina authored
Backed out changeset b7a07167905c::2932c914e223 (bug 1406327) for failing in dom/vr/test/mochitest/test_vrController_displayId.html r=backout a=backout on a CLOSED TREE Backed out changeset 2932c914e223 (bug 1406327) Backed out changeset cfbc6262a064 (bug 1406327) Backed out changeset b7a07167905c (bug 1406327)
-
Coroiu Cristina authored
Backed out changeset b8743cbd9049 (bug 1411630) for failing on OS X and Windows 10 reftests in dom/vr/test/reftest/change_size.html r=backout a=backout on a CLOSED TREE Backed out changeset b8743cbd9049 (bug 1411630)
-
Attila Craciun authored
--HG-- extra : amend_source : 43eb53623fe5390c69e92f322f938eb4c956ca00
-
Coroiu Cristina authored
-
Jan Varga authored
Bug 1410420 - Clear database actor's strong reference to IDBDatabase when opening of a database fails; r=asuth
-
Fred Lin authored
Bug 1409977 - mark Onboarding tour will set as completed instantly via define a tour property;r=Fischer MozReview-Commit-ID: 4zsPzXieZap --HG-- extra : rebase_source : fdefc23e74d268359e0f421271d1cae867ddea36
-
- Oct 29, 2017
-
-
Jean-Yves Avenard authored
MozReview-Commit-ID: 9yVNXvIhnUP --HG-- extra : rebase_source : 0ff1ae4fa1ae78e9e06e0c21ec15c235604cb236
-
- Oct 30, 2017
-
-
Alastor Wu authored
The spec [1] defines what's the init segment, and the parser would return error if the format is not correct. [1] https://w3c.github.io/media-source/webm-byte-stream-format.html MozReview-Commit-ID: 3nFHHdn5b89 --HG-- extra : rebase_source : 66fe592958801c4f9e2115f7729df2b9ece55ac3
-
Alastor Wu authored
MozReview-Commit-ID: C4mXuPsMaF4 --HG-- extra : rebase_source : 11b69bde40b1ca336e2b9272aa2ec26c0e78507d
-
Alastor Wu authored
The spec [1] defines what's the media segment, and the parser would return error if the format is not correct. [1] https://w3c.github.io/media-source/webm-byte-stream-format.html MozReview-Commit-ID: 4hq59Pywz2t --HG-- extra : rebase_source : 1136d2a673f11d612e0eb711db6affdce42bb525
-
Alastor Wu authored
The spec [1] defines that "Timecode (e7) MUST appear before Block (a1) or SimpleBlock (a3)". [1] https://www.matroska.org/technical/specs/index.html MozReview-Commit-ID: 7g8lgckuNif --HG-- extra : rebase_source : 4945dc4b0ab4b7480bf9c6416f9776fd6313c1e1
-
Andi-Bogdan Postelnicu authored
MozReview-Commit-ID: 7BniyasLIQD --HG-- extra : rebase_source : ad7603dd8e2f8ea93989833de09624108aa7bd31
-
- Oct 27, 2017
-
-
Jean-Yves Avenard authored
MozReview-Commit-ID: 6mMf93LQeRj --HG-- extra : rebase_source : 531b88872914e02b6924f53c452a22323002d53a
-
JW Wang authored
Bug 1412187 - ChannelMediaResource::Resume() should call Seek() instead of CacheClientSeek(). r=gerald CacheClientSeek() will call Seek() asynchronously and should be used by MediaCache only. ChannelMediaResource::Resume() runs on the main thread and can call Seek() directly. Note this is a missing change from bug 1411504 P3. MozReview-Commit-ID: I2X1Rk5HoDV --HG-- extra : rebase_source : 66dce75aefc4bfebecf69ebe107e9b4c9286f3a5 extra : source : 20e5463e15049095a941f501acd3fa7dd4e9b1db
-
JW Wang authored
Bug 1412181 - add a proxy to be registered with ClearOnShutdown() to clear MediaCache::sThread. r=gerald MozReview-Commit-ID: 9SXSKTP9Twb --HG-- extra : rebase_source : 1cec3d8e307c980e2634fdc43ff9333833cb5547 extra : source : 2fa3d4a310a6e5765ee51cd3115013434d4662e5
-
- Oct 26, 2017
-
-
Nicholas Nethercote authored
Bug 1410794 (attempt 2) - Change some |string| occurrences in nsIPrefBranch.idl to |ACString|. r=erahm. This makes the code nicer. In particular, it removes many getter_Copies() calls. The patch also converts a lot of nsCStrings to nsAutoCString, which will avoid heap allocation in the common case. The patch also renames PREF_CopyCharPref() as PREF_GetCStringPref(), because it's actually getting a string, not a char, and that matches the existing GetCString() and GetDefaultCString() methods. Correspondingly, it also renames PREF_SetCharPref() as PREF_SetCStringPref(). The |aPrefName| arguments in nsIPrefBranch.idl remain as |string| because they almost always involve passing in C string literals, and passing "foo" is much nicer than passing NS_LITERAL_CSTRING("foo"). It's worth noting that early versions of this patch used |AUTF8String| instead of |ACString|. But it turns out that libpref stores prefs internally as Latin1. And |ACString| is compatible with Latin1 but |AUTF8String| isn't, because non-ASCII Latin1 strings are not valid UTF-8! MozReview-Commit-ID: D3f7a1Vl1oE --HG-- extra : rebase_source : e6e4b15d6d210cfd93686f96400281f02bd1d06b
-
- Oct 30, 2017
-
-
Phil Ringnalda authored
CLOSED TREE MozReview-Commit-ID: AcF8eNmKntl
-
Matt Woodrow authored
Bug 1411132 - Always recurse into merging for sub-lists, even when there isn't a matching new item, so that we find all items that need invalidating. r=ethanlin
-
Matt Woodrow authored
Bug 1411881 - Use separate lists for MarkFrameForDisplay and MarkFrameForDisplayIfVisible to avoid them clobbering each other when we leave a PresShell. r=ethanlin
-
JerryShih authored
Bug 1399389 - update Cargo.lock and webrender_ffi_generated.h for webrender_bindings updating. r=nical MozReview-Commit-ID: 8FIu1K1jjxM
-
JerryShih authored
MozReview-Commit-ID: Fxkz3Fq96Tb
-
Matthew Gregan authored
-
Kartikaya Gupta authored
MozReview-Commit-ID: 3jwx2OKL29n
-
Lee Salzman authored
MozReview-Commit-ID: 9BwLVrfjnsP
-
- Oct 29, 2017
-
-
Sebastian Hengst authored
Backed out changeset 8c9886e3e68e (bug 1408708) for eslint failure at devtools/server/actors/stylesheets.js:157: use .ownerGlobal instead of .ownerDocument.defaultView. r=backout --HG-- extra : amend_source : 5262c467c3bf7662d29de1c4c0e9999b5b307d55
-
Sebastian Hengst authored
-
Sebastian Hengst authored
Bug 1365425 - [bn-BD] Add search engine setup for Firefox Mobile for Bengali (Bengladesh): Replace 'ddg' with 'duckduckgo' to fix bn-BD Fennec L10n nightly. r=nightly-fix a=nightly-fix MozReview-Commit-ID: 8eJYHVajz3o
-
Sebastian Hengst authored
MozReview-Commit-ID: 9Vo6y3ECMme
-
Sebastian Hengst authored
MozReview-Commit-ID: AgOQA5cp8C2
-
ffxbld authored
-
ffxbld authored
-
Sebastian Hengst authored
-
Makoto Kato authored
MozReview-Commit-ID: 2kMieFmFWsJ --HG-- extra : rebase_source : 2bea8a6590cadaeec3bfd807474f41535167b11f
-
Makoto Kato authored
- Building is nightly channel only. Beta and release for Fennec 58 don't build stylo. It means that the package size for 58 beta/release isn't incremented by this change. - The preference for stylo is still turned off Nightly 58. It will be turned on 59 after fixing some bugs for crashtests and etc. Our target to enable stylo for Android is 59. - ./mach bootstrap already installs clang etc to build stylo and bindgen. Developers for mobile won't require additional build options for this change. MozReview-Commit-ID: CIpYl8I5d7x --HG-- extra : rebase_source : 6387704e4a94db080d4add10298cf1cc254ddec0
-
Tom Schuster authored
-
Sebastian Hengst authored
-
Jorg K authored
-