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
Masayuki Nakano
a24a19c1e4
Bug 906281 part.4 Use Preferences::AddIntVarCache() for accesskey prefs in nsEventStateManager::Prefs r=smaug
2013-08-22 11:31:26 +09:00
Masayuki Nakano
71a65ed4ba
Bug 906281 part.3 Create nsEventStateManager::Prefs for capsuling the preferences management r=smaug
2013-08-22 11:31:26 +09:00
Masayuki Nakano
94c7b8a98e
Bug 906281 part.2 Get rid of "nglayout.events.dispatchLeftClickOnly" due to not used r=smaug
2013-08-22 11:31:26 +09:00
Masayuki Nakano
196b59a548
Bug 906281 part.1 Make nsEventStateManager::mClickHoldContextMenu static variable r=smaug
2013-08-22 11:31:26 +09:00
Ryan VanderMeulen
8ac5aa13d6
Backed out 2 changesets (bug 893184) for Nexus 4 startup crashes.
...
Backed out changeset e1b2f6bd92c4 (bug 893184)
Backed out changeset 560f18fc3ae3 (bug 893184)
2013-08-21 21:52:18 -04:00
Guillaume Abadie
166bf211b3
bug 903480 - [WebGL 2.0] implement TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN - r=jgilbert
2013-08-21 21:11:03 -04:00
Patrick McManus
2d5c9eeeb0
bug 907960 - backout 905460 r=backout
2013-08-21 21:01:19 -04:00
Brian Hackett
29fd387ec7
Bug 904315 - Watch for negative integers when loading maybe-hole elements from arrays, r=jandem.
2013-08-21 18:47:19 -06:00
Brian Hackett
31ee4c5234
Bug 900681 - Properly clean up leaked off thread parses in the JS shell, r=billm.
2013-08-21 18:43:18 -06:00
Terrence Cole
1f6ecdd03b
Backout 0fc0283ac2b1 for bustage on a CLOSED TREE.
2013-08-21 16:50:26 -07:00
Terrence Cole
04b45ea85d
Backout 493d5d59b229 for bustage on a CLOSED TREE.
2013-08-21 16:48:55 -07:00
Terrence Cole
138f7551c4
Backout 5c4e5ee49fbe for bustage on a CLOSED TREE.
2013-08-21 16:47:19 -07: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
Jon Coppeard
cbb7aa23bc
Bug 893184 - Don't attemmpt to get SharedScriptData* from a null code pointer. r=till
2013-08-21 15:25:53 -04:00
Magnus Melin
fb5e9ecf33
Bug 907338 - "Ci is undefined" error in printUtils.js - thunderbird's print preview doesn't show any preview. r=Mossop
2013-08-21 22:43:01 +03:00
John Schoenick
e4df1399c9
Bug 902375 - Strict file origin policy - handle case where the target is the parent directory of the source. r=bz
2013-08-21 14:47:53 -07:00
John Schoenick
201d869637
Bug 902375 - Actually use the optional parameter added explicitly for this purpose. r=bsmedberg
2013-08-21 14:47:53 -07:00
Ed Morley
f4d2016bbd
Bug 907925 - Add reasons to Marionette's wait_for_port() assertions, to make them TBPL compatible; r=jgriffin
...
--HG--
extra : rebase_source : 458c32979708ed5581a992745ff10ba75aee3d7f
2013-08-21 22:13:36 +01:00
Terrence Cole
c8e2b5a996
Bug 906241 - Trigger post barriers for writes to tenured call objects; r=bhackett
2013-08-21 14:20:15 -07:00
Terrence Cole
74e4750787
Bug 907791 - Suppress some AsmJS rooting non-hazards in the static analysis; r=bhackett
...
--HG--
extra : rebase_source : 4c4e371427aeb07cdf3fb478e10810204e1ece8c
2013-08-21 12:43:22 -07: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
Kartikaya Gupta
9a113e1a19
Bug 898443 - Add a parent pointer to the AsyncPanZoomController class. r=BenWa
2013-08-21 12:03:02 -04:00
Gaia Pushbot
5bfcaf7285
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/a7b603c30c17
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11621 from KevinGrandon/bug_906841_add_entrypoints_to_search
Bug 906841 - Add entrypoints to search r=crldc, ran
========
https://hg.mozilla.org/integration/gaia-central/rev/b6e17a2833da
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 906841 - Add entrypoints to search r=crldc, ran
2013-08-21 09:01:26 -07:00