Steve Fink
a466356bd0
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
323104c33a
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
c1724ef816
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
1f8397ee32
Bug 852456 - fix double_tap and long_press for desktop B2G, r=mdas
2013-03-19 14:03:11 -04:00
Andrea Marchesini
9196b955c3
Bug 832923 - Implement <input type='file'> on B2G, r=mounir, r=fabrice
2013-03-19 18:49:16 +01:00
Mounir Lamouri
9cfe6cf34a
Bug 832923 - re enable input file, r=baku
2013-03-04 14:06:02 +01:00
Trevor Saunders
324dfcc313
bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger
2013-03-18 21:18:26 -04:00
Trevor Saunders
1f7d35c3e6
bug 852379 - remove unneeded prlock.h includes r=Ms2ger
2013-03-16 22:46:40 -04:00
Marco Bonardo
c5117f3ec4
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
0e3edc5977
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
9316c6d420
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
adc38a5cc0
Bug 842997 - Make SelectionHelperUI startup entry points json message agnostic. r=fyan
2013-03-19 12:43:17 -05:00
David Zbarsky
f74e70b508
Bug 847120: Convert SVGFEGaussianBlurElement to WebIDL r=Ms2ger
2013-03-19 13:43:31 -04:00
David Zbarsky
ce074ad1ae
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
66b44c2f73
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
33468072db
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
268e225db7
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
c7b87ef2cf
bug 850968 - http cache effectiveness experiment r=hurley
2013-03-14 17:10:11 -04:00
Jonathan Kew
9dc05fc20f
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
13b6a3c96b
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
a08fdc184c
Backed out changeset 0f012ef3d3ac (bug 809978) for landing after being given r-
2013-03-19 17:21:01 +00:00
Ed Morley
d900e9d6cf
Backed out changeset 548ff2b01536 (bug 809978)
2013-03-19 17:20:22 +00:00
Joel Maher
4c9c65f127
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
8fbfd4c511
bug 809978: retry link I/O on potential race conditions: CLOSED TREE
2013-03-19 13:02:54 -04:00
Joey Armstrong
37341e3e07
bug 809978: retry link I/O on potential race conditions
2013-03-19 12:26:57 -04:00
Ryan VanderMeulen
f9b390dc6b
Merge m-c to inbound.
2013-03-19 12:07:26 -04:00
Bobby Holley
3a47868d1d
Bug 850247 - Move nsRequestObserverProxy to nsMainThreadPtr{Holder,Handle}. r=mcmanus
2013-03-19 09:04:57 -07:00
Bobby Holley
b9b61977e0
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
8c76da55f8
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
d823ae2553
Merge m-c to fx-team.
2013-03-19 09:44:37 -04:00
Hannes Verschore
bac96cf5c1
Bug 850534: Crash on Yarr OOM, r=dvander
2013-03-19 10:57:28 +01:00
Chris Lord
43c09e9c75
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
f08a43425e
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
e070a6fa26
Bug 851349 - Possible fix for intermittent failures. r=paul
2013-03-15 11:38:53 +05:30
Tim Taubert
c6107cb869
merge m-c to fx-team
2013-03-18 09:23:51 +01:00
Bobby Holley
00b5ef0049
Bug 851851 - Null check win. r=me
2013-03-17 22:42:42 -07:00
Gregory Szorc
67d50d96e2
Bug 851975 - Don't use conditionals in backend.mk; r=ted
2013-03-17 16:57:44 -07:00
Luke Wagner
9308dad673
Disable OdinMonkey on OSX until we can get Breakpad to cooperate (no bug, r=me)
2013-03-17 15:14:50 -07:00
Phil Ringnalda
df38c41955
Merge the last PGO-green mozilla-inbound cset to mozilla-central
2013-03-17 12:45:03 -07:00
philringnalda@gmail.com
3b95b9cdc7
No bug, Automated blocklist update from host slice - a=blocklist-update
2013-03-17 12:32:21 -07:00
Gregory Szorc
ed48d991bf
Merge mozilla-central into services-central
2013-03-17 10:42:13 -07:00
Ms2ger
aed8044ac2
Merge m-c to m-i.
2013-03-17 13:22:37 +01:00
Lucas Rocha
7a3be6c6fb
Bug 851894 - Only update empty state when emptyview is not null (r=mfinkle)
2013-03-17 11:12:09 +00:00
Ms2ger
2279ffa44e
Bug 824986 - Followup: fix botched merge.
2013-03-17 11:20:39 +01:00
Ms2ger
be03887422
Merge backout.
2013-03-17 10:44:57 +01:00
Ms2ger
d8a7fada3c
Backout bug 658909 for Marionette bustage.
2013-03-17 10:44:33 +01:00
Mike Hommey
a223b733af
Backout changeset 120a29c1b1c9 (bug 850332) on suspicion of Android M8 orange
2013-03-17 10:11:51 +01:00
Ms2ger
fe39d61dc1
Bug 849665 - Outparamdel nsHTMLDocument::GetDomainURI; r=khuey
2013-03-17 09:51:39 +01:00
Ms2ger
947d25f1a8
Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey
2013-03-17 09:51:36 +01:00
Ms2ger
c8f13d74ad
Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking
2013-03-17 09:51:34 +01:00