Andrea Marchesini
496a5cfe38
Bug 1237674 - Rename nsFormData to mozilla::dom::FormData, r=smaug
2016-01-07 19:30:36 +00:00
Andrea Marchesini
b11daccf30
Bug 1237588 - One of the File::Create methods is not used, r=smaug
2016-01-07 13:34:53 +00:00
Olli Pettay
f32e96d899
Bug 1237462 - Enable test_mutationobservers.html with e10s, r=mccr8
2016-01-07 15:13:40 +02:00
Boris Zbarsky
4d7692da89
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Andrea Marchesini
91b558119d
Bug 1187157 - new FormData::get() should return an empty string if the file is not set - part 1, r=smaug
2016-01-07 09:54:00 +00:00
Hiroyuki Ikezoe
9accaf0339
Bug 1212720 - Part 1: Implement Document.getAnimations(). r=heycam, r=smaug
2016-01-06 14:21:00 -05:00
Kyle Huey
9a468f9da1
Bug 1059469: Part 1 - Add a log module for dump() calls. r=bent
2016-01-06 13:18:29 -08:00
Andrea Marchesini
a5e2732d2b
Bug 1237364
- nsFrameLoader.cpp can set the userContextId directly using nsIDocShell, r=smaug
2016-01-06 20:02:41 +00:00
Sebastian Hengst
cd6317e70d
Backed out changeset 23974693ffc5 (bug 1187157) for failing test_formSubmission.html on Mulet Linux x64 opt. r=backout
2016-01-06 18:06:26 +01:00
Andrea Marchesini
eefcbb7a5a
Bug 1187157 - new FormData::get() should return an empty string if the file is not set, r=smaug
2016-01-06 15:42:35 +00:00
Bogdan Postelnicu
33408a79da
Bug 1236900 - Remove useless null check since mOwnerContent cannot be null. r=jst
2016-01-06 00:56:00 -05:00
Andrea Marchesini
bfac824468
Bug 1235657 - Session storage needs to handle origin attributes correctly - part 1 - createOriginAttributesWithUserContextId, r=huseby
2016-01-06 10:08:30 +00:00
Nicholas Nethercote
5e8f17031a
Bug 1232852 (part 9) - Simplify ReleasePointerCaptureCaller. r=tn.
...
It doesn't need to store the nsIContent. It just needs to record if mPointerId
has been set. This is because ReleasePointerCapturingContent() doesn't use its
second parameter.
2016-01-05 16:08:17 -08:00
Nicholas Nethercote
ac01d4f0a1
Bug 1232852 (part 8) - Remove some unused parameters in and around layout/base/. r=roc.
2016-01-05 16:08:17 -08:00
Nicholas Nethercote
57753b26dc
Bug 1232852 (part 5) - Remove some unused parameters in and around layout/base/. r=heycam.
2016-01-05 16:08:17 -08:00
Eitan Isaacson
f2191b1d04
Bug 1230533 - Cancel speech when controlling window goes away. r=smaug
...
Don't allow bfcache when there is an active or queued utterance in the window.
2016-01-05 18:01:24 -08:00
Wes Kocher
00fbeedd1b
Backed out changeset 3aca7055f52f (bug 1236329) because something from this push turned browser_video_test.js permafail on mulet CLOSED TREE
2016-01-05 15:14:48 -08:00
Boris Zbarsky
4229aa8e05
Bug 1236329. Back out the patch for bug 492933 (revision d8012b35413b) because it's not web-compatible in practice. r=smaug
2016-01-05 15:05:23 -05:00
Olli Pettay
2fb861bdfb
Bug 1236607, pointerlock code should null check inner window before using it, r=xidorn
2016-01-05 02:11:36 +02:00
Carsten "Tomcat" Book
56dad6d96c
Backed out changeset d206a3fd7433 (bug 1000870)
2016-01-04 12:58:40 +01:00
Maksim Lebedev
003713ca08
Bug 1000870 - Add some features in testing system. r=smaug
2015-05-19 07:03:00 +02:00
Olli Pettay
9ca85488af
Bug 1120016 - Allocate short lived JS wrappers in the Nursery, r=mccr8,terrence
2015-12-31 15:21:49 +02:00
Ehsan Akhgari
f2b8bad126
Bug 1203441 - Increase the timeout of browser_use_counters.js
2015-12-30 22:27:40 -05:00
Wes Kocher
7e6ad693df
Backed out changeset 0d55a6e4e98e (bug 1120016) for 980 b2g hazards
2015-12-30 16:34:18 -08:00
Terrence Cole
3f5182646c
Backout Bug 1235598 Part 2 because of merge bustage on a CLOSED TREE
2015-12-30 15:05:24 -08:00
Terrence Cole
b37986abd9
Bug 1235598 - Part 2: Use TraceEdge exclusively in Gecko; r=smaug
2015-12-30 08:52:14 -08:00
Jeff Walden
0195fbed46
Bug 1235615 - Split JS::CompartmentOptions into JS::CompartmentCreationOptions that are immutable characteristics of a compartment, and JS::CompartmentBehaviors that may be changed after the compartment's been created. r=terrence
2015-12-28 16:15:52 -06:00
Olli Pettay
6e3b3ad7d8
Bug 1120016 - Allocate short lived JS wrappers in the Nursery, r=mccr8,terrence
2015-12-30 19:16:13 +02:00
Andrea Marchesini
bb44958f9a
Bug 1235629 - Remove dead code in WorkerFeature.h, r=smaug
2015-12-29 20:35:21 +00:00
Kearwood (Kip) Gilbert
981e751dd9
Bug 1182048 - Part 2: Implement e10s support for WebVR,r=vlad
2015-09-17 14:23:13 -07:00
Masatoshi Kimura
32d0aaf87b
Bug 1234700 - Hide window.showModalDialog when e10s is enabled. r=jimm
2015-12-29 23:47:46 +09:00
Alastor Wu
a017483831
Bug 1228564 - part 2 : check audio capturing when the agent is registered/unregistered. r=baku.
2015-12-24 17:28:45 +08:00
Sebastian Hengst
75c19a78a8
Backed out changesets 961f205d340d, 14a4637e9d96 and 14a4637e9d96 (bug 1228564) for failing Android M(4) test_browserElement_inproc_AudioChannel.html. r=backout
2015-12-27 22:28:08 +01:00
Alastor Wu
798b6046fe
Bug 1228564 - part 2 : check audio capturing when the agent is registered/unregistered. r=baku.
2015-12-24 17:28:45 +08:00
Olli Pettay
a81d87113e
Bug 1155730, implement History.scrollRestoration r=jst
2015-12-26 12:59:09 +02:00
Ryan VanderMeulen
61b0fac901
Merge fx-team to m-c. a=merge
2015-12-25 20:33:39 -05:00
Bill McCloskey
b96ec93fdd
Bug 1211401 - Use global message manager as parent of <iframe mozbrowser> MM (r=smaug,ahal)
2015-12-23 12:29:39 -08:00
Alastor Wu
de087f9e93
Bug 1234735 - Remove redundant spaces in nsGlobalWindow. r=baku
2015-12-23 10:34:54 +08:00
Bogdan Postelnicu
6afe68b7c7
Bug 1234554 - verify pointer validity and if valid dereference it otherwise use default value. r=jst
2015-12-22 23:28:00 +01:00
Andrea Marchesini
db1d758dcf
Bug 1234170 - WebSocket should check if the channel has been opened before send the 'close' notification to the WebSocketEventService, r=jduell
2015-12-22 20:05:07 +00:00
Francois Marier
826a2ca2a6
Bug 1233902 - Check the TP list in sendBeacon(). r=gcp
2015-12-18 17:28:00 +01:00
Andrea Marchesini
d6528db902
Bug 1214148 - patch 1 - propagation from the nested iframe back to the toplevel iframe, r=alwu
2015-12-11 11:17:33 -05:00
Ting-Yu Lin
5a659c89ee
Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng, r=roc
...
All the files modified are straightforward deletion except TouchManager
and ZoomConstraintsClient. I add some includes and wrap TouchManager by
mozilla namespace to fix build errors due to the removal of TouchCaret.
2015-12-22 14:14:12 +08:00
Nigel Babu
1a8c45a533
Backed out changeset 9f30d3caa231 (bug 1221459)
2015-12-22 14:03:21 +05:30
Ting-Yu Lin
484446ab59
Bug 1221459 - Remove TouchCaret and SelectionCarets. r=mtseng,roc
...
All the files modified are straightforward deletion except TouchManager
and ZoomConstraintsClient. I add some includes and wrap TouchManager by
mozilla namespace to fix build errors due to the removal of TouchCaret.
2015-12-22 14:14:12 +08:00
Brian Birtles
a8eb7a9414
Bug 1232829 - Detach obsolete DocumentTimeline from refresh driver when the document is reset; r=smaug
2015-12-22 10:08:19 +09:00
Blake Kaplan
b87c9fa2ce
Bug 1231695 - Enable this test. r=mccr8
2015-12-18 17:16:13 -08:00
Ms2ger
3b9ec700ad
Bug 1000004 - Part b: Inline CheckForWindowedPlugins in its only caller; r=jst
2015-12-18 11:13:00 +01:00
Ms2ger
3afd86978d
Bug 1000004 - Part a: Remove the unused nsContentUtils::HasPluginWithUncontrolledEventDispatch(nsIDocument*) function; r=jst
2015-12-18 11:13:00 +01:00
Ms2ger
df0992db18
Bug 1232598 - Remove the aCalleePrincipal argument to nsGlobalWindow::OpenInternal; r=jst
2015-12-18 11:08:19 +01:00