Граф коммитов

314023 Коммитов

Автор SHA1 Сообщение Дата
Birunthan Mohanathas 52eea7d0fb Bug 429990 - Check in/out arguments for nullptr in MSAA/IA2 methods, r=surkov 2013-06-27 21:02:00 +02:00
Chris Pearce 0aec1f19bd Bug 888174 - Add this pointer to WMFByteStream NSPR logging so that we can distinguish which instance is doing what easier. r=padenot 2013-06-28 22:10:01 +12:00
Chris Pearce 8fde570940 Bug 888175 - Don't log dropped frames in MediaDecoderStateMachine if MOZ_QUIET is set. r=padenot 2013-06-28 22:09:37 +12:00
Olli Pettay e76981b946 Bug 886377 - Make EventTargetChain's ELM count optimization main-thread-only, r=jst 2013-06-28 12:53:37 +03:00
Reuben Morais a52f4fbc9c No bug - Fix broken header guard in resource_manager.h. r=jesup
--HG--
extra : rebase_source : e7b72c7e7039f92a7bb5941df6958dc0abb5b9dd
2013-06-28 00:36:18 -07:00
Corey Ford 44dbcc4d6c Bug 883987 - Don't allow BAD_STRING or BAD_URL tokens in @supports conditions. r=dbaron 2013-06-27 17:03:33 -07:00
Daniel Holbert 5ac6d26487 Bug 886313: Make DisplayLine generate display items in a temporary collection, so we can apply text-overflow clipping without affecting earlier lines. r=roc 2013-06-28 00:22:57 -07:00
Robert O'Callahan 0d7e3acda0 Bug 886657. Don't play anything from an AudioBufferSourceNode until a buffer has been set and start() has been called. r=ehsan 2013-06-26 04:00:42 +12:00
Matthew Gregan 7ea392c3a6 Backout 184ef886365d, 4c6a6ac3a9d5, and 59857a435c3b on a CLOSED TREE 2013-06-28 16:55:35 +12:00
Matthew Gregan a8dabb3112 Bug 855130 - Drop [Creator] from HTMLVideoElement.videoPlaybackQuality attribute. r=roc 2013-06-28 16:36:10 +12:00
Matthew Gregan 0f7b182bd6 Bug 855130 - Implement a minimal working subset of the Media Source Extensions API. r=roc 2013-06-28 16:32:05 +12:00
Matthew Gregan bf34341609 Bug 855130 - Implement HTMLVideoElement's VideoPlaybackQuality (from Media Source Extensions spec). r=roc 2013-06-28 16:32:05 +12:00
Allison Naaktgeboren df2d146ff9 Bug 886546 - implement metro debug actors for developer tools.r=sfoster 2013-06-27 21:18:39 -07:00
Garrett Robinson e782df1f32 Bug 887974 - CSP 'unsafe-eval' directive ignored (r=sstamm) 2013-06-27 19:50:03 -07:00
Phil Ringnalda 603579f268 Merge m-c to m-i 2013-06-27 19:42:18 -07:00
Phil Ringnalda 68688d1659 Merge m-i to m-c 2013-06-27 19:32:23 -07:00
Phil Ringnalda 60099b2149 Merge birch to m-c 2013-06-27 19:31:21 -07:00
Nicholas Nethercote 385e5fa1b0 Bug 883696 (part 4) - Include full paths in #include statements in the rest of js/src/ and js/public/. r=luke. 2013-06-27 17:37:29 -07:00
Nicholas Nethercote 9fed70182c Bug 883696 (part 3) - Include full paths in #include statements in js/src/jsapi-tests/. r=luke. 2013-06-27 14:43:30 -07:00
Nicholas Nethercote e8d906830e Bug 883696 (part 2) - Include full paths in #include statements in js/src/{assembler,yarr}/. r=luke. 2013-06-27 14:43:29 -07:00
Phil Ringnalda 9063c580e2 Merge birch to m-c 2013-06-27 14:27:17 -07:00
Chris AtLee dd16c8620c Bug 816793: Backed out changeset e77346fbdff1 for bustage. r=bustage 2013-06-27 17:09:14 -04:00
Chris AtLee 9b6ed4ed02 Bug 816793: Include 32-bit mozconfig for linux desktop b2g builds. r=ted 2013-06-27 16:16:16 -04:00
Jim Chen 25b847a4ce Bug 879568 - Make the ANR reporter use SysInfo class; r=rnewman 2013-06-27 14:25:57 -04:00
Gaia Pushbot 232b30805c Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/dfacedfab904
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Revert "Bug 883787 - Translate the code in HTML comments in the build process"

This reverts commit 53eea8a3da5ae1de3de471a0b1d48aafdd7e81ce.
2013-06-27 11:15:22 -07:00
David Rajchenbach-Teller 2ed9577da6 Bug 876168 - Let's backup sessionstore.js before each upgrade;r=ttaubert 2013-06-27 13:57:05 -04:00
Malini Das 50fe6d487b Bug 883299 - Log coordinates for events that Marionette initiates, r=jgriffin 2013-06-27 13:48:12 -04:00
Gaia Pushbot 5033f2d328 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/22af4c7c1801
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Merge pull request #10674 from comoyo/vcard_utf8_2

Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]

========

https://hg.mozilla.org/integration/gaia-central/rev/92aa02991dfe
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 885546 - VCF importer saves type="UTF-8" in contact fields [r=arcturus]
2013-06-27 10:40:44 -07:00
David Rajchenbach-Teller d8c828d9ff Bug 886997 - Don't flush by default;r=froydnj 2013-06-27 13:19:54 -04:00
Justin Lebar f8146ab71e Bug 887867 - Add AssertCurrentThreadOwns to StaticMutex. r=khuey 2013-06-27 10:14:11 -07:00
Marco Bonardo 81952bdd2a Bug 791776 - Convert inline autocomplete host query to async.
r=mano
2013-06-27 12:43:11 -04:00
Gaia Pushbot 159c22b1c9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/148e5145cad1
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 870416 - [MMS] Recipients container multiline view takes all available space

- When the screen resizes, generate a CSS rule that calculates the max available height
- Renames an existing element to match the naming convention
- Adds non-html interpolation support to the template matcher regexp
- Ensures that assimilations abide existing behavior rules

https://bugzilla.mozilla.org/show_bug.cgi?id=870416
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>

========

https://hg.mozilla.org/integration/gaia-central/rev/1af738671094
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885264 - [SMS/MMS] Ensure Carrier is not displayed for manually entered (unknown contact) recipients

1. If a phone number has carrier associated with it
    the output will be:

  type | carrier

2. If there is no carrier associated with the phone number
    the output will be:

  type | phonenumber

3. If for some reason a single contact has two phone numbers with
    the same type and the same carrier the output will be:

  type | phonenumber

4. If for some reason a single contact has no name and no carrier,
    the output will be:

  type

5. If for some reason a single contact has no name, no type
    and no carrier, the output will be nothing.

https://bugzilla.mozilla.org/show_bug.cgi?id=885264
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 09:10:26 -07:00
Masayuki Nakano 8d873a6af1 Bug 866736 part.3 Replace CRLF in WinIMEHandler.(h|cpp) with LF r=jimm 2013-06-28 01:06:45 +09:00
Gaia Pushbot d0f86fc490 Bumping gaia.json for 1 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/461e2be993c7
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 887356 - Homescreen grid test failing on TBPL r=crdlc

This uses sinon to make this sometimes failing test synchronous.
2013-06-27 08:15:46 -07:00
Dan Gohman 175b9107c7 Bug 885169 - Add an explicit backwards-traversing register set iterator, so that code which needs to iterate in a specific order can ask for it explicitly. r=h4writer 2013-06-27 08:11:28 -07:00
Alexander Surkov 656ee75ebf Bug 670087 - AccessibleObjectFromPoint returns incorrect accessible for popup menus, r=tbsaunde, sr=roc 2013-06-27 11:03:58 -04:00
Gaia Pushbot c040992bdc Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/da576217a863
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10580 from pivanov/bug-885925

Bug 885925 - Header in the calendar sidebar is different from the header in the building block r=@samjoch

========

https://hg.mozilla.org/integration/gaia-central/rev/52a95db5f38b
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 885925 - Header in the calendar sidebar is different from the header in the building block
2013-06-27 07:00:23 -07:00
Gaia Pushbot d275618c71 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a16bfd899489
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #10608 from Cwiiis/master

Bug 817876 - Handle multiple modal dialogs from the same origin r=benfrancis

========

https://hg.mozilla.org/integration/gaia-central/rev/0e7d10d4d3dc
Author: Chris Lord <chrislord.net@gmail.com>
Desc: Bug 817876 - Handle multiple modal dialogs from the same origin
2013-06-27 06:45:22 -07:00
Gaia Pushbot 3657efe4ed Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/23f3f5295abf
Author: huchengtw-moz <johu@mozilla.com>
Desc: Merge pull request #9784 from huchengtw-moz/settings/Bug_842252_change_data_call_setting_architecture

Bug 842252 - [B2G][Setting] Change data call setting architecture in Gai...r=@jaoo, r=@arthurcc, r=@fcampo

========

https://hg.mozilla.org/integration/gaia-central/rev/128513a67470
Author: John Hu <johu@mozilla.com>
Desc: Bug 842252 - [B2G][Setting] Change data call setting architecture in Gaia.
2013-06-27 04:45:31 -07:00
Gaia Pushbot 59460d1119 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/c4e3c4a68451
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10655 from borjasalguero/weird_sound

Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=steveck-chung

========

https://hg.mozilla.org/integration/gaia-central/rev/b0a1e159f16a
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 887158 - [SMS] DOMRequest change to an array of [DOMRequest]. r=schung
2013-06-27 04:35:44 -07:00
Gaia Pushbot 8d22a8b4a5 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1771b99267b6
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #10584 from rwldrn/885274

Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action

========

https://hg.mozilla.org/integration/gaia-central/rev/f560e202627e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 885274 - [SMS/MMS] Option menu. Only execute menu operations when target has an associated action

https://bugzilla.mozilla.org/show_bug.cgi?id=885274
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-06-27 04:00:23 -07:00
Ed Morley 21ec7a4239 Merge mozilla-central and fx-team 2013-06-27 11:31:49 +01:00
Ed Morley 94b70a3bcb Merge mozilla-central and birch 2013-06-27 11:31:47 +01:00
Ed Morley d9747bc9bb Merge latest green inbound changeset and mozilla-central 2013-06-27 11:30:43 +01:00
Reuben Morais 6ca3211bf7 Bug 885979 - Add support for enabling Contacts API debugging output at runtime. r=gwagner
--HG--
extra : rebase_source : b55c49743099532b939d57b673ae7f9a7cfc74da
2013-06-27 01:25:40 -07:00
Gaia Pushbot 607077b631 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/e4d8c96f60dc
Author: Eric O'Connor <eric@bocoup.com>
Desc: Fix bug 883950 - r=gnarf

Closes gh-10648
2013-06-27 01:15:23 -07:00
Gaia Pushbot 36a5ae76c9 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a936fc5f8ef3
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #10523 from mozshiao9/master_video_885229

Bug 885229 - [Video] headphoneschange event for videos playing from gall..., r=dkuo

========

https://hg.mozilla.org/integration/gaia-central/rev/b777c6139ca5
Author: Mark Shiao <mshiao@mozilla.com>
Desc: Bug 885229 - [Video] headphoneschange event for videos playing from gallery and camera filmstrip
2013-06-27 00:50:22 -07:00
Gaia Pushbot b0d215a256 Bumping gaia.json for 2 gaia-central revision(s)
Truncated some number of revisions since the previous bump.

========

https://hg.mozilla.org/integration/gaia-central/rev/af314d43e696
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #10427 from yurenju/bug848604

Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & ... r=timdream r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/1fc023b64005
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 848604 - used apps.list to pick apps from apps/*, external-apps/* & GAIA_DISTRIBUTION_DIR
2013-06-27 00:31:06 -07:00
Mark Banner 0cf6f276aa Bug 887185 Plugins test assumes click-to-play is enabled by default - ensure it is enabled for apps that don't yet have it enabled. r=bsmedberg. 2013-06-27 08:18:35 +01:00
Gregor Wagner 5fcbe40dc3 Bug 887125 - Allow 0 for Memory GC Preferences. r=bent 2013-06-27 14:40:17 +08:00