Ms2ger
1c4d224f0e
Bug 883284 - Part d: Move LIBXUL_LIBRARY into moz.build (f-j); r=bsmedberg
2013-08-22 08:56:00 +02:00
Ms2ger
4fb1aa6786
Bug 883284 - Part c: Move LIBXUL_LIBRARY into moz.build (d-e); r=mshal
2013-08-22 08:56:00 +02:00
Ms2ger
6d473220dc
Bug 883284 - Part b: Move LIBXUL_LIBRARY into moz.build (a-c); r=joey
2013-08-22 08:55:59 +02:00
Ms2ger
0747462b80
Bug 883284 - Part a: Support LIBXUL_LIBRARY in moz.build; r=mshal
2013-08-22 08:55:59 +02:00
Ms2ger
af2c13c793
Bug 906412 - Cleanup some random parts of the build system; r=mshal
2013-08-22 08:55:59 +02:00
Ms2ger
6a7bc47591
Bug 906351 - Use @DEPTH@ even more; r=ted
2013-08-22 08:55:59 +02:00
Ms2ger
6ca05cdcf1
Bug 882859 - Part c: Move FAIL_ON_WARNINGS into moz.build in dom/plugins/ipc/hangui; r=mshal
2013-08-22 08:55:59 +02:00
Ms2ger
4807f1c86c
Bug 882859 - Part b: Move FAIL_ON_WARNINGS into moz.build; r=joey+gps
2013-08-22 08:55:59 +02:00
Ms2ger
68aab516eb
Bug 882859 - Part a: Introduce FAIL_ON_WARNINGS into moz.build; r=gps
2013-08-22 08:55:58 +02:00
Ms2ger
52505f4f1d
Bug 906343 - Remove the last reference to XPCSHELL_TESTS in a Makefile; r=gps
2013-08-22 08:55:53 +02:00
Ms2ger
9cfd854dab
Bug 906342 - Move the remaining SIMPLE_PROGRAMS to moz.build and disallow setting SIMPLE_PROGRAMS in Makefiles; r=gps
2013-08-22 08:35:03 +02:00
Ms2ger
69316b294a
No bug - Fix indentation in xpcshell's mach handler; r=ted
2013-08-22 08:34:58 +02:00
Ms2ger
c33067d172
Bug 907606 - Remove BindingUtils.h include from WebGLContext.h; r=mounir
2013-08-22 08:34:54 +02:00
Ms2ger
e88cf99a15
Bug 907605 - Remove BindingUtils.h include from PrimitiveConversions.h; r=bz
2013-08-22 08:34:48 +02:00
Ms2ger
930728b3e2
Bug 905230 - Use LinkedList for nsXBLJSClass; r=mrbkap
2013-08-22 08:34:44 +02:00
Ms2ger
f021b01688
Bug 899705 - Give SetDoubleAttr an ErrorResult argument; r=dzbarsky
2013-08-22 08:34:39 +02:00
Ms2ger
a69d93e14a
Bug 907364 - Remove the unused nsContentUtils::sDOMScriptObjectFactory; r=bholley
2013-08-22 08:34:25 +02:00
Ms2ger
609e778c1f
Bug 905739 - Remove nsIDOMStorageIndexedDB; r=khuey
2013-08-22 08:33:59 +02:00
Ms2ger
18cd92e9b4
Bug 903844 - Add/update include-what-you-use annotations for various files; r=ehsan+khuey
2013-08-22 08:31:21 +02:00
Ms2ger
c6ed78509a
Bug 904178 - Part f: Remove some includes from nsPIDOMWindow.h; r=mounir
2013-08-22 08:30:55 +02:00
Ms2ger
504d76004b
Bug 904178 - Part e: Make it possible to include nsIDocument.h on its own; r=ehsan
2013-08-22 08:30:44 +02:00
Ms2ger
40829a23d0
Bug 903778 - Move dom::Date into its own files; r=khuey
2013-08-22 08:30:38 +02:00
Ms2ger
34addaf4e6
Bug 903796 - Remove remaining traces of GeoPositionError; r=jst
2013-08-22 08:30:28 +02:00
Ms2ger
5869ffd59e
Bug 905751 - Don't include binding headers in ns{I,DOM}CSSDeclaration.h; r=roc
2013-08-22 08:29:57 +02:00
Ms2ger
af8841fe56
Bug 905747 - Reduce includes in nsXMLHttpRequest.h; r=khuey
2013-08-22 08:29:30 +02:00
Ryan VanderMeulen
78bcb8af18
Merge inbound to m-c.
2013-08-21 17:14:32 -04:00
Ryan VanderMeulen
0222e585df
Merge fx-team to m-c.
2013-08-21 17:13:25 -04:00
Gaia Pushbot
ca95e6626f
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e4f586d6a2c7
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 905273 - [Messages] Recipients list pull down animation is inefficient r=julienw
In order to use the more efficient `transform` attribute for animating
the pull-down, the element responsibilities must be altered.
The top-level "#messages-to-field" serves as a basis for positioning the
"#to-label" and "#messages-contact-pick-button". It is no longer
animated, and because of this, it no longer draws the component's
background or border.
A new element, "#messages-recipients-list-container" has been introduced
to take the responsibilities previously fulfilled by the "#messages-to-field".
Animation is implemented via the `transform` attribute.
In order to prevent unecessarily scrolling in "multiline" mode, the
rendering of the recipients has been simplified.
The JavaScript `generateHeightRule` function no longer has to reset the
height of the widget: all elements are now rendered at full height. The
method has been simplified to simply set the "#message-recipients-list"
element's `max-height` in order to trigger the rendering of a scroll bar
when the number of recipients causes overflow in multi-line mode.
2013-08-21 11:50:21 -07:00
Margaret Leibovic
0bd42a76d3
Bug 907172 - Periodically invalidate the cached return value for desktopBookmarksExist(). r=lucasr
2013-08-21 11:34:16 -07:00
Margaret Leibovic
651d4dc0c1
Bug 897772 - Actually get a favicon when creating a homescreen shortcut from the about:home context menu. r=wesj
2013-08-21 11:34:06 -07:00
Margaret Leibovic
7d32343eaf
Bug 885084 - Only return top bookmarks for bookmarks page thumbnails. r=wesj
2013-08-21 11:33:58 -07:00
Margaret Leibovic
35302572cb
Bug 906718 - Pressing BACK should move the user up in the bookmark folder hierarchy. r=sriram
2013-08-21 11:33:43 -07:00
Shane Caraveo
df67b2b74d
bug 891221 add tests for chat from multiple providers, r=markh
2013-08-21 11:38:33 -07:00
Shane Caraveo
71661cb777
bug 891216 multiple workers enabled, r=markh
2013-08-21 11:32:46 -07:00
Ryan VanderMeulen
726065dcd2
Backed out changeset 7da415c9c566 (bug 517765) for PGO bustage.
...
CLOSED TREE
2013-08-21 13:56:53 -04:00
Ryan VanderMeulen
cc2065da2b
Backed out changeset d389df23ffc9 (bug 884281) for OSX crashes.
...
CLOSED TREE
2013-08-21 13:27:00 -04:00
Gaia Pushbot
df7569d73a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/283d9d13ce49
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11667 from lightsofapollo/integration-tests-always-run-npminstall
Bug 907799 - run npm install in all cases. r=benfrancis
========
https://hg.mozilla.org/integration/gaia-central/rev/b60eee67e0d4
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 907799 - run npm install in all cases.
2013-08-21 10:20:23 -07:00
Gaia Pushbot
422a292de8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0f502dfafd72
Author: Ben Francis <ben@tola.me.uk>
Desc: Merge pull request #11577 from daleharvey/839194
Bug 839194 - Make prompts consistent between system and browser
========
https://hg.mozilla.org/integration/gaia-central/rev/54596a711b4a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 839194 - Make prompts consistent between system and browser
2013-08-21 10:10:22 -07:00
Gaia Pushbot
e2292c457d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d49d1074dc46
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11653 from pivanov/bug-906873
Bug 906873 - [Clock] On press active state "new alarm" icon is bigger and fuzzy r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/6ae115eb3d91
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 906873 - [Clock] On press active state "new alarm" icon is bigger and fuzzy
2013-08-21 10:00:21 -07:00
Ryan VanderMeulen
4e63c477ae
Backed out changeset 5f8ae314d872 (bug 750932) for Werror bustage on a CLOSED TREE.
2013-08-21 12:46:48 -04:00
Yura Zenevich
26271d989e
Bug 795957 - [PATCH 2/2][AccessFu] Tests for live region support. r=eeejay, marcoz
...
---
accessible/tests/mochitest/jsat/Makefile.in | 1 +
accessible/tests/mochitest/jsat/jsatcommon.js | 64 ++++
accessible/tests/mochitest/jsat/test_alive.html | 64 ++---
.../tests/mochitest/jsat/test_live_regions.html | 342 ++++++++++++++++++++
4 files changed, 432 insertions(+), 39 deletions(-)
create mode 100644 accessible/tests/mochitest/jsat/test_live_regions.html
2013-08-21 12:40:18 -04:00
Yura Zenevich
1409a868cf
Bug 795957 - [PATCH 1/2][AccessFu] Adding support for live regions. r=eejay
...
---
accessible/src/jsat/AccessFu.jsm | 6 +
accessible/src/jsat/EventManager.jsm | 192 ++++++++++++++++++--
accessible/src/jsat/OutputGenerator.jsm | 10 +-
accessible/src/jsat/Presentation.jsm | 47 +++++-
accessible/src/jsat/Utils.jsm | 39 +++--
.../en-US/chrome/accessibility/AccessFu.properties | 4 +
6 files changed, 263 insertions(+), 35 deletions(-)
2013-08-21 12:40:06 -04:00
Gaia Pushbot
7b6444f1be
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/80feec050f2d
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11536 from pivanov/bug-903363
Bug 903363 - [HD] Arrows on utility tray are still SD r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/3b1c6c8cf42f
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903363 - [HD] Arrows on utility tray are still SD
2013-08-21 09:35:21 -07:00
Steven MacLeod
9b0a00d50e
Bug 902280 - Update _lastSaveTime before writing to avoid deceeding the write interval. r=ttaubert
2013-08-21 12:14:33 -04:00
Gaia Pushbot
22240af86d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/db1b58311329
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #10025 from pivanov/bug-809093
Bug 809093 - [UX VD] Settings. The list should have shorter horizontal dividers r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/c1bf4619e605
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 809093 - [UX VD] Settings. The list should have shorter horizontal dividers
2013-08-21 09:05:23 -07:00
Kartikaya Gupta
9ab3d543fa
Bug 898443 - Update loops to run forward and use a size_t variable. r=BenWa
2013-08-21 12:03:03 -04:00
Kartikaya Gupta
5e077ef19e
Bug 898443 - Always use the innermost APZC containing all touch points for multi-touch inputs. r=BenWa
2013-08-21 12:03:03 -04:00
Kartikaya Gupta
0cfcca1de1
Bug 898443 - Completely extract the transformation calculation from GetTargetAPZC. r=BenWa
2013-08-21 12:03:03 -04:00
Kartikaya Gupta
cadc35ef37
Bug 898443 - Ensure that all multitouch events following a START go to the same APZC instance. r=BenWa
2013-08-21 12:03:02 -04:00
Kartikaya Gupta
3c5825b89f
Bug 898443 - Extract input transform calculations from GetAPZCAtPoint. No functional changes. r=BenWa
2013-08-21 12:03:02 -04:00