Commit Graph

158552 Commits

Author SHA1 Message Date
Lucas Rocha
daefc5178d Bug 935473 - Avoid unnecessary animations in forward button (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
c66f80cdb1 Bug 935473 - Replace ViewGroup.MarginLayoutParams with MarginLayoutParams (r=sriram) 2013-12-05 16:26:34 +00:00
Victor Porof
777137829a Bug 893692 - The continue/stepping buttons in the debugger are very confusing when paused, r=past 2013-12-05 18:07:54 +02:00
Victor Porof
7b70615cab Bug 946592 - Rename netmonitor-panel.js to just panel.js. r=past
--HG--
rename : browser/devtools/netmonitor/netmonitor-panel.js => browser/devtools/netmonitor/panel.js
2013-12-05 09:37:47 +02:00
Victor Porof
4ef4cc2211 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
01d7ec0423 Bug 925921 - Enable Manifest Editor by default. r=paul 2013-12-04 13:29:47 -06:00
Patrick Brosset
4065637cbe Bug 726427 - CSS transform preview tooltip in style inspector. r=bgrins 2013-12-05 09:35:35 -05:00
Lucas Rocha
190480b342 Bug 945375 - Unconditionally return mSubmenu in GeckoMenuItem.getSubMenu() (r=rnewman) 2013-12-05 11:16:45 +00:00
Gijs Kruitbosch
8c9c0c4691 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
a6d5c8e063 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
bcd907018e 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
2fcf72e153 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
71bf06d6b8 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
4994826db0 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
22195de062 Bug 942680 - Place search pane below actionbar. r=lucasr 2013-12-04 21:20:19 -08:00
Wes Johnston
33cb028f34 Bug 943513 - Update visual style of action modes. r=lucasr 2013-12-04 08:35:58 -08:00
Phil Ringnalda
4ab42b9d9c Merge m-c to f-t 2013-12-04 20:29:00 -08:00
Nicholas Cameron
c02cf6cf65 Backout bug 899785 for talos regressions. r=sadness 2013-12-05 17:18:59 +13:00
Sam Foster
9e9759a290 Bug 917429 - add back the fixed watermark. r=rsilveira 2013-12-04 19:33:17 -08:00
Ryan VanderMeulen
2ec48f94e7 Merge inbound to m-c on a CLOSED TREE. 2013-12-04 17:35:44 -05:00
Ryan VanderMeulen
ed69ed8e4f Merge fx-team to m-c. 2013-12-04 17:34:58 -05:00
Ryan VanderMeulen
f31a233588 Merge b2g-inbound to m-c on a CLOSED TREE. 2013-12-04 17:34:18 -05:00
Ryan VanderMeulen
42bf063001 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
a08afe9077 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
b6317a3287 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
37f02b6724 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
ff32aca614 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
7a906fe78a 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
bc7799238c 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
83ab298b53 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
a8888521b9 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
b5bcbf7665 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
52853729f6 Bug 942631 part 1. Add support for a [Cached] WebIDL annotation. r=peterv 2013-12-04 08:02:17 -05:00
Boris Zbarsky
2222a7f1b8 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
2cd1e57d1c 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
f98fd761c2 Bug 943723: Fix binary search in TypeRepresentationSetBuilder::insert (r=pnkfelix). 2013-12-04 13:37:38 +01:00
Gian-Carlo Pascutto
eaad65b612 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
9dcf4d0cbd Bug 848491 - Fixed cross compilation with mingw. 2013-12-04 13:25:41 +01:00
Jacek Caban
4be5441848 Bug 944427 - Fixed char16_t/wchar_t mismatch in dom/ r=bsmedberg 2013-12-04 13:19:38 +01:00
Jacek Caban
843b3659fc Bug 944905 - Fixed char16_t/wchar_t mismatch in xpcom/ r=bsmedberg 2013-12-04 13:19:09 +01:00
Gaia Pushbot
c87f3d4320 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
210775829d Bug 941292 - Add search provider options flyout. r=sfoster 2013-12-04 05:46:10 -06:00
Gaia Pushbot
872d9a3229 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
4bc164d065 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
14e0f38ea8 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
fe6e64fb7d 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
84af3fbbee 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
11ae7f742d 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
0c9040312f 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
2decfc57f7 Backed out changeset 82345b162c51 (bug 944725) for marionette web-api bustage on a CLOSED TREE 2013-12-04 10:06:14 +01:00