Commit Graph

159549 Commits

Author SHA1 Message Date
Mike Hommey
31ca5bb81a Bug 948275 - Keep track of backend files by objdir instead of by srcdir. r=gps 2013-12-11 15:19:58 +09:00
Cameron McCormack
373bbf7210 Bug 947082 - List parent style context in frame tree dumps. r=mats 2013-12-11 17:13:20 +11:00
Nicholas Cameron
7bbc5b308c Bug 948555. Fix a bogus assert in CompositorParent. r=mattwoodrow 2013-12-11 16:51:00 +13:00
Alexander Surkov
52991836e6 Bug 559761 - make <input type=number> accessible, r=tbsaunde, smaug
--HG--
rename : accessible/tests/mochitest/value/test_range.html => accessible/tests/mochitest/value/test_number.html
2013-12-10 22:19:26 -05:00
Dan Gohman
753f600245 Bug 944321 - IonMonkey: Disable MToFloat32's computeRange. r=bbouvier 2013-12-10 18:51:35 -08:00
Geoff Brown
64950d26dd Bug 948591 - Disable testClearPrivateData on Android x86 for too many intermittent failures 2013-12-10 19:34:58 -07:00
Geoff Brown
1cd2a46453 Bug 907768 - Disable testSearchSuggestions on Android x86 for too many intermittent failures 2013-12-10 19:34:56 -07:00
Dan Gohman
8671c3fdaa Bug 941715 - SpiderMonkey: Don't use DebugOnly in struct fields when size is relevant. r=jorendorff 2013-12-10 18:27:13 -08:00
Dan Gohman
bb307c71a2 Bug 678745 - SpiderMonkey: Fix a file decriptor leak in the shell. r=jorendorff 2013-12-10 18:27:12 -08:00
Dan Gohman
81b0bc8976 Bug 948241 - IonMonkey: Use FixedList in MAsmJSCall. r=luke 2013-12-09 19:39:44 -08:00
Dan Gohman
cb5be02490 Bug 948241 - IonMonkey: Convert plain arrays to mozilla::Array r=luke 2013-12-09 19:39:46 -08:00
Brian Hackett
182feb3da6 Bug 948230 - Use accessor methods for JSScript bitfields, r=jandem. 2013-12-10 18:22:28 -08:00
Jonathan Watt
b871057a05 Bug 948549 - Make <input type=number> behave and look disabled when the 'disabled' attribute is set or it's inside a disabled fieldset. r=smaug 2013-12-11 02:13:06 +00:00
Jonathan Watt
edd4435f17 Bug 948433 - Uplift pdf.js git commit 3eaa421c74 to prevent the page number field from having spin buttons in mozilla now that mozilla supports <input type=number>. r=bdahl 2013-12-11 02:11:11 +00:00
Mike Hommey
7de68cd33b Bug 948209 - Remove mozbuild.config. r=gps 2013-12-11 10:59:02 +09:00
Mike Hommey
8fdbf0d8ce Bug 947811 - Remove build/package/Makefile.in. r=bsmedberg 2013-12-09 16:30:09 +09:00
Mike Hommey
fdcf80eb82 Bug 947804 - Finish to kill BOTH_MANIFESTS. r=gps 2013-12-09 16:30:06 +09:00
Mike Hommey
86adfade5d Bug 944935 - Cleanup some useless AC_CHECK_FUNCS tests in configure.in. r=gps
- HAVE_RANDOM is not checked at all.
- HAVE_STRERROR is not checked in code built using the defines from the main
  configure.
- HAVE_LCHOWN is only checked in nsinstall.c, which means the test is also wrong
  since it's checking for the target instead of the host. Also, lchown is only
  used of the -o and -g options of nsinstall, which, as far as I know, we don't
  use (and if we were, that would fail with nsinstall.py, which explicitly rejects
  them).
- HAVE_FCHMOD is only checked in nsinstall.c, so same as above about the
  correctness of the check. If it's not available, nsinstall.c falls back to
  chmod, which is fine enough for our use.
- HAVE_SNPRINTF is not checked.
- HAVE_MEMMOVE is checked in parser/expat/lib/xmlparse.c, but it's also
  unconditionally defined in expat_config.h which is included from that file.
- HAVE_SETBUF is checked in a couple files, but setbuf is C89 and C99, I think
  it's safe to assume all compilers we support are C89 and C99. Interestingly,
  windows does have it, but since we skip this check on windows, we don't use it.
- HAVE_ISATTY, same as HAVE_SETBUF, except it's POSIX instead of C89/C99.
- HAVE_FLOCKFILE is not checked at all.
- HAVE_STRTOK_R is not checked.
- HAVE_FT_SELECT_SIZE is not checked.
- HAVE_DLADDR is not checked under js/src.
- HAVE_GETPAGESIZE is not checked under js/src (it is in libffi, but ffi uses
  its own configure)
- HAVE_LSTAT64, HAVE_STAT64, HAVE_STATVFS, HAVE_STATVFS64, HAVE_TRUNCATE64 are
  not checked under js/src.
- HAVE_SBRK is not checked under js/src. Moreover,
  js/src/assembler/wtf/Platform.h defines it depending on the platform.
- HAVE_SNPRINTF is not checked under js/src.
- HAVE_HYPOT is not checked under js/src.
- HAVE__UNWIND_BACKTRACE is not checked under js/src.
2013-12-11 10:57:53 +09:00
Wes Kocher
2587d33df6 Merge m-c to inbound 2013-12-10 17:13:37 -08:00
Daniel Holbert
95dc49e7bc (no bug) fix typo in comment within reftest reference case 'flexbox-overflow-vert-3-ref.html'. DONTBUILD because comment-only 2013-12-10 16:59:28 -08:00
John Daggett
648ee5ceb5 Bug 947812 - log font name loading times. r=bas 2013-12-11 09:58:27 +09:00
John Daggett
dd13cfa6ca Bug 947812 - use DirectWrite API for fullname/psname lookup. r=bas 2013-12-11 09:58:19 +09:00
Wes Kocher
7431567293 Merge inbound to m-c 2013-12-10 16:42:47 -08:00
Wes Kocher
3e025ab63d Merge b2g-inbound to m-c 2013-12-10 16:19:00 -08:00
Eric Faust
a9901cbb25 Bug 948716 - Remove unnecessary TestAreKnownDOMTypes(). (r=sstangl) 2013-12-10 16:17:49 -08:00
William Lachance
b65f2d444f Bug 924253 - Make perl stack fixer process to not read directly from firefox's pipe in mochitest;r=ted 2013-12-10 19:15:25 -05:00
Wes Kocher
8a682a1408 Merge fx-team to m-c 2013-12-10 15:58:54 -08:00
Sean Stangl
d6c11fe81b Bug 948638 - Always use jsid struct types. r=Waldo 2013-12-10 15:45:41 -08:00
Sean Stangl
829357af13 Bug 948689 - Update TraceLogger to use lineno(). r=efaust 2013-12-10 15:42:49 -08:00
Terrence Cole
e3a8f2bd80 Backout changeset 70e76314c8a7 for build bustage on a CLOSED TREE.
--HG--
extra : rebase_source : 83e1e8a5a4802ef0b7b1d6f7dc0df6595bc9f00f
2013-12-10 15:26:05 -08:00
Ryan VanderMeulen
4e1d31d358 Merge m-c to b2g-inbound. 2013-12-10 15:46:02 -05:00
Ryan VanderMeulen
ea9bd0cd52 Merge fx-team to m-c. 2013-12-10 15:39:40 -05:00
Ryan VanderMeulen
c8bf34a922 Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Gaia Pushbot
c4e9026f9e Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/2e4d09abb604
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14418 from viorelaioia/bug_946666

Bug 946666 - Write a test for wakelock

========

https://hg.mozilla.org/integration/gaia-central/rev/f46cb1a0cf25
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 946666 - Write a test for wakelock
2013-12-10 12:35:23 -08:00
Gaia Pushbot
a0b830c1d4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1cd8c193bb0f
Author: Zac <zcampbell@mozilla.com>
Desc: Merge pull request #14541 from viorelaioia/bug_948440

Bug 948440 - is_gps_enabled checkbox logic is outdated

========

https://hg.mozilla.org/integration/gaia-central/rev/8685b0c3a83f
Author: Viorela Ioia <viorelaioia@gmail.com>
Desc: Bug 948440 - is_gps_enabled checkbox logic is outdated
2013-12-10 12:10:24 -08:00
Gaia Pushbot
f3c5c504e8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/31a029b77c72
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14543 from pivanov/bug-930600

Bug 930600 - Add new Illustrative Wallpapers for v.1.3

========

https://hg.mozilla.org/integration/gaia-central/rev/70d3a0ffa329
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 930600 - Add new Illustrative Wallpapers for v.1.3
2013-12-10 12:00:25 -08:00
Mike Conley
453b5f8d71 Bug 944114 - [Australis] Add telemetry probe for usage of 'Metro Mode' and 'Fullscreen' Australis default buttons. r=Gijs. 2013-12-10 14:49:24 -05:00
Fabrice Desré
d0ff891d85 Bug 948276 - Lazy load accessfu.jsm r=MarcoZ 2013-12-10 11:49:10 -08:00
Mike Conley
f71de3d78d Bug 942244 - [Australis] Add BrowserUiTelemetry module for collecting toolbar measurements. r=dao. 2013-12-10 14:49:02 -05:00
Wes Johnston
f7f9666f32 Bug 948157 - Use custom style for native action bar. r=sriram 2013-12-10 10:51:23 -08:00
Wes Johnston
12e1c8e490 Bug 947793 - Change clipboard manager hasText implementation to directly query the android clipboardservice. r=jchen 2013-12-10 10:46:13 -08:00
Wes Johnston
60cfa4bf6c Bug 947321 - Set all actionmode icons to show if room. r=margaret 2013-12-10 10:46:08 -08:00
Marina Samuel
1916b878aa Bug 945842: Show Metro bookmarks folder in Windows 8 only. r=bbondy 2013-12-10 13:42:16 -05:00
Richard Newman
42328ed006 Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle 2013-12-10 10:41:34 -08:00
Gaia Pushbot
c4d9022fe0 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9f1117fde1d2
Author: Mason Chang <mason@masonchang.com>
Desc: Merge pull request #14290 from changm/bug945461

bug 945461. Keep scrolling portion of email app message list and message...

========

https://hg.mozilla.org/integration/gaia-central/rev/9ac539f6ed31
Author: Mason Chang <mchang@mozilla.com>
Desc: bug 945461. Keep scrolling portion of email app message list and message content as scrollable layer

========

https://hg.mozilla.org/integration/gaia-central/rev/636544523583
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #14458 from tdz/bug-916850

Bug 916850: Skip multi-page Ogg meta data r=padenot

========

https://hg.mozilla.org/integration/gaia-central/rev/20797904a63a
Author: Thomas Zimmermann <tdz@users.sourceforge.net>
Desc: Bug 916850: Skip multi-page Ogg meta data

Ogg files are split into multiple segments, called pages. Currently
we only support meta data in a single page. This can result in parser
errors when meta data fields span multiple pages, and the inability
to listen to the Ogg file.

With this patch, the parser simply stops in these cases. We don't get
the respective information from the file, but the file will at least
be available for playing in the Music player.

Signed-off-by: Thomas Zimmermann <tdz@users.sourceforge.net>
2013-12-10 10:20:27 -08:00
Gaia Pushbot
76c7b09a92 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5a4f3a3e1dd4
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 945774 - Remove xfail from test_sms_with_attachments r=me

========

https://hg.mozilla.org/integration/gaia-central/rev/d96add071902
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 948468 - xfail test_dialer_add_contact with bug 947317 r=me
2013-12-10 10:10:24 -08:00
Gaia Pushbot
f4530154f8 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/96f86ed3a99c
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14362 from julienw/makefile-install-gaia-changes

Bug 946213 - [builds] Kill the app after flashing r=ochameau

========

https://hg.mozilla.org/integration/gaia-central/rev/81d8da39af5d
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 946213 - [builds] Kill the app after flashing r=ochameau

* kill the flashed app after flashing
* use a target-scoped var for TARGET_FOLDER
* use non-recursive vars for APP_NAME and APP_PID, because they're used at
  several places and it makes no sense to run them each time
2013-12-10 08:45:30 -08:00
Gaia Pushbot
065f6ef5db Bumping gaia.json for 5 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e03469e49fc7
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14268 from anirudh24seven/upstream

Bug 880222. Remove . after month name in status bar, r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/24c55186dd31
Author: Anirudh S <anirudh@anirudhUbuntu.(none)>
Desc: Remove . after month name in status bar

========

https://hg.mozilla.org/integration/gaia-central/rev/666f794b2cf9
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #14465 from hfiguiere/bug945387

Bug 945387 - Use mocha-json-proxy exported write() to output the results...

========

https://hg.mozilla.org/integration/gaia-central/rev/76cc790870f9
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 945387 - Part 2: fix nit.

========

https://hg.mozilla.org/integration/gaia-central/rev/1903c7945ee5
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 945387 - Use mocha-json-proxy exported write() to output the results.
2013-12-10 08:20:23 -08:00
Gaia Pushbot
7ea27fddac Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8e0e124fdbb6
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #14490 from TheoChevalier/merge-test-locales-1.3

Bug 947739 - [l10n][1.3] Merge test locales in Github for developer

========

https://hg.mozilla.org/integration/gaia-central/rev/e536e6d23afc
Author: TheoChevalier <theo.chevalier11@gmail.com>
Desc: Bug 947739 - [l10n][1.3] Merge test locales in Github for developer
2013-12-10 08:05:23 -08:00
Gaia Pushbot
53893383bc Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d4882fd16ad4
Author: Julien Wajsberg <felash@gmail.com>
Desc: Merge pull request #14483 from julienw/932793-intermittent-scroll-tests

Bug 932793 - Intermittent test "thread_ui.js > scrolling scroll 100px, s...

========

https://hg.mozilla.org/integration/gaia-central/rev/d1cd825b9012
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 932793 - Intermittent test "thread_ui.js > scrolling scroll 100px, should be detected as a manual scroll" r=schung

* Fix intermittent scripts by sending the scroll event in the test
* Fix bad tests that were revealed in the process: `done` callback set on the
  suite function instead of the test function, wrong SMS messages.
* Linearized and de-asynchronized some tests

========

https://hg.mozilla.org/integration/gaia-central/rev/1725c3613f3a
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #14507 from gtorodelvalle/contacts-bug-942010-self-duplicate

Bug 942010 - The test_add_photo_to_contact.py gets Duplicates Found screen

========

https://hg.mozilla.org/integration/gaia-central/rev/c3d1280eda08
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 942010 - The test_add_photo_to_contact.py gets Duplicates Found screen
2013-12-10 07:55:23 -08:00