Commit Graph

209453 Commits

Author SHA1 Message Date
Robert Strong
a6336fe82c Bug 1080395 - Crash reporter is only partially localized on Mac OS X. r=ted 2014-10-10 04:02:20 -07:00
Jan de Mooij
0fd1291839 Bug 1073700 - Move getter/setter data out of BaseShape into a new AccessorShape type. r=bhackett 2014-10-10 11:32:14 +02:00
Nicolas Silva
ba30c1f026 Bug 1064107 - Ensure that gfxPlatform is initialized by the time we create the compositor. r=Bas 2014-10-10 10:53:30 +02:00
Mike Hommey
b9d972fbb4 Bug 1080375 - STATIC_LIBRARY_NAME doesn't need an explicit FORCE_STATIC_LIB. r=mshal 2014-10-10 17:09:10 +09:00
Brian Smith
6749824172 Bug 1078108: Use a longer OCSP response validity period in tests, r=keeler 2014-10-05 17:18:11 -07:00
Mike Hommey
63567d45bd Backout changeset fdd14734b036 (bug 1073998) for various B2G bustage 2014-10-10 17:08:36 +09:00
Hannes Verschore
e378a22bca Bug 1079850 - IonMonkey: Handle case where filtering sees incompatible types, r=jandem 2014-10-10 09:54:23 +02:00
Neil Rashbrook
e984c9b8bc Bug 1078026 Clean up XPCOM string usage r=sworkman 2014-10-10 08:40:11 +01:00
Tom Tromey
06a2af1a9e Bug 1066313 - add timestamps to drainAllocationsLog (carrying forward r=jimb). r=jimb 2014-10-09 11:10:00 +02:00
Nils Ohlmeier [:drno]
9261b1979f Bug 1060102 - added test cases for non trickle ICE offer-answer. r=bwc 2014-10-09 13:05:00 +02:00
Carsten "Tomcat" Book
17a5703e4c Backed out changeset b885a82dc02a (bug 1078108) for breaking B2g ICS Builds 2014-10-10 09:01:45 +02:00
Wes Kocher
2830f7d7ed Merge m-c to inbound a=merge 2014-10-09 21:40:05 -07:00
Wes Kocher
f9228b9e2e Merge inbound to m-c a=merge 2014-10-09 21:24:56 -07:00
Wes Kocher
ecca2babfc Merge fx-team to m-c a=merge 2014-10-09 21:13:38 -07:00
Eric Rahm
6165689908 Bug 1074387 - Fix double-counting of WebAudio PannerNode memory. r=jessup
--HG--
extra : rebase_source : a23a8d204e6eea6c1fca424343e4cb9569b012e1
2014-10-09 19:30:28 -07:00
Wes Kocher
f27a11829a Merge m-c to fx-team a=merge CLOSED TREE 2014-10-09 17:11:58 -07:00
Wes Kocher
240d65b631 Merge m-c to b2g-inbound a=merge CLOSED TREE 2014-10-09 17:10:50 -07:00
Wes Kocher
a83d9abd99 Merge m-c to inbound a=merge CLOSED TREE 2014-10-09 17:08:37 -07:00
Wes Kocher
b352543e1a Merge fx-team to m-c a=merge CLOSED TREE 2014-10-09 16:46:51 -07:00
Wes Kocher
8adfeb52f3 Merge b2g-inbound to m-c a=merge CLOSED TREE 2014-10-09 16:37:20 -07:00
Dave Townsend
51dcbf1256 Bug 1039500: Fix remaining callers of tabbrowser._getTabForBrowser on a CLOSED TREE. r=Unfocused 2014-10-09 16:26:11 -07:00
Wes Kocher
5b7ad066cb Backed out changeset cde9ebf247be (bug 1076314) so it doesn't ship in a Nightly on friday or over the weekend CLOSED TREE a=me 2014-10-09 16:24:35 -07:00
Timothy Nikkel
1bcfc0aa17 Bug 1076447. When building the display list for scrollbars and we have a display port just use the whole scrollbar rect as the dirty rect. r=mattwoodrow
When we have a display port the dirty rect for root scroll frames is going to be the display port already when it is passed in. The display port can contain a somewhat arbitrary area of the scroll frame, there is no reason is has to include the scrollbars, which are laid out at the desktop scrollport (and adjusted as necessary in the compositor).

As well as BuildDisplayListForChild, we need the dirty rect to be set for the creation of the nsDisplayWrapList or nsDisplayOwnLayer in AppendToTop.
2014-10-09 15:10:01 -05:00
Andrew McCreight
871a96850c Back out afecbcdbe6d5 (bug 1064706 part 2) for leaking windows with e10s. 2014-10-09 13:02:18 -07:00
Andrew McCreight
1bda485eec Back out 30e935a33442 (bug 1064706, part 3), because it probably depends on part 2.
This reverts commit 0b3cc3d4acee2cf3ad7f3e2f578e20a802633969.
2014-10-09 13:02:17 -07:00
B2G Bumper Bot
8343fe7a49 Bumping manifests a=b2g-bump 2014-10-09 13:01:56 -07:00
B2G Bumper Bot
82356fa8f7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ab9466a85acc
Author: Salvador de la Puente González <neo.salvador@gmail.com>
Desc: Merge pull request #25002 from lodr/bug-1080625-restore-animations

Bug 1080625 - [Usage][Cost Control] Restore animation for settings and data limit input screens.
r=mai

========

https://hg.mozilla.org/integration/gaia-central/rev/66f08c5c2df1
Author: Salvador de la Puente <salva@unoyunodiez.com>
Desc: Bug 1080625 - [Usage][Cost Control] Restore animation for settings and data limit input screens.
2014-10-09 12:55:47 -07:00
Jeff Muizelaar
581b00842e Bug 1076020. Update to ANGLE 2182 + fixes.
This corresponds to ANGLE commit 9a2e6ac98a10907b1241bd5709597912e08f63fb

It vastly improves D3D11 performance on Intel GPUs by
avoiding write to multiple render targets when unneeded.
2014-10-09 15:08:59 -04:00
Lucas Rocha
46225134a4 Bug 1076692 - Account for statusbar height when tint is enabled (r=mfinkle) 2014-10-09 20:03:41 +01:00
Lucas Rocha
c4c950c405 Bug 1074924 - Hide statusbar tint when in fullscreen (r=mfinkle) 2014-10-09 20:03:41 +01:00
Shane Caraveo
158569d3ca Bug 1014332 fix share context menu tests, r=jaws 2014-10-09 12:02:43 -07:00
Shane Caraveo
c465a6d7ba Bug 1014332 test cleanups that better address some async issues, r=jaws 2014-10-09 12:02:35 -07:00
Shane Caraveo
08db5a90ea Bug 1014332 activation support for share panel, r=jaws 2014-10-09 12:02:21 -07:00
Shane Caraveo
9172f8ec7d Bug 1014332 share button CUI widget, r=jaws 2014-10-09 12:02:13 -07:00
Shane Caraveo
66e235c246 Bug 1014332 error page fixes for share panel and about:providerdirectory support, r=jaws 2014-10-09 12:01:48 -07:00
Shane Caraveo
d2f0544a30 Bug 1014332 new about:providerdirectory page that appears in share panel, r=jaws
--HG--
rename : browser/themes/osx/aboutSocialError.css => browser/themes/shared/aboutSocialError.css
2014-10-09 12:01:39 -07:00
B2G Bumper Bot
ba05471794 Bumping manifests a=b2g-bump 2014-10-09 11:32:00 -07:00
B2G Bumper Bot
7f1a7bfbcd Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d7b7f27aa999
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #24915 from DouglasSherk/1078663-dialer-withheld-voicemail

Bug 1078663 - Fix withheld numbers being displayed as voicemail within the call log. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/c5e80c56b219
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1078663 - Fix withheld numbers being displayed as voicemail within the call log. r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/692dc5d95de3
Author: albertopq <albert.pastor@gmail.com>
Desc: Merge pull request #24984 from albertopq/1078911-bt-confirm

Bug 1078911 - SHB and inline activities on fullscreen_layout r=etienne_s

========

https://hg.mozilla.org/integration/gaia-central/rev/0d75513091b4
Author: albertopq <apastor@mozilla.com>
Desc: Bug 1078911 - SHB and inline activities on fullscreen_layout
2014-10-09 11:25:47 -07:00
Jared Wein
fd58abd066 Bug 1071272 - Remove the clearUserPref("loop.hawk-session-token.fxa") hack from bug 1071259 since 1071247 has been deployed. r=MattN 2014-10-09 14:08:58 -04:00
Paolo Amadini
7b113ef3d0 Bug 1080661 - The count of shared URLs should be increased only once per generated URL. r=MattN 2014-10-09 19:04:14 +01:00
Kyle Huey
30402f51af Bug 1080059: Explicitly QueryInterface to nsIIccInfo rather than downcasting, because the canonical nsIIccInfo pointer is not the same as the canonical subclass pointer. r=edgar 2014-10-09 10:50:37 -07:00
Ryan VanderMeulen
0178acffdb Backed out changeset 012853bd80b7 (bug 844457) for likely being the real cause of the mochitest-dt failures.
CLOSED TREE
2014-10-09 13:39:14 -04:00
Ryan VanderMeulen
2efd661f5b Backed out changeset 28f0136d5ea9 (bug 1080358) for mochitest-dt orange.
CLOSED TREE
2014-10-09 13:33:24 -04:00
B2G Bumper Bot
91aa477794 Bumping manifests a=b2g-bump 2014-10-09 10:32:36 -07:00
B2G Bumper Bot
e2821a095f Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/11fbe6227e0b
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Bug 1077531 - Trailing whitespaces are not trimmed for a contact's last name r=francisco

========

https://hg.mozilla.org/integration/gaia-central/rev/3ddd2ba39c2f
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Trailing whitespaces are not trimmed for a contact's last name"

This reverts commit 00bcdc05e5fbfd648f3c792cbc3a7975003392db.

Reverting for not containing the proper bug number. See bug 1077531.

========

https://hg.mozilla.org/integration/gaia-central/rev/3ad0add1a7de
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #24995 from sergi/BUG_1077531

Trailing whitespaces are not trimmed for a contact's last name [r=francisco]

========

https://hg.mozilla.org/integration/gaia-central/rev/8a28f90667db
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Trailing whitespaces are not trimmed for a contact's last name

========

https://hg.mozilla.org/integration/gaia-central/rev/f1c664c06789
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24990 from daleharvey/1077637

Bug 1077637 - Actually set the visited history correctly.

========

https://hg.mozilla.org/integration/gaia-central/rev/6249a312740a
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 1077637 - Actually set the visited history correctly. r=kgrandon
2014-10-09 10:30:54 -07:00
Ryan VanderMeulen
3754733bed Backed out changeset 0f7fe4800ace (bug 1027631) for non-unified bustage.
CLOSED TREE
2014-10-09 13:16:32 -04:00
Ryan VanderMeulen
43f6827524 Backed out changeset 61b3f3d9bffe (bug 1079826) for jit-test failures.
--HG--
extra : rebase_source : e55e7c6fcf2f1f116175d33b0fe0f12f266b5f0d
2014-10-09 12:17:12 -04:00
Ryan VanderMeulen
ac521ef58b Backed out changesets 3ad7043d2116, 774f695d8c0a, c7d7762d5e27, and 87cd44cd57b7 (bug 1058397) for non-unified bustage. 2014-10-09 12:13:35 -04:00
B2G Bumper Bot
8dd8186ab5 Bumping manifests a=b2g-bump 2014-10-09 09:02:00 -07:00
B2G Bumper Bot
5abfb695b0 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 1076454 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/system/test/marionette/browser_chrome_share_web_result_test.js | Browser Chrome - Share Web Result share web result via e-mail

========

https://hg.mozilla.org/integration/gaia-central/rev/a85c1578bc52
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1076454 - Intermittent failing test, TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/system/test/marionette/browser_chrome_share_web_result_test.js | Browser Chrome - Share Web Result share web result via e-mail r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/9845c6c67982
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #24970 from KevinGrandon/bug_1080344_keyboard_unit_test_sizing

Bug 1080344 - [Keyboard] Take into account bounding client rect to handle difference in test-runner resolutions

========

https://hg.mozilla.org/integration/gaia-central/rev/35c774f095d7
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1080344 - [Keyboard] Take into account bounding client rect to handle difference in test-runner resolutions r=rudyl
2014-10-09 08:55:47 -07:00