Kartikaya Gupta
efdcb389de
Bug 1023882 - Part 8 - Remove the argument to EndPaint. r=Cwiiis
2014-06-11 12:42:46 -04:00
Kartikaya Gupta
efa88b9b2c
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
e9c83fc117
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
b1722f4ca3
Bug 1023882 - Part 5 - Move the invalid region calculation up a bit. r=Cwiiis
2014-06-11 12:42:45 -04:00
Kartikaya Gupta
30e5167c9d
Bug 1023882 - Part 4 - Extract a RenderLowPrecision helper function. r=Cwiiis
2014-06-11 12:42:45 -04:00
Kartikaya Gupta
7f0d75dbe3
Bug 1023882 - Part 3 - Extract a RenderHighPrecision helper function. r=Cwiiis
2014-06-11 12:42:45 -04:00
Kartikaya Gupta
61a044a7ba
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
616b195e22
Bug 1023882 - Part 1 - Small refactorings. r=Cwiiis
2014-06-11 12:42:44 -04:00
B2G Bumper Bot
3d3231d460
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
403a66d9f6
Merge latest green fx-team changeset and mozilla-central; a=merge
2014-06-11 17:29:15 +01:00
Eitan Isaacson
08d5624c07
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
9e0ebb2b1e
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
a8e9a7e70c
backout 703d26e9d979 (Bug 1024084) for Android bustage, on a CLOSED TREE
2014-06-11 16:10:29 -07:00
Wes Kocher
d7b53d0c0d
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
0f23c6cd87
Bug 1024138 - Remove the GetPresShell() and GetPresContext() methods from nsFrameManager. r=dholbert
2014-06-11 23:38:17 +01:00
Daniel Holbert
6e81212944
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
d4dc8d8c50
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
e49e9fc82b
Bug 1004352: Enable pinning for Google in production mode (r=keeler)
2014-06-11 15:32:37 -07:00
Brian Hackett
ace233cd71
Bug 1018363 - Allow off thread Ion compilation during incremental GCs, r=billm.
2014-06-11 16:25:38 -06:00
Bobby Holley
07bee3c907
Bug 1020609 - Implement Xrays to Arrays. r=bz
2014-06-11 15:16:07 -07:00
Bobby Holley
f93f11d656
Bug 1020609 - Fix up mozApps for Array Xrays. r=mccr8
2014-06-11 15:16:06 -07:00
Bobby Holley
7e0a351dcf
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
0ec45b2a11
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
ad32879f51
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
0f251a891e
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
730ae601c6
Bug 1016680, part 3 - DeCOMify nsGenConNode::mText. r=dholbert
2014-06-11 23:11:15 +01:00
Jonathan Watt
4586865399
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
8fef70114a
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
564838b170
Backed out changeset bc9031f59e1c (bug 1021248) for Werror bustage
2014-06-11 14:46:59 -07:00
Kartikaya Gupta
156cf669e2
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
6ab27b8f7a
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
b605651fdd
Bug 992491: Add DrawTargetTiled for redirecting drawing to multiple tiles. r=mattwoodrow
2014-06-11 19:53:02 +00:00
Jonathan Griffin
4425c0a156
Bug 1018436 - Fix import script problem on Windows, r=mdas
2014-06-11 11:26:28 -07:00
Eitan Isaacson
bbcba97af9
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
92828eb5f2
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
91ca7607e9
Merge latest green b2g-inbound changeset and mozilla-central; a=merge
2014-06-11 17:14:10 +01:00
B2G Bumper Bot
342bec2681
Bumping manifests a=b2g-bump
2014-06-11 08:44:05 -07:00
B2G Bumper Bot
4e955c3ada
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
a75e1f8f07
Merge latest green inbound changeset and mozilla-central; a=merge
2014-06-11 16:13:26 +01:00
B2G Bumper Bot
92dfd14594
Bumping manifests a=b2g-bump
2014-06-11 07:53:13 -07:00
B2G Bumper Bot
5e9da2d584
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
a471e91cb3
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
9645656d20
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
B2G Bumper Bot
df798ba409
Bumping manifests a=b2g-bump
2014-06-11 05:31:14 -07:00
B2G Bumper Bot
00407c2222
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
2f4df849a2
Bug 919595 - Stop skipping cppunit test TestTXMgr.cpp on Android; r=ehsan
2014-06-11 07:12:31 -04:00
B2G Bumper Bot
c25a60c1e8
Bumping manifests a=b2g-bump
2014-06-11 03:56:37 -07:00
B2G Bumper Bot
15457d22d3
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/80ec483ebdf6
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #20301 from arcturus/bug-1020471
Bug 1020471 - WebrtcClient is not defined r=jmcf
========
https://hg.mozilla.org/integration/gaia-central/rev/4d2e7508fb3b
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1020471 - WebrtcClient is not defined
========
https://hg.mozilla.org/integration/gaia-central/rev/4c22359dee83
Author: Rudy Lu <me@rudy.lu>
Desc: Merge pull request #19968 from r-gaia-cs/bug-1019993
Bug 1019993 - Correct compositekey to compositeKey.
r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/bc4a124a8686
Author: Raniere Silva <raniere@ime.unicamp.br>
Desc: Bug 1019993 - Correct compositekey to compositeKey
Replace compositekey with compositeKey to follow interCaps coding
style guidelines.
2014-06-11 03:51:24 -07:00
Florian Quèze
47cdb8262a
Bug 1017560 - Choosing the same language will modify the state of Show Translation button, r=felipe.
2014-06-11 12:15:36 +02:00
Shashank Sabniveesu
105a591c18
Bug 1022214 - Remove the obsolete mTabstripCloseButton property. r=dao
2014-06-11 11:55:44 +02:00