JW Wang
edf5b8db9c
Bug 1235183. Part 5 - per comment 35, cancel existing |mChannelLoader| in AbortExistingLoads(). r=cpearce
...
MozReview-Commit-ID: 27DZC8rwAJ5
--HG--
extra : rebase_source : 71f7798675c2d6d9521a2615a5d0292bce107a0a
2016-06-29 07:50:33 +08:00
JW Wang
2ec53dfa9a
Bug 1235183. Part 4 - create channel asynchronously. r=cpearce
...
MozReview-Commit-ID: 9JVuHhhMFoa
--HG--
extra : rebase_source : ca8e33fb4fcbd7fb0df0e1ffd52bd37be34c4434
2016-06-24 13:45:01 +08:00
JW Wang
7c52f8c397
Bug 1235183. Part 3 - move mChannel to ChannelLoader so it will be easier to create the channel asynchronously. r=cpearce
...
MozReview-Commit-ID: 5n8P0L7m0Iw
--HG--
extra : rebase_source : d15417c822467d04367cb19e40b9fdb8db822ae8
2016-06-24 10:41:43 +08:00
JW Wang
1377c9112b
Bug 1235183. Part 2 - remove unnecessary null-checks. r=cpearce
...
MozReview-Commit-ID: 6XZMrjw440L
--HG--
extra : rebase_source : 02379fe62db21a6e7c804c76602e314dcf84178d
2016-06-23 17:15:50 +08:00
JW Wang
160b32e792
Bug 1235183. Part 1 - fix coding styles. r=cpearce
...
MozReview-Commit-ID: EDUC3ZvIdim
--HG--
extra : rebase_source : 115a16529c48ab3f987f0e88e99a7529e641497e
2016-06-23 17:09:42 +08:00
Andreas Tolfsen
0754cd395f
Bug 1282800 - Remove device capability from Marionette; r=automatedtester
...
MozReview-Commit-ID: 4ZlojpuwpUN
--HG--
extra : rebase_source : 94efba5f17f67d44a61d12f83231bbf66ebb44da
2016-06-28 15:26:49 +01:00
Ting-Yu Lin
8c5af6b331
Bug 1282029 Part 2 - Update comments. r=dbaron
...
MozReview-Commit-ID: AB01qG99GeH
--HG--
extra : rebase_source : 333e0c02f9b6ef6daadd841cf4be2e35e72158c3
2016-06-24 17:47:33 +08:00
Ting-Yu Lin
b1101f8897
Bug 1282029 Part 1 - Remove superfluous access modifiers. r=dbaron
...
MozReview-Commit-ID: 5HRNtYECUjU
--HG--
extra : rebase_source : d0cc30bcd72168d1da345dcb72e9f41876977755
2016-06-24 17:47:32 +08:00
Hiroyuki Ikezoe
5af8b8d434
Bug 1208411 - Delay vsync timestamps on the compositor to make async animations more sync. r=mchang,mstange
...
MozReview-Commit-ID: Aes0jyOnojn
--HG--
extra : rebase_source : cab3f69b4bb98065d44df7873a171784e1eb305f
2016-06-23 06:24:39 +09:00
Masayuki Nakano
ef2fb8753d
Bug 1282669 Get rid of nsIMEUpdatePreference::DontNotifyChangesCausedByComposition() r=m_kato
...
I think that we can drop nsIMEUpdatePreference::DontNotifyChangesCausedByComposition(), i.e., nsIMEUpdatePreference::NOTIFY_CHANGES_CAUSED_BY_COMPOSITION because it's now used only by TSFTextStore but TSFTextStore ignores if SelectionChangeDataBase::mCausedByComposition or TextChangeDataBase::mCausedOnlyByComposition is true (for supporting async changes in e10s mode). So, only issue is, dropping the flag might cause increasing computing TextChangeData cost during composition in TSF mode. However, now, it's already enough fast and even if it'd cause performance regression, we could add a hack with TextComposition's offset information. Therefore, we don't need to worry about the performance regression so seriously.
MozReview-Commit-ID: HNT3G4isONj
--HG--
extra : rebase_source : 164231023aa2a17ceab94d92fb49ba0a00dab429
2016-06-28 16:51:59 +09:00
Masayuki Nakano
e1d8dafcd9
Bug 1282668 Get rid of nsIMEUpdatePreference::NOTIFY_SELECTION_CHANGE r=m_kato
...
Currently, all widgets request selection change notifications to IMEContentObserver. Additionally, IMEContentObserver needs to listen selection changes for caching latest selection for eQuerySelectedText. Therefore, it doesn't make sense to keep defining nsIMEUpdatePreference::NOTIFY_SELECTION_CHANGE.
If widgets didn't need selection change notifications, they could just ignore the unnecessary notifications.
Note that all widgets don't need selection change notifications if a plugin has focus and IMEContentObserver cannot observe selection changes in the plugin. Therefore, if IMEContentObserver is initialized with a plugin, it shouldn't listen selection changes (and doesn't need to notify widgets of selection changes).
MozReview-Commit-ID: FOVFFgA2nOz
--HG--
extra : rebase_source : 3e16d5023835f99f82934e754d2e7db70474f9ee
2016-06-28 15:23:12 +09:00
Anjana Vakil
be5e80f3c6
Bug 1282755 - Fix --binary
warning for mach marionette-test
; r=maja_zf
...
Only warn the user if they have provided a --binary argument,
i.e. if kwargs['binary'] is not None.
MozReview-Commit-ID: EOg9BcH5XJk
--HG--
extra : rebase_source : c8e19baae7d0959c27062d1ec92c59d4bd14b144
2016-06-28 13:44:30 +02:00
Mantaroh Yoshinaga
00c637d231
Bug 1267510 part 8 - Move animation's w-p-f tests to correct directories. r=birtles
...
MozReview-Commit-ID: 2alFixqDfNK
--HG--
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html
rename : testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html => testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html
extra : rebase_source : 19e525178910c4173adcd8b64951b3c26f7cf120
2016-06-29 11:14:12 +09:00
Mantaroh Yoshinaga
99d2c3abdc
Bug 1267510 part 7 - Tidy up to document-timeline tests. r=birtles
...
MozReview-Commit-ID: DKlmsrKWF6K
--HG--
extra : rebase_source : e68437efab97b179c72c3fb481e14bd316d1f56f
2016-06-29 11:14:12 +09:00
Mantaroh Yoshinaga
e5f9ec2f98
Bug 1267510 part 6 - Add animation test of gecko dependent. r=birtles
...
MozReview-Commit-ID: 1ZnXUCECMiH
--HG--
extra : rebase_source : 0ba0ffd392da1eadcf10e22c55dcbf286b218508
2016-06-29 11:14:12 +09:00
Mantaroh Yoshinaga
6bdc3b9bbc
Bug 1267510 part 5 - Remove animation's w-p-f meta file associated DocumentTimeline. r=birtles
...
MozReview-Commit-ID: 8fLVmZ18fuq
--HG--
extra : rebase_source : 4bf41af47ae4ca180774fb6adfbaa0dcc3d93c42
2016-06-29 11:14:11 +09:00
Mantaroh Yoshinaga
cdd8a825b4
Bug 1267510 part 4 - Modify WebIDL of DocumentTimeline. r=smaug
...
The specification of DocumentTimeline interface is as follow.
https://w3c.github.io/web-animations/#the-documenttimeline-interface
MozReview-Commit-ID: jmcJPiVK9i
--HG--
extra : rebase_source : 8d69144c4ae7b241c6e91f075d72607350725b2d
2016-06-29 11:14:11 +09:00
Mantaroh Yoshinaga
8bc07a20e3
Bug 1267510 part 3 - Add DocumentTimeline constructor. r=birtles
...
MozReview-Commit-ID: CqqDlHQsm0p
--HG--
extra : rebase_source : 4495e289009af105b61413526ffd03200b5bee6b
2016-06-29 11:13:45 +09:00
Mantaroh Yoshinaga
943f1fd84b
Bug 1267510 part 2 - Add origin time invariant to DocumentTimeline. r=birtles
...
MozReview-Commit-ID: Kf7PzzAH9Tj
--HG--
extra : rebase_source : 29f8eb0a6f3a624ff9c5af07f558bd5522847844
2016-06-29 10:59:35 +09:00
Mantaroh Yoshinaga
cef3e5e0c5
Bug 1267510 part 1 - Add DocumentTimeline constructor tests. r=birtles
...
MozReview-Commit-ID: 3EpZVyLVynE
--HG--
extra : rebase_source : acf348f4cb2a700df63be5e105598ba97572c29b
2016-06-29 10:59:17 +09:00
Greg Mierzwinski
5a4b2e86e4
Bug 1282599 - Pass test path as a string to xpcshell coverage collector. r=chmanchester
...
The test file path is now recorded by the coverage collector as a string rather than a single element array.
MozReview-Commit-ID: 9qW0tAKmqMS
--HG--
extra : rebase_source : a03f8fe2a9736ec41c72cad083da6a6142d343ad
2016-06-27 18:17:41 -04:00
Gian-Carlo Pascutto
2bf351e593
Bug 579388 - Only allow nsIMIMEService scripting from chrome. r=jaas+18821
...
MozReview-Commit-ID: G8oU712h7Yx
--HG--
extra : rebase_source : 5e7545b20f41efd25da64a1c279fc42a5f571215
2016-06-15 12:33:47 +01:00
Gian-Carlo Pascutto
0706b698f4
Bug 579388 - nsIMIMEService should run in chrome. r=jaas+18821
...
MozReview-Commit-ID: Hu2sdcOWuZX
--HG--
extra : rebase_source : a6950d5971343c63e60d0acddd77e130fc2f45cb
2016-06-15 12:29:30 +01:00
Nils Ohlmeier [:drno]
8a525ec4ae
Bug 1282792: start transmitting OR receiving if track is active r=bwc
...
MozReview-Commit-ID: GaT5v9UN6ox
--HG--
extra : rebase_source : d7140ffe87f9ea42cc29cc96c3a92270c34d88a8
2016-06-28 01:16:08 +02:00
Alexandre Lissy
d70c1609d8
Bug 1282559 - Followup for 1277705
and remove SetHandle() on Gonk r=billm
...
MozReview-Commit-ID: 2Xzl5UBcUrV
--HG--
extra : rebase_source : 9bbf1d05ee64c681d735ddc13b58bba4b56efc51
2016-06-27 22:32:44 +02:00
Kartikaya Gupta
93cdc4ed3e
Bug 1280667 - Add a test. r=botond
...
MozReview-Commit-ID: 6yJrmnZdbBu
--HG--
extra : rebase_source : 4e931115e1ba33b27e2606d3c2999ab4d76cce32
2016-06-27 12:20:30 -04:00
Kartikaya Gupta
810ca828fc
Bug 1280667 - Don't update the callback transform if the APZ repaint request was rejected by a concurrent main-thread scroll position update. r=botond
...
MozReview-Commit-ID: 7jCdyN9H6T8
--HG--
extra : rebase_source : 7a8593851589465c9721abedb94717db2135fcae
2016-06-27 12:20:30 -04:00
Gregory Arndt
6e0a99decc
Bug 1282864 - Remove unecessary revision hash info from decision task r=dustin
...
MozReview-Commit-ID: ICbOpbVwEhv
--HG--
extra : rebase_source : 8146b78b9c1d7c650cceb31ff6484c53d3f4f84b
2016-06-28 13:02:04 -05:00
Gregory Szorc
48ef397191
Bug 1279564 - Use get_state_dir() from mozboot; r=glandium
...
Import mozboot.util and use the function from there.
MozReview-Commit-ID: B0uzpNff1t9
--HG--
extra : rebase_source : 161b944cfa8a0f74c395af17d121e0bdf4ffe0b2
extra : amend_source : 40dc50cade12cf1dcc7966c3ec514807ee746d82
2016-06-10 09:41:59 -07:00
Gregory Szorc
d46f71b8c0
Bug 1279564 - Return a 2-tuple from get_state_dir(); r=glandium
...
This matches the implementation from mach_bootstrap.py.
MozReview-Commit-ID: 8kZCKuIsAMQ
--HG--
extra : rebase_source : 59b1f3d595e1663603363bb712da9cb74c3ba0e0
extra : amend_source : e95774ade1c7d28ba1d880b6b9ef1d64eaa618a8
2016-06-10 09:39:29 -07:00
Gregory Szorc
95de7f06e8
Bug 1279564 - Move get_state_dir() to own module; r=glandium
...
We'll be consolidating code from mach_bootstrap.py and mozboot.
We don't want mach_bootstrap.py to import bootstrap.py because it
imports nearly every module under mozboot. So establish a standalone
module with minimal dependencies to hold utility code. Move
get_state_dir() there.
MozReview-Commit-ID: Hw5VB5OZGCi
--HG--
extra : rebase_source : e083f9a5d2fabea308b7b884e9830f800758ae17
extra : amend_source : 0a7b5f42a937430170fdc16909c559f720085668
2016-06-10 09:33:14 -07:00
Carsten "Tomcat" Book
261fe13dcd
merge mozilla-inbound to mozilla-central a=merge
2016-06-28 16:09:05 +02:00
Carsten "Tomcat" Book
faeec86517
merge fx-team to mozilla-central a=merge
2016-06-28 16:06:34 +02:00
Carsten "Tomcat" Book
b043df6724
Backed out changeset a2c87cb66cce (bug 1281115) for causing frequent timeouts in test_ResumeAfterClearing_mp4.html
2016-06-28 13:53:10 +02:00
Panos Astithas
ea25947578
Bug 1241746 - Fix padding for RTL locales. rs=Pike
...
MozReview-Commit-ID: 1mIhSUQ2p7d
2016-06-28 12:44:21 +03:00
Deepjyoti Mondal
6e8bc44e1f
Bug 1241746 - Improve the wrapping of the reporting section in about:neterror. r=past
...
Added CSS style for propper wrapping of the word "sites" and subsequent words.
MozReview-Commit-ID: 8xjVTIkEfP5
2016-06-28 12:24:40 +03:00
Carsten "Tomcat" Book
c1cb5a12bd
Backed out changeset 00312b136937 (bug 968273) for causing regressions
2016-06-28 10:03:25 +02:00
Gregory Szorc
a8add2ef97
NO BUG - Reference hg.mozilla.org/mozilla-unified instead of /firefox
...
DONTBUILD (NPOTB)
MozReview-Commit-ID: CnM3AEtRjVj
--HG--
extra : rebase_source : 7c3c873beaa8355c7055ae828dee0b0d0e4ed795
2016-06-27 13:54:15 -07:00
Wes Kocher
a5dca92e10
Merge inbound to central, a=merge
2016-06-27 14:04:56 -07:00
Wes Kocher
8f90ee5b1d
Merge fx-team to central, a=merge
2016-06-27 13:52:46 -07:00
Wes Kocher
cd463132d8
Backed out 8 changesets (bug 1267510) for causing unacceptably frequent failures in animation mochitests a=backout
...
Backed out changeset 2a2c42608ff0 (bug 1267510)
Backed out changeset 4cdb7f5b6f7c (bug 1267510)
Backed out changeset e89ec30077a0 (bug 1267510)
Backed out changeset 884243ce4287 (bug 1267510)
Backed out changeset 130a231c5acc (bug 1267510)
Backed out changeset 1ace442f6123 (bug 1267510)
Backed out changeset 058ad3199edb (bug 1267510)
Backed out changeset a7d18185f28d (bug 1267510)
--HG--
rename : testing/web-platform/tests/web-animations/timing-model/timelines/default-document-timeline.html => testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/document-timeline.html
rename : testing/web-platform/tests/web-animations/interfaces/DocumentTimeline/idlharness.html => testing/web-platform/tests/web-animations/interfaces/AnimationTimeline/idlharness.html
2016-06-27 11:49:06 -07:00
Carsten "Tomcat" Book
4ff6343a27
Backed out changeset 5b09c44427fd (bug 1276897) for bustage
2016-06-27 16:24:59 +02:00
Sebastian Kaspari
e3ba50f742
Bug 1266369 - FloatingToolbarTextSelection: Add an offset to the content rect to avoid overlap. r=ahunt
...
MozReview-Commit-ID: HNkTOAS7toJ
--HG--
extra : rebase_source : abac9b07dc349624139b241dfaed708be7b0b6f6
2016-06-27 13:47:32 +02:00
Carsten "Tomcat" Book
4ee63aa14c
Backed out changeset bca07aa9ac51 (bug 1233986) on developers request
...
--HG--
extra : rebase_source : 0b330c6fcb79590bc476e4abb666e3944d37720e
2016-06-27 13:19:47 +02:00
Carsten "Tomcat" Book
aa5cdbd0b4
Backed out changeset 8f48d2f1fa58 (bug 1233986)
...
--HG--
extra : rebase_source : 5005fdaf6c671120997b70837572713ef5042905
2016-06-27 13:19:09 +02:00
Florian Quèze
ebdb5bfa6c
Bug 1281427 - Cleanup calls to SpecialPowers.push/popPrefEnv, r=Gijs.
2016-06-27 12:23:57 +02:00
Florian Quèze
2bea944092
Bug 1281427 - merge get_user_media_helpers.js into head.js, r=Gijs.
2016-06-27 12:23:57 +02:00
Florian Quèze
df052b0efe
Bug 1281427 - move browser_devices_* tests to a webrtc folder, r=Gijs.
...
--HG--
rename : browser/base/content/test/general/browser_devices_get_user_media.js => browser/base/content/test/webrtc/browser_devices_get_user_media.js
rename : browser/base/content/test/general/browser_devices_get_user_media_about_urls.js => browser/base/content/test/webrtc/browser_devices_get_user_media_about_urls.js
rename : browser/base/content/test/general/browser_devices_get_user_media_anim.js => browser/base/content/test/webrtc/browser_devices_get_user_media_anim.js
rename : browser/base/content/test/general/browser_devices_get_user_media_in_frame.js => browser/base/content/test/webrtc/browser_devices_get_user_media_in_frame.js
rename : browser/base/content/test/general/get_user_media.html => browser/base/content/test/webrtc/get_user_media.html
rename : browser/base/content/test/general/get_user_media_content_script.js => browser/base/content/test/webrtc/get_user_media_content_script.js
rename : browser/base/content/test/general/get_user_media_helpers.js => browser/base/content/test/webrtc/get_user_media_helpers.js
2016-06-27 12:23:57 +02:00
Carsten "Tomcat" Book
fa3eb6a9b1
Merge mozilla-central to fx-team
2016-06-27 12:04:12 +02:00
Carsten "Tomcat" Book
43613b3e84
merge mozilla-inbound to mozilla-central a=merge
2016-06-27 11:58:47 +02:00