Commit Graph

348394 Commits

Author SHA1 Message Date
Rob Campbell
9620287691 Bug 966692 - Reduce the default set of warnings we display in console; r=msucan 2014-02-20 16:16:00 -05:00
Lucas Rocha
1cbc49fb73 Bug 975198 - Don't use default favicon as placeholder in PanelItemView (r=margaret) 2014-02-25 13:32:59 +00:00
Kartikaya Gupta
cc0efc4c9e Bug 976160 - Log exceptions from EventDispatcher.sendResponse and sendError instead of eating them. r=wesj 2014-02-25 08:19:41 -05:00
Josh Dover
94c1d6d5af Bug 920791 - Hide banner when keyboard is focused. r=margaret 2014-02-21 11:13:55 -08:00
Nikhil Johny
38a8bcd016 Bug 283754 - Awkward phrasing in language selection dialog - "in order of preference" used twice. r=dao 2014-02-25 08:18:56 -05:00
Carsten "Tomcat" Book
595ce35d95 Backed out changeset 9122f3be8c3a (bug 975792) for frequent test failures on a CLOSED TREE 2014-02-25 13:35:57 +01:00
Carsten "Tomcat" Book
8643485376 Backed out changeset efa293b98893 (bug 975792) for frequent failures on a CLOSED TREE 2014-02-25 13:35:41 +01:00
Carsten "Tomcat" Book
14829c87bb Backed out changeset f3aa442c84e4 (bug 976418) for frequent test failures on a CLOSED TREE 2014-02-25 13:35:18 +01:00
Dão Gottwald
748d43a0dd Bug 956491 - Don't use Toolbar-inverted.png for the tabbar on Win7 glass. r=jaws 2014-02-25 13:14:03 +01:00
Dão Gottwald
d24591f11d Bug 967752 - Use media queries instead of the more expensive vw unit to adjust the identity label for small windows. r=jaws 2014-02-25 13:12:40 +01:00
Gijs Kruitbosch
797e3adaa1 Bug 946873 - fix Australis bookmarks menu button (literal) edgecase, r=Unfocused
--HG--
extra : rebase_source : 04aa6fd21331bfe7d5f4d2f44d76680a111dc55d
2014-02-25 11:50:12 +00:00
Gijs Kruitbosch
c7e6ad1726 Bug 969853 - use label instead of title attribute for labels in customize palette, r=Unfocused
--HG--
extra : rebase_source : b4b9168cbf2ac80c083dce97e51739a50176b1f3
2014-02-25 11:50:05 +00:00
Florian Quèze
015bd036d7 Bug 804611 - Add a way to grant/deny getUserMedia permissions persistently, r=jesup,dolske, ui-r=Boriss. 2014-02-25 12:50:42 +01:00
Mihai Sucan
180e2f4d62 Bug 975167 - Traceback in autocompletion while debugging; r=past 2014-02-21 21:06:20 +02:00
Sami Jaktholm
1c9d408590 Bug 915141 - WebConsole: Listen to the 'command' event of 'Log Request and Response Bodies' menuitems instead of 'click'; r=msucan 2014-02-25 13:44:36 +02:00
Sami Jaktholm
5b30606c4b Bug 975707 - Links in Console load in Console's view on double-click, breaking Console till reopen; r=msucan 2014-02-25 13:44:36 +02:00
Lucas Rocha
e9757098c8 Bug 976122 - Fix HomePanels:Get handling in Home.jsm (r=margaret) 2014-02-25 11:28:58 +00:00
Lucas Rocha
f78d688572 Bug 972351 - Factor URL handling into PanelViewUrlHandler (r=margaret) 2014-02-25 10:41:57 +00:00
Marco Bonardo
26bd62207e Bug 971713 - Device name field in Preferences should be inline. r=ttaubert 2014-02-25 11:17:04 +01:00
Nick Alexander
c77f1718b5 Bug 903528 - Follow-up: Fix build dependencies. a=bustage
The issue is that the preprocessed files need to be referenced as
$(CURDIR)/file to have Make handle the dependencies correctly.  To
allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to
AndroidManifest.xml) and uses it in the appropriate places.
2014-02-24 23:18:47 -08:00
Nick Alexander
dcbbaec14a Bug 903528 - Follow-up: Fix AndroidEclipse project files. r=me 2014-02-24 21:26:41 -08:00
Brian Nicholson
b68aab6fba Bug 976033 - Make menu item drawable mutable. r=wesj 2014-02-24 21:05:49 -08:00
Projjol Banerji
bd5ecc9c89 Bug 948888 - Move inline scripts and styles into separate file for toolkit/mozapps/extensions/content/extensions.xul (URL=about:addons) r=Unfocused,MattN 2014-02-21 03:52:00 +13:00
John Shih
c5fbfa3bba Bug 961598 - support DNS reslover. r=vchang 2014-02-20 19:04:51 +08:00
Solomon Chiu
7948634b9e Bug 959505 - Rename GonkBufferQueue/GonkConsumerBase to JB version. r=sotaro
--HG--
rename : widget/gonk/nativewindow/GonkBufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueJB.cpp
rename : widget/gonk/nativewindow/GonkBufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueJB.h
rename : widget/gonk/nativewindow/GonkConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseJB.cpp
rename : widget/gonk/nativewindow/GonkConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseJB.h
2014-02-20 18:42:31 +08:00
Solomon Chiu
55b0059b4b Bug 959505 - Modify BufferQueue/ConsumerBase/NativeWindow/NativeWindowClient/GraphicBufferConsumer for Gonk. r=sotaro 2014-02-20 18:42:17 +08:00
Solomon Chiu
0f74fe0b37 Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro
--HG--
rename : widget/gonk/nativewindow/BufferQueue.cpp => widget/gonk/nativewindow/GonkBufferQueueKK.cpp
rename : widget/gonk/nativewindow/BufferQueue.h => widget/gonk/nativewindow/GonkBufferQueueKK.h
rename : widget/gonk/nativewindow/ConsumerBase.cpp => widget/gonk/nativewindow/GonkConsumerBaseKK.cpp
rename : widget/gonk/nativewindow/ConsumerBase.h => widget/gonk/nativewindow/GonkConsumerBaseKK.h
rename : widget/gonk/nativewindow/Surface.cpp => widget/gonk/nativewindow/GonkNativeWindowClientKK.cpp
rename : widget/gonk/nativewindow/Surface.h => widget/gonk/nativewindow/GonkNativeWindowClientKK.h
rename : widget/gonk/nativewindow/BufferItemConsumer.cpp => widget/gonk/nativewindow/GonkNativeWindowKK.cpp
rename : widget/gonk/nativewindow/BufferItemConsumer.h => widget/gonk/nativewindow/GonkNativeWindowKK.h
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.cpp => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.cpp
rename : widget/gonk/nativewindow/IGraphicBufferConsumer.h => widget/gonk/nativewindow/IGonkGraphicBufferConsumer.h
2014-02-20 18:42:02 +08:00
Solomon Chiu
a1e762aee8 Bug 959505 - Rename KK's file to corrensponding Gonk version. r=sotaro 2014-02-20 18:41:45 +08:00
B2G Bumper Bot
430623a8d3 Bumping manifests a=b2g-bump 2014-02-26 05:14:44 -08:00
B2G Bumper Bot
f3a00cf650 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 976546 - User should not be able to pull down utility tray before unlock

========

https://hg.mozilla.org/integration/gaia-central/rev/046c33eed6b5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 976546 - User should not be able to pull down utility tray before unlock
2014-02-26 05:14:35 -08:00
B2G Bumper Bot
7e54acb527 Bumping manifests a=b2g-bump 2014-02-26 04:06:16 -08:00
B2G Bumper Bot
63c24fdff4 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

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

Bug 965302 - [Feedback] clean up HTML r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/a2f38862696f
Author: Zlatan Vasović <legospace9876@gmail.com>
Desc: Bug 965302 - [Feedback] clean up HTML r=kgrandon

========

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

Bug 950147 - Add new Illustrative Wallpapers for v.1.4

========

https://hg.mozilla.org/integration/gaia-central/rev/ab2de2191c8f
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 950147 - Add new Illustrative Wallpapers for v.1.4
2014-02-26 04:00:25 -08:00
B2G Bumper Bot
cd896055cd Bumping manifests a=b2g-bump 2014-02-26 02:45:51 -08:00
B2G Bumper Bot
0d52fca4e6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/89d027656c60
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Merge pull request #16609 from EverythingMe/bug-975917

Bug 975917 - [Everything.me] Tapping homebutton while in Collection Rena...

========

https://hg.mozilla.org/integration/gaia-central/rev/851a7258826c
Author: Amir Nissim <amirnissim@gmail.com>
Desc: Bug 975917 - [Everything.me] Tapping homebutton while in Collection Rename mode may cause freeze [r=ranbena]
2014-02-26 02:40:23 -08:00
B2G Bumper Bot
0adf94ee99 Bumping manifests a=b2g-bump 2014-02-26 02:30:50 -08:00
B2G Bumper Bot
1f9e6d82fc Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8bb5b636e08b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 971654 - Correct lockscreen background sizing"

This reverts commit 21d0c2d77314325e7330daf4ebb90ed844a0c9ed.
2014-02-26 02:25:24 -08:00
B2G Bumper Bot
2568319b8b Bumping manifests a=b2g-bump 2014-02-26 02:06:12 -08:00
B2G Bumper Bot
8db9d1b28c Bumping gaia.json for 10 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/a4e943056dcb
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS - Cache multiple menus"

This reverts commit e04004412461de9365820895ae87b631e32f2487.

========

https://hg.mozilla.org/integration/gaia-central/rev/a7a477d44dae
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS - Showing multiple STK menu entries"

This reverts commit d67d31a4d8e72ac76c117f5c2230b3cfd5de4e8c.

========

https://hg.mozilla.org/integration/gaia-central/rev/c0c2aa453ab1
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS - Sending the iccId to settings for SELECT_ITEM commands"

This reverts commit 852498f25d3685ca611933951dcd6248704d6540.

========

https://hg.mozilla.org/integration/gaia-central/rev/531adaad47cc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS - Support of DSDS in Settings"

This reverts commit 111bae52fbda969e587e7386dbfdf54de3ceed04.

========

https://hg.mozilla.org/integration/gaia-central/rev/9f0fd99ef806
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "Nits fixed"

This reverts commit 36333916f088cc6fafe87bc8d61d0d870db6c3f8.

========

https://hg.mozilla.org/integration/gaia-central/rev/96618ffd03cc
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS: Fixes a race condition in DSDS devices"

This reverts commit e6c0a6732c48ec4dffb46ab63edc149c648580ca.

========

https://hg.mozilla.org/integration/gaia-central/rev/336683f4ab21
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS: Nits fixed"

This reverts commit 6b5274ab6e90885c5f939345f9ff586cf3b594ff.

========

https://hg.mozilla.org/integration/gaia-central/rev/0d506070df5d
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS: Better (and faster) icc page loaded check - This also fix 937082"

This reverts commit 5a3b2ef8dd9ac55bccc361c2e7c1bdf93d59ee75.

========

https://hg.mozilla.org/integration/gaia-central/rev/0316edc02b84
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS: Nit, remove visibilitychange event on new ones"

This reverts commit 32274ee843ee3394307da8888a5015db0752b82a.

========

https://hg.mozilla.org/integration/gaia-central/rev/eb85fb0b393c
Author: Arthur Chen <crh0716@gmail.com>
Desc: Revert "STK DSDS: Registering icc-stkcommand system message earlier. See https://bugzilla.mozilla.org/show_bug.cgi?id=951599#c17"

This reverts commit 85ece8e6da2a888baca8d951f3a0e676f6e6bef8.
2014-02-26 02:00:24 -08:00
B2G Bumper Bot
85d900fcf7 Bumping manifests a=b2g-bump 2014-02-26 01:46:46 -08:00
B2G Bumper Bot
e49b4a39c7 Bumping gaia.json for 11 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/495bd3705c48
Author: Fernando Rodríguez Sela <frsela@tid.es>
Desc: Merge pull request #15532 from frsela/STK_DSDS/Bug951599

Bug 951599 - [DSDS][STK] Display multiple cards in settings, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/6f988fcc0d5e
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS: Registering icc-stkcommand system message earlier. See https://bugzilla.mozilla.org/show_bug.cgi?id=951599#c17

========

https://hg.mozilla.org/integration/gaia-central/rev/ebaee64f57d0
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS: Nit, remove visibilitychange event on new ones

========

https://hg.mozilla.org/integration/gaia-central/rev/3560eceed606
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS: Better (and faster) icc page loaded check - This also fix 937082

========

https://hg.mozilla.org/integration/gaia-central/rev/f6f86a9a4d81
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS: Nits fixed

========

https://hg.mozilla.org/integration/gaia-central/rev/8211d758259f
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS: Fixes a race condition in DSDS devices

========

https://hg.mozilla.org/integration/gaia-central/rev/7a90c3ec62a1
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: Nits fixed

========

https://hg.mozilla.org/integration/gaia-central/rev/dd5b583cd8fd
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS - Support of DSDS in Settings

========

https://hg.mozilla.org/integration/gaia-central/rev/e5f4121f2781
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS - Sending the iccId to settings for SELECT_ITEM commands

========

https://hg.mozilla.org/integration/gaia-central/rev/39fc157863d7
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS - Showing multiple STK menu entries

========

https://hg.mozilla.org/integration/gaia-central/rev/b9e931bf9c53
Author: Fernando Rodriguez Sela <frsela@tid.es>
Desc: STK DSDS - Cache multiple menus
2014-02-26 01:45:27 -08:00
B2G Bumper Bot
79048ba564 Bumping manifests a=b2g-bump 2014-02-26 01:26:13 -08:00
B2G Bumper Bot
3f8571f89c Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/00d43174b0e8
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Merge pull request #16644 from dmarcos/bug975453

Bug 975453 - [B2G][Camera]Unable to stop recording video when quickly sw...

========

https://hg.mozilla.org/integration/gaia-central/rev/85f35499e33d
Author: Diego Marcos <diego.marcos@gmail.com>
Desc: Bug 975453 - [B2G][Camera]Unable to stop recording video when quickly switching to camera mode after pressing record
2014-02-26 01:20:24 -08:00
B2G Bumper Bot
a19cb2f8b7 Bumping manifests a=b2g-bump 2014-02-26 00:36:09 -08:00
B2G Bumper Bot
f2896ed547 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

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

Bug 970225 - [Download Manager] Confirmation screen is displayed once fo...

========

https://hg.mozilla.org/integration/gaia-central/rev/7c6e2620aa11
Author: crdlc <crdlc@tid.es>
Desc: Bug 970225 - [Download Manager] Confirmation screen is displayed once for each selected file
2014-02-26 00:30:20 -08:00
B2G Bumper Bot
4e8130faee Bumping manifests a=b2g-bump 2014-02-25 23:56:15 -08:00
B2G Bumper Bot
378300380a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e9740002cd5e
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #16605 from alivedise/bugzilla/960667/popup-height-wrong

Bug 960667 - Fix popup height, r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/2d118dd1b742
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 960667 - Fix popup height
2014-02-25 23:50:24 -08:00
Ben Tian
92255142aa Bug 939672 - Patch 2/2: Move NS_DECL_ISUPPORTS and NS_DECL_NSIOBSERVER into BluetoothProfileManagerBase.h 2014-02-20 18:15:47 +08:00
Ben Tian
c16cd5a358 Bug 939672 - Patch 1/2: [bluedroid] Add fallback BluetoothHfpManager, r=gyeh
--HG--
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.cpp => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.cpp
rename : dom/bluetooth/bluedroid/BluetoothHfpManager.h => dom/bluetooth/bluedroid/hfp/BluetoothHfpManager.h
2014-02-25 11:37:37 +08:00
B2G Bumper Bot
4b6621275d Bumping manifests a=b2g-bump 2014-02-25 00:36:29 -08:00
B2G Bumper Bot
7f5b2bafa7 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/72ba3c877281
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #16580 from nullaus/bug975850-cards-view-stack-manager

bug 975850

========

https://hg.mozilla.org/integration/gaia-central/rev/c7556e7ec2cd
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 975850

* Stack Manager should start up with _current set to -1 since we launch the homescreen by default.
* Cards View should show most recently used application (last on stack) when the homescreen is being shown.
* Added tests for showing cards view from homescreen in default running state (eg. no recent apps)
* Added tests for stack manager to ensure that position is always -1 initially.
* Seperated the tests for cards view active, one set for in the rocketbar, one set for outside of the rocketbar.
** The original test covered the default running state case, it was updated for the task manager being shown in
   rocketbar but we did _not_ backout that change when disabling the rocketbar in 1.4.
* call blur on AppWindow instead of on frame.

r=alive
2014-02-25 00:35:25 -08:00