Commit Graph

188277 Commits

Author SHA1 Message Date
B2G Bumper Bot
23a9eb00b3 Bumping manifests a=b2g-bump 2014-06-11 09:44:06 -07:00
Kartikaya Gupta
3bc1787dd5 Bug 1023882 - Part 8 - Remove the argument to EndPaint. r=Cwiiis 2014-06-11 12:42:46 -04:00
Kartikaya Gupta
6636718d0c Bug 1023882 - Part 7 - Move down the calculation of the low-precision invalid region so it happens later. r=Cwiiis 2014-06-11 12:42:46 -04:00
Kartikaya Gupta
2b117390de Bug 1023882 - Part 6 - Move all SetRepeatTransaction calls into ClientTiledThebesLayer so it's easier to follow the flow. r=Cwiiis 2014-06-11 12:42:45 -04:00
Kartikaya Gupta
d7d8e98e3e Bug 1023882 - Part 5 - Move the invalid region calculation up a bit. r=Cwiiis 2014-06-11 12:42:45 -04:00
Kartikaya Gupta
b810042623 Bug 1023882 - Part 4 - Extract a RenderLowPrecision helper function. r=Cwiiis 2014-06-11 12:42:45 -04:00
Kartikaya Gupta
0581b32836 Bug 1023882 - Part 3 - Extract a RenderHighPrecision helper function. r=Cwiiis 2014-06-11 12:42:45 -04:00
Kartikaya Gupta
0e8632cc76 Bug 1023882 - Part 2 - Create a first-transaction block for all the first-transaction code. r=Cwiiis 2014-06-11 12:42:44 -04:00
Kartikaya Gupta
c8356e8eea Bug 1023882 - Part 1 - Small refactorings. r=Cwiiis 2014-06-11 12:42:44 -04:00
B2G Bumper Bot
7794bcc93f Bumping gaia.json for 5 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d6cf58c5909e
Author: Ben Francis <ben@tola.me.uk>
Desc: Revert "Bug 1020685: Close only over the URL string that we need. r=bfrancis"

This reverts commit dfa599e45b6da54439374d1983fc10d21d9ebf54.

========

https://hg.mozilla.org/integration/gaia-central/rev/5ac945b0696a
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #20255 from eeejay/bug-1022939

Bug 1022939 - Add ARIA markup for gaia-radio and give example for radio menu items.

========

https://hg.mozilla.org/integration/gaia-central/rev/776f0d952040
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1022939 - Add ARIA markup for gaia-radio and give example for radio menu items.

========

https://hg.mozilla.org/integration/gaia-central/rev/f0c067a8de44
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #20220 from crdlc/bug-1022474

Bug 1022474 - Cannot add an e.me app to the homescreen via wrapper

========

https://hg.mozilla.org/integration/gaia-central/rev/1ed317d49f0a
Author: crdlc <crdlc@tid.es>
Desc: Bug 1022474 - Cannot add an e.me app to the homescreen via wrapper
2014-06-11 09:41:13 -07:00
Ed Morley
382d0ba8d2 Merge latest green fx-team changeset and mozilla-central; a=merge 2014-06-11 17:29:15 +01:00
Eitan Isaacson
24bc233b26 Bug 1021874 - Check if entry is current VC position before changing caret offset. r=yzen CLOSED TREE 2014-06-11 09:28:55 -07:00
Wes Kocher
103ebc2c65 Backed out 8 changesets (bug 1023882) for b2g mochitest-4 orange on a CLOSED TREE
Backed out changeset 501167f9e525 (bug 1023882)
Backed out changeset 811d536995cf (bug 1023882)
Backed out changeset c38a0cb1e00c (bug 1023882)
Backed out changeset 4ba2f2a98114 (bug 1023882)
Backed out changeset 42e44e1eb363 (bug 1023882)
Backed out changeset a92435f75f89 (bug 1023882)
Backed out changeset 039cfd09fa32 (bug 1023882)
Backed out changeset 05e8c4ee536d (bug 1023882)
2014-06-11 16:39:01 -07:00
Daniel Holbert
02d217e9e4 backout 703d26e9d979 (Bug 1024084) for Android bustage, on a CLOSED TREE 2014-06-11 16:10:29 -07:00
Wes Kocher
4208774bd2 Backed out changeset 2152e0e62c5a (bug 1021874) under suspicion of breaking b2g mochitest-4 when it was already broken by something else 2014-06-11 16:00:58 -07:00
Jonathan Watt
1fe4adc9cb Bug 1024138 - Remove the GetPresShell() and GetPresContext() methods from nsFrameManager. r=dholbert 2014-06-11 23:38:17 +01:00
Daniel Holbert
0d8943c0db Bug 1021913: Explicitly give the textfield in input[type="number"] a min-width of 0, so that "min-width:auto" won't block it from shrinking. r=jwatt 2014-06-11 15:35:18 -07:00
Daniel Holbert
9f3f65a9bf Bug 1024084: Use forward declarations instead of #includes for nsIFrame & nsContent in nsFrameManager.h. r=jwatt 2014-06-11 15:35:17 -07:00
Monica Chew
fe6ce09033 Bug 1004352: Enable pinning for Google in production mode (r=keeler) 2014-06-11 15:32:37 -07:00
Brian Hackett
043067b9f7 Bug 1018363 - Allow off thread Ion compilation during incremental GCs, r=billm. 2014-06-11 16:25:38 -06:00
Bobby Holley
fa376e8dca Bug 1020609 - Implement Xrays to Arrays. r=bz 2014-06-11 15:16:07 -07:00
Bobby Holley
8172b7e91d Bug 1020609 - Fix up mozApps for Array Xrays. r=mccr8 2014-06-11 15:16:06 -07:00
Bobby Holley
713c6cebe7 Bug 1020609 - Fix up webconsole. r=past
The basic setup is that Object (and now Array) Xrays apply various heuristics
to try to filter out dangerous properties from the underlying object. This
includes accessor properties, shadowing properties, callables, and non-Xrayable
objects. We need to make various fixes on the devtools side to keep this stuff
working.

Also, it would be nice if the tests were designed in such a way that a failed
string match didn't cause the whole test to hang without a useful error message.
2014-06-11 15:16:06 -07:00
Bobby Holley
50b0fd5191 Bug 1020609 - Fix up SpecialPowers for Array Xrays. r=bz
This just makes the special Object behavior apply to Array as well.
2014-06-11 15:16:06 -07:00
Bobby Holley
6ac4ba5163 Bug 1020609 - Inherit property descriptor attributes for pre-existing own value props in Proxy::set. r=efaust 2014-06-11 15:16:06 -07:00
Bobby Holley
5e41a44c9c Bug 1020609 - Make configurability check in Xray defineProperty match the spec. r=bz
This code is basically emulating the ES semantics with respect to non-configurable
properties. Non-configurable value properties can still be writable, in which case
their value and writability may be updated.
2014-06-11 15:16:06 -07:00
Jonathan Watt
0b5ed58163 Bug 1016680, part 3 - DeCOMify nsGenConNode::mText. r=dholbert 2014-06-11 23:11:15 +01:00
Jonathan Watt
8a37187aab Bug 1022821, part 1 - Stop using a RefPtr for QuartzSupport::AttachIOSurface's aSurface argument. r=BenWa 2014-06-11 23:08:17 +01:00
Luke Wagner
72abeecc05 Bug 1022142: OdinMonkey - fix bug in optimized asm.js-to-Ion calls on ARM (r=bbouvier) 2014-06-11 16:58:17 -05:00
Wes Kocher
a3cdadf936 Backed out changeset bc9031f59e1c (bug 1021248) for Werror bustage 2014-06-11 14:46:59 -07:00
Kartikaya Gupta
671cfa747f Bug 1021248 - Update the low-res tiles even when not in risk of checkerboarding. r=Cwiiis 2014-06-11 17:22:00 -04:00
Kartikaya Gupta
60b11ddfdd Bug 1022577 - Ensure we flush the repaint _after_ taking the scroll offset from content. r=botond 2014-06-11 16:51:30 -04:00
Bas Schouten
34a17e2c5d Bug 992491: Add DrawTargetTiled for redirecting drawing to multiple tiles. r=mattwoodrow 2014-06-11 19:53:02 +00:00
Jonathan Griffin
c1df2f470d Bug 1018436 - Fix import script problem on Windows, r=mdas 2014-06-11 11:26:28 -07:00
Eitan Isaacson
30e3264739 Bug 1021874 - Check if entry is current VC position before changing caret offset. r=yzen 2014-06-11 09:28:55 -07:00
Armen Zambrano Gasparnian
f04e017acc Bug 989583 - Include all tests upon build time (even disabled ones) & only run enabled ones during run time. r=jmaher 2014-06-11 12:16:10 -04:00
Ed Morley
970f69844d Merge latest green b2g-inbound changeset and mozilla-central; a=merge 2014-06-11 17:14:10 +01:00
B2G Bumper Bot
d93c00cf2e Bumping manifests a=b2g-bump 2014-06-11 08:44:05 -07:00
B2G Bumper Bot
dc753ebfc7 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c600a2871b21
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #20368 from arcturus/bug-1023908

Bug 1023908 - [Contacts] Disable interminent integration test r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/9db605e46a0e
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 1023908 - [Contacts] Disable interminent integration test

========

https://hg.mozilla.org/integration/gaia-central/rev/88fa6799f71d
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #20234 from crdlc/bug-1022390

Bug 1022390 - [Vertical] Cancel download of apps

========

https://hg.mozilla.org/integration/gaia-central/rev/7144e5a59a2b
Author: crdlc <crdlc@tid.es>
Desc: Bug 1022390 - [Vertical] Cancel download of apps
2014-06-11 08:41:22 -07:00
Ed Morley
3ac740dd8d Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-11 16:13:26 +01:00
B2G Bumper Bot
9b33f170ba Bumping manifests a=b2g-bump 2014-06-11 07:53:13 -07:00
B2G Bumper Bot
b79e246b03 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b8275b26a982
Author: gitmai <mri@tid.es>
Desc: Merge pull request #20298 from gitmai/bug-1008987-import-vcard

Bug 1008987 - [Contacts][Merger] Thumbnail on contacts list disappear wh...
r=jmcf

========

https://hg.mozilla.org/integration/gaia-central/rev/995c11726c4c
Author: mai <mri@tid.es>
Desc: Bug 1008987 - [Contacts][Merger] Thumbnail on contacts list disappear when importing same vCard/.vcf file several times

========

https://hg.mozilla.org/integration/gaia-central/rev/f5049ee5486f
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #20249 from TheoChevalier/patch-3

Bug 1017918 - Add mai (Maithili) to Gaia languages

========

https://hg.mozilla.org/integration/gaia-central/rev/4f95c7b62d28
Author: Théo Chevalier <theo.chevalier11@gmail.com>
Desc: Bug 1017918 - Add mai (Maithili) to Gaia languages

========

https://hg.mozilla.org/integration/gaia-central/rev/4479cb0315b6
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #19727 from DouglasSherk/1005823-emergency-call

Bug 1005823 - [Dialer] Fix emergency calls with no SIM card. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/00c18f2e8f69
Author: DouglasSherk <github@sherk.me>
Desc: Bug 1005823 - [Dialer] Fix emergency calls with no SIM card. r=rik
2014-06-11 07:53:02 -07:00
Patrick Brosset
63fcce3f5b Bug 1017115 - Fixes rule-view's highlight race condition to avoid duplicate headers; r=bgrins
--HG--
rename : browser/devtools/styleinspector/test/browser_ruleview_content.js => browser/devtools/styleinspector/test/browser_ruleview_content_01.js
2014-06-11 15:54:45 +02:00
Gijs Kruitbosch
a308af3a3c Bug 1020803 - make test only wait for popuphidden if the popup isn't already closed, rs=firebot,test-only 2014-06-11 13:46:22 +01:00
Dave Hunt
40a85318ec Bug 1023915 - [mozversion] Support targeting device by serial identifier. r=wlach 2014-06-11 08:44:00 -04:00
William Lachance
5a9d4114aa Bug 1023883 - Update doc reference to manifestparser from manifestdestiny. r=ahal 2014-06-11 10:27:20 -04:00
B2G Bumper Bot
9f5141bf78 Bumping manifests a=b2g-bump 2014-06-11 05:31:14 -07:00
B2G Bumper Bot
52d448e276 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/489903115b80
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1022132 - Disable test_a11y_unlock_to_homescreen.py
2014-06-11 05:25:59 -07:00
Dan Minor
67f33729cf Bug 919595 - Stop skipping cppunit test TestTXMgr.cpp on Android; r=ehsan 2014-06-11 07:12:31 -04:00
B2G Bumper Bot
1692968557 Bumping manifests a=b2g-bump 2014-06-11 03:56:37 -07:00