Граф коммитов

420380 Коммитов

Автор SHA1 Сообщение Дата
Marco Bonardo a4a2afd118 Bug 1160864 - The description field is not shown when editing a read-only container child in the Library. r=mano 2015-05-08 12:43:29 +02:00
Marco Bonardo 8f3d7648d5 Bug 1161882 - "Add a Keyword for this search..." dialog accept button is disabled. r=ttaubert 2015-05-08 12:43:24 +02:00
Marco Bonardo 8f2fe9ad4f Bug 1062894 - Fix wrong assumption in test-places-events.js. r=mossop 2015-05-08 12:43:17 +02:00
Mohamed Waleed f3a908411e Bug 1062894 - Avoid batching tag changes if number of changed tags is low. r=mak, ttaubert 2015-04-27 21:24:21 +02:00
Gijs Kruitbosch 3071aa45ef Bug 1162917 - update readability from github repo, rs=me
--HG--
extra : rebase_source : c3a1681b06f26fcab03a227db29470e88e62fcf9
2015-05-08 12:05:33 +01:00
Carsten "Tomcat" Book 2646447b86 Merge mozilla-central to fx-team on a CLOSED TREE 2015-05-08 13:27:09 +02:00
Carsten "Tomcat" Book 6b5929e6e3 Backed out changeset 0602fff3681d (bug 1137483) for suspicion this made the rc2 test failing more frequently on a CLOSED TREE 2015-05-08 10:50:00 +02:00
Carsten "Tomcat" Book 58bf9ec24c Backed out changeset 399980ce108a (bug 1137483) 2015-05-08 10:48:33 +02:00
Carsten "Tomcat" Book 59f9d29427 Backed out changeset a7ba18a83520 (bug 1137483) 2015-05-08 10:48:24 +02:00
Carsten "Tomcat" Book 747a7e6045 Backed out changeset 501e46e3e348 (bug 1137483) 2015-05-08 10:48:19 +02:00
Carsten "Tomcat" Book 0394b38e1c Backed out changeset 3a1669b7df0f (bug 1137483) 2015-05-08 10:48:13 +02:00
Carsten "Tomcat" Book 9073cdccfa Backed out changeset 3dae1f0d8b0b (bug 1137483) 2015-05-08 10:48:07 +02:00
Phil Ringnalda c1284c6108 Back out e05936099653 (bug 1154053) on suspicion of causing the hellish frequency of Android 2.3 robocop-2 crashes that resulted in this CLOSED TREE, a=bustage 2015-05-07 22:41:26 -07:00
Phil Ringnalda 325c5aa973 Back out 1bae19c2d494 (bug 1140131) for xpcshell and dt bustage
CLOSED TREE
2015-05-07 22:35:49 -07:00
Mark Hammond 64ccac2227 Bug 1140131 - pre-instantiate some xpcom services used by the debugger to avoid recursive instantiation. r=jlongster 2015-05-08 11:02:11 +10:00
Mark Hammond 78fd08e3f7 Bug 1160371 - use mock storage in the oauth token test to avoid intermittent orange on b2g. r=zaach 2015-05-08 11:01:00 +10:00
Randell Jesup b8c6846e13 Bug 1162251: Fix WebRTC jitter buffer ignoring partial frames if the packet holds a complete NAL r=ehugg a=prep for uplift (kwierso) 2015-05-07 20:05:20 -04:00
Wes Kocher 7a898726ae Merge b2ginbound to m-c a=merge CLOSED TREE 2015-05-07 15:23:42 -07:00
Wes Kocher 21cde85b46 Merge inbound to m-c a=merge 2015-05-07 15:12:38 -07:00
Wes Kocher a72c5d5617 Backed out changeset 7ec5c7a4830f (bug 896139) for adding a test that times out a=merge
--HG--
extra : source : f8ad92bbeea604d2cd367773ca7c21e63900cc8d
2015-05-07 10:13:59 -07:00
Carsten "Tomcat" Book b48b9014ff Merge mozilla-central to b2g-inbound on a CLOSED TREE 2015-05-07 16:15:54 +02:00
Carsten "Tomcat" Book 60f46579a5 Merge mozilla-central to fx-team on a CLOSED TREEx 2015-05-07 16:11:08 +02:00
Carsten "Tomcat" Book 5265727d85 Merge mozilla-central to mozilla-inbound 2015-05-07 15:59:06 +02:00
Sotaro Ikeda e2d6f1ea99 Bug 1091037 - Raise ImageBridge thread priority r=gsvelto,nical 2015-05-07 06:53:47 -07:00
Eddy Bruël e1a73c0076 Bug 896139 - Breakpoints not triggering when reloading script;r=jimb 2015-05-07 15:40:39 +02:00
Carsten "Tomcat" Book 41416405bc merge mozilla-inbound to mozilla-central a=merge 2015-05-07 15:38:45 +02:00
Carsten "Tomcat" Book a2faec5d69 merge fx-team to mozilla-central a=merge
--HG--
rename : browser/base/content/test/general/browser_fxa_profile_channel.html => browser/base/content/test/general/browser_fxa_web_channel.html
rename : browser/base/content/test/general/browser_fxa_profile_channel.js => browser/base/content/test/general/browser_fxa_web_channel.js
rename : services/fxaccounts/FxAccountsProfileChannel.jsm => services/fxaccounts/FxAccountsWebChannel.jsm
rename : services/fxaccounts/tests/xpcshell/test_profile_channel.js => services/fxaccounts/tests/xpcshell/test_web_channel.js
rename : browser/devtools/commandline/commands-index.js => toolkit/devtools/gcli/commands/index.js
rename : browser/locales/en-US/chrome/browser/devtools/gcli.properties => toolkit/locales/en-US/chrome/global/devtools/gcli.properties
rename : browser/locales/en-US/chrome/browser/devtools/gclicommands.properties => toolkit/locales/en-US/chrome/global/devtools/gclicommands.properties
extra : rebase_source : 705c7bf98a773fc66bfab781bbc925d79404605c
2015-05-07 15:28:00 +02:00
Mark Banner e47a855193 Bug 1161926 - Standalone UI doesn't always show 'Something went wrong' if the network connection dies. Upgrade jquery due to not always properly catching errors from $.ajax. r=dmose CLOSED TREE
--HG--
rename : browser/components/loop/content/shared/libs/jquery-2.1.0.js => browser/components/loop/content/shared/libs/jquery-2.1.4.js
2015-05-07 09:49:11 +01:00
Mark Banner b3ff681c8e Fix browser_parsable_css.js bustage from bug 1142515 - use correct way to reset padding-left to default. rs=bustage-fix for CLOSED TREE 2015-05-07 13:25:05 +01:00
Carsten "Tomcat" Book 99b05f33d8 Backed out changeset 93f39df2f4f3 (bug 1161926) for test failures in browser_parsable_css.js
--HG--
rename : browser/components/loop/content/shared/libs/jquery-2.1.4.js => browser/components/loop/content/shared/libs/jquery-2.1.0.js
2015-05-07 14:04:57 +02:00
Phil Ringnalda fa6795f7e7 Back out cb1b4b057dad (bug 1161362) for Linux64 cgc failures
CLOSED TREE
2015-05-06 21:15:22 -07:00
Phil Ringnalda 24bb7f3b9f Back out dc2fed1aa0af (bug 1144906) for ASan, Android debug, and OS X 10.10 mochitest-gl bustage
CLOSED TREE
2015-05-06 19:55:40 -07:00
Bobby Holley bc1b71c78e Bug 1131707 - Transparently forward the construct bit for function forwarders. r=gabor 2015-05-06 18:11:51 -07:00
Hannes Verschore 85945a96da Bug 1159899: IonMonkey: Fix folding of ~~x, r=nbp 2015-05-07 02:58:27 +02:00
Cameron McCormack e567ca4a56 Bug 1162366 - Fix spelling of nsPresContext::mSupressResizeReflow and associated methods. r=dholbert
--HG--
extra : rebase_source : dac8dd0f388b5f14231572f57608052439f14951
2015-05-06 20:56:00 -04:00
Seth Fowler 71394a902a Bug 1161743 - Upgrade 'WARNING: Not expiration-tracking an unlocked surface' to an assertion. r=dholbert 2015-05-06 17:45:55 -07:00
Bas Schouten 041fe2073a Bug 1161815: Use a single ID2D1SolidColorBrush per DrawTarget. r=jrmuizel 2015-05-07 02:38:10 +02:00
Jean-Yves Avenard 40e5cc7845 Bug 1159579: Add Interval and IntervalSet objects. r=mattwoodrow
Along with a TimeIntervals class that reimplement all of dom::TimeRanges
features.
2015-05-07 10:24:10 +10:00
Sami Jaktholm f094f51b2c Bug 1160720 - Stop dragging the color selector around if no buttons are pressed down on mousemove. r=bgrins
The color picker stops following the mouse when it receives a mouseup event.
However, in some cases when the mouse button is released outside the color
picker frame, the picker won't know about it and will continue to move the
selection when mouse comes back over the picker frame.

As the MouseEvent.buttons property specifies which buttons are pressed when
the event occurs the picker can use said property to detect if it should stop
following the mouse. When .buttons === 0 on a mousemove event no buttons are
pressed down and it should stop following the mouse.

--HG--
extra : rebase_source : c8a852ba34bcf0e6faf63fd69ea5042e572f8d03
2015-05-06 16:58:20 -07:00
Justin Dolske d76848212a Bug 1160663 - Allow hilighting the Pocket button via UITour. r=MattN
--HG--
extra : rebase_source : 4e11a41e11f3a32c4f207bd4fc22043eccf799c5
2015-05-06 16:53:48 -07:00
Wes Kocher a52d273622 Backed out changeset 7c7e849bb5fd (bug 1161351) for sm arm orange CLOSED TREE 2015-05-06 16:53:29 -07:00
Jeff Gilbert b0077b976e Bug 1144906 - Fast WebGL on E10S. - r=mattwoodrow,nical 2015-05-06 16:35:29 -07:00
Myk Melez 4a89e36100 bug 1125394 - launch runtime executable stub from test app bundle on Mac; r=jmaher,marco 2015-05-06 16:27:33 -07:00
Kartikaya Gupta 85f09c0ea6 Bug 1162179 - Don't create APZCTreeManagers for windows which aren't multiprocess. r=dvander 2015-05-06 19:15:10 -04:00
Maxim Zhilyaev a843ee9494 Bug 1156549 - Allow ramp up time for campaigns with strict start/stop times [r=adw] 2015-05-06 12:09:45 -07:00
Aaron Klotz 7ae85d5d47 Bug 1156903: Add quirk flag that causes NPN_GetValue(NPNVdocumentOrigin) to return an empty string even when it fails; r=jimm
--HG--
extra : rebase_source : 73c726920f9f3187a41f2834f942e891efae9e28
2015-05-06 01:07:32 -06:00
Wes Kocher b6f7abf05b Backed out changeset 93af6e2a390d (bug 1144906) for build bustage 2015-05-06 16:01:47 -07:00
Karl Tomlinson 59a8e46319 bug 1161402 more thread doc for MediaDataDecoder use from IsVideoAccelerated() r=cpearce
--HG--
extra : rebase_source : 80a76610aa57f8afd0789a55b872af4e33b03e56
2015-05-06 16:43:52 +12:00
Blake Wu 4a80fadebf Bug 1161444 - Change MP4Reader's IsMediaSeekable() to only check with Demuxer. r=cpearce
--HG--
extra : rebase_source : 669bb6d1fba27c8ca8e439d739a385711be23da1
2015-05-06 11:16:06 +08:00
Justin Dolske 33acfecb71 Bug 1161881 - Enable Pocket by default (in supported locales), r=gavin
--HG--
extra : rebase_source : d4462061e14511ebe658bccc581bcd7f53277caa
2015-05-05 19:57:00 +01:00