Dan Gohman
ea4c2fa4f2
Bug 891070 - IonMonkey: Reimplement MUrsh::canOverflow using range information. r=nbp
2013-07-08 20:24:56 -07:00
Dan Gohman
8c865cefdc
Bug 891070 - IonMonkey: Minor cleanups for lsh range analysis: fix a -Wsign-compare warning, and use a 32-bit shift instead of a 64-bit shift. r=nbp
2013-07-08 20:23:26 -07:00
Gaia Pushbot
95fdf9eeda
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9b1e1641e89c
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #10827 from steveck-chung/hdpi-image-assets-css
Bug 884975 - [MMS] Apply 1.5x Res Version of the Images. r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/4bd08888ab27
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 884975 - [MMS] Apply 1.5x Res Version of the Images
2013-07-08 19:40:23 -07:00
Gregory Szorc
bf36803c31
Bug 875684 - Prevent mach's build terminal from misbehaving in screen; r=gaston
...
DONTBUILD (NPOTB)
2013-07-08 19:22:30 -07:00
Gaia Pushbot
5d2b4972bc
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/8da5a527d6d9
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #10582 from wanderview/contacts-vis-mon-pr
Bug 879299: Add visibility_monitor to Contacts app. r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/5dd51d34e38b
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 879299: Add visibility_monitor to Contacts app
This commit significantly refactors how contacts are loaded and rendered in
the DOM. Placeholder items are initially added to the list and then later
filled in when visible. Images are lazy loaded as before, but will now be
removed when the contact is no longer visible. Search has also been
refactored to help encapsulate the contacts_list and importer_ui internals.
2013-07-08 18:15:54 -07:00
Justin Lebar
5b159515e1
Bug 889984 - Don't leak objects which "inherit" from DOMRequestIpcHelper the associated window is closed. r=fabrice
2013-07-08 17:55:42 -04:00
Gaia Pushbot
9c26a33e40
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b10d78a3cf56
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10825 from huchengtw-moz/gallery/Bug_888882_not_able_to_zoom_an_image-3
Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/85d76b055845
Author: John Hu <johu@mozilla.com>
Desc: Bug 888882 - [Gallery] Not able to zoom an image taken from camera, when launched gallery through camera app
2013-07-08 13:55:22 -07:00
Ryan VanderMeulen
215645f6ca
Merge m-c to fx-team.
2013-07-08 16:18:49 -04:00
Ryan VanderMeulen
eeac90fe5c
Merge m-c to birch.
2013-07-08 16:18:01 -04:00
Jonathan Griffin
0cfc7d2abf
Bug 889637 - Add --es-server arg to Marionette, r=mcote
2013-07-08 12:28:53 -07:00
Jonathan Griffin
22d96b016e
Bug 891139 - Bump marionette to 0.5.35, r=stephend
2013-07-08 19:55:42 -07:00
Dan Gohman
981e277a4e
Bug 891070 - IonMonkey: Stronger range analysis for or, xor, and not. r=nbp
2013-07-08 19:51:56 -07:00
Dan Gohman
6d4be33477
Bug 762095 - Ignore resume points in blocks containing nothing but goto.
2013-07-08 19:38:36 -07:00
Dan Gohman
dcd65698ce
Bug 891121 - When a test times out, print TIMEOUT instead of FAIL. r=terrence
2013-07-08 19:36:07 -07:00
Dan Gohman
263ebf0454
Bug 891083 - Make the ImmWord version of x64's movq always use smaller immediate fields when possible; use movWithPatch when a patchable 64-bit immediate field is needed. Also, implement movq_i32r, which is useful for immediates in the range [INT32_MIN, 0). r=sstangl
2013-07-08 19:28:20 -07:00
Geoff Brown
5271cc02d9
Bug 889939 - Wait for Gecko startup at end of testJarReader; r=nalexander
2013-07-08 18:55:34 -07:00
Steve Workman
d918296a3d
Bug 497003 - Support delivery of OnDataAvailable on the HTML5 parser thread r=hsivonen r=bholley r=bz
2013-07-08 18:45:26 -07:00
Steve Workman
ef6a0fa3c0
Bug 497003 - Support delivery of OnDataAvailable off the main thread r=bz r=jduell
2013-07-08 18:45:25 -07:00
John Daggett
297ed9fec9
Bug 869764. Eliminate use of t2embed library in Windows GDI case. r=emk
2013-07-09 10:40:03 +09:00
Chenxia Liu
a73b5839e9
Bug 887325 - Robocop: Add missing system pages to testSystemPages. r=gbrown
2013-07-08 18:34:25 -07:00
Jim Mathies
ed61f7c7ff
Bug 891016 - Use shareAxis for data points in first run metrics test. r=followup
2013-07-08 20:18:17 -05:00
Phil Ringnalda
83438f68a7
No bug, alter comment whitespace to trigger shell builds on a CLOSED TREE
2013-07-08 17:23:42 -07:00
Gaia Pushbot
cdd1ad6809
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b31ab8aa351a
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 875362 - [MMS] Cannot scroll to bottom of thread list as input field grows r=julienw
This patch addresses an issue where the Compose field could grow to
completely cover the message thread. Now, a "sliver" of space is
reserved to maintain a visual affordance to the underlying thread.
This patch also ensures that messages are not occluded while the Thread
UI is in "Edit" mode.
Previously, the spacing after the final message "bubble" was set to an
arbitrary value of 7rem. This patch sets the spacing to the specified
amount, and ensures that the spacing remains consistent as the Compose
field grows and shrinks (resolving "Bug 882086 - [MMS] [UX] Message
thread. Spacing between the last bubble and input field should be 1.5
rem")
2013-07-08 11:40:24 -07:00
Gaia Pushbot
e7ff7e40ee
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0ca2c684af38
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 888715 - [SMS] [perf] Messages app is CPU hungry with huge SMS database r=borja
* use getElementById instead of querySelector with an attribute selector
========
https://hg.mozilla.org/integration/gaia-central/rev/fd1d214a09a5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #10750 from KevinGrandon/bug_889123_implement_webapps_pref
Bug 889123 - Implement gaia pref to fix app permissions in nightly
========
https://hg.mozilla.org/integration/gaia-central/rev/103a007cf9f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 889123 - Implement gaia pref to fix app permissions in nightly
2013-07-08 11:20:24 -07:00
Justin Lebar
873d2309bf
Bug 890135 - Switch B2G's "gc log" dumping to produce all-traces logs by default. r=mccr8
...
This patch also adds "abbreviated gc log", which produces a not-all-traces CC log.
--HG--
extra : rebase_source : 84eed72c34b7cc8116fbe05258f5de22bf3275bc
2013-07-08 13:20:39 -04:00
Kartikaya Gupta
152ae24173
Backout 59a4e09dd5ce (diagnostic patch from bug 881018) since it didn't help. r=me
2013-07-08 13:11:04 -04:00
Bobby Holley
9b3cb6faeb
Bug 867486 - Remove |Components| from content sandboxes. r=gabor
2013-07-08 10:05:31 -07:00
Olli Pettay
d97b855db6
Bug 887236 - prefix the current events in workers with 'Worker', r=bent
2013-07-08 12:55:14 -04:00
Panos Astithas
65638038b5
Properly parse jar: URLs from add-ons (bug 876806); r=vporof
2013-07-08 17:47:30 +03:00
Ryan VanderMeulen
030efa5dc4
Merge birch to m-c.
2013-07-08 10:22:37 -04:00
Gaia Pushbot
72c25fcdf7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/09cdef322298
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #10836 from rexboy7/fixhd-881147-fm-master
Bug 881138 - [HD][FM] @1.5x assets update
========
https://hg.mozilla.org/integration/gaia-central/rev/334173f02a33
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 881138 - [HD][FM] @1.5x assets update
2013-07-08 04:50:22 -07:00
masashi.honma@gmail.com
afd68c6759
Bug 791506 - [Wifi] Enable BSSID for WPS PIN. r=vchang
2013-07-08 19:41:48 +08:00
Gaia Pushbot
d0e1968b13
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/580c5bb9fe37
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #10828 from huchengtw-moz/system/Bug_890776_call_screen_orientation_changes
Bug 890776 - [System] Call screen orientation changes on incoming call d...r=@alivedise
========
https://hg.mozilla.org/integration/gaia-central/rev/1cb104492842
Author: John Hu <johu@mozilla.com>
Desc: Bug 890776 - [System] Call screen orientation changes on incoming call during Youtube.com video playback
2013-07-08 04:30:22 -07:00
Paul Rouget
008503ee68
Bug 830684 - Sidebar toolbox height is 1px higher than the breadcrumbs. r=vporof
2013-07-08 13:17:19 +03:00
Paul Rouget
621a94994e
Bug 889827 - Disable spellcheck in font inspector. r=vporof
2013-07-08 13:14:17 +03:00
Victor Porof
bd949c2e16
Bug 889504 - Exception while trying to go to the breakpoint, r=past
2013-07-08 13:14:17 +03:00
Ryan VanderMeulen
11e25eb4b6
Backed out changeset 1c6223f7c74f (bug 876029) for Android armv6 mochitest-1/3 crahes.
2013-07-07 21:18:36 -04:00
Ryan VanderMeulen
98fe35593c
Merge m-c to inbound.
2013-07-07 20:21:33 -04:00
Ryan VanderMeulen
3cd6e43a79
Merge birch to m-c.
2013-07-07 20:20:50 -04:00
Gaia Pushbot
d5aa83d769
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a80b392a3551
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #8468 from comoyo/remove_mouseeventshim2
Bug 847908 - [Gallery] Remove mouse event shim in favor of GestureDetector. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/b4cacec9a5ab
Author: Jan Jongboom <janjongboom@gmail.com>
Desc: Bug 847908 - [Gallery] Remove mouse event shim in favor of GestureDetector
Author: Jan Jongboom <janjongboom@gmail.com>
2013-07-07 17:10:22 -07:00
Ryan VanderMeulen
e892ca4f99
Backed out changeset abdcad6d6fb4 (bug 868611) for mochitest crashes.
2013-07-07 19:34:41 -04:00
Adam Dane [:hobophobe]
c1e3787077
Bug 890600 - Find bar background shouldn't be white. r=dao
2013-07-07 18:14:00 -05:00
Nicolas B. Pierron
357fed3c71
Bug 876029 - Make Gonk memory pressure by-pass the event queue. r=jlebar
2013-07-07 16:02:58 -07:00
Sotaro Ikeda
8ce3936dc4
Bug 889238 - Add error handling to OMXCodecProxy. r=doublec
2013-07-07 16:33:57 -04:00
Sotaro Ikeda
8186dd9493
Bug 889233 - Fix transition from dormant to other state. r=doublec
2013-07-07 16:33:57 -04:00
Sotaro Ikeda
bd8020625c
Bug 887968 - Cast to PlanarYCbCrImage only when image format is PLANAR_YCBCR. r=roc
2013-07-07 16:33:56 -04:00
Gaia Pushbot
46862f952f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e056f253a60c
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #10808 from leob2g/Bug_890486_ValueSelector_UL_Height
Bug 890486 - [Email] Last folder name is not displayed properly in the value selector UL. r=asuth (as v1.1 targeted minimal fix)
========
https://hg.mozilla.org/integration/gaia-central/rev/7b26580b900a
Author: praveen.singapati <praveen.singapati@lge.com>
Desc: Bug 890486 - [Email] Last folder name is not displayed properly in the value selector UL
2013-07-06 13:15:24 -07:00
Gaia Pushbot
2253360f13
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/919ce29eb9e2
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #10603 from gabrielesvelto/bug-877482
Bug 877482 - Remove workaround for bug 850941 to handle file within blobs correctly r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/c5d8a2427f1f
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 877482 - Remove workaround for bug 850941 to properly handle file-backed blobs
2013-07-06 09:10:25 -07:00
Gaia Pushbot
072f98be6c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/543c2840ba4d
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #10812 from TheoChevalier/update-fr-master
Bug 890428 - [l10n][fr] Update fr locale on Github for dev testing, r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/b319cabfea80
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 890428 - [l10n][fr] Update fr locale on Github for dev testing
2013-07-06 05:05:23 -07:00
ffxbld
6f6a11e51b
No bug, Automated HSTS preload list update from host bld-linux64-ix-019 - a=hsts-update
2013-07-06 03:26:18 -07:00