Commit Graph

406452 Commits

Author SHA1 Message Date
Markus Stange
1974361ffb Bug 1131397 - Add missing functionality to the profiler actor. r=vporof
--HG--
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getfeatures.js
rename : toolkit/devtools/server/tests/unit/test_profiler_close.js => toolkit/devtools/server/tests/unit/test_profiler_getsharedlibraryinformation.js
2015-02-10 15:26:08 -05:00
Mike Hommey
2dc29d7492 Bug 1114669 - Use a generated list of idl deps for xpt generation. r=gps
Generating the list of idl deps to generate an xpt from its dependency list
makes us give all _previous_ dependencies, inherited from the .deps makefiles.
This leads to removed files being listed on xpidl-process.py command line, and
the command subsequently failing.

Instead, use generated lists of idl dependencies. At the same time, lighten the
generated Makefile further by not emitting xpt dependencies on their containing
directory, and instead generating it from the $xpt_files list.

This brings down the Makefile size from 100k to 38k.
2015-02-13 10:29:19 +09:00
Mike Hommey
6786219e1f Bug 1120937 - Properly initialize string fields from the PKCS#11 test module. r=keeler
The string fields need to be padded with spaces, according to what
PK11_MakeString does to find the end of the string.

While here, factor all the string manipulations in the test module and
use some C++ template magic to do the right thing.

This changes the static asserts from (with clang):

pkcs11testmodule.cpp:45:3: error: static_assert failed
      "TestManufacturerID too long - make it shorter"
  static_assert(sizeof(TestManufacturerID) <= sizeof(pInfo->manufacturerID),
  ^             ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

to:

pkcs11testmodule.cpp:46:3: error: static_assert failed
      "DestSize >= SrcSize - 1"
  static_assert(DestSize >= SrcSize - 1, "DestSize >= SrcSize - 1");
  ^             ~~~~~~~~~~~~~~~~~~~~~~~
pkcs11testmodule.cpp:58:3: note: in instantiation of function
      template specialization 'CopyString<32, 63>' requested here
  CopyString(pInfo->manufacturerID, TestManufacturerID);
  ^

which actually gives more information than before: it gives the length of
both buffers.
2015-02-13 10:29:18 +09:00
Randell Jesup
40f518f5bf Bug 1108248: Swap CreateTimerQueueTimer() for timerSetEvent() in webrtc win32 code r=dmajor
Avoids limits on the number of realtime (timerSetEvent()) timers
2015-02-06 17:24:50 -05:00
Matt Woodrow
01eb91c854 Bug 1127925 - Lazily open shared handles in DXGITextureHostD3D11 to avoid holding references to textures that might not be used. r=jrmuizel 2015-02-13 14:23:43 +13:00
Edwin Flores
3aeced5479 Bug 981869 - Blacklist crashy flump3dec gstreamer plugin - r=kinetik 2013-07-15 19:39:00 +12:00
Karina Li
e29d8e1845 Bug 1127642 WebRTC support for H.264 max_mbps r=jesup 2015-02-12 11:14:57 +08:00
Geoff Brown
e11572838a Bug 1130187 - Optimize devicemanager calls during remote xpcshell tests; r=bc 2015-02-12 16:48:41 -07:00
Geoff Brown
c7d65fd1a2 Bug 1128745 - Avoid 'no attribute' error on remote xpcshell timeout; r=jmaher 2015-02-12 16:48:40 -07:00
Blake Kaplan
532caaa0a1 Bug 1117337 - Properly serialize moz-icon URIs. r=bent 2015-02-12 15:41:21 -08:00
Blake Kaplan
f6b6ab342a Bug 1117337 - Get rid of this generic path in favor of explicit (de)serialization of URIs. r=bent 2015-02-12 15:41:21 -08:00
Blake Kaplan
a50bed555a Bug 1117337 - Make icon URIs constructable via XPCOM. r=seth
--HG--
rename : image/decoders/icon/nsIIconURI.idl => image/public/nsIIconURI.idl
2015-02-12 15:41:21 -08:00
Boris Zbarsky
436b43b3ce Bug 1132655. Don't allow conversions from DOMString to const XPCOM string references, since it's meant to be an outparam only. r=smaug 2015-02-12 18:39:26 -05:00
Boris Zbarsky
70d896decc Bug 975699. Remove mozIndexedDB. r=khuey 2015-02-12 18:39:26 -05:00
Boris Zbarsky
1dcfd471fc Bug 1132252. An interface with an interface object should not inherit from one that's [NoInterfaceObject]. r=smaug 2015-02-12 18:39:26 -05:00
Boris Zbarsky
7df856ce78 Bug 1131751. Drop [NoInterfaceObject] from XMLHttpRequestEventTarget. r=smaug 2015-02-12 18:39:25 -05:00
David Parks
db7c1810a1 Bug 1075670 - Fix PuppetWidget calculations wrt client offset r=smaug 2015-02-04 04:00:28 -08:00
David Parks
73d5d44e6e Bug 1075670 - Cleanup content process widget-chrome behavior r=smaug 2015-01-30 15:55:27 -08:00
David Parks
3f8568e6b8 Bug 1075670 - Remove mapScreenCoordinatesFromContent as it is legacy behavior r=billm 2015-02-04 04:22:30 -08:00
David Parks
dfabccab89 Bug 1075670 - Make tooltips respect HiDPI displays r=smaug 2015-01-28 16:32:46 -08:00
David Parks
f3678c96ae Bug 1075670 - Use MozUpdateWindowPos event to notify content process of window move r=smaug 2015-01-26 11:45:54 -08:00
David Parks
3be0c38f3a Bug 1075670 - Make PuppetWidget::WidgetToScreenOffset use proper screen position r=josh 2015-02-04 04:17:15 -08:00
Trevor Saunders
45d9b7831f bug 1127402 - proxy RelationByType method r=davidb 2015-02-12 18:18:13 -05:00
Trevor Saunders
b33a23f60b bug 1124449 - teach IAccessible impl about proxy wrappers r=davidb 2015-02-12 18:16:44 -05:00
Olli Pettay
a4b808c419 Bug 1132485 - IPC proxy for GetText*Offset, r=tbsaunde
--HG--
extra : rebase_source : d9f62f17d6c487234aac3645d830fa55318d64b6
2015-02-12 22:56:13 +02:00
Olli Pettay
39bceaf68b Bug 1132223 - Add IdToAccessible and IdToHyperTextAccessible to DocAccessibleChild to reduce code duplication, r=tbsaunde
--HG--
extra : rebase_source : 7c5380eafdfd3a63176bf201920a8b028145fb1a
2015-02-12 22:53:43 +02:00
Ryan VanderMeulen
a801fa4088 Merge fx-team to m-c. a=merge
CLOSED TREE
2015-02-12 18:02:35 -05:00
Ryan VanderMeulen
7f41ae0d0e Merge inbound to m-c. a=merge
CLOSED TREE
2015-02-12 17:53:41 -05:00
Ryan VanderMeulen
4257ef8063 Backed out changeset 632df219369f (bug 1090949) for OSX issues.
CLOSED TREE
2015-02-12 17:42:14 -05:00
Ryan VanderMeulen
45ffd5e89e Bug 943863 - MOAR FUZZ on Android for box-sizing-replaced-002.xht.
CLOSED TREE
2015-02-12 16:40:09 -05:00
Ryan VanderMeulen
6e3915f925 Backed out changesets 07b8436dc3bb and 9fd1f192c0e8 (bug 1130982) for B2G async-scrolling/nested-1.html reftest failures.
CLOSED TREE
2015-02-12 14:28:34 -05:00
Aaron Klotz
5d33b28500 Bug 1132305 - Ensure that BHR knows when thread activity has resumed in nextEventMatchingMask. r=smichaud 2015-02-12 10:31:42 -07:00
Carsten "Tomcat" Book
63f8dfe495 merge mozilla-inbound to mozilla-central a=merge 2015-02-12 15:33:22 +01:00
Carsten "Tomcat" Book
f38082dcb3 merge b2g-inbound to mozilla-central a=merge 2015-02-12 15:20:50 +01:00
Jan Keromnes
9764e96641 Bug 1132448 - Don't log CONNECTION_REFUSED errors when they're expected. r=ochameau
CLOSED TREE
2015-02-12 06:44:00 -05:00
B2G Bumper Bot
97d6c157e9 Bumping manifests a=b2g-bump 2015-02-12 00:26:59 -08:00
B2G Bumper Bot
b5ebe186af Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a37735733273
Author: autolander <bug.autolander@gmail.com>
Desc: Bug 1121343 - merge pull request #27412 from mancas:bug1121343 to mozilla-b2g:master

========

https://hg.mozilla.org/integration/gaia-central/rev/60056de4579e
Author: Manuel <manuel.casasbarrado@telefonica.com>
Desc: Bug 1121343 - [FTE] Notification indicator shows during FTE, but un-actionable. r=etienne
2015-02-12 00:25:30 -08:00
B2G Bumper Bot
6f440cf2a4 Bumping manifests a=b2g-bump 2015-02-12 00:06:31 -08:00
Mark Goodwin
369e03f0d4 Bug 1092055 - Test that webconsole messages show up for non-top level security errors. r=past 2015-02-12 03:06:00 -05:00
B2G Bumper Bot
5f44d0ad7e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/872335b68daf
Author: Yoshi Huang <allstars.chh@gmail.com>
Desc: Merge pull request #28063 from allstarschh/Bug1129810

Bug 1129810 - Test app for MozIsoDepTech transceive. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/7cab62f02899
Author: Yoshi Huang <allstars.chh@mozilla.com>
Desc: Bug 1129810 - Test app for MozIsoDepTech transceive

========

https://hg.mozilla.org/integration/gaia-central/rev/ef096e8dc633
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #28139 from rexboy7/1131958-launch-background

Bug 1131958 - [Stingray][System] handle re-launching underlying app with...r=johnhu

========

https://hg.mozilla.org/integration/gaia-central/rev/55a445cab502
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1131958 - [Stingray][System] handle re-launching underlying app with stayBackground
2015-02-12 00:05:02 -08:00
Jean-Yves Avenard
b1c9833790 Bug 1130839: mochitest ensuring element seeks to end of media when truncated. r=cajbir
Test that truncating the media when changing mediasource.duration attribute
immediately adjusts the buffered range and cause seek to the end of the new
media duration (adjusting currentTime).
2015-02-12 18:53:53 +11:00
Jean-Yves Avenard
7773a4f02e Bug 1130839: Seek to end of media if duration changed. r=cpearce
If the duration is changed such that the current playback position ends up
being greater than the time of the end of the media resource, then the user
agent must also seek to the time of the end of the media resource.
2015-02-12 18:53:53 +11:00
Jean-Yves Avenard
fb8fc9e241 Bug 1131433: Show codec/container type in MSE logs. r=cajbir
Also rationalize MSE debugging logs, so they all follow the same format.
2015-02-12 18:52:13 +11:00
Jean-Yves Avenard
9fb4810e0e Bug 1130948: Update web-ref results. r=karlt 2015-02-12 18:52:13 +11:00
Jean-Yves Avenard
e12bdb0e21 Bug 1130948: Part2. Ensure we don't overflow when setting duration. r=cajbir 2015-02-12 18:52:12 +11:00
Jean-Yves Avenard
164b744ccd Bug 1130948: Part1. Use mediasource duration to determine media element duration. r=cajbir 2015-02-12 18:52:12 +11:00
Jean-Yves Avenard
5ceb7474c4 Bug 1130826: Run range removal algorithm when setting mediasource duration. r=cajbir 2015-02-12 18:52:12 +11:00
Jean-Yves Avenard
c2512b6c85 Bug 1128939: Part3. Allocate media buffer internal memory dynamically. r=k17e 2015-02-12 18:52:12 +11:00
Jean-Yves Avenard
4132c3064d Bug 1128939: Part2. Make sure we limit read to buffer size and handle error nicely. r=k17e 2015-02-12 18:52:12 +11:00
B2G Bumper Bot
5f32960e15 Bumping manifests a=b2g-bump 2015-02-11 23:46:34 -08:00