Carsten "Tomcat" Book
2266139ee3
Merge mozilla-central to mozilla-inbound
2016-06-10 15:44:04 +02:00
Mike de Boer
2cdbcb870d
Bug 384458 - part 4: implement modal highlighting using the AnonymousContent API and SVG masks. r=jaws
2016-06-09 13:30:49 +02:00
Mike de Boer
5748931883
Bug 384458 - part 2: change the matches count timeout to 100ms, up the limit to a 1000 counts and capture the state of 'Highlight All' in a pref which will be TRUE by default in the browser. r=jaws
2016-06-09 13:30:46 +02:00
Sotaro Ikeda
6ec321d0df
Bug 1256475 - Use libyuv for non scaling YUV color conversion r=jrmuizel
2016-06-08 18:46:42 -07:00
Masayuki Nakano
77f6ee4369
Bug 1278084 part.3 TextComposition shouldn't decide composition string which is only an ideographic space as a placeholder r=m_kato
...
Currently, when TextComposition tries to forcibly commit composition synchronously, it cancels the composition if there is only an ideographic space since legacy Chinese IMEs for Windows were used an ideographic space as a placeholder and shows actual composition string in its owning window (called reading window).
However, Japanese TIPs basically use composition to input an ideographic space. Unfortunately, this intentional input of an ideographic space is always canceled if an editor commits to composition at every input event in TSF mode because TSF cannot commit during a call of ITextStore::RequestLock(). Additionally, we will enable e10s mode, then, on all platforms, requesting commit composition is handled asynchronously.
Therefore, we should make the hack disabled in default settings now. If we'll find a way to distinguish if an ideographic space is a placeholder, we should recover this hack. Note that such input fields cannot handle such legacy IMEs, so, disabling the hack in default settings must be fine.
MozReview-Commit-ID: IdBcfBxeJum
--HG--
extra : rebase_source : 18ca5cd1083ade8813703cec05c020dc03f09f63
2016-06-07 21:25:24 +09:00
Kit Cambridge
a9df8d4d3f
Bug 1278851 - Enable service worker notifications everywhere except for non-release B2G. r=baku
...
MozReview-Commit-ID: InG420vpNtA
--HG--
extra : rebase_source : 0523697466cb8f438b1af129c5d74a1b0c8df499
2016-06-07 14:25:59 -07:00
Michael Froman
bdd004d3e4
Bug 1279039 - pref off tmmbr for now, r=jesup
2016-06-10 02:12:18 -04:00
Michael Froman
f1dd9b78e0
Bug 1279049 - add sdp handling for audio FEC, r=jesup
...
MozReview-Commit-ID: J0ax8TnR3p8
--HG--
extra : transplant_source : %D5Y%15%E6%C3d%F5%BD%9B%D7%CC%BA%DA%DE%12.%88%DD%A1%5B
2016-06-08 16:24:23 -05:00
Kit Cambridge
55b7ef53d9
Bug 1207743 - Track recent push messages to avoid duplicate notifications on reconnect. r=dragana
...
MozReview-Commit-ID: KezPfa0yyO1
--HG--
extra : rebase_source : 86c3b0d78f2772369ebedd11d640a8b05e46d24f
extra : histedit_source : 531a495b7b3b3d8d4bf8b399f6beebf0805ac3bc
2016-06-04 13:17:12 -07:00
Phil Ringnalda
305ac3c2cf
Back out c88f2cb8e4fa (bug 1256475) for Android failures in test_imagebitmap_extensions.html
...
CLOSED TREE
2016-06-06 22:26:25 -07:00
Sotaro Ikeda
d7880ceea1
Bug 1256475 - Use libyuv for non scaling YUV color conversion r=jrmuizel
2016-06-06 20:10:59 -07:00
Carsten "Tomcat" Book
4aea0165dc
merge mozilla-inbound to mozilla-central a=merge
2016-06-06 11:55:56 +02:00
Dragana Damjanovic dd.mozilla@gmail.com
cc0b381dda
Bug 1277522 - Increase max connection retries to 10.r=mcmanus
2016-06-02 15:17:00 +02:00
Matheus Longaray
2b9eece319
Bug 962433 - "Use Reader Mode for printing articles" [r=mconley]
...
This adds a checkbox to the print preview toolbar for simplifying
a document before printing.
This feature is currently disabled by default, hidden behind the
print.use_simplify_page pref.
MozReview-Commit-ID: HOtkuEQnJFg
--HG--
extra : rebase_source : 0423269ff26a4420a05de45cd7ad4ab84458f4f8
extra : amend_source : a340a83dc70c73aed5efcaf84c09503e88301888
2016-06-02 09:29:00 -04:00
Tobias Schneider
019e8ddec8
Bug 1173545 - Enable canvas CSS/SVG filters by default. r=mstange
2016-05-31 11:12:00 +02:00
Mike Conley
99143b5309
Bug 1266799 - Increase DOM fullscreen timeout length to 1000ms. r=xidorn
...
According to the Telemetry probes added in Bug 1271160, 1000ms should
account for ~94% of fullscreen transitions. The remaining ~6% tail is where
users might see the transition end and then content re-organize itself.
I think this is a big improvement over the original 500ms, which covers only
about ~80% of cases, according to Telemetry.
MozReview-Commit-ID: 3Vb9qQ7yDx5
--HG--
extra : rebase_source : 6f7a2db037bcd1ef21e59aca70b08078ab4f290d
2016-06-02 14:49:56 -04:00
Dan Glastonbury
dc5ff72da8
Bug 1275481: Suspend video decoding via timer. r=jwwang
...
Suspend decoding of video in background tabs once timer fires. The timer
is trigger on switch to invisible and reset each time becomes
visible. Default timer is set at 10 seconds and is controlled via pref
media.suspend-bkgnd-video.delay-ms.
MozReview-Commit-ID: IPIQ1g7Hkpw
--HG--
extra : rebase_source : d3610dced708ea79611beeed40fc8c8a07ee2d1b
2016-05-30 17:25:10 +10:00
Rinat
bb3780858f
Bug 1274622 - Add media.default_volume preference. r=kinetik
2016-05-24 20:55:45 +03:00
Kaku Kuo
447d4a1f0d
Bug 1141979 - part0 - setup preference utilities; r=jrmuizel
...
MozReview-Commit-ID: GoevPKVNASQ
--HG--
extra : transplant_source : %7Co%BA9%D0i%92B%5D%03%3Fb%AF_%84%02.Ano
2015-11-13 18:27:41 +08:00
Mark Goodwin
f386fadbc0
Bug 1263602 - Verify kinto collection signatures using the content signature service. r=MattN, r=leplatrem
...
MozReview-Commit-ID: J6fuSDaW1JR
2016-06-02 09:01:26 +01:00
Kannan Vijayan ext:(%2C%20Jonas%20Sicking%20%3Cjonas%40sicking.cc%3E)
8687d34336
Bug 1272099, Bug 1272101 - FlyWeb core implementation, DOM and Network changes. r=baku r=hurley
...
--HG--
extra : amend_source : 73ed6e6bccb6b39d7aafd5851bb836a46bcd4e10
2016-06-02 02:47:00 -04:00
Chris Pearce
5dc395709d
Bug 1265281 - Blacklist atiumd64.dll versions for D3D9 DXVA which are suspected to crash. r=kentuckyfriedtakahe
...
MozReview-Commit-ID: 1dfmProc7ck
--HG--
extra : rebase_source : 14835b1634d56c0399c3b84b094a95f871acbe12
2016-05-31 21:08:31 +12:00
Alastor Wu
fa47d77e11
Bug 1257738
- part1 : implement the audio competing mechanism.
...
MozReview-Commit-ID: GZw7P0kbhOa
2016-06-01 10:21:13 +08:00
Chris Pearce
9da01872ae
Bug 1271525 - Blacklist igdumd64.dll versions for D3D9 DXVA which are suspected to crash. r=kentuckyfriedtakahe
...
MozReview-Commit-ID: B4RET7bldTT
--HG--
extra : rebase_source : 41c0ae161f6043bea9e7a201cdaeb31ee8ccd063
2016-05-31 21:08:08 +12:00
Randall Barker
92bf505262
Bug 1240065 - Throttle repaints when pinch zooming r=botond
2016-05-31 15:00:57 -07:00
Chris Pearce
179b352a2a
Bug 1270686 - Blacklist more ATI drivers for D3D11 DXVA2. r=kentuckyfriedtakahe
...
MozReview-Commit-ID: KClulNTU2rO
--HG--
extra : rebase_source : f9b8d8a7420ad2f677ea7506a2c957553df9cd0d
2016-05-31 14:04:40 +12:00
Hiroyuki Ikezoe
d5e07e1e8b
Bug 1271487 - Enable PerformanceObserver API in nightly by default. r=baku
...
MozReview-Commit-ID: 7v5KhZdVuSm
--HG--
extra : rebase_source : e65095c2ebf46de2edf554d04d046ba7c18520c7
2016-05-10 13:35:35 +09:00
Georgiy Frolov
60cd01af74
Bug 1198518: [webvr] add support for OSVR,r=kip
...
MozReview-Commit-ID: K9nHww0Fe8s
2016-04-26 17:18:21 -04:00
Carsten "Tomcat" Book
76fd727737
Merge mozilla-central to mozilla-inbound
2016-05-30 15:30:55 +02:00
Carsten "Tomcat" Book
463212f69f
merge mozilla-inbound to mozilla-central a=merge
2016-05-30 15:29:19 +02:00
Matthew Noorenberghe
404a8f2e5b
Bug 667233 - Support login scheme upgrades for autocomplete/fill/contextmenu. r=dolske
...
MozReview-Commit-ID: GG6F81ErAcI
--HG--
rename : toolkit/components/passwordmgr/test/mochitest/test_case_differences.html => toolkit/components/passwordmgr/test/mochitest/test_autocomplete_https_upgrade.html
2016-05-29 17:16:01 -07:00
Florian Quèze
e9ee2349cc
Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw.
2016-05-27 13:41:29 +02:00
Carsten "Tomcat" Book
b08e506896
Backed out changeset 08053d1e2cc1 (bug 1203168) for ESlint failure in browser_aboutSearchReset.js
2016-05-27 14:35:31 +02:00
Florian Quèze
148acbd4be
Bug 1203168 - ask the user for confirmation when searching with a default search engine of unknown origin, data-review=bsmedberg, r=adw.
2016-05-27 13:41:29 +02:00
Xidorn Quan
6d44085edf
Bug 1229609 - Remove layout.css.text-emphasis.enabled pref. r=heycam
...
MozReview-Commit-ID: IEWZmZHKoXA
--HG--
extra : source : 382feec3df1b64ccaf07cbfe7de58d0e97a59e46
2016-05-30 14:52:01 +10:00
Chris Peterson
11ef78ae89
Bug 1275016 - Rename Endian.h to EndianUtils.h to avoid #include confusion with Android's endian.h stdlib header. r=froydnj
...
--HG--
rename : mfbt/Endian.h => mfbt/EndianUtils.h
2016-05-22 13:31:11 -07:00
Chris Peterson
abb4a71949
Backed out changeset fa77bc23f799 (bug 1275591) for breaking tests. CLOSED TREE
...
--HG--
extra : amend_source : ee42a8cecf3eaead5e40f63012d866e8d07817d8
2016-05-26 11:10:43 -07:00
Tobias Schneider
3424a04578
Bug 1275591 - Enable plugin content blocking by default. r=bsmedberg
2016-05-25 08:00:32 -07:00
Gijs Kruitbosch
e0d096ab81
Bug 1275893 - Enable logical float properties for devedition, r=jfkthame
...
MozReview-Commit-ID: 4USAWZKXlUU
--HG--
extra : rebase_source : 5b3cbe911f612905492b30a08643100e25162897
2016-05-26 14:30:31 +01:00
philipp
15b5bd2baf
Bug 1275739 - Disable D3D11 for some more crashing DLLs surfacing in 47.0b8. r=gerald
...
--HG--
extra : rebase_source : 2a737cdc3f02e79a67c574253100310731aabcd4
2016-05-25 15:02:00 -04:00
Michael Froman
c6bd7cd3df
Bug 1270230 - Add media.navigator.video.use_tmmbr to all.js and pref on. r=jesup
...
MozReview-Commit-ID: CaI1Lc1Zd06
--HG--
extra : rebase_source : 13c97c5df99465019004dad5cabe44ad5319b9a7
2016-05-25 10:04:59 -05:00
Dan Glastonbury
d3d4cb2e30
Bug 1275472 - Enable suspending of background video only in nightly builds. r=cpearce
...
MozReview-Commit-ID: 13HJbggtTXH
--HG--
extra : rebase_source : 13cd70b3e67823b5d36b9785ab8c5feac5d72575
2016-05-25 14:13:30 +10:00
Morgan Phillips
1dcc007880
Bug 1270729 - When stopping slow scripts totally halt script execution; r=bholley
...
--HG--
extra : rebase_source : 37f9ad254334c91970942cc0d6d46d0756a5c9b0
2016-05-16 01:20:06 -07:00
Carsten "Tomcat" Book
b6b164ec6d
Merge mozilla-central to mozilla-inbound
2016-05-25 15:20:00 +02:00
Carsten "Tomcat" Book
c715836c7f
merge mozilla-inbound to mozilla-central a=merge
2016-05-25 15:04:00 +02:00
Carsten "Tomcat" Book
3cab03a461
Merge mozilla-central to fx-team
2016-05-24 15:15:55 +02:00
Phil Ringnalda
5236d2e4ba
Back out 561138ee5a32 (bug 1271487) for web-platform-tests failures and unexpected passes
...
CLOSED TREE
2016-05-23 21:09:07 -07:00
Hiroyuki Ikezoe
fc371e8226
Bug 1166500 - Part 11: Add a preference for offscreen throttling. r=dbaron
...
MozReview-Commit-ID: AD34RTVZcxy
2016-05-24 12:57:43 +09:00
Hiroyuki Ikezoe
240e8e3669
Bug 1271487 - Enable PerformanceObserver API in nightly by default. r=baku
...
MozReview-Commit-ID: EuenLdpscHb
--HG--
extra : rebase_source : 07d84ddd066940b74fd3f1c3e13a73cc4e4b91e2
2016-05-10 13:35:35 +09:00
Dragana Damjanovic
c10122236d
Bug 507571 - Lock nsHttpResponseHead. r=mcmanus
2016-05-24 06:07:00 +02:00