Benedict Singer
|
60ee4c1e01
|
Bug 819051 - XMLHttpRequset.setRequestHeader() needs to merge header values, not overwrite them. r=bz
|
2013-02-03 16:56:09 -08:00 |
|
Tanvi Vyas
|
82329b3016
|
Bug 822367 - Mochitests - User overrides mixed content blocking. r=smaug
|
2013-01-30 00:04:46 -08:00 |
|
wfernandom2004@gmail.com
|
ec8cc3153a
|
Bug 710546 - Server sent events Once the end of the file is reached, any pending data must be discarde, r=smaug
--HG--
extra : rebase_source : 320ae8e0ca66c1eae7cefe2b1c075c2cc32c7a3b
|
2013-01-22 21:09:13 +02:00 |
|
Ian Melven
|
3b7acdbeb9
|
Bug 746978 - sync CSP directive parsing and directive names with w3c CSP 1.0 spec - Part 5 - unsafe-eval (r=sstamm)
|
2013-01-09 10:57:05 -08:00 |
|
Ian Melven
|
1eb387a709
|
Bug 746978 - sync CSP directive parsing and directive names with w3c CSP 1.0 spec - Part 4 - unsafe-inline (r=sstamm)
|
2013-01-09 10:57:05 -08:00 |
|
Ian Melven
|
eb8709b9d8
|
Bug 746978 - sync CSP directive parsing and directive names with w3c spec - Part 2 : tests (r=sstamm)
|
2013-01-09 10:57:05 -08:00 |
|
Ian Melven
|
5dec5ec23f
|
Bug 783049 - CSP : use existing/old parser for X-Content-Security-Policy header, new/CSP 1.0 spec compliant parser for Content-Security-Policy header - Part 3 (r=bz)
|
2013-01-09 10:57:04 -08:00 |
|
Scott Johnson
|
ba70800ef1
|
Bug 825499: Add caretPositionFromPoint to Document.webidl. [r=Ms2ger]
--HG--
rename : content/base/test/test_bug654352.html => content/base/test/test_caretPositionFromPoint.html
|
2013-01-07 11:56:48 -06:00 |
|
Philipp von Weitershausen
|
e70f90dc76
|
Bug 825070 - systemXHR loads should be subject to checkLoadURI checks. r=sicking
|
2012-12-29 10:10:51 -08:00 |
|
Scott Johnson
|
6fcf6c0f6b
|
Bug 654352: Implement (blassey) and fix (jwir3) document.caretPositionFromPoint so that it utilizes frame-relative coordinates to get caret position. (original: [r=smaug,roc]) (fixes: [r=blassey,Ms2ger])
|
2012-12-28 11:11:06 -06:00 |
|
Boris Zbarsky
|
a65b5ab129
|
Bug 820909. Make LowerCaseEqualsASCII and LowerCaseEqualsLiteral actually do ASCII-case-insensitive matching instead of doing odd things with KELVIN SIGN and LATIN CAPITAL LETTER I WITH DOT ABOVE. r=bsmedberg, sr=dbaron
|
2012-12-26 13:42:39 -08:00 |
|
Peter Van der Beken
|
5c8280e854
|
Fix for bug 811701 (Move innerHTML/outerHTML/insertAdjacentHTML from HTMLElement to Element). r=bzbarsky.
|
2012-12-23 18:38:41 -08:00 |
|
John Schoenick
|
8c779e8016
|
Bug 810494 - Add test. r=josh
|
2012-12-13 14:35:17 -08:00 |
|
Boris Zbarsky
|
b4b4dcf0f7
|
Bug 817469. Correctly handle embedded null in the string to parse in DOMParser. r=emk
|
2012-12-04 23:15:47 -05:00 |
|
Masatoshi Kimura
|
4a261035a8
|
Bug 816410 - Part 1: Convert XMLSerializer and DOMParser to WebIDL bindings. r=bz
|
2012-12-03 20:26:16 -05:00 |
|
Boris Zbarsky
|
4200c25df7
|
Bug 814050. XMLHttpRequest.withCredentials header should throw on main thread too, in some cases. r=peterv
|
2012-11-27 15:20:40 -05:00 |
|
Boris Zbarsky
|
266b4382fd
|
Bug 814576. Make XMLHttpRequest really set its progress events as trusted. r=smaug
|
2012-11-27 15:20:40 -05:00 |
|
Olli Pettay
|
c5fdc8494c
|
Bug 813919, fix an assertion in DOM Range, r=mats
|
2012-11-23 17:37:31 +02:00 |
|
Boris Zbarsky
|
43de67ca23
|
Bug 814064. We should not fire a readystatechange for our transition to the SENT state. r=sicking
|
2012-11-22 01:25:01 -05:00 |
|
Mats Palmgren
|
fd28a80fca
|
Bug 804784 - Crash with range, normalize. r=smaug
|
2012-11-20 21:14:15 +01:00 |
|
Mats Palmgren
|
54c8700167
|
Bug 803924 - Crash with range, splitText. r=smaug
|
2012-11-20 21:14:15 +01:00 |
|
Tanvi Vyas
|
3b2cc6d2b5
|
Bug 803225 - Test different protocols that are allowed in nsMixedContentBlocker.cpp (r=bz)
|
2012-11-16 12:40:07 -08:00 |
|
Ryan VanderMeulen
|
d3f7598cf3
|
Backed out changesets 5bdf8bbcd02f and df27137cb7d1 (bug 803225) for mochitest orange.
|
2012-11-15 22:16:03 -05:00 |
|
Tanvi Vyas
|
7d447711f2
|
Bug 803225 - Test different protocols that are allowed in nsMixedContentBlocker.cpp. r=bz, r=smaug
|
2012-11-15 20:34:56 -05:00 |
|
John Schoenick
|
84042d1614
|
Bug 787778 - Add test. r=josh
|
2012-11-14 11:20:02 -08:00 |
|
Olli Pettay
|
9339cfe01c
|
Bug 809003 - Don't dispatch load and error events on generated content images, r=bz
|
2012-11-06 20:54:02 +02:00 |
|
Andrea Marchesini
|
21bae2dc23
|
Bug 804395 - Allow app:// protocol and XHR. r=sicking
|
2012-10-25 21:57:57 -04:00 |
|
Henri Sivonen
|
0658c28103
|
Bug 687859 - Make the BOM take precedence when determining the character encoding of scripts. r=smaug.
|
2012-10-23 09:26:34 +03:00 |
|
Carmen Jimenez Cabezas
|
5ce3a161b8
|
Bug 773891 - With AppsService changes
|
2012-10-19 12:43:17 +02:00 |
|
Andrea Marchesini
|
348e42f142
|
Bug 282547 - [XHR] Login dialog with wrong XMLHttpRequest authentication. r=bz
|
2012-10-07 07:40:10 -04:00 |
|
Andrea Marchesini
|
51dcc840f9
|
Bug 795867 - XHR getResponseHeader() should inflate the value. r=bz
|
2012-10-02 16:38:51 -04:00 |
|
Benoit Girard
|
c8f1bc0779
|
Bug 796084 - Rename MOZ_JAVA_COMPOSITOR -> MOZ_ANDROID_OMTC. r=blassey
|
2012-10-01 16:01:35 -04:00 |
|
Philipp von Weitershausen
|
611ab85c83
|
Bug 777508 - Notify parent if child processes are terminated through message manager. r=cjones
|
2012-09-27 22:43:24 -07:00 |
|
Philipp von Weitershausen
|
213e5bb81b
|
Bug 776832 - Add a scriptable API to assert app permissions through messagemanager. r=smaug
|
2012-09-27 22:43:12 -07:00 |
|
Ed Morley
|
9afe80f95c
|
Backout 52be204da1cf (bug 776663), 965397b043c0 (bug 777508), 182c763efa68 (bug 776832), a2a509184b07 & cba5ba69091f (bug 789973) for failures in test_child_process_shutdown_message.html and friends / conflicting with the backout on a CLOSED TREE
|
2012-09-28 14:08:04 +01:00 |
|
Philipp von Weitershausen
|
b2b0343f76
|
Bug 777508 - Notify parent if child processes are terminated through message manager. r=cjones
|
2012-09-27 22:43:24 -07:00 |
|
Philipp von Weitershausen
|
ce02d379ee
|
Bug 776832 - Add a scriptable API to assert app permissions through messagemanager. r=smaug
|
2012-09-27 22:43:12 -07:00 |
|
Ed Morley
|
36027dea2c
|
Backout be95f234ff6e (bug 776832) for various mochitest-1 failures
|
2012-09-26 10:31:19 +01:00 |
|
Philipp von Weitershausen
|
0154a7b0b8
|
Bug 776832 - Add a scriptable API to assert app permissions of apps through messagemanager. r=smaug
|
2012-09-26 00:41:51 -07:00 |
|
Sid Stamm
|
59b413b8c8
|
Bug 768029 - Apply CSP Policy to trusted and certified apps. Temporarily using a overly permissive policy for certified apps until Gaia is updated to handle the desired policy. r=sicking Parts by sicking, r=mounir
|
2012-09-25 16:28:17 -07:00 |
|
Fabrice Desré
|
43f63c647e
|
Backout Bug 768029 because that breaks Gaia (see https://github.com/mozilla-b2g/gaia/issues/5177)
|
2012-09-25 15:32:20 -07:00 |
|
Sid Stamm
|
e00d2f38e0
|
bug 768029 - Apply CSP Policy to trusted and certified apps. r=sicking. Parts by sicking, r=mounir.
|
2012-08-02 12:13:53 -07:00 |
|
Matt Brubeck
|
03785bab72
|
Bug 716575 (4/4) - Tests for GetViewportInfo [r=dbaron]
|
2012-09-10 18:53:24 -07:00 |
|
Ms2ger
|
05d200bad7
|
Bug 744907 - Remove BlobBuilder; r=sicking
|
2012-09-20 09:55:36 +02:00 |
|
Boris Zbarsky
|
b2a0b52a75
|
Bug 789856. Fire error events on <script> elements which completely fail to start the load. r=sicking
|
2012-09-18 23:24:27 -04:00 |
|
Matt Brubeck
|
8f85d6a619
|
Back out ae2e45d25a1a, 4f144a06d0cc, 2e80be1d7d18 (bug 716575) for Android Talos red
|
2012-09-17 11:11:30 -07:00 |
|
Matt Brubeck
|
f4948932bf
|
Bug 716575 (4/4) - Tests for GetViewportInfo [r=dbaron]
--HG--
extra : rebase_source : 906250f6fbe6ad8cf5e173f7f0e7622b2d75c1b3
|
2012-09-10 18:53:24 -07:00 |
|
Tanvi Vyas
|
29c1c82c22
|
Bug 62178 - Mochitest - iframe, stylesheet, object, script, image, media, xhr (Disabled on android until ssl is supported), r=smaug
|
2012-09-16 20:53:01 -07:00 |
|
Phil Ringnalda
|
ef3b931869
|
Back out 562ba2baa5b3 and 5065dd13b53d (bug 62178) for Android mochitest-1 failure
|
2012-09-16 15:24:58 -07:00 |
|
Tanvi Vyas
|
13011a50a1
|
Bug 62178 - Mochitest - iframe, stylesheet, object, script, image, media, xhr r=smaug
|
2012-09-16 13:13:25 -07:00 |
|