Commit Graph

159546 Commits

Author SHA1 Message Date
Alexander Surkov
41e7c3ad7c 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
93ad71b2d2 Bug 944321 - IonMonkey: Disable MToFloat32's computeRange. r=bbouvier 2013-12-10 18:51:35 -08:00
Geoff Brown
e5708621ad Bug 948591 - Disable testClearPrivateData on Android x86 for too many intermittent failures 2013-12-10 19:34:58 -07:00
Geoff Brown
4db5bb07b0 Bug 907768 - Disable testSearchSuggestions on Android x86 for too many intermittent failures 2013-12-10 19:34:56 -07:00
Dan Gohman
0c22273d01 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
dd36fc4dd5 Bug 678745 - SpiderMonkey: Fix a file decriptor leak in the shell. r=jorendorff 2013-12-10 18:27:12 -08:00
Dan Gohman
f30efb5cb7 Bug 948241 - IonMonkey: Use FixedList in MAsmJSCall. r=luke 2013-12-09 19:39:44 -08:00
Dan Gohman
f4b14888fe Bug 948241 - IonMonkey: Convert plain arrays to mozilla::Array r=luke 2013-12-09 19:39:46 -08:00
Brian Hackett
5af6307c95 Bug 948230 - Use accessor methods for JSScript bitfields, r=jandem. 2013-12-10 18:22:28 -08:00
Jonathan Watt
25a2974cc7 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
ec7567b01d 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
b457274c6f Bug 948209 - Remove mozbuild.config. r=gps 2013-12-11 10:59:02 +09:00
Mike Hommey
541ac19dc5 Bug 947811 - Remove build/package/Makefile.in. r=bsmedberg 2013-12-09 16:30:09 +09:00
Mike Hommey
4fc7d237c6 Bug 947804 - Finish to kill BOTH_MANIFESTS. r=gps 2013-12-09 16:30:06 +09:00
Mike Hommey
1e593d53d5 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
393733862e Merge m-c to inbound 2013-12-10 17:13:37 -08:00
Daniel Holbert
59884b6080 (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
e494c89c89 Bug 947812 - log font name loading times. r=bas 2013-12-11 09:58:27 +09:00
John Daggett
24ab4b6feb Bug 947812 - use DirectWrite API for fullname/psname lookup. r=bas 2013-12-11 09:58:19 +09:00
Wes Kocher
d3ea48a878 Merge inbound to m-c 2013-12-10 16:42:47 -08:00
Wes Kocher
a2715f2eb6 Merge b2g-inbound to m-c 2013-12-10 16:19:00 -08:00
Eric Faust
b881546cc1 Bug 948716 - Remove unnecessary TestAreKnownDOMTypes(). (r=sstangl) 2013-12-10 16:17:49 -08:00
William Lachance
b14f771ccc 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
e3bce8ae11 Merge fx-team to m-c 2013-12-10 15:58:54 -08:00
Sean Stangl
e73d5179bd Bug 948638 - Always use jsid struct types. r=Waldo 2013-12-10 15:45:41 -08:00
Sean Stangl
6b33f60283 Bug 948689 - Update TraceLogger to use lineno(). r=efaust 2013-12-10 15:42:49 -08:00
Terrence Cole
7f6fe020bb 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
d3e5932195 Merge m-c to b2g-inbound. 2013-12-10 15:46:02 -05:00
Ryan VanderMeulen
e6e2bad3d0 Merge fx-team to m-c. 2013-12-10 15:39:40 -05:00
Ryan VanderMeulen
e58ec03427 Merge b2g-inbound to m-c. 2013-12-10 15:38:44 -05:00
Gaia Pushbot
1fb6cf3f61 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
91bf4af004 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
345502e6c1 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
83a28bedbe 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é
945828ab66 Bug 948276 - Lazy load accessfu.jsm r=MarcoZ 2013-12-10 11:49:10 -08:00
Mike Conley
0047869f02 Bug 942244 - [Australis] Add BrowserUiTelemetry module for collecting toolbar measurements. r=dao. 2013-12-10 14:49:02 -05:00
Wes Johnston
9da681c2b2 Bug 948157 - Use custom style for native action bar. r=sriram 2013-12-10 10:51:23 -08:00
Wes Johnston
381eadd30d 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
c5dc1f883a Bug 947321 - Set all actionmode icons to show if room. r=margaret 2013-12-10 10:46:08 -08:00
Marina Samuel
25f5738d76 Bug 945842: Show Metro bookmarks folder in Windows 8 only. r=bbondy 2013-12-10 13:42:16 -05:00
Richard Newman
fb6845b990 Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle 2013-12-10 10:41:34 -08:00
Gaia Pushbot
5ed2f919d8 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
c097357b37 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
9ea1ce8b22 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
2fe5f224fd 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
4e164bdeb4 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
85bd709add 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
Gaia Pushbot
1b53802997 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/062734437b62
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #14512 from KevinGrandon/bug_948045_enable_media_queries_responsive

Bug 948045 - Enable device-* media queries in responsive mode for gaia r=paul

========

https://hg.mozilla.org/integration/gaia-central/rev/40bde610f4b3
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 948045 - Enable device-* media queries in responsive mode for gaia
2013-12-10 07:40:23 -08:00
Gaia Pushbot
6f89657927 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c8219fa9492
Author: Ryan VanderMeulen <rvandermeulen@mozilla.com>
Desc: Merge pull request #13364 from gnarf/933167

Bug 933167 - [Keyboard][V1.2] The settings value of third party keyboard will be kept if uninstalling the in used keyboard

========

https://hg.mozilla.org/integration/gaia-central/rev/6add91433158
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 933167 - [Settings][V1.2] The settings for third party keyboards will still display after uninstalling the keyboard - r=arthur.chen

- Updated _initInstalledLayoutListView to use `ListView` of keyboards, within a `ListView` of layouts.
- Abstracted observing method to a helper for ListView provide easier detachment points
2013-12-10 07:20:25 -08:00
Douglas Crosher
71cd72fd1d Bug 948400 - Fix perf-spewer to use the new accessor methods for JSScript uint32/uint16 fields. r=bhackett 2013-12-10 23:31:44 +11:00