Commit Graph

125194 Commits

Author SHA1 Message Date
Chris Peterson
41b11690cb Bug 847839 - Part 1b: Clean up VideoPlayer.java style nits. r=mfinkle 2013-03-08 10:35:29 +00:00
Chris Peterson
95485e5674 Bug 847839 - Part 1a: Port XUL Fennec's VideoPlayer to Native Fennec. r=mfinkle
--HG--
rename : embedding/android/VideoPlayer.java => mobile/android/base/VideoPlayer.java
rename : embedding/android/resources/layout/videoplayer.xml => mobile/android/base/resources/layout/videoplayer.xml
2013-03-07 14:44:22 +00:00
Shane Caraveo
5fae7a7101 bug 850967 fix some js strict fixes that showed up in debug build/tests, r=markh 2013-03-18 12:40:51 -07:00
Dave Townsend
644793378c Bug 852322: Uplift Add-on SDK changeset 4e4e29d60115b985a72c261142e794d23ca9b221
645b0ca...4e4e29d
2013-03-19 11:44:49 -07:00
Shane Caraveo
c981bd6129 bug 850425 release the flyout iframe when social provider is changed, r=markh 2013-03-18 12:44:04 -07:00
Shane Caraveo
35e6a97233 bug 850077 make tooltips work in social content, r=felipc, a=gavin 2013-03-18 12:43:51 -07:00
Terrence Cole
40abb5bb20 Bug 850922 - Don't put NULL getterobj/setterobj in the reloctable store buffers; r=billm
--HG--
extra : rebase_source : 21ac1e5d6cba8a0771c9612c304ff4206a29f902
2013-03-13 16:58:40 -07:00
Mounir Lamouri
cdeb0510c2 Bug 849438 - Searches in ListControlFrames should ignore  . r=bz 2013-03-19 18:24:35 +00:00
Brian Hackett
9390890171 Bug 852016 - Watch for uses of 'arguments' in eval() inside generator expressions, r=luke. 2013-03-19 12:23:24 -06:00
Martijn Wargers
e85156d007 Bug 838216 - Add caps and docshell tests to b2g, r=jgriffin 2013-03-18 11:06:01 -07:00
Terrence Cole
f29a86b51c Bug 850749 - Make Cell::isTenured use the new IsInsideNursery; r=billm
--HG--
extra : rebase_source : a73a59b4a6880f9821ee453cfa838b7dd0ca952d
2013-03-13 10:22:35 -07:00
Steve Fink
09f38ed56b Bug 838029 - Import bhackett static rooting analysis into tree. r=bhackett
--HG--
extra : rebase_source : 1f9104c6ea23868dfc93c8805b554356f22e233f
2013-03-05 14:48:13 -08:00
Steve Fink
61ca1b5ec9 Bug 838029 - Add --with-sixgill option and Makefile for static analysis. r=ted,reluctantly
--HG--
extra : rebase_source : 3c45de22f013566e56d68c4fbeb346159df23192
2013-01-28 13:43:54 -08:00
Steve Fink
0a5bc1249b Bug 850903 - runtests.py --debugger should suppress the timeout. r=ted
--HG--
extra : rebase_source : dc1ecc3deacbc1a0aa3e6b1f2ea87a66c54a82a2
2013-03-13 13:12:07 -07:00
Steve Fink
d78dffc4dd Bug 835552 - Make load() be script-relative and read()/snarf() be cwd-relative.. r=njn
--HG--
extra : rebase_source : 2ed11de42cdb9f5298cad2fc4e43974f1a11fb42
2013-03-11 15:36:16 -07:00
Dave Hunt
19e26539dd Bug 852456 - fix double_tap and long_press for desktop B2G, r=mdas 2013-03-19 14:03:11 -04:00
Andrea Marchesini
143d81b397 Bug 832923 - Implement <input type='file'> on B2G, r=mounir, r=fabrice 2013-03-19 18:49:16 +01:00
Mounir Lamouri
eb84f92653 Bug 832923 - re enable input file, r=baku 2013-03-04 14:06:02 +01:00
Trevor Saunders
8b11739fc1 bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger 2013-03-18 21:18:26 -04:00
Trevor Saunders
7b5cc7e54d bug 852379 - remove unneeded prlock.h includes r=Ms2ger 2013-03-16 22:46:40 -04:00
Marco Bonardo
7e80590132 Bug 847627 - Sanitize on shutdown dialog should visually link download history to history.
r=gavin
2013-03-19 18:46:13 +01:00
Luke Wagner
516d1bc2dd Bug 852331 - immediately GC the Zone after JS::Evaluate on a very large script (r=bhackett)
--HG--
extra : rebase_source : f64efadd1f324b5bfa3574aab1a434b22724fa16
2013-03-18 17:37:24 -07:00
Luke Wagner
eff33f612a Bug 852305 - immediately free LifoAlloc memory when we finish parsing huge scripts (r=njn)
--HG--
extra : rebase_source : 745ae1fff040efe24da68a84114ba3e4046f754d
2013-03-18 17:33:05 -07:00
Jim Mathies
cca5ae4ab5 Bug 842997 - Make SelectionHelperUI startup entry points json message agnostic. r=fyan 2013-03-19 12:43:17 -05:00
David Zbarsky
a63c50b8f7 Bug 847120: Convert SVGFEGaussianBlurElement to WebIDL r=Ms2ger 2013-03-19 13:43:31 -04:00
David Zbarsky
12dbdb3cb0 Bug 847120: Move SVGFEGaussianBlueElement to its own file r=Ms2ger
--HG--
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEGaussianBlurElement.cpp
rename : content/svg/content/src/nsSVGFilters.cpp => content/svg/content/src/SVGFEGaussianBlurElement.h
2013-03-19 13:43:31 -04:00
Scott Johnson
c468cd5714 Bug 600100, Part 3: Followup patch to maximize efficiency of changes in 2ed966e4. [r=mats] 2013-03-19 12:36:05 -05:00
Kyle Machulis
bd7f44351c Bug 843868: Change sockaddr* to be a union of all possible sockaddr types; r=tzimmermann
--HG--
extra : rebase_source : 455aeb8c49bec2477a5ffea839a0ac3fe09434f7
2013-03-19 10:23:47 -07:00
Kyle Machulis
333ac7227e Bug 851770 - UnixSocket should only build when needed; r=mrbkap
--HG--
extra : rebase_source : 7d11ee8e65a71ee9d49f7915e240914e5fa0d37f
2013-03-19 10:22:48 -07:00
Patrick McManus
a25af97476 bug 850968 - http cache effectiveness experiment r=hurley 2013-03-14 17:10:11 -04:00
Jonathan Kew
7ec7cead64 bug 852522 - (win-hidpi) scale system font sizes in response to dpi/devPixelsPerPx setting. r=jimm 2013-03-19 17:24:27 +00:00
Jonathan Kew
3db00450ff bug 824386 - (win-hidpi) nsScreenWin needs to account for logical dpi (resolution scale factor). r=jimm 2013-03-19 17:24:25 +00:00
Ed Morley
1871f57fe3 Backed out changeset 0f012ef3d3ac (bug 809978) for landing after being given r- 2013-03-19 17:21:01 +00:00
Ed Morley
fe5de77092 Backed out changeset 548ff2b01536 (bug 809978) 2013-03-19 17:20:22 +00:00
Joel Maher
89c9b6aa5d Bug 852509 - add a make target for the pgo profile tests that we run during build time for pgo opt. r=ted 2013-03-19 13:14:40 -04:00
Joey Armstrong
a10a7723f8 bug 809978: retry link I/O on potential race conditions: CLOSED TREE 2013-03-19 13:02:54 -04:00
Joey Armstrong
41afca41cb bug 809978: retry link I/O on potential race conditions 2013-03-19 12:26:57 -04:00
Ryan VanderMeulen
e649e0d0a7 Merge m-c to inbound. 2013-03-19 12:07:26 -04:00
Bobby Holley
24d097b77d Bug 850247 - Move nsRequestObserverProxy to nsMainThreadPtr{Holder,Handle}. r=mcmanus 2013-03-19 09:04:57 -07:00
Bobby Holley
4ce5d3c3c4 Bug 850247 - Make nsRequestObserverProxy hold onto its context. r=mcmanus
Both the consumers just do this manually. The context here is sometimes an
XPCWrappedJS, so passing it around with nsCOMPtrs off-main-thread can't
happen anymore.

We add assertions in OnStartRequest/OnStopRequest to catch any consumers
that might try to change contexts midstream.
2013-03-19 09:04:57 -07:00
Bobby Holley
3bff70bd0a Bug 850247 - Make nsRequestObserverProxy proxy events to the main thread only. r=mcmanus
I'm doing this so that I can safely make this class use nsMainThreadPtr{Handle,Holder}.
There's no theoretical reason why we couldn't support other threads here, but it
would mean implementing that functionality in the PtrHolders, renaming them, and
weakening their assertions/invariants. AFAICT the consumers here don't actually have
a reason to proxy events anywhere but the main thread, so I'm just going to do this
rather than writing code to support something that we don't do (and thus can't test).
2013-03-19 09:04:57 -07:00
Ryan VanderMeulen
15d157df69 Merge m-c to fx-team. 2013-03-19 09:44:37 -04:00
Hannes Verschore
fbb39a912b Bug 850534: Crash on Yarr OOM, r=dvander 2013-03-19 10:57:28 +01:00
Chris Lord
f550772db0 Bug 852158 - Fix content scrolling to the top with the dynamic toolbar enabled. r=kats
Make sure that the toolbar doesn't obscure content when it scrolls to the top
of the page.
2013-03-19 09:53:12 +00:00
Tim Taubert
1240b76b09 Bug 841350 - Follow-up to fix 'this.updateCurrentBrowser is not a function'; r=me+bustage 2013-03-19 10:14:41 +01:00
Girish Sharma
9cc74b0f40 Bug 851349 - Possible fix for intermittent failures. r=paul 2013-03-15 11:38:53 +05:30
Tim Taubert
2cad0203e4 merge m-c to fx-team 2013-03-18 09:23:51 +01:00
Bobby Holley
b09c076185 Bug 851851 - Null check win. r=me 2013-03-17 22:42:42 -07:00
Gregory Szorc
abcca325c4 Bug 851975 - Don't use conditionals in backend.mk; r=ted 2013-03-17 16:57:44 -07:00
Luke Wagner
1e5f657bc3 Disable OdinMonkey on OSX until we can get Breakpad to cooperate (no bug, r=me) 2013-03-17 15:14:50 -07:00