Commit Graph

150509 Commits

Author SHA1 Message Date
Aaron Klotz
b776cfe9c9 Bug 921330: Fix sync unwind on Mac OS X. r=BenWa 2013-10-15 12:58:52 -06:00
Andrew Halberstadt
f16d40ff3b Bug 926607 - Make sure disabled category exists before dumping commands in it, r=jgriffin, DONTBUILD, a=NPOTB 2013-10-15 14:25:43 -04:00
Honza Bambas
e417758bb2 Bug 924938 - Correctly include CacheLog.h as the first file in a module to force logging in opt builds, r=michal 2013-10-15 20:08:26 +02:00
Honza Bambas
67cb8fff8e Bug 925352 - Fix LOAD_ONLY_FROM_CACHE flag and load while offline, r=michal 2013-10-15 20:08:25 +02:00
Tom Schuster
a513788fdb Bug 8844105 - Handlify JS_WrapObject. r=terrence 2013-10-15 20:02:23 -04:00
Tom Schuster
1bf5476c00 Bug 921343 - Avoid removing selections done by the user when closing the findbar. r=mikedeboer 2013-10-15 20:02:23 -04:00
Michael Harrison
204fba7379 Bug 926744 - Remove some unused code in nsGeolocation.cpp. r=jdm 2013-10-15 13:54:11 -04:00
Andy Wingo
6ff317627b Bug 923160 - Disallow initializers in for-of statements. r=jorendorff 2013-10-15 16:43:55 +02:00
Simone Carletti
93fe405632 Bug 910651 - Add newly-minted gTLDs (from July to September 2013) to the PSL. r=gerv 2013-10-15 13:54:10 -04:00
Narihiro Nakamura
347fa6f6f5 Bug 899477 - Remove unused COMPONENT_DIRECTORY macro. r=bsmedberg 2013-10-15 13:54:10 -04:00
Bob Owen
30cd57308c Bug 766282 - Tests for allow-popups directive for iframe sandbox. r=smaug 2013-03-21 18:34:21 +00:00
Bob Owen
5408da5314 Bug 766282 - Implement allow-popups directive for iframe sandbox. r=smaug 2013-03-21 18:44:58 +00:00
Jonathan Griffin
53c354275d Bug 926703 - Remove venv_mochitest.sh - use mach instead, r=mdas, DONTBUILD NPOTB 2013-10-15 09:29:21 -07:00
Ehsan Akhgari
a75ddeddbd Bug 924011 - Do not assume that PRUnichar and UChar are the same type; r=Waldo 2013-10-15 11:56:40 -04:00
Ehsan Akhgari
738f5fd13e Bug 924014 - Do not rely on std::numeric_limits<char16_t> being available; r=Waldo 2013-10-15 11:55:37 -04:00
Ehsan Akhgari
aa977286d4 Bug 924012 - Provide a HashString version for char16_t if needed; r=Waldo 2013-10-15 11:54:08 -04:00
Ehsan Akhgari
5867b7e895 Bug 923886 - Remove the Assertions.h #include from Char16.h; r=Waldo 2013-10-05 21:23:07 -04:00
Daniel Holbert
61c11bedf9 Bug 926799: Move some new webrtc-specific webidl files to the webrtc-specific section in their moz.build file. r=jesup 2013-10-15 10:49:02 -04:00
David Burns
f1fd1112ad Bug 759485: Add submit to HTMLElement on Marionette to submit forms without click() or send_keys(); r=mdas 2013-10-15 15:40:48 +01:00
Jan de Mooij
a9f6a4ae00 Bug 922118 - Fix FilterArguments to check for eval as well. r=bhackett 2013-10-15 13:14:11 +02:00
Masatoshi Kimura
ebf15cb668 Bug 926580 - Kill unused layout.enable_japanese_specific_transform pref. r=roc 2013-10-15 19:48:48 +09:00
David Burns
08f438cf5a Bug 819050 - Marionette response containing JSON object with element details instead of raw ID; r=mdas 2013-10-15 11:05:21 +01:00
David Burns
72bf67a787 Bug 807282 - Update marionette command/response to match that of the WebDriver spec; r=mdas 2013-10-01 16:13:04 +01:00
Jon Coppeard
748b745999 Bug 924864 - Make sure GenerateSetDenseElement calls post barrier on array length increase r=terrence 2013-10-15 10:02:07 +01:00
Georg Fritzsche
f8b3165db4 Bug 920927 - Skip reftest 580160-1 on Android, it doesn't work there. r=jmaher 2013-10-15 10:35:51 +02:00
Georg Fritzsche
a3b5f80d62 Bug 920927 - Update plugin overlay handling on mobile. r=margaret 2013-10-15 10:35:50 +02:00
Georg Fritzsche
bc3075d6e1 Bug 920927 - Fix plugin overlay handling. r=neil 2013-10-15 10:35:49 +02:00
Carsten "Tomcat" Book
724855581a Merge mozilla-central to mozilla-inbound 2013-10-15 10:32:04 +02:00
Shu-yu Guo
1ebc094441 Bug 925777 - Remove possibly thread unsafe constructors from Par variants of MIR. (r=bhackett) 2013-10-15 01:30:36 -07:00
Shu-yu Guo
56fbc74f3c Bug 926512 - Pause barrier verification during fork join sections. (r=billm) 2013-10-15 01:30:36 -07:00
Carsten "Tomcat" Book
4a1842bd91 merge b2g-inbound to mozilla-central 2013-10-15 10:27:51 +02: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