Commit Graph

145830 Commits

Author SHA1 Message Date
Kyle Huey
7bf860132d Bug 911258: Part 5 - Use the unified exception handling mechanism on workers. r=bz 2013-09-08 20:29:21 -07:00
Kyle Huey
6a6c67829f Bug 911258: Part 4 - Refactor exception implementations. r=bz 2013-09-08 20:28:50 -07:00
Kyle Huey
025c388bda Bug 911258: Part 3 - Convert exceptions to WebIDL. r=bz 2013-09-08 20:28:49 -07:00
Kyle Huey
d3ebb23e90 Bug 911258: Part 2 - Kill the exception service. r=bsmedberg 2013-09-08 20:28:49 -07:00
Kyle Huey
9de76a26eb Bug 911258: Part 1 - Remove nsIExceptionService/Manager usage. r=bholley 2013-09-08 20:28:49 -07:00
Kyle Huey
9533d150e0 Bug 910924: Give workers an nsIGlobalObject. r=bent,bholley 2013-09-08 20:28:48 -07:00
Kyle Huey
a53f6f80b6 Bug 910937: Remove xpc_UnmarkGrayObject and use JSAPI directly. r=mccr8 2013-09-08 20:28:48 -07:00
Matt Woodrow
fde62e307a Bug 912173 - Always AddRef and Release the GLContext when sharing a SurfaceStream to avoid mismatches. r=nrc 2013-09-09 14:35:20 +12:00
Chris Pearce
9f5e5260f4 Bug 910966 - Bustage fix for 48a66737dc5c. Forgot to qref. r=bustage. 2013-09-09 09:52:20 +12:00
Chris Pearce
128925efa5 Bug 910966 - Use MP3FrameParser in DirectShow's SourceFilter, to more accurately determine the offset of the first MP3 frame. This enables us to only pass the MP3 data into DirectShow, which can't handle large ID3v2 tags. r=padenot 2013-09-09 09:47:54 +12:00
Chris Pearce
9d0d08ac4e Bug 910996 - Move MP3FrameParser out of B2G specific code, so it can be used on other platforms. r=padenot
--HG--
rename : content/media/omx/MP3FrameParser.cpp => content/media/MP3FrameParser.cpp
rename : content/media/omx/MP3FrameParser.h => content/media/MP3FrameParser.h
2013-09-09 09:47:29 +12:00
Nicholas Cameron
b9da92cf71 Bug 912352. Do an async composite as soon as we get a WM_PAINT message. r=roc 2013-09-09 09:08:07 +12:00
Nicholas Cameron
32382be3ce Bug 909607. Check if we are minimised before compositing. r=Bas 2013-09-09 09:07:01 +12:00
Nicholas Cameron
4ca0278592 Bug 913298. Remove AddMaskEffect and RemoveMaskEffect declarations. r=nical 2013-09-09 09:06:57 +12:00
Nicholas Cameron
b6a0233b1c Bug 906445. Some speculative fixes to guard against dereferencing nullptrs. r=Bas 2013-09-09 09:06:50 +12:00
Nicholas Cameron
cca4ba2d92 Don't include mozilla-config.h in gfx.layers. No bug. r=me 2013-09-09 08:55:48 +12:00
Daniel Holbert
c5de0f6a0e (no bug) Fix comment typo: s/frames/frame's/ DONTBUILD 2013-09-08 10:34:32 -07:00
Phil Ringnalda
b6c19af956 Merge b2g-inbound to m-c 2013-09-08 08:28:14 -07:00
Phil Ringnalda
c02a4a1253 Merge fx-team to m-c 2013-09-08 08:26:23 -07:00
Andrew Sutherland
a39ab843f7 backout Bug 784816 https://hg.mozilla.org/mozilla-central/rev/1000c23df772 for breaking multi-process TCPSocket SSL connections 2013-09-08 11:22:44 +02:00
Gaia Pushbot
7733521dda Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/0bfd8f0e9f4a
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11944 from gasolin/issue-887669

Bug 887669 - [Test][System] Unit test for Permission Manager, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/e7417792693e
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887669 - [Test][System] Unit test for Permission Manager
2013-09-07 17:15:22 -07:00
Fabrice Desré
a1fd669571 Bug 912898 - B2G: Don't kill adb (or lock the screen) if a debugger client is connected r=past 2013-09-07 16:28:51 -07:00
Vicamo Yang
0f45803eae Backout bug 907585, break B2G Mnw test cases 2013-09-07 19:32:23 +08:00
Vicamo Yang
fd0951f5d7 Backout bug 873351, break Mnw test cases. 2013-09-07 19:09:54 +08:00
Paul Rouget
4c3691cd74 Bug 912915 - Implement a simple generic highlighter. r=jwalker 2013-09-07 11:39:50 +02:00
Paul Rouget
c8447b9acc Bug 913440 - Implement a pseudo class to highlight element easily. r=bz 2013-09-07 11:39:50 +02:00
Vicamo Yang
9c517c7d7a Bug 873351 - B2G SMS: move SMS code out of RadioInterfaceLayer to SmsService. r=gene 2013-09-07 14:20:19 +08:00
Vicamo Yang
1a8465e11e Bug 907585 [3/3]: some small refinements. r=yoshi 2013-09-07 14:20:11 +08:00
Vicamo Yang
78db1dbce3 Bug 907585 [2/3]: Re-implement message listener registration. r=yoshi 2013-09-07 14:20:07 +08:00
Vicamo Yang
7a8b24de98 Bug 907585 [1/3]: B2G RIL - share RilMessageManager. Move to RilMessageManager.jsm. r=yoshi,hsinyi 2013-09-07 14:20:04 +08:00
Vicamo Yang
08d9879e9c Bug 864485 - 3/3: Gonk backend specific. r=hsinyi 2013-09-07 14:19:57 +08:00
Vicamo Yang
7252df0bea Bug 864485 - 2/3: DOM & IPC. r=khuey 2013-09-07 14:19:53 +08:00
Vicamo Yang
1895f8828a Bug 864485 - 1/3: B2G Telephony - move to IPDL. Interface changes. sr=sicking, r=hsinyi,khuey 2013-09-07 14:19:50 +08:00
Ryan VanderMeulen
62156c1cd4 Merge inbound to m-c. 2013-09-06 20:55:41 -04:00
Ryan VanderMeulen
9fe836923d Merge fx-team to m-c. 2013-09-06 20:49:55 -04:00
Ryan VanderMeulen
6b37c37a3d Merge b2g-inbound to m-c. 2013-09-06 20:40:47 -04:00
Matthew Noorenberghe
f1569ff842 Backout 2255560d9b6c (bug 912054) for breaking PGO builds on the UX branch (bug 913251) 2013-09-06 17:38:03 -07:00
Margaret Leibovic
b6fc538223 Bug 907192 - Update tab count while in editing mode on tablets. r=lucasr 2013-09-06 16:25:37 -07:00
Margaret Leibovic
f75d4718e5 Bug 909455 - Replace FHR recordSearch calls in new URL entering logic. r=rnewman 2013-09-06 16:25:27 -07:00
Gaia Pushbot
311695772f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/a04ef5d32598
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12003 from nullaus/browser-test-fix

bug 913701, fix burning browser db operator variant customization test.

========

https://hg.mozilla.org/integration/gaia-central/rev/5d3a047036c7
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 913701, fix burning browser db operator variant customization test.
2013-09-06 16:15:26 -07:00
Wes Johnston
6f89842b76 Bug 878418 - Move positioning of Open with context menu item. r=mfinkle 2013-09-06 15:29:04 -07:00
Ryan VanderMeulen
595d792b87 Merge m-c to fx-team. 2013-09-06 18:01:53 -04:00
Ryan VanderMeulen
66630c23e9 Merge m-c to b2g-inbound. 2013-09-06 18:01:09 -04:00
Ryan VanderMeulen
a6fe179fc1 Merge m-c to inbound. 2013-09-06 18:00:23 -04:00
Fabrice Desré
51b652c5be Bug 912149 - [Buri][1.2][Homescreen] Packaged apps don't display correct content when launched from homescreen r=ferjm 2013-09-06 14:51:24 -07:00
Ryan VanderMeulen
d82368f831 Backed out 7 changesets (bug 907585, bug 873351, bug 864485) for making phones unbootable.
Backed out changeset 001a849303de (bug 873351)
Backed out changeset 8020b3013618 (bug 907585)
Backed out changeset 9039460e09c5 (bug 907585)
Backed out changeset 9464e393a501 (bug 907585)
Backed out changeset d6920653de69 (bug 864485)
Backed out changeset 20ef446b27cd (bug 864485)
Backed out changeset e27c780e1ef5 (bug 864485)
2013-09-06 17:28:10 -04:00
Gaia Pushbot
ebafee3301 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/9c5d02a1f3cc
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11972 from hotzenklotz/907965_preview_rotation

Bug 907965 - [Gallery] Rotate thumbnail according to EXIF orientation me... r=davidflanagan

========

https://hg.mozilla.org/integration/gaia-central/rev/6da0a99f6e49
Author: Tom Herold <therold@mozilla.com>
Desc: Bug 907965 - [Gallery] Rotate thumbnail according to EXIF orientation metadata
2013-09-06 13:55:22 -07:00
Ryan VanderMeulen
9ec48e8308 Merge inbound to m-c. 2013-09-06 16:41:07 -04:00
Gaia Pushbot
063687c0fe Bumping gaia.json for 3 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/23b879f86acc
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11999 from alivedise/bugzilla/913610/lockscreen

Bug 913610 - Backout 905116 + 913345

========

https://hg.mozilla.org/integration/gaia-central/rev/03ef720d123b
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Revert "Bug 905116 - Implement Homescreen Window + Homescreen Launcher"

This reverts commit 3876c9129c8a3865eedd3a0ed92939ecf41a6eb1.

========

https://hg.mozilla.org/integration/gaia-central/rev/b22494964be7
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Revert "Bug 913345 - Virtualize homescreen origin"

This reverts commit cdbf027bb90f0d2aa55cc53d11c65497f6f410c4.
2013-09-06 13:05:24 -07:00
Jim Mathies
7f7ceb0fef Bug 913114 - Fix ref counting in winrt widget's GeckoContentController. r=bbondy 2013-09-06 14:56:14 -05:00