Commit Graph

265400 Commits

Author SHA1 Message Date
Bobby Holley
a1ed0e1a48 Bug 1208622 - Separate API entry points. r=bz 2015-09-30 16:31:46 -07:00
Wes Kocher
932c44b026 Backed out changeset 212f49a401b2 (bug 1186982) for SM failures 2015-09-30 16:31:10 -07:00
Bobby Holley
d379d0e632 Bug 1209843 - Stop checking for UNKNOWN_APP_ID in all places except those where AppId() is explicitly queried. r=sicking 2015-09-30 16:29:36 -07:00
Shu-yu Guo
b0d9f3d143 Bug 1207863 - Fix ScopeIter iterating a strict eval frame that errored out before its CallObject was allocated. (r=jorendorff) 2015-09-30 16:30:49 -07:00
David Anderson
6f09b1c220 Don't use Direct2D if CompositorD3D11::Initialize fails. (bug 1208638, r=jrmuizel) 2015-09-30 16:16:16 -07:00
Terrence Cole
b974d224c8 Bug 1209754 - Assert that all post-barriers happen on the main thread; r=jonco 2015-09-29 14:33:37 -07:00
Catalin Badea
52479a4291 Bug 1207850 - Temporary fix for canceling the pump used by FetchBody. r=nsm 2015-09-30 19:11:04 -04:00
Catalin Badea
3ab43c8cbf Bug 1188545 - Disable unstable test: test_aboutserviceworkers.html. a=testonly 2015-09-30 19:11:04 -04:00
Catalin Badea
0977762405 Bug 1188545 - Fix wpt test ServiceWorkerGlobalScope/unregister.https.html. a=testonly 2015-09-30 19:11:03 -04:00
Catalin Badea
9569430175 Bug 1188545 - Make skip-waiting-using-registration.html wpt test pass. a=testonly 2015-09-30 19:11:03 -04:00
Catalin Badea
6443647f2d Bug 1188545 - Update expected results for some service worker tests. a=testonly 2015-09-30 19:11:03 -04:00
Catalin Badea
a034468e87 Bug 1188545 - Cancel network interceptions when the service worker is being terminated with unresolved respondWith promises. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
b7c0f4f391 Bug 1188545 - Add tests for service workers' lifetime management. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
ddeb807fe7 Bug 1188545 - Prevent service workers from being terminated while checking if the script evaluation was successful. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
ec6bc64f09 Bug 1188545 - respondWith promise should extend the service worker's lifetime. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
fa56ecda15 Bug 1188545 - Terminate service workers that have been idle for some time. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
7d4b36b058 Bug 1188545 - Cosmetic changes regarding workerPrivate properties shared between shared workers and service workers. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
570cc4a460 Bug 1188545 - ServiceWorkerRegistrationInfo::Clear() should terminated workers. r=nsm 2015-09-30 19:11:03 -04:00
Catalin Badea
91b1e48a71 Bug 1188545 - Disentangle service workers from shared workers and refactor event dispatching code into a separate class. r=nsm,mrbkap 2015-09-30 19:11:03 -04:00
Nick Fitzgerald
2207125d20 Bug 1196461 - De-duplicate strings in heap snapshot core dumps; r=shu,jimb
This changeset replaces all of the

    // char16_t[]
    optional bytes someProperty = 1;

one- and two-byte string properties in the CoreDump.proto protobuf definition
file with:

    oneof {
        // char16_t[]
        bytes  someProperty    = 1;
        uint64 somePropertyRef = 2;
    }

The first time the N^th unique string is serialized, then someProperty is used
and the full string is serialized in the protobuf message. All following times
that string is serialized, somePropertyRef is used and its value is N.

Among the other things, this also changes JS::ubi::Edge::name from a raw pointer
with commented rules about who does or doesn't own and should and shouldn't free
the raw pointer to a UniquePtr that enforces those rules rather than relying on
developers reading and obeying the rules in the comments.
2015-09-30 16:03:31 -07:00
Lars T Hansen
a91e31b413 Bug 1084248 - add a cast<> method, remove the casting constructor as requested. r=waldo 2015-10-01 00:46:45 +02:00
Lars T Hansen
3ed3cd7306 Bug 1084248 - no undefined behavior, take 2. r=waldo 2015-10-01 00:46:08 +02:00
Lars T Hansen
3c7107d239 Bug 1084248 - safe for races, take 2. r=waldo 2015-10-01 00:45:49 +02:00
Lars T Hansen
1dd2c6a33a Bug 1186982 - propagate OOM failures. r=h4writer 2015-10-01 00:41:26 +02:00
Mike Hommey
1c8912ad05 Bug 1209606 - Limit using source searchplugin files directly to mach build faster until bug 1105092 is fixed. r=gps 2015-10-01 07:30:56 +09:00
Mike Hommey
b910106253 Bug 1209875 - Get rid of XULPPFLAGS. r=gps
The flags added in toolkit/locales/Makefile.in turn out not to be actually
used, so just remove that.

The remaining uses of XULPPFLAGS are to set debug flags depending on whether
MOZ_DEBUG is set or not. Just set a dedicated variable with the right value
from configure.
2015-10-01 07:30:48 +09:00
Mike Hommey
3d050dbf26 Bug 1209839 - Remove the -E option to the preprocessor. r=gps 2015-10-01 07:30:14 +09:00
David Keeler
eb164c5104 bug 1205767 - prevent memory leak when generating an EC key with <keygen> r=ttaubert 2015-09-17 14:57:24 -07:00
Terrence Cole
11f28bba8e Backout 9b1ab8950c41 (Bug 1209704) for regressing regexp. 2015-09-30 15:24:43 -07:00
Wes Kocher
5d11bb91e2 Backed out changeset 8f99f32e4bfb (bug 1207863) for SM(e) failures 2015-09-30 15:16:37 -07:00
Shu-yu Guo
66893c0ba1 Bug 1207863 - Fix ScopeIter iterating a strict eval frame that errored out before its CallObject was allocated. (r=jorendorff) 2015-09-30 14:43:29 -07:00
Mason Chang
9221c1578a Bug 1209649. Take into account border radius sizes for min inset box shadow. r=mstange 2015-09-30 14:20:23 -07:00
Wes Kocher
5562cb27c2 Merge m-c to inbound a=merge 2015-09-30 14:10:21 -07:00
Wes Kocher
6c45a4966e Merge b2ginbound to central, a=merge 2015-09-30 13:53:55 -07:00
Wes Kocher
96c3ed29dc Merge inbound to central, a=merge 2015-09-30 13:49:27 -07:00
B2G Bumper Bot
8dd12669cb Bumping manifests a=b2g-bump 2015-09-30 11:13:46 -07:00
B2G Bumper Bot
f4be886878 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2194f873784f
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32004 from michielbdejong/1204432-sync-app-lazyloader

Bug 1204432 - LazyLoader for SyncEngine, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/9bcfde4ce6b1
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1209980 - Correct license headers in unit tests, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/bc4672de3370
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1204432 - LazyLoader for SyncEngine, r=ferjm
2015-09-30 11:10:22 -07:00
B2G Bumper Bot
0067e13e0c Bumping manifests a=b2g-bump 2015-09-30 10:43:48 -07:00
B2G Bumper Bot
4b3781b025 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/938fb19c8bf5
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #32107 from mikehenrty/bug-1206028-deploy-hackerplace

Bug 1206028 - Re-deploy hackerplace with web components permission

========

https://hg.mozilla.org/integration/gaia-central/rev/7fe5d076feb7
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1206028 - Re-deploy hackerplace with web components permission
2015-09-30 10:40:22 -07:00
B2G Bumper Bot
d8b2e2ffd7 Bumping manifests a=b2g-bump 2015-09-30 09:58:09 -07:00
B2G Bumper Bot
d07fe50e71 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1429fdd37226
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #32119 from justindarc/bug1209785

Bug 1209785 - The playlist will restart when the next song button is …

========

https://hg.mozilla.org/integration/gaia-central/rev/196aa4874e93
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1209785 - The playlist will restart when the next song button is pressed twice on the last song in the music app
2015-09-30 09:55:18 -07:00
B2G Bumper Bot
a5ffe753f0 Bumping manifests a=b2g-bump 2015-09-30 09:33:25 -07:00
B2G Bumper Bot
946bd8efcc Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f97b7f908e39
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32082 from zbraniecki/1208806-switch-clocks-to-mozintl

Bug 1208806 - Migrate date/time formattings with dayperiod=false to mozIntl. r=albertopq

========

https://hg.mozilla.org/integration/gaia-central/rev/9b4c4247a523
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1208806 - Migrate date/time formattings with dayperiod=false to mozIntl

========

https://hg.mozilla.org/integration/gaia-central/rev/a94d1a2b7564
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #32121 from zbraniecki/1209821-make-mozintl-gaia-relativedate-an-object

Bug 1209821 - Move mozIntl_gaia.relativeDate to be an object. r=stas

========

https://hg.mozilla.org/integration/gaia-central/rev/918113d2b582
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1209821 - Move mozIntl_gaia.relativeDate to be an object
2015-09-30 09:30:34 -07:00
B2G Bumper Bot
395b85a97f Bumping manifests a=b2g-bump 2015-09-30 08:33:28 -07:00
B2G Bumper Bot
7bbb75b438 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/94cad57f998a
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #32097 from hfiguiere/bug1209210-sanitize

Bug 1209210 - Sanitize template string for the metadata. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/afcba8515a02
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1209210 - Sanitize template string for the metadata.
2015-09-30 08:30:36 -07:00
B2G Bumper Bot
16fbd2751a Bumping manifests a=b2g-bump 2015-09-30 08:18:13 -07:00
B2G Bumper Bot
889995516c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e2e2cc54bb0
Author: Aleh Zasypkin <aleh.zasypkin@gmail.com>
Desc: Merge pull request #32063 from azasypkin/bug-1205874-delete-draft-from-threads

Bug 1205874 - [Messages] After starting a new conversation from previously saved draft, that conversation will be counted twice when using Select All in Inbox. Remove draft from Threads. r=schung

========

https://hg.mozilla.org/integration/gaia-central/rev/5e45f2983076
Author: Aleh Zasypkin <azasypkin@mozilla.com>
Desc: Bug 1205874 - [Messages] After starting a new conversation from previously saved draft, that conversation will be counted twice when using Select All in Inbox. Remove draft from Threads. r=schung
2015-09-30 08:15:21 -07:00
B2G Bumper Bot
a29ec78940 Bumping manifests a=b2g-bump 2015-09-30 07:54:44 -07:00
B2G Bumper Bot
e959f6b3b5 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/50224366ec0d
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32135 from Cwiiis/bug1209491-new-homescreen-rtl-tray

Bug 1209491 - Fix tray operation in RTL. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/2f2f3a58e157
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1209491 - Fix tray operation in RTL. r=gmarty

========

https://hg.mozilla.org/integration/gaia-central/rev/21b61bbeaee4
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #32103 from mikehenrty/bug-1201930-low-storage-banner

Bug 1201930 - Show low storage banner on every app opening

========

https://hg.mozilla.org/integration/gaia-central/rev/7a3b27d6b323
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1201930 - Show low storage banner on every app opening
2015-09-30 07:51:51 -07:00
B2G Bumper Bot
ed19669554 Bumping manifests a=b2g-bump 2015-09-30 07:03:17 -07:00