Commit Graph

158548 Commits

Author SHA1 Message Date
Victor Porof
964f9d6683 Bug 946591 - Rename debugger-panel.js to just panel.js. r=past
--HG--
rename : browser/devtools/debugger/debugger-panel.js => browser/devtools/debugger/panel.js
2013-12-05 09:37:19 +02:00
J. Ryan Stinnett
53826aba2a Bug 925921 - Enable Manifest Editor by default. r=paul 2013-12-04 13:29:47 -06:00
Patrick Brosset
e65204cbfa Bug 726427 - CSS transform preview tooltip in style inspector. r=bgrins 2013-12-05 09:35:35 -05:00
Lucas Rocha
29554f6034 Bug 945375 - Unconditionally return mSubmenu in GeckoMenuItem.getSubMenu() (r=rnewman) 2013-12-05 11:16:45 +00:00
Gijs Kruitbosch
0f7e06b7ae Bug 946148 - Australis' context menu items to move toolbaritems/buttons should use popup.triggerNode, r=dao
--HG--
extra : rebase_source : 88c2157af3c19558463b7778e84b093c527d59db
2013-12-05 12:06:43 +01:00
Mike de Boer
cf9faf826f Bug 942853: [Australis] Restore styling for buttons of wide widgets in toolbars. r=Gijs 2013-12-04 12:49:30 +01:00
Mike de Boer
d78c197c63 Bug 940251: [Australis] fix back-button arrow direction in RTL mode on non-retina displays. r=dao 2013-12-04 14:29:31 +01:00
Panos Astithas
0889da5338 Properly exit nested event loops when a tab is abruptly closed (bug 942931). r=fitzgen 2013-12-05 09:33:55 +02:00
Tim Abraldes
c5b7e5b961 bug 903284 and bug 895686 - Add updated icons for contextual app bar. Change "unpin" to "hide" for bookmarks and history. r=sfoster 2013-12-03 15:19:00 -08:00
Matthew Noorenberghe
e8b63dcacc Bug 941387 - [Australis] UITour: Implement the new highlight styling and animation. ui-r=mmaslaney r=Unfocused 2013-12-04 22:12:57 -08:00
Wes Johnston
2b69d256c0 Bug 942680 - Place search pane below actionbar. r=lucasr 2013-12-04 21:20:19 -08:00
Wes Johnston
f377eb09f3 Bug 943513 - Update visual style of action modes. r=lucasr 2013-12-04 08:35:58 -08:00
Phil Ringnalda
ba8b12bd72 Merge m-c to f-t 2013-12-04 20:29:00 -08:00
Nicholas Cameron
1180930f2f Backout bug 899785 for talos regressions. r=sadness 2013-12-05 17:18:59 +13:00
Sam Foster
5672be7b3a Bug 917429 - add back the fixed watermark. r=rsilveira 2013-12-04 19:33:17 -08:00
Ryan VanderMeulen
b761046e21 Merge inbound to m-c on a CLOSED TREE. 2013-12-04 17:35:44 -05:00
Ryan VanderMeulen
815a957100 Merge fx-team to m-c. 2013-12-04 17:34:58 -05:00
Ryan VanderMeulen
c2453b4d9c Merge b2g-inbound to m-c on a CLOSED TREE. 2013-12-04 17:34:18 -05:00
Ryan VanderMeulen
8e75d32d06 Backed out changesets 9906961b21af and b2b20bc6576a (bug 946178) because they didn't prevent the crashes. DONTBUILD CLOSED TREE 2013-12-04 17:23:58 -05:00
Benoit Jacob
b07c30f1d5 Back out bug 893301 for accidentally disabling gralloc for thebes layers on B2G - no review, bustage fix on a CLOSED TREE 2013-12-04 12:19:50 -05:00
Ryan VanderMeulen
42246bd355 Bug 946178 - Disable all tests that use setRadioEnabled to see if Mnw stops crashing on a CLOSED TREE. 2013-12-04 11:52:59 -05:00
Ryan VanderMeulen
d0ec84204c Bug 946178 - Disable test_outgoing_radio_off.js to see if it fixes Mnw and lets us reopen the CLOSED TREE. 2013-12-04 08:49:59 -05:00
Boris Zbarsky
373e688e4f Bug 942631 part 7. Move INSTANCE_RESERVED_SLOTS into the C++, so it's closer to the things it depends on. r=peterv 2013-12-04 08:02:19 -05:00
Boris Zbarsky
6e8c13b735 Bug 942631 part 6. Fix performance regression in the imagedata getter due to using MaybeWrapValue on a non-DOM object. r=peterv 2013-12-04 08:02:18 -05:00
Boris Zbarsky
5948f54d3e Bug 942631 part 5. Add C++ API for clearing the cached value of a [Cached] property or regetting a [StoreInSlot] property. r=peterv 2013-12-04 08:02:18 -05:00
Boris Zbarsky
2ccbfd5863 Bug 942631 part 4. Allow WebIDL attributes to return a sequence if it's cached. r=peterv 2013-12-04 08:02:18 -05:00
Boris Zbarsky
3d0aaf3090 Bug 942631 part 3. Preserve the wrapper when caching things in its slots if we're an nsWrapperCache. r=peterv 2013-12-04 08:02:18 -05:00
Boris Zbarsky
daded4df04 Bug 942631 part 2. Make getters for cached properties check and set the reserved slot as needed. r=peterv 2013-12-04 08:02:17 -05:00
Boris Zbarsky
f916e39018 Bug 942631 part 1. Add support for a [Cached] WebIDL annotation. r=peterv 2013-12-04 08:02:17 -05:00
Boris Zbarsky
71143bcf15 Bug 942648. When we're changing an option's "selected" attribute, don't allow our mIsSelected state to get out of sync with its actual selected state. r=sicking 2013-12-04 08:02:00 -05:00
Boris Zbarsky
f12b117ed3 Bug 939510. nsInputStreamChannel should null out mContentStream when it's done loading it, so that long streams can die as needed. r=jduell 2013-12-04 08:02:00 -05:00
Nicholas D. Matsakis
bab7dca025 Bug 943723: Fix binary search in TypeRepresentationSetBuilder::insert (r=pnkfelix). 2013-12-04 13:37:38 +01:00
Gian-Carlo Pascutto
4086d32015 Bug 933775 - Fix download timestamp by changing 'when' parameter to contain time since epoch. r=wesj 2013-12-04 13:31:00 +01:00
Jacek Caban
b47de94395 Bug 848491 - Fixed cross compilation with mingw. 2013-12-04 13:25:41 +01:00
Jacek Caban
ed6fdf6b50 Bug 944427 - Fixed char16_t/wchar_t mismatch in dom/ r=bsmedberg 2013-12-04 13:19:38 +01:00
Jacek Caban
50a5638f29 Bug 944905 - Fixed char16_t/wchar_t mismatch in xpcom/ r=bsmedberg 2013-12-04 13:19:09 +01:00
Gaia Pushbot
076fffc2b7 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/adb7896ababd
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #14209 from crdlc/bug-940290

Bug 940290 - [Download Manager] Implement timestamps for download notifi...

========

https://hg.mozilla.org/integration/gaia-central/rev/53ba421475c0
Author: crdlc <crdlc@tid.es>
Desc: Bug 940290 - [Download Manager] Implement timestamps for download notifications

========

https://hg.mozilla.org/integration/gaia-central/rev/dae22d6e2cd9
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #14251 from dominickuo/bug-943797

Bug 943797 - [music] Use hash to decide the default album art, r=jimporter

========

https://hg.mozilla.org/integration/gaia-central/rev/d6b776c5cec1
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 943797 - [music] Use hash to decide the default album art
2013-12-04 03:55:23 -08:00
Jim Mathies
66b2dc75d1 Bug 941292 - Add search provider options flyout. r=sfoster 2013-12-04 05:46:10 -06:00
Gaia Pushbot
e602feb01d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c7870a778626
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #14241 from mcjimenez/bug944495

Bug 944495 - Race condition when installing single variant apps

========

https://hg.mozilla.org/integration/gaia-central/rev/3026eb65d625
Author: Carmen Jimenez Cabezas <cjc@tid.es>
Desc: Bug 944495 - Race condition when installing single variant apps
2013-12-04 03:20:23 -08:00
Gaia Pushbot
1e4613f13d Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/c760012bdd6b
Author: Florin Strugariu <bebef_1987@yahoo.com>
Desc: Merge pull request #14221 from zacc/bug_942107_contacts

Bug 942107 - Be smarter about locators in Contacts app

========

https://hg.mozilla.org/integration/gaia-central/rev/c399befe2dea
Author: Zac Campbell <zcampbell@mozilla.com>
Desc: Bug 942107 - Be smarter about locators in Contacts app
2013-12-04 03:05:24 -08:00
Gaia Pushbot
50eeb1d03d Bumping gaia.json for 3 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/03858d5335b0
Author: Arthur Chen <crh0716@gmail.com>
Desc: Bug 930222 - Use mdn on cdma devices

========

https://hg.mozilla.org/integration/gaia-central/rev/33ad3f55fad4
Author: Cristian Rodriguez <crdlc@tid.es>
Desc: Merge pull request #14218 from crdlc/bug-935094

Bug 935094 - [Download Manager] Download notifications

========

https://hg.mozilla.org/integration/gaia-central/rev/afa9c514b995
Author: crdlc <crdlc@tid.es>
Desc: Bug 935094 - [Download Manager] Download notifications
2013-12-04 02:30:24 -08:00
Gaia Pushbot
3a339cebb4 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9178679dc405
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #14168 from arcturus/bug-942140

Bug 942140 - [Settings] when invoked as an activity, we should have a cross instead of a back button and pressing it should move back to the caller

========

https://hg.mozilla.org/integration/gaia-central/rev/b4567053da5c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 942140 - [Settings] when invoked as an activity, we should have a cross instead of a back button and pressing it should move back to the caller
2013-12-04 02:20:25 -08:00
Gaia Pushbot
5ceb4a7075 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/256ca19265a6
Author: gitmai <mri@tid.es>
Desc: Merge pull request #14346 from gitmai/bug-946122-error-tag-reset-all

Bug 946122 -[Cost Control] The button (Reset mobile & wifi data) is show...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/3dfc6b93db40
Author: mai <mri@tid.es>
Desc: Bug 946122 -[Cost Control] The button (Reset mobile & wifi data) is shown in English on every language
2013-12-04 01:55:22 -08:00
Gaia Pushbot
2de810fdfb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d95569b2fb41
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #14121 from svic/handover-bt-pairing

Bug 903305 - BT Pairing via Handover, r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/230ef44195bd
Author: Arno Puder <arno@puder.org>
Desc: Bug 903305 - [Gaia] Support NFC pairing (BT)
2013-12-04 01:40:23 -08:00
Carsten "Tomcat" Book
29083362d8 Backed out changeset deaef09b17c1 (bug 944725) for marionette web-api bustage on a CLOSED TREE 2013-12-04 10:06:32 +01:00
Carsten "Tomcat" Book
0978cca349 Backed out changeset 82345b162c51 (bug 944725) for marionette web-api bustage on a CLOSED TREE 2013-12-04 10:06:14 +01:00
Gaia Pushbot
a5f4e70d23 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5ba587c0808a
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Merge pull request #14259 from jaoo/933203

Bug 933203 - [DSDS] Operator variant logic: APN settings. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/4b2726685b3c
Author: Jose Antonio Olivera Ortega <josea.olivera@gmail.com>
Desc: Bug 933203 - [DSDS] Operator variant logic: APN settings
2013-12-04 00:15:23 -08:00
Gaia Pushbot
1894bf3b9b Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d8f00462c758
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #14273 from Rik/contact-in-dialer-fake-943779

Bug 943779 - Need to update the images displayed while the contact tab i... r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/cd721706646f
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 943779 - Need to update the images displayed while the contact tab is loading with the new visuals

========

https://hg.mozilla.org/integration/gaia-central/rev/bf92c353ee7e
Author: gitmai <mri@tid.es>
Desc: Merge pull request #14308 from gitmai/bug-944718-Broken-usage-widget

Bug 944718 - [Cost Control] Broken access to usage widget from utility t...
r=salva

========

https://hg.mozilla.org/integration/gaia-central/rev/e482b7bf2da3
Author: mai <mri@tid.es>
Desc: Bug 944718 - [Cost Control] Broken access to usage widget from utility tray
2013-12-04 00:05:23 -08:00
Gaia Pushbot
e0301752a3 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1c6b9991fba
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #14327 from pivanov/bug-945773

Bug 945773 - [Settings] 1.3 Visual Refresh - Add NFC Icon

========

https://hg.mozilla.org/integration/gaia-central/rev/305e148f9457
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 945773 - [Settings] 1.3 Visual Refresh - Add NFC Icon

========

https://hg.mozilla.org/integration/gaia-central/rev/0e16cf347609
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #14033 from KevinGrandon/reland_bug_936201"

This reverts commit 8245888f1ac0d27cebbcb48dfdb7e75d89586b00, reversing
changes made to 2dd4c604c1a17e82f2a7e90d7838dab1516c6dde.

========

https://hg.mozilla.org/integration/gaia-central/rev/4fed4d7567fa
Author: Sam Joch <samuel@guiora.com>
Desc: Revert "Merge pull request #14156 from gasolin/issue-942704"

This reverts commit ee1bfd4a260e732264f8486cbf62197760de984a, reversing
changes made to c061ad61abd64f050c48805b27baf047e90bf084.
2013-12-03 23:30:23 -08:00
Jared Wein
9266267dbd Bug 945191 - Australis' combined buttons show wrong context menu options when they are in the toolbar. r=Gijs, DONTBUILD 2013-12-03 18:27:10 -05:00