Commit Graph

159505 Commits

Author SHA1 Message Date
Nathan Froyd
d647846100 Bug 946781 - part 5 - measure the proto and iface cache from within xpconnect; r=bholley,njn 2013-12-06 13:08:45 -05:00
Nathan Froyd
836f887bc6 Bug 946781 - part 4 - revert measuring the proto and iface cache on nsGlobalWindow (bug 922094); r=me 2013-12-06 13:11:53 -05:00
Nathan Froyd
98d7e01c12 Bug 946781 - part 3 - prepare for measuring multiple things from XPCWrappedNativeScope; r=bholley,njn 2013-12-06 13:04:12 -05:00
Nathan Froyd
782884a55d Bug 946781 - part 2 - add memory used by mozJSComponentLoader to about:memory; r=bholley,njn 2013-12-05 16:54:30 -05:00
Nathan Froyd
5c216f13b3 Bug 946781 - part 1 - split explicit/jsconnect into its constituent parts; r=bholley,njn 2013-12-10 10:04:06 -05:00
Nathan Froyd
2a3087eb3f Bug 946870 - make the cookie service report its memory; r=ehsan,njn 2013-12-03 16:58:41 -05:00
Karl Tomlinson
f4ee9f11d5 b=934843 remove assertion that focus is never on popup windows r=roc
If an application has received focus from the window manager, but doesn't
reassign focus to a child window before closing its focus window, focus can
temporarily revert to PointerRoot before the window manager gives focus to
another window.  During PointerRoot focus, the window until the pointer has
focus even if it is an override-redirect window.

--HG--
extra : rebase_source : 3c005183f4602346ce9068b4a87af068f0e82372
2013-12-11 09:51:42 +13:00
Ehsan Akhgari
733a324986 Bug 948327 - Do not leak the payload object passed to mozilla_sampler_add_marker() if we don't end up using it; r=BenWa 2013-12-10 16:34:19 -05:00
Avi Halachmi
0aaf21a882 Bug 945044: about:telemetry - keep sections states on reload, add histograms filter. r=vladan 2013-12-10 22:54:01 +02:00
Douglas Crosher
b5ee91b55d 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
Ryan VanderMeulen
a762d43c40 Merge m-c to inbound. 2013-12-10 15:48:16 -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
Ryan VanderMeulen
80b4c67bb2 Backed out changesets 3c9d48f28a5e and fd9d5186e741 (bug 944407) for mochitest-other orange.
CLOSED TREE
2013-12-10 15:35:31 -05:00
Ryan VanderMeulen
1d7fee6f12 Backed out changesets 5b48376ee2d8 and 2f478d634f23 (bug 943023) for bustage on a CLOSED TREE. 2013-12-10 15:25:55 -05:00
Ryan VanderMeulen
8d578a81ef Bug 933264 - Add fuzz to the reftest on OSX 10.6. r=tn
CLOSED TREE
2013-12-10 15:21:46 -05:00
Ehsan Akhgari
b4bb73c612 Backed out changeset 2fe4ca46eec8 (bug 947736) because of build bustage
Landed on a CLOSED TREE
2013-12-10 14:57:30 -05:00
Kannan Vijayan
bf5c0eccf4 Bug 945223 - Ensure correct baseline stack when calling out to noSuchMethod, so that decompiler works. r=efaust 2013-12-10 14:53:49 -05:00
Trevor Saunders
156c4cead0 bug 943023 - add comment DONTBUILD because NPOTB 2013-12-10 14:52:35 -05:00
Ehsan Akhgari
a7bc326f56 Bug 947736 - Build modules/libpref/ in unified mode; r=bsmedberg 2013-12-10 14:48:10 -05: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
Gaia Pushbot
0a4c740bd8 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
42c1584248 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
Carsten "Tomcat" Book
de91ddd9df merge mozilla-inbound to mozilla-central 2013-12-10 13:02:55 +01:00
Gabor Krizsanits
eac54db205 Bug 943357 - Name argument of exportFunction should be optional. r=bholley 2013-12-10 09:56:19 +01:00
Jan de Mooij
e426654330 Bug 921470 - Remove hasFallbackStub_ check in resetMonitorStubChain. r=djvj 2013-12-10 09:31:53 +01:00
Randell Jesup
4ae26c99d7 Bug 853356: backout p3 2013-12-10 01:03:21 -05:00
Randell Jesup
9e71dcb1bc Bug 853356: backout p2 2013-12-10 01:03:23 -05:00
Randell Jesup
e2ddafcdc2 Bug 853356: backout p1 2013-12-10 01:00:18 -05:00
Carsten "Tomcat" Book
b0cb202aed Backed out changeset 1d72742584ad (bug 945614) per Bug 853356 comment 209 2013-12-10 08:38:43 +01:00
Wes Kocher
5e8fcc98c0 Merge inbound to m-c 2013-12-09 20:35:07 -08:00
Wes Kocher
b4dd7697d7 Merge fx-team to m-c 2013-12-09 20:30:59 -08:00
Wes Kocher
039107275c Merge b2g-inbound to m-c 2013-12-09 20:27:38 -08:00
Michael Comella
77864804d1 Bug 947527 - Correct waitForPageIndex output per device. r=margaret 2013-12-09 17:52:36 -08:00
Stefan Sobering
92d0bc0082 Bug 947610 - Fix spelling error in "remember password" string. r=mcomella 2013-12-10 10:29:38 -05:00
Wes Kocher
fc60a8717e Backed out changeset 144cec97320a (bug 853356) despite the CLOSED TREE 2013-12-09 16:33:28 -08:00
Gaia Pushbot
368b0e28aa Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/bb23044d4a97
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #14325 from mikehenrty/bug-942325-iframe

Bug 942325 - only display action buttons for non-frames, r=vingtetun

========

https://hg.mozilla.org/integration/gaia-central/rev/3d89070e4873
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 942325 - update the style of net_error page when in an iframe

========

https://hg.mozilla.org/integration/gaia-central/rev/6a3bd7eb4d1b
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #14457 from Joshua-S/bug-946614

[Bug 946614] - [Email] Div Lines too dark. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/e6a24bb3e2ba
Author: Joshua Smith <joshua-smith@verizon.net>
Desc: [Bug 946614] - [Email] Div Lines too dark
2013-12-09 15:00:31 -08:00
Masatoshi Kimura
45395c7ee6 Bug 942791 - Revert bug 427089. r=mayhemer 2013-12-10 07:47:30 +09:00
Ryan VanderMeulen
60f4f4438e Merge m-c to fx-team. 2013-12-09 17:47:08 -05:00
Ryan VanderMeulen
1d20c6cdb5 Merge m-c to b2g-inbound. 2013-12-09 17:45:06 -05:00
Ryan VanderMeulen
5bad48704a Merge m-c to inbound. 2013-12-09 17:43:44 -05:00
Gaia Pushbot
fa3df0a140 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0c1ad0982497
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #14462 from wanderview/build-push-userjs

Bug 947204: Push user.js file using full path.  r=yurenju

========

https://hg.mozilla.org/integration/gaia-central/rev/da2f69045beb
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 947204: Push user.js file using full path.
2013-12-09 14:35:24 -08:00
Mark Hammond
81eee00507 Bug 947764 - correct support-files for devtools commandline tests. r=ted 2013-12-10 09:27:06 +11:00