David Zbarsky
7e71039f57
Bug 893117: Remove nsIDOMHTMLHeadingElement r=bz
2013-07-30 14:55:12 -07:00
David Zbarsky
7df71cccae
Bug 893117: Remove nsIDOMHTMLModElement r=bz
2013-07-30 14:55:12 -07:00
David Zbarsky
da666f858f
Bug 893117: Remove xpidl for nsIDOMHTMLDirectoryElement r=bz
2013-07-30 14:55:12 -07:00
David Zbarsky
bbc43bc08d
Bug 893117: Remove nsIDOMHTMLOutputElement r=bz
2013-07-30 14:55:11 -07:00
David Zbarsky
4fae1d580c
Bug 893117: Remove nsIDOMHTMLDataListElement r=bz
2013-07-30 14:55:11 -07:00
David Zbarsky
e848b5694c
Bug 893117: Remove nsIDOMHTMLUnknownElement r=peterv
2013-07-30 14:55:11 -07:00
David Zbarsky
4a6c9a63c0
Bug 893117: Remove nsIDOMHTMLProgressElement r=peterv
2013-07-30 14:55:11 -07:00
David Zbarsky
2f83251914
Bug 893117: Remove nsIDOMHTMLTableColElement r=peterv
2013-07-30 14:55:11 -07:00
David Zbarsky
8106932083
Bug 893117: Remove nsIDOMHTMLTableRowElement r=peterv
2013-07-30 14:55:10 -07:00
David Zbarsky
85457b1c6e
Bug 893117: Remove nsIDOMHTMLTableSectionElement r=peterv
2013-07-30 14:55:10 -07:00
David Zbarsky
7f927d60e3
Bug 893117: Remove xpidl for nsIDOMHTMLTableElement r=peterv
2013-07-30 14:55:10 -07:00
David Zbarsky
ae6d482ec6
Bug 893117: Remove nsIDOMHTMLTableCellElement r=peterv
2013-07-30 14:55:10 -07:00
Nicholas Cameron
841a60fca7
Bug 897839. Add some null checks for the compositor map. r=mattwoodrow
2013-07-31 09:45:42 +12:00
Nicholas Cameron
ddb4a0b4c4
Bug 897409. Use a temporary surface instead of forcing image surfaces. r=mattwoodrow
2013-07-31 09:45:31 +12:00
Justin Lebar
e07ad9bb36
Bug 896890 - TabContent::HasOwnApp() should be true iff TabContext::GetOwnApp() is non-null.
...
This change reworks how TabContext stores its data. Before, it stored
an app-id and translated that into an app; now we do the reverse. This
lets us guarantee that HasOwnApp() is true iff GetOwnApp() is non-null.
We added a new class, MaybeInvalidTabContext to assist with converting
from an IPCTabContext to a TabContext. This allows us to ensure that a
TabContext object is never invalid.
2013-07-30 14:42:34 -07:00
Mook
fabd18c538
content: sync load service: don't die when channels have unknown size (b=894586 r=ehsan r=jduell)
2013-07-30 14:38:26 -07:00
Timothy Nikkel
a6c655a9fe
Bug 899730. Part 2. Use nsIntRegion::Area in layers and get rid of the unneeded GetRegionArea function that does the same. r=nrc
2013-07-30 16:10:32 -05:00
Timothy Nikkel
de40c43eb8
Bug 899730. Part 1. Add nsIntRegion::Area (it just uses nsRegion::Area). r=mats
2013-07-30 16:10:29 -05:00
Timothy Nikkel
0c2d304b5a
Bug 899745. Remove top most z-index tracking from views because it is unused. r=mats
2013-07-30 16:10:28 -05:00
Gaia Pushbot
e9d855cc4f
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7e8284bea36c
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 899003 - [Buri][Buri][SMS] Long press on number in message: menu includes "Call" option r=gnarf
https://bugzilla.mozilla.org/show_bug.cgi?id=899003
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-07-30 13:45:23 -07:00
Ryan VanderMeulen
75d0be0fe0
Merge m-c to birch.
2013-07-30 15:43:05 -04:00
Kartikaya Gupta
b285a3bbc5
Bug 866232 - Fix build breakage introduced in f69d34718660. r=me
2013-07-30 14:55:57 -04:00
Gaia Pushbot
5d8608f7c4
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d2343a615807
Author: William Chen <wchen@mozilla.com>
Desc: Bug 782211 - Update Gaia with additional functionality to support Notification API.
2013-07-30 11:50:24 -07:00
Gaia Pushbot
4a629e464f
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/775b20c42b52
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890443 - [SMS] the "fixed header" style and transitions should be adjusted so that it's not jumping when changing header r=schung
Important changes
* changes how the fixed header is found. Now we're iterating starting with the
top instead of the bottom. In the SMS app, the most common cases is when the
list is not scrolled so much, and therefore starting at the top will likely be
way faster once the list is long.
* we don't position the header in the same loop, now we position the header
depending on the next header, if it exists.
* we use a specific hiding class instead of specifying the 100% transform
translation in the js code. Also, using a 100% transform translation is used
instead of display none, so that we can get some necessary measurements in the
init method. Most notably, we need to take into account the view's padding
top.
Less important changes:
* changed the desktop mock so that we have more headers when loading in Firefox
* check that we have mozSetMessageHandler before using it so that we can launch
the app in main Firefox
* moved the first header's margin top to the view's padding top. This makes it
easier to calculate the exact location to trigger the fixed header switch
effect.
2013-07-30 11:40:24 -07:00
Kartikaya Gupta
76b59defe6
Bug 866232 - Update the Windows Metro code to handle APZCTreeManager. r=BenWa, bbondy
2013-07-30 14:03:43 -04:00
Kartikaya Gupta
8a21c3e5f3
Bug 866232 - Break assumption of a single global root layer tree. r=BenWa, mattwoodrow
2013-07-30 14:03:43 -04:00
Kartikaya Gupta
e0f930eb52
Bug 866232 - Only fire mozbrowserasyncscroll events on the top-level scrollable for backwards compatibility. r=BenWa
2013-07-30 14:03:42 -04:00
Kartikaya Gupta
b04b843247
Bug 866232 - Disable BrowserElementPanning.js from panning subframes and interfering with multi-apzc. r=BenWa, vingtetun
2013-07-30 14:03:42 -04:00
Kartikaya Gupta
5371e49e39
Bug 866232 - Update TabChild to better handle scrolling subframes. r=BenWa, mattwoodrow
2013-07-30 14:03:42 -04:00
Kartikaya Gupta
6c95b81e60
Bug 866232 - Update and re-enable the test for hit detection in the APZC tree. r=BenWa
2013-07-30 14:03:41 -04:00
Kartikaya Gupta
01acbedef2
Bug 866232 - Add visible region tracking and hit-testing code for APZCTreeManager. r=BenWa, mattwoodrow
2013-07-30 14:03:41 -04:00
Kartikaya Gupta
2435f93954
Bug 866232 - Extract a GetCurrentAsyncTransform method in APZC. r=BenWa
2013-07-30 14:03:41 -04:00
Kartikaya Gupta
f079210b22
Bug 866232 - Some documentation/variable renaming cleanup. r=BenWa
2013-07-30 14:03:40 -04:00
Kartikaya Gupta
28585ff1be
Bug 866232 - Add code to build the APZC tree on layer updates. r=BenWa, mattwoodrow
2013-07-30 14:03:40 -04:00
Kartikaya Gupta
5c723f09e5
Bug 866232 - Add an APZCTreeManager to encapsulate the multiple APZCs corresponding to a given layer tree. r=BenWa, mattwoodrow
2013-07-30 14:03:40 -04:00
Kartikaya Gupta
205f0b42a0
Bug 866232 - Add support for delaying APZC creation until the layer update. r=BenWa
2013-07-30 14:03:40 -04:00
Kartikaya Gupta
d054dd92d3
Bug 866232 - Guard some APZC fields by a lock so they can be nulled out from the compositor thread. r=BenWa
2013-07-30 14:03:39 -04:00
Kartikaya Gupta
1704ae2ddf
Bug 866232 - Move around code in APZC to more easily allow creating it on the compositor thread. r=BenWa
2013-07-30 14:03:39 -04:00
Kartikaya Gupta
0655a3142d
Bug 866232 - Reserve a layer tree id for the root layer tree. r=BenWa
2013-07-30 14:03:38 -04:00
Gaia Pushbot
e7981d190e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1e3fa6fe4ab9
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Merge pull request #11236 from jlebar/apploaded-listener
Bug 899328 - Register only one listener for mozbrowserloadend and appload...
========
https://hg.mozilla.org/integration/gaia-central/rev/836f32732fee
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Bug 899328 - Register only one listener for mozbrowserloadend and appopen on a given app iframe.
This prevents us from leaking listeners.
2013-07-30 10:45:24 -07:00
Michael Wu
f9e322c544
Bug 898898 - Add support for building on gonk-JB MR2, r=glandium
2013-07-30 13:36:54 -04:00
Michael Wu
4b8d804c93
Bug 898897 - Update GonkDisplayJB to support JB MR2, r=vlad
2013-07-30 13:36:53 -04:00
Ryan VanderMeulen
37174a2eb7
Merge m-c to fx-team.
2013-07-30 13:12:26 -04:00
Ryan VanderMeulen
6526e75dbb
Merge m-c to birch.
2013-07-30 13:11:10 -04:00
Steven MacLeod
735b2cb34a
Bug 897396 - Add telemetry to Session Store for restoring a window; r=ttaubert
2013-07-30 09:38:49 -07:00
Tim Taubert
323a2ad4f7
Bug 899532 - Use whenDelayedStartupFinished() in browser_tab_dragdrop.js; r=gavin
2013-07-30 09:38:12 -07:00
Shane Caraveo
1c21162b59
bug 899192 fix toolbar button test, r=markh
2013-07-30 08:53:31 -07:00
Gaia Pushbot
322e120442
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b716117c0391
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11235 from KevinGrandon/bug_872500_update_manifests
Bug 872500 - Update manifests r=baku
========
https://hg.mozilla.org/integration/gaia-central/rev/3e12b71f13f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 872500 - Update manifests
2013-07-30 08:40:28 -07:00
Gaia Pushbot
590a3da4c7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd0e7d9b0435
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #11214 from mpizza/Bug_898358_video_recording_disable_switchBTN
Bug 898358 - [Camera][Helix][V1.1.0 HD] The switching icon is still disp r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/b711390d891a
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 898358 - [Camera][Helix][V1.1.0 HD] The switching icon is still displayed here while user is recording a video
2013-07-30 08:30:22 -07:00
Gaia Pushbot
7946feb5d8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c16a68a6edd5
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #11216 from mpizza/Bug_898358_turnOff_flashLight_frontFacingMode
Bug 898372 - [Camera][Helix][V1.1.0 HD] FxOS doesn't turn off the light r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/0d12748b4ec0
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 898372 - [Camera][Helix][V1.1.0 HD] FxOS doesn't turn off the light after user switched to front-facing camera
2013-07-30 08:05:23 -07:00