Commit Graph

192563 Commits

Author SHA1 Message Date
Wes Kocher
78c2730edc Merge m-c to fx-team 2014-07-07 16:39:00 -07:00
Chenxia Liu
d74af04a69 Bug 1030113 - Regression: Menu breaks on Firefox 29+ on tablets with hardware menu. r=mfinkle 2014-07-07 15:19:53 -07:00
Chris Kitching
0403060c91 Bug 1024289: Part 3: remove display column from combined view. r=rnewman 2014-07-07 14:52:37 -07:00
Chris Kitching
98dd4ffc3d Bug 1024289: Part 2: remove redundant null checks from combined view. r=rnewman 2014-07-07 14:52:37 -07:00
Chris Kitching
bed91760d4 Bug 1024289: Part 1: remove redundant subquery from combined view and add upgrade path. r=rnewman 2014-07-07 14:52:37 -07:00
Brian Nicholson
c7d32d44f1 Bug 1030757 - Don't list closed private tabs in Recent Tabs panel. r=mfinkle 2014-07-07 14:28:14 -07:00
Tim Taubert
4dde87e3a2 Bug 965697 - Fix intermittent browser_sessionHistory.js failures by waiting until the history entry has been replaced. r=smacleod
--HG--
extra : rebase_source : 2c134be33a3ba6e4916d8645eb662141eb1ecbfa
2014-07-07 14:11:17 -04:00
Richard Newman
e10911e0f7 Bug 959379 - 192x192 app icon for Fennec. DONTBUILD, r=none, assets only. 2014-07-07 13:32:54 -07:00
Mark Finkle
abdaea156a Bug 1033168 - GeckoView needs to use EventDispatcher.sendResponse r=wesj 2014-07-07 16:28:03 -04:00
Mark Capella
79ff7f62f1 Bug 1003610 - Remote Tabs shouldn't lose scroll position, r=nalexander 2014-07-07 16:19:12 -04:00
Richard Newman
1e27dc754e Bug 1024289 - Part 0c: follow-up to fix bustage. r=trivial 2014-07-07 13:11:09 -07:00
Robert Strong
704074b19a Bug 1027287 - Prevent non-local network connection to aus when enabling app update in add-ons mgr hotfix test. r=mossop 2014-07-07 12:49:21 -07:00
Gijs Kruitbosch
39a022d850 Bug 1035211 - don't call acceptDialog for privacy pane private browsing change in in-content prefs, r=jaws
--HG--
extra : rebase_source : cde84a8a08de69f205b1572d85f270c28b6de56f
2014-07-07 18:40:05 +01:00
Gijs Kruitbosch
f1c88689a5 Bug 1035164 - fix nullcheck in CustomizableWidgets, remove warning for items without shortcut in subviews, r=jaws
--HG--
extra : rebase_source : 0b58d1d43a877f8776ac99fe20dda9c4495c4643
2014-07-07 18:38:25 +01:00
Richard Newman
e47b217248 Bug 1024289 - Part 0b: fix cursor closing in testBrowserProvider. r=trivial 2014-07-07 10:44:28 -07:00
Chris Kitching
828540c80b Bug 1024289: Part 0a: remove unnecessary use of autoboxing from testBrowserProvider. r=rnewman 2014-07-07 10:44:27 -07:00
Steve Fink
f7206b8083 (sort of) bug 898554 - raise expected hazard count for b2g to 4 until they're fixed.
--HG--
extra : rebase_source : 9769b75cc8e39e09bcce536581a903f4457d1c41
2014-07-02 16:20:12 -07:00
Nicolas Silva
4c5e346edc Bug 1034593 - Teach cairo to not fail at creating oversized masks in case of huge clips. r=jrmuizel 2014-07-07 16:13:16 +02:00
Sotaro Ikeda
3755ec3db3 Bug 1034294 - Fix SharedBufferManagerParent 2014-07-07 07:11:40 -07:00
Sotaro Ikeda
1af16433e9 Bug 1027809 - Use gst_video_format_get_component_width() r=edwin 2014-07-07 06:42:24 -07:00
Carsten "Tomcat" Book
98666c6194 Merge mozilla-central to mozilla-inbound 2014-07-07 15:20:32 +02:00
Emanuel Hoogeveen
4044473c48 Bug 1034225 - Avoid purging the free lists every iteration in PJS by checking if the current arena is in use. r=terrence 2014-07-04 04:19:00 -04:00
Richard Barnes
0f180be3a2 Bug 1033492 - WebCrypto: heap-buffer-overflow crash [@PK11_EnterSlotMonitor]. r=dkeeler 2014-07-07 09:07:46 -04:00
Chia-hung Tai
3265721243 Bug 1029316 - Add an argument in |VideoSegment::AppendFrame| for the information of bFroceBlack. r=roc 2014-07-04 14:37:36 +08:00
Vaibhav Agrawal
8dd0e39442 Bug 1014125 - Bisection Base Patch. r=ahal 2014-07-04 13:55:00 +02:00
Douglas Crosher
eacebef715 Bug 1031877 - OdinMonkey: move some debug assertions on code positions until after they are converted to their actual position. r=luke 2014-07-05 18:49:48 +10:00
Caio Lima
f8d118af4b Bug 1024609 - Implemented RArgumentsLength reading the value stored on IonJSFrameLayout. r=nbp 2014-07-04 12:18:00 +02:00
Benjamin Chen
5cd42ca5a4 Bug 1015856 - Add gtest testcase for checking WebM aspect ratio. r=rillian 2014-07-04 15:15:55 +08:00
Boris Chiou
2556a7714b Bug 991227 - Replace std::auto_ptr with nsAuto(Array)Ptr in LayerScope. r=dglastonbury
std::auto_ptr causes clang 3.5 build warnings because we shouldn't use
std::auto_ptr in C++ 11 anymore. auto_ptr is deprecated in clang 3.5.
Therefore I replaced all the std::auto_ptrs in LayerScope.cpp.
Note: nsAuto(Array)Ptr should use "new" operator in C++, instead of
moz_malloc() because the destructor of nsAuto(Array)Ptr will call
delete(delete []).
2014-07-05 11:34:00 +02:00
Ms2ger
411c89823f Bug 1029933 - Followup: remove now unused js::Classes from jsapi.cpp; r=till
These classes were used until changeset 650197ade3b3, when they were replaced
by dummy JSProtoKey values.
2014-07-07 12:05:58 +02:00
Andrew Comminos
e31c58cd7c Bug 958868 - Add support for delta line and page accumulation; r=masayuki, sr=smaug 2014-07-07 18:54:14 +09:00
Andrew Comminos
f6d52ec634 Bug 958868 - Add support for GDK_SCROLL_SMOOTH; r=karlt 2014-07-07 18:54:13 +09:00
Benjamin Bouvier
347f38ecf6 Bug 1034400: Make RNot recover in all cases and not assert on objects; r=nbp 2014-07-07 11:47:10 +02:00
Athena
2795168efc Bug 977169 - Apply aria-label "x panel" to Toolbox r=bgrins f=marcoz 2014-07-07 11:27:10 +02:00
40955296c7 Bug 1034043 - Fix remaining use of "awlaysAsk" attribute in applications pref pane. r=Unfocused 2014-07-03 06:04:00 +12:00
Walter Litwinczyk
a499a77134 Bug 913999 - DrawWindow() - Remove hard-coded 1.0f in DrawOptions and only use Azure if alpha is not needed. r=mattwoodrow 2014-07-02 10:27:25 -07:00
Mark Banner
8d22dc72fc Fix b2g bustage from Bug 1032017, add missing commas. rs=bustage fix for CLOSED TREE 2014-07-08 08:11:23 +01:00
Rick Eyre
2071c94b0e Bug 1018933 - Part 2: Add regression test. r=rillian 2014-07-02 19:09:00 +02:00
Rick Eyre
1cb29d38e6 Bug 1018933 - Part 1: HTMLTrackElement should not create another TextTrack if one already exists. r=rillian 2014-07-02 19:10:00 +02:00
Boris Chiou
48e3a702de Bug 975346 - Part 2: Support LayerScope for HwcComposer2D. r=dglastonbury
1. Retrieve buffer from GPU.
2. Refactor - use SenderHelper class to manage the Sender
   static function structure.
2014-07-03 01:17:00 +02:00
Alexandre Poirot
274505232a Bug 1033511 - Remove simulatorscreen annoying error message. r=21 2014-07-02 10:52:00 -04:00
Andrew Osmond
072944be8a Bug 1030007 - Throttle updating the preview window when CPU low and/or encoder falls behind. r=mikeh, r=cpearce 2014-07-02 19:55:00 -04:00
Bevis Tseng
2447269f45 Bug 1028791 - Re-write Marionette Test Cases of CellBroadcast with Promise. r=vyang 2014-07-02 19:28:33 +08:00
Jan Jongboom
9d019f9823 Bug 1026997 - Use nsISelectionPrivate to track selection changes in forms.js. r=yxl 2014-07-08 03:31:00 -04:00
Dimi Lee
b1c674417f Bug 997576 - [NFC] Testcase for reading empty NFC tag. r=tzimmermann 2014-07-08 11:56:57 +08:00
B2G Bumper Bot
3af6525a4e Bumping manifests a=b2g-bump 2014-07-08 04:11:11 -07:00
B2G Bumper Bot
4305f9bc03 Bumping gaia.json for 13 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/49b832dfafe5
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Merge pull request #21426 from timdream/keyboard-touch-handling

Bug 1029356 - Introduce ActiveTargetsManager, r=rudyl

========

https://hg.mozilla.org/integration/gaia-central/rev/2cc0eb8c754f
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part XII) Cancel selection target when press is moved

========

https://hg.mozilla.org/integration/gaia-central/rev/2332e0163e28
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part XI) Introduce ActiveTargetsManager and let keyboard.js use it

========

https://hg.mozilla.org/integration/gaia-central/rev/1a793bd2c66c
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part X) Introduce VisualHighlightManager and let keyboard.js use it

========

https://hg.mozilla.org/integration/gaia-central/rev/d9fbb210e476
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part IX) AlternativesCharMenuManager.isMenuTarget method

========

https://hg.mozilla.org/integration/gaia-central/rev/4dd9381de8a3
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part VIII) Have AlternativesCharMenuManager figure out alternatives

========

https://hg.mozilla.org/integration/gaia-central/rev/2b4098566c02
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part VII) Use longPressValue instead of alt char for number/tel keys

========

https://hg.mozilla.org/integration/gaia-central/rev/d4103ebee05d
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part VI) Don't handle keyObj in keyboard.js

========

https://hg.mozilla.org/integration/gaia-central/rev/79fc9bfa5267
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part V) AlternativesCharMenuManager.isMenuTouch method

========

https://hg.mozilla.org/integration/gaia-central/rev/3b815935ffd1
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part IV) FeedbackManager and let keyboard use it

========

https://hg.mozilla.org/integration/gaia-central/rev/0310c81e6d86
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part III) Introduce AlternativesCharMenuManager and use it

========

https://hg.mozilla.org/integration/gaia-central/rev/5e26ef350e00
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part II) Rename menu* to longPress*

========

https://hg.mozilla.org/integration/gaia-central/rev/4e4a26fbba5a
Author: Timothy Guan-tin Chien <timdream@gmail.com>
Desc: Bug 1029356 - (Part I) Handle layout alternatives in LayoutLoader
2014-07-08 04:00:26 -07:00
B2G Bumper Bot
3f30652a4e Bumping manifests a=b2g-bump 2014-07-08 03:41:11 -07:00
B2G Bumper Bot
e188317e0f Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5c017f5f117e
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #21487 from rnowm/1035670

Bug 1035670 - [BB] Create new shared component to manage icon fonts r=pivanov

========

https://hg.mozilla.org/integration/gaia-central/rev/b44f1a1a1c57
Author: rnowm <arnau@arnaumarch.com>
Desc: Bug 1035670 - [BB] Create new shared component to manage icon fonts
2014-07-08 03:35:28 -07:00
Fernando Jiménez
7993494aa4 Bug 1024396 - Allow blocking certain permissions for privileged apps. r=fabrice 2014-07-08 12:10:24 +02:00