Nigel Babu
1a8c45a533
Backed out changeset 9f30d3caa231 (bug 1221459)
2015-12-22 14:03:21 +05:30
Ting-Yu Lin
484446ab59
Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng,roc
...
All the files modified are straightforward deletion except TouchManager
and ZoomConstraintsClient. I add some includes and wrap TouchManager by
mozilla namespace to fix build errors due to the removal of TouchCaret.
2015-12-22 14:14:12 +08:00
Wes Kocher
f01fa1274c
Backed out 25 changesets (bug 1156742) for build bustage in SkOSLibrary_win.cpp CLOSED TREE
...
Backed out changeset 31c0aadae8e7 (bug 1156742)
Backed out changeset f08df57ff700 (bug 1156742)
Backed out changeset 90c026d5dcb1 (bug 1156742)
Backed out changeset 8c6d14d80238 (bug 1156742)
Backed out changeset 72d86b0471c9 (bug 1156742)
Backed out changeset 363829accc09 (bug 1156742)
Backed out changeset 16360fe94d54 (bug 1156742)
Backed out changeset 5355c636a81a (bug 1156742)
Backed out changeset 18844d26b873 (bug 1156742)
Backed out changeset 99df86591613 (bug 1156742)
Backed out changeset 7ac1c7e15a11 (bug 1156742)
Backed out changeset de352000aae1 (bug 1156742)
Backed out changeset 4dd34ea230c6 (bug 1156742)
Backed out changeset 48c6ce65a5c2 (bug 1156742)
Backed out changeset dd52947f73c6 (bug 1156742)
Backed out changeset 5fe429ee880c (bug 1156742)
Backed out changeset dedca8fb19b0 (bug 1156742)
Backed out changeset d748b1354f92 (bug 1156742)
Backed out changeset 7f8e59588518 (bug 1156742)
Backed out changeset b90d302c57f6 (bug 1156742)
Backed out changeset 7a4da453572c (bug 1156742)
Backed out changeset a40eea914519 (bug 1156742)
Backed out changeset 99a8859afcdb (bug 1156742)
Backed out changeset 4934e88b2d7a (bug 1156742)
Backed out changeset 79733166f05e (bug 1156742) for build bustage in SkOSLibrary_win.cpp CLOSED TREE
2015-12-21 13:47:33 -08:00
Nathan Froyd
0e8de7a4cc
Bug 1233234 - part 3 - clean up UniquePtr usage in WritePrefFile; r=njn
...
We shouldn't use .get() on UniquePtr<T[]> unless we have to, and it
makes the code clearer to not use pointer incrementing in any event.
2015-12-06 09:11:55 -05:00
Nathan Froyd
23a987ee55
Bug 1233234 - part 2 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in pref_savePrefs; r=njn
...
Returning outparams with UniquePtr is not convenient or idiomatic, so in
addition to removing nsAutoArrayPtr usage, let's return a UniquePtr from
the function directly.
2015-12-06 09:06:02 -05:00
Nathan Froyd
ef07260396
Bug 1233234 - part 1 - use UniquePtr<T[]> instead of nsAutoArrayPtr<T> in openPrefFile; r=njn
2015-12-06 08:13:36 -05:00
Bob Owen
9e2d409444
Bug 1156742 Part 25: Flip the big switch and wait for the lightning. r=mconley
2015-12-21 20:33:14 +00:00
Bob Owen
c5e5f4a1cd
Bug 1156742 Part 15: Add pref for turning on printing via the parent process. r=mconley
2015-12-21 20:33:14 +00:00
David Anderson
6eb67c2d10
Turn apz.use_paint_duration off. (bug 1192919 part 4, r=kats)
2015-12-21 09:36:36 -05:00
Chris Peterson
f00443ad35
Bug 1232223 - Part 3: Remove MOZ_WAVE #ifdefs because Wave is always supported. r=jya
2015-12-18 00:51:16 -08:00
Chris Peterson
e488d1191c
Bug 1232223 - Part 1: Remove MOZ_WEBM #ifdefs because WebM is always supported, though not necessarily enabled. r=jya r=glandium
2015-12-12 13:49:07 -05:00
Birunthan Mohanathas
1f90d31cf3
Bug 1221106 - Let Permissions API ride the trains. r=baku
2015-12-18 15:02:50 +02:00
Birunthan Mohanathas
d631d7a48e
Bug 1227569 - Remove unsupported OpenVMS code. r=mccr8
2015-12-18 15:02:50 +02:00
Garrett Robinson
d2d7f5f0fb
Bug 1194893 - Pref for default file upload directory. r=smaug
2015-12-16 11:58:40 -08:00
Jeff Gilbert
f0558de6cb
Bug 1232864 - Cauterize and release WebGL 2 to Nightly. - r=jrmuizel
2015-12-16 14:56:24 -08:00
Gordon Su
a76893e36f
Bug 1214169 - Always use ICU in nsCollationMacUC. r=emk.
2015-12-16 17:27:44 +09:00
Botond Ballo
f0c8cde4e0
Bug 1230552 - Make immediate scroll handoff for panning prefable. r=kats
...
Immediate handoff is the current behaviour. The alternative is to
only allow a single input block to scroll a single APZC.
2015-12-14 14:47:56 -05:00
Randall Barker
414a928bc7
Bug 1138668 - Enable CSS Scroll Snapping by Default on Android r=snorp
2015-12-14 11:52:10 -08:00
Randall Barker
584e16c286
Bug 1041833 - Enable CSSOM-View smooth scrolling for Android r=snorp
2015-12-14 11:52:10 -08:00
Patrick McManus
b98ea26a76
Bug 1228457 create pref to allow blocking .onion at dns level rfc 7687 r=valentin.gosu
2015-12-11 14:28:21 -05:00
Carsten "Tomcat" Book
9813077811
Merge mozilla-central to mozilla-inbound
2015-12-11 11:42:10 +01:00
Carsten "Tomcat" Book
237c1bea42
merge mozilla-inbound to mozilla-central a=merge
2015-12-11 11:38:17 +01:00
Mark Capella
ff3c9d518e
Bug 1230613 - Long-press to trigger text selection should vibrate, r=snorp
2015-12-10 18:57:02 -05:00
David Anderson
6e0205506a
Enable direct plugin drawing by default. (bug 1229961 part 2, r=aklotz)
2015-12-10 13:16:43 -08:00
Kartikaya Gupta
3ca9535dc4
Bug 1231504 - Move some prefs from b2g.js to all.js. r=botond
2015-12-10 15:28:50 -05:00
Kartikaya Gupta
c110b4a350
Bug 1231504 - Consolidate apz prefs that are MOZ_WIDGET_GONK into all.js so they get applied to Fennec as well. r=botond
2015-12-10 15:28:50 -05:00
Kartikaya Gupta
429cbb19ca
Bug 1231504 - Make fennec use the same pan_repaint_interval as B2G. r=botond
2015-12-10 15:28:50 -05:00
Kartikaya Gupta
1f2ffa434c
Bug 1231504 - Clean up APZ prefs in all.js. r=botond
...
- Move the layers.async-pan-zoom.enabled pref values close to each other
- Remove duplicate prefs
- Make desktop prefs the default value, and have the mobile ones override them
rather than using an if/else structure
2015-12-10 15:28:50 -05:00
Phil Ringnalda
13d8a7ca84
Back out 6 changesets (bug 1231504) for gtest bustage
...
Backed out changeset f37f04feb3b5 (bug 1231504)
Backed out changeset fb8652c01ef8 (bug 1231504)
Backed out changeset 6e1e5d9dcd9f (bug 1231504)
Backed out changeset b82fe31367a4 (bug 1231504)
Backed out changeset 2556ac639972 (bug 1231504)
Backed out changeset 62996518d6fb (bug 1231504)
2015-12-10 08:00:11 -08:00
Kartikaya Gupta
5662f84294
Bug 1231504 - Move some prefs from b2g.js to all.js. r=botond
2015-12-10 10:22:04 -05:00
Kartikaya Gupta
14c998a81c
Bug 1231504 - Consolidate apz prefs that are MOZ_WIDGET_GONK into all.js so they get applied to Fennec as well. r=botond
2015-12-10 10:22:04 -05:00
Kartikaya Gupta
1a651312c3
Bug 1231504 - Make fennec use the same pan_repaint_interval as B2G. r=botond
2015-12-10 10:22:04 -05:00
Kartikaya Gupta
41f439f718
Bug 1231504 - Clean up APZ prefs in all.js. r=botond
...
- Move the layers.async-pan-zoom.enabled pref values close to each other
- Remove duplicate prefs
- Make desktop prefs the default value, and have the mobile ones override them
rather than using an if/else structure
2015-12-10 10:22:04 -05:00
Francois Marier
c100f30b18
Bug 1231020 - Document cookie prefs better. r=jdm
2015-12-09 17:30:27 -05:00
Patrick McManus
1e40b9dacb
Bug 1228457 - backout 625248e1115c broke e10s xpcshell test CLOSED TREE r=backout
2015-12-09 13:12:19 -05:00
Patrick McManus
e8ed8c95e0
Bug 1228457 create pref to allow blocking .onion at dns level rfc 7687 r=valentin.gosu
2015-12-04 06:20:15 -05:00
Kartikaya Gupta
fde5111424
Bug 1231168 - Disable memory-based displayport size adjustment by default. r=mchang
2015-12-08 14:46:58 -05:00
Christoph Kerschbaumer
48dbce8e13
Bug 1230220 - Convert JS callsites to use asyncOpen2 within modules/ (r=sicking)
2015-12-06 20:59:19 -08:00
Daniel Stenberg
42f16e7822
Bug 1231552 - Back out bug 1121800, bug 1207798 and bug 1214200 changesets. r=mcmanus
2015-12-10 07:21:00 +01:00
Wes Kocher
748bfe6315
Backed out 4 changesets (bug 1230221, bug 1230220, bug 1229890) for m-e10s(2) permafails in test_window_open_close.html CLOSED TREE
...
Backed out changeset a1cd28ddbfa2 (bug 1230221)
Backed out changeset 7e89f5020ac7 (bug 1230220)
Backed out changeset 91f6e72fa9f4 (bug 1229890)
Backed out changeset 7e717a810420 (bug 1229890)
2015-12-04 15:58:40 -08:00
Christoph Kerschbaumer
14c7310db8
Bug 1230220 - Convert JS callsites to use asyncOpen2 within modules/ (r=sicking)
2015-12-04 09:39:58 -08:00
Carsten "Tomcat" Book
d2634046fa
merge mozilla-inbound to mozilla-central a=merge
2015-12-04 11:57:23 +01:00
Phil Ringnalda
44ec54303c
Back out ce4623289f7f (bug 1230054) for crashtest bustage in 789075-1.html/795892-1.html, Android mochitest-chrome bustage in test_texttrack_chrome.html, and probably Gij video_list_test.js
...
CLOSED TREE
2015-12-03 22:12:01 -08:00
Jean-Yves Avenard
8ad00158aa
Bug 1230054: Remove unused WebMReader. r=kinetik
2015-12-04 15:23:43 +11:00
Jean-Yves Avenard
ebfea97b9f
Bug 1229605: [MSE] Allow webm/audio independently of video. r=kentuckyfriedtakahe
...
This adds a media.mediasource.webm.audio.enabled preference (true by default) to disable opus or vorbis audio in webm mediasource.
2015-12-04 14:43:47 +11:00
Matthew Noorenberghe
6d9758c48c
Bug 1230391 - Disable password visibility toggling in the capture doorhanger outside Nightly. rs=bnicholson
2015-12-03 17:33:35 -08:00
David Anderson
ef32b589ef
Revive NPAPI async drawing: stub code. (bug 1217665 part 1, r=aklotz)
2015-12-02 11:31:16 -08:00
Mark Capella
eda494195a
Bug 1215959
- (GeckoCaret2) update experimental prefs, r=snorp
2015-12-01 15:25:06 -05:00
Christoph Kerschbaumer
ed48ca2d92
Bug 1225641 - Change default security flags within NetUtil.newChannel (r=sicking)
2015-11-17 17:35:30 -08:00
Mike Hommey
e6640e1ccd
Bug 1228444 - Rename DIST_FILES to FINAL_TARGET_PP_FILES. r=gps
...
This makes it clearer that really it's the same thing as FINAL_TARGET,
with preprocessing.
We still keep DIST_FILES in backend.mk because it's shorter and doesn't
really matter.
2015-12-01 08:25:22 +09:00