Commit Graph

328047 Commits

Author SHA1 Message Date
Mike Hommey
3e03c7c499 Bug 926900 - Remove msys-make specific mozconfig. r=gps 2013-10-16 08:31:18 +09:00
Steve Workman
000699ecd8 Bug 924967 - Dispatch nsIRequest::Cancel to main thread in imgRequest::Cancel r=seth 2013-10-15 16:33:11 -07:00
Jonathan Griffin
134858c6de Bug 926693 - Add B2G support to marionette's mach command, r=ahal 2013-10-15 12:54:21 -07:00
Ehsan Akhgari
1e5c31fb7c Bug 921753 - Part 6: Define gfxPatternDrawable's destructor out of line; r=seth 2013-10-15 18:00:28 -04:00
Olli Pettay
1e7773f1b6 Bug 918479 - Remove listeners from a message manager if the child side dies, r=fabrice
--HG--
extra : rebase_source : 1e3b0fb36c5e489225bca8ea42b5bf21eb7d7755
2013-10-16 00:15:30 +03:00
George Wright
22fa206ad2 Bug 915938 - Honour the glyph rendering options set by the platform when drawing text on a <canvas> r=jfkthame 2013-10-13 12:23:20 -04:00
Josh Aas
c25e22ef75 Bug 925241: Remove Quickdraw font name lookup code because it's no longer necessary and uses deprecated APIs. r=jdaggett 2013-10-15 16:17:37 -05:00
Birunthan Mohanathas
50b0404404 Bug 784739 - Switch from NULL to nullptr in toolkit/mozapps/; r=ehsan 2013-10-10 16:40:03 -04:00
Ehsan Akhgari
d6529bb5d1 Bug 926083 - Only #include Compiler.h in NullPtr.h if needed; r=froydnj 2013-10-15 17:13:39 -04:00
Andrew Halberstadt
2699ca9abf Bug 925723 - Add new manifest for b2g_desktop mochitests, r=jgriffin, DONTBUILD, a=NPOTB 2013-10-15 16:47:44 -04:00
Ehsan Akhgari
956afb018e Bug 924107 - Make dist/include available in all of the WebRTC code; r=jesup,glandium 2013-10-15 15:08:43 -04:00
Aaron Klotz
84c1274b4a Bug 899782: Enable NS_StackWalk for obtaining sync stacks in profiler. r=BenWa 2013-10-15 13:06:20 -06:00
Aaron Klotz
8912cab0f9 Bug 921330: Fix sync unwind on Mac OS X. r=BenWa 2013-10-15 12:58:52 -06:00
Andrew Halberstadt
9eaa56c6c4 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
6645e77fc2 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
beeafc847d Bug 925352 - Fix LOAD_ONLY_FROM_CACHE flag and load while offline, r=michal 2013-10-15 20:08:25 +02:00
Tom Schuster
1faae39271 Bug 8844105 - Handlify JS_WrapObject. r=terrence 2013-10-15 20:02:23 -04:00
Tom Schuster
146f7292c2 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
7cf85faa65 Bug 926744 - Remove some unused code in nsGeolocation.cpp. r=jdm 2013-10-15 13:54:11 -04:00
Andy Wingo
a84abcd5e0 Bug 923160 - Disallow initializers in for-of statements. r=jorendorff 2013-10-15 16:43:55 +02:00
Simone Carletti
8005abd5e9 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
2a63bffe27 Bug 899477 - Remove unused COMPONENT_DIRECTORY macro. r=bsmedberg 2013-10-15 13:54:10 -04:00
Bob Owen
3cdaec744b Bug 766282 - Tests for allow-popups directive for iframe sandbox. r=smaug 2013-03-21 18:34:21 +00:00
Bob Owen
858efdc803 Bug 766282 - Implement allow-popups directive for iframe sandbox. r=smaug 2013-03-21 18:44:58 +00:00
Jonathan Griffin
e0d8f92388 Bug 926703 - Remove venv_mochitest.sh - use mach instead, r=mdas, DONTBUILD NPOTB 2013-10-15 09:29:21 -07:00
Ehsan Akhgari
371217ffaf 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
34db8126cf 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
763b16b0a6 Bug 924012 - Provide a HashString version for char16_t if needed; r=Waldo 2013-10-15 11:54:08 -04:00
Ehsan Akhgari
b7844a297e Bug 923886 - Remove the Assertions.h #include from Char16.h; r=Waldo 2013-10-05 21:23:07 -04:00
Daniel Holbert
5b464af620 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
51b68603bf 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
7a82bb31f0 Bug 922118 - Fix FilterArguments to check for eval as well. r=bhackett 2013-10-15 13:14:11 +02:00
Masatoshi Kimura
bd200be110 Bug 926580 - Kill unused layout.enable_japanese_specific_transform pref. r=roc 2013-10-15 19:48:48 +09:00
David Burns
9c47806b5c 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
319540ebdd 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
1c5c59b8f6 Bug 924864 - Make sure GenerateSetDenseElement calls post barrier on array length increase r=terrence 2013-10-15 10:02:07 +01:00
Georg Fritzsche
8aaf587f87 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
e121225a3e Bug 920927 - Update plugin overlay handling on mobile. r=margaret 2013-10-15 10:35:50 +02:00
Georg Fritzsche
19e83f994b Bug 920927 - Fix plugin overlay handling. r=neil 2013-10-15 10:35:49 +02:00
Carsten "Tomcat" Book
9ab5a0258d Merge mozilla-central to mozilla-inbound 2013-10-15 10:32:04 +02:00
Shu-yu Guo
3843cb9fe1 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
220aa386fa Bug 926512 - Pause barrier verification during fork join sections. (r=billm) 2013-10-15 01:30:36 -07:00
Carsten "Tomcat" Book
c079fe98d2 merge b2g-inbound to mozilla-central 2013-10-15 10:27:51 +02:00
Ryan VanderMeulen
5d64f58cde Backed out changeset b83bf0fa7adc (bug 924724) 2013-10-14 23:26:53 -04:00
Matt Woodrow
ed0fc0853f Bug 926258 - Implement a Moz2D version of gfxPath. r=Bas 2013-10-15 16:23:21 +13:00
Matt Woodrow
806a534a20 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
c8d82e8dcd 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
762844a6e0 Bug 922942 - Clean up some no longer used ShadowLayers code from BasicLayers. r=roc 2013-10-15 16:23:21 +13:00
Matt Woodrow
9e69219257 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
b30699f56f Bug 922942 - Use Moz2D for android snapshots. r=roc 2013-10-15 16:23:20 +13:00