Commit Graph

216625 Commits

Author SHA1 Message Date
Chris Double
a9b2f551ca Bug 1065215 - web platform test should expect pass for SourceBuffer.remove reopening MediaSource - r=karl
--HG--
extra : rebase_source : 220051a73d61b5ec7dd32ed07db496f388c1ad8a
2014-11-19 17:17:03 +13:00
Chris Double
b52221101b Bug 1065215 - Fix EME test for changes to MediaSource::endOfStream - r=cpearce
--HG--
extra : rebase_source : b4592fc1c0686a6bb5014a744e605e89f1342645
2014-11-19 17:16:59 +13:00
Chris Double
6b47b33388 Bug 1065215 - MSE endOfStream() called within an 'updateend' event can fail with 'object no longer usable' - r=karlt
Reopens the MediaSource when SourceBuffer::Remove is called on an Ended
MediaSource. Only run the Range Removal algorithm when MediaSource
duration is changed instead of calling Remove on SourceBuffers.
Updates tests for the fact that update{start,end} can now be called
more than once due to DurationChange.

--HG--
extra : rebase_source : d4c96b982ffa9f5cd0b24e6e3a4ef5dffe9be6f6
2014-11-19 17:16:41 +13:00
Hannes Verschore
d2e03b82b0 Bug 1101576 - IonMonkey: Add fixes for LSubstr, r=efaust 2014-11-20 01:48:11 +01:00
Terrence Cole
b296bc7c47 Bug 1074961 - Part 17: Use a direct pointer for the Chunk list's prev link; r=sfink
--HG--
extra : rebase_source : 66f02fe5c11a639f65ce7ccca7a3d45c463b4ca1
2014-11-19 12:18:17 -08:00
Wes Kocher
da5c8d4a51 Merge inbound to m-c a=merge 2014-11-18 18:07:51 -08:00
Wes Kocher
87eefbd3a8 Merge fx-team to m-c a=merge 2014-11-18 17:01:18 -08:00
Benoit Girard
2d7740df64 Bug 1098495 - Retain a container's intermediate surface's content. r=mattwoodrow
--HG--
extra : rebase_source : cdb691c1127445eeeb2e4fda5a0ef4f2223703fc
2014-11-18 17:33:36 -05:00
Kai Engert
c85c042474 Bug 1088969 - Upgrade Mozilla 36 to use NSS 3.18 - NSS_3_18_BETA3, r=wtc 2014-11-20 20:29:15 +01:00
Nicolas Silva
bf0ea674ba Bug 1101552 - Remove the double-buffered ImageClient. r=sotaro 2014-11-20 19:49:51 +01:00
Mats Palmgren
a8942550e7 Bug 907396 - Tests for CSS 'display:contents'. 2014-11-20 18:24:11 +00:00
Mats Palmgren
5030ac3786 Bug 907396 - DEBUG only; make frame tree dumps print up to 2 style context parents in the unusual case when they are not the parent frame's style context (e.g. display:contents). r=bzbarsky 2014-11-20 18:24:10 +00:00
Mats Palmgren
c3b524c525 Bug 907396 - Make RestyleManager::RestyleElement and nsCSSFrameConstructor::MaybeRecreateFramesForElement deal with display:contents elements. r=bzbarsky 2014-11-20 18:24:10 +00:00
Mats Palmgren
83f4b3f784 Bug 907396 - Replace GetParentStyleContextFrame with GetParentStyleContext which can return frame-less display:contents style contexts. r=bzbarsky 2014-11-20 18:24:10 +00:00
Mats Palmgren
72695c82ce Bug 907396 - Implement RestyleUndisplayedDescendants that restyles diplay:none children and display:contents descendants. r=bzbarsky 2014-11-20 18:24:10 +00:00
Mats Palmgren
2c69f29576 Bug 907396 - Frame constructor changes for display:contents. r=bzbarsky 2014-11-20 18:24:09 +00:00
Mats Palmgren
6bbf98178e Bug 907396 - Frame manager support for display:contents. r=bzbarsky 2014-11-20 18:24:09 +00:00
Mats Palmgren
bcd179e7d1 Bug 907396 - Put display:contents support behind a pref - disabled by default. r=dholbert 2014-11-20 18:24:09 +00:00
Mats Palmgren
a3d4913e72 Bug 907396 - Flex/Grid container changes for display:contents. r=dholbert 2014-11-20 18:24:09 +00:00
Mats Palmgren
6b98e5e29b Bug 907396 - Style system support for display:contents. r=dbaron 2014-11-20 18:24:08 +00:00
Markus Stange
89257d6797 Bug 1102304 - Fix crash in 32 bit mode on 10.10 by correcting the _addKnownSubview signature. r=smichaud
This just copies the definition for the documented -[NSView addSubview:positioned:relativeTo:] method, which is the exact counterpart of this (undocumented) method. Using "long long" for the positioned: argument was wrong - the real type is NSWindowOrderingMode, which is typedefed to NSInteger, which is pointer-sized and thus doesn't match long long on 32 bit.
2014-11-20 13:23:41 -05:00
Terrence Cole
0175ff5968 Bug 1100652 - Simplify the store buffer implementation; r=sfink
--HG--
extra : rebase_source : caee6fef56e66a8af5be15678ffe29d6c618c0ba
2014-11-18 13:56:46 -08:00
Wes Kocher
c56a2e92ca Backed out changeset 8e604ebfc313 (bug 1101584) for m-oth failures on a CLOSED TREE 2014-11-19 12:07:15 -08:00
Jeff Walden
26f4c0e83e Bug 1001547 - Move test to extensions, make it run only where neuter is available. r=orange in a CLOSED TREE
--HG--
rename : js/src/tests/ecma_6/TypedArray/element-setting-ToNumber-neuters.js => js/src/tests/ecma_6/extensions/element-setting-ToNumber-neuters.js
2014-11-19 10:52:34 -08:00
Jeff Walden
1e0a45e181 Bug 1099956 - Style nitpick. r=ridiculously-trivial 2014-11-19 10:04:12 -08:00
Kartikaya Gupta
b86a807b7c Bug 1100140 - When a scrollable layer is marked as fixed-position, don't treat it as fixed relative to itself. r=botond 2014-11-19 13:41:48 -05:00
Mason Chang
c98d58d913 bug 552020 Part 3: Enable Creation of mozilla::TimeStamp from system timestamps. r=roc 2014-11-18 13:28:42 -08:00
Mason Chang
785284cf75 Bug 552020. Part 2. Enable Vsync Profiler Markers across platforms. r=benwa 2014-11-18 13:28:42 -08:00
Mason Chang
0a95be04c4 bug 552020 Part 1: Hook into CVDisplayLink to get vsync events on OSX. r=benwa,mstange 2014-11-18 13:28:42 -08:00
Wes Kocher
a5639eb37d Backed out changeset c7a24854801e (bug 1093567) for crashtest orange 2014-11-18 13:12:00 -08:00
Richard Newman
5d48027ab7 Bug 1100750 - Handle developer usernames that contain dashes. r=nalexander 2014-11-18 10:38:18 -08:00
Dave Townsend
dd6b5edc50 Bug 1093594: Fix browser_alltabslistener.js to work in e10s. r=gijs 2014-11-18 09:53:43 -08:00
B2G Bumper Bot
e6c30caf72 Bumping manifests a=b2g-bump 2014-11-18 08:48:55 -08:00
B2G Bumper Bot
5d8f8aac07 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4f3818d9c557
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26229 from davehunt/bug1074117-email

Bug 1074117 - Use expected conditions and optimise element lookups in email app object

========

https://hg.mozilla.org/integration/gaia-central/rev/5b190267fce7
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in email app object. r=fstrugariu
2014-11-18 08:48:39 -08:00
Carsten "Tomcat" Book
1bf35fc500 Merge mozilla-central to b2g-inbound 2014-11-18 17:37:40 +01:00
Carsten "Tomcat" Book
1b1d17849b merge mozilla-inbound to mozilla-central a=merge 2014-11-18 17:25:29 +01:00
B2G Bumper Bot
10e8cb4a24 Bumping manifests a=b2g-bump 2014-11-18 08:17:06 -08:00
B2G Bumper Bot
ba0ad2bfef Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/f8dddaa0881b
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26233 from davehunt/bug1074117-ftu

Bug 1074117 - Use expected conditions and optimise element lookups in first time use app object

========

https://hg.mozilla.org/integration/gaia-central/rev/481900875671
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in first time use app object. r=fstrugariu
2014-11-18 08:06:56 -08:00
B2G Bumper Bot
5629bd361c Bumping manifests a=b2g-bump 2014-11-18 08:02:01 -08:00
B2G Bumper Bot
8f93358d89 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4f0c57bbc162
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26143 from viorelaioia/bug_1098300

Bug 1098300 - [v2.2] Investigate test_dialer_miss_call_from_known_contac...

========

https://hg.mozilla.org/integration/gaia-central/rev/43f27526f473
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 1098300 - [v2.2] Investigate test_dialer_miss_call_from_known_contact_notification.py intermittent failure
2014-11-18 07:51:56 -08:00
B2G Bumper Bot
36f467f669 Bumping manifests a=b2g-bump 2014-11-18 07:41:57 -08:00
B2G Bumper Bot
92c2a922a9 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/47df091dc969
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26235 from chirarobert/bug_1091676

Bug 1091676 - Investigate intermittent failure in test_cost_control_rese...

========

https://hg.mozilla.org/integration/gaia-central/rev/614add3cd87c
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1091676 - Investigate intermittent failure in test_cost_control_reset_wifi.py

========

https://hg.mozilla.org/integration/gaia-central/rev/3ee7f8d8e031
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26226 from davehunt/bug1074117-costcontrol

Bug 1074117 - Use expected conditions and optimise element lookups in cost control app object

========

https://hg.mozilla.org/integration/gaia-central/rev/3bf52b83f5cb
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in cost control app object. r=fstrugariu

========

https://hg.mozilla.org/integration/gaia-central/rev/60b5b7c5618a
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26232 from davehunt/bug1074117-fmradio

Bug 1074117 - Use expected conditions and optimise element lookups in fm radio app object

========

https://hg.mozilla.org/integration/gaia-central/rev/c429536af5da
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in fm radio app object. r=fstrugariu
2014-11-18 07:36:54 -08:00
B2G Bumper Bot
9a1c6f328a Bumping manifests a=b2g-bump 2014-11-18 07:27:00 -08:00
B2G Bumper Bot
bd7320b227 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1703f9702f92
Author: Florin Strugariu <florin.strugariu@softvision.ro>
Desc: Merge pull request #26230 from davehunt/bug1074117-emergencycall

Bug 1074117 - Use expected conditions and optimise element lookups in emergency call app object

========

https://hg.mozilla.org/integration/gaia-central/rev/0a29876b04ab
Author: Dave Hunt <dave.hunt@gmail.com>
Desc: Bug 1074117 - Use expected conditions where appropriate and optimise element lookups in emergency call app object. r=fstrugariu
2014-11-18 07:21:56 -08:00
B2G Bumper Bot
a0fa584336 Bumping manifests a=b2g-bump 2014-11-18 06:41:56 -08:00
B2G Bumper Bot
b25957eee7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/902924966a64
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #26236 from chirarobert/bug_1100846

Bug 1100846 - [v2.2] Investigate test_sms_with_attachments intermittent ...

========

https://hg.mozilla.org/integration/gaia-central/rev/92cff4cbf9bc
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1100846 - [v2.2] Investigate test_sms_with_attachments intermittent failure
2014-11-18 06:36:54 -08:00
B2G Bumper Bot
e14df1abb9 Bumping manifests a=b2g-bump 2014-11-18 06:11:56 -08:00
B2G Bumper Bot
56e73fc5e7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d82366dc54a0
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #26068 from ferjm/bug1092394.contactdetails

Bug 1092394 - [Contacts] Accessing the contact details from the call log...

========

https://hg.mozilla.org/integration/gaia-central/rev/df52b8b35d03
Author: ferjm <ferjmoreno@gmail.com>
Desc: Bug 1092394 - [Contacts] Accessing the contact details from the call log Call information, the User lands briefly in Import Contacts before transitioning to the contact details screen. r=jmcantera
2014-11-18 06:06:53 -08:00
B2G Bumper Bot
3478fa25ea Bumping manifests a=b2g-bump 2014-11-18 05:41:55 -08:00
B2G Bumper Bot
484971fcf4 Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b65b2ed7349b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 1096704 - Prevent rocketbar trigger during an edge gesture."

This reverts commit b3a404bd3d9e40ff4ca8c42bca47a999c7de3467.

========

https://hg.mozilla.org/integration/gaia-central/rev/a1393369538a
Author: Wilson Page <wilsonpage@me.com>
Desc: Merge pull request #25879 from wilsonpage/1094779

Bug 1094779 - [camera] Unable to record videos if tmp.3gp exists in target video directory

========

https://hg.mozilla.org/integration/gaia-central/rev/5e170643f041
Author: Wilson Page <wilsonpage@me.com>
Desc: Bug 1094779 - [camera] Unable to record videos if tmp.3gp exists in target video directory
2014-11-18 05:36:52 -08:00