Morris Tseng
aba970f2a8
Bug 1214571
- Only create mContextObserver once. r=baku
...
--HG--
extra : commitid : JlT1u9F257B
extra : rebase_source : 7898e6c864c6851e05f47425462d5048483c9633
2015-10-16 10:01:53 +08:00
Sotaro Ikeda
33e9987516
Bug 1215027 - Fix EndFrameForExternalComposition() r=nical
2015-10-15 17:53:44 -07:00
Steve Fink
1e786086c0
Bug 1212624 - Make WeakMapBase be a LinkedListElement, r=Waldo
...
--HG--
extra : rebase_source : be69b304477e4eb9bca91040076dd3f28cceb055
2015-10-07 12:21:15 -07:00
Steve Fink
2fac3971ef
Bug 1212624 - Tests for LinkedList, r=Waldo
...
--HG--
extra : rebase_source : 39cb2bc90342da5d5fc1379f805b1dd701a108df
2015-10-07 12:36:00 -07:00
Steve Fink
8c309b8afc
Bug 1212624 - Use range-based iteration for various LinkedList<T> in spidermonkey, r=Waldo
...
--HG--
extra : rebase_source : ccc41529a6423dfb87a8d845453473925c49bb11
2015-10-07 12:19:59 -07:00
Steve Fink
2ac5b36223
Bug 1212624 - Implement range-based iteration for LinkedList, r=Waldo
...
--HG--
extra : rebase_source : 9d3d1b40cab8542f4e7aaf9ffe1496c646c8291e
2015-10-07 14:19:42 -07:00
Ralph Giles
2a418be9e4
Bug 1215234 - Update gtest for mp4parse-rust v0.1.0. r=kinetik
...
read_box_from_buffer now returns the (alleged) number of tracks,
or -1 on error instead of a bool. It currently returns 0 for
the test file instead of 2, so I marked that line with an XFAIL
comment for now.
2015-10-15 16:26:52 -07:00
Ralph Giles
00f4fa8146
Bug 1215234 - Update mp4parse-rust to v0.1.0. r=kinetik
...
'extern crate byteorder' converted to 'mod byteorder'.
2015-10-15 16:26:44 -07:00
Ralph Giles
705c464ab4
Bug 1215234 - Update to byteorder v0.3.13. r=kinetik
...
This just adds inline directives. The 'use' directive in new.rs
is updated to work inside our crate as before.
2015-10-15 16:26:37 -07:00
Wes Kocher
e5f3e2417f
Backed out changeset b5fe97ae33f4 (bug 1204136) for m-e10s(5) failures
...
--HG--
extra : rebase_source : d49471e4dde51e84a789436da3c70c8e62a9964f
2015-10-15 15:50:27 -07:00
Steve Fink
839218c6e0
No bug. Reword a comment slightly because it confused me. r=woof!, DONTBUILD
...
--HG--
extra : commitid : IeYPPnsVkOL
2015-10-13 10:24:37 -07:00
Maja Frydrychowicz
232a1e3082
Bug 1213335 - set MINIDUMP_STACKWALK for firefox-media-tests; r=jgriffin
...
--HG--
extra : commitid : 4176ABfpLlc
2015-10-14 16:06:47 -04:00
Fernando Jimenez
22e4079a60
Bug 1211606
- Only fetch keys when Sync is enabled via 'services.sync.enabled' pref changed from Gaia. r=fabrice
2015-10-15 23:36:58 +02:00
Aaron Klotz
6ff7eebdec
Bug 1211642: Whitelist test plugin for async plugin init; r=jimm
...
--HG--
extra : rebase_source : 0802e1745107ade56948d68bb8495c3eb0ddb5f2
2015-10-12 13:48:12 -06:00
Aaron Klotz
b79612e964
Bug 1213454: Ensure that mSupportsAsyncInit is propagated from content process; r=jimm
...
--HG--
extra : rebase_source : 94e563c462cf346e900d42d2371dcb4984740c03
2015-10-12 13:31:06 -06:00
Ben Kelly
325af20738
Bug 1215290 Cache API should store unfiltered Response URL. r=ehsan
2015-10-15 14:07:49 -07:00
Ben Kelly
4f17b46d59
Bug 1210128 Ensure Cache API context internal state is consistent when shutdown during initialization. r=janv
2015-10-15 14:07:49 -07:00
Wes Kocher
c2b3d9275b
Backed out 2 changesets (bug 1182571) for being a likely cause of the Android S4 errors
...
Backed out changeset e2b3064dcace (bug 1182571)
Backed out changeset 8153ae231d16 (bug 1182571)
2015-10-15 14:07:06 -07:00
Eric Faust
ba6966f2d0
Bug 1214936 - Make the ArrayBuffer constructor throw if invoked without 'new'. (r=evilpie)
2015-10-15 13:54:49 -07:00
Yura Zenevich
b074ad4db9
Bug 1212528 - ensuring first seen document in ancestry is announced first. r=marcoz
2015-10-15 16:42:33 -04:00
Benoit Girard
4cd87bf27e
Bug 1204136 - Align DisplayPort on non-tiling platform. r=botond
...
--HG--
extra : commitid : BT0rkz1nhRJ
extra : rebase_source : b9f30549119244d87b41c436e194f0097f70a8e2
2015-10-13 15:19:51 -04:00
Jim Chen
b61049781c
Bug 1211600 - Queue disposeNative call for GeckoView if Gecko is not ready; r=snorp
...
If Gecko is not ready, we should queue the disposeNative call in
GeckoView.onDetachedFromWindow instead of calling it right away. We use
the PROFILE_READY state here to correspond to
GeckoView.onAttachedToWindow, where we make the open call on
PROFILE_READY.
2015-10-15 15:49:49 -04:00
Jim Chen
13b339824b
Bug 1211919 - Allow quitting when asked explicitly; r=snorp
...
Right now we don't allow quitting Fennec when the last nsWindow closes
(e.g. when the last GeckoView is destroyed) because we want to keep the
Gecko thread running throughout the app process lifetime. However, when
we are asked to quit explicitly through nsIAppStartup::Quit, we should
release the hold on nsAppStartup and allow quitting to continue.
2015-10-15 15:49:48 -04:00
Trevor Saunders
00126a9fa0
bug 1214864 - fixup SetCaret() changes on windows
2015-10-15 15:46:42 -04:00
Jonas Sicking
2578b19458
Bug 1182571: Make nsXMLHttpRequest use AsyncOpen2. r=ehsan
2015-10-15 12:18:21 -07:00
Jonas Sicking
81a15a3362
Bug 1182571: Fix nsILoadInfo->GetContentPolicyType API to be less ambigious. Audit and fix all users of it. r=ckerschb
2015-10-15 12:18:20 -07:00
Boris Zbarsky
b6743e865b
Bug 1214819. Add support for @crossorigin to <link rel=prefetch> so resources can be prefetched via anonymous CORS, for example. r=hurley
2015-10-15 15:12:00 -04:00
Boris Zbarsky
61bc9e5c55
Bug 1214857. Store the document-is-HTML state directly in nsContentList instead of refetching from the node being matched. r=smaug
2015-10-15 15:11:59 -04:00
Kyle Machulis
09d9074cb2
Bug 1085293 - WebIDL Iterable Implementation and Tests; r=bz
2015-10-15 12:06:13 -07:00
Kyle Machulis
2138ffd00d
Bug 1085293 - File renames for WebIDL Iterable Implementation; r=bz
...
--HG--
rename : dom/bindings/parser/tests/test_interface_maplikesetlike.py => dom/bindings/parser/tests/test_interface_maplikesetlikeiterable.py
rename : dom/webidl/TestInterfaceJSMaplikeSetlike.webidl => dom/webidl/TestInterfaceJSMaplikeSetlikeIterable.webidl
2015-10-15 12:06:13 -07:00
Trevor Saunders
a6479f0c55
bug 1214864 - make SetCarretOffset() async r=davidb
...
It calls TakeFocus() which needs to be async to avoid deadlocks, so it needs to
be async as well.
2015-10-15 15:04:37 -04:00
Wes Kocher
50046eb4c8
Merge m-c to inbound, a=merge CLOSED TREE
2015-10-15 11:36:43 -07:00
Wes Kocher
0f015ebe75
Merge b2ginbound to central, a=merge
2015-10-15 11:34:27 -07:00
Wes Kocher
ac656a7d21
Merge inbound to central, a=merge
2015-10-15 11:17:56 -07:00
Tom Schuster
2dd52c790d
Bug 980945 - Followup: Fix b2g test on CLOSED TREE. r=tree-fairy
2015-10-15 19:23:11 +02:00
Mason Chang
1798df9927
Bug 1209649. Part 2: Reftest to test box shadows and border radii. r=mstange
2015-10-15 09:13:04 -07:00
Mason Chang
ff854b0e05
Backed out changeset 5e8c075bcad8, wrong reftest.list
2015-10-15 09:10:24 -07:00
Mason Chang
31e9af00f0
Bug 1209649. Part 2: Reftest to test box shadows and border radii. r=mstange
2015-10-15 09:09:24 -07:00
Kalpesh Krishna
2a09224700
Bug 1205817 - Fixing ellipsis issue. r=vivek
...
--HG--
extra : commitid : ByrbxJa6dWE
extra : amend_source : 5bf88b8f79be6971faf0de9f9685168fbcc467be
2015-10-15 18:35:54 +03:00
B2G Bumper Bot
4c820c06f1
Bumping manifests a=b2g-bump
2015-10-15 08:19:22 -07:00
B2G Bumper Bot
7bb4c55406
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/25790d1036e0
Author: Fabien Cazenave <fabi1cazenave@users.noreply.github.com>
Desc: Merge pull request #32274 from Phoxygen/bug1210930-back-button-image-missing
Bug 1210930 - Back button image missing, r=albertopq
========
https://hg.mozilla.org/integration/gaia-central/rev/9906848cc2f6
Author: Pierre-Eric Pelloux-Prayer <pierre-eric@phoxygen.com>
Desc: Bug 1210930 - Back button image missing
Dark theme images were forgotten during renaming of icons.
This is a followup of commit 688b18f9
2015-10-15 08:12:53 -07:00
B2G Bumper Bot
1ea9b8efa1
Bumping manifests a=b2g-bump
2015-10-15 07:58:25 -07:00
B2G Bumper Bot
ac839e5148
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/17f80f95b267
Author: Fabien Cazenave <fabi1cazenave@users.noreply.github.com>
Desc: Merge pull request #32270 from Phoxygen/bug1211954-dialer-rtl-css-refactoring
Bug 1211954 - dialer: RTL css refactoring, r=gsvelto
========
https://hg.mozilla.org/integration/gaia-central/rev/152236a6babf
Author: Pierre-Eric Pelloux-Prayer <pierre-eric@phoxygen.com>
Desc: Bug 1211954 - dialer: RTL css refactoring
2015-10-15 07:55:29 -07:00
B2G Bumper Bot
418f2c50de
Bumping manifests a=b2g-bump
2015-10-15 06:48:37 -07:00
B2G Bumper Bot
fe94a8035f
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/396759500e67
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Merge pull request #32468 from Cwiiis/bug1215056-new-homescreen-pages-order
Bug 1215056 - Respect pinned page order. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/b23cb9efbfb9
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 1215056 - Respect pinned page order. r=gmarty
========
https://hg.mozilla.org/integration/gaia-central/rev/c32abbb461e7
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #32415 from albertopq/1212700-trigger-select
Bug 1212700 - Synchronously preventing event on mozbrowsercontextmenu r=mhenretty
========
https://hg.mozilla.org/integration/gaia-central/rev/d8dd093afb25
Author: albertopq <albert.pastor@gmail.com>
Desc: Bug 1212700 - Synchronously preventing event on mozbrowsercontextmenu
2015-10-15 06:45:36 -07:00
B2G Bumper Bot
69582f6b90
Bumping manifests a=b2g-bump
2015-10-15 06:13:45 -07:00
B2G Bumper Bot
6ad1fc6379
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b4e65a4d414c
Author: Guillaume C. Marty <gmarty@users.noreply.github.com>
Desc: Merge pull request #32466 from gmarty/Bug-1215042-Home-screen-radio-button-selection-should-not-change-when-tapping-on-home-screen-name
Bug 1215042 - Home screen radio button selection should not change wh…
========
https://hg.mozilla.org/integration/gaia-central/rev/5d86caae93d9
Author: Guillaume Marty <edo999@gmail.com>
Desc: Bug 1215042 - Home screen radio button selection should not change when tapping on home screen name
2015-10-15 06:10:32 -07:00
B2G Bumper Bot
93d15becfc
Bumping manifests a=b2g-bump
2015-10-15 03:13:29 -07:00
B2G Bumper Bot
0d756bc73a
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d9e69428f6e5
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #32430 from gasolin/issue-1169154
Bug 1169154
- force update timezone string to prevent shows a blank area, r=yzen
========
https://hg.mozilla.org/integration/gaia-central/rev/31d433ea50af
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1169154
- force update timezone string to prevent shows a blank area, r=yzen
when the automatic timezone is the same as user specified timezone, the timezone change event is not being triggered, so we need force update it.
2015-10-15 03:10:14 -07:00
Carsten "Tomcat" Book
d89def21d7
Merge m-c to b2g-inbound
2015-10-15 12:04:19 +02:00