Commit Graph

5444 Commits

Author SHA1 Message Date
Ben Kelly
95c1667dc5 Bug 1167808 P1 Add dom.serviceWorkers.interception.opaque.enabled pref. r=ehsan 2015-07-02 14:34:00 -07:00
Franziskus Kiefer
16c410b7a8 Bug 1166910 - Referrer attribute for img tag. r=ckerschb, r=hsivonen, r=bz 2015-06-05 15:25:24 -07:00
Jonathan Kew
b5deec003b Bug 1179285 - Give text-combine-upright its own pref, separate from writing-mode (vertical-text), so that we can keep it disabled until we actually have a layout implementation backing the CSS property. r=dbaron 2015-07-02 13:27:33 +01:00
Byron Campen [:bwc]
a3b3e420c4 Bug 797262 - IPV6 support for webrtc. r=drno 2015-04-22 15:02:50 -05:00
Ehsan Akhgari
67dedca94f Bug 1179399 - Part 1: Relax the ShouldIntercept checks when overriding JAR channel info; r=jdm 2015-07-01 23:33:11 -04:00
Carsten "Tomcat" Book
29a854f0cd Backed out changeset f5f3827ffcf1 (bug 1166910) for bustage 2015-07-01 08:19:28 +02:00
Franziskus Kiefer
2e40f313d0 Bug 1166910 - referrer attribute for img tag. r=hsivonen 2015-06-05 15:25:24 -07:00
L. David Baron
d950f33c64 Bug 980770 - Fully enable (for RELEASE_BUILD) off-main-thread animations on all platforms with off-main-thread compositing. r=birtles 2015-06-30 16:08:19 -07:00
Nicholas Nethercote
3ecfa5467b Bug 1176159 (part 2) - Remove uses of PL_DHashTableEnumerate() from libpref. r=bsmedberg. 2015-06-18 17:58:24 -07:00
Nicholas Nethercote
38c2aad78a Bug 1176159 (part 1) - Remove pref_SaveTypes. r=bsmedberg.
Because SAVE_ALL is the only value ever used.
2015-06-18 16:44:35 -07:00
Ben Kelly
4fa35b9b5a Bug 1110144 Enable Cache API in release builds. r=ehsan 2015-06-27 23:19:24 -04:00
Jonathan Kew
3014eb522a Bug 1138384 - Enable CSS writing-mode support for all channels. r=dbaron,dholbert 2015-06-27 15:32:23 -07:00
Cameron McCormack
6e3b7ff430 Bug 1149381 - Enable the Font Loading API in release builds. r=jdaggett 2015-06-27 11:47:31 +10:00
Ryan VanderMeulen
beb2b187f5 Backed out 11 changesets (bug 916893, bug 1114554) for various mochitest and Gij failures.
Backed out changeset 247ca4bf258e (bug 1114554)
Backed out changeset 5578d5c280a6 (bug 1114554)
Backed out changeset 404830c1ecf7 (bug 1114554)
Backed out changeset 15bdf9c78e6e (bug 1114554)
Backed out changeset f92abe5ec784 (bug 1114554)
Backed out changeset 75324b6862a8 (bug 1114554)
Backed out changeset ce8a768782f2 (bug 1114554)
Backed out changeset 0d860fd12534 (bug 1114554)
Backed out changeset 7dc2448065a9 (bug 916893)
Backed out changeset c3b07f0d1a60 (bug 916893)
Backed out changeset 61c3f24cc908 (bug 916893)

CLOSED TREE
2015-06-25 19:52:40 -04:00
Ryan VanderMeulen
e6131fc8b8 Backed out changeset 8b4e4083639e (bug 1171931) for B2G debug emulator bustage. 2015-06-25 19:48:42 -04:00
Nikhil Marathe
fc6c5fd22e Bug 1114554 - Patch 3 - Fire notificationclick event on ServiceWorkerGlobalScope. r=wchen,baku
Bug 1114554 - Patch 3.1 - ServiceWorker principal fixes. r=baku

Bug 1162088 introduced origin attributes that ServiceWorkerManager callers have to use. This patch updates notificationclick events to work.

Folded:
Hide NotificationEvent behind pref
2015-06-25 15:01:01 -07:00
Nikhil Marathe
5aa559655d Bug 916893 - Patch 1 - Notification on workers. r=khuey,wchen
Does not implement the Service Worker API - https://notifications.spec.whatwg.org/#service-worker-api
***
Folded:
Bug 916893 - Better ownership model. r=khuey
Fix for bug found by ASan where we were touching the NotificationFeature after releasing it.
2015-06-25 11:36:53 -07:00
Juan Gomez
2128198065 Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj 2015-06-24 14:11:00 -04:00
Valentin Gosu
1a499bbee5 Bug 1093611 - Stage 2 - Make hash getters not do percent decoding if dom.url.getters_decode_hash is false r=smaug 2015-06-15 15:55:02 +03:00
Robert O'Callahan
fd486719cb Bug 1150284. Disable offsetX/offsetY properties in FxOS/Fennec. r=smaug 2015-06-18 17:04:14 +12:00
Nils Ohlmeier [:drno]
f7d0501047 Bug 891551 - Part 10: added user pref to turn of ICE TCP. r=mt 2015-06-18 23:02:33 -07:00
Maksim Lebedev
0152e9c171 Bug 1166347 - Enable pointer events in Nighly Firefox. r=smaug 2015-06-16 07:43:00 -04:00
Andrea Marchesini
0aca3cea52 Bug 952139 - Enable MessagePort/MessageChannel by default, r=smaug 2015-06-17 11:45:17 +01:00
Fernando Jimenez
d595c8facc Bug 1174078 - Calling "fetch" inside Service Worker's "onfetch" handler in b2g causes "onfetch" again that leads to an infinite loop. r=nsm 2015-06-17 11:50:07 +02:00
Karl Tomlinson
1da3a931ae bug 147419 use GTK default paper size and orientation r=roc
In the nsPrintSettingsGTK constructor, gtk_paper_size_new(nullptr) gets the
system default paper size from the locale and gtk_page_setup_new() sets
default orientation to portrait.

These are subsequently overridden by prefs if any have been saved from
a previous nsPrintSettingsGTK.
2015-06-10 18:51:46 +12:00
Karl Tomlinson
5666d871f9 bug 147419 remove ununsed nsIPrintSettings::printCommand and print_command prefs r=roc
These was used only to write to and read from each other.
2015-06-10 18:10:28 +12:00
Jim Chen
4357641669 bug 1112212 - Set flag in InputContext for IME-unaware webapps; r=masayuki 2015-06-16 19:02:39 -04:00
Ryan VanderMeulen
937d35105a Backed out changesets a08167680328 and b008f158e91f (bug 1093611) for talos svgr timeouts. 2015-06-16 15:37:37 -04:00
Valentin Gosu
25e4d4289c Bug 1093611 - Stage 2 - Make hash getters not do percent decoding if dom.url.getters_decode_hash is false r=smaug 2015-06-16 19:46:31 +03:00
Ryan VanderMeulen
d9740f2e8d Backed out changesets 465dfc26cccb and bd11384b3241 (bug 952139) because it depends on bug 911972. 2015-06-15 13:04:02 -04:00
Andrea Marchesini
db4b1d63c9 Bug 952139 - Enable MessagePort/MessageChannel by default, r=smaug 2015-06-15 16:42:42 +01:00
Frédéric Wang
9e9c73e6a0 Bug 1174143 - Remove private tables for Standard Symbols L and MathJax fonts. r=karlt 2015-06-12 10:43:00 -04:00
Ted Mielczarek
5e8b5bd11b bug 1171113 - Add widget/uikit. r=roc (NPOTB) 2015-06-12 08:49:57 -04:00
Jean-Yves Avenard
941908aa4b Bug 1171311: P3. Add MediaSourceDemuxer object. r=cpearce
Code isn't active. Need to set media.mediasource.format-reader to true.
2015-06-12 09:26:57 +10:00
Valentin Gosu
2b59028e9c Bug 654579 - Set the network.manage-offline-status to true by default. r=bagder 2015-06-11 01:03:23 +03:00
Wes Kocher
97a8a40886 Merge inbound to central, a=merge 2015-06-10 18:29:39 -07:00
Eric Rahm
4db009d644 Bug 1171716 - Part 4: Use NS_ReleaseOnMainThread in JarChannel dtor. r=froydnj 2015-06-10 08:33:31 -07:00
Chris Peterson
1371c986b9 Bug 1171358 - Fix -Wunreachable-code-return warning in libmar/tool. r=rstrong 2015-06-04 00:00:23 -07:00
Wes Kocher
f1f6dffb5d Backed out 5 changesets (bug 1171716) for android bustage
Backed out changeset 4986f8464f9c (bug 1171716)
Backed out changeset bc8405b07d10 (bug 1171716)
Backed out changeset 10e18e494630 (bug 1171716)
Backed out changeset be499a3cae5d (bug 1171716)
Backed out changeset f75717d3eba0 (bug 1171716)
2015-06-09 18:48:37 -07:00
Eric Rahm
537c445a65 Bug 1171716 - Part 4: Use NS_ReleaseOnMainThread in JarChannel dtor. r=froydnj 2015-06-09 18:25:47 -07:00
Paolo Amadini
9a2e157611 Bug 1158133 - Add a way to disable async stacks, and disable by default on mobile platforms. r=bent,jimb 2015-06-09 11:17:09 +02:00
Carsten "Tomcat" Book
6c8a8426ae Merge mozilla-central to fx-team 2015-06-10 15:25:21 +02:00
Wes Kocher
8a0f50f15d Merge m-c to fx-team, a=merge 2015-06-09 19:30:16 -07:00
Kartikaya Gupta
019cc67d06 Bug 1153589 - Enable containerless-root scrolling on B2G. r=tnikkel a=RyanVM 2015-05-18 02:58:04 -05:00
Oliver Henshaw
89f2f8dc9a Bug 1164886 - Add optional logging for async shutdown barriers. r=Yoric 2015-06-04 07:01:00 -04:00
Dave Townsend
924efd034c Bug 1170162: Use a support page for signing warnings intended for users. r=dao 2015-06-08 09:17:15 -07:00
Ehsan Akhgari
49e9a3140d Bug 1164397 - Part 3: Add an API for overriding the original URI on nsJARChannel; r=jdm 2015-06-05 15:57:40 -04:00
Kyle Zentner
030592649e Bug 1170173 - Parse CSS 'contain' property. r=dholbert 2015-06-04 16:38:00 +02:00
Fernando Jimenez
83a6109df4 Bug 1169613 - Use content type of synthesized response for JAR channel requests if available. Part 1: Set Content-Type of synthesized reponses for JAR channel requests. r=jdm 2015-06-05 12:53:58 +02:00
Chris Peterson
0a651899ad Bug 1169945 - Remove unused plugins.enumerable_names whitelist. r=bsmedberg 2015-05-29 22:42:23 -07:00