Wes Kocher
85c4b8aea7
Backed out changeset 754428833970 (bug 936340) for mochitest-3 failures on a CLOSED TREE
2014-02-10 16:02:45 -08:00
Richard Barnes
00ef0132bd
Bug 936340 - Implement navigator.sendBeacon. r=sicking
2014-01-17 14:09:38 -08:00
Jeff Walden
f356b9014d
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent
...
--HG--
extra : rebase_source : 7cf60c3e3091328ab8590dde4432fa566c303232
2014-02-06 22:17:07 -08:00
Ehsan Akhgari
b870bb3fe9
Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg
2014-02-10 17:57:01 -05:00
Masatoshi Kimura
84b0ee5c63
Bug 969762 - Support non-ASCII dump() messages on Windows. r=jimm
2014-02-11 05:50:16 +09:00
Ryan VanderMeulen
7c4efd7351
Merge m-c to inbound.
2014-02-10 15:43:52 -05:00
Ryan VanderMeulen
afbec0e4a9
Merge inbound to m-c.
2014-02-10 15:42:58 -05:00
Ehsan Akhgari
72c9eba8bd
Bug 966552 - Ensure that we pick the editor XBL window key handler for designMode documents no matter where the focus is; r=Neil
2014-02-10 14:55:01 -05:00
Jon Coppeard
50cb1ea9e3
Bug 969798 - Convert JS_ConvertArguments APIs to take CallArgs rather than raw Value pointer r=terrence
2014-02-10 16:42:27 +00:00
Ehsan Akhgari
fb23854e8f
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-10 09:03:53 -05:00
Albert Crespell
0f3a536af8
Bug 965319 - Part 2: Update tests. r=gene
2014-02-09 12:43:49 +01:00
Albert Crespell
e667edcc6a
Bug 965319 - Part 1: Wrong quota calculation for network alarms. r=gene, r=jshih
2014-02-10 09:14:45 +01:00
Olli Pettay
8e0e3d9149
Bug 969671 - Warn about use of sync XHR in the main thread, r=sicking/ehsan
...
--HG--
extra : rebase_source : 4af00da28a4e8b6cc1209d9a5e098d9914286deb
2014-02-10 20:35:25 +02:00
Bobby Holley
983a6bbd24
Bug 969156 - Don't fire onNewGlobalObject until the end of nsGlobalWindow::SetNewDocument. r=bz
2014-02-10 10:03:56 -08:00
Nikhil Marathe
dee9164b47
Bug 966348 - Rename Promise.cast to Promise.resolve. r=bz
2014-02-10 09:27:02 -08:00
Carsten "Tomcat" Book
fdd1afb70a
merge b2g-inbound to mozilla-central
2014-02-10 12:52:16 +01:00
Vicamo Yang
fdbcbdbad9
Bug 969109: fix racing condition in test_dom_BluetoothManager_enabled.js. r=echou, f=jaliu
2014-02-10 12:03:43 +08:00
Phil Ringnalda
5e655b57db
Merge b-i to m-c
2014-02-09 18:36:38 -08:00
Chris Peterson
c87e8bfa46
Bug 952785 - RawDBusConnection::SendWithReply() returns bool, not nsresult. r=echou
2014-02-09 12:44:05 -08:00
Alfredo Yang
bbd218f9fe
Bug 853356 - gUM video prompt for Contact API prompt. r=fabrice
2014-02-09 15:34:43 -05:00
Alfredo Yang
3a4bbe0a0b
Bug 853356 - gUM video permisson prompt. r=fabrice, felipc, wjohnston, mrbkap, jimm, jesup, khuey, jsmith
2014-02-09 15:34:40 -05:00
Ms2ger
5111aca8f0
Merge m-i to m-c.
2014-02-09 10:31:55 +01:00
Ms2ger
923912957b
Bug 969030 - Remove support for calling document.all; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
b27251ab25
Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
8037366650
Bug 967206 - Remove !mDoc->EventHandlingSuppressed() assertion in ~nsGlobalWindow; r=mrbkap
2014-02-09 09:04:39 +01:00
Ms2ger
85f6a882eb
Bug 969331 - Part c: Remove the nsresult return value from nsEventTargetChainItem::PostHandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
b7e0f1f514
Bug 969331 - Part b: Remove the nsresult return value from nsEventTargetChainItem::HandleEvent; r=smaug
2014-02-09 09:04:39 +01:00
Ms2ger
9d2ceb6c11
Bug 969331 - Part a: Remove the nsresult return value from nsEventTargetChainItem::PreHandleEvent; r=smaug
...
No caller actually looks at the return value.
2014-02-09 09:04:38 +01:00
Jan Varga
ef4a47e1ee
Bug 953425 - Part d: Add DOMFileRequest::Create(); r=Ms2ger
2014-02-09 09:04:37 +01:00
Ms2ger
fbc9cc6ecc
Bug 953425 - Part c: Use DOMFileRequest in LockedFile; r=janv
2014-02-09 09:04:37 +01:00
Ms2ger
d7fe09563d
Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst
2014-02-09 09:02:45 +01:00
Phil Ringnalda
bb201bc924
Merge b-i to m-c
2014-02-08 19:27:54 -08:00
Ehsan Akhgari
96a8226f5a
Bug 969868 - Use fallible allocations in some places in our plugin code; r=bsmedberg
...
It seems like the sizes for these data structures can be controlled from
Web content, and we are already prepared to deal with OOM conditions,
except that we are using infallible allocations by mistake.
2014-02-08 16:04:09 -05:00
Robert Longson
3da1b52f83
Backout Bug 964200 part 3c
2014-02-08 21:02:30 +00:00
Robert Longson
429e5866b8
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter. r=mstange
2014-02-08 20:16:22 +00:00
Robert Longson
8b21c82f7c
Bug 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-08 16:49:46 +00:00
Phil Ringnalda
e8a25536e3
Merge m-c to m-i
2014-02-09 18:49:43 -08:00
Bill McCloskey
ab1717c10c
Bug 966467 - Proxy clipboard service in content process (r=vlad)
2014-02-09 16:13:10 -08:00
Phil Ringnalda
ccc12a1098
Merge m-c to m-i
2014-02-08 19:32:35 -08:00
Kyle Huey
3f4210dd86
Bug 968542 - Prevent IPC blobs from entraining ContentParent objects. r=bent
2014-02-07 16:14:59 -08:00
Nathan Froyd
b32b109033
Bug 969022 - remove s*_ids static constructors by explicitly tracking id initialization state; r=bz
2014-02-06 15:05:30 -05:00
Doug Sherk
ffbaa8e658
Bug 964421 - Add a mechanism to HandleLongTap(Up) to allow content to preventDefault touches and stop panning while long tapping. r=kats
2014-02-07 18:13:50 +01:00
Edgar Chen
ea4ce35995
Bug 968093 - Fix JavaScript error: "this._processNextMessage is not a function". r=hsinyi
2014-02-06 11:32:27 +08:00
Edgar Chen
f994622a0b
Bug 964974 - Part 2: Marionette test for radio off during active voice call. r=hsinyi
2014-02-06 18:50:25 +08:00
Edgar Chen
03533e5515
Bug 964974 - Part 1: Dropping all active voice call when power off radio. r=hsinyi
2014-02-06 12:31:53 +08:00
Ehsan Akhgari
6e4f3de1d5
Bug 969908 - Stop checking the return value of nsTArray::SetLength in MobileConnectionArray; r=khuey
2014-02-09 09:00:49 -05:00
Robert Longson
e7f708a1fd
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter r=mstange
2014-02-09 09:46:16 +00:00
Robert Longson
7f13cbd133
Bug 964200 (Part 3b fix test) - Implement Filter Effects Module feDropShadow filter r=hsivonen
2014-02-09 09:46:11 +00:00
Phil Ringnalda
ef3a438040
Back out ed6e04e6fc0c (bug 968642) for breaking Windows plugin tests
...
CLOSED TREE
2014-02-07 21:26:02 -08:00
Ehsan Akhgari
e506f7f137
Bug 968642 - Port RCFILE and RESFILE to moz.build; r=gps
2014-02-07 23:22:31 -05:00