Commit Graph

302696 Commits

Author SHA1 Message Date
David Zbarsky
e1ef7cf40f Bug 847120: Convert SVGFEGaussianBlurElement to WebIDL r=Ms2ger 2013-03-19 13:43:31 -04:00
David Zbarsky
33f7d0c306 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
476a30d318 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
474fc0a81e 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
193f44df7f 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
0f84586907 bug 850968 - http cache effectiveness experiment r=hurley 2013-03-14 17:10:11 -04:00
Jonathan Kew
1beddbc13f 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
3c12543a8e 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
1fbabdf367 Backed out changeset 0f012ef3d3ac (bug 809978) for landing after being given r- 2013-03-19 17:21:01 +00:00
Ed Morley
649ad51dbe Backed out changeset 548ff2b01536 (bug 809978) 2013-03-19 17:20:22 +00:00
Joel Maher
4d00eeb1c3 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
7c40c410a6 bug 809978: retry link I/O on potential race conditions: CLOSED TREE 2013-03-19 13:02:54 -04:00
Joey Armstrong
02436daef9 bug 809978: retry link I/O on potential race conditions 2013-03-19 12:26:57 -04:00
Ryan VanderMeulen
a8d771e490 Merge m-c to inbound. 2013-03-19 12:07:26 -04:00
Bobby Holley
c637abff39 Bug 850247 - Move nsRequestObserverProxy to nsMainThreadPtr{Holder,Handle}. r=mcmanus 2013-03-19 09:04:57 -07:00
Bobby Holley
b732278733 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
5ea98ec614 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
e0ae39add5 Merge m-c to fx-team. 2013-03-19 09:44:37 -04:00
Hannes Verschore
4fd238b21b Bug 850534: Crash on Yarr OOM, r=dvander 2013-03-19 10:57:28 +01:00
Chris Lord
104b3caf40 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
49f000659a 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
f2ce0e4926 Bug 851349 - Possible fix for intermittent failures. r=paul 2013-03-15 11:38:53 +05:30
Tim Taubert
82291bcb7b merge m-c to fx-team 2013-03-18 09:23:51 +01:00
Bobby Holley
8650dc0c2f Bug 851851 - Null check win. r=me 2013-03-17 22:42:42 -07:00
Gregory Szorc
0d04d82387 Bug 851975 - Don't use conditionals in backend.mk; r=ted 2013-03-17 16:57:44 -07:00
Luke Wagner
a41722b114 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
3b3a2f1db7 Merge the last PGO-green mozilla-inbound cset to mozilla-central 2013-03-17 12:45:03 -07:00
philringnalda@gmail.com
31cf180e1d No bug, Automated blocklist update from host slice - a=blocklist-update 2013-03-17 12:32:21 -07:00
Gregory Szorc
41c185670d Merge mozilla-central into services-central 2013-03-17 10:42:13 -07:00
Ms2ger
93257af4d7 Merge m-c to m-i. 2013-03-17 13:22:37 +01:00
Lucas Rocha
012d4391f7 Bug 851894 - Only update empty state when emptyview is not null (r=mfinkle) 2013-03-17 11:12:09 +00:00
Ms2ger
a6681aa535 Bug 824986 - Followup: fix botched merge. 2013-03-17 11:20:39 +01:00
Ms2ger
6cbba7b443 Merge backout. 2013-03-17 10:44:57 +01:00
Ms2ger
57f408ca00 Backout bug 658909 for Marionette bustage. 2013-03-17 10:44:33 +01:00
Mike Hommey
fa31f3ca6b Backout changeset 120a29c1b1c9 (bug 850332) on suspicion of Android M8 orange 2013-03-17 10:11:51 +01:00
Ms2ger
15e13af7d5 Bug 849665 - Outparamdel nsHTMLDocument::GetDomainURI; r=khuey 2013-03-17 09:51:39 +01:00
Ms2ger
1dad3019dc Bug 824986 - Move DOMRequest and subclasses to Paris bindings; r=khuey 2013-03-17 09:51:36 +01:00
Ms2ger
4ec472b450 Bug 844134 - Move the 'attributes' property from Node to Element; r=sicking 2013-03-17 09:51:34 +01:00
Mike Hommey
139006ad78 Fixup for windows bustage after landing bug 648407. r=me 2013-03-17 09:46:34 +01:00
Ms2ger
98c3e10e07 Bug 846860 - Give HTMLOptionsCollection its own header and put it in the dom namespace; r=khuey
--HG--
rename : content/html/content/src/nsHTMLSelectElement.cpp => content/html/content/src/HTMLOptionsCollection.cpp
rename : content/html/content/src/nsHTMLSelectElement.h => content/html/content/src/HTMLOptionsCollection.h
2013-03-17 08:55:17 +01:00
Ms2ger
55b04bd76f Bug 851134 - Part b: Implement the EventTarget getters in the WebIDL API for Event directly instead of calling the XPIDL implementations; r=smaug 2013-03-17 08:55:17 +01:00
Ms2ger
9d5daf95e9 Bug 851134 - Part a: Implement the primitive getters in the WebIDL API for Event directly instead of calling the XPIDL implementations; r=smaug 2013-03-17 08:55:17 +01:00
Ms2ger
5e0fed468f Bug 851108 - Stop exporting ds/BitArray.h; r=billm 2013-03-17 08:55:17 +01:00
Ms2ger
4a10101367 Bug 850817 - Move ClientRect to Paris bindings; r=bz
--HG--
rename : dom/interfaces/base/nsIDOMClientRect.idl => dom/webidl/ClientRect.webidl
2013-03-17 08:55:17 +01:00
Ms2ger
371e929457 Bug 851025 - Remove nsLayoutUtils::RectListBuilder::mRv; r=bz 2013-03-17 08:55:16 +01:00
Ms2ger
a55eebf164 Bug 845374 - Part t: Stop including js/Value.h in nsContentUtils.h; r=khuey 2013-03-17 08:55:16 +01:00
Ms2ger
51cced7786 Bug 845374 - Part s: Stop including nsTArray.h in nsContentUtils.h; r=khuey 2013-03-17 08:55:16 +01:00
Ms2ger
669cc4360c Bug 845374 - Part r: Stop including nsTArray.h in nsReadableUtils.h; r=khuey 2013-03-17 08:55:16 +01:00
Ms2ger
960b59de37 Bug 845374 - Part q: Stop including nsThreadUtils.h in nsContentUtils.h; r=khuey 2013-03-17 08:55:16 +01:00
Ms2ger
964da67a5c Bug 845374 - Part p: Stop including nsDataHashtable.h in nsContentUtils.h; r=khuey 2013-03-17 08:55:16 +01:00