Commit Graph

150489 Commits

Author SHA1 Message Date
Victor Porof
d9cbb026b8 Bug 924879 - Minor cleanups for Parser.jsm, r=past 2013-10-15 20:10:34 +03:00
Jared Wein
b5645cdf50 Bug 896291 - 'Close other tabs' should show the confirmation dialog if the number of tabs is greater than browser.sessionstore.max_tabs_undo. r=ttaubert,MattN
--HG--
extra : rebase_source : 0e7d5bfa58f020f49e97824da9c1c00fab369357
2013-10-15 12:39:48 -04:00
Jared Wein
b1a253a446 Bug 926928 - Pull out the code that builds the 'Recently Closed Tabs' and 'Recently Closed Windows' to a separate module. r=Gijs
--HG--
extra : rebase_source : a0bf9a5894fc8d2b2b6fb69fe390edb3cc4c4ede
2013-10-14 14:33:17 -04:00
Ed Morley
4984383861 Backed out changeset 0b6f43cbb7dd (bug 899187) for causing a couple of new intermittent failures 2013-10-15 17:22:34 +01:00
Wes Johnston
9323b2ab25 Bug 920170 - Allow adding a grid of icons to prompts. r=margaret 2013-10-15 08:53:16 -07:00
Wes Johnston
0df52d5fd7 Bug 904245 - TWhitespace fixup r=kats 2013-10-15 08:08:10 -07:00
Wes Johnston
f9a93fb4b0 Bug 904245 - Take touch radius into account when calculating pan threshold. r=kats 2013-10-15 08:06:01 -07:00
Panos Astithas
125e68eb35 Make property descriptor tooltips easier to read on Linux (bug 926397). r=paul,msucan 2013-10-14 15:57:04 +03:00
Marco Bonardo
d0d18d3b22 Bug 914294 - Don't throw exceptions from the history result end batch macro to retain backwards compatibility.
r=mano
2013-10-15 14:30:33 +02:00
Carsten "Tomcat" Book
df606c3d9c Merge mozilla-central to fx-team 2013-10-15 10:49:42 +02:00
Carsten "Tomcat" Book
4a1842bd91 merge b2g-inbound to mozilla-central 2013-10-15 10:27:51 +02:00
Wes Johnston
13fd9e42a0 Bug 923391 - Prompts should return values even if they're cancelled. r=mfinkle 2013-10-15 00:13:13 -07:00
Wes Johnston
cd0eddf863 Bug 920170 - Break out some pieces of prompts into their own methods. r=margaret 2013-10-15 00:11:27 -07:00
Ryan VanderMeulen
f7fe44df44 Backed out changeset b83bf0fa7adc (bug 924724) 2013-10-14 23:26:53 -04:00
Matt Woodrow
08ccf6da21 Bug 926258 - Implement a Moz2D version of gfxPath. r=Bas 2013-10-15 16:23:21 +13:00
Matt Woodrow
d84a67ef04 Bug 926258 - Remove gfxFlattenedPath as it doesn't match the abstraction we want for Moz2D. r=roc 2013-10-15 16:23:21 +13:00
Matt Woodrow
48ad51e65b Bug 922942 - Add a Validate() pass to BasicLayers to avoid needing to create a dummy destination context. r=roc 2013-10-15 16:23:21 +13:00
Matt Woodrow
8cf666badb Bug 922942 - Clean up some no longer used ShadowLayers code from BasicLayers. r=roc 2013-10-15 16:23:21 +13:00
Matt Woodrow
809492790e Bug 922942 - Use Moz2D for canvas snapshots when the canvas and content backends don't match. r=roc 2013-10-15 16:23:20 +13:00
Matt Woodrow
e74644cd8e Bug 922942 - Use Moz2D for android snapshots. r=roc 2013-10-15 16:23:20 +13:00
Gaia Pushbot
d101e9f3ad Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8c2ad9ad3192
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #12545 from huchengtw-moz/camera/Bug_921921_deleted_picture_can_be_displayed

Bug 921921 - [Buri][Gallery][Camera]Deleted picture can be displayed in ..., r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/57651974223a
Author: John Hu <johu@mozilla.com>
Desc: Bug 921921 - [Buri][Gallery][Camera]Deleted picture can be displayed in the camera
2013-10-14 19:50:25 -07:00
Gaia Pushbot
af8bd0daeb Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e3eadf39c12a
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #12742 from dwi2/bug921930

Bug 921930 - Implement asyncSemaphore for sound manager settings R/W, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/dadfda8a9484
Author: tzhuang <tzhuang@mozilla.com>
Desc: Bug 921930 - [B2G][Helix][Setting][Sound][Bug][shijinde]The vibrate state is error by Setting the volume mute and unmute in sleep menu function
2013-10-14 19:35:23 -07:00
Wes Kocher
76de2fbfd9 Merge m-c to b-i 2013-10-14 19:12:25 -07:00
Wes Kocher
21e410062c Merge fxteam to m-c 2013-10-14 19:05:06 -07:00
Wes Kocher
ea818bacc6 Merge inbound to m-c 2013-10-14 18:48:14 -07:00
Gaia Pushbot
57cb400e55 Bumping gaia.json for 1 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e5fa53d98bb6
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 923739 - [Messages] Words that are separated by a period are treated as Browser links regardless of content r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=923739

- Transform strings to clickable links of they match the URL expression and the matched tld portion is a valid
- Valid tlds stored in whitelist array.
- Reject only strings that didn't start with http(s)

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-10-14 18:25:23 -07:00
Wes Kocher
20d928deb6 Merge b2g-inbound to m-c 2013-10-14 18:15:19 -07:00
Ed Morley
58c734c755 Bug 920570 & bug 920876 - Skip-if browser_codemirror.js on linux for too many intermittent failures 2013-10-14 22:56:25 +01:00
Gaia Pushbot
27191c5080 Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1e1b353b0e08
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #11206 from leob2g/Bug_898917_Reduce_Indicator_Timeout_to_display_recording_geo-sensor_icon_after_finish

Bug 898917 - [Statusbar][Camera][Geo] Reduce Indicator Timeout to displa...

========

https://hg.mozilla.org/integration/gaia-central/rev/94ef6760cc27
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 898917 - [Statusbar][Camera][Geo] Reduce Indicator Timeout to display recording/geo-sensor icon after finish
2013-10-14 14:45:29 -07:00
Gaia Pushbot
3ab2240c39 Bumping gaia.json for 4 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4574b4be7f14
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12829 from vingtetun/utility_tray_event_fluffing

Bug 902393 - [Utility tray] Once the utility tray is pulled down it is n...

========

https://hg.mozilla.org/integration/gaia-central/rev/589495f1ca66
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902393 - [Utility tray] Once the utility tray is pulled down it is not possible to pull it back up. r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/a4e0f440d4be
Author: vingtetun <21@vingtetun.org>
Desc: Merge pull request #12826 from vingtetun/settings.no.peek

Bug 920623 - Remove the css animation 'peek' hack in settings. r=kaze

========

https://hg.mozilla.org/integration/gaia-central/rev/d1320d99c6c9
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 920623 - Remove the css animation 'peek' hack in settings. r=kaze
2013-10-14 14:20:24 -07:00
Phil Ringnalda
f885d57f27 Back out 755ecb4d6e2c and 7ea09c8bf385 (bug 925962) for bustage
CLOSED TREE
2013-10-14 14:03:03 -07:00
Federico Paolinelli
ce68aebd91 Bug 921776 - Forced notifications to keep the same timestamp to preserve the order they are displayed in; fixed current notification mechanism in notification handler to update correctly the current foreground notification; r=wesj 2013-10-14 13:38:57 -07:00
Olli Pettay
5623443e16 Bug 915210, follow the COM rules when flushing a presshell, r=bz 2013-10-14 23:27:22 +03:00
Jason Orendorff
8a94a69b2e Bug 923836 - Set aside the first 3 reserved slots of global objects for application use. r=Waldo.
--HG--
extra : rebase_source : 027d8ed582b276845ff49c19b867d82b058542e1
2013-10-14 15:24:11 -05:00
Camilo Viecco
349356e064 Bug 926116 : AES-GCM ciphers now disabled by default. r=bsmith 2013-10-14 13:32:23 -07:00
Camilo Viecco
4253a66de0 Backed out changeset f327334172ab. Bad bug number in comment.  926116(good) vs 926166(bad) 2013-10-14 13:24:03 -07:00
Brian Hackett
edddc7afc9 Bug 925962 - Add missing isValid() check. 2013-10-14 14:21:33 -06:00
Camilo Viecco
bb20752241 Bug 926166: disable aes-gcm ciphers as default. r=bsmith. 2013-10-14 13:11:34 -07:00
Nick Fitzgerald
1a8915f20a Bug 921630 - Show progress indicator while pretty printing; r=vporof 2013-10-14 13:06:50 -07:00
Eitan Isaacson
21b3c4eb5a Bug 924284 - Output accessible values. r=yzen 2013-10-14 12:56:19 -07:00
Eitan Isaacson
41d991f125 Bug 915458 - Land on nesting labels instead of their children, and present them correctly. r=yzen 2013-10-14 12:56:19 -07:00
Jonathan Griffin
295f540619 Bug 925469 - Import errors in __init__.py, r=dburns 2013-10-14 12:53:24 -07:00
Brian Hackett
cdbce77617 Bug 925962 - Track expected contents of stack type sets in compiler constraints, r=jandem. 2013-10-14 13:38:39 -06:00
Ryan VanderMeulen
7bda00af37 Merge m-c to fx-team. 2013-10-14 14:44:54 -04:00
Ryan VanderMeulen
05e793cd5b Merge m-c to b2g-inbound. 2013-10-14 14:44:16 -04:00
Nick Fitzgerald
8f400b7c56 Bug 924442 - Disallow pretty printing when a source is black boxed; r=vporof 2013-10-14 11:44:00 -07:00
Ryan VanderMeulen
e9e247b525 Backed out 2 changesets (bug 915757, bug 919885) for frequent Android Armv6 mochitest-8 crashes.
Backed out changeset 04610078280c (bug 915757)
Backed out changeset db9190b3ce60 (bug 919885)
2013-10-14 14:38:54 -04:00
Mark Capella
c178a1f5fc Bug 923764 - Intermittent testBookmark | added as a bookmark - got true, expected false, r=lucasr, f=adriant 2013-10-14 14:05:08 -04:00
Gaia Pushbot
6d4860245c Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4a8dcbcad943
Author: Ben Kelly <bkelly@mozilla.com>
Desc: Merge pull request #12819 from wanderview/video-test-require

Bug 924233: Add missing requires to video tests.  r=djf

========

https://hg.mozilla.org/integration/gaia-central/rev/722093280296
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 924233: Add missing requires to video tests.
2013-10-14 10:50:26 -07:00
Chris Kitching
c2d395f5d4 Bug 926497 - Prevent the favicon cache from throwing NPEs at odd moments. r=rnewman 2013-10-14 10:37:03 -07:00