Commit Graph

140370 Commits

Author SHA1 Message Date
David Zbarsky
10f3eae40e Backout 40683014a638 for causing mochitest orange 2013-07-29 21:11:01 -07:00
Gaia Pushbot
fdf3658f7f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cdca48f0f366
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11174 from cctuan/896393

Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.

========

https://hg.mozilla.org/integration/gaia-central/rev/78daf023a2e6
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 896393 - [Dialer] Keyboard doesnt show in apps when moved from Dialer Contact to other apps.
2013-07-29 20:20:22 -07:00
David Zbarsky
53f3f3f4df Backout a0868fe02c2a because I suspect it caused the debug mochitest failures resulting in the CLOSED TREE 2013-07-29 19:51:39 -07:00
Gaia Pushbot
e8a8a95013 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/3dbea8a3e643
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11211 from crh0716/896942_master

Bug 896942 - Fix assets r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/d3d92c48161e
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 896942 - Fix assets
2013-07-29 19:15:24 -07:00
Ryan VanderMeulen
6b47661305 Bug 845190 - Disable test_startup_nosession_sync.js on Linux and Windows debug for being the latest perma-orange caused by a random JS change.
CLOSED TREE
2013-07-29 21:45:10 -04:00
Wes Kocher
d6c9ce2081 Backed out changeset a0bc16b5a428 (bug 897676) for causing mochitest failures on a CLOSED TREE 2013-07-29 18:27:04 -07:00
Gaia Pushbot
42f6e44a93 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/09d7e6724358
Author: Jim Porter <squibblyflabbetydoo@gmail.com>
Desc: Merge pull request #11234 from mozsquib/music-ogg-title

Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files

========

https://hg.mozilla.org/integration/gaia-central/rev/02a968daf649
Author: Jim Porter <jporter@mozilla.com>
Desc: Bug 877474 - [music] Music app shows filename *and* title field for Ogg Vorbis files; r=djf
2013-07-29 18:06:23 -07:00
Luke Wagner
24170b3ba7 Bug 899245 - The preceding typo fix was wrong; the original patch should have replaced JS_GetGlobalForScopeChain with JS::CurrentGlobalOrNull (r=red, CLOSED TREE) 2013-07-29 19:51:16 -05:00
Luke Wagner
1d8575c06a Fix JS/js typo from bug 899245 (r=red) 2013-07-29 19:36:20 -05:00
Stephen Pohl
3981095851 Bug 891136: Set pointer-events:auto CSS rule for overlay scrollbars to help make them work on sites such as Google Docs. r=roc 2013-07-29 20:23:31 -04:00
Gregory Szorc
868c958cee Bug 794580 - mach mercurial-setup; r=nalexander
DONTBUILD (NPOTB)

--HG--
extra : rebase_source : b5cfc81d1a0537b5ae25a76c3ccc604383f60f6c
2013-07-29 16:58:40 -07:00
Mike Hommey
5c5d10cc55 Bug 895915 - Re-sync build/autoconf and js/src/build/autoconf 2013-07-30 09:00:38 +09:00
Trevor Saunders
662c0464d0 Bug 899368 - remove static constructors added in bug 894448 with some constexpr pixi dust. r=bz 2013-07-30 08:57:28 +09:00
Mike Hommey
953a2608fd Bug 898998 - Turn BL into BLX when doing thumb call relocations and the target is ARM. r=nfroyd 2013-07-30 08:57:28 +09:00
Mike Hommey
cf5d25c568 Bug 898916 - Properly align statically allocated classinfo objects. r=bsmedberg 2013-07-30 08:57:28 +09:00
Mike Hommey
c34b466603 Bug 895915 - Enforce host gcc/clang support for C++11. r=gps 2013-07-30 08:57:28 +09:00
Mike Hommey
70e713a366 Bug 893976 - Add a mach command to update uuids for specific interfaces and their descendants. r=gps 2013-07-30 08:57:28 +09:00
Mike Hommey
4a03fd83b6 Bug 893976 - Avoid importing buildconfig globally from mozpack.executables. r=gps 2013-07-30 08:57:28 +09:00
Mike Hommey
d90ff16dd2 Bug 893976 - Don't create xpidl_debug and avoid LALR tables generation message. r=ted 2013-07-30 08:57:27 +09:00
Mike Hommey
5b1a1afd94 Bug 893976 - Use (cached) regular expressions for mozpack.path.match. r=gps 2013-07-30 08:57:27 +09:00
Mike Hommey
d5467c1467 Bug 893976 - Allow to skip FileFinder executables detection. r=gps 2013-07-30 08:57:27 +09:00
Dan Gohman
849c354f71 Bug 898451 - IonMonkey: Add MOZ_CONSTEXPR_VAR to several variables to help eliminate static constructor calls. r=waldo 2013-07-29 16:49:57 -07:00
Cameron McCormack
707aa0fde3 Bug 898909 - Reflow non-display SVG text under non-display outer <svg> frames. r=jwatt 2013-07-30 09:47:30 +10:00
Cameron McCormack
eb70871278 Bug 898951 - Ignore undisplayed characters when getting partial glyph advances. r=jwatt
--HG--
extra : rebase_source : 535f6cf6b159b964cf47ca54f718b60656e3ca48
2013-07-30 09:44:48 +10:00
Bobby Holley
99246966e4 Bug 899245 - Rename JS_GetGlobalForScopeChain to JS::CurrentGlobalOrNull. r=luke
This was done with perl/grep.
2013-07-29 16:45:27 -07:00
Bobby Holley
08f9b6fd28 Bug 899245 - Rename JS_SetGlobalObject and move it into jsfriendapi. r=luke 2013-07-29 16:45:26 -07:00
Bobby Holley
9f3d1e24f0 Bug 899245 - Rename js::GetDefaultGlobalForContext to js::DefaultObjectForContextOrNull. r=luke
This is more correct, since the object very often is not a global.
2013-07-29 16:45:25 -07:00
Dave Hylands
e725749e2b Bug 898634 - Add some logging for volumes created via volume.cfg. r=jwwang 2013-07-29 16:41:07 -07:00
Dan Gohman
e618830f2f Bug 898442 - IonMonkey: Fix a bug in the IonSpewer which caused it to skip spewing of some functions. 2013-07-29 16:37:35 -07:00
Matt Brubeck
1e953aa741 Bug 898539 - Thumbnails are broken when restoring previous session at startup [r=ally] 2013-07-29 16:34:37 -07:00
Kamil Jozwiak
9fb0b67fc6 Bug 876816 - Adding a class into flyoutpanels.css for standard widths. r=ally 2013-07-29 16:34:16 -07:00
Dan Gohman
8d5e4261fb Bug 898461 - IonMonkey: Move div and mod overflow and divide-by-zero handling code out of line. r=jandem 2013-07-29 16:22:46 -07:00
David Zbarsky
2708b889b0 Bug 895116: Lock the mask texture before compositing with BasicCompositor r=bas 2013-07-29 16:04:09 -07:00
David Zbarsky
1a7436ff31 Bug 898947 - Remove nsIInlineEventHandlers from nodes r=bz 2013-07-29 16:04:09 -07:00
David Zbarsky
d3fdca2e8d Bug 898105 - Remove nsIDOMTouch r=reuben 2013-07-29 16:04:09 -07:00
David Zbarsky
bda9d28852 Bug 898104 - Remove nsIDOMTouchList r=smaug 2013-07-29 16:04:09 -07:00
David Zbarsky
0240aeb948 Bug 898930 - Remove nsIDOMTouchEvent r=smaug 2013-07-29 16:04:08 -07:00
Bobby Holley
6e5c2a0773 Bug 897676 - Null out |si| if we end up using that of the proto in WrapNewGlobal. r=mrbkap 2013-07-29 16:03:04 -07:00
Nick Fitzgerald
3c7aa00733 Bug 899215 - test_breakpointstore.js isn't testing anything; r=jimb 2013-07-29 15:52:35 -07:00
Fernando Jiménez
c0333c1f9e Bug 892068 - Expose MCC/MNC to payment providers in mozPay() so Webpay can disable payments per region. r=fabrice 2013-07-30 00:50:22 +02:00
Fernando Jiménez
dae0cfe91d Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 2: mozPaymentProvider. r=vicamo, fabrice 2013-07-30 00:50:22 +02:00
Fernando Jiménez
b5eab7a12a Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 1: RIL. sr=vicamo 2013-07-30 00:50:22 +02:00
Fernando Jiménez
fca6121578 Bug 816564 - Silent SMS to Authenticate Device for Mobile Billing. Part 0: WebSMS. sr=vicamo 2013-07-30 00:50:21 +02:00
Margaret Leibovic
e12dc9659c Bug 897235 - Remove unused AlertsService.js. r=wesj 2013-07-29 15:49:19 -07:00
Margaret Leibovic
c1bab87b5c Bug 896048 - Don't show site identity info when a page has loaded mixed content. r=wesj 2013-07-29 15:49:16 -07:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Stephen Horlander
c005049cea Bug 889417 - Make branding 32 x 32 icon fill more space. r=dolske 2013-07-29 18:11:28 -04:00
Sam Foster
75832c5523 Bug 896766 - Add metro_viewstate_changed handling to toggle grid selectability. r=rsilveira
--HG--
extra : rebase_source : b1be067967f81507bfd88f43341116650c244d9e
2013-07-29 15:03:16 -07:00
Ryan VanderMeulen
747adc4200 Merge m-c to fx-team. 2013-07-29 17:27:08 -04:00
Ryan VanderMeulen
f2acfc238b Merge m-c to fx-team. 2013-07-29 16:08:41 -04:00