Commit Graph

232918 Commits

Author SHA1 Message Date
Nathan Froyd
b2f4f5ee97 Bug 1141689 - use services::GetObserverService more; r=ehsan 2014-04-29 13:31:06 -04:00
Byron Campen [:bwc]
cae69e38d3 Bug 1140635: Remove |magic_num| fields from sipcc. 2015-03-06 15:58:53 -08:00
Byron Campen [:bwc]
63b15e6e03 Bug 1140089: Call SetPullEnabled on all streams in PCMedia when offer/answer concludes. r=jesup 2015-03-06 14:37:11 -08:00
Jonathan Watt
2186e92a81 Bug 1141710, part 9 - Get the timeline from the player instead of from the document. r=dholbert 2015-03-03 17:40:29 +00:00
Jonathan Watt
c77b243dc1 Bug 1141710, part 8 - Create helpers to get the startTime corresponding to various points through the active duration. r=dholbert 2015-03-03 17:40:28 +00:00
Jonathan Watt
66025daff3 Bug 1141710, part 7 - Store the generated 'animation' property string in a global constant and reuse that constant. r=dholbert 2015-03-03 17:40:26 +00:00
Jonathan Watt
d09dbb3439 Bug 1141710, part 7 - Create helpers to get the startTime corresponding to various points through the active duration. r=dholbert 2015-03-03 17:40:25 +00:00
Jonathan Watt
c4f4f78bc4 Bug 1141710, part 5 - Change from assert_true() to the new assert_unreached(). r=dholbert 2015-03-02 20:05:03 +00:00
Jonathan Watt
fe63f7c790 Bug 1141710, part 4 - Avoid race condition when taking timestamps by reusing the original timestamp. r=dholbert 2015-03-02 20:05:01 +00:00
Jonathan Watt
77b84555e2 Bug 1141710, part 3 - Stop using ECMAScript 6 features in test_animation-player-starttime.html, since other browsers don't support them. r=dholbert 2015-03-02 20:05:00 +00:00
Jonathan Watt
211aec669b Bug 1141710, part 2 - Update comments to be non-Mozilla specific. r=dholbert 2015-03-02 20:04:58 +00:00
Jonathan Watt
420ccb8a5e Bug 1141710, part 1 - Update to the new version of addDiv() in testcommon.js. r=dholbert 2015-03-02 20:04:57 +00:00
Jonathan Watt
83fa89f7b3 Bug 1141498, part 2 - Enable calls to DOM animation test's testcommon.js's addDiv() to set attributes. r=dholbert 2015-02-27 10:23:55 +00:00
Jonathan Watt
25976350db Bug 1141498, part 1 - Stop using Node.remove() in the DOM animation test's testcommon.js. r=dholbert 2015-02-27 10:23:49 +00:00
Stephen Pohl
f44cf7f44d Bug 1140522: Ensure proper use of appDisabled and userDisabled in GMPProvider.jsm. r=mossop 2015-03-10 20:30:58 -04:00
Xidorn Quan
fe55cac263 Bug 1088489 followup - Remove accidentally nested <rbc> from box-generation-4-ref.html. rs=dholbert DONTBUILD 2015-03-11 11:25:14 +11:00
Josh Matthews
347be693c0 Bug 1141260 - Null-check the responsive selector in images. r=jst 2015-03-10 17:38:30 -04:00
Jed Davis
62f87643e8 Bug 1043143: Step 3: Convert nsJARChannel from temporary files to temporary memory. r=honzab
This also requires changing XMLHttpRequest so that it doesn't crash if
memory-mapping would be applicable but the channel has no associated
nsIFile; a regression test for that case is added.

Bonus fix: nsJARChannel::AsyncOpen now checks whether the inner channel's
AsyncOpen failed.
2015-03-10 17:00:01 -07:00
Jed Davis
d9d491fd1b Bug 1034143: Step 2b: Add the ability to read jar files from arbitrary memory. r=honzab r=jduell 2015-03-10 17:00:01 -07:00
Jed Davis
7c15687e14 Bug 1043143: Step 2a: Add a class like nsDownloader but using memory instead of a file. 2015-03-10 17:00:01 -07:00
Jed Davis
f0cca672e0 Bug 1034143: Step 1: Fix tests for bug 945152 and bug 1008126. r=smaug
This bug will make jar:http:// no longer eligible for the memory-mapping
optimization tested in these test cases, so this patch changes them
to use local files, which is the case that that optimization is meant
for.  Specifically, it changes them to chrome tests and pre-resolves
the chrome: URL of the jar file so that nsJARChannel recognizes it as a
local file.

Note that the bug 945152 test jar file remains in the file list for
plain mochitests as well as being added to chrome.ini; there is a test
in another directory that uses it, and a later patch in this series will
add another.
2015-03-10 17:00:01 -07:00
Daniel Holbert
afd2eed243 Bug 1140917 followup: add missing MOZ_OVERRIDE annotations on new DocAccessibleChild method-decls. r=ehsan 2015-03-10 16:54:57 -07:00
Andrew McCreight
92e5a329c0 Bug 1119482, part 4 - Move IsJSHolder into HoldDropJSObjects. r=smaug 2015-03-10 16:41:38 -07:00
Andrew McCreight
4dda6ef7f6 Bug 1119482, part 3 - Move the Hold and DropJSObjects implementations to a new HoldDropJSObjects.cpp file. r=smaug 2015-03-10 16:41:38 -07:00
Andrew McCreight
200a4851f2 Bug 1119482, part 2 - Move HoldDropJSObjects.h from xpcom/glue to xpcom/base. r=froydnj
This will clear the way for a HoldDropJSObjects.cpp, as xpcom/glue seems to use weird linking rules.
2015-03-10 16:41:38 -07:00
Andrew McCreight
35ae5469ff Bug 1119482, part 1 - Use CycleCollectedJSRuntime::Get() in the various CC wrapper methods. r=smaug
It is a little cleaner to use this helper method if we only care about the CCJSRuntime pointer,
and it will let us move some of these methods out of this file more easily.
2015-03-10 16:41:38 -07:00
Andrew McCreight
ac226e9ed3 Bug 1139050, part 2 - Move nsAlgorithm.h to xpcom/base. r=froydnj 2015-03-10 16:41:38 -07:00
Andrew McCreight
ff1614a856 Bug 1139050 - Add moz.build BUG_COMPONENT metadata for xpcom/. r=froydnj 2015-03-10 16:41:38 -07:00
Xidorn Quan
a17e438dd8 Bug 1140264 part 4 - Reftest for this bug. r=dbaron 2015-03-11 10:28:21 +11:00
Xidorn Quan
df6de670d5 Bug 1140264 part 3 - Rename IsInlineDescendantOfRuby to ShouldSuppressLineBreak and exclude rbc/rtc from it. r=dbaron 2015-03-11 10:28:21 +11:00
Xidorn Quan
95b84e1940 Bug 1140264 part 2 - Move and merge line breaking code in rbc reflow to reduce useless computation and fix undesired break point. r=dbaron 2015-03-11 10:28:21 +11:00
Xidorn Quan
3d0a1a54f4 Bug 1140264 part 1 - Avoid expanding auto-hidden ruby annotations. r=dbaron
This could sometimes cause undesired overflow area.
2015-03-11 10:28:21 +11:00
Blake Kaplan
ea17c64e11 Bug 1134006 - Avoid IPC for domElement.QueryInterface(nsISupports) and nsIClassInfo. r=billm 2015-03-10 14:36:01 -07:00
Chris Manchester
7257787c1c Bug 1096488 - Detect and handle switching from remote to non-remote pages and back in marionette.;r=automatedtester 2015-03-10 16:19:40 -07:00
Chris Manchester
d1f3dc5692 Bug 1096488 - Test that switching browser remoteness leaves marionette in a usable state.;r=automatedtester 2015-03-10 16:19:40 -07:00
Chris Manchester
2fbf6585b0 Bug 1096488 - Unskip marionette test navigating to non-remote pages.;r=automatedtester 2015-03-10 16:19:40 -07:00
Wes Kocher
4562de3097 Merge m-c to inbound a=merge CLOSED TREE 2015-03-10 16:11:23 -07:00
Wes Kocher
665d625c2f Merge b2g-inbound to m-c a=merge CLOSED TREE 2015-03-10 15:44:53 -07:00
Wes Kocher
52e15f46f0 Merge inbound to m-c a=merge CLOSED TREE 2015-03-10 15:33:33 -07:00
B2G Bumper Bot
af1eb324f2 Bumping manifests a=b2g-bump 2015-03-10 13:58:04 -07:00
B2G Bumper Bot
e5da604f4e Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c8f9d4bbb0ab
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 835256 - [Calendar] only save events if user inputs title or location"

This reverts commit aa614735917b685b9121bed7fac8bd72903e429e.
2015-03-10 13:55:23 -07:00
Ryan VanderMeulen
4fdbfff255 Backed out changesets febbccd1cd1e and d834e57b0352 (bug 1137019) for making bug 1123563 permafail on Android 2.3.
CLOSED TREE
2015-03-10 16:45:01 -04:00
Ryan VanderMeulen
2168dd98ca Backed out changeset 75709d46ba3b (bug 1137037) 2015-03-10 16:43:54 -04:00
B2G Bumper Bot
67075dcd07 Bumping manifests a=b2g-bump 2015-03-10 13:27:52 -07:00
B2G Bumper Bot
42e7d8beed Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31054d7261f9
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1140862 - merge pull request #28762 from millermedeiros:1140862-multi-day-test-dst to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/604cfddf69ac
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1140862 - make sure multi day view displays 24 unique hours even if built on first day of Daylight Saving Time
2015-03-10 13:25:20 -07:00
Mike Shal
1306181eb5 Bug 1141534 - fix mulet nightly mozconfigs; r=bhearsum
We don't want uploadsymbols or update-packaging for nightly mulet
builds, but these were being set by the underlying browser mozconfigs.
2015-03-10 16:20:02 -04:00
B2G Bumper Bot
b46d7a605e Bumping manifests a=b2g-bump 2015-03-10 12:22:58 -07:00
B2G Bumper Bot
72abc43db4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e3c42d1874b2
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #27797 from eeejay/bug-1068976

Bug 1068976 - Give videos and images basic descriptions in fullscreen gallery. r=dflanagan r=jdarcangelo

========

https://hg.mozilla.org/integration/gaia-central/rev/6c4bc4234bb9
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1068976 - Give videos and images basic descriptions in fullscreen gallery.

========

https://hg.mozilla.org/integration/gaia-central/rev/068b123990a1
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1079213 - merge pull request #27929 from millermedeiros:1079213-status-bar-color to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/a6693294a388
Author: Miller Medeiros <miller@millermedeiros.com>
Desc: Bug 1079213 - [Status Bar] Update status bar on calendar settings/add account
2015-03-10 12:20:27 -07:00
Nick Alexander
4d345f4748 Bug 927388 - Follow-up: fix bustage on a CLOSED TREE. 2015-03-10 11:40:39 -07:00
B2G Bumper Bot
7171ad915d Bumping manifests a=b2g-bump 2015-03-10 11:34:33 -07:00