Nicholas Nethercote
9fb39bea5f
Bug 1187151 (part 16) - Replace nsBaseHashtable::Enumerate() calls in dom/ with iterators. r=mccr8.
2016-01-28 14:38:38 -08:00
Nicholas Nethercote
26cc2fd5b3
Bug 1187151 (part 15) - Replace nsBaseHashtable::Enumerate() calls in dom/ with iterators. r=baku.
2016-01-28 14:08:19 -08:00
Kartikaya Gupta
e7173a9fa8
Back out 3 csets from bug 1242690 for causing bug 1244549. r=backout
2016-01-31 14:44:58 -05:00
Phil Ringnalda
863943dfb7
Back out 7 changesets (bug 1235261) for cpptest failures in TestTArray
...
CLOSED TREE
Backed out changeset d66c3f19a210 (bug 1235261)
Backed out changeset 467d945426bb (bug 1235261)
Backed out changeset 32b61df13142 (bug 1235261)
Backed out changeset c50bb8ed4196 (bug 1235261)
Backed out changeset 0ff0fa6fe81f (bug 1235261)
Backed out changeset df70e89669da (bug 1235261)
Backed out changeset 064969357fc9 (bug 1235261)
2016-01-31 10:10:57 -08:00
Birunthan Mohanathas
915d94e017
Bug 1235261 - Part 2: Switch some uses of AutoFallibleTArray to AutoTArray. r=froydnj
...
This changes some function signatures to take a nsTArray<T>& instead of a
FallibleTArray<T>& because AutoTArray does not inherit from FallibleTArray.
This is effectively a no-op because the affected array operations already use
`mozilla::fallible`.
2016-01-31 17:12:12 +02:00
Birunthan Mohanathas
f94b4ff6a2
Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj
2016-01-31 17:12:12 +02:00
Kyle Huey
0fab08d885
Bug 1241764: Merge bug 1212323. r=me CLOSED TREE
2016-01-30 09:33:24 -08:00
Kyle Huey
94f653c385
Bug 1241764: Replace nsPIDOMWindow with nsPIDOMWindowInner/Outer. r=mrbkap,smaug
2016-01-30 09:05:36 -08:00
Jean-Yves Avenard
4809d851fb
Bug 1212323: P2. Have IsVideoAccelerated return a Promise. r=cpearce
2016-01-30 12:52:35 +11:00
Christoph Kerschbaumer
c71b5c6b4f
Bug 1243924 - Convert remaining callsites within dom/ to use channel.open2() (r=sicking)
2016-01-29 09:24:25 -08:00
Kartikaya Gupta
6742c1337e
Bug 1242690 - Squash together DispatchAPZAwareEvent and DispatchInputEvent. r=dvander
2016-01-29 16:31:15 -05:00
James Burke
eedc581069
Bug 1139849 - postMessage to incorrect target domain should print a console security error r=bz
2016-01-29 13:32:01 -08:00
Wes Kocher
3dbb3a4bfa
Backed out 3 changesets (bug 1212323) for WinXP debug crashes CLOSED TREE
...
Backed out changeset 7215ed1cfcef (bug 1212323)
Backed out changeset bd7599dcee0d (bug 1212323)
Backed out changeset 228267494daa (bug 1212323)
2016-01-29 10:30:16 -08:00
Ting-Yu Lin
7f8f643423
Bug 1227927 Part 3 - Use ranged-based for-loop to rewrite some simple loops in part 2. r=mats
2016-01-29 22:42:15 +08:00
Ting-Yu Lin
a6c945b2bc
Bug 1227927 Part 2 - Remove nsIFrame::GetFirstPrincipalChild(). r=mats
2016-01-29 22:42:14 +08:00
Arthur Edelstein
a9dafba702
Bug 1237831 - Use a non-format argument in LogMessageToConsole. r=jst
2016-01-04 09:32:21 -08:00
Jean-Yves Avenard
4a27b3c8e7
Bug 1212323: P2. Have IsVideoAccelerated return a Promise. r=cpearce
2016-01-29 15:45:42 +11:00
Brian Birtles
68bba734fd
Bug 1096773 part 3 - Implement Animatable.animate(); r=bz
2016-01-29 12:37:52 +11:00
Bill McCloskey
e73c8838c9
Bug 1237402 - Allow certain plugins to be loaded in parent process (r=jimm)
2016-01-28 14:52:04 -08:00
Carsten "Tomcat" Book
fc0bdc02d6
Backed out changeset 42ee56af794c (bug 1237831) for bustage on a CLOSED TREE
2016-01-28 17:04:03 +01:00
Arthur Edelstein
a7693a428e
Bug 1237831 - Use a non-format argument in LogMessageToConsole. r=jst
...
---
dom/base/nsContentUtils.cpp | 15 ++-------------
dom/base/nsContentUtils.h | 4 ++--
2 files changed, 4 insertions(+), 15 deletions(-)
2016-01-28 16:28:48 +01:00
Carsten "Tomcat" Book
2cd82dff43
Merge mozilla-central to mozilla-inbound
2016-01-28 12:27:53 +01:00
Carsten "Tomcat" Book
6d639cca1d
merge mozilla-inbound to mozilla-central a=merge
2016-01-28 12:13:37 +01:00
Tom Schuster
47802285b0
Bug 1242214 - Rename JSPropertyDescriptor JS::PropertyDescriptor everywhere else. r=smaug
2016-01-28 11:28:04 +01:00
Brian Grinstead
7a8b8f2092
Bug 1239506 - Make console formatter return NaN instead of nan with %f;r=baku
2016-01-27 14:22:45 -08:00
Chris Manchester
835d2f9bd5
Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps
2016-01-27 17:46:34 -08:00
Xidorn Quan
d69da3921b
Bug 1064843
part 8 - Add frame class for backdrop frame. r=dbaron
2016-01-28 10:11:00 +11:00
Carsten "Tomcat" Book
45b3ce32b0
merge mozilla-inbound to mozilla-central a=merge
2016-01-27 11:59:49 +01:00
Bill McCloskey
366bf83154
Bug 1233497 - Fix infrastructure for disallowing unsafe CPOWs in browser code. r=mrbkap
2016-01-05 19:28:27 -05:00
Matt Woodrow
09f561619d
Bug 1231538 - Build a ContainerLayer for position:fixed and background-attachment:fixed content. r=roc
2016-01-26 13:36:48 +13:00
William Chen
c2ad4f718d
Bug 1241727 - Inverting non-invertible WebKitCSSMatrix should throw NotSupportedError. r=baku
2016-01-27 12:49:57 -08:00
Olli Pettay
de07d32c6f
Bug 1153322 - Implement Document.scrollingElement, r=bz
2016-01-27 02:44:05 +02:00
AJ Kerrigan
b90d863836
Bug 1230750
- Export GENERATED_FILES headers from moz.build. r=ted.mielczarek
...
Add GENERATED_FILES headers to EXPORTS inside moz.build, and
remove associated Makefile.in rules.
2016-01-24 02:19:45 -05:00
Carsten "Tomcat" Book
10715e4ef6
Merge mozilla-central to mozilla-inbound
2016-01-27 12:10:56 +01:00
Yury Delendik
89317a8c1f
Bug 1236104 - Revert pre-load cache compilation and tiny script limit. r=yury
2016-01-25 16:00:34 -06:00
dimi
2974c51f6e
Bug 1188822 - Make service-workers/service-worker/fetch-request-resources.https.html pass. r=bkelly
2016-01-25 14:18:29 +08:00
Kyle Machulis
0ecda31338
Bug 1237401 - Add telemetry probe for non-rewritable youtube flash embeds; r=cpeterson, r=vladan
2016-01-25 15:14:58 -08:00
Xidorn Quan
628f89b81a
Bug 1240978 - Shorten timeout for black screen in fullscreen transition. r=smaug
2016-01-25 14:52:11 +11:00
Phil Ringnalda
867dddb5d6
Merge f-t to m-c, a=merge
2016-01-23 18:11:37 -08:00
Sylvestre Ledru
14ec5bc735
Bug 1218816 - Remove useless semicolons. Found by coccinelle. r=Ehsan
2016-01-22 16:58:49 +01:00
Ting-Yu Lin
37c666ef89
Bug 1241752 - Remove runtime warning for nsIContent::GetEditingHost(). r=smaug
...
Returning a null editing host for a non-editable is a normal failing case,
which does not need a warning.
2016-01-22 14:18:47 +08:00
Kartikaya Gupta
b547e2b7c8
Bug 1238042 - Extract a helper function to check if a JSObject is a global with a particular about: URI. r=ehsan
2016-01-22 20:27:28 -05:00
Tom Tromey
c35c86d248
Bug 757969 - use __thread in ThreadLocal; r=froydnj
2016-01-22 10:33:44 -07:00
Josh Matthews
7bf5e736c7
Bug 1239463 - Do not assert when notifying an inactive document about changed content from the plugin crash notification. r=bz
2016-01-21 13:39:13 -05:00
Andrew McCreight
9fdd626831
Bug 1226052, part 3 - Create File objects in test_mozfiledataurl.html using a frame script. r=baku
...
This makes it so the test works in e10s as well.
2016-01-21 09:57:30 -08:00
Andrew McCreight
0d853a407e
Bug 1226052, part 2 - Don't name every file 'file' in test_mozfiledataurl.html. r=baku
...
This will make it possible to create them in one batch later.
2016-01-21 09:57:30 -08:00
Andrew McCreight
e8efec5b38
Bug 1226052, part 1 - Remove trailing whitespace in test_mozfiledataurl.html. r=baku
2016-01-21 09:57:30 -08:00
Eugen Sawin
1926e0aa21
Bug 1205649 - [2.4] Add AbsoluteDeviceOrientation DOM event for compass heading orientation data. r=smaug
2016-01-21 18:14:33 +01:00
Olli Pettay
e33ff91d5c
Bug 1241339 - ObserverService may keep Console object alive until shutdown, r=baku
2016-01-21 15:17:33 +02:00
Carsten "Tomcat" Book
9bd456dc69
Merge mozilla-central to mozilla-inbound
2016-01-21 12:29:20 +01:00
Carsten "Tomcat" Book
d6d7f5602f
merge mozilla-inbound to mozilla-central a=merge
2016-01-21 11:49:16 +01:00
Jon Coppeard
fdd67c37c1
Bug 1241183 - Make nsScriptLoadRequest non-threadsafe now it's no longer used as a context for network loads r=sicking
2016-01-21 10:19:06 +00:00
Carsten "Tomcat" Book
43f459ef90
Merge mozilla-central to b2g-inbound
2016-01-20 15:55:11 +01:00
Alastor Wu
a938e44a8d
Bug 1235749 - add audiochannel tags for related mochitests. r=baku
2016-01-19 15:21:48 +08:00
Michael Layzell
66890871ee
Bug 1230563 - Part 1: Cookie permissions should override the CookiesLifetimePolicy, r=ehsan
2016-01-19 01:33:20 -05:00
Brian Birtles
9651838de3
Bug 1226091 - Use MayHaveAnimations in Element::UnbindFromTree; r=smaug
2016-01-19 08:04:25 +09:00
Randall Barker
1bb772ec45
Bug 1231517 - part 4, Add ZoomToFocusedInput function to nsDOMWindowUtils r=kats
2016-01-20 16:24:59 -08:00
William Chen
3701c207af
Bug 717722 - Implement WebKitCSSMatrix. r=baku
2016-01-20 14:48:01 -08:00
Ehsan Akhgari
601b10ace2
Bug 1240372 - Don't OOM crash in nsDocumentEncoder::EncodeToStringWithMaxLength() when the string buffer allocation fails; r=bzbarsky
2016-01-20 17:55:47 -05:00
David Rajchenbach-Teller
41e4edde4b
Bug 1224374 - Profiler labels for the 25 top chrome hangs;r=BenWa,MarcoZ
...
Experience shows that we do not have enough profiler labels to make
BHR hang reports meaningful. This patch adds enough labels to let us
exploit hang reports matching the 25 topmost chrome hangs.
2016-01-14 23:03:11 +01:00
Andrea Marchesini
dda4662627
Bug 1240365 - FileReader should use the global scope correctly in ChromeWorkers, r=smaug, r=khuey
2016-01-20 18:17:57 +00:00
Andrea Marchesini
322975a185
Bug 1162658 - Update FormData to match latest spec, r=smaug
2016-01-20 17:25:03 +00:00
Daniel Holbert
45a9745978
Bug 1239799 part 2: Add support for @media(-webkit-transform-3d) media query, for web compatibility. r=heycam
2016-01-18 09:24:44 -08:00
Brian Birtles
66b49608d6
Bug 1226091 - Use MayHaveAnimations flag for animations on pseudo elements too; r=smaug
2016-01-18 13:40:12 +09:00
Andrew McCreight
3f871b45e2
Bug 1240908 - Make the window reference in nsContentPermissionRequester weak. r=smaug
2016-01-19 14:07:00 +01:00
Carsten "Tomcat" Book
57d9b3671d
Backed out changeset 71c6c05cd40b (bug 1230422) for double landing
2016-01-20 10:21:19 +01:00
Andrea Marchesini
45039802b8
Bug 1230422 - FileReader should handle nested ReadAs*() calls, r=khuey
2016-01-20 07:55:37 +00:00
Andrea Marchesini
a99bdcd3e8
Bug 1230422 - FileReader should handle nested ReadAs*() calls. r=khuey
2016-01-20 07:55:37 +00:00
Kyle Huey
3e24150962
Bug 1239509: Move VisibilityChangeListener out of nsContentPermissionHelper's header. r=wchen
2016-01-22 10:28:33 -08:00
Kyle Huey
cd021ccc26
Bug 1241763: Don't fire dom-window-destroyed on outer windows. r=bz
2016-01-22 10:27:54 -08:00
Chris Peterson
6c42b15213
Bug 1240265 - Annotate intentional switch fallthroughs in dom/. r=mrbkap
...
dom/base/Element.cpp:2920:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/Element.cpp:2935:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/nsDocument.cpp:6595:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/nsDocument.cpp:7631:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/nsDocument.cpp:7922:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/nsGlobalWindow.cpp:7573:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/base/nsXMLContentSerializer.cpp:1393:7 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/cache/AutoUtils.cpp:487:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/html/HTMLInputElement.cpp:3808:15 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/html/HTMLInputElement.cpp:3836:15 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/storage/DOMStorageDBThread.cpp:224:3 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
dom/workers/ScriptLoader.cpp:1994:5 [-Wimplicit-fallthrough] unannotated fall-through between switch labels
2015-11-25 23:26:32 -08:00
Tooru Fujisawa
170083d5b2
Bug 1235159 - Report pattern compliation failure to web console. r=jst,jorendorff
2016-01-16 13:24:52 +09:00
Tooru Fujisawa
f288661c1a
Bug 1227906 - Use unicode flag in pattern attribute. r=jst
2016-01-16 13:24:48 +09:00
Luke Wagner
6368df1d84
Bug 1239601 - improve the UniquePtr situation (r=jandem)
2016-01-15 18:26:20 -06:00
Kyle Machulis
5962b2a7ca
Bug 1239585 - Remove eSupportSVG from nsObjectLoadingContent capabilities; r=bz
2016-01-15 14:11:54 -08:00
Kyle Machulis
341612cd42
Bug 1239721 - Remove mRewrittenYoutubeEmbed from nsObjectLoadingContent; r=bz
2016-01-15 14:11:48 -08:00
Kartikaya Gupta
2b6aedaa55
Bug 1226826 - Record paint times in the checkerboard event. r=botond
2016-01-15 16:19:59 -05:00
Boris Zbarsky
d78ee629f8
Bug 1237580. NamedNodeMap should only claim to support a name if that name has no uppercase ASCII chars, for HTML elements in HTML documents. r=bkelly
2016-01-15 13:29:58 -05:00
Andrea Marchesini
064fd71a7f
Bug 1241171 - FormData should not force 'blob' as filename, r=smaug
2016-01-26 17:15:52 +00:00
Sebastian Hengst
5d8cb5c367
Backed out changeset 3a4b31e5c049 (bug 1241171) for W(5) orange on Linux x64 debug. r=bustage
2016-01-26 13:44:51 +01:00
Andrea Marchesini
5cc24d000d
Bug 1241171 - FormData should not force 'blob' as filename, r=smaug
2016-01-26 10:34:41 +00:00
Andrea Marchesini
eed2bcc62a
Bug 1238440 - FileReader should throw an error when the blob changed size when reading, r=khuey
2016-01-26 10:19:15 +00:00
Sebastian Hengst
e687c33b0f
Backed out 2 changesets (bug 1224374) for Windows bustage. r=bustage on a CLOSED TREE
...
Backed out changeset 5f458e6e4997 (bug 1224374)
Backed out changeset 0dc02cb0b604 (bug 1224374)
2016-01-19 21:30:41 +01:00
David Rajchenbach-Teller
3a3c914116
Bug 1224374 - Profiler labels for the 25 top chrome hangs;r=BenWa,MarcoZ
...
Experience shows that we do not have enough profiler labels to make
BHR hang reports meaningful. This patch adds enough labels to let us
exploit hang reports matching the 25 topmost chrome hangs.
2016-01-14 23:03:11 +01:00
Christoph Kerschbaumer
3cd7453f50
Bug 1239397: Send Internal ContentPolicyType to CSP and MixedContent (r=sicking)
2016-01-19 09:10:50 -08:00
Andrea Marchesini
be6fc8d36f
Bug 1221320 - XMLHttpRequest authentication should not require auth prompt dialog, r=honzab.moz
2015-12-30 18:47:55 +00:00
Carsten "Tomcat" Book
a1d46b7914
merge mozilla-inbound to mozilla-central a=merge
2016-01-15 11:46:47 +01:00
Christoph Kerschbaumer
046e0f3445
Bug 1224694 - Unify and clean up initialization of CSP (r=sicking)
2016-01-14 13:21:31 -08:00
Christoph Kerschbaumer
bae3325563
Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking)
2016-01-14 12:38:15 -08:00
Carsten "Tomcat" Book
3d04332e36
Merge mozilla-central to fx-team
2016-01-14 11:59:00 +01:00
Olli Pettay
0c6a8913a6
Bug 1157469 - null check wrapper in case WrapNode fails, r=bholley
2016-01-11 20:32:12 +02:00
Nigel Babu
ca51f1ac3d
Backed out 4 changesets (bug 1226826) for widespread bustage
...
Backed out changeset 95d373bec568 (bug 1226826)
Backed out changeset bb9970d440a4 (bug 1226826)
Backed out changeset 6c1fa0dc6bd7 (bug 1226826)
Backed out changeset 400ebf504171 (bug 1226826)
2016-01-14 08:33:11 +05:30
Boris Zbarsky
66e355f2f6
Bug 1032979 part 2. Getting outerHTML on a node from an XML document should not use the self-closing form of empty container tags from the HTML namespace. r=smaug
2016-01-13 21:36:25 -05:00
Boris Zbarsky
1222db1dc4
Bug 1238804. Make <base> actually work in a srcdoc document. r=smaug
2016-01-13 21:36:24 -05:00
Nigel Babu
40c4460982
Backed out changeset f001a01c85d7 (bug 1224694) for browser-chrome bustage on a CLOSED TREE
2016-01-14 08:04:50 +05:30
Nigel Babu
944804400b
Backed out changeset f51b921e1ccf (bug 1233098) for browser-chrome bustage
2016-01-14 08:04:37 +05:30
Christoph Kerschbaumer
719db9a7f7
Bug 1233098 - Refactor CSP upgrade insecure requests flag within loadInfo (r=sicking)
2016-01-13 15:51:43 -08:00
Christoph Kerschbaumer
9c6f72b395
Bug 1224694 - Unify and clean up initialization of CSP (r=sicking)
2016-01-13 15:51:30 -08:00
Kyle Machulis
36c314398b
Bug 769117 - Mochitests for youtube flash -> html5 rewriting; r=bz r=hsivonen
2016-01-13 16:13:50 -08:00
Kyle Machulis
3601994212
Bug 769117 - Rewrite youtube flash embed tags to possibly use HTML5; r=bz r=hsivonen
2016-01-13 16:13:50 -08:00
Kartikaya Gupta
c312cf4e59
Bug 1226826 - Record paint times in the checkerboard event. r=botond
2016-01-13 15:46:08 -05:00
Kyle Machulis
bf1c9cd618
Backout of changesets 05eb8219c3e5, 1ecd2a9ffb67 (Bug 769117) for bustage on CLOSED TREE
2016-01-13 12:16:19 -08:00
Kyle Machulis
acd41929a3
Bug 769117 - Mochitests for youtube flash -> html5 rewriting; r=bz r=hsivonen
2016-01-13 11:45:59 -08:00
Kyle Machulis
6866d33064
Bug 769117 - Rewrite youtube flash embed tags to possibly use HTML5; r=bz r=hsivonen
2016-01-13 11:45:59 -08:00
Lars T Hansen
0af19a0d3c
Bug 1231337 - part 2, conditionally enable shared memory for dedicated workers. r=khuey
2016-01-06 16:31:38 +01:00
Jonathan Kew
78f0829154
Bug 890156 - patch 6 - Update window placement code to work with desktop pixels, for per-monitor DPI support on Windows. r=emk
2015-12-03 13:19:50 +00:00
Andrew McCreight
15c77f27dc
Bug 1237799, part 1 - Move test_bug827160.html and test_object.html to plugins directory. r=gfritzsche
...
This will let these tests use plugin-utils.
2016-01-12 16:50:33 -08:00
Xidorn Quan
8831e8c206
Bug 1174323 part 1 - Add nsDOMWindowUtils::SendNativeMouseMove and EventUtils.sendNativeMouseMove. r=smaug
2016-01-13 10:29:09 +11:00
Jan-Ivar Bruaroey
c2caeac21c
Bug 1224766 - forward callID to disambiguate multiple gUM requests from same window. r=jesup,smaug
2016-01-07 17:30:10 -05:00
Xidorn Quan
7f582514a2
Bug 1189622 part 2 - Allow widget's MakeFullScreen to fail, and call FinishFullscreenChange directly if that happens. r=smaug
2016-01-12 15:18:47 +11:00
Xidorn Quan
3f2b307ad0
Bug 1189622 part 1 - Ensure the in-fullscreen-change flag is set before calling the second phase. r=smaug
2016-01-12 15:18:47 +11:00
Xidorn Quan
fd62659376
Bug 1238404 - Use 'using' directive instead of having separate Dispatch impl in subclasses of nsIEventTarget. r=froydnj
2016-01-12 15:18:47 +11:00
Christoph Kerschbaumer
6cc7065f91
Bug 1232909 - Use channel.asyncOpen2 within dom/base/test/chrome/test_bug599295.html (r=sicking)
2015-12-15 20:39:25 -08:00
Boris Zbarsky
e14843fd0b
Bug 1237714. Make nsContentUtils::IsCustomElementName faster in the common case of a non-custom-element name. r=smaug
2016-01-11 13:12:58 -05:00
Boris Zbarsky
10fb45233c
Bug 1236258 part 4. Change nsDOMAttributeMap::SetNamedItemNS to not remove the existing attribute when there is one. r=smaug
2016-01-11 13:01:35 -05:00
Boris Zbarsky
b076f167b8
Bug 1236258 part 3. Remove the unused aNsAware argument of nsDOMAttributeMap::GetAttribute. r=smaug
2016-01-11 13:01:33 -05:00
Boris Zbarsky
7e42a2ebd1
Bug 1236258 part 2. Remove the unused mNsAware member of nsIAttribute. r=smaug
2016-01-11 13:01:31 -05:00
Boris Zbarsky
25328c3858
Bug 1236258 part 1. Remove the unused nsDOMAttributeMap::RemoveAttribute. r=smaug
2016-01-11 13:01:29 -05:00
Nicholas Nethercote
6b299ad225
Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
...
This patch:
- Makes the following substitutions (plus necessary namespace qualifiers:
gfxImageFormat::ARGB32 --> SurfaceFormat::A8R8G8B8_UINT32
gfxImageFormat::RGB24 --> SurfaceFormat::X8R8G8B8_UINT32
gfxImageFormat::A8 --> SurfaceFormat::A8
gfxImageFormat::RGB16_565 --> SurfaceFormat::R5G6B5_UINT16
gfxImageFormat::Unknown --> SurfaceFormat::UNKNOWN
- Changes gfxImageFormat to be a typedef to gfx::SurfaceFormat. This will be
removed soon.
- Removes gfxCairoFormatToImageFormat() and gfxImageFormatToCairoFormat() and
replace calls to them with CairoFormatToGfxFormat() and
GfxFormatToCairoFormat().
- Removes ParamTraits<gfxImageFormat>.
- Add namespace qualifiers to SurfaceFormat instances where necessary.
2016-01-07 20:57:38 -08:00
Xidorn Quan
71588c6764
Bug 1191597 part 5 - Ensure to cleanup old window size from the list when exit fullscreen. r=smaug
2016-01-11 09:38:53 +11:00
Randall Barker
048c3a475a
Bug 1233056 - Long tapping on a link will select a different link from the page r=tnikkel
...
Long tapping would fail when Java Pan-Zoom was enabled in Fennec.
2016-01-08 20:22:07 -08:00
Ross Lovas
d55948c123
Bug 1190093 - Stop throttling frame requests for loading pages by checking Hidden(), not isShowing. r=tnikkel
2016-01-08 15:20:34 -06:00
Terrence Cole
bfbfe75d44
Bug 1235923 - Part 2: Use new Root tracing APIs in Gecko; r=smaug
2015-12-30 11:31:16 -08:00
Andrea Marchesini
bcb4c36e4c
Bug 1237595 - FormData ctor and form submission should create empty Blob/File when a input type=file is not set, r=smaug
2016-01-08 08:35:30 +00:00
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
Andrea Marchesini
0962b374a9
Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
2015-12-18 08:44:00 +00:00
Morris Tseng
314c72ac83
Bug 1172796 - Part 4: Implement OffscreenCanvas::ToBlob. r=roc r=smaug
2015-12-18 14:52:17 +08:00
Morris Tseng
54b392bce7
Bug 1172796 - Part 1: ImageEncoder can be used on worker thread. r=seth
2015-12-18 14:52:17 +08:00
Morris Tseng
1043d109ed
Bug 1215438 - Part 2: Add transfer support for ImageBitmap. r=baku
2015-12-18 14:52:16 +08:00
Sebastian Hengst
18829a9e77
Backed out changeset 30839ee209e8 (bug 901097) for mochitest failures on Android and Mulet. r=backout
2015-12-17 14:13:59 +01:00
Andrea Marchesini
1a046036d9
Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
2015-12-17 12:00:35 +00:00
Eric Rahm
bb7ae765cd
Bug 1230660 - Remove verbose warnings emitted from nsContentIterator. r=smaug
2015-12-16 15:58:25 -08:00
Wes Kocher
08358b3f37
Backed out changeset 84c8783b8518 (bug 901097) for test_fileReader.html crashes CLOSED TREE
2015-12-16 09:43:42 -08:00
Andrea Marchesini
26c1938206
Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
2015-12-16 12:37:31 +00:00
Carsten "Tomcat" Book
88a5cd026e
Backed out changeset d74d1e794421 (bug 901097) for bustage on a CLOSED TREE
2015-12-16 11:48:40 +01:00
Andrea Marchesini
a0d04dad85
Bug 901097 - FileReader API in workers, r=sicking, r=nfroyd
2015-12-16 10:15:03 +00:00
Carsten "Tomcat" Book
2b23cfe8d9
Backed out changeset afe3d65b74b6 (bug 1214148) on developers request for causing regressions
2015-12-15 14:45:06 +01:00
Carsten "Tomcat" Book
2c5f71c734
merge mozilla-inbound to mozilla-central a=merge
2015-12-15 12:16:29 +01:00
Nicholas Nethercote
bb7e89e37a
Bug 1231256 (part 2) - Remove unused BlobDirState parameters from SetLazyData(). r=jld.
2015-12-07 14:00:51 -08:00
Kartikaya Gupta
310d10497e
Bug 1229052 - Add a telemetry histogram to gather data on the number of top-level pages with scroll-linked positioning effects. r=vladan
2015-12-14 14:47:28 -05:00
Kartikaya Gupta
6c979374d5
Bug 1229052 - Log a warning when we detect a scroll-linked effect based on the scroll event. r=roc
2015-12-14 14:47:24 -05:00
Kartikaya Gupta
25b280fd3d
Back out 5 csets from bug 1229052 on a CLOSED TREE for failing to fix the nonunified build error even after many attempts. r=backout
2015-12-14 15:52:31 -05:00
Kartikaya Gupta
66937e4c8a
Bug 1229052 - Add a telemetry histogram to gather data on the number of top-level pages with scroll-linked positioning effects. r=vladan
2015-12-14 14:47:28 -05:00
Kartikaya Gupta
ebbfd965d0
Bug 1229052 - Log a warning when we detect a scroll-linked effect based on the scroll event. r=roc
2015-12-14 14:47:24 -05:00
Christoph Kerschbaumer
bd666f7ab3
Bug 1223743 - CSP: Check baseChannel for CSP when loading multipart channel (r=sicking)
2015-12-14 10:06:56 -08:00
Ben Kelly
83782f29a2
Bug 1226443 P2 Make service worker fetch and functional events used scheduled timer updates. r=ehsan
2015-12-11 14:53:11 -05:00
Catalin Badea
c8d673d2a5
Bug 1221992 - Prevent ServiceWorkerClients.OpenWindow from opening tabs in private mode windows. r=smaug
2015-12-11 13:32:15 -05:00
Andrea Marchesini
781ef4db10
Bug 1214148 - patch 1 - propagation from the nested iframe back to the toplevel iframe, r=alwu
2015-12-11 11:17:33 -05:00
Phil Ringnalda
7f3300e643
Back out 13 changesets (bug 1226443, bug 1227015) for a variety of serviceworker web-platform-test failures
...
CLOSED TREE
Backed out changeset d518261eb3b1 (bug 1226443)
Backed out changeset a7def186c1d3 (bug 1226443)
Backed out changeset e2f21ee1cd4c (bug 1226443)
Backed out changeset 8c4aff8bbfaf (bug 1226443)
Backed out changeset 4c85bf5e9bf5 (bug 1226443)
Backed out changeset 8fbc71a2912a (bug 1227015)
Backed out changeset 00ac71165014 (bug 1227015)
Backed out changeset e261f601b14d (bug 1227015)
Backed out changeset 78896c0bcb95 (bug 1227015)
Backed out changeset 244093d57c03 (bug 1227015)
Backed out changeset 03abf4d48e38 (bug 1227015)
Backed out changeset 2090c1e30933 (bug 1227015)
Backed out changeset 84e011be4e35 (bug 1227015)
2015-12-10 18:49:48 -08:00
Ben Kelly
913287b801
Bug 1226443 P2 Make service worker fetch and functional events used scheduled timer updates. r=ehsan
2015-12-10 18:08:14 -05:00
Blake Kaplan
a9082c6e3e
Bug 1231695 - Don't use contentWindow on remote browsers. r=mccr8
2015-12-10 16:50:58 -05:00
Kartikaya Gupta
a2ba6213c3
Bug 1228597 - Clean up code paths that (un)apply a pres shell resolution. r=tn,botond
...
A clear separation is introduced between paths that deal with a root
document resolution (at the process boundary in e10s setups) and paths
that deal with a non-root document resolution (elsewhere in Layout code).
This allows both code paths to run on all platforms.
2015-11-30 19:13:20 -05:00
Botond Ballo
9a94f1ce0c
Bug 1228597 - Remove the MOZ_SINGLE_PROCESS_APZ define. r=tn
...
Code previously guarded by this (added in bug 1224015) will now run
unconditionally.
2015-11-27 21:39:07 -05:00
Boris Zbarsky
d59a95c670
Bug 1230698. Make NS_CreateJSTimeoutHandler with a string propagate out exceptions from the nsJSScriptTimeoutHandler constructor if they happen. r=peterv
2015-12-10 16:14:10 -05:00
Blake Kaplan
278ddf567e
Bug 1225829 - Use a temporary string to avoid string type confusion via references. r=jimm
2015-12-10 15:31:17 -05:00
Phil Ringnalda
2f1d036bc7
Back out 3 changesets (bug 1214148) for b2g test_browserElement_inproc_AudioPlayback.html, test_browserElement_oop_AudioChannel.html, etc. failures
...
CLOSED TREE
Backed out changeset e716d9ac93d7 (bug 1214148)
Backed out changeset 5f693237c8c1 (bug 1214148)
Backed out changeset 3a4865d79416 (bug 1214148)
2015-12-09 18:19:33 -08:00
Andrea Marchesini
7436a028a7
Bug 1214148 - patch 1 - propagation from the nested iframe back to the toplevel iframe, r=alwu
2015-12-09 16:46:25 -05:00
Andrea Marchesini
b47ee21ee3
Bug 1231100 - Get rid of nsIDOMFileReader - patch 1, r=sicking
2015-12-09 15:52:15 -05:00
Andrea Marchesini
87b72580eb
Bug 1231094 - patch 2 - Get rid of FileIOObject, r=sicking
2015-12-09 06:23:16 -05:00
Andrea Marchesini
0f6eea2347
Bug 1231094 - patch 1 - nsDOMFileReader to mozilla::dom::FileReader, r=sicking
2015-12-09 06:22:40 -05:00
Kyle Machulis
f4b4fe6106
Bug 1229971 - Change name and logic of youtube embed telemetry probe; r=vladan, r=cpeterson
2015-12-08 10:04:08 -08:00
Salah
d5055c20a1
Bug 1222079. Fix the behavior of Object.getOwnPropertyNames for nsDOMAttributeMap. r=bzbarsky
2015-12-07 18:42:36 -05:00
Nicholas Nethercote
e37b89b956
Bug 1230047 (part 1) - Make SynthesizeNativeTouch{Point,Tap}() take ScreenIntPoints. r=kats.
2015-12-02 21:45:38 -08:00
Jonas Sicking
4e8258d392
Bug 1216687: Add nsILoadInfo flags for cookie policies. r=ckerschb
2015-12-06 18:33:15 -05:00
Jonas Sicking
f82c1655d9
Bug 1226909 part 4: Make AsyncOpen2 set taining information on channels. Use this information in XHR and fetch(). r=bkelly
2015-12-06 18:33:15 -05:00
Jonas Sicking
9d711c3aaf
Bug 1226909 part 3: Move logic of when to initiate CORS preflight into channels. Allow CORS preflight to happen when doing a same-origin to cross-origin redirect. r=ckerschb
2015-12-06 18:33:14 -05:00
Jonas Sicking
ad3a5c7f5d
Bug 1226909 part 2: Let CORS preflight logic grab information from nsILoadInfo rather than duplicate it. r=ckerschb
2015-12-06 18:33:14 -05:00
Sebastian Hengst
1e033e3020
Backed out 2 changesets (bug 1221992) for almost permafailing M-e10s(2) on Linux debug. r=backout
...
Backed out changeset ad20808dd3c4 (bug 1221992)
Backed out changeset 7cdcda3e65fb (bug 1221992)
2015-12-05 21:13:41 +01:00
Sebastian Hengst
2d6490dc4b
Backed out changeset 09d64535bcda (bug 1216687), a7f1a289dd78, 4dbf06183e6c, 26318a5e3006, 9ae2af3cf86d (bug 1226909) for M(1,2,5) oranges. r=backout
2015-12-05 16:34:47 +01:00
Jonas Sicking
a35bcbf76e
Bug 1216687: Add nsILoadInfo flags for cookie policies. r=ckerschb
2015-12-05 01:46:21 -08:00
Jonas Sicking
c76eed0c04
Bug 1226909 part 4: Make AsyncOpen2 set taining information on channels. Use this information in XHR and fetch(). r=bkelly
2015-12-05 01:46:20 -08:00
Jonas Sicking
83a2fbd789
Bug 1226909 part 3: Move logic of when to initiate CORS preflight into channels. Allow CORS preflight to happen when doing a same-origin to cross-origin redirect. r=ckerschb
2015-12-05 01:46:20 -08:00
Jonas Sicking
05f8d577f3
Bug 1226909 part 2: Let CORS preflight logic grab information from nsILoadInfo rather than duplicate it. r=ckerschb
2015-12-05 01:46:20 -08:00
Andrea Marchesini
785d5def22
Bug 1198095 - FileReader should dispatch an error if the blob changes size in the meantime the read is executed, r=bz
2015-12-05 09:37:35 +00:00
Andrea Marchesini
ef37f27d71
iBug 1122788 - patch 2 - nsMultiplexInputStream should not use Tell() in debug builds, r=bz
2015-12-05 09:36:51 +00:00
Tim Nguyen
e434dcd796
Bug 1137681 - Per-tab user agent emulation. r=bz
2015-07-21 08:42:00 +02:00
Wes Kocher
a02339b6be
Backed out changeset 95c53fc40a19 (bug 1198095) for being a possible cause of test_fileapi.html bustage CLOSED TREE
2015-12-04 15:21:18 -08:00
Andrea Marchesini
273081fa5f
Bug 1198095 - FileReader should dispatch an error if the blob changes size in the meantime the read is executed, r=bz
2015-12-04 21:18:34 +00:00
Andrea Marchesini
6d20470759
Bug 1230509 - BlobImplFile should return false in IsDateUnknown and IsSizeUnknown, r=bz
2015-12-04 21:15:46 +00:00
Daniel Holbert
56377df682
Bug 1230351: Replace ThirdPartyUtil::IsThirdPartyInternal's warning-spammy NS_ENSURE_ARG with an equivalent check that lacks the warning. r=mrbkap
2015-12-04 12:01:43 -08:00
Wes Kocher
814fa88abd
Backed out changeset b3cfca056388 (bug 1230509) for build bustage CLOSED TREE
2015-12-04 10:50:17 -08:00
Andrea Marchesini
e75e3cad3e
Bug 1230509 - BlobImplFile should return false in IsDateUnknown and IsSizeUnknown, r=bz
2015-12-04 18:18:21 +00:00
Catalin Badea
cbdc480790
Bug 1221992 - Prevent ServiceWorkerClients.OpenWindow from opening tabs in private mode windows. r=smaug
2015-12-04 19:14:44 +02:00
Boris Zbarsky
305d74eb7d
Bug 1227458. Make setAttributeNode be an alias for setAttributeNodeNS and setNamedItem on the attribute map be an alias for setNamedItemNS. r=smaug
2015-12-04 09:51:04 -05:00
Jean-Yves Avenard
27d009ebb1
Bug 1230353: P1. Ensure type and subtype of MIME are lowercase. r=bz
...
As per RFC 2616 section 3.7, which states "The type, subtype, and parameter attribute names are case-insensitive". So ensure the type and subtype are always lower-case as all our comparisons assume that they are.
2015-12-04 15:24:24 +11:00
Wes Kocher
bdce04f47a
Merge m-c to inbound, a=merge
2015-12-03 16:11:01 -08:00
Wes Kocher
1a286948ef
Merge fx-team to central, a=merge
2015-12-03 16:07:50 -08:00
Wes Kocher
4959875fde
Backed out 2 changesets (bug 1221992) for windows debug assertions in browser_perf-categories-js-calltree.js
...
Backed out changeset bcd90e591038 (bug 1221992)
Backed out changeset 6affaa386b9b (bug 1221992)
2015-12-03 15:56:59 -08:00
Blake Kaplan
562f6c2af7
Bug 1116478 - Open web content handlers in the proper tab in e10s. r=billm
2015-12-03 15:04:28 -08:00
Olli Pettay
dd00989648
Bug 1229760 - CustomElement registry keeps strong reference to the unresolved elements, r=wchen
2015-12-03 18:21:04 +02:00
Mark Capella
36dedbdf68
Bug 1215959
- (GeckoCarets2) - Flip on by default in nightly, r=snorp
2015-12-03 13:33:15 -05:00
Catalin Badea
d15034e4eb
Bug 1221992 - Prevent ServiceWorkerClients.OpenWindow from opening tabs in private mode windows. r=smaug
2015-12-03 23:19:29 +02:00
Ehsan Akhgari
57d9f00fd8
Use nsContentUtils::GenerateUUIDInPlace() in nsIDocument::GenerateDocumentId(), no bug
2015-12-02 21:15:44 -05:00
Ehsan Akhgari
0b5e02ebf0
Bug 1222464 - Part 3: Implement Clients.get(); r=jdm
2015-12-02 20:37:01 -05:00
Ehsan Akhgari
acab631b47
Bug 1222464 - Part 1: Save a client ID for top-level navigations on the docshell and assign it as the document ID when we start loading the document; r=jdm
...
For top-level navigations, we need to compute the client ID when we decide to
intercept the document load, and we need to make sure the document that will
be created later will end up using that same ID.
2015-12-02 20:36:56 -05:00
Bobby Holley
4360860a8d
Bug 1228950 - Disallow scheme sets on nsHostObjectURI. r=bz
2015-12-02 17:09:56 -08:00
Olli Pettay
ae03f1fbd6
Bug 1228634 - Implement Element.getAttributeNames, r=peterv
2015-12-02 23:04:53 +02:00
Nathan Froyd
21615e6ac9
Bug 1218454 - part 1 - move DialogValueHolder::Get out-of-line; r=bz
...
No reason for one ::Get to be out-of-line and the other not. This
change means that nsGlobalWindow.h doesn't depend on nsContentUtils.
2015-10-26 12:55:45 -04:00
Wes Kocher
6ed09b1c32
Backed out changeset 269290441727 (bug 1198095) for file reader failures in mochitest 1 CLOSED TREE
2015-12-02 13:14:22 -08:00
Boris Zbarsky
ca6dd66b5e
Bug 1172246. Make sure CallSetup's handling of exceptions it wants to deal with itself works even when the callable is a JSNative that uses the JS_Report*Error APIs instead of throwing exceptions in the usual way. r=bholley
2015-06-08 16:16:27 -04:00
Boris Zbarsky
6bbf4d6cf3
Bug 1229664. Drop the concept of inner exceptions from Exception/DOMException. r=bholley
2015-12-02 13:52:59 -05:00